body {
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    font-family: Source Han Sans CN, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1E1530
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

button, img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
    color: #1E1530
}

::-webkit-input-placeholder {
    color: #c3c8d6;
}

*, ::before, ::after {
    box-sizing: border-box
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.danw-nav {
    top: 0 !important;
}
.index_t_act {
    display: none;
}
.container {
    position: relative;
    width: 1320px;
    margin: 0 auto;
}

.spring-banner {
    /*background: url("../images/banner_index_2024_bg.jpg") top center no-repeat;*/
    /*background: url("/static/activity/2024/91banner.png") top center no-repeat;*/
    /*background: url("/static/activity/2024/91-banner.png") top center no-repeat;*/
    height: 500px;
    background-size: cover;
}

.spring-nav {
    background: url("../images/nav-bg.png") center no-repeat;
    height: 100px;
    width: 1360px;
    margin: -50px auto 0 auto;
    padding: 25px 20px;
}

.spring-nav li {
    position: relative;
    float: left;
    width: 25%;
    padding-left: 30px;
    cursor: pointer;
}

.spring-nav li:after {
    content: '';
    display: block;
    background: url("../images/right-circle.png");
    height: 24px;
    width: 24px;
    position: absolute;
    right: 40px;
    top: 12px;
    transition: 0.25s;
}

.spring-nav li:hover:after {
    right: 30px;
}

.spring-nav li h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.spring-nav li p {
    color: rgba(30, 21, 48, 0.6);
    font-size: 14px;
}

.spring-title {
    padding: 60px 0 40px 0;
}

.spring-title h1 {
    font-size: 28px;
    margin-bottom: 18px;
}

.spring-title p {
    font-size: 16px;
    color: rgba(30, 21, 48, 0.6);
}

.spring-title p a {
    color: #DF304F;
}

.spring-act-1 {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7EE 100%);
    border: 1px solid #F8E5CD;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.spring-act-1-1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/cp-bg.png");
    height: 180px;
    width: 381px;
    padding: 30px 40px;
    z-index: 1;
}

