/* 属性名_值 */
a:focus, a:hover {
    color: #014c8c
}

body {
    min-width: 1200px
}

.bg-fafafa {
    background-color: #fafafa
}

.line-26 {
    line-height: 26px;
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-24 {
    font-size: 24px
}

.f-32 {
    font-size: 32px
}

.p-t-32 {
    padding-top: 32px
}

.p-t-80 {
    padding-top: 80px
}

.p-b-80, .p-y-80 {
    padding-bottom: 80px
}

.p-y-80 {
    padding-top: 80px
}

.p-y-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-b-48 {
    padding-bottom: 48px;
}

.p-b-72 {
    padding-bottom: 72px
}

.p-t-64 {
    padding-top: 64px
}

.p-t-88 {
    padding-top: 88px;
}

.p-b-64 {
    padding-bottom: 64px
}

.p-y-64 {
    padding-top: 64px
}

.p-y-128 {
    padding-bottom: 128px;
    padding-top: 128px
}

.text-nowrap {
    white-space: nowrap
}

.text-stroke-85,
.color85-strokes {
    -webkit-text-stroke: .2px rgba(0, 0, 0, .85);
}

.green-tag,
.blue-tag {
    padding: 1px 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #fff;
    margin-right: 8px;
    font-size: 13px;
    -webkit-text-stroke: .2px #fff;
}

.green-tag {
    background-color: #00A13B;
}

.blue-tag {
    background-color: #166BC7;
}

.banner-subtitle {
    color: rgba(0, 0, 0, .85);
    font-size: 32px;
    font-weight: bolder;
}

.banner-desc {
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.price-bold {
    font-weight: 700
}

.expand-price-verison-text {
    border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(120, 130, 140, 0.13);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.02);

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 66px;
    color: rgba(0, 0, 0, 0.85);
    padding: 16px 24px;
}

.select-buy {
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px
}

.expand-price-verison-text .clifont {
    color: #666;
    margin-left: 4px;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: normal !important;
    transform: translateY(1px);
}

.expand-price-verison-text:hover,
.expand-price-verison-text:focus {
    color: rgba(0, 0, 0, 0.85);
}

.expand-price-verison-text:hover .clifont {
    font-weight: normal;
    color: #666;
}

h5 {
    font-weight: 400
}

h3.price-feature-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 32px;
    text-align: center
}

.price-more-features {
    display: inline-block;
    position: relative
}

.price-more-features .btn {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    width: 130px
}

.price-more-features .btn, .price-more-features .btn:hover, .price-more-features :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

.price-more-features .btn:hover, .price-more-features :focus {
  background-color: #fff;
    color: #3cb067
}

.price-more-features .btn + .btn {
    margin-left: 32px
}

.price-more-features .btn .clifont, .price-more-features .btn .fa {
    color: #3cb067;
    font-size: 14px;
    opacity: .7
}

.price-more-features .btn .fa {
    font-size: 12px
}

.price-more-features .btn:hover .clifont, .price-more-features .btn:hover .fa {
    opacity: 1
}

.price-more-features-telephone-result {
    position: absolute;
    right: -115px;
    top: 7px
}

.w-1200 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px
}

.w-1354 {
    margin: 0 auto;
    max-width: 1354px;
    min-width: 1354px
}

.btn {
    transition: all .25s ease-in-out;
}

.btn.recommended-purchase {
    background-color: #166BC7 !important;
    border-color: #166BC7 !important;
    color: white !important
}

.btn.recommended-purchase:hover {
    background-color: #3989D4 !important;
    border-color: #3989D4 !important;
}

.btn.b-blue {
    background: #fff
}

.btn.b-blue.text-blue {
    color: #166bc7
}

.btn.b-blue:hover {
    background: #166bc7;
    color: #fff;
    border-color: #166BC7;
}

.btn.b-purple {
    background-color: white;
    border-color: #0F0994;
}

.btn.b-purple.text-purple {
    color: #1E1A79;
}

.btn.b-purple:hover {
    background-color: #0F0994;
    color: #fff;
    border-color: #0F0994;
}

.btn.text-green:focus, .btn.text-green:hover, .btn.text-orange:focus, .btn.text-orange:hover {
    color: #fff !important
}

.btn.text-orange:focus {
    background-color: transparent !important;
    border-color: #f57c00 !important;
    color: #f57c00 !important
}

.btn.b-green:active, .btn.b-green:focus, .btn.b-green:hover {
    background: #3cb067 !important;
    color: #fff !important
}

.banner {
    padding-top: 56px;
    position: relative;
    text-align: center
}

.bg {
    position: relative;
}

.bg::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #f7f9f8 72.88%, #fff 100%);
    top: 0;
    bottom: 218px;
    left: 0;
    right: 0;
}

.contact-box-actually {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 1000
}

.contact-box-close {
    position: absolute;
    right: 10px;
    top: 5px
}

.contact {
    margin: 0 auto;
    position: sticky;
    text-align: center;
    top: 80px;
    width: 150px
}

.contact-box {
    border: 1px solid hsla(210, 8%, 51%, .13);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 30px 15px 25px
}

.contact-info img {
    border-radius: 30px;
    height: 60px;
    width: 60px
}

.contact-info .contact-name {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    margin-top: 10px
}

.contact-info .contact-desc {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px
}

.contact-method {
    margin-top: 20px;
    position: relative
}

