<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    width: 1440px;
    margin: 0 auto
}

.sec1 {
    border-bottom: 1px solid #ced3d9;
    padding: 0 0 66px
}

.sec1 .wrap .crumb_link {
    padding: 14px 0 0;
    margin: 0 0 18px
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
    position: relative
}

.sec1 .wrap .flex .l {
    width: 800px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.sec1 .wrap .flex .l .video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sec1 .wrap .flex .l .video video {
    width: 100%;
}

.sec1 .wrap .flex .l .imgdet {
    position: relative;
    /* height: 800px; */
    /* width: 1440px; */
    width: calc(100% - 110px);
    background: #fafafa;
    z-index: 55;
    pointer-events: none
}

.sec1 .wrap .flex .l .imgdet .imgpart {
    /* width: 800px; */
    width: 100%;
    height: 700px;
    background: #fafafa;
    border-radius: 10px;
    vertical-align: top;
    pointer-events: auto;
    position: relative;
    display: inline-block
}

.sec1 .wrap .flex .l .imgdet .imgpart .pic {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec1 .wrap .flex .l .imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 210px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30)
}

.sec1 .wrap .flex .l .imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -740px;
    width: 720px;
    height: 540px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
    background: #fafafa
}

.sec1 .wrap .flex .l .imgdet .imgpart .bigpic .bigbox {
    position: absolute;
    width: 1600px;
    height: 1600px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .flex .l .imgdet .imgpart .bigpic img {
    width: 1440px;
    height: 1080px;
}

.sec1 .wrap .flex .l .small {
    position: relative;
    /* margin: 30px 0 0; */
    height: 700px;
}

.sec1 .wrap .flex .l .small .gallery {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sec1 .wrap .flex .l .small .swiper-slide {
    height: 90px;
    cursor: pointer;
}

.sec1 .wrap .flex .l .small .swiper-slide .img {
    border: 1px solid transparent;
    transition: all .5s;
}

.sec1 .wrap .flex .l .small .swiper-slide.swiper-slide-thumb-active .img {
    border-color: #f98800;
}

.sec1 .wrap .flex .l .small .btns {
    /* width: 490px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.sec1 .wrap .flex .l .small .btns .iconfont {
    color: #111;
    font-size: 22px;
    cursor: pointer;
    pointer-events: auto;
    transition: .6s;
    display: block
}

.sec1 .wrap .flex .l .small .btns .iconfont:nth-child(1) {
    transform: rotate(270deg)
}

.sec1 .wrap .flex .l .small .btns .iconfont:nth-child(2) {
    transform: rotate(90deg)
}

.sec1 .wrap .flex .l .small .btns .iconfont:hover {
    color: #f98800
}

.sec1 .wrap .flex .l .small .small_swiper {
    width: 90px;
    height: 650px;
    margin-top: 30px;
}

.sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img {
    width: 100%;
    height: 90px;
    background: #fafafa;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img img {
    display: block;
    max-width: 80%;
    max-height: 80%
}

.sec1 .wrap .flex .r {
    width: 570px
}

.sec1 .wrap .flex .r .pro_title {
    padding: 0 0 8px;
    border-bottom: 1px solid #e9eef4;
    margin: 0 0 10px
}

.sec1 .wrap .flex .r .pro_title h1 {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    line-height: 40px
}

.sec1 .wrap .flex .r .price_box {
    padding: 0 0 13px;
    border-bottom: 1px solid #e9eef4
}

.sec1 .wrap .flex .r .price_box .pro_login {
    display: flex;
    width: fit-content;
    align-items: flex-end
}

.sec1 .wrap .flex .r .price_box .pro_login p {
    font-weight: bold;
    font-size: 24px;
    color: #111;
    transition: .6s
}

.sec1 .wrap .flex .r .price_box .pro_login span {
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 26px
}

.sec1 .wrap .flex .r .price_box .pro_login:hover p {
    color: #f98800
}

.sec1 .wrap .flex .r .price_box .price {
    display: flex;
    align-items: flex-end
}

.sec1 .wrap .flex .r .price_box .price p {
    font-weight: bold;
    font-size: 24px;
    color: #f98800
}

.sec1 .wrap .flex .r .price_box .price span {
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 26px
}

.sec1 .wrap .flex .r .price_box .pro_num {
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 22px
}

.sec1 .wrap .flex .r .pro_info {
    padding: 16px 0 0
}

.sec1 .wrap .flex .r .pro_info table tr td {
    font-weight: 400;
    font-size: 16px;
    color: #111;
    line-height: 36px;
    width: 225px
}

.sec1 .wrap .flex .r .pro_info table tr td:nth-child(2n-1) {
    width: 114px
}

.sec1 .wrap .flex .r .pro_form {
    margin: 10px 0 0
}

.sec1 .wrap .flex .r .pro_form form .flex1 {
    display: flex;
    margin: 0 0 22px
}

.sec1 .wrap .flex .r .pro_form form .flex1 .flex_box {
    display: flex;
    align-items: center;
}

.sec1 .wrap .flex .r .pro_form form .flex1.center {
    align-items: center
}

.sec1 .wrap .flex .r .pro_form form .flex1 h5 {
    font-weight: 400;
    font-size: 16px;
    color: #111;
    width: 114px;
    line-height: 30px
}

.sec1 .wrap .flex .r .pro_form form .flex1 .select {
    position: relative;
    margin: 0 30px 0 0;
}

.sec1 .wrap .flex .r .pro_form form .flex1 .select:after {
    content: url("/static/images/jt.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 12px;
    width: 8px
}

.sec1 .wrap .flex .r .pro_form form .flex1 select {
    height: 30px;
    background: #fafafa;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #dedfe1;
    appearance: none;
    padding: 0 30px 0 12px;
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box {
    width: 560px;
    display: flex;
    flex-wrap: wrap
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
    height: 30px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    padding: 0 12px;
    cursor: pointer;
    margin: 0 0 10px
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label input {
    opacity: 0;
    position: absolute
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label .radio {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #dedfe1;
    z-index: -1;
    transition: .6s
}
.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label .radio.disabled{
    background: #959595;
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label input[type=radio]:checked+.radio {
    background: #ffefd7;
    border: 1px solid #f98800
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label:hover .radio {
    background: #ffefd7;
    border: 1px solid #f98800
}

.sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
    margin-right: 10px
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box {
    display: flex;
    align-items: center
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box label {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    position: relative
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input {
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio {
    width: 18px;
    height: 18px;
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #dedfe1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s;
    border-radius: 2px
}

.sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input[type=radio]:checked+.radio:after {
    background: #f98800
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box {
    display: flex;
    align-items: center
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num {
    display: flex;
    align-items: center
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input::-webkit-inner-spin-button {
    display: none
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input {
    display: block;
    font-size: 16px;
    color: #111
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(1),
.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(3) {
    width: 34px;
    height: 30px;
    border: 1px solid #dedfe1;
    background: #fafafa;
    cursor: pointer
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(2) {
    width: 38px;
    height: 30px;
    background: #fafafa;
    border: none;
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
    text-align: center
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box button {
    width: 148px;
    height: 40px;
    background: #f98800;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px  0 0
}
.sec1 .wrap .flex .r .pro_form form .flex1 .num_box button:disabled {
    cursor: no-drop;
    opacity: 0.6;
}
.sec1 .wrap .flex .r .pro_form form .flex1 .num_box button img {
    margin: 0 15px 0 0;
    display: block
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box button p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}


.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button {
    width: 148px;
    height: 40px;
    background: #f98800;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px  0 0;
    cursor: pointer;
}
.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button:disabled {
    cursor: no-drop;
    opacity: 0.6;
}
.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button img {
    margin: 0 15px 0 0;
    display: block
}

.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}


.sec1 .wrap .flex .r .pro_form form .flex1 .download {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #205dd8;
    transition: .6s
}

.sec1 .wrap .flex .r .pro_form form .flex1 .download .iconfont {
    font-weight: 400;
    font-size: 16px;
    color: #205dd8;
    transition: .6s
}

.sec1 .wrap .flex .r .pro_form form .flex1 .download:hover {
    color: #f98800
}

.sec1 .wrap .flex .r .pro_form form .flex1 .download:hover .iconfont {
    color: #f98800
}

.sec1 .wrap .flex .r .discount_box {
    display: flex
}

.sec1 .wrap .flex .r .discount_box .discount_title {
    position: relative;
    cursor: pointer
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 110%);
    width: 300px;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .16);
    padding: 20px 24px 10px;
    pointer-events: none;
    opacity: 0;
    transition: .6s;
    z-index: 99
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box h4 {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    line-height: 20px;
    margin: 0 0 8px
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box&gt;p {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin: 6px 0 0
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e6e6e6
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .box {
    overflow: hidden
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table {
    width: 100%
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr th {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    height: 35px;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr td {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    text-align: center;
    height: 37px;
    border-bottom: 1px solid #e6e6e6
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr:nth-last-child(1) td {
    border: none
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-top: 1px solid #e6e6e6;
    cursor: pointer
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more p {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    transition: .6s
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more .sq {
    width: 8px;
    height: 6px;
    background: #111;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    margin: 0 0 0 6px;
    transition: .6s
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more:hover p {
    color: #f98800
}

.sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more:hover .sq {
    background: #f98800
}

.sec1 .wrap .flex .r .discount_box .discount_title:hover .table_box {
    transform: translate(-50%, 100%);
    opacity: 1;
    pointer-events: auto
}

.sec1 .wrap .flex .r .discount_box h5 {
    font-weight: 400;
    font-size: 16px;
    color: #205dd8;
    text-decoration: underline;
    margin: 0 5px 0 0
}

.sec1 .wrap .flex .r .discount_box .text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #999
}

.sec1 .wrap .flex .r .discount_box .text .iconfont {
    font-weight: 400;
    font-size: 24px;
    color: #dedfe1
}

.sec1 .wrap .flex .r .prompt {
    margin: 19px 0 0;
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    line-height: 26px
}
.sec1 .wrap .flex .r .pro_a_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sec1 .wrap .flex .r .pro_a_flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 0 10px;
    height: 30px;
    font-size: 16px;
    transition: 0.6s;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.sec1 .wrap .flex .r .pro_a_flex a:hover,.sec1 .wrap .flex .r .pro_a_flex a.on {
    background: #f98800;
    color: #FFFFFF;
}
.sec1 .wrap .flex .artcile {
    font-weight: 400;
    font-size: 12px;
    color: #111;
    line-height: 18px;
    width: 190px;
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translate(100%, -50%)
}

.sec2 {
    padding: 30px 0
}

.sec2 .wrap h1 {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    margin: 0 0 30px
}

.sec2 .wrap .content {
    display: flex;
    align-items: center
}

.sec2 .wrap .content .item {
    width: 280px;
    height: 334px;
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #e6e6e6;
    padding: 10px
}

.sec2 .wrap .content .item:not(:nth-child(5n)) {
    margin-right: 10px
}

.sec2 .wrap .content .item .img {
    width: 260px;
    height: 200px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 26px
}

.sec2 .wrap .content .item .img .list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 160px;
    height: 44px;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .13);
    border-radius: 22px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: .6s;
    pointer-events: none
}

.sec2 .wrap .content .item .img .list .iconfont {
    display: block;
    transition: .6s;
    cursor: pointer
}

.sec2 .wrap .content .item .img .list .iconfont:not(:nth-last-child(1)) {
    margin-right: 26px
}

.sec2 .wrap .content .item .img .list .iconfont:hover {
    transform: translateY(-5px)
}

.sec2 .wrap .content .item .img .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .wrap .content .item .img .img_box img {
    transition: 2s
}

.sec2 .wrap .content .item .img:hover .img_box img {
    transform: scale(1.1)
}

.sec2 .wrap .content .item .pro_name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .6s;
    padding: 0 17px
}

.sec2 .wrap .content .item .pro_name:hover {
    color: #f98800
}

.sec2 .wrap .content .item .pro_login {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #f98800;
    transition: .6s;
    padding: 0 17px;
    margin: 10px 0 2px
}

.sec2 .wrap .content .item .price {
    font-weight: bold;
    font-size: 20px;
    color: #f98800;
    padding: 0 17px;
    margin: 10px 0 2px
}

.sec2 .wrap .content .item .price span {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.sec2 .wrap .content .item .num {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    padding: 0 17px
}

.sec2 .wrap .content .item:hover .img .list {
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: auto
}

.sec4 {
    margin: 30px 0 20px
}

.sec4 .wrap .itemList {
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    background: #fafcff;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #e9eef4
}

.sec4 .wrap .itemList .item {
    padding: 0 80px;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: .6s;
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0)
}

.sec4 .wrap .itemList .item:hover {
    color: #f98800
}

.sec4 .wrap .itemList .item:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f98800;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: .6s
}

.sec4 .wrap .itemList .item.on {
    background: #fff;
    border-right: 1px solid #e9eef4;
    border-left: 1px solid #e9eef4
}

.sec4 .wrap .itemList .item.on:after {
    transform: scaleX(1)
}

.sec4 .wrap .swiper {
    border: 1px solid #e9eef4;
    border-top: none
}

.sec4 .wrap .swiper .swiper-slide {
    background: #fff
}

.sec4 .wrap .swiper .imgs {
    padding: 100px 25px 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative
}

.sec4 .wrap .swiper .imgs a {
    position: absolute;
    top: 60px;
    right: 40px;
    width: 175px;
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f98800;
    color: #fff;
    font-size: 16px
}

.sec4 .wrap .swiper .imgs a .iconfont {
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 16px
}

.sec4 .wrap .swiper .imgs .img {
    width: 36%
}

.sec4 .wrap .swiper .imgs .img img {
    display: block;
    width: 100%
}

.sec4 .wrap .swiper .info {
    padding: 50px 25px 60px
}

.sec4 .wrap .swiper .info .part:not(:nth-last-child(1)) {
    margin: 0 0 50px
}

.sec4 .wrap .swiper .info .part h5 {
    font-weight: 800;
    font-size: 20px;
    color: #333;
    margin: 0 0 10px
}

.sec4 .wrap .swiper .info .part .flex {
    display: flex;
    align-items: flex-start
}

.sec4 .wrap .swiper .info .part table {
    margin: 0 30px 0 0
}

.sec4 .wrap .swiper .info .part table tr td {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    border: 1px solid #000;
    padding: 0 0 0 25px !important;
    width: 225px;
    height: 35px
}

.sec4 .wrap .swiper .info .part table tr td:nth-child(2n-1) {
    background: rgba(249, 136, 0, 0.1);
    color: #666;
}


.sec4 .wrap .swiper .info .part table tr td {
    font-weight: 400;
    height: 30px;
    font-size: 16px;
    color: #666
}

.sec4 .wrap .swiper .info .part table tr td:not(:last-child) {
    padding: 0 80px 0 0
}

.sec4 .wrap .swiper .info .part .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px
}
.sec1 .wrap .flex .l .video{
    display: none;
}


.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 19991209;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    top: 0;
}

.fixed .fixed_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4
}

.fixed .fixed_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.fixed .fixed_box .close {
    width: 35px;
    height: 35px;
    background: #FEF9ED;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: -5px;
    transform: translateX(100%);
    cursor: pointer;
    transition: 0.6s
}

.fixed .fixed_box .close span {
    width: 18px;
    height: 1px;
    background: #111111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.6s
}

.fixed .fixed_box .close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.fixed .fixed_box .close:hover {
    background: #F98800
}

.fixed .fixed_box .close:hover span {
    background: #FFFFFF
}

.fixed .fixed_box .bank_box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 1100px;
    padding: 37px 50px 43px;
    background: #FFFFFF
}

.fixed .fixed_box .bank_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.fixed .fixed_box .bank_box .bg img {
    display: block;
    width: 100%;
    height: 100%
}

.fixed .fixed_box .bank_box .title {
    padding: 0 0 10px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 20px
}

.fixed .fixed_box .bank_box .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 1
}

.fixed .fixed_box .bank_box .table {
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
    margin: 0 0 22px
}

.fixed .fixed_box .bank_box .table table {
    width: 100%
}

.fixed .fixed_box .bank_box .table table tr input {
    width: 16px;
    height: 16px;
    border: 1px solid #E8E8E8;
    margin: 0 5px 0 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.fixed .fixed_box .bank_box .table table tr input[type=checkbox]:checked {
    background-image: url(../images/dui4.svg);
    background-size: 100%;
    background-color: #F98800;
    border: 1px solid #F98800
}

.fixed .fixed_box .bank_box .table table tr th {
    height: 53px;
    background: #FAFAFA;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 400;
    font-size: 14px;
    color: #111111
}

.fixed .fixed_box .bank_box .table table tr th .flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed .fixed_box .bank_box .table table tr td {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
}

.fixed .fixed_box .bank_box .table table tr td:nth-child(2) {
    width: 320px
}

.fixed .fixed_box .bank_box .table table tr td:nth-child(3) {
    width: 130px
}

.fixed .fixed_box .bank_box .table table tr td:nth-child(3) p {
    font-size: 14px;
    color: #111111;
    line-height: 20px
}

.fixed .fixed_box .bank_box .table table tr td:nth-child(3) p span {
    color: #999999
}

.fixed .fixed_box .bank_box .table table tr td.yellow {
    font-weight: 400;
    font-size: 16px;
    color: #F98800
}

.fixed .fixed_box .bank_box .table table tr td .num_box input::-webkit-inner-spin-button {
    display: none
}

.fixed .fixed_box .bank_box .table table tr td .num_box .alert {
    width: 107px;
    height: 29px;
    background: #FFF4E6;
    border-radius: 0px 0px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    color: #F98800;
    line-height: 29px;
    text-align: center;
    display: none
}

.fixed .fixed_box .bank_box .table table tr td .num_box .num_flex {
    display: flex;
    align-items: center;
    width: 107px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    text-align: center
}

.fixed .fixed_box .bank_box .table table tr td .num_box .num_flex .cut, .fixed .fixed_box .bank_box .table table tr td .num_box .num_flex .add {
    width: 34px;
    margin: 0;
    height: 100%;
    background: unset;
    border: none;
    cursor: pointer;
    transition: 0.6s
}

.fixed .fixed_box .bank_box .table table tr td .num_box .num_flex .cut:hover, .fixed .fixed_box .bank_box .table table tr td .num_box .num_flex .add:hover {
    background: #F98800;
    color: #FFFFFF
}

.fixed .fixed_box .bank_box .table table tr td .num_box .num_flex .num_input {
    display: block;
    font-size: 16px;
    color: #111111;
    width: 38px;
    height: 100%;
    margin: 0;
    border: none;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8
}

.fixed .fixed_box .bank_box .table table tr td .num_box.not_enough .alert {
    display: block
}

.fixed .fixed_box .bank_box .table table tr td .flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed .fixed_box .bank_box .table table tr td .flex .id {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    margin: 0 0 0 6px
}

.fixed .fixed_box .bank_box .table table tr td .flex a, .fixed .fixed_box .bank_box .table table tr td .flex span {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    transition: 0.6s
}

.fixed .fixed_box .bank_box .table table tr td .flex a:hover {
    color: #F98800
}

.fixed .fixed_box .bank_box .table table tr td .flex .img {
    width: 80px;
    height: 80px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px 0 0
}

.fixed .fixed_box .bank_box .table table tr td .flex .img img {
    display: block;
    max-width: 80%;
    max-height: 80%
}

.fixed .fixed_box .bank_box .table table tr td .flex .text {
    width: 180px
}

.fixed .fixed_box .bank_box .table table tr td .flex .text h5 {
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    line-height: 20px
}

.fixed .fixed_box .bank_box .table table tr td .flex .text p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 3px 0 0
}

.fixed .fixed_box .bank_box .bank_box_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fixed .fixed_box .bank_box .bank_box_bottom .del {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #111111
}

.fixed .fixed_box .bank_box .bank_box_bottom .del input {
    width: 16px;
    height: 16px;
    border: 1px solid #E8E8E8;
    margin: 0 15px 0 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.fixed .fixed_box .bank_box .bank_box_bottom .del input[type=checkbox]:checked {
    background-image: url(../images/dui4.svg);
    background-size: 100%;
    background-color: #F98800;
    border: 1px solid #F98800
}

.fixed .fixed_box .bank_box .bank_box_bottom .del label {
    cursor: pointer
}

.fixed .fixed_box .bank_box .bank_box_bottom .del .del_btn {
    cursor: pointer;
    transition: 0.6s;
    margin: 0 0 0 8px
}

.fixed .fixed_box .bank_box .bank_box_bottom .del .del_btn:hover {
    color: #F98800
}

.fixed .fixed_box .bank_box .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0 0
}

.fixed .fixed_box .bank_box .btns .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 26px;
    background: #F98800;
    border-radius: 4px;
    border: 1px solid #F98800;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer
}

.fixed .fixed_box .bank_box .btns .icon:nth-last-child(2) {
    background: #FAFAFA;
    color: #111111;
    margin: 0 20px 0 0
}

.fixed .success_box .bank_box {
    background: unset;
    width: 420px;
    text-align: center;
    padding: 56px 0 69px
}

.fixed .success_box .bank_box .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 25px 0 17px
}

.fixed .success_box .bank_box .text &gt; p {
    font-weight: 400;
    font-size: 14px;
    color: #666666
}

.fixed .success_box .bank_box .text a {
    width: 130px;
    height: 38px;
    background: #F98800;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F98800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 29px auto 0
}

.fixed .success_box .bank_box .text a p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.fixed .model_box .bank_box {
    background: unset;
    width: 580px;
    background: #FFFFFF
}

.fixed .model_box .bank_box form .input {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.fixed .model_box .bank_box form .input h5 {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.fixed .model_box .bank_box form .input &gt; input {
    width: 281px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
    margin: 0 30px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: 0 12px
}

.fixed .model_box .bank_box form .input .num_flex {
    display: flex;
    align-items: center;
    width: 107px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    text-align: center
}

.fixed .model_box .bank_box form .input .num_flex .cut, .fixed .model_box .bank_box form .input .num_flex .add {
    width: 34px;
    margin: 0;
    height: 100%;
    background: unset;
    border: none;
    cursor: pointer;
    transition: 0.6s
}

.fixed .model_box .bank_box form .input .num_flex .cut:hover, .fixed .model_box .bank_box form .input .num_flex .add:hover {
    background: #F98800;
    color: #FFFFFF
}

.fixed .model_box .bank_box form .input .num_flex .num_input {
    display: block;
    font-size: 16px;
    color: #111111;
    width: 38px;
    height: 100%;
    margin: 0;
    border: none;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8
}

.fixed .model_box .bank_box form button {
    display: block;
    width: 120px;
    height: 38px;
    background: #F98800;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F98800;
    margin: 30px auto 0
}

.fixed .model_box .bank_box form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.fixed .bao_box, .fixed .success_box, .fixed .model_box {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s
}

.fixed .bao_box.on, .fixed .success_box.on, .fixed .model_box.on {
    opacity: 1;
    pointer-events: auto
}

.fixed.on {
    opacity: 1;
    pointer-events: auto
}
.fixed .fix_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4
}
@media screen and (max-width: 1919px) {
    .sec1 .wrap .flex .r .pro_a_flex{
        padding: 0.5208333333vw 0.5208333333vw 0;
        border-radius: 0.4166666667vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.2604166667vw;
    }
    .sec1 .wrap .flex .r .pro_a_flex a{
        min-width: 4.1666666667vw;
        padding: 0px 0.5208333333vw;
        height: 1.5625vw;
        font-size: 0.8333333333vw;
        margin-right: 0.5208333333vw;
        margin-bottom: 0.5208333333vw;
        border-radius: 0.3125vw;
    }
    .wrap {
        width: 75vw;
    }

    .sec1 {
        padding: 0px 0px 3.4375vw;
    }

    .sec1 .wrap .crumb_link {
        padding: 0.7291666667vw 0px 0px;
        margin: 0px 0px 0.9375vw;
    }

    .sec1 .wrap .flex .l {
        width: 41.6666666667vw;
    }

    .sec1 .wrap .flex .l .imgdet {
        width: calc(100% - 5.7291666667vw);
    }

    .sec1 .wrap .flex .l .imgdet .imgpart {
        height: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .pic .magnify {
        width: 15.625vw;
        height: 10.9375vw;
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic {
        right: -38.5416666667vw;
        width: 37.5vw;
        height: 28.125vw;
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic .bigbox {
        width: 83.3333333333vw;
        height: 83.3333333333vw;
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic img {
        width: 75vw;
        height: 56.25vw;
    }

    .sec1 .wrap .flex .l .small {
        height: 36.4583333333vw;
    }

    .sec1 .wrap .flex .l .small .swiper-slide {
        height: 4.6875vw;
    }

    .sec1 .wrap .flex .l .small .btns .iconfont {
        font-size: 1.1458333333vw;
    }

    .sec1 .wrap .flex .l .small .small_swiper {
        width: 4.6875vw;
        height: 33.8541666667vw;
        margin-top: 1.5625vw;
    }

    .sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img {
        height: 4.6875vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .flex .r {
        width: 29.6875vw;
    }

    .sec1 .wrap .flex .r .pro_title {
        padding: 0px 0px 0.4166666667vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .sec1 .wrap .flex .r .pro_title h1 {
        font-size: 1.25vw;
        line-height: 2.0833333333vw;
    }

    .sec1 .wrap .flex .r .price_box {
        padding: 0px 0px 0.6770833333vw;
    }

    .sec1 .wrap .flex .r .price_box .pro_login p {
        font-size: 1.25vw;
    }

    .sec1 .wrap .flex .r .price_box .pro_login span {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec1 .wrap .flex .r .price_box .price p {
        font-size: 1.25vw;
    }

    .sec1 .wrap .flex .r .price_box .price span {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec1 .wrap .flex .r .price_box .pro_num {
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw;
    }

    .sec1 .wrap .flex .r .pro_info {
        padding: 0.8333333333vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_info table tr td {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        width: 11.71875vw;
    }

    .sec1 .wrap .flex .r .pro_info table tr td:nth-child(2n-1) {
        width: 5.9375vw;
    }

    .sec1 .wrap .flex .r .pro_form {
        margin: 0.5208333333vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 {
        margin: 0px 0px 1.1458333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 h5 {
        font-size: 0.8333333333vw;
        width: 5.9375vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select {
        margin: 0px 1.5625vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select::after {
        right: 0.625vw;
        width: 0.4166666667vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 select {
        height: 1.5625vw;
        border-radius: 0.1041666667vw;
        padding: 0px 1.5625vw 0px 0.625vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box {
        width: 29.1666666667vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
        height: 1.5625vw;
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
        padding: 0px 0.625vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label .radio {
        border-radius: 0.1041666667vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
        margin-right: 0.5208333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label {
        margin: 0px 1.0416666667vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input {
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio {
        width: 0.9375vw;
        height: 0.9375vw;
        border-radius: 0.1041666667vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio::after {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        border-radius: 0.1041666667vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(1),
    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(3) {
        width: 1.7708333333vw;
        height: 1.5625vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(2) {
        width: 1.9791666667vw;
        height: 1.5625vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button,.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button {
        width: 7.7083333333vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        margin: 0px 1.5625vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button img,.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button img {
        margin: 0px 0.78125vw 0px 0px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button p,.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download .iconfont {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box {
        width: 15.625vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0.15625vw 0.3125vw 1px;
        padding: 1.0416666667vw 1.25vw 0.5208333333vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box h4 {
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
        margin: 0px 0px 0.4166666667vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box&gt;p {
        font-size: 0.7291666667vw;
        margin: 0.3125vw 0px 0px;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table {
        border-radius: 0.3125vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr th {
        font-size: 0.7291666667vw;
        height: 1.8229166667vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr td {
        font-size: 0.7291666667vw;
        height: 1.9270833333vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more {
        height: 1.8229166667vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more p {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more .sq {
        width: 0.4166666667vw;
        height: 0.3125vw;
        margin: 0px 0px 0px 0.3125vw;
    }

    .sec1 .wrap .flex .r .discount_box h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }

    .sec1 .wrap .flex .r .discount_box .text {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .flex .r .discount_box .text .iconfont {
        font-size: 1.25vw;
    }

    .sec1 .wrap .flex .r .prompt {
        margin: 0.9895833333vw 0px 0px;
        padding: 0.5208333333vw 0px 0px;
        font-size: 0.7291666667vw;
        line-height: 1.3541666667vw;
    }

    .sec1 .wrap .flex .artcile {
        font-size: 0.625vw;
        line-height: 0.9375vw;
        width: 9.8958333333vw;
        right: -1.9270833333vw;
    }

    .sec2 {
        padding: 1.5625vw 0px;
    }

    .sec2 .wrap h1 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }

    .sec2 .wrap .content .item {
        width: 14.5833333333vw;
        height: 17.3958333333vw;
        border-radius: 0.3125vw;
        padding: 0.5208333333vw;
    }

    .sec2 .wrap .content .item:not(:nth-child(5n)) {
        margin-right: 0.5208333333vw;
    }

    .sec2 .wrap .content .item .img {
        width: 13.5416666667vw;
        height: 10.4166666667vw;
        margin: 0px 0px 1.3541666667vw;
    }

    .sec2 .wrap .content .item .img .list {
        width: 8.3333333333vw;
        height: 2.2916666667vw;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 0.1041666667vw 0.2083333333vw 1px;
        border-radius: 1.1458333333vw;
        bottom: 1.0416666667vw;
    }

    .sec2 .wrap .content .item .img .list .iconfont:not(:nth-last-child(1)) {
        margin-right: 1.3541666667vw;
    }

    .sec2 .wrap .content .item .img .list .iconfont:hover {
        transform: translateY(-0.2604166667vw);
    }

    .sec2 .wrap .content .item .pro_name {
        font-size: 0.8333333333vw;
        padding: 0px 0.8854166667vw;
    }

    .sec2 .wrap .content .item .pro_login {
        font-size: 0.9375vw;
        padding: 0px 0.8854166667vw;
        margin: 0.5208333333vw 0px 0.1041666667vw;
    }

    .sec2 .wrap .content .item .price {
        font-size: 1.0416666667vw;
        padding: 0px 0.8854166667vw;
        margin: 0.5208333333vw 0px 0.1041666667vw;
    }

    .sec2 .wrap .content .item .price span {
        font-size: 0.7291666667vw;
    }

    .sec2 .wrap .content .item .num {
        font-size: 0.7291666667vw;
        padding: 0px 0.8854166667vw;
    }

    .sec4 {
        margin: 1.5625vw 0px 1.0416666667vw;
    }

    .sec4 .wrap .itemList {
        height: 2.3958333333vw;
    }

    .sec4 .wrap .itemList .item {
        padding: 0px 4.1666666667vw;
        font-size: 1.0416666667vw;
        line-height: 2.3958333333vw;
    }

    .sec4 .wrap .itemList .item::after {
        height: 0.15625vw;
    }

    .sec4 .wrap .swiper .imgs {
        padding: 5.2083333333vw 1.3020833333vw 3.125vw;
    }

    .sec4 .wrap .swiper .imgs a {
        top: 3.125vw;
        right: 2.0833333333vw;
        width: 9.1145833333vw;
        height: 1.875vw;
        line-height: 1.875vw;
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .swiper .imgs a .iconfont {
        margin: 0px 0.2604166667vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .swiper .info {
        padding: 2.6041666667vw 1.3020833333vw 3.125vw;
    }

    .sec4 .wrap .swiper .info .part:not(:nth-last-child(1)) {
        margin: 0px 0px 2.6041666667vw;
    }

    .sec4 .wrap .swiper .info .part h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .sec4 .wrap .swiper .info .part table {
        margin: 0px 1.5625vw 0px 0px;
    }

    .sec4 .wrap .swiper .info .part table tr td {
        font-size: 0.8333333333vw;
        width: 11.71875vw;
        height: 1.8229166667vw;
        padding: 0px 0px 0px 1.3020833333vw !important;
    }

    .sec4 .wrap .swiper .info .part table tr td {
        height: 1.5625vw;
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .swiper .info .part table tr td:not(:last-child) {
        padding: 0px 4.1666666667vw 0px 0px;
    }

    .sec4 .wrap .swiper .info .part .text p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
}


/* @media screen and (max-width: 1920px) {
    .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .sec1 {
        border-bottom: 1px solid #ced3d9;
        padding: 0 0 3.4375vw
    }

    .sec1 .wrap .crumb_link {
        padding: 0.7291666667vw 0 0;
        margin: 0 0 0.9375vw
    }

    .sec1 .wrap .flex {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .sec1 .wrap .flex .l {
        width: 41.6666666667vw
    }

    .sec1 .wrap .flex .l .imgdet {
        position: relative;
        height: 41.6666666667vw;
        width: 75vw;
        z-index: 55;
        pointer-events: none
    }

    .sec1 .wrap .flex .l .imgdet .imgpart {
        width: 41.6666666667vw;
        height: 41.6666666667vw;
        background: #fafafa;
        border-radius: 0.5208333333vw;
        vertical-align: top;
        pointer-events: auto;
        position: relative;
        display: inline-block
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .pic {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .pic .magnify {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 15.625vw;
        height: 10.9375vw;
        cursor: move;
        background-color: #fff;
        opacity: .3;
        filter: alpha(opacity=30)
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic {
        display: none;
        position: absolute;
        top: 0;
        right: -38.5416666667vw;
        width: 37.5vw;
        height: 28.125vw;
        z-index: 333;
        border: 1px solid #fff;
        overflow: hidden;
        background: #fafafa
    }
    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic .bigbox{
        position: absolute;
        width: 83.3333333333vw;
        height: 83.3333333333vw;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic img {
        width: 75vw;
        height: 56.25vw;
    }

    .sec1 .wrap .flex .l .small {
        position: relative;
        margin: 1.5625vw 0 0
    }

    .sec1 .wrap .flex .l .small .btns {
        width: 25.5208333333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

    .sec1 .wrap .flex .l .small .btns .iconfont {
        color: #111;
        font-size: 1.1458333333vw;
        cursor: pointer;
        pointer-events: auto;
        transition: .6s;
        display: block
    }

    .sec1 .wrap .flex .l .small .btns .iconfont:nth-child(1) {
        transform: rotate(180deg)
    }

    .sec1 .wrap .flex .l .small .btns .iconfont:hover {
        color: #f98800
    }

    .sec1 .wrap .flex .l .small .small_swiper {
        width: 23.0208333333vw
    }

    .sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img {
        width: 100%;
        height: 5.2083333333vw;
        background: #fafafa;
        border-radius: 0.5208333333vw 0.5208333333vw 0.5208333333vw 0.5208333333vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img img {
        display: block;
        max-width: 80%;
        max-height: 80%
    }

    .sec1 .wrap .flex .r {
        width: 29.6875vw
    }

    .sec1 .wrap .flex .r .pro_title {
        padding: 0 0 0.4166666667vw;
        border-bottom: 1px solid #e9eef4;
        margin: 0 0 0.5208333333vw
    }

    .sec1 .wrap .flex .r .pro_title h1 {
        font-weight: 600;
        font-size: 1.25vw;
        color: #333;
        line-height: 2.0833333333vw
    }

    .sec1 .wrap .flex .r .price_box {
        padding: 0 0 0.6770833333vw;
        border-bottom: 1px solid #e9eef4
    }

    .sec1 .wrap .flex .r .price_box .pro_login {
        display: flex;
        width: fit-content;
        align-items: flex-end
    }

    .sec1 .wrap .flex .r .price_box .pro_login p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111;
        transition: .6s
    }

    .sec1 .wrap .flex .r .price_box .pro_login span {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999;
        line-height: 1.3541666667vw
    }

    .sec1 .wrap .flex .r .price_box .pro_login:hover p {
        color: #f98800
    }

    .sec1 .wrap .flex .r .price_box .price {
        display: flex;
        align-items: flex-end
    }

    .sec1 .wrap .flex .r .price_box .price p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #f98800
    }

    .sec1 .wrap .flex .r .price_box .price span {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999;
        line-height: 1.3541666667vw
    }

    .sec1 .wrap .flex .r .price_box .pro_num {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999;
        line-height: 1.1458333333vw
    }

    .sec1 .wrap .flex .r .pro_info {
        padding: 0.8333333333vw 0 0
    }

    .sec1 .wrap .flex .r .pro_info table tr td {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111;
        line-height: 1.875vw;
        width: 11.71875vw
    }

    .sec1 .wrap .flex .r .pro_info table tr td:nth-child(2n-1) {
        width: 5.9375vw
    }

    .sec1 .wrap .flex .r .pro_form {
        margin: 0.5208333333vw 0 0
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 {
        display: flex;
        margin: 0 0 1.1458333333vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1.center {
        align-items: center
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 h5 {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111;
        width: 5.9375vw;
        line-height: 1.5625vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select {
        position: relative;
        margin: 0 1.5625vw 0 0;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select:after {
        content: url("/static/images/jt.svg");
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: 0.625vw;
        width: 0.4166666667vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 select {
        height: 1.5625vw;
        background: #fafafa;
        border-radius: 0.1041666667vw 0.1041666667vw 0.1041666667vw 0.1041666667vw;
        border: 1px solid #dedfe1;
        appearance: none;
        padding: 0 1.5625vw 0 0.625vw;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box {
        width: 29.1666666667vw;
        display: flex;
        flex-wrap: wrap
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
        height: 1.5625vw;
        position: relative;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #555;
        line-height: 1.5625vw;
        padding: 0 0.625vw;
        cursor: pointer;
        margin: 0 0 0.5208333333vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label input {
        opacity: 0;
        position: absolute
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label .radio {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fafafa;
        border-radius: 0.1041666667vw;
        border: 1px solid #dedfe1;
        z-index: -1;
        transition: .6s
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label input[type=radio]:checked + .radio {
        background: #ffefd7;
        border: 1px solid #f98800
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label:hover .radio {
        background: #ffefd7;
        border: 1px solid #f98800
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
        margin-right: 0.5208333333vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box {
        display: flex;
        align-items: center
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label {
        display: flex;
        align-items: center;
        margin: 0 1.0416666667vw 0 0;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111;
        position: relative
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input {
        opacity: 0;
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0 0.2604166667vw 0 0
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio {
        width: 0.9375vw;
        height: 0.9375vw;
        background: #fafafa;
        border-radius: 0.1041666667vw;
        border: 1px solid #dedfe1;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio:after {
        content: "";
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .6s;
        border-radius: 0.1041666667vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input[type=radio]:checked + .radio:after {
        background: #f98800
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box {
        display: flex;
        align-items: center
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num {
        display: flex;
        align-items: center
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input::-webkit-inner-spin-button {
        display: none
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input {
        display: block;
        font-size: 0.8333333333vw;
        color: #111
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(1), .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(3) {
        width: 1.7708333333vw;
        height: 1.5625vw;
        border: 1px solid #dedfe1;
        background: #fafafa;
        cursor: pointer
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(2) {
        width: 1.9791666667vw;
        height: 1.5625vw;
        background: #fafafa;
        border: none;
        border-top: 1px solid #dedfe1;
        border-bottom: 1px solid #dedfe1;
        text-align: center
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button {
        width: 7.7083333333vw;
        height: 2.0833333333vw;
        background: #f98800;
        border-radius: 0.2083333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 1.5625vw
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button img {
        margin: 0 0.78125vw 0 0;
        display: block
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #fff
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #205dd8;
        transition: .6s
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download .iconfont {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #205dd8;
        transition: .6s
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download:hover {
        color: #f98800
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .download:hover .iconfont {
        color: #f98800
    }

    .sec1 .wrap .flex .r .discount_box {
        display: flex
    }

    .sec1 .wrap .flex .r .discount_box .discount_title {
        position: relative;
        cursor: pointer
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 110%);
        width: 15.625vw;
        background: #fff;
        box-shadow: 0px 0.15625vw 0.3125vw 1px rgba(0, 0, 0, .16);
        padding: 1.0416666667vw 1.25vw 0.5208333333vw;
        pointer-events: none;
        opacity: 0;
        transition: .6s;
        z-index: 99
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box h4 {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111;
        line-height: 1.0416666667vw;
        margin: 0 0 0.4166666667vw
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box &gt; p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999;
        margin: 0.3125vw 0 0
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table {
        width: 100%;
        border-radius: 0.3125vw;
        border: 1px solid #e6e6e6
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .box {
        overflow: hidden
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table {
        width: 100%
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr th {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111;
        height: 1.8229166667vw;
        background: #fafafa;
        border-bottom: 1px solid #e6e6e6
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr td {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111;
        text-align: center;
        height: 1.9270833333vw;
        border-bottom: 1px solid #e6e6e6
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table table tr:nth-last-child(1) td {
        border: none
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.8229166667vw;
        border-top: 1px solid #e6e6e6;
        cursor: pointer
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111;
        transition: .6s
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more .sq {
        width: 0.4166666667vw;
        height: 0.3125vw;
        background: #111;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        margin: 0 0 0 0.3125vw;
        transition: .6s
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more:hover p {
        color: #f98800
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box .table .more:hover .sq {
        background: #f98800
    }

    .sec1 .wrap .flex .r .discount_box .discount_title:hover .table_box {
        transform: translate(-50%, 100%);
        opacity: 1;
        pointer-events: auto
    }

    .sec1 .wrap .flex .r .discount_box h5 {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #205dd8;
        text-decoration: underline;
        margin: 0 0.2604166667vw 0 0
    }

    .sec1 .wrap .flex .r .discount_box .text {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999
    }

    .sec1 .wrap .flex .r .discount_box .text .iconfont {
        font-weight: 400;
        font-size: 1.25vw;
        color: #dedfe1
    }

    .sec1 .wrap .flex .r .prompt {
        margin: 0.9895833333vw 0 0;
        padding: 0.5208333333vw 0 0;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999;
        line-height: 1.3541666667vw
    }

    .sec1 .wrap .flex .artcile {
        font-weight: 400;
        font-size: 0.625vw;
        color: #111;
        line-height: 0.9375vw;
        width: 9.8958333333vw;
        position: absolute;
        top: 50%;
        right: -1.9270833333vw;
        transform: translate(100%, -50%)
    }

    .sec2 {
        padding: 1.5625vw 0
    }

    .sec2 .wrap h1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #111;
        margin: 0 0 1.5625vw
    }

    .sec2 .wrap .content {
        display: flex;
        align-items: center
    }

    .sec2 .wrap .content .item {
        width: 14.5833333333vw;
        height: 17.3958333333vw;
        background: #fff;
        border-radius: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
        border: 1px solid #e6e6e6;
        padding: 0.5208333333vw
    }

    .sec2 .wrap .content .item:not(:nth-child(5n)) {
        margin-right: 0.5208333333vw
    }

    .sec2 .wrap .content .item .img {
        width: 13.5416666667vw;
        height: 10.4166666667vw;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 0 1.3541666667vw
    }

    .sec2 .wrap .content .item .img .list {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 8.3333333333vw;
        height: 2.2916666667vw;
        background: #fff;
        box-shadow: 0px 0.1041666667vw 0.2083333333vw 1px rgba(0, 0, 0, .13);
        border-radius: 1.1458333333vw;
        bottom: 1.0416666667vw;
        left: 50%;
        transform: translate(-50%, 50%);
        opacity: 0;
        transition: .6s;
        pointer-events: none
    }

    .sec2 .wrap .content .item .img .list .iconfont {
        display: block;
        transition: .6s;
        cursor: pointer
    }

    .sec2 .wrap .content .item .img .list .iconfont:not(:nth-last-child(1)) {
        margin-right: 1.3541666667vw
    }

    .sec2 .wrap .content .item .img .list .iconfont:hover {
        transform: translateY(-0.2604166667vw)
    }

    .sec2 .wrap .content .item .img .img_box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec2 .wrap .content .item .img .img_box img {
        transition: 2s
    }

    .sec2 .wrap .content .item .img:hover .img_box img {
        transform: scale(1.1)
    }

    .sec2 .wrap .content .item .pro_name {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        transition: .6s;
        padding: 0 0.8854166667vw
    }

    .sec2 .wrap .content .item .pro_name:hover {
        color: #f98800
    }

    .sec2 .wrap .content .item .pro_login {
        display: block;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #f98800;
        transition: .6s;
        padding: 0 0.8854166667vw;
        margin: 0.5208333333vw 0 0.1041666667vw
    }

    .sec2 .wrap .content .item .price {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #f98800;
        padding: 0 0.8854166667vw;
        margin: 0.5208333333vw 0 0.1041666667vw
    }

    .sec2 .wrap .content .item .price span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999
    }

    .sec2 .wrap .content .item .num {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999;
        padding: 0 0.8854166667vw
    }

    .sec2 .wrap .content .item:hover .img .list {
        transform: translate(-50%, 0%);
        opacity: 1;
        pointer-events: auto
    }

    .sec4 {
        margin: 1.5625vw 0 1.0416666667vw
    }

    .sec4 .wrap .itemList {
        display: flex;
        align-items: center;
        width: 100%;
        height: 2.3958333333vw;
        background: #fafcff;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #e9eef4
    }

    .sec4 .wrap .itemList .item {
        padding: 0 4.1666666667vw;
        font-weight: bold;
        font-size: 1.0416666667vw;
        line-height: 2.3958333333vw;
        color: #333;
        position: relative;
        cursor: pointer;
        transition: .6s;
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0)
    }

    .sec4 .wrap .itemList .item:hover {
        color: #f98800
    }

    .sec4 .wrap .itemList .item:after {
        content: "";
        width: 100%;
        height: 0.15625vw;
        background: #f98800;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transition: .6s
    }

    .sec4 .wrap .itemList .item.on {
        background: #fff;
        border-right: 1px solid #e9eef4;
        border-left: 1px solid #e9eef4
    }

    .sec4 .wrap .itemList .item.on:after {
        transform: scaleX(1)
    }

    .sec4 .wrap .swiper {
        border: 1px solid #e9eef4;
        border-top: none
    }

    .sec4 .wrap .swiper .swiper-slide {
        background: #fff
    }

    .sec4 .wrap .swiper .imgs {
        padding: 5.2083333333vw 1.3020833333vw 3.125vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative
    }

    .sec4 .wrap .swiper .imgs a {
        position: absolute;
        top: 3.125vw;
        right: 2.0833333333vw;
        width: 9.1145833333vw;
        height: 1.875vw;
        line-height: 1.875vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f98800;
        color: #fff;
        font-size: 0.8333333333vw
    }

    .sec4 .wrap .swiper .imgs a .iconfont {
        margin: 0 0.2604166667vw 0 0;
        color: #fff;
        font-size: 0.8333333333vw
    }

    .sec4 .wrap .swiper .imgs .img {
        width: 36%
    }

    .sec4 .wrap .swiper .imgs .img img {
        display: block;
        width: 100%
    }

    .sec4 .wrap .swiper .info {
        padding: 2.6041666667vw 1.3020833333vw 3.125vw
    }

    .sec4 .wrap .swiper .info .part:not(:nth-last-child(1)) {
        margin: 0 0 2.6041666667vw
    }

    .sec4 .wrap .swiper .info .part h5 {
        font-weight: 800;
        font-size: 1.0416666667vw;
        color: #333;
        margin: 0 0 0.5208333333vw
    }

    .sec4 .wrap .swiper .info .part .flex {
        display: flex;
        align-items: flex-start
    }

    .sec4 .wrap .swiper .info .part table {
        margin: 0 1.5625vw 0 0
    }

    .sec4 .wrap .swiper .info .part table tr td {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666;
        border: 1px solid #e9eef4;
        padding: 0 0 0 1.3020833333vw !important;
        width: 11.71875vw;
        height: 1.8229166667vw
    }

    .sec4 .wrap .swiper .info .part table tr td:nth-child(2n-1) {
        background: rgba(249,136,0,0.1);
        color: #666;
    }


    .sec4 .wrap .swiper .info .part table tr td {
        font-weight: 400;
        height: 1.5625vw;
        font-size: 0.8333333333vw;
        color: #666
    }

    .sec4 .wrap .swiper .info .part table tr td:not(:last-child) {
        padding: 0 4.1666666667vw 0 0
    }

    .sec4 .wrap .swiper .info .part .text p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666;
        line-height: 1.5625vw
    }

} */
@media screen and (max-width: 1024px) {
    .wrap {
        width: 90%;
    }

    .sec1 {
        padding: 100px 0 30px;
    }

    .sec1 .wrap .flex {
        display: block;
    }

    .sec1 .wrap .flex .l {
        width: 100%;
    }

    .sec1 .wrap .flex .r {
        width: 100%;
    }

    .sec1 .wrap .flex .r .pro_title h1 {
        font-size: 24px;
        line-height: 1.6;
    }

    .sec1 .wrap .flex .r .pro_title,
    .sec1 .wrap .flex .r .price_box {
        padding: 0 0 10px;
        margin-bottom: 10px;
    }

    .sec1 .wrap .flex .r .price_box .price p {
        font-size: 16px;
    }

    .sec1 .wrap .flex .r .prompt {
        font-size: 14px;
        line-height: 1.6;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 h5 {
        font-size: 18px;
        width: 100px;
        line-height: 1.6;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box label {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
        margin: 0 5px 5px 0;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 select {
        width: 100%;
        height: 30px;
        padding: 0 15px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select:after {
        width: 9px;
        right: 10px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 {
        margin-bottom: 20px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label {
        font-size: 14px;
        margin: 0 10px 5px 0;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box {
        flex-wrap: wrap;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio {
        width: 15px;
        height: 15px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label .radio:after {
        width: 9px;
        height: 9px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box label input {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .select,
    .sec1 .wrap .flex .r .pro_form form .flex1 .package_box {
        width: calc(100% - 100px);
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .selection_box {
        width: calc(100% - 100px);
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(2) {
        width: 60px;
        height: 30px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(1),
    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input:nth-child(3) {
        width: 30px;
        height: 30px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box .num input {
        font-size: 14px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button p,.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button p {
        font-size: 14px;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .num_box button,.sec1 .wrap .flex .r .pro_form form .flex1 .num_box .button {
        width: 110px;
        height: 30px;
        margin: 0 13px 0 0 ;
    }

    .sec1 .wrap .flex .r .discount_box .text {
        font-size: 14px;
    }

    .sec1 .wrap .flex .r .discount_box .text .iconfont {
        font-size: 16px;
    }

    .sec1 .wrap .flex .r .discount_box h5 {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .sec4 .wrap .itemList .item {
        font-size: 16px;
        line-height: 3;
        width: 50%;
        text-align: center;
    }

    .sec4 .wrap .itemList .item.on {
        background: unset;
        border: none !important;
        color: #f98800;
    }

    .sec4 .wrap .itemList .item:after {
        display: none;
    }

    .sec4 .wrap .swiper .info .part table tr td {
        font-size: 14px;
    }

    .sec4 .wrap .swiper .info .part table {
        margin: 0;
    }

    .sec4 .wrap .swiper .info {
        padding: 15px;
    }

    .sec4 .wrap .itemList {
        height: unset;
        flex-wrap: wrap;
    }

    .sec4 .wrap .swiper .info .part img {
        height: unset !important;
    }

    .sec4 .wrap .swiper .info .part .text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .sec4 .wrap .swiper .info .part h5 {
        font-size: 16px;
        line-height: 2;
    }

    .sec1 .wrap .flex .l .imgdet,
    .sec1 .wrap .flex .l .imgdet .imgpart {
        width: 100%;
        height: 90vw;
    }

    .sec1 .wrap .flex .l .imgdet .imgpart .bigpic {
        display: none !important;
    }

    .sec1 .wrap .flex .l .small .small_swiper {
        width: 90%;
    }

    .sec1 .wrap .flex .l .small {
        margin: 10px 0 0;
    }

    .sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img {
        height: 20vw;
    }

    .sec1 .wrap .flex .l .small .btns {
        width: 110%;
    }

    .sec1 .wrap .flex .l .small .btns .iconfont {
        font-size: 30px;
    }

    .sec1 .wrap .flex .r {
        margin: 30px 0 0;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 {
        flex-wrap: wrap;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .flex_box {
        width: 100%;
    }

    .sec1 .wrap .flex .r .pro_form form .flex1 .flex_box:nth-child(1) {
        margin-bottom: 15px;
    }

    .sec4 .wrap .swiper .info .part table {
        width: max-content;
    }

    .sec4 .wrap .swiper .info .part {
        overflow-x: scroll;
    }

    .sec4 .wrap .swiper .info .part table tr td {
        white-space: nowrap;
        padding: 10px !important;
    }

    .sec4 .wrap .swiper .imgs .img {
        width: 100%;
    }

    .sec4 .wrap .swiper .imgs a {
        font-size: 14px;
        width: 140px;
        height: 35px;
    }

    .sec4 .wrap .swiper .imgs a .iconfont {
        font-size: 16px;
        margin-right: 10px;
    }

    .sec4 .wrap .swiper .info .part::-webkit-scrollbar {
        display: none;
    }

    .sec4 .wrap .swiper .imgs {
        padding: 50px 15px 15px;
    }

    .sec1 .wrap .flex .r .discount_box .discount_title .table_box {
        display: none !important;
    }

    .fixed {
        position: fixed;
        z-index: 199912099999;
        width: 100vw;
        height: 100vh;
        display: flex !important;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }

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

    .fixed .fix_shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .fixed .fixed_box {
        width: 90vw;
        background: #FFFFFF;
        position: relative;
        z-index: 3;
        padding: 25px 20px;
    }

    .fixed .fixed_box h4 {
        font-weight: 400;
        font-size: 16px;
        color: #111;
        margin: 0 0 20px;
    }

    .fixed .fixed_box .table {
        width: 100%;
    }

    .fixed .fixed_box .table .box {
        width: 100%;
    }

    .fixed .fixed_box .table .box table {
        width: 100%;
    }

    .fixed .fixed_box .table .box table tr td {
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        color: #111;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0;
    }

    .fixed .fixed_box .table .box table tr th {
        font-size: 14px;
        color: #111;
        padding: 10px 0;
        background: #fafafa;
        border-bottom: 1px solid #e6e6e6;


    }

    .fixed .fixed_box p {
        font-weight: 400;
        font-size: 14px;
        color: #999;
        margin: 10px 0 0;
    }

    .sec4 {
        margin: 20px 0 50px;
    }

    .sec2 {
        padding: 10px 0 60px;
    }

    .sec2 .wrap h1 {
        font-size: 24px;
        line-height: inherit;
        margin-bottom: 30px;
    }

    .sec2 .wrap .content {
        flex-wrap: wrap;
    }

    .sec2 .wrap .content .item {
        width: 100%;
        height: unset;
        padding: 15px;
        margin: 0 0 20px !important;
    }

    .sec2 .wrap .content .item .img {
        width: 100%;
        height: 64vw;
    }

    .sec2 .wrap .content .item .pro_name {
        font-size: 18px;
        margin: 20px 0 0;
    }

    .sec1 .wrap .flex .l{
        flex-direction: column;
    }
    .sec1 .wrap .flex .l .small .swiper-slide{
        width: 9.765625vw;
        height: 9.765625vw;
    }
    .sec1 .wrap .flex .l .small{
        height: auto;
    }
    .sec1 .wrap .flex .l .small .small_swiper{
        height: auto;
    }
    .sec1 .wrap .flex .l .small .small_swiper .swiper-slide .img{
        height: 100%;
    }
    .sec1 .wrap .flex .l .small .btns {
        width: 100%;
        flex-direction: row;
    }
    .sec1 .wrap .flex .l .small .btns .iconfont:nth-child(1){
        transform: rotate(180deg);
    }
    .sec1 .wrap .flex .l .small .btns .iconfont:nth-child(2){
        transform: rotate(0);
    }

}

@media screen and (max-width: 767px) {
    .sec1 .wrap .flex .l .small .swiper-slide {
        width: 13.765625vw;
        height: 13.765625vw;
    }
    .sec1 .wrap .flex .l .small .small_swiper{
        width: calc(100% - 60px);
    }
    .sec1 .wrap .flex .r .price_box .pro_login p {
        font-size: 16px;
    }
    .sec1 .wrap .flex .r .price_box .pro_login span {
        font-size: 14px;
        line-height: 1;
    }
}
@media screen and (max-width: 540px) {
    .sec1 .wrap .flex .l .small .swiper-slide {
        width: 23.565625vw;
        height: 23.565625vw;
    }
}
</pre></body></html>