:root {
    --el-color-primary: #66a80f;
    --el-color-primary-light-3: #82c91e;
    --el-color-primary-light-5: #94d82d;
    --el-color-primary-light-7: #a9e34b;
    --el-color-primary-light-8: #c0eb75;
    --el-color-primary-light-9: #d8f5a2;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

html,
body {
    min-width: 1200px;
    font-family: "微软雅黑", serif;
}

[v-cloak] {
    visibility: hidden;
}

.clear-float:after {
    display: block;
    content: ' ';
    height: 0;
    width: 100%;
    clear: both;
}

.text-center {
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: none !important;
}

.register-header {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #004183;
}

.register-content {
    background: #f1f1f1;
}

.register-box {
    padding: 70px 0 40px;
    max-width: 600px;
    min-height: 550px;
    margin: 0 auto;
    overflow: hidden;
}

.register-box .captcha-img {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}

.login-content {
    background: #f1f1f1;
}

.login-box {
    padding: 70px 0 40px;
    width: 500px;
    min-height: 550px;
    margin: 0 auto;
}

.login-box .captcha-img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}

.width-wrapper {
    margin: 0 auto;
    width: 1200px;
}

.page-header1 {
    background: #f1f1f1;
}

.page-header1 .right {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.page-header1 .right .user-vip {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #ff6464;
    border-radius: 3px;
}

.page-header1 .right a {
    color: #666;
    text-decoration: none;
    transition: all .3s 0s;
}

.page-header1 .right a:hover {
    color: var(--el-color-primary-light-5);
}

.page-header1 .left {
    float: left;
    height: 30px;
    max-width: 750px;
    line-height: 30px;
    font-size: 14px;
    color: var(--el-color-primary);
}

.page-header1 .left a {
    color: var(--el-color-primary);
}

.page-header1 .left a:hover {
    color: var(--el-color-primary-light-8);
}

.page-header1 .tips-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header2 {

}

.page-header2 .header-logo {
    padding: 15px 0;
    float: left;
}

.page-header2 .header-logo a,
.page-header2 .header-logo a img {
    display: block;
    height: 54px;
}

.page-header2 .contact {
    float: right;
    margin-top: 12px;
    padding: 0 0 0 60px;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    background-size: auto 50px;
    background-position: left center;
    background-repeat: no-repeat;
}

.page-header2 .contact .phone {
    font-size: 24px;
    color: #0A8BC4;
    line-height: 1.2;
}

.page-header3 {
    background: var(--el-color-primary);
}

.page-header3 .header-menu {

}

.page-header3 .menu-wrapper {

}

.page-header3 .menu-wrapper li {
    float: left;
    width: 133px;
}

.page-header3 .menu-wrapper li a {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: all .3s 0s;
}

.page-header3 .menu-wrapper li.on a,
.page-header3 .menu-wrapper li a:hover {
    color: #fff;
    background-color: var(--el-color-primary-light-5);
}

.page-banner {
    position: relative;
    height: 300px;
}

.page-banner .owl-carousel {

}

.page-banner .owl-carousel .banner-item {
    height: 300px;
    background-repeat: no-repeat;
    background-size: 1920px 300px;
    background-position: center;
}

.page-banner .owl-carousel .banner-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.page-banner .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    opacity: .5;
    background-color: #fff !important;
    transition: all .3s 0s;
}

.page-banner .owl-dot.active {
    opacity: 1;
}

.page-content-wrapper {
    padding: 20px 0;
    background: #f5f5f5;
}

.page-content-wrapper .width-wrapper {
    min-height: 450px;
    background: #fff;
    border-radius: 10px;
}

.index-block {
    min-height: 100px !important;
}

.index-block .block-title {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    color: #333;
}

.index-block .block-title a {
    color: #333;
    transition: all .3s 0s;
}

.index-block .block-title a:hover {
    color: var(--el-color-primary-light-5);
}

.block-title-tab {
    padding: 10px 0 0 0;
    margin: 0 20px;
    overflow: hidden;
    border-bottom: 2px solid var(--el-color-primary-light-5);
}

.block-title-tab a {
    display: block;
    width: 100px;
    height: 40px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #333;
    border-radius: 5px 5px 0 0;
    transition: all .3s 0s;
}

.block-title-tab a:hover {
    color: var(--el-color-primary-light-5);
}

.block-title-tab a.on {
    color: #fff;
    background: var(--el-color-primary-light-5);
}

.index-plan-table {
    padding: 0 20px 30px;
    min-height: 234px;
}

.index-plan-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.index-plan-table table td,
.index-plan-table table th {
    padding: 5px 10px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    line-height: 2;
    text-align: left;
    border-bottom: 1px solid #ddd;
    transition: all .3s 0s;
}

.index-plan-table table th {
    color: #fff;
    background: var(--el-color-primary);
}

.index-plan-table table tr:hover td {
    background: #f4fce3;
}

.index-plan-table table td {
    color: #888;
}