.contact-method .contact-phone {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.contact-method .contact-computer {
    font-size: 12px;
    margin-top: 5px
}

.contact-method .weixin-code {
    margin-top: 12px
}

.contact-method .weixin-code img {
    height: 100px;
    width: 100px
}

.content-version {
    overflow: hidden;
    padding-bottom: 24px;
    position: relative
}

.content-version.odd {
    background-color: #f7f9f7
}

.content-version[data-fold=on]:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(#fff));
    background-image: linear-gradient(180deg, transparent 65%, #fff);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.other-box {
    transition: box-shadow .3s linear, -webkit-transform .3s linear, transform .3s linear, background-color .3s linear
}

.other-box:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.anticon .icon {
    background: none
}

.tooltip {
    z-index: 2147483647
}

.support-wrapper {
    z-index: 2147483646 !important
}

i.fa-arrow-up, i.fa-plus {
    -webkit-text-stroke: 1px #fff
}

.trapezoid {
    border-color: #f47001 #f47001 transparent transparent;
    border-style: solid;
    border-width: 37px;
    height: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0
}

.version-plan-container {
    padding-top: 40px;
    text-align: center;
    position: relative;

    display: inline-flex;
    justify-content: center;
}

.version-plan {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.version-plan::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
}

.version-plan:nth-child(1)::before {
    background: linear-gradient(90deg, #bee6cd 0%, #85c27b 100%);
}

.version-plan:nth-child(2)::before {
    background: linear-gradient(90deg, #79b9ff 0%, #166bc7 100%);
}

.version-plan:nth-child(3)::before {
    background: linear-gradient(90deg, #ffeaa1 0%, #f7b636 100%);
}

.blue-tip {
    background: #f0f2f5;
    border-radius: 2px;
    color: rgba(0, 0, 0, .65);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin: 8px 0 18px;
    padding: 8px
}

.detail-compare {
    color: rgba(0, 0, 0, .85);
    font-size: 18px;
    font-weight: 700;
    line-height: 180%
}

#expand-price-verison-content {
    border-radius: 2px;
}

.version-plan {
    display: inline-flex;
}

.version-plan + .version-plan {
    margin-left: 18px;
}

.green-border-top {
    border-top: 2px solid #1abe56
}

.light-blue-border-top {
    border-top: 2px solid #8cc5ed
}

.mid-blue-border-top {
    border-top: 2px solid #61a7e0
}

.dark-blue-border-top {
    border-top: 2px solid #166bc7
}

.blue-border-top {
    border-top: 2px solid #3a98f0
}

.orange-border-top {
    border-top: 2px solid #f57c00
}

.black-border-top {
    border-top: 2px solid #000
}

.version-col {
    background: #fff;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 0 0;
    position: relative;
    text-align: left;
    width: 224px;
}

.version-col[data-version="3"] {
    width: 242px !important;
    padding-left: 1px;
    padding-right: 1px;
}

.version-col[data-version="3"]::before,
.version-col[data-version="3"]::after {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 24px;
    width: 1px;
    background: rgba(120, 130, 140, 0.13);
}

.version-col[data-version="3"]::before {
    left: 0;
}

.version-col[data-version="3"]::after {
    right: 0;
}

.version-plan-container .version-plan:nth-child(2) .version-col {
    width: 240px;
}

.version-col h4 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.version-col h5 {
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap
}

.version-col .high-level-member {
    background: #f2f7fa;
    border-radius: 15px;
    color: #155eb7;
    font-size: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.version-col .high-level-member span {
    font-size: 14px;
    margin-right: 4px
}

.version-col .high-level-member span:last-child {
    margin-right: 0
}

.bottom-dashed {
    border-bottom: 1px dashed #bbb
}

.bottom-dashed-8f {
    border-bottom: 1px dashed #8F8F8F
}

.bottom-dashed, .bottom-dashed-blue, .bottom-dashed-8f{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 12px;
    margin-top: 20px
}

.bottom-dashed-blue {
    border-bottom: 1px dashed #2180d9
}

.version-col .text-intro-box {
    margin-top: 32px;
    padding: 0 24px;
    flex: 1;
}

.version-col .text-intro-box .text-intro.include {
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
}

.version-col .text-intro-title {
    -webkit-text-stroke: .3px rgba(0, 0, 0, .85);
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    margin-bottom: 8px
}

.text-intro-group-capacity .text-intro-title {
    -webkit-text-stroke: .2px rgba(0, 0, 0, .85) !important
}

.h5-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    padding: 8px 0;
    width: 368px
}

.version-col .show {
    font-size: 12px
}

.version-col .recommend-module-price {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
}

.recommend-module-price.color-orange {
    color: #f58511 !important
}

.version-col-primary .price {
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.version-col-primary .version-slogan {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-family: "Microsoft YaHei UI";
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
}

.version-col .member {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  line-height: 160%;
  border-radius: 4px;
  background: #F7F8FA;
}

.version-col .member.auth-member {
  color: rgba(0, 0, 0, 0.70);
  background: #EBF6FF;
}

.version-col .member.auth-member .underline-style {
  color: rgba(0, 0, 0, 0.70);
  border-bottom: 1px dashed #8F8F8F; 
}

.version-col .member.auth-member .senior-member-calculate {
  background: white;
  width: 100px;
  margin: 0;
  margin-left: 4px;
  color: rgba(0, 0, 0, .85);
}

.version-col .version-col-primary {
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0;
    line-height: 1;
    padding: 0 24px;
}

.version-col .vux-divider {
    color: rgba(0, 0, 0, .87);
    display: table;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin: 2px 0 10px;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    white-space: nowrap
}

.version-col .vux-divider:after, .version-col .vux-divider:before {
    background-repeat: no-repeat;
    background-size: 100% 1px;
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%
}

.version-col .vux-divider:before {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(65%, #e6e6e6), to(#fff));
    background-image: linear-gradient(270deg, #e6e6e6 65%, #fff);
    background-position: right 1em top 50%
}

.version-col .vux-divider:after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #e6e6e6), to(#fff));
    background-image: linear-gradient(90deg, #e6e6e6 65%, #fff);
    background-position: left 1em top 50%
}

.version-col .text-title {
    color: rgba(0, 0, 0, .87);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0 12px;
    text-align: center
}

.text-intro {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    height: 24px;
    padding: 0;
    position: relative;
}

.text-intro-ul {
    margin-left: 20px
}

.text-intro-li {
    list-style: disc none outside;
    list-style: initial
}

.common-popover-content-price .divider {
    border: .5px solid rgba(0, 0, 0, .06);
    margin: 16px 0;
    margin: 16px 0;
}

.m-r-16 {
    margin-right: 16px;
}

.m-r-24 {
    margin-right: 24px;
}

.m-t-6 {
    margin-top: 6px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-12 {
    margin-top: 12px;
}

.m-t-16 {
    margin-top: 16px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-54 {
    margin-top: 54px
}

.m-l-8 {
    margin-left: 8px;
}

.m-b-4 {
    margin-bottom: 4px
}

.m-b-8 {
    margin-bottom: 8px
}

.m-b-12 {
    margin-bottom: 12px
}

.m-b-16 {
    margin-bottom: 16px
}

.m-b-24 {
    margin-bottom: 24px
}

.m-b-64 {
    margin-bottom: 64px
}

.l-h-22 {
    line-height: 22px
}

.version-col .text-intro.plus, .version-col .text-intro.tick, .version-col .text-intro.up {
    padding-left: 28px
}

.version-col .text-intro.plus:before, .version-col .text-intro.tick:before, .version-col .text-intro.up:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 4px
}

.version-col .text-intro.up:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAbCAYAAACX6BTbAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADySURBVHgB7ZXfDYIwEIePP753BEZAJ7CTiIlxDXECGUANTGCcoGEBwwgdwQG09ZBqjAR6EH3r74FcL9z3EdK0HhASiSQCmJwAdIzLVPL9ljLnEcECwdFHmyQIRoDrzFkyg2txKUfBe8BkQUAD6wIfDP8iA421Z2qLwKeAJT8k7xe0JwHuHAtpOmkkVhsr3Ao2kTyXLUG5XnTCqeBOgVL5t8A34HgImCrwG3A4GEwR4JeHO3juhOHgXoFIGMLVuWmOA7cFUBkJCyU/Zlhk8IM0Api+1j78MQ7u4A7u4PbUd2c9oSR1IgRybku8rRieohV14gG6VZ8zPDoRqgAAAABJRU5ErkJggg==);
    left: 1px;
    width: 11px
}

.version-col .text-intro.plus:before, .version-col .text-intro.up:before {
    background-color: transparent;
    background-size: contain;
    border-radius: 0;
    height: 13px;
    top: 4px
}

.version-col .text-intro.plus:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADPSURBVHgB7ZTNDYIwHMVfa43GYIIbdATcADdxBL15wJsDuIEjOIKOwAaygU3wK4KtrciZVsLF9HeA16Qvr/0nfQQ/cEtwUAT8mWM62ULY+igcua/AFRBDgbMAkYvXOawNPsyH+bDuYeZzXiDsj3QzUIRNhkKC976aKER5AivKEhkx4rrGTtfPHN0i6jE23qgtegqC1As9jtjGRKuD7Y1WCkvd/qmNL7ggJXDEtL5kOBktgdl4g6Ot178zH+bD/iyMOe7HYwgxKJB9zK/qb8sb9n4wNuCU3sMAAAAASUVORK5CYII=);
    width: 13px
}

.version-col .text-intro.tick:before {
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgCAYAAADqgqNBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIISURBVHgB7ZU9TuNQEMdnnomLrSztJtoyewNS7SY04QbsDXa7VUCCnCDJCTZISURHOAG+ATQQqMINcBkCSO4ImLxh3nOMonwQ28KIwj/J8hu9j5nx+88YICUl5QNA+ACylbN1fqkHPPOL7TYLrhqvQcJY/3p5RDrhPC02HX7sYE5Aglh7fcs04NWxGMNmkHXizs2nh0N+5bWBojo4KDrT84k5z1Uua4C45TuWjWHrpz27JhHB5XbOt4DwWBtE9rBT+r1o3bsLTgkMCP5PTEdIrC5b+66Za4F5oz7oeyZXjLEwe8/TzGX+badXFlKW1fhJiq77xuZZMt5jDSYCI8LqYMXeOcGtPXMtIu6yOmuqTFQ2EAIlMATa0wYL7LZT7K7aM+dcRSsRA4HkM97oeNUhuoOhrKsxAZwOWxt1CMHCUrtrFU8l+EJhUZRzlV5t2QF+BxNBgI4xhr8QkqV1ftf+1SSgI/AjqOvyWYBp6JLK68O4gw0iaOTNJuNlHtUdOtogcajLaIrs9gWXFK378VE1iuOVzt3mpquyUWXDjzUtwGzlYjcQGCHt37RLTYhIqDr/yp/cmHQsFlTXG0ODA7meTDvDdvEHxCBUb79vlWwOswF+tH9Mg/qBY//LxCNSh8tu906U+gObSBZuOxtXEJNIfzUvM1L172hDN5L4jmPxnRW/rOxSUj41LxFwuAYorJ+tAAAAAElFTkSuQmCC);
    background-size: contain;
    border-radius: 0;
    height: 15px;
    top: 2px;
    width: 15px
}

.version-col .text-intro .underline-style {
    border-bottom: 1px dashed #8f8f8f
}

.version-col .text-intro + .text-intro {
    margin-top: 8px
}

.price-popover-origin {
    display: inline-block
}

.version-col .text-intro .price-popover-origin {
    position: relative;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    white-space: nowrap
}

.version-col .text-intro .price-popover-origin:hover .underline-style {
    border-color: #166bc7;
    color: #166bc7
}

.version-col .text-intro:last-child {
    margin-bottom: 0
}

span.price-popover-origin[data-placement=left] {
    margin-left: -10px !important;
    padding-left: 10px !important
}

span.price-popover-origin[data-placement=right] {
    margin-right: -10px !important;
    padding-right: 10px !important
}

.version-divider {
    background-color: #bbb;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 9px
}

.button-action {
    background: none;
    border: none;
    cursor: pointer;
    height: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px
}

.button-action::-moz-focus-inner {
    border: 0
}

.button-action svg {
    outline: none;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.button-action.disabled svg, .button-action[disabled] svg {
    opacity: .5
}

.button-action.disabled svg path, .button-action[disabled] svg path {
    fill: #999
}

.product-intro {
    border-bottom: 1px solid #e4e4e4;
    height: 150px
}

.tongji-time-style {
    font-size: 18px;
    left: 1px;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.progress-text {
    display: inline-block;
    min-width: 72px
}

.tongji-content .tongji-col:nth-child(4n) {
    border-right: none !important
}

.user-wxname {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
    max-width: 120px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 2px;
    white-space: nowrap
}

.industry-modal {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center
}

.industry-modal.active {
    border-color: #3cb067
}

.industry-modal .clicon-corner-mark-check {
    font-size: 20px;
    right: -1px;
    top: -1px
}

#industryOther {
    width: 44%
}

em.time_day {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    width: 25px
}

.version-col .btn-buy {
    border: 1px solid;
    border-radius: 2px;
    font-weight: 400;
    margin-top: 32px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.btn-buy.plain {
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.85);
}

.btn-buy.plain:hover {
    border-color: #166bc7;
    color: #166bc7;
    background-color: transparent;
}

#advanced_edition_buy.btn-buy {
    border-color: #166bc7;
    background-color: #166bc7;
    color: white;
}

#advanced_edition_buy.btn-buy.primary:hover {
    background-color: #3989d4;
    border-color: #3989d4;
}

.col-version-1 {
    padding-left: 20px !important;
    white-space: nowrap
}

.col-version-2 {
    line-height: 38px;
    text-align: center
}

.title-version-1 {
    background: #fff;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.25);
    position: relative;
    width: 100%;
}

.title-version-1.fixed-title-version {
  position: fixed;
  background-color: white;
  border: none;
  border-radius: unset;
  z-index: 999;
  width: 1206px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border: 1px solid rgba(120, 130, 140, 0.25);
  border-top: none;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.title-version-1.fixed-title-version.fixed {
  transform: translateX(-50%) translateY(0);
}

.title-version-1.fixed-title-version {
  position: fixed;
  background-color: white;
  border: none;
  border-radius: unset;
  z-index: 999;
  width: 1206px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border: 1px solid rgba(120, 130, 140, 0.25);
  border-top: none;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.title-version-1.fixed-title-version.fixed {
  transform: translateX(-50%) translateY(0);
}

.title-version-1 td {
  padding: 24px 0;
}

.title-version-1.fixed-title-version .feature-item-title {
  height: 142px;
}

.title-version-1.fixed-title-version .feature-item-title {
  height: 142px;
}

.title-version-1 .feature-item-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  align-items: flex-start !important;
  justify-content: center !important;
  height: 72px;
  height: 72px;
}

.price-title_fixed {
    background: #fff;
    margin: 0 auto !important;
    position: fixed;
    top: 0;
    z-index: 999
}

.sec-level-grey {
    background-color: #fafafa !important
}

.white-bg {
    background-color: #fff !important
}

.title-version-1 td {
  flex-direction: column;
}

td.feature-item-title {
  border-right: 1px solid rgba(120, 130, 140, 0.25);
}

.title-version-1 .feature-version-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.title-version-1 .feature-version-cost {
  color:rgba(0, 0, 0, 0.85);
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}

.title-version-1 .feature-version-cost .number {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 22px;
}

#version-content {
    position: relative;
    margin: auto;
    width: 1206px;
    padding: 48px 0 0;
    width: 1206px;
    padding: 48px 0 0;
}

#version-content.open .expand-price-verison-text {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#version-content.open #price-version-content {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#version-content.open .expand-price-verison-text .clifont {
    transform: rotate(180deg);
}

#price-version-content {
    background-color: white;
    border: 1px solid rgba(120, 130, 140, 0.25);
    border-radius: 8px 8px 0px 0px;
}

.price-version-content h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(120, 130, 140, 0.25);
  background: rgba(230, 230, 230, 0.35);
}