.spring-act-1-1 h3 {
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.spring-btn-primary {
    display: inline-block;
    background: #ff6a00;
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    box-sizing: border-box;
    /*border-radius: 4px;*/
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 15px;
    color: #FFFFFF;
    transition: .25s;
    width: 100%;
}

.spring-btn-primary:hover {
    background: #ef4665;
}

.spring-act-1-2 {
    float: right;
}

.spring-act-1-2 li {
    background: url("../images/card-bg.png");
    height: 140px;
    width: 120px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

.spring-act-1-2 li h3 {
    font-size: 24px;
    color: #DF304F;
    margin: 20px 0 15px 0;
}

.spring-act-1-2 li span {
    display: inline-block;
    background: rgba(223, 48, 79, 0.1);
    border: 1px solid rgba(223, 48, 79, 0.35);
    border-radius: 10px;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    color: #DF304F;
    font-size: 12px;
    margin-bottom: 32px;
}

.spring-act-1-2 li p {
    font-size: 12px;
    color: #B47837;
}

.spring-act-2 > ul > li {
    position: relative;
    float: left;
    margin: 0 24px 24px 0;
    background: #FFFFFF;
    border-radius: 10px;
    width: calc(24.8% - 16px);
    padding: 24px 20px 30px 20px;
    border: 1px solid #ffffff;
    transition: .25s;
}

.spring-act-2 > ul > li:nth-child(4n) {
    margin-right: 0;
}

.spring-act-2 > ul > li:hover {
    border: 1px solid #EBD0AD;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7EE 100%);
}

.spring-act-2 > ul > li h1 {
    font-size: 22px;
    margin-bottom: 12px;
}

.spring-act-2 > ul > li p {
    font-size: 16px;
    color: rgba(30, 21, 48, 0.6);
}

.spring-act-2 a, .spring-act-1 a, .act_part3 a {
    text-align: center;
}

.split-line {
    height: 1px;
    background: #eeeeee;
    margin: 20px 0;
}

.spring-act-2-list li {
    float: left;
    font-size: 0;
    width: calc(50% - 12px);
    margin: 0 24px 20px 0;
    line-height: 30px;
}

.spring-hot {
    background: url("../images/tag-bg.png");
    height: 24px;
    width: 88px;
    line-height: 24px;
    position: absolute;
    right: -1px;
    top: 30px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 13px;
    text-align: center;
}

.spring-act-2-list li:nth-child(even) {
    margin-right: 0;
}

.spring-act-2-list li > span {
    display: inline-block;
    width: 40px;
    color: rgba(30, 21, 48, 0.6);
    font-size: 14px;
}

.spring-act-2-list li > h3 {
    display: inline;
    font-size: 16px;
    font-weight: 500;
}

.spring-act-2-list li > select {
    background: #FFFFFF;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 0 10px;
    width: calc(100% - 40px);
    font-size: 14px;
    height: 30px;
}

.spring-act-2-list li:last-child {
    width: 100%;
    margin-bottom: 0;
}

.spring-tag1 {
    display: inline-block;
    background: #DF304F;
    height: 20px;
    line-height: 19px;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #DF304F;
}

.spring-tag2 {
    display: inline-block;
    border: 1px solid #DF304F;
    height: 20px;
    line-height: 19px;
    padding: 0 6px;
    color: #DF304F;
    font-size: 12px;
    margin-right: 8px;
}

.spring-act-2-bottom {
    margin-top: 20px;
    height: 36px;
}

.spring-act-2-bottom p {
    float: left;
    line-height: 36px;
}

.spring-act-2-bottom p b {
    font-size: 30px;
    color: #ff6a00;
}

.spring-act-2-bottom p .sp1 {
    font-size: 14px;
    margin: 0 10px;
}

.spring-act-2-bottom p .sp2 {
    font-size: 14px;
    color: rgba(30, 21, 48, 0.3);
    text-decoration: line-through;
}

.spring-act-2-bottom a {
    float: right;
}

.spring-act-2-bottom a:hover {
    text-decoration: none;
    background: #ff7500;
    color: #fff !important;
}

.spring-act-3-tab {
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    background: #FFF7EE;
    border: 1px solid #F8E5CD;
    overflow: hidden;
}

.spring-act-3-tab a {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #1E1530;
}

.spring-act-3-tab a.active {
    background: linear-gradient(360deg, #ed7450 0%, #FF9797 100%);
    color: #ffffff;
}

.spring-act-3-list {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F8E5CD;
    margin-top: -1px;
    padding: 20px 40px 20px 20px;
    transition: .25s;
}

.spring-act-3-list:hover {
    background: linear-gradient(
            -90deg, #FFFFFF 0%, #FFF7EE 100%);
}

.spring-act-3-list-1 {
    float: left;
    width: 200px;
    border-right: 1px solid #F8E5CD;
    margin-right: 40px;
}

.spring-act-3-list-1 h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.spring-act-3-list-1 p {
    font-size: 16px;
    color: rgba(30, 21, 48, 0.6);
}

.spring-act-3-list-2 {
    float: left;
    margin-right: 40px;
    border-right: 1px solid #F8E5CD;
}

.spring-act-3-list-2 li {
    float: left;
    margin-right: 40px;
}

.spring-act-3-list-2 li > p {
    font-size: 14px;
    color: rgba(30, 21, 48, 0.6);
    margin-bottom: 12px;
}

.spring-act-3-list-2 li > h3 {
    line-height: 30px;
    font-size: 18px;
}

.spring-act-3-list-2 li > select {
    background: #FFFFFF;
    height: 30px;
    width: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    color: #1E1530;
}

.spring-act-3-list-2 li .date {
    background: #FFFFFF;
    height: 30px;
    width: 200px;
    line-height: 29px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.spring-act-3-list-2 li .date a {
    width: 25%;
    height: 100%;
    display: block;
    float: left;
    font-size: 14px;
}

.spring-act-3-list-2 li .date a.active {
    border: 1px solid #DF304F;
    border-radius: 4px;
    color: #DF304F;
}

.spring-act-3-list-3 {
    margin-top: -5px;
}

.spring-act-3-list-3 p {
    margin-top: 15px;
    float: left;
    vertical-align: bottom;
}

.spring-act-3-list-3 p b {
    font-size: 30px;
    color: #ff6a00;
}

.spring-act-3-list-3 p .sp1 {
    font-size: 14px;
    margin: 0 10px;
}

.spring-act-3-list-3 p .sp2 {
    font-size: 14px;
    color: rgba(30, 21, 48, 0.3);
    text-decoration: line-through;
}

.spring-act-3-list .spring-btn-primary {
    position: absolute;
    right: 40px;
    top: 32px;
}

.spring-act-4 {
    padding-bottom: 60px;
}

.spring-act-4 li {
    position: relative;
    float: left;
    width: calc(25% - 18px);
    margin: 0 24px 24px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7EE 100%);
    border: 1px solid #F8E5CD;
    border-radius: 10px;
    padding: 20px;
    transition: .25s;
}

.spring-act-4 li:nth-child(4n) {
    margin-right: 0;
}

.spring-act-4 li h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.spring-act-4 li p {
    font-size: 16px;
    color: rgba(30, 21, 48, 0.6);
}

.spring-act-4 li .spring-hot {
    top: 18px;
}

.spring-act-4 li a {
    display: block;
    opacity: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #B47837;
    font-weight: 500;
    transition: .25s;
}

.spring-act-4 li a img {
    vertical-align: text-bottom;
    margin-left: 4px;
}

.spring-act-4 li:hover {
    background: #ffffff;
    border-color: rgba(223, 48, 79, 0.6);
}

.spring-act-4 li:hover a {
    opacity: 1;
    right: 16px;
}

.spring-act-4 li:hover h3 {
    color: rgba(223, 48, 79, 1);
}

.left-nav {
    position: fixed;
    right: 25px;
    top: 40%;
    background: url("../images/left-nav-bg.png");
    height: 211px;
    width: 119px;
    padding-top: 54px;
    z-index: 10;
}

.left-nav a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #dab98b;
}

.left-nav a.active {
    color: #ffe1b9;
}


.nav li a .new {
    display: block;
    position: absolute;
    right: -30px;
    top: 20px;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    background: #ff6d5a;
    color: #fff;
    font-size: 12px;
    border-radius: 8px 0 8px 0;
}

.nav li a {
    position: relative;
}

.act_part2_d2_sub li {
    float: left;
    width: 25%;
    text-align: center;
}

.act_part2_d2 li > h3 {
    font-size: 22px;
    color: #ed7450;
    margin-bottom: 14px;
}

.act_part2_d2 li > p {
    font-size: 13px;
    color: #999;
}

/* Part3 爆款特卖*/
.act_part3 {
    margin: 10px auto;
}

.act_part3 > ul > li {
    float: left;
    padding: 30px 20px;
    width: 380px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 40px 40px 0;
}

.act_part3 > ul > li:nth-child(3n) {
    margin-right: 0;
}

.act_part3_d1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 20px;
}

.act_part3_d1 > span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ed7450;
    color: white;
    border-radius: 12px 12px 12px 0;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.act_part3_d2 {
    height: 64px;
    line-height: 64px;
    background-color: #f6f6f6;
    border-radius: 4px;
    font-size: 0;
    padding: 0 20px 0 10px;
    margin-bottom: 30px;
}

.act_part3_d2_c1 {
    display: inline-block;
    font-size: 30px;
    color: #ed7450;
    font-weight: 500;
    margin-right: 10px;
}

.act_part3_d2_c1 > span {
    font-size: 14px;
    margin: 0 6px;
}

.act_part3_d2_c2 {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    text-decoration: line-through;
}

.act_part3_d2_c3 {
    float: right;
    line-height: 20px;
    margin-top: 20px;
}

.act_part3_d2_c3 > span {
    display: inline-block;
    margin-left: 10px;
    height: 22px;
    font-size: 12px;
    background-color: #ffefea;
    border: solid 1px #ffa185;
    padding: 0 8px;
    color: #ed7450;
}

.act_part3_d3 li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.act_part3_d3 li > h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

.act_part3_d3 li > p {
    font-size: 14px;
    color: #999999;
}

.act_part3_d3 li:last-child {
    border: none;
}

.act_part3 > ul > li > a {
    display: block;
    line-height: 40px;
    background-color: #ff6a00;
    color: white;
    margin-top: 40px;
}

.act_part3 > ul > li > a:hover {
    background-color: #e06b48;
}


.originPrice {
    font-size: 12px;
    text-decoration: line-through;
    padding-left: 10px;
}
.payMoney {
    font-size: 26px;
    color: #f50;
}
.ant-form label {
    font-size: 16px;
    font-weight: bolder;
}
.feature-wrap {
    font-size: 13px;
}
.feature-wrap>.feature-wrap-container>.feature {
    padding: 5px 0;
}