.page{
    width: 100%;
    overflow: hidden;
}
.page .wrap{
    width: 1200px;
    margin: 217px auto 32px;
    display: flex;
    justify-content: space-between;
}
.page .wrap .inside .swiper{
    width: 400px;
    height: 277px;
}
.page .wrap .inside .swiper img{
    width: 100%;
    height: 100%;
}
.page .wrap .inside .swiper .iconfont{
    font-size: 24px;
    color: #333333;
    position: absolute;
    right: 23px;
    top: 13px;
}
.page .wrap .inside .swiper-pagination{
    position: static;
    width: fit-content;
    margin: 48px auto 0;
}
.page .wrap .inside .swiper-pagination span{
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}
.page .wrap .inside .swiper-pagination span:not(:last-child) {
    margin: 0 13px 0 0;
}
.page .wrap .inside .swiper-pagination .swiper-pagination-bullet-active{
    background: #F7AB00;
}
.page .wrap .text{
    width: 764px;
}
.page .wrap .text .title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 0 9px 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #CCCCCC;
}
.page .wrap .text .content{
    display: flex;
    justify-content: space-between;
}
.page .the_left .pick p{
    width: 513px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.page .the_left .data{
    margin: 110px 0 0 0;
    display: flex;
    align-items: center;
}
.page .the_left .data .list{
    display: flex;
    align-items: center;
}
.page .the_left .data .list:not(:last-child) {
    margin: 0 36px 0 0;
}
.page .the_left .data .list .iconfont{
    color: #F7AB00;
    font-size: 18px;
}
.page .the_left .data .list img{
    width: 20px;
}
.page .the_left .data .list a{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    margin: 0 0 0 10px;
}
.page .the_right .name{
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    margin: 17px 0 20px 0;
    text-align: right;
}
.page .the_right .figure{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px 0;
}
.page .the_right .figure .choose{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 7px 9px 5px;
    margin: 0 12px 0 0;
}
.page .the_right .figure .choose .subtract{
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .the_right .figure .choose .subtract div{
    width: 10px;
    height: 2px;
    background: #999999;
}
.page .the_right .figure .choose .count{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
}
.page .the_right .figure .choose .add{
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
}
.page .the_right .figure .choose .add div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #999999;
}
.page .the_right .figure .choose .add div:nth-child(1){
    width: 10px;
    height: 2px;
}
.page .the_right .figure .choose .add div:nth-child(2){
    width: 2px;
    height: 10px;
}
.page .the_right .figure > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.page .the_right .add_button{
    width: 200px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
.page .the_right .add_button:not(:last-child) {
    margin: 0 0 7px 0;
}
.page .the_right .add_button .iconfont{
    color: #666666;
    font-size: 24px;
    margin: 0 22px 0 0;
    transition: 0.6s;
}
.page .the_right .add_button p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}
.page .the_right .add_button.active .iconfont{
    color: #F7AB00;
}
.page .the_right .add_button:hover{
    background: #F7AB00;
    border: 1px solid transparent;
}
.page .the_right .add_button:hover .iconfont,.page .the_right .add_button:hover p{
    color: #fff;
}
.page .the_right .message{
    text-align: right;
    margin: 17px 0 0 0;
}
.page .the_right .message p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.page2{
    width: 100%;
    padding: 0 0 57px 0;
}

.page2 .wrap .nav_title{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #F5F5F5;
    position: sticky;
    top: 170px;
    z-index: 8;
    padding: 3px 0 0 0;
}
.page2 .wrap .nav_title .joke{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.page2 .wrap .nav_title a{
    width: fit-content;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}
.page2 .wrap .nav_title a:after{
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: #F7AB00;
    transition: 0.6s;
}
.page2 .wrap .nav_title a.on{
    background: #FFFFFF;
}
.page2 .wrap .nav_title a.on:after{
    width: 100%;
}
.page2 .wrap .content{
    width: 1200px;
    margin: auto;
}
.matter1 img{
    width: 100%;
}
.matter1 p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 25px 0 0 0;
}
.page2 .wrap .content .matter{
    overflow: hidden;
}
.page2 .wrap .content .matter .title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.page2 .wrap .content .matter .form img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
}
.page2 .wrap .content .matter:first-child .title{
    margin: 31px 0 15px 0;
}
.page2 .wrap .content .matter .title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.page2 .wrap .content .matter .title{
    margin: 28px 0 20px 0;
}
.page2 .wrap .content .matter .form table{
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
}
.page2 .wrap .content .matter .form table tr:first-child td{
    height: 50px;
    background: #E6E6E6;
    text-align: center;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
    border-right: 1px solid #CCCCCC;
}
.page2 .wrap .content .matter .form table tr:first-child td:first-child{
    width: 235px;
    text-align: left;
    padding: 0 0 0 62px;
    background: #F7AB00;
}