.price-version-content table {
    color: rgba(0, 0, 0, 0, 0.85);
    width: 100%;
    font-size: 14px;
}

#price-version-content table,
#price-version-content tbody {
  display: flex;
  flex-direction: column;
}

#price-version-content tr {
  display: flex;
  align-items: center;
}

#price-version-content td {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-version-content tr {
  border-bottom: 1px solid rgba(120, 130, 140, 0.25);
}

.price-version-content table tr:hover {
  background-color: rgba(230, 230, 230, 0.35);
}

.price-version-content:last-child tr:last-child {
  border-bottom: none
}

#price-version-content table td:first-child {
  padding: 0 18px 0 30px;
  width: 268px;
  min-width: 268px;
  justify-content: flex-start;
}

.price-version-content td {
  height: 54px;
}

.price-version-content table td .anticon-check.text-green {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(bottom, #3cb067, #83d888);
    font-weight: 700
}

.auth-members-action {
    color: #166BC7;
    cursor: pointer;
    font-size: 12px;
}

.auth-members-action.disabled {
    color: #999;
    opacity: .5;
    pointer-events: none
}

.feature-item-title, .feature-item-title-l2 {
    color: #333;
    text-align: left !important;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.feature-item-title-l2 {
    padding-left: 54px !important
}

.feature-item-title .clifont.anticon-cli-question-o {
    color: #4a4a4a;
    margin-left: 4px
}

.feature-item-title .price-popover-origin:hover, .feature-item-title .price-popover-origin:hover .clifont.anticon-cli-question-o {
    color: #3cb067
}

.version-tiny-btn {
    background-color: #fff;
    border: 1px solid #166bc7;
    border-radius: 2px;
    color: #166bc7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 90px;
    height: 32px;
    transition: background-color .3s ease;
    margin-top: 12px;
}

.version-tiny-btn:hover {
    background-color: #166bc7;
    color: white;
}

.version-tiny-btn.plain {
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.85);
}

.version-tiny-btn.plain:hover {
    border-color: #166bc7;
    color: #166bc7;
    background-color: transparent;
}

.version-tiny-btn.primary {
    border-color: #166bc7;
    background-color: #166bc7;
    color: white;
}

.version-tiny-btn.primary:hover {
    background-color: #3989d4;
    border-color: #3989d4;
}

.version-extend {
    text-align: right
}

.version-extend i {
    cursor: pointer;
    line-height: 38px;
    padding: 0 20px
}

.building-logo {
    background-color: #fedfbb;
    border: 1px solid #f57c00;
    border-bottom: none;
    color: #f57c00;
    height: 46px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 16px;
    text-align: center;
    width: 30px
}

.building-bottom1 {
    border-left: 1px solid #f57c00;
    left: -22px;
    -webkit-transform: rotate(62deg);
    transform: rotate(62deg)
}

.building-bottom1, .building-bottom2 {
    background-color: #fff;
    height: 50px;
    position: absolute;
    top: 45px;
    width: 50px
}

.building-bottom2 {
    border-top: 1px solid #f57c00;
    left: -1px;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg)
}

