.register_banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 340px;
    background: url("../../images/register-activity/banner-bg.png") center no-repeat;
    background-size: contain;
}

.register_banner .banner_title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 34px;
}

.register_banner .banner_title span {
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 177, 55, 1);
}

.register_banner .banner_subtitle {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 56px;
}

.register_banner .banner_subtitle span {
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 177, 55, 1);
}

.register_banner .banner_btn {
    width: 300px;
    height: 44px;
    background: url("../../images/register-activity/register-btn.png") center no-repeat;
    background-size: contain;
}

.register_banner .banner_btn:hover {
    background-image: url("../../images/register-activity/register-btn-sel.png");
}

.discount {
    width: 100%;
    height: 345px;
    background: rgba(255, 247, 240, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.discount .discount_title {
    width: 246px;
    height: 34px;
    background: url("../../images/register-activity/discount-title.png") center no-repeat;
    background-size: contain;
    margin-bottom: 50px;
}

.discount .discount_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount .discount_list p {
    width: 386px;
    height: 146px;
    margin: 0 10px;
    position: relative;
}

.discount .discount_list p a {
    width: 160px;
    height: 32px;
    border-radius: 16px;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 90px;
    left: 185px;
}

.discount .discount_list .list_100 {
    background: url("../../images/register-activity/discount-100.png") center no-repeat;
    background-size: contain;
}


.discount .discount_list .list_100 a {
    background: linear-gradient(180deg, rgba(221, 143, 123, 1), rgba(204, 43, 34, 1));
}

.discount .discount_list .list_100 a:hover {
    background: linear-gradient(180deg, rgba(214, 123, 100, 1), rgba(196, 21, 12, 1));
}

.discount .discount_list .list_666 {
    background: url("../../images/register-activity/discount-666.png") center no-repeat;
    background-size: contain;
}

.discount .discount_list .list_666 a {
    background: linear-gradient(180deg, rgba(252, 220, 195, 1), rgba(245, 172, 103, 1));
    color: rgba(173, 89, 41, 1);
}

.discount .discount_list .list_666 a:hover {
    background: linear-gradient(180deg, rgba(255, 202, 161, 1), rgba(239, 151, 68, 1));
}

.discount .discount_list .list_3000 {
    background: url("../../images/register-activity/discount-3000.png") center no-repeat;
    background-size: contain;
}

.discount .discount_list .list_3000 a {
    background: linear-gradient(180deg, rgba(252, 220, 195, 1), rgba(245, 172, 103, 1));
    color: rgba(173, 89, 41, 1);
}

.discount .discount_list .list_3000 a:hover {
    background: linear-gradient(180deg, rgba(255, 202, 161, 1), rgba(239, 151, 68, 1));
}

.freewelfare {
    width: 100%;
    height: 880px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.freewelfare .free_title {
    width: 452px;
    height: 35px;
    background: url("../../images/register-activity/free-title.png") center no-repeat;
    background-size: contain;
    margin-bottom: 60px;
}

.freewelfare .free_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.freewelfare .free_list .free_item {
    width: 285px;
    margin-right: 20px;
    background: rgba(255, 247, 240, 1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 0;
    margin-bottom: 30px;
}

.freewelfare .free_list .free_item .icon {
    width: 110px;
    height: 110px;
    box-shadow: 0px 3px 27px 0px rgba(255, 180, 106, 0.11);
    border-radius: 50%;
    margin-bottom: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.freewelfare .free_list .free_item .icon_1 {
    background-image: url("../../images/register-activity/free-1.png");
}

.freewelfare .free_list .free_item .icon_2 {
    background-image: url("../../images/register-activity/free-2.png");
}

.freewelfare .free_list .free_item .icon_3 {
    background-image: url("../../images/register-activity/free-3.png");
}

.freewelfare .free_list .free_item .icon_4 {
    background-image: url("../../images/register-activity/free-4.png");
}

.freewelfare .free_list .free_item .icon_5 {
    background-image: url("../../images/register-activity/free-5.png");
}

.freewelfare .free_list .free_item .icon_6 {
    background-image: url("../../images/register-activity/free-6.png");
}

.freewelfare .free_list .free_item .icon_7 {
    background-image: url("../../images/register-activity/free-7.png");
}

.freewelfare .free_list .free_item .icon_8 {
    background-image: url("../../images/register-activity/free-8.png");
}

.freewelfare .free_list .free_item .smltitle {
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.freewelfare .free_list .free_item .subtitle {
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.freewelfare .free_list .free_item a {
    width: 180px;
    height: 40px;
    background: rgba(255, 141, 28, 1);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.freewelfare .free_list .free_item:nth-of-type(4n) {
    margin-right: 0px;
}

.freewelfare .free_list .free_item:hover {
    background: rgba(238, 119, 0, 1);
    box-shadow: 0px 4px 32px 0px rgba(238, 119, 0, 0.34);
}

.freewelfare .free_list .free_item:hover p {
    color: #fff;
}

.freewelfare .free_list .free_item:hover a {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 21px 0px rgba(187, 75, 0, 0.39);
    color: #EE7700;
}

.paidmember {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 1150px;
    background: url("../../images/register-activity/pay-bg.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_title {
    width: 672px;
    height: 74px;
    background: url("../../images/register-activity/pay-title.png") center no-repeat;
    background-size: contain;
    margin-bottom: 50px;
}

.paidmember .member_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.paidmember .member_list .member_item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: 380px;
    height: 280px;
    border-radius: 10px;
    position: relative;
}

.paidmember .member_list .member_item:nth-of-type(3n) {
    margin-right: 0px;
}

.paidmember .member_list .member_item .item_title {
    width: 380px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.paidmember .member_list .member_item .mask_title {
    width: 380px;
    height: 0px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(238, 119, 0, 1);
    opacity: 0.8;
    transition: all 0.2s;
    overflow: hidden;
}

.paidmember .member_list .member_item .mask_title i {
    font-style: normal;
}

.paidmember .member_list .member_item:hover .mask_title {
    height: 280px;
}

.paidmember .member_list .member_item:hover .item_title {
    display: none;
}

.paidmember .member_list .item_3d {
    background: url("../../images/register-activity/pay-3d.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_su {
    background: url("../../images/register-activity/pay-su.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_vr {
    background: url("../../images/register-activity/pay-vr.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_xuanru {
    background: url("../../images/register-activity/pay-xuanru.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_zhibo {
    background: url("../../images/register-activity/pay-zhibo.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_mall {
    background: url("../../images/register-activity/pay-mall.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_cad {
    background: url("../../images/register-activity/pay-cad.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_tietu {
    background: url("../../images/register-activity/pay-tietu.png") center no-repeat;
    background-size: contain;
}

.paidmember .member_list .item_sucai {
    background: url("../../images/register-activity/pay-sucai.png") center no-repeat;
    background-size: contain;
}

.move_info {
    width: 100%;
    height: 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.move_info p {
    font-size: 24px;
    font-weight: 400;
    color: rgba(238, 119, 0, 1);
    line-height: 24px;
}

.right_fixed {
    width: 130px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right_fixed .right_register {
    width: 130px;
    height: 166px;
    border-radius: 12px;
    background: url("../../images/register-activity/register-fixed.png") center no-repeat;
    background-size: contain;
    position: relative;
}

.right_fixed .right_register a {
    width: 100px;
    height: 32px;
    background: linear-gradient(180deg, rgba(252, 220, 195, 1), rgba(245, 172, 103, 1));
    border-radius: 16px;
    position: absolute;
    left: 15px;
    bottom: 16px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AD5929;
}

.right_fixed .back {
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 29px 0px rgba(255, 168, 174, 0.35);
    border-radius: 10px;
    cursor: pointer;
    background: url("../../images/register-activity/back-btn.png") center no-repeat;
    background-size: contain;
    margin-top: 40px;
}

.right_fixed .back:hover {
    background-image: url("../../images/register-activity/back-btn-sel.png");
}

.org_tip_text {
    font-size: 18px;
    color: #FF8D1C;
    font-weight: bold;
}

.suc_tips {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block;
    margin-bottom: 10px;
}

.text14 {
    font-size: 14px;
}

.pad_lr28 {
    padding: 30px 20px;
}