
body{
    background-color: #f7f8fd;
}

.bossgoo-breadbrumb2{
    margin: 25px 0;
}

.bossgoo-productb-main{
    /* min-height: 800px; */
    background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #edeef5;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



.bossgoo-productb-main .main-l{
    width: 500px;
}

.bossgoo-productb-main .main-l .big_pic{
    margin: 0 20px;
    width: 460px;
    height: 460px;
}


.bossgoo-productb-main .main-l .big_pic img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-productb-main .main-l .bigBox{
    display: none;
    width: 440px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: 520px;
    z-index: 99;
    top: 50px;
}

.bossgoo-productb-main #bigImg {
    position: absolute;
}


.bossgoo-productb-main .main-l .mask{
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: move;
    display: none;
}

.bossgoo-productb-main .main-l .bigBox img{
    width: 880px !important;
    max-width: none;
}

.picSwiper{
    position: relative;
    overflow: hidden;
}

.bossgoo-productb-main .main-l .picbox .imgbox{
    position: relative;
    padding: 2px;
    height: auto;
    box-sizing: border-box;
    border: solid 2px #edeef5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-productb-main .main-l .picbox .imgbox .icon-bofang{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.bossgoo-productb-main .main-l .picSwiperBox{
    width: 80%;
    margin: 0 auto;
}

.bossgoo-productb-main .main-l .picbox{
    position: relative;
    margin-top: 50px;
}

.bossgoo-productb-main .main-l .picbox .imgbox.active{
    border: solid 2px var(--themeColor) !important;
}



.bossgoo-productb-main .main-l .picbox .swiper-button-next, 
.bossgoo-productb-main .main-l .picbox .swiper-button-prev{
    background-image: none;
}

.bossgoo-productb-main .main-l .picbox .swiper-button-next span, 
.bossgoo-productb-main .main-l .picbox .swiper-button-prev span{
    background-image: none;
    font-size: 26px;
    opacity: .6;
}

.bossgoo-productb-main .main-r{
    width: calc(100% - 550px);
    margin-left: 50px;
}

.bossgoo-productb-main .main-r .title{
    font-family: 'CenturyGothic';
	font-size: 22px;
	line-height: 32px;
	color: #333333;
}