.recommend-angle-sm1 {
    background-color: #fedfbb;
    border: 1px solid #f57c00;
    border-bottom: none;
    color: #f57c00;
    display: none;
    height: 28px;
    margin-top: -16px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 18px
}

.triangle-up1 {
    border-left: 1px solid #f57c00;
    left: 1px;
    -webkit-transform: rotate(62deg);
    transform: rotate(62deg)
}

.triangle-up1, .triangle-up2 {
    background-color: #fff;
    height: 10px;
    position: absolute;
    top: 23px;
    width: 10px
}

.triangle-up2 {
    border-top: 1px solid #f57c00;
    left: 5px;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg)
}

.application-experience {
    background: #fffaeb;
    border: 1px solid #ffe9a7;
    color: #666;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 24px
}

.application-experience img {
    height: 19px;
    margin: -3px 16px 0;
    width: 16px
}

.faq h3 {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 64px;
}

.faq h4 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.faq p {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 24px;
}

.faq .clifont {
    font-weight: 400
}

.faq .col-md-6 {
    margin-bottom: 48px;
}

.faq .row .col-md-6:first-child {
    padding-right: 60px;
}

.faq .row .col-md-6:last-child {
    padding-left: 60px;
}

.tooltip:hover a {
    text-decoration: underline !important
}

