:root {
    --text-color-black: #1d1d1f;
    --text-color-blackgray: #4e4e4e;
    --text-color-gray: #8b8d8f;
    --text-color-lightgray: #aaa;
    --underline-color-gray: rgba(107, 109, 112, .18);
    --text-color-blue: #2878FF;
    --text-color-blue-hover: rgba(40, 120, 255, .9);
    --text-color-orange: rgba(255, 124, 88, 1);
    --text-color-orange-hover: rgba(255, 124, 88, .9);
    --text-color-yellow: rgba(234, 179, 80, 1);
    --text-color-green: rgba(0, 188, 224, 1);
    --text-color-purple: rgba(122, 115, 255, 1);
    --text-color-white: rgba(255, 255, 255, 1);
    --bg-color-purple: rgba(122, 115, 255, .1);
    --bg-color-yellow: rgba(234, 179, 80, .1);
    --bg-color-green: rgba(0, 188, 224, .1);
    --bg-color-orange: rgba(255, 124, 88, .1);
    --bg-color-gray: rgba(246, 247, 249, 1);
    --bg-color-black: rgba(18, 20, 29, 1);
    --bg-color-white: rgba(255, 255, 255, 1);
    --font-size-14: 14px;
    --cardShadowXLarge: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
    --transition-normal: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-placeholder: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-linear: all 150ms linear 75ms;
    --transition-fast: all 50ms cubic-bezier(.2, 1, .3, 1)
}

 .pointer {
    cursor: pointer
}

 .text-underline {
    border-bottom: 1px dashed
}

 a img {
    border: 0
}

 .placeholder {
    color: #aaa
}

 blockquote,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 li,
 ol,
 p,
 table,
 td,
 ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

 address,
 caption,
 cite,
 code,
dfn,
 em,
 strong,
 th,
 var {
    font-style: normal;
    font-weight: 400
}

 li {
    list-style: none
}


 .warning {
    color: var(--text-color-orange)
}

 .flex {
    display: flex;
    align-items: center
}

 .flex-column {
    flex-direction: column
}

 .flex-auto {
    flex: 1
}

 .flex-start {
    align-items: flex-start
}

 .flex-end {
    align-items: flex-end
}

 .flex-half {
    flex: 0 50%
}

 .transtion {
    transition: all linear .4s
}

 .transition-none * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

 a {
    text-decoration: none;
    color: var(--text-color-black);
    box-sizing: border-box
}

 a:hover {
    color: var(--text-color-blue)
}

 .tag {
    color: var(--text-color-gray);
    background: 0 0;
    border: 1px solid var(--text-color-gray);
    font-size: 12px;
    padding: 1px 2px;
    border-radius: 2px;
    line-height: 14px;
    word-break: keep-all
}

 .tag.tag-lightgray {
    color: #b5b6b8;
    border: 1px solid #b5b6b8
}

 .tag.tag-blue {
    color: var(--text-color-blue);
    border: 1px solid var(--text-color-blue)
}

 .tag.tag-purple {
    color: var(--text-color-purple);
    border: 1px solid var(--text-color-purple);
    background-color: var(--bg-color-purple)
}

 .tag.tag-green {
    color: #4caf50;
    border: 1px solid #4caf50
}

 .tag.tag-yellow {
    color: var(--text-color-yellow);
    border: 1px solid var(--text-color-yellow);
    background-color: var(--bg-color-yellow)
}

 .tag.tag-orange {
    color: var(--text-color-orange);
    border: 1px solid var(--text-color-orange);
    background-color: var(--bg-color-orange)
}

 .tag.tag-yellow-full {
    color: #fff;
    border: 1px solid var(--text-color-yellow);
    background-color: var(--text-color-yellow)
}

 .tag.tag-orange-full {
    color: #fff;
    border: 1px solid var(--text-color-orange);
    background-color: var(--text-color-orange)
}

 .tag.tag-blue-full {
    color: #fff;
    border: 1px solid var(--text-color-blue);
    background-color: var(--text-color-blue)
}

 .tag.tag-green-full {
    color: #fff;
    border: 1px solid var(--text-color-green);
    background-color: var(--text-color-green)
}

 .tag.tag-purple-full {
    color: #fff;
    border: 1px solid var(--text-color-purple);
    background-color: var(--text-color-purple)
}



.content-con>.page {
    /*display: flex;
    flex-direction: column;
    min-height: 100vh;*/
    background: #fff
}

.content-con>.page>main {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 0
}

.content-con>.page>main>#content-barxq {
    flex: 1
}



