.section {
    width: 100%;
    overflow: hidden;
}

.section .wrap {
    width: 1605px;
    margin: 173px auto 0;
}

.section .wrap .title {
    margin: 0 0 44px 0;
    display: flex;
}

.section .wrap .title a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

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

.section .wrap .content .images {
    width: 670px;
    height: 547px;
    overflow: hidden;
}

.section .wrap .content .images img {
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}

.section .wrap .content .images img:hover {
    transform: scale(1.1);
}

.section .wrap .content .text > span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 32px 0;
    display: block;
}

.section .wrap .content .text .address {
    display: flex;
    align-items: center;
}

.section .wrap .content .text .address .color {
    width: 55px;
    height: 25px;
    background: #B29563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 15px 0 0;
}

.section .wrap .content .text .address p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 10px 0 0;
}

.section .wrap .content .text .address img {
    margin: 0 8px 0 0;
}

.section .wrap .content .text .address a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9B0000;
}

.section .wrap .content .text .theme {
    height: 76px;
    background: rgba(178, 149, 99, 0.6);
    display: flex;
    align-items: center;
    margin: 33px 0 0 0;
}

.section .wrap .content .text .theme .for {
    width: 75px;
    height: 100%;
    background: #B29563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.section .wrap .content .text .theme .light {
    width: calc(100% - 75px);
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .content .text .theme .light .finish p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.section .wrap .content .text .theme .light .finish p span {
    font-size: 20px;
    font-family: Source Han Sans CN;
}

.section .wrap .content .text .theme .light .finish div {
    font-size: 14px;
    font-family: Barlow;
    font-weight: 400;
    color: #FFFFFF;
}

.section .wrap .content .text .theme .light .attention {
    text-align: center;
}

.section .wrap .content .text .theme .light .attention .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
}

.section .wrap .content .text .theme .light .attention p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 6px 0 0 0;
}

.section .wrap .content .text .price {
    margin: 24px 0 0 0;
}

.section .wrap .content .text .price .list {
    display: flex;
    align-items: center;
    margin: 0 0 19px 0;
}

.section .wrap .content .text .price .list p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 21px 0 0;
}

.section .wrap .content .text .price .list div {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.section .wrap .content .text .price .active div {
    font-size: 24px;
    color: rgba(155, 0, 0, 1);
}

.section .wrap .content .text .apply {
    margin: 35px 0 0 0;
    display: flex;
    align-items: center;
}

.section .wrap .content .text .apply a {
    padding: 0 40px;
    height: 46px;
    background: #B29563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 16px 0 0;
}

.section .wrap .content .text .apply img {
    margin: 2px 8px 0 17px;
}

.section .wrap .content .text .apply p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.section .wrap .content .text .apply div p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}
.section .wrap .content .text .apply div p:first-child{
    margin: 0 0 5px 0;
    color: rgba(177, 177, 177, 1);
}
.section .wrap .content .text .apply div span{
    display: inline-block;
    cursor: pointer;
    color: #B29563;
}

.section .wrap .content .text .service {
    display: flex;
    align-items: center;
    margin: 41px 0 0 0;
}

.section .wrap .content .text .service p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.section .wrap .content .text .service img {
    margin: 3px 8px 0 17px;
}

.section .wrap .process {
    height: 127px;
    background: #F7F7F7;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 43px;
}

.section .wrap .process .pick {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 121px 0 0;
}

.section .wrap .process .flex {
    display: flex;
    align-items: center;
}

.section .wrap .process .flex .item .circle {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .process .flex .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.section .wrap .process .flex .next {
    margin: 0 50px;
}

.section2 {
    overflow: hidden;
}

.section2 .wrap {
    width: 1605px;
    margin: 15px auto 91px;
}

.section2 .wrap .title {
    height: 70px;
    background: #F4F4F4;
    display: flex;
}

.section2 .wrap .title a {
    width: 230px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.section2 .wrap .title a.active {
    background: #B29563;
    color: #fff;
}

.section2 .wrap .title a:hover {
    background: #B29563;
    color: #fff;
}

.section2 .wrap .content {
    margin: 84px 0 0 0;
}

.section2 .wrap .content .first span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.section2 .wrap .content .first p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.section2 .wrap .second {
    padding: 79px 0 0 0;
}

.section2 .wrap .second > span {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.section2 .wrap .second p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.section2 .wrap .second p span {
    color: rgba(155, 0, 0, 1);
}

.section2 .wrap .thirdly {
    padding: 72px 0 0 0;
}

.section2 .wrap .thirdly span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    /* display: block; */
}

.section2 .wrap .thirdly p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.section2 .wrap .fourthly {
    padding: 77px 0 0 0;
}

.section2 .wrap .fourthly span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    display: block;
}

.section2 .wrap .fourthly p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.fifth {
    padding: 90px 0 0 0;
}

.fifth span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.fifth .form {
    margin: 66px 0 0 0;
}

.fifth .form table {
    width: 100%;
    border-collapse: collapse;
}

.fifth .form tr td {
    width: 110px;
    height: 72px;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.13);
}