.help-modal-backdrop, .help-modal-backdrop-bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    z-index: 1001
}

.help-modal-backdrop-bg {
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.help-modal-backdrop.active .help-modal-backdrop-bg {
    opacity: .5
}

.help-modal {
    background-color: #fff;
    border-radius: 6px;
    left: 50%;
    max-height: 90%;
    max-height: 90vh;
    min-height: 240px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s cubic-bezier(.1, .7, .1, 1);
    transition: all .4s cubic-bezier(.1, .7, .1, 1);
    width: 728px;
    z-index: 1002
}

.help-modal-content {
    height: auto;
    max-height: 100%;
    max-height: 90vh;
    overflow: auto;
    padding: 40px 48px
}

.help-modal-title {
    color: rgba(0, 0, 0, .87);
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 28px
}

.help-modal-subtitle {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative
}

.help-modal-subtitle.mb32 {
    margin-bottom: 18px
}

.help-modal-subtitle.mb12 {
    margin-bottom: 12px
}

.help-modal-subtitle.mb8 {
    margin-bottom: 8px
}

.help-modal-subtitle span {
    color: #333;
    font-weight: 400
}

.help-modal-subtitle span.text-darkgrey {
    color: #666
}

.help-modal-subtitle span.text-orange {
    color: #f57c00
}

.help-modal-text {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px
}

.help-modal-image {
    margin-bottom: 18px;
    max-width: 100%
}

.industry-image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 600px
}

.help-modal-backdrop-close {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: fixed;
    right: 24px;
    top: 24px
}

.help-modal-backdrop-close span:first-child {
    font-size: 24px
}

.price-popover {
    background-color: #fff;
    border: none;
    /* filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba%2822,107,199,1%29" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba%2822,107,199,0.75%29" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 1px #166bc7) drop-shadow(0 0 4px rgba(22, 107, 199, .75));
    filter: drop-shadow(0 0 1px #166bc7) drop-shadow(0 0 4px rgba(22, 107, 199, .75)); */
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.price-popover img {
    border: 1px solid #e8e8e8
}

.common-popover-content-price {
    color: rgba(0, 0, 0, .85);
    font-family: Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Hiragino Sans GB, Noto Sans, Tahoma, Arial, simsun, "sans-serif";
    font-size: 14px;
    max-width: 323px;
    line-height: 160%;
}

.common-popover-content-middle {
    max-width: 472px;
    padding: 11px 6px;
    color: rgba(0, 0, 0, .85);
    font-family: Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Hiragino Sans GB, Noto Sans, Tahoma, Arial, simsun, "sans-serif";
    font-size: 14px;
}

.common-popover-content-size {
    max-width: 390px;
}

.common-popover-content-with-pic {
    font-family: Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Hiragino Sans GB, Noto Sans, Tahoma, Arial, simsun, "sans-serif";
    font-size: 14px;
    max-width: 540px;
    line-height: 160%;
}

.popover-content-size-600 {
    max-width: 600px !important;
    min-width: 600px !important;
}

.popover-content-size-520 {
    max-width: 520px;
    min-width: 520px;
}

.popover-content-size-500 {
  max-width: 500px;
  min-width: 500px;
}

.popover-content-size-472 {
    max-width: 472px;
    min-width: 432px;
}

.popover-content-size-400 {
    max-width: 400px;
    min-width: 400px;
}

.popover-content-size-432 {
    max-width: 432px;
    width: 432px;
}

.popover-content-size-570 {
    max-width: 570px;
    width: 570px;
}

.popover-content-size-593 {
    max-width: 593px;
    width: 593px;
}

.popover-content-size-640 {
    max-width: 640px;
}

.popover-content-size-680 {
    max-width: 680px;
    min-width: 680px;
}

.popover-content-size-360 {
    min-width: 360px;
}

.popover-content-size-368 {
    min-width: 368px;
    max-width: 368px;
    width: 368px;
}

.popover-content-size-378 {
    min-width: 378px;
    max-width: 378px;
    width: 378px;
}

img.popover-content-pic {
    border: none;
}

.popover-content-size-640 .popover-content-pic {
    width: 600px;
    border: none;
}

.lianxi-women-btn {
    font-size: 16px;
    line-height: 28px;
    min-height: 44px;
    width: 160px
}

.lianxi-women-telephone {
    background-color: #fff;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 17px;
    vertical-align: middle
}

.to-top {
    background-color: #fff;
    background-image: url(//static.clewm.net/static/images/top_icon@2x_36de7ce.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid hsla(210, 8%, 51%, .25);
    border-radius: 50%;
    bottom: 92px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 4px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 4px 16px rgba(0, 0, 0, .1);
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 18px;
    text-align: center;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
    width: 40px;
    z-index: 999
}

.to-top:hover {
    background-color: #eee
}

.scroll-tips {
    bottom: 8px;
    color: #999;
    font-size: 12px;
    left: 50%;
    margin-left: -100px;
    position: fixed;
    width: 200px;
    z-index: 5
}

.scroll-tips i.clifont.anticon-zhankai {
    display: inline-block;
    font-size: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.price-version-content .price-popover-origin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.price-version-content .price-popover-origin.display-inline {
    display: inline
}

@-webkit-keyframes move {
    0% {
        opacity: 1;
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg) translateX(8px);
        transform: rotate(90deg) translateX(8px)
    }
}

@keyframes move {
    0% {
        opacity: 1;
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg) translateX(8px);
        transform: rotate(90deg) translateX(8px)
    }
}

.ep-tip {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    padding: 8px
}

.ep-tip a {
    color: #357bb3;
    text-decoration: none
}

.landscape-tips-bg {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.landscape-tips {
    display: none;
    left: 15%;
    margin-top: -350px;
    position: fixed;
    right: 15%;
    top: 50%;
    z-index: 99
}

.landscape-tips_img {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 40px;
    padding: 0 80px;
    text-align: center
}

.landscape-tips_img img {
    width: 100%
}

.landscape-tips_button {
    margin-top: 5%;
    text-align: center
}

.landscape-tips_button .anticon-cli-close {
    color: rgba(0, 0, 0, .6);
    font-size: 800%
}

@media screen and (orientation: portrait) and (max-device-width: 500px) and (min-device-width: 320px) {
    .landscape-tips, .landscape-tips-bg {
        display: block
    }
}

@media screen and (orientation: landscape) and (max-device-width: 500px) and (min-device-width: 320px) {
    .landscape-tips, .landscape-tips-bg {
        display: none
    }
}

.console-btn {
    border-radius: 2px;
    cursor: pointer;
    /*padding: 6px 16px;*/
    line-height: 30px;
}

.default-btn {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .016);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .016);
    color: rgba(0, 0, 0, .85);
    -webkit-transition: all .3s;
    transition: all .3s
}

