
@media only screen and (max-width: 768px) {
    .overlay__div {
        width: 40rem !important;
        height: 25rem !important;
    }
    
    .overlay__div img{
        width: 40rem !important;
        height: 25rem !important;
    }
    
    .gotologin {
        display: none;
        right: 0rem;
        bottom: 6rem;
    }

    .gotologin-btn {
        display: none;
        width: 5rem;
        height: 5rem;
        background: #333;
        color: white;
        border-radius: 50%;
        text-align: center;
        line-height: 5rem;
        box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        font-size: 1.2rem;
        opacity: .5;
    }
    
    @media screen and (max-width: 768px) {
        .gotologin {
            display: block;
        }
        .gotologin-btn {
            display: block;
        }
        
        .modeil_kefu {
            display: block !important;
            width: 6rem;
            height: 3rem;
            border-radius: 12rem 0 0 12rem;
            background-color: #333;
            color: #fff;
            font-size: 1.2rem;
            line-height: 3rem;
            text-align: center;
            opacity: .5;
        }
    }
    
}
/* 首页样式表 */

/* 轮播图部分 */

.swiper {
    width: 120rem;
    height: 46rem;
    --swiper-theme-color: #ccc;
    --swiper-navigation-size: 3.2rem;
}

.swiper-slide img {
    width: 120rem;
    height: 46rem;
}

.swiper-slide a {
    display: block;
    width: 120rem;
    height: 46rem;
}

.swiper-button-prev {
    margin-left: 23.5rem;
}

.swiper-button-prev:hover{
    color: #ff6700;
}

.swiper-button-next:hover{
    color: #ff6700;
}

.swiper-pagination {
    position: absolute;
    right: 3rem !important;
    bottom: 2.5rem !important;
    left: auto !important;
    width: 100%;
    text-align: right !important;
}

.swiper-pagination-bullet {
    width: 0.6rem !important;
    height: 0.6rem !important;
    display: inline-block;
    margin: 0 0.4rem;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0.1rem;
    border: 0.2rem solid #fff;
    border-color: hsla(0, 0%, 100%, .3);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
}

/* 分页器按钮样式 */
.swiper-button-next {
    width: 4.1rem !important;
    height: 6.9rem !important;
    background: none;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    right: 0 !important;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev {
    width: 4.1rem !important;
    height: 6.9rem !important;
    background: none;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: -0.1rem !important;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2rem;
    color: #949494;
    /* font-weight: bold; */
    transition: color 0.3s ease;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #fff;
}

/* 侧边导航栏部分 */
.swiper-sidenav-box{
    position: relative;
    top: 0;
    left: 0;
}

.left-sidenav-box{
    width: 23.4rem;
    height: 46rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
    background:rgba(105, 101, 101, .6);
    padding-top: 2rem;
    box-sizing: border-box;
}

.right-sidenav-box a{
    font-size: 1.2rem;
}

.right-sidenav-box{
    position: absolute;
    width: 80rem;
    height: 46rem;
    top: 0;
    left: 23.4rem;
    display: none;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    border-top: 1px solid #ccc;
}

.right-sidenav-box li{
    width: 23.5rem;
    height: 7.6rem;
    line-height: 7.6rem;
    float: left;
    margin-left: 1.4rem;
}

.right-sidenav-box li a:hover{
    color: #ff6700;
}

.menu-li-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 23.4rem;
    height: 4.2rem;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 2rem 0 3rem;
}

.menu-li-a:hover{
    background-color: #ff6700;
}

.menu-li-a p {
    color: white;
    font-size: 1.4rem;
}

.left-sidenav-box span{
    display: block;
    height: 4.2rem;
    line-height: 4.2rem;
    color: #e0e0e0;
    font-weight: 700;
}

/* 图片 */
.right-sidenav-box img{
    width: 6rem;
    height: 7rem;
    vertical-align: middle;
    margin-right: 2rem;
}

