* {
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft yahei';
    font-size: 16px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-ms-reveal {
    display: none;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #daa745;
    cursor: pointer;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color: #222;
    min-width: 1200px;
}

.clear {
    clear: both;
}

.down-arrow {
    padding-right: 15px;
    position: relative;
}

.down-arrow::after {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
    transform: rotate(135deg);
}

header {
    height: 72px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.card {
    width: 60%;
    margin: auto;
}

.el-row .el-col-12:nth-child(1) {
    padding-right: 20px;
}

.massage-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.massage-p a {
    font-size: 14px;
    color: #2b5aed;
}
.icon-img {
    width: 20px;
    cursor: pointer;
}
.tetx-p {
    font-size: 12px;
    color: #999;
}
.w_1200 {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.header_nav {
    width: 100%;
    color: #b4b4b4;
    position: relative;
    height: 72px;
    line-height: 72px;
    background-color: #fff;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.nav-flex .header_nav_fl {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 150px;
}

.nav-flex .header_nav_fl li a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    min-width: 110px;
    text-align: center;
    /* margin-right: 35px; */
    display: block;
    /* padding: 0px 50px; */
}
.nav-flex .header_nav_fl li.active a,
.nav-flex .header_nav_fl li:hover a {
    color: #fff;
}
.nav-flex .header_nav_fl li.active,
.nav-flex .header_nav_fl li:hover {
    background-color: #3039ff;
    color: #fff;
    cursor: pointer;
}
.header_nav .w_1200 {
    height: auto;
    overflow: visible;
}
.nav-flex .header_nav_fr {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.nav-flex .header_nav_fr .xz-text {
    font-size: 16px;
    color: #3039ff;
    border-bottom: 1px solid #3039ff;
    font-weight: bold;
}

.nav-flex .header_nav_fr .logo-ul {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.nav-flex .header_nav_fr .logo-ul li a {
    display: inline-block;
    min-width: 64px;
    text-align: center;
    font-size: 16px;
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    margin-left: 16px;
    font-weight: bold;
}

.nav-flex .header_nav_fr .logo-ul li a:hover {
    background-color: #3039ff;
    color: #fff;
}

.nav-flex .header_nav_fr .ydl-cont {
    display: flex;
    align-items: center;
    margin-left: 50px;
    cursor: pointer;
}

.nav-flex .header_nav_fr .ydl-cont img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: 0px 4px 10px 0px rgba(0, 2, 38, 0.1);
}
.nav-flex .header_nav_fr .ydl-cont p {
    font-size: 15px;
    color: #374151;
    padding-left: 8px;
}
.card {
    width: 100%;
}

.tips {
    font-size: 12px;
    color: #666;
    line-height: initial !important;
    padding-top: 8px;
}

.foot.footer_nobg {
    background-color: transparent;
}

/* .foot.footer_nobg .footer_bottom {
    background-color: transparent !important;
}

.foot.footer_nobg .footer_bottom .copyright_nav a {
    color: #666 !important;
} */

.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background-color: #f7f7f7; */
    /* padding-top: 30px; */
}

.foot .footer_bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    background-color: #1b1b1b;
    color: #999999;
}
.footer-biaoyu {
    display: flex;
}
.footer-biaoyu .footer-lft {
    width: 320px;
}
.footer-biaoyu .footer-lft img {
    width: 230px;
    height: 40px;
}
.footer-biaoyu .footer-lft p {
    font-size: 16px;
    color: #9ca3af;
    text-align: left;
    padding-top: 28px;
    line-height: 24px;
}
.footer-biaoyu .footer-cen {
    flex: 1;
    padding-left: 90px;
    display: flex;
}
.footer-biaoyu .footer-cen li {
    flex: 1;
    text-align: left;
}
.footer-biaoyu .footer-cen li h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 16px;
}
.footer-biaoyu .footer-cen li a {
    display: block;
    font-size: 16px;
    color: #9ca3af;
    padding-bottom: 12px;
    text-align: left;
}
.footer-biaoyu .footer-cen p {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    font-size: 16px;
    color: #9ca3af;
}
.footer-biaoyu .footer-cen p img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.footer-biaoyu .footer-rig {
    display: flex;
}