.default-btn:hover,
.default-btn:focus {
    border-color: #166bc7;
    color: #166bc7
}

.console-btn[class$="-btn"] {
    display: inline-block;
    line-height: 30px;
    min-width: 128px;
    /*padding: 4px 0*/
}

.primary-btn {
    border: 1px solid #166BC7;
    color: #166BC7;
    transition: all .3s;
}

.primary-btn:active, .primary-btn:focus, .primary-btn:hover {
    background-color: #166bc7;
    border-color: #166bc7;
    color: #fff
}

.primary-ghost-btn {
    border: 1px solid #00A13B;
    color: #00A13B
}

.primary-ghost-btn:active
.primary-ghost-btn:focus, .primary-ghost-btn:hover {
    background-color: #00A13B;
    border: 1px solid #00A13B;
    color: #fff
}

.service-page-modal {
    background-color: #f5f5f7;
    padding: 48px 96px
}

.service-page-modal h4 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 32px
}

.service-page-modal .close {
    color: #666;
    font-size: 32px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    right: 27px;
    top: 20px
}

.service-page-modal .close:hover {
    color: #333
}

.contact-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 48px 40px 40px
}

.contact-box .contact-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contact-box .contact-box-content h5 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
    text-align: left
}

.contact-box .contact-box-content p {
    color: #666;
    font-size: 15px;
    line-height: 27px;
    text-align: left
}

.contact-box .contact-box-img img {
    display: block;
    height: 120px;
    margin-bottom: 8px;
    width: 120px
}

.contact-box .contact-box-img p {
    color: #666;
    font-size: 12px;
    line-height: 18px
}

#zc__sdk__container {
    bottom: 24px !important;
    right: 24px !important
}

.color-grey {
    color: #cfa333 !important
}

.color-light-golden {
    color: #f0c861 !important
}

.color-blue {
    color: #166bc7 !important
}

.color-orange {
    color: #f57c00 !important
}

.b-link-blue {
    border-color: #155eb7
}

.text-link-blue {
    color: #155eb7
}

.btn.text-link-blue:hover {
    background-color: #166bc7
}

.btn.text-link-blue:focus, .btn.text-link-blue:hover {
    color: #fff !important;
    border-color: #166BC7;
}

.b-link-green {
    border-color: #00a13b
}

.text-link-green {
    color: #008c33
}

.btn.text-link-green:hover {
    background-color: #00a13b !important;
}

.btn.text-link-green:visited,
.btn.text-link-green:focus {
    border-color: #00A13B;
    color: #008c33;
    background-color: #fff;
}

.btn.text-link-green:hover {
    color: #fff !important;
    border-color: #00A13B;
}

.color85 {
    color: rgba(0, 0, 0, .85) !important
}

.color70 {
    color: rgba(0, 0, 0, .7) !important
}

.color65 {
    color: rgba(0, 0, 0, .65) !important
}

.color45 {
    color: rgba(0, 0, 0, .45) !important
}

.support-wrapper-v3 {
    background-image: url(//static.clewm.net/static/images/price_corner_help_icon@2x_9a03853.png);
    display: block !important;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    transition: none
}

.cliLink, .cliLinkNew {
    cursor: pointer
}

.cliLink, .cliLink:focus, .cliLinkNew, .cliLinkNew:focus {
    color: #166bc7;
    text-decoration: none
}

.cliLink:hover, .cliLinkNew:hover {
    color: #01347a;
    text-decoration: none
}

.community-wrapper .content-box {
    max-width: 100% !important
}

.wordpress-article-box {
    padding-right: 0 !important;
    width: 100% !important
}

.page-price  {
  padding-bottom: 0;
}

.page-price #tab-nav .tab-item {
    position: relative;
    top: 91.5px;
    z-index: 1
}

.page-price .tab-item.active a {
    color: #008c33
}

.page-price #tab-nav li {
    font-weight: 700;
    position: relative;
    top: 91px;
    z-index: 1
}

.page-price .tab-wrap #commonet-wrap-tab {
    color: #fff
}

.comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child {
    padding-top: 32px !important
}

.comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child .comment-stats {
    top: 32px !important
}

.pagination-box {
    padding: 24px 0 24px 68px
}

.tab_fixed {
    border-bottom: none !important;
    position: relative !important
}

.tab_fixed .list_tab {
    background: #fafafa !important
}

/*价格页AB第三期*/
.ab-hide, [data-ab-container] {
    visibility: hidden
}

.none-important {
    display: none !important
}

.senior-member-calculate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #D9D9D9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.016);
    border-radius: 2px;
    width: 104px;
    height: 24px;
    margin: auto;
}

.senior-member-calculate.scale85 {
    display: inline-flex;
    width: 50px;
    margin-left: 8px;
    scale: 0.85;
}

.senior-member-calculate > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 24px;
}

.senior-member-calculate .sub-btn,
.senior-member-calculate .plus-btn {
  cursor: pointer;
}

.senior-member-calculate .number {
    border: 1px solid #D9D9D9;
    border-top: none;
    border-bottom: none;
    flex: 1;
    height: 100%;
    cursor: text;
}

.senior-member-calculate .number-editor {
    border: none;
    outline: none;
    max-width: 4ch;
    background-color: transparent;
}

.senior-member-calculate .number-editor:focus + span {
    display: none;
}

.senior-member-calculate .number-editor::placeholder {
    color: rgba(0, 0, 0, .25);
}

