.left{
    margin: 120px 0!important;
}
.right{
    border-left: 1px solid #d4dbe0;
    margin: 60px 0;
}
.main-t{
    padding: 40px 20px 0 90px;
}
.login-top{
    margin-bottom: 44px;
    overflow: hidden;
}
.w-welcome{
    float: left;
    width: 76px;
    height: 44px;
    border-bottom: 2px solid #3a79b3;
    color: #3a79b3;
    font-size: 18px;
    font-weight: 700;
}
.login-bot{
    position: relative;
}
.ovn{
    width: 1200px;
    margin: 0 auto;
}
.w-no{
    padding-left: 22px;
}
.w-no, .w-regist{
    float: left;
    color: #838787;
    font-size: 18px;
}
.w-title{
    border-bottom: 1px solid #1a7ab8;
    position: relative;
    margin-bottom: 40px;
}
.w-title span{
    display: inline-block;
    padding: 0 0 0 24px;
    width:0;
    height: 24px;
    background: url(../images/icon-r.png) no-repeat  -42px 0;
    position: absolute;
    top:8px;
}
.w-title .w-pass{
    background: url(../images/icon-r.png) no-repeat  -126px 0;
}
.w-title input{
    width: 364px;
    max-height: 42px;
    border: none;
    outline: 0;
    padding: 12px 0 12px 36px;
    /*background-color:#ffffff !important;*/

}

.tick {
    width: 360px;
    font-size: 14px;
    padding-left: 10px;
    color: #e7a059;
    position: absolute;
    top: 50px;
    display: none;
}
.tick i {
    float: left;
    width: 20px;
    height: 20px;
}
.w-forget{
    text-align: right;
    color: #3a79b3;
    font-size: 13px;
	margin-top:15px;
}
.w-select{
    float:left;
    height:25px;
    line-height:25px;
    padding:0 1px;
}
.w-select label {
    margin:0 10px;
}
.w-select label input{
    border:0;
    outline:0;
}
.w-select label span{
    display:inline-block;
    width:20px;height:20px;
    background:url("../images/unsele.png") ;
    background-size:100% 100%;
    vertical-align: middle;
}
.w-select label .selBackground{
    background-image:url("../images/sel.png");
}
.w-select label .unseleBackground{
    background-image:url("../images/unsele.png");
}
.w-select label p{
    font-size:16px;
    display:inline-block;
}
.w-btn{
    background: #d54743;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
