*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,body{
  height: 100%;
}
body::-webkit-scrollbar{
  display: none;
}
ul, li{
  list-style: none;
}
a{
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
button{
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}
input{
  border: none;
  outline: none;
}
a, span{
  display: inline-block;
}
.clear{
  clear: both;
}
.clear::before{
  content: '';
  display: table;
}
.none{
  display: none;
}
.container{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#primary{
  float: left;
  width: 790px;
}
.sidebar{
  float: right;
  width: 300px;

}




#product-list{
  margin-top: 15px;
}
#product-list #primary .limit,
#product-list #primary .list{
  border: 1px solid #e9e9e9;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}
#product-list .limit .search{
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  overflow: hidden;
}
#product-list .limit .search .icon-search{
  font-size: 24px;
  text-align: center;
  color: #ababab;
  width: 50px;
  border-right: 1px solid #ccc;
}
#product-list .limit .search #search-text{
  padding-left: 20px;
  flex: 1;
  background: transparent;
  font-size: 16px;
}
#product-list .limit .search #search-btn{
  width: 120px;
  background: #ff0000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#product-list .limit .search-item{
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
  font-size: 14px;
  color: #888;
  display: flex;
}
#product-list .limit > .selected-item{
  display: none;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
  font-size: 14px;
  color: #888;
}
#product-list .limit .search-item > label{
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #333;
}
#product-list .limit .search-item > label > span{
  font-weight: normal;
  margin-left: 20px;
}
#product-list .limit .search-item > label .p-num{
  font-weight: bold;
  margin: 0 5px;
}
#product-list .limit .search-item .limit-item,
#product-list .limit .search-item .selected-item{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#product-list .limit .search-item .limit-item span,
#product-list .limit .selected-item span{
  margin-right: 20px;
  display: flex;
  align-items: center;
}
#product-list .limit .search-item span{
  cursor: pointer;
}
#product-list .limit .search-item .limit-item span.active,
#product-list .limit .selected-item span,
#product-list .limit .expand .content span.active{
  color: #ff0000;
}
#product-list .limit .selected-item .iconfont{
  color: #888;
}
.limit-item input[type="checkbox"],
.expand input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #dcdfe6;
  margin: 0;
  margin-right: 3px;
  cursor: pointer;
}
.limit-item input[type="checkbox"]:checked,
.expand input[type="checkbox"]:checked{
  border-color: #ff0000;
  background: url(../images/seleted.png) center no-repeat #ff0000;
  background-size: 155%;
}
#product-list .limit .company{
  border-bottom: none;
}
#product-list .limit .company .limit-item span{
  margin-bottom: 10px;
}
#product-list .limit .company .expand-btn{
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #ff0000;
  border-radius: 20px;
  cursor: pointer;
}
#product-list .limit .expand{
  background: #f7f7f7;
  padding: 10px 20px;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
#product-list .limit .expand .first-letter{
  margin-bottom: 10px;
}
#product-list .limit .expand .first-letter span{
  color: #333;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}
#product-list .limit .expand .first-letter span.active{
  color: #ff0000;
}
#product-list .limit .expand .content{
  display: flex;
  flex-wrap: wrap
}
#product-list .limit .expand .content span{
  width: 135px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#product-list .limit .select-btn{
  width: 70px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#product-list .list{
  padding-top: 0 !important;
}
#product-list .list li{
  border-bottom: 1px solid #efefef;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 86px; */
  flex-wrap: wrap;
  padding: 15px 0;
}
#product-list .list li button{
  width: 100px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ff0000;
  border-radius: 2px;
  font-size: 16px;
  background: #fff;
}
#product-list .list li button a{
  color: #ff0000;
}
#product-list .list li button:hover{
  background: #ff0000;
  color: #fff;
}
#product-list .list li .p-name{
  font-weight: bold;
  font-size: 16px;
}
#product-list .list li .p-name .company,
#product-list .list li .tag{
  font-weight: normal;
}
#product-list .list li .feature{
  margin-top: 10px;
  font-size: 12px;
  color: #ababab;
}
#product-list .list li .feature span{
  padding: 0 5px;
  border-left: 1px solid #ccc;
}
#product-list .list li .feature span:first-child{
  padding-left: 0;
  border: none;
}
#product-list .list li .tag{
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 1px 3px;
  border-radius: 4px;
  font-size: 12px;
}
#product-list .page {
  text-align: center;
  margin: 20px auto 0;
  background: #fff;
}

