html{
    position: relative;
}
body {
    min-width: 1280px;
}

.header {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 70px;
    line-height: 70px;
    min-width:1200px;
    background: #222527;
    z-index: 111;
}

.header>div,
.header>ul,
.header>ul>li {
    float: left;
}

.header>div.header_l {
    height: 100%;
    overflow: hidden;
}

.header>.logo {
    float: left;
   margin-top:-8px;
   margin-left:50px; 
}

.header>.logo>img {
    float: left;
    ;
}

.header>.head_back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
}

.head_back img {
    width: 100%;
    height: 100%;
}

.header>ul a {
    font-size: 15px;
    color: #fff;
}

.header>ul>li {
    line-height: 28px;
    margin-right: 46px;
    margin-top: 18px;
    cursor: pointer;
}

.header>ul>li.active {
    border-bottom: 2px solid #03a2ed;
}

.header>ul>li.active a {
    color: #03a2ed;
}

.header>div.header_r {
    position: relative;
    float: right;
    height: 100%;
    margin-right: 27px;
    color: #5d738e;
}

.fork_cancel {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 26px;
    color: #5f7094;
    cursor: pointer;
}

.help {
    width: 50px;
    height: 50px;
    line-height: 80px;
    margin-top: -4px;
    margin-right: 15px;
    font-size:12px;
    color: #fff;
    vertical-align: middle;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -51px -90px;
    overflow: hidden;
}
.help:after{
    position: absolute;
    top:0;
    left:-10px;
    content: '';
    display: block;
    width:66px;
    height:70px;
    background: #c90000;
    z-index: -1;
}
.news {
    position: relative;
}

.icon_warn {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -101px -93px;
    vertical-align: -1px;
}

.header>div>.news {
    width: 22px;
    height: 28px;
    margin-right: 24px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -232px -10px;
    vertical-align: middle;
    cursor: pointer;
}

.news>i,
.left_bar span i {
    position: absolute;
    top: 0;
    right: -4px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -265px -19px;
    z-index: 11;
}

.header_r>a.share_{
    width:26px;
    height:26px;
    margin-right: 24px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -200px -10px;
    vertical-align: middle;
}

.header .user_info {
    float: right;
    position: relative;
    height: 100%;
}

.header .user_info>span {
    font-size: 14px;
    cursor: pointer;
}

