.ocr-adjustment-product-advantage{
  transform: translateY(65px);
}

.ocrStructureBtn{
  width:104px;
  height:36px;
  background:rgba(41,98,255,1);
  border-radius:18px;
  font-size:13px;
  font-family: "PingFangSC";
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.ocrStructureBtn:hover, .ocrStructureBtn:focus{
  text-decoration: none;
  color:rgba(255,255,255,1);
}


.ocrStructureContainer{
  width:560px;
  height:36px;
  display: flex;
  justify-content: space-between;
}

.ocrStructureContainer .searchBarContainer{
  width: 448px;
  height: 36px;
  background: #fff;
  float: left;
  border: 1px solid #fff;
  border-radius: 4px;
  border-radius: 4px;
}

.searchBarContainer .ocr_structure_online_text{
  padding-left: 12px;
  width: 412px;
  height: 36px;
  display: block;
  float: left;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 4px;
}

.case-title {
  background: url(../images/p-ocr/title_cases.png) no-repeat center center;
  display: block;
  width: 400px;
  height: 50px;
  padding: 77px 0 77px;
  margin: auto;
}

.case-container{
  display: flex;
  justify-content: center;
}

.slidee-content-youxuepai{
  float: left;
  height: 200px;
}

.youxuepai-img{
  width: 180px;
  height: 96px;
  border-radius: 8px;
}

.youxuepai-text{
  margin-top: 20px;
  font-size: 14px;
  color: #2D3138;
  line-height: 21px;
  width: 140px;
}

#result-box4 {
  width:560px;
  height:36px;
  background:#F5F7FA;
}

#result-box4 li {
  width:183px;
  height:36px;
  line-height:36px;
  display:inline-block;
  cursor: default;
}

#result-box4 li.selli {
  background-color:#fff;
}
