.tab-switch{  text-align: center; margin-bottom: 20px;}
.tab-switch .item{ width: 160px; height: 40px; line-height: 40px; font-size: 16px; display: inline-block; vertical-align: middle; background-color: #eee; color: #666;  border-radius: 20px 20px 20px 20px; cursor: pointer; padding: 0 10px; margin: 0 10px;}
.tab-switch .item:hover,
.tab-switch .item.active{ background: #E83625; color: #fff;}


.iscp-auth-box{
  width: 1170px; height: 660px; position: relative; margin: 0 auto; color: #333;
  background-position: top left !important; background-repeat: no-repeat !important;
}
.iscp-auth-box .company-info{ position: absolute; top: 435px; width: 640px; text-align: center; padding: 0 100px;  box-sizing: border-box;}
.iscp-auth-box .company-info .comp-name{
    height: 40px;  line-height: 40px; overflow: hidden;  font-size: 24px;  font-weight: bold; margin-bottom: 16px;
}
.iscp-auth-box .company-info .auth-num{
  height: 27px;  margin-bottom: 25px;  line-height: 27px;  text-align: center;  font-size: 18px; 
}

.iscp-auth-box .auth-info{
  width: 490px; box-sizing: border-box; margin-bottom: 16px;  font-size: 16px;  line-height: 26px;
  position: absolute; top: 118px; right: 0; padding-right: 128px;
}

.iscp-auth-box .auth-info .auth-date{
  height: 70px;
}
.iscp-auth-box .auth-info .auth-details-tit {
  position: relative;
  height: 24px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.iscp-auth-box .auth-info .auth-details-tit i {
  height: 0;
  width: 285px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 0;
  top: 12px;
}

.iscp-auth-box .auth-info .cer-other-con {
  margin-top: 20px;
  overflow: hidden;
}

.iscp-auth-box .auth-info .cer-other-con p {
    min-height: 30px;
    position: relative;
    padding-left: 117px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

.iscp-auth-box .auth-info .cer-other-con p span {
    position: absolute;
    left: 0px;
    width: 100px;
    margin-right: 17px;
    display: inline-block;
    color: #666;
}

.iscp-auth-box .cer-code {
  width: 490px; box-sizing: border-box; padding-right: 128px;
  position: absolute; right: 0; 
  top: 430px;
  font-size: 14px;
  color: #221815;
}

.iscp-auth-box .cer-bode-box {
  width: 80px;
  height: 80px;
  padding: 5px;
  overflow: hidden;
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  box-shadow: 0 0 4px rgba(0, 0, 0, .4); */
}

.iscp-auth-box .cer-bode-box img {
    width: 80px;
    height: 80px;
    display: block;
}

.iscp-auth-box .certificate-state {
  width: 190px;
  height: 128px;
  position: absolute;
  top: 35px;
  right: 36px;
  z-index: 9;
}
.iscp-auth-box .off-state {
  background: url(/res/iscpauthcenter/imgs/end_flag.png) no-repeat;
}
.iscp-auth-box .unuse-state {
  background: url(/res/iscpauthcenter/imgs/unuse_flag.png) no-repeat;
}

.iscp-yzxh{
  background-image: url(/res/iscpauthcenter/imgs/auth_yzxh.png);
}

.iscp-xh{
  background-image: url(/res/iscpauthcenter/imgs/auth_xh.png);
}

.iscp-dlxh{
  background-image: url(/res/iscpauthcenter/imgs/auth_dlxh.png);
}

.iscp-ppxh{
  background-image: url(/res/iscpauthcenter/imgs/auth_ppxh.png);
}

.iscp-zpxh{
  background-image: url(/res/iscpauthcenter/imgs/auth_zpxh.png);
}


.iscp-search-statement {
  width: 730px; 
  margin: 20px auto;
  padding-bottom: 50px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}


