@import "common/lt.css";
*{ font-size:16px;}

li{
    list-style: none;
}
.carousel-centered {
    left: 15%;
}

.color-white {
    margin-top: 40px;
}

.product {
    background: #fff url('../img/1920x1080/bg-product2.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.content-title {
    text-align: center;
    margin-bottom: 20px;
}

.content-ltitle {
    text-align: center;
    color: #808080;
    margin-bottom: 60px;
}
.content-ltitle-white{
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}

.phone-icon {
    margin-top: -2px;
    margin-right: 4px;
}

.probottom {
    position: absolute;
    top: 62px;
}

.proimg {
    width: 80%;
    height: auto;
    margin-left: 65px;
}

.procontent {
    margin-top: 140px;
    text-align: center;
}

/*查看更多*/
.custom-btnbox {
    width: 180px;
    margin: 60px auto 0 auto;
}

.custom-btn {
    width: 180px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.3), 5px 5px 10px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0 rgba(0, 0, 0, 0.1);
    outline: none;
    position: relative;
    margin: 0 auto;
}

/* 3 */
.btn-3 {
    background: rgb(37, 156, 225);
    background: linear-gradient(0deg, rgba(0, 204, 255, 1) 0%, rgba(20, 113, 255, 1) 100%);
    width: 180px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: rgba(37, 156, 225, 1);
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: rgba(37, 156, 225, 1);
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(37, 156, 225, 1);
    transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}
/* 3-1 */
.btn-3-1 {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 204, 255, 1) 0%, rgba(20, 113, 255, 1) 100%);
    width: 180px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn-3-1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.btn-3-1:before,
.btn-3-1:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}
.btn-3-1:before {
    height: 0%;
    width: 2px;
}
.btn-3-1:after {
    width: 0%;
    height: 2px;
}
.btn-3-1:hover {
    background: transparent;
    box-shadow: none;
}
.btn-3-1:hover:before {
    height: 100%;
}
.btn-3-1:hover:after {
    width: 100%;
}
.btn-3-1 span:hover {
    color: rgba(255, 255, 255, 1);
}
.btn-3-1 span:before,
.btn-3-1 span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}
.btn-3-1 span:before {
    width: 2px;
    height: 0%;
}
.btn-3-1 span:after {
    width: 0%;
    height: 2px;
}
.btn-3-1 span:hover:before {
    height: 100%;
}
.btn-3-1 span:hover:after {
    width: 100%;
}

.page-on-scroll .phone-icon {
    content: url("../img/widgets/phone2.png");
}
.collapse.in .phone-icon{
    content: url("../img/widgets/phone2.png");
}