.bossgoo-productb-main .main-r .model{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bossgoo-productb-main .main-r .model .wire{
    width: 1px;
    background-color: #cbd0dc;
    margin:  0 15px;
    height: 16px;
}

.bossgoo-productb-main .main-r .model p{
    width: 100%;
    font-family: 'Calibri';
	font-size: 16px;
	line-height: 32px;
	color: #989898;
}

.do_entry_item{
    width: 100%;
padding: 15px 0px;
overflow: hidden;
}

.do_entry_item .detail_infos p{
    line-height: 32px;
    font-size: 14px;
    width: 50%;
    float: left;
    display: flex;
}

.do_entry_item .detail_infos .attr_title{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;

    width: 145px;
}
.do_entry_item .detail_infos .attr_content{
    /* height: 32px; */
    line-height: 32px;
    font-size: 14px;

    color: #333;
    margin: 0;
    display: block;
    width: calc(100% - 150px);
    float: right;
    padding-right: 20px;
    box-sizing: border-box;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;

    /* max-height: 64px; */
}

.bossgoo-productb-main .main-l .picbox .imgbox video{
    width: 100%;
}

.bossgoo-productb-main .main-l .big_pic video{
    width: 100%;
}

.bossgoo-productb-main .main-r .model p span{
    color: #666;
}

.bossgoo-productb-main .main-r .model p span:nth-child(1){
    display: inline-block;
    min-width: 120px;
}

.bossgoo-productb-main .main-r .model p span:nth-child(2){
    color: #333;
}

.bossgoo-productb-main .main-r .moneyList{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e4e5ee;
}

.bossgoo-productb-main .main-r .moneyList li{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.J_module b,
.J_module p{
    line-height: 2;
}

.bossgoo-productb-main .main-r .moneyList li .money{
    font-family: 'Calibri';
	font-size: 22px;
    line-height: 1.5;
	font-weight: 400;
	color: #999;
    word-wrap: break-word;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
display:none;
}

.bossgoo-productb-main .main-r .moneyList li .money span:nth-child(1){
    font-weight: bold;
	color: #c91a1a;
    font-size: 26px;
}

.bossgoo-productb-main .main-r .moneyList li .num{
    font-family: 'Calibri';
	font-size: 16px;
	color: #666666;
}

.bossgoo-productb-main .main-r .parameter .tagBox{
    display: flex;
    flex-wrap: wrap;
}

.bossgoo-productb-main .main-r .parameter .tag{
    display: block;
    padding: 0 3px;
	height: 38px;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
	background-color: #d5d9e6;
	border-radius: 4px;
    margin-right: 10px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 10px;
	/* border: solid 2px #233a95; */
}

.bossgoo-productb-main .main-r .parameter .tagimg{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    width: 38px;
	height: 38px;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
	border: 1px solid #d5d9e6;
	border-radius: 4px;
    margin-right: 10px;
    color: #333333;
    cursor: pointer;
}

.bossgoo-productb-main .main-r .parameter .tag.active{
    border-radius: 4px;
	border: solid 2px #233a95;
    box-sizing: border-box;
}

.bossgoo-productb-main .main-r .parameter .tr{
    display: flex;
    margin: 8px 0;
}

.bossgoo-productb-main .main-r .parameter .tr .td:nth-child(1){
    width: 280px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}



.bossgoo-productb-main .main-r .parameter .tagBox img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-productb-main .main-r .parameter{
    padding: 40px 0;
    border-bottom: 1px solid #e4e5ee;
}

.bossgoo-productb-main .main-r .parameter .now{
    background-color: var(--themeColor);
    padding: 0 50px;
    height: 48px;
    border-radius: 48px;
    display: inline-block;
    line-height: 48px;
    font-family: 'CenturyGothic';
    margin-top: 40px;
}

.bossgoo-productb-main .main-r .parameter .now a{
    font-size: 16px;
	color: #ffffff;
}

.bossgoo-productb-main .main-r .links{
    display: flex;
    padding: 30px 0;
}

.bossgoo-productb-main .main-r .links li a{
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}

.bossgoo-productb-main .main-r .links li a span{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    
}

.bossgoo-productb-main .main-r .links li .Facebook{
    background-color: #3b5998;
}

.bossgoo-productb-main .main-r .links li .twitter{
    background-color: #1da1f2;
}

.bossgoo-productb-main .main-r .links li .entypopinterest{
    background-color: #e60023;
}
.bossgoo-productb-main .main-r .links li .instagram{
    background-color: #0077b5;
}

.bossgoo-productb-main .main-r .links li .instagramFill{
    background-color: #ff4500;
}

.bossgoo-productb-main .main-r .links li .iconPhone{
    background-color: #25d366;
}

.bossgoo-productb-main .main-r .Payment .tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.bossgoo-productb-main .main-r .Payment .tr .td:nth-child(1){
    width: 80px;
}

.descriprtion .title{
    font-family: 'CenturyGothic';
	font-size: 22px;
    font-weight: bold;
	line-height: 90px;
	color: #333333;
}

.descriprtion .main{
    min-height: 800px;
    background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #edeef5;
}

.descriprtion .main .tab{
    display: flex;
    padding: 0 40px;
    border-bottom: 1px solid #edeef5;
}

.descriprtion .main .tab li{
    padding-top: 20px;
    padding-bottom: 20px;
}

.descriprtion .main .tab li a{
    font-family: 'Calibri';
	font-size: 20px;
	color: #c2c2d3;
    /* line-height: 65px; */
    line-height: 1;
    margin-right: 70px;
    cursor: pointer;
}

.descriprtion .main .tab li a:hover{
    color: #333;
}



.descriprtion .main .tab li a.active{
    color: #333;
}

.descriprtion .main .Overview{
    padding: 25px 40px;   
    border-bottom: 1px solid #edeef5;
}

.descriprtion .main .Overview .titleTwo{
    border-left: 3px solid #233a95;
    padding-left: 13px;
    font-family: 'Calibri';
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .td .numTable .tr{
    margin: 0;
}

.descriprtion .main .Overview .secondarytitle{
    line-height: 70px;
    font-family: 'Calibri';
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.descriprtion .main .Overview .tableBox{
    display: flex;
}

.descriprtion .main .Overview .tableBox .table{
    width: 50%;
}

.descriprtion .main .Overview .tableBox .table .tr{
    display: flex;
}

.descriprtion .main .Overview .tableBox .table .tr .td{
    display: flex;
}

.descriprtion .main .Overview .tableBox .table .tr .td:nth-child(1){
    width: 150px;

}

.descriprtion .main .Overview .tableBox .table .tr .td p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.descriprtion .main .Overview .tableBox{
    display: flex;
}


.descriprtion .main .Overview .tableBoxTwo .table .tr{
    display: flex;
    width: 100%;
    margin: 10px 0 ;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .td{
    display: flex;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .td:nth-child(1){
    width: 200px;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .td p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}



.descriprtion .main .Overview .tableBoxTwo .table .numTable .tr .td{
   width: 184px;
   padding: 15px 0 ;
   display: flex;
   justify-content: center;
   background-color: #f6f6f6;
   border: solid 1px #e3e3e3;
}

.descriprtion .main .Overview .tableBoxTwo .table .hint{
    font-family: 'Calibri';
	font-size: 16px;
	line-height: 32px;
	color: #999999;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .picList .p-pic{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #e5e5e5;
    margin-right: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .picList a{
    display: flex;
}

.descriprtion .main .Overview .tableBoxTwo .table .tr .picList a img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.descriprtion .main .Overview .text{
    padding: 20px 0;
    font-family: 'Calibri';
	font-size: 16px;
	line-height: 24px;
	color: #666666;
} 

.descriprtion .main .Overview .download{
    display: flex;
}

.descriprtion .main .Overview .download li{
    margin-right: 10px;
}

.companyList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.companyList .company-pic{
    margin-right: 10px;
}

.hot .title{
    font-family: 'CenturyGothic';
    font-size: 22px;
    font-weight: bold;
    line-height: 90px;
    color: #333333;
}

 .swiper-hot{
    width: 100%;
    position: relative;
    overflow: hidden;
}

 .swiper-hot img{
    width: 100%;
}

 .swiper-hot .swiper-button-prev{
    background: none;
    left: 0px;
    top: 35%;
}

 .swiper-hot .swiper-button-next{
    background: none;
    right: 10px;
    top: 35%;
}

 .swiper-hot  .icon-arrow-left{
    font-size: 40px;
}

 .swiper-hot  .icon-arrow-right{
    font-size: 40px;
}

 .swiper-hot .swiper-slide .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

 .swiper-hot .swiper-slide .content a:nth-child(1){
    width: 100%;
}

 .swiper-hot .title{
    font-family: var(--fontBarlowregular);
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #222222;
}

 .swiper-hot .money{
    font-family: var(--fontBarlowregular);
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: var(--themeColor);
}

 .swiper-hot{
    padding: 25px 5px 5px;
}

 .swiper-hot .swiper-slide{
    transition: all .5s; 
}

 .swiper-hot .swiper-slide:hover{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

 .swiper-hot .swiper-slide .content{
    min-height: 108px;
}

 .swiper-hot .swiper-slide:hover .contact{
    opacity: 1;
    transition: all .5s; 
}

 .swiper-hot .contact{
    display: block;
    opacity: 0;
    margin: 10px 0;
    padding: 5px 9px;
    background-color: var(--themeColor);
    font-family: var(--fontBarlowregular);
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: var(--btnTextColor);
}

.hot .title{
    font-family: var(--fontBarlowmedium);
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #222222;
    margin: 15px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.hot .title1{
    font-family: 'CenturyGothic';
    font-size: 22px;
    font-weight: bold;
    line-height: 90px;
    color: #333333;
}


.hot .hotList{
    display: flex;
    justify-content: space-between;
    
}

.hot .hotList li{
    width: calc(98% / 6);
    background-color: #ffffff;
    padding: 7px;
    box-sizing: border-box;
	border-radius: 6px;
	border: solid 1px #edeef5;
    margin-bottom: 10px;
}

.hot .hotList .imgBox{
    width: 100%;
}

.hot .hotList img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-productb-main .main-r  .Payment .buy{
    
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.bossgoo-productb-main .main-r  .Payment .buy span{
    color: #1da1f2;
}

.bossgoo-productb-main .main-r  .Payment .buy a{
    color: #f39c36;
    text-decoration: underline;
}

.bossgoo-productb-main .main-r  .Payment .skype{
    
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.bossgoo-productb-main .main-r  .Payment .skype span{
    color: #1da1f2;
}

.bossgoo-productb-main .main-r  .Payment .skype a{
    color: #666;
}




shoubox{
    width: 0;
}

.iphoneHot{
    display: none;
}

.reveal{
    display: none;
}

.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 9999;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(images/close.png) no-repeat;
    z-index: 200;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img { max-height: 500px;
    width: 40%;
    object-fit: contain;
    max-width: 500%;
    margin: 0 auto;
 }

.prev, .next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.prev {
    left: 35px;
    /*background: url(images/Tleft.png) no-repeat;*/
    /*background-size: 100%;*/
    color: #FFF;
    font-family: '宋体';
    font-size: 30px;
    font-weight: 700;
    padding: 2px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.next {
    right: 35px;
    /*background: url(images/Tright.png) no-repeat;*/
    /*background-size: 100%;*/
    color: #FFF;
    font-family: '宋体';
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.maskLayer{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .2;
}




@media only screen and (max-width: 1040px) {
    .bossgoo-productb-main .main-l{
        width: 100%;
    }

    .do_entry_item .detail_infos p{
        width: 100%;
    }

    .bossgoo-productb-main .main-l .big_pic{
        margin: 0 auto;
    }

    .bossgoo-productb-main .main-r{
        width: 100%;
    }

    .bossgoo-productb-main .main-r .parameter .now{
        width: 80%;
            padding: 0;
            text-align: center;
            margin-left: 10%;
            margin-top: 20px;
    }

    .picSwiper .swiper-slide{
        height: initial;
    }

    .bossgoo-productb-main .main-r .Payment .buy span{
        display: none;
    }

    .bossgoo-productb-main .main-l .picbox .imgbox{
        height: 100%;
    }

    #bigBox{
        display: none !important;
    }

    .bossgoo-productb-main .main-r .links{
        display: none;
    }

    .bossgoo-productb-main .main-r .parameter{
        padding: 40px 20px 20px;
    }

    .bossgoo-productb-main .main-r{
        margin-left: 0;
    }

    .bossgoo-productb-main{
        padding: 30px 0px;
    }
    
    .bossgoo-productb-main .main-r .moneyList{
        padding: 20px;
    }

    .bossgoo-productb-main .main-r .title{
        margin-top: 20px;
        border-top: 1px solid #e4e5ee;
        padding: 20px 20px 0;
    }

    .bossgoo-productb-main .main-r .model,
    .bossgoo-productb-main .main-r  .Payment{
        padding: 0 20px;
    }

    .bossgoo-productb-main .main-r .Payment .tr:nth-child(1){
        justify-content: space-between;
    }

    .bossgoo-productb-main .main-r .Payment .tr:nth-child(2){
        display: none;
    }

    .bossgoo-productb-main .main-r  .Payment{
        margin-top: 30px;
    }


    
    .descriprtion .main .Overview .tableBox .table .tr .td:nth-child(2){
        color: #999999;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .tr .td:nth-child(2){
        color: #999999;
    }

    .bossgoo-productb-main .main-r  .Payment .amount{
        font-family: 'Calibri';
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #999999;
    }

   
    .descriprtion .title{
        padding: 0 20px;
    }

    .bossgoo-productb-main .main-r  .Payment .skype{
        display: none;
    }


    .descriprtion .main .Overview{
        padding: 25px 20px;
    }

    .descriprtion .main .tab{
        padding: 0 20px;
        display: none;
    }

    .phoneblock{
        display: block !important;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .numTable .tr .td{
        width: 25%;
        text-align: center;
        line-height: 1.5;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .phoneblock .td:nth-child(2){
        display: block;
    }
    
    .descriprtion .main .Overview .tableBoxTwo .table .tr .numTable{
        margin: 10px 0;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .tr .picList .p-pic{
       margin: 10px 10px 10px 0 ;
    }

    .descriprtion .main .Overview .tableBox .table{
        width: 100%;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .numTable .td:nth-child(2){
        display: flex;
    }

    .descriprtion .main .Overview .tableBox{
        flex-direction: column;
    }

    .companyList .company-pic{
        width: 48%;
        margin: 0 1%;
    }

    .companyList .company-pic img{
        width: 100%;
    }

    .descriprtion .main .Overview .tableBoxTwo .table .tr .td:nth-child(1){
        width: 150px;
    }

    .hot .title{
        padding-left: 20px;
    }

    .hot .hotList li{
        width: calc(98% / 3);
    }

    .hot .hotList{
        flex-wrap: wrap;
    }


    

}

@media only screen and (max-width: 767px) {
    .bossgoo-productb-main .main-l .big_pic{
        width: 100%;
    }

    .bossgoo-productb-main .main-r .moneyList li .money{
        font-size: 16px;
    }

    .bossgoo-productb-main .main-l .picbox{
        margin-top: 20px;
    }

    .bossgoo-productb-main .main-l .picbox .swiper-button-next, .bossgoo-productb-main .main-l .picbox .swiper-button-prev{
        padding-top: 2%;
    }
    .bossgoo-productb-main .main-r .title{
        font-size: 16px;
        line-height: 28px;
    }

    .bossgoo-productb-main .main-r .model{
        display: none;
    }

    .bossgoo-productb-main .main-r .parameter{
        padding: 20px 10px 10px;
    }

    .bossgoo-productb-main .main-r .moneyList{
        padding: 10px;
    }
    .bossgoo-productb-main .main-r .title{
        padding: 20px 10px 0;
    }

    .bossgoo-productb-main .main-r .parameter .tag{
        /* width: 30px; */
        height: 30px;
        line-height: 30px;
    }

    .bossgoo-productb-main .main-r .parameter .tagBox{
      flex-wrap: wrap;
    }

    .bossgoo-productb-main .main-r .parameter .tag{
        margin-bottom: 10px;
    }

    .bossgoo-productb-main .main-r .model, .bossgoo-productb-main .main-r .Payment{
        padding: 0 10px;
    }

    .bossgoo-productb-main .main-r .Payment .tr .td:nth-child(1){  
        width: 50px;
     }

     .bossgoo-productb-main .main-r .parameter .now{
         height: 40px;
         line-height: 40px;
     }

     .bossgoo-productb-main{
         padding: 20px 0 ;
     }

     .descriprtion .title{
         padding: 0 10px;
         line-height: 45px;
     }

     .descriprtion .main .tab{
         padding: 0 10px;
     }

     .descriprtion .main .Overview{
         padding: 15px 10px;
     }

     .descriprtion .main .Overview .tableBox .table .tr .td:nth-child(1){
         width: 100px;
     }

     .descriprtion .main .Overview .tableBoxTwo .table .numTable .tr .td{
         font-size: 12px;
     }

     .descriprtion .main .Overview .secondarytitle{
         line-height: 40px;
     }

     .descriprtion .main .Overview .tableBoxTwo .table .tr .td:nth-child(1){
         width: 100px;
     }

     .hot .hotList li{
        width: calc(98% / 2);
     }
}


@media only screen and (max-width:767px){
    img{
        height: auto;
    }
}


.Overview img{
    display: inline-block;
}



#attributes-fold table {
    border-collapse: collapse
}
#attributes-fold table:not([cellpadding]) td,
#attributes-fold table:not([cellpadding]) th {
    padding: .4rem
}
#attributes-fold table[border]:not([border="0"]):not([style*=border-width]) td,
#attributes-fold table[border]:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px
}
#attributes-fold table[border]:not([border="0"]):not([style*=border-style]) td,
#attributes-fold table[border]:not([border="0"]):not([style*=border-style]) th {
    border-style: solid
}
#attributes-fold table[border]:not([border="0"]):not([style*=border-color]) td,
#attributes-fold table[border]:not([border="0"]):not([style*=border-color]) th {
    border-color: #ccc
}
#attributes-fold figure {
    display: table;
    margin: 1rem auto
}
#attributes-fold figure figcaption {
    color: #999;
    display: block;
    margin-top: .25rem;
    text-align: center
}
#attributes-fold hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0
}
#attributes-fold code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: .1rem .2rem
}
#attributes-fold .mce-content-body:not([dir=rtl]) blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem
}
#attributes-fold .mce-content-body[dir=rtl] blockquote {
    border-right: 2px solid #ccc;
    margin-right: 1.5rem;
    padding-right: 1rem
}
@media only screen and (max-width: 1040px) {
    #attributes-fold table:not([cellpadding]) td,
    #attributes-fold table:not([cellpadding]) th {
        padding: .2rem;
    }
}