.fifth .form tr:first-child td {
    background: #F5F5F5;
    border-bottom: 1px solid transparent;
}

.sixth {
    padding: 76px 0 0 0;
}

.sixth span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.sixth .form {
    margin: 66px 0 0 0;
}

.sixth .form table {
    width: 100%;
    border-collapse: collapse;
}

.sixth .form table tr:first-child td {
    background: #F5F5F5;
    border-bottom: 1px solid transparent;
}

.sixth .form table tr td {
    width: 110px;
    height: 72px;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.13);
}

.seventh {
    padding: 85px 0 0 0;
}

.seventh span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.seventh .help {
    margin: 47px 0 0 0;
}

.seventh .help .item:not(:last-child) {
    margin: 0 0 45px 0;
}

.seventh .help .item .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px 0 37px;
    height: 68px;
    background: #E9E9E9;
    transition: 1s;
    cursor: pointer;
}

.seventh .help .item .headline p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666;
    transition: 1s;
}

.seventh .help .item .headline .click {
    width: 11px;
    height: 11px;
    position: relative;
}

.seventh .help .item .headline .click div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.seventh .help .item .headline .click div:first-child {
    width: 11px;
    height: 1px;
    background: #fff;
}

.seventh .help .item .headline .click div:last-child {
    width: 1px;
    height: 11px;
    background: #fff;
}

.seventh .help .item .hide {
    height: 112px;
    background: rgba(178, 149, 99, 0.4);
    border-radius: 0px 0px 12px 12px;
    display: none;
}

.seventh .help .item .hide .joke {
    padding: 30px 72px 0 34px;
}

.seventh .help .item .hide p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.seventh .help .item.active .headline {
    background: rgba(178, 149, 99, 1);
}

.seventh .help .item.active .headline p {
    color: #FFFFFF;
}

.seventh .help .item.active .headline .click div:nth-child(2) {
    opacity: 0;
}

.seventh .help .item:first-child .hide {
    display: block;
}

.section2 .wrap .content .change {
    display: none;
    padding: 0;
}

.section2 .wrap .content .change.on {
    display: block;
}

.section .wrap .the_left {
    width: 670px;
    height: 547px;
    position: relative;
}

.section .wrap .the_left .position {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0.9;
    margin-left: -153px;
    display: flex;
    Z-index: 9;
    align-items: center;
    background:#fff;
}

.section .wrap .the_left .position .list {
    padding: 0 25px;
    height: 40px;
    font-size: 18px;
    border: 1px solid transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .the_left .cut {
    width: 100%;
    height: 100%;
    position: relative;
}

.section .wrap .the_left .cut .swiper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(25px);
}

.section .wrap .the_left .cut .swiper video{
    max-height: 497px;
    object-fit: cover;
}

.section .wrap .the_left .cut .swiper.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: 1s;
}

.section .wrap .the_left .position .list.on {
    background: #c19a63;
    color: #fff;
}

.section .wrap .the_left .position .list:not(:last-child) {
    margin: 0 10px 0 0;
}

.page_picture {
    width: 100%;
    height: 100%;
}

.page_picture video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section .button_{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 9;
}
.section .button_ svg:first-child{
    transform: rotate(180deg);
}
.section .button_ svg {
    cursor: pointer;
    pointer-events: auto;
    width: 60px;
    height: 60px;
    fill: #fff;
}
.section .button_ svg path{
    fill: #fff;
}
    /**/
.alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
}

.alert.on {
    opacity: 1;
    pointer-events: auto;
}

