* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    font-family: "microsoft yahei", arial, helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    color: #333;
}

::selection {
    color: #fff;
    background: #3E83FE;
}

.bold {
    font-family: "gothambold";
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover{
    color: #FF642D !important;
}
embed, video, iframe {
    max-width: 100%;
}

input[type="submit"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input, textarea, select {
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    outline: none;
    background: none;
    font-family: arial;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

textarea {
    resize: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
    display: inline-block;
}

a:hover,a.active,a:focus {
    color: #3E83FE;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #3E83FE;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a, button {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.banner{background-color: #F9F9FB}
/* banner img */
.banner-img-pc {
    display: block;
}

.banner-img-mobile {
    display: none !important
}

@media screen and (max-width:767px) {
    .banner-img-pc {
        display: none !important;
    }

    .banner-img-mobile {
        display: block !important;
    }
}

.lorge {
    width: 1600px;
    margin: 0 auto;
}

.normol {
    width: 1200px;
    margin: 0 auto;
}

.flex-clo {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pad_top_btn {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* pice */
.pice {
    background: #F9F9FB;
    /* margin-top: -38px; */
    overflow: hidden;
}

.pice .pice-mian {
    text-align: center;
}

.pice .pice-mian li {
    flex: 1;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
}

.pice .pice-mian li:last-child {
    border-right: 1px solid #e1e1e1;
}

.pice .pice-mian li div {
    border-bottom: 1px solid #e1e1e1;
}

.pice .pice-mian li:hover {
    border: 1px solid #FF642C;
}
.pice .pice-mian li:first-child:hover {
    border: 1px solid #e1e1e1!important;
}
.pice .pice-mian li:first-child:hover .pice-title {
    background: transparent;
    color: #333333;
    border-color: #e1e1e1;
}

.pice .pice-mian li:hover .pice-title {
    background: #FF642C;
    color: white;
    border-color: #FF642C;
}

.pice .pice-mian li .pice-title {
    font-size: 30px;
    color: #333333;
    height: 118px;
    padding: 0px 53px;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid #CBCBCB;
}


.pice .pice-mian li .pice-list p {
    position: relative;
}

.pice .pice-mian li .pice-list p i {
    display: block;
    width: 25px;
    height: 27px;
    position: absolute;
    top: -12px;
    right: -28px;
    background: url(../image/hot.png) no-repeat center center;
    background-size: 100% 100%;

}



.pice .pice-mian li .pice-list:nth-child(even) {
    background: #F7F9FA;
}
.pice .pice-mian:first-child div{
    border-left: none;
}
.pice .pice-mian li .isac {
    background: #F7F9FA !important;
}

.pice .pice-mian li .isno {
    background: white !important;
}

.pice .pice-mian li .pice-list {
    height: 75px;
    font-size: 18px;
    color: #333333;
    background: white;
    line-height: 30px;
}

/* fctap */
.fctap {
    background-image: url(../image/fctap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: red;
}

.fctap .fctap-mian {
    justify-content: center;
}

.fctap .fctap-mian .fc-header {
    border-bottom: 1px solid #CBCBCB;
    padding: 0 90px;
    justify-content: center;
    cursor: pointer;
}

.fctap .fctap-mian .fc-active p {
    color: #FF642D !important;
}

.fctap .fctap-mian .fc-active span {
    color: #FF642D !important;
}

.fctap .fctap-mian .fc-active::before {
    content: '';
    position: absolute;
    width: 90%;
    bottom: -5px;
    height: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FF642D;
}

.fctap .fctap-mian .fc-header .fc-list {
    position: relative;
    width: 443px;
    text-align: center;
}

.fctap .fctap-mian .fc-header .fc-list p {
    font-size: 30px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}


.fctap .fc-content {
    margin-top: 85px;
    /* height: 554px; */
}

.fctap .fc-content .fc-con {
    gap: 60px;
    display: none;
}

.fctap .fc-content .fc-con img{
    width: 41%;
}
.fctap .fc-content .show {
    display: flex !important;
}

.fctap .fc-content .fc-one-detail {
    width: 803px;
    background: #FFF0EB;
    border-radius: 29px 29px 29px 29px;
    border: 1px solid #FF703D;
    padding: 44px 26px;
}

.fctap .fctap-mian .fc-header .fc-list span {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 17px;
}

.fctap .fc-content .fc-one-detail .detail-title {
    font-size: 24px;
    color: #FF642D;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.fctap .fc-content .fc-one-detail .detail-title:nth-child(1) {
    margin-top: 0px;
}

.fctap .fc-content .fc-one-detail .yy-con {
    border-radius: 29px 29px 29px 29px;
    border: 1px solid rgba(203, 203, 203, .4);
    overflow: hidden;
}

.fctap .fc-content .fc-one-detail .detail {
    overflow: hidden;
    border: 1px solid rgba(203, 203, 203, .4);
}
.fctap .fc-content .fc-one-detail .detail1{
    border-bottom: none;
}
.fctap .fc-content .fc-one-detail .detail li:last-child{
    border-right: none;
}
.fc-content .detail1 {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
}

.fc-content .detail2 {
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px;
}

.fctap .fc-content .fc-one-detail .detail li {
    width: 33.3333333333%;
    min-height: 55px;
    background: white;
    font-size: 15px;
    color: #333333;
    border-right: 1px solid rgba(203, 203, 203, .4);
    border-top: none;
}

.fctap .fc-content .fc-one-detail .detail2 .flex-one {
    flex: 1;
}

.fctap .fc-content .fc-one-detail .detail3 {
    border-radius: 29px;
}

.fctap .fc-content .fc-one-detail .yy-cont {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(203, 203, 203, .4);
}

.fctap .fc-content .fc-one-detail .detail4 {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.fctap .fc-content .fc-one-detail .detail4 li:last-child {
    border-right: none;
}

.fctap .fc-content .fc-one-detail .detail4:nth-child(1) {
    border-top: none;
}

.fctap .fc-content .yy-cont .detail:nth-child(even) li {
    background: #F7F9FA;
}

.fctap .to-tr {
    margin-top: 47px;
}

.fctap .tt-btn {
    width: 270px;
    height: 50px;
    border: 1px solid #FF642D;
    border-radius: 26px;
    font-size: 28px;
    color: #FF642D;
    cursor: pointer;
    padding-bottom: 3px;
    transition: all .3s;
}

.fctap .tt-btn:hover {
    background: #FF642D;
    color: white;
}

/* wycs */
.wycs {
    overflow: hidden;
}

.wy-title {
    margin-bottom: 110px;
}

.wy-title p {
    font-size: 34px;
    color: #333333;
    margin-bottom: 13px;
    font-weight: bold;
}

.wy-title span {
    font-size: 18px;
    color: #333333;
}

.wy-title .ssspan {
    font-size: 18px;
    color: #333333;
}

.wy-title .ssspan a {
    color: #FF642C;
    border-bottom: 1px solid #FF642C;
}

.wy-title .ssspan a:hover {
    color: #FF642C !important;
}

.wycs .wy-content {
    box-shadow: 0px 7px 32px 7px rgba(10, 19, 61, .1);
    border-radius: 28px 28px 28px 28px;
    border: 1px solid rgba(255, 100, 45, .5);
    height: 645px;
}

.wycs .wy-content .my-left {
    width: 20%;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.wycs .wy-content .my-cc {
    float: left;
}

.wycs .wy-content .my-cc li:nth-child(1) {
    border-bottom: none;
}

.wycs .wy-content .my-2cshop li:last-child {
    border-bottom: none;
    height: 83px;
}

.wycs .wy-content .my-2cshop li {
    /*font-weight: bold;*/
    padding: 7px 0;
    border-right: none;
    border-left: none;
    line-height: 33px;
}
.wycs .wy-content .my-2cshop li img{
    margin-top: 10px;
}
.wycs .wy-content li {
    min-height: 71px;
    border-bottom: 1px solid rgba(203, 203, 203, .4);
    border-right: 1px solid rgba(203, 203, 203, .4);
    text-align: center;
}

.wycs .wy-content .my-cc li:last-child {
    border-bottom: none;
}

.wycs .my-2cshop {
    width: 450px;
    height: 710px;
    background: #FF642D;
    margin-top: -35px;
    box-shadow: 0px 7px 32px 7px rgba(10, 19, 61, .1);
    border-radius: 28px 28px 28px 28px;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    color: white;
    border-left: none;
}

.wycs .my-2cshop li {
    border-color: white !important;
}

.wycs .c2cshoop {
    height: 100px;
}

.wycs .my-nol {
    width: 20%;
    font-size: 16px;
    color: #666666;
}

.wycs .last {
    width: calc(100% - 40% - 450px);
}

.wycs .last li {
    border-right: none;
}

.wycs .my-nol .my-tt {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

/* qs */
.qs .qs-content {
    flex-wrap: wrap;
    justify-content: space-between;
}

.qs .qs-content li {
    width: 46.5%;
    margin-bottom: 72px;
}

.qs .qs-content li .qs-c-tit {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.qs .qs-content li .qs-c-tit p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.qs .qs-content li .qs-detail {
    padding-left: 43px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

@media screen and (max-width: 1560px) {
    .lorge {
        width: 1400px;
    }

    .pice .pice-mian li .pice-list:nth-child(even) {
        background: #F7F9FA;
        padding: 50px;
        /* line-height: unset; */
    }

    .fctap .fc-content img {
        width: 50%;
    }
    
}

@media screen and (max-width: 1460px) {
    .lorge {
        width: 1200px;
    }

    .fctap .fc-content .fc-one-detail .detail li {
        padding: 10px 15px;
        text-align: center;
    }

    .fctap .fctap-mian .fc-header .fc-list p {
        font-size: 26px;
    }

    .fctap .fctap-mian .fc-header .fc-list span {
        font-size: 16px;
    }

    .fctap .fctap-mian .fc-active::before {
        height: 3px;
    }

    .fctap .tt-btn {
        height: 40px;
        font-size: 24px;
    }

    .wy-title p {
        font-size: 28px;
    }

    .wy-title span {
        font-size: 16px;
    }
    .wy-title .ssspan a{
        font-size: 16px;
    }
    .wycs .wy-content .my-left {
        font-size: 18px;
    }

    .wycs .wy-content .my-2cshop li {
        font-size: 18px;
        padding: 19px 7px;
    }

    .wycs .my-2cshop {
        width: 380px;
    }

    .wycs .c2cshoop {

        height: 70px;
    }

    .wycs .last {
        width: calc(100% - 40% - 380px);
    }
    .pice .pice-mian li .pice-list:nth-child(even) {
        line-height: unset;
    }
    .wycs .wy-content .my-2cshop li{
        line-height: unset;
    }
    .pice .pice-mian li .pice-list{
        line-height: unset;
    }
}

@media screen and (max-width: 1260px) {
    .lorge {
        width: 93%;
    }

    .pice .pice-mian li .pice-title {
        font-size: 26px;
        padding: 0 30px;
    }

    .pice .pice-mian li .pice-list:nth-child(even) {
        background: #F7F9FA;
        padding: 20px;
    }

    .wycs .my-2cshop {
        width: 320px;
    }

    .wycs .last {
        width: calc(100% - 40% - 320px);
    }
}

@media screen and (max-width: 992px) {
    .pice .pice-mian li .pice-title {
        font-size: 20px;
        padding: 0 20px;
        height: 80px;
    }

    .pice .pice-mian li .pice-list {
        font-size: 14px;
        /* height: auto; */
    }

    .pice .pice-mian li .pice-list p i {
        width: 20px;
        height: 21px;
    }

    .ish {
        height: 40px !important;
    }

    .fctap .fc-content .fc-one-detail {
        padding: 15px;
    }

    .fctap .fc-content .fc-one-detail .detail li {
        padding: 10px 15px;
        text-align: center;
    }

    .fctap .fctap-mian .fc-header .fc-list p {
        font-size: 20px;
    }

    .fctap .fctap-mian .fc-header .fc-list span {
        font-size: 14px;
    }

    .fctap .fctap-mian .fc-active::before {
        height: 3px;
    }

    .fctap .tt-btn {
        height: 40px;
        font-size: 24px;
    }

    .fctap .fc-content .fc-one-detail .detail-title {
        font-size: 18px;
    }

    .fctap .fc-content .fc-one-detail .detail li {
        font-size: 12px;
        padding: 5px 10px;
        min-height: 40px;
    }

    .fctap .fctap-mian .fc-header {
        padding: 0;
    }

    .fctap .fc-content {
        margin-top: 30px;
        height: auto;
    }

    .fctap .tt-btn {
        font-size: 20px;
        width: 200px;
    }

    .pad_top_btn {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wy-title p{
        font-size: 24px;
    }
    .wy-title{
        margin-bottom: 80px;
    }
    .fctap .fc-content .fc-one-detail{
        border-radius: 18px;
    }
    .wycs .wy-content li{
        font-size: 13px;
        height: 52px;
        min-height: unset;
    }
    .wycs .wy-content .my-2cshop li{
        font-size: 15px;
    }
    .wycs .my-nol .my-tt{
        font-size: 13px;
    }
    .wycs{
        padding-bottom: 25px;
    }
    .wycs .wy-content{
        height: 497px;
    }
    .wycs .my-2cshop{
        height: 562px;
    }
    .wycs .wy-content li:nth-child(7){
        height: 80px;
    }
    .wycs .my-2cshop li{
        height: 59px;
    }
    /* .wycs .wy-content .my-2cshop li{
        height: 68px !important;
    } */
    .wycs .wy-content .my-2cshop li:last-child{
        height: 68px !important;
    }
}

/* 平板 手机 */
@media screen and (max-width: 768px) {
    .pice .pice-mian li .pice-title {
        font-size: 16px;
        padding: 0 10px;
    }

    .pice .pice-mian li .pice-list {
        font-size: 12px;
        padding: 10px 0 !important;
    }

    .pice .pice-mian li .pice-list p i {
        width: 15px;
        height: 16px;
        top: -12px;
        right: -6px;
    }

    .fctap .fc-content {
        height: auto;
    }

    .fctap .fc-content img {
        width: 100% !important;
    }

    .fctap .fctap-mian .fc-header {
        padding: 0;
        gap: 13px;
    }

    .fctap .fc-content .fc-con {
        flex-direction: column;
    }

    .fctap .fc-content .fc-one-detail {
        width: 95%;
    }

    .pad_top_btn {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .fctap .fc-content {
        margin-top: 30px;
    }

    .fctap .fctap-mian .fc-header .fc-list p {
        font-size: 16px;
    }

    .fctap .fctap-mian .fc-header .fc-list span {
        font-size: 12px;
    }

    .fctap .tt-btn {
        font-size: 14px;
        height: 30px;
        width: 120px;
        padding-bottom: 2px;
        background: #FF642D;
        color: white;
    }

    .fctap .fc-content .fc-one-detail .detail-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fctap .to-tr {
        margin-top: 20px;
    }
    .wycs .my-2cshop{
        width: 37%;
    }
    .wycs .last {
        width: calc(100% - 40% - 37%);
    }
    .wycs .wy-content li{
        font-size: 12px;
    }
    .wycs .wy-content .my-2cshop li{
        font-size: 13px;
    }
    .wycs .wy-content li:nth-child(7){
        padding: 0 5px;
        height: 102px;
    }
    .wycs .wy-content{
        height: 524px;
    }
    .wycs .my-2cshop{
        height: 586px;
        border-radius: 20px;
    }
    .wycs .my-2cshop img{
        width: 80%;
    }
    .qs .flex-row .qs-content{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .qs .qs-content li{
        width: 100%;
        margin-bottom: 30px;
    }
    .qs .qs-content li .qs-c-tit img{
        width: 20px;
        height: 20px;
    }
    .qs .qs-content li .qs-c-tit p{
        font-size: 14px;
    }
    .qs .qs-content li .qs-detail{
        font-size: 12px;
        padding-left: 33px;
    }
    .qs .qs-content li .qs-c-tit{
        margin-bottom: 10px;
    }
    .qs .lorge {
        padding-top: 10px !important;
    }
    .fctap .fc-content .fc-one-detail .yy-con{
        border-radius: 18px;
    }
    .fc-content .detail1{
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .fc-content .detail2{
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
}

@media screen and (max-width: 460px) {
    .pice .pice-mian li .pice-title {
        font-size: 14px;
        padding: 0 3px;
        white-space: wrap;
    }
    .wycs .wy-content li:nth-child(7){
        padding: 0 5px;
        height: 157px;
    }
    .wycs .wy-content{
        height: 660px;
        border-radius: 18px;
    }
    .wycs .my-2cshop{
        height: 695px;
        border-radius: 20px;
        margin-top: -17px;
    }
    .wycs .my-2cshop img{
        width: 80%;
    }
    .wycs .wy-content li:nth-child(4){
        height: 74px;
    }
    .wycs .wy-content li:nth-child(5){
        height: 59px;
    }
    .wycs .wy-content .my-2cshop li:nth-child(4){
        height: 70px;
    }
    .wycs .wy-content li:nth-child(6){
        height: 80px;
    }
    .wycs .wy-content li:nth-child(8){
        height: 80px;
    }
    .wycs .wy-content .my-2cshop li:nth-child(6){
        height: 80px;
    }
    .wycs .wy-content .my-2cshop li:nth-child(7){
        height: 157px;
        line-height: 24px;
    }
    .wycs .wy-content .my-2cshop li:last-child{
        height: 75px;
    }
    .wy-title p{
        font-size: 16px;
    }
    .wy-title span{
        font-size: 13px;
        text-align: center;
    }
    .wy-title{
        margin-bottom: 40px !important;
    }
    .wy-title .ssspan a{
        font-size: 13px;
    }
    .qs .wy-title{
        margin-bottom: 25px !important;
    }
}

.header{position: fixed}