/* 1951f6 */

/* ------------------------------- 共享仪器-Begin-------------------------------*/
.instrumentPage{
  background: #f3f6fd;
}
.instrumentPage .nav_banner .navList li:nth-child(2) a{
  background: #F46709;
  color: #fff;
}
.instrumentPage .gxyqUl,
.servicePage .gxyqUl{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.instrumentPage .gxyqUl a,
.servicePage .gxyqUl a{
  display: block;
  width: 280px;
  height: 344px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 30px 26px;
  cursor: pointer;
  transition: all .3s;
}
.instrumentPage .gxyqUl a:nth-child(4n+1),
.servicePage .gxyqUl a:nth-child(4n+1){
  margin-left: 0;
}
.instrumentPage .gxyqUl a:hover,
.servicePage .gxyqUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-10px);
}
.instrumentPage .gxyqUl a .imgBox,
.servicePage .gxyqUl a .imgBox{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.instrumentPage .gxyqUl a .imgBox .yqImg,
.servicePage .gxyqUl a .imgBox .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instrumentPage .gxyqUl a .imgBox .ticket,
.servicePage .gxyqUl a .imgBox .ticket{
  position: absolute;
  top: 0;
  right: 5px;
}
.instrumentPage .gxyqUl a .instrName,
.servicePage .gxyqUl a .instrName{
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 19px 4px 21px;
}
.instrumentPage .gxyqUl a .company,
.servicePage .gxyqUl a .company{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 0px 4px 14px;
}
.instrumentPage .gxyqUl a .company::before,
.servicePage .gxyqUl a .company::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
}
.instrumentPage .gxyqUl a .area,
.servicePage .gxyqUl a .area{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding:0 4px;
}
.instrumentPage .gxyqUl a .area::before,
.servicePage .gxyqUl a .area::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
/* ------------------------------- 共享仪器-End-------------------------------*/

/* ------------------------------- 服务机构-Begin-------------------------------*/
.unitPage{
  background: #f3f6fd;
}
.unitPage .nav_banner .navList li:nth-child(5) a{
  background: #F46709;
  color: #fff;
}

/* 筛选区- Begin */
.unitPage .screen,
.instrumentPage .screen,
.requirePage .screen,
.servicePage .screen{
  width: 1200px;
  min-height: 143px;
  background: rgba(255,255,255,0.84);
  border-radius: 10px;
  border: 1px solid #DDE2EC;
  padding: 6px 0 14px;
}
.unitPage .screen .typeContent,
.instrumentPage .screen .typeContent,
.requirePage .screen .typeContent,
.servicePage .screen .typeContent{
  padding: 0px 30px 0 38px;
  display: flex;
}
.unitPage .screen .typeContent:nth-child(2) ul,
.instrumentPage .screen .typeContent:nth-child(2) ul,
.requirePage .screen .typeContent:nth-child(3) ul,
.servicePage .screen .typeContent:nth-child(2) ul{
  border-bottom: none;
}
.unitPage .screen .typeContent .classify,
.instrumentPage .screen .typeContent .classify,
.requirePage .screen .typeContent .classify,
.servicePage .screen .typeContent .classify{
  width: 78px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 23px;
  color: #333333;
}
.unitPage .screen .typeContent ul,
.instrumentPage .screen .typeContent ul,
.requirePage .screen .typeContent ul,
.servicePage .screen .typeContent ul{
  width: 1054px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #dde2ec;
  padding: 12px 0 12px 0;
}
.unitPage .screen .typeContent ul li,
.instrumentPage .screen .typeContent ul li,
.requirePage .screen .typeContent ul li,
.servicePage .screen .typeContent ul li{
  color: #6d7584;
  font-size: 14px;
  line-height: 14px;
  padding: 11px 0px;
  margin: 0 34px 0 4px;
  list-style: none;
  cursor: pointer;
}
.unitPage .screen .typeContent ul li:last-child,
.instrumentPage .screen .typeContent ul li:last-child,
.requirePage .screen .typeContent ul li:last-child,
.servicePage .screen .typeContent ul li:last-child{
  margin-right: 0px;
}
.unitPage .screen .typeContent ul li:hover,
.unitPage .screen .typeContent ul li.active,
.instrumentPage .screen .typeContent ul li:hover,
.instrumentPage .screen .typeContent ul li.active,
.requirePage .screen .typeContent ul li:hover,
.requirePage .screen .typeContent ul li.active,
.servicePage .screen .typeContent ul li:hover,
.servicePage .screen .typeContent ul li.active{
  color: #2f67e8;
}
.unitPage .screen .typeContent ul span:nth-child(3),
.instrumentPage .screen .typeContent ul span:nth-child(3),
.requirePage .screen .typeContent ul span:nth-child(3),
.servicePage .screen .typeContent ul span:nth-child(3){
  margin-right: 20px;
}
.unitPage .screen .typeContent ul.te .special,
.instrumentPage .screen .typeContent ul.te .special,
.requirePage .screen .typeContent ul.te .special,
.servicePage .screen .typeContent ul.te .special{
  display: none;
}
/* 筛选区- End */

/* 机构List- Begin */
.unitPage .fwjgUl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 33px;
}
.unitPage .fwjgUl a{
  display: block;
  width: 190px;
  height: 230px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 25px 12px;
  cursor: pointer;
  transition: all .3s;
}
.unitPage .fwjgUl a:nth-child(6n+1){
  margin-left: 0;
}
.unitPage .fwjgUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-10px);
}
.unitPage .fwjgUl a .imgBox{
  width: 170px;
  height: 135px;
  background: #FBFBFB;
  border-radius: 5px;
  overflow: hidden;
}
.unitPage .fwjgUl a .imgBox .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unitPage .fwjgUl a .company{
  font-size: 15px;
  line-height: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  padding: 18px 3px 12px;
}
.unitPage .fwjgUl a .area{
  font-size: 14px;
  line-height: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  padding:0 3px;
}
.unitPage .fwjgUl a .area::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
/* 机构List- End */
/* ------------------------------- 服务机构-End-------------------------------*/

/* ------------------------------- 检测服务-Begin-------------------------------*/
.servicePage{
  background: #f3f6fd;
}
.servicePage .nav_banner .navList li:nth-child(3) a{
  background: #F46709;
  color: #fff;
}
.servicePage .jyfwUl a{
  height: 374px;
}
.servicePage .jyfwUl a .price{
  font-size: 20px;
  line-height:20px;
  color: #ff8800;
  padding:20px 4px 0 7px;
}
.servicePage .jyfwUl a .price::before{
  content: '¥';
  line-height: 20px;
  font-weight: 400;
  margin-right: 6px;
}
/* ------------------------------- 检测服务-End-------------------------------*/

