html, body {
    height: 100%;
}
.reg-content {
    height: 100%;
    font-family: "Microsoft Yahei";
    background: #17182E url("/emplate/denglu/register-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.reg-wrap {
    width: 940px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%,-50%);
}
.reg-banner{
    float: left;
    width: 596px;
    height: 100%;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}
.cycle-slideshow{
    width: 100%;
    height: 100%;
    position: relative;
}
.cycle-slideshow a,.cycle-slideshow img{
    display: block;
    width: 100%;
    height: 100%;
}
.cycle-pager{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 200;
    text-align: center;
}
.cycle-pager span{
    width: 12px;
    height: 12px;
    background: #fff;
    text-indent: -40px;
    display: inline-block;
    opacity: 0.5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 4px;
}
.cycle-pager span:hover{
    cursor: pointer;
}
.cycle-pager .cycle-pager-active{
    opacity: 1;
}
.cycle-arrow{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    /* background: url(/emplate/denglu/arrow.png) center center; */
    cursor: pointer;
    z-index: 200;
    opacity: 0.5;
    transition: 0.3s;
}
.cycle-arrow:hover{
    opacity: 1;
}
.cycle-prev{
    left: 20px;
    transform: rotate(180deg);
}
.cycle-next{
    right: 20px;
}
.reg-box{
    position: relative;
    float: right;
    width: 344px;
    height: 100%;
    padding: 0 45px;
    background: #fff;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
}
.reg-fhlm{
    width: 90px;
    height: 90px;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    /* background: url(/emplate/denglu/fhlm-bg.png) right top; */
    background-size: 100% auto;
    box-sizing: border-box;
    text-align: right;
}
.fhlm-logo img{
    height: 62px;
}
.reg-logo{
    padding: 30px;
    text-align: center;
}
.reg-logo img{
    height: 65px;
}
.form-ul li {
    margin-bottom: 22px;
    position: relative;
}
.form-ul .inputs {
    width: 100%;
    padding-left: 10px;
    padding-right: 40px;
    color: #333;
    font-size: 14px;
    height: 34px;
    border: none;
    border-bottom: 1px solid #D7D9DD;
    outline: none;
    box-sizing: border-box;
}
.form-ul .inputs::-webkit-input-placeholder {
    color: #979AAD;
}
.form-ul .captcha-li .inputs {
    padding-right: 0px;
}
.username-li,.password-li,.qq-li,.phone-li,.captcha-li{
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left center;
}
.username-li{
    background-image: url("/emplate/denglu/username.png");
}
.password-li{
    background-image: url("/emplate/denglu/password.png");
}
.qq-li{
    background-image: url("/emplate/denglu/qq-1.png");
}
.phone-li{
    background-image: url("/emplate/denglu/phone.png");
}
.captcha-li{
    background-image: url("/emplate/denglu/vcode.png");
}
.username-li.on {
    background-image: url("/emplate/denglu/username-on.png");
}
.password-li.on{
    background-image: url("/emplate/denglu/password-on.png");
}
.qq-li.on{
    background-image: url("/emplate/denglu/image/qq-1-on.png");
}
.phone-li.on{
    background-image: url("/emplate/denglu/phone-on.png");
}
.captcha-li.on{
    background-image: url("/emplate/denglu/vcode-on.png");
}
.captcha-li .verify{
    position: absolute;
    bottom: 0;
    right: 0;
}
.captcha-li .verify img {
    width: 100px;
    height: 32px;
    border: 1px solid #D7D9DD;
}

.form-ul .ui-text-prompt {
    position: absolute;
    right: 0;
    top: 30px;
    color: red;
    display: none;
    white-space: nowrap;
}
.form-ul .ico-right {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../image/icon-ok.png) center center no-repeat;
    right: -25px;
    top: 7px;
    display: none;
}
.form-ul .feild-static-tip {
    padding: 0 10px 0 10px;
    color: #ada99f;
    display: none;
}
.button-li{
    margin-top: 30px;
}
.button-li button{
    padding-bottom: 0;
    width: 100%;
    height: 38px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    background-color: #5392E3\0;
    background-image: linear-gradient(-270deg, #5392E3 0%, #715ECF 100%);
    border-radius: 18px;
}
.button-li button:hover{
    background: #715ECF;
}
.button-li button.disabled{
    background: #CCCEDC;
    cursor: not-allowed;
}
.show-password {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../image/scan.png);
    background-repeat: no-repeat;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.show-password.active {
    background-position: 0 -20px;
}

.reg-bottom{
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
}
.reg-bottom a{
    color: #404040;
}
.reg-bottom .line{
    margin: 0 10px;
}
.reg-bottom .text{
    color: #404040;
}
.reg-bottom .login{
    color: #3F7ECB;
}
.reg-bottom a:hover{
    color: #3F7ECB;
    text-decoration: underline;
}

.j-ui-tip-b{
    width: 188px;
}

/*右侧固定qq样式*/
.reg-fixed-qq{
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background-color: rgb(235,246,255)\0;
    background-image: linear-gradient( 122deg, rgb(255,255,255) 0%, rgb(235,246,255) 59%, rgb(215,236,255) 99%);
    text-align: center;
    z-index: 10;
}
.reg-fixed-qq .title{
    color: #210903;
    font-size: 13px;
    margin-bottom: 8px;
}
.reg-fixed-qq .icon{
    height: 54px;
    background: url("../image/../image/qq.png") no-repeat center center;
}
.reg-fixed-qq .item{
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}
.reg-fixed-qq .item .qq-num{
    color: #210903;
    display: inline-block;
    font-size: 13px;
}
.reg-fixed-qq .item .qq-num:hover{
    color: #395FB5;
}
.reg-fixed-qq .item input{
    position: absolute;
    left: 100%;
}
.reg-fixed-qq .item .copy-qq{
    display: block;
    font-size: 12px;
    color: #fff;
    border-radius: 9px;
    background-color: rgb(36,150,255)\0;
    background-image: linear-gradient( 122deg, rgb(0,138,255) 0%, rgb(36,150,255) 58%, rgb(72,162,255) 98%);
    width: 70px;
    border: none;
    outline: none;
    cursor: pointer;
}
.reg-fixed-qq .qq-close{
    width: 18px;
    height: 18px;
    background: url("../image/../image/close.png");
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -9px;
    cursor: pointer;
    transition: 0.3s;
}
.reg-fixed-qq .qq-close:hover{
    transform: rotate(180deg);
}

/*很多页面的提示样式*/
.alert {
    width: 600px;
    border-radius: 3px;
    border: none;
    background-color: transparent;
    margin-top: 0;
}
.reg-result {
    padding: 200px 0;
    min-height: calc(100% - 360px);
    box-sizing: border-box;
}

/*自适应手机样式*/
@media screen and (max-width: 940px) {
    .reg-wrap{
        width: auto;
    }
    .reg-banner{
        display: none;
    }
    .reg-box{
        border-radius: 12px;
    }
}
@media screen and (max-width: 767px) {
    .reg-content{
        background: #fff;
    }
    .reg-wrap{
        width: 100%;
        height: 100%;
    }
    .reg-box{
        width: 100%;
        height: 100%;
        padding: 8%;
    }
}