@charset "utf-8";

a {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

/* footer */
.id-footer {
    background: #46454a;
    overflow: hidden;

}

#footer-index {
    color: white;
    /* width: 1100px; */
    margin: 0 auto;
    height: 100%;
}

.foot-v2 {
    padding: 70px 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;

}

.foot-v2-item-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 17px;
}

.foot-v2-item-content .foot-v2-item-content-txt {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 34px;
    display: block;
    cursor: pointer;
}

.foot-v2 a {
    color: #737373;
    padding-right: 0;
    display: inline-block;
    text-decoration: none;
}

.phone-number {
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    letter-spacing: 0.5px;
}

.phone-number span:first-child {
    font-size: 14px;
    color: #aaa;
    padding-right: 10px;
}

.customer-service {
    margin: 18px 0 24px;
    color: #aaaaaa;
}

.qr-code-wrap .public>span {
    width: 100px;
    margin-top: 10px;
    display: block;
    margin-left: -14px;
}

.qr-code-wrap img {
    width: 72px;
}

.qr-code-wrap>div {
    width: 72px;
    color: #aaa;
    font-size: 11px;
}

.qr-code-wrap {
    text-align: center;
}

.foot-v2-item-content .foot-v2-item-content-txt:hover {
    color: #fff;
}

.id-footer>.foot-title {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding: 22px;
    line-height: 24px;
}

.id-footer>.foot-title a {
    color: #aaa;
}

.id-footer>.foot-title a:hover {
    color: #fff;
}

/* CSS Document */
/* mobile */
.menuBtn {
    position: absolute;
    top: 13px;
    right: 3%;
    width: 22px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10001;
}

.menuBtn b {
    background-color: #fff;
    width: 22px;
    display: block;
    height: 3px;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.fixme .menuBtn {
    padding-top: 12px;
    position: fixed;
}

.fixme .menuBtn b {
    position: absolute;
    top: 50%;
    left: 0;
}

.fixme .menuBtn b:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixme .menuBtn b:nth-child(2) {
    display: none;
}

.fixme .menuBtn b:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.template__main--row {
    float: left;
    width: 20%;
    padding: 10px;
}

.hy-flex {
    display: flex;
}

.hyms-span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 35px;
    display: block;
}

.hymb-zy-div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55px;
    display: block;
    flex: 1 1 0%;
    text-align: right;
}

.banner__none .swiper-slide:before {
    content: '';
    display: block;
    padding-top: 22%;
}

.banner__none .swiper-slide img {
    left: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner__none .swiper-slide .slider__p {
    left: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
    font-size: 34px;
}

a:active {
    outline: none
}

.p-aboutUs .content {
    display: none;
}

.map-container {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border: 0;
}

.tem-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.p-template .template__main--list {
    position: relative
}

.bt-textarea {
    width: 360px;
    padding: 7px 5px;
    line-height: 22px;
    border: 1px solid rgb(214, 214, 214);
    max-width: 100%;
    border-radius: 0px;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 38px;
}

.bt-textarea:focus {
    border: 1px solid #2a70f3
}

.danxuan-wrap .choice__item.choice__item--selected .icon-choice-selected-no {
    background: url(../images/choice-selected.c805002d.png) center center/cover no-repeat;
}

.duoxuan-wrap .choice__item.choice__item--selected .icon-choice-multi-selected-no {
    background: url(../images/choice-multi-selected2.51c8c089.png) center center/cover no-repeat;
}

.main__template {
    display: none
}

.yl-btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.btns-btm-line {
    width: 100%;
    background: rgb(223, 224, 226);
    display: flex;
    justify-content: center;
    padding: 6px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.input-hide {
    display: none;
}

.logo-hide {
    display: none
}

.header-fixed {
    -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    background: #fff;

}

.header-fixed .template__nav {
    color: #000;
}

.header-fixed .logo-hide {
    display: block
}

.header-fixed .logo-show {
    display: none
}

.header-fixed .header__btn {
    color: #000;
}

.header-fixed .header__btn:hover {
    color: #2a6af1
}

.header .nav__main--left ul li:hover .template__nav {
    color: #2a6af1;
}

.header .nav__main--left ul li:hover .template__nav::before {
    width: 100%;
    left: 0;
}


.header .nav__main--left ul li.active .template__nav {
    color: #2a6af1;
}

.header .nav__main--left ul li.active .template__nav::before {
    width: 100%;
    left: 0;
}


.header .template__nav.on {
    color: #2a6af1;
}

.header .template__nav.on::before {
    width: 100%;
    left: 0;
}







.aside-fixed-bar {
    position: fixed;
    z-index: 50;
    right: 3.125%;
    bottom: 12%
}

.aside-fixed-bar .item {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px
}

.aside-fixed-bar .item::before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.aside-fixed-bar .item>img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    max-height: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.aside-fixed-bar .item+.item {
    margin-top: 10px
}

.aside-fixed-bar .item article {
    position: absolute;
    padding: 6px 30px 6px 30px;
    top: 0;
    white-space: nowrap;
    right: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 30px 0 0 30px;
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    -webkit-transition: max-width .35s 0s ease-out, padding .35s 0s ease-out;
    -o-transition: max-width .35s 0s ease-out, padding .35s 0s ease-out;
    transition: max-width .35s 0s ease-out, padding .35s 0s ease-out
}

.aside-fixed-bar .item figure {
    position: absolute;
    top: 0;
    margin-right: 15px;
    right: 100%;
    width: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity .3s 0s ease-out, -webkit-transform .3s 0s ease-out;
    transition: opacity .3s 0s ease-out, -webkit-transform .3s 0s ease-out;
    -o-transition: transform .3s 0s ease-out, opacity .3s 0s ease-out;
    transition: transform .3s 0s ease-out, opacity .3s 0s ease-out;
    transition: transform .3s 0s ease-out, opacity .3s 0s ease-out, -webkit-transform .3s 0s ease-out
}

.aside-fixed-bar .item figure::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 20px;
    border: 10px solid transparent;
    border-left-color: #1aac19
}

.aside-fixed-bar .item figure img {
    display: block;
    width: 100%
}

.aside-fixed-bar .item:hover article {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 200px
}

.aside-fixed-bar .item:hover figure {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.aside-fixed-bar .consult {
    background-color: #2a6af1;
    cursor: pointer
}

.aside-fixed-bar .consult article,
.aside-fixed-bar .consult::before {
    background-color: #2a6af1
}

.aside-fixed-bar .weixin {
    background-color: #1aac19
}

.aside-fixed-bar .weixin figure,
.aside-fixed-bar .weixin::before {
    background-color: #1aac19
}

.aside-fixed-bar .tel {
    background-color: #fbb01f
}

.aside-fixed-bar .tel article,
.aside-fixed-bar .tel::before {
    background-color: #fbb01f
}

.aside-fixed-bar .back-top {
    display: none;
    width: 60px;
    border-radius: 6px;
    background-color: #a9a9a9;
    padding: 6px 0;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: background-color .25s 0s ease-out;
    -o-transition: background-color .25s 0s ease-out;
    transition: background-color .25s 0s ease-out
}

.aside-fixed-bar .back-top.show {
    display: block
}

.aside-fixed-bar .back-top:hover {
    background-color: #909090
}

.aside-fixed-bar .back-top img {
    display: block;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto
}

.header-fixed .menuBtn b {
    background-color: #2a6af1;
}

.edition {
    width: 100%;
    padding-bottom: 90px;
}

.ed-tit {
    text-align: center;
    color: #434343;
    padding: 20px 0;
}

.no-bg {
    background: none
}

.edition-wrap {
    display: -webkit-flex;
    display: flex;
    color: #000;
    margin-bottom: 40px;
}

.edition-item {
    width: 32%;
    margin-right: 3%;
    border: 1px solid #e4e4e4;
    padding: 4px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding-bottom: 20px;
}

.edition-item:nth-child(3n) {
    margin-right: 0
}

.edition-item .item-tit {
    background: #41c9c5;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    border-radius: 5px;
}

.edition-item .item-tit .mfb-tip {
    font-size: 28px;
}

.edition-item .item-tit .yjmf-tip {
    font-size: 14px;
}

.edition-d {
    text-align: center;
    padding: 0 30px;
}

.sec-1 {
    border-bottom: 1px dotted #e4e4e4;
    line-height: 30px;
    padding: 20px 0;
    color: #000
}

.ed-price-wrap {
    padding: 20px 0;
}

.ed-price-wrap .price {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ed-price-wrap .price b {
    font-size: 30px;
    font-weight: bold;

}

.ed-price-wrap .price figure {
    display: none;
    padding: 0;
    margin: 0;
}

.ed-price-wrap .price figure:first-child {
    display: block;
}

.ed-price-wrap .price sub {
    font-size: 16px;
    font-weight: bold;
    padding-right: 6px;
    bottom: 0;
}

.free-btn {
    border: 1px solid #aeaeae;
    color: #515151;
    display: block;
    line-height: 38px;
    margin-top: 30px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}


.free-btn-wrap a {
    display: none;
}

.free-btn-wrap a:first-child {
    display: block
}

.ed-d-list .ed-hd {
    position: relative;
    line-height: 30px;
    margin-bottom: 6px;
}

.ed-d-list .ed-hd::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 80px;
    background: url(../images/u2992.png) no-repeat center center;
    background-size: 100%
}

.ed-d-list .ed-hd::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 80px;
    background: url(../images/u2992.png) no-repeat center center;
    background-size: 100%
}

.ed-p-state {
    height: 19px;
}

.ed-details .ed-p {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
}

.ed-p-grey {
    color: #aeaeae
}

.edition-item:nth-child(2) .item-tit {
    background: #307cf4
}

.edition-item:nth-child(3) .item-tit {
    background: #99ccff
}

.edition-item:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.4);
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.4)
}

