.login_pg .input_area{
    margin-top: 0;
}
.login_tab{
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}
.login_tab span{
    display: inline-block;
    height: 40px;
    font-size:18px;
    margin-right: 40px;
    box-sizing: border-box;
    cursor: pointer;
    color:#909090;
}
.login_tab span.active{
    border-bottom: 2px solid #323232;
    color:#323232;
    font-weight: bold;
}
.login_pg .input_area{
    width:360px;
    padding-right: 50px;
}
.input_area .input_text{
    width:358px;
    margin-right: 0;
    padding:9px 20px;
    color:#323232;
}
.ipu-name{
    line-height: 46px;
    font-size:16px;
}
.btn_box .blue_btn{
    width:400px;
    height:44px;
    margin:0;
    line-height: 44px;
    background-color:#0097FF;
}
.btn_box .blue_btn:hover{
    background-color:#4BC5F4;
}
.btn_box .blue_btn:active{
    background-color:#007EDC;
}
.btn_box{
    margin:0;
    padding-left: 0;
}
.forget-reg{
    float: right;
}
.forget-reg a{
    margin-right: 20px;
}
.forget-reg a:last-child{
    margin-right: 0px;
}
.login-status{
    line-height: 60px;
}
.agree{
    display:none;
}
.agree+i{
    display:inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size:20px 40px;
    background-image: url(../images/check_login.png);
    background-position: 0 0;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.agree:checked+i{
    background-position: 0 -20px;
}
#smslogin .input_text{
    width:268px;
}
#smslogin .phone_num{
    border-radius:0 4px 4px 0;
}
#smslogin .code_ipt{
    width:198px;
}
#smslogin select{
    width:90px;
}
#smslogin .area_code{
    border:none;
    /*font-size: 0;*/
}
#smslogin .getcode{
    margin:0;
    width: 120px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    float: right;
    font-size:14px;
    background-color:rgb(221,221,221);
}
#smslogin .smssended{
    background-color:#0097FF;
}
#smslogin .smssended:hover{
    background-color:#3DB0FF;
}
#smslogin .smssended:active{
    background-color:#007EDC;
}
#smslogin .select2-container--default .select2-selection--single{
    border-radius:4px 0 0 4px;
    line-height: 44px;
    height:44px;
    border-color: #D9D9D9;
    text-align: center;
    border-right:none;
}
#smslogin .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 44px;
}
.refresh_code{
    height:42px;
    width:140px;
    right:0!important;
    padding-right:0;
    background:none;
    line-height: 42px;
    color:#088de8;
    overflow: visible;
}
.refresh_code span{
    float: right;
    font-size:12px;
}
.refresh_code img{
    height:42px;
    width:84px;
}
.refresh_code i{
    position:absolute;
    width: 18px;
    height: 18px;
    top:50%;
    right: -35px;
    margin-top: -9px;
    background:url(../images/right_circle_green.png) no-repeat center center;
    background-size:18px 18px;
    display:none;
}
.error_code{
    padding-left: 24px;
    color:#F04235;
    background:url(../images/wrong_circle_red.png) no-repeat left center;
    background-size:18px 18px;
    line-height: 40px;
    display:none;
}







.login_popup{
    position:fixed;
    width: 800px !important;
    height: 490px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}
#frm_order_login .input_text{
    width: 298px;
    margin:0;
    height:24px;
    line-height: 24px;
}
#frm_order_login .login-status,#frm_order_login .btn_box{
    margin:0;
}
.fullscreen_overlay{
    position:fixed;
    width: 100%;
    height: 100%;
}
.login_popup .member_login{
    padding-right: 60px;
    border-right: 2px dashed rgb(233,233,233);
}
.login_content{
    padding: 20px 0 40px 30px;
}
.nonmember_login p{
    line-height: 40px;
}
.member_login .smslogin div,.member_login .smslogin div input{
    margin: 0;
}
.course_login {}
.course_login .input_text{
    display:inline-block;
}
#smslogin.course_login .phone_num{
    width:206px;
    height: 24px;
    vertical-align: top;
}
#smslogin.course_login .code_ipt{
    width:168px;
    height: 24px;
}
.login_popup .nonmember_login{
    padding: 0 70px;
}
.select2-dropdown{
    z-index: 9999;
}
.area_code_dropdown,.select2-dropdown {
    width: 120px!important;
}
#notMember{margin-top: 20px;}
.smsbox a:hover{text-decoration: none; color: #4BC5F4}