/*解决方案*/
.solutionbox{
    background: #fff url("../img/1920x1080/bg-solution.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    margin-right: 100px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    /* background-color: rgba(255,255,255,1); */
    opacity: 1;
}
.solution-img{
    width: 410px;
    height: 310px;
    margin-bottom: 10px;
}
.solution-p{
    width: 80%;
    height: 40px;
    margin: 20px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-button-prev{
    background-image: url(../img/widgets/btn-prev.png) !important;
    background-size: 100% 100% !important;
    width: 50px !important;
    height: 50px !important;
    left: 0 !important;
}
.swiper-button-next{
    background-image: url(../img/widgets/btn-next.png) !important;
    background-size: 100% 100%!important;
    width: 50px !important;
    height: 50px !important;
    right: 0 !important;
}
/*行业案例*/
.casebox{
    background: #fff url("../img/1920x1080/bg-case.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    /* position: relative; */
    height: 1010px;
}
.caserowbox{
    position: relative;
}
.title-line{
    position: absolute;
    top: 220px;
    left: 634px;
}
.case-title{
    position: absolute;
    top: 248px;
    left: 514px;
}
.case-title-bg{
    background: rgba(255, 255, 255, 0) url(../img/1920x1080/bg-case-yuan.png) 0 0 no-repeat;
    background-size: 780px 650px;
    width: 780px;
    height: 650px;
    margin: 0 auto;
}
.case-content{
    position: absolute;
    top: 360px;
    left: 670px;
    width: 470px;
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    color: #515769;
}
.case-btn{
    width: 220px;
    height: 220px;
    cursor: pointer;
}
.cb1{
    position: absolute;
    top: 106px;
    left: 174px;
    background-image: url(../img/clients/case-icon6-1.png);
}
.cb2{
    position: absolute;
    top: 300px;
    left: 1370px;
    background-image: url(../img/clients/case-icon2-1.png);
}
.cb3{
    position: absolute;
    top: 500px;
    left: 1170px;
    background-image: url(../img/clients/case-icon3-1.png);
}
.cb4{
    position: absolute;
    top: 325px;
    left: 300px;
    background-image: url(../img/clients/case-icon4-1.png);
}
.cb5{
    position: absolute;
    top: 548px;
    left: 540px;
    background-image: url(../img/clients/case-icon5-1.png);
}
.cb6{
    position: absolute;
    top: 50px;
    left: 190px;
    background-image: url(../img/clients/case-icon7-1.png);
}
.cb7{
    position: absolute;
    top: 70px;
    left: 1510px;
    background-image: url(../img/clients/case-icon8-1.png);
}
.cb8{
    position: absolute;
    top: 630px;
    left: 890px;
    background-image: url(../img/clients/case-icon9-1.png);
}
.cb1:hover{
    background-image: url(../img/clients/case-icon6-2.png);
}
.cb2:hover{
    background-image: url(../img/clients/case-icon2-2.png);
}
.cb3:hover{
    background-image: url(../img/clients/case-icon3-2.png);
}
.cb4:hover{
    background-image: url(../img/clients/case-icon4-2.png);
}
.cb5:hover{
    background-image: url(../img/clients/case-icon5-2.png);
}
.cb6:hover{
    background-image: url(../img/clients/case-icon7-2.png);
}
.cb7:hover{
    background-image: url(../img/clients/case-icon8-2..png);
}
.cb8:hover{
    background-image: url(../img/clients/case-icon9-2.png);
}
.cbaddr{
    margin-top: 138px;
}
.btn-16:after {
    position: absolute;
    content: '';
    width: 0;
    height: 90%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
    transition: all 0.3s ease-in;
    border-radius: 220px;
}
.btn-16:hover:after {
    left: auto;
    right: 5%;
    width: 90%;
    border-radius: 220px;
}
.btn-16:active {
    /*top: 2px;*/
    transform: translateY(-2px);
}
/*新闻中心*/
.ml-180{
    margin-left: 180px;
}
.mr-180{
    margin-right: 100px;
}
.mt-20{
    margin-top: 20px;
}
.mt-160{
    margin-top: 110px;
}
.newsbox{
    background: #fff url("../img/1920x1080/solutionimg1.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 1010px;
}

/* newscard */
.newscard{
    background-color: #fff;
    padding: 20px 30px 20px 30px;
    height: 120px;
    margin-bottom: 20px;
}
.newscard:before,.newscard:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #259ce1;
    transition: all 0.3s ease-in;
}
.newscard:before {
    width: 2px;
    height: 0%;
}
.newscard:after {
    width: 0;
    height: 2px;
}
.newscard:hover {
    box-shadow: none;
}
.newscard:hover:before {
    height: 100%;
}
.newscard:hover:after {
    width: 100%;
}
.newscard:hover p{
    color: black;
}
/*3 end*/
.newscard h5{
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:16px;
}
.news-btn{
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
/* 12 */
.btn-12 {
    position: absolute;
    bottom: 30px;
    right: 24px;
    border: none;
    box-shadow: none;
    width: 70px;
    height: 30px;
    line-height: 32px;
    -webkit-perspective: 230px;
    perspective: 230px;
    padding: 4px 6px;
}
.btn-12 span {
    color: #fff;
    font-size: 12px;
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    display: block;
    position: absolute;
    width: 70px;
    height: 30px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.1),
    3px 3px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-12 span:nth-child(1) {
    box-shadow: -5px -5px 10px 0px #fff9, -4px -4px 5px 0px #fff9, 5px 5px 10px 0px #0002,
    3px 3px 4px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -16px;
    -moz-transform-origin: 50% 50% -16px;
    transform-origin: 50% 50% -16px;
}
.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -16px;
    -moz-transform-origin: 50% 50% -16px;
    transform-origin: 50% 50% -16px;
}
.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.1),
    3px 3px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.1),
    3px 3px 4px 0px rgba(0, 0, 0, 0.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
/*12 end*/
.newsaddr{
    margin-top: 160px;
}
/*服务支持*/
.servicebox{
    background: #fff url("../img/1920x1080/bg-service.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 400px;
}
.service-content{
    text-align: center;
    margin-top: 70px;
}
.service-content img{
    width: 400px;
    height: 2px;
}
.service-title{
    color: #259ce1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.service-text{
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin-top: 20px;
}
.service-btn{
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    z-index: 99999;
    margin-top: 25px;
}
/*学院课程学习*/
.school-studybox{
    background: #fff url("../img/clients/school-studybg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 400px;
    margin-top: 40px;
}
.study-content{
    text-align: center;
    margin-top: 120px;
}
.study-content img{
    width: 400px;
    height: 2px;
}
.study-title{
    color: #259ce1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.study-text{
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin-top: 20px;
}
.study-btn{
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    z-index: 99999;
    margin-top: 25px;
}
/* 9 */
.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn-9:after {
    position: absolute;
    content: ' ';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #80d0ff;
    background-image: linear-gradient(315deg, #80d0ff 0%, #259ce1 74%);
    transition: all 0.3s ease;
}
.btn-9:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.1), -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.1), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
    color: #fff;
}
.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.1), -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.1), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

