
body {
    display: block;
    margin: 0px;
    overflow: hidden;
}
a{
    text-decoration: none;
}
.n-container{
    width: 100vw;
    height: 100vh;
}
#com-3D{
    width: 100%;
    height: 100%;
}
.backToScene{
    position: fixed;
    top: 30px;
    left: 30px;
    display: none;
}
.backToScene img{
    width: 56px;
}
.backToScene:hover{
    cursor: pointer;
}
/*×óÏÂ½Ç°´Å¥*/
.btns{
    position: fixed;
    left: 40px;
    bottom: 30px;
    display: flex;
    width: 288px;
    justify-content: space-between;
}
.btns img{
    width: 80px;
}
.btns img:hover{
    cursor: pointer;
}
.zixun-btns{
    position: fixed;
    right:0px;
    bottom:160px;
}
.zixun-btn{
    background: #E60039;
    width: 34px;
    height: 112px;
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zixun-btns:hover{
    cursor: pointer;
}
/*×óÏÂ½Ç°´Å¥µ¯´°*/
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.5;
    backdrop-filter: blur(15px);
    z-index: 10;
    display: none;
}
.n-modal-content{
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 11;
    background-color: #FFFFFF;
    display: none;
}
.left-menu{
    width: 288px;
    height: 100%;
}
.title{
    background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120px;
}
.menu{
    text-align: center;
    height: 80px;
    color: #292929;
    font-size: 16px;
    line-height: 80px; 
}
.menu:hover{
    cursor: pointer;
    background: rgba(14, 126, 255, 0.10);
}
.menu-disabled{
    opacity: 0.5;
}
.selected{
    color: #0E7EFF;
    font-weight: 700;
    background: rgba(14, 126, 255, 0.10);
}
.footer{
    position: absolute;
    color: #C3C9D5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    width: 100%;
    bottom: 24px;
}
.n-close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
}
.n-close:hover{
    cursor: pointer;
}
.top{
    display: flex;
    justify-content: space-between;
}
.check-list{
    display: flex;
    justify-content: space-between;
    width: 432px;
}
.check-list-sp{
    width: 580px;
}
.check-item{
    width: 136px;
    height: 36px;
    color: #292929;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-item input{
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.main{
    margin: 24px;
    width: calc(100% - 336px);
}
.sort{
    margin-right: 70px;
}
.sort select{
    height: 36px;
    width: 112px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    appearance: none; /* ×÷·ÏÄ¬ÈÏÍâ¹Û */
    -webkit-appearance: none; /* ¼æÈÝ Webkit ä¯ÀÀÆ÷ */
    background-image: url('/xstyg/yq/jjg/RJ-img/arrow.svg'); /* Ê¹ÓÃ×Ô½çËµ¼ýÍ·Í¼±ê */
    background-position: right 10px center; /* µ÷½âÓÒ±ß¾à£¬ÕâÀïÉèÖÃÎª 10px */
    background-repeat: no-repeat;
    padding-right:24px
}
select:focus {
    border-color: #7D7D7D; /* Êó±êÐüÍ£»ò»ñµÃ½¹µãÊ±µÄ±ß¿òÑÕÉ« */
}
.main-content{
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-top: 28px;
}
.card{
    width: 368px;
    text-align: left;
    margin-bottom: 40px;
    color: #292929;
    font-size: 18px;
    position: relative;
    margin-right: 24px;
}
.tip{
    position: absolute;
    top: 12px;
    left: 12px;
    color: #292929;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    width: 68px;
    border-radius: 3.447px;
    background: rgba(246, 246, 246, 0.80);
}
.card-title{
    color: #292929;
    font-size: 16px;
    margin-top: 20px;
}
.card-desc{
    display: flex;
    color: #999;
    font-size: 16px;
    line-height: 125%; 
    margin-top: 12px;
}
.card-desc img{
    margin-right: 8px;
}
.clock{
    margin-left: 40px;
}
/*ÓÒÉÏ½Ç°´Å¥*/
.bangong-top-btns{
    position: fixed;
    top: 34px;
    left: 110px;
    width: 168px;
    display: none;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid #DDD;
    background: #F7F8FB;
    align-items: center;
    overflow: hidden;
}
#chejianTop{
    width: 168px;
}
.btn-1{
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
}
.btn-1:hover{
    cursor: pointer;
}
.btn-select{
    color:#0E7EFF;
    font-weight: 700;
    opacity: 1;
}
/*°ì¹«³¡¾°°´Å¥*/
.bangong-btns{
    position: fixed;
    bottom: 30px;
    width: 496px;
    left:calc((100% - 496px) / 2);
    display: none;
    justify-content: space-between;
    align-items: center;
}
.line{
    width: 1px;
    height: 32px;
    background: rgba(41, 41, 41, 0.50);
    margin: 0 3px;
}
#chejianbtns{
    width: 640px;
    left:calc((100% - 640px) / 2);
}
#cangkubtns{
    width: 464px;
    left:calc((100% - 464px) / 2);
}

