@media screen and (max-width: 769px) {
    .pcshow{
        display: none !important;
    }
    .sty{
        display: flex !important;
    }
    .pc-mode{
        display: none !important;
    }
    .mobile-mode{
        display: flex !important;
    }
    body{
        padding-bottom: 1.3514rem !important;
    }
    .mode-one-con {
        border-radius: 0.2rem !important;
        grid-column-gap: 0.4rem !important;
        column-gap: 0.4rem !important;
        grid-row-gap: 0.4rem  !important;
        row-gap: 0.2rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr))  !important;
        padding: 0  !important;
    }
    .question-list {
        height: auto !important;
        padding: 0.3rem !important;
        background: none !important;
        border: 0.3rem solid #558CFF;
        flex-direction: column !important;
        width: 95% !important;
        margin: 0.2rem 0;
        border-radius: 0.2rem;
    }
    .question-list-left {
        height: auto !important;
        padding: 0.3rem !important;
        background: none !important;
        border: 0.3rem solid #2EBBCF;
        flex-direction: column !important;
        width: 95% !important;
        margin: 0.2rem 0;
    }
    .question-con {
        width: 98% !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .question-con-left {
        width: 98% !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .question-qrcode{
        display: none;
    }
    .question-qrcode-left{
        display: none;
    }
    .question-title{
        margin-top: 15px !important;
    }
    .question-title-left{
        margin-top: 15px !important;
    }
    .question-title h4 {
        font-size:0.4rem !important;
        line-height: 0.4rem !important;
        padding-left: 0.2rem !important;
    }
    .question-title-left h4 {
        font-size:0.4rem !important;
        line-height: 0.4rem !important;
        padding-left: 0.2rem !important;
    }
    .question-con-item {
        margin-top: 0.3rem !important;
    }
    .question-con-item-left {
        margin-top: 0.3rem !important;
    }
    .question-con-item img{
        width: 90% !important;
    }
    .question-con-item-left img{
        width: 80% !important;
    }
    .question-con-item .item {
        margin-bottom:  0.2rem !important;
        padding-bottom:  0.2rem !important;
    }
    .question-con-item-left .item-left {
        margin-bottom:  0.2rem !important;
        padding-bottom:  0.2rem !important;
    }
    .question-con-item p {
        line-height: 0.5rem !important;
        font-size: 0.35rem !important;
    }
    .question-con-item-left p {
        line-height: 0.5rem !important;
        font-size: 0.35rem !important;
    }
    .question-con-item a {
        /* width: 1.8rem !important; */
        height: auto !important;
        line-height: 0.5rem !important;
        border-radius: 0.6rem !important;
        font-size: 0.35rem !important;
    }
    .question-con-item-left a {
        /* width: 1.8rem !important; */
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        border-radius: 0.6rem !important;
        font-size: 0.35rem !important;
    }
     .content-title h3::before {
        width: 1.5rem !important;
        height: 0.6rem !important;
        left: -0.5rem !important;
    }
    .content-title h3::after {
       width: 2rem !important;
        height: 0.6rem !important;
        right: -0.5rem !important;
        background-size: 2rem 0.5rem !important;
    }
    .ggzx .detail{
        font-size: 0.35rem !important;
        line-height: 0.6rem !important;
    }
    .pc_table_con{
        display: none;
    }
    .mobile_table_con{
        display: flex !important;
    }
    .mobile_table_con table th {
        background: #558CFF !important;
        border: 0.02rem solid #93B6FF;
    }
    .mobile_table_con table td:first-child {
        background: #558CFF;
        font-size: 0.26rem;
        color: #fff;
        font-weight: bolder;
    }
    .item-buy{
        margin-top: 0.2rem !important;
    }
    .item-buy .buy{
       height: 0.7rem !important;
       display: flex;
       justify-content: center;
       align-items: center;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .mode-one-con {
        border-radius: 0.2rem !important;
        grid-column-gap: 0.4rem !important;
        column-gap: 0.4rem !important;
        grid-row-gap: 0.4rem  !important;
        row-gap: 0.2rem !important;
        grid-template-columns: repeat(3, minmax(0, 1fr))  !important;
        padding: 0  !important;
        box-sizing: border-box;
    }
    .question-list {
        height: auto !important;
        padding: 0.3rem !important;
        background: none !important;
        border: 0.3rem solid #558CFF;
        justify-content: space-between;
        width: 95% !important;
        border-radius: 0.2rem;
    }
    .question-list-left {
        height: auto !important;
        padding: 0.3rem !important;
        background: none !important;
        border: 0.3rem solid #2EBBCF;
        justify-content: space-between;
        width: 95% !important;
        margin: 0.2rem 0;
        border-radius: 0.2rem;
    }
    .question-con {
        width: 48% !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .question-con-left {
        width: 48% !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }
    .question-qrcode{
        display: none;
    }
    .question-qrcode-left{
        display: none;
    }
    .question-title h4 {
        font-size:0.4rem !important;
        line-height: 0.4rem !important;
        padding-left: 0.2rem !important;
    }
    .question-title-left h4 {
        font-size:0.4rem !important;
        line-height: 0.4rem !important;
        padding-left: 0.2rem !important;
    }
    .question-con-item {
        margin-top: 0.3rem !important;
    }
    .question-con-item-left {
        margin-top: 0.3rem !important;
    }
    .question-con-item img{
        width: 80% !important;
    }
    .question-con-item-left img{
        width: 80% !important;
    }
    .question-con-item .item {
        margin-bottom:  0.2rem !important;
        padding-bottom:  0.2rem !important;
    }
    .question-con-item-left .item-left {
        margin-bottom:  0.2rem !important;
        padding-bottom:  0.2rem !important;
    }
    .question-con-item p {
        line-height: 0.5rem !important;
        font-size: 0.3rem !important;
    }
    .question-con-item-left p {
        line-height: 0.5rem !important;
        font-size: 0.3rem !important;
    }
    .question-con-item a {
        /* width: 1.8rem !important; */
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        border-radius: 0.6rem !important;
        font-size: 0.28rem !important;
    }
    .question-con-item-left a {
        /* width: 1.8rem !important; */
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        border-radius: 0.6rem !important;
        font-size: 0.28rem !important;
    }
     .content-title h3::before {
        width: 1.5rem !important;
        height: 0.5rem !important;
        left: -0.5rem !important;
    }
    .content-title h3::after {
       width: 3rem !important;
        height: 0.8rem !important;
        right: -0.5rem !important;
    }
    .ggzx .detail{
        font-size: 0.3rem !important;
        line-height: 0.6rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.3rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        /* justify-content: flex-start !important; */
    }
    .pc-left-logo{
        height: 0.7rem !important;
        width: 2.24rem !important;
    }
    .pc-rightitem{
        margin-left: 0.15rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .banner-info{
        width: 96% !important;
    }
    .banner-title {
        width:6rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.5rem !important;
        border-radius: 0.8rem !important;
    }
    .banner-img{
        margin: -5% auto -5% auto !important;
    }
    .banner-bottom{
        height: 1rem !important;
        border-radius: 0.12rem !important;
    }
    .banner-bottom a{
        font-size: 0.35rem !important;
    }
    .banner-bottom a:nth-child(2) {
        border-radius: 0.12rem !important;
    }
    .content-bg{
        margin-top: 0.4rem !important;
        margin-bottom: 0.5rem !important;
    }
    .mode{
        width: 100% !important;
        margin: 0 auto !important;
    }
    .content-title{
        margin: 0.3rem auto !important;
    }
    .content-title h3 {
        font-size: 0.5rem !important;
        height: 1rem !important;
        line-height: 1rem !important;
    }
   
    .ggzx {
        width: 4.2rem !important;
        border-radius: 0.2rem !important;
        margin-bottom: 0.2rem !important;
        padding: 0.6rem 0.2rem 0.5rem !important;
        font-size: 0.35rem !important;
    }
    
    .ggzx .title {
        font-size: 0.5rem !important;
        margin-bottom: 0.45rem !important;
        padding: 0 0.3rem !important;
    }
    .ggzx .img_wrap {
        width: 5rem !important;
        height: 2rem !important;
    }
    .table_con{
        width: 95% !important;
    }
    .table_con table {
        margin: 0.25rem auto 0 !important;
        box-shadow: 0 0 0.15rem #93B6FF !important;
    }
    .table_con table th {
        height: 1rem !important;
        font-size: 0.35rem !important;
        box-shadow: 0 0.1rem 0.2rem rgba(74, 188, 254, 0.4);
    }
    .table_con table td {
        padding: 0.2rem 0.1rem !important;
        line-height: 0.5rem !important;
        font-size: 0.35rem !important;
    }
    .table_con table td a {
        color: #fd4153;
        cursor: pointer;
    }
    .table_con table td a:hover {
        text-decoration: none;
    }
    .zbpt{
        width: 95% !important;
    }
    .ptqrcode p{
        font-size: 0.3rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
    background: #fff;
    color: #333;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 150px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("/static/zt/img/sk-zhibo-ztc.jpg") no-repeat;
    background-size: 100% 100%;
    
}
.banner-info{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-title{
    width: 350px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    margin: 85px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border:  1px solid #fff;
    font-weight: 600;
}
.banner-img{
    width: 100%;
    margin: -2% auto 0% auto;
    content: url("/static/zt/img/sk-ztczb-img.png");
    opacity: 1;
}
.banner-bottom{
    width: 100%;
    height: 70px;
    border-radius: 18px;
    filter: drop-shadow(0px 6px 10px #f2f2f2);
    background-color: #fff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -5%;
    
}

.banner-bottom a{
    width: 16.667%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #006BE0;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.banner-bottom a:hover{
    text-decoration: none;
}
.banner-bottom a:first-child {
    border-right: none;
}
.banner-bottom a:last-child {
    border-right: none;
}
.banner-bottom a:nth-child(2) {
    height: 100%;
    border-right: none;
    border-radius: 16px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.33));
    background-image: linear-gradient(0deg, #3675fc 0%, #82a9fd 100%);
    border: 1px solid #ffffff;
    color: #fff;
}
.content-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    background: linear-gradient(to bottom, #fffef8, #FFF8D2);
}
.mode{
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.mode-one-con {
    border-radius: 10px;
    display: grid;
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 10px;
    box-sizing: border-box;
}
.mode-one-con a:hover{
    text-decoration: none;
}
.ggzx{
    background: #fff;
    border: 1px solid #ff568a;
    border-radius: 8px;
    padding: 30px 30px 25px;
    text-align: center;
    box-shadow: 0 0 5px #ffa391, 0 -4px 0 #ff568a;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s;
    box-sizing: border-box;
}
.ggzx:hover{
    text-decoration: none;
}
.ggzx .title{
    display: inline-block;
    font-size: 20px;
    color: #ff568a;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom, #fff 50%, #ffe881);
    padding: 0 10px;
}
.ggzx .img_wrap {
    display: table-cell;
    width: 210px;
    height: 80px;
    vertical-align: middle;
}
.ggzx .detail {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
}
.ggzx .detail span {
    color: #eb2424;
}
.ggzx .detail:hover{
    text-decoration: none;
}
.ggzx:nth-child(6n+1) {
    border: 1px solid #00d2d8;
    box-shadow: 0 0 10px #ffa391, 0 -4px 0 #00d2d8;
}
.ggzx:nth-child(6n+1) .title {
    color: #00c1c7;
}
.ggzx:nth-child(6n+2) {
    border: 1px solid #538AFF;
    margin-right: 0px;
    box-shadow: 0 0 10px #a9c1f5, 0 -4px 0 #538AFF;
}
.ggzx:nth-child(6n+2) .title {
    color: #538AFF;
}
.ggzx:nth-child(6n+3) {
    border: 1px solid #ff8401;
    margin-right: 0px;
    box-shadow: 0 0 10px #ffa391, 0 -4px 0 #ff8401;
}
.ggzx:nth-child(6n+3) .title {
    color: #ea7800;
}
.ggzx:nth-child(6n+4) {
    border: 1px solid #ff351e;
    box-shadow: 0 0 10px #ffa391, 0 -4px 0 #ff351e;
}
.ggzx:nth-child(6n+4) .title {
    color: #ff351e;
}

.ggzx:nth-child(6n) {
    border: 1px solid #7e4fff;
    box-shadow: 0 0 10px #ffa391, 0 -4px 0 #7e4fff;
}
.ggzx:nth-child(6n) .title {
    color: #632bff;
}
.mover:hover {
    transform: translateY(-5px);
}
.content-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.content-title span{
    color: #eb2424;
}
.content-title h3 {
    display: inline-block;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.content-title h3::before {
    content: "";
    position: absolute;
    width: 81px;
    height: 31px;
    background: url(/static/zt/img/zx-title_l.png) no-repeat center bottom;
    left: -35px;
    bottom: 0px;
}
.content-title h3::after {
    content: "";
    position: absolute;
    width: 143px;
    height: 32px;
    background: url(/static/zt/img/zx-title_r.png) no-repeat center bottom;
    right: -35px;
    bottom: 0px;
}
.question-list{
    width: 100%;
    height: 476px;
    display: flex;
    flex-direction: row;
    padding: 40px 0px 0px 40px;
    box-sizing: border-box;
    background: url(/static/zt/img/question_bg1.png) no-repeat center top;
    margin-bottom: 10px;
}
.question-list-left{
    width: 100%;
    height: 476px;
    display: flex;
    flex-direction: row;
    padding: 40px 40px 0px 0px;
    box-sizing: border-box;
    background: url(/static/zt/img/question_bg-left.png) no-repeat center top;
    margin-bottom: 10px;
}
.question-con{
    width: 34%;
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-top: 40px;
}
.question-con-left{
    width: 34%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 40px;
}
.question-title h4{
    font-size: 20px;
    line-height: 20px;
    border-left: 4px solid #ff5348;
    padding-left: 10px;
}
.question-title-left h4{
    font-size: 20px;
    line-height: 20px;
    border-left: 4px solid #ff5348;
    padding-left: 10px;
}
.question-title b {
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}
.question-title-left b {
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}
.question-con-item{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 100%;
}
.question-con-item-left{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 100%;
}
.question-con-item img{
    width: 100%;
    height: auto;
}
.question-con-item-left img{
    width: 100%;
    height: auto;
}
.question-con-item .item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ff7b6d;
    padding-bottom: 10px;
    cursor: pointer;
    
}
.question-con-item-left .item-left{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ff7b6d;
    padding-bottom: 10px;
    cursor: pointer;
    
}
.question-con-item p {
    flex: 1;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
}
.question-con-item-left p {
    flex: 1;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
}
.question-con-item a {
    height: 34px;
    line-height: 32px;
    color: #ff3636;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}
.question-con-item-left a {
    height: 34px;
    line-height: 32px;
    color: #ff3636;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.question-con-item-left a:hover {
    text-decoration: none;
}
.item-buy{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    
}
.item-buy-left{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    
}
.item-buy .buy{
    width: 110px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #2e83e3;
    color: #2e83e3;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}
.item-buy-left .buy-left{
    width: 110px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #2e83e3;
    color: #2e83e3;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}
.question-con-item a:hover {
    text-decoration: none;
}
.question-qrcode{
    width: 27%;
    text-align: center;
}
.question-qrcode-left{
    width: 26.5%;
    text-align: center;
}

.images img{
     width: 184px;
     margin: 15px auto 40px;
}
.question-qrcode h4 {
    font-size: 22px;
    color: #fff;
}
.question-qrcode-left h4 {
    font-size: 22px;
    color: #fff;
}
.question-qrcode p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.question-qrcode-left p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.question-qrcode span {
    display: block;
    width: 75%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    font-weight: bolder;
    color: #ff3636;
    border-radius: 20px;
    margin: 20px auto 0px;
}
.question-qrcode-left span {
    display: block;
    width: 75%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    font-weight: bolder;
    color: #ff3636;
    border-radius: 20px;
    margin: 20px auto 0px;
}
.sty{
    display: none;
}
.table_con{
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */
}
.table_con table {
    margin: 10px auto 0;
    background: #fff;
    width: 100%;
    text-align: center;
    border: 1px solid #558CFF;
    box-shadow: 0 0 6px #93B6FF;
}
.table_con table th {
    background: linear-gradient(to right, #93B6FF, #558CFF);
    height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 10px rgba(74, 188, 254, 0.4);
}
.table_con table td {
    padding: 10px 5px;
    line-height: 30px;
    border-bottom: 1px solid #93B6FF;
    font-size: 15px;
}
.table_con table td a {
    color: #ff351e;
    cursor: pointer;
}
.table_con table td a:hover {
    text-decoration: none;
}
.mobile_table_con{
    display: none;
}
.mobile-mode{
    display: none;
}
.zbpt{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 0;
    box-sizing: border-box;
    background: linear-gradient(to right, #608ef0, #538AFF);
    padding: 20px;
}
.ptqrcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    
}
.ptqrcode img{
    width: 100%;
    height: auto;
}
/* .ptqrcode .pt-douyin{
    width: 100%;
} */
.ptqrcode p{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 10px;
}