/*登录*/

.login-bg,.logo-box {
    position: absolute;
    top: 50%;
    margin-top: -190px;
}
.login-bg {
    width: 100%;
    height: 380px;
    background: #1556A6 url(../images/login_bg.png) no-repeat left center;
}
.logo-box {
    left: 15%;
    text-align: center;
    color: #fff;
   
}
.logo-box .logo {
    margin: 80px auto 32px auto;
}
.logo-title {
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: bold;
}
.preferred {
    color: #43c8ff;
}
.logo-box p {
    font-size: 16px;
    color: #c7e7f8;
}
.login-form {
    position: absolute;
    right: 15%;
    top: 50%;
    width: 400px;
    height: 442px;
    margin-left: -250px;
    margin-top: -221px;
    box-shadow: 1px 1px 5px #888888;
    padding: 30px;
}

.login-form:before {
    position: absolute;
    top: 0px;
    left: -20px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #8ca8bd;
}

.login-form:after {
    position: absolute;
    bottom: 0px;
    left: -20px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 31px solid transparent;
    border-right: 20px solid #8ca8bd;
}

.subtitle {
    text-align: center;
    font-size: 18px;
    color: #646c79;
}

.login-body {
    margin-bottom: 10px;
}
.nav-tabs {
    border: none;
    text-align: center;
    margin: 20px auto 35px auto;
}
.nav-tabs>li {
    display: inline-block;
    float:none;
    margin: 0 20px;
}
.nav-tabs>li>a,.nav-tabs>li.active>a,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-radius: 0px;
    border: none;
    font-size: 16px;
}
.nav-tabs>li>a {
    position: relative;
}
.nav-tabs>li.active>a {
    color: #00a3f7;
}
.nav-tabs>li.active>a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #00a3f7;
}
.group-input {
    border: 1px solid #e7ebee;
}
.tab-content .form-group {
    position: relative;
    margin-bottom: 0;
}
.tab-content .form-group .form-control{
    height: 45px;
    border: none !important;
    -webkit-box-shadow: none !important;
    // box-shadow: none !important;
    // -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    // -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    // transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tab-content .form-group .form-control:focus,.tab-content .form-group .form-control:active,.tab-content .form-group .form-control:visited {
    box-shadow: none !important;
}
.codeBox {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 100px;
    text-align: center;
}
.codeBox img {
    margin: 3px 0;
}
.login-button {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00a3f7;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
}
.remember-me {
    font-size: 12px;
    color: #8e98a7;
}
.remember-me input {
    vertical-align: -3px;
    margin-right: 3px;
}
.unable-login {
    font-size: 12px;
    color: #67859f;
    margin-top: 6px;
}
.tab-content .form-group span.error {
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 0 8px 0 20px;
    line-height: 30px;
    color: #c33;
    cursor: text;
    // background: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 8px);
    // background: linear-gradient(to right,rgba(255,255,255,0),#fff 8px);
   visibility: hidden;
   
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: translate(20px,0);
    -ms-transform: translate(20px,0);
    transform: translate(20px,0);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background: url(../images/icon/error.png) no-repeat left center;
}
.tab-content .form-group span.ok {
    background: url(../images/icon/ok.png) no-repeat left center;
}
.tab-content .form-group span.error.tipshow {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.tab-content .form-group span.error.tipshows {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.codeDet span.error,.phone-box span.error {
    right: 110px !important;
}

/*注册页面*/
.ideal-wrap {
    overflow: hidden;
}
.ideal-wrap li {
    position: relative;
    color: #b5c0ca;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: url(../images/icon/grayline.png) repeat;
    color: #fff;
    height: 24px;
    line-height: 24px;
}
.ideal-wrap li.step-active {
    color: #fff;
    background: url(../images/icon/blueline.png) repeat;
}
.ideal-wrap li:after {
    z-index: 1;
    position: absolute;
    right: -11px;
    top: 0;
    display: block;
    content: "";
    width: 12px;
    height: 24px;
    background: url(../images/icon/gray_arrow.png) no-repeat
}
.ideal-wrap li.step-active:after {
    z-index: 1;
    position: absolute;
    right: -11px;
    top: 0;
    display: block;
    content: "";
    width: 12px;
    height: 24px;
    background: url(../images/icon/blue_arrow.png) no-repeat
}
.read-text {
    color: #d9dde2;
    font-size: 12px;
}
.read-text input {
    margin-right: 5px;
}
.getkey {
    position: absolute;
    right: 0;
    top: 1px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #e7ebee;
}

.getkeySMS {
    position: absolute;
    right: 0;
    top: 1px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #e7ebee;
}

.send0 {
    width: 100px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #e7ebee;
    text-decoration:none;
    /*background: #A1A1A1;*/
    background: #A1A1A1;
    color: #fff;font-size: 12px; 
}
.sucess-title {
    font-size: 22px;
    text-align: center;
    color: #00a3f7;
    margin-bottom: 35px;
}
.referees-group .error {
    right: 30px !important;
}
.searchIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-left: 1px solid #e7ebee;
    background: url(../images//icon/search_icon.png) no-repeat center center;
}
footer {
    position: absolute;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    background: #e2e6ea;
    width: 100%;
    text-align: center;
}

footer a {
    color: #8a9298;
    font-weight: normal;
}

/*radio*/
.radio input[type=radio]{-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:16px!important;height:16px!important;margin:0;cursor:pointer;vertical-align:middle;background:#fff;border:1px solid #07A6F7;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;line-height:0!important;margin-right:10px!important;margin-toop:-2px!important;}
.radio input[type=radio]:active{border-color:#07A6F7;background:#D3F2FF}
.radio input[type=radio]:hover{border-color:#0F86C6;-ms-box-shadow:inset 0 2px 2px rgba(77,193,255,.1);-webkit-box-shadow:inset 0 2px 2px rgba(77,193,255,.1);-moz-box-shadow:inset 0 2px 2px rgba(77,193,255,.1);box-shadow:inset 0 2px 2px rgba(77,193,255,.1)}
.radio input[type=radio]:checked{background:#fff}
.radio input[type=radio]:checked::after{content:"";display:block;position:absolute;top:3px;right:0;left:3px;width:8px;height:8px;background-color:#07A6F7;border-radius:50%}
.radio input[type=radio]:focus{outline:0;border-color:#07A6F7}
.radio label + label{margin-left:50px}

.login_ways_sign {
    position:absolute;
    right:4px;
    top:4px;
    width:58px;
    height:58px;
    background:url(../images/login_way.png) no-repeat;
    cursor:pointer;

}
.login_ways_sign.app {
    background-position:0 0;
}
.login_ways_sign.pc {
    background-position:0 -60px;
}
.APP_login h3{
    color:#00a3f7;
    font-size:20px;
    text-align:center;
    line-height:40px;
}
.APP_login h3:after{
    display:block;
    content:"";
    width:30px;
    height:2px;
    background:#00a3f7;
    margin:0 auto;
    
}
.APP_login h4 {
    font-size:16px;
    color:#646c79;
    text-align:center;
    line-height:60px;
}

.APP_login_main {
    display:-o-flex;
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    align-items: center;
    color:#2f3a4c;
    font-size:14px;
    margin-top:20px;
}
.APP_login_main li {
    -o-flex:1;
    -ms-flex:1;
    -moz-flex:1;
    -webkit-flex:1;
    flex:1;
    text-align:center;
}
.APP_login_main img {
    display:block;
    width:104px;
    height:104px;
    padding:10px;
    border:1px solid #E7EBEE;
    margin:0 auto 30px;
}

.tip_msg{color: #00b7ee;padding-left: 25px;background: url(images/icon12.png)  0px center no-repeat;margin-bottom: 30px;}
.codeBox{position: absolute;top: 50%;right: 3.5%;margin-top: -44px;}
.codeBox img{width: 88px;height: 88px;}
.codeBox p{color: rgba(255,255,255,0.6);font-size: 12px;text-align: center;margin-top: 5px;}