.alert > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert .subscribe {
    width: 515px;
    height: 515px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.13);
    padding: 22px 24px 32px 24px;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -45%);
}

.alert .subscribe.on {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.alert .subscribe.on_hide {
    transform: translate(-50%, -55%) !important;
    opacity: 0 !important;
}

.alert .subscribe .headline {
    padding: 0 0 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 23px 0;
}

.alert .subscribe .headline span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.alert .subscribe .headline svg {
    width: 22px;
    fill: #666666;
    cursor: pointer;
}

.alert .subscribe form .item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 23px 0;
    padding: 0 32px 0 0;
    height: 36px;
    position: relative;
}

.alert .subscribe form .item p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 14px 0 0;
}
.alert .subscribe form .item select{
    appearance:none;
}
.alert .subscribe form .item select,
.alert .subscribe form .item input {
    width: 306px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.21);
    padding: 0 0 0 10px;
}

.alert .subscribe form .item.validation input {
    width: 186px;
    border-right: 1px solid transparent;
}

.alert .subscribe form .item .gain {
    width: 119px;
    height: 100%;
    background: #BB9B60;
    line-height: 36px;
    cursor: pointer;
    position: relative;
}

.alert .subscribe form .item .gain span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: fit-content;
}

.alert .subscribe form .agree {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 41px 0 31px 0;
}

.alert .subscribe form .agree .border {
    width: 16px;
    height: 16px;
    border: 1px solid #666666;
    margin: 0 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.alert .subscribe form .agree .border svg path {
    fill: #fff;
}

.alert .subscribe form .agree .border svg {
    position: relative;
    width: 10px;
    opacity: 0;
    transition: 0.6s;
}

.alert .subscribe form .agree p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    position: relative;
    top: -1px;
}

.alert .subscribe form .agree p a {
    color: red;
}

.alert .subscribe form .agree.on .border {
    background: #BB9B60;
    border: 1px solid transparent;
}

.alert .subscribe form .agree.on .border svg {
    opacity: 1;
}

.alert .subscribe form button {
    width: 100%;
    height: 43px;
    border: 1px solid rgba(102, 102, 102, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    background: transparent;
    transition: 0.6s;
}

.alert .subscribe form button:hover {
    background: #BB9B60;
    color: #fff;
}

.alert .registration {
    width: 953px;
    height: 515px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.13);
    padding: 22px 26px 32px 26px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -45%);
    transition: 1s;
}

.alert .registration.on {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.alert .registration .headline {
    padding: 0 0 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.alert .registration .headline span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.alert .registration .headline svg {
    width: 22px;
    fill: #666666;
    cursor: pointer;
}

.alert .registration form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 36px 0 0;
}

.alert .registration form .item {
    display: flex;
    align-items: center;
    margin: 0 0 31px 0;
    min-width: 416px;
}

.alert .registration form .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 14px 0 0;
    min-width: 96px;
}

.alert .registration form .item input {
    width: 306px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    padding: 0 0 0 15px;
}

