/* 公共样式 */
.main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 头部样式 */
.header .logo{
    padding: 14px 0;
}
/* 轮播样式 */
.banner{
    width: 100%;
    height: 600px;
    position: relative;
}
.banner .layui-carousel *[carousel-item]>div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}
.banner .main{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -600px;
    height: 550px;
}
/* 登录框 */
.banner .register{
    position: absolute;
    right: 0;
    top: 111px;
    width: 330px;
    height: 346px;
    padding: 40px 35px;
    border-radius: 5px;
    background: rgba(255,255,255,0.85);
}
/* 登录框标题 */
.register .title{
    font-size: 22px;
    color: #333;
    line-height: 22px;
    margin-bottom: 30px;
}
.register .title span{
    color: #999999;
    font-size: 16px;
    line-height: 16px;
}
.register .layui-input-block{
    margin-left: 0;
}
.register .layui-form-item{
    margin-bottom: 0;
}
.register .layui-form-item:last-of-type{
    margin-bottom: 30px;
}
.register .layui-word-aux{
    line-height: 27px;
    font-size: 12px;
    color: #d00 !important;
    padding: 0!important;
}
.register .layui-word-aux i{
    font-size: 14px;
}
/* 短信部分 */
.register .phone-code{
    display: inline-block;
    width: 200px;
    margin-right: 5px;
}
.register .phone-btn{
    width: 120px;
    height: 40px;
    margin-top: -2px;
}
.register .layui-input{
    border: 1px solid #c8c7c7;
}
.register .layui-input::placeholder{
    color: #bbb;
    font-size: 14px;
}
.register .layui-input:hover{
    border-color: #508ef0;
}
.register .register-icon{
    width: 145px;
    margin: 0 auto 30px;
}
.user_protocol .layui-form-checkbox[lay-skin=primary]{
    float: left !important;
    margin-top: 0;
}
.user_protocol .layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0;
    color: #999999;
}
.user_protocol .layui-input-block{
    min-height: 14px;
}
.user_protocol a{
    display: block;
    float: left;
    /*margin-top: 10px;*/
    line-height: 18px;
    color: #d00;
}
.register .register-icon a i{
    font-size: 40px;
    color: #50b674;
}
.register .register-icon a:first-child{
    margin-right: 59px;
}
.register .register-icon a:first-child i{
    color: #0098de;
}
.register .btn_submit{
    width: 330px;
    height: 40px;
    background-image: linear-gradient(90deg,
    #ff953c 0%,
    #ff6634 100%),
    linear-gradient(
            #ff8800,
            #ff8800);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 0px 7px 3px
    rgba(208, 161, 107, 0.4);
    border-radius: 2px;
}
.register .register-footer{
    margin-top: 55px;
    font-size: 14px;
    color: #666;
}
.register .register-footer a{
    color: #f80;
    text-decoration: underline;
}
/* 底部区域 */
.footer{
    text-align: center;
}
.footer_banner{
    padding: 75px 0;
}

.footer p{
     background: #242424;
    text-align: center;
     border-top: 3px solid #f80;
     line-height: 40px;
     width: 100%;
     color: #999;
     text-align: center;
     font-size: 12px;
 }
.footer a{
    color: #999;
}