.footer-biaoyu .footer-rig .ewm-li {
    padding-right: 35px;
}

.footer-biaoyu .footer-rig .ewm-li img {
    width: 100px;
    height: 100px;
}
.footer-biaoyu .footer-rig .ewm-li p {
    font-size: 12px;
    color: #9e9e9e;
    padding-top: 12px;
}
.footer_bottom .bq-text {
    text-align: center;
    padding-top: 35px;
}
.footer_bottom .bq-text span {
    font-size: 16px;
    color: #9ca3af;
}
.footer_bottom .bq-text .shu {
    width: 1px;
    height: 12px;
    background-color: #9ca3af;
    display: inline-block;
    margin: 0px 8px;
}

.footer_bottom .bq-text a {
    font-size: 16px;
    color: #9ca3af;
}
.footer_bottom .bq-text a::after {
    font-size: 16px;
    color: #9b8061;
}


.mab50 {
    margin-bottom: 50px;
}

.cen-body {
    background-color: #fff;
    padding: 40px 60px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.cen-body .change-ul {
    display: flex;
}

.cen-body .change-ul li {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #333;
    background-color: #ecf5ff;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    margin-right: 36px;
}
.cen-body .change-ul li.active,
.cen-body .change-ul li:hover {
    background-color: #484ff9;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.cen-body .change-ul li.active::after,
.cen-body .change-ul li:hover::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #484ff9 transparent;
    transform: rotate(180deg);
    position: absolute;
    left: 47%;
    bottom: -12px;
}

.cen-body .change-ul li:last-child {
    margin-right: 0;
}

.cen-body .yc-text {
    padding: 30px 0px 30px;
    text-align: center;
    background-color: rgb(246 248 251);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid rgba(72, 79, 249, 0.1);
}

.cen-body .yc-text p {
    font-size: 16px;
    color: #484ff9;
    padding-bottom: 10px;
}

.cen-body .yc-text span {
    font-size: 14px;
    color: #484ff9;
}

.cen-body .type-li {
    padding: 30px 0px;
    border-bottom: 1px solid #f7f7f7;
}

.li-tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}

.li-tit span {
    color: #ff0000;
}

.cen-body .type-li .jb-ul {
    display: flex;
}