/* 轮播图下面分块展示区 */
.home-hero-sub{
    height: 17rem;
    margin-top: 1.3rem !important;
    margin-bottom: 2.5rem !important;
}

.home-hero-right-sub{
    width: 23.4rem;
    height: 17rem;
    float: left;
    background-color: #5f5750;
}

.home-hero-right-sub ul li{
    width: 10.7rem;
    height: 8.2rem;
    text-align: center;
    padding: 2rem 1rem 0rem;
    box-sizing: border-box;
}

.home-hero-right-sub li:after{ 
    content:"";
    display:inline-block;
    position:absolute;
    top: 0.7rem;
    left: 11.6rem;
    width:0.1rem;
    height: 6.9rem;
    background-color:#665e57;
}

.home-hero-right-sub a:after{ 
    content:"";
    display:inline-block;
    position:absolute;
    top: 9.5rem;
    left: 11.6rem;
    width:0.1rem;
    height: 6.9rem;
    background-color:#665e57;
}

.home-hero-right-sub li:before{
    content:"";
    display:inline-block;
    position: absolute;
    width: 8rem;
    height: 0.1rem;
    top: 8.5rem;
    left: 13.5rem;
    background: #665e57;
}

.home-hero-right-sub a:before{ 
    content:"";
    display:inline-block;
    position: absolute;
    width: 8rem;
    height: 0.1rem;
    top: 8.5rem;
    left: 1.8rem;
    background: #665e57;
}


.home-hero-right-sub ul{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left:0.3rem;
}

.home-hero-right-sub ul li a{
    font-size: 1.2rem;
    display: block;
    color: #b3b3b3;
    transition: 0.2s;
}

.home-hero-a p{
    transition: all .2s linear;
}

.home-hero-a:hover p{
    color: #e0e0e0;
    transition: all .2s linear;
}

.home-hero-a .icon-shijian{
    transition: all .2s linear;
}

.home-hero-a .icon-tuangou{
    transition: all .2s linear;
}

.home-hero-a .icon-weixiufuwu{
    transition: all .2s linear;
}

.home-hero-a .icon-shouhoufuwu{
    transition: all .2s linear;
}

.home-hero-a:hover .icon-shijian{
    color: #e0e0e0;
    transition: all .2s linear;
}

.home-hero-a:hover .icon-tuangou{
    color: #e0e0e0;
    transition: all .2s linear;
}

.home-hero-a:hover .icon-weixiufuwu{
    color: #e0e0e0;
    transition: all .2s linear;
}

.home-hero-a:hover .icon-shouhoufuwu{
    color: #e0e0e0;
    transition: all .2s linear;
}

.home-hero-right-sub .icon-shijian,
.home-hero-right-sub .icon-tuangou,
.home-hero-right-sub .icon-weixiufuwu,
.home-hero-right-sub .icon-shouhoufuwu{
    font-size: 2.4rem;
    color: #b3b3b3;
}

.home-hero-right-sub p{
    margin-top: 0.6rem;
}

.home-hero-left-sub{
    width: 96.6rem;
    height: 17rem;
    float: right;
}

.home-hero-left-sub ul {
    width: 96.6rem;
    height: 17rem;
}

.home-hero-left-sub ul li{
    width: 30rem;
    height: 17rem;
    float: left;
    margin-left: 2.2rem;
}

.home-hero-left-sub ul li img{
    width: 30rem;
    height: 17rem;
}

.home-hero-left-sub ul li a{
    width: 30rem;
    height: 17rem;
    display: inline-block;
}

/* 主体部分 */

.page-main{
    width: 100%;
    height: auto;
    padding-top: 2.5rem;
    background-color: #f5f5f5;
}

.home-banner-box{
    height: 12rem;
}

.home-banner-box a{
    display: block;
    width: 120rem;
    height: 12rem;
}

.home-banner-box a img{
    width: 120rem;
    height: 12rem;
}

