*, *:after, *:before {
    box-sizing: border-box
}

@font-face {
    font-family: "NotoSans";
    src: url('./fonts/NotoSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lantinghei";
    src: url('./fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: "Montserrat";
    src: url('./fonts/Montserrat-Regular.otf');
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    color: #919191;
    background-color: #f3f4f7;
    /* min-width: 720px; */
}

img {
    object-fit: cover;
}


body, img, ul, ol, li, dl, dt, dd, form, p, div, span, a, em, i, b, input, button, h1, h2, h3, h4, h5, h6, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: 0;
}

/* @media screen and (min-width: 500px) and (max-width: 960px) {
	html, body {background-color: red;z-index: 10000;}
} */

[hidden], .hide {
    display: none
}

/* .clearfix:after {底部有了它换行有问题
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
} */

.clearfix {
    *zoom: 1;
}

.fcopy_desc {
    display: flex;
    width: 100%;
}

/* 
.fl {
	float: left;
}

.fr {
	float: right;
} */
.flex{
    display:flex
}

/*                                 杨 csss                        */
  
.currentbox {
    width: 100%;
    height: 100px;
    display: flex;
    background-color: #efefef;
    justify-content:center;
   
}
.currents {
    width:auto;
    height:100px;
    line-height:100px;
    text-align: center;
    font-size:14px;
    padding-left: 30px;
    color:#333;
    padding-right: 30px;
    cursor:pointer

}
    
    .currentsactive{
        background-color: #ff4614;
        color: #fff;
    }
.swiperbox {
    margin 0 auto;
    /*height: 500px;*/
    /*border: 1px solid #ea552f;*/
    background-color: #f5f5f5;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.swiperbox_flex{
    display:flex
}
.current_ConentText {
    line-height: 40px;
}
.swiper_leftbutn {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 78px;
    background-color: #000;
    transform: translate(0,-50%);
    background-image: url("../img/swiper_white_prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    z-index:10;
}
.profile_box{
    height:800px;
}
    .profile_box h3 {
        font-size: 0.36rem;
        color: #ff4614;
        text-align: center;
        padding-top: 0.50rem;
        font-weight: normal;
    }
.fadeInUp_boxright{
    padding:40px;
    background-color:#FFF;
}
.fadeInUp_position {
    font-size: 14px;
    color: #ea7e4b;
    height:54px;
    line-height:54px;
}
.fadeInUp_content{
    line-height:0.32rem;
    color:#333;
    font-size:0.12rem;
}
.fadeInUp_Title {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
}

.current_Conent {
    height: 400px;
    display: flex;
    align-items: center;
}
.swiper_rightbutn {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 78px;
    background-color: #000;
    transform: translate(0,-50%);
    background-image: url("../img/swiper_white_next.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    z-index:100;
}
.swiper_imgbox {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.swiper_Rightbox{
      width:50%;
      display:flex;
      justify-content:center;
      align-items:center;
}
.swiper_img {
    width: 100%;
    height: 100%;
}
.titleYear {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #ff4614;
    font-size: 26px;
    color: #ff4614;
    font-weight: 600;
}
.swiperConecet{
    margin-top:12px;
    line-height:0.4rem;
    font-size:12px;
    color:#333;
}
.rightboxwidths {
    width: 80%;
}
.mapbg_img {
    /*background-image: url(../img/mapbg.png);
    background-repeat: no-repeat;
    background-size: 100%;*/
    position:absolute;
    width:100%;
    height:auto;
    transform:translate(0,-50%);
    top:50%;
    
}
    .mapbg_img img {
        width：100%;
        height:100%;
    }
.circular {
    width: 14px;
    height: 14px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    position: absolute;
    z-index: 1;
    border: 2px solid #ff4614;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.circular_center {
    width: 8px;
    height: 8px;
    background-color: #ff4614;
    border-radius: 50%;
}
.circular.active {
    position:absolute;
    bottom:0px;
    width: 34px;
    border-radius: 0%;
    border: none;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/bgActive.png);
}
.circular_box {
    position:absolute;
    width: 34px;
    height: 50px;
    display:flex;
    align-items:center;
}
.circular_modelbox {
    position: absolute;
    width: auto;
    min-width:2rem;
    height: auto;
    border: 2px solid #ff4614;
    padding: 0.1rem;
    background-color: rgba(252,252,252,0.98);
    text-align: left;
    font-size: 14px;
    color: #333;
    z-index:20;
}

.circula_content {
    margin-top: 3px;
    white-space: pre;
}
.circular_modelbox_vis {
    display: block;
    visibility: hidden
}
.circular_modelbox_none {
    display: none;
}
    .circular_Title {
        font-size: 16px;
        color: #ff4614;
        white-space:pre
    }
/*                                       杨css结束                                                */
.max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.mainConter {
    width: 100%;
    max-width: 1400px;
    /* border: 1px solid red; */
    margin: 72px auto;
}

.mainConters {
    width: 100%;
    background-color: black;
    height: 5rem;
    margin: 0 auto;
    align-items: center;
    background-image: url(../img/about_desc_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.mainContersTitle {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    /* background-color: rgb(232, 86, 56); */
    display: flex;
    align-items: center;
}

.maincontertitles {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    align-items: center;
}

    .maincontertitles :nth-child(1) {
        font-size: 0.3rem;
        color: #ffffff;
    }

    .maincontertitles :nth-child(2) {
        font-size: 0.2rem;
        color: #fafafa;
    }

    .maincontertitles :nth-child(3) {
        width: 1.3rem;
        height: 0.5rem;
        background-color: rgb(232, 86, 56);
        color: #fafafa;
        font-size: 0.2rem;
        text-align: center;
        line-height: 0.5rem;
        cursor: pointer;
    }

.maincontername {
    width: 30%;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 25px;
}

/* .maincontertitlesTow .maincontername {
	background-color: rgba(255, 255, 255, .2);
} */

.mainConterBox {
    width: 60%;
    /* height: 2rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .mainConterBox :nth-child(1) {
        font-size: 0.3rem;
        color: #ffffff;
    }

    .mainConterBox :nth-child(2) {
        text-align: justify;
        text-align-last: center;
        font-size: 0.2rem;
        color: #ffffff;
        margin-top: 25px;
        display: block;
    }

.mainContersImg {
    height: 7.6rem;
    background-image: url(../img/about_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mainContersImgTow {
    background-image: url(../img/media_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.maincontertitlesTherr {
    background-image: url(../img/service_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mainContersImgTows {
    background-image: url(../img/solution_banner.jpg);
}

.maincontertitlesTow {
    justify-content: flex-end;
}

a {
    background-color: transparent;
    text-decoration: none;
    transition: all .1s linear;
}

/*header*/

.bais_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    /* min-width: 1266px; */
    /* height: 94px; */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.3s;
    box-shadow: 0px 0 150px -10px #000;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hideBox ul {
    height: 10.5rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    /* justify-content: space-evenly; */
    margin: 0 auto;
    padding: 0 25px;
}

    .hideBox ul::-webkit-scrollbar {
        display: none;
    }

    .hideBox ul li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        /* height: 30vw; */
        /* line-height: 30vw; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 2;
        flex-wrap: wrap;
        /* padding: 0 12px; */
    }

.hideBoxColor {
    color: #fff;
    width: 92%;
    height: 1.5rem;
    display: flex;
    align-items: center;
}

.imghideDl {
    display: none;
    margin-left: 15px;
    margin-top: -18px;
}

    .imghideDl dd {
        height: 35px;
        display: flex;
        align-items: center;
    }

        .imghideDl dd a {
            color: #fff;
            font-size: 15px;
            font-weight: 0;
        }

.hideBox ul li:hover {
    background-color: rgba(255, 255, 255, .1);
    border: 0;
    /* padding: 2px 0; */
}

.hideBox ul li a:hover {
    color: #ea552f;
}

.hideBox ul li img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.headerNav {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hideBox {
    width: 100%;
    max-width: 1400px;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.activeBox {
    display: none;
}

.bais_header.active, .bais_header.active-bg, .bais_header.nobanner-bg {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: none;
}

.bais_logo {
    width: 14%;
    float: left;
    /* margin-top: 30px; */
    /* margin-left: 39px; */
}

    .bais_logo img {
        width: 165px;
        height: 37px;
    }

.bais_header .bais_right {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bais_header .bais_menu {
    width: 80%;
}

.bais_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cars_login .navImggnduo {
    width: 21px;
    height: 21px;
    display: none;
    cursor: pointer;
}

.bais_header .bais_menu .dropdown-toggle {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 94px;
}

.bais_menu a.dropdown-toggle:hover {
    color: #ea552f;
}

.bais_menu .active .dropdown-toggle {
    color: #ea552f;
}

#activeColor .hideBoxColor {
    color: #ea552f;
}

.activeColor {
    color: #ea552f;
}

.imghidebox {
    width: 8%;
    height: 0.8rem;
    background-image: url(../img/rigthimg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin-right: -10px;
}

    .imghidebox.act {
        width: 3%;
        height: 0.7rem;
        background-image: url(../img/bottomimg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        margin-right: -2px;
    }


.bais_menu .dropdown-toggle::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #ea552f;
    transition: all .28s ease-out 0s;
}

.bais_menu .dropdown-toggle:hover:after, .bais_menu .dropdown-toggle.hover:after, .bais_menu li.active .dropdown-toggle:after {
    width: 100%;
    left: 0;
}

.bais_header .bais_menu .dropdown-menu {
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 0;
    position: absolute;
    /* left: 26px; */
    top: 124px;
    z-index: 99;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .bais_header .bais_menu .dropdown-menu dd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        padding: 0 15px;
    }

        .bais_header .bais_menu .dropdown-menu dd img {
            width: 20px;
            height: 20px;
            transition: all .5s;
        }

.childnavImg {
    transform: rotate(90deg);
    transition: all .5s;
}

.bais_header .bais_menu .dropdown-menu dd .childnav {
    position: absolute;
    top: 0;
    width: 50%;
    right: -150px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .5s
}

.bais_header .bais_menu .dropdown-menu dd .active {
    opacity: 1;
    visibility: visible;
}

.bais_header .bais_menu .dropdown-menu dd .childnav ul {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #FFFFFF;
}

    .bais_header .bais_menu .dropdown-menu dd .childnav ul li {
        padding: 8px 0;
        cursor: pointer;
    }

.bais_header .bais_menu .dropdown-menu dd a {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px 0;
    position: relative;
}

.bais_header .bais_menu li:last-child .dropdown-menu {
    left: auto;
    /*right: 26px;*/
}

.bais_header .bais_menu .dropdown .dropdown-menu.active {
    top: 94px;
    opacity: 1;
    visibility: visible;
}

.shop_new a {
}

.shop_new img {
    position: absolute;
    top: 20px;
    left: -22px;
    height: 30px;
    width: 30px;
}

.cars_login {
    width: 25%;
    margin-left: 6%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cars_login2 {
    width: 5%;
}

.cars_login a {
    /* display: none; */
    height: 93px;
    padding-top: 32px;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

    .cars_login a img {
        height: 40%;
    }

#clickIms a img {
    width: 22px;
    height: 22px;
    object-fit: unset
}

.cars_login a .shoppingNum {
    position: absolute;
    top: 30%;
    right: -10px;
    background: red;
    border-radius: 10px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.bais_main {
    position: relative;
    z-index: auto;
    overflow: visible;
    min-width: 1024px;
    /*padding-top: 95px;*/
}

.ollBais_main {
    background-color: #FFFFFF;
}

.bais_Ims {
    width: 100%;
    height: 200px;
    border-bottom: 32px solid #f3f4f7;
}

.bais_Imshover {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 168px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cars_login_box {
    display: none;
}

/* @media (max-width:800px){
	.cars_login{
		width: 50%;
	}
} */

.hoverImgOne {
    visibility: visible;
}

.hoverImgTow {
    /*display: none;*/
    /*position: absolute;*/
    transform: scale(1.2);
}

.hoverImg {
    /* width: 25%;*/
    height: 168px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer
}

/*.hoverImg:hover .hoverImgTow {
	display: block;
}

.hoverImg:hover .hoverImgOne {
	visibility: hidden;
}*/

.hoverImgOne:hover {
    /* visibility: hidden; */
    transform: scale(1.2);
}

*/ .hoverImg img {
    width: 100px;
    height: 100px;
    transition: all 0.4s ease;
}

.hoverImg span {
    font-size: .3rem;
    color: #4c4c4c;
    /*    margin-left: 27px;*/
    z-index: 1;
}

.hoverImg .hoverImgspanhover {
    color: #dd441c;
}

}

.bais_conterBox {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

tr:hover td {
    background: none;
}

.bais_conterBox {
    display: flex;
    justify-content: center;
}

.bais_conterBoxTitle {
    width: 100%;
    max-width: 1400px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 20px 0;
}

.bais_conterImgs {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    flex-direction: row;
}

.table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.hoverBoxImg {
    border: 1px solid #e0e0e0;
    height: 1.5rem;
    line-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 -1px -1px;
}

    .hoverBoxImg:hover .tableImg {
        transform: scale(1.1);
    }

.tableImg {
    width: 80%;
    height: 65%;
    transition: all .48s ease;
    background-image: url(../img/solution5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bais_conterImgs .table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .bais_conterImgs .table tr td {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

/*footer*/

.footer_wrap {
    position: relative;
    background-color: #222;
    overflow: hidden;
}

.footer_wraps {
    display: none;
}

.footer_wrapsImg {
    display: none;
}

.footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 437px;
    font-size: 0;
    transition: top .2s linear;
    min-width: 1024px;
}

.footerboxs {
    min-width: 1024px;
}

.footer_bg img {
    width: 100%;
    max-width: 100%;
}

/*Common problem*/

.common_problem {
    position: relative;
    z-index: 1;
    /*height: 437px;*/
}

.compro_tit {
    /* height: 155px;
    overflow: hidden;*/
    /* padding-left: 70px; */
    font-size: 28px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 20px;
}

.common_desc {
    width: 100%;
    height: 155px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.common_search {
    /* float: right; */
    /* width: 613px; */
    /* padding-top: 30px; */
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.common_list {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.common_search .ipt {
    width: 414px;
    height: 70px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
    color: #303030;
    background-color: rgb(236, 236, 236);
}

.common_search input.ipt::-webkit-input-placeholder {
    color: #686a6e;
}

.common_search input.ipt::-moz-placeholder {
    color: #686a6e;
}

.common_search input.ipt:-ms-input-placeholder {
    color: #686a6e;
}

.common_search .search_btn {
    width: 126px;
    height: 70px;
    margin-left: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background-color: rgb(234, 86, 47);
    cursor: pointer;
}

.clist_item {
    float: left;
    width: 40%;
    max-width: 425px;
    padding-top: 30px;
    padding-left: 4px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-left: 7.8%;
}

    .clist_item:first-child {
        margin-left: 0;
    }

    .clist_item a {
        display: block;
        font-size: 12px;
        color: #b7b7b7;
        line-height: 38px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .clist_item a:hover {
            color: #fff;
        }

.foot_nav {
    position: relative;
    z-index: 1;
    /* min-height: 480px; */
    padding-top: 0.2rem;
    /* padding-right: 63px;
	padding-left: 63px; */
    padding-bottom: 0.2rem;
    display: flex;
    /* padding-left:25px; */
}

.fonter_newNav {
    display: flex;
    color: #FFF;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
}

.fnav_item {
    /* /* float: left; */
    width: 25%;
}

.fnav_itemBox ul {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 100;
}

    .fnav_itemBox ul li {
        margin-top: 10px;
        cursor: pointer;
        font-size: 12px;
        color: #b7b7b7;
    }

        .fnav_itemBox ul li:hover {
            color: #fff;
        }

.fnav_tit {
    width: 100%;
    height: 75px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 74px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.fnav_list {
    padding-top: 0.4rem;
    /* padding-left: 6px;
	padding-right: 10px; */
}

    .fnav_list a {
        display: block;
        font-size: 12px;
        color: #b7b7b7;
        line-height: 38px;
    }

        .fnav_list a:hover {
            color: #fff;
        }

.footer_copyright {
    position: relative;
    z-index: 1;
    padding-top: 38px;
    padding-bottom: 48px;
    overflow: hidden;
}

.footerBox {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 25px;
}

    .footerBox::after {
        position: absolute;
        top: 14px;
        /* left: 170px; */
        content: '';
        right: 0;
        width: 92%;
        height: 1px;
        background-color: rgba(255, 255, 255, .1);
    }

.fcopy_logo {
    position: absolute;
    top: 0;
}

.fcopy_desc .fl {
    padding-top: 63px;
    width: 60%;
}

    .fcopy_desc .fl p {
        font-size: 12px;
        color: #666;
        line-height: 28px;
    }

.fcopy_desc .fr {
    width: 40%;
    /* padding-right: 60px; */
    display: flex;
    justify-content: space-between;
}

/* .share_desc{
	width: 50%;
} */

.contact_us {
    /* float: left; */
    width: 50%;
    /* text-align: right; */
}

.share_desc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

    .share_desc .YouTube img {
        width: 50%;
    }

.contact_info {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.fr .f_tit {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 64px;
}

#msgwin {
    width: 300px;
    background-color: #fff;
    border-radius: 22px;
    padding-bottom: 10px;
}

.backBtn {
    width: 100px;
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.contaactpopBox {
    margin: 20px 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contaactpopBox p {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .contaactpopBox :nth-child(1) {
        font-size: 30px;
        margin-bottom: 10px;
    }

.share_it {
    /* float: right; */
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.share_item {
    /* float: left; */
    width: 40px;
    height: 40px;
    font-size: 0;
    /* margin-left: 0.3rem; */
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #444;
}

    .share_item img {
        vertical-align: middle;
        width: unset;
        height: unset;
        object-fit: unset;
    }

/* index.html */

/*banner*/

.bais_banner {
    width: 100%;
    height: 8rem;
}

    .bais_banner .item {
        position: relative;
        height: 8rem;
        /* height: 10rem; */
        overflow: hidden;
        z-index: 0;
        display: flex;
        justify-content: center;
    }

#slide_btn .box {
    padding-bottom: 25px;
    height: 2.55rem;
}

    #slide_btn .box li {
        padding: 0 8px;
        position: relative;
    }

        #slide_btn .box li a .lte_title {
            font-size: .8rem;
        }

#slide_btn .bais_banner .item a {
    display: block;
    width: 100%;
    /* min-width: 1920px; */
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bais_banner .item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.bais_banner .item a {
    width: 100%
}

.bais_banner .owl-dots {
    position: absolute;
    right: 53px;
    top: 45%;
    z-index: 1;
}

    .bais_banner .owl-dots .owl-dot {
        display: block !important;
        width: 22px;
        height: 22px;
        margin-bottom: 2px;
        border-radius: 11px;
    }

.bais_banner.owl-theme .owl-dots .owl-dot span {
    margin: 6.5px auto;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .4);
}

.bais_banner.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #fff;
    margin-top: 2px;
    margin-bottom: 4px;
}

    .bais_banner.owl-theme .owl-dots .owl-dot:hover span, .bais_banner.owl-theme .owl-dots .owl-dot.active span {
        background: #fff;
    }

.bais_banner.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
}

    .bais_banner.owl-theme .owl-nav button {
        float: left;
        width: 54px;
        height: 32px;
        margin-left: 44px;
        font-size: 0 !important;
        background: url('../img/bais_004.png') no-repeat !important;
        transform: rotate(180deg);
    }

    .bais_banner.owl-theme .owl-nav .disabled {
        opacity: 1 !important;
        cursor: no-drop !important;
        background: url('../img/bais_003.png') no-repeat !important;
        transform: rotate(0deg);
    }

    .bais_banner.owl-theme .owl-nav button.owl-next {
        float: right;
        margin-right: 44px;
        transform: rotate(0deg);
    }

        .bais_banner.owl-theme .owl-nav button.owl-next.disabled {
            transform: rotate(180deg);
        }

/*desc*/

/* desc样式一开始 */

.product_descc {
    padding-top: 33px;
    padding-bottom: 68px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #fff;
    position: relative;
}

    .product_descc > a {
        position: relative;
    }

    .product_descc .Modalframe {
        width: 92%;
        height: 100%;
        background-color: black;
        opacity: .8;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        margin-left: 19px;
        margin-right: 19px;
    }

/* desc样式一结束 */

/* desc样式二开始 */

.product_desccc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 80px;
    /* padding-left: 103px;
    padding-right: 103px; */
    background-color: #fff;
    position: relative;
}

.descc1 {
    padding-bottom: 10px;
}

.descc2 {
    padding-top: 10px;
}
/* 三块图片高度 */
/* .product_desccc a {
	height: 8rem;
} */
.product_desccc a {
    height: 3rem;
}

.centertowImg {
    margin: 0 20px;
}

/* desc样式二结束 */

.product_desccc a img {
    height: 100%;
}

.product_desccc .case_desc {
    text-align: center;
}

    .product_desccc .case_desc .title span {
        color: rgba(255, 255, 255, 1);
        font-size: 0.3rem;
        text-align: center;
        font-weight: bold;
        width: 100%;
    }

.mainCenter {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
}

.mainCenterOne {
    width: 50%;
    height: 444px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 104px;
}

.mainCenterOnes {
    width: 50%;
    margin: 0 auto;
}

.mainCentrbox {
    width: 10%;
    height: 10px;
    background-color: #ea562f;
}

.mainCeterTiele {
    width: 77%;
    display: flex;
    /* border-right: 1px solid red; */
    flex-direction: column;
}

    .mainCeterTiele :nth-child(1) {
        font-size: 34px;
        font-weight: bolder;
        color: #000;
    }

    .mainCeterTiele :nth-child(2) {
        font-size: 24px;
        color: #282828;
        margin-top: 24px;
    }

.mainCenterTow {
    width: 50%;
    height: 444px;
    /* background-image: url(../img/conterImg_03.png);
	background-repeat: no-repeat;
	background-size: cover; */
}

.product_desccc .case_item .desc_intro {
    margin-top: 50px;
}

.product_desccc .view_info {
    position: absolute;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    width: 100%;
    visibility: hidden;
    /* width: 120px; */
    bottom: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product_desccc .view_info span {
        display: block;
        width: 120px;
        background-color: #ea552f;
        height: 42px;
        line-height: 42px;
    }

.product_desccc .case_item img {
    height: 100%;
    width: 100%;
    transition: all .48s ease;
    object-fit: cover;
    /* object-position:right 20px; */
}

.product_desccc_box {
    width: 100%;
    max-width: 1400px;
    /* padding-left: 64px;
	padding-right: 64px; */
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_desc {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
}

.prodesc_item {
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
    font-size: 0;
    overflow: hidden;
    padding-top: 10px;
    background-color: #ea552f;
}

    .prodesc_item:before, .prodesc_item:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        width: 0;
        height: 10px;
        background-color: #ea552f;
        transition: width .48s ease;
    }

    .prodesc_item:before {
        width: 100%;
        z-index: 9;
        background-color: #2e2e2e;
    }

    .prodesc_item img {
        width: 100%;
        max-height: 100%;
        transition: all .48s ease;
    }

    .prodesc_item:hover img {
        transform: scale(1.08);
    }

    .prodesc_item:hover:after {
        width: 100%;
    }

.prodesc_info {
    position: absolute;
    top: 66px;
    left: 76px;
    color: #fff;
}

.prodesc_item:nth-child(2) .prodesc_info {
    top: auto;
    bottom: 72px;
}

.prodesc_info h1 {
    font-weight: normal;
    font-size: 50px;
    line-height: 58px;
}

    .prodesc_info p, .prodesc_info h1 span {
        padding-top: 5px;
        padding-left: 2px;
        font-size: 18px;
        line-height: 28px;
    }

    .prodesc_info h1 span {
        padding-left: 36px;
    }

/*Technologies*/

.bais_tech {
    padding-top: 104px;
}

.batech_tit {
    font-weight: normal;
    font-size: 28px;
    color: #848484;
    line-height: 38px;
    text-align: center;
}

.batech_data {
    height: 160px;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.batech_item {
    /* margin-left: 3%;
	margin-right: 3%; */
    padding-top: 30px;
}

    .batech_item span {
        font-weight: bold;
        font-size: 48px;
        color: #848484;
    }

    .batech_item em {
        font-style: normal;
    }

    .batech_item p {
        font-size: 16px;
        color: #848484;
        line-height: 30px;
    }

.batech_echart {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

    .batech_echart img {
        max-width: 100%;
    }

/*LTE Solutions*/

.swiperBoxs {
    width: 100%;
    height: 200px;
    border: 1px solid red;
}

.lte_solutions {
    padding-top: .61rem;
    /* display: none; */
}

    .lte_solutions h1.tit {
        font-size: 36px;
        color: #848484;
        line-height: 72px;
        text-align: center;
        padding-bottom: 12px;
    }

.products_descImg {
    /* padding: 20px 2rem; */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    /* box-shadow:1px 0px 0px rgb(224, 224, 224); */
}

.owl_nav {
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}

    .owl_nav a {
        flex: 1;
        display: inline-block;
        height: 60px;
        /* margin-right: 10px;
	margin-left: 10px;
	padding-right: 32px;
	padding-left: 32px; */
        font-size: 14px;
        color: #7e7e7e;
        line-height: 60px;
        border-radius: 30px;
    }

.nav_box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.owl_nav a.active {
    font-weight: bold;
    color: #fff;
    background-color: #ea552f;
    box-shadow: 0 7px 7px rgba(214, 214, 214, .2)
}

.owl_lte {
    height: 29vw;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 50px;
}

/* .owl_lte .owl-item {
	margin-right: 192px;
} */

#history_content .owl-stage {
    display: flex;
}

.owl_lte.owl-carousel .owl-stage-outer, .owl_lte.owl-carousel .owl-stage-outer .owl-stage, .owl_lte.owl-carousel .owl-stage-outer .owl-item {
    height: 100%;
}

#history_tab .owl-stage {
    display: flex;
}

.owl_lte .owl-item {
    width: 1060px !important;
}

.owl_lte .item {
    position: relative;
    width: 100%;
    height: 28vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .owl_lte .item a {
        display: block;
        width: 100%;
        height: 100%;
    }

.lte_title {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -44px;
    font-size: 0.5rem;
    color: #fff;
    line-height: 88px;
    text-align: center;
}

/*Products*/

.products_wrap {
    /*padding-top: .61rem;*/
    /* height: 10rem; */
    /* padding-bottom: 100px; */
    overflow: inherit;
    padding-bottom: 0.6rem;
}

.products_wrapOll {
    width: 100%;
    background-color: #fff;
}

.products_wrap .tit {
    font-size: 36px;
    color: #848484;
    line-height: 72px;
    text-align: center;
}

.pro_view {
    display: block;
    width: 148px;
    /* margin-top: 38px; */
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    color: #848484;
    line-height: 60px;
}

.products_desc {
    position: relative;
    width: 100%;
    z-index: 10;
    height: 490px;
    margin-top: 30px;
    margin-bottom: 80px;
}

    .products_desc img {
        max-width: 100%
    }

.products_desc_msg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    visibility: hidden;
}

.products_desc_active {
    visibility: visible;
    cursor: pointer;
}

.background_image {
    transform: scale(1.1);
    position: relative;
    /* background-position-x: 5rem;
    background-position-y: 1rem; */
}

.products_desc_List {
    position: absolute;
    background-color: #ea552f;
    display: flex;
    flex-direction: column;
    padding: 0 2.6rem 0 1rem;
}

    .products_desc_List .logo {
        margin-top: 18px;
    }

    .products_desc_List .title {
        color: #FFFFFF;
        font-weight: bolder;
        font-size: 0.56rem;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .products_desc_List .prolist_item {
        padding: 0;
        padding: 20px 0;
    }

        .products_desc_List .prolist_item a {
            font-size: 0.46rem;
            line-height: 30px;
        }

.products_type {
    position: absolute;
    top: 0;
    width: 2.7rem;
    padding: .15rem;
    z-index: 10;
    background: #ea552f;
    /* background-position: top 23px right 17px; */
    /* url(../img/bais_006.png) no-repeat */
    cursor: pointer;
}

    .products_type .type_tit_mesg {
        position: absolute;
        width: 100%;
        height: 150px;
        background-color: aqua;
    }

    .products_type .type_tit {
        font-size: .16rem;
        color: #fff;
        line-height: 24px;
        opacity: 1;
        visibility: visible;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .products_type .type_tit img {
            width: 0.2rem;
            height: 0.2rem;
        }

.type01 {
    /* top: 22.3%;
	left: 9.5%; */
    /*top: 1.8rem;
	left: 2rem;*/
    left: 11%;
    top: 25%;
}

.type02 {
    /*top: 68%;
	left: 17%;*/
    top: 56%;
    left: 15%;
}

.type03 {
    top: 61.31%;
    left: 36.25%;
}

.type04 {
    top: 1.46%;
    left: 59.23%;
}

.type05 {
    top: 40%;
    left: 63%;
    right: 0;
}

.type06 {
    top: 58%;
    left: 39%;
}

.type07 {
    top: 78%;
    left: 23%;
}

.products_list {
    position: absolute;
    top: 0;
    right: -15px;
    color: #fff;
    min-width: 3rem;
    opacity: 0;
    z-index: 24;
    visibility: hidden;
    background-color: #ea552f;
    transition: all .3s;
}

.products_type:hover {
    background: none;
    z-index: 11;
}

    .products_type:hover .type_tit {
        visibility: hidden;
        transition: all .3s;
    }

    .products_type:hover .products_list {
        opacity: 1;
        visibility: visible;
    }

.bottom .products_list {
    /* top: auto;
	bottom: 0; */
}

.products_list .logo {
    padding-left: 0.2rem;
    padding-top: 18px;
    width: 1.6rem;
}

.products_list .title {
    padding-right: 12px;
    padding-left: 0.19rem;
    font-size: 0.15rem;
    color: #fff;
    line-height: 24px;
    margin-top: 5px;
}

.prolist_item {
    padding: 0 20px 0.2rem;
}

    .prolist_item a {
        display: block;
        font-size: 0.15rem;
        color: #fff;
        line-height: 2.1;
        white-space: nowrap;
    }

/*Classic Case*/

.classic_case .tit {
    font-size: 36px;
    color: #848484;
    line-height: 150px;
    text-align: center;
}

.case_item {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    font-size: 0;
}

    .case_item img {
        width: 100%;
        max-height: 100%;
        transition: all .48s ease;
    }

.case_desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 23px;
    padding-bottom: 0;
    /* padding-top: 50px; */
    height: 145px;
    background: url(../img/bais_007.png) repeat-x left bottom;
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}

.case_descc {
    /* margin-left: 4vw; */
    bottom: 110px;
    position: absolute;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #FD4747; */
}

    .case_descc .title {
        width: 100%;
        /* height: 156px; */
        font-size: 0.5rem;
        /*font-family: Lantinghei SC;*/
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: .56rem;
        /*white-space: pre-wrap !important;*/
        word-wrap: break-word !important;
    }
        .case_descc .title span {
            white-space: pre-wrap !important;
        }

        .case_descc .desc_intro {
            /*width: 281px;*/
            /* height:14px; */
            font-size: .16rem;
            /*font-family: Lantinghei SC;*/
            font-family: "Montserrat", Arial, sans-serif;
            font-weight: normal;
            color: rgba(255, 255, 255, 1);
            line-height: .6rem;
            /*margin-top: -.6rem;*/
        }

    .case_descc .view_infoo {
        width: 1.7rem;
        height: 0.6rem;
        background: rgba(234, 85, 47, 1);
        font-size: .18rem;
        color: #fff;
        text-align: center;
        line-height: 0.6rem;
        cursor: pointer;
    }

.case_desc .title {
    /* min-height: 90px; */
    /* display: flex;
	align-items: flex-end; */
    margin-top: 60px;
}

    .case_desc .title span {
        display: block;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        line-height: 28px;
    }

.case_item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 10;
    width: 0;
    height: 6px;
    background-color: #ea552f;
    transition: width .4s ease;
}

.case_item .desc_intro {
    opacity: 0;
    visibility: hidden;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
    /* height: ; */
    /* overflow: hidden; */
}

.view_info {
    position: absolute;
    /* left: 23px;
	bottom: 14%; */
    opacity: 0;
    visibility: hidden;
    /* width: 120px; */
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* 1232 */

.case_item:hover img {
    transform: scale(1.1);
}

.case_item:hover:after {
    width: 100%;
}

.case_item:hover .case_desc {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    box-shadow: 0 0 20px rgba(0, 0, 0, .81);
}

/* @media (max-width:1400px) {
	.case_desc:hover .title {
		min-height: auto;
		padding-bottom: 15px;
	}
	.case_item:hover .case_desc {
		padding-top: 30px
	}
} */

/* @media (max-width:1400px) {
	.case_desc:hover .title {
		min-height: auto;
		padding-bottom: 10px;
	}
	.case_item:hover .case_desc {
		padding-top: 20px
	}
	/* .case_item .desc_intro{
		/* height: 120px; */

/* overflow: hidden; */

/* } */

/* @media (max-width:1400px) {
	.case_desc:hover .title {
		min-height: auto;
		padding-bottom: 8px;
	}
	.case_item:hover .case_desc {
		padding-top: 10px
	}
	.view_info {
		bottom: 6%
	}
} */

.case_item:hover .desc_intro, .case_item:hover .view_info {
    opacity: 1;
    visibility: visible;
}

.case_item:hover .view_info {
    transition-delay: .1s;
}

/*Service support*/

.service_support {
    padding-top: 210px;
    min-height: 1088px;
}

.ssupport_tit {
    padding-left: 160px;
    font-size: 36px;
    color: #848484;
    line-height: 56px;
}

.ssupport_info {
    padding-top: 24px;
    padding-left: 160px;
    width: 596px;
    font-size: 18px;
    color: #848484;
    line-height: 30px;
}

.ssupport_list {
    padding-top: 90px;
    padding-left: 114px;
}

.ssupport_item {
    display: block;
    width: 880px;
    height: 204px;
    background-color: #e4e4e4
}

    .ssupport_item:nth-child(2n+0) {
        background-color: #eee;
    }

    .ssupport_item:hover {
        background-color: #fff !important;
    }

.ssupport_icon {
    float: left;
    width: 74px;
    height: 74px;
    margin-top: 65px;
    margin-left: 59px;
    line-height: 72px;
    font-size: 0;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    background-color: #ea552f;
}

    .ssupport_icon img {
        vertical-align: middle;
    }

.ssupport_desc {
    display: flex;
    align-items: center;
    height: 204px;
    padding-right: 72px;
    margin-left: 175px;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 40px;
}

/*Media*/

.media_wrap {
    /* padding-top: .61rem; */
    padding-bottom: .7rem;
}

.media_wrap_box {
    background-color: #ffffff;
}

.media_tit {
    /* color: rgba(80, 80, 80, 1); */
    color: #848484;
    font-size: 38px;
    line-height: 72px;
    text-align: center;
    padding: .61rem 0;
    background-color: #F3F4F7;
}

.media_play, .media_play video, .media_play img {
    width: 100%;
    max-width: 100%;
    height: 534px;
    object-fit: cover;
}

.media_list {
    /*position: relative;
	z-index: 10;
	margin-top: -84px;*/
    /* margin-right: 70px;
	margin-left: 70px; */
    padding-top: 42px;
    padding-bottom: 68px;
    /* padding-left: 19px;
	padding-right: 19px; */
    background-color: #fff;
}

.media_item {
    float: left;
    width: 33.33%;
    padding-left: 29px;
    padding-right: 29px;
    background-color: #fff;
    padding-bottom: 15px;
}

.media_icon {
    width: 100%;
    overflow: hidden;
    height: 261.750px;
    /* padding: 10px; */
    background-color: #fff;
}

    .media_icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        transition: all .48s ease;
    }

.media_item .media_icon img:hover {
    transform: scale(1.08);
}

.media_info {
    background-color: #fff;
}

.media_title {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #303030;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .media_title:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 71%;
        height: 1px;
        content: '';
        background-color: #dbdbdb;
    }

.media_time {
    padding-top: 24px;
    font-size: 16px;
    color: #919191;
    line-height: 22px;
}

.media_intro {
    padding-top: 16px;
    font-size: 12px;
    color: #919191;
    line-height: 22px;
}

/*Partners*/

.partners_wrap {
    padding-top: 76px;
    padding-bottom: 80px;
}

.partners_tit {
    font-size: 36px;
    color: #848484;
    line-height: 116px;
    text-align: center;
}

.partners_list {
    text-align: center;
}

    .partners_list img {
        width: 100%;
        max-width: 1678px;
    }

.Rights {
    margin: 0 auto;
    position: absolute;
    top: .3rem;
    background-size: .25rem;
    /* background-image:url(../img/swiper_next_active.png); */
}

.Left {
    margin: 0 auto;
    position: absolute;
    top: .3rem;
    background-size: .25rem;
    /* background-image: url(../img/swiper_prev_active.png); */
}

.swiperBox {
    width: 100px;
    height: 1.3rem;
    position: relative;
    margin: 0 auto;
    opacity: 1;
}

/* 内页 单张图片banner */

.img-banner {
    width: 100%;
    height: 7.62rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.bannerbacg {
    background-image: url(../img/titleImg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-banner .banner-img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: relative;
}

    .img-banner .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.img-banner .banner-title {
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    /* left: 187px; */
    bottom: 34%;
    font-weight: bold;
    width: 100%;
    max-width: 1400px;
}

    .img-banner .banner-title span {
        display: block;
        font-size: 18px;
    }

    .img-banner .banner-title .title {
        display: block;
        font-weight: bold;
        font-size: .36rem;
    }

    .img-banner .banner-title .ftitle {
        font-size: .5rem;
        margin-top: 15px;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .img-banner .banner-title font {
        color: #ea552f
    }

/* 滚动banner */

.slide-banner {
    width: 100%;
    height: 7.62rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .slide-banner ul li {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        visibility: hidden;
    }

    .slide-banner .banner-img {
        width: 100%;
        min-width: 1920px;
        height: 100%;
        line-height: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .slide-banner .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .slide-banner .banner-title {
        font-size: 0.6rem;
        color: #fff;
        font-weight: bold;
        height: 100%;
    }

    .slide-banner .slide-bannerTitle {
        font-size: 0.6rem;
        color: #fff;
        font-weight: bold;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .slide-banner .banner-title span {
        display: block;
    }

    .slide-banner .banner-title .title {
        display: block;
        font-weight: bold;
    }

    .slide-banner .banner-title .ftitle {
        font-size: 0.4rem;
        line-height: 2;
        margin-top: -.2rem;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        white-space: pre-wrap !important;
        word-wrap: break-word !important;
    }

    .slide-banner .banner-title font {
        color: #ea552f
    }

    .slide-banner ul li.active {
        visibility: visible;
    }

.actives {
    display: none;
}

.slide-banner .banner-btn {
    position: absolute;
    /* left: 187px; */
    bottom: 20%;
    z-index: 9;
    max-width: 1400px;
    width: 100%;
}

    .slide-banner .banner-btn button {
        width: 2.4rem;
        height: 0.6rem;
        font-size: 0.18rem;
        color: #fff;
        border: 1px solid #fff;
        float: left;
        background: none;
        margin-right: 0.24rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.5s;
    }

        .slide-banner .banner-btn button i {
            display: block;
            width: 0.3rem;
            height: 0.6rem;
            background: url(../img/banner_slide_l.png) center no-repeat;
            background-size: 100% auto;
        }

        .slide-banner .banner-btn button.prev i {
            margin-right: 0.2rem;
        }

        .slide-banner .banner-btn button.next {
            width: 1.58rem;
        }

            .slide-banner .banner-btn button.next i {
                background-image: url(../img/banner_slide_r.png);
                margin-left: 0.2rem;
            }

        .slide-banner .banner-btn button:hover, .slide-banner .banner-btn button.active {
            background-color: #ea552f;
            border-color: #ea552f;
        }

/* about.html */

.about-title {
    width: 100%;
    font-size: 0.36rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 0.9rem 0 0.68rem;
    position: relative;
    z-index: 2;
}

    .about-title::after {
        content: "";
        width: 80px;
        height: 3px;
        background-color: #ea552f;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -40px;
    }

.about-baicells-wrap {
    width: 100%;
    background: #252525;
    position: relative;
    /* overflow: hidden; */
    /* padding: 0 11%; */
    background-image: url(../img/about_desc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

    .about-baicells-wrap .about-desc {
        width: 100%;
        font-size: 0.16rem;
        color: #848484;
        line-height: 0.38rem;
        text-align: center;
        padding: 0.91rem 0 1.8rem;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        margin-top: 21px;
    }

    .about-baicells-wrap .about-bg {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .about-baicells-wrap .about-bg img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

.about-baicells-word {
    padding-top: 0;
    background: url(../img/about_word.png) center no-repeat;
    background-size: cover;
}

    .about-baicells-word .batech_item span, .about-baicells-word .batech_item p {
        color: #fff;
    }

.partners-wrap {
    background-color: #fff;
}

    .partners-wrap .partners-tab {
        height: 1.02rem;
        border-bottom: 1px solid #f3f4f7;
        text-align: center;
    }

        .partners-wrap .partners-tab ul {
            display: inline-block;
        }

            .partners-wrap .partners-tab ul li {
                float: left;
                padding: 0 0.52rem;
            }

                .partners-wrap .partners-tab ul li span {
                    display: block;
                    height: 1.01rem;
                    font-size: 0.32rem;
                    line-height: 1.01rem;
                    color: #848484;
                    position: relative;
                    cursor: pointer;
                }

                .partners-wrap .partners-tab ul li .active {
                    color: #ea552f;
                }

                .partners-wrap .partners-tab ul li span::after {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: #ea552f;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transition: all 0.3s;
                }

                .partners-wrap .partners-tab ul li span:hover::after, .partners-wrap .partners-tab ul li span.active::after {
                    width: 50%;
                    left: 25%;
                }

    .partners-wrap .partners-container {
        padding: 0.39rem 0;
        max-width: 1400px;
        margin: 0 auto;
    }

        .partners-wrap .partners-container ul li {
            display: none;
            line-height: 0;
            text-align: center;
        }

            .partners-wrap .partners-container ul li img {
                max-width: 100%;
            }

.about_team .headmax {
    width: 3.4rem;
    height: 540px;
}
.about_team .headmin {
    width: 190px;
    height: 540px;
}
.about_team .tempdis {
    display:none
}
.history-wrap h3 {
    font-size: 0.36rem;
    color: #848484;
    text-align: center;
    padding-top: 1.24rem;
    font-weight: normal;
}

.history-wrap h1 {
    font-size: 0.7rem;
    color: #848484;
    text-align: center;
    padding-top: 0.39rem;
    font-weight: normal;
}

.history-wrap .history-container {
    padding: 0.82rem 0 1.65rem;
}

    .history-wrap .history-container .history-tab {
        width: 11.84rem;
        position: relative;
        margin: 0 auto;
    }

        .history-wrap .history-container .history-tab button {
            cursor: pointer;
        }

        .history-wrap .history-container .history-tab .history-year-wrap {
            width: 10.78rem;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

            .history-wrap .history-container .history-tab .history-year-wrap .history-year-container {
                /* width: 12.6rem; */
                transition: all 0.3s;
            }

            .history-wrap .history-container .history-tab .history-year-wrap button {
                width: 9vw;
                font-size: 0.24rem;
                color: #848484;
                float: left;
                line-height: 0.3rem;
                text-align: center;
                position: relative;
                background: none;
            }

                .history-wrap .history-container .history-tab .history-year-wrap button.active {
                    color: #ea552f;
                }

                .history-wrap .history-container .history-tab .history-year-wrap button::after {
                    content: "";
                    width: 0.02rem;
                    height: 0.12rem;
                    background-color: #b5b5b5;
                    position: absolute;
                    right: 0;
                    top: 0.09rem;
                }

        .history-wrap .history-container .history-tab .history-arrow {
            width: 100%;
            height: 0.3rem;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .history-wrap .history-container .history-tab .history-arrow button {
                width: 0.22rem;
                height: 0.3rem;
                /* background: url(../img/about_arrow_prev.png) center no-repeat; */
                background-image: url(../img/about_arrow_prev.png);
                background-repeat: no-repeat;
                background-size: 100%;
                background-position: center;
                background-color: rgb(243, 244, 247);
            }

                .history-wrap .history-container .history-tab .history-arrow button.arrow-next {
                    float: right;
                    background-image: url(../img/about_arrow_next.png);
                    background-repeat: no-repeat;
                    background-size: 100%;
                    background-position: center;
                    background-color: rgb(243, 244, 247);
                }

                .history-wrap .history-container .history-tab .history-arrow button.disabled {
                    cursor: not-allowed;
                }

    .history-wrap .history-container .history-con {
        width: 41.6vw;
        margin: 0.8rem auto 0;
        overflow: hidden;
    }

        .history-wrap .history-container .history-con .item {
            width: 41.6vw;
        }

            .history-wrap .history-container .history-con .item span {
                display: block;
                width: 41.59vw;
                height: 3.7rem;
                line-height: 0;
                background-position: center;
            }

            .history-wrap .history-container .history-con .item p {
                font-size: 0.18rem;
                line-height: 0.28rem;
                color: #848484;
                text-align: center;
                margin-top: 0.48rem;
            }

/* details.html */

.details-wrap {
    position: relative;
    padding-top: 94px;
    min-height: 588px;
}

    .details-wrap .details-close {
        text-align: right;
    }

        .details-wrap .details-close i {
            display: inline-block;
            width: 0.44rem;
            height: 0.44rem;
            margin: 0.48rem 0.48rem 0 0;
            cursor: pointer;
            background: url(../img/details_close.png) no-repeat;
            background-size: cover;
        }

    .details-wrap .details-title {
        font-size: 32px;
        color: #3d3d3d;
        text-align: center;
        margin-top: 0.4rem;
    }

    .details-wrap .details-date {
        display: block;
        font-size: 20px;
        color: #848484;
        text-align: center;
        margin-top: 50px;
        font-weight: bold;
    }

    .details-wrap .details-con {
        font-size: 14px;
        line-height: 30px;
        color: #919191;
        /* text-align: center; */
        margin-top: 1.1rem;
        padding-bottom: 40px;
    }

        .details-wrap .details-con img {
            box-shadow: 0.15rem 0 0.3rem -0.3rem #ccc, -0.3rem 0 0.3rem -0.3rem #ccc, 0 0.8rem 0.8rem -0.5rem #ccc;
        }

/* download.html */

.download-wrap {
    background-color: #fff;
    padding-bottom: 0.67rem;
}

    .download-wrap .download-tab {
        height: 82px;
        border-top: 1px solid #f3f4f7;
        border-bottom: 1px solid #f3f4f7;
        text-align: left;
        overflow: hidden;
    }

        .download-wrap .download-tab ul {
            display: inline-block;
            width: 100%;
        }

            .download-wrap .download-tab ul li {
                float: left;
                padding-right: 0.52rem;
            }

.products-cpeBox {
    display: flex;
    align-items: center;
}

.download-wrap .download-tab ul li span {
    display: block;
    height: 80px;
    font-size: 14px;
    color: #848484;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.download-wrap .download-tab ul li .active {
    color: #ea552f;
}

.download-wrap .download-tab ul li span::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ea552f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
}

.download-wrap .download-tab ul li span:hover::after, .download-wrap .download-tab ul li span.active::after {
    width: 50%;
    left: 25%;
}

.download-wrap .download-container {
    margin-top: 0.32rem;
}

    .download-wrap .download-container .download-list {
        display: none;
    }

        .download-wrap .download-container .download-list h1 {
            font-size: 32px;
            color: #848484;
            padding: 20px 0;
            font-weight: normal;
        }

        .download-wrap .download-container .download-list ul {
            padding-top: 0.54rem;
        }

            .download-wrap .download-container .download-list ul li {
                width: 100%;
                float: left;
                padding: 0.23rem 0;
                cursor: pointer;
                display: flex;
                align-items: center;
                padding-left: 10px;
            }

                .download-wrap .download-container .download-list ul li .download-icon {
                    width: 60px;
                    height: 60px;
                    float: left;
                    background: url(../img/dowload_icon.png) no-repeat;
                    background-size: cover;
                }

                .download-wrap .download-container .download-list ul li .download-con {
                    width: calc(100% - 80px);
                    height: 80px;
                    padding-left: 50px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly
                }

                    .download-wrap .download-container .download-list ul li .download-con a {
                        display: block;
                        font-size: 16px;
                        color: #848484;
                    }

                    .download-wrap .download-container .download-list ul li .download-con span {
                        font-size: 12px;
                        color: #848484;
                    }

                .download-wrap .download-container .download-list ul li:hover {
                    background-color: #f3f4f7;
                }

                    .download-wrap .download-container .download-list ul li:hover .download-icon {
                        background-image: url(../img/dowload_icon_active.png)
                    }

/* media.html */

.media-wrap {
    background-color: #f3f4f7;
    padding-bottom: 1.1rem;
}

    .media-wrap .media-tab {
        height: 80px;
        border-top: 1px solid #f3f4f7;
        border-bottom: 1px solid #f3f4f7;
        text-align: left;
        overflow: hidden;
        background-color: #fff;
    }

        .media-wrap .media-tab ul {
            /* display: inline-block; */
            height: 100%;
            width: 100%;
        }

            .media-wrap .media-tab ul li {
                float: left;
                padding: 0 0.52rem;
            }

                .media-wrap .media-tab ul li span {
                    display: block;
                    height: 77px;
                    font-size: 14px;
                    line-height: 77px;
                    color: #848484;
                    position: relative;
                    cursor: pointer;
                }

                .media-wrap .media-tab ul li .active {
                    color: #ea552f;
                }

                .media-wrap .media-tab ul li span::after {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: #ea552f;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transition: all 0.5s;
                }

                .media-wrap .media-tab ul li span:hover::after, .media-wrap .media-tab ul li span.active::after {
                    width: 50%;
                    left: 25%;
                }

    .media-wrap .media-container {
        padding-top: 20px;
        position: relative;
        width: 100%;
    }

        .media-wrap .media-container .media-list {
            width: 100%;
            transition: all 0.5s;
        }

            .media-wrap .media-container .media-list ul {
                width: 100%;
                position: relative;
                column-count: 3;
                column-gap: 0;
            }

                .media-wrap .media-container .media-list ul li {
                    /* width: calc(100%/3); */
                    height: 100%;
                    transition: all 0.5s;
                    padding-bottom: 50px;
                    overflow: auto;
                }

                    /* .media-wrap .media-container .media-list ul li .container{padding:0 0.12rem;} */

                    .media-wrap .media-container .media-list ul li .container a {
                        padding: 30px 30px;
                        display: block;
                        cursor: pointer;
                    }

                    .media-wrap .media-container .media-list ul li .container .img-box {
                        width: 100%;
                        overflow: hidden;
                    }

                        .media-wrap .media-container .media-list ul li .container .img-box img {
                            width: 100%;
                            height: auto;
                            display: block;
                            background: url(../img/img-loading.gif) no-repeat center;
                            transition: all 0.5s;
                        }

                    .media-wrap .media-container .media-list ul li .container h3 {
                        font-size: 15px;
                        height: 80px;
                        color: #282828;
                        display: flex;
                        align-items: center;
                        position: relative;
                        z-index: 99
                    }

                        .media-wrap .media-container .media-list ul li .container h3::before {
                            content: "";
                            width: 100%;
                            height: 1px;
                            background-color: #dbdbdb;
                            position: absolute;
                            left: 0;
                            bottom: 2px;
                        }

                        .media-wrap .media-container .media-list ul li .container h3::after {
                            content: "";
                            width: 0;
                            height: 0.03rem;
                            background-color: #ea552f;
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            transition: all 0.5s;
                        }

                    .media-wrap .media-container .media-list ul li .container span {
                        display: block;
                        font-size: 12px;
                        color: #919191;
                        /* line-height: 0.2rem; */
                        margin-top: 0.24rem;
                    }

                    .media-wrap .media-container .media-list ul li .container p {
                        font-size: 14px;
                        color: #919191;
                        line-height: 2;
                        margin-top: 0.18rem;
                    }

                    .media-wrap .media-container .media-list ul li .container:hover a {
                        background-color: #fff;
                    }

                    .media-wrap .media-container .media-list ul li .container:hover .img-box img {
                        transform: scale(1.1);
                    }

                    .media-wrap .media-container .media-list ul li .container:hover h3::before {
                        width: 0;
                    }

                    .media-wrap .media-container .media-list ul li .container:hover h3::after {
                        width: 100%;
                        background-color: #ea552f;
                    }

                    .media-wrap .media-container .media-list ul li .title-container {
                        width: 100%;
                        height: 4.16rem;
                        display: flex;
                        align-items: center;
                        justify-content: flex-end;
                    }

                        .media-wrap .media-container .media-list ul li .title-container h1 {
                            font-size: 0.54rem;
                            line-height: 0.7rem;
                            color: #848484;
                            position: relative;
                            float: right;
                            text-align: right;
                            margin: 0 1.46rem 0 0;
                            padding-bottom: 0.58rem;
                        }

                            .media-wrap .media-container .media-list ul li .title-container h1::after {
                                content: "";
                                width: 1.45rem;
                                height: 5px;
                                background-color: #848484;
                                position: absolute;
                                right: 0.05rem;
                                bottom: 0;
                            }

            .media-wrap .media-container .media-list.active {
                visibility: visible;
                opacity: 1;
            }

/* service.html */

.service-wrap {
    padding: 0.75rem 0 1.5rem;
}

    .service-wrap .service-container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

.service-container h3 {
    font-size: 0.36rem;
    color: #848484;
    line-height: 0.52rem;
    text-align: center;
    font-weight: normal;
}

.service-container h5 {
    font-size: 0.18rem;
    color: #848484;
    line-height: 0.28rem;
    text-align: center;
    margin-top: 0.25rem;
}

.service-container .service-user {
    position: relative;
    margin: 0.8rem auto 0;
}

    .service-container .service-user .img-box {
        line-height: 0;
        box-shadow: 0.3rem 0 0.3rem -0.3rem #aaa, -0.3rem 0 0.3rem -0.3rem #aaa, 0 0.8rem 0.8rem -0.5rem #aaa;
    }

        .service-container .service-user .img-box img {
            width: 100%;
        }

    .service-container .service-user .user-btns {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0.54rem;
        text-align: center;
    }

        .service-container .service-user .user-btns button {
            display: inline-block;
            width: 2.3rem;
            height: 0.8rem;
            text-align: center;
            line-height: 0.8rem;
            font-size: 24px;
            color: #fff;
            background-color: #4c4c4c;
            border-radius: 40px;
            margin: 0 20px;
            cursor: pointer;
        }

            .service-container .service-user .user-btns button.register {
                background-color: #ea552f;
            }

.service-container .service-list {
    margin-top: 1.26rem;
}

    .service-container .service-list ul li {
        padding-left: 0.88rem;
        position: relative;
    }

        .service-container .service-list ul li::after {
            content: "";
            width: 0.1rem;
            height: 0.25rem;
            background-color: #686868;
            position: absolute;
            left: 0.1rem;
            top: 0.7rem;
        }

        .service-container .service-list ul li p {
            font-size: 0.24rem;
            line-height: 0.34rem;
            color: #848484;
            padding: 0.64rem 0;
            border-bottom: 1px solid #ddd;
        }

        .service-container .service-list ul li:last-child p {
            border: 0
        }

/* products_index.html */

.products-wrap {
    background-color: #fff;
}

.products-wrapPc {
    padding-bottom: 50px;
}

.products-banner {
    height: 7.62rem;
}

.contact-sales {
    width: 63px;
    height: 226px;
    position: fixed;
    right: 0;
    top: 376px;
    z-index: 9;
    background: url(../img/contact_sales.jpg) center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.pop-mesgs {
    display: none;
}
/* Select your solution */
.MT_Swiper {
    display: none;
}

.products-wrap .products-solution {
    padding-top: 0.54rem;
    align-content: flex-start;
}

    .products-wrap .products-solution h3 {
        font-size: 40px;
        color: #383838;
        font-weight: normal;
        height: 100px;
    }

.products-solutionBox {
    width: 100%;
    /* height: 500px; */
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.solutionOne {
    width: 32%;
    height: 2rem;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

    .solutionOne span {
        position: absolute;
        /* bottom: 0; */
        color: #fff;
        font-size: 20px;
        font-weight: bolder;
        left: 19px;
        bottom: 16px;
    }

    .solutionOne:hover img {
        transform: scale(1.1);
    }

    .solutionOne img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }

.products-wrap .products-solution ul {
    /* background-color: red; */
    border: 1px solid red;
    width: 100%;
    max-width: 1400px;
    height: 500px;
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    flex: 3;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .products-wrap .products-solution ul li {
        /* float: left; */
        width: 30%;
        margin-top: 0.43rem;
        /* padding: 0 0.27rem 0 0; */
    }

        .products-wrap .products-solution ul li a {
            display: block;
            position: relative;
        }

        .products-wrap .products-solution ul li .img-box {
            width: 100%;
            line-height: 0;
            overflow: hidden;
        }

            .products-wrap .products-solution ul li .img-box img {
                width: 100%;
                transition: all 0.5s;
            }

        .products-wrap .products-solution ul li a:hover .img-box img {
            transform: scale(1.1);
        }

        .products-wrap .products-solution ul li h5 {
            width: 100%;
            font-size: 0.22rem;
            line-height: 0.55rem;
            padding-left: 0.29rem;
            color: #fff;
            font-weight: normal;
            position: absolute;
            left: 0;
            bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 公用more文字部分 */

.products-wrap .products-desc {
    width: 18%;
}

    .products-wrap .products-desc h3 {
        font-size: .3rem;
        line-height: 1.2;
        color: #000000;
    }

    .products-wrap .products-desc p {
        font-size: .2rem;
        line-height: 0.32rem;
        color: #383838;
        margin-top: 0.34rem;
    }

        .products-wrap .products-desc p span {
            display: block;
        }

        .products-wrap .products-desc p font {
            display: block;
            font-size: 0.18rem;
            color: #000;
            font-weight: bold;
            line-height: 0.42rem;
            margin-top: 0.04rem;
        }

    .products-wrap .products-desc a {
        display: inline-block;
        width: 1.25rem;
        height: 0.53rem;
        text-align: center;
        font-size: 0.18rem;
        line-height: 0.53rem;
        color: #fff;
        margin-top: 0.55rem;
        background-color: #ea552f;
    }

/* Indoor Base Station */

.products-wrap .products-indoor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    padding-bottom: 0.9rem
}

    .products-wrap .products-indoor .indoor-wrap {
        width: 77%;
        padding: 0.55rem 24px 0 24px;
        background-color: #ebebeb;
    }

        .products-wrap .products-indoor .indoor-wrap ul li {
            width: 330px;
            /* margin-right: 0.25rem; */
        }

            .products-wrap .products-indoor .indoor-wrap ul li a {
                display: block;
                width: 100%;
                /* padding-top: 100%; */
                position: relative;
            }

                .products-wrap .products-indoor .indoor-wrap ul li a .img-box {
                    width: 100%;
                    height: 300px;
                    overflow: hidden;
                    /*background-color: #f5f5f5;*/
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    /*padding: 20px;*/
                    /* position: absolute;
	left: 0;
	top: 0; */
                }

                    .products-wrap .products-indoor .indoor-wrap ul li a .img-box img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        flex: 0;
                        flex-basis: auto;
                        max-width: 100%;
                        transition: all 0.5s;
                        object-fit: contain;
                    }

                .products-wrap .products-indoor .indoor-wrap ul li a .titleV {
                    width: 100%;
                    background-color: #fff;
                    color: #424242;
                    padding-left: 36px;
                    transition: all 0.5s;
                }

                    .products-wrap .products-indoor .indoor-wrap ul li a .titleV .title {
                        line-height: 0.502rem;
                        font-size: 0.18rem;
                    }

                .products-wrap .products-indoor .indoor-wrap ul li a:hover .titleV {
                    color: #fff;
                    background-color: #ea552f;
                }

                .products-wrap .products-indoor .indoor-wrap ul li a h5 {
                    width: 100%;
                    font-size: 0.18rem;
                    line-height: 1.04rem;
                    background-color: #fff;
                    color: #424242;
                    padding-left: 36px;
                    transition: all 0.5s;
                }

                .products-wrap .products-indoor .indoor-wrap ul li a:hover h5 {
                    color: #fff;
                    background-color: #ea552f;
                }

                .products-wrap .products-indoor .indoor-wrap ul li a:hover .img-box img {
                    transform: scale(1.1);
                }


/* Open 5G */

.products-wrap .products-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-wrap .products-cpe_mt {
    display: none;
}

.products-wrap .products-open .open-wrap {
    width: 70%;
    position: relative;
    /* padding: 0 0.6rem; */
}

    .products-wrap .products-open .open-wrap ul {
        width: 100%;
    }

#open_swiper {
    /* padding: 0 0.6rem; */
    width: 88%;
}

.products-wrap .products-open .open-wrap ul li {
    width: 100%;
}

    .products-wrap .products-open .open-wrap ul li a {
        display: block;
        width: 100%;
    }

    .products-wrap .products-open .open-wrap ul li .img-box {
        width: 100%;
        /* height: 500px;
	margin-top: -300px; */
        margin-left: -0px;
    }

    .products-wrap .products-open .open-wrap ul li img {
        width: 100%;
        object-fit: cover;
    }

    .products-wrap .products-open .open-wrap ul li h5 {
        width: 100%;
        font-size: 0.18rem;
        color: #000;
        text-align: center;
        margin-top: 0.8rem;
    }

.products-wrap .products-open .open-wrap .swiper-button {
    width: 0.2rem;
    height: 0.34rem;
    background-size: cover;
    margin-top: -0.17;
}

.products-wrap .products-open .open-wrap .swiper-button-prev {
    background-image: url(../img/swiper_prev_active.png);
}

.products-wrap .products-open .open-wrap .swiper-button-next {
    background-image: url(../img/swiper_next_active.png);
}

.products-wrap .products-indoor .indoor-wrap .swiperBox .swiper-button-prev {
    background-image: url(../img/swiper_prev_active.png);
}

.products-wrap .products-indoor .indoor-wrap .swiperBox .swiper-button-next {
    background-image: url(../img/swiper_next_active.png);
}

.products-wrap .products-indoor .indoor-wrap .swiperBox .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/swiper_prev.png);
    opacity: 1;
}

.products-wrap .products-indoor .indoor-wrap .swiperBox .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/swiper_next.png);
    opacity: 1;
}

.products-wrap .products-open .open-wrap .swiper-button-disabled {
    opacity: 1;
}

.products-wrap .products-open .open-wrap .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/swiper_prev.png);
}

.products-wrap .products-open .open-wrap .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/swiper_next.png);
}

.products-wrap .products-open .products-desc {
    margin: 1.8rem 0 2.16rem 0;
    margin-left: 53px;
    width: 24%;
}

/* Outdoor Base Station */

.products-wrap .products-outdoor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.9rem;
    background-color: #fff;
}

    .products-wrap .products-outdoor .outdoor-wrap {
        width: 80%;
        /* padding: 0.3rem 0.3rem 0.45rem 0; */
        padding-top: 18px;
        background-color: #ebebeb;
    }

        .products-wrap .products-outdoor .outdoor-wrap ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

            .products-wrap .products-outdoor .outdoor-wrap ul li {
                padding-bottom: 18px;
                width: 30%;
            }

                /* .products-wrap .products-outdoor .outdoor-wrap ul .paddBottoms{
	
} */

                .products-wrap .products-outdoor .outdoor-wrap ul li a {
                    display: block;
                    width: 100%;
                    position: relative;
                }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a .img-box {
                        width: 100%;
                        height: 3.36rem;
                        overflow: hidden;
                        /*background-color: #f5f5f5;*/
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        /*padding: 20px;*/
                    }

                        .products-wrap .products-outdoor .outdoor-wrap ul li a .img-box img {
                            display: block;
                            width: 100%;
                            height: 100%;
                            flex: 0;
                            flex-basis: auto;
                            max-width: 100%;
                            transition: all 0.5s;
                        }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a .titleV {
                        width: 100%;
                        font-size: 0.18rem;
                        line-height: 0.502rem;
                        background-color: #fff;
                        color: #424242;
                        padding-left: 36px;
                        transition: all 0.5s;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a:hover .titleV {
                        color: #fff;
                        background-color: #ea552f;
                    }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a h5 {
                        width: 100%;
                        font-size: 0.18rem;
                        line-height: 1.04rem;
                        background-color: #fff;
                        color: #424242;
                        padding-left: 36px;
                        transition: all 0.5s;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a:hover .img-box img {
                        transform: scale(1.1);
                    }

                    .products-wrap .products-outdoor .outdoor-wrap ul li a:hover h5 {
                        color: #fff;
                        background-color: #ea552f;
                    }

    .products-wrap .products-outdoor .products-desc {
        margin-left: 53px;
        width: 20%;
    }

li a .img-box {
    background-color: #fff;
}
/* Baicells CPE */
.products-wrap .products-cpe {
    /* display: flex; */
    align-items: center;
    background-color: #ea552f;
}

#cpe_swiper {
    width: 82%;
    padding: 0.9rem 0 1.35rem 0;
}

.products-wrap .products-cpe .cpe-wrap {
    width: 61%;
    position: relative;
}

    .products-wrap .products-cpe .cpe-wrap ul li {
        /* padding: 0 0.12rem; */
        width: 50%;
    }

        .products-wrap .products-cpe .cpe-wrap ul li a {
            display: block;
            width: 100%;
            /* padding-top: 3.36rem; */
            position: relative;
            background-color: #fff;
        }

            .products-wrap .products-cpe .cpe-wrap ul li a .img-box {
                width: 100%;
                height: 3.36rem;
                overflow: hidden;
                /*background-color: #f5f5f5;*/
                display: flex;
                justify-content: center;
                align-items: center;
                /*padding: 20px;*/
                /* position: absolute;
	left: 0;
	top: 0; */
            }

                .products-wrap .products-cpe .cpe-wrap ul li a .img-box img {
                    display: block;
                    height: 100%;
                    width: 100%;
                    flex: 0;
                    flex-basis: auto;
                    max-width: 100%;
                    transition: all 0.5s;
                    object-fit: contain;
                }

        .products-wrap .products-cpe .cpe-wrap ul li h5 {
            width: 100%;
            font-size: 0.18rem;
            line-height: 1.04rem;
            background-color: #fff;
            color: #424242;
            padding-left: 36px;
            transition: all 0.5s;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .products-wrap .products-cpe .cpe-wrap ul li a .titleV {
            width: 100%;
            font-size: 0.18rem;
            line-height: 0.502rem;
            background-color: #fff;
            color: #424242;
            padding-left: 36px;
            transition: all 0.5s;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        /*        .products-wrap .products-cpe .cpe-wrap ul li a:hover .titleV {
            color: #fff;
            background-color: #ea552f;
        }*/

        .products-wrap .products-cpe .cpe-wrap ul li a:hover .img-box img {
            transform: scale(1.1);
        }

    .products-wrap .products-cpe .cpe-wrap .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0.47rem;
        bottom: 8%;
    }

        .products-wrap .products-cpe .cpe-wrap .swiper-pagination span {
            width: 0.4rem;
            height: 0.05rem;
            border-radius: 0;
            background-color: #fff;
            margin: 0 0.03rem;
            opacity: .3;
            vertical-align: top;
        }

            .products-wrap .products-cpe .cpe-wrap .swiper-pagination span.swiper-pagination-bullet-active {
                opacity: 1;
            }

    .products-wrap .products-cpe .cpe-wrap .swiper-button {
        width: 0.2rem;
        height: 0.34rem;
        background-size: cover;
        margin-top: -0.17rem;
    }

    .products-wrap .products-cpe .cpe-wrap .swiper-button-prev {
        background-image: url(../img/swiper_white_prev.png);
    }

    .products-wrap .products-cpe .cpe-wrap .swiper-button-next {
        background-image: url(../img/swiper_white_next.png);
    }

.products-wrap .products-cpe .products-desc {
    width: 6.2rem;
}

    /*.products-wrap .products-cpe .products-desc {
	margin-right: calc(9.1vw);
}*/

    .products-wrap .products-cpe .products-desc h3, .products-wrap .products-cpe .products-desc p {
        color: #fff
    }

    .products-wrap .products-cpe .products-desc a {
        color: #ea552f;
        background-color: #fff;
    }

/* LET-U */

.products-wrap .products-lte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0.8rem 0
}

    .products-wrap .products-lte .lte-wrap {
        background-color: #ebebeb;
    }

        .products-wrap .products-lte .lte-wrap ul {
            width: 10.98rem;
            float: right;
        }

            .products-wrap .products-lte .lte-wrap ul li {
                float: left;
                padding: 0.18rem 0.15rem;
            }

                .products-wrap .products-lte .lte-wrap ul li a {
                    display: block;
                    width: 3.36rem;
                    padding-top: 100%;
                    position: relative;
                }

                    .products-wrap .products-lte .lte-wrap ul li a .img-box {
                        width: 3.36rem;
                        height: 3.36rem;
                        overflow: hidden;
                        /*background-color: #f5f5f5;*/
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        /*padding: 20px;*/
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                        .products-wrap .products-lte .lte-wrap ul li a .img-box img {
                            display: block;
                            width: 100%;
                            height: 100%;
                            flex: 0;
                            flex-basis: auto;
                            max-width: 100%;
                            transition: all 0.5s;
                        }

                    .products-wrap .products-lte .lte-wrap ul li a .titleV {
                        width: 100%;
                        font-size: 0.18rem;
                        line-height: 0.502rem;
                        background-color: #fff;
                        color: #424242;
                        padding-left: 36px;
                        transition: all 0.5s;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .products-wrap .products-lte .lte-wrap ul li a:hover .titleV {
                        color: #fff;
                        background-color: #ea552f;
                    }

                    .products-wrap .products-lte .lte-wrap ul li a h5 {
                        width: 100%;
                        font-size: 0.18rem;
                        line-height: 1.04rem;
                        background-color: #fff;
                        color: #424242;
                        padding-left: 36px;
                        transition: all 0.5s;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .products-wrap .products-lte .lte-wrap ul li a:hover .img-box img {
                        transform: scale(1.1);
                    }

                    .products-wrap .products-lte .lte-wrap ul li a:hover h5 {
                        color: #fff;
                        background-color: #ea552f;
                    }

    .products-wrap .products-lte .products-desc {
        margin-left: 53px;
    }

/* Outdoor Power Backup Solution */

.products-wrap .products-outdoor-solution {
    background-color: #fff;
    padding-top: 0.5rem;
    margin-bottom: 0.6rem
}

    .products-wrap .products-outdoor-solution .outdoor-solution-wrap {
        margin-top: 0.7rem;
    }

        .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li {
            float: left;
            margin-right: 0.58rem;
        }

            .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a {
                display: block;
                width: 3.36rem;
                padding-top: 100%;
                position: relative;
            }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a .img-box {
                    width: 3.36rem;
                    height: 3.36rem;
                    overflow: hidden;
                    /*background-color: #f5f5f5;*/
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 20px;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a .img-box img {
                        display: block;
                        width: auto;
                        flex: 0;
                        flex-basis: auto;
                        max-width: 100%;
                        transition: all 0.5s;
                    }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a .titleV {
                    width: 100%;
                    font-size: 0.18rem;
                    line-height: 0.502rem;
                    background-color: #fff;
                    color: #424242;
                    padding-left: 0.36rem;
                    transition: all 0.5s;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a h5 {
                    width: 100%;
                    font-size: 0.18rem;
                    line-height: 1.04rem;
                    background-color: #fff;
                    color: #424242;
                    padding-left: 0.36rem;
                    transition: all 0.5s;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a:hover .img-box img {
                    transform: scale(1.1);
                }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a:hover h5 {
                    color: #fff;
                    background-color: #ea552f;
                }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a:hover .titleV {
                    color: #fff;
                    background-color: #ea552f;
                }

    .products-wrap .products-outdoor-solution .products-desc {
        width: 100%;
    }

/*DISTRIBUTORS*/

.products-wrap .products-distributors {
    padding: 0.73rem 1.04rem 0.6rem;
}

    .products-wrap .products-distributors h3 {
        font-size: 0.42rem;
        color: #383838;
        line-height: 1.64rem;
        padding-left: 0.27rem;
        font-weight: normal;
    }

    .products-wrap .products-distributors ul {
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }

        .products-wrap .products-distributors ul li {
            float: left;
            width: 25%;
            height: 1.62rem;
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            overflow: hidden;
        }

            .products-wrap .products-distributors ul li a {
                display: block;
                position: relative;
            }

                .products-wrap .products-distributors ul li a img {
                    width: 100%;
                    transition: all 0.5s;
                }

                .products-wrap .products-distributors ul li a:hover img {
                    transform: scale(1.1);
                }

/*pop*/

.product-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

    .product-pop .pop-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, .3);
    }

    .product-pop .pop-container {
        width: 600px;
        padding: 0 .25rem .1rem;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

        .product-pop .pop-container .pop-header {
            width: 100%;
            height: .65rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ea552f;
        }

            .product-pop .pop-container .pop-header .pop-logo {
                width: 1.2rem;
                line-break: 0;
            }

                .product-pop .pop-container .pop-header .pop-logo img {
                    width: 100%;
                }

            .product-pop .pop-container .pop-header .pop-close {
                width: .2rem;
                height: .2rem;
                background: url(../img/pop_close.png) no-repeat;
                background-size: cover;
                cursor: pointer;
            }

        .product-pop .pop-container .pop-title {
            font-size: 18px;
            color: #000;
            text-align: center;
            margin-top: .15rem;
            line-height: 2;
        }

        .product-pop .pop-container .pop-desc {
            width: 100%;
            display: block;
            font-size: 14px;
            color: #a6a6a6;
            text-align: center;
            line-height: 1;
        }

        .product-pop .pop-container .pop-form {
            padding: 0 .3rem;
            margin-top: .2rem;
            overflow-y: auto;
        }

            .product-pop .pop-container .pop-form ul li {
                padding-top: .15rem;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .product-pop .pop-container .pop-form ul li .form-title {
                    width: 100px;
                    font-size: 16px;
                    color: #000;
                    line-height: 30px;
                    text-align: right;
                    padding-right: 10px;
                }

                .product-pop .pop-container .pop-form ul li .form-control_box {
                    display: flex;
                    justify-content: flex-end;
                    width: 100%;
                    margin-top: 10px;
                }

                    .product-pop .pop-container .pop-form ul li .form-control_box .form-control_boxs {
                        width: calc(100% - 100px);
                        display: flex;
                        justify-content: space-between;
                    }

                    .product-pop .pop-container .pop-form ul li .form-control_box .form-control {
                        height: 30px;
                        font-size: 14px;
                        border: 1px solid #eee;
                        line-height: 30px;
                        width: 48%;
                        background-color: #fafafa;
                    }

                .product-pop .pop-container .pop-form ul li .form-titleTitle {
                    width: auto;
                }

                .product-pop .pop-container .pop-form ul li .form-input {
                    width: calc(100% - 100px);
                    display: flex;
                    justify-content: space-between;
                }

                    .product-pop .pop-container .pop-form ul li .form-input input {
                        flex: 1;
                        height: 30px;
                        padding: 0 10px;
                        font-size: 14px;
                        border: 1px solid #eee;
                        background-color: #fafafa;
                        color: #373737;
                        line-height: 30px;
                    }

                        .product-pop .pop-container .pop-form ul li .form-input input.input-last {
                            margin-left: 16px;
                        }

                .product-pop .pop-container .pop-form ul li .form-textarea {
                    width: calc(100% - 100px);
                }

                    .product-pop .pop-container .pop-form ul li .form-textarea textarea {
                        width: 100%;
                        max-width: 100%;
                        min-width: 100%;
                        padding: 6px 10px;
                        font-size: 14px;
                        border: 1px solid #eee;
                        background-color: #fafafa;
                        color: #373737;
                        line-height: 0.3rem;
                        height: 53px;
                    }

                .product-pop .pop-container .pop-form ul li input::-webkit-input-placeholder {
                    color: #c7c7c7;
                }

                .product-pop .pop-container .pop-form ul li input::-moz-placeholder {
                    color: #c7c7c7;
                }

                .product-pop .pop-container .pop-form ul li input:-ms-input-placeholder {
                    color: #c7c7c7;
                }

                .product-pop .pop-container .pop-form ul li input:-moz-placeholder {
                    color: #c7c7c7;
                }

        .product-pop .pop-container .pop-tips {
            margin-top: 10px;
            padding: 0 10px;
        }

            .product-pop .pop-container .pop-tips p {
                font-size: 14px;
                color: #707070;
            }

            .product-pop .pop-container .pop-tips .tips-checkbox {
                margin-top: 5px;
            }

                .product-pop .pop-container .pop-tips .tips-checkbox label {
                    display: block;
                    position: relative;
                    font-size: 12px;
                    color: #a6a6a6;
                    position: relative;
                    line-height: 16px;
                    padding-left: 21px;
                }

                    .product-pop .pop-container .pop-tips .tips-checkbox label input {
                        appearance: none;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                    }

                        .product-pop .pop-container .pop-tips .tips-checkbox label input:before {
                            content: "";
                            width: 16px;
                            height: 16px;
                            border: 1px solid #aaa;
                            position: absolute;
                            left: 0;
                            top: 0;
                        }

                        .product-pop .pop-container .pop-tips .tips-checkbox label input:checked:before {
                            content: "✓";
                            background: #ea552f;
                            border-color: #ea552f;
                            color: #fff;
                            text-align: center;
                            font-size: 12px;
                            line-height: 14px;
                        }

        .product-pop .pop-container .pop-btn {
            margin-top: 20px;
            padding: 0 10px;
        }

            .product-pop .pop-container .pop-btn button {
                width: 100%;
                height: 40px;
                text-align: center;
                font-size: 16px;
                line-height: 40px;
                background-color: #ea552f;
                color: #fff;
            }

    .product-pop.active {
        visibility: visible;
        opacity: 1;
    }

/* product_detail.html */

.product-detail-main {
    padding: 94px 0 0.95rem;
    background-color: #fff;
}

    .product-detail-main .product-detail-space {
        height: 0.15rem;
        background-color: #f3f4f7;
    }

.product-detail-wrap .product-detail-header {
    position: relative;
    border-top: 1px solid #f3f4f7;
    border-bottom: 1px solid #f3f4f7;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.product-detail-wrap .product-detail-tab {
    height: 1.02rem;
    text-align: left;
    overflow: hidden;
}

    .product-detail-wrap .product-detail-tab ul {
        display: inline-block;
        display: flex;
        justify-content: space-between;
    }

        .product-detail-wrap .product-detail-tab ul li.dropdown {
            float: left;
        }

            .product-detail-wrap .product-detail-tab ul li.dropdown a.dropdown-toggle {
                display: block;
                height: 1.01rem;
                font-size: 0.18rem;
                line-height: 1.01rem;
                color: #848484;
                position: relative;
                cursor: pointer;
            }

                .product-detail-wrap .product-detail-tab ul li.dropdown a.dropdown-toggle::after {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: #ea552f;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transition: all 0.3s;
                }

.product-detail-wrap .product-detail-dropdown {
    width: 100%;
    max-width: 1400px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 1.32rem;
    z-index: 9;
    /* padding: 0.27rem 0 0.27rem 2.75rem; */
    /* margin-top: 0.27rem; */
    padding-top: 0.27rem;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .product-detail-wrap .product-detail-dropdown ul {
        /* display: -moz-flex; Firefox 18+  */
        display: flex;
        justify-content: flex-start;
    }

        .product-detail-wrap .product-detail-dropdown ul li {
            float: left;
        }

            .product-detail-wrap .product-detail-dropdown ul li a {
                display: block;
            }

            .product-detail-wrap .product-detail-dropdown ul li .img-box {
                display: block;
                height: 1.35rem;
                padding: 0 0.7rem;
                line-height: 0;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: flex-end;
            }

.contrentImgs {
    width: 100%;
    background-color: #f3f4f7;
    padding-top: .7rem;
}

.contrentollBox {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 3;
    flex-wrap: wrap;
}

.contrentImgsBox {
    /* padding-bottom: 30px; */
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    width: 31.9%;
}

    .contrentImgsBox:hover img {
        transform: scale(1.1);
    }

    .contrentImgsBox img {
        transition: all .48s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hoverBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity:0.2;   */
    visibility: hidden;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.5);
}

.contrentImgsBox:hover .hoverBox {
    visibility: visible;
    transition: width .4s ease;
    /* transition: all .48s ease; */
}

.contrentImgsBox:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 13;
    width: 0;
    height: 6px;
    background-color: #ea552f;
    transition: width .4s ease;
}

.contrentImgsBox:hover:after {
    width: 100%;
}

.contentText {
    width: 100%;
    height: 100%;
    background-color: #f3f4f7;
    display: flex;
    align-items: center;
    padding-bottom: .7rem;
}

.contenOllText {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* height: 400px; */
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: .38rem;
}

.contentTextBox {
    width: 23%;
    height: 5rem;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 34px;
    position: relative;
}

    .contentTextBox button {
        width: 100px;
        height: 50px;
        background-color: red;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .contentTextBox img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .contentTextBox :nth-child(2) {
        font-size: 30px;
        font-weight: bolder;
        color: #383838;
    }

    .contentTextBox :nth-child(3) {
        font-size: .2rem;
        font-weight: bolder;
        color: #b4b4b4;
        /* word-break: break-all; */
        height: 120px;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 5; /** 显示的行数 **/
        overflow: hidden;
        text-align: center;
    }

.centreOllMeg {
    width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
}

.centreOllMegBox {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.centerText {
    width: 40%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.centerTexttow span {
    text-align: right;
}

.centerTexts {
    width: 50%;
    height: 550px;
    display: flex;
    align-items: center;
}

    .centerTexts img {
        width: 100%;
        height: 5rem;
        margin-top: 50px;
    }

.acticenterTexts {
    justify-content: flex-end;
}

.clickNema {
    width: 100px;
    height: 50px;
    font-size: 16px;
    color: white;
    background-color: #ea562f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conterTiel {
    font-size: 30px;
    color: #383838;
    font-weight: bolder;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.conterTiels {
    width: 100%;
    font-size: 16px;
    color: #423e3e;
    /*line-height: 34px;*/
    white-space: pre-wrap;
}

.product-detail-wrap .product-detail-dropdown ul li .img-box img {
    max-height: 1.35rem;
    transition: all 0.3s;
}

.product-detail-wrap .product-detail-dropdown ul li h5 {
    font-weight: normal;
    font-size: 0.14rem;
    text-align: center;
    margin-top: 0.25rem;
    color: #515151;
}

.product-detail-wrap .product-detail-dropdown ul li span {
    display: block;
    width: 0.66rem;
    height: 0.22rem;
    line-height: 0.22rem;
    font-size: 0.12rem;
    text-align: center;
    margin: 0.1rem auto 0;
    color: #fff;
    background-color: #ea552f;
    margin-bottom: 12px;
}

.product-detail-wrap .product-detail-dropdown ul li a:hover .img-box img {
    transform: scale(1.1);
}

.product-detail-wrap .product-detail-header .product-detail-tab ul li.active .product-detail-dropdown {
    top: 1.02rem;
    visibility: visible;
    opacity: 1;
}

.product-detail-wrap .product-detail-header .product-detail-tab ul li.active a.dropdown-toggle {
    color: #ea552f
}

    .product-detail-wrap .product-detail-header .product-detail-tab ul li.active a.dropdown-toggle::after {
        width: 50%;
        left: 25%;
    }

.product-detail-wrap .product-detail-box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.3rem 0 0.56rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .product-detail-wrap .product-detail-box .product-detail-l {
        width: 6.26rem;
        /* float: left; */
    }

.product-detail-l .slide-view ul {
    width: 6.26rem;
    height: 6.26rem;
    position: relative;
}

    .product-detail-l .slide-view ul li {
        background-color: #f5f5f5;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s;
        visibility: hidden;
    }

        .product-detail-l .slide-view ul li a {
            width: 6.26rem;
            height: 6.26rem;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .product-detail-l .slide-view ul li a img {
                max-width: 100%;
                vertical-align: middle;
            }

        .product-detail-l .slide-view ul li.active {
            visibility: visible;
            opacity: 1;
        }

.product-detail-l .slide-preview {
    width: 6.26rem;
    margin-top: 0.14rem;
    overflow-x: auto;
}

    .product-detail-l .slide-preview ul {
        /* width:   6.43rem; */
        /* width: 100%; */
        /* margin-left: -0.09rem; */
        float: left;
        display: flex;
        justify-content: end;
    }

        .product-detail-l .slide-preview ul li {
            /* flex: 1; */
            /* padding: 0 0.09rem; */
            width: 1.41rem;
            height: 1.41rem;
            margin-right: 0.2rem;
            /* width: 141px; */
        }

        .product-detail-l .slide-preview ul :last-child {
            margin-right: 0;
        }



        .product-detail-l .slide-preview ul li a {
            display: block;
            background-color: #f5f5f5;
            cursor: pointer;
            position: relative;
            width: 100%;
            height: 100%;
            /* display: table; */
            /* vertical-align: middle; */
        }

            .product-detail-l .slide-preview ul li a img {
                max-width: 100%;
                /* vertical-align: middle; */
            }

            .product-detail-l .slide-preview ul li a.active::after {
                content: "";
                width: 100%;
                height: 100%;
                border: 2px solid #ea552f;
                position: absolute;
                left: 0;
                top: 0;
            }

.product-detail-wrap .product-detail-box .product-detail-r {
    width: calc(100% - 6.5rem);
    /*    z-index: 9999;*/
    /* float: right; */
}

.product-detail-r .r-item {
    border-bottom: 1px solid #e4e4e4;
    padding: 0.25rem 0 0.3rem;
}

    .product-detail-r .r-item .tips {
        font-size: 0.14rem;
        color: #9d9d9d;
        line-height: 0.2rem;
        margin-left: 0.23rem;
        float: left;
        display: flex;
        align-items: center;
    }

        .product-detail-r .r-item .tips i {
            display: block;
            width: 0.18rem;
            height: 0.18rem;
            text-align: center;
            color: #fff;
            font-size: 0.12rem;
            background-color: #cfcfcf;
            border-radius: 50%;
            margin-right: 0.08rem;
            font-style: normal;
        }

    .product-detail-r .r-item .product-country .tips {
        margin-top: 0.16rem;
    }

    .product-detail-r .r-item .product-title {
        font-size: 0.36rem;
        color: #3b3b3b;
        /*line-height: 0.46rem;*/
        margin-top: 0.05rem;
    }

    .product-detail-r .r-item .product-desc {
        font-size: 0.14rem;
        color: #383838;
        line-height: 1.7;
        margin-top: 0.2rem;
    }

    .product-detail-r .r-item .product-country {
        height: 0.52rem;
        margin-top: 0.23rem;
    }

        .product-detail-r .r-item .product-country .country-title {
            font-size: 0.18rem;
            color: #3b3b3b;
            line-height: 0.52rem;
            float: left;
        }

        .product-detail-r .r-item .product-country .country-select {
            float: left;
            margin-left: 0.2rem;
            background-color: #ea552f;
            padding: .1rem .2rem;
            color: white;
            text-align: center;
        }

            .product-detail-r .r-item .product-country .country-select select {
                min-width: 1.85rem;
                height: 0.52rem;
                border: 1px solid #ea552f;
                color: #ea552f;
                font-size: 0.18rem;
                padding: 0 0.42rem 0 0.14rem;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                background: url("../img/product_select.png") no-repeat calc(100% - 0.14rem) center;
            }

    .product-detail-r .r-item h3 {
        font-size: 0.18rem;
        color: #3b3b3b;
        /* line-height: 0.2rem; */
    }

    .product-detail-r .r-item .price-num {
        font-size: 0.36rem;
        color: #ea552f;
        margin-top: 0.2rem;
    }

    .product-detail-r .r-item .contact-sales1 {
        float: left;
        text-align: center;
        background-color: #191919;
        margin-top: 0.18rem;
        cursor: pointer;
    }

        .product-detail-r .r-item .contact-sales1 .reduce {
            width: 0.5rem;
            height: 0.5rem;
            float: left;
            background-color: #191919;
            background: url(../img/contact.png) no-repeat;
            background-position-x: center;
            background-position-y: center;
        }

        .product-detail-r .r-item .contact-sales1 div {
            display: block;
            width: 1.98rem;
            height: 0.5rem;
            float: left;
            font-size: 0.26rem;
            color: #fff;
            line-height: 0.5rem;
            text-align: center;
            background-color: #ea552f;
            border: 0;
        }

/* 广告弹窗 */

.advertising {
    width: 380px;
    height: 215px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgb(252, 248, 247);
    box-shadow: 0px 0 150px -10px #000;
}

.advertisingac {
    display: none;
}

.offadvertising {
    width: 100%;
    height: 30px;
    /* background-color: red; */
    display: flex;
    align-items: center;
}

    .offadvertising span {
        font-size: 16px;
        color: black;
        margin-left: 8%;
    }

.advertising img {
    width: 100%;
    height: 190px;
    /*margin-left: 1%;*/
}

.offadvertising img {
    width: 20px;
    height: 20px;
}

.advertising_MT {
    display: none;
}

/*.product-detail-r .r-item .contact-sales1 {
	width: 1.98rem;
	height: 0.54rem;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	color: #fff;
	background-color: #ea552f;
	margin-left: 0.18rem;
	margin-top: 0.18rem;
	cursor: pointer;
}

.product-detail-r .r-item .contact-sales1-i i {
	display: block;
	width: 0.24rem;
	height: 0.3rem;
	background: url(../img/contact.png) no-repeat;
	background-size: 100% auto;
	margin-right: 0.18rem;
}*/

.product-detail-r .r-item .price-charge {
    margin-top: 0.2rem;
}

    .product-detail-r .r-item .price-charge span {
        font-size: 0.18rem;
        color: #3b3b3b;
        line-height: 0.2rem;
        display: block;
        float: left;
    }

.product-detail-r .r-item.buy {
    border: 0;
}

.product-detail-r .r-item .buy-choose button {
    height: 0.36rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #ea552f;
    background-color: #faece8;
    float: left;
    cursor: pointer;
}

.product-detail-r .r-item .buy-chooseBoxOll {
    display: flex;
}

.product-detail-r .r-item .buy-chooseBox {
    display: flex;
    flex-direction: column;
    margin: 0.2rem 0.2rem 0 0;
}

    .product-detail-r .r-item .buy-chooseBox span {
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
    }

.product-detail-r .r-item .buy-choose .active {
    border: 1px solid #ea552f
}

.product-detail-r .r-item .buy-desc {
    font-size: 0.14rem;
    color: #9d9d9d;
    line-height: 0.2rem;
    display: block;
    margin-top: 0.19rem;
}

.product-detail-r .r-item .buy-footer {
    margin-top: 0.36rem;
    height: 100px;
    z-index: 999;
}

    .product-detail-r .r-item .buy-footer .buy-num {
        float: left;
        text-align: center;
        border: 2px solid #ea552f;
    }

        .product-detail-r .r-item .buy-footer .buy-num span {
            width: 0.5rem;
            height: 0.5rem;
            float: left;
            cursor: pointer;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.2rem auto;
        }

            .product-detail-r .r-item .buy-footer .buy-num span.reduce {
                background-image: url(../img/buy_reduce.png);
            }

            .product-detail-r .r-item .buy-footer .buy-num span.add {
                background-image: url(../img/buy_add.png);
            }

            .product-detail-r .r-item .buy-footer .buy-num span.active {
                background-color: #ffe0d7;
            }

        .product-detail-r .r-item .buy-footer .buy-num input {
            display: block;
            width: 1.24rem;
            height: 0.5rem;
            float: left;
            font-size: 0.26rem;
            color: #ea552f;
            line-height: 0.5rem;
            text-align: center;
            background-color: #fff;
            border: 0;
            border-left: 2px solid #ea552f;
            border-right: 2px solid #ea552f;
        }

    .product-detail-r .r-item .buy-footer .buy-cart {
        width: 1.98rem;
        height: 0.54rem;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: #fff;
        background-color: #ea552f;
        margin-left: 0.18rem;
        cursor: pointer;
    }

    .product-detail-r .r-item .buy-footer .disable {
        background-color: #cccccc;
    }

    .product-detail-r .r-item .buy-footer .buy-cart i {
        display: block;
        width: 0.24rem;
        height: 0.21rem;
        background: url(../img/product_cart.png) no-repeat;
        background-size: 100% auto;
        margin-right: 0.18rem;
    }

.product-detail-info {
    display: flex;
    flex-direction: column;
}

.product-detail-wrap .product-detail-info .info-header {
    width: 100%;
    /* float: left; */
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    z-index: 12;
}

    .product-detail-wrap .product-detail-info .info-header .info-header-container {
        max-width: 1400px;
        margin: 0 auto;
    }

.clearfixBox {
    display: none;
}

.product-detail-wrap .product-detail-info .info-header .info-title {
    width: 3.81rem;
    float: left;
    border-right: 1px solid #e4e4e4;
    font-size: 0.22rem;
    color: #424242;
    line-height: 0.94rem;
    padding-left: 0.1rem;
}

.product-detail-wrap .product-detail-info .info-header .info-tab {
    float: left;
    font-weight: bold;
    padding-left: 0.1rem;
}

    .product-detail-wrap .product-detail-info .info-header .info-tab a {
        display: block;
        width: 1.4rem;
        text-align: center;
        float: left;
        font-size: 0.16rem;
        color: #424242;
        line-height: 0.94rem;
        background-color: #fff;
        font-weight: bold;
    }

        .product-detail-wrap .product-detail-info .info-header .info-tab a.active {
            color: #ea552f;
        }

.product-detail-wrap .product-detail-info .info-box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

.product-detail-wrap .product-detail-info .info-box-l {
    width: 3.81rem;
    float: left;
    border-right: 1px solid #e4e4e4;
}

    .product-detail-wrap .product-detail-info .info-box-l ul {
        padding: 0.04rem 0 0 0.15rem;
    }

        .product-detail-wrap .product-detail-info .info-box-l ul li {
            margin-top: 0.2rem;
        }

            .product-detail-wrap .product-detail-info .info-box-l ul li a {
                display: block;
                width: 3.36rem;
                padding-top: 3.36rem;
                position: relative;
            }

                .product-detail-wrap .product-detail-info .info-box-l ul li a .img-box {
                    width: 3.36rem;
                    height: 3.36rem;
                    overflow: hidden;
                    background-color: #f5f5f5;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .product-detail-wrap .product-detail-info .info-box-l ul li a .img-box img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        flex: 0;
                        flex-basis: auto;
                        max-width: 100%;
                        transition: all 0.5s;
                    }

                .product-detail-wrap .product-detail-info .info-box-l ul li a .title {
                    height: 1.04rem;
                    /*padding-top: 0.2rem;*/
                    padding-top: 0.35rem;
                    background-color: #d6d6d6;
                    color: #fff;
                    padding-left: 0.36rem;
                    transition: all 0.5s;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .product-detail-wrap .product-detail-info .info-box-l ul li a .title h5 {
                        width: 100%;
                        font-size: 0.18rem;
                        line-height: 0.32rem;
                        color: inherit;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .product-detail-wrap .product-detail-info .info-box-l ul li a .title span {
                        display: block;
                        font-size: 0.18rem;
                        line-height: 0.32rem;
                        color: inherit;
                    }

                .product-detail-wrap .product-detail-info .info-box-l ul li a:hover .img-box img {
                    transform: scale(1.1);
                }

                .product-detail-wrap .product-detail-info .info-box-l ul li a:hover .title {
                    color: #fff;
                    background-color: #ea552f;
                }

.product-detail-wrap .product-detail-info .info-box-r {
    float: right;
    flex: 1
}

    .product-detail-wrap .product-detail-info .info-box-r .r-item h3.item-title {
        width: 100%;
        font-size: 0.22rem;
        line-height: 0.85rem;
        color: #424242;
        border-bottom: 1px solid #e4e4e4;
        padding-left: 0.3rem;
    }

#parameter {
    padding-top: 200px;
    margin-top: -200px;
}

#file {
    padding-top: 200px;
    margin-top: -200px;
}

#description {
    padding-top: 200px;
    margin-top: -200px;
}

#commodityMes {
    display: none;
}

.product-detail-wrap .product-detail-info .info-box-r .r-item.parameter h3.item-title {
    border: 0;
}

.product-detail-wrap .product-detail-info .info-box-r .r-item .item-container {
    padding-left: 0.3rem;
}

.product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table {
    width: 100%;
    text-align: center;
    font-size: 0.14rem;
    color: #212121;
    line-height: 0.2rem;
}

    .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table thead {
        background-color: #faece8;
        font-size: 0.18rem;
        font-weight: bold;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table tr:nth-child(2n) {
        background-color: #f5f5f5;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table td {
        padding: 0.13rem;
    }

.product-detail-wrap .product-detail-info .info-box-r .r-item.file ul {
    width: 100%;
    float: left;
    padding: 0.23rem 0;
}

    .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li {
        width: 50%;
        float: left;
        padding: 0.15rem 0 0.15rem 0.18rem;
        cursor: pointer;
    }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-icon {
            width: 0.74rem;
            height: 0.74rem;
            float: left;
            background: url(../img/dowload_icon.png) no-repeat;
            background-size: cover
        }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-con {
            width: calc(100% - 0.74rem);
            height: 0.74rem;
            padding-left: 0.3rem;
            float: left;
            line-height: 0.7rem;
        }

            .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-con a {
                display: block;
                font-size: 0.22rem;
                color: #848484;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li:hover {
            background-color: #f3f4f7;
        }

            .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li:hover .file-icon {
                background-image: url(../img/dowload_icon_active.png)
            }

.product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li {
    background-color: #f6f6f6;
    padding: 0.18rem 0.2rem 0.18rem 0.25rem;
    margin-top: 0.36rem;
    position: relative;
}

    .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li .comment-header {
        width: 100%;
        font-size: 0.18rem;
        color: #9d9d9d;
        display: flex;
        justify-content: space-between;
    }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li .comment-header h5 {
            font-weight: normal;
            font-size: inherit;
        }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li p {
        font-size: 0.16rem;
        color: #383838;
        line-height: 0.29rem;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li::after {
        content: "";
        width: 0.18rem;
        height: 0.11rem;
        background: url(../img/product_jt.png) no-repeat;
        position: absolute;
        left: 35px;
        top: -11px;
    }

/* products.html */

.products-all-wrap .products-all-tab {
    height: 1.02rem;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

    .products-all-wrap .products-all-tab ul {
        /* display: inline-block; */
        max-width: 1400px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
    }

        .products-all-wrap .products-all-tab ul li a {
            display: block;
            height: 1.01rem;
            font-size: 0.18rem;
            line-height: 1.01rem;
            color: #848484;
            position: relative;
            cursor: pointer;
        }

            .products-all-wrap .products-all-tab ul li a::after {
                content: "";
                /* width: 0; */
                height: 3px;
                background-color: #ea552f;
                position: absolute;
                left: 50%;
                bottom: 0;
                transition: all 0.3s;
            }

            .products-all-wrap .products-all-tab ul li a.active {
                color: #ea552f
            }

                .products-all-wrap .products-all-tab ul li a:hover::after, .products-all-wrap .products-all-tab ul li a.active::after {
                    width: 50%;
                    left: 25%;
                }

.products-all-wrap .products-all-container {
    background-color: #fff;
    margin-top: 0.3rem;
}

    .products-all-wrap .products-all-container .products-all-l {
        width: 20%;
        float: left;
        padding: 0.36rem 0.18rem;
    }

.products-all-l .product-search {
    width: 100%;
    position: relative;
}

    .products-all-l .product-search h1 {
        display: none;
    }

    .products-all-l .product-search input {
        width: 100%;
        height: 0.45rem;
        padding: 0 0.22rem 0 0.25rem;
        border: 1px solid #eee;
        border-radius: 2px;
        background: #fafafa;
        font-size: 0.18rem;
    }

    .products-all-l .product-search i {
        width: 0.24rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0.22rem;
        background: url(../img/search.png) center no-repeat;
        background-size: 100% auto;
    }

.products-all-l .products-filter .filter-title {
    font-size: 0.3rem;
    color: #2a2a2a;
    padding: 0.52rem 0 0.38rem;
}

.products-all-l .products-filter .filter-list {
    width: 100%;
    padding-bottom: 0.65rem;
    overflow: hidden;
}

    .products-all-l .products-filter .filter-list h3 {
        font-size: 0.2rem;
        line-height: 0.54rem;
        color: #2a2a2a;
        padding-left: 0.2rem;
        border-left: 0.04rem solid #ea552f;
        background-color: #fbf4f2;
    }

    .products-all-l .products-filter .filter-list .filter-checkbox {
        width: calc(100% + 0.5rem);
        margin-left: -0.45rem;
    }

        .products-all-l .products-filter .filter-list .filter-checkbox label {
            display: block;
            float: left;
            margin-left: 0.5rem;
            font-size: 12px;
            color: #a6a6a6;
            position: relative;
            line-height: 16px;
            padding-left: 21px;
            margin-top: 0.2rem;
        }

            .products-all-l .products-filter .filter-list .filter-checkbox label input {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

                .products-all-l .products-filter .filter-list .filter-checkbox label input:before {
                    content: "";
                    width: 16px;
                    height: 16px;
                    border: 1px solid #aaa;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                .products-all-l .products-filter .filter-list .filter-checkbox label input:checked:before {
                    content: "✓";
                    background: #ea552f;
                    border-color: #ea552f;
                    color: #fff;
                    text-align: center;
                    font-size: 12px;
                    line-height: 14px;
                }

.products-all-wrap .products-all-container .products-all-r {
    width: 80%;
    float: left;
}

.products-all-wrap .products-all-container ul {
    width: 100%;
    float: left;
}

    .products-all-wrap .products-all-container ul li {
        width: 25%;
        float: left;
        position: relative;
    }

        .products-all-wrap .products-all-container ul li a {
            display: block;
            width: 100%;
            padding-top: 100%;
            position: relative;
        }

            .products-all-wrap .products-all-container ul li a .img-box {
                width: 100%;
                height: calc(100% - 1.04rem);
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 0;
                top: 0;
            }

                .products-all-wrap .products-all-container ul li a .img-box img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    flex: 0;
                    flex-basis: auto;
                    max-width: 100%;
                    transition: all 0.5s;
                }

            .products-all-wrap .products-all-container ul li a .titleV {
                width: 100%;
                font-size: 0.18rem;
                line-height: 0.502rem;
                background-color: #fff;
                color: #424242;
                padding-left: 36px;
                transition: all 0.5s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .products-all-wrap .products-all-container ul li a .title .title {
            }

            .products-all-wrap .products-all-container ul li a:hover .titleV {
                color: #fff;
                background-color: #ea552f;
            }

            .products-all-wrap .products-all-container ul li a .title {
                height: 1.04rem;
                /* padding: 0.2rem 0 0 0.36rem; */
                /* margin-left: 34%; */
                color: #242424;
                transition: all 0.5s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                /* align-items: normal; */
                align-items: center;
            }

                .products-all-wrap .products-all-container ul li a .title h5 {
                    width: 85%;
                    font-size: 0.18rem;
                    padding: 0 5px;
                    line-height: 1.2;
                    color: inherit;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    text-align: center
                }

                .products-all-wrap .products-all-container ul li a .title span {
                    display: block;
                    font-size: 0.18rem;
                    line-height: 0.32rem;
                    color: inherit;
                }

            .products-all-wrap .products-all-container ul li a:hover .img-box img {
                transform: scale(1.1);
            }

            .products-all-wrap .products-all-container ul li a:hover .title {
                color: #fff;
                background-color: #ea552f;
            }

        .products-all-wrap .products-all-container ul li::after {
            content: "";
            width: 1px;
            height: 100%;
            background-color: #e4e4e4;
            position: absolute;
            left: 0;
            top: 0;
        }

        .products-all-wrap .products-all-container ul li::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #e4e4e4;
            position: absolute;
            left: 0;
            bottom: 0;
        }

/* solution_product.html */

.solution-product-wrap .solution-container {
    background-color: #fff;
    padding: 0 0.7rem 0.9rem 0.8rem;
}

    .solution-product-wrap .solution-container .solution-title {
        font-size: 0.48rem;
        color: #383838;
        padding-top: 0.8rem;
    }

    .solution-product-wrap .solution-container .solution-desc {
        font-size: 0.16rem;
        color: #848484;
        line-height: 0.3rem;
        margin-top: 0.35rem;
    }

    .solution-product-wrap .solution-container .solution-application {
        margin-top: 0.5rem;
    }

        .solution-product-wrap .solution-container .solution-application ul {
            width: calc(100% + 0.3rem);
            margin-left: -0.15rem;
        }

            .solution-product-wrap .solution-container .solution-application ul li {
                width: 50%;
                float: left;
                padding: 0 0.15rem;
            }

                .solution-product-wrap .solution-container .solution-application ul li .img-box {
                    width: 100%;
                    line-height: 0;
                    overflow: hidden;
                }

                    .solution-product-wrap .solution-container .solution-application ul li .img-box img {
                        display: block;
                        width: 100%;
                        transition: all 0.5s;
                    }

                .solution-product-wrap .solution-container .solution-application ul li .title {
                    font-size: 0.3rem;
                    color: #383838;
                    line-height: 0.95rem;
                    padding: 0 0.4rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .solution-product-wrap .solution-container .solution-application ul li:hover .img-box img {
                    transform: scale(1.1);
                }

        .solution-product-wrap .solution-container .solution-application .more {
            display: block;
            width: 2.46rem;
            height: 0.53rem;
            line-height: 0.53rem;
            text-align: center;
            font-size: 0.18rem;
            color: #fff;
            margin: 0.68rem auto 0;
            background-color: #ea552f;
        }

.solution-product-wrap .solution-product .product-title {
    font-size: 0.48rem;
    color: #383838;
    padding: 0.65rem 0;
}

.solution-product-wrap .solution-product {
    background-color: #fff;
    margin-top: 0.3rem;
    padding-bottom: 1.6rem;
}

    .solution-product-wrap .solution-product ul li {
        float: left;
        width: 30%;
        /* padding: 0 0.22rem; */
    }

    .solution-product-wrap .solution-product ul {
        display: flex;
        justify-content: space-between;
    }

        .solution-product-wrap .solution-product ul li a {
            display: block;
            width: 100%;
            position: relative;
        }

            .solution-product-wrap .solution-product ul li a .img-box {
                width: 100%;
                /* height: 3.9rem; */
                overflow: hidden;
                background-color: #f5f5f5;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: .4rem;
            }

                .solution-product-wrap .solution-product ul li a .img-box img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    flex: 0;
                    flex-basis: auto;
                    transition: all 0.5s;
                }

            .solution-product-wrap .solution-product ul li a h5 {
                width: 100%;
                font-size: 0.18rem;
                line-height: 1.2rem;
                background-color: #d6d6d6;
                color: #fff;
                padding-left: 0.36rem;
                transition: all 0.5s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .solution-product-wrap .solution-product ul li a:hover .img-box img {
                transform: scale(1.1);
            }

            .solution-product-wrap .solution-product ul li a:hover h5 {
                background-color: #ea552f;
            }

/* solution.html */

.solution-main .slide-banner {
    height: 7.62rem;
    display: flex;
    justify-content: center;
}

.solution-wrap .scenario-container {
    background-color: #f3f4f7;
    width: 100%;
    /* padding-bottom: .7rem; */
}

    .solution-wrap .scenario-container .scenario-title {
        font-size: 0.48rem;
        color: #383838;
        padding-top: 0.8rem;
    }

    .solution-wrap .scenario-container .scenario-desc {
        font-size: 14px;
        color: #848484;
        line-height: 25px;
        margin-top: 0.35rem;
        /* padding-bottom: 40px; */
    }

    .solution-wrap .scenario-container .scenario-application {
        /* margin-top: 50px; */
        margin-bottom: 0.6rem;
        width: 100%;
    }

        .solution-wrap .scenario-container .scenario-application ul {
            /* width: calc(100% + 0.3rem);
	margin-left: -0.15rem;
	*/
            /* position: relative;  */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 0.6rem;
        }

            .solution-wrap .scenario-container .scenario-application ul li {
                width: 48%;
                /* float: left; */
            }

                /* .solution-wrap .scenario-container .scenario-application ul li .container{padding:0 0.15rem;} */

                .solution-wrap .scenario-container .scenario-application ul li a {
                    display: block;
                    /* padding: 0.36rem 0.15rem 0; */
                }

                .solution-wrap .scenario-container .scenario-application ul li .img-box {
                    width: 100%;
                    line-height: 0;
                    overflow: hidden;
                }

                    .solution-wrap .scenario-container .scenario-application ul li .img-box img {
                        display: block;
                        width: 100%;
                        transition: all 0.5s;
                    }

                .solution-wrap .scenario-container .scenario-application ul li .title {
                    font-size: 0.3rem;
                    color: #383838;
                    line-height: 0.95rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .solution-wrap .scenario-container .scenario-application ul li a:hover .img-box img {
                    transform: scale(1.1);
                }

                .solution-wrap .scenario-container .scenario-application ul li.application {
                    padding-top: 0;
                }

                .solution-wrap .scenario-container .scenario-application ul li .application-title {
                    font-size: 0.48rem;
                    color: #383838;
                    line-height: 0.55rem;
                    position: relative;
                    padding: 0 0 1.24rem 0.36rem;
                }

                    .solution-wrap .scenario-container .scenario-application ul li .application-title::after {
                        content: "";
                        width: 0.83rem;
                        height: 0.12rem;
                        background-color: #ea552f;
                        position: absolute;
                        left: 0.36rem;
                        bottom: 0.7rem;
                    }

.solution-wrap .solution-img-box {
    width: 100%;
    line-height: 0;
}

    .solution-wrap .solution-img-box img {
        width: 100%;
        padding: 0.6rem 0;
    }

.solution-wrap .solution-text-container {
    width: 100%;
    background: url(../img/solution_bg1.jpg) no-repeat;
    background-size: cover;
}

    .solution-wrap .solution-text-container ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 4.1rem;
    }

        .solution-wrap .solution-text-container ul li {
            position: relative;
            width: 23%;
            min-height: 4.1rem;
            /* float: left; */
            padding: 0.6rem 0;
        }

            .solution-wrap .solution-text-container ul li::after {
                content: "";
                width: 1px;
                height: 100%;
                background-color: #5d5d5d;
                position: absolute;
                right: 0;
                top: 0;
            }

            .solution-wrap .solution-text-container ul li:last-child::after {
                width: 0;
            }

            .solution-wrap .solution-text-container ul li h5 {
                font-size: 18px;
                color: #fff;
                font-weight: normal;
            }

            .solution-wrap .solution-text-container ul li p {
                font-size: 14px;
                color: #c2c2c2;
                line-height: 30px;
                margin-top: 0.28rem
            }

.solution-wrap .solution-title {
    font-size: 0.48rem;
    color: #383838;
    padding: 0.54rem 0;
    position: relative;
    font-weight: normal;
}

    .solution-wrap .solution-title::after {
        content: "";
        width: 0.83rem;
        height: 0.12rem;
        background-color: #ea552f;
        position: absolute;
        left: 1.05rem;
        bottom: 0;
    }

.solution-wrap .solution-title1 {
    font-size: 0.48rem;
    color: #383838;
    padding: 0.54rem 0 0.47rem 0;
    position: relative;
    font-weight: normal;
}

    .solution-wrap .solution-title1::after {
        content: "";
        width: 0.83rem;
        height: 0.12rem;
        background-color: #ea552f;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.solution-wrap .solution-super-container {
    background-color: #fff;
    padding-bottom: 0.5rem;
}

    .solution-wrap .solution-super-container ul {
        margin-top: 0.75rem;
    }

        .solution-wrap .solution-super-container ul li {
            width: 50%;
            float: left;
            position: relative;
            padding: 0 1rem;
            border-right: 1px solid #bfbfbf;
        }

            .solution-wrap .solution-super-container ul li:last-child {
                border: 0;
            }

            .solution-wrap .solution-super-container ul li h3 {
                font-size: 0.3rem;
                color: #383838;
                line-height: 0.9rem;
                padding-left: 0.4rem;
            }

            .solution-wrap .solution-super-container ul li .img-box {
                height: 2rem;
                line-height: 0;
                overflow: hidden;
            }

                .solution-wrap .solution-super-container ul li .img-box img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .solution-wrap .solution-super-container ul li h3 {
                font-size: 0.3rem;
                color: #383838;
                line-height: 0.9rem;
                padding-left: 0.4rem;
            }

            .solution-wrap .solution-super-container ul li .desc {
                font-size: 0.24rem;
                color: #848484;
                line-height: 0.5rem;
                margin-top: 0.35rem;
            }

                .solution-wrap .solution-super-container ul li .desc p {
                    position: relative;
                    padding-left: 1rem;
                }

                    .solution-wrap .solution-super-container ul li .desc p::before {
                        content: "";
                        width: 0.26rem;
                        height: 0.5rem;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background: url(../img/duihao.png) left center no-repeat;
                        background-size: 100% auto;
                    }

        .solution-wrap .solution-super-container ul .Right::after {
            content: "";
            width: 1px;
            height: 100%;
            background-color: #bfbfbf;
            position: absolute;
            right: 0;
            top: 0;
        }

.solution-wrap .solution-full-container {
    background-color: #fff;
    padding-bottom: 0.65rem;
    margin-top: 0.2rem;
}

    .solution-wrap .solution-full-container ul {
        margin-top: 0.75rem;
    }

        .solution-wrap .solution-full-container ul li {
            width: 50%;
            float: left;
            position: relative;
            padding: 0 1rem;
        }

            .solution-wrap .solution-full-container ul li h3 {
                font-size: 0.3rem;
                color: #383838;
                line-height: 0.9rem;
                padding-left: 0.4rem;
            }

            .solution-wrap .solution-full-container ul li .img-box {
                height: 3.12rem;
                line-height: 0;
                overflow: hidden;
                margin-top: 0.2rem;
                display: flex;
                justify-content: center;
                /* margin: 2rem 0; */
            }

.img-box_one {
    background-image: url(../img/solution5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.img-box_tow {
    background-image: url(../img/solution6.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-wrap .solution-full-container ul li .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.solution-wrap .solution-full-container ul li h3 {
    font-size: 0.3rem;
    color: #383838;
    line-height: 0.9rem;
    padding-left: 0.4rem;
}

.solution-wrap .solution-full-container ul li .desc {
    font-size: 0.24rem;
    color: #848484;
    line-height: 0.4rem;
    margin-top: 0.7rem;
}

    .solution-wrap .solution-full-container ul li .desc p {
        position: relative;
    }

.solution-wrap .solution-full-container ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 0;
}

.solution-wrap .solution-full-container ul :nth-child(2)::after {
    width: 0;
}

.solution-Unified-container {
    background-color: #fff;
    padding-bottom: 0.65rem;
    margin-top: 0.2rem;
}

    .solution-Unified-container .Unified-box .img-box {
        width: 100%;
        line-height: 0;
        /* padding-right: 1.05rem; */
    }

        .solution-Unified-container .Unified-box .img-box img {
            width: 100%;
        }

    .solution-Unified-container .Unified-box ul {
        margin-top: 0.95rem;
    }

        .solution-Unified-container .Unified-box ul li {
            position: relative;
            width: 33.33%;
            float: left;
            padding-right: 0.5rem;
        }

            .solution-Unified-container .Unified-box ul li h5 {
                font-size: 0.3rem;
                color: #383838;
                font-weight: normal;
            }

            .solution-Unified-container .Unified-box ul li p {
                font-size: 0.24rem;
                color: #848484;
                line-height: 0.5rem;
                margin-top: 0.28rem
            }

.solution-case-container .case-container {
    padding: 0.74rem 0;
}

    .solution-case-container .case-container .case-l {
        width: 58%;
        float: left;
        position: relative;
    }

    .solution-case-container .case-container .case-wrap {
        width: 100%;
    }

        .solution-case-container .case-container .case-wrap img {
            width: 100%;
        }

    .solution-case-container .case-container .case-arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
    }

        .solution-case-container .case-container .case-arrow button {
            width: 0.74rem;
            height: 0.74rem;
            float: left;
            cursor: pointer;
            transition: all 0.5s;
            background: #fff url(../img/solution_slide_l.png) center no-repeat;
        }

            .solution-case-container .case-container .case-arrow button.active {
                background-color: #ea562f;
            }

            .solution-case-container .case-container .case-arrow button.disabled {
                cursor: not-allowed;
            }

            .solution-case-container .case-container .case-arrow button.arrow-prev {
                background-image: url(../img/solution_slide_l.png);
            }

            .solution-case-container .case-container .case-arrow button.arrow-next {
                background-image: url(../img/solution_slide_r.png);
            }

            .solution-case-container .case-container .case-arrow button.arrow-prev.active {
                background-image: url(../img/solution_slide_l_active.png);
            }

            .solution-case-container .case-container .case-arrow button.arrow-next.active {
                background-image: url(../img/solution_slide_r_active.png);
            }

    .solution-case-container .case-container .case-r {
        width: 42%;
        float: left;
        padding: 0 0 0 0.9rem;
    }

        .solution-case-container .case-container .case-r ul li {
            margin-top: 0.7rem;
        }

            .solution-case-container .case-container .case-r ul li h5 {
                font-size: 0.3rem;
                color: #383838;
                font-weight: normal;
            }

            .solution-case-container .case-container .case-r ul li p {
                font-size: 0.18rem;
                color: #848484;
                line-height: 0.42rem;
                margin-top: 0.25rem
            }

.contern {
    display: none;
}

/* .bais_banner.owl-theme .owl-nav{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bais_banner.owl-theme .owl-nav button{
	margin-left: 0;
}
.bais_banner.owl-theme .owl-nav button.owl-next{
	margin-right: 0;
} */

#activeMedia_content {
    width: 33%;
    left: 0;
}

#echarts {
    height: 840px;
    /* height: ; */
}

.itemImgs {
    background-image: url(../img/about_history.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-detail-wrap .product-detail-tab ul .dropdown .product-detail-dropdown .ul {
    display: flex;
    justify-content: center;
}

#r-item {
    padding: 0.25rem 0 0.99rem;
}




/* personal_center个人中心页面样式 */

.personal_center {
    display: flex;
    flex-direction: row;
    /*    height: 800px;*/
    min-height: 800px;
}

.products_left {
    width: 20%;
    height: 100%;
    padding-bottom: 20px;
    /* border-right: 1px solid #f7f7f7; */
    box-shadow: 10px 0 50px 0 #f6f6f6;
}

    .products_left ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-right: 30px;
        margin-top: 50px;
        cursor: pointer;
    }

        .products_left ul li .products_imgs {
            width: 10px;
            height: 15px;
        }

        .products_left ul li .mesgoll {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
            color: #575757;
            font-weight: bold;
            width: 230px;
        }

            .products_left ul li .mesgoll .mesgollBOx {
                display: flex;
                align-items: center;
                width: 18%;
            }

            .products_left ul li .mesgoll img {
                /* width: 20px;
	height: 18px; */
                margin-right: 15px;
            }

            .products_left ul li .mesgoll .showimgone {
                display: none;
            }

            .products_left ul li .mesgoll span {
                display: flex;
                width: auto;
                justify-content: end;
            }

            .products_left ul li .mesgoll .activeColor {
                color: #ea552f;
            }

.products_right {
    width: 80%;
    /* background-color: #f7f7f7; */
}

    .products_right .Personal .Personal-ul {
        padding: 0 1rem;
    }

    .products_right .Personal .Personal_listul {
        padding: 0 1rem;
        margin-top: 30px;
    }

        .products_right .Personal .Personal_listul li {
            border-bottom: 1px solid #e8e8e8;
            width: 70%;
            height: 60px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            font-size: 18px;
            font-weight: bold;
            color: #575757;
            position: relative;
        }

            .products_right .Personal .Personal_listul li img {
                position: absolute;
                right: 0;
                width: 20px;
                height: 20px;
            }

    .products_right .Personal .Personal-ul .PersonalBtnLi {
        background-color: transparent;
        padding: 0;
        justify-content: end;
    }

.PersonalBtn {
    background: linear-gradient(360deg,#050507 28%, #848589 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 50px;
    width: 120px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.PersonalBtnB {
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    margin-left: 20px;
}


.products_right .Personal .Personal_listul :last-of-type {
    border: 0;
}

.products_right .Personal .Personal_listul img {
    cursor: pointer;
}

.Personal_Mes {
    width: 130px;
}
/* .products_right .Personaltow{
	padding-left: 100px;
} */

.products_right .Personal .Personal-ul li {
    background-color: #f5f5f5;
    width: 70%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #575757;
    margin-top: 40px;
}

    .products_right .Personal .Personal-ul li input {
        background-color: #f5f5f5;
        height: 100%;
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        color: #575757;
    }

        .products_right .Personal .Personal-ul li input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #cacaca;
        }

        .products_right .Personal .Personal-ul li input::-moz-placeholder {
            /* Firefox 19+ */
            color: #cacaca;
        }

        .products_right .Personal .Personal-ul li input:-ms-input-placeholder {
            /* IE 10+ */
            color: #cacaca;
        }

        .products_right .Personal .Personal-ul li input:-moz-placeholder {
            /* Firefox 18- */
            color: #cacaca;
        }

.products_right .Personal .Personal_head {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

    .products_right .Personal .Personal_head ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 55%;
        height: 100%;
        font-size: .16rem;
        font-weight: bold;
        color: #a7a7a7;
        margin-left: 40px;
    }

        .products_right .Personal .Personal_head ul li {
            height: 100%;
            width: 20%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

.Personal_head_inp {
    width: 35%;
    position: absolute;
    right: 0;
}

    .Personal_head_inp input {
        width: 100%;
        height: 45px;
        padding: 0 0.22rem 0 0.25rem;
        border: 2px solid #e9e9e9;
        color: #b9b9b9;
        font-size: 0.18rem;
    }

        .Personal_head_inp input::-webkit-input-placeholder {
            color: #b9b9b9;
            font-weight: bold;
            font-size: 14px;
        }

    .Personal_head_inp i {
        width: 24px;
        height: 100%;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0.22rem;
        background: url(../img/search.png) center no-repeat;
        background-size: 100% auto;
    }

.Personal_content {
    min-height: 673px;
    /*    height: 673px;*/
    overflow: auto;
    padding-left: 40px;
    color: #373737;
    font-weight: bold;
    font-size: .16rem;
    margin-bottom: 20px;
}

    .Personal_content::-webkit-scrollbar {
        display: none;
    }

.Personal_contentoll {
    margin-top: 20px;
}

.Personal_content_titlle {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.PersonalTitm {
    display: flex;
    align-items: center;
}

    .PersonalTitm span {
        padding-right: 20px;
    }

    .PersonalTitm img {
        cursor: pointer;
    }

.Personal_content_table {
    margin-top: 20px;
}

.Personal_content_table_ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: bold;
}

    .Personal_content_table_ul :last-child {
        border: 0;
    }

.Personal_content_table_ulOne {
    width: 28%;
    display: flex;
    flex-direction: row;
    border-right: 1px solid #f0f0f0;
}

.Personal_content_table_ulTow {
    border-right: 1px solid #f0f0f0;
    width: 14.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    text-align: center;
}

.table_ulTow {
    display: flex;
    flex-direction: column;
}

.table_ulTowMes span {
    padding: 0 15px;
    height: 30px;
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.table_ulTowmoney :nth-child(1) {
    font-size: 18px;
    color: #ed6a49;
    font-size: .13rem;
}

.table_ulTowmoney :nth-child(2) {
    color: #a5a5a5;
    /* margin-top: 6px; */
}

.Personal_content_table_ulOne_money {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: .16rem
}

    .Personal_content_table_ulOne_money :nth-child(2) {
        color: #ababab;
    }

.Personal_content_table_ulOne img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 15px;
}

.activeColoroll {
    border-bottom: 3px solid #ea552f;
    color: #ea552f;
}

.Personaltows {
    padding: 20px 0 20px 30px;
}

.Personal_money {
    width: 100%;
    padding: 30px 40px;
    background-color: #ea552f;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.Personal_moneycay {
    padding: 0 20px;
    height: 50px;
    background-color: white;
    color: #ea552f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bolder;
}

.Personal_moneymesg {
    padding: 0 40px;
    margin-top: .3rem;
}

    .Personal_moneymesg h2 {
        color: #373737;
        padding-bottom: .2rem;
    }

.Personal_moneyTable {
    width: 100%;
    color: #373737;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .Personal_moneyTable span {
        width: 54%;
        height: 50px;
        border-right: 1px solid #f0f0f0;
        text-align: center;
        /* opacity: .9; */
        line-height: 50px;
    }

    .Personal_moneyTable :nth-child(1) {
        text-align: left;
        width: 23%;
    }

    .Personal_moneyTable :nth-child(3) {
        text-align: right;
        border: 0;
        width: 23%;
    }

.Personal_address {
    width: 100%;
    /* height: 1rem; */
    padding: 20px 0;
    background-color: #ebebeb;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: space-between;
}

.Personal_addressAc {
    background-color: #f4f4f4;
    margin-top: 20px;
    flex-direction: row;
}

.Personal_addressBox {
    margin-bottom: 20px;
}

.Personal_address span {
    color: #4a4646;
    font-weight: bold;
    margin-top: 7px;
    font-size: .16rem;
    width: 50%;
    white-space: nowrap;
}

.Personal_address .Personal_addresstowBSpan {
    margin-top: 0;
}

.Personal_address .titleSpanoll {
    margin-right: 60%;
}

.PayWindow {
    width: 500px;
    height: 200px;
    align-items: center;
    padding-left: 100px;
    padding-top: 40px;
    display: block;
    position: fixed;
    background-color: #fff;
    top: 40%;
    left: 35%;
    z-index: 2020;
    border-radius: 8px;
}

#PayWindow .PayWindowPop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 99
}

.PayWindow .PayWindowImg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    object-fit: contain;
    cursor: pointer;
}

.Personal_address .index_boxtielAC {
    color: white;
    font-size: .18rem;
    font-weight: bolder;
}

.Personal_addresstowA {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

    .Personal_addresstowA .Personal_addsite {
        width: 100%;
        padding-left: 50px;
    }

        .Personal_addresstowA .Personal_addsite .Personal_addsiteBox {
            width: 100%;
            display: flex;
            /*            justify-content: space-between;*/
        }

            .Personal_addresstowA .Personal_addsite .Personal_addsiteBox span {
                width: 33%;
            }

            .Personal_addresstowA .Personal_addsite .Personal_addsiteBox .Personal_Span {
                width: auto
            }

    .Personal_addresstowA .Personal_addressone {
        width: 35%;
        display: flex;
        flex-direction: column;
        padding-left: 50px;
    }

    .Personal_addresstowA .Personal_addressthree {
        margin-top: 5px;
        padding-left: 50px;
    }

.Personal_addressones {
    margin: 0;
}

.Personal_addresstowA .Personal_addresstow {
    width: 65%;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.Personal_addresstowB {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a0a0a0;
}

    .Personal_addresstowB .defual_icon {
        width: 17px;
        height: 17px;
        margin-right: 7px;
    }

.Personal_addresstowC {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 0;
}

    .Personal_addresstowC ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-evenly;
    }

        .Personal_addresstowC ul li img {
            cursor: pointer;
            width: 30px;
            height: 30px;
            object-fit: contain;
        }

.indent_site {
    width: 40%;
    border-right: 0;
}

.Personal_Name {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: .2rem;
    font-weight: bolder;
    color: #484848;
}

.Personal_Names {
    margin-left: 30px;
}

.Personal_btn {
    width: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    /* .Personal_btn div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
} */

    .Personal_btn .indent_Box {
        width: 100%;
        color: white;
        display: flex;
        justify-content: space-between;
    }

        .Personal_btn .indent_Box .indent_BoxTiem span {
            padding: 0;
            color: white;
            width: auto;
            white-space: inherit;
            margin: 0;
        }

.Personal_btn_alter {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 0;
}

    .Personal_btn_alter img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .Personal_btn_alter span {
        font-size: .2rem;
        font-weight: bolder;
        color: #a0a0a0;
        cursor: pointer;
    }

.Personal_btn_change {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Personal_btn_change span {
        font-size: .2rem;
        font-weight: bolder;
        color: #ea552f;
        cursor: pointer;
    }

.Personal_address::after {
    content: "";
    width: 12px;
    height: 95%;
    position: absolute;
    left: 3px;
    top: 3%;
    background-image: url(../img/imglogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.Personal_addressIpn {
    width: 3rem;
    height: .5rem;
    background: linear-gradient(360deg,#E44B13 8%, #F19B05 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: .16rem;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.Personal_coupons {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 35px;
}

.Personal_couponsactive {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

    .Personal_couponsactive ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 100%;
    }

        .Personal_couponsactive ul li {
            display: flex;
            align-items: center;
            margin-right: 20px;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            /* border-bottom:3px solid red; */
        }

        .Personal_couponsactive ul .active {
            color: #ea552f;
        }

.Personal_couponsInp {
    display: flex;
    flex-direction: row;
}

    .Personal_couponsInp input {
        height: 45px;
        padding: 0 22px 0 25px;
        border: 2px solid #e9e9e9;
        color: #b9b9b9;
        border-right: 0;
        font-weight: bold;
        font-size: 16px;
    }

.Personal_couponsbox {
    width: 70px;
    height: 45px;
    background-color: #ea552f;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    cursor: pointer;
}

.Personal_couponsAC {
    padding: 0 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Personal_couponsACMes {
    width: 48%;
    display: flex;
    cursor: pointer;
}

.Personal_couponsACollMes {
    margin-top: 20px;
}

.Personal_couponsACLeft {
    width: 60%;
    display: flex;
    flex-direction: column;
    border: 1px solid #585858;
    border-right: 0;
    position: relative;
}

    .Personal_couponsACLeft::after {
        content: "";
        position: absolute;
        left: -1px;
        width: 15px;
        height: 30px;
        top: 36%;
        background-color: white;
        border-radius: 0 100% 100% 0/50%;
        border: 1px solid #585858;
        border-left: none;
    }

.Personal_mesoll {
    margin-left: 32px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

    .Personal_mesoll span {
        font-size: .18rem;
        font-weight: bold;
        color: #585858;
    }

.Personal_tiemOll {
    margin-left: 32px;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: .14rem;
}

    .Personal_tiemOll p span {
        font-weight: bold;
        color: #585858;
        padding-bottom: 5px;
    }

.Personal_couponsACRight {
    width: 40%;
    background-color: #585858;
    color: white;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

    .Personal_couponsACRight::before {
        content: "";
        position: absolute;
        right: 0;
        width: 15px;
        height: 30px;
        top: 36%;
        background-color: white;
        border-radius: 100% 0 0 100%/50%;
        border: 1px solid #585858;
        border-right: none;
    }

    .Personal_couponsACRight :nth-child(1) {
        padding: 2px 5px;
        background-color: white;
        color: #565656;
        margin-top: 15px;
        font-weight: bold;
        font-size: .14rem;
    }

    .Personal_couponsACRight :nth-child(2) {
        font-size: .19rem;
        display: block;
        margin-top: 20px;
    }

.Personal_issue {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 35px;
}

    .Personal_issue ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

        .Personal_issue ul .active {
            color: #ea552f;
        }

        .Personal_issue ul li {
            width: auto;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            margin-right: 20px;
        }

.Personal_issueMesoll {
    padding: 20px;
    height: 673px;
    overflow: auto;
    padding-bottom: 0;
}

    .Personal_issueMesoll::-webkit-scrollbar {
        display: none;
    }

.Personal_issueMes {
    width: 80%;
    /* margin-left: 50px; */
    padding: 20px 15px;
    border-left: 5px solid #d9d9d9;
    background-color: #f9f9f9;
    margin-bottom: 24px;
}


.Pactive_border {
    border-left: 5px solid #ea552f;
}

.Personal_issueMes span {
    font-size: 18px;
    color: #595959;
    font-weight: bold;
    cursor: pointer;
}

.Personal_issueMes p {
    font-size: 16px;
    display: flex;
    /*    display: none;*/
}

.showP {
    display: flex;
}

.hidenShowP {
    display: none !important;
}

.Personal_issueMes .Pshow_Span {
    display: block;
}

.textareaioll {
    width: 100%;
    border: 3px solid #e9e9e9;
    position: relative;
}

.textarea {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    height: 300px;
    resize: none;
    color: #b9b9b9;
    padding: 10px 5px;
    padding-bottom: 75px;
    text-align: justify;
}

    .textarea::-webkit-scrollbar {
        width: 4px;
    }

    .textarea::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

    .textarea::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }

.textareaioll button {
    padding: 10px 20px;
    display: block;
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    color: white;
    /* width: 1.2rem; */
    margin-bottom: 20px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    border-radius: 5px;
}
/*Pay Success页面*/
.PaySuccesOll {
    width: 100%;
    margin-top: 100px;
}

.max-widths {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    /* overflow: hidden; */
}

.PaySuccesTop {
    display: flex;
    width: 100%;
}

    .PaySuccesTop .PaySuccesTopOne {
        width: 100%;
    }

        .PaySuccesTop .PaySuccesTopOne h1 {
            font-size: 50px;
            color: black;
            margin: 15px 0;
            line-height: 1;
        }

        .PaySuccesTop .PaySuccesTopOne .PaySuccesTopText {
            font-size: 14px;
            color: #000;
            margin-top: 50px;
            line-height: 1.7;
        }

    .PaySuccesTop .PaySuccesTopTow {
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #000;
        font-weight: bold;
        align-items: center;
        padding: 15px 0;
    }

        .PaySuccesTop .PaySuccesTopTow p {
            font-size: 26px;
            text-align: center;
        }

.PaySuccesBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 52px;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(360deg, #E44B13 8%, #F19B05 100%);
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.PaySuccesTop {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.PaySuccesBottonOne {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
}

    .PaySuccesBottonOne span {
        margin-top: 30px;
        font-size: 14px;
    }

.PaySuccesBottonTow {
    width: 100%;
    /* height: 2.8rem; */
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

    .PaySuccesBottonTow .PaySuccesBottonTowBox {
        width: 62%;
        height: 100%;
        background-color: #cfcfcf;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.PaySuccesBottonTowBox .PaySuccesBottonTowBoxTitlt {
    padding: 30px 0;
    margin-left: 20px;
}

.PaySuccesBottonTowBox .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.PaySuccesBottonTowBox .date {
    font-size: 44px;
    font-weight: bold;
    margin-top: 21px;
    display: block;
    color: #000;
}

.PaySuccesBottonTowBox .PaySucceSpan {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

    .PaySuccesBottonTowBox .PaySucceSpan .color {
        color: #ff4614;
    }

.PaySuccesOll .PaySuccesBoder {
    width: 100%;
    background-color: #d3d3d3;
    height: 80px;
    margin-top: 1.4%;
}

.PaySuccesBoderBox {
    height: 100%;
    display: flex;
    align-items: center;
}

    .PaySuccesBoderBox img {
        height: 60px;
        width: 40px;
        object-fit: contain;
    }

    .PaySuccesBoderBox .PaySuccesBoderSpan {
        margin-left: 15px;
        color: #ff4614;
        font-size: 18px;
        font-weight: bold;
    }

.Paycommodity ul {
    display: flex;
    margin-top: 3%;
}

    .Paycommodity ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .Paycommodity ul .PaycommodityImg {
        width: 25%;
    }

        .Paycommodity ul .PaycommodityImg img {
            width: 220px;
            height: 220px;
            object-fit: cover;
        }

    .Paycommodity ul .Paycommoditymes {
        width: 35%;
    }

    .Paycommodity ul li p {
        line-height: 1.7;
    }

    .Paycommodity ul .Paycommoditymes .Name {
        color: #ff4614;
    }

    .Paycommodity ul .PaycommodityNum {
        width: 20%;
    }

.PaySuccesBoderBox .name {
    color: #ff4614;
    font-size: 20px;
    font-weight: bold;
}

.PaySuccesBoderBox .webpage {
    color: #ff4614;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.PaySuccesBoderBox .Titel {
    color: #000;
    font-size: 16px;
    margin-left: 15px;
}

.Paycommodity {
    width: 100%;
}

.priceAlllist {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    margin-top: 30px;
}

    .priceAlllist ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }

        .priceAlllist ul li {
            width: auto;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-bottom: 1%;
        }
/*新页面样式 2020年7月16日12:11:15*/
/* 登陆弹框 */
.landingPop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    /*visibility: hidden;
	opacity: 0;*/
    transition: all 0.5s;
}

/*.landingPopAC {
	visibility: visible;
	opacity: 1;
}*/

.landingPopbgc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

.landingPopMes {
    width: 400px;
    /* height:200px; */
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 25px 30px;
    ;
}

.landingPopIms {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ea552f
}

.img-banner .bais_main_State {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1400px;
}

.img-banner .PersonalIMgs {
    width: 437px;
    height: 117px;
    background-image: url(../img/status1.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ea552f;
}

    .img-banner .PersonalIMgs span {
        position: absolute;
        font-weight: bolder;
        bottom: 0;
        bottom: 15px;
        font-size: 20px;
        left: 25px;
    }

.landingPopIms-logo {
    width: 120px;
}

    .landingPopIms-logo img {
        width: 100%;
    }

.landingPopIms-close {
    width: 20px;
    height: 20px;
    background: url(../img/pop_close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.landingPopMes p {
    text-align: center;
    padding: 10px;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.landingPopIpn .item {
    flex: 1;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #fafafa;
    color: #c7c7c7;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

    .landingPopIpn .item .leftInput {
        width: 70%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .landingPopIpn .item .send {
        width: 25%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #ea552f;
        color: #fff;
        line-height: 50px;
        text-align: center;
    }



.landingPopIpn input {
    flex: 1;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fafafa;
    /*    color: #c7c7c7;*/
    line-height: 30px;
    margin-bottom: 10px;
}

    .landingPopIpn input::-webkit-input-placeholder {
        color: #c7c7c7;
        opacity: .9;
        font-size: 14px;
    }

.landingPopBtn {
    display: flex;
    flex-direction: column;
}

    .landingPopBtn button {
        width: 100%;
        height: 40px;
        font-size: 14px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .landingPopBtn :nth-child(1) {
        background-color: #ea552f;
    }

    .landingPopBtn :nth-child(2) {
        /*background-color: #2f75ea;*/
    }

.landingPopText {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #707070;
}

    .landingPopText span {
        cursor: pointer;
    }

    .landingPopText :nth-child(2) {
        border-bottom: 1px solid #707070;
        /*        cursor: pointer;*/
    }

/* 订单结算 */

.products-wraps {
    background-color: #fff;
    border-bottom: 20px solid #f3f4f7;
}

.products-wrapsolls {
    /*margin-top: -30px;*/
    margin-top: 0px;
}

.indent_Tetle {
    padding: 20px 0;
    font-weight: bold;
}

    .indent_Tetle :nth-child(1) {
        font-size: 18px;
        color: #373737;
    }

    .indent_Tetle :nth-child(2) {
        font-size: 14px;
        color: #bababa;
    }

.indent_Tiem {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}

.PaySucceed {
    height: 520px;
    max-width: 1920px;
}

    .PaySucceed .PaySucceedBox {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .PaySucceed .PaySucceedBox span {
            font-size: 32px;
            color: rgb(234, 86, 47);
            font-weight: bold;
        }

.PaySucceedBox .PaySucceedBnt {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-evenly;
}

    .PaySucceedBox .PaySucceedBnt a {
        width: 18%;
        height: 60px;
        background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
        border-radius: 5px;
        color: white;
        font-size: 20px;
        cursor: pointer;
        font-weight: bold;
        justify-content: center;
        display: flex;
        align-items: center;
    }

.Personal_acbox {
    width: 77%;
    display: flex;
    margin-left: 5%;
}

.indent_Box {
    /* width: 15%; */
    height: .7rem;
    border: 3px solid #585858;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    width: 25%;
    margin-bottom: 10px;
    /*    cursor: pointer;*/
}

.indent_BoxImg {
    display: flex;
    align-items: center;
}

.indent_BoxAc {
    background-color: #ea552f;
    border: 0;
    transition: all .5s;
}

.indent_BoxTiem {
    font-size: .18rem;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    padding-left: .5rem;
    align-items: flex-end;
    cursor: pointer;
}

    .indent_BoxTiem :nth-child(2) {
        margin-top: 5px;
        font-size: .16rem;
    }

.index_boxtiel {
    color: #595959;
}

.index_boxtielAC {
    color: white;
}

.fix-marginTop {
    margin-top: 20px;
}

.indentcontent {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    background-color: #ebebeb;
    margin-top: 20px;
}

.indentcontentsAll {
    align-items: center;
}

.indentcontentsAllBtn {
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
}

.indentcontentsIpt {
    width: 100% !important;
    height: 100%;
    padding-left: 12px;
}

.indentcontentsBtn {
    padding: 0 15px;
    height: 30px;
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    right: 12px;
}

.indentcontent .title {
    width: 120px !important;
    font-size: .18rem;
    font-weight: bolder;
    color: black;
}

.indentcontentsAll .title {
    width: auto !important;
    margin-right: 20px;
}

.indentcontent .content {
    font-size: .18rem;
    /*        font-weight: bolder;*/
    color: black;
    margin-right: 20px;
}

.indentcontents textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    padding-top: 3px;
}

.indentcontent .btn {
    font-size: .18rem;
    font-weight: bolder;
    color: #b7b7b7;
}

.indentcontent span {
    width: 20%;
    text-align: center;
    font-size: .18rem;
    font-weight: bolder;
    color: black;
}

.indentcontent :nth-child(1) {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}

.indentTable {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    /* padding-top: 20px; */
}

    .indentTable .indentTr {
        width: 20%;
        height: 2rem;
        border-right: 1px solid #f0f0f0;
        display: flex;
    }

    .indentTable .indentTrs {
        width: 20%;
        height: 2rem;
        border-right: 1px solid #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .indentTable .indentTrs span {
            text-align: center;
            font-size: .18rem;
            font-weight: bold;
            color: #373737;
            width: 100%;
        }

    .indentTable :nth-child(1) {
        width: 60%;
    }

    .indentTable .indentTrsP {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .indentTable .indentTrsP span {
            width: 50%;
            text-align: right
        }

        .indentTable .indentTrsP :last-child {
            text-align: left;
        }

    .indentTable :last-child {
        border: 0;
    }

    .indentTable .indentTr img {
        width: 2rem;
        height: 100%;
        margin-right: 20px;
        object-fit: contain;
    }

    .indentTable .indentTr .indenTrTd {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: .21rem;
        font-weight: bolder;
        justify-content: space-evenly;
    }

        .indentTable .indentTr .indenTrTd :nth-child(1) {
            color: #373737;
        }

        .indentTable .indentTr .indenTrTd :nth-child(2) {
            color: #ababab;
        }

.indent_coupons {
    padding: 20px 0;
}

    .indent_coupons ul {
        display: flex;
        flex-direction: row;
        margin-left: 6%;
    }

        .indent_coupons ul li {
            padding-right: 15px;
            margin-right: 15px;
            font-size: .16rem;
            font-weight: bold;
            color: #424242;
            cursor: pointer;
        }

        .indent_coupons ul :nth-child(1) {
            border-right: 1px solid #dddddd;
        }

        .indent_coupons ul .active {
            color: #ea552f;
        }

.indent_couponACPBoxOll {
    display: flex;
}

.indent_couponAC {
    display: flex;
    width: 85%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.indent_couponACPBox {
    width: 15%;
    display: flex;
    align-items: center;
}

.indent_couponACP {
    font-size: .18rem;
    font-weight: bold;
    color: #373737;
}

.indent_ollsiwper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indent_Siwper {
    /* width: 500px; */
    width: 88%;
}

.indent_swipers {
    width: 100%;
}

.indent_ollsiwper .swiper-button-next {
    background-image: url(../img/swiper_next.png);
}

.indent_ollsiwper .swiper-button-prev {
    background-image: url(../img/swiper_prev.png);
}

.indent_ollsiwper .swiper-button {
    width: 0.2rem;
    height: 0.34rem;
    background-size: cover;
}

.payWay {
    font-size: .18rem;
    font-weight: bold;
    color: #373737;
    padding: 20px 0;
}

.payWays {
    border-bottom: 3px solid #ea552f;
}

.payWaya {
    padding-left: 50px;
}

.Personal_tiemOll .Personal_tiemOlls {
    font-size: .12rem;
}

.Personal_tiemOllname {
    font-size: .12rem;
}

.payActive ul {
    border: 1px solid #dbdbdb;
}

    .payActive ul li {
        width: 100%;
        /* height: .7rem; */
        border-bottom: 1px solid #dbdbdb;
        /* margin: -1px -1px 0 0; */
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px 0 20px 30px;
        line-height: 1;
    }

        .payActive ul li .payActiveBox {
            width: 47px;
            text-align: center;
        }

        .payActive ul li :nth-child(1) {
            margin-right: 20px;
        }

    .payActive ul :last-child {
        border: 0;
    }

/* .payActive ul li:hover{
	border: 2px solid black;
} */

.payActiveMoney {
    height: .47rem;
    display: flex;
    align-items: center;
}

    .payActiveMoney .subItem {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .payActiveMoney .subItem img {
            width: 25px;
            height: 25px;
            margin-right: 15px;
        }

    .payActiveMoney :nth-child(1) {
        font-size: .2rem;
        font-weight: bold;
        color: #999999;
        margin-bottom: 4px;
    }

    .payActiveMoney span {
    }

    .payActiveMoney :nth-child(2) {
        font-size: .16rem;
        font-weight: bold;
        color: #373737;
    }

.payWayMoney {
    padding: 20px;
    padding-left: 30px;
    background-color: #fff9f7;
    display: flex;
    flex-direction: row;
}

.payWayMoneyone {
    width: 50%;
}

    .payWayMoneyone ul {
        width: 50%;
    }

        .payWayMoneyone ul li {
            display: flex;
            justify-content: space-between;
            padding-bottom: 20px;
            font-size: .16rem;
            font-weight: bold;
            color: #373737;
        }

    .payWayMoneyone p {
        font-size: .24rem;
        font-weight: bold;
        color: #373737;
    }

.payWayMoneyAc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

    .payWayMoneyAc .payWayMoneyAcspan {
        text-align: right;
        font-weight: bold;
        width: auto;
        font-size: .14rem;
        display: flex;
        flex-direction: column;
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;*/
    }

    .payWayMoneyAc .payWayMoneyDetails {
        flex-direction: row;
        margin-top: 5px;
    }

    .payWayMoneyAc .payWayMoneyAcspan span {
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.7;
        text-align: left;
    }

    .payWayMoneyAc button {
        padding: 0 15px;
        height: .5rem;
        background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
        color: white;
        font-size: .18rem;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: .1rem;
        border-radius: 5px;
    }

#paypal-button-paypal {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
}

.payWayMoneyAc .payWayMoneyBox {
    width: 1.5rem;
    height: .5rem;
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    color: white;
    font-size: .18rem;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: .1rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 5px;
}

.Personal_addressacs {
    margin-bottom: 20px;
    border: 0;
}

.products_flow {
    padding: .5rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .products_flow .refundV {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .products_flow ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

        .products_flow ul li {
            width: 20%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.products_flowBoxs {
    display: flex;
    justify-content: center;
}

    .products_flowBoxs img {
        width: .4rem;
        height: .4rem;
        object-fit: cover;
        position: relative;
        z-index: 12;
    }

.products_flowBox {
    display: flex;
    height: 41px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.products_flowollBOx {
    width: 77%;
    height: 2px;
    background-image: url(../img/boxxian.png);
    position: absolute;
    top: .68rem;
}

.products_flowBox span {
    font-size: .16rem !important;
    font-weight: bold !important;
}

.products_flowBox :last-child {
    margin-top: 5px;
    font-size: .12rem;
    font-weight: 100;
}

.products_flowBox .title_Active {
    font-size: .16rem;
    font-weight: bold;
    color: #ea552f;
}

.products_flowBox .title_normal {
    font-size: .16rem;
    font-weight: bold;
}

.tableHaeaUl {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #ea552f;
    padding: 0 20px;
}

    .tableHaeaUl li {
        width: 15%;
        color: white;
        font-size: .18rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        /* border-right: 1px solid red; */
    }

    .tableHaeaUl :nth-child(1) {
        width: 40%;
        justify-content: end;
    }

#checkAll {
    width: .22rem;
    height: .22rem;
}

.tableHaeaUl li span {
    padding-left: 30px;
}

input[type=checkbox] {
    /*visibility: hidden;*/
}

.tableHaeaUl .checkboxOne {
    width: 25px;
    height: 25px;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    /* margin: 20px 100px; */
    position: relative;
    margin-right: 30px;
}

.tableHaeaUl .active {
    background-image: url(../img/gouimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

.checkboxOne label::after {
    content: "";
    opacity: 0;
    position: absolute;
    width: 13px;
    height: 8px;
    background-color: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #333333;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

/* .checkboxOne label:hover::after{
	opacity: 0.5;
} */

.checkboxOne input[type=checkbox]:checked + label::after {
    opacity: 1;
    /* background-color: red; */
}

.activea {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}

.tableHaeaul {
    background-color: transparent;
    padding: 0 20px;
}

    .tableHaeaul .tableHaeaulImg {
        display: flex;
        width: 88%;
    }

        .tableHaeaul .tableHaeaulImg img {
            width: 1.5rem;
            height: 1.5rem;
            object-fit: contain;
        }

        .tableHaeaul .tableHaeaulImg .tableHaeaulText {
            display: flex;
            width: 100%;
            flex-direction: column;
            justify-content: space-evenly;
            font-weight: bold;
        }

            .tableHaeaul .tableHaeaulImg .tableHaeaulText :nth-child(1) {
                color: #373737;
                font-size: .18rem;
                width: 100%;
            }

            .tableHaeaul .tableHaeaulImg .tableHaeaulText :nth-child(2) {
                color: #ababab;
                width: 100%;
                font-size: .16rem;
            }

    .tableHaeaUl .tableHaeaulOne {
        border-right: 1px solid #f0f0f0;
    }

    .tableHaeaUl .tableHaeaUlLast {
        width: 10%;
        border: 0;
    }

        .tableHaeaUl .tableHaeaUlLast img {
            width: auto;
            cursor: pointer;
        }

    .tableHaeaUl li .tableHaeaulBtn {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }

        .tableHaeaUl li .tableHaeaulBtn .tableHaeaulBtnBox {
            width: .4rem;
            height: .4rem;
            background-color: #f8f8f8;
            border: 1px solid #e9e9e9;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .tableHaeaUl li .tableHaeaulBtn .tableHaeaulBtnBox img {
                /* width: 100%; */
                padding: 0;
                object-fit: cover;
            }

.tableHaeaulBtnTow {
    width: .8rem;
    height: .4rem;
    border: 1px solid #e9e9e9;
    margin: 0 5px;
    text-align: center;
    color: black;
    /* font-size: .18rem;
	fon */
}

.tableHaeaUl li .tableHaeaulBtn .tableHaeaulBtnTow span {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: .4rem;
}

.tableHaeaul li {
    color: #373737;
    border-right: 1px solid #f0f0f0;
}

.tableHaeaoll {
    border-bottom: 1px solid #f0f0f0;
}

.carsettle {
    width: 100%;
    height: 130px;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.carsettleOne {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carsettleTow {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.carsettleOne p {
    font-size: .2rem;
    color: #373737;
    font-weight: bold;
}

    .carsettleOne p span {
        padding: 0 5px;
    }

.carsettleSpan {
    position: relative;
    margin-left: 28px;
}

    .carsettleSpan::before {
        content: "";
        width: 21px;
        height: 21px;
        position: absolute;
        left: -28px;
        background-image: url(../img/tishi.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.carstitle {
    width: 68%;
    height: 100%;
    /* text-align: right; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

    .carstitle p {
        color: #373737;
        font-size: .18rem;
        font-weight: bold;
    }

        .carstitle p span {
            padding-left: 30px;
        }

    .carstitle .ollMoney {
        font-size: .24rem;
        font-weight: bolder;
        color: #303030;
    }

.carsettleTow button {
    width: 28%;
    height: 100%;
    background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    border-radius: 5px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
}

.recommend {
    padding-bottom: 30px;
}

    .recommend ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

recommend .recommendIcon {
    width: 100%;
}

.recommend ul li {
    width: 20%;
    cursor: pointer;
    margin-right: 10px;
}

    .recommend ul li:last-child {
        margin: 0;
    }

    .recommend ul li a {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .recommend ul li a img {
            display: block;
            width: auto;
            flex: 0;
            flex-basis: auto;
            max-width: 100%;
            transition: all 0.5s;
        }

        .recommend ul li a .recommendBox {
            display: flex;
            flex-direction: column;
            width: 100%;
            font-size: .16rem;
            font-weight: bold;
            color: #fff;
            padding: 20px 30px;
            background-color: #d6d6d6;
            height: 100px;
        }

.voucher_center {
    width: 100%;
    padding: 20px 0;
}

    .voucher_center .navV {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100px;
    }

        .voucher_center .navV .icon {
            width: 12px;
            height: 18px;
            margin-right: 10px;
        }

        .voucher_center .navV .title {
            color: #595959;
            font-size: .18rem;
            font-weight: bold;
        }

    .voucher_center p {
        width: 6%;
        font-size: .16rem;
        font-weight: bold;
        color: #626262;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .voucher_center p img {
            margin-right: 10px;
        }

.voucher_centerAc ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .voucher_centerAc ul li {
        width: 30%;
        display: flex;
        flex-direction: row;
        padding: 20px;
        background-color: #f5f5f5;
        justify-content: space-between;
        margin-right: 5%;
        margin-top: 20px;
        cursor: pointer;
    }

        .voucher_centerAc ul li:nth-child(3) {
            margin: 0;
            margin-top: 20px;
        }

        .voucher_centerAc ul li:nth-child(6) {
            margin: 0;
            margin-top: 20px;
        }

        .voucher_centerAc ul li:nth-child(9) {
            margin: 0;
            margin-top: 20px;
        }

        .voucher_centerAc ul li:nth-child(12) {
            margin: 0;
            margin-top: 20px;
        }

.voucher_centerAc {
    margin-top: 20px;
}

.voucher_active {
    border: 3px solid #ea552f;
    background-color: #fff3f0;
}

.voucher_normal {
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
}

.voucher_center .bottomV {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 30px;
    margin-top: 30px;
}

    .voucher_center .bottomV .tips {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 600;
        color: #ea552f;
        margin-right: 5px;
    }

    .voucher_center .bottomV .price {
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        font-weight: 600;
        color: #ea552f;
        margin-right: 28px;
    }

    .voucher_center .bottomV .rechage {
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg,#E44B13 8%, #F19B05 100%);
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(255,255,255,1);
        line-height: 42px;
        text-align: center;
        border-radius: 5px;
    }

    .voucher_center .bottomV .rechageBox {
        position: relative;
        width: 101px;
        height: 42px;
        overflow: hidden;
    }

        .voucher_center .bottomV .rechageBox #paypal-button-paypal1 {
            position: absolute;
            height: 100%;
            top: 10px;
            opacity: 0;
            left: 0
        }

.voucher_center ul li .voucher_centerAcBox {
    display: flex;
    flex-direction: column;
    color: #595959;
    font-size: .18rem;
    font-weight: bold;
}

.voucher_centerAc ul li .voucher_centerAcBox :last-child {
    margin-top: 10px;
}

.titleSpan {
    font-size: .2rem;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    opacity: .8;
}

.firmwareHead {
    height: 80px;
    border-bottom: 1px solid #e4e4e4;
}

.firmwareHeadBox {
    display: flex;
    justify-content: center;
}

    .firmwareHeadBox ul {
        display: flex;
        height: 100%;
        justify-content: space-between;
    }

        .firmwareHeadBox ul li {
            margin-right: 80px
        }

        .firmwareHeadBox ul :last-child {
            margin-right: 0
        }

        .firmwareHeadBox ul li span {
            height: 100%;
            line-height: 80px;
            cursor: pointer;
            display: flex;
            position: relative;
            justify-content: center;
        }

            .firmwareHeadBox ul li span::after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                background-color: #ea552f;
                bottom: 0;
                left: 20%;
                transition: all 0.5s;
            }

            .firmwareHeadBox ul li span.active {
                color: #ea552f;
            }

                .firmwareHeadBox ul li span:hover::after, .firmwareHeadBox ul li span.active::after {
                    width: 60%;
                }

            .firmwareHeadBox ul li span:hover {
                color: #ea552f;
            }

.firmwareHeadcont {
    padding: 50px 0;
}

.firmwareText {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.firmwareTexts p {
    font-size: .18rem;
    color: #333333;
    font-weight: bold;
}

.firmwareText span {
    margin-top: 5px;
    font-size: .18rem;
}

.firmwareTextsSpan {
    padding: 30px 0;
    font-size: .18rem;
    display: inline-block;
}

.ReleaseBoxBox {
    display: flex;
    justify-content: space-between;
}

.ReleaseBoxBoxOne {
    padding: 20px 0;
    width: 30%;
    display: flex;
    align-items: center;
}

.ReleaseBoxBoxOnes {
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    background: url(../img/dowload_icon.png) no-repeat;
    background-size: cover;
}

.ReleaseBoxBoxTow {
    justify-content: flex-end;
}

.ReleaseBoxBoxOne .spans {
    margin-left: 20px;
}

.ReleaseBoxBoxOne .span {
    margin-right: 20px;
}

.ReleaseBoxBoxTows {
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    background: url(../img/tuoyuan.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.ReleaseBoxListoll {
    border: 1px solid #f5d2c9;
}

.ReleaseBoxList {
    background-color: #fff5f2;
    border-bottom: 1px solid #f5d2c9;
}

    .ReleaseBoxList ul {
        display: flex;
    }

        .ReleaseBoxList ul li {
            width: 50%;
            display: flex;
            justify-content: center;
            padding: 15px 0;
            font-size: .16rem;
            color: #3f3f3f;
        }

.ReleaseBoxListTow ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ececec;
    color: #494949;
    font-size: .16rem;
}

.ReleaseBoxListTow ul :last-child {
    border: 0;
}

.ReleaseBoxListTow ul li dl {
    display: flex;
}

    .ReleaseBoxListTow ul li dl dd {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #ececec;
    }

    .ReleaseBoxListTow ul li dl :last-child {
        border: 0;
    }

.ReleaseSpan {
    width: 50%;
    display: flex;
    justify-content: center;
}

    .ReleaseSpan img {
        width: 21px;
        height: 27px;
    }

    .ReleaseSpan .copy {
        margin-left: 47px;
    }

    .ReleaseSpan .xiazai {
        margin-right: 47px
    }

.ReleaseBoxListTowBox {
    width: 100%;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
}

    .ReleaseBoxListTowBox p {
        padding: 5px 0;
        ;
    }

.ReleaseBoxListTowBoxa {
    width: 70%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ececec;
    padding: 20px 0;
    align-items: center;
}

.ReleaseBoxListTowBoxb {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ReleaseBoxFooter {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 20px 0;
}

.ReleaseBoxBoxBod {
    border-top: 1px solid #ececec;
}

.ReleaseBoxBoxTowsIms {
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    background: url(../img/tuoyuan1.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.products-banners {
    height: 4.62rem;
}

/* .products_right .Personal .Personal_head ul li{
	fo
} */

/* scenarios页面样式开始 */
.scenariosSpan {
    font-size: 24px;
    margin-top: 30px;
}

.scenariosOne {
    padding: 50px 0;
}

.scenarios2One {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scenariosOne h2 {
    font-size: 27px;
    padding-bottom: 20px;
    color: rgba(80, 80, 80, 1);
    position: relative;
}

.scenarios2One .scenarios2Onespans {
    font-size: 36px;
}

.scenariosOne h2::after {
    content: '';
    width: 1rem;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(232, 86, 56, 1);
}

.scenarios2One h2::after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    background-color: rgba(232, 86, 56, 1);
}

.scenarios2OneSpan {
    margin-top: 20px;
    font-size: 27px;
    font-weight: bold;
    color: rgba(80, 80, 80, 1)
}

.scenariosOneText {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    /*word-break: break-all;*/
    line-height: 25px;
}

.scenariosOne .scenariosOneText {
    text-align: center
}

.scenariosTow {
    background-color: rgba(243, 244, 247, 1);
}

.scenariosOneUl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .scenariosOneUl ul li {
        width: 26%;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.scenarios2OneUl ul li {
    width: 48%;
}

.scenariosOneUlBox img {
    width: 3.5rem;
    height: 3.5rem;
}

.scenarios2OneUl .scenariosOneUlText {
    padding: 0;
}

.Learnmore {
    margin-top: 20px
}

    .Learnmore span {
        padding: 15px;
        background-color: rgba(232, 86, 56, 1);
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
    }

.scenariosOneUlText {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .scenariosOneUlText h2 {
        padding: 15px 0;
        color: rgba(80, 80, 80, 1);
        font-size: 27px;
    }

    .scenariosOneUlText span {
        text-align: center;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        /*word-break: break-all;*/
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 3; /** 显示的行数 **/
        overflow: hidden;
        line-height: 1.5;
    }

.scenariosmes {
    display: flex;
    padding: 30px 0;
    padding-bottom: 0;
}

.scenariosmesMT {
    padding-bottom: 30px;
}

.scenariosOnes {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .scenariosOnes p {
        padding: 20px 0;
        /*word-break: break-all;*/
        line-height: 1.5;
        white-space: pre-wrap !important;
        word-wrap: break-word !important;
    }

.scenariosOnesleft {
    padding-left: 0;
    padding-right: 30px;
}

.scenariosOneUlBox {
    display: flex;
    align-items: center;
}

.scenarios2OneUlBox {
    width: 100%
}

    .scenarios2OneUlBox img {
        width: 100%;
        height: 4.5rem;
        object-fit: contain;
    }

.indenTrTd .indenTrTdSpan {
    width: 100%;
}


.feedbackV {
    margin-top: 30px;
}

    .feedbackV .chooseV {
        display: flex;
    }

    .feedbackV .listShowBtn {
        padding: 10px 20px;
        display: block;
        background-color: #C6C6C6;
        color: white;
        margin-bottom: 20px;
        font-size: 18px;
        cursor: pointer;
        margin-right: 30px;
        border-radius: 5px;
    }

    .feedbackV .active {
        background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
    }



.address {
    margin-top: 30px;
}

    .address .chooseV {
        display: flex;
    }

    .address .listShowBtn {
        padding: 10px 20px;
        display: block;
        background: #C6C6C6;
        color: white;
        margin-bottom: 20px;
        font-size: 18px;
        cursor: pointer;
        margin-right: 30px;
        border-radius: 8px;
    }

    .address .active {
        background: linear-gradient(360deg,#e33d17 8%, #f7a001 100%);
        font-weight: bold;
    }


/* scenarios页面样式结束 */


/* FEATURES新加的页面开始 */
.page_div {
    width: 862px;
    text-align: center;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 95px
}

    .page_div > h1 {
        text-align: center;
        color: #383838;
    }

.page_ul {
    margin-top: 80px;
    padding: 0 60px 80px 60px;
}

    .page_ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 50px;
        font-size: 14px;
        color: #848484;
        line-height: 25px;
    }

.page_li_size {
    width: 60%;
    text-align: left;
}

.mobile_img1 {
    width: 212px;
}

.page_ul .mobile_img1 {
    width: 212px;
    height: 141px;
}

.mobile_img2 {
    width: 246px;
}

.p2_img {
    width: 220px;
    height: 100px;
}

.p2_img1 {
    width: 100px;
    height: 155px;
}

.p2_img2 {
    width: 224px;
    height: 164px;
}

.p2_img3 {
    width: 209px;
    height: 104px;
}

.p2_img4 {
    width: 275px;
    height: 162px;
}

.enter_img1 {
    width: 58px;
    height: 65px;
}

.open_img1 {
    width: 246px;
    height: 147px;
}

.open_img2 {
    width: 50px;
    height: 50px;
}

.mobile_img3 {
    width: 50px;
    height: 50px;
}

.isp_new1 li {
    width: 275px !important;
}

.isp_img1 {
    width: 50px;
    height: 60px;
}

.isp_img2 {
    width: 297px;
    height: 173px;
}

.isp_img3 {
    width: 349px;
    height: 230px;
}

.private_new1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.private_img4 {
    width: 225px;
}

.private_new1_1 {
    margin-top: 0;
}

.private_img5 {
    width: 170px;
}

.ips_new1 {
    margin-right: 300px !important;
}

.priv_img1 {
    width: 164px;
    height: 243px;
}

.priv_img2 {
    width: 147px;
}

.priv_img3 {
    width: 180px;
}

.p1_img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.component_div {
    display: block;
    background: rgba(255,255,255,0.95);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 872px;
    position: relative;
    display: flex;
    align-items: center;
}

    .component_div > div {
        margin: 0 auto;
    }

        .component_div > div > h1 {
            text-align: center;
            color: #383838;
            margin-bottom: 30px;
        }

    .component_div ul {
        width: 862px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }

        .component_div ul li {
            width: 244px;
            font-size: 14px;
            color: #848484;
            line-height: 25px;
            margin-bottom: 10px;
            margin-right: 59px;
        }

            .component_div ul li:nth-child(3) {
                margin-right: 0;
            }

            .component_div ul li > div {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .component_div ul li img {
                width: 244px;
                height: 164px;
            }

.egw_div {
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 50px
}

.egw_middle > h1 {
    text-align: center;
    color: rgb(255, 103, 70);
    margin-top: 70px;
    margin-bottom: 30px;
    display: inline-block;
}

.egw_middle {
    width: 862px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #848484;
    line-height: 20px;
    padding-top: 1px;
}

    .egw_middle ul {
        /*display: flex;
    justify-content: center;
    align-items: center;*/
        margin-top: 50px;
    }

        .egw_middle ul li {
            width: 37%;
            display: inline-block;
            margin-bottom: 40px;
            vertical-align: text-top;
            margin-right: 14px;
        }

            .egw_middle ul li:nth-child(3) {
                margin-right: 0;
            }

.egw_s1 {
    width: 80%;
    margin: 0 auto;
}

.egw_s2 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 103, 70);
    margin-top: 15px;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.egw_s4 li {
}

.egw_s4_n1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .egw_s4_n1 li {
        width: 43% !important;
    }

    .egw_s4_n1 .egw_s3 {
        width: 210px;
        margin: 0 auto;
    }

#lp-pom-image-235 {
    display: block;
}

.enter_div {
    width: 100%;
}

.enter_title {
    color: rgb(255, 103, 70);
    margin-top: 70px;
    margin-bottom: 30px;
}

    .enter_title h1 {
        margin-top: 20px;
    }

.enter_s1 {
    margin-top: 40px;
}

.enter_ul {
    display: flex;
    justify-content: space-between;
}

    .enter_ul > li {
        margin: 0 0 !important;
    }

.enter_bottom {
    background: #fff;
}

.page_div1 {
    width: 60%;
}

.page_li_size1 {
    width: 80%;
}

.open_s1 {
    font-weight: 700;
    font-family: "PT Sans";
    color: rgb(255, 103, 70);
    font-size: 48px;
    font-style: italic;
}

.open_s2 {
    font-size: 72px
}

.open_ul li {
    width: 30% !important;
}

.open_s3 {
    margin-top: 20px;
}

.open_s4 {
    margin-top: 100px !important;
}

    .open_s4 li {
        margin-bottom: 80px !important;
        margin-right: 120px !important;
        width: 275px !important;
    }

        .open_s4 li:nth-child(2) {
            margin-right: 0 !important;
        }

.open_s4_n1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.open_s4_n1 {
    margin-right: 0 !important;
}

    .open_s4_n1 li {
        width: 34% !important;
    }

    .open_s4_n1 .egw_s3 {
        width: 220px;
        margin: 0 auto;
        text-align: left;
    }

.egw_middle_n1 {
    width: 950px;
}

    .egw_middle_n1 li {
        width: 300px !important;
        margin-right: 13px !important;
    }

.skycell_div {
    width: 100%;
    text-align: center;
}

.sky_new1 li {
    width: 40% !important;
}

.sky_img1 {
    width: 300px;
    height: 155px;
}

.sky_new2 {
    padding: 0 30px;
}

.sky_new3 {
    width: 940px
}

    .sky_new3 li {
        width: 300px !important;
    }

.sky_btn1 {
    display: block;
    border-style: none;
    border-radius: 19px;
    z-index: 1;
    width: 168px;
    height: 47px;
    background-color: #ff6746;
    background: -webkit-linear-gradient(#ff6746, #e62d18);
    background: -moz-linear-gradient(#ff6746, #e62d18);
    background: -ms-linear-gradient(#ff6746, #e62d18);
    background: -o-linear-gradient(#ff6746, #e62d18);
    background: linear-gradient(#ff6746, #e62d18);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    line-height: 47px;
    margin-top: 20px;
}

.skycell_div p {
    color: rgb(255, 103, 70);
    font-size: 26px;
}

.skycell_md1 {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 20px 0;
}

.sky_s1 {
    font-size: 14px;
    color: #848484;
    line-height: 25px;
    margin: 30px 0 15px 0;
}

.sky_btn2 {
    display: block;
    border-style: solid;
    border-radius: 9px;
    z-index: 6;
    width: 143px;
    height: 38px;
    background: rgba(255,255,255,0.46);
    box-shadow: none;
    text-shadow: none;
    color: #ff6746;
    border-width: 1px;
    border-color: #ff6746;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sky_s2 {
    color: rgb(255, 103, 70);
}

.skycell_bg {
}

.sky_bottom {
    display: block;
    background: rgba(255,255,255,0);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 550px;
    position: relative;
}

.sky_tc {
    background: #fff;
    border-radius: 18px;
    height: 311px;
    width: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 14px;
    color: #848484;
    line-height: 20px;
}

    .sky_tc .p1 {
        font-size: 34px;
        color: rgb(255, 103, 70);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sky_tc .p2 {
        width: 80%;
        margin: 0 auto;
    }

    .sky_tc .p3 {
        color: rgb(255, 103, 70);
        margin-top: 20px;
    }

    .sky_tc .p4 {
        display: block;
        border-style: none;
        border-radius: 9px;
        z-index: 24;
        width: 171px;
        height: 45px;
        background: rgba(255,103,70,1);
        box-shadow: none;
        text-shadow: none;
        color: #fff;
        border-width: undefinedpx;
        border-color: #undefined;
        font-size: 21px;
        line-height: 25px;
        font-weight: 400;
        font-family: Vollkorn;
        font-style: normal;
        text-align: center;
        line-height: 45px;
        margin: 0 auto;
        margin-top: 20px;
    }

.ips_t1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 70px;
}

.isp_top {
    font-size: 14px;
    color: #848484;
    line-height: 25px;
}

    .isp_top p:nth-child(1) {
        font-size: 20px;
    }

.ips_t2 {
    text-align: left;
    margin-left: 20px;
    position: relative;
}

.isp_bottom {
    display: block;
    border-style: none;
    border-radius: 9px;
    z-index: 26;
    width: 121px;
    height: 41px;
    background: rgba(255,103,70,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: arial;
    font-style: normal;
    text-align: center;
    line-height: 41px;
    position: absolute;
    bottom: 0;
}

.ips_t11 {
    justify-content: flex-end;
}

.ips_t3 {
    margin-right: 50px;
}

.private_t1 {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-style: none none none none;
    border-width: undefinedpx;
    border-color: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 500px;
    position: relative;
}

.private_title {
    position: absolute;
    width: 750px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.private_t1_bt {
    color: #fff;
}

    .private_t1_bt p:nth-child(1) {
        font-size: 48px;
        font-weight: bold;
        margin-top: 50px;
    }

    .private_t1_bt p:nth-child(2) {
        line-height: 22px;
        margin-top: 20px;
    }

.private_t2 {
    display: block;
    background: rgba(77,77,77,1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 379px;
    position: relative;
    text-align: center;
}

.private_t2_md {
    width: 673px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .private_t2_md img {
        width: 54px;
        height: 54px;
    }

    .private_t2_md p:nth-child(2) {
        text-align: left;
        font-size: 13px;
        color: #848484;
        line-height: 22px;
        color: #fff;
        margin: 30px 0;
    }

.private_btn1 {
    border-style: none;
    border-radius: 10px;
    z-index: 67;
    width: 200px;
    height: 40px;
    background-color: #ff7917;
    background: -webkit-linear-gradient(#ff7917, #e63a04);
    background: -moz-linear-gradient(#ff7917, #e63a04);
    background: -ms-linear-gradient(#ff7917, #e63a04);
    background: -o-linear-gradient(#ff7917, #e63a04);
    background: linear-gradient(#ff7917, #e63a04);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
}

.private_t3 {
    width: 100%;
    background: #fff;
    padding: 0 0 100px 0;
}

    .private_t3 > div {
        width: 760px;
        margin: 0 auto;
        text-align: center;
    }

.private_t3_t1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 100px;
}

.private_t3_t2 {
    position: relative;
    width: 760px;
    margin: 0 auto;
}

    .private_t3_t2 img {
        width: 760px;
        height: 230px;
    }

.private_t3_t3 {
    width: 440px;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    line-height: 20px;
}

.private_t3_t4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.private_t3_t5 {
    font-size: 14px;
    color: #848484;
    line-height: 25px;
    text-align: left;
    width: 72%;
}

    .private_t3_t5 > p:nth-child(1) {
        color: rgb(255, 121, 23)
    }

.private_t5 {
    background: rgba(241,241,241,1);
}

.private_t3_t41 {
    width: 100%;
}

.private_t3_t51 {
    width: 68%;
}

    .private_t3_t51 > p:nth-child(1) {
        color: #444;
    }

.private_t2_md_1 {
    font-family: verdana, geneva, sans-serif;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.private_t2_1 {
    height: 350px;
}

.private_t6_1 {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 100px;
}

.private_t6 {
    display: flex;
    justify-content: space-between;
}

    .private_t6 li {
        width: 170px;
        font-size: 14px;
        color: #848484;
        line-height: 20px;
        text-align: left;
    }

        .private_t6 li > div:nth-child(2) {
            margin: 30px 0 30px 0;
        }

.private_t6_btn {
    border-style: none;
    border-radius: 10px;
    width: 150px;
    height: 47px;
    background-color: #ff7917;
    background: -webkit-linear-gradient(#ff7917, #e63a04);
    background: -moz-linear-gradient(#ff7917, #e63a04);
    background: -ms-linear-gradient(#ff7917, #e63a04);
    background: -o-linear-gradient(#ff7917, #e63a04);
    background: linear-gradient(#ff7917, #e63a04);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 16px;
    line-height: 47px;
    font-weight: 400;
    font-family: arial;
    font-style: normal;
    text-align: center;
}
/*以下是媒体查询*/
@media screen and (min-width:2560px) and (max-width:6000px) {
    .owl_lte {
        height: 13vw;
    }

        .owl_lte .item {
            height: 11vw;
        }
    /* .owl_lte .owl-item {
		width: 53vw!important;
	} */
    .history-wrap .history-container .history-tab .history-year-wrap button {
        width: 3vw;
    }

    .history-wrap .history-container .history-con {
        width: 20vw;
    }

        .history-wrap .history-container .history-con .item {
            width: 20vw;
        }

            .history-wrap .history-container .history-con .item span {
                width: 20vw;
            }

    .itemImgs {
        background-size: cover;
    }
}

@media screen and (min-width:1930px) and (max-width:2560px) {
    .owl_lte {
        height: 22vw;
    }

        .owl_lte .item {
            height: 19vw;
        }
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    .products_wrap {
        /* height: 750px; */
    }
    /*.products_desc {
		height: 490px;
	}*/
    /* .products_desc{
		height: 670px;
	}
	.products_descImg{
		padding:107px;
	} */
    /*.type04 {
		left: 58.23%;
	}
	.type05 {
		left: 68%;
	}
	.type01 {
		left: 18%;
		top: 22%;
	}
	.type02 {
		left: 21%;
		top: 61%;
	}
	.type03 {
		left: 39.25%;
	}*/
    .owl_lte .owl-item {
        width: 53vw !important;
    }
}

@media screen and (min-width:1600px) and (max-width:1800px) {
    .solutionOne {
        height: 2.2rem;
    }
}

@media screen and (min-width:1400px) and (max-width:1599px) {
    .solutionOne {
        height: 2.4rem;
    }
}

@media screen and (min-width:1025px) and (max-width:1499px) {
    .solutionOne {
        height: 2.6rem;
    }
}

@media (max-width:1500px) {
    .PaySuccesOllBox {
        padding: 0 25px;
    }

    .PaySuccesBoderBox {
        padding: 0 25px;
    }

    .bais_Imshover {
        padding: 0 25px;
    }

    .img-banner .bais_main_State {
        padding: 0 25px;
    }

    .bais_main .wrap {
        padding: 0 25px;
    }

    .payWay {
        padding: 20px 25px;
    }

    .products-wraps {
        padding: 0 25px;
    }

    .media_icon {
        height: 3.723rem;
    }

    .headerNav {
        padding: 0 25px;
    }

    .case_descc {
        padding: 0 25px;
    }

     .product_desccc {
        padding: 25px 25px;
    }

    .descc2 {
        padding-top: 0px
    }

    .products_wrapOll {
        padding: 0 25px;
    }

    .common_problem {
        padding: 0 25px;
    }

    .foot_nav {
        padding: 0 25px;
    }

    .footer_copyright {
        padding: 0 25px;
        margin-bottom: 20px;
    }

    .img-banner .banner-title {
        padding: 0 25px;
    }

    .maincontertitles {
        padding: 0 25px;
    }

    .slide-banner .banner-btn {
        padding: 0 25px;
    }

    .scenario-container {
        padding: 0 25px;
    }

    .solution-img-box {
        padding: 0 25px;
    }

    .solution-wrap .solution-text-container ul {
        padding: 0 25px;
    }

    .solution-wrap .solution-super-container {
        padding: 0 25px 50px 25px;
    }

    .solution-wrap .solution-full-container {
        padding: 0 25px 25px 25px;
    }

    .solution-Unified-container {
        padding: 0 25px 25px 25px;
    }

    .solution-case-container {
        padding: 0 25px;
    }

    .owl_nav {
        padding: 0 25px;
    }

    .products-wrap .products-solution {
        padding: 0 25px;
        padding-top: 0.54rem;
    }

    .product_desccc a {
        height: 3.2rem;
    }

    .products-wrap .products-indoor {
        padding: 0 25px;
        padding-bottom: 0.9rem;
    }

    .products-wrap .products-open {
        padding: 0 25px;
        flex-wrap: wrap;
    }

    .products-wrap .products-outdoor {
        padding: 0 25px;
        padding-bottom: 50px;
        min-width: 1024px;
    }

    .products-cpeBox {
        padding: 0 25px;
        min-width: 1024px;
        justify-content: space-between;
    }

    .products-ltebox {
        padding: 0 25px;
        min-width: 1024px;
    }

    .product-detail-wrap .product-detail-header {
        padding: 0 25px;
        min-width: 1024px;
    }

    .product-detail-wrap .product-detail-box {
        padding: 25px;
        min-width: 1024px;
    }

    .product-detail-wrap .product-detail-info .info-header {
        min-width: 1024px;
        padding: 0 25px;
    }

    .max-wdith {
        min-width: 1024px;
        padding: 0 25px;
    }

    .products-all-wrap .products-all-tab {
        padding: 0 25px;
    }

    .bais_tech_box {
        padding: 0 25px;
    }

    .batech_echart {
        padding: 0 25px;
    }

    .solution-wrap {
        padding: 0 25px;
    }

    .bais_conter {
        padding: 0 25px;
    }

    .details-wrap .details-close {
        padding: 0 25px;
    }

    .details-container {
        padding: 0 25px;
    }

    .download-wrap_box {
        padding: 0 25px;
    }

    .about-baicells-wrap .about-desc {
        padding: 0.91rem 25px 1.8rem 25px;
    }

    .solution-product-wrap .solution-product {
        padding: 0 0.7rem 0.9rem 0.8rem;
    }

    .service-container .service-list {
        padding: 0 25px;
    }

    .firmwareHeadcont {
        padding: 50px 25px;
    }

    .ReleaseBoxFooter {
        padding: 0 25px;
    }

    .personal_center {
        padding: 0 25px;
    }

    .products-wraps-oll {
        padding: 0 25px;
    }

    .type03 {
        top: 61.31%;
        left: 40%;
    }
}

@media (max-width:1380px) {
    .products-wrap .products-indoor .indoor-wrap ul li a .img-box {
        height: 4rem;
    }
}

@media (max-width:1220px) {
    .PaySuccesTop {
        justify-content: space-between;
        flex-direction: column;
    }

        .PaySuccesTop .PaySuccesTopOne {
            width: 100%;
        }

        .PaySuccesTop .PaySuccesTopTow {
            width: 100%;
        }

    .PaySuccesBottonOne {
        width: 100%;
    }

    .PaySuccesBottonTow {
        width: 100%;
    }
}

@media (max-width:1300x) {
    .media_icon {
        height: 3.723rem;
    }

    .Personal_addressIpn {
        width: 66.813px;
        height: 33.406px;
        font-size: 16px;
    }
}

@media (max-width:1100px) {
    /* .owl_lte{
		height: 10rem;
	} */
    .media_icon {
        height: 3.13rem;
    }

        .media_icon img {
            width: 100%;
        }

    .products_list {
        width: auto;
    }

    .prolist_item a {
        line-height: 25px;
    }

    .products_wrap {
        /* height: 665px; */
    }

    .products_type {
        width: 110px;
    }

    .products_desc {
        /* height: 440px; */
    }

    .img-banner .banner-title {
        bottom: 24%;
    }

    .headerNav {
        padding: 0 25px;
    }
    /* .media-wrap .media-container .media-list ul li {
		width: 50%;
	} */
    .contrentollBox {
        padding: 0 25px;
    }

    .download-wrap {
        padding: 0 25px 25px 25px;
    }

    .details-wrap {
        padding: 95px 25px 0 25px;
        ;
    }

    .img-banner {
        height: 9rem;
    }

    .products-banners {
        height: 4.62rem;
    }

    .mainConters {
        height: 7rem;
    }

    .mainContersImg {
        height: 9.6rem;
    }

    .maincontername {
        width: 45%;
        height: 3.5rem;
    }

    .maincontertitles :nth-child(1) {
        font-size: 0.4rem;
    }

    .maincontertitles :nth-child(2) {
        font-size: 0.3rem;
    }

    .maincontertitles :nth-child(3) {
        width: 1.8rem;
        height: 0.6rem;
        font-size: 0.25rem;
        line-height: 0.6rem;
    }

    .mainConterBox {
        height: 3.5rem;
        width: 45%;
    }

        .mainConterBox :nth-child(1) {
            font-size: 0.4rem;
        }

        .mainConterBox :nth-child(2) {
            font-size: 0.3rem;
        }

    .solution-main .slide-banner {
        height: 9rem;
    }

    .solution-wrap .scenario-container .scenario-desc {
        font-size: 14px;
        line-height: 35px;
    }

    .solution-wrap .scenario-container .scenario-title {
        font-size: 24px;
    }

    .solution-wrap .solution-title1 {
        font-size: 24px;
    }

    .foot_nav {
        flex-wrap: nowrap;
        padding-bottom: 1.2rem;
        justify-content: space-between;
    }

    .fnav_item {
        width: 190px;
    }

    .fcopy_desc {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        /* padding-bottom: 1rem; */
    }

        .fcopy_desc .fl {
            width: 50%;
        }

        .fcopy_desc .fr {
            width: 50%;
        }

    .solution-wrap .solution-text-container {
        width: 100%;
        background: url(../img/solution_bg1.jpg) no-repeat;
        background-size: cover;
    }

        .solution-wrap .solution-text-container ul {
            flex-wrap: wrap;
        }

            .solution-wrap .solution-text-container ul .borderBottom {
                border-bottom: 1px solid #5d5d5d;
            }

            .solution-wrap .solution-text-container ul li {
                width: 48%;
                padding: 20px 0;
            }

                .solution-wrap .solution-text-container ul li::after {
                    display: none;
                }

    .solution-wrap .solution-title {
        font-size: 24px;
    }

    .solution-wrap .solution-full-container ul .Right::after {
        width: 0;
    }

    .product_desccc .case_item .desc_intro {
        margin-top: 0.61rem;
    }

    .case_desc .title {
        margin-top: 0.41rem;
    }
    /* .case_desc{
		bottom:-55px;
	} */
    .contentText {
        padding: 0 25px;
    }

    .contenOllText {
        padding-bottom: 30px;
    }

    .centreOllMegBox {
        padding: 0 25px;
        flex-wrap: wrap;
    }

    .centerText {
        width: 100%;
        height: 6rem;
    }

    .centerTexts {
        width: 100%;
        height: 8rem;
    }

        .centerTexts img {
            width: 60%;
            height: 7rem;
            margin: 0 auto;
        }

    .centerTexttow span {
        text-align: left;
    }

    #centerTextbox {
        height: 10rem;
    }

    .hoverImg {
        flex-direction: column;
        padding-top: 18px;
    }

    .bais_conterImgs {
        padding: 0 25px;
    }

    .slide-banner {
        height: 9rem;
    }
}

@media (max-width:1024px) {
    .products_right .Personal .Personal_head {
        height: 51.500px;
    }

        .products_right .Personal .Personal_head ul {
            font-size: 12px;
        }

    .Personal_content_table_ulOne img {
        width: 78.516px;
        height: 78.516px;
    }

    .Personal_head_inp input {
        padding: 0 11.550px 0 13.125px
    }

    .Personal_content_table_ulOne_money {
        font-size: 14px;
    }

    .Personal_content_table_ulTow {
        font-size: 12px
    }

    .tableHaeaul .tableHaeaulImg .tableHaeaulText :nth-child(2) {
        font-size: 12px;
        margin-left: -10px;
    }

    .Personal_moneymesg {
        margin-top: 15.734px;
    }

    .bais_banner {
        height: 428px;
    }

        .bais_banner .item {
            height: 428px;
        }

    .case_descc .title {
        font-size: 26px;
        line-height: 28px;
    }

    .case_descc .view_infoo {
        width: 100px;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .case_descc .desc_intro {
        font-size: 12px;
    }

    .case_desc .title {
        margin-top: 14px;
    }

    .product_desccc .case_desc .title span {
        font-size: 14px;
    }

    .product_desccc a {
        height: 180px;
    }

    .lte_solutions {
        padding-top: 20px;
    }

    .owl_lte .owl-item {
        width: 520px !important;
    }

    .owl_lte {
        height: 300px;
    }

        .owl_lte .item {
            height: 280px;
        }

    .lte_title {
        font-size: 24px;
    }

    .products_type .type_tit {
        font-size: 12px;
    }

    .products_type {
        padding: 7.867px;
    }

        .products_type .type_tit img {
            width: 12px;
            height: 12px;
        }

    .type04 {
        left: 574px;
        top: 7px;
    }

    .type01 {
        left: 130px;
        top: 120px;
    }

    .type02 {
        left: 186px;
        top: 320px;
    }

    .type03 {
        left: 350px;
    }

    .type05 {
        left: 674px;
        top: 255px;
    }

    .type06 {
        top: 315px;
        left: 408px;
    }

    .products_list {
        width: auto;
    }

    .prolist_item {
        padding: 0 20px 10.490px;
    }

        .prolist_item a {
            font-size: 12px;
        }

    .products_list .logo {
        width: 75px;
        height: 21px;
        padding-left: 10.542px;
    }

    .products_wrap {
        padding-top: 31.930px;
    }

    .products_list .title {
        font-size: 12px;
        padding-left: 9.945px;
        margin-top: 22px;
    }

    .products_desc .products_descImg {
        width: 779.516px;
        height: 490px;
    }

    .footer_wrap {
        min-width: 1024px;
    }

    .bais_header .bais_right {
        visibility: hidden;
        position: relative;
        display: flex;
        align-items: center;
    }


    .cars_login {
        visibility: visible;
        width: 90px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        right: 0;
    }

        .cars_login .navImggnduo {
            display: inline;
        }

    .cars_login_box {
        display: block;
        width: 3px;
        height: 36px;
        background-color: #fff;
        border-radius: 20px;
        transition: all 0.5s;
    }

    .cars_login a {
        padding-top: 35px;
    }

        .cars_login a img {
            width: 22px;
            height: 22px;
        }

    .products_type {
        width: 150px;
    }

    .maincontertitles :nth-child(3) {
        height: 33px;
        width: 100px;
        line-height: 33px;
        font-size: 12px;
    }

    .solutionOne {
        height: 158px;
    }

    .products-wrap .products-indoor {
        flex-wrap: nowrap;
        margin-top: 70px;
    }

    .products-wrap .products-desc {
        width: 180px;
    }

    .products-wrap .products-indoor .indoor-wrap {
        width: 749px;
        padding: 28px 24px 24px;
    }

    .products-wrap .products-desc h3 {
        font-size: 15px;
    }

    .products-wrap .products-desc p {
        font-size: 12px;
        line-height: 13px;
        margin-top: 16px;
    }

    .products-wrap .products-desc a {
        display: inline-block;
        width: 75px;
        height: 27px;
        text-align: center;
        font-size: 13px;
        line-height: 27px;
        color: #fff;
        margin-top: 30px;
        background-color: #ea552f;
    }

    .products-wrap .products-indoor .indoor-wrap ul li {
        width: 170px;
        margin-right: 14px;
    }

        .products-wrap .products-indoor .indoor-wrap ul li a {
            width: 100%;
        }
            /* .products-wrap .products-indoor .indoor-wrap ul li a .img-box {
		width: 100%;
		height: 172px;
	} */
            .products-wrap .products-indoor .indoor-wrap ul li a h5 {
                font-size: 12px;
                line-height: 53px;
            }

            .products-wrap .products-indoor .indoor-wrap ul li a .img-box {
                height: 228.333px;
            }

    .swiperBox {
        height: 64px;
    }

    .Left {
        top: 14px;
        background-size: 12px;
    }

    .Rights {
        top: 14px;
        background-size: 12px;
    }

    .img-banner {
        height: 472.500px;
    }

    .products-banners {
        height: 242.547px;
    }

    .products-wrap .products-solution {
        padding-top: 50px;
    }

    .img-banner .banner-title {
        bottom: 90px;
        font-size: 31.43px;
    }

        .img-banner .banner-title .title {
            font-size: 18px;
        }

        .img-banner .banner-title .ftitle {
            font-size: 26px;
        }
    /* .products-wrap .products-open {
		flex-wrap: nowrap;
		min-width: 1024px;
		height: 373px;
	} */
    /* .products-wrap .products-open .open-wrap {
		width: 575px;
	}
	.products-wrap .products-open .products-desc {
		width: 238px;
	} */
    .products-wrap .products-open .open-wrap {
        width: 681.797px;
    }

    #open_swiper {
        width: 599.969px;
    }

    .products-wrap .products-open .products-desc {
        margin: 94.406px 0 113.288px 53px;
        width: 233.750px;
    }

    .products-wrap .products-open .open-wrap ul li h5 {
        font-size: 12px;
        margin-top: 35px;
    }
    /* .products-wrap .products-open .open-wrap {
		padding: 0 30px;
	} */
    .products-wrap .products-open .open-wrap .swiper-button {
        width: 10px;
        height: 18px;
    }

    .products-wrap .products-outdoor .products-desc {
        width: 195px;
    }

    .products-wrap .products-outdoor .outdoor-wrap ul li {
        width: 220px;
    }

        .products-wrap .products-outdoor .outdoor-wrap ul li a .img-box {
            height: 175px;
        }

        .products-wrap .products-outdoor .outdoor-wrap ul li a h5 {
            font-size: 12px;
            line-height: 54px;
        }

    .products-wrap .products-cpe .products-desc {
        margin-right: 94px;
        width: 323px;
    }

    .products-wrap .products-cpe .cpe-wrap {
        width: 594.125px;
        /* padding: 46px 29px 70px; */
    }

    #cpe_swiper {
        width: 487.172px;
        padding: 47.250px 0 70.875px 0;
    }

    .products-wrap .products-cpe .cpe-wrap ul li a .img-box {
        height: 200px;
    }

    .products-wrap .products-cpe .cpe-wrap ul li h5 {
        font-size: 12px;
        line-height: 54px;
    }

    .products-wrap .products-lte {
        padding: 42px 0;
    }

        .products-wrap .products-lte .lte-wrap ul {
            width: 575px;
            display: flex;
            justify-content: space-evenly;
        }

            .products-wrap .products-lte .lte-wrap ul li {
                padding: 9px 7px;
            }

                .products-wrap .products-lte .lte-wrap ul li a {
                    width: 175px;
                }

                    .products-wrap .products-lte .lte-wrap ul li a .img-box {
                        width: 175px;
                        height: 175px;
                    }

                    .products-wrap .products-lte .lte-wrap ul li a h5 {
                        font-size: 12px;
                        line-height: 54px;
                    }

    .products-wrap .products-outdoor-solution {
        padding: 26px 0;
        margin: 0;
    }

    .products-wrap .products-desc p font {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }

    .products-wrap .products-outdoor-solution .outdoor-solution-wrap {
        margin-top: 35px;
    }

        .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li {
            margin-right: 30px;
        }

            .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a {
                width: 175px;
            }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a .img-box {
                    width: 175px;
                    height: 175px;
                }

                .products-wrap .products-outdoor-solution .outdoor-solution-wrap ul li a h5 {
                    font-size: 12px;
                    line-height: 54px;
                    padding-left: 18.8px;
                }

    .product-detail-wrap .product-detail-tab {
        height: 52px;
    }

        .product-detail-wrap .product-detail-tab ul li.dropdown a.dropdown-toggle {
            height: 52px;
            font-size: 12px;
            line-height: 52px;
        }

    .product-detail-wrap .product-detail-box .product-detail-l {
        width: 328px;
    }

    .product-detail-l .slide-view ul {
        width: 328px;
        height: 328px;
    }

        .product-detail-l .slide-view ul li a {
            width: 328px;
            height: 328px;
        }

            .product-detail-l .slide-view ul li a img {
                width: 100%;
                height: 100%;
            }

    .product-detail-l .slide-preview {
        width: 331.578px;
        height: 73.8px;
        margin-top: 7.416px;
    }

        .product-detail-l .slide-preview ul li {
            width: 74.672px;
            margin-right: 10.594px;
        }

            .product-detail-l .slide-preview ul li a img {
                width: 100%;
                height: 100%;
            }

    .product-detail-wrap .product-detail-box .product-detail-r {
        width: 630px;
    }

    .product-detail-r .r-item {
        padding: 15px 0;
    }

        .product-detail-r .r-item .product-title {
            margin: 0;
            font-size: 18px;
            line-height: 34px;
        }

        .product-detail-r .r-item .product-desc {
            font-size: 12px;
            /*line-height: 1.7;*/
            margin-top: 4px;
        }

    .product-detail-wrap .product-detail-info .info-header .info-title {
        width: 199px;
        font-size: 12px;
        line-height: 49px;
        padding-left: 2px;
    }

    .product-detail-wrap .product-detail-info .info-header .info-tab {
        padding-left: 2px;
    }

        .product-detail-wrap .product-detail-info .info-header .info-tab a {
            width: 74px;
            font-size: 12px;
            line-height: 49px;
        }

    .product-detail-wrap .product-detail-info .info-box-l {
        width: 199px;
    }

        .product-detail-wrap .product-detail-info .info-box-l ul {
            padding: 2px 0 0 8px;
        }

            .product-detail-wrap .product-detail-info .info-box-l ul li {
                margin-top: 6px;
            }

                .product-detail-wrap .product-detail-info .info-box-l ul li a {
                    width: 175px;
                    padding-top: 175px;
                }

                    .product-detail-wrap .product-detail-info .info-box-l ul li a .img-box {
                        width: 175px;
                        height: 175px;
                    }

                    .product-detail-wrap .product-detail-info .info-box-l ul li a .title {
                        height: 54px;
                        padding-top: 10px;
                        padding-left: 18px;
                    }

                        .product-detail-wrap .product-detail-info .info-box-l ul li a .title h5 {
                            font-size: 12px;
                            line-height: 16px;
                        }

                        .product-detail-wrap .product-detail-info .info-box-l ul li a .title span {
                            font-size: 12px;
                            line-height: 16px;
                        }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter h3.item-title {
        font-size: 12px;
        line-height: 44px;
        padding-left: 16px;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item .item-container {
        padding-left: 16px;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table {
        font-size: 12px;
        line-height: 14px;
    }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table thead {
            font-size: 12px;
        }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.parameter table td {
            padding: 6px;
        }

    .product-detail-wrap .product-detail-info .info-box-r .r-item h3.item-title {
        font-size: 12px;
        line-height: 44px;
        padding-left: 16px;
    }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul {
        padding: 12px 0;
    }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li {
            padding: 8px 0 8px 10px;
        }

            .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-icon {
                width: 38.8px;
                height: 38.3px;
            }

            .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-con {
                width: 316.69px;
                height: 38.8px;
                line-height: 38.8px;
                padding-left: 15.719px;
                font-size: 12px;
            }

                .product-detail-wrap .product-detail-info .info-box-r .r-item.file ul li .file-con a {
                    font-size: 12px;
                }

    .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li {
        padding: 8px 10px 8px 13px;
        margin-top: 18px;
        font-size: 12px;
    }

        .product-detail-wrap .product-detail-info .info-box-r .r-item.comment ul li p {
            font-size: 12px;
            line-height: 16px;
        }

    .product-detail-main {
        padding: 94px 0 50px;
    }

    .fnav_tit {
        width: 131px;
    }

    .fnav_list {
        padding-top: 20px;
    }

    .products-all-wrap .products-all-tab {
        height: 53.48px;
    }

        .products-all-wrap .products-all-tab ul li a {
            height: 52.97px;
            font-size: 12px;
            line-height: 52.97px;
        }

    .products-all-wrap .products-all-container {
        margin-top: 16px;
    }

        .products-all-wrap .products-all-container .products-all-l {
            padding: 19px 9.5px;
        }

    .products-all-l .products-filter .filter-title {
        font-size: 15px;
        padding: 27.27px 0 20px;
    }

    .products-all-l .products-filter .filter-list {
        padding-bottom: 34px;
    }

        .products-all-l .products-filter .filter-list .filter-checkbox {
            margin-left: -19.1px;
            width: 207.3px;
        }

        .products-all-l .products-filter .filter-list h3 {
            line-height: 28px;
            font-size: 12px;
            padding-left: 10px;
            border-left: 2px solid #ea552f;
        }

        .products-all-l .products-filter .filter-list .filter-checkbox label {
            margin-top: 10.47px;
            margin-left: 26.2px;
        }

    .products-all-wrap .products-all-container ul li a .img-box {
        width: 204.747px;
        height: 204.747px;
    }

    .products-all-wrap .products-all-container ul li a .title {
        height: 54.578px;
    }

        .products-all-wrap .products-all-container ul li a .title span {
            font-size: 12px;
            line-height: 16px;
        }

    .about-title {
        font-size: 18.88px;
        padding: 47.2px 0 35.66px;
    }

    .about-baicells-wrap .about-desc {
        font-size: 12px;
        line-height: 20px;
        padding: 47.28px 25px 94.406px 25px;
    }

    .partners-wrap .partners-tab {
        height: 52.85px;
    }

        .partners-wrap .partners-tab ul li span {
            font-size: 16.53px;
            height: 52.85px;
            line-height: 52.85px;
        }

        .partners-wrap .partners-tab ul li {
            padding: 0 27.21px;
        }

    .partners-wrap .partners-container {
        padding: 20.45px 0;
    }
    .history-wrap{
        background-color:#fff;
    }

    .history-wrap h3 {
        font-size: 18.8px;
        padding-top: 65.035px;
    }

    .history-wrap h1 {
        font-size: 36.7px;
        padding-top: 20.455px;
    }

    .history-wrap .history-container {
        padding: 43.007px 0 86.539px;
    }

        .history-wrap .history-container .history-tab {
            width: 620.969px;
        }

            .history-wrap .history-container .history-tab .history-year-wrap {
                width: 565.375px;
            }

            .history-wrap .history-container .history-tab .history-arrow {
                height: 15.734px;
            }

            .history-wrap .history-container .history-tab .history-year-wrap button {
                width: 94.406px;
                font-size: 12.58px;
                line-height: 18px;
            }

                .history-wrap .history-container .history-tab .history-year-wrap button::after {
                    width: 1.047px;
                    height: 6.281px;
                }

            .history-wrap .history-container .history-tab .history-arrow button {
                width: 11.531px;
                height: 15.734px;
            }

        .history-wrap .history-container .history-con {
            width: 416.422px;
            margin: 41.917px auto 0;
        }

            .history-wrap .history-container .history-con .item {
                width: 422.297px;
            }

                .history-wrap .history-container .history-con .item span {
                    width: 422.297px;
                    height: 193.859px;
                }

                .history-wrap .history-container .history-con .item p {
                    font-size: 12px;
                    margin-top: 25.150px;
                    line-height: 13px;
                }

    .solution-main .slide-banner {
        width: 1024px;
        height: 472.500px;
    }

    .slide-banner .banner-title {
        font-size: 31.4px;
    }

        .slide-banner .banner-title .ftitle {
            font-size: 21px;
            margin-top: -10.490px;
            /* line-height: 31px; */
        }

    .slide-banner .banner-btn button {
        width: 123.750px;
        height: 29.438px;
        margin-right: 12.575px;
        font-size: 12px;
    }

        .slide-banner .banner-btn button.prev i {
            margin-right: 10.479px;
        }

        .slide-banner .banner-btn button i {
            width: 15.719px;
            height: 31.438px;
        }

        .slide-banner .banner-btn button.next {
            width: 80.781px;
        }

            .slide-banner .banner-btn button.next i {
                margin-left: 10.479px;
            }

    .solution-wrap .scenario-container {
        padding-bottom: 36.130px;
    }

        .solution-wrap .scenario-container .scenario-desc {
            margin-top: 18.065px;
        }

    .solution-wrap .solution-img-box img {
        padding: 31.063px 0;
    }

    .contrentImgs {
        padding-top: 36.714px;
    }

    .contrentImgsBox {
        width: 294.750px;
    }

    .contenOllText {
        padding-top: 19.910px;
    }

    .contentTextBox {
        height: 261.969px;
    }

        .contentTextBox :nth-child(1) {
            width: 62.875px;
            height: 62.875px;
        }

        .contentTextBox :nth-child(3) {
            font-size: 12px;
        }

    .centreOllMeg {
        padding-bottom: 52.396px;
    }

    .centerText {
        height: 314.375px;
    }

    .centerTexts {
        height: 419.578px;
    }

        .centerTexts img {
            height: 366.406px;
        }

    #centerTextbox {
        height: 524.469px;
    }

    .solution-wrap .scenario-container .scenario-title {
        padding-top: 41.958px;
    }

    .solution-wrap .scenario-container .scenario-application {
        margin-bottom: 31.469px;
    }

    .solution-wrap .solution-title1 {
        padding: 28.322px 0 24.651px;
    }

        .solution-wrap .solution-title1::after {
            width: 43.531px;
            height: 6.281px;
        }

    .solution-wrap .scenario-container .scenario-application ul {
        margin-top: 31.469px;
    }

        .solution-wrap .scenario-container .scenario-application ul li .title {
            font-size: 15.68px;
            line-height: 49px;
        }

    .solution-wrap .solution-text-container ul {
        height: 215.031px;
    }

        .solution-wrap .solution-text-container ul li p {
            margin-top: 14.685px;
        }

    .solution-wrap .solution-title {
        padding: 28.181px 0;
    }

        .solution-wrap .solution-title::after {
            width: 43.313px;
            height: 6.250px;
            left: 54.797px;
        }

    .solution-wrap .solution-super-container ul {
        margin-top: 39.336px;
    }

        .solution-wrap .solution-super-container ul li {
            padding: 0 52.448px;
        }

            .solution-wrap .solution-super-container ul li h3 {
                font-size: 15.7px;
                line-height: 47px;
                padding-left: 20.979px;
            }

            .solution-wrap .solution-super-container ul li .img-box {
                height: 151.047px;
            }

            .solution-wrap .solution-super-container ul li .desc {
                font-size: 12.58px;
                margin-top: 18.357px;
                line-height: 26px;
            }
    /* 5G页面1024样式 */
    .mainConters {
        height: 367.125px;
    }

    .mainConterBox {
        height: 183.563px;
    }

        .mainConterBox :nth-child(1) {
            font-size: 21px;
        }

        .mainConterBox :nth-child(2) {
            font-size: 15.73px;
        }

    .maincontername {
        height: 182.469px;
    }

    .maincontertitles :nth-child(1) {
        font-size: 21px;
    }

    .maincontertitles :nth-child(2) {
        font-size: 15.7px;
    }

    .box {
        height: 133.609px;
    }

    .solution-wrap .solution-super-container ul li .desc p {
        padding-left: 52.396px;
    }

        .solution-wrap .solution-super-container ul li .desc p::before {
            width: 13.609px;
            height: 26.188px;
        }

    .solution-wrap .solution-full-container {
        margin-top: 10.490px;
    }

        .solution-wrap .solution-full-container ul {
            margin-top: 39.336px;
        }

            .solution-wrap .solution-full-container ul li {
                padding: 0 52.448px;
            }

                .solution-wrap .solution-full-container ul li h3 {
                    font-size: 15.7px;
                    line-height: 47px;
                    padding-left: 20.938px;
                }

                .solution-wrap .solution-full-container ul li .img-box {
                    height: 163.625px;
                    margin-top: 10.490px;
                }

                .solution-wrap .solution-full-container ul li .desc {
                    font-size: 12.58px;
                    line-height: 20px;
                    margin-top: 36.714px;
                }

    .solution-Unified-container {
        margin-top: 10.479px;
    }

        .solution-Unified-container .Unified-box ul {
            margin-top: 49.776px;
        }

            .solution-Unified-container .Unified-box ul li {
                padding-right: 26.198px;
            }

                .solution-Unified-container .Unified-box ul li h5 {
                    font-size: 15.67px;
                }

                .solution-Unified-container .Unified-box ul li p {
                    font-size: 14.68px;
                    margin-top: 14.685px;
                    line-height: 26px;
                }

    .solution-case-container .case-container {
        padding: 38.812px 0;
    }

        .solution-case-container .case-container .case-arrow button {
            width: 38.797px;
            height: 38.797px;
        }

        .solution-case-container .case-container .case-r {
            padding-left: 46.359px;
        }

            .solution-case-container .case-container .case-r ul li {
                margin-top: 36.714px;
            }

                .solution-case-container .case-container .case-r ul li h5 {
                    font-size: 15.73px;
                }

                .solution-case-container .case-container .case-r ul li p {
                    font-size: 12px;
                    margin-top: 13.112px;
                    line-height: 22px;
                }
    /* media页面1024样式 */
    .media-wrap {
        padding-bottom: 57.406px;
    }

        .media-wrap .media-tab ul li {
            padding: 0 27.137px;
        }

        .media-wrap .media-container .media-list ul li .container span {
            margin-top: 12.575px;
        }

        .media-wrap .media-container .media-list ul li .container p {
            margin-top: 9.412px;
        }
    /* Partners页面1024样式 */
    .hoverImg span {
        font-size: 15.73px;
    }

    .hoverImg .hoverImgspanhover {
        color: #dd441c;
    }

    .bais_conterImgs .table tr td {
        /* width: 239.500px; */
        height: 74.672px;
    }
    /* details页面1024样式 */
    .details-wrap .details-close i {
        width: 23.031px;
        height: 23.031px;
        margin: 25.125px 25.125px 0 0;
    }

    .details-wrap .details-title {
        margin-top: 20.979px;
    }

    .details-wrap .details-con {
        margin-top: 57.693px;
    }

        .details-wrap .details-con img {
            width: 524.469px;
        }
    /* service页面1024样式 */
    .service-wrap {
        padding: 39.023px 0 78.047px;
    }
    /*.service-wrap .service-container {
		width: 775.453px;
	}*/
    .service-container h3 {
        font-size: 18.86px;
        line-height: 28px;
    }

    .service-container h5 {
        font-size: 13.1px;
        line-height: 14px;
        margin-top: 13.112px;
    }

    .service-container .service-user {
        margin-top: 41.958px;
    }

        .service-container .service-user .user-btns {
            bottom: 28px;
        }

            .service-container .service-user .user-btns button {
                width: 120.625px;
                height: 41.953px;
                line-height: 41.953px;
                margin: 0 20px;
            }

    .service-container .service-list {
        margin-top: 66.084px;
    }

        .service-container .service-list ul li {
            padding-left: 46.154px;
        }

            .service-container .service-list ul li p {
                font-size: 12.58px;
                line-height: 18px;
                padding: 33.567px 0;
            }

            .service-container .service-list ul li::after {
                width: 5.234px;
                height: 13.109px;
                left: 5.245px;
                top: 36.714px;
            }
    /* download页面样式 */
    .download-wrap .download-tab ul li {
        padding-right: 27.273px;
    }

    .download-wrap .download-container {
        margin-top: 16.783px;
    }

        .download-wrap .download-container .download-list ul {
            padding-top: 28.322px;
        }

            .download-wrap .download-container .download-list ul li {
                padding: 12.063px 0;
            }

    .product-detail-r .r-item .product-country {
        height: 27.219px;
        margin-top: 12.039px;
    }

        .product-detail-r .r-item .product-country .country-select {
            margin-left: 10.490px;
        }

        .product-detail-r .r-item .product-country .country-title {
            font-size: 12px;
            line-height: 27.219px;
        }

        .product-detail-r .r-item .product-country .country-select select {
            min-width: 65.645px;
            height: 25.266px;
            padding: 0 22.028px 0 7.343px;
        }

        .product-detail-r .r-item .product-country .tips {
            margin-top: 8.392px;
        }

    .product-detail-r .r-item .tips {
        font-size: 12px;
        line-height: 10px;
        margin-left: 12.063px;
    }

        .product-detail-r .r-item .tips i {
            width: 9.438px;
            height: 9.438px;
            font-size: 12px;
            margin-right: 4.196px;
        }

    #r-item {
        padding: 13.099px 0 51.872px;
    }

    .product-detail-r .r-item h3 {
        font-size: 12px;
        /* line-height: ; */
    }

    .product-detail-r .r-item .contact-sales1 {
        margin-top: 9.431px;
    }

        .product-detail-r .r-item .contact-sales1 .reduce {
            width: 26.188px;
            height: 26.188px;
        }

        .product-detail-r .r-item .contact-sales1 div {
            height: 26.188px;
            width: 103.734px;
            font-size: 13.6px;
            line-height: 26.188px;
        }



    .product-detail-r .r-item .buy-choose button {
        height: 18.859px;
        padding: 0 13.099px;
        margin: 10.479px 10.479px 0 0;
        font-size: 10.4px;
        line-height: 18.859px;
    }

    .product-detail-r .r-item .buy-desc {
        font-size: 12px;
        line-height: 10px;
        margin-top: 9.955px;
    }

    .media_icon {
        height: 164.156px;
    }

    .media_tit {
        padding: 31.993px 0;
    }

    .slide-banner {
        height: 472.500px;
    }

        .slide-banner .slide-bannerTitle {
            font-size: 31.4px;
        }

    .solution-product-wrap .solution-container {
        padding: 0 36.714px 47.203px 41.958px;
    }

        .solution-product-wrap .solution-container .solution-title {
            font-size: 25.15px;
            padding-top: 41.875px;
        }

        .solution-product-wrap .solution-container .solution-desc {
            font-size: 12px;
            margin-top: 18.320px;
            line-height: 17px;
        }

        .solution-product-wrap .solution-container .solution-application {
            margin-top: 26.224px;
        }

            .solution-product-wrap .solution-container .solution-application ul {
                width: 961.078px;
                margin-left: -7.867px;
            }

                .solution-product-wrap .solution-container .solution-application ul li {
                    padding: 0 7.867px;
                }

                    .solution-product-wrap .solution-container .solution-application ul li .title {
                        font-size: 15.7px;
                        line-height: 49px;
                        padding: 0 20.958px;
                    }

    .solution-product-wrap .solution-product .product-title {
        font-size: 25.15px;
        padding: 34.091px 0;
    }

    .solution-product-wrap .solution-product ul li a .img-box {
        padding: 20.979px;
    }

    .solution-product-wrap .solution-product {
        padding: 0 36.568px 47.016px 41.792px;
        margin-top: 15.672px;
    }

        .solution-product-wrap .solution-product ul li a h5 {
            font-size: 12px;
            line-height: 62px;
            padding-left: 18.863px;
        }

    .activeBox {
        display: block;
    }

    .product-detail-l .slide-preview ul li a img {
        width: 74.672px;
        height: 73.875px;
    }

    .product-detail-l .slide-preview ul li a.active::after {
        width: 74.672px;
        height: 73.875px;
    }

    .Personal_issue {
        height: 70.906px;
    }

    .Personal_Name {
        font-size: 14px
    }

    .Personal_address span {
        font-size: 14px;
    }

    .Personal_btn_alter span {
        font-size: 16px;
        font-weight: bold;
    }

    .Personal_btn_change span {
        font-size: 16px;
        font-weight: bold;
    }

    .cars_login {
        width: 228px;
    }

    .tableHaeaUl li {
        font-size: 16px;
    }

        .tableHaeaUl li .tableHaeaulBtn .tableHaeaulBtnBox {
            width: 30px;
            height: 30px;
        }

    .tableHaeaulBtnTow {
        width: 50px;
        height: 30px;
    }

    .tableHaeaUl li .tableHaeaulBtn .tableHaeaulBtnTow span {
        line-height: 30px;
    }

    .tableHaeaul .tableHaeaulImg .tableHaeaulText :nth-child(1) {
        font-size: 12px;
        margin-left: -10px;
    }

    .tableHaeaul .tableHaeaulImg img {
        width: 78.516px;
        height: 78.516px;
    }
}
/*发送邮件样式↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.boxshow {
    width: 200px;
    height: 70px;
    background-color: tomato;
    margin: 20px auto;
    border-radius: 33px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .boxshow::before {
        display: block;
        top: -200%;
        left: -100%;
        width: 10%;
        height: 300%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: linear-gradient(270deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .05));
        z-index: 2;
        position: absolute;
        content: "";
        -webkit-animation: crossed 4s linear infinite;
        animation: crossed 4s linear infinite;
    }

    .boxshow span {
        font-size: 20px;
        text-align: center;
        -webkit-text-stroke: 1px white;
        -webkit-text-fill-color: transparent;
    }

/* 新弹框样式 */
.product-pops {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden;
			opacity: 0; */
    transition: all 0.5s;
}

    .product-pops .pop-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, .3);
    }

    .product-pops .pop-container {
        width: 600px;
        /*width: 17rem;*/
        /* 手机的width:17rem */
        padding: 0 25px 30px;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

        .product-pops .pop-container .pop-header {
            width: 100%;
            height: 65px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ea552f;
        }

            .product-pops .pop-container .pop-header .pop-logo {
                width: 120px;
            }

                .product-pops .pop-container .pop-header .pop-logo img {
                    width: 100%;
                }

            .product-pops .pop-container .pop-header .pop-closes {
                width: 20px;
                height: 20px;
                background: url(/Content/img/pop_close.png) no-repeat;
                background-size: cover;
                cursor: pointer;
            }

        .product-pops .pop-container .pop-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .product-pops .pop-container .pop-content .contentspan {
                font-weight: bold;
                color: #505050;
                font-size: 32px;
                padding: 20px 0;
            }

            .product-pops .pop-container .pop-content .contentspantow {
                font-size: 16px;
                color: #a6a6a6;
                /* white-space: pre-wrap!important;
    word-wrap: break-word!important; */
                line-height: 1.5;
                text-align: center;
            }

            .product-pops .pop-container .pop-content .fix_contentspantow {
                color: #505050;
                font-size: 20px;
                padding: 20px 0;
                margin-top: 30px;
            }

            .product-pops .pop-container .pop-content .contentslel {
                padding: 20px 0;
            }

                .product-pops .pop-container .pop-content .contentslel .bottomBtn {
                    padding: 15px 100px;
                    background: #ea552f;
                    color: #fff;
                    margin-top: 30px;
                }

                .product-pops .pop-container .pop-content .contentslel .contentslelTitel {
                    color: #505050;
                    font-size: 18px;
                    font-weight: bold;
                }

                .product-pops .pop-container .pop-content .contentslel .contentslelBox {
                    background-color: #e5e5e5;
                    height: 40px;
                    border-radius: 5px;
                    width: 270px;
                    /*margin-left: 20px;*/
                    padding: 0 10px;
                    cursor: pointer;
                }

            .product-pops .pop-container .pop-content .contentBtns {
                width: 300px;
                height: 60px;
                background-color: #ea552f;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                font-size: 16px;
                font-weight: 100;
                font-family: sans-serif;
            }

/*发送邮件样式↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

.AddAddressBox {
    width: 1120px;
}

    .AddAddressBox .address-ul {
        padding: 0 35px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }


        .AddAddressBox .address-ul .item {
            background-color: #f5f5f5;
            width: 49%;
            height: 60px;
            display: flex;
            align-items: center;
            /*            justify-content: space-between;*/
            padding: 0 20px;
            font-size: 18px;
            font-weight: bold;
            color: #575757;
            margin-top: 40px;
            padding-right: 0;
            border-radius: 10px;
        }

        .AddAddressBox .address-ul .box {
            width: 30%
        }

        .AddAddressBox .address-ul .item span {
            display: block;
        }

        .AddAddressBox .address-ul .address-ulBox {
            width: 100%;
        }

        .AddAddressBox .address-ul .address-ulBoxs {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

        .AddAddressBox .address-ul .Boxs {
            background-color: transparent;
        }

        .AddAddressBox .address-ul .item .compilesiteInp {
            background: none;
            height: 25.266px;
            padding: 0 10px 0 10px;
        }

        .AddAddressBox .address-ul .item .subItem {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: auto;
            cursor: pointer;
            /*            background-color: #f5f5f5;
            width: 48%;
            height: .6rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            font-size: .18rem;
            font-weight: bold;
            color: #575757;
            margin-top: 40px;*/
        }

        .AddAddressBox .address-ul .item .subItem {
            line-height: 1;
        }

            .AddAddressBox .address-ul .item .subItem .icon {
                width: 25px;
                height: 25px;
                margin-right: 15px;
            }

        .AddAddressBox .address-ul .item input {
            background-color: #f5f5f5;
            margin-left: 8px;
            height: 100%;
            width: 70%;
            font-size: .16rem;
            font-weight: bold;
            color: #575757;
        }

        .AddAddressBox .address-ul .item .shu {
            width: 30px
        }

        .AddAddressBox .address-ul .item .compilesiteInps {
            width: 37%
        }

        .AddAddressBox .address-ul .item .subItem2 {
            margin-right: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .AddAddressBox .address-ul .item .subItem2 label {
                width: 60%;
            }

            .AddAddressBox .address-ul .item .subItem2 select {
                width: 100%;
                height: 25.266px;
                padding: 0 10px 0 10px;
                background: none;
            }

        .AddAddressBox .address-ul .item input::-webkit-input-placeholder {
            color: #cacaca;
        }

        .AddAddressBox .address-ul .item input::-moz-placeholder {
            /* Firefox 19+ */
            color: #cacaca;
        }

        .AddAddressBox .address-ul .item input:-ms-input-placeholder {
            /* IE 10+ */
            color: #cacaca;
        }

        .AddAddressBox .address-ul .item input:-moz-placeholder {
            /* Firefox 18- */
            color: #cacaca;
        }

        .AddAddressBox .address-ul .addBtnV {
            width: 100%;
            justify-content: start;
            background: none;
            display: flex;
            padding: 0;
        }

.contenRigthBox {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #586060;
    padding: 0 30px;
    border-bottom: 1px solid #f0f0f0;
}

    .contenRigthBox .contenRigthBoxOne {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .contenRigthBox .contenRigthBoxOne img {
            width: 10px;
            height: 18px;
        }

        .contenRigthBox .contenRigthBoxOne .contenRigthBoxSpan {
            margin-left: 15px;
        }

.discount_couponBg {
    width: 100%;
    padding: 20px 90px;
}

.discount_coupon {
    padding: 20px 10px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

    .discount_coupon .couponSpan {
        font-size: 18px;
        font-weight: bold;
        color: #535353;
        border-left: 3px solid #ea552f;
        padding-left: 15px;
        margin-bottom: 10px;
    }

.couponSpanTiem {
    font-size: 16px;
    color: #a2a2a2;
}

.orderConfirm_addressA {
    border: 0;
    display: flex;
    width: 90%;
    border-right: 1px solid #dddddd;
}

.orderConfirm_addressAdd {
    width: 100%;
}

.orderConfirm_addressA .lineV {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    width: 50%;
}

.orderConfirm_addressAdd .lineV {
    width: 50%;
    padding-left: 34px;
}

.orderConfirm_addressA .lineVBox {
    width: 70%;
    display: flex;
    flex-direction: column;
}

    .orderConfirm_addressA .lineVBox .lineVs {
        width: 100%;
        display: flex;
        align-items: center;
    }

.orderConfirm_addressA .lineV span {
    width: 100%;
}

.orderConfirm_addressA .lineV .areaDetail {
    width: 60%;
}

.orderConfirm_addressA .fix_Personal_btn {
    position: absolute;
    width: 20%;
    right: 0px;
    top: 31%;
}

.info_emailEditV {
    background-color: #f5f5f5;
    width: 70%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #575757;
    position: relative;
}

    .info_emailEditV span {
        width: 20%;
    }

    .info_emailEditV .inputV {
        width: 60%;
        font-size: 18px;
        font-weight: bold;
        color: #575757;
        height: 100%;
        background: none;
        font-size: 18px;
        font-weight: bold;
        color: #575757;
        line-height: 60px;
    }

    .info_emailEditV .send {
        position: absolute;
        right: 0px;
        height: 60px;
        line-height: 60px;
        background: #ea552f;
        color: #fff;
        text-align: center;
        padding: 0 10px;
        cursor: pointer;
    }

.other-ducuments {
    padding: 0.12rem 0.1rem;
    background: rgba(234, 85, 47, 1);
    width: 2.2rem;
    color: white;
    margin-left: .2rem;
    margin-top: .2rem;
}

    .other-ducuments a {
        color: white;
        font-size: .22rem;
    }




.Personal_acbox .moreSpan {
    padding-top: .40rem;
    color: #ea552f;
    font-weight: bold;
    cursor: pointer;
}

.fix_Personal_acbox {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fix_indent_Tiem {
    padding-top: 0px;
}

.Psersonal_right {
    width: 90%;
}

    .Psersonal_right .title {
        padding-bottom: 20px;
        color: #484848;
    }

/*下载样式*/
.doc_icon {
    width: 33%
}

.doc_icon_xiazai {
    text-align: center
}

.doc_icon .dakai {
    width: 32px;
    margin-right: 34px
}

/*支付样式*/
.products_pop_parent {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.products_pop {
    width: 100%;
    height: 100%;
    max-width: 400px;
}

    .products_pop .products_pop_content {
        width: 100%;
        height: auto;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-bottom: 30px
    }

    .products_pop .products_pop_form {
        width: 100%;
    }


        .products_pop .products_pop_form ul li {
            display: flex;
            flex-direction: column;
        }

.products_pop_inputs {
    height: 30px;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 10px;
}

.products_pop .products_pop_form ul li textarea {
    width: 100%;
    height: 30px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fafafa;
    color: #373737;
    /* line-height: 0.3rem; */
    margin: 10px 0;
}

.products_pop .products_pop_form ul li input::-webkit-input-placeholder {
    color: rgb(160, 160, 160);
}

.products_pop .products_pop_form ul li input::-moz-placeholder {
    color: #686a6e;
}

.products_pop .products_pop_form ul li input:-ms-input-placeholder {
    color: #686a6e;
}

.products_pop_Btn {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}


    .products_pop_Btn button {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        background-color: #ea552f;
        color: #fff;
    }

.products_pop_form span {
    width: 100%;
    text-align: left;
}

.inputs_frame input {
    border: 1px solid #919191
}

.bankcard {
    display: flex;
    text-align: left;
}

    .bankcard img {
        width: 40px;
        height: 25px;
        margin-right: 5px;
    }

.spancode {
    display: flex;
}

.circle {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer
}

.pay_tips {
    font-size: 12px;
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: white;
    color: red;
    position: absolute;
    margin-left: 35px;
    margin-top: -215px;
    display: none
}

.pay_tips_out {
    position: absolute;
    top: 200px;
    left: 82px;
    color: #ccc;
    font-size: 16px;
}

.pay_tips img {
    width: 100%;
    height: auto;
}

.edgemagin {
    margin-top: 30px;
}

.other li {
    width: 31% !important
}

.egw_middle ._ul li {
    width: 25%
}

.egw_middle ._ul2 li {
    width: 30%
}

._page_div {
    padding-top: 0 !important
}

@media (max-width:1400px) {
    .fonter_newNav {
        margin-left: 20px;
    }
}