.free-btn:hover {
    background: #41c9c5;
    color: #fff;
    border: 1px solid #41c9c5
}

.edition-item:nth-child(2) .free-btn:hover {
    background: #307cf4;
    color: #fff;
    border: 1px solid #307cf4
}

.edition-item:nth-child(3) .free-btn:hover {
    background: #99ccff;
    color: #fff;
    border: 1px solid #99ccff
}

.fu-btn {
    padding: 1px 6px;
    border: 1px solid #1e73f2;
    cursor: pointer;
}

.fu-btn:first-child {
    border-right: 0;
}

.fu-btn:hover {
    background: #0d68f2;
}

.fu-btn.active {
    background: #0d68f2;
}

.jiantou {
    text-align: center;
    position: relative;
    top: -30px;
    -webkit-animation: opener 1s ease-in-out alternate infinite;
    animation: opener 1s ease-in-out alternate infinite;
    cursor: pointer;
    opacity: 1;
}

.jiantou img {
    max-width: 34px;
    cursor: pointer;
}

@-webkit-keyframes opener {
    100% {
        top: 3px;
        opacity: 0.5;
    }
}

@keyframes opener {
    100% {
        top: 3px;
        opacity: 0.5;
    }
}

/* 功能详情 */
.det-functions {
    display: table;
    width: 100%;
}

.fun-title {
    display: table;
    width: 100%;
}

.sfixed {
    position: fixed;
    top: 67px;
    width: 1200px;
    background-color: #ffffff;
}