.senior-member-calculate i {
    width: 100%;
    height: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

.senior-member-calculate [class*=btn]:active:not([disabled]) i {
    color: #3989D4;
    background-color: #F0F2F5;
}

.senior-member-calculate [class*=btn][disabled] i {
    color: #E6E6E6;
    cursor: not-allowed;
}

.contact-us {
    color: #166bc7;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -33px;
    margin-top: 12px;
    text-align: center
}

.discount-title {
    font-weight: 700
}

.discount-desc, .discount-title {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 1.6
}

.discount-desc {
    margin-bottom: 16px;
    margin-top: 8px
}

.discount-list {
    color: #166bc7;
    font-size: 14px;
    line-height: 1.6
}

.discount-popover .popover-content {
    padding: 20px
}

.discount-popover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba%2822,107,199,1%29" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba%2822,107,199,0.75%29" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 1px #166bc7) drop-shadow(0 0 4px rgba(22, 107, 199, .75));
    filter: drop-shadow(0 0 1px #166bc7) drop-shadow(0 0 4px rgba(22, 107, 199, .75));
    width: 360px !important
}

.seo-none {
    height: 0 !important;
    overflow: hidden !important;
    width: 0 !important
}

.senior-member-popover-title {
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 4px;
}

.senior-member-popover-desc {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 160%;
}

.senior-member-popover-desc + a {
    color: #166bc7;
    font-size: 14px
}

.senior-member-info .member-info-title {
    -webkit-text-stroke: .2px rgba(0, 0, 0, 0.85);
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2px
}

.senior-member-info .member-info-desc {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.6
}

.senior-member-popover-template .badge {
    -webkit-text-stroke: initial !important;
    font-size: 14px;
    margin-right: 8px !important
}

.member-info .badge {
    -webkit-text-stroke: .2px #fff !important
}

.member-info.senior .badge {
    background: #166bc7 !important
}

.member-info.normal .badge {
    background: #00a13b !important
}

.senior-member-popover-template ol {
    background: #f7f8fa;
    border-radius: 2px;
    margin-top: 12px;
    padding: 8px 8px 8px 26px
}

.senior-member-popover-template li {
    list-style-type: disc
}

.senior-member-popover-template li + li {
    margin-top: 10px
}

.senior-member-popover-template {
    min-width: 510px;
}

.senior-member-example {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.6;
    padding-left: 12px
}

.senior-member-example p:not(.example-title) {
    padding-left: 14px
}

.senior-member-popover-template li p:first-child {
    -webkit-text-stroke: .1px rgba(0, 0, 0, .9);
    color: #000;
    margin-bottom: 4px
}

.senior-member-popover-template li p:first-child {
    -webkit-text-stroke: .1px rgba(0, 0, 0, .9);
    color: #000;
    margin-bottom: 4px
}

.senior-member-popover-template li p:last-child {
    color: rgba(0, 0, 0, .65);
    margin: 0;
    -webkit-text-stroke: unset;
}

.senior-member-info p + p {
    margin-top: 12px
}

.senior-member-example .badge {
    background-color: #fafafa !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px !important;
    color: rgba(0, 0, 0, .65)
}

.senior-member-example .example-title {
    -webkit-text-stroke: .1px rgba(0, 0, 0, .9);
    color: rgba(0, 0, 0, .9);
    font-size: 14px;
    line-height: 160%;
    padding-left: 0
}

.example-title span {
    margin-right: 6px
}

.senior-member-example .badge {
    margin-right: 4px !important;
    vertical-align: baseline !important
}

.senior-member-example p {
    line-height: 2
}

.senior-member-example p + p {
    margin-top: 8px
}

.member-info + .member-info {
    margin-top: 20px
}

.discount-desc {
    margin-top: 4px;
}

.discount-desc li {
    list-style-type: disc;
}

.discount-desc ul {
    padding-left: 16px;
}

.welfare {
    margin: auto;
    text-align: center;
}

.welfare-title {
    color: rgba(0, 0, 0, .85);
    font-weight: 700;
    font-size: 24px;
}

.welfare-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.welfare .console-btn {
    line-height: 38px;
}

.welfare .console-btn + .console-btn {
    margin-left: 16px;
}


.cliui-modal__body.welfare-form-modal {
    width: 800px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.welfare-form-modal .cliui-modal__content {
    overflow: hidden;
}

.welfare-form-modal .cliui-modal__close {
    top: 26px;
    right: 26px;
}

.welfare-form-modal .welfare__header {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 8px;
}

.welfare-form-modal .qrcode {
    width: 140px;
    height: 140px;
    /* 二维码图片四周有一个白边，大约6px */
    margin: -6px;
}

.welfare__item {
    padding: 32px 0 0;
    display: flex;
}

.welfare__intro {

    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.welfare__intro__title {
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    font-weight: 700;
}

.welfare__intro__content {
    margin-top: 8px;
}

.welfare__intro__content + .welfare__intro__content {
    flex: 1;
}

.welfare__tip {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .85);
}

.welfare__tip .clifont {
    transform: rotate(-90deg);
    margin-right: 4px;
}

.welfare__item + .welfare__item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.version-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scale-center {
    display: flex;
    justify-content: center;
}



/* 实验版高级成员popover */
.senior-member-table {
    position: relative;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid rgba(120, 130, 140, 0.25);
}

.senior-member-table table {
    width: 100%;
}

.senior-member-table tbody {
    border-top: 1px solid rgba(120, 130, 140, 0.25);
}

.senior-member-table .header tr th:first-child {
    color: rgba(0, 0, 0, 0.45);
}

.senior-member-table .header .tag {
    padding: 0px 4px;
    border-radius: 2px;
    margin-left: 4px;
    font-size: 12px;
    -webkit-text-stroke: 0;
    display: inline-block;
    position: relative;
    top: -1px;
}

.senior-member-table .header .tag.green {
    background: #F0FBF1;
    color: #00A13B;
}

.senior-member-table .header .tag.orange {
    background-color: #FFEECD;
    color: #FA8C16;
}

.senior-member-table tr {
    height: 62px;
    transition: all 0.2s;
}

.senior-member-table tr:hover {
    background-color: #ebf6ff;
}

.senior-member-table tr.hover-none:hover {
    background-color: inherit;
}

.senior-member-table tr th{
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
}


.senior-member-table tr td {
    text-align: left;
}


.senior-member-table tr th:first-child {
    width: 40%;
    padding: 0 24px;
    text-align: left;
}

.senior-member-table tr th:not(:first-child) {
    -webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.85);
}

.senior-member-table tr td:first-child {
    width: 40%;
    padding: 0 24px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    -webkit-text-stroke: 0.2px rgba(0, 0, 0, 0.85);
}

.senior-member-table tr td:first-child div {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    -webkit-text-stroke: 0;
}

.senior-member-table tr td:first-child span {
    width: fit-content;
    display: inline-block;
    padding-right: 0 !important;
    cursor: default;
}

.senior-member-table tr th + th,
.senior-member-table tr td + td {
    width: 17%;
}

.senior-member-table tr td:nth-child(2) {
    color: rgba(0, 0, 0, 0.85);
}

.senior-member-table tr td:nth-child(3) {
    -webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.85);
}

