section .container{
  width: 1290px !important;
}
.border-none{
  border: none !important;
}
.formAllBoxToM1 .Validform_checktip {
    position: absolute;
    line-height: 1;
    margin-top: -5px;
    padding-top: 5px;
}
.formAllBoxToM1 .Validform_right {
    display: none;
}
form.form-horizontal>.form-group {
    margin-bottom: 20px;
}
.shop-introduction{
  font-size: 14px;
  color: #666666;
  min-height: 170px;
}
.shop-introduction img{
  max-width: 100%;
  height: auto;
}
/* 店铺内容 */
/* 实力展示 */
.box-bgcolor-t.tabNav-box{
  border-bottom: solid 1px #dddddd;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tabNav-box .tab-nav{
  font-size: 16px;
  color: #666666;
  margin-right: 35px;
  display: inline-block;
  cursor: pointer;
}
.tabNav-box .tab-nav.active{
  font-weight: bold;
	color: #004ea2;
}
.box-bgcolor-b.tabPage-box{
  padding-top: 0;
  padding-bottom: 100px;
  min-height: 460px;
}
.tabPage-box .tab-page{
  display: none;
}
.tabPage-box .tab-page.active{
  display: block;
}
.authInfo-box{
  padding: 20px 0;
  /* margin-bottom: 10px; */
  border-bottom: solid 1px #dddddd;
  position: relative;
}
 .authInfo-box:last-child{
  padding-bottom: 20px;
  margin-bottom: 0;
}
.authInfo-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authInfo-title{
  font-size: 14px;
  color: #030303;
  line-height: 20px; 
  padding-left: 10px;
  border-left: 5px solid #ed6d00;
}

