.pc-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}

.pc-box .top {
    background-color: #0E3458;
    background-image: url("../images/bg1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 13px 0;
}
.pc-box .top .logo img {
    width: 150px;
}
.pc-box .top .center .form .c-left {
    border-radius: 4px 0px 0px 4px;
    background: #0E3458;
    box-sizing: border-box;
    /* å¾·åº·èˆ/ç‚¹ç› */
    border: 1px solid #9E3241;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    width: 304px;
    height: 44px;
    z-index: 0;
    padding: 0 12px;
}
.pc-box .top .center .form .c-left img {
    width: 20px;
}
.pc-box .top .center .form .c-left input {
    width: calc(100% - 20px);
    height: 44px;
    background: none;
    color: #CCCCCC;
    border: none;
    padding-left: 10px;
}
.pc-box .top .center .form .btn {
    border-radius: 0px 4px 4px 0px;
    /* å¾·åº·èˆ/ç‚¹ç› */
    background: #9E3241;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    width: 76px;
    height: 44px;
    /* è‡ªåŠ¨å¸ƒå±€ */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.pc-box .top .right .cell {
    margin-left: 15px;
}
.pc-box .top .right .cell img {
    width: 20px;
}
.pc-box .top .right .cell .text {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 5px;
}
.pc-box .top .isLogin .btn1 {
    border-radius: 4px;
    /* å¾·åº·èˆ/ç‚¹ç› */
    background: #9E3241;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    width: 70px;
    height: 24px;
    /* T14 */
    font-size: 14px;
    color: #F1F1F1;
    margin-left: 12px;
}
.pc-box .top .isLogin .btn2 {
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin-left: 12px;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    width: 70px;
    height: 24px;
    font-size: 14px;
    color: #F1F1F1;
}
.pc-box .nav {
    height: 60px;
    border-bottom: 1px solid #9E3241;
}
.pc-box .nav .marginAuto {
    height: 100%;
}
.pc-box .nav .cell {
    position: relative;
    height: 100%;
}
.pc-box .nav .cell .label {
    height: 100%;
}
.pc-box .nav .cell .label a {
    padding: 0 55px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
}
.pc-box .nav .cell .value {
    position: absolute;
    left: 0;
    width: 100%;
    top: 58px;
    z-index: 99;
    display: none;
}
.pc-box .nav .cell .value .min-cell {
    width: 100%;
    height: 45px;
}
.pc-box .nav .cell .value .min-cell a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.pc-box .nav .cell .value .min-cell a:hover {
    color: rgba(255, 255, 255, 1);
}
.pc-box .nav .cell:hover .label a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #9E3241;
}
.pc-box .nav .cell:hover .value {
    display: block;
}
.pc-box .nav-on {
    background: #0E3458;
}
.pc-box .nav-on .cell .value{
    background: #0E3458;
}

.phone-more-menu .login-handle {
    padding: 12px;
    background: #0E3458;
}
.phone-more-menu .login-handle .btn1 {
    border-radius: 4px;
    /* å¾·åº·èˆ/ç‚¹ç› */
    background: #9E3241;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    flex: 1;
    height: 24px;
    /* T14 */
    font-size: 14px;
    color: #F1F1F1;
}
.phone-more-menu .login-handle .btn2 {
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin-left: 12px;
    /* è‡ªåŠ¨å¸ƒå±€å­å…ƒç´  */
    flex: 1;
    height: 24px;
    font-size: 14px;
    color: #F1F1F1;
}
.phone-more-menu .has-login {
    padding: 12px;
    background: #0E3458;
}
.phone-more-menu .has-login .a-cell {
    flex: 1;
}
.phone-more-menu .has-login .a-cell img {
    width: 20px;
}
.phone-more-menu .has-login .a-cell .text {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 5px;
}
.phone-more-menu .more-menu {
    padding-left: 30px;
}
.phone-more-menu .more-menu .min-cell {

}
.phone-more-menu .more-menu .min-cell a {
    padding: 8px 0;
    font-size: 14px;
    color: #666666;
    display: block;
}

.banner {
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 99;
}
.banner-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: #ffffff !important;
    border-radius: 8px;
    opacity: 1;
    margin: 0 5px;
}
.banner-pagination .swiper-pagination-bullet-active{
    width: 20px;
    background-color: #9E3241 !important;
}
.footer {
    background: #2E2E2E;
    padding: 40px 0;
}

.footer .f-pc-box {
    display: block;
}
.footer .f-phone-box {
    display: none;
}
.footer .f-phone-box .logo2 img {
    height: 100px;
}
.footer .f-phone-box .ewm img {
    height: 134px;
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
    .footer .f-pc-box {
        display: none;
    }
    .footer .f-phone-box {
        display: flex;
        width: 100%;
    }
    .footer .right .ewm img {
        display: none;
    }
}
.footer .logo img {
    width: 380px;
}
.footer .right .ewm img{
    width: 164px;
}
.footer .right .top .t-left {
    padding-right: 100px;
}
.footer .right .top .t-left .share a {
    margin-right: 10px;
}
.footer .right .top .t-left .nav {
    padding: 15px 0;
}
.footer .right .top .t-left .nav a {
    font-size: 20px;
    color: #FFFFFF;
}
.footer .right .top .t-left .nav .line {
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 10px;
}
.footer .right .top .t-left .info .cell {
    padding-bottom: 10px;
}
.footer .right .top .t-left .info .cell .value {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 10px;
}
.footer .right .top .t-left .info .cell .value a {
    color: #cca700;
}
.footer .right .bottom .cell {
    flex: 1;
}
.footer .right .bottom .cell a {
    font-size: 12px;
    color: #4F7E9C;
}

