/* 登录界面 */
body{
    background:#F9F9F9;
}
.login{
    width: 100%;
    height: white;
}
.login .header{
    width: 100%;
    height: 76px; 
    background: white;
}
.login .header>img{
    width: 170px;
    float: left;
    margin: 10px 0 0 350px;
}
.login .header p{
    float: left;
    font-size: 18px;
    color: #666;
    padding-left: 23px;
    border-left: 1px solid #DBDBDB;
    height: 32px;
    line-height: 32px;
    margin-top: 22px;
    margin-left: 30px;
}
.login h1{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 40px 0;
}
.login .header>a>img {
    width: 170px;
    float: left;
    margin: 10px 0 0 350px;
}
.login .dl{
    width: 980px;
    height: 550px;
    background: white;
    margin: 100px auto;
}
.login .dl>div{
    width: 558px;
    height: 378px;
    margin: 0 auto;
}
.login .dl>div>a{
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
}
.login .dl>div>div{
    float: left;
    margin-top: 60px;
}
.login .dl>div .dl_pc span{
    font-size: 16px;
    color: #666;
    line-height: 38px;
}
.login .dl>div .dl_pc .name{
    width: 420px;
    height: 38px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 16px;
}
.login .dl>div .dl_pc .name input{
    border: 0;
    font-size: 16px;
    color: #999;
    margin-left: 60px;
    outline: none;
}
.login .dl>div .dl_pc .password{
    width: 420px;
    height: 38px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 42px;
}
.login .dl>div .dl_pc .password input{
    border: 0;
    font-size: 16px;
    color: #999;
    margin-left: 60px;
    outline: none;
}
.login .dl>div .dl_pc .check{
    margin-top: 28px;
    width: 420px;
    float: left;
}
.login .dl>div .dl_pc .check span{
    font-size: 15px;
    color: #999;
    margin-left: 5px;
    float: left;
}
.login .dl>div .dl_pc .check input{
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    -webkit-appearance:none;
    outline: none;
    float: left;
    margin-top: 12px;
}
.login .dl>div .dl_pc .check .show::after{
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 2px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../img2/login_after.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.login .dl>div .dl_pc .check a{
    float: right;
    font-size: 14px;
    color: #F8B205;
    padding-top: 10px;
}
.login .dl>div .dl_pc .btn{
    width: 420px;
    height: 50px;
    line-height: 50px;
    background: #FFD101;
    border: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 42px;
    cursor: pointer;
    outline: none;
}
.login .dl>div .dl_pc>p{
    margin-top: 38px;
    font-size: 14px;
    color: #999;
}
.login .dl>div .dl_pc>p a{
    color: #F6B205;
}
.login .dl>div .dl_phone{
    width: 420px;
    text-align: center;
}
.login .dl>div .dl_phone p{
    font-size: 22px;
    color: #333;
    padding:20px 0 40px 0;
}
.login .dl>div .dl_phone img{
    margin-bottom: 24px;
}
.login .dl>div .dl_phone span{
    font-size: 12px;
    color: #999;
}
/* 底部 */
.login .bot{
    width: 100%;
    margin-top: 70px;
}
.login .bot p{
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.login .bot .p1{
    margin: 0 auto;
    width: 430px;
    background: url(../img2/login_anquan.png) no-repeat left center;
}
.login .bot p a{
    color: #F6B205;
}
.login .m-bot{
    display: none;
    width: 100%;
    font-size: 10px;
    line-height: 30px;
    color: #8C8A89;
    padding: 20px 0;
    background: #3F3C3A;
    text-align: center;
}