body{color: #333333;background: #fff!important;}

.register{
    width: 100%;box-sizing: border-box;margin: 0 auto;padding-bottom: 60px;
}
.register_banner{
    width: 100%;box-sizing: border-box;margin: 0 auto;display: block;
}
.register_banner>img{
    width: 100%;display: block;
}
.register_title{
    width: 100%;margin: 64px auto 0;box-sizing: border-box;position: relative;
    font-size: 40px;color: #333333;line-height: 50px;text-align: center;font-weight: bold;padding-bottom: 8px;
}
.register_title::after{
    content: "";display: block;position: absolute;
    left: 50%;margin-left: -25px;bottom: 0;width: 50px;height: 8px;background-color: #BE0000;
}
.register_coupon{
    width: 660px;height: 110px;margin: 45px auto 0;
}
.register_coupon>img{display: block;width: 660px;height: 110px;}

.register_coupon_text{
    width: 100%;margin: 50px auto 0;
    font-size: 24px;line-height: 36px;color: #333333;font-weight: bold;text-align: center;
}
.register_coupon_text>span{color: #BE0000;}

.register_btn{
    width: 100%;margin: 50px auto 0;max-width: 300px;border-radius: 5px;background-color: #BE0000;
    justify-content: center;align-items: center;height: 60px;cursor: pointer;display: flex;
}
.register_btn>span{display: block;line-height: 30px;font-size: 18px; color: #fff;font-weight: bold;}
.register_btn>img{display: block;width: 11px;height: 16pax;margin-left: 10px;}

.register_bg{
    width: 100%;box-sizing: border-box;background-color: #F5F5F5;margin: 70px auto 0;padding-bottom: 40px;
}
.register_bg .register_title{
    margin: 0 auto;padding-top: 65px;
}
.register_tips{
    width: 100%;margin: 40px auto 0;box-sizing: border-box;
    font-size: 24px;color: #333333;font-weight: bold;text-align: center;line-height: 30px;
}
.register_tips_img{
    width: 100%;max-width: 1200px;box-sizing: border-box;margin: 35px auto 0;padding-bottom: 40px;border-bottom: 2px solid #BE0000;
}
.register_tips_img>img{display: block;width: 1000px;height: 528px;margin: 0 auto;}

.register_tips_code{
    width: 100%;box-sizing: border-box;justify-content: center;align-items: center;margin: 60px auto 0;
}
.register_tips_code>div:nth-child(1){
    line-height: 30px;font-size: 24px;color: #333333;font-weight: bold;max-width: max-content;
}
.register_tips_code>div:nth-child(2){
    width: 110px;height: 30px;flex-shrink: 0;justify-content: center;align-items: center;
    background-color: #BE0000;border-radius: 15px;cursor: pointer;
}
.register_tips_code>div:nth-child(2)>span{
    display: block;line-height: 30px;font-size: 18px;color: #fff;
}
.register_tips_code>div:nth-child(2)>img{
    display: block;width: 14px;height: 14px;margin-right: 10px;
}
.register_coupon_text{
    width: 100%;margin: 15px auto 0;
    font-size: 24px;line-height: 36px;color: #333333;font-weight: bold;text-align: center;
}
.register_uc_img{
    width: 530px;height: 340px;box-sizing: border-box;margin: 35px auto 0;
}
.register_uc_img>img{
    width: 530px;height: 340px;display: block;
}

.register_table{
    width: 1100px;box-sizing: border-box;margin: 70px auto 0;
    border: 1px solid #BE0000;
}
.register_table_title{
    width: 100%;line-height: 30px;background-color: #FFFCEE;padding: 15px 40px;
    text-align: left;font-size: 20px;font-weight: bold;color: #333333;
    border-bottom: 1px solid #BE0000;
}
.register_table_content{
    width: 100%;background-color: #F5F5F5;padding: 24px 40px;box-sizing: border-box;
    text-align: left;font-size: 18px;font-weight: normal;color: #333333;line-height: 30px;
}
.register_table_content>div{
    width: 100%;justify-content: flex-start;align-items: flex-start;
}
.register_table_content>div>span:nth-child(1){width: 20px;display: block;}
.register_table_content>div>span:nth-child(2){width: calc(100% - 20px);display: block;}