.btn{
    border-radius: 25px;
    background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    padding:0 24px;
}
.btn:hover{
    cursor: pointer;
}
.btn-disabled{
    background: rgba(41, 41, 41, 0.50);
}
.btn-select-1{
    background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
}
.bangong-btns-back{
    position: fixed;
    bottom: 30px;
    left:calc((100% - 328px) / 2);
    justify-content: space-between;
    width: 328px;
    display: none;
}
.bangong-btns-back .btn{
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bangong-btns-back img{
    width: 20px;
    margin-right: 10px;
}
.net-btns{
    position: fixed;
    right:0px;
    bottom: calc(50% - 80px);
    display: none;
}
.tradition-btns{
    position: fixed;
    right:0px;
    bottom: calc(50% + 80px);
    display: none;
}
.net-btn{
    background: rgba(41, 41, 41, 0.50);
    width: 34px;
    height: 112px;
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tradition{
    display: none;
}
.tradition-top{
    position: fixed;
    top: 30px;
    right: 30px;
    padding:0px 93px;
    border-radius: 8px;
    background: rgba(41, 41, 41, 0.50);
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
}
.trandition-back{
    position: fixed;
    top: 30px;
    left: 30px;
    color: #FFF;
}
.trandition-back img{
    width: 56px;
}
.trandition-back:hover{
    cursor: pointer;
}

.topu-img{
    width: calc(100% - 500px);
    margin: 60px 250px;
}
.n-pointer,.net-btns,.tradition-btns {
    cursor: pointer; /* ÉèÖÃÊó±êÐüÍ£Ê±µÄ¹â±êÑùÊ½Îª×¥ÊÖ */
}
/*¼«¼òÈ«¹â¿¨Æ¬*/
.jjqg-card{
    position: fixed;
    top: 30px;
    right: 30px;
    border-radius: 8px;
    width: 298px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    display: none;
}
.jjqg-title{
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
}
.jjqg-desc{
    padding: 18px 0;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
/*²úÆ·ÏêÏ¸µ¯´°*/
.n-card{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0,-50%);
    width: 452px;
    border-radius: 24px;
    background: #F7F9FA;
    box-shadow: 0px 30px 50px 0px rgba(143, 158, 166, 0.50);
    display: none;
}
.n-slide-card-title{
    background-image: url(/xstyg/yq/jjg/RJ-img/side-title-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 36px;
    border-radius: 20px 20px 0 0;
    text-align: left;
}
.n-slide-card-title h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}
.n-slide-card-title h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.n-slide-card-desc{
    color: #292929;
    font-size: 16px;
    line-height: 150%;
    padding: 0px 46px 0px 46px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 40px;
}
.n-slide-card-desc li{
    list-style-type: disc;
    margin-bottom: 8px;
    margin-left: 8px;
}
.n-slide-card-desc-1{
    list-style-type: none!important;
    margin-left: -12px!important;
}
.swiper-container{
    margin-left: calc((100% - 220px ) / 2 );
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.n-ap180-pagination{
    position: absolute;
    text-align: center;
}
.swiper-img{
    width: 220px;
    height: 220px;
}
.video-img{
    margin:24px 30px 0px 30px;
    position: relative;
    width: 390px;
    height: 220px;
    background-color: #FFFFFF;
}
.video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
}
.video-play:hover{
    cursor: pointer;
}
.n-slide-card-product{
    margin: 12px 30px 0px 30px;
    background: rgba(255, 255, 255);
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-align: left;
}
.n-slide-card-product img{
    width: 110px;
    margin:10px 10px 10px 10px;
}
.n-slide-card-product-name{
    color:  #292929;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
}
.n-slide-card-product-desc{
    color: #7D7D7D;
    font-size: 14px;
    line-height: 150%; 
}
.n-slide-card-product-link{
    color: #0094FF;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
}
.n-zixun-btn{
    background: #DA0030;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    width: 184px;
    border-radius: 4px;
    margin: 12px auto 36px auto;
    TEXT-ALIGN: center;
}
/*·µ»Ø°´Å¥*/
.backToBangong{
    position: fixed;
    bottom: 30px;
    left: calc((100% - 142px) / 2);
    width: 94px;
    backdrop-filter: blur(2.5px);
    display: none;
    justify-content: center;
    z-index: 10;
}
.backToBangong img{
    width: 20px;
    margin-right: 10px;
}

/*½ø¶ÈÌõ*/
.n-loading{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/xstyg/yq/jjg/RJ-img/loading-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.n-loading-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-80%);
    text-align: center;
    width: 100%;
    color: #003573;
}
.n-loading-content h1{
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 24px;
}
.n-loading-content h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 100px;
}
.n-loader-desc{
    font-weight: 350;
    font-size: 14px;
    line-height: 150%;
    margin-top: 6px;
}
.n-logo{
    position: fixed;
    top: 34px;
    left: 34px;
}
.n-logo img{
    width: 164px;
}
.pingtui{
    position: fixed;
    right: 16px;
    bottom: 16px;
    color: #999;
    font-size: 14px;
}
.line-tip{
    position: fixed;
    right: 80px;
    bottom: 30px;
    height: 40px;
    background-color: #F7F8FB;
    display: none;
    align-items: center;
    color: #000;
    font-size: 12px;
}
.line-gd{
    width: 32px;
    height: 4px;
    background: #B76FFF;
    margin: 0px 8px 0px 12px;
}
.line-gx{
    width: 32px;
    height: 4px;
    background: #FFA51D;
    margin: 0px 8px 0px 20px;
}
.line-wx{
    width: 32px;
    height: 4px;
    background: #4A9DFF;
    margin: 0px 8px 0px 20px;
}
.line-tip span{
    margin-right: 12px;
}

