﻿.logo{
    margin-right:20px;
}
.content{
    width: 1920px;
    overflow: hidden;
    height: 708px;
    margin-left: 78px;
    position: relative;
}
.radius{
    background-color: #ebebeb;
    border-radius: 4px;
    opacity: 0.7;
    position: absolute;
}

.big-bg-box{
    width: 94px;
    height: 94px;
    right: 314px;
    top:66px;
}
.small-bg-box{
    width: 54px;
    height: 54px;
    right: 186px;
    top:27px;
    opacity: 0.5;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.side-left{
    margin-top:62px;
}
.side-right{
    width: 712px;
    height: 689px;
    background: url(../image/shadow.png) -4px 154px no-repeat;
}
.login{
    width: 520px;
    height: 440px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 155px;
    box-shadow: 3px 9px 34px -1px #d5d5d5;
}
.title{
    width: 520px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 4px 4px 0 0;
}
.tab-btn li{
    width: 50%;
    color: #ff4344;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 1px solid #ff4344;
}
.radius01{
    border-radius: 4px 0 0 0;
}
.radius02{
    border-radius: 0 4px 0 0;
}
.tab-btn.active{
    background: #ff4344;
    color: #ffffff;
}
.tab-btn.active a{
    color: #ffffff;
}
.tab-content{
    height: 196px;
    display: none;
}
.form{
    width: 350px;
    margin: 60px auto 0;
    color: #999999;
}
.input-box{
    width: 350px;
    height: 46px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    position: relative;
}
.font-icon{
    width:20px;
    height:20px;
    position: absolute;
    top: 11px;
    left: 8px;
}
.cell-input .down-icon{
    left: 200px;
}
.u-icon{
    background-position: -78px 0;
}
.p-icon{
    background-position: 0 -49px;
}
.reg-icon{
    width:20px;
    height:23px;
    background-position: -133px 0;
}
.input-box input{
    width: 100%;
    height: 42px;
    position: absolute;
    padding-left: 40px;
    color: #999999;
    top: 1px;
}
.mobile-code{
    width: 219px;
}
.code-btn{
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 4px;
    background: none;
    font-size: 16px;
    color: #ff4344;
    border: solid 1px #ff4344!important;
}
.code-btn:hover{
    background: #ff4344;
    color: #ffffff;
}
.remember{
    height: 58px;
}
.remember .input-box{
    border: none;
}
.remember input{
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.f-nav{
    color: #ff4344;
    text-align: center;
    margin-top: 10px;
}
.f-nav a{
    margin: 5px;
}

#regCode{
    padding-left: 15px;
}
#tbody_code{
    padding-top: 1px;
}
.reg-code{
    margin: 38px 0 80px;
}
.back-btn{
    width: 52px;
    height: 48px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 6px;
    color: #999999;
}
.submit-text{
    line-height: 50px;
    text-align: center;
}
input {
    box-sizing:inherit;
}
.dobest_login_form{
    padding: 1px 1px 1px;
    width: 350px;
    margin: 60px auto 0;
}