.alert .registration form .item.pull_down .border {
    width: 138px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    padding: 0 8px 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.alert .registration form .item.pull_down .border p {
    min-width: fit-content;
}

.alert .registration form .item.pull_down .hide {
    position: absolute;
    left: -1px;
    width: 100%;
    top: 36px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-top: 1px solid transparent;
    padding: 15px 0;
    text-align: center;
    display: none;
}

.alert .registration form .item.pull_down .hide div {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    opacity: 0.5;
    line-height: 35px;
    transition: 0.6s;
    background: transparent;
}

.alert .registration form .item.pull_down .hide div:hover {
    background: rgba(187, 155, 96, 1);
    opacity: 1;
    color: #fff;
}

.alert .registration form .item.pull_down .hide div.on {
    background: rgba(187, 155, 96, 1);
    opacity: 1;
    color: #fff;
}

.alert .registration form button {
    width: 450px;
    height: 43px;
    border: 1px solid rgba(102, 102, 102, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    background: transparent;
    transition: 0.6s;
    margin: auto;
}

.alert .registration form button:hover {
    background: rgba(187, 155, 96, 1);
    color: #fff;
}

* {
    font-weight: normal !important;
}

.section .wrap .content .text .shooting {
    height: 75px;
    background: #D1BFA1;
    margin: 46px 0 24px 0;
    display: flex;
}

.section .wrap .content .text .shooting .pick {
    width: 322px;
    padding: 7px 25px;
}

.section .wrap .content .text .shooting .pick p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.section .wrap .content .text .shooting .pick span {
    display: inline-block;
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    color: #9B0000;
    margin: 0 0 0 14px;
    font-weight: bold !important;
}

.section .wrap .content .text .shooting .pick span.time {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: normal !important;
}
.section .wrap .content .text .shooting .count_down .deal{
    display: flex;
    align-items: center;
    margin: 0 60px;
}
.section .wrap .content .text .shooting .count_down .deal p:first-child{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 8px 0 0;
}
.section .wrap .content .text .shooting .count_down .deal p:nth-child(2) {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold!important;
    color: #9B0000;
}

.section .wrap .content .text .shooting .count_down .headline {
    width: fit-content;
    height: 75px;
    background: #B29563;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 16px;
    text-align: left;
    transform: translateX(1px);
}

.section .wrap .content .text .shooting .count_down{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 62%;
}
.your-clock {
    margin: 0 0 0 16px!important;
    clear: both;
    width: 460px;
    position: relative;
    top: 12px;
}

.section .wrap .content .text .shooting .attention{
    text-align: center;
    margin: 0 0 0 65px;
}
.section .wrap .content .text .shooting .attention .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    margin: 13px 0 0 0;
}
.section .wrap .content .text .shooting .attention p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 6px 0 0 0;
}

.all_text .list{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    line-height: 35px;
    display: flex;
    align-items: center;
}
.all_text .list a{
    display: flex;
    align-items: center;
    margin: 0 0 0 4px;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #B29563;
}
.all_text .list a svg{
    fill: rgba(178, 149, 99, 1);
    width: 18px;
    height: 18px;
    margin: 0 2px 0 0;
}
.all_text .list a p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #B29563;
}
.all_text .list .list_flex{
    display: flex;
    align-items: center;
}
.all_text .list .list_flex img{
    width: 67px;
    position: relative;
    top: 1px;
}

.alert_history{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    display: none;
}
.alert_history.on{
    opacity: 1;
    pointer-events: auto;
}
.alert_history .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.alert_history .content{
    width: 380px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 1;
}

.alert_history .content .headline{
    height: 53px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    padding: 0 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert_history .content .headline p{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #B29563;
}
.alert_history .content .headline .close{
    width: 13px;
    height: 13px;
    position: relative;
    transform: rotate(-45deg);
    cursor: pointer;
}
.alert_history .content .headline .close:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: rgba(178, 149, 99, 1);
}

.alert_history .content .headline .close:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(178, 149, 99, 1);
}
.alert_history .content .text{
    padding: 27px 36px;
}
.alert_history .content .text p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #A4A4A4;
}
.alert_history .content .text p:not(:last-child) {
    margin: 0 0 20px 0;
}

.section .wrap .formerly{
    /*height: 107px;*/
    background: #F7F7F7;
    margin: 30px 0;
    display: flex;
    padding: 0 0 10px 0;
    cursor: pointer;
}
.section .wrap .formerly .left{
    width: 295px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 13px 85px 0 0;
}
.section .wrap .formerly .left:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 69px;
    background: #E0E0E0;
    border-radius: 1px;
}
.section .wrap .formerly .left .circle{
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}
.section .wrap .formerly .left p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
}
.section .wrap .formerly .right{
    display: flex;
}

.section .wrap .formerly .right .con_1{
    margin: 31px 140px 0 0;
}
.section .wrap .formerly .right .con_1 .list{
    display: flex;
    align-items: center;
}
.section .wrap .formerly .right .con_1 .list:last-child {
    margin: 0 0 20px 0;
}
.section .wrap .formerly .right .con_1 .list:not(:first-child) {
    display: none;
}

.section .wrap .formerly.on .right .con_1 .list:not(:first-child){
    display: flex;
}

.section .wrap .formerly .right .con_1 .list:not(:last-child) {
    margin: 0 0 20px 0;
}
.section .wrap .formerly .right .con_1 .list .circle{
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
.section .wrap .formerly .right .con_1 .list p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
}
.section .wrap .formerly .right .con_1 .list p span{
    color: #CACACA;
}
.section .wrap .formerly .right .con_2{
    margin: 31px 196px 0 0;
}
.section .wrap .formerly .right .con_2 .list{
    display: flex;
    align-items: center;
}
.section .wrap .formerly .right .con_2 .list:not(:last-child) {
    margin: 0 0 20px 0;
}
.section .wrap .formerly .right .con_2 .list:not(:first-child) {
    display: none;
}

