html{
    font-family: PingFang SC, PingFang SC-Regular;
    min-width: 1200px;
}
body{
    height: auto !important;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w1200{
    width: 1200px;
    margin:0 auto
}
.nav{
    position: sticky;
    top: 0px;
    padding-top:30px ;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10); 
}
.navContent{
    padding:  9px 0;
}
.navContent img{
    width: 98px;
    height: 43px;
}
.navContent ul{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #005DA9;
    line-height: 20px;
}
.navContent ul li{
    margin-left: 50px;
}
.navContent ul a{
    color: #005DA9; 
}
.navContent ul li.active a{
    color: #E30034;
}
.banner{
    position:relative;
    width: 100%;
    height: 560px; 
    background-image: url('../images/banner.png'); 
     background-size: cover; 
    background-position: center; 
}
.banner_words{
    padding-top: 50px;
    width: 1200px;
    font-size: 48px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #005da9;
    line-height: 64px;
    margin:0 auto;
}
.detailHash{
    position: relative;
    margin: 0 auto;
    height: 446px;
}
.detailHash_item{
    position: absolute;
    width: 200px;
    height: 64px;
    background: #ffffff;
    border: 2px solid #2d88a5;
    border-radius: 34px;
    padding:12px;
    justify-content: flex-start;
    cursor: pointer;
    box-sizing: border-box;
}
.detailHash_item img{
    width: 40px;
    height: 40px;
    margin-right: 10px;    
}
.lottie_dot{
    width: 32px;
    height: 32px;
}
.detailHash>a:nth-child(1){
    top: 79px;
    left:252px ;
}
.detailHash>a:nth-child(2){
    top: 203px;
    left:222px ;
}
.detailHash>a:nth-child(3){
    bottom: 55px;
    left:252px ;
}
.detailHash>a:nth-child(4){
    top: 79px;
    right:242px ;
}
.detailHash>a:nth-child(5){
    top: 203px;
    right:212px ;
}

.detailHash>a:nth-child(6){
    bottom: 55px;
    right:242px ;
}
.part{
    position: relative;
}
.partHash{
    position: absolute;
    left: 0px;
    top: -50px;
}
.part_title{
    position: relative;
    padding-top:80px;
    padding-bottom: 18px;
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 50px;
    margin-bottom: 50px;
}
.part_title::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 8px;
    background: #9bc3b7;
}
.part_content{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 26px;
}
.part_content h4{
    font-weight: 700;
}
.part_content p{
    margin-top: 30px;
}
.part_content p span,.part_content p  a{
    color:#005DA9
}
.part_content p  a:hover{
    color:#E30034
}
.part_item{
    position: relative;
    background: #F6F6F6;
    padding-bottom: 30px;
}
.series{
    position: absolute;
    left: 0px;
    top: -120px;
}

.part_item_title{
    justify-content: flex-start;
    padding:8px 0 8px 30px ;
    background: #9bc3b7;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.product_lis_tab{
    justify-content: flex-start;
    padding-left: 30px;
}
.product_lis_tab span{
    padding: 5px  10px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    background: #707070;
    cursor: pointer;
    margin-right: 10px;
}
.product_lis_tab span.active{
    background: #9BC3B7;   
}
.product_lis_words_hide{
    display: none;
}

