.wrap {
    width: 1440px;
    margin: 0 auto
}

.wrap .section_top {
    width: 100%;
    margin: 0 0 20px
}

.wrap .commmon_pro {
    display: flex;
    margin: 0 0 20px
}

.wrap .commmon_pro .class_name {
    width: 299px;
    height: 380px;
    position: relative
}

.wrap .commmon_pro .class_name img {
    display: block;
    width: 100%
}

.wrap .commmon_pro .class_name .class_name_title {
    position: absolute;
    top: 29px;
    left: 30px
}

.wrap .commmon_pro .class_name .class_name_title h5 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin: 0 0 15px
}

.wrap .commmon_pro .class_name .class_name_title a {
    width: 100px;
    height: 30px;
    background: #F98800;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap .commmon_pro .class_name .class_name_title a p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.wrap .commmon_pro .pro_flex {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    border-left: none;
    position: relative;
    border-radius: 0 6px 6px 0;
    overflow: hidden
}

.wrap .commmon_pro .pro_flex:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E6ECF2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.wrap .commmon_pro .pro_flex:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #E6ECF2;
    border-right: none;
    position: absolute;
    border-radius: 0 6px 6px 0;
    top: 0;
    left: 0;
    pointer-events: none
}

.wrap .commmon_pro .pro_flex .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 190px;
    background: #ffffff;
    border-right: 1px solid #E6ECF2
}

.wrap .commmon_pro .pro_flex .item .img {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap .commmon_pro .pro_flex .item .img img {
    display: block;
    transition: 1s
}

.wrap .commmon_pro .pro_flex .item p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 2px 0 0;
    transition: 0.6s
}

.wrap .commmon_pro .pro_flex .item:hover .img img {
    transform: scale(1.1)
}

.wrap .commmon_pro .pro_flex .item:hover p {
    color: #F98800
}

body {
    background: #F0F1F2
}

.sec1 {
    margin: 17px 0 20px
}

.sec1 .wrap {
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative
}
.sec1 .wrap .new_left{
    width: 170px;
    position: absolute;
    right: 100%;
}
.sec1 .wrap .new_right{
    width: 170px;
    position: absolute;
    left: 100%;
}
.sec1 .wrap .commodity {
    height: 100%;
    padding: 20px 0 20px 20px
}

.sec1 .wrap .commodity .show {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #F98800;
    height: 100%;
    padding: 0 10px 0 15px
}

.sec1 .wrap .commodity .show .show_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14px;
    width: 18px;
    margin: 0 15px 0 0
}

.sec1 .wrap .commodity .show .show_menu span {
    display: block;
    width: 100%;
    height: 0px;
    border: 1px solid #F98800
}

.sec1 .wrap .commodity .hide {
    padding: 15px 0;
    left: 0
}
.sec1 .wrap .commodity .hide .item .a_position .a_position_top a .a-item-text {
    display: flex;
    align-items: center;
}
.sec1 .wrap .commodity .hide .item .a_position .a_position_top a .a-item-text .icon {
    width: 50px;
    margin-right: 5px;
}
.sec1 .wrap .commodity .hide .item .a_position .a_position_top a .a-item-text .icon img {
    display: block;
}
.sec1 .wrap .commodity .hide .item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    height: 30px;
    padding: 0 25px 0 15px
}

.sec1 .wrap .commodity .hide .item>a p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    transition: 0.6s
}

.sec1 .wrap .commodity .hide .item>a .iconfont {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    transition: 0.6s
}

.sec1 .wrap .commodity .hide .item:not(:nth-last-child(1)) {
    margin: 0 0 6px
}