.section .wrap .formerly.on .right .con_2 .list:not(:first-child){
    display: flex;
}

.section .wrap .formerly .right .con_2 .list .circle{
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
.section .wrap .formerly .right .con_2 .list p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
}
.section .wrap .formerly .right .con_2 .list .red{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold!important;
    color: #9B0000;
    margin: 0 0 0 12px;
}
.section .wrap .formerly .right .con_3{
    margin: 31px 0 0 0;
}
.section .wrap .formerly .right .con_3 .list{
    display: flex;
    align-items: center;
    height: 43px;
}
.section .wrap .formerly .right .con_3 .list:not(:last-child) {
    margin: 0 0 20px 0;
}

.section .wrap .formerly .right .con_3 .list:not(:first-child) {
    display: none;
}
.section .wrap .formerly.on .right .con_3 .list:not(:first-child){
    display: flex;
}
.section .wrap .formerly .right .con_3 .list img{
    width: 91px;
    margin: 0 9px 0 0;
}
.section .wrap .formerly .right .con_3 .list a{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #B29563;
}



.shooting .end{
    display: flex;
    align-items: center;
}
.shooting .end .color{
    width: 200px;
    height: 75px;
    background: #B29563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold!important;
    color: #FFFFFF;
}

.section .wrap .content .text .apply a.no_a{
    height: 46px;
    background: #DEDEDE;
    pointer-events: none;
}


.section .wrap .content .text .apply .text{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #B1B1B1;
}
.section .wrap .text {
    position: relative;
}
.section .wrap .text .position_image{
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 5;
}

.section .wrap .text{
    flex: 1;
    margin-left: 100px;
}


.section .wrap .content .text .shooting .count_down{
    position: relative;
}
.section .wrap .content .text .shooting .count_down .xia {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.section .wrap .content .text .shooting .count_down .xia.active svg {
    transform: rotate(-90deg);
}
.section .wrap .content .text .shooting .count_down .xia svg{
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    transition: all .5s;
}


.section .wrap .content .text .shooting .down_main_box {
    display: none;
    position: absolute;
    right: 0;
    width: 100% !important;
    top: 100%;
}
.section .wrap .content .text .shooting .down_main {

    display: flex;

    background: #D1BFA1;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.section .wrap{
        width: 90% !important;
        margin-top: 140px;
    }
    .section .wrap .text{
        flex: 1;
        margin-left: 40px;
    }
    .section .wrap .content .text .shooting{
        justify-content: space-between;
    }
    .section2 .wrap{
        width:90%;
    }
}