.title-box {
    padding-bottom: 50px;
}
.title-box .t-top .text {
    font-size: 48px;
    color: #2E2E2E;
    padding: 0 12px;
}
.title-box .desc {
    font-size: 32px;
    color: #2E2E2E;
    text-align: center;
}

.min-title {
    padding-bottom: 50px;
}
.min-title .left .text {
    font-size: 24px;
    color: #1B1B1C;
    padding-bottom: 15px;
}
.min-title .left .line {
    background: #9E3241;
    height: 4px;
    width: 100%;
}
.min-title .more .text {
    font-size: 14px;
    color: #1B1B1C;
    padding-right: 8px;
}

.tjcp {
    padding: 70px 0;
    min-height: calc(100vh - 393px);
}
.tjcp .wrap .cell {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 24px;
    background: #F5F5F5;
    padding: 45px 0;
}
.tjcp .wrap .cell:nth-child(3n) {
    margin-right: 0;
}
.tjcp .wrap .cell .img {
    width: 70%;
}
.tjcp .wrap .cell .text {
    font-size: 24px;
    color: #1B1B1C;
    padding: 25px 0;
}
.tjcp .wrap .cell .text span {
    color: #9E3241;
}

.c2 .wrap {
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.c2 .wrap .cell {
    width: calc(100% / 4 - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 24px;
    background: #ffffff;
    padding: 45px 0;
}
.c2 .wrap .cell:nth-child(4n) {
    margin-right: 0;
}
.c2 .wrap .cell .img {
    width: 70%;
}
.c2 .wrap .cell .text {
    font-size: 24px;
    color: #1B1B1C;
    padding: 25px 0;
}
.c2 .wrap .cell .text span {
    color: #9E3241;
}

.c3 {
    padding: 70px 0;
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.c3 .wrap .cell {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 24px;
    background: #ffffff;
}
.c3 .wrap .cell:nth-child(2n) {
    margin-right: 0;
}
.c3 .wrap .cell .info {
    background: #F5F5F5;
    padding: 15px 25px;
}
.c3 .wrap .cell .img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.c3 .wrap .cell .info .text {
    font-size: 24px;
    color: #1B1B1C;
    padding: 25px 0;
}
.c3 .wrap .cell .info .text span {
    color: #9E3241;
}

.login-page {
    padding: 140px 0 70px 0;
}
.login-page .login-wrap {
    width: 580px;
    border-radius: 12px;
    /* F5 */
    /* æ ·å¼æè¿°ï¼šèƒŒæ™¯ */
    background: #F5F5F5;
    padding: 32px;
    margin: 0 auto;
}
.login-page .login-wrap .title {
    font-size: 56px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}
.login-page .login-wrap .desc {
    font-size: 16px;
    color: #12181D;
    text-align: center;
}
.login-page .login-wrap .desc a {
    color: #9E3241;
}
.login-page .login-wrap .form {
    padding-top: 50px;
}
.login-page .login-wrap .form .cell {
    padding: 16px;
    border-radius: 12px;
    background: #FFFFFF;
    margin-bottom: 15px;
}
.login-page .login-wrap .form .cell .label {
    font-size: 14px;
    color: #666666;
}
.login-page .login-wrap .form .cell .value {
    padding-top: 8px;
}
.login-page .login-wrap .form .cell .value .input {
    flex: 1;
    border: none;
    font-size: 16px;
    color: #666666;
    width: 100%;
}
.login-page .login-wrap .form .cell .value .select {
    border: none;
    font-size: 16px;
    color: #2E2E2E;
    margin-right: 10px;
}
.login-page .login-wrap .form .agreement {
    font-size: 12px;
    color: #000000;
}
.login-page .login-wrap .form .agreement a {
    font-size: 12px;
    color: #9E3241;
}
.login-page .login-wrap .form .checkbox {
    margin-right: 8px;
}
.login-page .login-wrap .form .handle {
    padding-top: 15px;
}
.login-page .login-wrap .form .handle .btn {
    border-radius: 12px;
    background: #9E3241;
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
}
.login-page .login-wrap .form .handle .btn:hover {
    opacity: 0.9;
}
.login-page .login-wrap .form .wjmm {
    padding-bottom: 20px;
}
.login-page .login-wrap .form .wjmm a{
    font-size: 14px;
    color: #000000;
}

.search-res {
    padding: 40px 0;
    font-size: 20px;
    color: #999999;
}

.menu-container {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.menu-container .menu-wrapper {
    overflow-x: auto;
    flex: 1;
    white-space: nowrap;
    scroll-behavior: smooth;

    /* éšè—æ»šåŠ¨æ¡ï¼ˆå…¼å®¹æ€§å¤„ç†ï¼‰ */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.menu-container .menu-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge */
}

.menu-container .menu {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-container .menu li {
    padding: 0 10px;
    color: #aaa;
    flex-shrink: 0;
    cursor: pointer;
}

.menu-container .menu li.active {
    color: red;
    font-weight: bold;
}

.menu-container .scroll-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 100%;
    color: #aaa;
}
.p-category {
    padding: 40px 0;
}
.p-category .cell {
    width: calc(100% / 3 - 4px);
    padding: 0 2%;
}
.p-category .line {
    width: 0;
    height: 35px;
    border-right: 1px dashed #e8e8e8;
}
.p-category .cell .label {
    margin-right: 30px;
}
.p-category .cell .label img {
    width: 54px;
}
.p-category .cell .label .text {
    text-align: center;
    font-size: 12px;
    color: #9E3241;
    padding-top: 8px;
}


.nav-navigation {
    padding-top: 10px;
    padding-bottom: 20px;
}
.nav-navigation .cell{
    font-size: 14px;
    color: #12181D;
}
.nav-navigation .cell a{
    font-size: 14px;
    color: #8FA2B2;
}
.nav-navigation img {
    margin: 0 5px;
}


.page-center-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.page-center-nav .cell {
    padding: 0 50px;
}
.page-center-nav .cell a {
    display: block;
    height: 40px;
    position: relative;
    font-size: 16px;
    color: #000000;
}
.page-center-nav .on a:after {
    content: '';
    display: block;
    height: 2px;
    background: #9E3241;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page-center-nav .on a {
    font-size: 18px;
}

.min-page {
    padding: 120px 0 60px 0;
}
.min-page .min-page-main {
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    width: 640px;
    padding: 32px;
    margin: 0 auto;
}
.min-page .title {
    font-size: 32px;
    color: #12181D;
}


.min-page .form {
    padding-top: 50px;
}
.min-page .form .cell {
    padding: 16px;
    border-radius: 12px;
    background: #F1F1F1;
    margin-bottom: 15px;
}
.min-page .form .cell .label {
    font-size: 14px;
    color: #666666;
}
.min-page .form .cell .label span {
    color: #9E3241;
}
.min-page .form .cell .value {
    padding-top: 8px;
}
.min-page .form .cell .value .input {
    flex: 1;
    border: none;
    font-size: 16px;
    color: #666666;
    background: #F1F1F1;
    width: 100%;
}
.min-page .form .cell .value .select {
    border: none;
    font-size: 16px;
    color: #2E2E2E;
    margin-right: 10px;
}
.min-page .form .agreement {
    font-size: 12px;
    color: #000000;
}
.min-page .form .agreement a {
    font-size: 12px;
    color: #9E3241;
}
.min-page .form .checkbox {
    margin-right: 8px;
}
.min-page .form .handle {
    padding-top: 15px;
}
.min-page .form .handle .btn {
    border-radius: 12px;
    background: #9E3241;
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
}
.min-page .form .handle .btn:hover {
    opacity: 0.9;
}
.min-page .left {
    width: 60%;
}
.min-page .right {
    width: 40%;
    padding-left: 50px;
}
.min-page .right .r-main {
    padding: 40px;
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
}
.min-page .left .min-page-main {
    width: 100%;
}
.min-page .right .r-main .r-top {}
.min-page .right .r-main .r-top .r-title {
    font-size: 16px;
    color: #12181D;
}
.min-page .right .r-main .lists {
    padding-top: 20px;
}
.min-page .right .r-main .lists .cell {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    padding: 12px;
    margin-bottom: 12px;
}
.min-page .right .r-main .lists .cell .label {
    padding-bottom: 12px;
}
.min-page .right .r-main .lists .cell .label .l-left {
    font-size: 14px;
    color: #12181D;
    line-height: 22px;
}
.min-page .right .r-main .lists .cell .value {
}
.min-page .right .r-main .lists .cell .value .min-cell {
    padding: 6px 0;
    margin-right: 10px;
}
.min-page .right .r-main .lists .cell .value .min-cell .m-c-icon {
}
.min-page .right .r-main .lists .cell .value .min-cell .m-c-text {
    font-size: 14px;
    color: #000000;
    padding-left: 6px;
}
.min-page .right .r-main .lists .cell .value .links a {
    display: block;
    margin-left: 10px;
}
.min-page .right .r-main .handle .text {
    font-size: 14px;
    color: #9E3241;
    padding-left: 6px;
}

.pay-page-main {
    border-radius: 12px;
    background: #F8F8FA;
    width: 720px;
    padding: 40px;
    margin: 0 auto;
}
.pay-page-main .pay-top {
    padding-bottom: 12px;
}
.pay-page-main .pay-top .label {
    font-size: 14px;
    color: #000000;
}
.pay-page-main .pay-top .value {
    font-size: 24px;
    color: #9E3241;
}
.pay-page-main .pay-des {
    padding-bottom: 12px;
}
.pay-page-main .pay-des .text {
    font-size: 16px;
    color: #9E3241;
    padding-left: 8px;
}
.pay-page-main .pay-img {
    padding-top: 50px;
    text-align: center;
}
.pay-page-main .pay-img img {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.pay-page-main .pay-text {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-top: 12px;
}



.l-car {
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    padding: 24px;
}
.l-car .l-car-top {
    padding-bottom: 24px;
}
.l-car .l-car-top .l-car-top-left {
    font-size: 24px;
    color: #000000;
}
.l-car .l-car-top .l-car-top-more {
    font-size: 16px;
    color: #000000;
}
.l-car .l-car-main {

}
.l-car .l-car-main .l-car-main-handle {
    padding-bottom: 24px;
}
.l-car .l-car-main .l-car-main-handle .l-car-all-checkbox {}
.l-car .l-car-main .l-car-main-handle .l-car-all-checkbox .text {
    font-size: 14px;
    color: #12181D;
    padding-left: 10px;
}
.l-car .l-car-main .l-car-main-handle .delete {}
.l-car .l-car-main .l-car-main-handle .delete .text {
    font-size: 14px;
    color: #3F5566;
}
.l-car .l-car-main .l-car-main-list {}
.l-car .l-car-main .l-car-main-list .cell {
    padding: 24px 0;
    border-bottom: 1px solid #EEEEEE;
}
.l-car .l-car-main .l-car-main-list .cell .checkbox {}
.l-car .l-car-main .l-car-main-list .cell .info {
    flex: 1;
    padding-left: 10px;
}
.l-car .l-car-main .l-car-main-list .cell .info img {
    width: 102px;
    height: 102px;
    border-radius: 5px;
    object-fit: cover;
}
.l-car .l-car-main .l-car-main-list .cell .info .i-right {
    padding-left: 10px;
}
.l-car .l-car-main .l-car-main-list .cell .info .i-right .label {
    font-size: 16px;
    color: #1B1B1C;
}
.l-car .l-car-main .l-car-main-list .cell .info .i-right .value {
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
}
.stepper {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.002);
    box-sizing: border-box;
    border: 1px solid #E1E3E4;
    box-shadow: 0px 1px 1px 0px rgba(225, 227, 228, 0.2);
    width: 123px;
    height: 36px;
}
.stepper .decrement {
    border-radius: 3px 0px 0px 3px;
    /* å¾·åº·èˆ/ç‚¹ç› */
    background: #9E3241;
    width: 34px;
    height: 34px;
    border: none;
    font-size: 16px;
    color: #ffffff;
}
.stepper input {
    border: none;
    font-size: 16px;
    color: #12181D;
    width: calc(100% - 68px);
    text-align: center;
}
.stepper .increment {
    border-radius: 0px 3px 3px 0px;
    /* å¾·åº·èˆ/ç‚¹ç› */
    background: #9E3241;
    width: 34px;
    height: 34px;
    border: none;
    font-size: 16px;
    color: #ffffff;
}
.l-car .l-car-main .l-car-main-list .cell .price {
    font-size: 16px;
    color: #9E3241;
}

.car-order-info {
    padding-bottom: 20px;
}
.car-order-info .c-o-title {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E3E4;
    margin-bottom: 20px;
}
.car-order-info .c-o-info {
    padding: 10px 0;
}
.car-order-info .c-o-info .cell {
    padding: 5px 0;
}
.car-order-info .c-o-info .cell .label {
    font-size: 14px;
    color: #3F5566;
}
.car-order-info .c-o-info .cell .value {
    font-size: 16px;
    color: #12181D;
}
.car-order-info .c-o-info .max {
    padding-top: 10px;
}
.car-order-info .c-o-info .max .label {}
.car-order-info .c-o-info .max .value {
    font-size: 24px;
    color: #9E3241;
}

.c-o-pay {
    padding-top: 20px;
}
.c-o-pay .c-o-pay-title {
    font-size: 16px;
    color: #12181D;
}
.c-o-pay .c-o-pay-info {
    padding-top: 20px;
}
.c-o-pay .c-o-pay-info .cell {
    padding: 10px 0;
}
.c-o-pay .c-o-pay-info .cell .label {}
.c-o-pay .c-o-pay-info .cell .label img {
    margin-right: 10px;
}
.c-o-pay .c-o-pay-info .cell .label .text {
    font-size: 14px;
    color: #3F5566;
}
.c-o-pay .c-o-pay-info .cell .value {}
.c-o-pay .c-o-pay-info .cell .value .text {
    font-size: 24px;
    color: #9E3241;
}
.c-o-pay .btns {
    padding-top: 20px;
}
.c-o-pay .btns .btn1 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    margin-right: 15px;
    font-size: 16px;
    color: #9E3241;
}
.c-o-pay .btns .btn2 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    font-size: 16px;
    color: #ffffff;
    background: #9E3241;
}

.news-main {}
.news-main .cell {
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    padding: 16px;
    margin-bottom: 20px;
}
.news-main .cell .left .top {
    padding-bottom: 15px;
}
.news-main .cell .left .top a {
    font-size: 32px;
    color: #000000;
    padding-left: 10px;
}
.news-main .cell .left .time {
    font-size: 14px;
    color: #999999;
}
.news-main .cell .link .text {
    font-size: 14px;
    color: #9E3241;
    padding-right: 8px;
}

.news-details {
    padding-top: 20px;
    min-height: calc(100vh - 620px);
}
.news-details .title {
    font-size: 32px;
    color: #2E2E2E;
}
.news-details .time {
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}
.news-details .content-text {
    font-size: 16px;
    color: #1B1B1C;
    line-height: 200%;
    padding-top: 20px;
}
.news-details .content-text img {
    max-width: 100%;
}


.product-content {
    padding-top: 20px;
}
.product-content .cell {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
}
.product-content .cell:last-child {
    margin-right: 0;
}
.product-content .cell .label {
    border-bottom: 1px solid #E1E3E4;
    padding-bottom: 15px;
}
.product-content .cell .label .text {
    font-size: 32px;
    color: #000000;
}
.product-content .cell .value {
    padding-top: 20px;
    font-size: 16px;
    color: #1B1B1C;
    line-height: 200%;
}
.product-content .cell .value img {
    max-width: 100%;
}
.product-info {

}
.product-info .item {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    padding: 24px;
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
}
.product-info .item:last-child {
    margin-right: 0;
}


.product-info .title {
    font-size: 32px;
    color: #1B1B1C;
}
.product-info .desc {
    font-size: 14px;
    color: #9E3241;
    padding-top: 8px;
}
.product-info .max-cell {
    padding-top: 24px;
}
.product-info .max-cell .label {
    font-size: 14px;
    color: #000000;
    padding-bottom: 12px;
}
.product-info .max-cell .value {
}
.product-info .max-cell .tags {
}
.product-info .max-cell .tags .tag {
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
    padding: 4px 10px;
}
.product-info .max-cell .tags .on {
    color: #9E3241;
    border: 1px solid #9E3241;
}
.product-info .price {
    padding-top: 20px;
}
.product-info .price .cell {
    margin-right: 15px;
}
.product-info .price .cell .label {
    font-size: 16px;
    color: #000000;
}
.product-info .price .cell .value {
    font-size: 14px;
    color: #9E3241;
}
.product-info {
    padding-top: 20px;
}
.product-info .btns {
    padding-top: 20px;
}
.product-info .btns .btn1 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    margin-right: 15px;
    font-size: 16px;
    color: #9E3241;
}
.product-info .btns .btn2 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    font-size: 16px;
    color: #ffffff;
    background: #9E3241;
}