.cen-body .type-li .jb-ul li {
    border: 1px solid #eeeeee;
    flex: 1;
    margin-right: 40px;
    padding: 10px 0px 16px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.cen-body .type-li .jb-ul li:last-child {
    margin-right: 0;
}

.cen-body .type-li .jb-ul li img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.cen-body .type-li .jb-ul li p {
    font-size: 14px;
    color: #333;
    padding-top: 6px;
}
.cen-body .type-li .jb-ul li.active,
.cen-body .type-li .jb-ul li:hover {
    border: 1px solid #3039ff;
    background-color: rgba(72, 79, 249, 0.1);
}

.cen-body .type-li .tag-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.cen-body .type-li .tag-ul li {
    width: 11.11%;
}

.cen-body .type-li .tag-ul li p {
    margin: 0px 10px 20px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    cursor: pointer;
}
.pab10 {
    padding-bottom: 10px !important;
}
.cen-body .type-li .tag-ul li.active p,
.cen-body .type-li .tag-ul li:hover p {
    border: 1px solid #3039ff;
    color: #3039ff;
    background-color: rgba(72, 79, 249, 0.1);
}
.cen-body .type-li .li-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.cen-body .type-li .li-top .li-tit {
    padding-bottom: 0px;
}
.cen-body .type-li .li-top .radio-ul {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.cen-body .type-li .zz-box {
    display: flex;
    flex-wrap: wrap;
}

.cen-body .type-li .zz-box .zz-li {
    padding: 12px 20px;
    background-color: #fafafa;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin-right: 30px;
    width: 30%;
}

.cen-body .type-li .zz-box .zz-li h4 span {
    padding: 3px 6px;
    background: rgba(48, 57, 255, 0.1);
    color: #3039ff;
    font-size: 10px;
    border-radius: 4px;
    margin-left: 15px;
}

.cen-body .type-li .zz-box .zz-li p {
    font-size: 12px;
    color: #666;
    padding: 12px 0px;
}

.cen-body .type-li .zz-box .zz-li .bj-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cen-body .type-li .zz-box .zz-li .bj-img img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.cen-body .type-li .add-cont {
    padding: 26px 20px 20px;
    background-color: #fafafa;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin-right: 30px;
    text-align: center;
    min-width: 150px;
    cursor: pointer;
}

.cen-body .type-li .add-cont img {
    width: 24px;
    height: 24px;
    margin: auto;
}
.cen-body .type-li .add-cont p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.fot-btn {
    text-align: center;
    padding-top: 50px;
}

.fontBox,
.fontBox1 {
    font-size: 14px;
    color: #999;
    line-height: initial;
}

.fontBox .el-button--text {
    color: #3039ff;
    font-size: 14px;
}

.weui-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-center {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    border-radius: 10px;
}
.tank-box {
    padding: 26px 40px;
}
.tank-box h4 {
    font-size: 18px;
    color: #333;
    padding-bottom: 30px;
}
.del {
    position: absolute;
    right: 26px;
    top: 26px;
}
.del img {
    cursor: pointer;
}
.jsbq {
    display: flex;
    width: 100%;
}

.jsbq p {
    font-size: 14px;
    color: #606266;
    width: 110px;
}
.jsbq p span {
    color: #ff0000;
}
.bq-ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.bq-ul li {
    min-width: 100px;
    text-align: center;
    padding: 10px 15px;
    margin-right: 20px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    cursor: pointer;
}
.bq-ul li:last-child {
    margin-right: 0;
}
.bq-ul li.active,
.bq-ul li:hover {
    border: 1px solid #3039ff;
    color: #3039ff;
}

.bm-body {
    background-color: #fff;
    padding: 40px 60px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 40px;
}

.bm-body h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

.bm-ul {
    margin-top: 30px;
}

.bm-ul li {
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.bm-ul li h5 {
    font-size: 20px;
    color: #333;
}

.bm-ul li .cont {
    font-size: 16px;
    margin-top: 10px;
    color: #666666;
    line-height: 24px;
}
.bm-ul li .bq-list {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
}
.bm-ul li .bq-list .bq-li {
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 12px;
    font-size: 14px;
    background: rgba(72, 79, 249, 0.1);
    color: #3039ff;
}
.bm-ul li .bq-list .bq-li.bg-org {
    background: #ffedde;
    color: #ff7400;
}
.bm-ul li .bq-list .bq-li.bg-yel {
    background: #fef9c3;
    color: #d79909;
}

.bm-ul li .li-fot {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.bm-ul li .li-fot .lf-text {
    flex: 1;
    display: flex;
    align-items: center;
}
.bm-ul li .li-fot .lf-text p {
    font-size: 14px;
    color: #999;
}

.bm-ul li .li-fot .lf-text span {
    width: 1px;
    height: 12px;
    background-color: #999;
    margin: 0px 6px;
}
.bm-ul li .li-fot .you-btn {
    display: flex;
    align-items: center;
}
.bm-ul li .li-fot .you-btn a {
    min-width: 90px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    padding: 6px 0px;
    background-color: #3039ff;
    color: #fff;
    margin-left: 12px;
}

.bm-ul li .li-fot .you-btn a.borbox {
    border: 1px solid #484ff9;
    color: #484ff9;
    background-color: transparent;
}

.bm-ul li .bm-img {
    position: absolute;
    right: -6px;
    top: -11px;
}

.fot-page {
    padding-top: 30px;
    text-align: center;
}

.wid40 {
    width: 40%;
}

.qxbm-tank {
    padding: 23px 60px;
}

.qxbm-tank .qx-text {
    padding-bottom: 32px;
}

.qxbm-tank .qx-text h4 {
    font-size: 18px;
    color: #333;
}

.qxbm-tank .qx-text p {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.qxbm-tank .phone-ul .phone-li {
    display: flex;
    align-items: center;
    padding-bottom: 22px;
}

.qxbm-tank .phone-ul .phone-li p {
    font-size: 14px;
    color: #333;
    min-width: 110px;
}

.qxbm-tank .phone-ul .phone-li p span {
    color: #ff0000;
}

.qxbm-tank .phone-ul .phone-li .phone-num {
    display: block;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.qxbm-tank .phone-ul .phone-li .li-rig {
    border: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    padding: 6px 8px 6px 16px;
    border-radius: 8px;
    flex: 1;
}

.qxbm-tank .phone-ul .phone-li .li-rig input {
    flex: 1;
    font-size: 14px;
    color: #999;
}

.qxbm-tank .phone-ul .phone-li .li-rig a {
    min-width: 95px;
    display: inline-block;
    background: rgba(48, 57, 255, 0.1);
    color: #3039ff;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 0px;
    text-align: center;
}

.yzm-text {
    min-width: 95px;
    display: inline-block;
    background: rgba(48, 57, 255, 0.1);
    color: #3039ff;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 0px;
    text-align: center;
    line-height: initial;
}

.mart40 {
    margin-top: 40px;
}

.xxmm-box .el-card__body {
    width: 50%;
    margin: 40px auto 0px;
}

.xxmm-box .el-card {
    min-height: calc(100vh - 417px);
}
.hei417 {
    min-height: calc(100vh - 417px);
}
.top-img {
    position: relative;
}
.top-img .banner-img {
    background-size: 100%;
    padding-top: 788px;
    height: 100%;
    background-repeat: no-repeat;
}
.top-img .banner-img img {
    width: 100%;
    /* height: 780px; */
}

.top-img .hu-img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* margin-top: -120px; */
}

@media (min-width: 1921px) and (max-width: 2610px) {
    .top-img .banner-img {
        padding-top: 600px;
    }
}

.hu-img img {
    width: 100%;
}

.index-bg {
    background: url(../img/index-bg.png) no-repeat;
    background-size: 100% 100%;
}

.index-bg .hd-cont {
    padding-top: 30px;
}

.hd-cont h4 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
}

.hd-cont h4::after {
    content: '';
    background-color: #6a5031;
    position: absolute;
    bottom: 1px;
    left: 0px;
    right: 0px;
    height: 10px;
    margin: auto;
    width: 220px;
    z-index: -1;
}

.index-bg .hd-cont p {
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    text-indent: 40px;
    padding-bottom: 20px;
}

.cen-btn {
    display: flex;
    align-items: center;
    padding: 60px 0px;
}

.cen-btn .btn-flex {
    display: flex;
}

.cen-btn .btn-flex img {
    cursor: pointer;
}

.join-ul {
    padding: 18px 0px 48px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.join-ul li {
    width: 25%;
}

.join-ul li .li-box {
    background: linear-gradient(180deg, #9b8061 0%, #9b8061 100%);
    box-sizing: border-box;
    backdrop-filter: blur(82px);
    margin: 0px 10px 32px;
    border-radius: 20px;
    position: relative;
    padding: 24px 20px;
}
.join-ul li .li-box img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
}
/* .join-ul li .li-box .num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
} */

.join-ul li .li-box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.join-ul li .li-box p {
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    line-height: 24px;
    height: 60px;
}

.join-ul li .li-box .zm-text {
    display: inline-block;
    font-family: DingTalk JinBuTi;
    font-size: 100px;
    font-weight: bold;
    /* line-height: 24px; */
    letter-spacing: normal;
    background: linear-gradient(180deg, rgba(221, 223, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    right: 10px;
    top: -28px;
    /* opacity: 0.5; */
}

.login-tank {
    display: flex;
}

.login-tank .lf-img {
    width: 448px;
    height: 464px;
}

.login-tank .lf-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}

.wid896 {
    width: 896px !important;
}

.login-tank .rg-box {
    flex: 1;
    padding: 10px 32px;
}

.rg-box .el-form-item__label {
    width: 100% !important;
}

.rg-box .el-form-item__content {
    margin-left: 0px !important;
}

.rg-box .el-form-item {
    margin-bottom: 0px !important;
}

.rem-box {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.rem-box .el-row::after,
.rem-box .el-row::before,
.el-row::after,
.el-row::before {
    content: none !important;
}
.rem-box a {
    font-size: 14px;
    color: #3039ff;
}

.rg-box .el-button--primary {
    width: 100% !important;
    margin-top: 20px;
}
.rg-box .el-form-item__label {
    line-height: 30px;
}
.rg-box .el-tag {
    line-height: 26px;
    height: 28px;
}
.rg-box .el-input__inner {
    height: 35px;
    line-height: 35px;
}
.rg-box sup {
    font-size: 14px;
}
.pager {
    margin: 20px 0 20px;
    font-family: arial;
    height: auto;
    overflow: hidden;
}

.pager .list {
    text-align: center;
    width: 380px;
    margin: auto;
}

.pager .list a {
    float: left;
    display: block;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
    border-radius: 4px;
}

.pager .list a:hover {
    background: #3039ff;
    color: #fff;
}

.pager .list span {
    float: left;
    display: block;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    line-height: 31px;
    cursor: default;
    border-radius: 4px;
}

.pager .list span.current {
    border: 2px solid #3039ff;
    background: #3039ff;
    color: #fff;
    border-radius: 4px;
}

.pager a.next,
.pager a.prev {
    padding: 0 10px;
    width: 60px;
}

.pager a.noprev {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
    border-radius: 4px;
}

.pager a.nonext {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.add-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head-hover {
    position: relative;
}

.head-hover .nav-ul {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 76px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 112px;
    padding: 5px 0px;
    margin-left: 80px;
}
.head-hover .nav-ul li {
    line-height: initial !important;
}
.head-hover .nav-ul li a {
    text-align: center;
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    color: #666;
}

.zgqs-cont {
    padding-top: 30px;
}

.zgqs-cont p {
    font-size: 18px;
    color: #444;
    line-height: 36px;
    padding-bottom: 20px;
}

.el-select,
.el-cascader {
    width: 100% !important;
    position: relative;
}
.el-input__suffix {
    display: none;
}

.el-input__inner {
    background-color: #fff !important;
}

.el-select::after,
.el-cascader::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    transform: rotate(135deg);
}

.el-input-group--append .el-input__inner,
.el-input-group__prepend {
    border-right: 0px;
}

.none-textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    font-size: 16px;
}
.none-textbox a {
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #3039ff;
    border-radius: 10px;
    color: #fff;
    margin-top: 30px;
}
.none-textbox p {
    margin-top: 20px;
}
.el-message-box__btns .el-button--primary {
    min-width: auto;
}
.cen-body li:first-child.type-li {
    padding-top: 0px;
}
.cen-body li.type-li {
    padding: 20px 0px;
}
.cen-body li.type-li .label-warp {
    display: flex;
    width: 100%;
}
.cen-body li.type-li .label-warp .left-text {
    width: 120px;
    color: #666;
}
.cen-body li.type-li .label-warp .right-text {
    flex: 1;
    color: #333;
}

.cen-body li.type-li .lable-zz-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cen-body li.type-li .lable-zz-box .zz-li {
    padding: 12px 20px;
    background-color: #fafafa;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin-right: 30px;
    width: 30%;
}

.cen-body li.type-li .lable-zz-box .zz-li h4 span {
    padding: 3px 6px;
    background: rgba(48, 57, 255, 0.1);
    color: #3039ff;
    font-size: 10px;
    border-radius: 4px;
    margin-left: 15px;
}

.cen-body li.type-li .lable-zz-box .zz-li p {
    font-size: 12px;
    color: #666;
    padding: 12px 0px;
}
.cen-body .type-li .lable-zz-box .zz-li .bj-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}
.cen-body .type-li .lable-zz-box .zz-li .bj-img img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 6px;
}
.title-h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-h2 .you-btn {
    display: flex;
    align-items: center;
}
.title-h2 .you-btn a {
    min-width: 90px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    padding: 6px 0px;
    background-color: #3039ff;
    color: #fff;
    margin-left: 12px;
}

.title-p {
    margin-top: 20px;
    display: block;
    color: #333;
    font-weight: bold;
}

.padding10 .el-form-item__label {
    padding-left: 10px;
}
