/*********************************************
 * register CSS
 *
 * @author huayu
 * @date 2019-06-13
 *********************************************/
.aty-modal-body .aty-modal-confirm-body{
     padding-left:5px !important;
 }
.aty-modal-body .fd-box{
    width:396px;
    height:440px;
    position:relative;
 }
.aty-modal-body .fd-register{
    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 .aty-form-item-content{
    margin-left:40px !important;
}

.aty-modal-body  .fd-item .aty-form-item-content {
    margin-left: 0 !important;
}
.aty-modal-body .fd-name .aty-form-item-content{
    width:312px;
    height:42px;
    border:1px solid #cccccc;
    margin-top:20px;
    position:relative;
}
.aty-modal-body .aty-input-type-text{
    width:312px;
    height:42px;
}
.aty-modal-body .aty-input-box{
    width:100%;
    height:100%;
}
.aty-modal-body .fd-name input{
    width:312px;
    height:42px;
    position:absolute;
    top:-1px;
    left:-1px;
    border-radius:0px !important;
    outline:none !important;
    box-shadow:none !important;
    font:16px/42px 'Microsoft YaHei';
    color:#666666;
}
.aty-modal-body .fd-man{
    width:56px;
    height:32px;
    background:#cccccc; 
    border-radius:3px;
    text-align:center;
    color:#333333;
}
.aty-modal-body .aty-radio-group .aty-radio{
    display:none;
}
.aty-modal-body .fd-woman{
    width:56px;
    height:32px;
    background:#cccccc;
    border-radius:3px;
    text-align:center;
    color:#333333;
}
.aty-modal-body .fd-item{
    width: 312px;
    height: 42px;
    position: relative;
    padding: 0;
    float: none;
    margin: 24px auto 0 !important;
}

.aty-modal-body .fd-sex .aty-form-item-content{
	margin: 24px 0 24px 40px !important;
}
.aty-modal-body .fd-item input{
    width:312px;
    height:42px;
    position:absolute;
    left:-1px;
    border-radius:0px !important;
    outline:none !important;
    box-shadow:none !important;
    font:16px/42px 'Microsoft YaHei';
    color:#666666;
}
.aty-modal-body .fd-box .fd-btn{
    width:116px;
    height:40px;
    padding:0px !important;
    position:relative;
    outline:none !important;
    box-shadow:none !important;
    position:absolute;
    top: 257px;
    left: 236px;
}
.aty-modal-body .fd-btn span{
    width:116px;
    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-registeron{
    width:315px;
    height:44px;
    padding:0px !important;
    outline:none !important;
    box-shadow:none !important;
    position:relative;
    margin-top:30px;
    margin-left:40px;
}
.aty-modal-body .fd-registeron 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;
}
.aty-modal-body .aty-radio-wrapper-checked{
    background: url(../../../img/fd-xuan.png) no-repeat;
    background-size: 100% 100%;
    color: #4686d4;
}
.aty-modal-confirm {
    padding: 0 38px;
}