/* ------------------------------- 供需对接-Begin-------------------------------*/
.requirePage{
  background: #f3f6fd;
}
.requirePage .nav_banner .navList li:nth-child(4) a{
  background: #F46709;
  color: #fff;
}
.requirePage .screen{
  min-height: 265px;
  padding-bottom: 0px;
  overflow: hidden;
}
.requirePage .requireSearchBox{
  background: #e6eaf4;
  height:75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 35px 0 38px;
  /* padding: 18px 0 0 38px;
  display: flex;
  margin-top: 8px; */
}
.requirePage .requireSearchBox .requireSearchBox_l{
  display: flex;
}
.requirePage .requireSearchBox .requireSearchBox_l input{
  width: 300px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dde2ec;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  background: #fdfeff;
  font-size: 16px;
  color: #666;
}
.requirePage .requireSearchBox .requireSearchBox_l input::placeholder{
  color: #999;
  font-size: 14px;
}
.requirePage .requireSearchBox .requireSearchBox_l>div{
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dde2ec;
  text-align: center;
  line-height: 40px;
  background: #fdfeff;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  margin-left: 5px;
}
.requirePage .requireSearchBox .requireSearchBox_l>div:hover{
  background: #2f67e8;
  border-color: #2f67e8;
  color: #fff;
}
.requirePage .requireSearchBox .requireSearchBox_r{
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #007eff;
  font-size: 16px;
  border-radius: 5px;
}
.requirePage .requireSearchBox .requireSearchBox_r:hover{
  opacity: .8;
}
.requirePage .gxdjUl{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.requirePage .gxdjUl a{
  display:block;
  width: 387px;
  height: 485px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 30px 19px;
  cursor: pointer;
  transition: all .3s;
}
.requirePage .gxdjUl a:nth-child(3n+1){
  margin-left: 0;
}
.requirePage .gxdjUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-5px);
}
.requirePage .gxdjUl a .imgBox{
  width: 357px;
  height: 200px;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
.requirePage .gxdjUl a .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.requirePage .gxdjUl a .requireName{
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding: 20px 5px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.requirePage .gxdjUl a .requireInfo{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.requirePage .gxdjUl a .requireType,
.requirePage .gxdjUl a .area,
.requirePage .gxdjUl a .deadline{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding:20px 5px 16px;
}
.requirePage .gxdjUl a .requireType::before,
.requirePage .gxdjUl a .area::before,
.requirePage .gxdjUl a .deadline::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(../../images/jd/indexImg16.png) no-repeat center;
}
.requirePage .gxdjUl a .area{
  padding: 0 5px;
}
.requirePage .gxdjUl a .area::before{
  margin-right: 7px;
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.requirePage .gxdjUl a .deadline{
  padding: 13px 5px 18px;
}
.requirePage .gxdjUl a .deadline::before{
  background: url(../../images/jd/indexImg17.png) no-repeat center;
}
.requirePage .gxdjUl a .lineEnd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 7px;
}
.requirePage .gxdjUl a .lineEnd .zjStatus{
  font-size: 16px;
  color: #FF8800;
  line-height: 16px;
}
.requirePage .gxdjUl a .lineEnd .zjStatus.djStatus{
  color: #CA232D;
}
.requirePage .gxdjUl a .lineEnd .zjStatus.jsStatus{
  color: #999;
}
.requirePage .gxdjUl a .lineEnd .abutment{
  width: 130px;
  height: 33px;
  background: rgba(248,248,248,0);
  border-radius: 5px;
  border: 1px solid #EEF3FF;
  color: #1951F6;
  text-align: center;
  line-height: 33px;
}
.requirePage .gxdjUl a .lineEnd .abutment:hover{
  background: #1951F6;
  color: #fff;
  border-color: #1951F6;
}
.requirePage .gxdjUl a .lineEnd .abutment.over{
  color:#e5e7ed;
}
.requirePage .gxdjUl a .other{
  display: flex;
  align-items: center;
  padding: 18px 0 0 7px;
}
.requirePage .gxdjUl a .other .views{
  font-size: 14px;
  color: #666;
  line-height: 14px;
  margin-right: 24px;
}
.requirePage .gxdjUl a .other .views::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 17px;
  height: 13px;
  background: url(../../images/jd/indexImg18.png) no-repeat center;
}
.requirePage .gxdjUl a .other .collect{
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
.requirePage .gxdjUl a .other .collect::before{
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  content: '';
  width: 12px;
  height: 14px;
  background: url(../../images/jd/indexImg19.png) no-repeat center;
}
/* ------------------------------- 供需对接-End-------------------------------*/

/* ------------------------------- 供需对接-详情-Begin-------------------------------*/
.requireDetailPage{
  background: #f3f6fd;
}
.requireDetailPage .nav_banner .navList li:nth-child(5) a{
  background: #F46709;
  color: #fff;
}
.requireDetailPage .requireLine1{
  width: 1200px;
  height: 385px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
}
.requireDetailPage .requireLine1 .line1_l{
  width: 500px;
  height: 300px;
  background: #F8F8F8;
  border-radius: 5px;
  margin: 35px 50px 35px 35px;
  overflow: hidden;
}
.requireDetailPage .requireLine1 .line1_l .xqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.requireDetailPage .requireLine1 .line1_r{
  width: 575px;
}
.requireDetailPage .requireLine1 .line1_r .requireName{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  padding: 42px 40px 19px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
}
.requireDetailPage .requireLine1 .line1_r .requireInfo{
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding-bottom: 25px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
}
.requireDetailPage .requireLine1 .line1_r .line1_r_line1{
  display: flex;
}
.requireDetailPage .requireLine1 .line1_r .line1_r_line1 .requireType,
.requireDetailPage .requireLine1 .line1_r .line1_r_line1 .requireUnit,
.requireDetailPage .requireLine1 .line1_r .area,
.requireDetailPage .requireLine1 .line1_r .deadline,
.requireDetailPage .requireLine1 .line1_r .price{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.requireDetailPage .requireLine1 .line1_r .line1_r_line1 .requireType::before,
.requireDetailPage .requireLine1 .line1_r .line1_r_line1 .requireUnit::before,
.requireDetailPage .requireLine1 .line1_r .area::before,
.requireDetailPage .requireLine1 .line1_r .deadline::before,
.requireDetailPage .requireLine1 .line1_r .price::before{
  display: inline-block;
  margin-right: 8px;
  margin-left: 4px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(../../images/jd/indexImg16.png) no-repeat center;
}
.requireDetailPage .requireLine1 .line1_r .area{
  padding: 20px 0 17px;
}
.requireDetailPage .requireLine1 .line1_r .line1_r_line1 .requireUnit::before{
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
  margin-left: 15px;
}
.requireDetailPage .requireLine1 .line1_r .area::before{
  margin-right: 9px;
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.requireDetailPage .requireLine1 .line1_r .deadline::before{
  background: url(../../images/jd/indexImg17.png) no-repeat center;
}
.requireDetailPage .requireLine1 .line1_r .price{
  padding: 19px 0 30px 0;
}
.requireDetailPage .requireLine1 .line1_r .price::before{
  width: 15px;
  height: 15px;
  background: url(../../images/jd/indexImg21.png) no-repeat center;
}
.requireDetailPage .requireLine1 .line1_r .price i{
  font-size: 18px;
  color: #FF8800;
}
.requireDetailPage .requireLine1 .line1_r .abutment{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_l{
  display: block;
  width: 180px;
  height: 55px;
  background: linear-gradient(-68deg, #185BE3, #9657F6);
  border-radius: 10px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_l:hover{
  opacity: .8;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_m{
  font-size: 16px;
  color: #FF8800;
  margin-left: -100px;;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_m.djStatus{
  color: #CA232D;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_m.jsStatus{
  color: #999;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_r{
  display: flex;
  align-items: center;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_r .views{
  font-size: 14px;
  color: #666;
  line-height: 14px;
  margin-right: 24px;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_r .views::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 17px;
  height: 13px;
  background: url(../../images/jd/indexImg18.png) no-repeat center;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_r .collect{
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
.requireDetailPage .requireLine1 .line1_r .abutment .abutment_r .collect::before{
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  content: '';
  width: 12px;
  height: 14px;
  background: url(../../images/jd/indexImg19.png) no-repeat center;
}
.requireDetailPage .requireLine2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.requireDetailPage .requireLine2 .line2_l{
  padding: 13px 30px 30px;
  box-sizing: border-box;
  width: 860px;
  overflow: hidden;
  min-height: 756px;
  background: #FFFFFF;
  border-radius: 10px;
}
.requireDetailPage .requireLine2 .line2_l .titleLabel{
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom:1px solid #cccccc;
  padding-left:20px;
}
.requireDetailPage .requireLine2 .line2_l .titleLabel li{
  font-size: 18px;
  color: #333;
  line-height: 59px;
  margin-right: 62px;
  cursor: pointer;
  position: relative;
}
.requireDetailPage .requireLine2 .line2_l .titleLabel li.active{
  color: #0e55e7;
}
.requireDetailPage .requireLine2 .line2_l .titleLabel li.active::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e55e7;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.requireDetailPage .requireLine2 .line2_l .titleLabel li:hover{
  color: #0e55e7;
}
.requireDetailPage .requireLine2 .line2_l .xqxqBox{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-align: justify;
  padding-top: 27px;
}
.requireDetailPage .requireLine2 .line2_l .xqxqBox .desiredResult{
  font-size: 18px;
  color: #666666;
  padding: 20px 0 14px;
}
.requireDetailPage .requireLine2 .line2_l .lxxxBox{
  display: none;
}
.requireDetailPage .requireLine2 .line2_l .lxxxLine{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 62px;
}
.requireDetailPage .requireLine2 .line2_l .lxxxLine .lxxxLine_l{
  font-size: 16px;
  line-height: 26px;
  color: #999;
  /* width: 170px; */
  box-sizing: border-box;
  /* padding-right: 35px; */
  text-align: right;
}
.requireDetailPage .requireLine2 .line2_l .lxxxLine .lxxxLine_r{
  width: 600px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #999;
}
.requireDetailPage .requireLine2 .line2_r{
  width: 320px;
  min-height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
  padding:30px;
  box-sizing: border-box;
}
.requireDetailPage .requireLine2 .line2_r .otherXq{
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding: 4px 0 21px;
}
.requireDetailPage .requireLine2 .line2_r .linex{
  width: 100%;
  height: 1px;
  background: #ccc;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a{
  margin-top: 23px;
  display: block;
  cursor: pointer;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a .requireName{
  width: 250px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a:hover .requireName{
  color:#0e55e7;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a .requireType{
  width: 250px;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 0 7px;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a .requireType{
  display: flex;
  align-items: center;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a .requireType::before{
  display: inline-block;
  margin-right: 8px;
  margin-left: 4px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(../../images/jd/indexImg16.png) no-repeat center;
}
.requireDetailPage .requireLine2 .line2_r .otherXqUl a:hover .instrName{
  color:#0e55e7;
}

/* ------------------------------- 供需对接-详情-End-------------------------------*/

/* ------------------------------- 供需对接-我要对接（对接需求）-Begin-------------------------------*/
.requireAbutmentPage{
  background: #f3f6fd;
}
.requireAbutmentPage .nav_banner .navList li:nth-child(5) a{
  background: #F46709;
  color: #fff;
}
.requireAbutmentPage .requireAbutmentBox{
  width: 1200px;
  padding-bottom: 57px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.requireAbutmentPage .requireAbutmentBox .xqdjTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
}
.requireAbutmentPage .requireAbutmentBox .xqxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 40px 0 29px 85px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo{
  display: flex;
  border-bottom: 1px solid #e4e9f4;
  padding: 0 80px 40px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_l{
  width: 350px;
  height: 200px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 40px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_l img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r{
  width: 650px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .requireName{
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding: 12px 0px 24px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 650px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1{
  display: flex;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1 .requireType,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1 .requireUnit,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .area,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .deadline,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .price{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1 .requireType::before,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1 .requireUnit::before,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .area::before,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .deadline::before,
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .price::before{
  display: inline-block;
  margin-right: 8px;
  margin-left: 4px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(../../images/jd/indexImg16.png) no-repeat center;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .area{
  padding: 20px 0 17px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .line1_r_line1 .requireUnit::before{
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
  margin-left: 35px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .area::before{
  margin-right: 9px;
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .deadline::before{
  background: url(../../images/jd/indexImg17.png) no-repeat center;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .price{
  padding-top: 19px;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .price::before{
  width: 15px;
  height: 15px;
  background: url(../../images/jd/indexImg21.png) no-repeat center;
}
.requireAbutmentPage .requireAbutmentBox .requireInfo .requireInfo_r .price i{
  font-size: 18px;
  color: #FF8800;
}
.requireAbutmentPage .requireAbutmentBox .djxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 42px 0 42px 80px;
}
.requireAbutmentPage .requireAbutmentBox #abutmentForm{
  width: 540px;
  margin-left: 175px;
}
.requireAbutmentPage .requireAbutmentBox .form-field {
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
  position: relative;
}
.requireAbutmentPage .requireAbutmentBox .form-field label {
  font-size: 16px;
  color: #333;
  text-align: right;
  box-sizing: border-box;
  flex: 0 0 150px;
  padding-right: 5px;
}
.requireAbutmentPage .requireAbutmentBox .form-field .required::before {
  content: "* ";
  color: #e91212;
}
.requireAbutmentPage .requireAbutmentBox .form-field input[type="text"],
.requireAbutmentPage .requireAbutmentBox .form-field input[type="tel"],
.requireAbutmentPage .requireAbutmentBox .form-field textarea {
  padding: 5px 8px;
  box-sizing: border-box;
  width: 390px;
  height: 40px;
  background: #FCFCFD;
  border-radius: 5px;
  border: 1px solid #E4E9F4;
  font-size: 16px;
  color: #666;
}
.requireAbutmentPage .requireAbutmentBox .error {
  color: #e91212;
  font-size: 12px;
  position: absolute;
  left: 155px;
  top: 40px;
}
.requireAbutmentPage .requireAbutmentBox .textareaSpecial .error{
  top: 100px;
}
.requireAbutmentPage .requireAbutmentBox .tips{
  position: absolute;
  top: 12px;
  right: -155px;
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
.requireAbutmentPage .requireAbutmentBox textarea {
  height: 100px !important;
}
.requireAbutmentPage .requireAbutmentBox .getCodeBox {
  line-height: 40px;
  font-size: 14px;
  color: #2051E4;
  position: absolute;
  right: 17px;
  cursor: pointer;
  text-align: center;
}
.requireAbutmentPage .requireAbutmentBox #customButton,
.requireAbutmentPage .requireAbutmentBox #upload-btn{
  color: #fff;
  background-color: #2051E4;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.requireAbutmentPage .requireAbutmentBox #fileLabel{
  font-size: 14px;
  line-height: 14px;
  color: #666;
  position: absolute;
  left: 155px;
  top: 60px;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.requireAbutmentPage .requireAbutmentBox #file-list{
  margin-top: 10px;

}
.requireAbutmentPage .requireAbutmentBox .file-item{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  cursor: pointer;
  padding-left: 5px;
  width: 550px;
}
.requireAbutmentPage .requireAbutmentBox .file-item .file-del{
  color: #e91212;
  cursor: pointer;
  margin-left: 20px;
}
.requireAbutmentPage .requireAbutmentBox .file-item:hover{
  color: #2051E4;
}
.requireAbutmentPage .requireAbutmentBox .optBtn{
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 13px;
  padding-left: 150px;
}
.requireAbutmentPage .requireAbutmentBox .optBtn .cancleBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: #F0F0F0;
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #666;
  cursor: pointer;
}
.requireAbutmentPage .requireAbutmentBox .optBtn .submitBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 34px;
}
.requireAbutmentPage .requireAbutmentBox .optBtn .cancleBtn:hover,
.requireAbutmentPage .requireAbutmentBox .optBtn .submitBtn:hover{
  opacity: .8;
}

/* ------------------------------- 供需对接-我要对接（对接需求）-End-------------------------------*/


/* ------------------------------- 供需对接-发需求-Begin-------------------------------*/
.requireSendPage{
  background: #f3f6fd;
}
.requireSendPage .nav_banner .navList li:nth-child(5) a{
  background: #F46709;
  color: #fff;
}
.requireSendPage .requireSendBox{
  width: 1200px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.requireSendPage .requireSendBox .fxqTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
}
.requireSendPage .requireSendBox form {
  width: 546px;
  margin: 50px 0 95px 262px;
}
.requireSendPage .requireSendBox form .fieldBox{
  position: relative;
  display: flex;
  align-items:baseline;
  margin-bottom: 22px;
}
.requireSendPage .requireSendBox label {
  display: inline-block;
  width: 156px;
  text-align: right;
  font-size: 16px;
  line-height: 14px;
  color: #333333;
}
.requireSendPage .requireSendBox input[type="text"],
.requireSendPage .requireSendBox input[type="tel"],
.requireSendPage .requireSendBox input[type="email"],
.requireSendPage .requireSendBox input[type="number"],
.requireSendPage .requireSendBox input[type="date"],
.requireSendPage .requireSendBox select {
  width: 390px;
  height: 40px;
  line-height: 40px;
  padding: 5px 7px;
  border: 1px solid #e4e9f4;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:16px;
  color: #333;
  background: #fcfcfd;
}
.requireSendPage .requireSendBox .location-group select {
  margin-right: 15px;
}
.requireSendPage .requireSendBox textarea::placeholder,
.requireSendPage .requireSendBox input::placeholder{
  color: #cbcbcb;
}
.requireSendPage .requireSendBox .required::before {
  content: "* ";
  color: #e91212;
  margin-left: 5px;
}
.requireSendPage .requireSendBox .error {
  color: #e91212;
  font-size: 12px;
  position: absolute;
  left: 160px;
  top: 40px;
}
.requireSendPage .requireSendBox .tips {
  position: absolute;
  top: 12px;
  right: -345px;
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.requireSendPage .requireSendBox .getCodeBox{
  line-height: 40px;
  font-size: 14px;
  color: #2051E4;
  position: absolute;
  right: 17px;
  cursor: pointer;
  text-align: center;
}
.requireSendPage .requireSendBox .uploadSpecial .error {
  top: 78px;
}
.requireSendPage .requireSendBox .uploadSpecial .uploadTips{
  font-size: 12px;
  color: #999;
}
.requireSendPage .requireSendBox .optBtn{
  display: flex;
  justify-content: left;
  margin: 57px 0 0 156px;
  position: relative;
}
.requireSendPage .requireSendBox .optBtn .goBack{
  width: 180px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: #f0f0f0;
  border-radius: 10px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  display: block;
}
.requireSendPage .requireSendBox .optBtn button[type="submit"] {
  width: 180px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-left: 34px;
}
.requireSendPage .requireSendBox .optBtn .goBack:hover,
.requireSendPage .requireSendBox .optBtn button[type="submit"]:hover{
  opacity: .8;
}
.requireSendPage .requireSendBox textarea{
  width: 390px;
  line-height: 26px;
  padding: 5px 17px;
  border: 1px solid #e4e9f4;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size:16px;
  color: #333;
  background: #fcfcfd;
}
.requireSendPage .requireSendBox .textareaSpecial .error {
  top: 118px;
}

/* ------------------------------- 供需对接-发需求-Begin-------------------------------*/





/* ------------------------------- 关于我们-Begin-------------------------------*/
.aboutUsPage{
  background: #f3f6fd;
}
.aboutUsPage .nav_banner .navList li:nth-child(6) a{
  background: #F46709;
  color: #fff;
}
.aboutUsPage .usType{
  display:flex;
  margin: 38px 0 30px;
}
.aboutUsPage .usType .usTypeItem{
  width: 140px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-size:18px;
  color: #666;
  background: #e7e7e7;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 30px;
}
.aboutUsPage .usType .usTypeItem:hover,
.aboutUsPage .usType .usTypeItem.active{
  background: #2281ff;
  color: #fff;
}
.aboutUsPage .ptjjBox{
  padding: 50px 58px 86px 60px;
  width:1196px;
  min-height:500px;
  border-radius:10px;
  background: #fff;
}
.aboutUsPage .ptjjBox p{
  font-size: 16px;
  line-height:32px;
  color: #666;
  text-align: justify;
  margin-bottom: 30px;
}
.aboutUsPage .ptjjBox img{max-height: 365px;}
.aboutUsPage .lxwmBox{
  padding: 105px 106px 80px 118px;
  width:1196px;
  min-height:607px;
  border-radius:10px;
  background: #fff;
  align-items: flex-start;
  justify-content: space-between;
  display: none;

}
.aboutUsPage .lxwmBox .lxwmItem_l{}
.aboutUsPage .lxwmBox .lxwmItem_l .jdTitle{
  width: 463px;
  height: auto;
}
.aboutUsPage .lxwmBox .lxwmItem_l ul{}
.aboutUsPage .lxwmBox .lxwmItem_l ul li{
  padding: 10px 0;
  display: flex;
}
.aboutUsPage .lxwmBox .lxwmItem_l ul li .lxwmItem_l_title{
  color: #666;
  font-size:16px;
  line-height:34px;
  width: 135px;
  text-align: right;
}
.aboutUsPage .lxwmBox .lxwmItem_l ul li .lxwmItem_l_content{
  color: #666;
  font-size:16px;
  line-height:34px;
  text-align:justify;
  width: 342px;
  padding-left: 16px;
  box-sizing: border-box;
}
.aboutUsPage .lxwmBox .lxwmItem_r{
  margin-top: 80px;
  width: 350px;
  height: 220px;
  overflow: hidden;
}
.aboutUsPage .lxwmBox .lxwmItem_r img{
  width: 350px;
  height: 220px;
  object-fit: cover;
}
/* ------------------------------- 关于我们-End-------------------------------*/

/* ------------------------------- 机构详情页-首页-Begin-------------------------------*/
.unitIndexPage{
  background: #f3f6fd;
}
.unitIndexPage .insideBanner .typeUl .typeUl_l>a:nth-child(1){
  background: #14a3ed;
  color: #fff;
}
.unitIndexPage .panelChips{
  display: flex;
  font-size:14px;
  line-height: 14px;
  color:#999;
  margin: 28px 0 46px 28px;
}
.unitIndexPage .dwjjTitle{
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 28px;
}
.unitIndexPage .dwjjBox{
  width: 1200px;
  min-height: 170px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px 25px 29px;
  box-sizing: border-box;
  margin: 20px 0 54px;
  max-height: 398px;
  overflow-y: auto;
}
.unitIndexPage .dwjjBox p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.unitIndexPage .gxyqBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 29px;
  margin-bottom: 24px;
}
.unitIndexPage .gxyqBox .gxyqTitle{
  font-size: 24px;
  color: #333;
  line-height: 24px;
}
.unitIndexPage .gxyqBox a{
  font-size: 16px;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.unitIndexPage .gxyqBox a:hover{
  color: #1951f6;
}
.unitIndexPage .gxyqBox a i{
  display:block;
  width: 9px;
  height: 13px;
  background: url(../../images/jd/indexArrow-r.png) no-repeat center;
}
.unitIndexPage .gxyqBox a:hover i{
  background: url(../../images/jd/indexArrowActive-r.png) no-repeat center;
}
.unitIndexPage .gxyqUl{
  display: flex;
  flex-wrap: wrap;
}
.unitIndexPage .gxyqUl a{
  display: block;
  width: 280px;
  height: 314px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 30px 26px;
  cursor: pointer;
  transition: all .3s;
}
.unitIndexPage .gxyqUl a:nth-child(4n+1){
  margin-left: 0;
}
.unitIndexPage .gxyqUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-10px);
}
.unitIndexPage .gxyqUl a .imgBox{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.unitIndexPage .gxyqUl a .imgBox .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unitIndexPage .gxyqUl a .imgBox .ticket{
  position: absolute;
  top: 0;
  right: 5px;
}
.unitIndexPage .gxyqUl a .instrName{
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 19px 4px 21px;
}
.unitIndexPage .gxyqUl a .company{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 0px 4px 14px;
}
.unitIndexPage .gxyqUl a .company::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
}
.unitIndexPage .gxyqUl a .area{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  width: 240px;
  padding:0 4px;
}
.unitIndexPage .gxyqUl a .area::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.unitIndexPage .jyfwUl a{
  height: 349px;
}
.unitIndexPage .jyfwUl a .price{
  font-size: 20px;
  line-height:20px;
  color: #ff8800;
  padding:7px 4px 0 7px;
}
.unitIndexPage .jyfwUl a .price::before{
  content: '¥';
  line-height: 20px;
  font-weight: 400;
  margin-right: 6px;
}

/* ------------------------------- 机构详情页-首页-End-------------------------------*/

/* ------------------------------- 仪器详情页-Begin-------------------------------*/
.instrumentDetailPage{
  background: #f3f6fd;
}
.instrumentDetailPage .insideBanner .typeUl .typeUl_l>a:nth-child(2){
  background: #14a3ed;
  color: #fff;
}
.instrumentDetailPage .panelChips{
  display: flex;
  font-size:14px;
  line-height: 14px;
  color:#999;
  margin: 28px 0 23px 28px;
}
.instrumentDetailPage .instrLine1{
  width: 1200px;
  height: 450px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
}
.instrumentDetailPage .instrLine1 .line1_l{
  width: 500px;
  height: 380px;
  background: #EEF3FF;
  border-radius: 5px;
  margin: 35px 48px 35px 35px;
  position: relative;
  overflow: hidden;
}
.instrumentDetailPage .instrLine1 .line1_l .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instrumentDetailPage .instrLine1 .line1_l .ticket{
  position: absolute;
  top: 0;
  left: 25px;
}
.instrumentDetailPage .instrLine1 .line1_r{
  width:617px;
}
.instrumentDetailPage .instrLine1 .line1_r .instrName{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  padding: 60px 35px 35px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
}
.instrumentDetailPage .instrLine1 .line1_r .infoText{
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin: 0 35px 17px 0;
}
.instrumentDetailPage .instrLine1 .line1_r .order{
  margin: 36px 0 46px 2px;
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: linear-gradient(90deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
}
.instrumentDetailPage .instrLine1 .line1_r .order:hover{
  opacity: .8;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox{
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-right: 35px;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_l{
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding:0 3px;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_l::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_r{
  display: flex;
  align-items: center;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_r .collects{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_r .collects.instYsc{
  display: none;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_r .collects img{
  width: 20px;
  height: 19px;
  margin-right:8px;
}
.instrumentDetailPage .instrLine1 .line1_r .areaBox .area_r .collects span{
  font-size: 14px;
  color: #666;
  line-height: 19px;
  margin-right: 26px;
  display: inline-block;
  vertical-align: middle;
}
.instrumentDetailPage .instrLine2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top:30px;
}
.instrumentDetailPage .instrLine2 .line2_l{
  padding: 13px 30px 30px;
  box-sizing: border-box;
  width: 860px;
  overflow: hidden;
  min-height: 756px;
  background: #FFFFFF;
  border-radius: 10px;
}
.instrumentDetailPage .instrLine2 .line2_l .titleLabel{
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom:1px solid #cccccc;
  padding-left:20px;
}
.instrumentDetailPage .instrLine2 .line2_l .titleLabel li{
  font-size: 18px;
  color: #333;
  line-height: 59px;
  margin-right: 62px;
  cursor: pointer;
  position: relative;
}
.instrumentDetailPage .instrLine2 .line2_l .titleLabel li.active{
  color: #0e55e7;
}
.instrumentDetailPage .instrLine2 .line2_l .titleLabel li.active::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e55e7;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.instrumentDetailPage .instrLine2 .line2_l .titleLabel li:hover{
  color: #0e55e7;
}
.instrumentDetailPage .instrLine2 .line2_l .fwxxBox,
.instrumentDetailPage .instrLine2 .line2_l .lxxxBox{
  display: none;
}
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine,
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine2,
.instrumentDetailPage .instrLine2 .line2_l .lxxxLine{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine .yqxxLine_l,
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine2 .yqxxLine_l.yqxxLine_l,
.instrumentDetailPage .instrLine2 .line2_l .lxxxLine .lxxxLine_l{
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  width: 170px;
  box-sizing: border-box;
  padding-right: 35px;
  text-align: right;
}
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine .yqxxLine_r,
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine2 .yqxxLine_r.yqxxLine_r,
.instrumentDetailPage .instrLine2 .line2_l .lxxxLine .lxxxLine_r{
  width: 600px;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #666666;
}
.instrumentDetailPage .instrLine2 .line2_l .yqxxLine2{
  margin-top: 16px;
}
.instrumentDetailPage .instrLine2 .line2_l .fwxxLine{
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.instrumentDetailPage .instrLine2 .line2_l .fwxxLine .fwxxLine_l{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  width: 170px;
  box-sizing: border-box;
  padding-right: 35px;
  text-align: right;
}
.instrumentDetailPage .instrLine2 .line2_l .fwxxLine .fwxxLine_r{
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #666666;
}
.instrumentDetailPage .instrLine2 .line2_r{
  width: 320px;
  min-height: 480px;
  background: #FFFFFF;
  border-radius: 10px;
  padding:30px;
  box-sizing: border-box;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYq{
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding: 4px 0 21px;
}
.instrumentDetailPage .instrLine2 .line2_r .linex{
  width: 100%;
  height: 1px;
  background: #ccc;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a{
  margin-top: 26px;
  display: block;
  cursor: pointer;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a .instrName{
  width: 250px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a .subject,
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a .type{
  width: 250px;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 0 7px;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a .type{
  padding: 0px;
  line-height: 16px;
}
.instrumentDetailPage .instrLine2 .line2_r .otherYqUl a:hover .instrName{
  color:#0e55e7;
}


/* ------------------------------- 仪器详情页-End-------------------------------*/

/* ------------------------------- 机构详情-检测服务-End-------------------------------*/
.unitServiceListPage{
  background: #f3f6fd;
}
.unitServiceListPage .insideBanner .typeUl .typeUl_l>a:nth-child(3){
  background: #14a3ed;
  color: #fff;
}
.unitServiceListPage .panelChips{
  display: flex;
  font-size:14px;
  line-height: 14px;
  color:#999;
  margin: 28px 0 23px 28px;
}
.unitServiceListPage .gxyqUl{
  display: flex;
  flex-wrap: wrap;
}
.unitServiceListPage .gxyqUl a{
  display: block;
  width: 280px;
  height: 314px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 30px 26px;
  cursor: pointer;
  transition: all .3s;
}
.unitServiceListPage .gxyqUl a:nth-child(4n+1){
  margin-left: 0;
}
.unitServiceListPage .gxyqUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-10px);
}
.unitServiceListPage .gxyqUl a .imgBox{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.unitServiceListPage .gxyqUl a .imgBox .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unitServiceListPage .gxyqUl a .imgBox .ticket{
  position: absolute;
  top: 0;
  right: 5px;
}
.unitServiceListPage .gxyqUl a .instrName{
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 19px 4px 21px;
}
.unitServiceListPage .gxyqUl a .company{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 0px 4px 14px;
}
.unitServiceListPage .gxyqUl a .company::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
}
.unitServiceListPage .gxyqUl a .area{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding:0 4px;
}
.unitServiceListPage .gxyqUl a .area::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.unitServiceListPage .jyfwUl a{
  height: 349px;
}
.unitServiceListPage .jyfwUl a .price{
  font-size: 20px;
  line-height:20px;
  color: #ff8800;
  padding:7px 4px 0 7px;
}
.unitServiceListPage .jyfwUl a .price::before{
  content: '¥';
  line-height: 20px;
  font-weight: 400;
  margin-right: 6px;
}
.unitServiceListPage .myPage{
  margin-top: 20px;
}
/* ------------------------------- 机构详情-检测服务-End-------------------------------*/

/* ------------------------------- 机构详情-共享仪器-Begin-------------------------------*/
.unitInstrumentListPage{
  background: #f3f6fd;
}
.unitInstrumentListPage .insideBanner .typeUl .typeUl_l>a:nth-child(2){
  background: #14a3ed;
  color: #fff;
}
.unitInstrumentListPage .panelChips{
  display: flex;
  font-size:14px;
  line-height: 14px;
  color:#999;
  margin: 28px 0 23px 28px;
}
.unitInstrumentListPage .gxyqUl{
  display: flex;
  flex-wrap: wrap;
}
.unitInstrumentListPage .gxyqUl a{
  display: block;
  width: 280px;
  height: 314px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0px 30px 26px;
  cursor: pointer;
  transition: all .3s;
}
.unitInstrumentListPage .gxyqUl a:nth-child(4n+1){
  margin-left: 0;
}
.unitInstrumentListPage .gxyqUl a:hover{
  box-shadow: 0px 6px 15px 0px rgba(55,80,136,0.35);
  transform: translateY(-10px);
}
.unitInstrumentListPage .gxyqUl a .imgBox{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.unitInstrumentListPage .gxyqUl a .imgBox .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unitInstrumentListPage .gxyqUl a .imgBox .ticket{
  position: absolute;
  top: 0;
  right: 5px;
}
.unitInstrumentListPage .gxyqUl a .instrName{
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 19px 4px 21px;
}
.unitInstrumentListPage .gxyqUl a .company{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding: 0px 4px 14px;
}
.unitInstrumentListPage .gxyqUl a .company::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../../images/jd/indexImg14.png) no-repeat center;
}
.unitInstrumentListPage .gxyqUl a .area{
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
  padding:0 4px;
}
.unitInstrumentListPage .gxyqUl a .area::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.unitServiceListPage .myPage{
  margin-top: 26px;
}
/* ------------------------------- 机构详情-共享仪器-End-------------------------------*/


/* ------------------------------- 检测服务详情-Begin-------------------------------*/
.serviceDetailPage{
  background: #f3f6fd;
}
.serviceDetailPage .insideBanner .typeUl .typeUl_l>a:nth-child(3){
  background: #14a3ed;
  color: #fff;
}
.serviceDetailPage .panelChips{
  display: flex;
  font-size:14px;
  line-height: 14px;
  color:#999;
  margin: 28px 0 23px 28px;
}
.serviceDetailPage .serviceLine1{
  width: 1200px;
  height: 450px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
}
.serviceDetailPage .serviceLine1 .line1_l{
  width: 500px;
  height: 380px;
  background: #EEF3FF;
  border-radius: 5px;
  margin: 35px 48px 35px 35px;
  position: relative;
  overflow: hidden;
}
.serviceDetailPage .serviceLine1 .line1_l .yqImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serviceDetailPage .serviceLine1 .line1_l .ticket{
  position: absolute;
  top: 0;
  left: 25px;
}
.serviceDetailPage .serviceLine1 .line1_r{
  width:617px;
}
.serviceDetailPage .serviceLine1 .line1_r .instrName{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  padding: 60px 35px 35px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
}
.serviceDetailPage .serviceLine1 .line1_r .infoText{
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin: 0 35px 17px 0;
}
.serviceDetailPage .serviceLine1 .line1_r .price{
  color: #e45b3c;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  padding-top: 8px;
}
.serviceDetailPage .serviceLine1 .line1_r .price::before{
  content: '¥';
  line-height: 20px;
  font-weight: 400;
  margin-right: 6px;
  font-size: 24px;
  color: #e45b3c;
  vertical-align: middle;
  display: inline-block;
}
.serviceDetailPage .serviceLine1 .line1_r .order{
  display: block;
  margin: 40px 0 46px 2px;
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: linear-gradient(90deg, #FF934C, #ca232d);
  border-radius: 10px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.serviceDetailPage .serviceLine1 .line1_r .order:hover{
  opacity: .8;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox{
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-right: 35px;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_l{
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding:0 3px;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_l::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 11px;
  height: 14px;
  background: url(../../images/jd/indexImg15.png) no-repeat center;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_r{
  display: flex;
  align-items: center;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_r .collects{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_r .collects.serYsc{
  display: none;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_r .collects img{
  width: 20px;
  height: 19px;
  margin-right:8px;
}
.serviceDetailPage .serviceLine1 .line1_r .areaBox .area_r .collects span{
  font-size: 14px;
  color: #666;
  line-height: 19px;
  margin-right: 26px;
  display: inline-block;
  vertical-align: middle;
}
/* -------------------------------- */
.serviceDetailPage .serviceLine2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top:30px;
}
.serviceDetailPage .serviceLine2 .line2_l{
  padding: 13px 30px 30px;
  box-sizing: border-box;
  width: 860px;
  overflow: hidden;
  min-height: 756px;
  background: #FFFFFF;
  border-radius: 10px;
}
.serviceDetailPage .serviceLine2 .line2_l .titleLabel{
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom:1px solid #cccccc;
  padding-left:20px;
}
.serviceDetailPage .serviceLine2 .line2_l .titleLabel li{
  font-size: 18px;
  color: #333;
  line-height: 59px;
  margin-right: 62px;
  cursor: pointer;
  position: relative;
}
.serviceDetailPage .serviceLine2 .line2_l .titleLabel li.active{
  color: #0e55e7;
}
.serviceDetailPage .serviceLine2 .line2_l .titleLabel li.active::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e55e7;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.serviceDetailPage .serviceLine2 .line2_l .titleLabel li:hover{
  color: #0e55e7;
}
.serviceDetailPage .serviceLine2 .line2_l .fwxxBox{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-align: justify;
  padding-top: 27px;
}
.serviceDetailPage .serviceLine2 .line2_l .lxxxBox{
  display: none;
}
.serviceDetailPage .serviceLine2 .line2_l .lxxxLine{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.serviceDetailPage .serviceLine2 .line2_l .lxxxLine .lxxxLine_l{
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  width: 170px;
  box-sizing: border-box;
  padding-right: 35px;
  text-align: right;
}
.serviceDetailPage .serviceLine2 .line2_l .lxxxLine .lxxxLine_r{
  width: 600px;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #666666;
}
.serviceDetailPage .serviceLine2 .line2_r{
  width: 320px;
  min-height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
  padding:30px;
  box-sizing: border-box;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYq{
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding: 4px 0 21px;
}
.serviceDetailPage .serviceLine2 .line2_r .linex{
  width: 100%;
  height: 1px;
  background: #ccc;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a{
  margin-top: 26px;
  display: block;
  cursor: pointer;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a .instrName{
  width: 250px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a .subject,
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a .type{
  width: 250px;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 0 7px;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a .type{
  padding: 0px;
  line-height: 16px;
}
.serviceDetailPage .serviceLine2 .line2_r .otherYqUl a:hover .instrName{
  color:#0e55e7;
}
/* ------------------------------- 检测服务详情-End-------------------------------*/

/* ------------------------------- 服务预约-Begin-------------------------------*/
.serviceOrderPage,
.serviceOrderChangePage,
.serviceOrderModifyPage{
  background: #f3f6fd;
}
.serviceOrderPage .insideBanner .typeUl .typeUl_l>a:nth-child(3),
.serviceOrderChangePage .insideBanner .typeUl .typeUl_l>a:nth-child(3),
.serviceOrderModifyPage .insideBanner .typeUl .typeUl_l>a:nth-child(3){
  background: #14a3ed;
  color: #fff;
}
.serviceOrderPage .serviceOrderBox{
  width: 1200px;
  padding-bottom: 121px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.serviceOrderPage .serviceOrderBox .fwyyTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
}
.serviceOrderPage .serviceOrderBox .fwxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 40px 0 29px 85px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo{
  display: flex;
  border-bottom: 1px solid #e4e9f4;
  padding: 0 80px 40px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_l{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_l img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_r{
  width: 760px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_r .serviceName{
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  padding: 14px 0 25px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_r .otherInfo{
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 17px;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_r .otherInfo:last-child{
  margin: 0;
}
.serviceOrderPage .serviceOrderBox .serviceInfo .serviceInfo_r .price{
  font-size: 24px;
  line-height: 24px;
  color: #e35939;
  padding-top: 25px;
}
.serviceOrderPage .serviceOrderBox .wtfxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 40px 0 30px 80px;
}
.serviceOrderPage .serviceOrderBox .initWt,
.serviceOrderPage .serviceOrderBox .wtBox{
  padding: 0 80px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e9f4;
}
.serviceOrderPage .serviceOrderBox .initWt .initWt_l{
  font-size:14px;
  color:#e91212;
}
.serviceOrderPage .serviceOrderBox .initWt .initWt_r,
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_r{
  color: #2e56ed;
  font-size: 16px;
  line-height:16px;
  cursor: pointer;
}
.serviceOrderPage .serviceOrderBox .initWt .initWt_r:hover,
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_r:hover{
  opacity: .8;
}
.serviceOrderPage .serviceOrderBox .initWt .initWt_r img,
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_r img{
  margin-left: 7px;
}
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_l{
  width: 930px;
}
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_l .unitName{
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding: 10px 0 15px;
}
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_l .wtInfoLine{}
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_l .wtInfoLine span{
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-right:30px;
}
.serviceOrderPage .serviceOrderBox .wtBox .wtBox_l .wtInfoArea{
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 0 17px;
}
.serviceOrderPage .serviceOrderBox .bgxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 42px 0 42px 80px;
}
.serviceOrderPage .serviceOrderBox #reportForm{
  width: 530px;
  margin-left: 188px;
}
.serviceOrderPage .serviceOrderBox .form-field {
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
  position: relative;
}
.serviceOrderPage .serviceOrderBox .form-field label {
  font-size: 16px;
  color: #333;
  text-align: right;
  box-sizing: border-box;
  flex: 0 0 136px; /* 设置标签宽度 */
  padding-right: 10px; /* 标签和输入字段之间的间隔 */
}
.serviceOrderPage .serviceOrderBox .form-field .input-group {
  flex: 1;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="radio"] {
  display: none;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  width: 120px;
  text-align: left;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D5DBE7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="radio"]:checked + label::before {
  background: #fff;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #2E56ED;
  border-radius: 50%;
}
.serviceOrderPage .serviceOrderBox .form-field .input-group label{
  font-size: 16px;
  color:#333;
}
.serviceOrderPage .serviceOrderBox .form-field input[type="text"],
.serviceOrderPage .serviceOrderBox .form-field textarea {
  padding: 5px 8px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 390px;
  height: 40px;
  background: #FCFCFD;
  border-radius: 5px;
  border: 1px solid #E4E9F4;
  font-size: 16px;
  color: #666;
}
.serviceOrderPage .serviceOrderBox .error {
  color: #e91212;
}
.serviceOrderPage .serviceOrderBox textarea {
  height: 100px !important;
}
.serviceOrderPage .serviceOrderBox .optBtn{
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 13px;
  padding-left: 135px;
}
.serviceOrderPage .serviceOrderBox .optBtn .cancleBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: #F0F0F0;
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #666;
  cursor: pointer;
}
.serviceOrderPage .serviceOrderBox .optBtn .submitBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 34px;
}
.serviceOrderPage .serviceOrderBox .optBtn .cancleBtn:hover,
.serviceOrderPage .serviceOrderBox .optBtn .submitBtn:hover{
  opacity: .8;
}
/* ------------------------------- 服务预约-End-------------------------------*/

/* ------------------------------- 仪器预约-Begin-------------------------------*/
.instrumentOrderPage,
.instrumentOrderChangePage,
.instrumentOrderModifyPage,
.serviceOrderChangePage,
.serviceOrderModifyPage{
  background: #f3f6fd;
}
.instrumentOrderPage .insideBanner .typeUl .typeUl_l>a:nth-child(2),
.instrumentOrderChangePage .insideBanner .typeUl .typeUl_l>a:nth-child(2),
.instrumentOrderModifyPage .insideBanner .typeUl .typeUl_l>a:nth-child(2),
.serviceOrderChangePage .insideBanner .typeUl .typeUl_l>a:nth-child(3),
.serviceOrderModifyPage .insideBanner .typeUl .typeUl_l>a:nth-child(3){
  background: #14a3ed;
  color: #fff;
}
.instrumentOrderPage .instrOrderBox{
  width: 1200px;
  padding-bottom: 111px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.instrumentOrderPage .instrOrderBox .yqyyTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
}
.instrumentOrderPage .instrOrderBox .yqxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 40px 0 29px 85px;
}
.instrumentOrderPage .instrOrderBox .instrInfo{
  display: flex;
  border-bottom: 1px solid #e4e9f4;
  padding: 0 80px 40px;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_l{
  width: 250px;
  height: 190px;
  background: #EEF3FF;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_l img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_r{
  width: 760px;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_r .instrName{
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  padding: 14px 0 25px;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_r .otherInfo{
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 17px;
}
.instrumentOrderPage .instrOrderBox .instrInfo .instrInfo_r .otherInfo:last-child{
  margin: 0;
}
.instrumentOrderPage .instrOrderBox .wtfxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 40px 0 30px 80px;
}
.instrumentOrderPage .instrOrderBox .initWt,
.instrumentOrderPage .instrOrderBox .wtBox{
  padding: 0 80px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e9f4;
}
.instrumentOrderPage .instrOrderBox .initWt .initWt_l{
  font-size:14px;
  color:#e91212;
}
.instrumentOrderPage .instrOrderBox .initWt .initWt_r,
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_r{
  color: #2e56ed;
  font-size: 16px;
  line-height:16px;
  cursor: pointer;
}
.instrumentOrderPage .instrOrderBox .initWt .initWt_r:hover,
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_r:hover{
  opacity: .8;
}
.instrumentOrderPage .instrOrderBox .initWt .initWt_r img,
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_r img{
  margin-left: 7px;
}
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_l{
  width: 930px;
}
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_l .unitName{
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding: 10px 0 15px;
}
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_l .wtInfoLine{}
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_l .wtInfoLine span{
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-right:30px;
}
.instrumentOrderPage .instrOrderBox .wtBox .wtBox_l .wtInfoArea{
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 0 17px;
}
.instrumentOrderPage .instrOrderBox .yyxxTitle{
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 42px 0 42px 80px;
}
.instrumentOrderPage .instrOrderBox #reservationForm{
  width: 530px;
  margin-left: 188px;
}
.instrumentOrderPage .instrOrderBox .form-field {
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
  position: relative;
}
.instrumentOrderPage .instrOrderBox .form-field label {
  font-size: 16px;
  color: #333;
  text-align: right;
  box-sizing: border-box;
  flex: 0 0 136px; /* 设置标签宽度 */
  padding-right: 10px; /* 标签和输入字段之间的间隔 */
}
.instrumentOrderPage .instrOrderBox .form-field .input-group {
  flex: 1;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="radio"] {
  display: none;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D5DBE7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="radio"]:checked + label::before {
  background: #fff;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #2E56ED;
  border-radius: 50%;
}
.instrumentOrderPage .instrOrderBox .form-field .input-group label{
  font-size: 16px;
  color:#333;
}
.instrumentOrderPage .instrOrderBox .form-field input[type="text"],
.instrumentOrderPage .instrOrderBox .form-field textarea {
  padding: 5px 8px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 390px;
  height: 40px;
  background: #FCFCFD;
  border-radius: 5px;
  border: 1px solid #E4E9F4;
  font-size: 16px;
  color: #666;
}
.instrumentOrderPage .instrOrderBox .form-field label i,
.instrumentOrderPage .instrOrderBox .error {
  color: #e91212;
}
.instrumentOrderPage .instrOrderBox textarea {
  height: 100px !important;
}
.instrumentOrderPage .instrOrderBox .optBtn{
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 13px;
  padding-left: 135px;
}
.instrumentOrderPage .instrOrderBox .optBtn .cancleBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: #F0F0F0;
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #666;
  cursor: pointer;
}
.instrumentOrderPage .instrOrderBox .optBtn .submitBtn{
  width: 180px;
  text-align: center;
  height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 34px;
}
.instrumentOrderPage .instrOrderBox .optBtn .cancleBtn:hover,
.instrumentOrderPage .instrOrderBox .optBtn .submitBtn:hover{
  opacity: .8;
}
/* ------------------------------- 仪器预约-End-------------------------------*/

/* ------------------------------- 仪器预约-更换委托信息-End-------------------------------*/
.instrumentOrderChangePage .instrOrderChangeBox,
.serviceOrderChangePage .instrOrderChangeBox{
  width: 1200px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.instrumentOrderChangePage .instrOrderChangeBox .ghwtxxTitle,
.serviceOrderChangePage .instrOrderChangeBox .ghwtxxTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
  margin-bottom: 20px;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox,
.serviceOrderChangePage .instrOrderChangeBox .wtBox{
  width:1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 153px;
  border-bottom: 1px solid #e4e9f4;
  padding: 24px 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l{
  width: 900px;
  padding-left:10px;
  box-sizing: border-box;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .unitName,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .unitName{
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding: 5px 0 12px;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .wtInfoLine{}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .wtInfoLine span,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .wtInfoLine span{
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-right:30px;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .wtInfoArea,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_l .wtInfoArea{
  color: #333;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0 14px;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r{

}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .modify,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .modify{
  color: #206ff1;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .delete,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .delete{
  color: #db0f0f;
  font-size: 16px;
  cursor: pointer;
  margin: 0 18px 0 25px;
}
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .modify:hover,
.instrumentOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .delete:hover,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .modify:hover,
.serviceOrderChangePage .instrOrderChangeBox .wtBox .wtBox_r .delete:hover{
  opacity: .8;
}
.instrumentOrderChangePage .instrOrderChangeBox input[type="radio"],
.serviceOrderChangePage .instrOrderChangeBox input[type="radio"] {
  display: none;
}
.instrumentOrderChangePage .instrOrderChangeBox input[type="radio"] + label,
.serviceOrderChangePage .instrOrderChangeBox input[type="radio"] + label  {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.instrumentOrderChangePage .instrOrderChangeBox input[type="radio"] + label::before,
.serviceOrderChangePage .instrOrderChangeBox input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D5DBE7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.instrumentOrderChangePage .instrOrderChangeBox input[type="radio"]:checked + label::before,
.serviceOrderChangePage .instrOrderChangeBox input[type="radio"]:checked + label::before {
  background: #fff;
}
.instrumentOrderChangePage .instrOrderChangeBox input[type="radio"]:checked + label::after,
.serviceOrderChangePage .instrOrderChangeBox input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #2E56ED;
  border-radius: 50%;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 510px;
  margin: 50px auto 85px;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .cancleBtn,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .cancleBtn{
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: #f0f0f0;
  border-radius: 10px;
  font-size: 18px;
  color: #666;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .submitBtn,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .submitBtn{
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .cancleBtn:hover,
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .submitBtn:hover,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .cancleBtn:hover,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .submitBtn:hover{
  opacity: .8;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .addBtn,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .addBtn{
  width: 150px;
  text-align:center;
  height: 53px;
  line-height: 53px;
  background: #fff;
  border: 1px solid #92a8e8;
  border-radius: 10px;
  font-size: 18px;
  color: #1748db;
}
.instrumentOrderChangePage .instrOrderChangeBox .optBtnBox .addBtn:hover,
.serviceOrderChangePage .instrOrderChangeBox .optBtnBox .addBtn:hover{
  background: #1748db;
  color:#fff;
}

/* ------------------------------- 仪器预约-更换委托信息-End-------------------------------*/


/* ------------------------------- 仪器预约-新增/修改委托信息-End-------------------------------*/
.instrumentOrderModifyPage .instrOrderModifyBox,
.serviceOrderModifyPage .instrOrderModifyBox{
  width: 1200px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.instrumentOrderModifyPage .instrOrderModifyBox .ghwtxxTitle,
.serviceOrderModifyPage .instrOrderModifyBox .ghwtxxTitle{
  font-size: 22px;
  color: #333333;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #E7EAF1;
  margin-bottom: 70px;
}
.instrumentOrderModifyPage .instrOrderModifyBox form,
.serviceOrderModifyPage .instrOrderModifyBox form {
  max-width: 555px;
  margin-left: 267px;
}
.instrumentOrderModifyPage .instrOrderModifyBox form .fieldBox,
.serviceOrderModifyPage .instrOrderModifyBox form .fieldBox{
  position: relative;
  display: flex;
  align-items:center;
  margin-bottom: 30px;
}
.instrumentOrderModifyPage .instrOrderModifyBox label,
.serviceOrderModifyPage .instrOrderModifyBox label {
  display: inline-block;
  width: 165px;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.instrumentOrderModifyPage .instrOrderModifyBox input[type="text"],
.instrumentOrderModifyPage .instrOrderModifyBox input[type="tel"],
.instrumentOrderModifyPage .instrOrderModifyBox input[type="email"],
.instrumentOrderModifyPage .instrOrderModifyBox select,
.serviceOrderModifyPage .instrOrderModifyBox input[type="text"],
.serviceOrderModifyPage .instrOrderModifyBox input[type="tel"],
.serviceOrderModifyPage .instrOrderModifyBox input[type="email"],
.serviceOrderModifyPage .instrOrderModifyBox select {
  /* width: calc(100% - 170px); */
  width: 390px;
  height: 40px;
  line-height: 40px;
  padding: 5px 8px;
  border: 1px solid #e4e9f4;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fcfcfd;
  font-size:16px;
  color: #666;
}

.instrumentOrderModifyPage .instrOrderModifyBox .required::before,
.serviceOrderModifyPage .instrOrderModifyBox .required::before {
  content: "* ";
  color: #e91212;
  margin-left: 5px;
}

.instrumentOrderModifyPage .instrOrderModifyBox .error,
.serviceOrderModifyPage .instrOrderModifyBox .error {
  color: #e91212;
  font-size: 12px;
  position: absolute;
  left: 170px;
  top: 45px;
}
.instrumentOrderModifyPage .instrOrderModifyBox .optBtn,
.serviceOrderModifyPage .instrOrderModifyBox .optBtn{
  display: flex;
  justify-content: center;
  padding: 20px 0 145px 165px;
}
.instrumentOrderModifyPage .instrOrderModifyBox .optBtn .goBack,
.serviceOrderModifyPage .instrOrderModifyBox .optBtn .goBack{
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: #f0f0f0;
  border-radius: 10px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  display: block;
}
.instrumentOrderModifyPage .instrOrderModifyBox .optBtn button[type="submit"],
.serviceOrderModifyPage .instrOrderModifyBox .optBtn button[type="submit"] {
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-left: 30px;
}
.instrumentOrderModifyPage .instrOrderModifyBox .optBtn .goBack:hover,
.instrumentOrderModifyPage .instrOrderModifyBox .optBtn button[type="submit"]:hover,
.serviceOrderModifyPage .instrOrderModifyBox .optBtn .goBack:hover,
.serviceOrderModifyPage .instrOrderModifyBox .optBtn button[type="submit"]:hover{
  opacity: .8;
}
.instrumentOrderModifyPage .instrOrderModifyBox .location-group,
.serviceOrderModifyPage .instrOrderModifyBox .location-group {
  display: flex;
  align-items: center;
}

.instrumentOrderModifyPage .instrOrderModifyBox .location-group select,
.serviceOrderModifyPage .instrOrderModifyBox .location-group select {
  margin-right: 15px;
}
/* ------------------------------- 仪器预约-新增/修改委托信息-End-------------------------------*/


/* ------------------------------- 注册-Begin-------------------------------*/
.unitRegisterPage,
.userRegisterPage{
  background: #f6f8fe;
}
.unitRegisterPage .banner,
.userRegisterPage .banner{
  background: url(../../images/jd/regBanner.png) no-repeat center;
  height: 385px;
}
.unitRegisterPage .banner .banner_t,
.userRegisterPage .banner .banner_t{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 79px 20px;
}
.unitRegisterPage .banner .banner_t .banner_t_l,
.userRegisterPage .banner .banner_t .banner_t_l{
  width: 70px;
  height: 30px;
  background: rgba(98,139,255,0.2);
  border-radius: 5px;
  border: 1px solid #6388F2;
  font-size: 14px;
  color: #A2BAFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.unitRegisterPage .banner .banner_t .banner_t_r,
.userRegisterPage .banner .banner_t .banner_t_r{
  width: 150px;
  height: 30px;
  background: rgba(98,139,255,0.2);
  border-radius: 5px;
  border: 1px solid #6388F2;
  font-size: 14px;
  color: #A2BAFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.unitRegisterPage .banner .banner_t .banner_t_l:hover,
.unitRegisterPage .banner .banner_t .banner_t_r:hover,
.userRegisterPage .banner .banner_t .banner_t_l:hover,
.userRegisterPage .banner .banner_t .banner_t_r:hover{
  background: rgba(98,139,255,0.4);
}
.unitRegisterPage .banner .banner_m,
.userRegisterPage .banner .banner_m{
  display: block;
  margin: 0 auto;
}
.unitRegisterPage .banner .banner_b,
.userRegisterPage .banner .banner_b{
  width: 418px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 87px auto 0;
}
.unitRegisterPage .banner .banner_b a,
.userRegisterPage .banner .banner_b a{
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
}
.unitRegisterPage .banner .banner_b a:hover::after,
.unitRegisterPage .banner .banner_b a:nth-child(2)::after,
.userRegisterPage .banner .banner_b a:hover::after,
.userRegisterPage .banner .banner_b a:nth-child(1)::after{
  content: '';
  position: absolute;
  top: 33px;
  left: 4px;
  width: 114px;
  height: 4px;
  background: #FFFFFF;
}
.unitRegisterPage .unitFormBox,
.userRegisterPage .userFormBox{
  width: 980px;
  min-height: 1036px;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  margin: -77px auto 51px;
}
.unitRegisterPage .unitFormBox .tips,
.userRegisterPage .userFormBox .tips{
  font-size: 16px;
  color: #FF6C00;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0 43px;
}
/* --------------------------- */
.unitRegisterPage .unitFormBox form,
.userRegisterPage .userFormBox form {
  max-width: 594px;
  margin-left: 152px;
}
.unitRegisterPage .unitFormBox form .fieldBox,
.userRegisterPage .userFormBox form .fieldBox{
  position: relative;
  display: flex;
  /* align-items:center; */
  align-items:baseline;
  margin-bottom: 22px;
}
.unitRegisterPage .unitFormBox label,
.userRegisterPage .userFormBox label {
  display: inline-block;
  width: 132px;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.unitRegisterPage .unitFormBox input[type="text"],
.unitRegisterPage .unitFormBox input[type="tel"],
.unitRegisterPage .unitFormBox input[type="email"],
.unitRegisterPage .unitFormBox input[type="password"],
.unitRegisterPage .unitFormBox input[type="date"],
.unitRegisterPage .unitFormBox select,
.userRegisterPage .userFormBox input[type="text"],
.userRegisterPage .userFormBox input[type="tel"],
.userRegisterPage .userFormBox input[type="email"],
.userRegisterPage .userFormBox input[type="password"],
.userRegisterPage .userFormBox select {
  width: 460px;
  height: 40px;
  line-height: 40px;
  padding: 5px 17px;
  border: 1px solid #DFE3EB;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size:16px;
  color: #666;
}
.unitRegisterPage .unitFormBox .location-group select,
.userRegisterPage .userFormBox .location-group select {
  margin-right: 17px;
}
.unitRegisterPage .unitFormBox input::placeholder,
.unitRegisterPage .unitFormBox textarea::placeholder,
.userRegisterPage .userFormBox input::placeholder{
  color: #cbcbcb;
}
.unitRegisterPage .unitFormBox .required::before,
.userRegisterPage .userFormBox .required::before {
  content: "* ";
  color: #e91212;
  margin-left: 5px;
}
.unitRegisterPage .unitFormBox .error,
.userRegisterPage .userFormBox .error {
  color: #e91212;
  font-size: 12px;
  position: absolute;
  left: 135px;
  top: 40px;
}
.unitRegisterPage .unitFormBox .getCodeBox,
.userRegisterPage .userFormBox .getCodeBox{
  line-height: 40px;
  font-size: 14px;
  color: #2051E4;
  position: absolute;
  right: 17px;
  cursor: pointer;
  text-align: center;
}
.unitRegisterPage .unitFormBox .checkbox-group,
.userRegisterPage .userFormBox .checkbox-group{
  display: flex;
}
.unitRegisterPage .unitFormBox .checkbox-group label,
.userRegisterPage .userFormBox .checkbox-group label{
  width: auto;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.unitRegisterPage .unitFormBox .checkbox-group label .agreement,
.userRegisterPage .userFormBox .checkbox-group label .agreement{
  color: #ff8800;
}
.unitRegisterPage .unitFormBox .checkbox-group input[type="checkbox"],
.userRegisterPage .userFormBox .checkbox-group input[type="checkbox"] {
  display: none;
}
.unitRegisterPage .unitFormBox .checkbox-group input[type="checkbox"] + label,
.userRegisterPage .userFormBox .checkbox-group input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.unitRegisterPage .unitFormBox .checkbox-group input[type="checkbox"] + label::before,
.userRegisterPage .userFormBox .checkbox-group input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #CBCFD9;
  transition: all 0.3s ease;
}
.unitRegisterPage .unitFormBox .checkbox-group input[type="checkbox"]:checked + label::before,
.userRegisterPage .userFormBox .checkbox-group input[type="checkbox"]:checked + label::before {
  background: #fff;
}
.unitRegisterPage .unitFormBox .checkbox-group input[type="checkbox"]:checked + label::after,
.userRegisterPage .userFormBox .checkbox-group input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #2153e4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.unitRegisterPage .unitFormBox .optBtn,
.userRegisterPage .userFormBox .optBtn{
  display: flex;
  justify-content: left;
  margin: 36px 0 0px 132px;
  padding-bottom: 74px;
  position: relative;
}
.unitRegisterPage .unitFormBox .optBtn .goBack,
.userRegisterPage .userFormBox .optBtn .goBack{
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: #f0f0f0;
  border-radius: 10px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  display: block;
}
.unitRegisterPage .unitFormBox .optBtn button[type="submit"],
.userRegisterPage .userFormBox .optBtn button[type="submit"] {
  width: 150px;
  text-align:center;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(-68deg, #FF934C, #CA232D);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-left: 44px;
}
.unitRegisterPage .unitFormBox .optBtn .goBack:hover,
.unitRegisterPage .unitFormBox .optBtn button[type="submit"]:hover,
.userRegisterPage .userFormBox .optBtn .goBack:hover,
.userRegisterPage .userFormBox .optBtn button[type="submit"]:hover{
  opacity: .8;
}
.unitRegisterPage .unitFormBox .optBtn .toLogin,
.userRegisterPage .userFormBox .optBtn .toLogin{
  position: absolute;
  top: 16px;
  right: -72px;
  font-size:14px;
  color: #999;
}
.unitRegisterPage .unitFormBox .optBtn .toLogin a,
.userRegisterPage .userFormBox .optBtn .toLogin a{
  color:#2153e4;
}
.unitRegisterPage .unitFormBox label{width: 144px;}
.unitRegisterPage .unitFormBox .optBtn{
  margin: 32px 0 0px 144px;
}
.unitRegisterPage .unitFormBox .error{
  left: 150px;
}
.unitRegisterPage .unitFormBox form{
  max-width: 607px;
  margin-left: 140px;
}
.unitRegisterPage .unitFormBox textarea{
  width: 460px;
  line-height: 26px;
  padding: 5px 17px;
  border: 1px solid #DFE3EB;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size:16px;
  color: #666;
}
.unitRegisterPage .unitFormBox .textareaSpecial .error {
  top: 118px;
}
.unitRegisterPage .unitFormBox .uploadSpecial .error {
  top: 78px;
}
.unitRegisterPage .unitFormBox .uploadSpecial .uploadTips{
  font-size: 12px;
  color: #999;
}

/* ------------------------------- 注册-End-------------------------------*/


/* ------------------------------- 登录-Begin-------------------------------*/
.loginPage,
.forgetPage{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/jd/loginBanner.png) no-repeat left;
  background-size: 100%;
}
.loginPage .login_l,
.forgetPage .forget_l{
  padding-right: 40%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.loginPage .login_l .line1,
.forgetPage .forget_l .line1{
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  color: #8bb3ff;
}
.loginPage .login_l a,
.forgetPage .forget_l a{
  cursor: pointer;margin-top: 42px;display: inline-block;
}
.loginPage .login_l a img,
.forgetPage .forget_l a img{
  height: 32px;
}
.loginPage .plat,
.forgetPage .plat{
  padding-right: 40%;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.loginPage .plat .line3,
.forgetPage .plat .line3{
  width: 490px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginPage .plat .line3 span,
.loginPage .plat .line3 a,
.forgetPage .plat .line3 span,
.forgetPage .plat .line3 a{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.loginPage .plat .line3 i,
.forgetPage .plat .line3 i{
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #fff;
  font-style: normal;
}
.loginPage .plat .line4,
.forgetPage .plat .line4{
  width: 490px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.loginPage .login_r,
.forgetPage .forget_r{
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  min-height: 100%;
  background-color: #fff;
}
.loginPage .login_r .formContent,
.forgetPage .forget_r .formContent{
  width:451px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}
.loginPage .login_r .formContent .title,
.forgetPage .forget_r .formContent .title{
  font-size: 34px;
  line-height: 34px;
  color: #0166eb;
  padding-bottom: 60px;
}
.loginPage .login_r .formContent #loginForm,
.forgetPage .forget_r .formContent #loginForm{}
.loginPage .login_r .formContent .input-container,
.forgetPage .forget_r .formContent .input-container {
  position: relative;
  margin-bottom: 30px;
}
.loginPage .login_r input[type="text"],
.loginPage .login_r input[type="password"],
.forgetPage .forget_r input[type="text"],
.forgetPage .forget_r input[type="password"] {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  transition: border-color 0.3s;
  font-size: 18px;
  color: #1e2023;
}
.loginPage .login_r input[type="text"]:focus,
.loginPage .login_r input[type="password"]:focus,
.forgetPage .forget_r input[type="text"]:focus,
.forgetPage .forget_r input[type="password"]:focus {
  border-color: #0166eb;
  outline: none;
}
.loginPage .login_r .floating-label,
.forgetPage .forget_r .floating-label {
  font-size: 18px;
  line-height: 18px;
  color: #666;
  position: absolute;
  top: 22px;
  left: 25px;
  pointer-events: none;
  transition: top 0.3s, font-size 0.3s;
}
.loginPage .login_r .input-has-content .floating-label,
.loginPage .login_r input:focus + .floating-label,
.forgetPage .forget_r .input-has-content .floating-label,
.forgetPage .forget_r input:focus + .floating-label {
  top: -8px;
  left:12px;
  font-size: 18px;
  background: #fff;
  width: 64px;
}
.loginPage .login_r .password-toggle,
.forgetPage .forget_r .password-toggle,
.forgetPage .forget_r .confirmPassword-toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}
.loginPage .login_r .password-toggle i,
.forgetPage .forget_r .password-toggle i,
.forgetPage .forget_r .confirmPassword-toggle i{
  background: url(../../images/jd/pwdClose.png);
  display: block;
  width: 20px;
  height:20px;
  background-size: 100%;
}
.loginPage .login_r .code-toggle,
.forgetPage .forget_r .code-toggle {
  position: absolute;
  top: 7px;
  right: 12px;
  cursor: pointer;
}
.loginPage .login_r button[type="submit"],
.forgetPage .forget_r button[type="submit"]{
  width: 100%;
  height:60px;
  border-radius: 10px;
  background:#2281ff;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 10px 0 44px;
}
.loginPage .login_r button[type="submit"]:hover,
.forgetPage .forget_r button[type="submit"]:hover{
  opacity: .8;
}
.loginPage .login_r .otherBox,
.forgetPage .forget_r .otherBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 7px 0 10px;
}
.loginPage .login_r .otherBox .otherBox_l{}
.loginPage .login_r .otherBox .otherBox_l input[type="checkbox"]{
  display: none;
}
.loginPage .login_r .otherBox .otherBox_l input[type="checkbox"] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  color: #bab9b9;
  font-size: 16px;
  line-height: 18px;
}
.loginPage .login_r .otherBox .otherBox_l input[type="checkbox"] + label::before{
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CBCFD9;
  transition: all 0.3s ease;
}
.loginPage .login_r .otherBox .otherBox_l input[type="checkbox"]:checked + label::before{
  background: #fff;
}
.loginPage .login_r .otherBox .otherBox_l input[type="checkbox"]:checked + label::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid #2153e4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.loginPage .login_r .otherBox .otherBox_r{
  display: flex;
  align-items: center;
}
.loginPage .login_r .otherBox .otherBox_r a,
.forgetPage .forget_r .otherBox a{
  font-size:16px;
  color: #999;
}
.loginPage .login_r .otherBox .otherBox_r a:hover,
.forgetPage .forget_r .otherBox a:hover{
  color:#2153e4;
}
.loginPage .login_r .otherBox .otherBox_r i,
.forgetPage .forget_r .otherBox i{
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #bab9b9;
  margin:0 11px 0 17px;
}
/* ------------------------------- 登录-End-------------------------------*/

/* ------------------------------- 忘记密码-Begin-------------------------------*/
.forgetPage .forget_r .formContent{
  top: 50%;
}
.forgetPage .forget_r .formContent .title{
  padding-bottom: 30px;
}
.forgetPage .forget_r input{
  height: 55px !important;
  line-height: 55px !important;
}
.forgetPage .forget_r .floating-label{
  top: 20px;
}
.forgetPage .forget_r .formContent .input-container{
  margin-bottom: 25px;
}
.forgetPage .forget_r .input-has-content .floating-label,
.forgetPage .forget_r input:focus + .floating-label{
  width:auto;
  padding: 0 10px;
}
.forgetPage .forget_r .getCodeBox {
  line-height: 60px;
  font-size: 16px;
  color: #2051E4;
  position: absolute;
  top:0;
  right: 17px;
  cursor: pointer;
  text-align: center;
}
.forgetPage .forget_r .errorTips{
  font-size: 14px;
  color: #e91212;
  text-align: center;
}
/* ------------------------------- 忘记密码-End-------------------------------*/

/* ------------------------------- 入网合作协议-Begin-------------------------------*/
.agreementPage{
  padding-bottom: 100px;
}
.agreementPage .title{
  text-align: center;
  color: #000;
  font-size:30px;
  line-height: 30px;
  font-weight: bold;
  padding: 50px 0 20px;
}
.agreementPage .editTime{
  color: #666;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  padding-bottom: 50px;
}
.agreementPage .subTitle{
  font-size: 20px;
  color:#333;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0 10px;
}
.agreementPage .content{
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
/* ------------------------------- 入网合作协议-End-------------------------------*/

