  body {
    margin: 0;
    /* background: url('../assets/bg.png') top center no-repeat !important; */
  }

  a {
    text-decoration: none !important;
  }

  .page {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    min-width: 1200px !important;
    background: url('../assets/bg23.png') top center no-repeat !important;
    background-color: rgb(133, 13, 2) !important;
  }

  .content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }

  .red_content_box {
    width: 1200px;
    background-color: rgb(229, 41, 32);
    margin: 0 auto;
    padding-bottom: 30px;
    border-radius: 0 0 12px 12px;
    z-index: 1;
    position: relative;
  }

  .daka-num {
    width: 100%;
    position: absolute;
    top: 465px;
    left: 0;
    font-family: PingFangSC-Regular;
    font-size: 34px;
    color: #FBE058;
    text-align: center;
    background: linear-gradient(to top, #FBD791, #FCFBE9);
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to top, #FBD791, #FCFBE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .daka-num span {
    font-family: Impact;
    font-size: 66px;
    color: #FBE058;
    text-align: center;
    background: linear-gradient(to top, #FAE051, #FCFBE9);
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to top, #FAE051, #FCFBE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .daka {
    /* background-image: linear-gradient(180deg, #FFFCE4 8%, #F9C66F 100%);
    border: 1px solid #979797; */
    border-radius: 34px;
    border-radius: 34px;
    font-family: PingFang-SC-Bold;
    font-size: 27px;
    color: #DE2415;
    text-align: center;
    width: 400px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    margin: 0 auto 0;
    cursor: pointer;
    position: absolute;
    top: 605px;
    left: 50%;
    margin-left: -200px;
    background-size: 100%;
  }

  .unDaka {
    background: url('../assets/clock-btn.png') no-repeat;
  }

  .dakaed {
    background: url('../assets/clock-btned.png') no-repeat;
  }

  .gradient_color_block {
    background-image: linear-gradient(180deg, #C82323 3%, #CA3D28 100%);
    border: 3px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .exchange_box {
    width: 1141px;
    height: 801px;
  }

  .block_title {
    width: 467.7px;
    height: 91px;
    background-image: url(../assets/item-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title_logo {
    display: block;
    width: 34px;
  }

  .title_text {
    margin-left: 10px;
    font-family: PingFang-SC-Bold;
    font-size: 36px;
    color: #FFF;
    text-align: center;
  }

  .wenhao_box {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
  }

  .wenhao_box img {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* 专家 */

  .zhuanjia_box {
    width: 1141px;
    height: 384px;
    box-sizing: border-box;
    position: relative;
  }

  .arrow-box {
    position: absolute;
    top: 50%;
    margin-top: -68px;
    width: 67px;
    height: 132px;
    cursor: pointer;
    z-index: 20;
    display: none;
  }

  .arrow {
    /* display: none; */
    width: 100%;
    height: 100%;
  }

  .arr-left-box {
    left: 0px;
  }

  .arr-left {
    background: url('../assets/arrow-left.png') no-repeat 100%;
  }

  .arr-right-box {
    right: 0px;
  }

  .arr-right {
    background: url('../assets/arrow-right.png') no-repeat 100%;
  }

  .expert-list:hover .arrow-box {
    display: block;
  }

  .expert-box {
    padding: 0 60px;
  }

  .expert-list {
    width: 100%;
    /* height: 181px; */
    overflow: hidden;
    margin: 22px 0px 0;
    /* padding: 0 60px; */
  }

  .expert-list .expert-item {
    /* margin-right: 84px; */
    width: 110px;
    text-align: center;
    float: left;
  }

  .expert-item img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
  }

  .expert-item .expert-name {
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .expert-item .expert-title {
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    font-size: 12px;
    width: 192px;
  }

  /* 活动 */

  .red_content_box .new_act_box {
    padding-bottom: 0;
    max-height: 3285px;
    overflow-y: scroll;
  }
  /*滚动条整体粗细样式*/
  .new_act_box::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 5px;
    height: 8px;
  }

  /*滚动条里面小方块*/
  .new_act_box::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    /* 颜色 */
    background:#F3CE85!important;
    /* 线性渐变背景 */
  }

  /*滚动条轨道*/
  .new_act_box::-webkit-scrollbar-track {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background: #8B0C00 !important;
  }

  .new_activity_list {
    padding: 20px 20px 40px;
    display: flex;
    justify-content: space-between;
  }

  .new_act_item {
    width: 350px;
  }

  .new_act_time {
    width: 350px;
    height: 56.1px;
    line-height: 56.1px;
    text-align: center;
    background-image: linear-gradient(180deg, #FFE9AE 0%, #EDC576 77%);
    border-radius: 12px 12px 0px 0px;
    font-family: 'PingFang-SC-Bold';
    font-size: 20px;
    color: #B73517;
  }

  .new_act_content {
    width: 350px;
    min-height: 1674px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    height: 1776px;
    position: relative;
    overflow: hidden;
  }

  .huodong_bottom_img {
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .new_act_day_item {
    margin-bottom: 10px;
  }

  .live_item_ite {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(207, 163, 117, 0.3);
  }

  .new_live_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
  }

  .live_title01 {
    width: 228px;
    font-family: 'PingFang-SC-Bold';
    font-size: 16px;
    color: #B73517;
    /* text-align: justify; */
    line-height: 22px;
    font-weight: bold;
  }

  .live_btn {
    width: 92px;
    height: 38px;
    cursor: pointer;
  }

  .liveing {
    background: url('../assets/new-liveing.png');
    background-size: 100%;
  }

  .liveing_wait {
    background: url('../assets/new-wait-live.png');
    background-size: 100%;
  }

  .liveing_black {
    background: url('../assets/new-paly-back.png');
    background-size: 100%;
  }

  .live_introduce {
    font-weight: bold;
    margin: 12.7px 0 7.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'PingFang-SC-Bold';
    font-size: 16px;
    color: #6A2414;
    line-height: 26px;
  }

  .live_info {
    /* height: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .live_info .touxiang {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* float: left; */
  }

  .live_user {
    /* height: 30px; */
    font-family: 'PingFangSC-Regular';
    font-size: 12px;
    color: #6A2414;
    width: 188px;
    margin-left: 8px;
    /* float: left; */
  }

  .live_user span {
    margin-left: 1em;
  }

  .live_time {
    font-family: 'DINAlternate-Bold';
    font-size: 16px;
    color: #C82323;
    text-align: right;
    /* line-height: 30px; */
    /* float: right; */
  }

  /* 500万助学计划 */

  .zhuxue_box {
    margin-top: 60px;
    padding-bottom: 40px;
    width: 1141px;
    box-sizing: border-box;
    position: relative;
  }

  .plan-list {
    padding: 38px 20px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .plan-item {
    flex-shrink: 0;
    width: 537px;
    height: 170px;
    background-image: linear-gradient(180deg, #FBF1E1 15%, #F5D4B2 100%);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 30px 10px;
    margin: 0 20px 20px 0;
  }

  .plan-item-left {
    width: 163px;
    height: 111px;
    float: left;
    border-radius: 12px;
  }

  .plan-item-left img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  .plan-item-center {
    width: 171px;
    height: 111px;
    float: left;
    margin: 0 20px 0 20px;
  }

  .plan-name {
    /* width: 171px; */
    font-family: 'PingFang-SC-Bold';
    font-size: 22px;
    color: #6A2414;
    /* font-weight: bold; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical; */
  }

  .plan-names {
    font-family: 'PingFang-SC-Bold';
    font-size: 22px;
    color: #6A2414;
    width: 228px;
  }

  .statement_box {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 30px;
    width: 253px;
    box-shadow: 0 0 7px 8px rgba(33, 131, 16, 0.11);
    border-radius: 12px;
    position: absolute;
    right: 75px;
    top: 0;
    display: none;
    z-index: 1;
  }

  .statement_title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
  }

  .statement_content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
  }

  .plan-info {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 18px;
    color: #6A2414;
    width: 200px;
    margin-top: 34px;
  }

  .plan-info-zhe {
    font-family: 'DINAlternate-Bold';
    font-size: 32px;
    color: #CF3028;
  }

  .price-box {
    font-family: 'DINAlternate-Bold';
    font-size: 14px;
    color: #CF3028;
    float: left;
  }

  .price {
    font-size: 48px;
  }

  .plan-item-right {
    float: right;
  }

  .jiage-box {
    margin-top: 15px;
    margin-left: 5px;
    float: left;
  }

  .yuanjia {
    font-size: 14px;
    color: #6A2414;
  }

  .youhuui {
    font-size: 14px;
    color: #CF3028;
  }

  .plan-btn {
    width: 105px;
    height: 76px;
    /* box-shadow: 0 2px 4px 0 #DB4436; */
    border-radius: 6px;
    /* background: #DB4436; */
    text-align: center;
    line-height: 72px;
    font-family: 'PingFangSC-Medium';
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    cursor: pointer;
  }

  .plan-btn img {
    width: 100%;
    height: 100%;
  }

  /* 扫码 */

  .code_box {
    width: 1141px;
    height: 282px;
    background: url('../assets/code1.png');
    background-size: 100%;
    margin: 60px auto;
    position: relative;
  }

  .exchange_swiper {
    margin: 0 auto;
    margin-top: 28px;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .gift_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .gift_item {
    background: #FFB6AB;
    border-radius: 12px;
    overflow: hidden;
    width: 259px;
    height: 293px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .gift_item_top_img {
    display: block;
    width: 100%;
    margin: 0;
    height: 194px;
  }

  .gift_item_bottom {
    width: 100%;
    height: 99px;
    background-image: linear-gradient(180deg, #FBF1E1 15%, #F5D4B2 100%);
    border-radius: 0 0 12px 12px;
  }

  .gift_item_bottom_red_text {
    font-family: PingFang-SC-Bold;
    font-size: 20px;
    color: #C93026;
    text-align: center;
    line-height: 27px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
  }

  .gift_item_bottom_info_text {
    opacity: 0.8;
    font-family: PingFang-SC-Bold;
    font-size: 14px;
    color: rgba(106, 36, 20, 0.80);
    text-align: center;
    line-height: 22px;
  }

  .share_top {
    height: 493px;
    overflow: hidden;
    width: 100%;
    margin-top: 37.3px;
    /* background-color: #fff; */
  }

  .share_top_left {
    background-image: linear-gradient(180deg, #FBF1E1 15%, #F5D4B2 100%);
    border-radius: 12px;
    float: left;
    width: 358px;
    height: 100%;
  }

  .share_top_right {
    background-image: linear-gradient(180deg, #FBF1E1 15%, #F5D4B2 100%);
    border-radius: 12px;
    float: left;
    width: calc(100% - 453px);
    margin-left: 19px;
    height: calc(100% - 90px);
    padding: 45px 38px;
  }

  .share_top_left_img {
    display: block;
    width: 100%;
    /* margin-top: 102px; */
  }

  .gift_item_bottom_info_btn {
    width: 153px;
    line-height: 31px;
    margin: 0 auto;
  }

  .gift_item_bottom_info_btn img {
    display: block;
    width: 100%;
    cursor: pointer;
  }

  .share_top_right_title {
    font-weight: 600;
    font-family: 'PingFang-SC-Bold';
    font-size: 20px;
    color: #6A2414;
    margin-bottom: 7px;
  }

  .share_top_right_text {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #6A2414;
    line-height: 27px;
  }

  .text-red {
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #CF3028;
  }

  .share_bottom {
    background-image: linear-gradient(180deg, rgba(251, 241, 225, 0.14) 15%, rgba(245, 212, 178, 0.00) 99%);
    border-radius: 12px;
    width: calc(100% - 66px);
    height: 251px;
    margin-top: 32px;
    padding: 31px 33px;
  }

  .share_bottom_title {
    font-family: PingFang-SC-Bold;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
  }

  .rank_box {
    height: calc(100% - 28px);
    overflow: hidden;
  }

  .rank_list {
    height: calc(100% - 10px) !important;
  }

  .rank_box_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .rank_item {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 18px 0;
  }

  .rank_item_img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 999px;
    overflow: hidden;
  }

  .rank_item_text {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .swiper_next {
    position: absolute;
    top: calc(50% - 56px);
    right: 20px;
    z-index: 990;
    display: none;
    cursor: pointer;
  }

  .swiper_next img, .swiper_prev img {
    display: block;
  }

  .exchange_swiper:hover .swiper_prev, .exchange_swiper:hover .swiper_next {
    display: block;
  }

  .swiper_prev {
    position: absolute;
    top: calc(50% - 56px);
    left: 0;
    z-index: 990;
    display: none;
    cursor: pointer;
  }

  .luck_draw_box {
    width: 1141px;
    height: 909px;
    padding: 0 22px;
    position: relative;
  }

  .luck_draw_rule_box {
    /* overflow: hidden; */
    height: 400px;
    margin-top: 42.3px;
    position: relative;
  }

  .luck_draw_rule {
    background-image: linear-gradient(180deg, #FBF1E1 15%, #F5D4B2 100%);
    border-radius: 12px;
    width: 552px;
    height: 298px;
    float: right;
    padding: 51px 0 51px 236px;
  }

  .posi_share_btn_box {
    width: 1200px;
    height: 140px;
    position: absolute;
    top: 720px;
    left: calc(50% - 600px);
  }

  .posi_share_btn {
    width: 279px;
    height: 64px;
    position: absolute;
    top: 30px;
    right: 95px;
    cursor: pointer;
    background: url('../assets/share-big.png');
    background-size: 100%;
  }

  .zhuanpan {
    width: 484px;
    height: 484px;
    background: url('../assets/zhuanpan-bg.png');
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .prize_bg {
    width: 448px;
    height: 448px;
    background: url('../assets/zhuanpan1.png');
    background-size: 100%;
    position: absolute;
    top: 18px;
    left: 20px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .prize_pointer {
    width: 119px;
    height: 166px;
    background: url('../assets/zhizhen.png');
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -60px;
  }

  .red_text {
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #CF3028;
    text-align: center;
  }

  .right_menu {
    background-image: url('../assets/cebian.png');
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    width: 222px;
    /* height: 417px; */
    height: 231px;
    position: fixed;
    top: 200px;
    right: 127px;
    z-index: 999;
    padding-top: 126px;
    display: none;
  }

  .right_menu_abs {
    position: absolute !important;
    top: 730px;
    right: 127px;
  }

  .menu_box {
    /* width: 126px; */
    width: 110px;
    margin-left: 41px;
    /* margin: 0 auto; */
    background: rgba(255, 255, 255, 0.80);
    border-radius: 12px;
  }

  .menu_item {
    width: 100%;
    line-height: 34px;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #6A2414;
    text-align: center;
    cursor: pointer;
  }

  .menu_item:hover {
    background-color: #CA3B28;
    color: #fff;
  }

  .menu_item a {
    text-decoration: none;
    color: inherit;
  }

  .sq_code_box {
    width: 156px;
    height: 156px;
    /* background-color: rgba(0, 0, 0, 0.6); */
    position: absolute;
    top: 60px;
    left: 171px;
  }

  .sq_code_box img {
    display: block;
    width: 100%;
  }

  .menu_item_text {
    width: 60px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
  }

  .menu_active {
    background-color: #CA3B28;
    color: #fff;
  }

  .page-footer {
    width: 100%;
    /* height: 115px; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .page-footer img {
    min-width: 1200px;
    display: block;
    width: 100%;
    height: 100%;
  }

  .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mask_box {
    position: relative;
  }

  .mask_main {
    padding: 35px 0 30px;
    box-sizing: border-box;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 12px;
    position: relative;
  }

  .mask_title {
    font-family: ' PingFangSC-Semibold';
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .btn {
    background: #ED2D2E;
    border-radius: 3px;
    border-radius: 3px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
    cursor: pointer;
  }

  .img_box {
    text-align: center;
  }

  .clock_box {
    width: 434px;
    height: 412px;
  }

  .gift_success_box {
    width: 434px;
    height: 421px;
  }

  .gift_success_main {
    width: 380px;
    height: 412px;
  }

  .remind_box {
    width: 434px;
    height: 220px;
  }

  .remind_main {
    width: 380px;
    height: 220px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
  }

  .address_gift_box {
    width: 514px;
    /* height: 715px; */
  }

  .address_gift_main {
    width: 460px;
    padding-bottom: 100px;
    /* height: 715px; */
  }

  .address_gift_text {
    width: 306px !important;
  }

  .down_zkb_box {
    width: 434px;
    height: 465.5px;
  }

  .gift_success_course_box {
    width: 524px;
    height: 448px;
  }

  .gift_success_course_main {
    width: 470px;
    height: 448px;
  }

  .down_zkb_main {
    width: 380px;
    height: 465.5px;
  }

  .no_login_box {
    width: 514px;
    height: 646px;
  }

  .no_login_main {
    width: 460px;
    height: 646px;
  }

  .no_login_text {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 21px;
    width: 401px;
    margin: 0 auto;
  }

  .clock_main {
    width: 380px;
    height: 412px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
  }

  .clock_text {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23px;
    width: 252px;
  }

  .mask_test_red {
    color: #ee2e2e;
  }

  .rank_num_text {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-right: 2px;
  }

  .share_box {
    /*width: 1141px;*/
    padding: 0 22px;
    position: relative;
  }

  .share_img_pos {
    position: absolute;
    width: 120px;
    height: 122px;
    top: 356px;
    left: 142px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .share_img_pos img {
    display: block;
    width: 100%;
  }

  .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .5)
  }

  .form_box {
    padding: 0 30px;
    margin-top: 40px;
  }

  .form_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
  }

  .no_login_info_text {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    /* margin-top: 38px; */
  }

  .form_label {
    width: 60px;
    text-align: right;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-right: 30px;
  }

  .form_input {
    flex: 1;
  }

  .form_input input {
    display: block;
    width: calc(100% - 46px);
    line-height: 44px;
    border: 1px #EDEDED solid;
    padding: 0 23px;
  }

  .required {
    font-size: 12px;
    color: #FF0000;
    display: inline-block;
    margin-right: 3px;
  }

  .address_title_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
  }

  .address_list_box {
    padding: 0 30px;
    max-height: 150px;
    overflow: auto;
  }

  .address_title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
  }

  .add_address {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ED2D2E;
    letter-spacing: 0;
    margin-left: auto;
    line-height: 20px;
    cursor: pointer;
  }

  .add_address img {
    display: inline-block;
  }

  .red_line {
    width: 3px;
    height: 18px;
    background-color: #ED2D2E;
    margin-right: 10px;
  }

  .list_item_row_item {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-right: 10px;
  }

  .list_item_row_item input {
    display: block;
    margin: 0;
  }

  input[name="address"]:checked {
    color: #ED2D2E;
  }

  .radio_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .list_item_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
  }

  .tool_bar {
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ED2D2E;
    letter-spacing: 0;
  }

  .tool_bar img {
    display: inline-block;
    margin-left: 5px;
  }

  .zhankai {
    display: block;
  }

  .shouqi {
    display: none;
  }

  .other_address {
    display: none;
  }

  .send_msg {
    line-height: 44px;
    border: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 110px;
    margin-left: 10.5px;
    background-color: #ED2D2E;
    cursor: pointer;
  }

  .err_text_tel, .err_text_code {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ED2D2E;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    padding-left: 90px;
    top: -20px;
    display: none;
  }

  .record_box {
    width: 434px;
    max-height: 1000px;
  }

  .record_main {
    width: 380px;
    max-height: 300px;
    overflow: auto;
  }

  .record_list_box {
    padding: 0 30px;
  }

  .record_item_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 21px;
  }

  .record_item_img {
    display: block;
    width: 82px;
    height: 50px;
    border-radius: 5px;
    margin-right: 16px;
    text-align: center;
  }
  .gift_img{
    height: 100%;
  }
  .record_item_text {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
  }

  .record_item_btn {
    margin-left: auto;
    background: #ED2D2E;
    border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 34px;
    width: 88px;
    text-align: center;
    letter-spacing: 0;
    cursor: pointer;
  }

  .record_item_btn_already {
    background: none !important;
    color: #999 !important;
    cursor: text !important;
  }

  .not_enough, .colok_already, .address_gift_modal_t, .gift_success_modal_date_3m, .gift_success_modal_date_1y, .gift_bulanbi_modal_300, .address_gift_modal, .gift_bulanbi_modal, .record_modal, .gift_finished_modal, .gift_success_modal_date, .gift_success_course_modal, .on_login_modal, .down_zkb_modal, .live_not_start_modal, .coupon_success_modal, .scan_code_modal, .clock_success_modal {
    display: none;
  }
  .gift_finished_date_text {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #888888;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin-top: -10px;
  }

  .gift_success_big_box {
    width: 520px;
  }

  .gift_success_big {
    width: 470px;
    height: 480px;
  }

  .big_text {
    width: auto;
  }

  .img_box_big {
    width: 252px;
    height: 189px;
    margin-top: 32px;
  }

  .btn_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    box-sizing: border-box;
    padding: 0 50px;
  }

  .btn01 {
    border-radius: 3px;
    border-radius: 3px;
    width: 167px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ee2e2e;
    border-color: #ee2e2e;
  }

  .true_btn {
    background: #ee2e2e;
    color: #fff;
  }

  .close_btn {
    background: #fff;
    color: #ee2e2e;
  }

  .share_icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

  .share_icon_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .share_icon_item {
    text-align: center;
    margin-right: 23px;
    cursor: pointer;
  }

  .share_icon_text {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
  }

  .share_icon_box {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  /* 单选换颜色 */

  .radio {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 25px;
    text-align: left;
    width: 100%;
    display: flex;
  }

  .radio input {
    position: absolute;
    left: -9999px;
  }

  .radio i {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    outline: 0;
    border: 1px solid rgb(133, 133, 133);
    background: transparent;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
  }

  .radio input+i:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ee2e2e;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
  }

  .radio input:checked+i:after {
    opacity: 1;
  }

  .coupon_success_modal .img_box img {
    width: 312px;
    height: 186px;
  }
  .wenhao_box:hover > .statement_box{
    display: block;
  }
  .luban_jiangpai{
    position: absolute;
    bottom: 84px;
    right: 60px;
    display: block;
    width: 255px;
    /* height: 243px; */
  }
  /*支持单位 */
  .company-list {
    position: absolute;
    top: 605px;
    left: 50%;
    margin-left: -570px;
    width: 1020px;
    display: flex;
    align-items: center;
    /* height: 72px; */
  }
  .company-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .company-list img {
    width: 100%;
    height: 100%;
  }
  .company-title{
    width: 130px;
    font-size: 22px;
    color: #fff;
  }
  .company-item{
    width: 140px;
    margin: 5px 0px;
    /* height: 90px; */
    /* position:relative; */
  }
  /* 弹窗 */
  .company_mask {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -88px;
    margin-top: -340px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company_code_modal{
    display: none;
  }
  /* .company_box {
    width: 434px;
    height: 412px;
  } */
  .company_main {
    width: 300px;
    height: 354px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
  }
  .company_main .img_box{
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
  .company_title {
    font-family: ' PingFangSC-Semibold';
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .company_text {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    width: 252px;
  }
  .company_tip{
    text-align: center;
    font-size: 14px;
  }
  .activity_right{
    width: 720px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }
  .activity_top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .activity_item{
    width: 350px;
    
  }
  .activity_item a{
    display: inline-block;
    margin-bottom:20px;
  }
  .activity_item img{
    width: 100%;
    cursor: pointer;
  }
  .activity_bottom{
    width: 720px;
  }
  .activity_bottom img{
    width: 100%;
  }