@media(min-width:769px) {
    .media-m {
        display: none !important
    }
}

@media(max-width:768px) {
    .media-pc {
        display: none !important
    }

    * {
        padding: 0
    }

    .video-link {
        margin: 0 auto
    }

    .ad {
        display: none
    }

    html {
        min-width: 320px
    }

    .section-barxq .section-barxq-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px
    }

    
}



#banner-barxq {
    background: linear-gradient(180deg, #fff 0, #f5f8fd 100%)
}


.section-barxq {
    width: 100%
}

.section-barxq .containerPro {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    height: 100%
}

.section-barxq .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.section-barxq .container .title,
.section-barxq .containerPro .title {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1.8em;
    text-align: center
}

.section-barxq .container .subtitle,
.section-barxq .containerPro .subtitle {
    font-size: 18px;
    line-height: 1.8em;
    color: var(--text-color-gray)
}

.section-barxq .point {
    width: 100%;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    padding: 20px;
    background: #fff;
    border: 1px solid #eeeeef;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #eeeeef;
    color: var(--text-color-gray);
    line-height: 2em
}

.section-barxq .point-item {
    font-size: 14px
}

.section-barxq .point-item .tag {
    margin-right: 20px
}

.section-barxq .point .notice-hint {
    margin-top: 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5em
}

@media screen and (max-width:768px) {

    .section-barxq .container,
    .section-barxq .containerPro {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 20px !important
    }

    .section-barxq .point {
        width: calc(100% - 40px);
        line-height: 1.5em
    }

    .section-barxq .point-item {
        font-size: 12px;
        align-items: baseline;
        margin: 10px 0
    }

    .section-barxq .point .notice-hint {
        margin-top: 10px;
        font-size: 12px
    }

    .section-barxq .container .title,
    .section-barxq .containerPro .title {
        font-size: 24px;
        line-height: 1.8em;
        margin-bottom: 30px
    }
}

.icon-link {
    display: inline-block;
    width: 14px;
    height: 14px
}

.gray-link {
    color: var(--text-color-gray)
}

.gray-link:hover {
    color: var(--text-color-blue)
}

.blue-link {
    color: var(--text-color-blue)
}

.blue-link:hover {
    color: var(--text-color-blue)
}

.btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    user-select: none;
    background: #fff;
    color: var(--text-color-blue);
    box-sizing: border-box
}

.btn.btn-small {
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px
}

.btn.btn-mini {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px
}

.btn-link {
    background: 0 0;
    padding: 30px 0
}

.btn-link.btn-link-white {
    color: #fff
}

.btn-link.btn-link-grey {
    color: #6b6d70
}

.btn-cross {
    width: 100%
}

.btn:hover {
    background-size: 120%
}


.btn.icon:hover::after {
    transform: translateX(5px)
}

.white-btn {
    background: #fff;
    color: var(--text-color-black);
    border: 1px solid #fff
}

.white-btn.is-plain {
    color: #fff;
    background: 0 0
}

.white-btn:hover {
    color: var(--text-color-black)
}

.white-btn.is-plain:hover {
    color: #fff
}

.gray-btn {
    background: var(--text-color-gray);
    border: 1px solid var(--text-color-gray);
    color: #fff
}

.gray-btn.is-plain {
    color: var(--text-color-gray);
    background: 0 0;
    border-color: #ebebeb
}

.blue-btn {
    background: var(--text-color-blue);
    border: 1px solid var(--text-color-blue);
    color: #fff
}

.blue-btn.is-plain {
    color: var(--text-color-blue);
    background: 0 0;
    border-color: var(--text-color-blue)
}

.blue-btn:hover {
    background: var(--text-color-blue-hover);
    color: #fff
}

.warning-btn {
    background: var(--text-color-orange);
    border: 1px solid var(--text-color-orange);
    color: #fff
}

.warning-btn:hover {
    background: var(--text-color-orange-hover);
    color: #fff
}

.warning-btn.is-plain {
    color: var(--text-color-orange);
    background: 0 0;
    border-color: var(--text-color-orange)
}

.purple-btn {
    background: #fff;
    color: var(--text-color-purple)
}

.purple-btn:hover {
    background: var(--text-color-purple);
    color: #fff
}

.green-btn {
    background: #fff;
    color: var(--text-color-green)
}

.green-btn:hover {
    background: var(--text-color-green);
    color: #fff
}

.yellow-btn {
    background: #fff;
    color: var(--text-color-yellow)
}

.yellow-btn:hover {
    background: var(--text-color-yellow);
    color: #fff
}

