@font-face {
    font-family: myFont;
    src: url('Arial.ttf');
}

body {
    font-family: myFont;
    margin: 0;
    padding: 0;
    background-color: #69e7ed;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}
.header_i{
	height: 60px;
	background-color: #1b1e24;
	/*border-bottom: 1px solid #d2d2d2;*/
}
.unlogin-nav{
	height: 100%;
	line-height: 60px;
	list-style: none;
	margin-bottom: 0;
}
.unlogin-nav li{
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}
.unlogin-nav a{
	color: #fff;
}
.layout-logo {
	height: 30px;
	border-radius: 3px;
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
}
.layout-nav {
	margin-right: 20px;
	float: right;
}
/*ҳͷ*/
#header  {
    background-color: #fff;
}
#header .logo {
    display: inline-block;
    width: 169px;
    height: 32px;
    /*background: url("../images/login.png") 0 0 no-repeat;*/
    vertical-align: middle;
    margin-left: 31px;
    margin-right: 12px;
}

#header .logo-font {
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding-right: 18px;
    border-right: 1px solid #e6e6e6;
}

#header .logo-font > a {
    font-size: 14px;
    color: #132a2b;
    line-height: 71px;
    text-decoration: none;
}

#header .logo-right a {
    font-size: 24px;
    color: #132a2b;
    line-height: 71px;
    padding-left: 39px;
    text-decoration: none;
}

#header > div.pull-right a {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 71px;
    padding-left: 39px;
    text-decoration: none;
    display: inline-block;
    padding-right: 71px;
}

/*正文*/
#login {
    background-color: #1b1e24;
    padding-top: 80px;
    padding-bottom: 70px;
}

#login > div {
    width: 1100px;
    margin: 0 auto;
}

#login div.main {
	height: 508px;
    background-color: #fff;
    width: 350px;
    border-left: 1px solid #d2d2d2;
    box-sizing: border-box;
}
#login .main-img img{
	width: 750px;
}


#login .sign-in {
    margin: 0;
    font-size: 32px;
    color: #39343a;
    text-align: center;
}

#login .sign-up {
    text-align: center;
    margin-top: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

#login .sign-up span {
    font-size: 14px;
    color: #323232;
}

#login .sign-up a {
    font-size: 14px;
    color: #69e7ed;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
}

#login form {
    text-align: center;
}

#login .form-group, .modal .body .verify-group {
    text-align: center;
    margin-bottom: 10px;
}

#login .form-group label, .modal .body .verify-group label {
    display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-size:14px;
    color: #b9b9b9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:14px;
    color: #b9b9b9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:14px;
    color: #b9b9b9;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size:14px;
    color: #b9b9b9;
}

#login .form-group input[placeholder] {
    color: #999;
}

#login .form-group input, .modal .body .verify-group input {
    line-height: 40px;
    width: 270px;
    background-color: #f0f0f0;
    padding-left: 17px;
    border: 0;
    outline: none;
    border-radius: 5px;
    margin: 0;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
}

#login button, .modal .body .verify-group button {
	display: block;
    color: #fff;
    line-height: 40px;
    width: 270px;
    background-color: #3498db;
    border-radius: 5px;
    text-align: center;
    border: 0;
    margin: 0 auto;
    transition: all 0.3s;
}
#login button:hover{
    background-color: #49a3df;
}
#login .or {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #646464;
}

#login .thirdparty {
    text-align: center;
}

#login .thirdparty .thirdparty-group {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
}

#login .thirdparty .thirdparty-group button {
    color: #fff;
    line-height: 40px;
    width: 270px;
    background-color: #4a67ad;
    border-radius: 5px;
    text-align: left;
    border: 0;
    padding-left: 70px;
    transition: all 0.3s;
}

#login .thirdparty .thirdparty-group button:hover{
    background-color: #5c76b5;
}

#login .thirdparty .thirdparty-group button.check_google_1 , #login .thirdparty .thirdparty-group button.check_google_2{
    background-color: #e05d4d;
}

#login .thirdparty .thirdparty-group button.check_google_1:hover, #login .thirdparty .thirdparty-group button.check_google_2:hover{
    background-color: #e36e5f;
}

#login .thirdparty .thirdparty-group span.facebook-login, #login .thirdparty .thirdparty-group span.google-login {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/login.png") -202px 0 no-repeat;
    position: absolute;
    top: 10px;
    left: 28px;
}

#login .thirdparty .thirdparty-group span.google-login {
    background-position: -254px 0;
}

#login .declaration {
    margin-top: 0px;
}

#login .declaration .declaration-group {
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 270px;
    margin: 0 auto;
    display: table;
}

#login .declaration .declaration-group label, #login .declaration .declaration-group span {
    font-size: 12px;
    line-height: 20px;
    color: #969696;
    display: table-cell;
}

#login .declaration .declaration-group input {
    display: none;
}

