page{
  background: #fff;
}
.rich_img{
  max-width: 100%;
  margin: 0px;
}

rich-text p{
  padding: 5px;
}
.content_box{
  border-radius: 5rpx;
  margin: 20rpx;
  box-shadow: 0px 0px 5rpx 5rpx rgba(107, 107, 107, 0.2);
  padding-bottom: 50rpx;
}

.img_box{
  text-align: center;
}
.main_img{
  width: 200rpx;
    height: 200rpx;
    display: inline-block;
    border-radius: 100rpx;
    margin: 20rpx auto;
    
}
.text{
  line-height: 15rpx;
margin: 0rpx;
height: 43rpx;
display: block;

}
.content_item{
  margin-top:40rpx ;
}
.gray{
  color: #939393;
  font-size: 25rpx;
}

.title{
  display: block;
  border-left: 10rpx solid #000;
  width: 400rpx;
  margin-left: 20rpx;
  text-indent: 20rpx;
  font-weight: bold;
  height: 40rpx;
  overflow: hidden;
  line-height: 40rpx;
  
}

.percentage{
   margin-top:30rpx ;
   margin-left: 50rpx;
   display: inline-block;
   
}
.percentage_doc{
  width: 10rpx;
  height: 10rpx;
  background: #EF8B90;
  border-radius: 5rpx;
  display: inline-block;
}

.qustion_box{
  border-radius: 5rpx;
  border:1px solid #efefef;
  margin:20rpx auto;
  height: 210rpx;
  width: 650rpx;
  padding: 10rpx;
  display: flex;
  justify-content:space-around;
}
.qustion_box image{
  width: 180rpx;
  height: 200rpx;
}
.qustion_content_box{
  width: 500rpx;
  margin-left: 10rpx;
}

.littel-title{
  display: block;
border-left: 5rpx solid #6ACEDD;
width: 400rpx;
margin-left: 20rpx;
text-indent: 10rpx;
font-weight:bold;
height: 30rpx;
overflow: hidden;
font-size: 25rpx;
}
.bold{
  font-weight: bold;
}
.item_box{
  margin-left: 30rpx;
  margin-top: 10rpx;
  height: 135rpx;
  overflow: hidden;
  
}

.item_box text{
  font-size: 20rpx;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.btn_box{
  width: 500rpx;
  margin: 20rpx auto;
  display: flex;
}

.btn{
  width: 250rpx;
  height: 80rpx;
  border: 3rpx solid #6ACEDD;
  text-align: center;
  line-height: 80rpx;
  font-size: 30rpx;

}
.left_btn{
  border-right:none;
  border-radius: 40rpx 0 0 45rpx;

}

.right_btn{
  border-left:none;
  border-radius: 0rpx  45rpx  45rpx 0rpx;
}
.active{
  background-color: #6ACEDD;
  color: #ffffff;
}

.qustion_annasy{

}

.title2{
  text-align: center;
  font-size: 40rpx;
  height: 80rpx;
  border-bottom: 1rpx solid #efefef;
  line-height: 80rpx;
  width: 80%;
  margin: 20rpx auto;
  color: #6ACEDD;
  font-weight: bold;
}

.item_box2{
  margin-left: 30rpx;
  margin-bottom: 20rpx;
  border-bottom: 1rpx solid #efefef;
  padding: 30rpx;
  color: #666666;
}
.product{
  margin-left: 10rpx;
}

.itemBox{
  height: 80rpx;
}