.fun-title>div {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
    border: 1px solid #0bacf1;
    border-right: none;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.fun-title>div:last-child {
    border-right: 1px solid #0bacf1;
}

sub {
    bottom: 0;
}

.fun-title>div b {
    font-size: 18px;
}

.yy-btn {
    padding: 6px 20px;
    color: #fff;
    background: #41c9c5;
    margin-top: 6px;
    display: inline-block;
    font-size: 14px;
}

.fun-title>div:nth-child(4) .yy-btn {
    background: #169bd5
}

.fun-title>div:nth-child(5) .yy-btn {
    background: #99ccff
}

.yy-btn:hover {
    background: #38aba8;
    color: #fff
}

.fun-title>div:nth-child(4) .yy-btn:hover {
    background: #1283b5;
    color: #fff
}

.fun-title>div:nth-child(5) .yy-btn:hover {
    background: #87b6e4;
    color: #fff
}

.bb-num {
    padding-top: 4px;
}

.fun-con-item .xxgn-hd {
    cursor: pointer;
    background: #3cb6ea;
    color: #fff;
    line-height: 46px;
    height: 46px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.fun-con-item .xxgn-hd .icon-arrow {
    width: 15px;
}

.fun-con-item .xxgn-hd .icon-arrow img {
    max-width: 100%;
}

.fun-item-sec .sec-list {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e4e4e4
}

.fun-item-sec .sec-list>div {
    display: table-cell;
    padding: 12px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-size: 14px;
}

.div1 {
    width: 17.5%;
}

.div2 {
    width: 30%;
}

.div1 img {
    width: 16px;
}

.fun-item-sec .div1:nth-child(1) {
    text-align: left;
    padding: 0 10px;
}

.fun-item-sec .sec-list>div.div2 {
    text-align: left;
    padding: 0 10px;
}

.fun-con-item {
    margin-bottom: 1px;
}

.fun-con-item .xxgn-hd.active {
    background: #0bacf1;
}

.fun-con-item .xxgn-hd .icon-arrow {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.fun-con-item .xxgn-hd.active .icon-arrow {
    display: inline-block;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.xxgn-big-wrap {
    display: none;
}

.banner_collect .swiper-slide:before {
    padding-top: 30%
}

.banner-col-con {
    left: 0;
    width: 100%;
    position: absolute;
    top: 58%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
}

.banner-col-con small {
    font-size: 14px;
}

.banner-col-con .tit h1 {
    font-weight: bold;
    margin: 0;
}

.banner-col-con .col-btn {
    background: #2a6af1;
    color: #fff;
    width: 170px;
    line-height: 40px;
    margin: 4% auto 1% auto;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.banner-col-con .col-btn:hover {
    background: #245ed8
}

.mb-title {
    text-align: center;
    padding-bottom: 40px;
}

.mb-title h2 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 30px;
}

.mb-title small {
    font-size: 20px;
}

.sample-bank {
    padding: 100px 0;
}

.sample-bank .sb-title {
    text-align: center;
}

.sample-bank .sb-title .sb-tit {
    font-size: 38px;
    margin-bottom: 20px;
}

.sample-bank .sb-title .b-tit {
    font-size: 24px;
    color: #3b3f42;
}

.ybk-wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.ybk-wrap .ybk-item {
    width: 26%;
    height: 245px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(172, 172, 172, 0.5);
    box-shadow: 0 0 20px 0 rgba(172, 172, 172, 0.5);
    border-radius: 6px;
}

.ybk-wrap .ybk-item .it-tit {
    font-size: 24px;
    padding-top: 20px;
    font-weight: bold;
}

.ybk-wrap .ybk-item section {
    height: 190px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.ybk-wrap .ybk-item .gj-sec p {
    font-size: 20px;
    line-height: 40px;
}

.ybk-wrap .ybk-item .gj-sec p:first-child {
    font-weight: bold;
}

.ybk-wrap .ybk-item .gj-sec p strong {
    font-weight: bold;
    color: #2a6af1;
    font-size: 34px;
}


.ybk-wrap .ybk-item .ybk-sex li {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ybk-wrap .ybk-item .ybk-sex li:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.ybk-wrap .ybk-item .ybk-sex li .sex-num {
    font-size: 24px;
    color: #2a6af1;
    font-weight: bold;
    display: inline-block;
}

.ybk-wrap .ybk-item .ybk-sex li img {
    display: inline-block;
    padding: 0 10px;
}


.ybk-wrap .ybk-item:nth-child(3) {
    width: 40%;
}

.ybk-wrap .ybk-item .hx-list li {
    float: left;
    width: 25%;
    padding: 0 2%;
    text-align: center;
}

.ybk-wrap .ybk-item .hx-list li .circles-text {
    font-weight: bold;
    font-size: 24px !important;
}

.ybk-wrap .ybk-item .hx-list li .age-group {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

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

.xzybk-btn button {
    width: 230px;
    height: 49px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 49px;
    border-radius: 4px;
    background-color: #2a6af1;
    border: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}

.xzybk-btn button:hover {
    cursor: pointer;
    background-color: #0759f1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
}

.xzybk-btn button i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-image: url(../images/icon_download.png);
    background-size: cover;
    position: relative;
    top: 3px;
}


.xzybk-btn button img {
    max-height: 40px;
}

.mt-tp {
    padding-top: 0;
}

.data-flow-wrap {
    padding-top: 30px;
}

.data-flow-wrap .data-num {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.data-flow-wrap .data-num::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}

.data-flow-wrap .data-num li {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #ffc000;
    color: #fff;
    font-size: 36px;
    position: relative;
    z-index: 2;
}

.data-flow-wrap .data-num li:nth-child(2n) {
    background: #bfbfbf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.data-flow-wrap .data-num li:nth-child(3) {
    background: #70ad47
}

.data-flow-wrap .data-num li:nth-child(5) {
    background: #2e75b6
}

.data-flow-wrap .data-item {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 876px;
    margin: 0 auto;
    margin-top: 50px;
}


.data-flow-wrap .data-item li {
    width: 250px;
    height: 210px;
    background: #ffc000;
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    position: relative;

}

.data-flow-wrap .data-item li::before {
    content: '';
    top: -60px;
    position: absolute;
    width: 100%;
    border: 30px solid transparent;
    border-bottom-color: #ffc000;
    height: 0;
    left: 50%;
    margin-left: -30px;
    width: 0;
}

.data-flow-wrap .data-item li img {
    height: 50px;
}

.data-flow-wrap .data-item li h4 {
    font-size: 30px;
}

.data-flow-wrap .data-item li .data-icon {
    padding: 20px 0 6px 0;
}

.data-flow-wrap .data-item li article {
    font-size: 16px;
}


.data-flow-wrap .data-item li:nth-child(2) {
    background: #70ad47
}

.data-flow-wrap .data-item li:nth-child(3) {
    background: #2e75b6
}

.data-flow-wrap .data-item li:nth-child(2)::before {
    border-bottom-color: #70ad47;
}

.data-flow-wrap .data-item li:nth-child(3)::before {
    border-bottom-color: #2e75b6;
}

.samples-v {
    width: 100%;
    ;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.samples-v>div {
    color: #fff
}

.samples-v .samples-v-tit {
    font-size: 48px;
    padding-top: 162px;
    padding-bottom: 41px;
}

.samples-v .samples-v-txt {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}








.sjzl-wrap {
    padding: 130px 0;
}

.sjzl-wrap .fl {
    float: left;
    width: 50%;
    margin-left: 5%;
}

.sjzl-wrap .fr {
    float: right;
    width: 33%;
    margin-top: 80px;
}

.sjzl-wrap .fr h2 {
    font-size: 30px;
    line-height: 40px;
}

.sjzl-wrap .fr h6 {
    font-size: 16px;
}

.data-img-wrap {
    position: relative;
}

.data-ul {
    position: relative;
    width: 608px;
    height: 362px;
    background: url(../images/data-bg.png) no-repeat center;
    position: relative;
}

.data-ul li {
    cursor: pointer;
    width: 114px;
    height: 114px;
    text-align: center;
    line-height: 114px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    z-index: 2;
    background: #fff
}

.data-ul li .data-logo {
    background: #e2951c;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    line-height: 106px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.data-ul li .data-logo img {
    vertical-align: middle;
}

.data-ul li:nth-child(1) {
    left: -50px;
    top: 50%;
    margin-top: -72px;
}

.data-ul li:nth-child(2) {
    left: 50%;
    top: -60px;
    margin-left: -72px;
}

.data-ul li:nth-child(3) {
    right: -50px;
    top: 50%;
    margin-top: -72px;
}

.data-ul li:nth-child(4) {
    left: 50%;
    bottom: -60px;
    margin-left: -72px;
}


.data-ul li:nth-child(2)>.data-logo {
    background: #1dce81
}

.data-ul li:nth-child(3)>.data-logo {
    background: #d87d7d
}

.data-ul li:nth-child(4)>.data-logo {
    background: #5e97dd
}

.data-ul li:hover .data-logo {
    background: #d08a1c
}

.data-ul li:nth-child(2):hover .data-logo {
    background: #33a070
}

.data-ul li:nth-child(3):hover .data-logo {
    background: #be6b6b
}

.data-ul li:nth-child(4):hover .data-logo {
    background: #5386c5
}

.i-arr {
    position: absolute;
    z-index: 3;
    display: block;
}

.data-ul li:nth-child(1) .i-arr {
    left: 141%;
    top: 50%;

}

.data-ul li:nth-child(2) .i-arr {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 10px;
    background: url(../images/i-arr.png) no-repeat center/contain;

}




.data-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    min-height: 135px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    line-height: normal;
    padding: 30px;
}

.data-text-wrap .data-text {
    display: none;
}

.data-text-wrap .data-text h6 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 8px;
}

.data-text-wrap .data-text span {
    padding-right: 16px;
}


.ybbl-wrap {
    padding-bottom: 60px;
    text-align: center;
}

.ybbl-wrap .ybbj-tit {
    font-size: 40px;
}

.ybbl-wrap .ybbj-btns {
    padding: 40px 0;
}

.ybbl-wrap .ybbj-btns button {
    margin: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background: #2a6af1;
    padding: 10px 40px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.ybbl-wrap .ybbj-btns button:hover {
    background: #245ed8
}

.ybbl-wrap .tel {
    font-size: 20px;
}

/* 模板详情页 */
.topic-header {
    margin: 25px auto 16px;
    position: relative;
}

.topic-header::after {
    clear: both;
    content: "";
    display: block;
}

.topic-header ul,
.topic-header ul li {
    float: left;
}

.topic-header ul li a {
    font-size: 12px;
    color: #AAAAAA;

}

.header-right {
    float: right;
}

.rect-icon {
    border: 1px solid #AAAAAA;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.cycle-radius {
    border-radius: 100px;
}

.topic-create {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    font-size: 14px;
    color: #707070;
    padding: 5px 16px;
    cursor: pointer;
    margin-left: 12px;
    border: 1px;
}

button.topic-create:focus {
    outline: none;
}

button.topic-create:hover .create-btn,
button.topic-create:hover {
    color: #2a6af1;
    background-position: -291px -288px;
}

.welcome-ellipsis img {
    display: none;
}

.welcome-ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.topic-list-content .topic-header ul {

    font-size: 12px;
}

.create-btn {
    width: 24px;
    height: 24px;
    background-size: 520px auto;
    vertical-align: middle;
    background-position: -267px -288px;
    display: inline-block;
}

.topic-header ul li a.current-topic {
    color: #2E2E2E;
}

.empty-list {
    text-align: center;
    padding: 80px 0 262px;
    font-size: 14px;
    color: #484848;
    line-height: 1.5;
}

.question-cut-line {
    border: 0.5px dashed #AAAAAA;
    margin-bottom: 30px;
}

.empty-list p {
    margin-top: 5px;
}

.topic-header ul li:first-child a,
.topic-header ul li a.current-topic {
    cursor: default;
}

.topic-header ul li a.current-topic:hover {
    color: #2e2e2e;
}

.topic-header ul li:first-child a:hover,
.topic-header ul li:first-child a {
    color: #AAAAAA
}

.topic-header ul li:not(:first-child) a {
    padding: 0px 8px;
    display: inline;
}

.topic-header ul li:not(:first-child) a:not(.current-topic):hover {
    color: #2a6af1;
}

.topic-header ul li {
    position: relative;
}

.topic-header ul li:first-child {
    padding-right: 5px;
}

.topic-header ul li:last-child::after {
    display: none;
}

.topic-header ul li::after {
    padding-left: 5px;
    position: absolute;
    right: -3px;
    top: 0;
    content: ">";
    color: #AAAAAA;
}

.topic-header ul li:first-child::after {
    padding-left: 5px;
    position: absolute;
    right: 0px;
    top: 0;
    content: ":";
    color: #AAAAAA;
}

.topic-header ul li:not(:first-child) a:not(.current-topic) {
    cursor: pointer;
}

.topic-list-content {
    padding: 66px 0 40px 0;
}

.search-left {
    float: left;
}

.one-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.answer-cut-line {
    border: 0.5px solid #EAEAEA;
    margin: 30px 0px 24px;
}

a:hover {
    text-decoration: none;
}

.topic-content {
    overflow: hidden;
}

.answer-template {
    float: left;
    width: 72%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

div.topic-list-content {
    overflow: unset;
}



.answer-footer::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.answer-welcome img {
    width: 100% !important;
    height: auto !important;
}

.answer-top {
    position: relative;
}

.answer-tips {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -9px;
}

.answer-quote {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.answer-btn {
    position: absolute;
    right: 0;
}

.answer-top {
    font-size: 12px;
    color: #AAAAAA;
    margin-bottom: 36px;
    height: 30px;
}

.preview-btn,
.header-search-btn {
    border: 1px solid #2a6af1;
    border-radius: 2px;
    color: #2a6af1;
    padding: 7px 30px;
    cursor: pointer;
    vertical-align: middle;
}

.quote-btn,
.bottom-search-btn {
    margin-left: 12px;
}

.answer-btn-absolute {
    top: 50%;
    margin-top: -15px;
}

.answer-tips-relative {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.header-search-btn {
    padding: 5px 16px;
}

.bottom-search-btn {
    padding: 8px 18px;
}

.answer-title h1 {
    text-align: center;
    margin-bottom: 0px;
}

.answer-title .mb-0 {
    margin-bottom: 0;
}

.answer-welcome {
    color: #707070;
}

.question-content {
    margin-bottom: 18px;
    color: #AAAAAA;
}

.question-title {
    font-size: 16px;
    color: #484848;
    margin-bottom: 15px;
}

.question-option .matrix .icheckbox_div span {
    line-height: 1;
}

.question-option .matrix .icheckbox_div {
    margin-bottom: 6px;
}

.question-option {
    display: inline-block;
    margin-bottom: 12px;
}

.answer-footer ul {
    float: left;
    background: #FFFFFF;
    border-radius: 2px;
    height: 358px;
}

.answer-footer ul li.related-title {
    font-size: 20px;
    color: #484848;
    margin-bottom: 18px;
    font-weight: 600;
}

.answer-footer ul li a {
    font-size: 14px;
    color: #707070;
    margin-bottom: 5px;
    cursor: pointer;
}

.answer-footer ul li {
    position: relative;
}

.answer-footer ul li a.a-more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    font-weight: 400;
}

.answer-footer ul li a:hover,
.answer-tag ul li a:hover {
    color: #2a6af1;
}

.project-set,
.related-template {
    font-size: 16px;
    color: #484848;
    margin-bottom: 18px;
}

.answer-tag ul li {
    color: #AAAAAA;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.change-btn {
    float: right;
    font-size: 14px;
    color: #2a6af1;
    cursor: pointer;
}

.icon-change {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 808px auto;
    vertical-align: middle;
    background-position: -488px -617px;
}

.change-center {
    vertical-align: middle;
}


.answer-tag ul li a {
    color: #707070;
    padding-bottom: 5px;
}

.footer-quote {
    text-align: center;
    margin-bottom: 30px;
}

.question-content .question-option .icheckbox_div lable {
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
}



.answer-tag {
    width: 26%;

    float: right;
}

.w-btn {
    box-sizing: border-box;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    outline: 0;
}

.w-btn:not(:disabled):not(.w-disabled) {
    cursor: pointer;
}

.w-btn-outline-primary {
    color: #707070;
    background-color: #fff;
    min-width: 88px;
    height: 30px;
    padding: 0 18px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
}

.w-btn-primary {
    color: #fff;
    background-color: #2a6af1;
    min-width: 88px;
    height: 30px;
    padding: 0 18px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #2a6af1;
}

.w-btn-outline-primary:hover {
    color: #2a6af1;
    border: 1px solid #2a6af1;
    color: #2a6af1
}

.w-btn-primary:hover {
    background-color: #235dd7;
    color: #fff;
}


.g-qtn.qtn__canvas .qtn__main .question__describe {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.g-qtn.qtn__canvas {
    min-height: 300px;
    padding: 0 20px;
}

.g-qtn.qtn__canvas .qtn__main .question__item {
    margin-top: 20px;
}

.g-qtn.qtn__canvas .qtn__main .question__item:first-child {
    margin-top: 18px;
}

.g-qtn.qtn__canvas .qtn__main .question__h1 {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    word-break: break-all;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
}

.g-qtn.qtn__canvas .qtn__main .question__h1 .question__span--limit {
    font-size: 14px;
}

.g-qtn.qtn__canvas .qtn__main .question__choice .choice__item {
    background-color: #ffffff;
    border: solid 1px #e5e7e9;
    margin-top: 10px;
    padding: 7px 11px 7px 15px;
    cursor: pointer;
}

.g-qtn.qtn__canvas .qtn__main .question__choice .choice__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 28px;
}

.g-qtn.qtn__canvas .qtn__main .question__choice .choice__label {
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
    color: #666666;
}

.g-qtn.qtn__canvas .qtn__footer .btn {
    height: 100%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
    line-height: 46px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #40b5ff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.g-qtn.qtn__canvas .qtn__main {
    padding: 20px 0;
}

.g-qtn.qtn__canvas .qtn__footer {
    height: 46px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
}

.g-qtn.qtn__canvas .qtn__footer .btn {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.g-qtn.qtn__canvas .qtn__footer .btn:hover {
    background: #235DCA
}

.g-qtn.qtn__canvas .qtn__main .question__choice .choice__item--selected {
    border: 1px solid #2a70f3
}

.p-works-preview .preview__header .header__right .action__item--pages>.Select select {
    height: 38px;
    width: 98px;
}

/* 预约定制 */
.page-order {
    padding: 100px 0 40px 0;
}

.order-big-tit {
    font-size: 30px;
    text-align: center;
    padding: 30px 0;
}

.order-con-left {
    width: 55%;
    float: left;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.order-con-left .order-item {
    width: 33.3333%;
    border: 1px solid rgba(215, 215, 215, 1);
}

.order-con-left .order-item:nth-child(1) {
    border-right: none;
    border-radius: 10px 0 0 10px
}

.order-con-left .order-item:nth-child(2) {
    border-right: none;
}

.order-con-left .order-item:nth-child(3) {
    border-radius: 0 10px 10px 0
}

.order-con-left .order-item header {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #2a6af1;
    font-size: 16px;
}

.order-con-left .order-item section {
    line-height: 30px;
    padding: 10px 0;
}

.order-con-left .order-item section p {
    margin: 10px 0;
}

.order-form {
    float: right;
    width: 40%;
    border-radius: 10px;
    border: 1px solid rgba(215, 215, 215, 1);
    overflow: hidden;
}

.order-form form {
    padding: 30px;
}

.order-form header {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #2a6af1;
    font-size: 16px;
    text-align: center;
}

.order-form .form-block {
    display: -webkit-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: start;
    padding: 14px;
}

.order-form .form-block .form-tip {
    display: inline-block;
    width: 20%;
}

.order-form .form-block .form-in {
    width: 78%;
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.ls-tip {
    padding-left: 14px;
    color: #949494
}

.order-form .form-block .form-textarea {
    height: 100px;
    line-height: 22px;
    padding: 5px 10px;
}

.order-form .form-block .form-in:focus {
    border: 1px solid #2a6af1;
}

.order-form .form-block .form-textarea:focus {
    border: 1px solid #2a6af1;
}

.tjdd-btn {
    background-color: #53a4f4;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.tjdd-btn:hover {
    background: #2a6af1
}

.hot-template {
    margin-top: 30px;
}

.w-category {
    position: relative;
    color: #000;
}

.w-category>.w-cate-key {
    position: absolute;
    top: 6px;
}

.w-cate-val {
    margin-left: 60px;
    overflow: hidden;
}

.w-cate-val>.w-cate-val-ul {
    padding-left: 0;
    margin: 0 0 0 -2px;
    list-style: none;
}

.w-cate-val>.w-cate-val-ul>.w-cate-val-li {
    position: relative;
    float: left;
    margin: 6px 0;
}

.w-cate-val>.w-cate-val-ul>.w-cate-val-li>a {
    display: block;
    padding: 0 12px;
    text-decoration: none;
}

.w-cate-val>.w-cate-val-ul>.w-cate-val-li.w-active a {
    color: #2a6af1;
}

.w-cate-val>.w-cate-val-ul>.w-cate-val-li:hover a {
    color: #2a6af1;
}

.w-pagination {
    text-align: center;
    padding: 20px 0 30px 0;
    background: #fff;
}

.w-pagination ul li {
    display: inline-block;
    margin: 0 4px;

}

.w-pagination ul li a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 5px 20px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.w-pagination ul li a.active {
    border: 1px solid #2a6af1;
    color: #2a6af1
}

.w-pagination ul li:hover a {
    border: 1px solid #2a6af1;
    color: #2a6af1
}


#library-three-card {
    line-height: 1.5;
    overflow: hidden;
    background-color: #f7f8fa;

}

#library-three-card .card-box {
    margin: 42px auto;
    line-height: 1.5;
}

#library-three-card .card {
    float: left;
    box-sizing: border-box;
    width: 370px;
    margin-right: 30px;
    padding: 24px 30px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding-top: 10px;
}

#library-three-card .card .theme-wrap {
    position: relative;
}

#library-three-card .card .list-wrap {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2;
    color: #707070;
}

#library-three-card .card .theme-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #707070;
    line-height: 30px;
}

#library-three-card .card .theme-wrap h3 {
    font-size: 20px;
    color: #484848;
    font-weight: 600;
}

#library-three-card .card .list-wrap a {
    height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#library-three-card .card .list-wrap a .left {
    max-width: 50%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#library-three-card .fr {
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.hot-template h3 {
    font-size: 20px;
    color: #484848;
    margin-bottom: 12px;
}

.banner__none {
    position: relative;
    padding-top: 66px;
}

.dc_seo_new_Info {
    padding: 40px 0;
    font-size: 16px;
}

.dc_seo_new_Info span {
    color: #2a6af1;
    font-size: 20px;
}

.jh-list {
    padding: 30px;
    padding-bottom: 10px;
    background: #fff;
}

.jh-list h1 {
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
    line-height: 24px;
    margin-top: 12px;
    font-size: 24px;
    position: relative;
}

.jh-list h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 24px;
    background: #2a6af1;
}

.jh-list ul li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.jh-list ul li .jh-img {
    width: 22%;
    overflow: hidden;
    position: relative;
    float: left;
    display: flex;
    display: -webkit-flex;
    align-self: flex-start;
}

.jh-list ul li .jh-img::before {
    content: '';
    display: block;
    padding-top: 66%;
}

.jh-list ul li .jh-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;

}

.jh-list ul li .jh-con {
    width: 75%;
    float: right;
    position: relative;
    -webkit-flex;
    display: flex;
    -ms-flex-item-align: start;
    flex-flow: column;
    justify-content: space-between;

}

.jh-list ul li .jh-con h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.jh-list ul li .jh-con section {
    font-size: 14px;
    color: #999;
    line-height: 23px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jh-tips {
    color: #2a6af1;
}

.jh-list ul li .jh-con h4:hover {
    color: #2a6af1;
}

.template-lib-wrap {
    padding: 100px 0 0;
}

.template-lib {
    position: relative;
}

.template-lib .swiper-slide h3 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
}

.template-lib .swiper-slide ul {
    margin-bottom: 30px;
}

.template-lib .swiper-slide .ss-con {
    height: 338px;
    -webkit-box-shadow: 0 0 10px rgba(155, 155, 155, .3);
    box-shadow: 0 0 10px rgba(155, 155, 155, .3);
    padding: 34px 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 10px;
    color: #484848;
}

.template-lib .swiper-slide ul li {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.template-lib .swiper-slide ul li a {
    text-decoration: none;
    color: #484848;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.template-lib .swiper-slide .view-more {
    text-align: left;
    display: block;
}

.template-lib .swiper-slide ul li a:hover {
    color: #235dd7;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1560997042949');
    /* IE9 */
    src: url('iconfont.eot?t=1560997042949#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKYAAsAAAAABpgAAAJOAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfgpcaQE2AiQDDAsIAAQgBYRtB2Qb1QXILrBt2JMStWCEcDGeMMCRP0bx8LXf79zd/Y56Uo2i00l4JhEKjUqCFAmNkgnFM/ldrmUe0IifHX8si6zQHm7yOcpNbq8ITpPxdV/ZCtU2AIUgs3rgr0lkn+dyetcAyqL5gXJaa1s9P2oBRRMowLEWRVYgYeapiLcedC4fJtA2w9A62zo4ZkOFMyoQD1KEbFiKKIqUbwr1loVFvKpppuc05iX+fPzxYkhSy5yJ5/ebCVv57H7W8lP14C4kRAm0vIaMVUwhLloz5zpCYnW0M12z2LF6BZ+1quKzhDZxVHYi/jqvsAssUjbxWXyNR5PSEglkUC/nejDJMYcuC9Fo3OIyF0vJNV/AZFH83X8+m33Pzr1G5m49lMYGGKqy+S7+RQvB24O+vf9hp4CPre5PFq4q4DbNfXmD/yIFS4opd6y56BJfYvuyBuBKkEj2q3ACA36n64bhFKFZkk/wNUwbyJpmycJcRU3HLuqaDtG2Ynt5xyCtI0oLy14ZQp83JD3ekfX5IgvzBzUj/lHXFx20XcTghh3zIcenGkPCBKJLkLEquWencVJ8iKLJQ12Ux5xT1LWMg2s51fw2lqiXmFKfCY+IA9eqgC12HOa5gkqrFGOypkTVnG3zthdZsSrY2CkNhQhKgMglIMWUEg/rk3Ht/YeQ0MiFdA+lIXwKaTXZPXBZHIDc1pQQ5VGeqZ0RPIRwgNOUAthi/VAup4CqvV8KxYhlOiFVmWO7lTiqsbbXFf+3A9qcr+VIkaMYf1RNHZapDJUZq+oyqG3SKiEzYw==') format('woff2'),
        url('iconfont.woff?t=1560997042949') format('woff'),
        url('iconfont.ttf?t=1560997042949') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('iconfont.svg?t=1560997042949#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yousanjiao-copy-copy-copy:before {
    content: "\e604";
}

.icon-yousanjiao-copy-copy-copy-copy:before {
    content: "\e605";
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.template-lib .swiper-button-prev {
    left: -60px;
    outline: none;
    background-image: none;
}

.template-lib .swiper-button-prev .iconfont,
.template-lib .swiper-button-next .iconfont {
    font-size: 40px;
    color: #cccccc;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.template-lib .swiper-button-prev:hover .iconfont,
.template-lib .swiper-button-next:hover .iconfont {
    color: #2672ff;
}

.template-lib .swiper-button-next {
    right: -60px;
    outline: none;
    background-image: none;
}

.template-lib .swiper-slide h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #2672ff;
    margin-top: 24px;
    display: none;
}


.jh-wrap .fl {
    width: 72%;
    float: left;
}

.jh-wrap .fr {
    width: 26%;
    float: right;
}

.jh-wrap .fr #library-three-card .card-box {
    margin: 0;
    line-height: 1
}

.jh-wrap .fr #library-three-card .card {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.jh-wrap .fr #library-three-card .card .list-wrap a .left {
    max-width: 50%;
}

.jh-wrap .fr #library-three-card .fr {
    width: 48%;
    text-align: right;
}

.answer-tag #library-three-card .card .list-wrap {
    line-height: 1
}

.answer-tag #library-three-card .card-box {
    margin: 0;
}