@media screen and (max-width: 1680px){
	.section .wrap .content .text > span {
        font-size: 18px;
    }
    .all_text .list {
        line-height: 30px;
    }
    .section2 .wrap .content {
        margin: 50px 0 0 0;
    }
    .section .wrap .formerly .right .con_2 {
        margin-right: 120px;
    }
    .section .wrap .formerly .right .con_1 {
        margin-right: 100px;
    }
    .section .wrap .process .pick {
        margin-right: 60px;
    }
    .section .wrap .content .text .shooting .pick p {
        font-size: 16px;
    }
    .section .wrap .content .text > span {
        margin-bottom: 20px;
    }
    .section .wrap .content .text .shooting .pick span {
        font-size: 20px;
    }
    .section .wrap .content .text .shooting .count_down .headline{
        font-size: 16px;
        height: 100%;
    }
    .section .wrap .content .text .shooting {
        height: 70px;
    }
    .section .wrap .text .position_image{
        width: 150px;
    }
    .section .wrap .text .position_image img{
        width: 100%;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 24px !important;
    }
    .flip-clock-wrapper ul {
        width: 28px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
    .flip-clock-wrapper ul li a div.up:after {
        top: 15px !important;
        height: 1px !important;
    }
    .your-clock {
        top: 18px !important;
    }
    .flip-clock-dot{
        width: 4px !important;
        height: 4px !important;
    }


    .section .wrap .content .text .shooting .count_down .deal {
        margin: 0px 30px;
    }
    .section .wrap .content .text .shooting .count_down .headline {
        line-height: 24px !important;
    }
}

@media screen and (max-width: 1600px){
	.section .wrap .process .flex .next {
        margin: 0 40px;
    }
    .section2 .wrap .title a {
        font-size: 18px;
    }
    .section2 .wrap .content {
        margin: 40px 0 0 0;
    }
    .section .wrap .content .text .shooting .count_down .deal p:nth-child(2) {
        font-size: 20px;
    }
    .section .wrap .content .text .shooting .count_down .deal p:first-child {
        font-size: 16px;
    }
    .section .wrap .content .text .shooting .pick span.time,
    .section .wrap .content .text .shooting .pick p {
        font-size: 14px;
    }
    .section .wrap .content .text .shooting .pick span {
        font-size: 18px;
    }
    .section .wrap .content .text .shooting .pick{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 280px;
    }
    .section .wrap .content .text .shooting .count_down .deal {
        margin: 0px 20px;
    }
    .imgdet .imgpart{
        width: 100% !important;
        height: auto !important;
    }
    .imgdet {
        width: 100% !important;
    }


    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px !important;
    }
    .flip-clock-wrapper ul {
        width: 24px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .flip-clock-wrapper ul li a div.up:after {
        top: 14px !important;
    }
}
@media screen and (max-width: 1530px){
    .section .wrap .content .text .shooting{
        flex-direction: column;
        height: auto; 
    }
    .section .wrap .content .text .shooting .count_down{
        justify-content: start;
    }
    .your-clock {
        position: static !important;
    }
    .section .wrap .content .text .shooting .count_down {
        width: 100%;
    }
    .section .wrap .content .text .shooting .count_down .deal{
        padding: 10px 0;
        margin: 0px 10px;
    }
    .flip-clock-wrapper{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .flip-clock-divider{
        display: inline-flex !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 1440px){
	.section .wrap .the_left {
        width: 600px;
        height: 480px;
    }
    .section .wrap .content .text .shooting {
        margin-top: 20px;
    }
    .section .wrap .content .text .shooting .pick p {
        font-size: 14px;
    }
    .section .wrap .content .text .shooting .pick span.time {
        font-size: 14px;
    }
    .section .wrap .content .text .shooting .pick span {
        font-size: 18px;
    }
    .seventh .help .item .headline p {
        font-size: 18px;
    }
    .seventh .help .item .hide .joke {
        padding: 20px 30px 0 30px;
    }
    .seventh .help .item .hide {
        height: 100px;
    }
    .section .wrap .content .text > span {
        font-size: 16px;
    }
    .section .wrap{
        margin-top: 110px;
    }
    .section .wrap .content .text .shooting .pick {
        padding: 7px 15px;
    }
    .section .wrap .content .text .apply a {
        padding: 0 30px;
    }
    .section .wrap .process .pick {
        font-size: 18px;
        margin-right: 40px;
    }

    .section .wrap .formerly .left {
        width: 240px;
        margin-right: 60px;
    }
    .section2 .wrap .title a {
        font-size: 16px;
    }
    .section2 .wrap .title a,
    .section2 .wrap .title {
        height: 60px;
    }
    .section2 .wrap .content .first span{
        font-size: 22px !important;
    }
    .section2 .wrap .content .first p{
        line-height: 28px;
    }
    .sixth .form,
    .fifth .form {
        margin: 50px 0 0 0;
    }
    .section .wrap .formerly .right .con_2 {
        margin-right: 60px;
    }
    /* .section .wrap .content .text .shooting {
        height: 65px;
    } */

}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .section .wrap .content{
        flex-direction: column;
    }
    .section .wrap .the_left{
        width: 100%;
    }
    .section .wrap .the_left .cut,
    .section .wrap .the_left,
    .page_picture{
        height: auto;
    }
    .section .wrap .the_left .cut .swiper:first-child{
        position: static;
    }
    .section .wrap .the_left .cut .swiper img{
        width: 100%;
    }
    .section .wrap{
        width: 100%  !important;
        padding: 0 30px;
    }
    .section .wrap .text{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .section .wrap .title{
        margin-bottom: 30px;
    }
    .section .wrap .process {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section .wrap .process .flex .next {
        margin: 0 20px;
    }
    .section .wrap .process .pick {
        margin-right: 20px;
    }
    .section .wrap .process .flex{
        flex: 1;
        justify-content: space-between;
    }
    .section .wrap .process .flex .item .circle {
        margin-bottom: 5px;
    }
    .section .wrap .formerly{
        flex-direction: column;
    }
    .section .wrap .formerly .right{
        padding: 0 20px;
    }
    .section .wrap .formerly .left {
        margin-right: 0;
    }
    .section .wrap .formerly .left:after{
        display: none;
    }
    .section .wrap .formerly .left div{
        display: flex;
        align-items: center;
    }
    .section .wrap .formerly .left .circle{
        margin-right: 10px;
    }
    .section .wrap .formerly .right .con_1 {
        margin-right: 60px;
    }
    .seventh .help .item .headline {
        padding: 0 20px;
    }
    .seventh .help .item .hide .joke {
        padding: 20px 20px 0 20px;
    }
    .section .wrap .formerly .right .con_1,
    .section .wrap .formerly .right .con_2,
    .section .wrap .formerly .right .con_3{
        margin-top: 20px;
    }
    .section2 .wrap{
        width: 100%;
        padding: 0 30px;
    }

    
}



@media screen and (max-width: 820px){
    .section .wrap .title a{
        display: contents;
    }
    /* .section .wrap .process .flex .next{
        display: none;
    } */
    .section .wrap .process .pick {
        margin-right: 10px;
    }
    .section .wrap .formerly .right{
        flex-wrap: wrap;
    }
    .section .wrap .formerly .right .con_1{
        width: 100%;
    }
    .section .wrap .formerly .right .con_2,
    .section .wrap .formerly .right .con_3{
        width: 50%;
        margin-top: 0;
    }
    .section .wrap .formerly .right .con_2{
        margin-right: 0
    }
    .seventh .help .item .hide {
        height: auto;
    }
    .seventh .help .item .hide .joke{
        padding: 20px;
    }
    .section2 .wrap .title a{
        padding: 0 30px;
        white-space: nowrap;
    }
    .section2 .wrap .title{
        overflow-x: scroll;
    }
    .section2 .wrap .title::-webkit-scrollbar {
        display: none;
    }
    .seventh .help .item .headline {
        height: 60px;
    }
    .section .wrap {
        margin-top: 80px;
    }
    .section .wrap .process .flex{
        overflow-x: scroll;
    }
    .section .wrap .process .flex::-webkit-scrollbar {
        display: none;
    }
    .section .wrap .process .flex .item{
        padding: 0 20px;
    }
    .section .wrap .process .flex .item p{
        white-space: nowrap;
    }
    .section .wrap .process .flex .next {
        margin: 0 10px;
    }

    .imgdet{
        height: auto !important;
    }

    .alert_video .joke{
        max-width: 80% !important;
    }
    .alert_video .joke .close {
        font-size: 20px !important;
        margin-left: 15px !important;
    }

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.section .wrap{
        padding: 0 20px;
    }
    .section .wrap .title a {
        font-size: 14px;
    }
    .section .wrap .content .text > span {
        font-size: 14px;
    }
    .section .wrap .text {
        margin-top: 0;
    }
    .section .wrap .content .text .shooting .count_down .headline {
        font-size: 14px;
    }
    .all_text .list {
        line-height: 24px;
        font-size: 14px;
    }
    .section .wrap .text .position_image {
        width: 100px;
    }
    .section .wrap .process .pick {
        font-size: 16px;
    }
    .section .wrap .process {
        height: 110px;
    }
    .section .wrap .formerly .right .con_2, .section .wrap .formerly .right .con_3 {
        width: 100%;
    }
    .section .wrap .formerly .right .con_3 {
        margin-top: 10px;
    }
    .section .wrap .the_left .position .list{
        font-size: 16px;
    }
    .section .wrap .the_left .position{
        margin-left: 0;
        transform: translateX(-50%);
    }
    .section .wrap .the_left .position .list{
        white-space: nowrap;
        height: 36px;
    }
    .section2 .wrap .content .first p {
        font-size: 14px;
        line-height: 24px !important;
    }
    .section2 .wrap .title a {
        font-size: 14px;
    }
    .section2 .wrap .title a, .section2 .wrap .title {
        height: 50px;
    }
    .section2 .wrap{
        padding: 0 20px;
    }
    .section .wrap .the_left .position .list {
        font-size: 14px;
    }
    .section .wrap .content .text .address p {
        font-size: 14px;
    }
    .section .wrap .process .flex .item p {
        font-size: 14px;
    }
    .section .wrap .formerly .right .con_1 .list p,
    .section .wrap .formerly .right .con_2 .list p,
    .section .wrap .formerly .right .con_3 .list a {
        font-size: 14px;
    }
    .section .wrap .formerly .right .con_2 .list .red {
        font-size: 16px;
    }
    .fifth .form tr td,
    .sixth .form table tr td {
        height: 50px;
    }
    .section2 .wrap .fourthly p,
    .section2 .wrap .thirdly p,
    .section2 .wrap .second p {
        font-size: 14px;
        line-height: 24px !important;
    }
    .seventh .help .item .hide p {
        font-size: 14px;
        line-height: 24px;
    }
    .section .wrap .content .text .apply .text {
        font-size: 14px;
    }

    .section .wrap .text{
        margin-top: 30px !important;
    }
    .section .wrap .content .text .shooting .count_down .headline {
        line-height: 20px !important;
    }
    .flip-clock-dot.top {
        top: 24px !important;
    }
    .flip-clock-dot.bottom {
        bottom: 24px !important;
    }
    .section .wrap .content .text .shooting .count_down{
        flex-direction: column;
        align-items: start;
    }
    .section .wrap .content .text .shooting .count_down .headline{
        padding: 10px;
        width: 100%;
        justify-content: start;
        transform: translateX(0);
    }
    .section .wrap .content .text .shooting .count_down .headline br{
        display: none;
    }
    .section .wrap .content .text .apply{
        flex-direction: column;
        align-items: start;
    }
    .section .wrap .text {
        margin-top: 10px !important;
    }
    .section .wrap .the_left{
        margin-bottom: 30px;
    }
    .alert_video .joke .video{
        height: auto !important;
    }
    .alert_video .joke .close{
        height: fit-content !important;
    }

    .section .wrap .content .text .shooting .count_down .headline{
        height: initial;
    }

    .section .wrap .content .text .shooting .count_down .xia{
        top: 5px;
    }
    .section .wrap .content .text .shooting .down_main_box{
        width: 100% !important;
    }
    .section .wrap .content .text .shooting .count_down .down_main_box .headline{
        width: 100%;

    }
    .section .wrap .content .text .shooting .count_down .down_main_box .down_main{
        flex-direction: column;
    }
}
@media screen and (max-width: 450px){
	.section .wrap .title a {
        font-size: 12px;
    }
    .section .wrap .content .text .shooting .pick span {
        font-size: 16px;
    }
    .section .wrap .content .text .shooting .pick p {
        font-size: 12px;
    }
    .section .wrap .content .text .shooting .count_down .headline {
        font-size: 12px;
    }
    .all_text .list a {
        font-size: 14px;
    }
    .all_text .list a p {
        font-size: 14px;
    }
    .section .wrap .formerly .left p {
        font-size: 14px;
    }
    .section .wrap .formerly .left{
        justify-content: start;
        padding-left: 20px;
    }
    .all_text .list{
        flex-wrap: wrap;
    }
    .section .wrap .content .text .shooting .pick span.time {
        font-size: 12px;
    }
    .section .wrap .content .text .address .color {
        font-size: 14px;
        width: 50px;
    }
    .fifth .form tr td,
    .sixth .form table tr td {
        height: 50px;
        font-size: 14px;
    }

    .flip-clock-wrapper ul {
        width: 20px !important;
        height: 26px !important;
        line-height: 26px !important;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 16px !important;
    }
    .flip-clock-wrapper ul li a div.up:after {
        top: 12px !important;
    }
}

@media screen and (max-width: 414px){
	.section .wrap .content .text .shooting{
        flex-direction: column;
    }
    .section .wrap .content .text .shooting .count_down .headline,
    .section .wrap .content .text .shooting .count_down{
        width: 100%;
    }
    .section .wrap .title {
        margin-bottom: 20px;
    }
    .seventh .help .item .headline p {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px){
	.section .wrap {
        padding: 0 15px;
        margin-top: 70px;
    }

}

@media screen and (max-width: 360px){
	
}




 