.sidebar .widget{
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 0 20px 20px;
  font-size: 14px;
}
.sidebar .qrcode,
.sidebar .ad{
  padding: 0;
}
.sidebar .qrcode img,
.sidebar .ad img{
  width: 100%;
}
.sidebar .widget .w-title{
  height: 57px;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  align-items: center;
}
.sidebar .hot a{
  color: #333;
  line-height: 20px;
  margin: 13px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.sidebar .hot a:hover{
  color: #ff0000;
}

#product-detail{
  color: #333;
  font-size: 14px;
}
#product-detail .main-info{
  padding: 35px 15px;
  color: #fff;
  position: relative;
  background-image: url('/static/product/images/blue_bg.jpg');
}
#product-detail .main-info .company{
  padding: 0 20px;
  height: 35px;
  background: white;
  font-size: 14px;
  color: #ff0000;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 3px 3px 3px 0;
  position: relative;
}
#product-detail .main-info .company::after{
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: 2;
}
#product-detail .main-info .product{
  font-size: 28px;
}
#product-detail .main-info .product .p-name{
  font-weight: bold;
}
#product-detail .main-info .feature{
  margin-top: 15px;
  font-size: 14px;
}
#product-detail .main-info .feature span{
  padding: 0 5px;
  border-left: 1px solid #fff;
}
#product-detail .main-info .feature span:first-child{
  padding-left: 0;
  border: none;
}
#product-detail .main-info .btn{
  position: absolute;
  right: 15px;
  bottom: 35px;
  background: fixed;
}
#product-detail .main-info .btn a{
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #ff0000;
  font-size: 18px;
  margin-left: 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
#product-detail .block{
  margin-top: 15px;
  border: 1px solid #e9e9e9;
}
#product-detail .block.blocks{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: none;
  flex-wrap: wrap;
}
#product-detail .block .left,
#product-detail .block .right{
  width: 49.5%;
  border: 1px solid #e9e9e9;
  position: relative;
}
#product-detail .block .title,
.disease-detail .t{
  height: 60px;
  border-bottom: 1px solid #EAECF1;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.disease-detail .t{
  justify-content: space-between;
  padding-right: 30px;
}
.disease-detail .t i{
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
}
#product-detail .block .li-title .item{
  color: #8E8E8E;
  padding: 0 10px;
  height: 100%;
  margin-right: 15px;
  cursor: pointer;
}
#product-detail .block .li-title .item.active{
  color: #333;
  border-bottom: 4px solid #ff0000;
}
#product-detail .block .li-title .disease{
  color: #ff3838;
  position: absolute;
  right: 15px;
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid #ff0000;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #ffebeb;
}
#product-detail .block .content{
  padding: 20px 30px;
}
#product-detail .block .content p{
  line-height: 26px;
}
#product-detail .block .content .table .tr:nth-child(2n) {
  background: #fff3f3;
}
#product-detail .block .content .table .tr{
  display: flex;
  width: 100%;
}
#product-detail .block .content.protect .table .tr div:first-child,
#product-detail .block .content.rules .table .tr div:first-child{
  /* background: #4379FE !important; */
  border-bottom: 1px solid #ffe4e4;
  padding: 10px;
  /* text-align: center; */
  border-left: 1px solid #ffe4e4;
  line-height: 26px;
  padding-left: 19px;
  /* color: #FFFFFF; */
  width: 124px;
}
#product-detail .block .content.protect .table .tr:first-child div:first-child,
#product-detail .block .content.rules .table .tr:first-child div:first-child,
#product-detail .block .content.protect .table .tr:first-child div:last-child,
#product-detail .block .content.rules .table .tr:first-child div:last-child
{
  border-top: 1px solid #ffe4e4;
}
#product-detail .block .content.protect .table .tr div:last-child,
#product-detail .block .content.rules .table .tr div:last-child{
  padding: 10px 10px 10px 19px;
  border: 1px solid #ffe4e4;
  color: #333333;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  border-top: 0;
  line-height: 26px;
}

