/* .bigcontianer{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}

.content {
 
  position: relative;
}

.tabview {
 min-height: 300px;
  width: 100%;
  height: 100%;
 
}


.tab-content {
  min-height: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: rgba(140, 152, 174, 1);
}
.scrollPage {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: orange;
  align-items: center;
}
.tab-content1 {
  min-height: 1440px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: rgba(140, 152, 174, 1);
  background: rebeccapurple;
} */


/* pages/category/category.wxss */
.bigcontianer{
  width: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contentproducts{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  
}


.cu-bar {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 40px;
    flex-direction: row;
	justify-content: center;
/*    margin: 0 auto;*/
}


.search-form {
	background-color: #f5f5f5;
	line-height: 24px;
	height: 30px;
	font-size: 14px;
	color: var(--black);
	display: flex;
	align-items: center;
	margin: 0 20px;
}

.cu-bar .search-form+.action {
	margin-right: 30px;
}

.cu-bar .search-form input {
	flex: 1;
/*
	padding-right: 30px;
	height: 64px;
	line-height: 64px;
	font-size: 26px;
*/
    line-height: 1.5rem;
/*    width:200px;*/
    width: 22rem;
	background-color: transparent;
}

.cu-bar .search-form [class*="cuIcon-"] {
	margin: 0 0.5em 0 0.8em;
}

.cu-bar .search-form [class*="cuIcon-"]::before {
	top: 0px;
}


.cuIcon-search:before {
	content: "\f002";
}


.round {
	border-radius: 20px;
}


.cu-bar .action {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	max-width: 100%;
  padding-right: 10px;
}


.cu-btn {
	position: relative;
	border: 0rpx;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px;
	height: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	overflow: visible;
	margin-left: initial;
	transform: translate(0px, 0px);
	margin-right: initial;
}



.shadow-blur {
	position: relative;
}

.shadow-blur::before {
	content: "";
	display: block;
	background: inherit;
	filter: blur(2px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 2px;
	z-index: -1;
	opacity: 0.4;
	transform-origin: 0 0;
	border-radius: inherit;
	transform: scale(1, 1);
}


/*
.bg-green {
	background-color: var(--green);
	color: var(--white);
}
*/

.cu-btn::after {
	display: none;
}

.leftlist {
/*  width: 200px;*/
    width: 30%;
  /* min-width: 200px; */
  flex-shrink: 0;
  background-color:rgba(128, 128, 128, 0.068);
}

.rightlist{
/*  width: calc(100%-100px); */
 width: 70%; 

  flex-grow: 1;
 height: 400px;
  
/*  background-color:bisque;*/
}


.category-item {
min-width: 7.5rem;
    height: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
    font-size: 15px;
    border-bottom: 1px solid #ECECEC;
}

.category-item-active {
  background-color: white;
  border-left: 3px solid red;
color: red;
}

.shadow {
/*
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
*/
    z-index: 1;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
}
/*
.goodsWrap-category {
  margin-left: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.insure-item {
  width: 100%;
  display: flex;
  padding: 5px;
  flex-direction: row;
  margin-left: 20px;
  padding-right: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

.goods-pic {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.insure-info {
  display: flex;
  flex-direction: column;
  padding: 0px 5px 0px 5px;
  width: 95%;
  height: 250px;
  justify-content:   flex-start;
   border-bottom: 1px solid #f2f2f2;
}

.confirmbutton {
  display: flex;
  flex-direction: row;
  align-items: center;
 width: 200px;
 height: 100%;
 text-align: center;
 justify-content: center;
 line-height:  100%;

}

.flex-tag
{
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 50px;
  justify-content: flex-start;
  align-items:  flex-start;
  flex-wrap:  wrap;
 

}

.cu-tagx {
	font-size: 18px;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 16px;
	height: 35px;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
}

.period{
  display: flex;
  
  flex-direction: row;
  justify-content:  flex-start;
  align-items:  flex-start;
  font-size: 25px;
	vertical-align: middle;
  
	font-family: Helvetica Neue, Helvetica, sans-serif;
}
*/


 .filter-box  {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;   
     justify-content: space-around;
          background: #F5F5F5;


}


 .filter-box .filter-box-item {
    -webkit-box-pack: center;
    justify-content: center;
    width: 46.3%;
    height: 2rem;
    font-size: 1.2125rem;
    color: #666;
     background: #F5F5F5;
}
 .filter-box .filter-box-item, .filter-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}




 .filter-box .filter-box-item>img{
    width: .625rem;
    height: .625rem;
    margin-left: .375rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.filter-box .filter-box-item>img.rotate{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}



 .filter-window {
    box-sizing: border-box;
/*    position: absolute;*/
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0 0 .75rem .75rem;
    background: #fff;
     z-index: 2000;
}

 .filter-window .company-window,
 .filter-window .conditions-window{
    padding: .625rem 0;
     z-index: 2001;
}


.conditions-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0 .9375rem;
    margin-bottom: .625rem;
    justify-content: space-between;
}


.conditions-list .conditions-item{
     align-items: center;
    width: 45%;
/*    line-height: 1.3125rem;*/
    font-size: .875rem;
    color: #333;
    margin-bottom: .8125rem;
    border: 1px solid #7BC2E8 ;
    border-radius: 2px;
    text-align: center;
    background: #ECECEC;
    min-height: 2rem;
}

 .conditions-list .act-item{
  color: #D82A40;
 background: #E9C2C2; 
}


.conditions-list .conditions-item span{
 vertical-align: middle;
}



.hellocomany
{

    overflow-y: auto;
height: 38.75rem;
}

.onecompany-list{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
/*    height: 18.75rem;f*/
    padding: 0 .9375rem;
    overflow-y: auto;
    margin-bottom: .625rem;
    margin-left: .625rem;
    justify-content: space-between;
}



.onecompany-list .company-item {
     align-items: center;
    width: 45%;
 line-height: 2rem;
    font-size: .875rem;
    color: #333;
    margin-bottom: .8125rem;
/*    margin-left: .8125rem;*/

    border: 1px solid #7BC2E8 ;
    border-radius: 2px;
    text-align: center;
    background: #ECECEC;
    height: 2rem;
}

 .onecompany-list .act-item{
  color: #D82A40;
 background: #E9C2C2; 
}


.select-btn{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: .625rem;
    border-top: 1px solid #f2f2f2;
}


.select-btn .reset
, .select-btn .submit{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .9375rem;
    text-align: center;
    border-radius: 1.25rem;
}


.select-btn .submit {
    width: 8.125rem;
    color: #fff;
    background: #f5a926;
}



.select-btn .reset{
    width: 7.5rem;
    color: #999;
    background: #f4f6f9;
    margin-right: .9375rem;
}



	/*说明*/
.mescroll .notice{
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    color:#555;
}
/*列表*/
.mescroll{
    position: fixed;
/*    top: 125px;*/
    bottom: 0;
    height: auto;
    width: auto;
    min-width: 50%;
/*    z-index: -1;*/
}
/*展示上拉加载的数据列表*/
.news-list li{
    padding: 16px;
    border-bottom: 1px solid #eee;
}
.news-list .new-content{
    font-size: 14px;
    margin-top: 6px;
    margin-left: 10px;
    color: #666;
}



.proBox{
    padding: 1.25rem 0;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
/*    justify-content: space-between;*/
}


.proBox .href {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 4px;
    -webkit-box-flex: 0;
    flex: 0 0 5.625rem;
    overflow: hidden;
    position: relative;
}


.proBox .proright {
/*    width: 70%;*/
    height: 90px;
}


.proBox .proright .proTitle {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    margin-top: -.125rem;
    -webkit-box-align: center;
    align-items: center;
     padding:0 5px;

}

.proBox .proright .proTitle .zj-definition-tag{
    flex-shrink: 0;
    width: 2.6875rem;
    height: 1rem;
    margin-right: .3125rem;
}

.proBox .proright .proTitle .insurename{
    -webkit-box-flex: 1;
/*    flex: 1;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    color: #333;
display: block;
}

.proBox .proright .proTitle p{
    flex-shrink: 0;
    padding: 0 .3125rem;
    font-size: .75rem;
    height: 16px;
    line-height: 16px;
    color: #0792ff;
    border: 1px solid #0792ff;
    border-radius: .125rem;
}


.proBox .proright .keywordBox {
    margin-top: .4375rem;
    width: 100%;
    padding: 0 5px;
/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
*/
    word-wrap:break-word;
    font-size: 1.3rem;
    color: #999;
}


.proBox .proright .goodsBox{
    width: 100%;
    height: 2.375rem;
    background: #fafafa;
    border-right: .25rem;
    margin-top: .5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
}


.proBox .proright .goodsBox div {
    width: 33%;
    height: 100%;
}


.proBox .proright .goodsBox div .top{
    font-size: 12px;
    color: #333;
    margin-top: 2px;
    text-align: center;
}


.proBox .proright .goodsBox div .bottom{
    font-size: 12px;
    color: #999;
    text-align: center;
}



.com,
.price {
    text-align: center;
    position: absolute;
}
.company {
    margin-top: 5px;
    width: 5.625rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    background: hsla(0,0%,96.1%,.9);
    color: #999;
    left: 0;
    font-size: .75rem;
    border-radius: 0 0 .25rem .25rem;
    text-align: center;
}



.price {
    width: 3.92rem;
    height: 1.28rem;
    line-height: 1.28rem;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcca19),to(#ffb207));
    background-image: linear-gradient(
180deg
,#fcca19,#ffb207);
    top: 1.1875rem;
    left: -.3125rem;
    border-radius: .3rem 0 14px 0;
    font-size: 12px;
    -webkit-transform: scale(.83);
    transform: scale(.83);
    color: #fff;
}
.com, .price {
    text-align: center;
    position: absolute;
    
}


/*productcsdetail*/

/*@media (max-width: 766px),*/
@media (max-width: 1000px)
{
  
/*
    html{
        font-size: 65%   !important;
    }
  
*/
    
    
.mcu-bar {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 4rem;
    flex-direction: row;
/*	justify-content: center;*/
}
    
.icon-menu:before {
    content: "\e604";
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 4rem;
}
    
    
    .margin-top {
    margin-top: .9rem;
}

/*
 .mcu-bar .action:last-child {
    margin-right: .8rem;
}
.mcu-bar .action:first-child {
    margin-left: .8rem;
    font-size: 1.4rem;
}
*/
.mcu-bar .action {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    max-width: 100%;
}   
    
  .action  .actionmarker
    {
        margin-left: .8rem;
        font-size: 1.4rem;
        font-weight: bold;
    }
    
  .action .actiontitle
    {
        margin-left: .8rem;
        font-size: 1.4rem;
    }
    
.bg-white {
	background-color: white;
}
    
    .solid-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
    
.text-blue, .line-blue, .lines-blue {
    color:#1559DB;
}
    
    
    .prodetails{
        background: #EAEAEA;
        margin-bottom: 3rem;
    }

    .prodetails .titleBar {
    position: relative;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 1rem;
}


 .titleBar .insurename{
    font-size: 2rem;
    color: #333;
    line-height: 2rem;
 margin-bottom: .4rem;
    
}

 .titleBar .contains{
    display: -webkit-box;
    display: flex;
}

 .titleBar .contains a{
    height: 1.5625rem;
    line-height: 1.5625rem;
    padding: 0 .75rem;
    background: #FDF7F0;
    font-size: .75rem;
    color: #2d7bff;
    border-radius: .9375rem;
    margin-right: .9375rem;

}



.titleBar .desBar {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-top: .175rem;
    font-size: 14px;
    padding: .18rem .25rem .18rem .3125rem;
    background: #f4f8ff;
    color: #4379ff;
    letter-spacing: .45px;
    
}
    
    
 .prodetails    .baofei {
/*    margin-top: .625rem;*/
    padding: 0 15px;
    background: #fff;
}
    
    .baofei .top{
    border-bottom: .0625rem solid #f1f1f1;
    display: -webkit-box;
    display: flex;
    height: 4.8125rem;
}
    
    .baofei .top .result {
    padding: 10px 0;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}
    
    .baofei .top .result .mprice{
    font-size: 1.5375rem;
    color: #e02020;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
    
    .baofei .pricebottom {
    height: 2.5313rem;
    font-size: 1.3125rem;
    color: #8e8e8e;
    line-height: 2.5313rem;
}
    
    .baofei .baofeibtn{
    margin-top: .4688rem;
    width: 5rem;
    height: 1.875rem;
    background: #2d7bff;
    color: #fff;
    border-radius: 2.1875rem;
    text-align: center;
    line-height: 1.875rem;
    font-size: .8125rem;
}
    
    
    
    .prodetails .centerContains{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: .9375rem;
    
}
    
    
    .centerContains .zerenBox,
   .centerContains .guizeBox
  {
    width: 100%;
    border-bottom: 1px solid #dee7ff;
}
    
   .centerContains .zerenBox .zerenRow,
    .centerContains .guizeBox .guizeRow
    {
    width: 100%;
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #dee7ff;
    border-bottom: none;
}  
    
    
 .centerContains .zerenBox .zerenRow .zerenRowLeft ,
     .centerContains .guizeBox .guizeRow .guizeRowLeft
    {
    width: 9.875rem;
    box-sizing: border-box;
    padding: .625rem .9375rem;
    background: #C347DF;
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
    
    .guizeRowLeft{
            background: #DF8146 !important;

    }
    
    
     .centerContains .zerenBox .zerenRow .zerenRowRight ,
      .centerContains .guizeBox .guizeRow .guizeRowRight
    {
    -webkit-box-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: .625rem .9375rem;
    color: #000;
    font-size: 1.3rem;
}
    
 .bingzhongbtn {
     position: absolute;
     right: 1rem;
    width: 5.4375rem;
    height: 2.5625rem;
    line-height: 2.4625rem;
    border-radius: .75rem;
    background: #f4f8ff;
    border: 1px solid #FF9308;
    color: #FF9308;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
     vertical-align: middle;
     
     
}
    
     .bingzhongbtn  img{
        width: 1.375rem;
        height: 1.325rem;
/*         margin: auto 0;*/
    }
    
    
.actBack{
    background: #f3f6ff;
}
    
 .centerContains .showall {
    width: 8rem;
/*    height: 2.5625rem;*/
    line-height: 2.5625rem;
    border: 1px solid #4379ff;
    margin: .9375rem auto 0;
    color: white;
     background: #4379ff;
    font-size: 1.35rem;
    text-align: center;
    border-radius: .875rem;
}
    
    .vux-popup-dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    z-index: 501;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    max-height: 100%;
/*    overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
        z-index: 9999;
}
    
    
    .popup-additional .title-line {
    position: relative;
    background: #fff;
}
    
    .popup-additional .title-line:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8rem;
    height: .8rem;
    background: #dfdfdf;
    border-radius: .004rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.vux-tab-wrap {
    position: relative;
    padding-top: 44px;
}    
    
    .vux-tab-container {
    height: 44px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    overflow-x: auto;
}
    
    .vux-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 44px;
    position: relative;
}
    
    
 .vuxliyi-tab {

    background-color: #fff;
    height: 44px;
    position: relative;
     text-align: center;
     line-height: 44px;
    
}
    
    
    .vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
    background: 0 0;
}

.default .vux-tab-item.vux-tab-selected, .green .vux-tab-item.vux-tab-selected, .yellow .vux-tab-item.vux-tab-selected {
    border-color: #ffa00f!important;
}
.vux-tab .vux-tab-item.vux-tab-selected {
    color: #f33;
    border-bottom: 3px solid #f33;
}
.default .vux-tab-selected, .green .vux-tab-selected, .yellow .vux-tab-selected {
    color: #ffa00f!important;
}
.vux-tab .vux-tab-item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear,left top,left bottom,from(#e5e5e5),color-stop(#e5e5e5),to(hsla(0,0%,89.8%,0))) 0 100% no-repeat;
    background: -webkit-linear-gradient(top,#e5e5e5,#e5e5e5,hsla(0,0%,89.8%,0)) 0 100% no-repeat;
    background: linear-gradient(
180deg
,#e5e5e5,#e5e5e5,hsla(0,0%,89.8%,0)) 0 100% no-repeat;
    background-size: 100% 1px;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    color: #333;
}
    
    .vux-slider {
    overflow: hidden;
    position: relative;
}
    
    .vux-slider>.vux-swiper {
    overflow: hidden;
    position: relative;
}
    
    .vux-slider .vux-indicator-right, .vux-slider>.vux-indicator {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
    
    .vux-slider>.vux-swiper>.vux-swiper-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .bingzhongdetail{
            
        padding: 10px;
        height: 90%; 
        overflow: auto;

    }
   
    .actswiper-item {
        transform: translate3d(0px, 0px, 0px); 
        transition: all 300ms ease 0s;
    }
    
        .disactswiper-item {
      transform: translate3d(414px, 0px, 0px);
            transition: all 300ms ease 0s;
    }
    
    .vux-popup-mask.vux-popup-show {
    opacity: 1;
}

.vux-popup-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    tap-highlight-color: transparent;
    z-index: 2000;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
    
    .popupshow {
/*    display: block;*/
    transition-duration: 1s;
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
    display: block;
     margin-bottom: 0px;
}
    
       .popupnoshow {
           
    transition-duration: 1s;
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 0;
    display: block;
     margin-bottom: -1000px;

/*    display: none;*/
}
    
    
    .bottombar {
    position: fixed;
bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0.0625rem 0.1875rem rgb(0 0 0 / 5%);
}
    
    .bottombar .navBox {
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    padding: 0 .9375rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
    
    
    .bottombar .navBox .middle {
    padding-right: 2rem;
    font-weight: 700;
}
    
    
    .bottombar .navBox .left i{
    font-size: 2.05rem;
}
.bottombar .navBox i{
    font-size: 1.525rem;
}

    @font-face {
    font-family: iconmobilefont;
    src: url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.eot);
    src: url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.eot#iefix) format("embedded-opentype"), url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.woff2) format("woff2"), url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.woff) format("woff"), url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.ttf) format("truetype"), url(https://at.alicdn.com/t/font_1613466_b9vclysfa19.svg#iconfont) format("svg")
}
    
.iconmobilefont {
    font-family: iconmobilefont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
    .icon-icon_return_black:before {
    content: "\e6e5";
}
    
    .icon-icon_home:before {
    content: "\e6e6";
}
    
    .icon_search:before {
    content: "\e6ab";
}
    
    .icon_nav_menu:before {
    content: "\e6e7";
}
    .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
/*    max-height: .50667rem;*/
}
    
     .product-img .comLogo {
    position: absolute;
    top: .01333rem;
    left: .02667rem;
    width: 30%;
    height: .06667rem;
}
    
    #videocontainer {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
    
    .container-main {
    position: relative;
    width: 100%;
    height: 100%;
}
    
.titleimg
    {
        width: 100%;
/*        height: auto;*/
/*        max-height: 20rem;*/
    }
    
    
   .liyiList {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
    
    
    
}