.product_lis_desc{
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_traits{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product_traits_hide{
    display: none;
}
.trait_item{
    width: 260px;
    margin-right: 30px;
}
.trait_title{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #5ea290;
    line-height: 20px;
    margin-bottom: 6px;
}
.trait_item ul{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
}
.down_btn {
    padding: 12px 15px;
    margin-top: 30px;
    width: 560px;
    height: 56px;
    background: #ececec;
    box-sizing: border-box;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}
.down_btn:hover{
    background: #e4f2ee;
}
.down_btn img{
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.down_btn div{
    flex: 1;
    text-align: left;
}
.down_icon{
    width: 24px;
    height: 24px;
    background: url(../images/item2/down.png) center center;
    background-size: 100% 100%;
}
.down_btn:hover .down_icon{
    background: url(../images/item2/down2.png) center center;
    background-size: 100% 100%;
}
.down_btn_group{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.down_btn_group>div:nth-child(2){
    margin-left:20px ;
}
.trait_item.w560{
    width: 560px;
}
.trait_item_two{
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.trait_item_two>div:nth-child(1){
    margin-bottom:26px;
}
.mt30{
    margin-top: 30px;
}
.down_btn.mt10{
    margin-top: 10px;
}
.trait_table_content{
    display: inline-block;
    border: 1px solid #dbdbdb;
}
.trait_tr{
    justify-content: flex-start;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 40px;
}
.trait_th{
    color: #ffffff;
    background: #928285;
}
.trait_tr span{
    padding-left: 20px;
}
.trait_tr span:nth-child(1){
    width: 160px;
    border-right: 1px solid #dbdbdb;
}
.trait_tr span:nth-child(2){
    width: 620px;
}

.section6 .content {
    margin-top: 85px;
  }
  .prize-rule {
    margin: 38px 0 0;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 40px 50px;
    font-size: 14px;
    line-height: 28px;
    background: #F7F7F7;
    color: #333333;
  }
  
  .prize-rule-text {
    width: 850px;
  }
  
  .prize-rule-text .activity-concat {
    margin-top: 20px;
  }
  
  .prize-rule-text .activity-concat ul {
    display: flex;
  }
  
  .prize-rule-text .activity-concat ul li {
    display: flex;
    width: 200px;
  }
  
  .prize-rule-text .activity-concat ul li .concant-tit-box {
    margin-left: 15px;
  }
  
  .prize-rule-promote {
    margin-left: 72px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    line-height: 20px;
    align-items: center;
  }
  
  .prize-rule-promote img {
    margin: 0 0 15px;
  }
  
  /*section6 end*/
  /* æŠ½å¥–æ ·å¼ start */
  .draw-title {
    text-align: center;
    margin-top: -36px;
  }
  
  .draw-wrap {
    margin-top: 140px;
    padding-top: 1px;
    padding-bottom: 84px;
    background: url(../images/five-bg3.png) no-repeat center top;
  }
  
  .draw-play {
    padding: 0 30px;
  }
  
  .draw-step {
    padding: 130px 30px 70px;
    font-size: 0;
  }
  
  .draw-step-lt,
  .draw-step-gt {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .draw-step-lt {
    float: left;
  }
  
  .draw-step-lt a,
  .draw-step-gt .uploadifive-button {
    position: absolute !important;
    top: 194px;
    right: 30px;
    width: 180px;
    height: 40px;
    /* background: rgba(0, 0, 0, .5); */
    cursor: pointer;
  }
  
  .draw-step-gt .uploadifive-button {
    top: 190px;
    right: 26px;
    width: 195px;
  }
  
  .draw-step-gt .uploadifive-queue {
    display: none !important;
  }
  
  .draw-step-gt {
    float: right;
  }
  
  .draw-list {
    float: left;
    width: 720px;
  }
  
  .draw-list-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    background: url(../images/bg.png) left top no-repeat;
    background-size: 100% 100%;
  }
  
  .draw-list-item.active {
    background: url(../images/bg2.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  
  .draw-list-item .vlm-wrap {
    height: 106px;
  }
  
  .draw-list-click {
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #e0223a;
    background-image: -webkit-linear-gradient(#fec481, #ffb153);
    background-image: -moz-linear-gradient(#fec481, #ffb153);
    background-image: -ms-linear-gradient(#fec481, #ffb153);
    background-image: linear-gradient(#fec481, #ffb153);
  }
  
  .draw-winlist {
    overflow: hidden;
  }
  
  .draw-winlist-box {
    border-radius: 12px;
    background-color: #fff;
    height: 390px;
    overflow: hidden;
  }
  
  .draw-winlist-title {
    display: block;
    height: 52px;
    line-height: 52px;
    background-color: #d1082b;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  
  .draw-winlist-ul {
    padding-left: 40px;
  }
  
  .draw-winlist-item {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
  }
  
  
  .lt,
  .ct,
  .gt {
    display: table-cell;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    width: 100px;
  }
  
  .lt {
    width: 80px;
    color: #005DA9;
  }
  
  .draw-winlist-item .lt {
    width: 75px;
    color: #005DA9;
  }
  
  .ct {
    width: 110px;
    color: #9EA6AE;
    text-align: center;
  }
  
  .draw-winlist-item .gt {
    width: 96px;
    color: #262422;
  
  
  }
  
  .draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
  }
  
  .draw-list-left {
    width: 740px;
    border-radius: 20px;
  
  }
  
  .draw-list {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border-radius: 20px;
  }
  
  .draw-list-item {
    width: 240px;
    height: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .draw-list-item.roll-5,
  .draw-list-item.roll-6,
  .draw-list-item.roll-7 {
    margin-bottom: 0px;
  }
  
  .draw-list-item p {
    font-size: 16px;
    font-weight: 500;
    color: #5EA290;
    line-height: 17px;
    letter-spacing: 2.24px;
  }
  
  .roll-3,
  .roll-4,
  .roll-5 {
    margin-right: 0px;
  }
  
  #begin_btn {
    background: url('../images/play.png') left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  #begin_btn:hover{
    background: url('../images/play2.png') left top no-repeat;
    background-size: 100% 100%;
  }
  #begin_btn>div {
    height: 170px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #begin_btn span {
    text-align: center;
  }
  
  #begin_btn span i {
    font-size: 14px;
    color: #fff;
    display: block;
  }
  
  #prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .zjMd{
    flex: 1;
    margin-left: 50px;
  }
  .zjMd h3 {
    line-height: 50px;
    background: #9BC3B7;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    font-family: PingFang SC, PingFang SC-Regular;
    text-align: left;
    color: #ffffff;
    line-height: 34px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .zjMd h2 {
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    padding-top: 40px;
    padding-bottom: 12px;
  }
  
  .zjMd .tip_md {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
  }
  
  #jq_marquee_box {
    margin-top: 0px;
    height: 265px;
    padding: 20px 30px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;
    background: #f6f6f7;
    overflow: hidden;
  }
  
  #jq_marquee_box .null {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .prize-rule_title{
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: left;
        color: #333333;
        line-height: 22px;
        margin-bottom: 10px;
  }
  .aboutCls{
    position: relative;
    background: #F7F7F7;
    margin-top: 80px;
    padding: 80px 0 ;  
  }
  .about_title{
    margin-bottom: 50px;
    justify-content: flex-start;
  }
  .about_title img{
    width: 137px;
    height: 60px;
    margin-right: 75px;
  }
  .about_title h3{
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 50px;
  }
  .about_content{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 32px;
  }
  .about_content p:nth-of-type(1){
    margin-bottom: 50px;
}
.submit_form_register {
    padding:30px;
  }
  
  .layer_user_info_form .collect_title {
    font-size: 14px;
    color: #F07F3C;
    margin-bottom: 20px;
  }
  
  .submit_form_register .inline_dl_flex {
    display: flex;
    justify-content: space-between;
  }
  
  .submit_form_register .inline_dl_flex_box {
    width: 49%;
  }
  
  .submit_form_register .inline_dl {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
  }

  
  .submit_form_register .label_info_radio,
  .submit_form_register .label_info {
    display: block;
  }
  
  .color_red {
    margin-right: 5px;
    color: #D00000;
  }
  
  .submit_form_register .inline_dl input,
  .submit_form_register .inline_dl select {
    width: 280px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color: #333;
  }
  .submit_form_register .inline_dl .other-input {
    position: absolute;
    top: 0;
    right: -20px;
  }
  
  .submit_form_register .inline_dl .addr_box select {
    width: 48%;
  }
  
  .submit_form_radio a {
    cursor: pointer;
    color: #005da9;
    ;
  }
  
  .submit_form_register .inline_dl .addr_box {
    width: 230px;
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  
  .submit_form_register input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 5px;
    box-sizing: border-box;
  }
  
  .submit_form_register input[type="checkbox"]:checked {
    background: url(../images/icon/checkbox.png) center center no-repeat;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
  
  .submit_form_register .label_info input[type="checkbox"] {
    position: relative;
    top: 0px;
  }
  
  .submit_form_register .label_info label {
    position: relative;
    width: 48%;
    display: inline-block;
  }
  
  .submit_form_register .label_info label .other-input {
    outline: none;
    display: flex;
  }
  
  .submit_form_register .label_info_radio label {
    display: block;
  }
  
  .submit_form_register input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    box-sizing: border-box;
  }
  
  .submit_form_register input[type="radio"]:checked {
    background: url(../images/icon/radio_icon.png) center center no-repeat;
    background-size: cover;
    border: 0;
    box-sizing: border-box;
    position: relative;
  }
  
  .submit_form_radio {
    color: #999999;
    font-size: 12px;
    margin-bottom: 11px;
  }
  
  .submit_form_tip {
    padding-bottom: 20px;
    font-size: 12px;
    color: #5b6770;
    line-height: 18px;
  }
  
  .submit_form_tip a {
    text-decoration: underline;
  }
  
  .submit_form_tip a:hover {
    color: #F5002F;
  }
  
  .layer_user_info_form .layui-layer-content {
    position: static !important;
  }
  
  .submit_form_register .label_info_radio input[type="radio"] {
    position: relative;
    top: 0px;
  }
  
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    height: 70px;
  }
  
  .form_btn {
    width: 350px;
    height: 50px;
    background: rgba(227, 3, 39, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 222222;
  
  }
  
  .form_btn:hover {
    background: rgba(227, 3, 39, 0.7);
  }
  
  .layer_user_info_form .layui-layer-btn {
    background: #ffffff;
    width: 100%;
    height: 80px;
    margin: 0;
  }
  
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    width: 320px;
    height: 48px;
    background: #9BC3B7;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 222222;
  }
  
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
    background: #5EA290;
  }
  
  /* 弹窗 ebd*/
  .layer-alert-dialog .layui-layer-title {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-bottom: none;
  }
  
  .layer-alert-dialog .dialog-content {
    padding: 0 30px 50px;
  }
  
  .layer-alert-dialog .dialog-content .tag {
    font-size: 18px;
  }
  
  .layer-alert-dialog .dialog-content .title {
    font-size: 34px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
  }
  
  .layer-alert-dialog .dialog-content .desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  
  .layer-alert-dialog .dialog-content .product-item {
    margin-top: 20px;
  }
  
  .layer-alert-dialog .dialog-content .product-item h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box {
    display: flex;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-left {
    flex: 1;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    min-height: 100px;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-links {
    display: inline-block;
    margin-top: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #9BC3B7;
    border: 1px solid #9bc3b7;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-links:hover {
    color: #ffffff;
    background: #5EA290;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-right {
    margin-left: 18px;
    width: 172px;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-right .product-item-logo {
    width: 172px;
    height: 130px;
  }
  
  .layer-alert-dialog .dialog-content .product-item-box .product-item-right .product-item-logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  /*抽奖弹框*/
  .layer_lotter_alert {
    border-radius: 8px !important;
  }
  
  .layer_lotter_alert .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
  }
  
  .layer_lotter_alert_title_no .layui-layer-title {
    height: 30px;
  }
  
  .layer_lotter_success {
    text-align: center;
  }
  
  .layer_lotter_success .p1 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
  }
  
  .layer_lotter_success .p2 {
    margin: 4px 0 24px 0;
    font-size: 14px;
    font-weight: 700;
    color: #666;
  }
  
  .layer_lotter_success a {
    margin-top: 24px;
    width: 160px;
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9BC3B7;
    border-radius: 4px;
  }
  
  .layer_lotter_success img {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .layer_lotter_info {
    text-align: center;
  }
  
  .layer_lotter_info img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .layer_lotter_info .layer_lotter_text1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .layer_lotter_info .layer_lotter_text2 {
    font-size: 14px;
    color: #666666;
    padding: 0 30px;
  }
  
  .layer_lotter_answer {
    text-align: center;
  }
  
  .layer_lotter_answer_text1 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
  }
  
  .layer_lotter_answer_text2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #e30327;
    margin-bottom: 15px;
  }
  
  .layer_lotter_answer_btn {
    width: 160px;
    height: 48px;
    background: rgba(218, 31, 61, 1);
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
  }
  
  .layer_lotter_answer_btn:hover {
    background: rgba(218, 31, 61, 0.8);
  }
  
  .layer_lotter_prize {
    text-align: center;
  }
  
  .layer_lotter_prize_text1 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  .layer_lotter_prize_btn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    background: rgba(218, 31, 61, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
  }
  
  .layer_lotter_prize_btn:hover {
    background: rgba(218, 31, 61, 0.8);
  }
  
  .layer_lotter_prize_name {
    text-align: center;
  }
  
  .layer_lotter_prize_name_text1 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
  }
  
  .layer_lotter_prize_name_text2 {
    font-size: 24px;
    font-weight: 700;
    color: #F07F3C;
  }
  
  .layer_lotter_prize_name img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .layer_lotter_prize_name_text3 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  .layer_user_info_form{
    border-radius: 8px 8px 0px 0px!important;
  } 
  .layer_user_info_form .layui-layer-title{
    background: #9bc3b7;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    border-radius: 8px 8px 0px 0px!important;
  }
  .layer_user_info_form .layui-layer-setwin .layui-layer-ico{
    background: url(../images/close.png) left top no-repeat;    
    background-size: 100% 100%;
  } 
  .layer_user_info_form .layui-layer-setwin .layui-layer-ico:hover{
    background: url(../images/close2.png) left top no-repeat;    
    background-size: 100% 100%;
  } 
  .inline_dl_address select{
    width: 135px !important; 
  }
  .inline_dl_address select:nth-of-type(1){
    margin-right: 10px;
  }
  .submit_form_register .label_info  dt{
    font-weight: bold;
  }
  .submit_form_register .label_info12 label {
    width: 100%;
  }
  .trait_sub{
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6);
    margin-left:-3px
  }
  .submit_form_register .label_info_hide{
    display: none;
  }
  .product_lis_content{
    align-items: flex-start;
    padding-left: 30px;
  }
  .product_lis_img{
    margin: 20px 20px 0 80px;
  }
  .learnMore{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #005da9;
    line-height: 18px;
    margin-top: 20px;
    padding-right: 20px;
    width: auto;
  }
  .learnMore:hover{
    color: #E30034;
  }
  .learnMore:hover::after{
    background: url(../images/right2.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .learnMore::after{
    content:"";
    position: absolute;
    right:0px;
    top: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/right.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .part_item4 .down_btn_group,
  .part_item4 .learnMore,
  .part_item6 .down_btn_group{
    padding-left: 30px;
  }
  