.senior-member-table .tip{
    color: rgba(0, 0, 0, 0.65);
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    padding-left: 6px;
    border-bottom: none !important;
    border-left: 2px solid #166BC7;
    -webkit-text-stroke: 0;
}

.popover.small-popover .popover-content {
    padding: 6px 12px;
}

.popover.small-popover.right>.arrow {
    left: -16px;
    margin-top: -8px;
    border-width: 8px;
}

.popover.small-popover.bottom>.arrow {
    top: -16px;
    margin-left: -8px;
    border-width: 8px;
}

.min-height-1000 {
    min-height: 1000px;
}

.version-link {
    padding: 24px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    margin-bottom: 0;
}

.version-link a:focus{
    text-decoration: none;
}

.version-tag {
    border-radius: 4px;
    background: rgba(245, 124, 0, 0.13);
    margin-left: 8px;
    display: inline-block;
    padding: 1px 6px;
    color: #F57C00;
    font-size: 12px;
    line-height: 20px;
}

.bg-blue {
    background: #f7f8fa;
    border-radius: 2px;
    margin-top: 12px;
    padding: 8px 8px 8px 26px;
}



.banner + .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.version-intro-wrap .price-popover-origin .underline-style{
    color: rgba(0, 0, 0, 0.7);
}


.rich-version {
    width: 168px;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color85-strokes {
    -webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.85);
}

.price-popover .popover-content {
    padding: 20px;
}

.preview-code-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.preview-code img{
    width: 80px;
    height: 80px;
    margin-bottom: 4px;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}

.link-tr {
    cursor: pointer;
}

.advise-wrap,
.product-wrap,
.contact-us-wrap {
    padding: 64px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advise-wrap .btn,
.product-wrap .btn,
.contact-us-wrap .btn {
  width: 128px;
}

.contact-us-wrap {
  background-color: #F7F8F9;
}


.advise-wrap .btn.green,
.product-wrap .btn.green,
.contact-us-wrap .btn.green {
  border: 1px solid #00a13b;
}

.advise-title {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.advise-desc {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 32px;
}

.toolbox-show .fixed-tool-box {
  display: block !important;
}

#tool-toggle, #tool-formFunTutor {
  display: none !important;
}

.fixed-tool-box {
  position: fixed;
  z-index: 1002;
  right: 12px;
  bottom: 76px;
  display: none;
}

.fixed-tool-item {
  width: 44px;
  padding: 16px 0;
  border-radius: 44px;
  background: #FFF;
  box-shadow: 0px 1px 8px 0px rgba(28, 31, 35, 0.03), 0px 2px 20px 0px rgba(28, 31, 35, 0.08);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #616677;
  margin-bottom: 12px;
  transition: all 0.2s;
  cursor: pointer;
}

.fixed-tool-item:hover,
.fixed-tool-item:focus {
  color: #616677;
  background-color: #f7f8fa;
}

.fixed-tool-item.fixed-tool-item-primary .clifont {
  color: #008c33;
}

.fixed-version-contact .clifont {
  font-size: 20px;
  margin-bottom: 4px;
}

.fixed-tool-item:last-child {
  margin-bottom: 0;
}

.fixed-tool-item span {
  width: 1em;
  white-space: wrap;
  line-height: 18px;
}

.advise-wrap.none {
  display: none;
}

.qa-wrap {
    padding-top: 128px;
    padding-bottom: 64px;
}

.download-btns-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-btn,
.contact-us-btn,
.download-btns-wrap .download-btn:focus {
    border-radius: 2px;
    border: 1px solid  #00A13B;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #008C33;
    width: 128px;
    height: 40px;
    font-weight: 400;
    background-color: #fff;
}

.download-btn + .download-btn  {
    margin-left: 24px;
}

.download-btn:hover {
    background-color: #008C33;
    color: #fff;
}

.form-sec-title {
    height: 60px;
    padding: 0 30px;
    color: #298447;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(120, 130, 140, 0.25);
}

.form-sec-title::before {
    content: '';
    background-color: #298447;
    width: 3px;
    height: 14px;
    margin-right: 16px;
    display: inline-block;
}

/* 1280适配 */
@media screen and (max-width: 1280px) {
    .senior-member-popover-template {
        min-width: 470px;
        max-width: 530px;
    }
}

.demo-video-card-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.demo-video-card {
  position: relative;
  width: calc(100% / 2 - 12px);
  margin: 6px;
  border-radius: 8px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #FFF;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.demo-video-card:hover {
  background-color: #F7F8FA;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.demo-video-card::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  background: url(//static.clewm.net/static/images/solution_new/play_icon_fabc806.png) no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  z-index: 2;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.demo-video-card:hover::after {
  opacity: 0.45;
}

.demo-video-card-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-video-card-icon .clifont {
  font-size: 30px;
  color: rgba(85, 85, 85, 1);
}

.demo-video-card-title {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.20);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.demo-video-card-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  line-height: 18px;
}

.demo-video-card-case {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 18px;
}

.demo-video-card-case .mina-name {
  color: #576B95;
}

.mina-name::before {
  content: '\e78a';
  font-family: clifont;
  font-size: inherit;
  color: inherit;
  margin-right: 2px;
}

.gradient-border {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(45deg, rgba(0, 208, 100, 1), rgba(78, 152, 255, 1)) border-box;
  border: 1px solid transparent;
}

.ai-recommend {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.ai-recommend .ai-icon {
  margin-right: 4px;
}

.ai-recommend span,
.ai-assistant-entry-in-popover span {
  transition: all 200ms;
}

.ai-recommend:hover span,
.ai-assistant-entry-in-popover:hover span {
  background: linear-gradient(293deg, #1B79FC 16.31%, #48CB76 157.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-assistant-entry-in-popover {
  position: absolute;
  right:12px;
  top: 12px;
  font-size: 12px;
  color: #616677;
  font-weight: normal;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-assistant-entry-in-popover img {
  border: none;
  margin-right: 4px
}
