body{
    background: #fafafa;
}

.banner{
    height: 306px;
    /*margin-bottom: 48px;*/
    margin-bottom: 10px;
}


.banner .bofang:hover {
    background: rgba(229, 164, 20, 1);
    color: #fff !important;
    cursor: pointer;
}

.banner h2{
    font-size: 40px;
    font-weight: Bold;
    text-align: center;
    color: rgba(225, 179, 86, 1);
    padding-top: 62px;
}
.banner h3{
    font-size: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}
.banner .bofang{
    background-color: #E24F4F;
    font-size: 20px;
    color: #fff;
    margin: 30px auto 0;
    padding-right: 20px;
    box-sizing: border-box;
    width: 186px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 22px;
    position: relative;
}

.banner::before{
    content: '';
    height: 18px;
    width: 100%;
    display: block;
    margin-bottom: 180px;
}

.banner .bofang::after{
    content: '';
    background: url(/img/activity/bofang.png) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 130px;
    top: 14px;
}
.content{
    /* padding: 0px 170px; */
    width: 1360px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.content .text{
    max-width: 950px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    word-wrap:break-word;
    word-break:break-all;
    /* padding: 0px 30px;
    box-sizing: border-box; */
}
.content .text p{
    margin-bottom: 20px;
}
.content .text p:nth-child(1),.content .text p:nth-child(2) {
    margin-bottom: 0;
}
.images{
    width: 950px;
}
.content .relevant{
    width: 278px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 16%);
    /* margin-right: 50px; */
}
.content .relevant .title{
    font-size: 20px;
    color: rgba(225, 179, 86, 1);
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: 15px;
}
.content .relevant .timer{
    width: 210px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background-color: rgba(225, 179, 86, 1);
    margin-bottom: 18px;
    margin-left: 30px;
}


/* 表单注册样式 */
.register {
    background-color: #fafafa;
}
.register .title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.register .t1 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 16px 0 44px;
}
.register .t1 a {
    color: #E2A215;
}
.register .t2 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}
.password {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 44px 0 16px;
}
/* 注册表单成功弹框样式 */
.success .layui-layer-title {
    padding: 30px 0 0;
    text-align: center;
    border-bottom: none;
}
.success .layui-layer-title img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
.success .layui-layer-dialog .layui-layer-content {
    padding-top: 15px !important;
}
.success .layui-layer-content .title {
    font-size: 20px;
    color: #E5A414;
    font-weight: bold;
    text-align: center;
}
.success .layui-layer-content .text {
    font-size: 16px;
    color: #999999;
    margin: 16px 0 33px;
    text-align: center;
}
.success .layui-layer-content .btn {
    width: 169px;
    height: 51px;
    background: #E5A414;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
    margin: auto;
}
.layui-layer-dialog {
    min-width: 505px !important;
}







.reg-line{
    /*display: flex;*/
    /*justify-content: center;*/
    /*margin-top: 30px;*/
    /*margin-right: 120px;*/
    width: 638px;
    margin: 0 auto;
    /*transform: translateX(-45%);*/
}
.reg-line :nth-child(2){
    flex: 1;
}
.reg-line .layui-input-block{
    width: 488px;
}
.reg-line .layui-btn{
    width: 128px;
}
.reg-line-title{
    margin: auto 63px;
}
.reg-sendcode{
    display: flex;
}
.reg-sendcode :nth-child(1){
    width: 388px;
}
.reg-sendcode :nth-child(2){
    display: flex;
    margin-left: 10px;
    align-items: center;
    color: #E5A414;
}
.layui-form-label{
    width: 135px;
    padding: 9px 15px 9px 0px;
}
.layui-input-block{
    margin-left: 150px;
    text-align: center;
}
.layui-input-block.mobile-block {
    display: flex;
}

.layui-input-block .mobile-tips {
    color: #f00;
    margin-left: 10px;
    flex-grow: 1;
    line-height: 38px;
}
.layui-input-block .country {
    width: 50px;
}
.layui-input-block .mobile {
    flex-grow: 1;
    width: auto;
}
.layui-input-block .mobile-tips {
    color: #666;
}

.layui-btn {
    margin-top: 30px;
    background-color: #E09F0E;
}