#product-detail .block .content.caculate .tip{
  font-size: 12px;
  color: #8E8E8E;
  letter-spacing: 0.86px;
  margin-bottom: 5px;
  line-height: 20px;
}
#product-detail .block .content.caculate .table .thead{
  background: #ff554b !important;
  border-bottom: 1px solid #ffe4e4;
  text-align: center;
  color: #FFFFFF;
}
#product-detail .block .content.caculate .table .tr{
  justify-content: space-around;
}
#product-detail .block .content.caculate .table .tr div{
  width: 33.5%;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ffe4e4;
}
#disease-mask .disease-detail{
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
  background: #fff;
  height: 420px;
  max-width: 615px;
}
#disease-mask .disease-content{
  display: flex;
}
#disease-mask .disease-content > div{
  border: none;
}
#disease-mask .disease-content .left{
  width: 130px;

}
#disease-mask .disease-content .left .item{
  height: 60px;
  background: #F7F7F7;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.29px;
  text-align: center;
  border-bottom: 1px solid #EAECF1;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#disease-mask .disease-content .left .item.active{
  background: #FFFFFF;
  color: #ff0000;
  position: relative;
}
#disease-mask .disease-content .left .item.active:after {
  content: "";
  position: absolute;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ff0000;
}
#disease-mask .disease-content .content{
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  height: 360px;
}
#disease-mask,
#compare-mask .mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 9;
}
#compare-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#product-detail .block .content.p-rules a{
  text-decoration: underline;
}
#product-detail .block .content.p-company a{
  color: #ff0000;
}
#product-detail .block .content.related-article p{
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
#product-detail .block .content.related-article p a{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#product-detail .block .content.related-article p::after{
  content: "";
  width: 5px;
  height: 5px;
  background: #ff0000;
  position: absolute;
  left: 10px;
  /* z-index: 2; */
  border-radius: 50%;
  top: 10px;
}
#product-detail .block .content.related-article a:hover{
  color: #ff0000;
}



#product-detail .comment1 .item .t{
  border-bottom: 1px dotted #DFDFDF;
  display: flex;
  align-items: center;
  height: 40px;
}
#product-detail .comment1 .item .iconfont{
  color: #ff0000;
  font-size: 20px;
  margin-right: 5px;
}
#product-detail .comment1 .item > div:last-child{
  padding-top: 10px;
}

#product-detail .block .content.category li{
  border-bottom: 1px solid #efefef;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 86px; */
  flex-wrap: wrap;

}
#product-detail .block .content.category li .btn{
  display: flex;
  background: fixed;
  padding: 0;
}
#product-detail .block .content.category li .btn a{
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 2px;
  font-size: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
#product-detail .block .content.category li .btn .iconfont{
  font-size: 25px;
}
#product-detail .block .content.category li p:first-child{
  font-size: 22px;
}
#product-detail .block .content.category li .p-name{
  font-weight: bold;
}
#product-detail .block .content.category li .p-name:hover{
  text-decoration: underline;
  color: #ff0000;
}
#product-detail .block .content.category li .feature{
  margin: 15px 0;
  font-size: 14px;
  color: #ababab;
  line-height: 14px;
}
#product-detail .block .content.category li .feature span{
  padding: 0 3px;
  border-left: 1px solid #ccc;
}
#product-detail .block .content.category li .feature span:first-child{
  padding-left: 0;
  border: none;
}