.index-plan-table table th {
    font-weight: bold;
}

.index-plan-table table .plan-table-title {

}

.index-plan-table table .plan-table-title a {
    color: #333;
    font-weight: bold;
    transition: all .3s 0s;
}

.index-plan-table table .plan-table-title a:hover {
    color: var(--el-color-primary-light-5);
}

.index-plan-table table .plan-table-status {
    color: #00a753;
    text-align: center;
}

.index-plan-table table .plan-table-price {
    color: #ff3838;
    text-align: center;
}

.index-article-list {
    padding: 0 20px 5px;
    min-height: 259px;
}

.index-article-list h3 {
    padding: 4px 0;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px dashed #eee;
}

.index-article-list h3 a {
    color: #333;
    transition: all .3s 0s;
}

.index-article-list h3 a:hover {
    color: var(--el-color-primary-light-5);
}

.footer {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #000;
}

.second-navigator {
    padding: 10px 0;
    background: #fff;
}

.second-navigator .breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.second-navigator .breadcrumbs a {
    color: #666;
    transition: all .3s 0s;
}

.second-navigator .breadcrumbs a:hover {
    color: #000;
}

.article-title {
    padding: 20px 30px 15px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}

.article-info {
    padding: 0 25px 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    border-bottom: 1px solid #d1d1d1;
}

.article-content {
    padding: 25px 25px 50px;
    min-height: 400px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.article-content p {
    margin: 15px 0;
}

.error-reason {
    padding: 100px 0 0 0;
    font-size: 30px;
    color: #333;
    line-height: 2;
    text-align: center;
}

.declare-btn {
    padding: 50px 0 10px;
    text-align: center;
}

.declare-btn a {
    display: inline-block;
    padding: 5px 15px;
    min-width: 100px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
    background: var(--el-color-primary-light-5);
    border-radius: 4px;
}

.declare-btn a:hover {
    opacity: .8;
}

.plan-list-category-title {
    padding: 5px 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 2;
    border-bottom: 1px solid #eee;
}

.plan-list-category-list {
    padding: 10px 20px;
}

.plan-list-category-list > div {
    padding: 5px 0;
}

.plan-list-category-list a {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    transition: all .3s 0s;
}

.plan-list-category-list a.on {
    font-weight: bold;
}

.plan-list-category-list a.on,
.plan-list-category-list a:hover {
    color: var(--el-color-primary-light-5);
}

.plan-list-search {
    padding: 20px 20px 0;
}

.plan-list-list {
    padding: 0 20px;
    min-height: 400px;
}

.plan-list-title {
    padding: 20px 0 10px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.plan-list-title a {
    color: #333;
    transition: all .3s 0s;
}

.plan-list-title a:hover {
    color: var(--el-color-primary-light-5);
}

.plan-list-info {
    padding: 0 0 20px 0;
    color: #666;
    border-bottom: 1px dashed var(--el-color-primary-light-5);
}

.plan-list-info-item {
    float: left;
    padding: 3px 0;
    margin-right: 15px;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
}

.plan-list-info-item.no-margin {
    margin-right: 0;
}

.plan-list-info-item.col-6 {
    width: 65%;
}

.plan-list-info-item.col-3 {
    width: 32.2%;
}

.plan-list-info-item.col-2 {
    width: 49%;
}

.list-no-data {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.plan-list-pagination {
    padding: 30px 0 0 0;
    text-align: center;
}

.plan-list-pagination span,
.plan-list-pagination a {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    height: 36px;
    min-width: 16px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 36px;
    background: #eee;
    border-radius: 4px;
    transition: all .3s 0s;
}

.plan-list-pagination a:hover {
    color: var(--el-color-primary-light-5);
}

.plan-list-pagination span {
    cursor: not-allowed;
    background: #f8f8f8;
}

.plan-list-pagination .active {
    cursor: default;
    color: #fff;
    background: var(--el-color-primary-light-5);
}

.company-profile {
    padding: 30px;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.article-list {
    padding: 15px 20px 30px;
    min-height: 400px;
}

.article-list-item {
    padding: 10px 0;
}

.article-list-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.article-list-title a {
    color: #333;
    transition: all .3s 0s;
}

.article-list-title a:hover {
    color: var(--el-color-primary-light-5);
}

.article-list-desc {
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.contact-info {
    padding: 30px;
}

.contact-info-map-container {
    float: left;
    margin-right: 40px;
    width: 500px;
    height: 400px;
}

.contact-info-right {
    font-size: 14px;
    color: #333;
    line-height: 2;
    overflow: hidden;
}

.amap-marker-label {
    position: absolute;
    top: -20px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
    background-color: #25A5F7;
    border-radius: 3px;
    border: none;
}

.reset-password-error {
    padding: 60px 0;
    font-size: 20px;
    text-align: center;
}

.reset-password-error a {
    color: #eb8f2d;
    transition: all .3s 0s;
}

.reset-password-error a:hover {
    color: var(--el-color-primary-light-5);
}