*,*:focus,*:active{
  outline: none;
}
/*文字颜色*/
.colorff{ color: #fff;}
.color50{ color: #505050;}
.color68{ color: #ff8468;}
.colorF8{ color: #52CBF8;}
.color8f{ color: #8f8f8f;}
.color8468{color: #ff8468;}
.color6e{color: #6eaee5;}
.colorRed{color: red;}
.backFc{ background: #FCFCFC;}
.backFFF{ background: #fff;}
.backF9{ background: #f9f9f9;}
/*文本框*/
.text{ width: 195px; height: 40px; line-height: 40px; padding-left: 5px; border: 1px solid #CCCCCC;}
.text1{ width: 400px; height: 28px; line-height: 28px; padding-left: 5px; border: 1px solid #CCCCCC;}
textarea{ resize:none;}
/*面包线*/
.breadLines a{ font-size: 14px; display: inline-block; margin-left: 5px; margin-right: 5px; vertical-align: middle;}
.breadLines .lineTit{ color: #cc00004; vertical-align: middle;}
.breadLines{ margin-top:15px; margin-bottom: 15px;}
.breadLines span{ vertical-align: middle;}
/*警告*/
.waring{border:1px solid red!important;}
.tips{display: none;}

/* 校验 */
.verify{background: url(../../images/jyIcon.png) no-repeat -22px -32px; width: 206px; height: 90px;
position: absolute; top:61px;display:none;}
.verifyClose{background: url(../../images/jyIcon.png) no-repeat -223px -15px; width: 15px; height: 15px;float: right;
margin-right:27px; margin-top: 16px; cursor: pointer;}
.verifySize{padding:5px 10px 5px 10px; text-align: center; color: red;}
/*隐藏商桥*/
/*ins#qiao-wrap{display:none;} */
ins#qiao-icon-wrap{display:none !important; left: auto !important; margin-top: -75px !important;  right: 112px !important; top: 50% !important;}
#qiao-icon-wrap .qiao-icon-close{display:none;}
.qiao-icon-head{overflow:visible !important;}
.close_qiao{position:absolute;display:inline-block;width:28px;height:40px;left:-28px;top:18px;cursor:pointer;background: url(../../images/img/sqClos.png)no-repeat;}
#hm_t_undefined{display:none;}

/*分页*/
.paging a {
  display: inline-block;
  height: 22px;
  line-height: 23px;
  border: 1px solid #CCCCCC;
  padding-left: 8px;
  padding-right: 8px;
  color: #505050;
  margin-left: 3px;
  margin-right: 3px;
}

.paging span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.paging {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.paging a:hover {
  border: 1px solid #8F8F8F;
}

.paging .hoverPage {
  border: 0;
  font-weight: bold;
}

.paging .hoverPage:hover {
  border: 0;
}

.submit-info {
  margin-bottom: 20px;
}

.dis_b{
  display: block;
}

.img-response {
  max-width: 100%;
  *width: 100%;
}

.highlight {
  color: #cc0000;
}

.f700 {
  font-weight: 700;
}

.btn-info {
  display: inline-block;
  *display: block;
  padding: 4px 22px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #1c6bb5;
  cursor: pointer;
}

.btn-info:hover,
.btn-info.hover {
  color: #fff;
  background: #1c6bb5;
}.section {
  margin-top: 36px;
  overflow: hidden;
}

.section-title {
  position: relative;
  width: 70%;
  height: 40px;
  margin: 0px auto 32px auto;
  text-align: center;
}

.section-title .line {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 3px;
  width: 100%;
  background: #1c6bb5;
}

.section-title .name {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  padding: 0 30px;
  background: #fff;
  color: #1c6bb5;
  font-size: 30px;
  font-weight: 700;
}

.section-title_2 {
  height: auto;
  margin-bottom: 0;
}

.section-title_2 h1 {
  margin-top: 22px;
  font-size: 36px;
}