.product-info-imgs {
    width: 100%;
}
.product-info-imgs .product-img-list {
    width: 64px;
    margin-right: 20px;
}
.product-info-imgs .product-img-list .img-thumb {
    width: 100%;
    padding: 3px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}
.product-info-imgs .product-img-list .img-thumb img {
    width: 100%;
    height: 64px;
    object-fit: cover;
    border-radius: 2px;
}
.product-info-imgs .product-img-list .active {
    border: 1px solid #9E3241;
}
.product-info-imgs .product-main-img {
    width: calc(100% - 84px);
}
.product-info-imgs .product-main-img .product-img-swiper {
    position: relative;
    overflow: hidden;
}
.product-info-imgs .product-main-img .product-img-swiper .swiper-slide {
    width: 100%;
}
.product-info-imgs .product-main-img .product-img-swiper .swiper-slide img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.details-car {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
}
.details-car .details-car-wrap {
    background: #FFFFFF;
    position: fixed;
    width: 490px;
    padding: 24px;
    right: 0;
    top: 10%;
}
.details-car-wrap .close {
    padding-bottom: 15px;
}
.details-car-wrap .text-info {
    padding-bottom: 15px;
}
.details-car-wrap .text-info .text {
    font-size: 24px;
    color: #000000;
}
.details-car-wrap .text-info .num {
    font-size: 16px;
    color: #000000;
}
.details-car-wrap .lists {}
.details-car-wrap .lists .cell {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}
.details-car-wrap .lists .cell .img {
    width: 100px;
    height: 100px;
}
.details-car-wrap .lists .cell .img img{
    width: 100px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}