#login .declaration .declaration-group label {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #f0f0f0;
    border: 1px solid #a6a6a6;
    vertical-align: top;
    margin-right: 9px;
}

#login .declaration .declaration-group input:checked + label {
    background: url("../images/login.png") -301px 0 no-repeat;
}

#login .forgot-psd, #login .not-member {
    width: 347px;
    margin: 0 auto;
    margin-top: 18px;
    padding-left: 29px;
    color: #323232;
}
#login .forgot-psd a, #login .not-member a {
    text-decoration: none;
    color: #5286ec;
}

#login .not-member {
    margin-top: 15px;
}
#login .error {
    width: 270px;
    color: red;
    text-align: center;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
}

.modal{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.2);
    display: none;
}
.modal .body{
    position: absolute;
    top:20%;
    left: 50%;
    width:450px;
    margin-left: -225px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal .body .head button{
    border: 0;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
}
.modal .body .head{
    text-align: left;
    width: 370px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wait{
    margin-top: -52px;
    display: none;
}
.wait img{
    width: 50px;
}

@media (max-width: 1200px) {
    #login div.main-img {
        display: none;
    }
    #login > div {
        /* width: 570px; */
        width: 350px;        
        margin: 0 auto;
    }
}
@media (max-width: 630px) {
    #login > div, .modal .body {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .modal .body{
        left: 0;
        padding-top: 20px;
        border-radius: 0;
    }
    #login div.main{
        width: 100%;
    }
}
@media (max-width: 455px) {
    #login > div, .modal .body {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .modal .body .head{
        width: 100%;
    }
    .modal .body{
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #login div.main{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #login .form-group input,
    #login form button,
    #login .thirdparty .thirdparty-group,
    #login .thirdparty .thirdparty-group button,
    #login .declaration .declaration-group,
    #login .forgot-psd, #login .not-member,
    #login .declaration,
    #login .error,
    .modal .body .verify-group input,
    .modal .body .verify-group button{
        width: 100%;
    }
    #login .declaration p{
        box-sizing: border-box;
    }
}


.ivu-tabs-bar{
	border: none;
}
.ivu-tabs-nav-container{
	display: none;
}
#login #sign-submit .getPhone{
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	text-align: center;
	box-sizing: content-box;
}
#login #sign-submit .form-group{
	margin-bottom: 15px;
}
#login #sign-submit .getPhone label{
	display: inline-block;
	width: 100px;
}
#login #sign-submit .form-group input{
	width: 270px;
}
#login #sign-submit .getPhone input{
	width: 270px;
	border-radius: 5px;
	outline: none;
	height: 38px;
	padding-left: 10px;
	border: 1px solid #ccc;
}
#login #sign-submit  #code{
	width: 170px;
}
#login #sign-submit .getPhone button{
	display: inline-block;
	width: 100px;
	height: 38px;
	margin-left: 15px;
	margin-top: 5px;
	line-height: 38px;
}

.msg{
	padding: 10px;
	text-align: center;
	color: #fe230c;
}
.form-group span,.getPhone span{
	display: block;
	width: 270px;
	margin: 0 auto;
	text-align: left;
	height: 20px;
	line-height: 20px;
	color: #fe230c;
	text-align: left !important;
}

footer{
	padding: 0 20px;
	box-sizing: border-box;
}

.footer-left a:after{
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	margin: 0 5px;
	position: relative;
	top: 3px;
	background-color: black;
}
.footer-left a:last-child:after{
	content: "";
	width: 0;
}
.footer-left a, .footer-right{
	color: black;
	font-size: 12px;
}
.footer-left img{
	height: 25px;
	width: 25px;
	margin-left: 5px;
	vertical-align: middle;
}
.footer-left{
	height: 30px;
	text-align: center;
	margin: auto;
	margin-top:30px;
}
.footer-right{
	height: 30px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.clear-float{
	clear: both;
}
.blue-logo{
     text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
/**/
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    line-height: 1.5;
    color: #24292e;
    background-color: #fff;
}
.navbar {
    min-height: 60px;
    margin-bottom: 0;
}
.navbar-brand {
    height:60px;
    padding: 12px 15px;
}
.steps li:first-child {
    border-left: 0;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-default {
    background-color: #FFF;
    border-radius:0;
    background-image:none;
}

i.fa-spin {
    display: none;
}
.login_new{
    padding: 0px;
    margin: 0px;
}
.login_new ul{
    padding: 40px;
    margin: 0px;
    list-style: none;
    float: left;
}
.login_new ul li{
    padding: 5px 0px;
    margin: 0px;
    font-size: 26px;
}
.login_new_span{
    padding: 2px 10px;
    background: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    float: left;
    color: #3b5998;
    margin-top: 8px;
}
.login_new_a{
    padding-left: 60px;
}
.login_new_a a{
    color: #FFFFFF;
}