﻿.foot_bottom{
    background:#fff;
}
.foot_help>li>a{
    color:#666666;
}
.foot_bottom_bottom>p{
    color:#666666;
}

.log_head_right{
    float:right;
    width:950px; line-height:60px;
    margin-top:10px; margin-bottom:5px; margin-right:50px;
    border-left:1px solid #ddd;
}

.log_head_right a:hover{
    color:#437fd6;
}
.login_input{
    width:288px; height:38px;
    padding:0 19px 0 19px;
    border:1px solid #dddddd;
    border-radius:2px;
}

.code_2_right{
    color:#333;
}

.tx_p{
    line-height:16px;
    font-size:14px;
    color:#999;
    margin-top:5px;
}

.main_login_input{
    width:258px; height:32px;
    padding:0 10px 0 10px;
    border:1px solid #ddd;
    border-radius:2px;
}
.main_login_select{
    width:128px; height:30px;
    padding:0 10px 0 10px;
    border:1px solid #ddd;
    border-radius:2px;
}

.main_select_ul{

}

.main_select_ul>li{
    position:relative;
    display:inline-block;
    width:98px; height:30px; line-height:30px;
    margin-right:10px;
    border: 1px solid  #ddd;
    border-radius:2px;
    text-align:center;
    font-size:14px; color:#666;
    background:#fff;
    cursor:pointer;
}
.main_select_ul>li>input[type="checkbox"]{
    position:absolute; left: -1px; top: -1px;
    width:100px; height:32px;
    padding:0; margin:0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.main_select_ul>li.on{
    border-color:#437fd6;
    color:#fff;
    background:#437fd6;
}

.phone_code{
    display: inline-block;
    width: 128px;
    height: 34px;
    border: 1px solid #ddd;
    line-height: 34px;
    background: #f8f8f8;
    color: #666;
    text-decoration: none;
    text-align: center;
    cursor:pointer;
}

.repassword_dl>dt,.repassword_dl>dd{
    display:inline-block;
}
.repassword_dl>dt{
    width:270px;
    margin-right:10px;
    text-align:right;
    font-size:14px; color:#666;
}

.addfactory_right{
    float:left;
    display:inline-block;
    border-left:1px solid #ddd;
    padding-left:66px;
}

.login_main_ts{
    margin-left:10px;
    font-size:14px;
    color:red;
}