.details-car-wrap .lists .cell .c-right {
    width: calc(100% - 100px);
    padding-left: 12px;
}
.details-car-wrap .lists .cell .c-right .c-r-top {
    padding-bottom: 12px;
}
.details-car-wrap .lists .cell .c-right .c-r-top .text {
    font-size: 16px;
    color: #1B1B1C;
}
.details-car-wrap .lists .cell .c-right .c-r-top .text a {
    color: #1B1B1C;
}
.details-car-wrap .lists .cell .c-right .c-r-top .price {
    font-size: 16px;
    color: #9E3241;
}
.details-car-wrap .lists .cell .c-right .type {
    font-size: 14px;
    color: #666666;
    padding-bottom: 12px;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom {

}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left {}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .label {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .value {}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .value .stepper {
    border: none;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .value .stepper .decrement {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #666666;
    border: 1px dashed #e8e8e8;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .value .stepper .quantity {
    height: 20px;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom .c-r-b-left .value .stepper .increment {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #666666;
    border: 1px dashed #e8e8e8;
}
.details-car-wrap .lists .cell .c-right .c-r-bottom .del {}
.details-car-wrap .btns {
    padding-top: 20px;
}
.details-car-wrap .btns .btn1 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    margin-right: 15px;
    font-size: 16px;
    color: #9E3241;
}
.details-car-wrap .btns .btn2 {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #9E3241;
    height: 43px;
    font-size: 16px;
    color: #ffffff;
    background: #9E3241;
}


.my-order .order-nav {
    border-bottom: 1px solid #e8e8e8;
}
.my-order .order-nav .cell {
    height: 65px;
    margin-right: 20px;
}
.my-order .order-nav .cell a {
    height: 65px;
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 65px;
    display: block;
}
.my-order .order-nav .on {}
.my-order .order-nav .on a {
    font-size: 24px;
    color: #000000;
}
.my-order .order-nav .on a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #9E3241;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.my-order .order-list {}
.my-order .order-list .cell {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
}
.my-order .order-list .cell .c-top {
}
.my-order .order-list .cell .c-top .c-left {
    font-size: 14px;
    color: #000000;
}
.my-order .order-list .cell .c-top .type {
    font-size: 14px;
    color: #9E3241;
}
.my-order .order-list .cell .c-center {
    padding: 15px 0;
}
.my-order .order-list .cell .c-center .img {
    width: 84px;
    height: 84px;
    border-radius: 4px;
}
.my-order .order-list .cell .c-center .img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.my-order .order-list .cell .c-center .c-c-right {
    width: calc(100% - 84px);
    padding-left: 15px;
}
.my-order .order-list .cell .c-center .c-c-right .c-c-r-cell {
    padding-bottom: 10px;
}
.my-order .order-list .cell .c-center .c-c-right .c-c-r-cell .label {
    font-size: 16px;
    color: #1B1B1C;
}
.my-order .order-list .cell .c-center .c-c-right .c-c-r-cell .label .link {
    font-size: 16px;
    color: #1B1B1C;
}
.my-order .order-list .cell .c-center .c-c-right .c-c-r-cell .value {
    font-size: 14px;
    color: #12181D;
}
.my-order .order-list .cell .c-center .c-c-right .c-c-r-cell .value .link {
    font-size: 14px;
    color: #666666;
}
.my-order .order-list .cell .c-bottom {}
.my-order .order-list .cell .c-bottom .btn1 {
    border-radius: 8px;
    color: #9E3241;
    width: 104px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #9E3241;
}
.my-order .order-list .cell .c-bottom .btn2 {
    border-radius: 8px;
    background: #9E3241;
    width: 104px;
    height: 44px;
    font-size: 14px;
    color: #FFFFFF;
}

.pending-payment {}
.pending-payment .top {
    padding: 12px 16px;
    background: #9E3241;
}
.pending-payment .top .t-left {}
.pending-payment .top .t-left .text {
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 10px;
}
.pending-payment .desc {
    font-size: 14px;
    color: #000000;
    padding: 30px 0;
}
.pending-payment .product {}
.pending-payment .product .img {
    width: 84px;
    height: 84px;
    border-radius: 5px;
}
.pending-payment .product .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}
.pending-payment .product .product-r {
    width: calc(100% - 84px);
    padding-left: 25px;
}
.pending-payment .product .product-r .title {
    font-size: 16px;
    color: #1B1B1C;
}
.pending-payment .product .product-r .title a {
    color: #1B1B1C;
}
.pending-payment .product .product-r .type {
    font-size: 14px;
    color: #666666;
    padding: 8px 0;
}
.pending-payment .product .product-r .num {
    font-size: 14px;
    color: #000000;
}
.pending-payment .addr-info {
    padding-top: 20px;
}
.pending-payment .addr-info .a-title {
    font-size: 16px;
    color: #12181D;
    padding-bottom: 15px;
}
.pending-payment .addr-info .info {
}
.pending-payment .addr-info .info .text {
    font-size: 14px;
    color: #12181D;
    line-height: 200%;
}
.pending-payment .addr-info .info .cells {
    padding-top: 10px;
}
.pending-payment .addr-info .info .cells .cell {
    margin-right: 15px;
}
.pending-payment .addr-info .info .cells .cell .label {
    margin-right: 8px;
}
.pending-payment .addr-info .info .cells .cell .value {
    font-size: 14px;
    color: #12181D;
}
.pending-payment .addr-info .handles {}
.pending-payment .addr-info .handles a {
    margin-left: 10px;
}
.pending-payment .order-pay-bottom {
    padding-top: 20px;
}
.pending-payment .order-pay-bottom .t1 {
    font-size: 14px;
    color: #666666;
    padding-right: 10px;
}
.pending-payment .order-pay-bottom .t2 {
    font-size: 14px;
    color: #333333;
    padding-right: 10px;
}
.pending-payment .order-pay-bottom .price {
    font-size: 36px;
    color: #12181D;
    padding-right: 10px;
}
.pending-payment .order-pay-bottom .btn {
    border-radius: 8px;
    background: #9E3241;
    width: 112px;
    height: 62px;
    font-size: 16px;
    color: #ffffff;
}
.pending-payment .order-pay-bottom .btn:hover {
    opacity: 0.8;
}



.center-page {}
.center-page .c-left {
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    padding: 40px;
    width: 384px;
}
.center-page .c-left .logo {
    width: 60%;
    margin: 0 auto;
}
.center-page .c-left .logo img {
    width: 100%;
    border: 1px dashed #e8e8e8;
}
.center-page .c-left .c-title {
    font-size: 30px;
    color: #2E2E2E;
    padding: 40px 0;
    text-align: center;
}
.center-page .c-left .info {}
.center-page .c-left .info .cell {
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    padding: 12px;
    margin-bottom: 12px;
}
.center-page .c-left .info .cell .label img {
    display: block;
}
.center-page .c-left .info .cell .value {
    font-size: 14px;
    color: #000000;
    padding-left: 8px;
}
.center-page .c-left .btn {
    border-radius: 8px;
    background: rgba(14, 52, 88, 0.66);
    height: 43px;
    font-size: 14px;
    color: #ffffff;
}
.center-page .c-right {
    width: calc(100% - 384px);
    padding-left: 40px;
}
.center-page .c-right .handles {
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    padding: 24px;
    margin-bottom: 20px;
}
.center-page .c-right .handles .handles-top {
    padding-bottom: 20px;
}
.center-page .c-right .handles .handles-top .left {
    font-size: 20px;
    color: #000000;
}
.center-page .c-right .handles .handles-top .all {}
.center-page .c-right .handles .handles-top .all .text {
    font-size: 14px;
    color: #666666;
    padding-right: 8px;
}
.center-page .c-right .handles .links {

}
.center-page .c-right .handles .links .cell {
    width: calc(100% / 4);
}
.center-page .c-right .handles .links .cell a {
    position: relative;
    width: 54px;
    margin: 0 auto;
}
.center-page .c-right .handles .links .cell a img {
    width: 54px;
}
.center-page .c-right .handles .links .cell a .text {
    font-size: 14px;
    color: #333333;
}
.center-page .c-right .handles .links .cell a .num {
    position: absolute;
    right: 0;
    top: 0;
    background: #9E3241;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 12px;
    color: #ffffff;
}
.center-page .c-right .handles .serves {}
.center-page .c-right .handles .serves .cell {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
}
.center-page .c-right .handles .serves .cell:last-child {
    margin-right: 0;
}
.center-page .c-right .handles .serves a {

}
.center-page .c-right .handles .serves a .icon {
    width: 100%;
    padding: 50px 0;
    border-radius: 12px;
    background: #F5F5F5;
}
.center-page .c-right .handles .serves a .icon img {}
.center-page .c-right .handles .serves a .text {
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}

.bg-page {
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-page .about-info {
    width: 50%;
}
.show-box {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    border: 0.5px solid #B8A276;
    padding: 20px;
}
.show-box .t {
    background-image: url("../images/icon43.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}
.show-box .r {
    background-image: url("../images/icon43.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100%;
}
.show-box .b {
    background-image: url("../images/icon43.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 100%;
}
.show-box .l {
    background-image: url("../images/icon43.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 100%;
}
.show-box .title {
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}
.show-box .title2 {
    padding: 40px 0;
}
.show-box .title2 .text {
    padding: 0 15px;
    font-size: 24px;
    color: #FFFFFF;
}
.show-box .content {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 200%;
}

.qywh-info {

}
.qywh-info .qywh-imgs {
    width: 60%;
}
.qywh-info .qywh-imgs a {
    display: block;
    width: calc(100% / 3);
}
.qywh-info .qywh-imgs a img {
    width: 90%;
}
.qywh-info .qywh-right {
    width: 40%;
}


.fwzc {
    width: 100%;
}
.fwzc-content {
    margin-top: 24px;
}
.fwzc-content .cell {
    background: rgba(158, 50, 65, 0.4);
    margin-top: 24px;
    padding: 24px;
}
.fwzc-content .label {
    font-size: 24px;
    color: #FFFFFF;
}
.fwzc-content .value {
    padding-top: 20px;
}
.fwzc-content .value a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 200%;
}

.map {
    width: 100%;
    display: block;
}

.contact {
    width: 100%;
}

.contact-main {}
.contact-main .c-left {
    width: 25%;
    border-radius: 16px 16px 0 0;
    background: #FFFFFF;
    padding: 32px;
}
.contact-main .c-left img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.contact-main .c-left .text {
    font-size: 16px;
    color: #1D2129;
    text-align: center;
    padding-top: 20px;
}
.contact-main .c-right {
    width: calc(100% - 25% - 40px);
    margin-left: 40px;
    border-radius: 16px 16px 0 0;
    background: #FFFFFF;
    padding: 32px;
}
.contact-main .c-right .item {
    width: calc(50% - 2px);
    padding: 0 40px;
    border-right: 1px solid #e8e8e8;
}
.contact-main .c-right .item .item-label {
    font-size: 24px;
    color: #1D2129;
    padding-bottom: 20px;
}
.contact-main .c-right .item .item-value {

}
.contact-main .c-right .item .item-value .info {

}
.contact-main .c-right .item .item-value .info .cell {
    padding-bottom: 15px;
}
.contact-main .c-right .item .item-value .info .cell .label {
    padding-top: 6px;
}
.contact-main .c-right .item .item-value .info .cell .value {
    font-size: 16px;
    color: #2E2E2E;
    padding-left: 10px;
    line-height: 24px;
}
.contact-main .c-right .item .item-value .tel {
    text-align: center;
}
.contact-main .c-right .item .item-value .tel-t1 {
    font-size: 32px;
    color: #1D2129;
    padding-top: 20px;
}
.contact-main .c-right .item .item-value .tel-t2 {
    font-size: 14px;
    color: #868D9C;
    padding-top: 20px;
}
.contact-main .c-right .item:last-child {
    border: none;
}
@media only screen and (max-width: 2600px) and (min-width:1024px) {
    .pc-box {
        display: block;
    }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {



    .contact-main .c-left {
        width: 100%;
        border-radius: 16px;
        padding: 15px;
        margin: 20px 0;
    }
    .contact-main .c-left img {
        width: 60%;
    }
    .contact-main .c-right {
        width: 100%;
        margin-left: 0;
        border-radius: 16px;
        padding: 15px;
    }
    .contact-main .c-right .item {
        width: 100%;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
    .contact-page {
        padding: 20px 0 0 0 !important;
    }
    .contact-page .show-box {
        width: 100% !important;
    }



    .qywh-info .qywh-imgs {
        width: 100%;
        padding-bottom: 20px;
    }
    .qywh-info .qywh-right {
        width: 100%;
    }



    .bg-page {
        padding: 30px 0;
    }
    .bg-page .about-info {
        width: 100%;
    }
    .show-box .title {
        font-size: 24px;
    }
    .show-box .title2 {
        padding: 20px 0;
    }




    .center-page .c-left {
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .center-page .c-left .c-title {
        font-size: 20px;
        padding: 20px 0;
    }
    .center-page .c-right .handles .links .cell a img {
        width: 34px;
    }
    .center-page .c-right {
        width: 100%;
        padding-left: 0;
    }
    .center-page .c-right .handles .serves a .icon {
        padding: 20px 0;
    }
    .center-page .c-right .handles .serves a .icon img {
        height: 24px;
    }




    .details-car .details-car-wrap {
        width: 100%;
        max-width: 100%;
        padding: 14px;
    }




    .product-info-imgs {
        width: 100%;
    }
    .product-info-imgs .product-img-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-info-imgs .product-img-list .img-thumb {
        width: 64px;
    }
    .product-info-imgs .product-main-img {
        width: 100%;
    }
    .product-info-imgs .product-main-img .product-img-swiper .swiper-slide img {
        height: 340px;
    }




    .product-content .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-info .item {
        padding: 12px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }



    .news-main .cell .left .top a {
        font-size: 24px;
    }



    .l-car .l-car-main .l-car-main-list .cell .info {
        flex: none;
        width: calc(100% - 30px);
        padding-bottom: 12px;
    }
    .l-car .l-car-main .l-car-main-list .cell .info img {
        width: 82px;
        height: 82px;
    }






    .pay-page-main {
        max-width: 100%;
        padding: 20px;
        width: 100%;
    }

    .min-page .left {
        width: 100%;
    }
    .min-page .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .min-page .right .r-main {
        padding: 20px;
    }


    .min-page {
        padding: 20px 0;
    }
    .min-page .min-page-main {
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }
    .min-page .title {
        font-size: 24px;
        color: #12181D;
    }


    .min-page .form {
        padding-top: 20px;
    }



    .page-center-nav .cell {
        padding: 0 10px;
    }
    .page-center-nav .cell a {
        height: 40px;
        font-size: 14px;
    }
    .page-center-nav .on a {
        font-size: 16px;
    }


    .p-category {
        padding: 0 0 20px 0;
    }
    .p-category .cell {
        width: 100%;
        padding: 5% 0;
    }
    .p-category .line {
        display: none;
    }
    .p-category .cell .label {
        margin-right: 20px;
    }
    .p-category .cell .label img {
        width: 34px;
    }
    .p-category .cell .label .text {
        font-size: 15px;
    }



    .search-res {
        padding: 0 0 20px 0;
    }

    .login-page {
        padding: 20px 0;
    }
    .login-page .login-wrap {
        max-width: 580px;
        width: 100%;
        border-radius: 12px;
        padding: 15px;
    }
    .login-page .login-wrap .title {
        font-size: 36px;
    }




    .c3 {
        padding: 20px 0;
    }
    .c3 .wrap .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 14px;
    }
    .c3 .wrap .cell .info {
        padding: 15px;
    }
    .c3 .wrap .cell .img {
        height: 200px;
    }
    .c3 .wrap .cell .info .text {
        font-size: 18px;
        padding: 15px 0;
    }



    .c2 .wrap {
        padding: 20px 0;
    }
    .c2 .wrap .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 14px;
        padding: 25px 0;
    }
    .c2 .wrap .cell:nth-child(4n) {
        margin-right: 0;
    }
    .c2 .wrap .cell .text {
        font-size: 18px;
        padding: 15px 0;
    }



    .tjcp {
        padding: 20px 0;
    }
    .tjcp .wrap .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 14px;
        padding: 25px 0;
    }
    .tjcp .wrap .cell .img {
        width: 70%;
    }
    .tjcp .wrap .cell .text {
        font-size: 18px;
        padding: 15px 0;
    }

    .min-title {
        padding-bottom: 20px;
    }
    .min-title .left .text {
        font-size: 18px;
        padding-bottom: 12px;
    }


    .title-box {
        padding-bottom: 20px;
    }
    .title-box .t-top .text {
        font-size: 28px;
    }
    .title-box .desc {
        font-size: 22px;
        color: #2E2E2E;
        text-align: center;
    }



    .footer {
        padding: 20px 0;
    }
    .footer .logo {
        width: 100%;
        padding-bottom: 20px;
        flex: none;
    }
    .footer .logo img {
        width: 50%;
        display: block;
    }
    .footer .right {
        width: 100%;
    }
    .footer .right .ewm img{
        width: 164px;
    }
    .footer .right .top .t-left {
        padding-right: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .footer .right .bottom {
        padding-top: 20px;
    }
    .footer .right .bottom .cell {
        flex: none ;
        margin-right: 10px;
    }
    .footer .right .bottom .cell a {
        font-size: 14px;
        color: #4F7E9C;
    }


    .banner {
        height: 140px;
    }
    .banner-pagination .swiper-pagination-bullet-active{
        width: 20px;
    }

    .pc-box {
        display: none;
    }
}