.page2 .wrap .content .matter .form table tr td{
    height: 36px;
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;

}
.page2 .wrap .content .matter .form table tr td:first-child{
    width: 235px;
    text-align: left;
    padding: 0 0 0 62px;
}
.matter .title,.matter .title,.matter .title{
    margin: 30px 0 0 0;
    border-bottom: 1px dashed #999999;
    padding: 0 0 12px 0;
}

.matter .picture{
    display: flex;
    flex-wrap: wrap;
}
.matter .picture .item{
    padding: 22px 0 0 0;
    margin: 0 170px 22px 0;
    position: relative;
}
.matter .picture .item:after{
    content: '';
    position: absolute;
    right: -75px;
    top: 0;
    width: 1px;
    height: 275px;
    border-left: 1px dashed #999999;
}
.matter .picture .item:nth-child(3n){
    margin: 0 0 22px 0;
}
.matter .structure{
    margin: 33px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.matter .structure .images{
    margin: 41px 0 0 0;
    display: flex;
    text-align: center;
}
.matter .structure .images .list:not(:last-child) {
    margin: 0 46px 0 0;
}
.matter .structure .images .list p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 0 36px 0;
}
.matter .structure .images .list img{
    width: 338px;
    height: 297px;
    object-fit: contain;
}
.matter .structure .form{
    width: 393px;
    border-top: 1px solid #CCCCCC;
}
.matter .structure .form table{
    width: 100%;
    border-collapse: collapse;
}
.matter .structure .form table tr td{
    height: 28px;
    border: 1px solid #CCCCCC;
    border-top: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.matter .structure .form table tr:first-child td{
    background: #F7AB00;
}
.matter .size{
    margin: 20px 0 0 0;
}
.matter .size .images{
    text-align: center;
}
.matter .size .images div{
    width: 522px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.matter .size .images div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.matter .size .form{
    width: 100%;
    border-top: 1px solid #CCCCCC;
}
.matter .size .form table{
    width: 100%;
    border-collapse: collapse;
}
.matter .size .form table tr td{
    height: 50px;
    border: 1px solid #CCCCCC;
    border-top: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
}
.matter .size .form table tr td:first-child{
    width: 130px;
}
.matter .size .form table tr:first-child td{
    background: #F7AB00;
}
@media screen and (max-width: 1920px) {
    .page2 .wrap .nav_title a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1400px) {
    .page2 .wrap .content{
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .page2 .wrap .content .matter .form table{
        width: 100% !important;
    }
    .page2 .wrap .nav_title{
        display: none;
    }
    .page .wrap{
        max-width: 90%;
        flex-direction: column;
        margin: 75px auto 32px;
    }
    .page .wrap .inside .swiper{
        width: 100%;
        height: auto;
    }
    .page .wrap .text .title{
        font-size: 20px;
    }
    .page .the_left .pick p{
        width: 100%;
        font-size: 13px;
    }
    .page .wrap .text{
        width: 100%;
    }
    .page .wrap .text .content{
        flex-direction: column;
    }
    .page .the_left .data{
        margin: 26px 0 0 0;
    }
    .page .the_right {
        margin: 25px 0 0 0;
    }

    .page .the_right .add_button{
        width: 100%;
    }
    .page .the_right .add_button p{
        font-size: 14px;
    }
    .page .wrap .text .content .the_right .np .list{
        font-size: 14px;
    }
    .page .wrap .text .content .the_right .return{
        font-size: 14px;
    }
    .page2 .wrap .content .matter .form p{
        font-size: 13px;
        line-height: 25px;
    }
    .page2 .wrap .content .matter .form table {
        overflow-x: scroll;
        display: block;
    }
    .page2 .wrap .content .matter .form table tbody{

        display: block;
        width: max-content;
    }
}