.sec1 .wrap .commodity .hide .item .a_position {
    position: absolute;
    width: 765px;
    height: 100%;
    left: 260px;
    top: 0;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E6ECF2;
    padding: 32px 32px 0;
    display: none;
    transition: 0.6s;
    z-index: 3
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top {
    height: 265px
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top .a_position_top_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 27px 0
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top a {
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top a p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 1;
    transition: 0.6s
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top a .iconfont {
    width: 16px;
    height: 16px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0;
    transition: 0.6s
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top a:hover p {
    color: #F98800
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_top a:hover .iconfont {
    opacity: 1
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center {
    border-bottom: 1px solid rgba(230, 236, 242, 0.7);
    border-top: 1px solid rgba(230, 236, 242, 0.7);
    position: relative;
    padding: 18px 0 25px
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a {
    display: block
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a .img {
    width: 96px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a .img img {
    display: block
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    transition: 0.6s
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a:hover p {
    color: #F98800
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 765px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont {
    width: 20px;
    height: 40px;
    background: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
    pointer-events: auto
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont:nth-child(1) {
    transform: rotate(180deg)
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont:hover {
    background: #F98800
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_bottom {
    display: flex;
    align-items: center;
    margin: 22px 0 0
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_bottom h5 {
    font-weight: 400;
    font-size: 14px;
    color: #333333
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_bottom a {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: 0.6s;
    margin: 0 15px 0 0
}

.sec1 .wrap .commodity .hide .item .a_position .a_position_bottom a:hover {
    color: #F98800
}

.sec1 .wrap .commodity .hide .item:hover .a_position,
.sec1 .wrap .commodity .hide .item.on .a_position {
    display: block
}

.sec1 .wrap .commodity .hide .item:hover>a,
.sec1 .wrap .commodity .hide .item.on>a {
    background: #F0F1F2
}

.sec1 .wrap .commodity .hide .item:hover>a p,
.sec1 .wrap .commodity .hide .item.on>a p {
    color: #F98800
}

.sec1 .wrap .commodity .hide .item:hover>a .iconfont,
.sec1 .wrap .commodity .hide .item.on>a .iconfont {
    color: #F98800
}

.sec1 .wrap .commodity:hover .show {
    background: #FFFFFF;
    color: #F98800
}

.sec1 .wrap .commodity:hover .show img {
    filter: unset
}

.sec1 .wrap .commodity:hover .hide {
    opacity: 1;
    pointer-events: auto
}

.sec1 .wrap .center_img {
    width: 880px;
    padding: 20px 0
}

.sec1 .wrap .center_img .banner_swiper {
    border-radius: 6px;
    overflow: auto
}

.sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #2C2D2E;
    opacity: 1;
    transition: 0.6s
}

.sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #F98800
}

.sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #F98800
}

.sec1 .wrap .infoBox {
    width: 280px;
    padding: 0 20px
}

.sec1 .wrap .infoBox .user .login_box_none .user_box {
    display: flex;
    align-items: center;
    margin: 0 0 17px
}

.sec1 .wrap .infoBox .user .login_box_none .user_box .img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 14px 0 0
}

.sec1 .wrap .infoBox .user .login_box_none .user_box .img img {
    display: block;
    width: 100%;
    height: 100%
}

.sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo p {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s
}

.sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo a:hover {
    color: #F98800
}

.sec1 .wrap .infoBox .user .login_box_none .text {
    text-align: center
}

.sec1 .wrap .infoBox .user .login_box_none .text h5 {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec1 .wrap .infoBox .user .login_box_none .text p {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.sec1 .wrap .infoBox .user .login_box_none>a {
    width: 240px;
    height: 48px;
    background: #F98800;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0
}

.sec1 .wrap .infoBox .user .login_box_none>a p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}


.sec1 .wrap .infoBox .user .login_box .img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 0
}

.sec1 .wrap .infoBox .user .login_box .img img {
    display: block;
    width: 100%;
    height: 100%
}

.sec1 .wrap .infoBox .user .login_box .user_name {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    text-align: center;
    width: 200px;
    margin: 10px auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sec1 .wrap .infoBox .user .login_box .links {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 25px
}

.sec1 .wrap .infoBox .user .login_box .links a {
    display: block
}

.sec1 .wrap .infoBox .user .login_box .links a .num {
    font-weight: bold;
    font-size: 16px;
    color: #1f1f1f;
    text-align: center;
    transition: 0.6s
}

.sec1 .wrap .infoBox .user .login_box .links a p {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 0;
    transition: 0.6s
}

.sec1 .wrap .infoBox .user .login_box .links a:hover .num,
.sec1 .wrap .infoBox .user .login_box .links a:hover p {
    color: #F98800
}



.sec1 .wrap .infoBox .action {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0
}

.sec1 .wrap .infoBox .action a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin: 0 0 15px
}

.sec1 .wrap .infoBox .action a .img {
    position: relative
}

.sec1 .wrap .infoBox .action a .img img {
    transition: 0.6s
}

.sec1 .wrap .infoBox .action a .img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.sec1 .wrap .infoBox .action a p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 4px 0 0;
    transition: 0.6s
}

.sec1 .wrap .infoBox .action a:hover .img img:nth-child(1) {
    opacity: 0
}

.sec1 .wrap .infoBox .action a:hover .img img:nth-child(2) {
    opacity: 1
}

.sec1 .wrap .infoBox .action a:hover p {
    color: #F98800
}

.sec1 .wrap .infoBox .notice {
    border-top: 1px solid #EDEDED;
    padding: 15px 0 0
}

.sec1 .wrap .infoBox .notice h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px
}

.sec1 .wrap .infoBox .notice a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1 .wrap .infoBox .notice a:hover {
    color: #F98800
}

.sec2 {
    margin: 0 0 30px
}

.sec2 .wrap {
    display: flex;
    align-items: center;
    /* height: 120px; */
    height: auto;
    gap: 12px;
    /* background: #FFFFFF; */
    border-radius: 6px;
    justify-content: center
}

.sec2 .wrap .trem {
    position: relative;
    transition: all .5s;
    border-radius: 5px;
    overflow: hidden;
}

.sec2 .wrap .trem:hover {
    transform: translateY(-5px);
}

.sec2 .wrap .trem:nth-child(1) .text {
    color: #545454;
}

.sec2 .wrap .trem:nth-child(2) .text {
    color: #9DD1E8;
}

.sec2 .wrap .trem:nth-child(3) .text {
    color: #E9B9AF;
}

.sec2 .wrap .trem:nth-child(4) .text {
    color: #2C5C5C;
}

.sec2 .wrap .trem .button {
    margin: 23px 0 0 0;
    width: 95px;
    height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    position: relative;
}

.sec2 .wrap .trem .img {
    width: 100%;
}

.sec2 .wrap .trem .img img {
    width: 100%;
}

.sec2 .wrap .trem .text {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 110px;
}

.sec2 .wrap .trem .text p {
    height: 66px;
    font-weight: 700;
    font-size: 26px;
}


.sec2 .wrap .item {
    display: flex;
    align-items: center;
    position: relative
}

.sec2 .wrap .item:not(:last-child) {
    margin: 0 110px 0 0
}

.sec2 .wrap .item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 39px;
    background: #CCCCCC;
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%)
}

.sec2 .wrap .item .img {
    width: 87px;
    margin: 0 20px 0 0
}

.sec2 .wrap .item .item_text h5 {
    font-weight: 800;
    font-size: 18px;
    color: #F98800
}

.sec2 .wrap .item .item_text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.sec3 .wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 27px
}

.sec3 .wrap .title .l h1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

.sec3 .wrap .title .l p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 3px 0 0
}

.sec3 .wrap .title .btns {
    display: flex;
    align-items: center
}

.sec3 .wrap .title .btns .iconfont {
    width: 34px;
    height: 34px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #D9D9D9;
    cursor: pointer;
    transition: 0.6s
}

.sec3 .wrap .title .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    border: 1px solid #E8E8E8;
    color: #E8E8E8
}

.sec3 .wrap .title .btns .iconfont:hover {
    background: #F98800;
    color: #FFFFFF;
    border: 1px solid #F98800
}

.sec3 .wrap .discount_swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 2px;
    border-radius: 6px
}

.sec3 .wrap .discount_swiper .swiper-slide a .img {
    width: 330px;
    height: 316px;
    border-radius: 6px;
    overflow: hidden
}

.sec3 .wrap .discount_swiper .swiper-slide a .img img {
    transition: 3s
}

.sec3 .wrap .discount_swiper .swiper-slide a:hover .img img {
    transform: scale(1.1)
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text {
    width: 378px
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title {
    text-align: center
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title h2 {
    font-weight: bold;
    font-size: 16px;
    color: #333333
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title p {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box {
    margin: 10px 0 0
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box>p {
    font-weight: bold;
    font-size: 16px;
    color: #F98800;
    text-align: center
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price {
    display: flex;
    align-items: center;
    justify-content: center
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p {
    font-weight: bold;
    font-size: 18px;
    color: #F98800;
    line-height: 1
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #929292;
    margin: 0 0 0 10px;
    position: relative
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p:nth-child(2):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #929292;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div {
    width: 54px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div:not(:nth-last-child(1)) {
    margin: 0 20px 0 0
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 26px
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div span {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box:nth-child(2) {
    display: none
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content.user_login .proInfo_content_box:nth-child(1) {
    display: none
}

.sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content.user_login .proInfo_content_box:nth-child(2) {
    display: block
}

.sec4 {
    margin: 20px 0 0
}

.sec4 .wrap .popular_pro {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E6ECF2;
    padding: 50px 0 0;
    margin: 0 0 20px
}

.sec4 .wrap .popular_pro .popular_pro_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 25px;
    margin: 0 0 20px
}

.sec4 .wrap .popular_pro .popular_pro_title h2 {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

.sec4 .wrap .popular_pro .popular_pro_title .btns {
    display: flex;
    align-items: center
}

.sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont {
    width: 34px;
    height: 34px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #D9D9D9;
    cursor: pointer;
    transition: 0.6s
}

.sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    border: 1px solid #E8E8E8;
    color: #E8E8E8
}

.sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont:hover {
    background: #F98800;
    color: #FFFFFF;
    border: 1px solid #F98800
}

.sec4 .wrap .popular_pro .popular_pro_swiper {
    width: 1332px;
    height: 600px
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item {
    display: block
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box {
    display: block;
    width: 100%;
    position: relative
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img {
    display: block;
    width: 100%
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img img {
    transition: 2s
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img:hover img {
    transform: scale(1.1)
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list {
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.13);
    border-radius: 22px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a {
    height: 18px;
    display: block;
    transition: 0.6s
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:first-child {
    position: relative;
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:first-child::after {
    content: "正在开发";
    font-size: 12px;
    color: #111;
    background-color: #fff;
    display: block;
    position: absolute;
    width: fit-content;
    padding: 10px;
    white-space: nowrap;
    left: 50%;
    border-radius: 5px;
    bottom: calc(100% + 10px);
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    transition: all .5s;
    box-shadow: 1px 1px 5px 0px rgba(23, 9, 3, 0.2);
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:first-child:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition-delay: .2s;
}


.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:not(:nth-last-child(1)) {
    margin: 0 23px 0 0
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:hover {
    transform: translateY(-5px)
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 15px 0 8px;
    transition: 0.6s
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title:hover {
    color: #F98800
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login {
    font-weight: 800;
    font-size: 16px;
    color: #111111;
    display: block;
    text-align: center;
    transition: 0.6s
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login:hover {
    color: #F98800
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item:hover .img_box .list {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto
}

.sec7 {
    margin: 0 0 20px
}

.sec7 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec7 .wrap .item {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.sec7 .wrap .item img {
    display: block;
    transition: 3s
}

.sec7 .wrap .item .text {
    position: absolute;
    top: 50px;
    left: 40px
}

.sec7 .wrap .item .text h1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

.sec7 .wrap .item .text h2 {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 4px 0 15px
}

.sec7 .wrap .item .text .more {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative
}

.sec7 .wrap .item .text .more:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F98800;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s
}

.sec7 .wrap .item .text .more p {
    font-weight: 400;
    font-size: 18px;
    color: #F98800
}

.sec7 .wrap .item .text .more .iconfont {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #F98800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F98800;
    font-size: 20px;
    margin: 0 0 0 17px
}

.sec7 .wrap .item:hover img {
    transform: scale(1.1)
}

.sec7 .wrap .item:hover .text .more:after {
    transform: scaleX(1)
}

.sec8 {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

.sec8 .wrap {
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%)
}

.sec8 .wrap h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    line-height: 50px
}

.sec8 .wrap h2 {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    margin: 15px 0 25px
}

.sec8 .wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 49px;
    background: #F98800;
    border-radius: 25px 25px 25px 25px
}

.sec8 .wrap a p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.sec9 {
    padding: 50px 0 100px;
    background: #ffffff
}

.sec9 .wrap .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 65px
}

.sec9 .wrap .title .l h1 {
    font-weight: 800;
    font-size: 30px;
    color: #111111
}

.sec9 .wrap .title .l p {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.sec9 .wrap .title a {
    display: flex;
    align-items: center
}

.sec9 .wrap .title a p {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    transition: 0.6s
}

.sec9 .wrap .title a .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #999999;
    color: #999999;
    margin: 0 0 0 12px;
    transition: 0.6s
}

.sec9 .wrap .title a:hover p {
    color: #F98800
}

.sec9 .wrap .title a:hover .iconfont {
    border: 1px solid #F98800;
    color: #F98800
}

.sec9 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec9 .wrap .content .l {
    display: block;
    width: 620px
}

.sec9 .wrap .content .l .text h1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px;
    transition: 0.6s
}

.sec9 .wrap .content .l .text .content {
    height: 90px;
    position: relative
}

.sec9 .wrap .content .l .text .content p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    position: relative;
    z-index: 2
}

.sec9 .wrap .content .l .text .content:after {
    content: url("/static/images/dou.svg");
    width: 150px;
    position: absolute;
    top: -53px;
    right: -70px
}

.sec9 .wrap .content .l .text .time {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #B5BBCB;
    margin: 16px 0 60px
}

.sec9 .wrap .content .l .img {
    overflow: hidden;
    width: 100%;
    height: 260px;
}

.sec9 .wrap .content .l .img img {
    display: block;
    transition: 3s;
    width: 100%;
    height: 100%;
}

.sec9 .wrap .content .l .info {
    display: flex;
    align-items: center;
    margin: 50px 0 0
}

.sec9 .wrap .content .l .info .line {
    width: 1px;
    height: 13px;
    background: #d7d7d7;
    margin: 0 20px 0 0
}

.sec9 .wrap .content .l .info p {
    font-weight: 400;
    font-size: 16px;
    color: #6A7183
}

.sec9 .wrap .content .l:hover .text h1 {
    color: #F98800
}

.sec9 .wrap .content .l:hover .img img {
    transform: scale(1.1)
}

.sec9 .wrap .content .l:hover .info .line {
    background: #F98800
}

.sec9 .wrap .content .l:hover .info p {
    color: #F98800
}

.sec9 .wrap .content .r {
    padding: 0 0 0 140px;
    border-left: 1px solid #DEDEDE
}

.sec9 .wrap .content .r .item {
    width: 580px;
    display: block
}

.sec9 .wrap .content .r .item h1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s
}

.sec9 .wrap .content .r .item p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec9 .wrap .content .r .item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.sec9 .wrap .content .r .item:not(:nth-last-child(1)) {
    margin: 0 0 70px
}

.sec9 .wrap .content .r .item:hover h1 {
    color: #F98800
}

.sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login {
    display: none !important;
}

/* @media screen and (max-width: 1920px) {
    .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .wrap .section_top {
        width: 100%;
        margin: 0 0 1.0416666667vw
    }

    .wrap .commmon_pro {
        display: flex;
        margin: 0 0 1.0416666667vw
    }

    .wrap .commmon_pro .class_name {
        width: 15.5729166667vw;
        height: 19.7916666667vw;
        position: relative
    }

    .wrap .commmon_pro .class_name img {
        display: block;
        width: 100%
    }

    .wrap .commmon_pro .class_name .class_name_title {
        position: absolute;
        top: 1.5104166667vw;
        left: 1.5625vw
    }

    .wrap .commmon_pro .class_name .class_name_title h5 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #333333;
        line-height: 1;
        margin: 0 0 0.78125vw
    }

    .wrap .commmon_pro .class_name .class_name_title a {
        width: 5.2083333333vw;
        height: 1.5625vw;
        background: #F98800;
        border-radius: 0.1041666667vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .wrap .commmon_pro .class_name .class_name_title a p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #FFFFFF
    }

    .wrap .commmon_pro .pro_flex {
        display: flex;
        flex-wrap: wrap;
        width: 59.375vw;
        border-left: none;
        position: relative;
        border-radius: 0 0.3125vw 0.3125vw 0;
        overflow: hidden
    }

    .wrap .commmon_pro .pro_flex:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #E6ECF2;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .wrap .commmon_pro .pro_flex:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #E6ECF2;
        border-right: none;
        position: absolute;
        border-radius: 0 0.3125vw 0.3125vw 0;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .wrap .commmon_pro .pro_flex .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 14.84375vw;
        height: 9.8958333333vw;
        background: #ffffff;
        border-right: 1px solid #E6ECF2
    }

    .wrap .commmon_pro .pro_flex .item .img {
        width: 6.25vw;
        height: 6.25vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .wrap .commmon_pro .pro_flex .item .img img {
        display: block;
        transition: 1s
    }

    .wrap .commmon_pro .pro_flex .item p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333;
        margin: 0.1041666667vw 0 0;
        transition: 0.6s
    }

    .wrap .commmon_pro .pro_flex .item:hover .img img {
        transform: scale(1.1)
    }

    .wrap .commmon_pro .pro_flex .item:hover p {
        color: #F98800
    }

    body {
        background: #F0F1F2
    }

    .sec1 {
        margin: 0.8854166667vw 0 1.0416666667vw
    }

    .sec1 .wrap {
        background: #FFFFFF;
        border-radius: 0.3125vw;
        display: flex;
        align-items: center;
        position: relative
    }

    .sec1 .wrap .commodity {
        height: 100%;
        padding: 1.0416666667vw 0 1.0416666667vw 1.0416666667vw
    }

    .sec1 .wrap .commodity .show {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #F98800;
        height: 100%;
        padding: 0 0.5208333333vw 0 0.78125vw
    }

    .sec1 .wrap .commodity .show .show_menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 0.7291666667vw;
        width: 0.9375vw;
        margin: 0 0.78125vw 0 0
    }

    .sec1 .wrap .commodity .show .show_menu span {
        display: block;
        width: 100%;
        height: 0px;
        border: 1px solid #F98800
    }

    .sec1 .wrap .commodity .hide {
        padding: 0.78125vw 0;
        left: 0
    }

    .sec1 .wrap .commodity .hide .item > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 13.5416666667vw;
        height: 1.5625vw;
        padding: 0 1.3020833333vw 0 0.78125vw
    }

    .sec1 .wrap .commodity .hide .item > a p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333;
        transition: 0.6s
    }

    .sec1 .wrap .commodity .hide .item > a .iconfont {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #333333;
        transition: 0.6s
    }

    .sec1 .wrap .commodity .hide .item:not(:nth-last-child(1)) {
        margin: 0 0 0.3125vw
    }

    .sec1 .wrap .commodity .hide .item .a_position {
        position: absolute;
        width: 39.84375vw;
        height: 100%;
        left: 13.5416666667vw;
        top: 0;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #E6ECF2;
        padding: 1.6666666667vw 1.6666666667vw 0;
        display: none;
        transition: 0.6s;
        z-index: 3
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top {
        height: 13.8020833333vw
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top .a_position_top_box {
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 2.0833333333vw 0
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a {
        width: 10.4166666667vw;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
        line-height: 1;
        transition: 0.6s
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a .iconfont {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        background: #111111;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        opacity: 0;
        transition: 0.6s
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a:hover p {
        color: #F98800
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a:hover .iconfont {
        opacity: 1
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center {
        border-bottom: 1px solid rgba(230, 236, 242, 0.7);
        border-top: 1px solid rgba(230, 236, 242, 0.7);
        position: relative;
        padding: 0.9375vw 0 1.3020833333vw
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a {
        display: block
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a .img {
        width: 5vw;
        height: 4.6875vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a .img img {
        display: block
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #333333;
        line-height: 1.1458333333vw;
        transition: 0.6s
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a:hover p {
        color: #F98800
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 39.84375vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont {
        width: 1.0416666667vw;
        height: 2.0833333333vw;
        background: #999999;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
        transition: 0.6s;
        cursor: pointer;
        pointer-events: auto
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont:nth-child(1) {
        transform: rotate(180deg)
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont:hover {
        background: #F98800
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom {
        display: flex;
        align-items: center;
        margin: 1.1458333333vw 0 0
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom h5 {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #333333
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom a {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #333333;
        transition: 0.6s;
        margin: 0 0.78125vw 0 0
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom a:hover {
        color: #F98800
    }

    .sec1 .wrap .commodity .hide .item:hover .a_position, .sec1 .wrap .commodity .hide .item.on .a_position {
        display: block
    }

    .sec1 .wrap .commodity .hide .item:hover > a, .sec1 .wrap .commodity .hide .item.on > a {
        background: #F0F1F2
    }

    .sec1 .wrap .commodity .hide .item:hover > a p, .sec1 .wrap .commodity .hide .item.on > a p {
        color: #F98800
    }

    .sec1 .wrap .commodity .hide .item:hover > a .iconfont, .sec1 .wrap .commodity .hide .item.on > a .iconfont {
        color: #F98800
    }

    .sec1 .wrap .commodity:hover .show {
        background: #FFFFFF;
        color: #F98800
    }

    .sec1 .wrap .commodity:hover .show img {
        filter: unset
    }

    .sec1 .wrap .commodity:hover .hide {
        opacity: 1;
        pointer-events: auto
    }

    .sec1 .wrap .center_img {
        width: 45.8333333333vw;
        padding: 1.0416666667vw 0
    }

    .sec1 .wrap .center_img .banner_swiper {
        border-radius: 0.3125vw;
        overflow: auto
    }

    .sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        background: #2C2D2E;
        opacity: 1;
        transition: 0.6s
    }

    .sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet:hover {
        background: #F98800
    }

    .sec1 .wrap .center_img .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #F98800
    }

    .sec1 .wrap .infoBox {
        width: 14.5833333333vw;
        padding: 0 1.0416666667vw
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box {
        display: flex;
        align-items: center;
        margin: 0 0 0.8854166667vw
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .img {
        width: 2.96875vw;
        height: 2.96875vw;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 0.7291666667vw 0 0
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .img img {
        display: block;
        width: 100%;
        height: 100%
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo a {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        transition: 0.6s
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo a:hover {
        color: #F98800
    }

    .sec1 .wrap .infoBox .user .login_box_none .text {
        text-align: center
    }

    .sec1 .wrap .infoBox .user .login_box_none .text h5 {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111
    }

    .sec1 .wrap .infoBox .user .login_box_none .text p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999
    }

    .sec1 .wrap .infoBox .user .login_box_none > a {
        width: 12.5vw;
        height: 2.5vw;
        background: #F98800;
        border-radius: 0.3125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.5208333333vw 0 0
    }

    .sec1 .wrap .infoBox .user .login_box_none > a p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF
    }


    .sec1 .wrap .infoBox .user .login_box .img {
        width: 2.96875vw;
        height: 2.96875vw;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 0
    }

    .sec1 .wrap .infoBox .user .login_box .img img {
        display: block;
        width: 100%;
        height: 100%
    }

    .sec1 .wrap .infoBox .user .login_box .user_name {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111;
        text-align: center;
        width: 10.4166666667vw;
        margin: 0.5208333333vw auto 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sec1 .wrap .infoBox .user .login_box .links {
        display: flex;
        justify-content: space-between;
        margin: 1.0416666667vw 0 1.3020833333vw
    }

    .sec1 .wrap .infoBox .user .login_box .links a {
        display: block
    }

    .sec1 .wrap .infoBox .user .login_box .links a .num {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #1f1f1f;
        text-align: center;
        transition: 0.6s
    }

    .sec1 .wrap .infoBox .user .login_box .links a p {
        color: #1f1f1f;
        font-size: 0.7291666667vw;
        line-height: 0.8333333333vw;
        margin: 0.2604166667vw 0 0;
        transition: 0.6s
    }

    .sec1 .wrap .infoBox .user .login_box .links a:hover .num, .sec1 .wrap .infoBox .user .login_box .links a:hover p {
        color: #F98800
    }

    .sec1 .wrap .infoBox .user.user_login .login_box_none {
        display: none
    }

    .sec1 .wrap .infoBox .user.user_login .login_box {
        display: block
    }

    .sec1 .wrap .infoBox .action {
        display: flex;
        flex-wrap: wrap;
        margin: 1.0416666667vw 0 0
    }

    .sec1 .wrap .infoBox .action a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50%;
        margin: 0 0 0.78125vw
    }

    .sec1 .wrap .infoBox .action a .img {
        position: relative;
        height: 1.3vw;
    }

    .sec1 .wrap .infoBox .action a .img img {
        transition: 0.6s;
        max-height: 98%;
    }

    .sec1 .wrap .infoBox .action a .img img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .sec1 .wrap .infoBox .action a p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
        margin: 0.2083333333vw 0 0;
        transition: 0.6s
    }

    .sec1 .wrap .infoBox .action a:hover .img img:nth-child(1) {
        opacity: 0
    }

    .sec1 .wrap .infoBox .action a:hover .img img:nth-child(2) {
        opacity: 1
    }

    .sec1 .wrap .infoBox .action a:hover p {
        color: #F98800
    }

    .sec1 .wrap .infoBox .notice {
        border-top: 1px solid #EDEDED;
        padding: 0.78125vw 0 0
    }

    .sec1 .wrap .infoBox .notice h2 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #333333;
        margin: 0 0 0.2604166667vw
    }

    .sec1 .wrap .infoBox .notice a {
        display: block;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        line-height: 1.4583333333vw;
        transition: 0.6s
    }

    .sec1 .wrap .infoBox .notice a:hover {
        color: #F98800
    }

    .sec2 {
        margin: 0 0 1.5625vw
    }

    .sec2 .wrap {
        display: flex;
        align-items: center;
        height: 6.25vw;
        background: #FFFFFF;
        border-radius: 0.3125vw;
        justify-content: center
    }

    .sec2 .wrap .item {
        display: flex;
        align-items: center;
        position: relative
    }

    .sec2 .wrap .item:not(:last-child) {
        margin: 0 5.7291666667vw 0 0
    }

    .sec2 .wrap .item:not(:last-child):after {
        content: "";
        width: 1px;
        height: 2.03125vw;
        background: #CCCCCC;
        position: absolute;
        top: 50%;
        right: -2.8645833333vw;
        transform: translateY(-50%)
    }

    .sec2 .wrap .item .img {
        width: 4.53125vw;
        margin: 0 1.0416666667vw 0 0
    }

    .sec2 .wrap .item .item_text h5 {
        font-weight: 800;
        font-size: 0.9375vw;
        color: #F98800
    }

    .sec2 .wrap .item .item_text p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666
    }

    .sec3 .wrap .title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 0 1.40625vw
    }

    .sec3 .wrap .title .l h1 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111
    }

    .sec3 .wrap .title .l p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        margin: 0.15625vw 0 0
    }

    .sec3 .wrap .title .btns {
        display: flex;
        align-items: center
    }

    .sec3 .wrap .title .btns .iconfont {
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        border: 1px solid #D9D9D9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25vw;
        color: #D9D9D9;
        cursor: pointer;
        transition: 0.6s
    }

    .sec3 .wrap .title .btns .iconfont:nth-child(1) {
        transform: rotate(180deg);
        margin: 0 0.5208333333vw 0 0;
        border: 1px solid #E8E8E8;
        color: #E8E8E8
    }

    .sec3 .wrap .title .btns .iconfont:hover {
        background: #F98800;
        color: #FFFFFF;
        border: 1px solid #F98800
    }

    .sec3 .wrap .discount_swiper .swiper-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        padding: 0.1041666667vw;
        border-radius: 0.3125vw
    }

    .sec3 .wrap .discount_swiper .swiper-slide a .img {
        width: 17.1875vw;
        height: 16.4583333333vw;
        border-radius: 0.3125vw;
        overflow: hidden
    }

    .sec3 .wrap .discount_swiper .swiper-slide a .img img {
        transition: 3s
    }

    .sec3 .wrap .discount_swiper .swiper-slide a:hover .img img {
        transform: scale(1.1)
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text {
        width: 19.6875vw
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title {
        text-align: center
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title h2 {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box {
        margin: 0.5208333333vw 0 0
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box > p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #F98800;
        text-align: center
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #F98800;
        line-height: 1
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p:nth-child(2) {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #929292;
        margin: 0 0 0 0.5208333333vw;
        position: relative
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p:nth-child(2):after {
        content: "";
        width: 100%;
        height: 1px;
        background: #929292;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.0416666667vw 0 0
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div {
        width: 2.8125vw;
        height: 3.0208333333vw;
        background: #FFFFFF;
        border-radius: 0.1041666667vw 0.1041666667vw 0.1041666667vw 0.1041666667vw;
        border: 1px solid #F0F0F0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div:not(:nth-last-child(1)) {
        margin: 0 1.0416666667vw 0 0
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.3541666667vw
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box:nth-child(2) {
        display: none
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content.user_login .proInfo_content_box:nth-child(1) {
        display: none
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content.user_login .proInfo_content_box:nth-child(2) {
        display: block
    }

    .sec4 {
        margin: 1.0416666667vw 0 0
    }

    .sec4 .wrap .popular_pro {
        width: 100%;
        background: #FFFFFF;
        border-radius: 0.3125vw;
        border: 1px solid #E6ECF2;
        padding: 2.6041666667vw 0 0;
        margin: 0 0 1.0416666667vw
    }

    .sec4 .wrap .popular_pro .popular_pro_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.5208333333vw 0 1.3020833333vw;
        margin: 0 0 1.0416666667vw
    }

    .sec4 .wrap .popular_pro .popular_pro_title h2 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns {
        display: flex;
        align-items: center
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont {
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        border: 1px solid #D9D9D9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25vw;
        color: #D9D9D9;
        cursor: pointer;
        transition: 0.6s
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont:nth-child(1) {
        transform: rotate(180deg);
        margin: 0 0.5208333333vw 0 0;
        border: 1px solid #E8E8E8;
        color: #E8E8E8
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont:hover {
        background: #F98800;
        color: #FFFFFF;
        border: 1px solid #F98800
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper {
        width: 69.375vw;
        height: 31.25vw
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide {
        height: 13.0208333333vw;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item {
        display: block
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box {
        display: block;
        width: 100%;
        position: relative
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img {
        display: block;
        width: 100%
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img img {
        transition: 2s
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img:hover img {
        transform: scale(1.1)
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list {
        width: 8.3333333333vw;
        height: 2.2916666667vw;
        background: #FFFFFF;
        box-shadow: 0px 0.1041666667vw 0.2083333333vw 1px rgba(0, 0, 0, 0.13);
        border-radius: 1.1458333333vw;
        position: absolute;
        bottom: 1.1458333333vw;
        left: 50%;
        transform: translate(-50%, 1.0416666667vw);
        opacity: 0;
        pointer-events: none;
        transition: 0.6s;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a {
        height: 0.9375vw;
        display: block;
        transition: 0.6s
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:not(:nth-last-child(1)) {
        margin: 0 1.1979166667vw 0 0
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:hover {
        transform: translateY(-0.2604166667vw)
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title {
        display: block;
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333;
        text-align: center;
        margin: 0.78125vw 0 0.4166666667vw;
        transition: 0.6s
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title:hover {
        color: #F98800
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login {
        font-weight: 800;
        font-size: 0.8333333333vw;
        color: #111111;
        display: block;
        text-align: center;
        transition: 0.6s
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login:hover {
        color: #F98800
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item:hover .img_box .list {
        transform: translate(-50%, 0);
        opacity: 1;
        pointer-events: auto
    }

    .sec7 {
        margin: 0 0 1.0416666667vw
    }

    .sec7 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sec7 .wrap .item {
        position: relative;
        overflow: hidden;
        border-radius: 0.3125vw
    }

    .sec7 .wrap .item img {
        display: block;
        transition: 3s
    }

    .sec7 .wrap .item .text {
        position: absolute;
        top: 2.6041666667vw;
        left: 2.0833333333vw
    }

    .sec7 .wrap .item .text h1 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111
    }

    .sec7 .wrap .item .text h2 {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
        margin: 0.2083333333vw 0 0.78125vw
    }

    .sec7 .wrap .item .text .more {
        display: flex;
        align-items: center;
        width: fit-content;
        position: relative
    }

    .sec7 .wrap .item .text .more:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #F98800;
        position: absolute;
        left: 0;
        bottom: -0.2604166667vw;
        transform: scaleX(0);
        transform-origin: left;
        transition: 0.6s
    }

    .sec7 .wrap .item .text .more p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #F98800
    }

    .sec7 .wrap .item .text .more .iconfont {
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        border-radius: 50%;
        border: 1px solid #F98800;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F98800;
        font-size: 1.0416666667vw;
        margin: 0 0 0 0.8854166667vw
    }

    .sec7 .wrap .item:hover img {
        transform: scale(1.1)
    }

    .sec7 .wrap .item:hover .text .more:after {
        transform: scaleX(1)
    }

    .sec8 {
        max-width: 100vw;
        margin: 0 auto;
        position: relative
    }

    .sec8 .wrap {
        position: absolute;
        top: 7.5520833333vw;
        left: 50%;
        transform: translateX(-50%)
    }

    .sec8 .wrap h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        line-height: 2.6041666667vw
    }

    .sec8 .wrap h2 {
        font-weight: 400;
        font-size: 1.25vw;
        color: #111111;
        margin: 0.78125vw 0 1.3020833333vw
    }

    .sec8 .wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8.8541666667vw;
        height: 2.5520833333vw;
        background: #F98800;
        border-radius: 1.3020833333vw 1.3020833333vw 1.3020833333vw 1.3020833333vw
    }

    .sec8 .wrap a p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF
    }

    .sec9 {
        padding: 2.6041666667vw 0 5.2083333333vw;
        background: #ffffff
    }

    .sec9 .wrap .title {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin: 0 0 3.3854166667vw
    }

    .sec9 .wrap .title .l h1 {
        font-weight: 800;
        font-size: 1.5625vw;
        color: #111111
    }

    .sec9 .wrap .title .l p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999
    }

    .sec9 .wrap .title a {
        display: flex;
        align-items: center
    }

    .sec9 .wrap .title a p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #999999;
        transition: 0.6s
    }

    .sec9 .wrap .title a .iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        border-radius: 50%;
        border: 1px solid #999999;
        color: #999999;
        margin: 0 0 0 0.625vw;
        transition: 0.6s
    }

    .sec9 .wrap .title a:hover p {
        color: #F98800
    }

    .sec9 .wrap .title a:hover .iconfont {
        border: 1px solid #F98800;
        color: #F98800
    }

    .sec9 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sec9 .wrap .content .l {
        display: block;
        width: 32.2916666667vw
    }

    .sec9 .wrap .content .l .text h1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #111111;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 1.0416666667vw;
        transition: 0.6s
    }

    .sec9 .wrap .content .l .text .content {
        height: 4.6875vw;
        position: relative
    }

    .sec9 .wrap .content .l .text .content p {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        line-height: 1.5625vw;
        position: relative;
        z-index: 2
    }

    .sec9 .wrap .content .l .text .content:after {
        content: url("/static/images/dou.svg");
        width: 7.8125vw;
        position: absolute;
        top: -2.7604166667vw;
        right: -3.6458333333vw
    }

    .sec9 .wrap .content .l .text .time {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #B5BBCB;
        margin: 0.8333333333vw 0 3.125vw
    }

    .sec9 .wrap .content .l .img {
        overflow: hidden;
        height: 13.5416666666666666666vw;
    }

    .sec9 .wrap .content .l .img img {
        display: block;
        transition: 3s
    }

    .sec9 .wrap .content .l .info {
        display: flex;
        align-items: center;
        margin: 2.6041666667vw 0 0
    }

    .sec9 .wrap .content .l .info .line {
        width: 1px;
        height: 0.6770833333vw;
        background: #d7d7d7;
        margin: 0 1.0416666667vw 0 0
    }

    .sec9 .wrap .content .l .info p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #6A7183
    }

    .sec9 .wrap .content .l:hover .text h1 {
        color: #F98800
    }

    .sec9 .wrap .content .l:hover .img img {
        transform: scale(1.1)
    }

    .sec9 .wrap .content .l:hover .info .line {
        background: #F98800
    }

    .sec9 .wrap .content .l:hover .info p {
        color: #F98800
    }

    .sec9 .wrap .content .r {
        padding: 0 0 0 7.2916666667vw;
        border-left: 1px solid #DEDEDE
    }

    .sec9 .wrap .content .r .item {
        width: 30.2083333333vw;
        display: block
    }

    .sec9 .wrap .content .r .item h1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #111111;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.6s
    }

    .sec9 .wrap .content .r .item p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        line-height: 1.5625vw;
        height: 3.125vw;
        margin: 0.5208333333vw 0 1.0416666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .sec9 .wrap .content .r .item span {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999
    }

    .sec9 .wrap .content .r .item:not(:nth-last-child(1)) {
        margin: 0 0 3.6458333333vw
    }

    .sec9 .wrap .content .r .item:hover h1 {
        color: #F98800
    }

} */

@media screen and (max-width: 1919px) {
    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a .a-item-text .icon {
        width: 2.60416666666vw;
        margin-right: 0.260416666666vw;
    }
    .sec1 .wrap .new_left{
        width: 8.8541666667vw;
    }
    .sec1 .wrap .new_right{
        width: 8.8541666667vw;
    }
    .wrap {
        width: 75vw;
    }

    .wrap .section_top {
        margin: 0px 0px 1.0416666667vw;
    }

    .wrap .commmon_pro {
        margin: 0px 0px 1.0416666667vw;
    }

    .wrap .commmon_pro .class_name {
        width: 15.5729166667vw;
        height: 19.7916666667vw;
    }

    .wrap .commmon_pro .class_name .class_name_title {
        top: 1.5104166667vw;
        left: 1.5625vw;
    }

    .wrap .commmon_pro .class_name .class_name_title h5 {
        font-size: 1.25vw;
        margin: 0px 0px 0.78125vw;
    }

    .wrap .commmon_pro .class_name .class_name_title a {
        width: 5.2083333333vw;
        height: 1.5625vw;
        border-radius: 0.1041666667vw;
    }

    .wrap .commmon_pro .class_name .class_name_title a p {
        font-size: 0.7291666667vw;
    }

    .wrap .commmon_pro .pro_flex {
        width: 59.375vw;
        border-radius: 0px 0.3125vw 0.3125vw 0px;
    }

    .wrap .commmon_pro .pro_flex::before {
        border-radius: 0px 0.3125vw 0.3125vw 0px;
    }

    .wrap .commmon_pro .pro_flex .item {
        width: 14.84375vw;
        height: 9.8958333333vw;
    }

    .wrap .commmon_pro .pro_flex .item .img {
        width: 6.25vw;
        height: 6.25vw;
    }

    .wrap .commmon_pro .pro_flex .item p {
        font-size: 0.8333333333vw;
        margin: 0.1041666667vw 0px 0px;
    }

    .sec1 {
        margin: 0.8854166667vw 0px 1.0416666667vw;
    }

    .sec1 .wrap {
        border-radius: 0.3125vw;
    }

    .sec1 .wrap .commodity {
        padding: 1.0416666667vw 0px 1.0416666667vw 1.0416666667vw;
    }

    .sec1 .wrap .commodity .show {
        font-size: 0.9375vw;
        padding: 0px 0.5208333333vw 0px 0.78125vw;
    }

    .sec1 .wrap .commodity .show .show_menu {
        height: 0.7291666667vw;
        width: 0.9375vw;
        margin: 0px 0.78125vw 0px 0px;
    }

    .sec1 .wrap .commodity .hide {
        padding: 0.78125vw 0px;
    }

    .sec1 .wrap .commodity .hide .item>a {
        width: 13.5416666667vw;
        height: 1.5625vw;
        padding: 0px 1.3020833333vw 0px 0.78125vw;
    }

    .sec1 .wrap .commodity .hide .item>a p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .commodity .hide .item>a .iconfont {
        font-size: 1.0416666667vw;
    }

    .sec1 .wrap .commodity .hide .item:not(:nth-last-child(1)) {
        margin: 0px 0px 0.3125vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position {
        width: 39.84375vw;
        left: 13.5416666667vw;
        padding: 1.6666666667vw 1.6666666667vw 0px;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top {
        height: 13.8020833333vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top .a_position_top_box {
        grid-gap: 1.483333vw 0;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a {
        width: 10.4166666667vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_top a .iconfont {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center {
        padding: 0.9375vw 0px 1.3020833333vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a .img {
        width: 5vw;
        height: 4.6875vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .swiper .swiper-slide a p {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns {
        width: 39.84375vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_center .btns .iconfont {
        width: 1.0416666667vw;
        height: 2.0833333333vw;
        font-size: 1.0416666667vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom {
        margin: 1.1458333333vw 0px 0px;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom h5 {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .commodity .hide .item .a_position .a_position_bottom a {
        font-size: 0.7291666667vw;
        margin: 0px 0.78125vw 0px 0px;
    }

    .sec1 .wrap .center_img {
        width: 45.8333333333vw;
        padding: 1.0416666667vw 0px;
    }

    .sec1 .wrap .center_img .banner_swiper {
        border-radius: 0.3125vw;
    }

    .sec1 .wrap .infoBox {
        width: 14.5833333333vw;
        padding: 0px 1.0416666667vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box {
        margin: 0px 0px 0.8854166667vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .img {
        width: 2.96875vw;
        height: 2.96875vw;
        margin: 0px 0.7291666667vw 0px 0px;
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none .user_box .userInfo a {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none .text h5 {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none .text p {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .infoBox .user .login_box_none>a {
        width: 12.5vw;
        height: 2.5vw;
        border-radius: 0.3125vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .sec1 .wrap .infoBox .user .login_box_none>a p {
        font-size: 0.9375vw;
    }

    .sec1 .wrap .infoBox .user .login_box .img {
        width: 2.96875vw;
        height: 2.96875vw;
    }

    .sec1 .wrap .infoBox .user .login_box .user_name {
        font-size: 0.8333333333vw;
        width: 10.4166666667vw;
        margin: 0.5208333333vw auto 0px;
    }

    .sec1 .wrap .infoBox .user .login_box .links {
        margin: 1.0416666667vw 0px 1.3020833333vw;
    }

    .sec1 .wrap .infoBox .user .login_box .links a .num {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .infoBox .user .login_box .links a p {
        font-size: 0.7291666667vw;
        line-height: 0.8333333333vw;
        margin: 0.2604166667vw 0px 0px;
    }

    .sec1 .wrap .infoBox .action {
        margin: 1.0416666667vw 0px 0px;
    }

    .sec1 .wrap .infoBox .action a {
        margin: 0px 0px 0.78125vw;
    }

    .sec1 .wrap .infoBox .action a p {
        font-size: 0.8333333333vw;
        margin: 0.2083333333vw 0px 0px;
    }

    .sec1 .wrap .infoBox .notice {
        padding: 0.78125vw 0px 0px;
    }

    .sec1 .wrap .infoBox .notice h2 {
        font-size: 0.9375vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .sec1 .wrap .infoBox .notice a {
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }

    .sec2 {
        margin: 0px 0px 1.5625vw;
    }

    .sec2 .wrap {
        gap: 0.625vw;
        border-radius: 0.3125vw;
    }

    .sec2 .wrap .trem:hover {
        transform: translateY(-0.2604166667vw);
    }

    .sec2 .wrap .trem .button {
        margin: 1.1979166667vw 0px 0px;
        width: 4.9479166667vw;
        height: 1.3541666667vw;
        border-radius: 0.2604166667vw;
        padding: 0px 0.625vw;
        font-size: 0.625vw;
    }
    .sec2 .wrap .trem .button span{
        font-size: 0.625vw;
    }

    .sec2 .wrap .trem .text {
        top: 1.5625vw;
        left: 1.5625vw;
        width: 5.7291666667vw;
    }

    .sec2 .wrap .trem .text p {
        height: 3.4375vw;
        font-size: 1.3541666667vw;
    }

    .sec2 .wrap .item:not(:last-child) {
        margin: 0px 5.7291666667vw 0px 0px;
    }

    .sec2 .wrap .item:not(:last-child)::after {
        height: 2.03125vw;
        right: -2.8645833333vw;
    }

    .sec2 .wrap .item .img {
        width: 4.53125vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }

    .sec2 .wrap .item .item_text h5 {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .item .item_text p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .title {
        margin: 0px 0px 1.40625vw;
    }

    .sec3 .wrap .title .l h1 {
        font-size: 1.5625vw;
    }

    .sec3 .wrap .title .l p {
        font-size: 0.8333333333vw;
        margin: 0.15625vw 0px 0px;
    }

    .sec3 .wrap .title .btns .iconfont {
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        font-size: 1.25vw;
    }

    .sec3 .wrap .title .btns .iconfont:nth-child(1) {
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec3 .wrap .discount_swiper .swiper-slide a {
        padding: 0.1041666667vw;
        border-radius: 0.3125vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide a .img {
        width: 17.1875vw;
        height: 16.4583333333vw;
        border-radius: 0.3125vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text {
        width: 19.6875vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title h2 {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_title p {
        font-size: 0.7291666667vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box {
        margin: 0.5208333333vw 0px 0px;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box>p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p {
        font-size: 0.9375vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_price p:nth-child(2) {
        font-size: 0.7291666667vw;
        margin: 0px 0px 0px 0.5208333333vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time {
        margin: 1.0416666667vw 0px 0px;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div {
        width: 2.8125vw;
        height: 3.0208333333vw;
        border-radius: 0.1041666667vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div:not(:nth-last-child(1)) {
        margin: 0px 1.0416666667vw 0px 0px;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div p {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
    }

    .sec3 .wrap .discount_swiper .swiper-slide .proInfo_text .proInfo_content .proInfo_content_box .proInfo_content_time div span {
        font-size: 0.7291666667vw;
    }

    .sec4 {
        margin: 1.0416666667vw 0px 0px;
    }

    .sec4 .wrap .popular_pro {
        border-radius: 0.3125vw;
        padding: 2.6041666667vw 0px 0px;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_title {
        padding: 0px 0.5208333333vw 0px 1.3020833333vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_title h2 {
        font-size: 1.5625vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont {
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        font-size: 1.25vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont:nth-child(1) {
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper {
        width: 69.375vw;
        height: 31.25vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide {
        height: 13.0208333333vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .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.1458333333vw;
        transform: translate(-50%, 1.0416666667vw);
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a {
        height: 0.9375vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:first-child::after {
        font-size: 0.625vw;
        padding: 0.5208333333vw;
        border-radius: 0.2604166667vw;
        bottom: calc(100% + 0.5208333333vw);
        transform: translateX(-50%) translateY(0.5208333333vw);
        box-shadow: rgba(23, 9, 3, 0.2) 1px 1px 0.2604166667vw 0px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:not(:nth-last-child(1)) {
        margin: 0px 1.1979166667vw 0px 0px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list a:hover {
        transform: translateY(-0.2604166667vw);
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title {
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0.4166666667vw;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_login {
        font-size: 0.8333333333vw;
    }

    .sec7 {
        margin: 0px 0px 1.0416666667vw;
    }

    .sec7 .wrap .item {
        border-radius: 0.3125vw;
    }

    .sec7 .wrap .item .text {
        top: 2.6041666667vw;
        left: 2.0833333333vw;
    }

    .sec7 .wrap .item .text h1 {
        font-size: 1.5625vw;
    }

    .sec7 .wrap .item .text h2 {
        font-size: 0.8333333333vw;
        margin: 0.2083333333vw 0px 0.78125vw;
    }

    .sec7 .wrap .item .text .more::after {
        bottom: -0.2604166667vw;
    }

    .sec7 .wrap .item .text .more p {
        font-size: 0.9375vw;
    }

    .sec7 .wrap .item .text .more .iconfont {
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        font-size: 1.0416666667vw;
        margin: 0px 0px 0px 0.8854166667vw;
    }

    .sec8 {
        max-width: 100vw;
    }

    .sec8 .wrap {
        top: 7.5520833333vw;
    }

    .sec8 .wrap h1 {
        font-size: 2.0833333333vw;
        line-height: 2.6041666667vw;
    }

    .sec8 .wrap h2 {
        font-size: 1.25vw;
        margin: 0.78125vw 0px 1.3020833333vw;
    }

    .sec8 .wrap a {
        width: 8.8541666667vw;
        height: 2.5520833333vw;
        border-radius: 1.3020833333vw;
    }

    .sec8 .wrap a p {
        font-size: 0.9375vw;
    }

    .sec9 {
        padding: 2.6041666667vw 0px 5.2083333333vw;
    }

    .sec9 .wrap .title {
        margin: 0px 0px 3.3854166667vw;
    }

    .sec9 .wrap .title .l h1 {
        font-size: 1.5625vw;
    }

    .sec9 .wrap .title .l p {
        font-size: 0.8333333333vw;
    }

    .sec9 .wrap .title a p {
        font-size: 0.9375vw;
    }

    .sec9 .wrap .title a .iconfont {
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        margin: 0px 0px 0px 0.625vw;
    }

    .sec9 .wrap .content .l {
        width: 32.2916666667vw;
    }

    .sec9 .wrap .content .l .text h1 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec9 .wrap .content .l .text .content {
        height: 4.6875vw;
    }

    .sec9 .wrap .content .l .text .content p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec9 .wrap .content .l .text .content::after {
        width: 7.8125vw;
        top: -2.7604166667vw;
        right: -3.6458333333vw;
    }

    .sec9 .wrap .content .l .text .time {
        font-size: 0.8333333333vw;
        margin: 0.8333333333vw 0px 3.125vw;
    }

    .sec9 .wrap .content .l .img {
        height: 13.5416666667vw;
    }

    .sec9 .wrap .content .l .info {
        margin: 2.6041666667vw 0px 0px;
    }

    .sec9 .wrap .content .l .info .line {
        height: 0.6770833333vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }

    .sec9 .wrap .content .l .info p {
        font-size: 0.8333333333vw;
    }

    .sec9 .wrap .content .r {
        padding: 0px 0px 0px 7.2916666667vw;
    }

    .sec9 .wrap .content .r .item {
        width: 30.2083333333vw;
    }

    .sec9 .wrap .content .r .item h1 {
        font-size: 1.0416666667vw;
    }

    .sec9 .wrap .content .r .item p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
        margin: 0.5208333333vw 0px 1.0416666667vw;
    }

    .sec9 .wrap .content .r .item span {
        font-size: 0.8333333333vw;
    }

    .sec9 .wrap .content .r .item:not(:nth-last-child(1)) {
        margin: 0px 0px 3.6458333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap .new_left,
    .sec1 .wrap .new_right{
        display: none;
    }
    .sec1 .wrap .center_img .swiper-slide a img,
    .sec1 .wrap .center_img .swiper-slide a{
        width: 100%;
    }

    .sec1 {
        padding: 80px 0 0;
        margin: 0 0 15px;
    }

    .wrap {
        width: 90%;
    }

    .sec1 .wrap .commodity {
        display: none;
    }

    .sec1 .wrap .infoBox {
        display: none;
    }

    .sec1 .wrap .center_img {
        width: 100%;
        padding: 0;
    }

    .sec1 .wrap {
        border-radius: 5px;
    }

    .sec2 .wrap .item .item_text h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .sec2 .wrap .item .item_text p {
        font-size: 16px;
    }

    .sec2 .wrap .item .img {
        width: 70px;
        margin: 0 15px 0 0;
    }

    .sec2 .wrap {
        height: unset;
        flex-wrap: wrap;
        background: unset;
        justify-content: space-between;
    }

    .sec2 .wrap .item:not(:last-child):after {
        display: none;
    }

    .sec2 .wrap .item {
        width: 49%;
        background: #FFFFFF;
        border-radius: 5px;
        margin: 0 0 15px !important;
        padding: 30px 25px;
    }

    .sec2 .wrap .item:not(:last-child) {
        margin: 0;
    }

    .sec4 .wrap .popular_pro {
        padding: 30px 25px;
        border-radius: 5px;
    }

    .sec4 .wrap .popular_pro .popular_pro_title h2 {
        font-size: 20px;
    }

    .sec4 .wrap .popular_pro .popular_pro_title .btns .iconfont {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .sec2 {
        margin: 0;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper {
        width: 100%;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .item_title {
        font-size: 12px;
        white-space: unset;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec4 .wrap .popular_pro .popular_pro_title {
        margin: 0 0 25px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide {
        height: 130px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper {
        height: 320px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .img {
        height: 96px;
    }

    .sec4 .wrap .popular_pro .popular_pro_swiper .swiper-slide .item .img_box .list {
        display: none;
    }

    .sec4 .wrap .popular_pro {
        margin: 0 0 25px;
    }

    .wrap .commmon_pro {
        display: block;
        margin: 0 0 25px;
    }

    .wrap .commmon_pro .class_name {
        width: 100%;
        height: 150px;
    }

    .wrap .commmon_pro .class_name .class_name_title {
        top: 25px;
        left: 30px;
    }

    .wrap .commmon_pro .class_name .class_name_title h5 {
        font-size: 20px;
        line-height: inherit;
        margin: 0 0 15px;
    }

    .wrap .commmon_pro .class_name .class_name_title a {
        width: 80px;
        height: 30px;
        border-radius: 5px;
    }

    .wrap .commmon_pro .pro_flex {
        width: 100%;
    }

    .wrap .commmon_pro .pro_flex .item {
        width: 50%;
        height: 48vw;
        border-bottom: 1px solid #E6ECF2;
        ;
    }

    .wrap .section_top {
        margin: 0 0 25px;
    }

    .sec8 {
        padding: 60px 0;
    }

    .sec8 .wrap {
        width: 90%;
        position: unset;
        transform: unset;
    }

    .sec8 .wrap h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    .wrap .commmon_pro .pro_flex .item:nth-child(4n) {
        border-right: none;
    }

    .wrap .commmon_pro .pro_flex:after,
    .wrap .commmon_pro .pro_flex:before {
        display: none;
    }

    .wrap .commmon_pro .pro_flex .item .img {
        width: 32vw;
        height: 30vw;
    }

    .wrap .commmon_pro .pro_flex .item p {
        font-size: 16px;
        margin: 5px 0 0;
    }

    .wrap .commmon_pro .class_name .class_name_title a p {
        font-size: 14px;
    }

    .sec8 .wrap h2 {
        font-size: 14px;
        margin: 10px 0 15px;
    }

    .sec8 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .sec8 .bg img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec8 .wrap a p {
        font-size: 14px;
    }

    .sec8 .wrap a {
        width: 100px;
        height: 30px;
        border-radius: 30px;
    }

    .sec9 {
        padding: 40px 0;
    }

    .sec9 .wrap .title .l h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    .sec9 .wrap .title .l p {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .sec9 .wrap .title .l {
        width: 60%;
    }

    .sec9 .wrap .title a p {
        font-size: 14px;
    }

    .sec9 .wrap .title a .iconfont {
        font-size: 18px;
        width: 16px;
        height: 16px;
        margin: 0 0 0 5px;
    }

    .sec9 .wrap .title {
        margin: 0 0 50px;
        align-items: center;
    }

    .sec9 .wrap .content .l {
        width: 100%;
    }

    .sec9 .wrap .content .l .text h1 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .sec9 .wrap .content .l .text .content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .sec9 .wrap .content .l .text .content {
        height: unset;

    }

    .sec9 .wrap .content .l .text .time {
        font-size: 12px;
    }

    .sec9 .wrap .content .l .info p {
        font-size: 12px;
    }

    .sec9 .wrap .content .r {
        width: 100%;
        padding: 0 0 0 20px;
        margin: 30px 0 0;
    }

    .sec9 .wrap .content .r .item {
        width: 100%;
    }

    .sec9 .wrap .content .r .item h1 {
        font-size: 16px;
    }

    .sec9 .wrap .content .r .item p {
        font-size: 14px;
        line-height: 1.6;
        height: unset;
        margin: 15px 0 5px;
    }

    .sec9 .wrap .content .l .text .content:after {
        display: none;
    }

    .sec9 .wrap .content .r .item span {
        font-size: 12px;
    }

    .sec9 .wrap .content .r .item:not(:nth-last-child(1)) {
        margin: 0 0 30px;
    }

    .sec9 .wrap .content .l .info .line {
        height: 15px;
    }

    .sec9 .wrap .content {
        display: block;
    }

    .sec9 .wrap .content .l .img {
        height: auto;
    }

    .sec2 .wrap{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .sec2 .wrap .trem{
        width: 100%;
        display: flex;
    }
    .sec2 .wrap .trem:hover{
        transform: none;
    }
    .sec2 .wrap .trem .text{
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        width: 105px;
    }
    .sec2 .wrap .trem .text p{
        font-size: 20px;
        height: 56px;
    }
    .sec2 .wrap .trem .button{
        margin-top: 20px;
        width: 90px;
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }
    .sec2 .wrap .trem .button span{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .sec2 .wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .sec2 .wrap .item {
        width: 100%;
    }
    .sec2 .wrap .trem .text {
        width: 95px;
    }
}