.blue1-btn {
    background: #fff;
    color: var(--text-color-blue)
}

.blue1-btn:hover {
    background: var(--text-color-blue);
    color: #fff
}


.pro-table-barxq>ul {
    /*border: 1px solid var(--bg-color-gray);
    border-radius: 4px*/
}

.pro-table-barxq>ul li {
    display: flex;
	font-size: 16px;
    line-height: 40px;
    border-bottom: 1px dashed #cacaca;
    padding: 0 0 0 20px;
    /*box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--text-color-blackgray);
    border-bottom: 1px solid var(--bg-color-gray)*/
}

.pro-table-barxq>ul li:first-child {
    /*color: var(--text-color-black);
    background-color: var(--bg-color-gray)*/
}

.pro-table-barxq>ul li:last-child {
    /*border: none*/
}

.pro-table-barxq>ul li>div {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pro-table-barxq>ul li:first-child>div,
.pro-table-barxq>ul li>div:first-child {
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.pro-table-barxq>ul li>div:first-child {
    width: 600px;
}

.pro-table-barxq>ul li>div:last-child {
    flex: 1
}

.pro-table-barxq>ul li p {
    line-height: 1.5em
}

.pro-table-barxq>ul li .hint {
    margin-top: 6px;
    font-size: 13px;
    color: #aaa;
    line-height: 18px
}

@media screen and (max-width:768px) {
    .pro-table-barxq>ul {
        border: none
    }

    .pro-table-barxq>ul li {
        display: block;
        line-height: inherit
    }

    .pro-table-barxq>ul li:first-child {
        display: none
    }

    .pro-table-barxq>ul li:nth-of-type(2) {
        border-top: 1px solid var(--bg-color-gray)
    }

    .pro-table-barxq>ul li:last-child {
        border-bottom: 1px solid var(--bg-color-gray)
    }

    .pro-table-barxq>ul li>div {
        width: 100%
    }

    .pro-table-barxq>ul li>div:not(:first-child) {
        padding: 20px;
        font-size: 14px;
        line-height: 2em
    }

    .pro-table-barxq>ul li>div:first-child {
        position: relative;
        width: 100%;
        font-weight: 400
    }

    .pro-table-barxq>ul li>div:first-child::after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 11px;
        height: 11px;
        background: url(/a2@2x.png) no-repeat;
        background-size: 100%;
        transition: var(--transition-normal)
    }

    .pro-table-barxq>ul li>div:last-child {
        display: none
    }

    .pro-table-barxq>ul li.active>div:first-child {
        background: var(--bg-color-gray)
    }

    .pro-table-barxq>ul li.active>div:first-child::after {
        transform: translateY(-50%) rotate(90deg)
    }

    .pro-table-barxq>ul li.active>div:last-child {
        display: flex;
        flex-direction: column
    }
}

.apply-barxq-title {
    font-weight: 500;
    font-size: 36px;
    color: #12141d;
    text-align: center
}

.apply-barxq .tabs {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 72px auto 20px auto;
    position: relative
}

.apply-barxq .tabs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f5f8fd;
    left: 0;
    bottom: -14px
}

.tab-line {
    transition: left .3s ease, width .3s ease
}

.apply-barxq .tab {
    font-size: 20px;
    color: #12141d;
    cursor: pointer;
    transition: background-color .3s;
    position: relative
}

#product_feature-barxq {
    padding: 60px 0 40px;
    background: linear-gradient(to bottom, #fff 0, #f6f7f9 100%)
}

#product_feature-barxq .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px
}

#product_feature-barxq .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    margin-bottom: 80px
}

#product_feature-barxq .feature-item .thumb {
    margin-bottom: 20px
}

#product_feature-barxq .feature-item .thumb img {
    width: 82px;
    height: 82px
}

#product_feature-barxq .feature-item p {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 2em
}

#product_feature-barxq .feature-item span {
    font-size: 14px;
    line-height: 25px;
    color: var(--text-color-gray)
}

@media screen and (max-width:768px) {
    #product_feature-barxq {
        padding-top: 50px;
        background: #fff
    }

    #product_feature-barxq .container>.title {
        margin-bottom: 60px
    }

    #product_feature-barxq .content {
        padding: 0
    }

    #product_feature-barxq .feature-item {
        width: 170px;
        margin-bottom: 48px
    }

    #product_feature-barxq .feature-item .thumb img {
        width: 60px;
        height: 60px
    }

    #product_feature-barxq .feature-item p {
        font-size: 16px
    }

    #product_feature-barxq .feature-item span {
        font-size: 12px
    }
}