.compare{
  padding: 0 20px 20px;
  /* border: 1px solid #f7f7f7; */
  color: #333;
}
.compare > .title{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 0;
  text-align: center;
}
.compare .product {
  display: flex;
  border-top: 1px solid #E3EBFF;
}
.compare .product .head{
  width: 218px;
  font-size: 18px;
  color: #000000;
  background-color: #fff;
  border-left: 1px solid #E3EBFF;
  justify-content: center;
}
.compare .product > div{
  width: 234px;
  background: #F9FBFF;
  border-right: 1px solid #E3EBFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.compare .product .selected{
  position: relative;
  padding: 40px 0;
}
.compare .product .selected > .iconfont{
  position: absolute;
  top: 10px;
  right: 14px;
  color: #ff0000;
  font-size: 24px;
  cursor: pointer;
}
.compare .product .selected:nth-child(2) > .iconfont{
  display: none;
}
.compare .product .selected .p-name{
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
.compare .product .selected .p-company{
  font-size: 16px;
  margin-left: 5px;
}
.compare .product .selected .buttonlink {
  width: 132px;
  height: 46px;
  color: #ff0000;
  border: 1px solid #ff0000;
  background: #ffe5e5;
  border-radius: 5px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
} 
.compare .product .selected .detail{
  line-height: 46px;
  font-size: 18px;
  color: #0263fc;
  border-radius: 8px;
  text-align: center;
  margin: 10px;
}
.compare .product .null{
  color: #0063FF;
  font-size: 24px;
  cursor: pointer;
  justify-content: center;
}
.compare .product .null .iconfont{
  font-size: 60px;
}
.compare .item .item-head{
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  background: #F4F4F4;
  border-top: 1px solid #E3EBFF;
}
.compare .item .item-head .reset{
  position: absolute;
  right: 20px;
  color: #0063FF;
  cursor: pointer;
  text-decoration: underline;
}
.compare .item .item-head .iconfont{
  font-size: 22px;
  cursor: pointer;
  color: coral;
  margin-right: 5px;
}
.compare .item .item-body .thead,
.compare .item .item-body .trow{
  display: flex;
  text-align: center;
  word-wrap: break-word;
}
.compare .item .item-body .thead{
  background: #F2F7FF;
  color: #0063FF;
}
.compare .item .item-body .thead > div,
.compare .item .item-body .trow > div {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  line-height: 22px;
  font-size: 14px;
  border-top: 1px solid #E3EBFF;
  border-right: 1px solid #E3EBFF;
}
.compare .item .item-body .thead > div {
  padding: 10px 8px;
}
.compare .item .item-body .trow > div {
  padding: 14px 8px;
}
.compare .item .item-body .thead > div:first-of-type,
.compare .item .item-body .trow > div:first-of-type {
  color: #0063FF;
  background: #F2F7FF;
  width: 220px;
  border-left: 1px solid #E3EBFF;
}
.compare .item .item-body .trow:nth-child(2n-1) {
  background-color: #fafafa;
}
.compare .item .item-body .main-row{
  display: flex;
}
.compare .item .item-body .main-row .f-l{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 8px;
  width: 110px;
  color: #0063FF;
  background: #F2F7FF;
  border-top: 1px solid #E3EBFF;
  border-left: 1px solid #E3EBFF;
  border-right: 1px solid #E3EBFF;
}
.compare .item .item-body .main-row .f-r{
  overflow: hidden;
}
.compare .item .item-body .main-row .f-r .trow > div:first-of-type {
  width: 110px;
}
.compare .item .item-body .main-row .f-r .trow{
  background: #fff;
}
.compare .item .item-body .main-row .f-r .trow:nth-child(2n) {
  background: #FAFAFA;
}

.compare .item .buylink1 .buttonlink {
  color: #ff0000;
  border: 1px solid #ff0000;
  background: #ffe5e5;
  padding: 2px 5px;
  border-radius: 5px;
}


.compare .comments .comment-row{
  display: flex;
}
.compare .comments .comment-row .base-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 456px;
  padding: 42px 0;
  background: #F2F7FF;
  border-top: 1px solid #D6E2FF;
  border-left: 1px solid #D6E2FF;
}
.compare .comments .comment-row:last-of-type .base-info {
  border-bottom: 1px solid #D6E2FF;
}
.compare .comments .comment-row .p-name{
  line-height: 22px;
  font-size: 16px;
  color: #0063FF;
  margin-bottom: 10px;
}
.compare .comments .comment-row .p-feature span{
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-right: 12px;
}
.compare .comments .comment-row .comment-content{
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 14px 14px;
  border-top: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}