.header .user_info>span>i {
    width: 16px;
    height: 11px;
    margin-left: 5px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -297px -21px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header .user_info:hover div {
    display: block;
}

.header .user_info:hover span {
    border-bottom-color: #197afc;
}

.header .user_info:hover i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header .user_info>div {
    display: none;
    position: absolute;
    top: 70px;
    top: 65px\9;
    right: 0;
    width: 99px;
    height: 139px;
    padding-top: 2px;
    border: 1px solid #3b8cff;
    background: #197afc;
    z-index: 11;
}

.header .user_info>div:hover {
    display: block;
}

.header .user_info>div>span {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.header .user_info>div li {
    line-height: 46px;
    font-size: 14px;
    border-bottom: 1px solid #343947;
    color: #4f6d8d;
    background: #333;
    text-align: center;
}

.header .user_info>div li>a {
    color: #4f6d8d;
}

.header .user_info>div li:hover {
    background: linear-gradient(to right, #2e4976, #1e2541);
}

.header .user_info>div li:hover a {
    color: #04a2ec;
}

.content {
    position: absolute;
    top:70px;
    bottom:0;
    left:210px;
    right:0;
    width:auto;
    height:auto;
    min-width:1090px;
    overflow-y: scroll;
}

.left_bar {
    position: absolute;
    top:70px;
    bottom:0;
    left:0;
    width:210px;
    height:auto;
    min-height:580px;
    background: #202529;
    text-align: center;
    overflow: hidden;
}

/*@media screen and (max-height: 692px) {
    .left_bar li.left0 {
        display: none;
    }
}

@media screen and (max-height: 738px) {
    .left_bar li.left1 {
        display: none;
    }
}*/

@media screen and (max-height: 782px) {
    .left_bar li.left2 {
        display: none;
    }
}

@media screen and (max-height: 828px) {
    .left_bar li.left3 {
        display: none;
    }
}

@media screen and (max-height: 874px) {
    .left_bar li.left4 {
        display: none;
    }
}

@media screen and (max-height: 920px) {
    .left_bar li.left5 {
        display: none;
    }
}

.left_bar>a {
    margin: 15px 18px 15px 0;
}

.left_bar li {
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-bottom: 1px solid #343947;
    overflow: hidden;
}

.left_bar li:hover a {
    color: #03a2ed;
}

.left_bar li.active {
    background: linear-gradient(to right, #2e4976, #1e2541);
}

.left_bar li.active a {
    color: #03a2ed;
}

.left_bar li>a {
    width: 100%;
    color: #708db4;
    font-size: 15px;
    text-align: left;
}

.left_bar li>a>div {
    width: 120px;
    margin: 0 auto;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.left_bar li>a>div>span {
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 13px;
    background: url("type_icon.png")/*tpa=http://ai.zhengyouke.com/static/img/type_icon.png*/ no-repeat;
    vertical-align: middle;
}

.left_bar li>a>div>span>i {
    top: -2px;
    right: 0;
}

.left_bar li>a>div>span.type_all {
    background-position: -50px 0;
}

.left_bar li>a>div>span.type_maintain {
    background-position: -104px 0
}

.left_bar li>a>div>span.type_add {
    background-position: -156px 0
}

.left_bar li>a>div>span.type_clear {
    background-position: 0 0
}

.left_bar li>a>div>span.type_cp {
    background-position: -154px -14px
}

.left_bar li>a>div>span.type_other {
    background-position: -193px -14px
}
.left_bar li>a>div>span.type_invite {
    background-position: -402px -1px
}
.left_bar li>a>div>span.type_honorWall {
    background-position: -438px -1px
}
.left_bar li>a>div>span.type_waterMask {
    background-position: -469px -1px
}

.left_bar li>a>div>span.type_none {
    background-position: 26px 26px
}

.left_bar li.active>a>div>span {
    background-position-y: -33px;
}

.left_bar li:hover span {
    background-position-y: -57px;
}
.share_bar li{
    border-color:transparent;
}
.share_bar li.active{
    position: relative;
    background: #2c3036;
}
.share_bar li.active:before{
    position: absolute;
    content: '';
    display: block;
    width:6px;
    height:44px;
    background: #00aeff;
}
.share_bar li>a{
    color: #fff;
}

.left_bar>div {
    position: absolute;
    bottom: 64px;
    width: 100%;
}

.left_bar>div>h3 {
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

#checkAll {
    vertical-align: -2px;
    margin-right: 5px;
}

.left_bar>div>a {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background: #a9e1fc;
    color: #202a48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.message_remind {
    width: 430px;
    /*height: 550px;*/
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -215px;
    margin-top: -275px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
}

.mask,.mask1 {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=75);
    background-color: #000;
    z-index: 1000;
    left: 0px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    width: 100%;
    height: 100%;
}
.mask1 {
    display: none;
}
.mask1 div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}
.mask1 p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.msg_con_con {
    padding: 15px 0;
    background: #fff;
}

.msg_con_con p {
    padding-left: 48px;
    line-height: 22px;
    font-size: 14px;
    color: #717e8d;
}

.msg_con_con p>a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msg_con_con p:hover a {
    color: #1694f3;
}

.msg_con_con p>a {
    width: 285px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    margin-right: 10px;
}

.msg_con_con>a {
    margin-left: 50px;
}

.message_header {
    width: 430px;
    height: 112px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(43deg, #3399ff, #3399ff 49%, #45a2ff);
    background: #3399ff\9;
}

.clock_bg {
    width: 72px;
    height: 69px;
    position: absolute;
    top: 0px;
    left: 13px;
    background: url("clock.png")/*tpa=http://ai.zhengyouke.com/static/img/clock.png*/ no-repeat;
}

.message_title {
    width: 100%;
    height: 27px;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    line-height: 55px;
    margin-top: 12px;
    float: left;
    text-align: center;
    color: #ffffff;
}

.mes_font {
    font-size: 16px;
    text-align: center;
    font-family: MicrosoftYaHei;
    width: 100%;
    float: left;
    margin-top: 24px;
    color: #ffffff;
}

.message_remind span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
    background: url("close.png")/*tpa=http://ai.zhengyouke.com/static/img/close.png*/ no-repeat
}

.msg_con_title {
    background: #f5f5f5;
    line-height: 35px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: bold;
}

.msg_content {
    padding-bottom: 15px;
    overflow-y: auto;
}

.content>.operate {
    padding-bottom: 10px;
    padding-left: 52px;
    border-bottom: 1px solid #edf0f3;
}

.content>.operate>div {
    /*min-width: 964px;*/
    height: 34px;
    padding: 15px 46px 16px 0;
}

.content>.operate>div>a {
    /*margin-right: 28px;*/
}

.content>.operate>div>a.btn {
    display: none;
}

.state_info {
    position: relative;
    width: 128px;
    line-height: 26px;
    padding: 0;
    margin: 18px 0 0;
    border: 1px solid #ebebeb;
    text-align: center;
    cursor: default;
}

.state_info>span {
    width: 100%;
    height: 26px;
}

.state_info>span>i {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #585859;
    vertical-align: middle;
    margin-left: 14px;
    cursor: pointer;
}

.state_info ul {
    position: absolute;
    top: 26px;
    left: -1px;
    display: none;
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
}

.state_info ul li {
    line-height: 32px;
    background: #fff;
    text-align: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.state_info ul li:hover {
    border-color: #f1f1f1;
    background: #f5f5f5;
}

.state_info ul li i {
    width: 8px;
    height: 8px;
    margin: 0 9px 0 16px;
    background: url("type_icon.png")/*tpa=http://ai.zhengyouke.com/static/img/type_icon.png*/ no-repeat;
}

.state_info ul li i.state_all {
    background-position: -379px 2px;
}

.state_info ul li i.state_zt {
    background-position: -379px -6px;
}

.state_info ul li i.state_jjzt {
    background-position: -379px -16px;
}

.state_info ul li i.state_whz {
    background-position: -379px -27px;
}

.state_info ul li i.yx {
    background-position: -379px -39px;
}

.state_info ul li i.state_sx {
    background-position: -379px -49px;
}

.content>.operate>h5,
.news_con>h5 {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.content>.operate>h5 a,
.content>.operate>h5 span {
    display: inline\9;
    max-width: 200px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content>.progress {
    height: 180px;
    background: #f5f5f5;
    min-width: 1050px;
    overflow: hidden;
}

.content>.progress ul {
    height: 100%;
}

.content>.progress li {
    float: left;
    height: 100%;
    padding: 0 8px;
}

.content>.progress .line1 {
    position: relative;
    height: 46px;
    line-height: 46px;
    margin-top: 48px;
    text-align: center;
    color: #ccc;
}

.content>.progress .line1>i {
    width: 36px;
    height: 38px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat 0 -255px;
}

.content>.progress .line1>i.progress1 {
    background-position: 0 -255px;
}

.content>.progress .line1>i.progress2 {
    background-position: -40px -255px;
}

.content>.progress .line1>i.progress3 {
    background-position: -86px -255px;
}

.content>.progress .line1>i.progress4 {
    background-position: -130px -255px;
}

.content>.progress .line1>i.progress5 {
    background-position: -180px -255px;
}

.content>.progress .line1>i.progress6 {
    background-position: -226px -255px;
}

.content>.progress .line1>i.progress7 {
    background-position: -275px -255px;
}

.content>.progress .line1>i.current {
    background-position-y: -307px;
}

.content>.progress .line1:after {
    display: block;
    position: absolute;
    left: 86px;
    top: 15px;
    content: '';
    width: 86px;
    height: 10px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -278px -46px;
}

.content>.progress .last .line1:after {
    background: none;
}

.content>.progress .state1 .line1:after {
    background-position: -278px -77px;
}

.content>.progress .state2 .line1:after {
    background-position: -278px -62px;
}

.content>.progress .line2 {
    text-align: center;
    color: #595959;
}

.content>.progress .line2 span {
    display: block;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
}

.content>.progress .line2 span.time {
    width: 120px;
    color: #5f5f5f;
}

.con_folder>.cer_info {
    padding: 36px 0 36px 52px;
    margin-bottom: 46px;
    border-bottom: 1px solid #edf0f3;
}

.con_folder>p {
    height: 40px;
    line-height: 40px;
    margin-bottom: 46px;
    background: #f5f6f8;
    color: #808080;
}

.con_folder>.cer_info p,
.con_folder>.cer_info h4 {
    padding: 8px 0;
}

.con_folder>.cer_info p>span {
    width: 30%;
    max-width: 420px;
    max-height: 40px;
    vertical-align: top;
    margin-right: 20px;
    color: #666;
    overflow: hidden;
}

.con_folder .folder_list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: default;
    width: 128px;
    height: 102px;
    padding: 13px 0;
    border: 1px solid transparent;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: bottom;
}

.con_folder>div li .left_13 {
    margin-left: 13px;
}

.con_folder>div li input {
    padding: 0;
    margin: 0;
    width: 78px;
    height: 24px;
    line-height:24px;
    vertical-align: middle;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
    color: #545f7a;
    text-align: center;
}

.con_folder>div li input.act {
    padding: 0 0 0 5px;
    margin-left: 10px;
    border: 1px solid #3b8cff;
    -webkit-box-shadow: 0 0 5px #5dbffa;
    -moz-box-shadow: 0 0 5px #5dbffa;
    box-shadow: 0 0 5px #5dbffa;
    text-align: left;
}

.con_folder>div li.folder_set2 {
    vertical-align: bottom;
}

.con_folder>div li.active {
    border-color: #1594f3;
    background: #dceffe;
}

.con_folder>div li.active input,
.con_folder>div li:hover input {
    background: #dceffe;
}

.con_folder>div li:hover {
    border-color: #1594f3;
    background: #dceffe;
}

.con_folder>div li:hover .PD {
    max-width: 100%;
}

.con_folder>div li .PD {
    max-width: 60px;
    margin-right: 2px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.con_folder>div li .img_frame,
.img_frame {
    position: relative;
    width: 88px;
    height: 78px;
    overflow: hidden;
    cursor: default;
}

.con_folder .folder_set2 span {
    position: relative;
    width: 88px;
    height: 78px;
    line-height: 66px;
    text-align: center;
    background: #e3e4e6;
    font-size: 70px;
    font-weight: normal;
    color: #828282;
}

.con_folder .folder_set2 span:before {
    position: absolute;
    top: 37.5px;
    left: 24px;
    content: '';
    width: 40px;
    height: 3px;
    background: #828282;
}

.con_folder .folder_set2 span:after {
    position: absolute;
    top: 19px;
    left: 42.5px;
    content: '';
    width: 3px;
    height: 40px;
    background: #808080;
}

.con_folder>div li * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.con_folder>div>h3,
.cert_more h3 {
    line-height: 40px;
    padding-left: 52px;
    background: #f5f5f5;
    font-weight: normal;
    clear: both;
}

.TAB_option {
    margin:0 52px;
    height: 47px;
    background: #fafafa;
    border: 1px solid #ededed;
}

.TAB_option a {
    color: #808080;
    width: 100%;
}

.TAB_option>span {
    display: inline-block;
    float: left;
    width: 123px;
    line-height: 47px;
    text-align: center;
    border-right: 1px solid #ededed;
    cursor: pointer;
}

.TAB_option>span i {
    float: right;
    display: inline;
    margin-right: 15px;
}

.TAB_option>span.active {
    background: #fff;
}

.TAB_option .active a {
    color: #333;
}

.con_folder>div>ul.folder_list {
    padding: 15px 0 15px 52px;
}

.con_folder>div>h3>a {
    float: right;
    margin-right: 35px;
    font-size: 14px;
    color: #1694f3;
}

.con_folder>div h5 {
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    font-weight: normal;
    overflow: hidden;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.con_folder>div h5.h5_style1 {
    width: 90%;
    padding: 0 5%;
}

.con_folder .folder_list p {
    color: #b8b8b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_none h3 {
    line-height: 48px;
    font-size: 17px;
}

.con_folder .con_none p {
    color: #999;
    margin: 10px auto 20px;
}

.con_folder .con_none .txt {
    font-size: 16px;
    color: #333;
}

.CO_info form>div {
    width: 1000px;
    margin-left: 70px;
}

.CO_info h4 {
    position: relative;
    height: 40px;
    line-height: 40px;
    /*padding-left: 4%;*/
    font-weight: normal;
    font-size: 16px;
    background: #fafafa;
}

.CO_info .cert_info {
    margin: 22px 0 18px 0;
}

.CO_info .cert_info>span {
    display: inline-block;
    width: 620px;
    height: 33px;
    line-height: 33px;
    padding-left: 24px;
    margin-right: 12px;
    background: #fcf3d8;
    border: 1px solid #ffe394;
}

.CO_info .cert_info>span>span {
    height: 100%;
    width: 460px;
    vertical-align: top;
    overflow: hidden;
    color: #ff5a00;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cert_add_form .cert_info .btn {
    width: 130px;
    height: 34px;
}

.account {
    padding: 100px;
}

.account>p {
    color: #666;
    width: 650px;
    line-height: 33px;
}

.account>p.tel {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.account>p>a {
    float: right;
}

.account>span {
    margin-top: 30px;
}
.file_ext{
    display: inline;
}

/*-------news消息中心-------*/

.news_con>div {
    position: relative;
    margin: 16px 52px 28px 51px;
}

.news_con>ul {
    position: relative;
    min-height:380px;
}

.news_con li {
    height: 40px;
    line-height: 40px;
    padding: 0 130px 0 53px;
}

.news_con li>a {
    width: 100%;
    height: 100%;
}

.news_con li:hover {
    background: #f7f7f7;
}

.news_con li.active {
    background: #f7f7f7;
}

.news_con li a,
.news_con li {
    color: #9b9b9b;
}

.news_con li.readed,
.news_con li.readed a {
    color: #333;
}

.news_con li>a>span {
    height: 100%;
}

.news_con li .td1 {
    width: 45px;
    vertical-align: top;
}

.news_con li .td2 {
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_con li .td3 {
    float: right;
}

.news_con li span>a {
    width: 100%;
    height: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#CO_tab>div h2 {
    padding: 30px 0;
}

#CO_tab>div p {
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #ccc;
    margin: 10px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    color: #656565;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#CO_tab>div p.active,
#CO_tab>div p:hover {
    border-color: transparent;
    background: #1692f4;
    color: #fff;
}

#CO_tab .CO_select {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 18px;
    height: 12px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -326px -20px;
}


/*-----shade弹窗-----*/

.shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    background: #3e3e3e \9;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 111;
}

.shade_title h4 {
    height: 30px;
    padding: 10px 10px 0;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    color: #000;
}

#indrustry {
    font-size: 12px;
    color: #383a39;
}

.shade_content {
    width: 100%;
    height: 570px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.shade_content input[type=checkbox] {
    vertical-align: -1px;
}

.indrustry_detail {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

#industry_btn {
    margin-right: 35px;
}

.shade_yes {
    float: left;
    width: 100%;
    margin: 18px 0;
    text-align: center;
}

.shade_title span {
    color: #8c8c8c;
    font-size: 13px;
    margin: 0px 10px 10px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.shade>div {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.shade .closeC {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 28px;
    display: inline-block;
    color: #5f7094;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*-------搜索框-------*/

.shade>.searchBox {
    display: none;
    width: 400px;
    height: 366px;
    padding: 0 63px;
    background: #f8f8f8;
}

.shade>.searchBox>h4 {
    font-size: 15px;
    margin-top: 21px;
    line-height: 40px;
}

.shade>.searchBox .prod_focus {
    position: relative;
    width: 334px;
    height: 208px;
    margin-top: -1px;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
}

.shade .searItem>p {
    display: none;
    font-size: 14px;
    color: #ff0000;
    margin: 3px 0 -3px 0;
}

.searItem>input[type=text] {
    width: 325px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    float: left;
}

.searItem>input[type=text]::-webkit-input-placeholder,
.searItem>input[type=text]::-moz-placeholder,
.searItem>input[type=text]:-ms-input-placeholder {
    color: #333;
}

.searItem>input[type=button] {
    width: 60px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #1694f3;
    color: #fff;
}

.prod_focus>div {
    display: none;
}

.search_frame1>div {
    width: 86px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.search_frame1>div>span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    color: #3e3e3e;
}

.search_frame1>div>span.chanBg {
    background: #1694f3;
    color: #fff;
}

.search_frame1>div>span.first {
    margin-top: 30px
}

.search_frame1>div>span.last {
    border-bottom: 1px solid #e6e6e6;
}

.search_frame1>div>div.gds_box {
    display: none;
    position: absolute;
    top: 0;
    left: 86px;
    width: 247px;
    height: 178px;
    padding: 15px 0;
    overflow-y: scroll;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search_frame1>div ul>li {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 5px;
    padding: 0 10px;
    background: #fbfbfb;
    font-size: 11px;
    border: 1px solid #e6e6e6;
}

.search_frame2 {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.search_frame2>ul {
    overflow: hidden;
}

.search_frame2>ul>li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: #fff;
    cursor: default;
}

.search_frame2>ul>li:hover {
    background: #eee;
}


/*--------证书详情--------*/

.cerinfo .left_52 {
    padding-top: 24px;
    padding-bottom: 24px;
    min-width: 1200px;
}

.form_row .font_remind {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.cerinfo .form_row label {
    color: #808080;
}

.cerinfo .form_row label>span {
    color: #ff2323;
}

.cerinfo .form_row span {
    color: #333;
}


/*------快速维护-------*/

.maintain {
    min-width: 1070px;
}

.maintain>div.left_52 {
    height: 50px;
    line-height: 50px;
    border: none;
    background: #f1f6fb;
}

.maintain li {
    height: 143px;
    line-height: 143px;
}

.maintain li.first {
    height: 50px;
    line-height: 50px;
    border: none;
    background: #f1f6fb;
}

.maintain .td1 {
    width: 25%;
    padding-left: 10px;
    line-height: 20px;
    vertical-align: middle;
}

.maintain .td2 {
    width: 10%;
    text-align: center;
}

.maintain .td3 {
    width: 40%;
    text-align: center;
}

.maintain .td4 {
    width: 20%;
    text-align: left;
}

.maintain .td4>* {
    margin-left: 25%;
}

.maintain .td3>select {
    float: none;
    margin: 0 18px;
}

.maintain li .td4 {
    font-size: 24px;
    color: #ff0000;
}

.maintain li.first .td4 {
    font-size: 14px;
    color: #333333;
}

.maintain>div>input[type=button] {
    margin: 39px 75px;
}


/*---------公司资料--------*/

.CO_uplaod {
    width: 148px;
    height: 138px;
    background: url("uploadBack.png")/*tpa=http://ai.zhengyouke.com/static/img/uploadBack.png*/ no-repeat #fff;
}
.btn_pdf{
    width:148px;
    height:138px;
    background: url("pdf.png")/*tpa=http://ai.zhengyouke.com/static/img/pdf.png*/ no-repeat;
}


/*-----协议-----------*/

.agreement_content {
    overflow: hidden;
    display: block;
    padding: 30px 90px;
    max-width: 1000px;
}

.agreement_content>h2 {
    color: #27a6ee;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.agreement_content>p {
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.agreement_content>h4 {
    margin-bottom: 5px;
}

.tag_data {
    position: fixed;
    top: 124px;
    left: 50%;
    display: inline-block;
    /* margin: 0 auto; */
    background: #faf0cd;
    width: 137px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f3e041;
    text-align: center;
    color: #666;
    border-radius: 4px;
}

.licence_resest {
    display: none;
}

.yyzzfb {
    border: 1px solid transparent;
}

.yyzzfb:hover {
    border-color: #1594f3;
}

.reset_label {
    width: 100px;
}

.reset_label2 {
    width: 142px;
}

.img_frame,
.yyzzfb {
    background: url("img_load.png")/*tpa=http://ai.zhengyouke.com/static/img/img_load.png*/ no-repeat #fff;
    background-position: center;
}

.img_frame img.preview_s {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 88px;
    max-height: 78px;
    background: #fff;
}

.yyzzfb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 150px;
    max-height: 140px;
    background: #fff;
}


/*--------证书查看更多-------*/

.cert_more ul {
    min-width: 807px;
    padding: 25px 29px 0;
    margin: 20px 52px 0;
    background: #f7f7f7;
}

.cert_more ul li {
    display: inline-block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    margin-right: 38px;
    margin-bottom: 14px;
    text-align: center;
    border: 1px solid #e3e3e3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.cert_more ul li:hover{
    border-color: #3399ff;
}

.cert_more ul li a {
    width: 90%;
    height: 100%;
    padding: 0 5%;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cert_more ul li a.edit {
    width: 100%;
    color: #3399ff;
}

.cert_more ul li a.edit i {
    width: 18px;
    height: 18px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -6px -350px;
    vertical-align: -3px;
}

#iframe_PD {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    z-index: 1111;
}


/* 搜索css */

.search_info_box {
    float: right;
    position: relative;
}

.search_info_box #search {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("search.png")/*tpa=http://ai.zhengyouke.com/static/img/icon/search.png*/ center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 10px;
}

.search_info_box #s_close {
    display: none;
    width: 14px;
    height: 14px;
    background: url("ClearButton.png")/*tpa=http://ai.zhengyouke.com/static/img/icon/ClearButton.png*/ center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 10px;
}

.search_info {
    padding-left: 12px;
    width: 212px;
    padding-right: 70px;
    height: 34px;
    line-height:34px;
    border: none;
    background: #f5f5f5;
    outline: none;
}

.search_index {
    min-width: 1000px;
    /*padding-left: 58px;*/
}
.search_index>div>*{
    padding-left: 58px;
}
.search_index h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.search_index h5 span {
    float: right;
    margin-right: 53px;
    font-size: 14px;
    color: #3399ff;
    display: block;
    padding-right: 20px;
    cursor: pointer;
    user-select: none;
    background: url("unfold.png")/*tpa=http://ai.zhengyouke.com/static/img/icon/unfold.png*/ 30px center no-repeat;
}

.serch_res {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}

.serch_res img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 26px;
    margin-top: 11px;
}

.serch_res p {
    font-size: 15px;
    color: #000;
    height: 45px;
    line-height: 45px;
    position: absolute;
}

.cert_name {
    left: 90px;
}

.serch_res p span {
    color: #f58b87;
    margin-left: 10px;
}

.cert_system {
    left: 370px;
}
/*分享选择证书弹出层的*/
.type_zixun {
    display: inline-block;
    width: 74px;
    height: 30px;
    background: url(1_1_1.png)/*tpa=https://bqq.gtimg.com/qidian/src/wpa/dist/4.1.0/images/1_1_1.png*/ no-repeat 10px center #fff;
    border-radius: 4px;
    padding-left: 25px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}