.answer-tag #library-three-card .card {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.answer-tag #library-three-card .card:last-child {
    border-bottom: 0;
}

.answer-tag #library-three-card .card .list-wrap a .left {
    max-width: 50%;
    display: inline-block;
}

.answer-tag #library-three-card .fr {
    width: 48%;
    text-align: right;
}




.s-tit {
    color: #707070;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 15px 0;
}

.s-tit p {
    display: inline;
}

.s-tit span {
    padding: 0 10px;
}

.txt-upDown {
    padding-top: 18px;
}

.txt-upDown .fl {
    float: left;
    width: 40%;
}

.txt-upDown .fr {
    float: right;
    width: 40%;
}

.txt-upDown span {
    color: #999;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.share-box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    padding-top: 20px;
    font-size: 12px;
}

.share-fl {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keys {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keys a {
    display: inline-block;
    vertical-align: middle;
    background: #f4f4f4;
    height: 22px;
    line-height: 23px;
    padding: 0 10px;
    margin-right: 4px;

}

.tag-item {
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.tag-item:nth-child(2) {
    padding-top: 10px
}

.wjContent {
    width: 100%;
    padding-bottom: 20px;
    min-width: 990px;
    z-index: 888;
    padding-top: 67px;
}

.searchdiv {
    width: 714px;

    margin: 0px auto;
    padding: 25px 0px;
}

.searchdiv input {
    width: 620px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cccccc;
    color: #616161;
    border-radius: 4px;
    padding: 0 12px;
    float: left;
    font-size: 16px;
}

.searchicon {
    width: 80px;
    height: 34px;
    line-height: 34px;
    margin-left: 6px;
    border: 1px solid #2a6af1;
    border-radius: 4px;
    background: #2a6af1;
    float: right;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease all;
}

.searchicon:hover {
    background: #0bacf1;
    border: 1px solid #0bacf1;
}

.searchicon img {
    padding-top: 6px;
}

.mb_content {
    width: 960px;
    margin: 0 auto;
}

.mb_con {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.help_list {
    float: left;
    width: 33%;
    margin-bottom: 20px;
    min-height: 200px;
}

.list_ht {
    height: 50px;
    position: relative;
}

.list_ht .hi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}

.help_ul {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.help_ul li {
    float: left;
    width: 100%;
    line-height: 26px;
    position: relative;
    /* list-style-image: url(/static/images/point.png); */
}

.help_ul li i {
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    left: 0px;
    background: url(/static/images/point.png) 0 0 no-repeat;
}

.help_list h2 {
    padding-top: 20px;
    padding-left: 60px;
    line-height: 30px;
    height: 30px;
    margin: 0px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #4A4A4A;
}

.help_more {
    float: left;
    margin-top: 10px;
    color: #ACACAC;
    padding: 3px 10px;
    color: #fff;
    background-color: #2a6af1;
}

.help_more:hover {
    color: #fff;
    background-color: #5a8af1;
}

.mb_Banner {
    width: 100%;
    padding: 15px 0;
    background-color: #F0F8FF;
    margin-bottom: 5px;
    margin-top: 5px;
}

.mb_Banner h2 {
    color: #979797;
    font-size: 24px;
    width: 960px;
    margin: 0 auto;
    line-height: 24px;
}

.help_list .noimg {
    padding-left: 0px !important;
}

.help_ul li a {
    float: left;
    color: #919191;
    font-size: 14px;
    padding-left: 10px;
}

.help_ul li a:hover {
    color: #2a6af1;
}

.help_ul li i {
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
    background: #919191;
    border-radius: 50%;
}


.sample-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    overflow-y: auto;
}

.sample-popup .box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 500px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 13px 18px 10px 18px; */
    margin: 100px auto;
    overflow: hidden;
}

.sample-popup .box .close {
    width: 24px;
    height: 24px;
    background-image: url(../images/close2.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer;
}

.sample-popup .box .title {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #2a6af1;
    font-size: 16px;
    text-align: center;
}

.sample-popup .box .mem-title {

    font-size: 20px;
    padding: 10px 18px;
}

.sam-con {
    padding: 10px 28px;
    border-radius: 4px;
}

.sample-popup .bt-tip {
    padding: 10px 28px;
}

.sam-con .sam-item {
    margin-bottom: 6px;
}

.sam-con .sam-item .name {
    width: 100px;
    float: left;
    line-height: 30px;
    height: 30px;
}

.sam-con .sam-item .name span {
    color: #ff0000
}

.sam-con .sam-item .sam-input {
    display: inline-block;
    width: 200px;
    line-height: 30px;
    float: left;
}

.sam-con .sam-item .sam-input input,
.sam-con .sam-item .sam-input select {
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    line-height: 28px;
    text-indent: 6px;
    font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}

.sam-con .sam-item .fr-num {
    float: right;
    line-height: 30px;
}

.noborder {
    border: none;
    padding-bottom: 0
}

.gj-btn {
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #2a6af1;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
}

.gj-btn:hover {
    cursor: pointer;
    background-color: #0759f1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
}

.sam-con .sam-item .rgxj-tel {
    width: 100%;
}

.sample-popup .bt-tip {
    color: #999999;
    font-size: 12px;
}


.lxkf-btn {
    border: 1px solid #2a6af1;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #2a6af1;
    text-align: center;
}

.lxkf-btn:hover {
    background: #2a6af1;
    color: #fff;
}

.total-num {
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
}


.rgbj-title {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    padding-top: 30px;
}

.rgbj-form {
    padding: 30px 0;
}

.rgbj-form .rgbj-item {
    padding: 10px 0;
}

.rgbj-form .rgbj-item .rg-tip {
    float: left;
    text-align: right;
    width: 20%;
    margin-right: 4%;
    height: 30px;
    line-height: 30px;
}

.rgbj-form .rgbj-item .rg-con {
    width: 50%;
    float: left;
}

.rgbj-form .rgbj-item .rg-con input,
.rgbj-form .rgbj-item .rg-con .xq-textarea {
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    line-height: 28px;
    text-indent: 6px;
    font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}




.rgbj-form .rgbj-item .last-rg-con {
    width: 65%;
}

.rgbj-form .rgbj-item .rg-con .xq-textarea {
    height: 120px;
}

.rgbj-form .rgbj-item .rg-con .xq-textarea:focus {
    border: 1px solid #2a70f3;
}

.sub-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #2a6af1;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 60, 172, .35);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
}

.sub-btn:hover {
    cursor: pointer;
    background-color: #0759f1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 60, 172, .35);
}

/* 帮助中心详情页 */
.help-d {
    padding: 0px 0 80px 0;
    min-height: 400px
}

.help-d-con {
    background: #fff;
    padding: 30px;
}

.help-d-con h1 {
    text-align: center
}

.help-d-con article {
    line-height: 30px;
}

.ques-ul {
    line-height: 30px;
}

.ques-ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.help-d-text {
    line-height: 30px;
}

.help-d-text img,
.help-d-text video,
.help-d-text iframe {
    max-width: 100%;
}

.leftdiv {

    width: 16%;
    float: left;
}

.help_list_s h2 {
    font-size: 18px;

}

.help_list_s ul {
    margin-bottom: 15px;
    margin-top: 5px;
}

.leftdiv ul li {
    float: none;
    padding: 3px 0;
    display: block;
}

.help_list_s ul li a {
    font-size: 14px;
    color: #999;
}

.help_list_s ul li a:hover {
    color: #0759f1;
}

.content {
    width: 990px;
    min-height: 440px;
    margin: 0 auto;
    position: relative;
}

.templates {
    position: relative;
}

.help_list_s li {
    border-bottom: 1px solid #dcdcdc;
    line-height: 26px;
}

.help_con {
    border: 1px solid #DBDBDB;
    min-height: 500px;
    padding: 20px;
    min-height: 500px;
    width: 84%;
    float: right;
}

.help_con>h2 {
    font-size: 21px;
    margin-bottom: 25px;
}

.help_con ul li {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
}

.help-topic-header {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}

.red {
    color: #ff0000;
}


.answer-article p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 15px;
}

.answer-article ul {
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
    margin: 0 21px;
    margin-bottom: 12px;
}

.answer-template .answer-article ul p {
    color: #aaaaaa;
    margin-bottom: 6px;
    font-size: 14px;
}

.ed-tabs {
    font-size: 0;
    display: none;
}

.ed-tabs span {
    display: inline-block;
    width: 33.33%;
    line-height: 50px;
    text-align: center;
    background: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 14px;
}

.ed-tabs span.active {
    background: #2a70f3;
    color: #fff;
}

.about-mbx {
    padding-top: 68px;
}

.about__main-edition {
    padding-top: 80px;
}


.tag-list {
    padding: 0 0 40px 0;
}

.tag-list-title {
    margin-left: 62px;
}

.tag-list .w-cate-val li:first-child {
    margin-left: 50px;
}


/*info */
.p-aboutUs-info {
    min-height: auto;
    padding: 80px 0 80px 0;
}

.information__main {
    background: #ffffff;
    margin-top: 30px;
}

.information__title {
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
}

.information__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 20px;
    cursor: pointer;
}

