/*********************************************
 * login CSS
 *
 * @author huayu
 * @date 2019-06-13
 *********************************************/
.aty-modal-body .fd-pup-model{
    width:396px;
    height:390px;
    border-radius:6px;
}
.aty-modal-body .fd-login{
    font: 20px/38px 'Microsoft YaHei';
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: inline-block;
    position:relative;
    height:38px;
    background:#4686d4;
    border-radius: 6px 6px 0 0;
}
.aty-modal-body .fd-user{
    width:42px !important;
    height:42px !important;
    background:url(../../../img/fd-user.png) no-repeat !important;
    float:left !important;
    margin-left:40px;
    margin-top:35px;
}
.aty-modal-body .fd-code{
    width:42px !important;
    height:42px !important;
    background:url(../../../img/fd-code.png) no-repeat !important;
    float:left !important;
    margin-left:40px;
    margin-top:35px;
}
.aty-modal-body .fd-input{
    float:left;
    width:268px;
    height:42px;
    border:1px solid #cccccc;
    margin-top:35px;
    color:#666666;
}
.aty-modal-body .fd-pup-model .aty-form-item-content{
    margin-left:0px !important;
}
.aty-modal-body .aty-form-item{
    margin-bottom:0px !important;
}

.aty-modal-body .fd-input input{
    border:none;
    width:266px;
    height:40px;
    font:16px/40px 'Microsoft YaHei';
    color:#333333;
    outline:none !important;
    box-shadow:none !important;
    border-radius:0px;
}
.aty-modal-body .fd-kong{
    background-color: #878787;
    height: 139px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 364px;
}
.aty-modal-body .fd-pup-model .fd-btn{
    width:100px;
    height:40px;
    padding:0px !important;
    position:relative;
    outline:none !important;
    box-shadow:none !important;
    position:absolute;
    top:151px;
    left:235px;
}
.aty-modal-body .fd-btn span{
    width:100px;
    height:40px;
    background:#bad3f1;
    border:1px solid #cccccc;
    font:16px/40px 'Microsoft YaHei';
    color:#333333;
    display:inline-block;
    position:absolute;
    top:-1px;
    left:-1px;
}
.aty-modal-body .fd-loginon{
    width:315px;
    height:44px;
    padding:0px !important;
    outline:none !important;
    box-shadow:none !important;
    position:relative;
    margin-top:66px;
    margin-left:40px;
}
.aty-modal-body .fd-loginon span{
    width:315px;
    height:44px;
    border-radius:3px;
    background:#4686d4;
    color:#ffffff;
    font:16px/44px 'Microsoft YaHei';
    display:inline-block;
    position:absolute;
    top:-1px;
    left:-1px;
}
.aty-modal-body .fd-bottom{
    width:316px;
    height:40px;
    text-align:right;
    margin-left:40px;
    margin-bottom:0px;
}
.aty-modal-body .fd-hai{
    font:16px/16px 'Microsoft YaHei';
    color:#333333;
    display:inline-block;
    margin-top:24px;
}
.aty-modal-body .fd-li{
    font:16px/16px 'Microsoft YaHei';
    color:#4686d4;
    display:inline-block;
    margin-top:24px;
}