@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}

/*防止拖动*/
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #000;
    background-color: #f7f7f7;
    padding-top: 110px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

.solution {
    padding-left: 48px;
}

.solution-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 35px auto;
}

.solution-list {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 40px 0;
}

.single-title {
    text-align: center;
    color: #1a1a1a;
    font-size: 24px;
    margin: 50px auto 0;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 40px;
}

.single-title h3 {
    font-weight: 600;
}

.solution-list .solution-li {
    width: 90%;
    marin: 1.5% auto;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.solution-list .solution-li li {
    line-height: 40px;
}

.solution-list .solution-li h1 {
    font-size: 18px;
    color: #de0515;
    font-weight: 600;
    margin-bottom: 25px;
}

.solution-list .solution-li li a {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
    color: #666666;
}

.solution-list .solution-li li a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.solution-list .solution-li li a:hover {
    color: #de0515;
}

.solution-list .solution-li li a:hover i {
    background: #de0515;
}

.solution-content {
    margin-top: 20px;
}

.solution-content img {
    max-width: 100%;
}

.window-v10 {
    padding: 30px 5%;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}

.window-v10 h1 {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center
}

.window-v10 a {
    display: block;
    text-align: center;
    color: #999999;
    margin: 25px auto;
}

.window-v10 a:hover {
    color: #de0515;
}

.layui-form-radio {
    padding-right: 5px !important;
}

.solution-div {
    padding: 3% 3% 0 3%;
    margin: 0 auto;
}

.solution-div h2 {
    line-height: 40px;
    font-size: 18px;
    color: #de0515;
    font-weight: 600;
}

.solution-div h2 i {
    display: inline-block;
    width: 5px;
    height: 10px;
    background: #de0515;
    margin-right: 10px;
}

.solution-div ul li {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.solution-div ul li i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    margin: 0 10px;
}

.solution-div ul li strong {
    margin: 0 5px;
    color: #000000;
}

.solution-div p {
    color: #666666;
    line-height: 25px;
    margin: 10px 0 10px 15px;
}

/*文章列表*/
.dynamic_list {
    margin-top: 15px;
}

.dynamic_list a {
    display: block;
    margin-top: 25px;
    padding: 15px 25px 20px;
    overflow: hidden;
    border: 1px solid #fff;
    transition: all .5s;
    background: #f8f8f8;
}

.dynamic_list a:hover {
    border: 1px solid #de0515;
}

.dynamic_list a:hover h4 {
    color: #de0515;
}

.dynamic_list_con {
    float: left;
}

.dynamic_list_con h3 {
    font-size: 12px;
    line-height: 30px;
    color: #808285;
}

.dynamic_list_con h4 {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
}

.dynamic_list_con p {
    font-size: 14px;
    line-height: 25px;
    color: #6e7073;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamic_list a > img {
    float: right;
    width: 285px; /*height: 140px;*/
}

.book-title {
    margin: 30px 0 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

/*详情页*/
.base-div {
    max-width: 1150px;
    margin: 30px auto;
    background: white;
    padding: 50px;
    box-shadow: 0 0 10px #f8f8f8;
}

.base-div .base-title {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.base-div .base-title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2%;
    line-height: 30px;
}

.base-div .base-title h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2%;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2%;
}

.base-div .base-title h3 {
    font-size: 14px;
    margin-bottom: 2%;
    color: #999999;
}

.base-div .base-title h4 {
    font-size: 18px;
    margin-bottom: 1%;
    color: #666666;
}

.base-div .base-title h1 a {
    float: right;
    font-size: 14px;
    background: rgb(222, 5, 21);
    color: white;
    padding: 0 10px;
    border-radius: 5px;
}

.base-div .base-title h1 a:hover {
    background: rgba(222, 5, 21, .8);
}

.base-div .base-title h1 i {
    color: #de0515;
}

.base-div .base-title span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #de0515;
    position: absolute;
    bottom: 0;
    left: 0;
}

