a, a:visited {
    text-decoration: none;
}

span, a {
    display: inline-block;
}
ul, li, span, a {
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
}
.main_body {
    width: 1200px;
    margin: 0 auto 100px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.main_body .cs-main-box {
    margin: 20px 0;
    padding: 0 20px;
    border: 1px solid #bebebe;
    color: #333;
}
.main_body .cs-main-box div {
    box-sizing: border-box;
}
.main_body .cs-main-box .cs-tab-content ul {
    overflow: hidden;
    padding: 30px 48px 0;
}
ul, li, span, a {
    box-sizing: border-box;
}
.main_body .cs-main-box .cs-tab-content ul li.isSafeCheck {
    background-image: url(./images/creditService-safeCheck.png);
}


.main_body .cs-main-box .cs-tab-content ul li {
    float: left;
    position: relative;
    margin: 0 116px 30px 0;
    width: 276px;
    height: 380px;
    background-color: #bebebe;
    background-repeat: no-repeat;
    background-position: 72px 75px;
    overflow: hidden;
}
.main_body .cs-main-box .cs-tab-content ul li a {
    width: 100%;
    height: 100%;
}
.main_body .cs-main-box .cs-tab-content ul li a > p.cs-title {
    height: 70px;
    margin-top: 170px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600;
}

.main_body .cs-main-box .cs-tab-content ul li a > p {
    width: 100%;
    color: #333;
    text-align: center;
}
.main_body .cs-main-box .cs-tab-content ul li a > span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: #ea3e3e;
    background-image: url(https://creditchina-cms.bj.bcebos.com/pc/img/creditService-downArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: none;
}
.main_body .cs-main-box .cs-tab-content ul li a > div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #707070;
    overflow: hidden;
    box-sizing: border-box;
    height: 116px;
}
.main_body .cs-main-box .cs-tab-content ul li a > div p {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.main_body .cs-main-box .cs-tab-content ul li.creditNavList {
    background-image: url(./images/creditService-creditNavList.png);
}
.main_body .cs-main-box .cs-tab-content ul li.publishPeopleCheck {
    background-image: url(./images/creditService-publishPeopleCheck.png);
}
.main_body .cs-main-box .cs-tab-content ul li.complain {
    background-image: url(./images/creditService-complain.png);
    background-position: center 75px;
}
.main_body .cs-main-box .cs-tab-content ul li.compErrorHandleCheck {
    background-image: url(./images/creditService-compErrorHandleCheck.png);
}
.main_body .cs-main-box .cs-tab-content ul li.taxCheck {
    background-image: url(./images/creditService-taxCheck.png);
}
.main_body .cs-main-box .cs-tab-content ul li.societyCodeCheck {
    background-image: url(./images/creditService-societyCodeCheck.png);
}
.main_body .cs-main-box .cs-tab-content ul li.govPurchaseCheck {
    background-image: url(./images/creditService-govPurchaseCheck.png);
}
.main_body .cs-main-box .cs-tab-content ul li.creditEvaluation {
    background-image: url(./images/creditService-creditEvaluation.png);
}


/* 弹框 */
#outsideAlert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#outsideAlert .alert-dialog {
    width: 482px;
    height: 320px;
    margin: 150px auto 0;
    border-radius: 10px;
    overflow: hidden;
}
#outsideAlert .alert-dialog .alert-content {
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 30px;
    text-align: center;
    box-sizing: border-box;
}
#outsideAlert .alert-dialog .alert-content .alert-head {
    height: 80px;
    line-height: 80px;
}
#outsideAlert .alert-dialog .alert-content .alert-head h4 {
    color: #0063ba;
    font-size: 24px;
}
#outsideAlert .alert-dialog .alert-content .alert-head .alert-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    color: #ea3e3e;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
span, a {
    display: inline-block;
}
#outsideAlert .alert-dialog .alert-content .alert-body {
    font-size: 16px;
    line-height: 30px;
}
#outsideAlert .alert-dialog .alert-content .alert-body p {
    color: #333;
}
#outsideAlert .alert-dialog .alert-content .alert-body span {
    color: #0063ba;
    display: inline-block;
    width: 100%;
}
#outsideAlert .alert-dialog .alert-content .alert-body p {
    color: #333;
}
#outsideAlert .alert-dialog .alert-content .alert-foot {
    margin-top: 30px;
}
#outsideAlert .alert-dialog .alert-content .alert-foot a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #0063ba;
    border-radius: 15px;
    font-size: 16px;
}
a, a:visited {
    text-decoration: none;
}
.alertCover {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 500;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
}