.compare .comments .comment-row .comment-content p{
  margin-bottom: 0;
}
.compare .comments .comment-row:last-of-type .comment-content {
  border-bottom: 1px solid #F0F0F0;
}
#compare-mask .limit{
  background: #fff;
  width: 700px;
  margin: 0 auto;
  margin-top: 10%;
  z-index: 11;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#compare-mask .p-list{
  background: #fff;
  width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 11;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#compare-mask .limit > .title,
#compare-mask .p-list > .title{
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
}
#compare-mask .limit .title .iconfont,
#compare-mask .p-list .title .iconfont{
  font-size: 25px;
  cursor: pointer;
}
#compare-mask .limit .content{
  padding: 30px 20px;
}
#compare-mask .limit .content p{
  line-height: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#compare-mask .limit .content p label{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  margin-right: 15px;
}
#compare-mask .limit .content p span{
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #9A9A9A;
  padding: 0 12px;
  margin-right: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  cursor: pointer;
}
#compare-mask .limit .content p span.active{
  color: #0063FF;
  background: #C4D8F6;
}
#compare-mask .limit .content .tip{
  line-height: 20px;
  font-size: 14px;
  color: #9A9A9A;
}
#compare-mask .limit .content #evaluate{
  height: 40px;
  line-height: 40px;
  background: #ff0000;
  color: #fff;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#compare-mask .p-list .content{
  /* overflow-y: auto; */
  padding: 10px 20px;
  position: relative;
}
#compare-mask .p-list .content .search{
  margin: 10px auto;
  border-radius: 6px;
  background: #F7F7F7;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
#compare-mask .p-list .content .search .iconfont{
  margin-right: 10px;
  font-size: 20px;
}
#compare-mask .p-list .content .search input{
  flex: 1;
  background: transparent;
  border: none;
  height: 25px;
}
#compare-mask .p-list .content .product-list{
  min-height: 950px;
}
#compare-mask .p-list .content .search-result{
  overflow-y: auto;
}
#compare-mask .p-list .content .product-list .t{
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#compare-mask .p-list .content .hot-list{
  display: flex;
  flex-wrap: wrap;
}
#compare-mask .p-list .content .hot-list span{
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  color: #333;
  margin-bottom: 12px;
  margin-right: 14px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid #9A9A9A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
#compare-mask .p-list .content .hot-list span:hover{
  background: #efefef;
}
#compare-mask .p-list .content .hot-list span.active{
  color: #fff;
  background: #F5A825 !important;
  cursor: default;
  border: 1px solid #F5A825;
}
#compare-mask .p-list .content .products{
  position: relative;
  /* overflow-y: auto; */
  max-height: 781px;
  display: flex;

}
#compare-mask .p-list .content .products .first-letter{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  border: 1px solid #E5E5E5;
  overflow-y: scroll;
  height: 100vh;
}
#compare-mask .p-list .content .products .first-letter span{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  cursor: pointer;
}
#compare-mask .p-list .content .products .first-letter span.active,
#compare-mask .p-list .content .products .first-letter span:hover{
  background: #E2ECFF;
}
#compare-mask .p-list .content .products .list{
  flex: 1;
  overflow-y: auto;
  padding-left: 32px;
}
#compare-mask .p-list .content .products .list .title{
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #EFEFEF;
}
#compare-mask .p-list .content .products .list .insur-item{
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
#compare-mask .p-list .content .search-result{
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 2px 5px 0 #EDEDED;
}
#compare-mask .p-list .content .search-result div{
  font-size: 14px;
  padding: 6px 20px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
