
/* join free 和 sign in 的样式 */
#login_container{
    padding-top: 28px;
    padding-bottom: 28px;
}
body{
    background-color:#F4F4F4;
}

#login_lefttop ul li{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

#login_lefttop ul li span{
    margin-right: 10px;
    font-weight: 600;
    font-font: 20px;
    font-family: FontAwesome;
}

#login_lefttop p{
    color: #FFFFFF;
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    line-height: 120px;
}
#login_lefttop{
    height: 350px;
    padding-left: 30px;
}
.login_leftBottom{
    height: 330px;
    position: relative;
}
.login_leftBottom img{
    width: 420px;
    position: absolute;
    bottom:2px;
    left: 0px;
}

.login_topBox{
    width: 850px;
    height: 680px;
    background-color: #F4F4F4;
    margin: 0px auto;
    padding-bottom: 28px;
}
.login_bottomBox{
    width: 100%;
    background-color:#F4F4F4;
    border-top: 2px solid #E6E6E6;
    padding-top: 28px;
}
.login_bottonIcon{
    width: 100%;
    height: 41px;
    text-align: center;
}
.login_bottomLabel{
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.login_topContent{
    width: 100%;
}
.login_topLeft{
    width: 400px;
    height: 680px;
    background-color: #0D50B3 ;
    float: left;
}
#login_topRight{
    width: 450px;
    height: 680px;
    background-color: #FFFFFF;
    float: right;
}
.login_tab li{
    display: inline-block;
    width: 100px;
    text-align: center;
    cursor: pointer;
    padding:8px;
    color: #666;
    font-family: Arial;
    font-weight: 400;
}

.choose_li{
    color: #0D50B3 !important;
    border-bottom: 3px solid #0D50B3;
}

#login_topRight ul{
    text-align: center;
    margin-top: 9%;
    color: #666666;
    font-size: 18px;
    font-family: ArialMT;
}
#login_form input,#join_form input{
    width: 70%;
    padding: 15px 20px;
    margin: 7px 0px;
    display: inline-block;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    box-sizing: border-box;
}
#login_topRight p{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #595959;
    margin-bottom: 20px;
}
.login_label{
    color: #595959 ;
    font-size: 13px;
}
.login_label1{
    color: #0D50B3;
    font-size: 13px;
}
.sign_img{
    width: 42px;
    height: 42px;

}


.dis_hidden{
    display:none;
}



.button_yellow{
    margin-top:20px !important;
    height: 55px;
    background-color: #FEA526;
    border-radius: 6px;
    font-size:16px;
    font-weight: bold;
    color: #FFFFFF;
}

#join_form input[type="radio"]{
    width: auto !important;
}

.join_form_div{
    width: 80%;
    margin: 15px auto;
    text-align: left;

}
.left_div_bottonP{
    width: 80%;
    margin: 0px auto;
    text-align: left !important;
    display: none;
}

.left_div_bottonP span{
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #595959;
    line-height: 18px;
}

.join_form_div span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-right: 20px;
}

.choose_span{
    color: #0D50B3 !important;
}