.base-div .base-desc {
    padding-top: 40px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.base-div .base-desc p {
    text-indent: 30px !important;
}

.base-div .base-desc li {
    list-style-type: inherit;
}

.base-div .base-desc section {
    text-indent: 0px !important;
}

.base-div .base-desc img, .base-div .base-desc video {
    max-width: 100%;
    height: auto !important;
    margin: 20px auto;
    display: block;
}

.base-div .base-desc .layui-table td:hover, .base-div .base-desc .layui-table th:hover {
    background: #ffffff;
}

.base-div .img {
    max-width: 100%;
}

/*上一页下一页*/
.expert_details_bottom {
    display: inline-block;
    width: 100%;
    margin: 30px auto 0;
    max-width: 1150px;
    padding: 10px 6px 0;
    border-top: 1px dashed #e6e6e6;
}

.expert_details_bottom a {
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.expert_details_bottom a:hover {
    color: #de0515;
}

.expert_details_bottom span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    border-radius: 2px;
    margin-right: 10px;
    color: #de0515;
}

/*解决方案详情*/
.solution-top-title {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #de0515;
}

.solution-top-title h3 {
    font-size: 36px;
    color: #ffffff;
}

.solution-details-title {
    text-align: center;
    margin: 50px auto 0;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 40px;
}

.solution-details-title h4 {
    font-size: 26px;
    color: #333333;
    line-height: 40px;
}

.solution-details-title span {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #de0515;
}

.solution-cases-list {
    padding: 20px 3%;
}

.solution-cases-list a {
    margin: 0 20px;
    font-size: 16px;
    color: #666666;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
}

.solution-cases-list a.on, .solution-cases-list a:hover {
    color: #de0515;
    border-bottom: 1px solid #de0515;
}

.compatible-count {
    width: 90%;
    max-width: 660px;
    margin: 60px auto;
    position: relative;
}

.compatible-count .compatible-all {
    width: 70%;
    max-width: 400px;
    background: #de0515;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.compatible-count .compatible-all strong {
    font-size: 30px;
}

.compatible-count .layui-row {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 50px;
    border: 1px dashed gray;
    padding: 60px 0 30px;
}

.compatible-count .layui-row .adaptation-num {
    position: relative;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.compatible-count .layui-row .adaptation-num .line {
    width: 1px;
    height: 20px;
    border-left: 1px dashed #de0515;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
}

.compatible-count .layui-row .adaptation-name {
    border-top: 3px solid #de0515;
    position: relative;
}

.compatible-count .layui-row .adaptation-name .ball {
    width: 10px;
    height: 10px;
    background: #de0515;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -2px;
}


.compatible-hint {
    display: none;
    padding: 2% 30px;
    line-height: 30px;
}

.compatible-hint h1 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    color: #444444;
}

.compatible-hint p {
    color: #333333;
}

.compatible-hint span {
    color: #de0515;
    line-height: 2em;
}

.hint .layui-layer-btn .layui-layer-btn0 {
    background: #de0515;
    border-color: #de0515;
}

@media screen and (min-width: 1025px) {

    .text-align-left {
        text-align: left !important;
    }

    .red {
        color: #de0515;
    }

    /*分页*/
    .pages {
        text-align: center;
        margin: 40px auto;
    }

    .pages li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .pages a, .pages span, .pages button, .pages strong {
        font-size: 14px;
        line-height: 30px;
        color: #999999;
        border-radius: 2px;
        border: 1px solid #ddd;
        padding: 5px 10px;
        margin: 0 2px;
        background: transparent;
        border-radius: 5px;
    }

    .pages a.on, .pages strong, .pages a:hover, .pages li.active span, .pages li.active a {
        color: #fff;
        background-color: #cb000f;
        border-color: #cb000f;
    }

    .pages li.disabled span {
        color: #e1e1e1;
        background: #f1f1f1;
    }

    .pages h3 {
        font-size: 14px;
        line-height: 30px;
        color: #333;
    }

    .pages h3 input {
        width: 50px;
        line-height: 30px;
        border-radius: 2px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .layui-form-radio > i:hover, .layui-form-radioed > i {
        color: #de0515 !important;
    }

    .layui-form-radio * {
        color: #666666;
    }

    .layui-form-select dl dd.layui-this {
        background: #de0515;
    }

    .certification-form {
        width: 100%;
    }

    .certification-form .layui-form-label {
        width: 160px;
        color: #666666;
    }

    .certification-form .layui-form-label i {
        color: #de0515;
    }

    .certification-form .layui-input-block {
        margin-left: 200px;
    }

    .certification-form .layui-input-block p {
        padding: 9px 5px;
        color: #666666;
    }

    .layui-upload-list {
        color: #666666;
        margin: 0 !important;
    }

    .layui-upload-list .layui-table {
        margin: 0 !important;
    }

    .layui-upload-list .ysb {
        width: 20px;
        vertical-align: middle;
        margin: -2px 5px 0 0;
    }

    .layui-upload-list .layui-icon {
        color: #999999;
        vertical-align: middle;
        cursor: pointer;
    }

    .web-upload .placeholder {
        min-height: 180px !important;
    }

    .web-upload .status-bar {
        width: 90% !important;
        padding: 0 5% !important;
    }

    .layui-upload-list img {
        max-width: 100%;
    }

    .layui-upload-list .image-operation {
        display: none;
    }

    .compatible-table .layui-form-checkbox[lay-skin=primary] {
        margin: 5px 0 !important;
    }

    .layui-laydate {
        z-index: 999 !important;
    }

    xm-select > .xm-body {
        z-index: 9999 !important;
    }

    .layui-input, .layui-textarea {
        font-size: 14px;
        color: #666666;
    }

    .layui-form-checked[lay-skin=primary] i {
        background-color: #de0515;
        border-color: #de0515 !important;
    }

    .layui-form-checkbox[lay-skin=primary]:hover i {
        border-color: #de0515;
    }

    .btn3 {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #de0515;
        color: #fff !important;
    }

    .layui-btn-primary:hover {
        border-color: #de0515;
    }

    .reason {
        cursor: pointer;
    }

    /*证书显示*/
    @font-face {
        font-family: '华文细黑';
    url('../../../font/STXihei.ttf') format('truetype'),
    }
    .cert-show-index {
        width: 1000px;
        height: 1400px;
        position: relative;
        margin: 25px auto;
        font-family: '微软雅黑';
    }

    .family-xh {
        font-family: '华文细黑';
    }

    .cert-bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .cert-div {
        width: 900px;
        margin: 0 auto;
        z-index: 999;
        position: relative;
    }

    .cert-logo {
        padding: 140px 0 0 100px;
        height: 200px;
    }

    .cert-logo img {
        height: 95px;
    }

    .cert-info {
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        padding-top: 50px;
        height: 730px;
        color: #000000;
        width: 90%;
        margin: 0 auto;
    }

    .cert-info .strong {
        font-size: 26px;
        color: #000000;
    }

    .cert-info-bottom {
        width: 800px;
        margin: 0 auto !important;
        text-align: center;
        background: none;
        border: none;
    }

    .layui-table.cert-info-bottom td, .layui-table.cert-info-bottom th {
        border: none;
        font-size: 20px;
        color: #000000;
        padding: 15px 0 15px 55px;
        text-align: left;
    }

    .layui-table.cert-info-bottom tr:hover {
        background: none;
    }

    .cert-num {
        padding: 50px 0 0 100px;
        font-size: 20px;
    }

    .upload-info {
        text-indent: 25px;
    }

    .upload-info h1 {
        color: #de0515;
        font-size: 16px;
        margin: 35px 0 15px;
    }

    .upload-info p {
        line-height: 30px;
        color: #666666;
    }

    .compatible-index-table {
        width: 97%;
        margin-left: 3%;
    }

    .compatible-index-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #de0515;
    }

    .compatible-index-table .layui-laypage a:hover {
        color: #de0515;
    }

    .compatible-index-table .layui-laypage input:focus, .compatible-table .layui-laypage select:focus {
        border-color: #de0515 !important;
    }

    .help {
        color: #de0515;
    }

    .help-btn {
        border: 1px solid #de0515;
        border-radius: 50%;
        padding: 2px;
        color: #de0515;
        font-size: 10px;
        cursor: pointer;
    }

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

    .address-list .layui-anim.layui-icon {
        width: 22px;
        vertical-align: top;
    }

    .address-list .layui-form-radio * {
        width: 550px;
    }


    .mobile_more {
        display: none;
    }

    /*   登录   */
    .login {
        height: 100vh;
        background: url(../images/bg1.jpg) no-repeat left center;
        background-size: auto 100%;
    }

    .login_left {
        float: left;
        width: 58%;
        height: 100%;
        position: relative;
    }

    .login_left_txt {
        width: 100%;
        padding: 50px 146px 0 130px;
        height: 330px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .4);
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .login_left_txt h3 {
        font-size: 46px;
        line-height: 86px;
        font-weight: bold;
    }

    .login_left_txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .login_right {
        float: right;
        width: 42%;
        height: 100%;
        background-color: #fff;
        position: relative;
    }

    .login_nav {
        padding: 20px 62px 0;
        text-align: right;
    }

    .login_nav a {
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        margin-right: 45px;
    }

    .login_nav a.on {
        background-color: #de0515;
        color: #fff;
        margin-right: 0;
        width: 70px;
        text-align: center;
        padding: 5px 15px;
    }

    .login_right_con {
        padding: 156px 156px 0;
        position: relative;
    }

    .login_right_con >a img {
        display: block;
        height: 61px;
        margin: 0 auto;
    }

    .login_right_ul {
        padding-top: 5px;
    }

    .login_right_ul li {
        margin-top: 20px;
        border-radius: 4px;
        border: 1px solid #e6e6e6;
        padding-left: 40px;
        height: 50px;
        position: relative;
        box-sizing: border-box;
    }

    .login_right_ul_img {
        position: absolute;
        width: 30px;
        left: 15px;
        top: 50%;
        bottom: 50%;
        margin-top: -12px;
    }

    .login_right_ul_img img {
        height: 24px;
    }

    .login_right_ul li input {
        width: 100%;
        font-size: 14px;
        line-height: 48px;
        color: #333;
        text-indent: 15px;
    }

    .rember_password label {
        float: left;
        font-size: 14px;
        line-height: 74px;
        color: #808080;
    }

    .rember_password label input[type=checkbox] {
        cursor: pointer;
        font-size: 16px;
        width: 20px;
        height: 20px;
        position: relative;
        background-color: #fff;
        float: left;
        margin: 26px 10px 0 5px;
    }

    .rember_password label input[type=checkbox]:after {
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 15px;
        top: 0;
        content: " ";
        border: 2px solid #df0d1c;
        color: #ff0000;
        display: inline-block;
        visibility: visible;
        border-radius: 2px;
        text-align: center;
        background-color: #fff;
    }

    .rember_password label input[type=checkbox]:checked:after {
        content: "✓";
        font-size: 16px;
        font-weight: bold;
        color: #df0d1c;
    }

    .rember_password a {
        float: right;
        font-size: 14px;
        line-height: 74px;
        color: #4d6cb3;
    }

    .login_right_con > button {
        /*display: block;*/
        font-size: 23px;
        height: auto;
        line-height: 53px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        background-color: #de0515;
    }

    .copyright_num {
        width: 100%;
        font-size: 12px;
        color: #bebebe;
        text-align: center;
        margin-top: 3%;
        /* position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .copyright_num a {
        color: #bebebe;
    }

    .copyright_num a:hover {
        color: #de0515;
    }

    /*   忘记密码   */
    .login_right_con > h2 {
        font-size: 24px;
        line-height: 24px;
        color: #8f8f8f;
        font-weight: bold;
        position: absolute;
        top: 288px;
        left: 156px;
    }

    .yzm_li {
        width: 340px;
    }

    .send_code {
        box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
        position: absolute;
        top: 0;
        right: -154px;
        cursor: pointer;
    }

    .login_right_ul li > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login_right_con > a.login_btn2 {
        margin-top: 36px;
    }

    /*   注册    */
    .registered_left {
        background: url(../images/bg2.jpg) no-repeat left center;
    }

    .registered .login_right_con {
        padding-top: 0;
    }

    .registered .login_right_con h2 {
        top: 200px;
    }

    .registered .login_right_con > button {
        margin-top: 0;
    }

    .gray-btn {
        background: #f1f1f1 !important;
        color: #333333 !important;
    }

    /*   index   */
    .inner {
        width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .index_body {
        padding-top: 0;
    }

    .index_swiper .swiper-slide {
        height: 810px;
        background: url(../images/bg3.jpg) no-repeat center top;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 200px;
        text-align: center;
        color: #fff;
    }

    .index_swiper .swiper-slide h3 {
        font-size: 40px;
        line-height: 100px;
    }

    .index_swiper .swiper-slide p {
        font-size: 56px;
        line-height: 170px;
        font-weight: bold;
        background: url(../images/line1.png) no-repeat center bottom;
        background-size: 80px 7px;
    }

    .index_swiper .swiper-slide a {
        display: block;
        font-size: 24px;
        width: 220px;
        line-height: 66px;
        background-color: #de0515;
        color: #fff;
        text-align: center;
        display: block;
        margin: 52px auto 0;
    }

    .index_swiper > .swiper-pagination-bullets {
        width: 120px;
        bottom: 50px;
        left: 85%;
    }

    .index_swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        margin: 0 5px;
        opacity: 1;
        background: transparent;
    }

    .index_swiper > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .plan {
        background-color: #de0515;
        padding: 68px 0 76px;
    }

    .plan_txt {
        width: 860px;
        min-height: 200px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
    }

    .plan_txt h3 {
        font-size: 36px;
        line-height: 72px;
        font-weight: bold;
        background: url(../images/line2.png) no-repeat center top;
        background-size: 49px 2px;
    }

    .plan_txt p {
        font-size: 14px;
        line-height: 30px;
        margin-top: 14px;
    }

    .plan_txt p a {
        text-decoration: underline;
        color: #fff;
    }

    .plan_list {
        width: 826px;
        margin: 0 auto;
    }

    .plan_list a {
        float: left;
        width: 402px;
        height: 110px;
        box-sizing: border-box;
        background-color: #fff;
        padding: 26px 0 0 46px;
        overflow: hidden;
    }

    .plan_list a:last-child {
        float: right;
    }

    .plan_list a > img {
        float: left;
        height: 60px;
        margin-right: 28px;
    }

    .plan_list_con {
        float: left;
        width: 220px;
        color: #333;
    }

    .plan_list_con h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .plan_list_con p {
        font-size: 12px;
        line-height: 20px;
    }

    .partner {
        padding: 66px 0 78px;
    }

    .tit {
        font-size: 32px;
        line-height: 84px;
        color: #333;
        font-weight: bold;
        text-align: center;
        background: url(../images/line3.png) no-repeat center top;
        background-size: 49px 3px;
    }

    .partner_list {
        margin-top: 20px;
    }

    .partner_list li {
        float: left;
        width: 285px;
        height: 350px;
        box-sizing: border-box;
        margin-right: 20px;
        padding: 30px 50px 0;
        overflow: hidden;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
        position: relative;
        cursor: pointer;
    }

    .partner_list li:nth-child(2) {
        animation-delay: .2s;
    }

    .partner_list li:nth-child(3) {
        animation-delay: .4s;
    }

    .partner_list li:nth-child(4) {
        animation-delay: .6s;
    }

    .partner_list li:last-child {
        margin-right: 0;
    }

    .partner_list li a > img {
        height: 160px;
        position: absolute;
        top: -30px;
        left: -30px;
    }

    .partner_list li a > img:nth-child(2) {
        display: none;
    }

    .partner_list li:hover a > img:nth-child(1) {
        display: none;
    }

    .partner_list li:hover a > img:nth-child(2) {
        display: block;
    }

    .partner_list li h3 {
        font-size: 78px;
        line-height: 136px;
        color: #de0515;
        position: relative;
        z-index: 1;
    }

    .partner_list li h4 {
        font-size: 20px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }

    .partner_list li p {
        font-size: 14px;
        line-height: 22px;
        color: #666;
    }

    .partner_list li span {
        display: block;
        font-size: 14px;
        line-height: 32px;
        color: #333;
        width: 90px;
        text-align: center;
        border: 1px solid #ededed;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
        margin: 40px auto 0;
    }

    .partner_list li:hover {
        background-color: #de0515;
    }

    .partner_list li:hover h3,
    .partner_list li:hover h4,
    .partner_list li:hover p,
    .partner_list li:hover span {
        color: #fff;
    }

    .partner_list li:hover a {
        color: #de0515;
        background-color: #fff;
    }

    .link {
        background-color: #fff;
        padding: 66px 0;
    }

    .link_list a {
        float: left;
        width: 25%;
        text-align: center;
        line-height: 104px;
        height: 104px;
    }

    .link_list a img{
        max-height: 100%;
    }

    .index_registered {
        background-color: #2319dd;
    }

    .index_registered h3 {
        float: left;
        font-size: 26px;
        line-height: 86px;
        color: #fff;
        font-weight: bold;
    }

    .index_registered a {
        float: right;
        font-size: 18px;
        line-height: 42px;
        color: #2319dd;
        width: 110px;
        text-align: center;
        background-color: #fff;
        margin-top: 24px;
    }

    .footer {
        background-color: #1a1a1a;
        padding: 70px 0 0 0;
        min-width: 1200px;
    }

    .footer_top {
        min-height: 210px;
    }

    .footer_logo {
        float: left;
        margin-right: 116px;
        padding-top: 38px;
    }

    .footer_logo img {
        height: 54px;
    }

    .footer_list {
        float: left;
    }

    .footer_list li {
        float: left;
        min-width: 200px;
    }

    .footer_list li h3 {
        font-size: 18px;
        line-height: 18px;
        color: #b3b3b3;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer_list li a,
    .footer_list li p {
        display: block;
        font-size: 14px;
        line-height: 32px;
        color: #f1f1f1;
    }

    .footer_list li a:hover {
        color: #b3b3b3;
    }

    .ewm {
        float: right;
        width: 131px;
        text-align: center;
    }

    .ewm img {
        display: block;
        width: 100%;
        height: 131px;
    }

    .ewm p {
        font-size: 14px;
        line-height: 50px;
        color: #f1f1f1;
    }

    .footer_txt {
        font-size: 14px;
        line-height: 100px;
        color: #f1f1f1;
    }

    .footer_txt a {
        color: #f1f1f1;
    }

    .footer_txt a:hover {
        color: #de0515;
    }

    /*   合作伙伴   */
    .partners {
        /*border-top: 17px solid #1a1a1a;*/
        padding-top: 20px;
    }

    .partners_con {
        background-color: #fff;
        padding-right: 48px;
        position: relative;
    }

    .partners_nav {
        float: left;
        width: 284px;
        height: 100%;
        background-color: #f2f2f2;
        position: absolute;
        top: 0;
        left: 0;
    }

    .partners_nav_tit {
        height: 96px;
        background-color: #de0515;
        padding: 20px 42px 0;
        color: #fff;
        box-sizing: border-box;
    }

    .partners_nav_tit h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
    }

    .partners_nav_tit p {
        font-size: 10px;
        line-height: 18px;
    }

    .partners_nav_list li > a {
        display: block;
        font-size: 16px;
        line-height: 44px;
        color: #333;
        padding: 0 30px;
        overflow: hidden;
        background: url(../images/right_b.png) no-repeat right center;
        background-size: auto 10px;
        background-origin: content-box;
    }

    .partners_nav_list li.on > a {
        background: url(../images/down_b.png) no-repeat right center;
        background-size: auto 6px;
        background-origin: content-box;
    }

    .partners_nav_list li > a img {
        float: left;
        height: 20px;
        margin: 12px 12px 0 0;
    }

    .partners_nav_list_info {
        background-color: #fff;
        display: none;
    }

    .partners_nav_list_info a {
        display: block;
        font-size: 14px;
        line-height: 38px;
        color: #666;
        padding: 0 44px;
    }

    .partners_nav_list_info a.on,
    .partners_nav_list_info a:hover {
        color: #e01423;
    }

    .partners_nav_list_info ul > li > a {
        font-size: 14px;
        padding-left: 60px;
        background-size: auto 10px;
        color: #666666;
    }

    .partners_nav_list li.on .partners_nav_list_info {
        display: block;
    }

    .partners_info {
        float: right;
        padding-bottom: 86px;
        width: 816px;
        min-height: 800px;
        box-sizing: border-box;
    }

    .Cooperation_process {
        padding: 24px 0 40px;
        border-bottom: 5px solid #e6e6e6;
    }

    .Cooperation_process h2 {
        font-size: 18px;
        line-height: 50px;
        color: #333;
    }

    .Cooperation_process_list a {
        float: left;
        width: 194px;
        height: 76px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 1px 4px 0px rgba(8, 1, 3, 0.15);
        margin-right: 13px;
        padding-left: 28px;
        overflow: hidden;
        position: relative;
    }

    .Cooperation_process_list a:last-child {
        margin-right: 0;
    }

    .Cooperation_process_list a img {
        height: 88px;
        position: absolute;
        bottom: -20px;
        right: -10px;
    }

    .Cooperation_process_list a h3 {
        float: left;
        font-size: 32px;
        line-height: 76px;
        color: #de0515;
        margin-right: 14px;
        font-weight: bold;
    }

    .Cooperation_process_list a p {
        float: left;
        font-size: 14px;
        line-height: 76px;
        color: #333;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

    .Cooperation_process_list a.on {
        background-color: #de0515;
    }

    .Cooperation_process_list a.on h3,
    .Cooperation_process_list a.on p {
        color: #fff;
    }

    .Thank_you_apply {
        padding: 30px 0;
    }

    .Thank_you_apply h3 {
        font-size: 16px;
        line-height: 32px;
        color: #333;
        font-weight: bold;
    }

    .Thank_you_apply h3 a {
        color: #de0515;
    }

    .Thank_you_apply p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }

    .certification_tab {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .certification_tab a {
        float: left;
        font-size: 16px;
        line-height: 46px;
        color: #414141;
        text-align: center;
        width: 163px;
    }

    .certification_tab a.on {
        background-color: #de0515;
        color: #fff;
    }

    .certification_con {
        display: none;
    }

    .certification_con.active {
        display: block;
    }

    .certification_con_tit {
        font-size: 14px;
        line-height: 80px;
        color: #ccc;
        background: url(../images/line4.png) no-repeat right center;
        background-size: auto 1px;
    }

    .certification_con_list li {
        overflow: hidden;
        margin-top: 24px;
        position: relative;
    }

    .certification_con_list li > h3 {
        float: left;
        text-align: right;
        width: 120px;
        font-size: 14px;
        line-height: 40px;
        color: #666;
        margin-right: 20px;
    }

    .certification_con_list li > span {
        line-height: 40px;
    }

    .certification_con_list li > h3 i {
        color: #de0515;
    }

    .certification_con_list li input {
        float: left;
        width: 400px;
        font-size: 14px;
        line-height: 38px;
        color: #333;
        border: 1px solid #e6e6e6;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .certification_con_list li > p.red {
        font-size: 14px;
        color: #666666;
    }

    .certification_con_list li > p.red span {
        color: #de0515;
    }

    .certification_con_list li select {
        float: left;
        width: 400px;
        font-size: 14px;
        height: 40px;
        color: #666;
        border: 1px solid #e6e6e6;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
        padding-right: 15px;
        background: url(../images/down.png) no-repeat right center;
        background-size: auto 10px;
        background-origin: content-box;
    }

    .certification_con_list li textarea {
        float: left;
        width: 400px;
        font-size: 14px;
        line-height: 24px;
        height: 120px;
        color: #666;
        border: 1px solid #e6e6e6;
        padding: 10px;
        box-sizing: border-box;
    }

    .add_img {
        float: left;
    }

    .add_img_list {
        overflow: hidden;
    }

    .add_img_list img {
        max-width: 100%;
        height: 109px;
        margin-right: 20px;
        cursor: pointer;
        margin-top: 5px;
    }

    .add_img p {
        font-size: 14px;
        line-height: 36px;
        color: #ccc;
    }

    .rember_password2 {
        padding-left: 140px;
    }

    .certification_con > a {
        font-size: 18px;
        color: #fff;
        text-align: center;
        display: block;
        background-color: #de0515;
        width: 248px;
        margin-left: 180px;
    }

    /*   2-2合作伙伴-镜像下载   */
    .partners_info_tit {
        padding-top: 30px;
    }

    .partners_info_tit h3 {
        float: left;
        font-size: 20px;
        line-height: 24px;
        color: #666;
        font-weight: bold;
        padding-left: 24px;
        background: url(../images/line5.png) no-repeat left center;
        background-size: auto 100%;
    }

    .partners_info_tit a {
        float: right;
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }

    .partners_info_tit a img {
        float: left;
        height: 14px;
        margin: 5px 4px 0 0;
    }

    .jx_download li {
        overflow: hidden;
        padding: 40px 0 28px;
        border-bottom: 1px solid #e6e6e6;
        display: table;
        width: 100%;
    }

    .date {
        display: table-cell;
        vertical-align: middle;
        width: 64px;
        height: 80px;
        box-sizing: border-box;
        background-color: #f3f3f3;
        border-top: 3px solid #de0515;
        text-align: center;
        margin-right: 46px;
    }

    .date h3 {
        font-size: 28px;
        line-height: 50px;
        color: #333;
        font-weight: bold;
    }

    .date p {
        font-size: 14px;
        line-height: 14px;
        color: #333;
    }

    .jx_download_con {
        display: table-cell;
        padding-left: 30px;
        vertical-align: middle;
        width: 592px;
    }

    .jx_download_con h3 {
        font-size: 16px;
        line-height: 16px;
        color: #333;
        margin-bottom: 12px;
        font-weight: bold;
        line-height: 25px;
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
    }

    .jx_download_con p {
        font-size: 12px;
        line-height: 24px;
        color: #333;
        font-weight: bold;
    }

    .jx_download_con p span {
        color: #666;
        font-weight: normal;
    }

    .jx_download_btn {
        display: table-cell;
        vertical-align: middle;
        width: 130px;
        overflow: hidden;
    }

    .jx_download_btn a {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #333;
        width: 100px;
        text-align: center;
        background-color: #fff;
        margin-left: 20px;
        border: 1px solid #ededed;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15)
    }

    .jx_download_btn a.on {
        border-color: #de0515;
        background-color: #de0515;
        color: #fff;
    }

    .address-table {
        margin-top: 20px;
    }

    .address-btn {
        color: #fff;
        background-color: #377fc7;
        line-height: 24px;
        text-align: center;
        margin: 0 5px 0 0;
        padding: 5px 10px;
        font-size: 12px;
    }

    .address-btn:hover {
        color: #fff;
        opacity: .8;
    }

    /*   2-3合作伙伴-发布兼容   */
    .release {
        text-align: center;
        padding: 80px 100px 0;
    }

    .release img {
        height: 112px;
    }

    .release p {
        font-size: 16px;
        line-height: 32px;
        color: #333;
        margin-top: 34px;
    }

    .btn {
        display: block;
        font-size: 24px;
        line-height: 50px;
        color: #fff;
        width: 248px;
        text-align: center;
        background-color: #de0515;
        margin: 40px auto 0;
    }

    .btn2 {
        display: inline-block;
        font-size: 16px;
        line-height: 35px;
        color: #fff;
        width: 160px;
        text-align: center;
        background-color: #de0515;
        margin: 20px 30px 20px 0;
    }

    .color1 {
        background-color: #FF5722;
    }

    .color2 {
        background-color: #de0515;
    }

    .color3 {
        background-color: #5FB878;
    }

    .ml180 {
        margin-left: 180px;
    }

    .btn:hover, .btn2:hover {
        color: #fff;
        opacity: .9;
    }

    /*   2-4合作伙伴-认证常见问题   */
    .faq_list {
        padding-top: 20px;
    }

    .faq_list li {
        margin-top: 20px;
        border: 1px solid #e6e6e6;
    }

    .faq_list li h3 {
        font-size: 16px;
        line-height: 38px;
        color: #333;
        font-weight: bold;
        padding: 0 14px;
        cursor: pointer;
        background: url(../images/right_b.png) no-repeat right center;
        background-size: auto 10px;
        background-origin: content-box;
    }

    .faq_list li h3 i {
        float: left;
        font-size: 14px;
        color: #fff;
        width: 24px;
        line-height: 24px;
        height: 28px;
        text-align: center;
        background: url(../images/bg4.png) no-repeat;
        background-size: 100% 100%;
        margin: 5px 15px 0 0;
    }

    .faq_list li h3.on {
        background: #f7f7f7 url(../images/down_b.png) no-repeat right center;
        background-size: auto 6px;
        background-origin: content-box;
    }

    .faq_list_con {
        padding: 10px 12px;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .faq_list_con p {
        overflow: hidden;
    }

    .faq_list_con p i {
        float: left;
        font-size: 14px;
        color: #fff;
        width: 24px;
        line-height: 28px;
        height: 28px;
        text-align: center;
        background: url(../images/bg5.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 15px 0 0;
    }

    .faq_list_con p span {
        float: left;
        width: 736px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

    /*   2-5合作伙伴-认证申请   */
    .jx_download2 .date {
        height: 72px;
        border-top: 0;
        padding-top: 8px;
    }

    .jx_download2 .jx_download_con {
        width: 706px;
    }

    .look_mb {
        display: block;
        font-size: 14px;
        line-height: 60px;
        color: #4560ac;
        text-align: center;
    }

    /*   2-7合作伙伴-新增认证申请   */
    .partners_con2 {
        padding-left: 50px;
    }

    .partners_con2 .partners_info {
        float: left;
    }

    .partners_con2 .partners_info_tit {
        padding: 34px 0;
    }

    .partners_info_tit a.back_rz {
        float: left;
        line-height: 32px;
        border-radius: 2px;
        border: 1px solid #e6e6e6;
        padding: 0 8px;
        margin: -4px 0 0 20px;
        color: #377fc7;
    }

    .partners_con2 .certification_con_list li > h3 {
        width: 160px;
    }

    .certification_con_list li > p {
        float: left;
        font-size: 12px;
        line-height: 40px;
        color: #333;
    }

    .certification_con_list li .select_short {
        width: 120px;
        margin-left: 14px;
    }

    .rzfs {
        overflow: hidden;
    }

    .rzfs label {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #666666;
        margin-right: 44px;
    }

    .certification_con_list li label input {
        float: left;
        width: 18px;
        height: 18px;
        margin: 11px 7px 0 0;
    }

    .certification_con_list li label input[type=radio] {
        cursor: pointer;
        width: 18px;
        height: 18px;
        position: relative;
        border: 2px solid #ccc;
        background-color: #fff;
    }

    .certification_con_list li label input[type=radio]:checked:after {
        position: absolute;
        width: 14px;
        height: 14px;
        border: 2px solid #de0515;
        top: 0;
        left: 0;
        content: " ";
        background-color: #fff;
        color: #fff;
        display: inline-block;
        visibility: visible;
        border-radius: 50%;
    }

    .certification_con_list li label input[type=radio]:checked:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #de0515;
        position: relative;
        top: 5px;
        left: 5px;
        z-index: 1;
    }

    .zlsc {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        width: 116px;
        text-align: center;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
        margin: 12px 0;
        cursor: pointer;
        padding: 5px 0;
    }

    .partners_con2 .rember_password {
        padding-left: 180px;
    }

    .partners_con2 .certification_con > a {
        margin-left: 180px;
    }

    /*   3-0文档中心   */
    .word_center {
        border-top: 0;
        background: #f7f7f7 url(../images/bg6.jpg) no-repeat top center;
        background-size: 100% auto;
        padding-top: 0;
    }

    .word_center_tit {
        height: 224px;
        box-sizing: border-box;
        padding: 72px 0 0 0;
        color: #fff;
    }

    .word_center_tit h3 {
        font-size: 42px;
        line-height: 60px;
        font-weight: bold;
    }

    .word_center_tit p {
        font-size: 16px;
        line-height: 32px;
    }

    .word_center .partners_nav_tit {
        height: 96px;
    }

    .word_center .jx_download li {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .word_center .jx_download .date {
        height: 80px;
        border-top: 3px solid #de0515;
        padding-top: 0;
    }

    .word_center .jx_download_con h3 {
        margin-bottom: 4px;
    }

    .jx_download_con h4 {
        font-size: 12px;
        line-height: 24px;
        color: #333;
    }

    .jx_download_con h4 span {
        margin-right: 16px;
    }

    .word_center .jx_download_con p {
        margin: 10px auto 25px;
    }

    .word_download {
        border-top: 1px solid #e6e6e6;
        padding: 18px 4px;
        overflow: hidden;
    }

    .word_download:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .word_download img {
        float: left;
        width: 42px;
        margin-right: 40px;
    }

    .jx_download_con .word_download p {
        float: left;
        font-size: 14px;
        line-height: 24px;
        color: #414141;
        width: 474px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    .word_download a {
        float: right;
        margin-top: 4px;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        width: 100px;
        text-align: center;
        background-color: #de0515;
        box-shadow: 0px 1px 4px 0px rgba(8, 1, 3, 0.15);
    }

    /*   4-0生态发展   */
    .software_ecological {
        background-color: #1a1a1a;
        padding: 50px 0;
        text-align: center;
        min-width: 1200px;
    }

    .software_ecological select {
        display: inline-block;
        font-size: 14px;
        line-height: 46px;
        height: 46px;
        color: #333;
        padding: 0 14px;
        width: 200px;
        border: 1px solid #e6e6e6;
        -webkit-appearance: none;
        appearance: none;
        background: #fff url(../images/down.png) no-repeat right center;
        background-size: auto 6px;
        background-origin: content-box;
    }

    .software_ecological input {
        display: inline-block;
        font-size: 14px;
        line-height: 46px;
        height: 46px;
        color: #333;
        padding: 0 14px;
        width: 370px;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        margin-left: 8px;
    }

    .software_ecological button {
        display: inline-block;
        font-size: 14px;
        line-height: 48px;
        color: #fff;
        padding: 0 14px;
        width: 100px;
        text-align: center;
        background-color: #ccc;
        margin-left: 8px;
    }

    .software_ecological button.on {
        background-color: #de0515;
    }

    .ecological {
        padding: 0;
        border-top: 0;
    }

    .ecological .partners_info {
        width: 100%;
        max-width: 1200px;
        margin: 40px auto;
    }

    .choose_tit {
        padding: 20px 0;
    }

    .choose_tit button {
        float: right;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        background-color: #cccccc;
        width: 42px;
        text-align: center;
        margin-left: 20px;
    }

    .choose_tit label {
        float: right;
        font-size: 14px;
        line-height: 18px;
        color: #377fc7;
    }

    .choose_tit label input {
        float: left;
        width: 14px;
        height: 14px;
        margin: 2px 8px 0 0;
    }

    .species_table {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .species_table th,
    .species_table td {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .species_table th {
        width: 174px;
        background-color: #f7f7f7;
        font-size: 14px;
        line-height: 49px;
        color: #333;
        text-align: center;
    }

    .species_table td {
        padding-bottom: 14px;
    }

    .species_table td a {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        color: #666;
        padding: 0 4px;
        margin-left: 40px;
        margin-top: 14px;
    }

    .species_table td a.on {
        color: #fff;
        background-color: #de0515;
    }

    .compatible-tab {
        width: 97%;
        margin-left: 3%;
        margin-top: 30px;
    }

    .compatible-tab a {
        color: #de0515;
    }

    .cp_info {
        width: 97%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        margin-top: 24px;
        margin-left: 3%;
    }

    .cp_info th,
    .cp_info td {
        /*width: 7.14%;*/
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
        padding: 0 15px;
        min-width: 55px;
        max-width: 80px;
        word-break: break-all;
    }

    .cp_info th {
        background-color: #f7f7f7;
        font-size: 12px;
        line-height: 49px;
    }

    .cp_info td {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        padding: 10px;
    }

    .cp_info td a.download {
        display: block;
        font-size: 12px;
        line-height: 28px;
        width: 45px;
        color: #666;
        text-align: center;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 230, 230);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
    }

    .cp_info td a.show {
        color: #de0515;
    }

    /*   5-0关于我们   */
    .About_us {
        border-top: 0;
        background: #fff url(../images/bg7.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    .About_us_con {
        background-color: #fff;
        padding: 0 64px 170px;
    }

    .About_us_con_txt {
        padding-top: 40px;
    }

    .About_us_con_txt h3 {
        font-size: 18px;
        line-height: 42px;
        color: #333;
        font-weight: bold;
    }

    .About_us_con_txt p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

    .About_us_con_num {
        padding: 80px 0 48px;
        border-bottom: 1px solid #e6e6e6;
    }

    .About_us_con_num li {
        float: left;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #e6e6e6;
    }

    .About_us_con_num li:last-child {
        border-right: 0;
    }

    .About_us_con_num li h3 {
        font-size: 52px;
        line-height: 52px;
        color: #de0515;
        font-weight: bold;
    }

    .About_us_con_num li p {
        font-size: 14px;
        line-height: 14px;
        color: #999;
        margin-top: 24px;
    }

    .About_us_team h2 {
        font-size: 20px;
        line-height: 120px;
        color: #333;
        font-weight: bold;
    }

    .About_us_team_list img {
        float: left;
        width: 340px;
        height: 240px;
        margin-right: 26px;
    }

    .About_us_team_list img:last-child {
        margin-right: 0;
    }

    /*   6-0个人中心   */
    .header_Personal_center {
        float: right;
    }

    .header_Personal_center a {
        float: left;
        font-size: 14px;
        line-height: 110px;
        color: #333;
        margin-left: 34px;
        position: relative;
    }

    .header_Personal_center a img {
        height: 24px;
    }

    .header_Personal_center a i {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #de0515;
        position: absolute;
        top: 42px;
        right: -4px;
    }

    .nav2 {
        margin-left: 80px;
    }

    .Personal_center {
        padding-top: 0;
    }

    .path a {
        float: left;
        font-size: 14px;
        line-height: 50px;
        color: #333;
    }
    .path a:hover span{
        color: #de0515;
    }

    .path p {
        float: left;
        font-size: 14px;
        line-height: 50px;
        color: #999;
        margin-left: 4px;
    }

    .Personal_center_nav_list li {
        border-bottom: 1px solid #e7e7e7;
    }

    .Personal_center_nav_list li.on > a {
        color: #de0515;
        background: url(../images/right_r.png) no-repeat right center;
        background-size: auto 10px;
        background-origin: content-box;
    }

    .Personal_center_info {
        text-align: center;
        height: 242px;
        background: url(../images/bg8.png) no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 42px;
        text-align: center;
    }

    .Personal_center_info > img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .8);
    }

    .Personal_center_info p {
        font-size: 20px;
        line-height: 50px;
        color: #fff;
        font-weight: bold;
    }

    .Personal_center_info_bottom {
        margin-top: 12px;
        padding: 0 23px;
    }

    .Personal_center_info_bottom img {
        float: left;
        height: 22px;
        margin-right: 12px;
    }

    .Personal_center_info_bottom a {
        float: right;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        border: 2px solid #fff;
        width: 64px;
        text-align: center;
    }

    .perfect {
        background-color: #ffe9eb;
        margin-top: 30px;
        padding: 0 18px;
    }

    .perfect img {
        float: left;
        height: 24px;
        margin: 13px 12px 0 0;
    }

    .perfect p {
        float: left;
        font-size: 12px;
        line-height: 50px;
        color: #de0515;
    }

    .Personal_center_list li {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .Personal_center_list li > h3 {
        float: left;
        font-size: 14px;
        line-height: 32px;
        color: #666;
        width: 120px;
    }

    .Personal_center_list li > h3 i {
        font-style: normal;
        color: red;
    }

    .Personal_center_list_center {
        float: left;
        width: 336px;
        padding-right: 40px;
        box-sizing: border-box;
        position: relative;
    }

    .Personal_center_list_center p {
        font-size: 14px;
        line-height: 32px;
        color: #333;
        position: relative;
    }

    .Personal_center_list_center .image-item {
        max-width: 100px;
    }

    .Personal_center_list_center p i {
        color: #377fc7;
        padding-left: 16px;
        cursor: pointer;
        background-color: #fff;
        /*    position: absolute;
        bottom: 0;
        right: 0;*/
    }

    .Personal_center_list_center > span.small {
        display: block;
        color: #999999;
        line-height: 20px;
        font-size: 12px;
        margin-top: 10px;
    }

    .certification_con_list li > p.no-address {
        font-size: 14px;
        color: #666666;
    }

    .certification_con_list li > p.no-address a {
        color: #de0515;
    }

    .Personal_center_list_center input {
        font-size: 14px;
        line-height: 32px;
        color: #333;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        border: 1px solid #e6e6e6;
    }

    .Personal_center_list_center textarea {
        font-size: 14px;
        line-height: 28px;
        color: #333;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        padding: 0 10px;
        border: 1px solid #e6e6e6;
    }

    .Personal_center_list2 .Personal_center_list_center {
        width: 460px;
    }

    .Personal_center_list2 .Personal_center_list_center img {
        max-width: 200px;
    }

    .Personal_center_list li > span {
        float: left;
        font-size: 14px;
        line-height: 32px;
        color: #ccc;
    }

    .Personal_center_list li > span.xg {
        color: #377fc7;
        cursor: pointer;
    }

    .Personal_center .btn {
        float: left;
        margin-left: 120px;
    }

    /*   6-1个人中心-账户安全   */
    .perfect h3 {
        font-size: 14px;
        line-height: 24px;
        color: #de0515;
        padding: 13px 0;
    }

    .Modify_list {
        margin-top: 44px;
        width: 440px;
    }

    .Modify_list li {
        overflow: hidden;
    }

    .Modify_list li h3 {
        float: left;
        font-size: 12px;
        line-height: 48px;
        color: #666;
        width: 162px;
    }

    .Modify_list li p {
        float: left;
        font-size: 12px;
        line-height: 48px;
        color: #333;
    }

    .Modify_list li p span {
        float: left;
        width: 28px;
        text-align: center;
        position: relative;
        margin-right: 10px;
    }

    .Modify_list li p span img {
        width: 20px;
        height: 3px;
        position: absolute;
        bottom: 6px;
        left: 50%;
        margin-left: -10px;
    }

    .Modify_list li p span.ruo {
        color: #ccc;
    }

    .Modify_list li p span.zhong {
        color: #666;
    }

    .Modify_list li p span.qiang {
        color: #4cc584;
    }

    .Modify_list li button, .Modify_list li a {
        float: right;
        font-size: 12px;
        line-height: 48px;
        color: #377fc7;
    }

    /*   6-2个人中心-认证管理   */
    .Has_applied_tit {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        margin-top: 30px;
    }

    .Has_applied_tit p {
        float: left;
        width: auto;
        padding: 0 20px;
        text-align: center;
        font-size: 16px;
        line-height: 65px;
        color: #666;
        font-weight: bold;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        position: relative;
    }

    .Has_applied_tit p:after {
        content: "";
        display: block;
        width: 1px;
        height: 18px;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -9px;
    }

    .Has_applied_tit p:nth-child(3):after {
        display: none;
    }

    .Has_applied_tit p.on {
        color: #de0515;
        border-bottom: 3px solid #de0515;
        margin-bottom: -1px;
    }

    .Has_applied_tit p.on a, .Has_applied_tit p:hover > a {
        display: inline-block;
        width: 100%;
        color: #de0515;
    }

    .Has_applied_tit a.add {
        float: right;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        width: 138px;
        margin-top: 22px;
        border-style: solid;
        border-width: 1px;
        border-color: #de0515;
        background-color: #de0515;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .Has_applied_time {
        padding: 30px 0 20px;
    }

    .Has_applied_time h3 {
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: #666;
    }

    .Has_applied_time span {
        float: left;
        width: 80px;
        font-size: 12px;
        line-height: 36px;
        color: #666;
        margin-left: 6px;
        text-align: center;
        background-color: #f2f2f2;
    }

    .Has_applied_time span a {
        display: inline-block;
        width: 100%;
    }

    .Has_applied_time span:hover, .Has_applied_time span.on {
        background-color: #de0515;
    }

    .Has_applied_time span:hover > a, .Has_applied_time span.on > a {
        color: #ffffff;
    }

    .Has_applied_time_ipt {
        float: left;
        margin-left: 32px;
        border: 1px solid #e6e6e6;
    }

    .Has_applied_time_ipt input {
        float: left;
        width: 196px;
        box-sizing: border-box;
        padding: 0 14px;
        font-size: 12px;
        line-height: 34px;
        color: #666;
    }

    .Has_applied_time_ipt img {
        float: right;
        height: 36px;
        margin: -1px -1px 0 0;
    }

    .Has_applied_time a.export {
        float: right;
        font-size: 12px;
        line-height: 36px;
        color: #377fc7;
    }

    .Has_applied_info {
        display: none;
    }

    .Has_applied_info.active {
        display: block;
    }

    .Has_applied_info > li {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .Has_applied_info > li > h3 {
        float: left;
        width: 12.5%;
        font-size: 12px;
        line-height: 36px;
        color: #333;
        font-weight: bold;
        text-align: center;
        background-color: #f2f2f2;
    }

    .Has_applied_info_all {
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .Has_applied_info_all h4 {
        font-size: 12px;
        line-height: 34px;
        color: #666;
        padding: 0 30px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .Has_applied_info_all h3 {
        font-size: 12px;
        line-height: 20px;
        color: #999999;
        padding: 10px 30px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .Has_applied_info_all ol {
        overflow: hidden;
    }

    .Has_applied_info_all ol li {
        float: left;
        width: 12.5%;
        height: 115px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
    }

    .Has_applied_info_all ol li h5 {
        font-size: 12px;
        line-height: 22px;
        color: #377fc7;
    }

    .Has_applied_info_all ol li p {
        font-size: 12px;
        line-height: 18px;
        color: #333;
        padding: 0 10px;
    }

    .Has_applied_info_all ol li p a.red, .Has_applied_info_all ol li p a.red:hover {
        color: #01AAED;
    }

    .Has_applied_info_all ol li button, .Has_applied_info_all ol li > a {
        display: block;
        width: 68px;
        margin: 6px auto 0;
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        background-color: #FF5722;
    }

    .Has_applied_info_all ol li button.on, .Has_applied_info_all ol li > a.on {
        background-color: #377fc7;
    }

    .Has_applied_info_all ol li button.no, .Has_applied_info_all ol li > a.no {
        background-color: #ccc;
        cursor: default;
    }

    /*   6-4个人中心-实名认证   */
    .perfect h4 {
        float: left;
        font-size: 12px;
        line-height: 50px;
        color: #666;
    }

    .perfect h4 a {
        color: #de0515;
    }

    .through {
        text-align: center;
        font-size: 18px;
        line-height: 90px;
        color: #333;
        margin-top: 36px;
    }

    .through img {
        height: 58px;
        margin: -4px 18px 0 0;
    }

    /*   6-5个人中心-下载资料   */
    .download_search {
        padding: 24px 0 10px;
        border-top: 1px solid #e6e6e6;
        margin-top: 30px;
    }

    .download_search input {
        float: left;
        font-size: 14px;
        line-height: 46px;
        color: #333;
        padding: 0 10px;
        width: 624px;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
    }

    .download_search button {
        float: right;
        font-size: 15px;
        line-height: 48px;
        color: #999;
        width: 80px;
        text-align: center;
        text-decoration: underline;
    }

    .download_search button.on {
        width: 100px;
        color: #fff;
        background-color: #de0515;
        text-decoration: none;
    }

    .download_list li {
        float: left;
        width: 396px;
        margin-top: 20px;
        border: 1px solid #e6e6e6;
    }

    .download_list li:nth-child(2n) {
        float: right;
    }

    .download_list_top {
        border-bottom: 1px solid #e6e6e6;
        background-color: #f7f7f7;
        overflow: hidden;
    }

    .download_list_top p {
        float: left;
        font-size: 16px;
        line-height: 48px;
        color: #333;
        width: 310px;
        box-sizing: border-box;
        padding: 0 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .download_list_top a {
        float: right;
        font-size: 16px;
        line-height: 48px;
        color: #377fc7;
        text-align: center;
        width: 83px;
        border-left: 1px solid #e6e6e6;
        background-color: #fff;
    }

    .download_list_bottom {
        height: 180px;
        box-sizing: border-box;
        padding: 18px 24px 0;
    }

    .download_list_bottom a {
        display: block;
        font-size: 14px;
        line-height: 36px;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 20px;
        position: relative;
    }

    .download_list_bottom a:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #666;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
    }

    .download_list_bottom a:hover {
        color: #377fc7;
    }

    .download_list_bottom a:hover:before {
        background-color: #377fc7;
    }

    /*   6-6个人中心-应用管理   */
    .Application_management {
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .Application_management tr th {
        background-color: #f7f7f7;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
        line-height: 48px;
        color: #333;
    }

    .Application_management tr td {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
        line-height: 25px;
        color: #666;
        text-align: center;
        padding: 10px 0;
    }

    .Application_management tr td .download_btn {
        color: #fff;
        background-color: #377fc7;
        width: 50px;
        line-height: 24px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    /*   6-7消息中心   */
    .message_center {
        min-height: 888px;
        box-sizing: border-box;
    }

    .About_us_con .Has_applied_tit p:nth-child(2):after {
        display: block;
    }

    .About_us_con .Has_applied_tit p:nth-child(3):after {
        display: none;
    }

    .About_us_con .Has_applied_tit a {
        width: 100px;
    }

    .message_center_list {
        display: none;
    }

    .message_center_list.active {
        display: block;
    }

    .message_center_list li {
        border-bottom: 1px dashed #e6e6e6;
        padding: 24px 0;
        overflow: hidden;
    }

    .message_center_list li input[type=checkbox] {
        cursor: pointer;
        font-size: 16px;
        width: 18px;
        height: 18px;
        position: relative;
        background-color: #fff;
        float: left;
        margin: 11px 14px 0 0;
    }

    .message_center_list li input[type=checkbox]:after {
        position: absolute;
        width: 16px;
        height: 16px;
        line-height: 15px;
        top: 0;
        content: " ";
        border: 2px solid #df0d1c;
        color: #ff0000;
        display: inline-block;
        visibility: visible;
        border-radius: 2px;
        text-align: center;
        background-color: #fff;
    }

    .message_center_list li input[type=checkbox]:checked:after {
        content: "✓";
        font-size: 16px;
        font-weight: bold;
        color: #df0d1c;
    }

    .message_center_list_con {
        float: left;
        width: 1040px;
    }

    .message_center_list_con h3 {
        font-size: 16px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }

    .message_center_list_con p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 10px;
    }


    @media screen and (min-width: 1441px) and (max-width: 1680px) {
        /*   登录   */
        .login_left_txt {
            height: 276px;
            padding: 42px 122px 0 106px
        }

        .login_left_txt h3 {
            font-size: 38px;
            line-height: 72px;
        }

        .login_left_txt p {
            font-size: 12px;
            line-height: 20px;
        }

        .login_nav {
            padding: 32px 52px 0 0;
        }

        .login_nav a {
            font-size: 14px;
            line-height: 28px;
            margin-right: 42px;
        }

        .login_nav a.on {
            width: 60px;
        }

        .login_right_con {
            padding: 128px 128px 0;
        }

        .login_right_con > img {
            height: 66px;
        }

        .login_right_ul {
            padding-top: 10px;
        }

        .login_right_ul li {
            margin-top: 16px;
            padding-left: 35px;
            height: 42px;
        }

        .login_right_ul_img {
            width: 24px;
            line-height: 40px;
            margin-top: -10px;
        }

        .login_right_ul_img img {
            display: block;
            height: 20px;
            margin: 0 auto;
        }

        .login_right_ul li input {
            font-size: 12px;
            line-height: 40px;
            text-indent: 15px;
        }

        .rember_password label {
            font-size: 12px;
            line-height: 62px;
        }

        .rember_password label input[type=checkbox] {
            cursor: pointer;
            font-size: 16px;
            width: 18px;
            height: 18px;
            position: relative;
            background-color: #fff;
            float: left;
            margin: 21px 10px 0 5px;
        }

        .rember_password label input[type=checkbox]:after {
            position: absolute;
            width: 16px;
            height: 16px;
            line-height: 15px;
            top: 0;
            content: " ";
            border: 2px solid #df0d1c;
            color: #ff0000;
            display: inline-block;
            visibility: visible;
            border-radius: 2px;
            text-align: center;
            background-color: #fff;
        }

        .rember_password label input[type=checkbox]:checked:after {
            content: "✓";
            font-size: 16px;
            font-weight: bold;
            color: #df0d1c;
        }

        .rember_password a {
            font-size: 12px;
            line-height: 62px;
        }

        .login_right_con > button {
            font-size: 20px;
            line-height: 44px;
        }

        /*   忘记密码   */
        .login_right_con > h2 {
            font-size: 22px;
            line-height: 22px;
            top: 240px;
            left: 128px;
        }

        .yzm_li {
            width: 280px;
        }

        .login_right_con > button.login_btn2 {
            margin-top: 32px;
        }

        /*   注册    */
        .registered .login_right_con {
            padding-top: 10px;
        }

        .registered .login_right_con h2 {
            top: 150px;
        }
    }

    @media screen and (min-width: 1025px) and (max-width: 1440px) {
        /*   登录   */
        .login_left_txt {
            height: 234px;
            padding: 40px 106px 0 92px
        }

        .login_left_txt h3 {
            font-size: 34px;
            line-height: 64px;
        }

        .login_left_txt p {
            font-size: 10px;
            line-height: 18px;
        }

        .login_nav {
            padding: 10px 44px 0 0;
        }

        .login_nav a {
            font-size: 12px;
            line-height: 24px;
            margin-right: 35px;
        }

        .login_nav a.on {
            width: 50px;
        }

        .login_right_con {
            padding: 110px 110px 0;
        }

        .login_right_con > img {
            height: 56px;
        }

        .login_right_ul {
            padding-top: 10px;
        }

        .login_right_ul li {
            margin-top: 14px;
            height: 36px;
        }

        .login_right_ul_img {
            width: 22px;
            line-height: 34px;
            margin-top: -18px;
        }

        .login_right_ul_img img {
            height: 18px;
        }

        .login_right_ul li input {
            font-size: 12px;
            line-height: 34px;
        }

        .rember_password label {
            font-size: 12px;
            line-height: 52px;
        }

        .rember_password label input[type=checkbox] {
            cursor: pointer;
            font-size: 14px;
            width: 16px;
            height: 16px;
            position: relative;
            background-color: #fff;
            float: left;
            margin: 16px 10px 0 5px;
        }

        .rember_password label input[type=checkbox]:after {
            position: absolute;
            width: 16px;
            height: 16px;
            line-height: 15px;
            top: 0;
            content: " ";
            border: 2px solid #df0d1c;
            color: #ff0000;
            display: inline-block;
            visibility: visible;
            border-radius: 2px;
            text-align: center;
            background-color: #fff;
        }

        .rember_password label input[type=checkbox]:checked:after {
            content: "✓";
            font-size: 14px;
            font-weight: bold;
            color: #df0d1c;
        }

        .rember_password a {
            line-height: 52px;
        }

        .login_right_con > button {
            font-size: 16px;
            line-height: 44px;
        }

        /*   忘记密码   */
        .login_right_con > h2 {
            font-size: 20px;
            line-height: 20px;
            top: 200px;
            left: 110px;
        }

        .yzm_li {
            width: 250px;
        }

        .login_right_con > button.login_btn2 {
            margin-top: 0;
        }

        /*   注册    */
        .registered .login_right_con {
            padding-top: 0;
        }

        .registered .login_right_con h2 {
            top: 130px;
        }
    }


    /*附件按钮*/
    .file-item .btn {
        margin: 0 5px;
        display: inline-block;
        width: 45px;
        font-size: 12px;
        border-radius: 5px;
        line-height: 25px;
        border: 1px solid #de0515;
    }

    .file-item .btn.file-down {
        background: #ffffff;
        color: #666666;
        border: 1px solid #999999;
    }

    .layui-table .file-item i.file-preview {
        background: url("../images/ysb.png") no-repeat;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin: -4px 5px 0 0;
    }

    .partners_info .layui-table tr th {
        background: #f7f7f7;
    }

    .partners_info1 {
        margin: 30px auto;
    }

    .compatible-info h1 {
        width: 90%;
        margin: 0 auto 15px;
        color: #de0515;
        font-size: 18px;
    }

    .compatible-input {
        display: inline !important;
    }

    .no-info {
        text-align: center;
        font-size: 14px;
        margin: 50px auto;
        color: #666666;
    }

    .no-info a {
        color: #de0515;
    }

    .certification_con_list li .red-msg {
        color: #de0515;
        font-size: 12px;
        float: none;
        display: block;
        clear: both;
        margin-left: 140px
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 1.5rem;
    }

    /*   登录   */
    .login {
        height: 100vh;
        background: url(../images/bg1.png) no-repeat left center;
        background-size: auto 100%;
    }

    .login_left {
        float: left;
        width: 50%;
        height: 100%;
        position: relative;
        display: none;
    }

    .login_left_txt {
        width: 100%;
        padding: 1rem .4rem .5rem;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .4);
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .login_left_txt h3 {
        font-size: .5rem;
        line-height: 1rem;
        font-weight: bold;
    }

    .login_left_txt p {
        font-size: .3rem;
        line-height: .4rem;
        margin-top: .2rem;
    }

    .login_right {
        float: right;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: relative;
    }

    .login_nav {
        padding: .7rem .3rem 0;
    }

    .login_nav a {
        float: right;
        font-size: .45rem;
        line-height: .6rem;
        color: #333333;
        margin-right: .4rem;
    }

    .login_nav a.on {
        background-color: #de0515;
        color: #fff;
        width: 1.2rem;
        text-align: center;
        padding: .1rem;
        margin-top: -.1rem;
    }

    .login_right_con {
        padding: 2.6rem .3rem 0;
        position: relative;
    }

    .login_right_con > img {
        display: block;
        height: 1.8rem;
        margin: 0 auto;
    }

    .login_right_ul {
        padding-top: 1.5rem;
    }

    .login_right_ul li {
        margin-top: .5rem;
        border-radius: .1rem;
        border: 1px solid #e6e6e6;
        padding-left: .2rem;
        height: 1.6rem;
        position: relative;
        box-sizing: border-box;
    }

    .login_right_ul_img {
        float: left;
        width: 1rem;
        line-height: 1.6rem;
    }

    .login_right_ul_img img {
        height: .6rem;
        margin-top: -.1rem;
        padding-left: .2rem;
    }

    .login_right_ul li input {
        float: left;
        font-size: .35rem;
        line-height: 1.6rem;
        color: #333;
    }

    .login_right_con .layui-btn {
        background: #de0515;
    }

    .rember_password label {
        float: left;
        font-size: .33rem;
        line-height: 1.4rem;
        color: #808080;
        margin-left: .1rem;
    }

    .rember_password label input[type=checkbox] {
        cursor: pointer;
        font-size: .35rem;
        width: .35rem;
        height: .35rem;
        position: relative;
        background-color: #fff;
        float: left;
        margin: .5rem .2rem 0 0;
    }

    .rember_password label input[type=checkbox]:after {
        position: absolute;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        top: 0;
        content: " ";
        border: 1px solid #df0d1c;
        color: #ff0000;
        display: inline-block;
        visibility: visible;
        border-radius: .1rem;
        text-align: center;
        background-color: #fff;
    }

    .rember_password label input[type=checkbox]:checked:after {
        content: "✓";
        font-size: .35rem;
        font-weight: bold;
        color: #df0d1c;
    }

    .rember_password a {
        float: right;
        font-size: .33rem;
        line-height: 1.4rem;
        color: #4d6cb3;
    }

    .login_right_con > a {
        display: block;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #fff;
        text-align: center;
        margin-top: .5rem;
        background-color: #de0515;
    }

    .copyright_num {
        width: 100%;
        font-size: .3rem;
        color: #bebebe;
        text-align: center;
        position: absolute;
        left: 0;
        padding: .5rem;
        box-sizing: border-box;
    }

    .copyright_num a {
        color: #bebebe;
    }

    .copyright_num a:last-child {
        display: block;
    }

    /*   忘记密码   */
    .login_right_con > h2 {
        font-size: .4rem;
        line-height: .4rem;
        color: #8f8f8f;
        font-weight: bold;
        position: absolute;
        top: 5.5rem;
        left: .3rem;
    }

    .yzm_li {
        width: 6.5rem;
    }

    .login_right_ul li.yzm_li input {
        width: 5.2rem;
    }

    .send_code {
        box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
        position: absolute;
        top: -.03rem;
        right: -4.5rem;
        cursor: pointer;
    }

    .login_right_ul li > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    /*   注册    */
    .registered_left {
        background: url(../images/bg2.png) no-repeat left center;
        background-size: auto 100%;
    }

    .registered .login_right_con {
        padding-top: 1rem;
    }

    .registered .login_right_con h2 {
        top: 3.8rem;
        left: .4rem;
        font-size: 0.6rem;
        color: #999999;
    }

    .registered .login_right_con > a {
        margin-top: 0;
    }

    /*   index   */
    .inner {
        padding: 0 .4rem;
        box-sizing: border-box;
    }

    .index_body {
        padding-top: 0;
    }

    .header_btn {
        position: fixed;
        bottom: .5rem;
        right: .5rem;
        z-index: 9;
        display: none;
    }

    .header_btn a {
        float: left;
        font-size: .4rem;
        line-height: .8rem;
        color: #fff;
        width: 1.6rem;
        text-align: center;
        border: 1px solid transparent;
    }

    .header_btn a.on {
        border: 1px solid #fff;
    }

    .header_btn a img {
        height: .5rem;
        float: right;
        margin: .15rem 0;
    }

    .index_swiper .swiper-slide {
        height: 14rem;
        background: url(../images/bg3.png) no-repeat center top;
        background-size: auto 100%;
        box-sizing: border-box;
        padding-top: 3rem;
        text-align: center;
        color: #fff;
    }

    .compatible-count .compatible-all {
        font-size: 16px;
    }

    .index_swiper .swiper-slide h3 {
        font-size: .7rem;
        line-height: .5rem;
    }

    .index_swiper .swiper-slide p {
        font-size: 1.2rem;
        line-height: 2.8rem;
        font-weight: bold;
        background: url(../images/line1.png) no-repeat center bottom;
        background-size: 1.4rem .1rem;
    }

    .index_swiper .swiper-slide a {
        display: block;
        font-size: .4rem;
        width: 4rem;
        line-height: 1.1rem;
        background-color: #de0515;
        color: #fff;
        text-align: center;
        display: block;
        margin: .9rem auto 0;
    }

    .index_swiper > .swiper-pagination-bullets {
        width: 2rem;
        bottom: .5rem;
        left: 80%;
    }

    .index_swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .25rem;
        height: .25rem;
        border: 1px solid #fff;
        margin: 0 .1rem;
        opacity: 1;
        background: transparent;
    }

    .index_swiper > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .plan {
        background-color: #de0515;
        padding: 1.2rem .4rem 1.3rem;
    }

    .plan_txt {
        text-align: center;
        color: #fff;
        margin: 0 auto;
    }

    .plan_txt h3 {
        font-size: .6rem;
        line-height: 1.2rem;
        font-weight: bold;
        background: url(../images/line2.png) no-repeat center top;
        background-size: .8rem .05rem;
    }

    .plan_txt p {
        font-size: .35rem;
        line-height: .6rem;
        margin-top: .3rem;
    }

    .plan_txt p a {
        text-decoration: underline;
        color: #fff;
    }

    .plan_list {
        margin: .5rem auto 0;
    }

    .plan_list a {
        float: left;
        width: 49%;
        height: 2rem;
        box-sizing: border-box;
        background-color: #fff;
        padding: .5rem 0 0 .3rem;
        overflow: hidden;
    }

    .plan_list a:last-child {
        float: right;
    }

    .plan_list a > img {
        float: left;
        height: 1rem;
        margin-right: .2rem;
    }

    .plan_list_con {
        float: left;
        width: 3.6rem;
        color: #333;
    }

    .plan_list_con h3 {
        font-size: .4rem;
        line-height: .6rem;
    }

    .plan_list_con p {
        font-size: .2rem;
        line-height: .35rem;
    }

    .partner {
        padding: 1.1rem 0 1.3rem;
    }

    .tit {
        font-size: .55rem;
        line-height: 1.4rem;
        color: #333;
        font-weight: bold;
        text-align: center;
        background: url(../images/line3.png) no-repeat center top;
        background-size: .8rem .05rem;
    }

    .partner_list {
        margin-top: .4rem;
    }

    .partner_list li {
        float: left;
        width: 48%;
        box-sizing: border-box;
        padding: .8rem .5rem;
        margin-top: .5rem;
        overflow: hidden;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
        position: relative;
        cursor: pointer;
    }

    .partner_list li:nth-child(2) {
        float: right;
        animation-delay: .2s;
    }

    .partner_list li:nth-child(3) {
        animation-delay: .4s;
    }

    .partner_list li:nth-child(4) {
        float: right;
        animation-delay: .6s;
    }

    .partner_list li:last-child {
        margin-right: 0;
    }

    .partner_list li a > img {
        height: 2.8rem;
        position: absolute;
        top: -.5rem;
        left: -.5rem;
    }

    .partner_list li a > img:nth-child(2) {
        display: none;
    }

    .partner_list li:hover > img:nth-child(1) {
        display: none;
    }

    .partner_list li:hover > img:nth-child(2) {
        display: block;
    }

    .partner_list li h3 {
        font-size: 1.5rem;
        line-height: 2.3rem;
        color: #de0515;
        position: relative;
        z-index: 1;
    }

    .partner_list li h4 {
        font-size: .45rem;
        line-height: .7rem;
        color: #333;
        font-weight: bold;
    }

    .partner_list li p {
        font-size: .4rem;
        line-height: .7rem;
        color: #666;
    }

    .partner_list li span {
        display: block;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        width: 3rem;
        text-align: center;
        border: 1px solid #ededed;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
        margin: .5rem auto 0;
    }

    .partner_list li:hover {
        background-color: #de0515;
    }

    .partner_list li:hover h3,
    .partner_list li:hover h4,
    .partner_list li:hover p {
        color: #fff;
    }

    .partner_list li:hover a {
        color: #de0515;
        background-color: #fff;
    }

    .link {
        background-color: #fff;
        padding: 1.1rem 0;
    }

    .link_list a {
        float: left;
        width: 25%;
        text-align: center;
        line-height: 1.7rem;
        height: 1.7rem;
    }

    .link_list a img {
        width: 100%;
    }

    .index_registered {
        background-color: #2319dd;
    }

    .index_registered h3 {
        float: left;
        font-size: .5rem;
        line-height: 1.5rem;
        color: #fff;
        font-weight: bold;
    }

    .index_registered a {
        float: right;
        font-size: .4rem;
        line-height: .8rem;
        color: #2319dd;
        width: 2rem;
        text-align: center;
        background-color: #fff;
        margin-top: .35rem;
    }

    .footer {
        background-color: #1a1a1a;
        padding: 1.2rem 0 0 0;
    }

    .footer_top {
        min-height: 3.5rem;
    }

    .footer_logo {
        float: left;
        margin-right: 1rem;
        border-top: .05rem solid #de0515;
        padding-top: .65rem;
    }

    .footer_logo img {
        height: 1rem;
    }

    .footer_list {
        float: left;
    }

    .footer_list li {
        float: left;
        min-width: 3.5rem;
    }

    .footer_list li h3 {
        font-size: .4rem;
        line-height: .4rem;
        color: #b3b3b3;
        font-weight: bold;
        margin-bottom: .3rem;
    }

    .footer_list li a,
    .footer_list li p {
        display: block;
        font-size: .35rem;
        line-height: .7rem;
        color: #4d4d4d;
    }

    .footer_list li a:hover {
        color: #b3b3b3;
    }

    .ewm {
        float: right;
        width: 100%;
        text-align: center;
        padding-top: .5rem;
    }

    .ewm img {
        height: 3rem;
    }

    .ewm p {
        font-size: .35rem;
        line-height: 1rem;
        color: #4d4d4d;
    }

    .footer_txt {
        font-size: .35rem;
        line-height: 1.2rem;
        color: #4d4d4d;
        text-align: center;
    }

    /*   合作伙伴   */
    .partners {
        border-top: .3rem solid #1a1a1a;
        padding-top: .4rem;
    }

    .partners_con {
        background-color: #fff;
        position: relative;
    }

    .partners_nav {
        background-color: #f2f2f2;
    }

    .partners_nav_tit {
        height: 2.4rem;
        background-color: #de0515;
        padding: .5rem .7rem 0;
        color: #fff;
        box-sizing: border-box;
    }

    .partners_nav_tit h3 {
        font-size: .5rem;
        line-height: .8rem;
        font-weight: bold;
    }

    .partners_nav_tit p {
        font-size: .3rem;
        line-height: .5rem;
    }

    .partners_nav_list li > a {
        display: block;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #333;
        padding: 0 .3rem;
        overflow: hidden;
        background: url(../images/right_b.png) no-repeat right center;
        background-size: auto .3rem;
        background-origin: content-box;
    }

    .partners_nav_list li.on > a {
        background: url(../images/down_b.png) no-repeat right center;
        background-size: auto .2rem;
        background-origin: content-box;
    }

    .partners_nav_list li > a img {
        float: left;
        height: .4rem;
        margin: .4rem .3rem 0 0;
    }

    .partners_nav_list_info {
        background-color: #fff;
        display: none;
    }

    .partners_nav_list_info a {
        display: block;
        font-size: .35rem;
        line-height: 1rem;
        color: #666;
        padding: 0 1rem;
    }

    .partners_nav_list_info a.on,
    .partners_nav_list_info a:hover {
        color: #e01423;
    }

    .partners_nav_list li.on .partners_nav_list_info {
        display: block;
        padding: 15px 0;
    }

    .partners_info {
        padding: .5rem 0;
    }

    .Cooperation_process {
        padding: .4rem 0 .7rem;
        border-bottom: .1rem solid #e6e6e6;
    }

    .Cooperation_process h2 {
        font-size: .6rem;
        line-height: 2rem;
        color: #333;
        font-weight: bold;
    }

    .Cooperation_process_list a {
        float: left;
        width: 5.7rem;
        height: 1.6rem;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 1px 4px 0px rgba(8, 1, 3, 0.15);
        margin: .5rem .5rem 0 0;
        padding-left: .45rem;
        overflow: hidden;
        position: relative;
    }

    .Cooperation_process_list a:nth-child(2n) {
        margin-right: 0;
    }

    .Cooperation_process_list a img {
        height: 1.5rem;
        position: absolute;
        bottom: -.35rem;
        right: -.2rem;
    }

    .Cooperation_process_list a h3 {
        float: left;
        font-size: .6rem;
        line-height: 1.6rem;
        color: #de0515;
        margin-right: .2rem;
        font-weight: bold;
    }

    .Cooperation_process_list a p {
        float: left;
        font-size: .4rem;
        line-height: 1.6rem;
        color: #333;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

    .Cooperation_process_list a.on {
        background-color: #de0515;
    }

    .Cooperation_process_list a.on h3,
    .Cooperation_process_list a.on p {
        color: #fff;
    }

    .Thank_you_apply {
        padding: .5rem 0;
    }

    .Thank_you_apply h3 {
        font-size: .5rem;
        line-height: .7rem;
        color: #333;
        font-weight: bold;
    }

    .Thank_you_apply h3 a {
        color: #de0515;
    }

    .Thank_you_apply p {
        font-size: .4rem;
        line-height: .6rem;
        color: #666;
        margin-top: .3rem;
    }

    .certification_tab {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .certification_tab a {
        float: left;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #414141;
        text-align: center;
        width: 4rem;
    }

    .certification_tab a.on {
        background-color: #de0515;
        color: #fff;
    }

    .certification_con {
        display: none;
    }

    .certification_con.active {
        display: block;
    }

    .certification_con_tit {
        font-size: .4rem;
        line-height: 1.4rem;
        color: #ccc;
        background: url(../images/line4.png) no-repeat right center;
        background-size: 85% 1px;
    }

    .certification_con_list li {
        overflow: hidden;
        margin-top: .4rem;
    }

    .certification_con_list li > h3 {
        float: left;
        text-align: right;
        width: 4rem;
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
        margin-right: .3rem;
    }

    .certification_con_list li > h3 i {
        color: #de0515;
    }

    .certification_con_list li > input {
        float: left;
        width: 7rem;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        border: 1px solid #e6e6e6;
        padding: 0 .2rem;
        box-sizing: border-box;
    }

    .certification_con_list li select {
        float: left;
        width: 7rem;
        font-size: .4rem;
        height: 1rem;
        color: #666;
        border: 1px solid #e6e6e6;
        padding: 0 .2rem;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
        padding-right: .3rem;
        background: url(../images/down.png) no-repeat right center;
        background-size: auto .2rem;
        background-origin: content-box;
    }

    .certification_con_list li textarea {
        float: left;
        width: 7rem;
        font-size: .4rem;
        line-height: .7rem;
        height: 3rem;
        color: #666;
        border: 1px solid #e6e6e6;
        padding: .2rem;
        box-sizing: border-box;
    }

    .add_img {
        float: left;
        width: 7rem;
    }

    .add_img_list {
        overflow: hidden;
    }

    .add_img_list img {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: .3rem;
    }

    .add_img p {
        font-size: .3rem;
        line-height: .8rem;
        color: #ccc;
    }

    .rember_password2 {
        padding-left: 4.3rem;
    }

    .certification_con > a {
        font-size: .4rem;
        line-height: 1.2rem;
        color: #fff;
        text-align: center;
        display: block;
        background-color: #de0515;
        width: 6rem;
        margin-left: 4.3rem;
    }

    /*   2-2合作伙伴-镜像下载   */
    .partners_info_tit {
        padding-top: .5rem;
    }

    .partners_info_tit h3 {
        float: left;
        font-size: .5rem;
        line-height: .6rem;
        color: #666;
        font-weight: bold;
        padding-left: .4rem;
        background: url(../images/line5.png) no-repeat left center;
        background-size: auto 100%;
    }

    .partners_info_tit a {
        float: right;
        font-size: .4rem;
        line-height: .6rem;
        color: #666;
    }

    .partners_info_tit a img {
        float: left;
        height: .5rem;
        margin: .05rem .2rem 0 0;
    }

    .jx_download li {
        overflow: hidden;
        padding: .7rem 0 .45rem;
        border-bottom: 1px solid #e6e6e6;
    }

    .date {
        float: left;
        width: 1.6rem;
        height: 2rem;
        box-sizing: border-box;
        background-color: #f3f3f3;
        border-top: .05rem solid #de0515;
        text-align: center;
        margin-right: .5rem;
        padding-top: .1rem;
    }

    .date h3 {
        font-size: .8rem;
        line-height: 1rem;
        color: #333;
        font-weight: bold;
    }

    .date p {
        font-size: .35rem;
        line-height: .6rem;
        color: #333;
    }

    .jx_download_con {
        float: left;
        width: 9.9rem;
    }

    .jx_download_con h3 {
        font-size: .5rem;
        line-height: .5rem;
        color: #333;
        margin-bottom: .2rem;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .jx_download_con p {
        font-size: .4rem;
        line-height: .6rem;
        color: #333;
        font-weight: bold;
    }

    .jx_download_con p span {
        color: #666;
        font-weight: normal;
    }

    .jx_download_btn {
        float: right;
        overflow: hidden;
        margin-top: .5rem;
    }

    .jx_download_btn a {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        width: 3rem;
        text-align: center;
        background-color: #fff;
        margin-left: .4rem;
        border: 1px solid #ededed;
        box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15)
    }

    .jx_download_btn a.on {
        border-color: #de0515;
        background-color: #de0515;
        color: #fff;
    }

    /*   2-3合作伙伴-发布兼容   */
    .release {
        text-align: center;
        padding: .8rem 1.7rem 0;
    }

    .release img {
        height: 2rem;
    }

    .release p {
        font-size: .4rem;
        line-height: .7rem;
        color: #333;
        margin-top: .6rem;
    }

    .btn {
        display: block;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #fff;
        width: 5rem;
        text-align: center;
        background-color: #de0515;
        margin: .7rem auto 0;
    }

    /*   2-4合作伙伴-认证常见问题   */
    .faq_list {
        padding-top: .4rem;
    }

    .faq_list li {
        margin-top: .4rem;
        border: 1px solid #e6e6e6;
    }

    .faq_list li h3 {
        font-size: .4rem;
        line-height: 1.2rem;
        color: #333;
        font-weight: bold;
        padding: 0 .3rem;
        cursor: pointer;
        background: url(../images/right_b.png) no-repeat right center;
        background-size: auto .3rem;
        background-origin: content-box;
    }

    .faq_list li h3 i {
        float: left;
        font-size: .3rem;
        color: #fff;
        width: .5rem;
        line-height: .5rem;
        height: .6rem;
        text-align: center;
        background: url(../images/bg4.png) no-repeat;
        background-size: 100% 100%;
        margin: .3rem .25rem 0 0;
    }

    .faq_list li h3.on {
        background: #f7f7f7 url(../images/down_b.png) no-repeat right center;
        background-size: auto .2rem;
        background-origin: content-box;
    }

    .faq_list_con {
        padding: .2rem;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .faq_list_con p {
        overflow: hidden;
    }

    .faq_list_con p i {
        float: left;
        font-size: .3rem;
        color: #fff;
        width: .4rem;
        line-height: .5rem;
        height: .5rem;
        text-align: center;
        background: url(../images/bg5.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 .25rem 0 0;
    }

    .faq_list_con p span {
        float: left;
        width: 10rem;
        font-size: .35rem;
        line-height: .5rem;
        color: #666;
    }

    /*   2-5合作伙伴-认证申请   */
    .jx_download2 .date {
        border-top: 0;
    }

    .jx_download2 .jx_download_con {
        width: 9.9rem;
    }

    .look_mb {
        display: block;
        font-size: .4rem;
        line-height: 1.4rem;
        color: #4560ac;
        text-align: center;
    }

    /*   2-7合作伙伴-新增认证申请   */
    .partners_con2 .partners_info {
        float: left;
    }

    .partners_con2 .partners_info_tit {
        padding: .55rem 0;
    }

    .partners_info_tit a.back_rz {
        float: left;
        line-height: .8rem;
        border-radius: .1rem;
        border: 1px solid #e6e6e6;
        padding: 0 .2rem;
        margin: -.1rem 0 0 .4rem;
        color: #377fc7;
    }

    .partners_con2 .certification_con_list li > h3 {
        width: 4.4rem;
    }

    .certification_con_list li > p {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
    }

    .certification_con_list li .select_short {
        margin: .4rem 0 0 4.7rem;
    }

    .rzfs {
        overflow: hidden;
    }

    .rzfs label {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        margin-right: 1rem;
    }

    .certification_con_list li label input {
        float: left;
        width: .4rem;
        height: .4rem;
        margin: .3rem .1rem 0 0;
    }

    .certification_con_list li label input[type=radio] {
        cursor: pointer;
        width: .35rem;
        height: .35rem;
        position: relative;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .certification_con_list li label input[type=radio]:checked:after {
        position: absolute;
        width: .3rem;
        height: .3rem;
        border: 1px solid #de0515;
        top: 0;
        left: 0;
        content: " ";
        background-color: #fff;
        color: #fff;
        display: inline-block;
        visibility: visible;
        border-radius: 50%;
    }

    .certification_con_list li label input[type=radio]:checked:before {
        content: "";
        display: block;
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        background-color: #de0515;
        position: relative;
        top: .13rem;
        left: .13rem;
        z-index: 1;
    }

    .zlsc {
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
        width: 4rem;
        text-align: center;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
        margin: .2rem 0;
    }

    .partners_con2 .rember_password {
        padding-left: 4.7rem;
    }

    .partners_con2 .certification_con > a {
        margin-left: 4.7rem;
    }

    /*   3-0文档中心   */
    .word_center {
        border-top: 0;
        background: #f7f7f7 url(../images/bg6.png) no-repeat top center;
        background-size: auto auto;
        padding-top: 0;
    }

    .word_center_tit {
        height: 3.8rem;
        box-sizing: border-box;
        padding: 1.2rem .6rem 0;
        color: #fff;
    }

    .word_center_tit h3 {
        font-size: .7rem;
        line-height: 1rem;
        font-weight: bold;
    }

    .word_center_tit p {
        font-size: .3rem;
        line-height: .55rem;
    }

    .word_center .partners_nav_tit {
        margin-top: .4rem;
    }

    .word_center .jx_download li {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .word_center .jx_download .date {
        border-top: .05rem solid #de0515;
        padding-top: .15rem;
    }

    .word_center .jx_download_con h3 {
        margin-bottom: .2rem;
    }

    .jx_download_con h4 {
        font-size: .4rem;
        line-height: .6rem;
        color: #333;
    }

    .jx_download_con h4 span {
        margin-right: .5rem;
    }

    .word_center .jx_download_con p {
        margin-top: .3rem;
    }

    .word_download {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: .3rem .1rem;
        margin-top: 24px;
        overflow: hidden;
    }

    .word_download img {
        float: left;
        width: 1rem;
        margin-right: .5rem;
    }

    .jx_download_con .word_download p {
        float: left;
        font-size: .4rem;
        line-height: .5rem;
        color: #414141;
        width: 5rem;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0;
    }

    .word_download a {
        float: right;
        font-size: .4rem;
        line-height: 1rem;
        color: #fff;
        width: 2.4rem;
        text-align: center;
        background-color: #de0515;
        box-shadow: 0px 1px 4px 0px rgba(8, 1, 3, 0.15);
    }

    /*   4-0生态发展   */
    .software_ecological {
        background-color: #1a1a1a;
        padding: 1rem 0;
        text-align: center;
    }

    .software_ecological select {
        display: inline-block;
        font-size: .4rem;
        line-height: 1.2rem;
        height: 1.2rem;
        color: #333;
        padding: 0 .2rem;
        width: 3rem;
        border: 1px solid #e6e6e6;
        -webkit-appearance: none;
        appearance: none;
        background: #fff url(../images/down.png) no-repeat right center;
        background-size: auto .2rem;
        background-origin: content-box;
    }

    .software_ecological input {
        display: inline-block;
        font-size: .4rem;
        line-height: 1.2rem;
        height: 1.2rem;
        color: #333;
        padding: 0 .2rem;
        width: 5rem;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        margin-left: .1rem;
    }

    .software_ecological button {
        display: inline-block;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #fff;
        padding: 0 .2rem;
        width: 1.5rem;
        text-align: center;
        background-color: #ccc;
        margin-left: .1rem;
    }

    .software_ecological button.on {
        background-color: #de0515;
    }

    .ecological {
        padding: 0;
        border-top: 0;
    }

    .ecological .partners_info {
        float: none;
        width: 100%;
    }

    .choose_tit {
        padding: .4rem 0;
    }

    .choose_tit button {
        float: right;
        font-size: .4rem;
        line-height: .8rem;
        color: #fff;
        background-color: #cccccc;
        width: 1.6rem;
        text-align: center;
        margin-left: .5rem;
    }

    .choose_tit label {
        float: right;
        font-size: .4rem;
        line-height: .8rem;
        color: #377fc7;
    }

    .choose_tit label input {
        float: left;
        width: .4rem;
        height: .4rem;
        margin: .2rem .2rem 0 0;
    }

    .species_table {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .species_table th,
    .species_table td {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .species_table th {
        width: 3rem;
        background-color: #f7f7f7;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        text-align: center;
    }

    .species_table td {
        padding-bottom: .3rem;
    }

    .species_table td a {
        display: inline-block;
        font-size: .3rem;
        line-height: .4rem;
        color: #666;
        padding: 0 .1rem;
        margin-left: .7rem;
        margin-top: .3rem;
    }

    .species_table td a.on {
        color: #fff;
        background-color: #de0515;
    }

    .mobile_table {
        overflow-x: auto;
    }

    .cp_info {
        width: 300%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        margin-top: .4rem;
    }

    .cp_info th,
    .cp_info td {
        width: 7.14%;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
    }

    .cp_info th {
        background-color: #f7f7f7;
        font-size: .4rem;
        line-height: 1rem;
    }

    .cp_info td {
        font-size: .4rem;
        line-height: .6rem;
        color: #666;
        padding: .2rem 0;
    }

    .cp_info td a {
        display: block;
        font-size: .4rem;
        line-height: .8rem;
        width: 1.6rem;
        color: #666;
        text-align: center;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 230, 230);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
    }

    /*   5-0关于我们   */
    .About_us {
        border-top: 0;
        background: #fff url(../images/bg7.png) no-repeat top center;
        background-size: auto auto;
    }

    .About_us_con {
        background-color: #fff;
        padding: 0 .4rem 2rem;
    }

    .About_us_con_txt {
        padding-top: .7rem;
    }

    .About_us_con_txt h3 {
        font-size: .5rem;
        line-height: .8rem;
        color: #333;
        font-weight: bold;
    }

    .About_us_con_txt p {
        font-size: .4rem;
        line-height: .7rem;
        color: #666;
    }

    .About_us_con_num {
        padding: 1.4rem 0 .8rem;
        border-bottom: 1px solid #e6e6e6;
    }

    .About_us_con_num li {
        float: left;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #e6e6e6;
    }

    .About_us_con_num li:last-child {
        border-right: 0;
    }

    .About_us_con_num li h3 {
        font-size: .9rem;
        line-height: .9rem;
        color: #de0515;
        font-weight: bold;
    }

    .About_us_con_num li p {
        font-size: .4rem;
        line-height: .4rem;
        color: #999;
        margin-top: .4rem;
    }

    .About_us_team h2 {
        font-size: .5rem;
        line-height: 2rem;
        color: #333;
        font-weight: bold;
    }

    .About_us_team_list img {
        float: left;
        width: 3.8rem;
        height: 3rem;
        margin-right: .3rem;
    }

    .About_us_team_list img:last-child {
        margin-right: 0;
    }

    /*   6-0个人中心   */
    .header_Personal_center {
        float: right;
    }

    .header_Personal_center a {
        float: left;
        font-size: .4rem;
        line-height: 1.5rem;
        color: #333;
        margin-right: .6rem;
        position: relative;
    }

    .header_Personal_center a img {
        height: .5rem;
    }

    .header_Personal_center a i {
        width: .2rem;
        height: .2rem;
        border-radius: 50%;
        background-color: #de0515;
        position: absolute;
        top: .45rem;
        right: -.05rem;
    }

    .nav2 {
        /*margin-left: 80px;*/
    }

    .Personal_center {
        padding-top: 0;
    }

    .path a {
        float: left;
        font-size: .4rem;
        line-height: 1.4rem;
        color: #333;
    }

    .path p {
        float: left;
        font-size: .4rem;
        line-height: 1.4rem;
        color: #999;
        margin-left: .2rem;
    }

    .Personal_center_nav_list li {
        border-bottom: 1px solid #e7e7e7;
    }

    .Personal_center_nav_list li.on > a {
        color: #de0515;
        background: url(../images/right_r.png) no-repeat right center;
        background-size: auto .3rem;
        background-origin: content-box;
    }

    .Personal_center_info {
        text-align: center;
        height: 6.5rem;
        background: url(../images/bg8.png) no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: .7rem;
        text-align: center;
    }

    .Personal_center_info > img {
        height: 2.4rem;
    }

    .Personal_center_info p {
        font-size: .6rem;
        line-height: 1.6rem;
        color: #fff;
        font-weight: bold;
    }

    .Personal_center_info_bottom {
        margin-top: .2rem;
        padding: 0 .4rem;
    }

    .Personal_center_info_bottom img {
        float: left;
        height: .8rem;
        margin-right: .4rem;
    }

    .Personal_center_info_bottom a {
        float: right;
        font-size: .4rem;
        line-height: .8rem;
        color: #fff;
        border: 1px solid #fff;
        width: 2.4rem;
        text-align: center;
    }

    .perfect {
        background-color: #ffe9eb;
        margin-top: .5rem;
        padding: 0 .3rem;
    }

    .perfect img {
        float: left;
        height: .6rem;
        margin: .3rem .3rem 0 0;
    }

    .perfect p {
        float: left;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #de0515;
    }

    .Personal_center_list li {
        overflow: hidden;
        margin-bottom: .4rem;
    }

    .Personal_center_list li > h3 {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
        width: 3rem;
    }

    .Personal_center_list_center {
        float: left;
        width: 7rem;
        padding-right: .7rem;
        box-sizing: border-box;
    }

    .Personal_center_list_center p {
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        position: relative;
    }

    .Personal_center_list_center p i {
        color: #377fc7;
        padding-left: .3rem;
        cursor: pointer;
        background-color: #fff;
        /*    position: absolute;
            bottom: 0;
            right: 0;*/
    }

    .Personal_center_list_center input {
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        width: 6rem;
        box-sizing: border-box;
        padding: 0 .2rem;
        border: 1px solid #e6e6e6;
    }

    .Personal_center_list_center textarea {
        font-size: .4rem;
        line-height: .6rem;
        color: #333;
        width: 6rem;
        height: 3rem;
        box-sizing: border-box;
        padding: .2rem;
        border: 1px solid #e6e6e6;
    }

    .Personal_center_list2 .Personal_center_list_center {
        width: 6.8rem;
    }

    .Personal_center_list li > span {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #ccc;
    }

    .Personal_center_list li > span.xg {
        color: #377fc7;
        cursor: pointer;
    }

    .Personal_center .btn {
        margin-left: 3rem;
    }

    /*   6-1个人中心-账户安全   */
    .perfect h3 {
        font-size: .4rem;
        line-height: .6rem;
        color: #de0515;
        padding: .2rem 0;
    }

    .Modify_list {
        margin-top: .7rem;
    }

    .Modify_list li {
        overflow: hidden;
    }

    .Modify_list li h3 {
        float: left;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #666;
        width: 4.5rem;
    }

    .Modify_list li p {
        float: left;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #333;
    }

    .Modify_list li p span {
        float: left;
        width: .5rem;
        text-align: center;
        position: relative;
        margin-right: .4rem;
    }

    .Modify_list li p span img {
        width: .6rem;
        height: .05rem;
        position: absolute;
        bottom: .1rem;
        left: 50%;
        margin-left: -.3rem;
    }

    .Modify_list li p span.ruo {
        color: #ccc;
    }

    .Modify_list li p span.zhong {
        color: #666;
    }

    .Modify_list li p span.qiang {
        color: #4cc584;
    }

    .Modify_list li button {
        float: right;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #377fc7;
    }

    /*   6-2个人中心-认证管理   */
    .Has_applied_tit {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        margin-top: .5rem;
    }

    .Has_applied_tit p {
        float: left;
        width: 2.4rem;
        text-align: center;
        font-size: .4rem;
        line-height: 1.4rem;
        color: #666;
        font-weight: bold;
        border-bottom: .05rem solid transparent;
        cursor: pointer;
        position: relative;
    }

    .Has_applied_tit p:after {
        content: "";
        display: block;
        width: 1px;
        height: .4rem;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.2rem;
    }

    .Has_applied_tit p:nth-child(2):after {
        display: none;
    }

    .Has_applied_tit p.on {
        color: #de0515;
        border-bottom: .05rem solid #de0515;
        margin-bottom: -1px;
    }

    .Has_applied_tit a {
        float: right;
        font-size: .4rem;
        line-height: .8rem;
        color: #666;
        text-align: center;
        width: 4rem;
        margin-top: .3rem;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(230, 230, 230);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .Has_applied_time {
        padding: .5rem 0 .3rem;
    }

    .Has_applied_time h3 {
        float: left;
        font-size: .4rem;
        line-height: .8rem;
        color: #666;
    }

    .Has_applied_time span {
        float: left;
        width: 2.4rem;
        font-size: .4rem;
        line-height: .8rem;
        color: #666;
        margin-left: .3rem;
        text-align: center;
        background-color: #f2f2f2;
    }

    .Has_applied_time_ipt {
        float: left;
        margin-top: .5rem;
        border: 1px solid #e6e6e6;
    }

    .Has_applied_time_ipt input {
        float: left;
        width: 7rem;
        box-sizing: border-box;
        padding: 0 .3rem;
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
    }

    .Has_applied_time_ipt img {
        float: right;
        height: 1.05rem;
        margin: -1px -1px 0 0;
    }

    .Has_applied_time a {
        float: right;
        font-size: .4rem;
        line-height: 1rem;
        color: #377fc7;
        margin-top: .5rem;
    }

    .Has_applied_info {
        width: 200%;
        display: none;
    }

    .Has_applied_info.active {
        display: block;
    }

    .Has_applied_info > li {
        margin-bottom: .4rem;
        overflow: hidden;
    }

    .Has_applied_info > li > h3 {
        float: left;
        width: 16.66%;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        font-weight: bold;
        text-align: center;
        background-color: #f2f2f2;
    }

    .Has_applied_info_all {
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .Has_applied_info_all h4 {
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
        padding: 0 .5rem;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .Has_applied_info_all ol {
        overflow: hidden;
    }

    .Has_applied_info_all ol li {
        float: left;
        width: 16.66%;
        height: 2rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
    }

    .Has_applied_info_all ol li h5 {
        font-size: .4rem;
        line-height: .6rem;
        color: #377fc7;
    }

    .Has_applied_info_all ol li p {
        font-size: .4rem;
        line-height: .6rem;
        color: #333;
        padding: 0 .35rem;
    }

    .Has_applied_info_all ol li button {
        display: block;
        width: 3rem;
        margin: .1rem auto 0;
        font-size: .4rem;
        line-height: .8rem;
        color: #fff;
        background-color: #ccc;
    }

    .Has_applied_info_all ol li button.on {
        background-color: #377fc7;
    }

    /*   6-4个人中心-实名认证   */
    .perfect h4 {
        float: left;
        font-size: .4rem;
        line-height: 1.2rem;
        color: #666;
    }

    .perfect h4 a {
        color: #de0515;
    }

    .through {
        text-align: center;
        font-size: .4rem;
        line-height: 1.5rem;
        color: #333;
        margin-top: .6rem;
    }

    .through img {
        height: 1rem;
        margin: -.25rem .3rem 0 0;
    }

    /*   6-5个人中心-下载资料   */
    .download_search {
        padding: .4rem 0 .2rem;
        border-top: 1px solid #e6e6e6;
        margin-top: .5rem;
    }

    .download_search input {
        float: left;
        font-size: .4rem;
        line-height: .95rem;
        color: #333;
        padding: 0 .2rem;
        width: 8rem;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
    }

    .download_search button {
        float: right;
        font-size: .4rem;
        line-height: 1rem;
        color: #999;
        width: 1.6rem;
        text-align: center;
        text-decoration: underline;
    }

    .download_search button.on {
        width: 2rem;
        color: #fff;
        background-color: #de0515;
        text-decoration: none;
    }

    .download_list li {
        margin-top: .4rem;
        border: 1px solid #e6e6e6;
    }

    .download_list_top {
        border-bottom: 1px solid #e6e6e6;
        background-color: #f7f7f7;
        overflow: hidden;
    }

    .download_list_top p {
        float: left;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
        width: 9.8rem;
        box-sizing: border-box;
        padding: 0 .4rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .download_list_top a {
        float: right;
        font-size: .4rem;
        line-height: 1rem;
        color: #377fc7;
        text-align: center;
        width: 2rem;
        border-left: 1px solid #e6e6e6;
        background-color: #fff;
    }

    .download_list_bottom {
        box-sizing: border-box;
        padding: .4rem;
    }

    .download_list_bottom a {
        display: block;
        font-size: .4rem;
        line-height: .8rem;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: .35rem;
        position: relative;
    }

    .download_list_bottom a:before {
        content: "";
        display: block;
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        background-color: #666;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -.05rem;
    }

    .download_list_bottom a:hover {
        color: #377fc7;
    }

    .download_list_bottom a:hover:before {
        background-color: #377fc7;
    }

    /*   6-6个人中心-应用管理   */
    .Application_management {
        width: 200%;
        box-sizing: border-box;
        margin-top: .4rem;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .Application_management tr th {
        background-color: #f7f7f7;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
    }

    .Application_management tr td {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: .4rem;
        line-height: 1rem;
        color: #666;
        text-align: center;
    }

    .Application_management tr td .look {
        color: #377fc7;
    }

    .Application_management tr td .download_btn {
        color: #fff;
        background-color: #377fc7;
        width: 2rem;
        line-height: .8rem;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    /*   6-7消息中心   */
    .message_center {
        padding-bottom: 2rem;
        box-sizing: border-box;
    }

    .About_us_con .Has_applied_tit p:nth-child(2):after {
        display: block;
    }

    .About_us_con .Has_applied_tit p:nth-child(3):after {
        display: none;
    }

    .About_us_con .Has_applied_tit a {
        width: 3rem;
    }

    .message_center_list {
        display: none;
    }

    .message_center_list.active {
        display: block;
    }

    .message_center_list li {
        border-bottom: 1px dashed #e6e6e6;
        padding: .4rem 0;
        overflow: hidden;
    }

    .message_center_list li input[type=checkbox] {
        cursor: pointer;
        font-size: .3rem;
        width: .5rem;
        height: .5rem;
        position: relative;
        background-color: #fff;
        float: left;
        margin: .2rem .3rem 0 0;
    }

    .message_center_list li input[type=checkbox]:after {
        position: absolute;
        width: .5rem;
        height: .5rem;
        line-height: .5rem;
        top: 0;
        content: " ";
        border: 1px solid #df0d1c;
        color: #ff0000;
        display: inline-block;
        visibility: visible;
        border-radius: .1rem;
        text-align: center;
        background-color: #fff;
    }

    .message_center_list li input[type=checkbox]:checked:after {
        content: "✓";
        font-size: .4rem;
        font-weight: bold;
        color: #df0d1c;
    }

    .message_center_list_con {
        float: left;
        width: 11.2rem;
    }

    .message_center_list_con h3 {
        font-size: .5rem;
        line-height: 1rem;
        color: #333;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .message_center_list_con p {
        font-size: .4rem;
        line-height: .7rem;
        color: #666;
        margin-top: .2rem;
    }

    .layui-fixbar {
        z-index: 99;
    }

    .layui-nav .layui-nav-item {
        display: block;
        width: 100%;
    }

    .solution-div ul li i {
        margin-left: 0;
    }

    .solution {
        padding-left: 0;
    }

    .solution-list .solution-li {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .solution-list .solution-li h1 {
        font-size: .5rem;
        margin-bottom: 10px;
    }

    .solution-list .solution-li li a {
        font-size: .4rem;
    }

    .solution-top-title h3 {
        font-size: .7rem;
    }

    .solution-cases-list a {
        display: inline-block;
        text-align: left;
        margin: 10px auto;
    }

    .solution-cases-list a:hover {
        color: #666666;
        border-bottom: 1px solid #ffffff;
    }

    .solution-cases-list a.on {
        color: #de0515;
        border-bottom: 1px solid #de0515;
    }
}


.layui-form-checkbox[lay-skin=primary] span {
    height: auto;
}