/* 288title */
.model-title{
    height: 5.8rem;
    margin-top: 2.5rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model-title p {
    font-size: 2rem;
    font-weight: 200;
    color: #333;
}

.model-title a{
    font-size: 1.6rem;
    color: #424242;
    transition: all .4s;
}

.model-title a:hover{
    color: #ff6700;
    transition: all .4s;
}

.model-title .icon-youjiantou{
    font-size: 2.4rem;
    color: white;
    transition: all .4s;
    /* vertical-align: bottom; */
}

.model-title span{
    width: 1.2rem;
    height: 1.2rem;
    background-color: #b0b0b0;
    border-radius: 1.2rem;
    margin-left: 0.8rem; 
    vertical-align: middle;
}

.onmouse:hover .icon-youjiantou{
    background-color: #ff6700;
    transition: all .4s;
}

.box288-title-right a{
    display: inline-block;
    vertical-align: middle;
    /* align-items: center; */
}

/* 288系列主体部分 */
.public-main{
    height: 61.4rem;
    /* margin-top: 1rem; */
    box-sizing: border-box;
}

/* 288系列主体部分-左部分 */
.main-left{
    float: left;
    width: 23.4rem;
    height: 61.4rem;
    /* background-color: skyblue; */
}

.main-left img{
    width: 23.4rem;
    height: 61.4rem;
}

/* 288系列主体部分-右部分 */
.box288-main-right{
    float: right;
    width: 96.6rem;
    height: 61.4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.box288-main-right img{
    width: 16rem;
    height: 16rem;
    margin-top: 2rem;
}

.box288-main-right-box1{
    width: 21.95rem;
    height: 29.6rem;
    background-color: white;
    margin-left: 2.2rem;
    text-align: center;
    box-sizing: border-box;
}

.box288-main-right-box1 a{
    display: inline-block;
    width: 21.95rem;
    height: 29.6rem;
    box-sizing: border-box;
}

.box288-main-right-box1 p{
    width: 21.4rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.box288-main-right-box1 .p01{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
}

.box288-main-right-box1:nth-child(5),
.box288-main-right-box1:nth-child(6),
.box288-main-right-box1:nth-child(7),
.box288-main-right-box1:nth-child(8){
    margin-top: 2.1rem;
}

/* 单行文本溢出隐藏 */
.box288-main-right-box1 .p02{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /* margin: 0 1rem; */
    padding: 0 0.8rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #b0b0b0;
}

.box288-main-right-box1 .p03{
    margin-top: 1rem;
    color: #ff6700;
    font-size: 1.2rem !important;
}

/* 鼠标移上去3D动画 */
.hover-3d,.home-hero-li{
    transition: all 0.2s linear;
}

.hover-3d:hover{
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .1);
    transform: translate3d(0,-0.2rem,0);
}

.home-hero-li:hover{
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .1);
    transform: translate3d(0,-0.2rem,0);
}


/* 1200系列title部分 */
.box1200-title{
    height: 5.8rem;
    margin-top: 2.5rem;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box1200-title p {
    font-size: 2rem;
    font-weight: 200;
    color: #333;
}

/* 1200系列主体部分 */
.box1200-main{
    position: relative;
}
/* 左部分 */

/* 右部分浏览更多 */
.browse{
    width: 21.95rem;
    height: 29.6rem;
    /* background-color: pink; */
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 上盒子 */
.browse-top{
    width: 21.95rem;
    height: 14.3rem;
    display: block;
    z-index: 1000;
    background-color: white;
    margin-bottom: 1rem;
}

.browse-top-box1{
    float: left;
    width: 12.95rem;
    height: 14.3rem;
    /* background-color: aqua; */
    padding: 4.5rem 2rem 0;
    box-sizing: border-box;
}

.browse-top-title{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
}

.browse-top-price{
    margin-top: 0.9rem;
    color: #ff6700;
    font-size: 1.2rem;
}

.browse-top-box2{
    float: right;
    width: 9rem;
    height: 14.3rem;
    padding-top: 3.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

.browse-top-box2 img{
    float: right;
    width: 8rem;
    height: 8rem;
}

/* 下盒子 */
.browse-bottom{
    background-color: white;
    width: 21.95rem;
    height: 14.3rem;
}

.browse-bottom a{
    display: block;
    width: 21.95rem;
    height: 14.3rem;
}

.browse-bottom-box1{
    width: 12.95rem;
    height: 14.3rem;
    float: left;
    font-size: 1.8rem;
    color: #333;
    box-sizing: border-box;
    line-height: 14.3rem;
    padding-left: 2rem;
}

.browse-bottom-box2{
    float: right;
    width: 9rem;
    height: 14.3rem;
    box-sizing: border-box;
}

.browse-bottom-box2 .icon-youjiantou2{
    font-size: 4.8rem;
    color: #ff6700;
    padding-left: 2rem;
    line-height: 14.3rem;
}

/* 200SP主体部分 */

.box200SP-main{
    height: 61.4rem;
    /* background-color: pink; */
    position: relative;
}

.box200SP-main-center-box1{
    float: left;
    width: 96.6rem;
    height: 61.4rem;
    /* background-color: burlywood; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.box200SP-main-center-box1 img{
    width: 16rem;
    height: 16rem;
    margin-top: 2rem;
}

.box200SP-main-center-box1{
    width: 21.95rem;
    height: 29.6rem;
    background-color: white;
    /* margin-left: 2.2rem; */
    text-align: center;
    box-sizing: border-box;
}

.box200SP-main-center-box1 a{
    display: inline-block;
    width: 21.95rem;
    height: 29.6rem;
    box-sizing: border-box;
}

.box200SP-main-center-box1 p{
    width: 21.4rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.box200SP-main-center-box1 .p01{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
}

.box200SP-main-center-box1:nth-child(6),
.box200SP-main-center-box1:nth-child(7),
.box200SP-main-center-box1:nth-child(8),
.box200SP-main-center-box1:nth-child(9){
    margin-top: 2.2rem;
}

.box200SP-main-center-box1:nth-child(1),
.box200SP-main-center-box1:nth-child(6){
    width: 23.4rem;
}

.box200SP-main-center-box1 a:nth-of-type(1),
.box200SP-main-center-box1 a:nth-of-type(6){
    display: inline-block;
    width: 23.4rem;
    box-sizing: border-box;
}

.box200SP-main-center-box1:nth-child(2),
.box200SP-main-center-box1:nth-child(3),
.box200SP-main-center-box1:nth-child(4),
.box200SP-main-center-box1:nth-child(5),
.box200SP-main-center-box1:nth-child(7),
.box200SP-main-center-box1:nth-child(8),
.box200SP-main-center-box1:nth-child(9){
    margin-left: 2.2rem;
}

/* 单行文本溢出隐藏 */
.box200SP-main-center-box1 .p02{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /* margin: 0 1rem; */
    padding: 0 0.8rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #b0b0b0;
}

.box200SP-main-center-box1 .p03{
    margin-top: 1rem;
    color: #ff6700;
}

/* 主页下banner */
.home-banner-right-box{
    height: 16.5rem;
    margin-top: 4rem;
    /* margin-bottom: 3rem; */
}

.home-banner-right-box a{
    display: block;
    width: 120rem;
    height: 12rem;
}

.home-banner-right-box a img{
    width: 120rem;
    height: 12rem;
}

.blockInfo{
    overflow: hidden;
    width: 7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b0b0b0;
}

/* 遮罩层 */

/* 半透明 */
.overlay__con,.overlay__kefu__con {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.overlay__div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    height: 34.3rem;
}

.overlay__div img{
    width: 60rem;
    height: 34.3rem;
}

.overlay__kefu__div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    height: 20rem;
}

.overlay__kefu__div img {
    width: 20rem;
    height: 20rem;
}

.xiazai{
    width: 4.5rem !important;
    height: 4.5rem !important;
}

.gotologin {
    display: none;
    position: fixed;
    right: 8px;
    bottom: 80px;
    z-index: 1000;
}

.modeil_kefu {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 25rem;
    z-index: 1000;
}