.loader-10 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #003573 #003573 transparent;
    -webkit-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite;
}
.loader-10:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #003573 #003573;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: rotationBack 0.5s linear infinite;
            animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.tradition-card-list{
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
}
.tradition-card{
    position: fixed;
    border-radius: 4px;
    background: #F7F8FB;
    width: 180px;
    overflow: hidden;
    height: 160px;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tradition-card:nth-child(2){
    margin-left: 196px;
}
.tradition-card:nth-child(3){
    margin-left: 392px;
}
.tradition-card:hover{
    cursor: pointer;
}
.tradition-card img{
    width: 100%;
}
.tradition-title{
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    padding: 16px;
}
.tradition-desc{
    color: #666;
    font-size: 16px;
    line-height: 150%; 
    padding:0px 16px 10px 16px;
    opacity: 0;
}
.border-line{
    width: 0px;
    background-color: #DA0030;
    border-radius: 0px 0px 4px 4px;
    height: 2px;
}
.fananAnli{
    position: fixed;
    bottom: 144px;
    left: -434px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F7F8FB;
    height: 72px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.fanan-show{
    position: fixed;
    left: 0;
    bottom: 144px;
    height: 72px;
    border-radius: 0px 2px 2px 0px;
    background: rgba(41, 41, 41, 0.50);
    display: none;
    align-items: center;
    color: #FFFFFF;
}
.fanan-show:hover{
    cursor: pointer;
}
.fanan-show img{
    height: 25px;
    margin: 0 8px;
}
.anli-1 img,.anli-2 img{
    width: 40px;
}
.anli-1{
    margin-left: 16px;
}
.anli-2{
    margin-left: 8px;
}
.anli-name{
    height: 40px;
    line-height: 40px;
    padding: 0px 24px;
    border-radius: 2px;
    background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin-left: 16px;
}
.anli-hide{
    height: 40px;
    line-height: 40px; 
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0px 24px;
    border-radius: 2px;
    color: #FFF;
    background:rgba(41, 41, 41, 0.50);
}
.anli-1:hover,.anli-2:hover,.anli-name:hover,.anli-hide:hover{
    cursor: pointer;
}
.modal-content-anli{
    width: 1400px;
    left:calc((100% - 1400px ) / 2)
}
.anli-head{
    width: 100%;
    text-align: center;
    height: 68px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #F7F8FB;
    color: #292929;
    font-size: 24px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 2.4px;
}
.anli-content{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 90px 20px 100px;
    width: 1200px;
    height: 78%;
    overflow: auto;
}
.anli-card{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 60px;
    display: none;
}
.anli-card-title{
    color: #292929;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 2.4px;
    display: flex;
    align-items: center;
}
.anli-card-title img{
    width: 68px;
    margin-right: 16px;
}
.anli-card-tag{
    text-align: center;
    margin-top: 56px;
    margin-bottom: 40px;
}
.anli-card-tag img{
    width: 528px;
}
.anli-card-desc{
    color: #292929;
    font-size: 18px;
    line-height: 150%; 
    margin-bottom: 60px;
}
.anli-card-desc span{
    color: #DA0030;
}
.anli-partner{
    margin-top: 60px;
}
.anli-partner-title{
    color: #292929;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
}
.anli-partner-remark{
    margin: 40px 0px 60px 0px;
    color: #C3C9D5;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.6px;
}
.version{
    position: fixed;
    top: 0;
    right: 0;
    background-image: url(/xstyg/yq/jjg/RJ-img/title-bg.webp);
    background-size: 100% 100%;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 47px;
    padding: 0 24px 0 46px;
}
/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
/*½çËµ×ª¶¯Ìõ¸ß¿í¼°Åä¾°

¸ß¿í»®·Ö¶ÔÓ¦ºáÊú×ª¶¯ÌõµÄ³ß´ç*/
::-webkit-scrollbar {
    width: 4px;
    height: 16px;
    background-color: #AAAAAA;
}

/*½çËµ×ª¶¯Ìõ¹ìµÀ
ÄÚÒõÓ° Ô²½Ç*/
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #AAAAAA;
}

/*½çËµ»¬¿é

ÄÚÒõÓ° Ô²½Ç*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0E7EFF;;
}

@media screen and (max-width:1920px){
    .btns {
        width: 258px;
    }
    .btns img{
        width: 70px;
    }
    .title {
        font-size: 30px;
    }
    .card {
        width: 310px;
    }
    .card-title {
        font-size: 14px;
        margin-top: 14px;
    }
    .card-desc {
        font-size: 14px;
    }
    .n-slide-card-title {
        padding: 30px;
        border-radius: 20px 20px 0 0;
    }
    .n-slide-card-desc{
        font-size: 14px;
    }
}

@media screen and (max-width:1720px){
    .version {
        font-size: 18px;
        line-height: 40px;
        padding: 0 24px 0 46px;
    }
    .card {
        width: 246px;
        margin-bottom: 20px;
    }
    .check-item {
        width: 115px;
    }
    .check-list {
        width: 376px;
    }
    .check-list-sp {
        width: 502px;
    }
    .card-title {
        height: 44px;
    }
    .sort {
        margin-right: 50px;
    }
    .card-desc {
        margin-top: 0px;
    }
    .btn {
        border-radius: 20px;
        line-height: 40px;
        padding: 0 20px;
    }
    .backToScene img{
        width: 44px;
    }
    .bangong-top-btns {
        top: 30px;
        right: 30px;
        width: 160px;
    }
    .bangong-btns {
        bottom: 30px;
        width: 430px;
        left: calc((100% - 430px) / 2);
    }
    #cangkubtns {
        width: 434px;
        left: calc((100% - 434px) / 2);
    }
    #chejianTop {
        width: 160px;
    }
    #chejianbtns {
        width: 576px;
        left: calc((100% - 576px) / 2);
    }
    .topu-img {
        width: calc(100% - 400px);
        margin: 60px 200px;
    }
    .n-slide-card-title {
        padding: 16px 30px;
        border-radius: 20px 20px 0 0;
    }
    .n-slide-card-title h2 {
        font-size: 24px;
    }
    .n-slide-card-title h4 {
        font-size: 18px;
    }
    .video-img {
        margin: 12px 30px 0px 30px;
    }
    .n-slide-card-product img {
        width: 80px;
        margin: 10px 20px 10px 10px
    }
    .n-slide-card-product-link {
        margin-top: 8px;
    }
    .n-slide-card-desc {
        margin-bottom: 30px;
    }
    .jjqg-card {
        top: 30px;
        right: 40px;
        width: 258px;
    }
    .jjqg-title{
        font-size: 24px;
    }
    .jjqg-desc {
        padding: 14px 0;
        font-size: 14px;
    }
    .title {
        font-size: 26px;
        line-height: 90px;
    }
    .menu {
        height: 70px;
        line-height: 70px;
    }
    .n-slide-card-desc {
        margin-bottom: 20px;
    }
    .n-card {
        width: 412px;
    }
    .video-img {
        margin: 8px 30px 0px 30px;
        width: 350px;
        height:197px;
    }
    .swiper-container {
        margin-left: calc((100% - 185px ) / 2 );
        width: 185px;
        height: 185px;
    }
    .swiper-img {
        width: 185px;
        height: 185px;
    }
    .modal-content-anli {
        width: 1360px;
        left: calc((100% - 1360px ) / 2);
    }
    .anli-content {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 90px 20px 100px;
        width: 1160px;
        height: 75%;
    }
    .trandition-back img{
        width: 44px;
    }
    
}

@media screen and (max-width:1440px){
    .zixun-btns{
        bottom:120px;
    }
    .btns {
        width: 228px;
    }
    .btns img {
        width: 60px;
    }
    .title {
        font-size: 24px;
        line-height: 90px;
    }
    .menu {
        height: 60px;
        font-size: 16px;
        line-height: 60px;
    }
    .check-item{
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
    .sort span{
        font-size: 14px;
    }
    .sort select {
        height: 32px;
        font-size: 14px;
    }
    .card {
        width: 200px;
        margin-bottom: 10px;
        margin-right: 12px;
    }
    .check-list {
        width: 320px;
    }
    .check-list-sp {
        width: 430px;
    }
    .check-item {
        width: 100px;
    }
    .sort select {
        width: 90px;
        padding-right: 24px;
    }
    .sort {
        margin-right: 40px;
    }
    .tip {
        top: 8px;
        left: 8px;
        font-size: 12px;
        line-height: 20px;
        width: 60px;
    }
    .card-title {
        margin-top: 8px;
    }
    .clock {
        margin-left: 20px;
    }
    .n-slide-card-title h2 {
        font-size: 20px;
    }
    .n-slide-card-title h4 {
        font-size: 16px;
    }
    .n-slide-card-product-name {
        font-size: 14px;
    }
    .n-slide-card-product-desc {
        font-size: 12px;
    }
    .n-slide-card-product-link {
        font-size: 12px;
    }
    .n-slide-card-title {
        padding: 10px 30px;
    }

    .n-slide-card-desc {
        margin-bottom: 20px;
        margin-top: 8px;
        font-size: 12px;
    }
    .n-slide-card-desc li {
        margin-bottom: 4px;
        margin-left: 4px;
    }
    .n-slide-card-product img {
        width: 70px;
        margin: 6px 20px 6px 10px;
    }
    .n-slide-card-product {
        margin: 8px 30px 0px 30px;
    }

    .n-card {
        width: 382px;
    }
    .video-img {
        margin: 8px 30px 0px 30px;
        width: 320px;
        height:180px;
    }
    .swiper-container {
        margin-left: calc((100% - 170px ) / 2 );
        width: 170px;
        height: 170px;
    }
    .swiper-img {
        width: 170px;
        height: 170px;
    }
    .line-tip{
        right: 60px;
    }
    .topu-img {
        width: calc(100% - 400px);
        margin: 30px 200px;
    }
    .tradition-top{
        padding:0px 73px;
        border-radius: 8px;
        font-size: 24px;
        line-height: 40px;
    }
    .trandition-back{
        top: 30px;
        left: 30px;
    }
    .card-title {
        margin-top: 0px;
    }
    .card-title {
        height: 40px;
    }
    .footer{
        bottom: 12px;
    }
    .fananAnli,.fanan-show{
        bottom:100px;
        height:56px
    }
}
@media screen and (max-width:1280px){
    .topu-img {
        width: calc(100% - 300px);
        margin: 30px 150px;
    }
    #chejianbtns .btn{
        font-size: 14px;
        padding: 0 16px;
    }
    #chejianbtns {
        width: 510px;
        left: calc((100% - 510px) / 2);
    }
    .modal-content-anli {
        width: 1200px;
        left: calc((100% - 1200px ) / 2);
    }
    .anli-content {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 50px 20px 60px;
        width: 1080px;
        height: 70%;
    }

}
@media screen and (max-height:550px) {
    .n-card {
        width: 362px;
    }
    .video-img {
        margin: 8px 30px 0px 30px;
        width: 300px;
        height:169px;
    }
    .swiper-container {
        margin-left: calc((100% - 155px ) / 2 );
        width: 155px;
        height: 155px;
    }
    .swiper-img {
        width: 155px;
        height: 155px;
    }
}

@media screen and (max-width: 1024px){
    .btns {
        left: 30px;
        width: 136px;
        bottom: 20px;
    }
    .btns img {
        width: 40px;
    }
    .left-menu {
        width: 188px;
        height: 100%;
    }
    .title {
        font-size: 18px;
        line-height: 60px;
    }
    .menu {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .main {
        margin: 0px 8px 0px 28px;
        width: 100%;
        height: 100vh;
    }
    .main-content {
        margin-top: 16px;
        height: 68%;
    }
    .card {
        width: 210px;
        margin-bottom: 10px;
        margin-right: 16px;
    }
    .card-title {
        font-size: 12px;
        height: 36px;
    }
    .footer{
        font-size: 12px;
    }
    .card-desc {
        font-size: 12px;
    }
    .card-desc img {
        margin-right: 10px;
        width: 16px;
    }
    .n-close {
        top: 10px;
    }
    .net-btn {
        width: 30px;
        height: 102px;
        font-size: 14px;
    }
    .tradition-btns {
        bottom: calc(50% + 40px);
    }
    .line-tip {
        right: 10px;
        height: 30px;
    }
    .btn {
        border-radius: 15px;
        line-height: 30px;
        padding: 0 16px;
        font-size: 14px;
    }
    .bangong-btns {
        width: 370px;
        left: calc((100% - 370px) / 2);
    }
    .tradition-top {
        padding: 0px 40px;
        font-size: 20px;
    }
    .tradition-title {
        font-size: 14px;
        padding: 10px 16px 10px 16px;
    }
    .tradition-desc {
        color: #666;
        font-size: 12px;
        padding: 0px 16px 10px 16px;
    }
    .topu-img {
        width: calc(100% - 280px);
        margin: 30px auto;
    }
    .jjqg-title {
        font-size: 20px;
    }
    .fananAnli, .fanan-show {
        bottom: 90px;
        height: 40px;
    }
    .anli-1 img, .anli-2 img {
        width: 32px;
        margin-top: 4px;
    }
    .anli-name {
        height: 32px;
        line-height: 32px;
        padding: 0px 14px;
        font-size: 14px;
        margin-left: 12px;
    }
    .anli-hide {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-left: 12px;
        padding: 0px 14px;
    }
    .modal-content-anli {
        width: 80%;
        left: 10%;
    }
    .anli-head {
        width: 100%;
        height: 48px;
        font-size: 20px;
        line-height: 48px;
    }
    .anli-content {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 50px 20px 60px;
        width: 82%;
        height: 70%;
    }
    .anli-card-title {
        font-size: 20px;
    }
    .anli-card-title img {
        width: 48px;
    }
    .anli-card-tag {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .anli-card-tag img {
        width: 328px;
    }
    .anli-card-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .anli-partner-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #cangkubtns {
        width: 370px;
        left: calc((100% - 370px) / 2);
    }
    .line-tip{
        height: auto;
        grid-template-columns:50px 80px;
        grid-template-rows:30px 30px;
    }
    .line-wx {
        margin: 0px 8px 0px 12px;
    }
    .n-card{
        height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
        right: 10px;
        border-radius: 10px;
    }
    .n-slide-card-title{
        border-radius: 4px 4px 0 0;
        background-image: url(/xstyg/yq/jjg/RJ-img/side-title-bg.jpeg);
    }
    .n-slide-card-title h2 {
        font-size: 18px;
    }
    .n-slide-card-title h4 {
        font-size: 14px;
    }
    .backToBangong {
        left: 30px;
        background: linear-gradient(274deg, #0478FF 0%, #62B1FF 100%);
    }
    #chejianbtns {
        width: 500px;
        left: calc((100% - 500px) / 2);
    }
    .mask{
        opacity: 0.9;
    }
    .m-tip{
        height: 180px;
        top: calc((100vh - 180px) / 2);
        left: 15%;
        width: 70%;
        border-radius: 4px;
        text-align: center;
    }
    .m-tip img{
        margin-top:30px;
    }
    .zixun-btns{
        display: none;
    }
}
@media screen and (orientation: portrait) {
    /* ÕâÀï°²ÅÅÐèÒªºáÏòÏÔÊ¾Ê±µÄÑùÊ½ */
    .mask-mobile,.m-tip{
        display: block;
    }
}