.authInfo-info{
  padding: 20px 0 20px 15px;
  border-bottom-color: #f5f5f5;
  position: relative;
}
.certificate-info{
  padding-bottom: 0;
}
.authInfo-text{
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.authInfo-text p:first-child{
  white-space: nowrap;
}
.authInfo-text:last-child{
  margin-bottom: 0;
}
.authInfo-imgList{
  padding-left: 15px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.authInfo-imgBox{
  width: 214px;
  margin-left: 10px;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.certificateTime{
  width: 100px;
}
.certificateName{
  width: 500px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #030303;
}
.certificateStatus{
  width: 165px;
}
.certificateVerify{
  width: 205px;
  text-align: right;
  color: #030303;
}

.authInfo-img{
  width: 215px;
	height: 156px;
}
.authInfo-imgName{
  padding: 10px 10px 5px;
  font-size: 14px;
	color: #333333;
}
.authInfo-time {
  padding: 0 10px;
  font-size: 12px;
	color: #666666;
}
.authInfo-imgQty{
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  position: absolute;
  right: 0;
  margin-top: 11px;
}
.authInfo-table{
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.authInfo-table td{
  border: solid 1px #e3e3e2;
  min-height: 45px;
  padding: 15px; 
  font-size: 14px;
  color: #030303;
}
.authInfo-table td:first-child{
  text-align: center;
}
.icon{
  display:inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: top;
  cursor: pointer;
}
.icon-right{
  background-image: url(/themes/default/assets/images/right.png);
}
.icon-error{
  background-image: url(/themes/default/assets/images/error.png);
}
.icon-hourGrey{
  background-image: url(/themes/default/assets/images/icon/icon_hourGrey.png);
}
.icon-zoomWhite{
  background-image: url(/themes/default/assets/images/icon/icon_zoomWhite.png);
}
.icon-qi{
  width: 28px;
  height: 32px;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 0;
  background-image: url(/themes/default/assets/images/icon/icon_qi.png);
}
.icon-authRed{
  vertical-align: middle;
  background-image: url(/themes/default/assets/images/icon/icon_auth.png);
  background-position: 0 0;
}
.icon-authGrey{
  vertical-align: middle;
  background-image: url(/themes/default/assets/images/icon/icon_auth.png);
  background-position: -16px 3px;
}
/* 方案展示 */
.showList-box{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #eeeeee;
}
.showList-box .pic_cover_minbox{
  border-radius: 5px;
  border: solid 1px #c4c3c3;
  overflow: hidden;
}
.showList-title{
  font-size: 14px;
  color: #030303;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}
.showList-title:hover{
  color: #004ea2;
}
.showList-iconList{
  padding-top: 10px;
  font-size: 12px;
  color: #999999;
  width: 100%;
}
.showList-icon{
  margin-right: 10px;
}
.showList-redText{
  font-size: 18px;
	font-weight: bold;
	color: #d81e06;
}
/* 选中记录 */
.showList-kb{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showList-kbPrice{
  font-size: 14px;
	font-weight: bold;
  color: #d81e06;
  margin-right: 8px;
  display: inline-block;
  white-space:nowrap;
}
.showList-kbTitel{
  font-size: 14px;
  color: #004ea2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 550px;
}
/* 店铺近况 */
.msgList-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dashed #c4c3c3;
}
.msgList-title{
  display: inline-block;
  font-size: 14px;
  color: #666666;
  min-width: 70px;
  text-align: right;
  white-space: nowrap;
}
.msgList-content{
  max-width: 203px;
  display: inline-block;
  font-size: 14px;
  color: #030303;
}
/* 企业店铺 */
.shopHome-bg{
  width: 100%;
	height: 200px;
	background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #004ea2;
}
.companyShop{
  margin-top: -200px;
  position: relative;
}
.certificate-img{
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #c4c3c3;
}
.certificate-img button{
  width: 150px;
  margin-top: 15px;
}
.certificate-img .icon-zoomWhite{
  vertical-align: middle;
  margin-right: 5px;
}
.companyShop-introduction{
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companyShop .orangeRed-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width:310px;
  position: absolute;
  right: 0;
  top: 60px;
}
.companyShop .orangeRed-group .shop-orangeRed,
.companyShop .orangeRed-group .shop-orangeRed-b{
  width: 150px;
  margin: 0;
}
.companyShop-info{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.companyShop .shop-name{
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1;
  min-width: 350px;
  margin-top: 0;
}
.companyShop .show_shop_btn>li{
  color: #004ea2;
  border-color: #004ea2;
}
.companyShop .certifiedImg{
  width: 186px;
  height: 129px;
  top: -20px;
  right: -140px;
}
/* 查看大图列表 */
.viewImg-wrap .viewImg-box{
  width: 700px;
	height: 700px;
	background-color: #000000;
  padding: 10px 85px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -350px;
}
.viewImg-wrap .larger-image{
  position: relative;
}
.viewImg-wrap .imgBox{
  width: 100%;
	height: 564px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/ /*早期浏览器*/
  user-select:none;
}
.viewImg-wrap .larger-active{
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 564px;
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/ /*早期浏览器*/
  user-select:none;

  font-size: 40px;
  color:blueviolet;
  text-align: center;
}
.viewImg-wrap .arrowsPrev{
  background-color: transparent;
  left: -60px;
}
.viewImg-wrap .arrowsNext{
  background-color: transparent;
  right: -60px;
}
.viewImg-wrap .imgViewPrev{
  left: -70px;
}
.viewImg-wrap .imgViewNext{
  right: -70px;
}
.viewImg-wrap .imgViewNo{
  opacity: 0.35;
  pointer-events:none;
}
.viewImg-wrap .viewImg-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.viewImg-wrap .small-image{
  position: relative;
}

.viewImg-wrap .viewImg-listBox{
  height: 60px;
  width: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #ffffff; */
}
.viewImg-wrap .viewImg-list{
  width: 100%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.viewImg-wrap img{
  width: 60px;
	height: 60px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.viewImg-wrap .viewImg-item:first-child{
  margin-left: 0;
}
.viewImg-wrap .viewImg-item.current{
  border: 5px solid #004ea2;
}
.viewImg-wrap .colseIconImgJ1{
  position: absolute;
  right: 15px;
}