/*底部*/
.service-footer {
    height: 320px;
    background-color: #252735;
    /*padding-top: 30px;*/
    padding: 30px 6% 0;
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    overflow: auto;
}

.service-footer li {
    list-style: none;
    color: #e5e5e5;
    font-size: 14px;
}
.service-footer ul li:first-child{
    margin-bottom: 16px;
}
.service-footer ul li:first-child a {
    font-weight:bold;
    font-size: 16px;
}

.service-footer ul a {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 26px;
}

.service-footer ul a:any-link {
    color: #e5e5e5;
}

.service-footer ul a:hover {
    color: #259ce1;
}

.service-footer-QRCode .info {
    width: 180px;
    height: 50px;
    background: url("../img/logo-dark.png") no-repeat center center/cover;
}

.service-footer-QRCode .QRCode {
    width: 120px;
    height: 120px;
    margin-top: 16px;
    margin-left: 34px;
    background: url("../img/code.jpg") no-repeat center center/cover;
}

.service-footer-contactUs .tell {
    font-size: 16px;
    font-weight: bold;
}

.foot-phone{
    font-size: 20px;
    color: #e5e5e5;
}

.service-footer-contactUs .tell img {
    vertical-align: -4px;
    margin-right: 4px;
}

.service-footer-contactUs li {
    font-size: 14px;
    margin-top: 3px;
}
.service-footer-contactUs li:first-child {
    margin-top: 0;
}
.service-footer-beian {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 49px;
    text-align: center;
    color: #e5e5e5;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
}
.my-Container {
    max-width: 1440px;
    margin: 0 auto;
}
.header-liActive{
    color: #259ce1 !important;
}
@media screen and (max-width: 796px) {
    .service-footer-product, .service-footer-scheme, .service-footer-case,
    .service-footer-support, .service-footer-news,.service-footer-aboutUs,
    .service-footer-joinUs,.service-footer-contactUs {
        display: none;
    }
    .solution-p{
        width:20%
    }
    #case{
        display: none;
    }
    .smCase{
        display: block !important;
    }
    .newsbox{
        height: 1100px;
    }
    .newscard{
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .newList1{
        padding-left: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .servicebox{
        height: 436px;
    }
    .kefu img{
        width: 60px;
        height: 60px;
    }
    .main{
        width: 100%;
        transform: translateY(-40%);
    }
    .main:hover {
        width: 100%;
    }
    .newsList{
        margin-top: 20px;
    }
    .solution-content{
        width: 100% !important;
        padding-right: 12px;
    }
    .swiper-slide{
        visibility: hidden;
    }
    .swiper-slide-active{
        width: 100% !important;
        height:100% !important;
        visibility: visible;
        transform: translateX(-25%) !important;
    }
    .solution-img{
        width: 100%;
    }
    .swiper-container{
        height:600px !important;
    }
    .service-footer-beian {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 66px;
        line-height: 20px;
        text-align: center;
        color: #e5e5e5;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 12px;
        padding:0 8%;
        word-break:keep-all;
    }
}
.service-phone{
    margin-left: 25px;
    line-height: 24px;
}
.foot-addr-icon{
    margin-top: -4px;
    margin-right: 4px;
}
.addr{
    line-height: 24px;
    margin-top: 4px;
}
.smCase{
    display: none;
    background-color: #f0f0f2;
    padding-top: 100px;
    padding-bottom:100px;
}
.smCase-title img{
    width: 100%;
    height: 70px;
}
.smCase-content{
    padding: 0 15px;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 40px;
}
.item-cont ul{
    padding-right:15px;
}
.my-slider a.my-a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.dreamer-pagination{
    font-size: 14px;
    max-width: 1200px;
    margin: 20px auto;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.dreamer-ul{
}
.dreamer-ul,.dreamer-ul li{
    list-style: none;
}
.dreamer-ul li{
    min-width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    margin: 0 3px;
    padding: 0 10px;
}
.dreamer-ul li .page-list{
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0 10px;
}
.dreamer-ul .active{
    background: #2892d0;
    color: #ffffff;
}
.dreamer-ul .active a{
    color: #ffffff;
}
.nav-item:last-child:hover a{
    color: #fff !important;
}
.page-on-scroll .nav-item:last-child:hover a{
    color: #515769 !important;
}
.tabPane-info p,
.service-aboutUs p{
    font-size:16px;
}
.articleCon img{
    max-width:1000px;
}
.articleCon.articleCon *{
    text-indent: 2em !important;
    color:#515769 !important;
    font-size:16px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.nav-item .nav-item-child{font-size:18px !important;}
.product-img .product-imgCont{max-width:600px;height:368px;}
.header .navbar{border-bottom: none !important;}
<!--@media screen and (min-width: 1260px) and (max-width: 1680px){
    .masonry-grid-item{
        width: 26%;
    }
    .protectCs{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .container{
        width: 1560px;
    }
    .cb4{top:325px;left:250px;}
    .cb5{left:426px;top:570px}
}-->
<!--@media screen and (min-width: 1601) and (max-width: 1780){
    .container{
        width: 1600px;
    }
}-->
<!--@media screen and (min-width: 797) and (max-width: 1199){
    .masonry-grid-item{
        width: 26%;
    }
    .protectCs{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .masonry-grid-item:nth-child(1){
        left: 5% !important;
    }
    .masonry-grid-item:nth-child(2){
        left: 36% !important;
    }
    .container{
        width: 970px;
    }
    .cb4{top:325px;left:250px;}
    .cb5{left:426px;top:570px}
}-->



/* 整体缩放 */
@media screen and (min-width:1680px) and (max-width:1900px) {html{zoom:90% !important;}}
@media screen and (min-width:1440px) and (max-width:1679px) {html{zoom:78% !important;}}
@media screen and (min-width:1366px) and (max-width:1439px) {html{zoom:72% !important;}}
@media screen and (min-width:1280px) and (max-width:1365px) {html{zoom:69% !important;}}
@media screen and (min-width:1024px) and (max-width:1279px) {html{zoom:55% !important;}}
@media screen and (min-width:797px) and (max-width:1023px) {html{zoom:50% !important;}}

/*自适应*/
<!--.carousel-img{-->
    <!--    display:none;-->
    <!--}-->
@media screen and (min-width: 768px) and  (max-width:992px){
    .container{
        width:1380px !important
    }
}
@media screen and (max-width: 768px) {
    .carousel-inner video,.prucuct-bgbox{
        display:none;
    }
    .carousel-img{
        display:block;
        background: rgba(0,0,0,0.3) url(/resources//uploads/20231110/1699585899953085280.jpg) center no-repeat;
        background-size:auto 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .product-img .product-imgCont{
        width:100%;
        height:auto;
    }
    .dreamer-pagination ul{
        padding:0px;
        display: flex;
        justify-content: center;
    }
    .dreamer-ul li{
        min-width:20px;
        margin:0 5px;
        padding:0 5px;
    }
    .dreamer-pagination{
        justify-content:center;
    }
    .dreamer-ul li a{
        font-size:14px;
    }
    .item-cont ul{
        padding-right:30px;
    }
    .probottom{
        width:94%;
        left:3%;
    }
    .my-Container{
        width:auto !important;
    }
    .content-title img{
        width:60% !important;
    }
    .smCase-title{
        text-align:center;
    }
    .smCase-title img{
        width:80%;
        height:auto;
        margin:0 auto;
    }
    .content-lg{
        padding-top:60px !important;
        padding-bottom:60px !important;
    }
    .dreamer-pagination{
        max-width:100% !important;
        width:100% !important;
    }
    .procontent{
        margin-top:70px;
    }
}

/*登录*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

#myAlert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width:400px;
    height: 200px;
    padding: 20px 20px;
    z-index: 1001;
    display: none;
    border-radius: 10px;
}
.alert-img{
    width: 60px;
    display: block;
    margin: 20px auto;
}
.alert-content{
    font-size: 20px;
    text-align: center;
    color: #0b0b0b;
}
.alert-close{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    background-color: #e5e5e5;
    color: #808080;
}
/*用户信息*/
#userMassage{
    padding: 24px 0 0 10px;
}
#userAvatar{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.usercontent{
    position: absolute;
    top: 56px;
    right: 0px;
    overflow: hidden;
    width: 220px;
    padding: 10px;
    border-radius: 12px;
    z-index: 100001;
    box-shadow: 0 0 20px 0 rgba(136,136,136,0.15);
    margin-top: 20px;
    background-color: #fff;
    cursor: auto;
}
.user-massage{
    width: 100%;
    height: 50px;
    margin: auto;
}
.userimage{
    width: 48px;
    height: 48px;
    position: relative;
    float: left;
}
.userimage img{
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.username{
    width: calc(100% - 56px);
    height: 48px;
    margin-left: 8px;
    float: left;
    line-height: 48px;
}
.userlist{
    width: 100%;
    margin-top: 20px;
}
.userlist .userout{
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    color: #4a4a4a !important;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.userlist .userout:hover{
    background-color: rgba(150,150,150,0.1);
}
.userlist .userout span{
    color: #4a4a4a !important;
    margin-top: 5px;
}
.list-icon{
    width: 16px;
    margin-right: 6px;
}




