.information__info {
    -ms-flex: 1;
    flex: 1;
}

.information__list span {
    color: #3E87F4;
}


.modal__content {

    background-color: #ffffff;
    box-shadow: 0 1px 15px 0 rgba(199, 199, 199, 0.5);
    border-radius: 0px;
    padding: 0 20px 30px 20px;
    outline: 0;
    color: #666666;
    width: 385px;
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal__title {
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #333333;
    border-bottom: solid 1px #cdd2d6;
}

.modal__close {
    position: absolute;
    color: #666;
    font-size: 22px;
    top: 14px;
    right: 0px;
    cursor: pointer;
}

.modal__content .icon-close {
    background: url(../images/close2.png) center center/contain no-repeat;
}

.p-confirm {
    width: 345px;
}

.p-confirm .confirm__message {
    padding: 32px 0 36px 0;
    word-break: break-all;
    color: #666666;
    text-align: center;
}

.modal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__footer .btn {
    padding: 0 16px;
    line-height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #40b5ff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.modal__footer .btn:hover {
    background-color: #4ca8e3
}

.modal__footer .btn.btn-secondary {
    background-color: #dbdbdb;
    color: #666666;
}

.modal__footer .btn.btn-secondary:hover {
    background: #eee7e7;
}

.nav-content a{padding-right:15px;}
.nav-content{ margin-top: 20px;}


.header__btn img{ width: 24px;}
.header__btn-wx{ display: -webkit-box; display: flex; -webkit-box-align: center ; align-items: center; margin-right: 5px; }
.header__btn-wx>a{display: -webkit-box; display: flex; -webkit-box-align: center ; align-items: center; height: 100%; }