#compare-mask .p-list .content .search-result div:hover{
  background: #efefef;
}
#compare-mask .p-list .content .search-result div p:first-child{
  line-height: 22px;
  color: #333;
  margin-bottom: 4px;
}
#compare-mask .p-list .content .search-result div p:last-child{
  line-height: 18px;
  font-size: 11px;
  color: #b1b2b5;
}


.change-btns{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.change-btns i{
  color: #ccc;
  font-style: normal;
}
.change-btns span{
  padding: 8px 5px;
  margin: 0 30px;
  cursor: pointer;
}
.change-btns span:first-child{
  margin-left: 0;
}
.change-btns span.active{
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
}
.positions{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: white;
}

.articalbotom{
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #fff;
  display: none;
  width: 100%;
}
.maskzh2{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.articalbotom>div{
  display: block;
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.articalbotom>div:nth-child(1){
  background: #94b3ff;
  color: #fff;
}
.articalbotom>div:nth-child(2){
  background: #4379fe;
  color: #fff;
}
.articalbotom>div:nth-child(1) a{
  color: #fff;
}
.articalbotom>div:nth-child(3) a{
  color: #fff;
}
.articalbotom>div:nth-child(3){
  background: #ff0000;
}



@media (max-width: 767px){
  .container {
    width: 98%;
  }
}
@media (min-width: 768px){
  .container {
    width: 750px;
  }
}
@media (max-width: 550px) {
  /* 列表 */
  #product-list .limit .search{
    height: 35px;
  }
  #product-list .limit .search .icon-search{
    width: 40px;
  }
  #product-list .limit .search #search-text{
    padding-left: 10px;
    font-size: 14px;
  }
  #product-list .limit .search #search-btn{
    width: 60px;
    font-size: 14px;
  }
  #product-list .limit .search-item .selected-item{
    display: none;
  }
  #product-list .limit > .selected-item{
    display: flex;
    flex-wrap: wrap;
  }
  #product-list .limit .company,
  #product-list .limit .expand{
    display: none;
  }
}
@media (min-width: 600px) {
    .pcnowask1{
        display: none;
    }
    .pcnowask{
        display: inline-block;
    }
}
@media (max-width: 600px) {
    .pcnowask1{
        display: inline-block;
    }
    .pcnowask{
        display: none;
    }
  .articalbotom{ box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #fff;
    display: inline-flex;
    width: 100%;
  }
  /* 列表 */
  #product-list .list li button{
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 15px;
  }
  /* 详情 */
  #product-detail .main-info .btn{
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    padding: 0;
  }
  /* #product-detail .block:first-child .li-title{
    display: none;
  } */
  /* 投保切换选项 */
  #product-detail .block:first-child .calculation{
    display: none;
  }
  #product-detail .oficlal{
    display: none;
  }

  /* #product-detail .block:first-child .content{
    display: block !important;
  } */
  #product-detail .block .title{
    font-size: 10px;
  }

  #product-detail .block .content{
    padding: 10px 20px;
  }

  #product-detail .main-info .btn a:first-child,
  #product-detail .block .content.category li .btn a:first-child{
    margin-left: 0;
  }
  #product-detail .block .content.category li .btn a,
  #product-detail .main-info .btn a{
    width: auto;
    height: 32px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }
  #product-detail .block .content.category li .btn{
    margin-bottom: 15px;
  }
  #product-detail .block .content.category li p:first-child{
    font-size: 18px;
  }


  #product-detail .block .content.protect .table .tr div:first-child, #product-detail .block .content.rules .table .tr div:first-child{
    width: 100px;
  }
}
@media (max-width: 768px) {



}
@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
  #primary {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #product-detail .block .left,
  #product-detail .block .right{
    width: 100%;
  }
  #product-detail .block .right{
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .container {
    width: 970px;
  }
  #primary {
    width: 630px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}

#right-block{
  display: none;
}

