﻿@charset "utf-8";
/**/
::selection {
    background-color: #040922;
    color: #fff
}

::-moz-selection {
    background-color: #040922;
    color: #fff
}

/*::-webkit-scrollbar{width:10px;height:10px;overflow:visible}*/
/*::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #e0e0e0}*/
/*::-webkit-scrollbar-track:hover{background-color:#f5f5f5}*/
/*::-webkit-scrollbar-thumb{background-color:#C0C4CC;min-height:25px;min-width:25px;border:1px solid #b7b7b7}*/
/*::-webkit-scrollbar-thumb:hover{background-color:#C0C4CC;border-color:#C0C4CC}*/
/*::-webkit-scrollbar-thumb:active{background-color:#909399;border-color:#909399}*/

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    min-height: 100%;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #303133;
    background: #f7f7f7 !important;
    text-align: left;
    position: relative;
}

body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

body, html {
    height: 100%;
    font-size: 16px;
}

html {
    height: 100%;
    overflow: auto
}

a {
    background-color: transparent;
    color: #514b99;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: color .3s
}

.none {
    display: none
}

.wap-show, #wap-show {
    display: none;
}

.pc-show, #pc-show {
    display: block;
}

.iconfont {
    font-size: inherit
}

a, .s-a {
    color: #3e3a39;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: #f19ec2;
    text-decoration: none;
}

a, area {
    blr: expression(this.onFocus=this.blur())
}

a:focus {
    outline: none;
    box-shadow: none !important;
    text-decoration: none
}

/**/
.s-content {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    z-index: 0;
}

.s-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.s-fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 11
}

.s-overflow-hidden {
    overflow: hidden
}

.s-height-auto {
    height: auto !important;
}

.s-img-ground-color {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2e1f1;
    position: relative
}

.s-animation {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.s-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*灰色*/
.s-filter-blur-4 {
    filter: blur(4px);
}

.s-lower-line::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #f19ec2;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px
}

.s-lower-min-line::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #f19ec2;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -12px
}

.s-box-shadow-10 {
    box-shadow: 0 0 10px rgba(81, 75, 153, 0.2);
}

.s-box-shadow-20 {
    box-shadow: 0 0 20px rgba(81, 75, 153, 0.3);
}

.s-ul-regular {
    list-style: none;
    margin: 0
}

.s-ul-regular > li {
    position: relative
}

.s-ul-regular > li:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #514b99
}

.s-blank-height-0 {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0 !important;
    line-height: 0 !important;
    float: none !important
}

.s-blank-height-5 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 5px;
}

.s-blank-height-8 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 8px;
}

.s-blank-height-10 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 10px;
}

.s-blank-height-12 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 12px;
}

.s-blank-height-14 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 14px;
}

.s-blank-height-15 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 15px;
}

.s-blank-height-18 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 18px;
}

.s-blank-height-20 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 20px;
}

.s-blank-height-25 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 25px;
}

.s-blank-height-28 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 28px;
}

.s-blank-height-30 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 30px;
}

.s-blank-height-35 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 35px;
}

.s-blank-height-40 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 40px;
}

.s-blank-height-42 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 42px;
}

.s-blank-height-45 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 45px;
}

.s-blank-height-50 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 50px;
}

.s-blank-height-60 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 60px;
}

.s-blank-height-70 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 70px;
}

.s-blank-height-80 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 80px;
}

.s-blank-height-90 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 90px;
}

.s-blank-height-94 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 94px;
}

.s-blank-height-100 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 100px;
}

.s-a-black {
    color: #303133 !important
}

.s-a-golden {
    color: #d36f16 !important
}

.s-a-white {
    color: #fff !important
}

.s-a-gray {
    color: #606266 !important
}

.s-a-blue {
    color: #18126a !important
}

.s-a-pink {
    color: #f19ec2 !important
}

.s-a-hover-white:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.s-a-hover-pink:hover, .s-a-hover-pink.selected {
    color: #f19ec2 !important;
    border-color: #f19ec2 !important;
}

.s-a-hover-golden:hover {
    color: #ffa758 !important
}

.s-box-sizing-inherit {
    box-sizing: inherit !important
}

.s-text-decoration-underline {
    text-decoration: underline
}

.s-display-block {
    display: block !important
}

.s-color-green {
    color: #28c445
}

.s-color-black {
    color: #303133
}

.s-color-white {
    color: white
}

.s-color-gray {
    color: #909399
}

.s-color-gray-2 {
    color: #606266
}

.s-color-gray-3 {
    color: #575757
}

.s-color-gray-4 {
    color: #999999;
}

.s-color-blue {
    color: #18126a
}

.s-color-blue-2 {
    color: #514b99
}

.s-color-blue-3 {
    color: #667dff !important
}

.s-color-blue-4 {
    color: #06b4fd !important
}

.s-color-blue-5 {
    color: #4d4398 !important
}

.s-color-pink {
    color: #f19ec2
}

.s-color-pink-2 {
    color: #f570ab
}

.s-color-red {
    color: #F56C6C
}

.s-color-golden {
    color: #d09949
}

.s-color-golden-2 {
    color: #f19149
}

.s-color-golden-3 {
    color: #f9bf00
}

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

.s-background-color-gray {
    background-color: #f7f7f7 !important
}

.s-background-color-gray-2 {
    background-color: #ededf8 !important
}

.s-background-color-gray-3 {
    background-color: #F8FAFF !important
}

.s-background-color-golden-2 {
    background-color: #f19149 !important
}

.s-background-color-blue {
    background-color: #4d4398 !important
}

.s-background-color-blue-2 {
    background-color: #ededf8 !important
}

.s-background-color-blue-3 {
    background-color: #100964 !important
}

.s-background-color-pink {
    background-color: #f570ab !important
}

.s-ul-float-left {
    width: 100%;
}

.s-ul-float-left li {
    float: left;
    margin: 0
}

.s-ul-float-left:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0 !important;
    line-height: 0 !important;
    float: none !important
}

.s-ul {
    margin: 0;
    padding: 0;
    border: 0px;
}

.s-ul li {
    list-style: none;
    padding-bottom: 15px
}

/**/

.s-width-pp-25 {
    width: 25% !important;
}

.s-width-pp-33 {
    width: 33.33% !important;
}

.s-width-pp-50 {
    width: 50% !important;
}

.s-width-pp-70 {
    width: 70% !important;
}

.s-width-pp-80 {
    width: 80% !important;
}

.s-width-pp-90 {
    width: 90% !important;
}

.s-width-pp-96 {
    width: 96% !important;
}

.s-width-pp-100 {
    width: 100% !important;
}

.s-line-height-auto {
    line-height: initial !important;
}

.s-line-height-22 {
    line-height: 22px !important;
}

.s-line-height-25 {
    line-height: 25px !important;
}

.s-line-height-30 {
    line-height: 30px !important;
}

.s-line-height-32 {
    line-height: 32px !important;
}

.s-line-height-35 {
    line-height: 35px !important;
}

.s-line-height-40 {
    line-height: 40px !important;
}

.s-line-height-45 {
    line-height: 45px !important;
}

.s-letter-spacing-1 {
    letter-spacing: 1px
}

.s-letter-spacing-2 {
    letter-spacing: 2px
}

.s-letter-spacing-3 {
    letter-spacing: 3px
}

.s-letter-spacing-10 {
    letter-spacing: 10px
}

.s-letter-spacing-14 {
    letter-spacing: 14px
}

.s-letter-spacing-20 {
    letter-spacing: 20px
}

.s-opacity-5 {
    opacity: .5
}

.s-font-weight-300 {
    font-weight: 300
}

.s-font-weight-400 {
    font-weight: 400 !important
}

.s-font-weight-500 {
    font-weight: 500 !important
}

.s-font-weight-600 {
    font-weight: 600
}

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

.s-font-size-13 {
    font-size: 13px
}

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

.s-font-size-15 {
    font-size: 15px
}

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

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

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

.s-font-size-22 {
    font-size: 22px
}

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

.s-font-size-25 {
    font-size: 25px
}

.s-font-size-26 {
    font-size: 26px
}

.s-font-size-28 {
    font-size: 28px
}

.s-font-size-30 {
    font-size: 30px
}

.s-font-size-40 {
    font-size: 40px
}

.s-font-size-50 {
    font-size: 50px
}

.s-font-size-60 {
    font-size: 60px
}

.s-font-size-80 {
    font-size: 80px
}

.s-border-none {
    border: none !important
}

.s-border-radius-4 {
    border-radius: 4px !important;
}

.s-border-radius-6 {
    border-radius: 6px;
}

.s-border-radius-8 {
    border-radius: 8px;
}

.s-border-radius-10 {
    border-radius: 10px;
}

.s-border-radius-15 {
    border-radius: 15px;
}

.s-border-radius-20 {
    border-radius: 20px;
}

.s-border-radius-50 {
    border-radius: 50px;
}

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

.s-border-radius-pp-100 {
    border-radius: 100%;
}

.s-border-1 {
    border: 1px solid #d3d7dd
}

.s-border-left-1 {
    border-left: 1px solid #ebebeb
}

.s-border-top-1 {
    border-top: 1px solid #ebebeb
}

.s-border-bottom-1 {
    border-bottom: 1px solid #ebebeb
}

.s-border-color-black {
    border-color: #acacac
}

.s-border-color-blue {
    border-color: #afacd0
}

.s-border-color-golden-2 {
    border-color: #f9cdab
}

.s-border-color-pink {
    border-color: #f19ec2 !important
}

.s-border-bottom-dashed {
    border-bottom: 1px dashed #e6c4f6
}

.s-margin-auto {
    margin: auto;
}

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

.s-margin-10 {
    margin: 10px !important;
}

.s-margin-15 {
    margin: 15px !important;
}

.s-margin-20 {
    margin: 20px !important;
}

.s-margin-25 {
    margin: 25px !important;
}

.s-margin-left-0 {
    margin-left: 0 !important;
}

.s-margin-left-5 {
    margin-left: 5px !important;
}

.s-margin-left-10 {
    margin-left: 10px !important;
}

.s-margin-left-20 {
    margin-left: 20px !important;
}

.s-margin-left-30 {
    margin-left: 30px !important;
}

.s-margin-left-25 {
    margin-left: 25px !important;
}

.s-margin-left-40 {
    margin-left: 40px !important;
}

.s-margin-right-5 {
    margin-right: 5px !important;
}

.s-margin-right-10 {
    margin-right: 10px !important;
}

.s-margin-right-15 {
    margin-right: 15px !important;
}

.s-margin-right-20 {
    margin-right: 20px !important;
}

.s-margin-right-30 {
    margin-right: 30px !important;
}

.s-margin-right-25 {
    margin-right: 25px !important;
}

.s-margin-right-40 {
    margin-right: 40px !important;
}

.s-margin-top-5 {
    margin-top: 5px;
}

.s-margin-top-10 {
    margin-top: 10px !important;
}

.s-margin-top-15 {
    margin-top: 15px !important;
}

.s-margin-top-20 {
    margin-top: 20px !important;
}

.s-margin-top-30 {
    margin-top: 30px !important;
}

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

.s-margin-top-60 {
    margin-top: 60px !important;
}

.s-margin-top-100 {
    margin-top: 100px;
}

.s-margin-top-120 {
    margin-top: 120px;
}

.s-margin-top-220 {
    margin-top: 220px;
}

.s-margin-top-240 {
    margin-top: 240px;
}

.s-margin-top-280 {
    margin-top: 280px;
}

.s-margin-top-340 {
    margin-top: 340px;
}

.s-margin-bottom-0 {
    margin-bottom: 0px !important;
}

.s-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.s-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.s-margin-bottom-15 {
    margin-bottom: 15px !important;
}

.s-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.s-margin-bottom-25 {
    margin-bottom: 25px;
}

.s-margin-bottom-30 {
    margin-bottom: 30px;
}

.s-margin-bottom-35 {
    margin-bottom: 35px;
}

.s-margin-bottom-40 {
    margin-bottom: 40px;
}

.s-margin-bottom-50 {
    margin-bottom: 50px;
}

.s-margin-bottom-60 {
    margin-bottom: 60px;
}

.s-margin-bottom-70 {
    margin-bottom: 70px;
}

.s-margin-bottom-80 {
    margin-bottom: 80px;
}

.s-margin-bottom-90 {
    margin-bottom: 90px;
}

.s-margin-bottom-100 {
    margin-bottom: 100px;
}

.s-margin-bottom-negative-20 {
    margin-bottom: -20px;
}

.s-margin-bottom-negative-40 {
    margin-bottom: -40px;
}

.s-margin-bottom-negative-60 {
    margin-bottom: -60px;
}

.s-left-0 {
    left: 0 !important;
}

.s-padding-0 {
    padding: 0 !important;
}

.s-padding-10 {
    padding: 10px !important;
}

.s-padding-15 {
    padding: 15px !important;
}

.s-padding-20 {
    padding: 20px !important;
}

.s-padding-30 {
    padding: 30px !important;
}

.s-padding-left-0 {
    padding-left: 0 !important;
}

.s-padding-left-10 {
    padding-left: 10px;
}

.s-padding-left-15 {
    padding-left: 15px;
}

.s-padding-left-18 {
    padding-left: 18px;
}

.s-padding-left-20 {
    padding-left: 20px;
}

.s-padding-left-30 {
    padding-left: 30px;
}

.s-padding-left-40 {
    padding-left: 40px;
}

.s-padding-left-50 {
    padding-left: 50px;
}

.s-padding-left-70 {
    padding-left: 70px;
}

.s-padding-left-100 {
    padding-left: 100px;
}

.s-padding-left-140 {
    padding-left: 140px;
}

.s-padding-right-0 {
    padding-right: 0 !important;
}

.s-padding-right-10 {
    padding-right: 10px;
}

.s-padding-right-15 {
    padding-right: 15px;
}

.s-padding-right-20 {
    padding-right: 20px;
}

.s-padding-right-30 {
    padding-right: 30px;
}

.s-padding-top-0 {
    padding-top: 0px !important;
}

.s-padding-top-5 {
    padding-top: 5px !important;
}

.s-padding-top-10 {
    padding-top: 10px !important;
}

.s-padding-top-15 {
    padding-top: 15px !important;
}

.s-padding-top-20 {
    padding-top: 20px !important;
}

.s-padding-top-30 {
    padding-top: 30px;
}

.s-padding-top-40 {
    padding-top: 40px;
}

.s-padding-top-50 {
    padding-top: 50px;
}

.s-padding-top-60 {
    padding-top: 60px;
}

.s-padding-top-100 {
    padding-top: 100px;
}

.s-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.s-padding-bottom-5 {
    padding-bottom: 5px;
}

.s-padding-bottom-10 {
    padding-bottom: 10px;
}

.s-padding-bottom-15 {
    padding-bottom: 15px !important;
}

.s-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.s-padding-bottom-25 {
    padding-bottom: 25px;
}

.s-padding-bottom-30 {
    padding-bottom: 30px;
}

.s-padding-bottom-40 {
    padding-bottom: 40px;
}

.s-padding-bottom-50 {
    padding-bottom: 50px;
}

.s-padding-bottom-60 {
    padding-bottom: 60px;
}

.s-padding-bottom-80 {
    padding-bottom: 80px;
}

.s-padding-bottom-100 {
    padding-bottom: 100px;
}

.s-padding-bottom-120 {
    padding-bottom: 120px;
}

.s-padding-bottom-160 {
    padding-bottom: 160px;
}

.s-padding-tb-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.s-padding-tb-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.s-padding-tb-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.s-padding-tb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.s-padding-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.s-padding-tb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.s-padding-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.s-padding-tb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.s-padding-tb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.s-padding-tb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.s-padding-tb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.s-padding-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.s-padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.s-padding-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.s-padding-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.s-padding-lr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.s-padding-lr-35 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.s-padding-lr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.s-ul-li-width-pp-100 > li {
    width: 100% !important
}

.s-ul-li-width-pp-50 > li {
    width: 50% !important
}

.s-ul-li-width-pp-33 > li {
    width: 33.33% !important
}

.s-ul-li-width-pp-25 > li {
    width: 25% !important
}


.s-text-decoration-linethrough {
    text-decoration: line-through;
}

.s-label-a-box {
    padding-left: 10px;
    padding-top: 12px
}

.s-label-a {
    border-radius: 100px;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 6px;
    margin-right: 8px
}

.s-label-buy {
    background: #ffeae3;
    color: #ff3c00
}

.s-page-box {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-page-box > li {
    display: inline-block;
    float: none
}

.s-page-box > li > a {
    display: block;
    border: 1px solid #bcc3ce;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    color: #909399
}

.s-page-box > li > input {
    width: 100%;
    height: 100%;
    width: 40px;
    height: 40px;
    text-align: center
}

.s-page-box .page-item.active a {
    background: #fff;
    color: #18126a;
}

/**/
.tab .tab-item a {
    margin: 0 1.2rem 0 0;
    padding: .4rem .2rem .6rem .2rem;
    border-bottom: 3px solid #fff;
}

.tab .tab-item a.active, .tab .tab-item.active a {
    color: #514b99;
    font-weight: bold;
    border-bottom: 3px solid #f19ec2;
}

.tab .tab-item a:hover {
    color: #f19ec2
}

.tab-black .tab-item a {
    margin: 0 1.2rem 0 1.2rem;
    padding: .4rem .2rem .6rem .2rem;
    border-bottom: 2px solid #f8f8f8;
    font-size: 15px;
}

.tab-black .tab-item a.active, .tab .tab-item.active a {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.tab-black .tab-item a:hover {
    color: #000
}

.label {
    padding: 5px 10px 5px 10px;
    margin-left: 10px
}

.label-warning-2 {
    background: #fdeee3;
    color: #eb6100
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: rgba(81, 75, 153, 0.8);
}

.btn-gray-link {
    border: 1px solid #bcc3ce;
    background: transparent;
    color: #303133
}

.btn-gray-link-hover:hover, .btn-gray-link-hover:focus {
    color: #f19ec2 !important;
    border-color: #f19ec2 !important;
    background: transparent;
}

.btn-gray-link-hover:active {
    background: #f19ec2 !important;
    color: #fff !important
}

.btn-gray-link-2 {
    border: 1px solid #bcc3ce;
    background: transparent;
    color: #606266 !important
}

.btn-gray-link-2:hover, .btn-gray-link-2:focus {
    color: #f19ec2 !important;
    border-color: #f19ec2 !important;
    background: rgba(255, 255, 255, 0);
}

.btn-gray-link-3 {
    border: 1px solid #303133;
    background: transparent;
    color: #303133 !important
}

.btn-gray-link-3:hover, .btn-gray-link-3:focus {
    color: #f19ec2 !important;
    border-color: #f19ec2 !important;
    background: rgba(255, 255, 255, 0);
}

.btn-white-link {
    border: 1px solid white;
    background: transparent;
    color: white !important
}

.btn-white-link:hover, .btn-white-link:focus {
    color: #514b99 !important;
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.7);
}

.btn-black-link {
    border: 1px solid #303133;
    background: transparent;
    color: #303133 !important;
}

.btn-black-link:hover, .btn-black-link:focus {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
}

.btn-blue-link {
    border: 1px solid #0055d0;
    background: transparent;
    color: #0055d0 !important;
}

.btn-blue-link:hover, .btn-blue-link:focus {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
}

.btn-blue-link-2 {
    border: 1px solid #7a8efe;
    background: transparent;
    color: #7a8efe !important;
}

.btn-blue-link-2:hover, .btn-blue-link-2:focus {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
}

.btn-orange-link {
    border: 1px solid #ff532c;
    background: transparent;
    color: #ff532c !important;
}

.btn-orange-link:hover, .btn-orange-link:focus {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
}

.btn-purple-link {
    border: 1px solid #8e3bdc;
    background: transparent;
    color: #8e3bdc !important;
}

.btn-purple-link:hover, .btn-purple-link:focus {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
}

.btn-gray-blue {
    border: 1px solid #514b99;
    background: transparent;
    color: #514b99 !important
}

.btn-gray-blue:hover, .btn-gray-blue:focus {
    color: #f19ec2 !important;
    border-color: #f19ec2 !important;
    background: rgba(255, 255, 255, 0);
}

.btn-min-pink {
    border: none;
    background: #f571ac;
    color: #fff !important;
    padding: 6px 20px
}

.btn-min-pink:hover, .btn-min-pink:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-pink-2 {
    border: 1px solid #ec6ca4;
    background: #fceaf2;
    color: #ec6ca4 !important;
    padding: 6px 20px
}

.btn-min-pink-2:hover, .btn-min-pink-2:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-blue {
    border: none;
    background: #514b99;
    color: #fff !important;
    padding: 6px 20px
}

.btn-min-blue:hover, .btn-min-blue:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-blue.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.btn-min-blue-2 {
    border: none;
    background: #b0affc;
    color: #fff !important;
    padding: 6px 20px
}

.btn-min-blue-2:hover, .btn-min-blue-2:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-blue-2.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.btn-min-blue-3 {
    border: 1px solid #4d4398;
    background: #d9d7e9;
    color: #4d4398 !important;
    padding: 6px 20px
}

.btn-min-blue-3:hover, .btn-min-blue-3:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-blue-3.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.btn-min-blue-4 {
    background: #d9d7e9;
    color: #4d4398 !important;
    padding: 6px 20px
}

.btn-min-blue-4:hover, .btn-min-blue-3:focus {
    color: #fff !important;
    background: #f19ec2;
}

.btn-min-blue-4.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}


.btn-width-240 {
    width: 240px;
    min-width: 240px;
    height: 52px !important;
    line-height: 52px;
    padding: 0
}

.btn-width-160 {
    width: 160px;
    min-width: 160px;
    height: 48px !important;
    line-height: 48px;
    padding: 0
}

.btn-width-90 {
    width: 90px;
    min-width: 90px;
    height: 46px !important;
    line-height: 46px;
    padding: 0
}

.btn-min-width-auto {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.btn-min-width-pp-28 {
    width: 28%;
    height: 40px !important;
    line-height: 40px !important;;
    padding: 0 10px;
    margin-right: 1%
}

.form-checkbox, .form-radio, .form-switch {
    padding: .1rem 0.4rem 0.1rem 1.4rem
}

.form-checkbox .form-icon, .form-radio .form-icon {
    background: #fff;
    height: 15px;
    left: 0;
    top: .2rem;
    width: 15px;
}

.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon {
    background: #514b99;
    border-color: #514b99;
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
    color: #909399;
}

.breadcrumb .breadcrumb-item {
    color: #909399;
}

.breadcrumb {
    color: #909399;
    font-size: 14px;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    content: ">";
    color: #909399;
    padding: 0 .3rem;
}

.breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: .1rem;
}

.breadcrumb .breadcrumb-item a {
    color: #909399
}

.breadcrumb .breadcrumb-item a:hover {
    color: #f19ec2
}

.active {
    text-decoration: none !important
}

.form-group .column {
    position: relative
}

.form-group i.iconfont {
    position: absolute;
    top: .6rem;
    right: 1rem;
    color: #9da1a8
}

.form-extend-row {
    color: rgb(34, 182, 255);
    font-size: 15px;
    top: 32px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.wap .form-extend-row {
    left: unset;
    right: 0;
    top: 4px
}

.form-label {
    font-size: 16px
}

.form-label-right {
    font-size: 16px;
    text-align: right;
    margin-right: 30px
}

.form-input, .form-select.select-lg {
    height: 2.2rem;
    line-height: auto;
    font-size: 14px
}
.wap .form-input, .form-select.select-lg{
    height: 41px;
}

.form-input-hint {
    font-size: 12px
}

/*文本两行显示，超出省略号表示*/
.text-line-one {
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.text-line-two {
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.text-line-three {
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.text-line-four {
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.text-line-five {
    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.animation-ud {
    -webkit-animation: animation-ud linear infinite alternate;
}

.animation-center {
    -webkit-animation: rotate linear infinite;
}

.animation-ud-2 {
    -webkit-animation: animation-ud-2 linear infinite alternate;
}

.animation-scale {
    -webkit-animation: scale linear infinite alternate
}

.animation-scale {
    animation: animation-scale 5s infinite;
    animation-direction: alternate; /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: animation-scale 5s infinite;
    -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animation-ud {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 15px);
    }
}

@-webkit-keyframes animation-ud-2 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(30px, 15px);
    }
}


@-webkit-keyframes animation-scale {
    0% {
        -webkit-transform: scale(1); /*开始为原始大小*/
    }
    25% {
        -webkit-transform: scale(1.1); /*放大1.1倍*/
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.1);
    }
}

.animation-time-1 {
    -webkit-animation-duration: 1s
}

.animation-time-1_5 {
    -webkit-animation-duration: 1.5s
}

.animation-time-2 {
    -webkit-animation-duration: 2s
}

.animation-time-2_5 {
    -webkit-animation-duration: 2.5s
}

.animation-time-3 {
    -webkit-animation-duration: 3s
}

.animation-time-4 {
    -webkit-animation-duration: 4s
}

.animation-time-5 {
    -webkit-animation-duration: 5s
}

.animation-time-6 {
    -webkit-animation-duration: 6s
}

.animation-time-10 {
    -webkit-animation-duration: 10s
}

.animation-time-20 {
    -webkit-animation-duration: 20s
}

.modal-show {
    display: flex;
    opacity: 1;
    z-index: 400;
}

.modal-show .modal-overlay {
    background: rgba(247, 248, 249, .75);
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.modal-show .modal-container {
    animation: slide-down .3s ease 1;
    z-index: 1;
    border-radius: 5px
}

.modal-show .modal-footer {
    text-align: center;
    padding-bottom: 30px
}


/**/
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1020px) {
}

@media screen and (max-width: 800px) {
}

/* main.css*/


input {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -khtml-user-select: auto;
}

/*body{overflow-x: visible;}*/
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.web .logo {
    position: absolute;
    bottom: 15px;
}

.mini-logo {
    width: 62px;
    height: 16px;
    margin-right: 3px;
}

.img-cover {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.small-img {
    aspect-ratio: 3/4;
}

.mid-img {
    aspect-ratio: 16/9;
}

.mid-img-box {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.mid-img-box .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overflow-unset {
    overflow: unset !important;
}

.content-box {
    z-index: 0;
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-space {
    height: 83px;
}

.header-vice-space {
    height: 44px
}

.header-box {
    z-index: 5;
    width: 100%;
    height: 83px;
    position: relative;
    box-shadow: 0 0 16px #dddddd;
}

.header-box .navbar-section {
    width: 80%
}

.header-box .top-space {
    height: 83px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3
}

.column-box {
    height: 83px;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}

.column-box .column-right {
    bottom: 0;
    left: 0
}

/**/
.column-box .logo-box {
    width: 150px;
}

.column-box .logo-box .logo {
    height: 50px;
    z-index: 10;
    display: block
}

.column-box .column-ul a {
    padding: 0 15px;
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative
}

.column-box .column-ul a.ok:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(81, 75, 153, 0.8);
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px
}

.vice-column-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(81, 75, 153, 0.8);
    position: absolute;
    bottom: -44px;
    left: 0;
    text-align: center;
    overflow: hidden;
    /*    */
}


.vice-column-list {
    /*display: none;*/
    position: absolute;
    left: 0;
    /*top: -2px;*/
    top: -47px;
    opacity: 0;
}

.vice-column-list > a {
    display: inline-block;
    position: relative;
    padding: 0 9px
}

.vice-column-list > a:after {
    content: "|";
    position: absolute;
    left: -3px;
    top: 0;
    color: #fff !important
}

.vice-column-list > a:nth-child(1):after {
    content: "";
}

.search-box {
    position: relative;
    float: right
}

.search-box .search-key {
    width: 100%;
    display: block;
    height: 30px;
    padding-right: 30px;
}

.search-box .btn-search {
    background-color: transparent;
    border: none;
    color: #909399;
    position: absolute;
    right: -1px;
    top: 0;
    width: 34px;
    height: 30px;
    border-radius: 0 6px 6px 0;
    font-size: 20px
}

.top-menu {
    font-size: 13px;
    cursor: pointer;
}

.login-top-box {
    background: #d2d6fd;
    height: 30px;
    line-height: 28px;
    width: 94%;
    margin: auto;
    max-width: 125px;
    text-align: center;
    float: right
}

.main-banner-box {
    width: 100%;
    height: 707px;
    background: rgba(81, 75, 153, 0.8);
    position: relative;
    z-index: 1
}

.swiper-pagination {
    bottom: 5%;
    width: 100%
}

.main-banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.background-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner .swiper-slide {
    background-size: cover;
    background-position: center
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    background: #f19ec2;
    opacity: 1;
    vertical-align: middle;
    margin: 0 5px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 34px;
    height: 12px;
    background: #514b99;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px
}

.nrpagination .swiper-pagination-bullet {
    background: #f7a63f
}

.nrpagination .swiper-pagination-bullet-active {
    background: #f7a63f
}

.swiper-pagination-bullet, a.icon-btn > div > i, .rwbox b, .vice-column-list, .card.hot-report-card, .video-a, .video-list li a font, .video-a span, .left-menu-box .menu.menu-nav .menu-item > a span, .badge, .input-box, .block-border, .dhss, .a-picture-bottom-content > div, .a-picture-bottom-content > div > b, .a-picture-bottom-content > div > span {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

/*.swiper-button-prev:hover {*/
/*    left: 40px*/
/*}*/

/*.swiper-button-next:hover {*/
/*    right: 40px*/
/*}*/

.footer-box {
    background: #f7f7f7;
    position: relative;
    padding: 60px 0;
    align-items: center;
}

.wap .footer-box {
    padding: 0 0 20px;
}

.footer-box .wrapper {
    display: inline-flex;
    align-items: center;
}

.footer-box, .footer-box .left, .footer-box .right, .footer-box .center .col, .footer-box .icon-item {
    display: flex;
    flex-direction: column;
}

.footer-box .left {
    width: 28%;
    padding-right: 35px;
}

.footer-box .right {
    width: 30%;
    padding-left: 35px;
    text-align: center;
    align-items: center;
}

.footer-box .center {
    width: 42%;
    padding: 0 50px;
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
    /*border-left: 1px solid rgba(0,0,0,0.3);*/
    /*border-right: 1px solid rgba(0,0,0,0.3);*/
    align-items: center;
    position: relative;
}

.footer-box .center::before, .footer-box .center::after {
    content: "";
    height: 80%;
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

.footer-box .center::before {
    left: 0;
}

.footer-box .center::after {
    right: 0;
}

.footer-box .center .col > a {
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-box b {
    color: #444040;
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
}

.footer-box p {
    font-size: 14px;
}

.footer-box p, .footer-box .col a {
    color: #3E3A39;
    display: block;
}

.footer-box .extend {
    width: 100vw;
    /*display: inline-flex;*/
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    font-size: 14px;
    text-align: center;
}

.footer-box .extend > i {
    margin: 0 3px 3px;
}

.footer-box .icon-row {
    display: inline-flex;
}

.footer-box .item {
    cursor: pointer;
}

.footer-box .item .button {
    padding: 0 25px;
    background-color: #E2E2E2;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 20px;

}

.footer-box .item .text {
    color: #3E3A39;
    font-size: 12px;
    margin-top: 7px;
    text-align: center;
}


.consult-news-box {
    background: #514b99;
    height: 300px;
    margin-top: 50px;
    position: relative;
    z-index: 2
}

.consult-news-box .newslink {
    height: 350px;
    top: -50px
}

.consult-news-box .newslink .consultingbox {
    background: #b0affc;
    border-radius: 0 70px 0 0
}

.consult-news-box .newslink .consultingbox::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 0;
    height: 100%;
    width: 200px;
    border-radius: 0 20px 20px 0;
    transform: skewX(27deg);
    background: #b0affc;
}

.consult-news-box .newslink .nlbox {
    width: 95%;
    max-width: 600px;
}

.consult-news-box .newslink .nlbox > div {
    width: auto !important;
}

.consult-news-box .newslink .nlbox > div > span {
    display: block;
    height: 110px;
    line-height: 130px;
    letter-spacing: 20px
}

.max-title-box h1 {
    display: block
}

.max-title-box p {
    display: block;
    border-top: 1px solid #C0C4CC;
    position: relative;
}

.max-title-box p > span {
    display: inline-block;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -22px;
    padding: 0 50px
}

.recommend-box > li {
    width: 25%;
    padding-bottom: 33px;
}

.recommend-box > li:nth-child(2) a.icon-btn > div {
    font-size: 35px
}

.recommend-box > li:nth-child(4) a.icon-btn > div {
    font-size: 44px
}

.recommend-box > li:nth-child(5) a.icon-btn > div {
    font-size: 40px
}

.recommend-box > li:nth-child(6) a.icon-btn > div {
    font-size: 54px
}

.recommend-box > li:nth-child(6) a.icon-btn > div {
    font-size: 58px
}

.recommend-box > li:nth-child(7) a.icon-btn > div {
    font-size: 40px
}

.recommend-box > li:nth-child(8) a.icon-btn > div {
    font-size: 35px
}

a.icon-btn {
    display: block;
    width: 264px;
    border: 1px solid #bebdfb;
    background: #fff;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 20px rgba(81, 75, 153, 0);
    margin: auto
}

a.icon-btn > div {
    position: relative;
    margin-left: 11%;
    margin-right: 11px;
    width: 44px;
    height: 44px;
}

a.icon-btn:hover > div > .img-responsive {
    filter: brightness(100);
}

a.icon-btn:hover, a.icon-btn:active, a.icon-btn:focus {
    border-color: #514b99;
    background-color: #514b99;
    color: #fff !important;
    box-shadow: 0 20px 20px rgba(81, 75, 153, 0.5);
}

a.icon-btn:hover > div > i, a.icon-btn:active > div > i, a.icon-btn:focus > div > i {
    opacity: 1
}

.main-content-box {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.test-box .max-title-box p > span {
    background-color: transparent;
}

.test-box {
    background: url(../images/main/testimg-t.png) center repeat-x;
    background-size: auto 100%
}

.testbox .i-y {
    top: -70%;
    right: -40%
}

.testbox .i-y-1 {
    top: -25%
}

.testbox .i-y-2 {
    top: -32%;
    right: 10%
}

.testbox .i-y-3 {
    top: 20%;
    right: -10%
}

.testbox .i-y-4 {
    bottom: -14%;
    right: 5%
}

.testbox .i-y-5 {
    bottom: -5%;
    left: -10%
}

.testbox .i-y-6 {
    top: 25%;
    left: -16%
}

.testbox .img-row {
    width: 100%;
    padding: 4%;
    display: inline-flex;
    background-color: #fff;
    z-index: 10;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.testbox .img-row .img {
    margin-left: 5%;
    width: 30%;
    border-radius: 7px;
    overflow: hidden;
}

.testbox .img-row .img:first-child {
    margin-left: 0;
}

.testbox .img-row .img.shadow {
    box-shadow: 0 4px 4px rgba(81, 75, 153, 0.5);
}

.testbox .left-button {
    bottom: 7%;
    right: 35.7%;
}

.testbox .right-button {
    bottom: 7%;
    right: 2.5%;
}

.testbox .test-view {
    width: 100%;
    height: 32.8125vw;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.test-view .img-1, .testbox .test-view .img-2, .testbox .test-view .img-3, .testbox .test-view .img-4, .testbox .test-view .img-5, .testbox .test-view .img-6, .testbox .test-view .img-7, .test-view .img-center {
    z-index: 2;
    cursor: pointer;
}

.testbox .test-view .img-1 {
    left: 26%;
    top: 0;
    width: 13vw;
}

.testbox .test-view .img-2 {
    right: 22%;
    top: -2%;
    width: 12.42vw;
}

.testbox .test-view .img-3 {
    left: 14%;
    top: 10vw;
    width: 12vw;
}

.testbox .test-view .img-4 {
    right: 12%;
    top: 8vw;
    width: 15vw;
}

.testbox .test-view .img-5 {
    left: 22%;
    top: 20vw;
    width: 13vw;
}

.testbox .test-view .img-6 {
    right: 22%;
    top: 20vw;
    width: 13vw;
}

.testbox .test-view .img-7 {
    right: 45%;
    bottom: -4.5vw;
    width: 11vw;
}

.testbox .test-view .img-center {
    width: 25vw;

}

.testbox .test-view .background-img {
    width: 32.8125vw;
}

.hot-report-box {
    padding-bottom: 120px;
    padding-top: 20px
}

.hot-report-box > li {
    width: 33.33%
}


.cms-resource-list {
    padding-bottom: 40px;
    padding-top: 20px;
    display: inline-flex;
}

.wap .cms-resource-list > li {
    padding: 0 5px;
}

.cms-resource-item {
    margin: auto;
    width: 92%
}


.card, .card:visited, .card:hover {
    color: #303133
}

.card.hot-report-card, .card.course-card {
    border-color: #fff;
    box-shadow: 0 10px 20px rgba(81, 75, 153, 0.1);
    margin: auto;
    overflow: hidden;
}

.card.hot-report-card {
    width: 92%;
}

.card.course-card {
    width: 100%;
    border-width: 0;
}

.card.hot-report-card .card-image, .card.course-card .card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e1f1;
}

.card.hot-report-card .card-image > img {
    width: 100%;
}

.card.hot-report-card .card-header, .card.hot-report-card .card-body {
    width: 74%;
    margin: auto
}

.card.course-card .card-header, .card.course-card .card-body {
    width: calc(100% - 20px);
    margin: auto
}

.wap .card.course-card .card-footer {
    padding: 0 .8rem;
}

.card.hot-report-card .card-header, .card.course-card .card-header {
    padding: 0;
    padding-bottom: 10px
}

.wap .card.hot-report-card .card-header, .wap .card.course-card .card-header {
    padding-bottom: 5px
}

.card.hot-report-card .card-body {
    margin: 12px auto;
    padding: 0;
}

.card.course-card .card-body {
    padding: 0;
    color: #999999;
    height: 44px;
    text-align: left;
}

.card.hot-report-card .card-header {
    border-bottom: #c5c4c3 solid 1px
}

.card.hot-report-card:hover, .card.course-card:hover {
    box-shadow: 0 10px 20px rgba(81, 75, 153, 0.3);
}

a.card.hot-report-card:hover .card-footer .s-a-black s-a-hover-pink {
    background-color: #f19ec2;
    color: #fff
}

.finance-report-box {
    padding-bottom: 120px;
    padding-top: 20px;
    width: 99%;
    margin: auto
}

.finance-report-box > li {
    width: 25%
}

.card.finance-report-card {
    border-color: transparent;
    background-color: transparent;
    box-shadow: 0 0 20px rgba(81, 75, 153, 0);
    margin: auto;
    width: 94%
}

.wap .card.finance-report-card {
    padding: 0 1%;
}

.card.finance-report-card .card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e1f1;
}

.card.finance-report-card .card-image > img {
    width: 100%;
}

.card.finance-report-card .card-header, .card.finance-report-card .card-body {
    width: 90%;
    margin: auto
}

.card.finance-report-card .card-header {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgb(48, 49, 51);
}

.card.finance-report-card .card-body {
    margin: 12px auto;
    padding: 0;
    width: 80%;
    color: rgb(48, 49, 51);
}

.card.finance-report-card .card-body > b {
    display: block;
    /*padding-bottom: 5px;*/
}

.card.finance-report-card .card-header {
    border-bottom: #c5c4c3 solid 1px
}

.card.finance-report-card .card-info {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 40px rgba(81, 75, 153, 0.3);
    width: 86%;
    margin: auto;
    margin-top: -52px;
    position: relative;
    padding-bottom: 30px
}

.card.finance-report-card .card-footer {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%
}

.card .card-header.minborder {
    border-bottom: 0;
    position: relative
}

.card .card-header.minborder:after {
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #c5c4c3;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px
}

.title-left-box {
    position: relative;
    padding-bottom: 10px
}

.title-left-box > p {
    min-height: 13px;
}

.title-left-box > i {
    width: 50px;
    height: 3px;
    background: #f19ec2;
    display: block;
    margin-left: 15px
}

.title-left-box > a {
    position: absolute;
    top: 10px;
    right: 18px;
}

.card.isar-attestation-box {
    width: 274px;
    height: 262px
}

.card.isar-attestation-box .card-title {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card.isar-attestation-box .card-title > .img-box {
    width: 100%;
    flex: 1
}

.card.isar-attestation-box .card-title > .img-box > img {
    height: 66px
}

.card-tree-box div.card {
    z-index: 1
}

.card-tree-box div.card:nth-child(1) {
    top: 12%;
    left: 2%;
    z-index: 3
}

.card-tree-box div.card:nth-child(2) {
    top: 18%;
    right: 2%;
    z-index: 2
}

.card-tree-box div.card:nth-child(3) {
    bottom: 0;
    left: 22%
}

.card-tree-box .i-circular-7 {
    right: 6%;
}

.card-tree-box .i-circular-8 {
    left: -6%;
    bottom: 1%
}

.rwbox > img {
    background: #e2e1f1;
    display: block;
    margin: auto
}

.rwbox:hover b {
    color: #f19ec2
}

.consultant-swiper-container {
    max-width: 680px;
    border-radius: 50px 50px 0 0
}

.consultant-swiper-box {
    width: 80%;
    margin: auto
}

.consultant-swiper-box .swiper-button-next, .consultant-swiper-box .swiper-button-prev {
    margin-top: -40px;
    transform: scale(.7)
}

.consultant-p:after {
    content: "";
    height: 21px;
    width: 3px;
    background: #f19ec2;
    position: absolute;
    left: -10px;
    top: 10px
}

.consultant-p > i {
    height: 21px;
    width: 3px;
    background: #f19ec2;
    display: inline-block
}

.consultant-content-box .s-ul-regular {
    max-width: 400px
}

.course-swiper-box {
    height: 876px
}

.course-swiper-box .course-swiper {
    height: 100%
}

.course-swiper-box .swiper-pagination {
    bottom: 13%
}

.course-swiper-box .swiper-slide .course-content-box.animated {
    display: none
}

.course-swiper-box .swiper-slide-active .course-content-box.animated {
    display: block
}

.course-swiper-box .course-swiper .swiper-slide {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.course-swiper-box .course-swiper .swiper-slide > a > img {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 20px
}

.course-content-box {
    width: 286px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: 222px
}

.course-content-box > h1 {
    font-size: 200px;
    font-weight: bold;
    color: #dfddf4;
    letter-spacing: 8px;
    position: relative;
    display: block;
    line-height: 160px;
    margin-bottom: 40px
}

.course-content-box > h1 > i {
    width: 63px;
    height: 63px;
    background: #514b99;
    position: absolute;
    border-radius: 100px;
    left: 58%;
    top: -20%
}

.course-content-box > h1 > b {
    position: relative;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 300
}

.course-content-box > h1 > div {
    font-size: 40px;
    letter-spacing: 0;
    color: #18126a;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 46px
}

.course-content-box > p {
    line-height: 26px
}

.course-content-box > span {
    text-decoration: line-through
}

a.btn-scourse {
    line-height: 25px;
    padding: 10px 20px;
    position: relative;
    width: 60%
}

a.btn-scourse > .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    text-align: center;
    color: #514b99;
    font-size: 26px;
    position: absolute;
    right: 5%;
    top: 16%
}

a.btn-scourse:hover > .iconfont {
    color: #f19ec2
}

.inside-banner-box {
    height: 520px;
    background-color: #e2e1f1;
    position: relative;
    background-position: center 83px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.inside-banner-box > .plate-bottom-arc {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.inside-banner-box > .plate-bottom-arc > img {
    width: 100%
}

.inside-banner-box .content {
    height: 100%
}

.inside-banner-content {
    padding-top: 100px
}

.no-search .inside-banner-content {
    padding-top: 130px
}

.search-container {
    height: 320px;
    width: 100%;
    padding: 40px 0 20px;
    margin-bottom: 20px;
}

.wap .search-container {
    height: 280px;
}

.inside-banner-box .search-box, .search-container .search-box {
    float: none;
    width: 364px;
    margin: auto;
}

.inside-banner-box .search-box > .search-key {
    height: 46px;
    font-size: 16px;
    text-indent: 10px
}

.inside-banner-box .search-box .btn-search {
    height: 46px;
    top: 0;
    width: 46px;
}

.animation-banner-changes {
    animation: linear changes 10s;
    animation-fill-mode: forwards;
}

.small-box.inside-banner-box {
    height: 410px;
}

.small-box .inside-banner-content {
    padding-top: 80px
}

@keyframes changes {
    0% {
        background-size: 100% auto;
    }
    100% {
        background-size: 110% auto;
    }
}

.report-list-box > li {
    width: 25%;
}

.report-list-box > li .card .card-body {
    height: 88px;
    overflow: hidden
}

.top-move-box {
    margin-top: -200px;
    z-index: 2;
    position: relative
}

.top-move > li:nth-child(1), .top-move > li:nth-child(4), .top-move > li:nth-child(5), .top-move > li:nth-child(8), .top-move > li:nth-child(9), .top-move > li:nth-child(12) {
    transform: translate(0, -30px)
}

.circular-1 {
    width: 98px;
    height: 98px;
    background: #b2b1fc;
    border-radius: 100px;
    position: absolute;
    left: 59%;
    top: 15%;
}

.circular-2 {
    width: 160px;
    height: 160px;
    background: #504a99;
    border-radius: 200px;
    position: absolute;
    left: -5%;
    bottom: 5%;
}

.circular-3 {
    width: 65px;
    height: 65px;
    background: #b2b1fc;
    border-radius: 100px;
    position: absolute;
    right: -12%;
    top: 20%;
}

.circular-4 {
    width: 203px;
    height: 203px;
    background: #cecdff;
    border-radius: 100px;
    position: absolute;
    left: -8%;
    top: -30%;
}

.i-circular-9 {
    left: -6%;
    bottom: 10%
}

.i-circular-10 {
    right: -14%;
    top: 18%
}

.i-circular-11 {
    right: -14%;
    top: -110px
}

.i-circular-12 {
    background: #425aa6;
    border-radius: 100%;
    width: 260px;
    height: 260px;
    position: absolute;
    z-index: 0;
    left: -120px;
    top: 10%
}

.i-circular-13 {
    background: #f5d7e4;
    border-radius: 100%;
    width: 260px;
    height: 260px;
    position: absolute;
    z-index: 0;
    right: -120px;
    top: 300px
}

.i-circular-14 {
    width: 192px;
    height: 196px;
    background: url("../images/i-m.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 0;
    right: -8%;
    top: 5%
}

.i-circular-15 {
    width: 100px;
    height: 114px;
    background: url("../images/i-m2.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 0;
    left: 8%;
    bottom: 14%
}

.i-circular-16 {
    background: #425aa6;
    border-radius: 100%;
    width: 950px;
    height: 950px;
    position: absolute;
    z-index: 0;
    left: -600px;
    top: 500px
}

.i-circular-17 {
    background: #f4b7d2;
    border-radius: 100%;
    width: 680px;
    height: 680px;
    position: absolute;
    z-index: 0;
    right: -480px;
    top: -280px
}

.i-circular-18 {
    background: #fcecf3;
    border-radius: 100%;
    width: 340px;
    height: 340px;
    position: absolute;
    z-index: 0;
    left: -100px;
    bottom: -200px
}

.i-circular-19 {
    background: #fdf3f8;
    border-radius: 100%;
    width: 240px;
    height: 240px;
    position: absolute;
    z-index: 0;
    right: 50px;
    bottom: -50px
}

.i-circular-20 {
    border-radius: 100%;
    border: 38px solid #96a3dc;
    opacity: .2;
    width: 280px;
    height: 280px;
    position: absolute;
    z-index: 0;
    right: -100px;
    top: 50px
}

.i-circular-21 {
    border-radius: 100%;
    border: 38px solid #f9f6fa;
    opacity: 1;
    width: 280px;
    height: 280px;
    position: absolute;
    z-index: 0;
    left: -120px;
    top: -120px
}

.i-circular-22 {
    border-radius: 100%;
    border: 50px solid #e8f9fd;
    opacity: 1;
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 0;
    right: -120px;
    bottom: -220px
}

.inside-vice-column {
    position: absolute;
    top: 2px;
    left: 130px
}

.inside-vice-column > a {
    display: inline-block;
    margin: 0 18px;
}

.inside-vice-column > a.active {
    color: #f19ec2 !important;
    border: 1px solid #f19ec2;
    padding: 2px 10px
}

.empty-shadow {
    box-shadow: unset !important;
}

.bg-transparent {
    background: transparent !important;
}

.card-box {
    background: #fff;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 0 15px rgba(184, 183, 239, 0.26);
    padding: 30px;
    overflow: hidden
}

.card-box .card-title {
    padding-bottom: 20px;
}

.card-box .card-title > span {
    position: absolute;
    right: 0px;
    top: 2px
}

.tile-box .tile-content:not(:first-child) {
    padding-left: 4%;
}

.money {
    position: absolute;
    bottom: 30px;
    left: 475px
}

.here-box {
    height: 40px;
}

.article-content-box {
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}

.article-content-box b {
    font-weight: bold;
}

.article-content-box p {
    line-height: 28px;
}

.article-content-box .plateBt {
    margin-bottom: 30px
}

.article-content-box img {
    display: inline-block;
    max-width: 100%;
}

.article-content-box p.bts {
    color: #d9aa6d;
    font-size: 40px;
    line-height: 60px;
}

.article-content-box strong {
    font-weight: 600;
}

.article-content-box strong * {
    font-weight: 600;
}

.video-a {
    color: #686868;
    padding: 0 15px;
    line-height: 50px;
    overflow: hidden;
    position: relative
}

.video-a > i {
    font-size: 24px;
    margin-right: 18px;
    float: left
}

.video-a:hover {
    background: #fceaf2;
}

.video-a:hover > i {
    color: #f19ec2
}

.video-a > a {
    display: none;
    float: right;
    color: #514b99;
    border-color: #514b99;
    margin-top: 2px
}

.video-a:hover > a, .video-a:hover > span {
    color: #f19ec2 !important;
    border-color: #f19ec2;
}

.video-a > .text-line-two {
    float: left;
    max-width: 90%
}

.wap .video-a > .text-line-two {
    max-width: 270px
}

.video-a > span {
    float: right;
    line-height: normal;
    position: relative;
    top: 10px
}

.video-title {
    padding-left: 15px;
    padding-bottom: 10px
}

.video-show {
    height: 445px !important;
    background: #000;
    background-position: center;
    background-size: cover
}

.video-list {
    height: 445px;
}

.video-list .bt {
    padding-left: 75px
}

.video-list .s-ul {
    height: 400px;
    overflow: auto
}

.video-list li a {
    font-size: 14px;
    color: #8e8e8e;
    padding-left: 75px;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative
}

.video-list li a:hover, .video-list li a.active {
    background: -webkit-linear-gradient(left, #a6a3c9, rgba(255, 255, 255, 0));
    color: #fff
}

.video-list li a:hover font {
    color: #fff
}

.video-list li a span {
    width: 70%
}

.video-list li a font {
    position: absolute;
    display: block;
    top: 0;
    right: 30px;
    height: 30px;
    line-height: 30px
}

.inside-box .inside-left-box {
    width: 21%;
    background: #f7f7f7;
    overflow: hidden
}

.inside-box .inside-left-box > .h1 {
    text-align: center;
    color: #eee;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    width: 100%;
    padding-top: 66px;
    font-size: 30px;
    line-height: 24px;
    height: 24px;
    box-sizing: content-box
}

.inside-box .inside-right-box {
    width: 79%;
    overflow: hidden
}

.left-menu-box {
    padding: 50px 28px 150px 28px
}

.left-menu-box .accordion-header {
    color: #18126a;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 20px
}

.left-menu-box .accordion-header > .anticon {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 34%;
    transition: transform .25s;
}

.accordion-header > .anticon {
    transition: transform .25s;
}

.left-menu-box .menu.menu-nav {
    padding: 0;
    padding-bottom: 10px
}

.left-menu-box .menu.menu-nav .menu-item {
    padding: 0
}

.left-menu-box .menu.menu-nav .menu-item > a {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: #18126a
}

.left-menu-box .menu.menu-nav .menu-item > a b {
    font-weight: 400;
    position: relative;
    z-index: 2
}

.left-menu-box .menu.menu-nav .menu-item > a span {
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 33px;
    position: absolute;
    bottom: -30%;
    left: 0;
    font-weight: bold;
    opacity: 0
}

.left-menu-box .menu.menu-nav .menu-item > a:hover, .left-menu-box .menu.menu-nav .menu-item > a.active {
    background: #4d4398;
    color: #fff;
}

.left-menu-box .menu.menu-nav .menu-item > a:hover span, .left-menu-box .menu.menu-nav .menu-item > a.active span {
    opacity: .05
}

.accordion input:checked ~ .accordion-header > .anticon, .accordion[open] .accordion-header > .anticon {
    transform: rotate(180deg);
}

.left-menu-box .accordion {
    margin-bottom: 10px
}

.left-menu-box > .h1 {
    text-align: center;
    color: #473d8f;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 40px;
    line-height: 24px;
    height: 24px;
    box-sizing: content-box
}

.right-content-box {
    padding: 30px 50px;
}

.news-class-box {
    position: relative;
    left: 0;
    font-size: 13px;
}

.news-class-box > a {
    margin: 0;
    padding: 5px 18px;
}

.news-class-box > a:hover, .news-class-box > a.active {
    background: #edeeee;
    color: #f19ec2 !important
}

.rass {
    float: right;
    padding: .2rem 0;
}

.rass > a {
    display: inline-block;
    padding: 0 15px;
}

.rass > a.active {
    color: #f19ec2 !important
}

.news-title-box {
    text-align: center;
    padding-bottom: 10px
}

.news-title-box > h1 {
    display: block;
    width: 75%;
    margin: auto;
    padding-top: 30px;
    line-height: 40px;
    padding-bottom: 30px
}

.badge-box {
    position: absolute;
    right: 30px;
    bottom: 140px;
}

.badge-box > .badge {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px
}

.badge-box > .badge:hover {
    border-color: #f19ec2;
    color: #f19ec2
}

.badge-box > .badge > i {
    font-size: 30px;
}

.badge-box > .badge::after {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #f570ab;
    font-size: 12px;
    height: 20px;
    min-width: 20px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    line-height: 20px
}

.form-title > div {
    display: inline-block;
    /*background: #feeff6;*/
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding: 1px 3px;
    margin-left: 35px;
    padding-left: 15px
}

.form-title > div > i {
    margin-right: 8px;
    font-size: 30px;
    position: absolute;
    left: -26px;
    top: -8px;
}

.title-en {
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.title-en > b {
    font-weight: 500;
    font-size: 24px
}

.title-en > p {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px
}

.title-en > i {
    display: block;
    height: 2px;
    background: #f19ec2;
    margin: auto;
    width: 60px;
}

.title-en > span.iconfont {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: 90px;
    color: #909399;
    font-size: 12px
}

.picture-content {
    position: relative;
}

.picture-content > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture-content > div > p {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    margin: 0;
    padding: 6% 7%;
    text-align: center
}

.grid-two-box > .column > div {
    background: #f7f7f7;
    padding: 50px 0
}

.grid-two-box > .column > div > p {
    display: block;
    padding: 0 10%;
    height: 135px
}

.grid-two-box > .column:nth-child(1) > div {
    margin-right: 12.5px
}

.grid-two-box > .column:nth-child(2) > div {
    margin-left: 12.5px
}

.grid-avatar-box {
    background: #f7f7f7;
    border-radius: 15px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 100px;
    width: 98%;
    margin: auto
}

.grid-avatar-box > .title-en {
    margin-bottom: 10px
}

.grid-avatar-box > .avatar-img {
    position: absolute;
    top: -74px;
    width: 100%;
    left: 0;
}

.grid-avatar-box > p {
    padding: 0 10%;
    text-align: center;
    height: 200px;
    display: block
}

.consultant-grid-avatar-box {
    background: #fff;
    height: 210px;
    border-radius: 8px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 100px;
    width: 98%;
    margin: auto;
    margin-top: 140px;
    box-shadow: 0 0 10px rgba(81, 75, 153, 0.1);
    display: block;
    margin-bottom: 30px
}

.consultant-grid-avatar-box::after {
    content: "";
    display: block;
    height: 10px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 4px 4px rgba(81, 75, 153, 0.1);
    border-radius: 0 0 8px 8px;
    position: absolute;
    bottom: -10px;
    width: 80%;
    margin-left: 10%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.consultant-grid-avatar-box > .title-en {
    margin-bottom: 10px;
}

.consultant-grid-avatar-box > .avatar-img {
    width: 100%;
    margin-top: -220px;
    z-index: 2;
    position: relative
}

.consultant-grid-avatar-box > .subtitle > span:not(:first-child) {
    margin-left: 10px
}

.consultant-grid-avatar-box > p {
    padding: 0 10%;
    text-align: center;
    height: 150px;
    display: block
}

.consultant-grid-avatar-box .consultant-content {
    width: 100%;
    height: 210px;
    background: #726dab;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 80px 30px 18px;
    border-radius: 8px;
    opacity: 0;
}

.consultant-grid-avatar-box:hover .consultant-content {
    opacity: 1
}

.consultant-grid-avatar-box:hover .consultant-content .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.consultant-grid-avatar-box:hover::after {
    background: rgba(114, 109, 171, .7);
}

.chamfer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #514b99;
    border-left: 30px solid transparent;
}

.school-box > div:nth-child(odd) {
    background: #f7f7f7;
}

.tel-icon-box > i {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 43px;
    background: #a8c381;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 30px;
    font-size: 22px
}

.tel-icon-box > .title-en > b {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.tel-icon-box > .title-en > i {
    width: 30px;
    background: #606266;
    margin-bottom: 10px
}

.tel-icon-box > .title-en > p {
    font-size: 16px;
    text-transform: initial
}

.qrcode-box {
    display: inline-block;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    width: 180px
}

.special-title {
    position: relative
}

.special-title::after {
    content: "";
    width: 44px;
    height: 44px;
    background: #f19ec2;
    border-radius: 100px;
    position: absolute;
    left: -20px;
    top: -4px
}

.special-title > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #8e8e8e;
    position: relative;
    z-index: 2;
}

.special-title > b {
    font-size: 24px;
    font-weight: bold;
    color: #4d4398;
    display: block;
    line-height: 26px;
    position: relative;
    z-index: 2
}

.icon-max {
    width: 69px;
    height: 69px;
    background: #4d4398;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 75px
}

.tab-ul {
    border: none
}

.tab-ul .tab-item a {
    border: 1px solid #d2d2d2;
    padding: 6px 30px;
    font-size: 16px;
    border-radius: 100px;
    margin-bottom: 10px
}

.tab-ul .tab-item.active a {
    border: 1px solid #4d4398;
    background: #4d4398;
    color: #fff;
    font-weight: 500
}

.tab-ul .tab-item a:hover {
    border: 1px solid #4d4398;
    color: #4d4398;
}

.tab-ul .tab-item.active a:hover {
    border: 1px solid #4d4398;
    color: #fff;
}

.register-box, .login-box {
    max-width: 900px;
    margin: auto;
    margin-top: 120px
}

.register-box .card-box, .login-box .card-box {
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box
}

.register-title {
    background: #726dac;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 24px 0
}

.register-form {
    max-width: 340px;
    margin: auto;
    padding: 40px 0
}

.login-box {
    max-width: 400px
}

.login-box .register-form {
    padding-top: 20px;
}

.login-box .tab .tab-item a.active, .login-box .tab .tab-item.active a {
    border-bottom: 2px solid #4d4398;
    color: #000;
    font-weight: 500;
    font-size: 15px
}

.login-box .tab .tab-item a {
    font-size: 15px;
    border-bottom: 2px solid #fff;
}

.input-box {
    width: 100%;
    height: 45px;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.input-box:hover {
    border-color: #726dac
}

.input-box .columns {
    height: 100%
}

.input-box input {
    height: 100%;
    border: none;
    background: #f4f4f4;
    font-size: 16px;
}

.input-box input:focus {
    box-shadow: 0 0 0 #fff;
}

.input-box select, .ant-input-box select {
    height: 100%;
    border: none;
    background-color: #f4f4f4 !important;
    font-size: 16px;
    min-width: 60px
}

.input-box select option, .ant-input-box select option {
    background: #f4f4f4
}

.social-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #dddddd;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    margin: 0 7px;
    color: #606266 !important
}

.social-icon:hover {
    background-color: #f19ec2;
    color: #fff !important
}

.social-icon.social-icon-max {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px
}

.error {
    border-color: #F56C6C
}

.login-show-qrcode {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #ffd100
}

.login-show-qrcode::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 60px solid transparent;
}

.login-show-qrcode:hover .qrcode-tips {
    display: block;
}

.qrcode-tips {
    font-size: 12px;
    color: #d36f16;
    border: 1px solid #d36f16;
    position: absolute;
    top: 15px;
    left: -100px;
    background: #fff;
    padding: 0 4px;
    border-radius: 2px;
    line-height: 20px;
    /*display: none;*/
}

.qrcode-tips::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-top: 1px solid #d36f16;
    border-right: 1px solid #d36f16;
    position: absolute;
    top: 6px;
    right: -2.5px;
    transform: rotate(45deg)
}

/* */


.result-icon-box {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.block-border {
    display: block;
    border: 1px solid #c9c9c9
}

.radio-icon {
    width: 24px !important;
    height: 24px !important;
    background: #eee !important;
    line-height: 22px;
    text-align: center
}

.radio-icon > span {
    color: #eee
}

.form-checkbox input:checked + .form-icon.radio-icon, .form-radio input:checked + .form-icon.radio-icon, .form-switch input:checked + .form-icon.radio-icon {
    background: #f571ac !important;
    border-color: #f571ac !important;
}

.form-radio input:checked + .form-icon.radio-icon::before {
    content: "";
    width: 0;
    height: 0
}

.radio-left {
    top: 40% !important;
    left: 30px !important
}

.coupon-box {
    height: 135px;
    overflow: hidden
}

.coupon-list {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.coupon-list::after {
    content: "";
    width: 26px;
    height: 14px;
    display: block;
    border-radius: 0 0 100px 100px;
    background: #fff;
    border: 2px solid #ff3c00;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 117px
}

.coupon-list::before {
    content: "";
    width: 26px;
    height: 14px;
    display: block;
    border-radius: 100px 100px 0 0;
    background: #fff;
    border: 2px solid #ff3c00;
    border-bottom: 0;
    position: absolute;
    bottom: -0;
    left: 117px;
    z-index: 1
}

.coupon-list .coupon-content {
    box-sizing: content-box;
    border: 2px solid #ff3c00;
    display: block;
    height: 125px;
    background: #fff;
    position: relative;
}

.coupon-list .coupon-content .coupon-left {
    height: 125px;
    width: 128px;
    background: #fcf1ed;
    line-height: 125px;
    text-align: center;
    font-size: 22px;
    color: #ff3c00;
    border-right: 1px dashed #c6c6c6;
    position: relative;
}

.coupon-list .coupon-content .coupon-right {
    padding: 30px 0 0 25px;
}

.coupon-list .coupon-content .coupon-right b {
    font-size: 16px;
    font-weight: 500;
    width: 78%
}

.coupon-list .coupon-content .coupon-right p {
    font-size: 12px;
    font-weight: 500;
    color: #7d7d7d;
    line-height: 30px
}

.coupon-list .coupon-content .coupon-right .radio-left {
    top: 44% !important;
    left: initial !important;
    right: 20px !important
}

.coupon-list .coupon-content .coupon-right .popover {
    position: absolute;
    bottom: 10%;
    left: 25px
}

.coupon-list .coupon-content .coupon-right .usage-rules {
    border: none;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: underline;
}

.coupon-list-2 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.coupon-list-2::after {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    border-radius: 0 0 100px 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 0;
    left: 0
}

.coupon-list-2::before {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    border-radius: 0 100px 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    bottom: -0;
    left: 0px;
    z-index: 1
}

.coupon-list-2 > i {
    display: block;
    width: 80%;
    height: 7px;
    background: rgb(16, 9, 100, .08);
    margin-left: 10%;
    position: absolute;
    bottom: -7px;
    border-radius: 0 0 100px 100px
}

.coupon-list-2:hover > i {
    background: rgb(16, 9, 100, .2);
}

.coupon-list-2 .coupon-content::after {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    border-radius: 0 0 0 100px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -1px;
    right: -1px
}

.coupon-list-2 .coupon-content::before {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    border-radius: 100px 0 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    bottom: -1px;
    right: -1px
}

.coupon-list-2 .coupon-content {
    box-sizing: content-box;
    border: 1px solid #e5e5e5;
    display: block;
    height: 150px;
    background: #fff url('../images/coupon.png') no-repeat;
    background-position: 98% 90%;
    position: relative;
}

.coupon-list-2 .coupon-content .coupon-left {
    height: 150px;
    width: 100%;
    background: #f19ec2;
    line-height: 150px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.coupon-list-2 .coupon-content .coupon-left > i {
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 17px;
    line-height: 28px;
    color: #fff
}

.coupon-list-2 .coupon-content .coupon-right {
    padding: 8px 0 0 15px;
}

.coupon-list-2 .coupon-content .coupon-right b {
    font-size: 13px;
    font-weight: 600;
    width: 78%;
    margin-bottom: 3px
}

.coupon-list-2 .coupon-content .coupon-right p {
    font-size: 12px;
    font-weight: 500;
    color: #7d7d7d;
    line-height: 16px;
    margin-bottom: 1px
}

.coupon-list-2 .coupon-content .coupon-right .radio-left {
    top: 44% !important;
    left: initial !important;
    right: 20px !important
}

.coupon-list-2 .coupon-content .coupon-right .popover {
    position: absolute;
    bottom: 10%;
    left: 25px
}

.coupon-list-2 .coupon-content .coupon-right .usage-rules {
    border: none;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: underline;
}

.coupon-list-2 .icon-tipe {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    line-height: 120px;
    font-size: 60px;
    color: #848484;
    overflow: hidden;
}

.coupon-list-2 .icon-tipe .iconfont {
    position: absolute;
    right: -10px;
    bottom: -30px;
    transform: rotate(-60deg);
    color: #cdcdcd;
}

.coupon-list-2 .coupon-content .coupon-price {
    font-size: 13px;
    color: #fff;
    background: #f4b7d2;
    font-weight: bold;
    display: inline-block;
    float: right;
    padding: 0 10px;
    margin-bottom: 6px;
    border-radius: 10px 0 0 10px;
    margin-top: 12px
}


.picture-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: auto;
    border-radius: 0 0 10px 10px;
    color: #fff;
    width: 100%
}

.picture-bottom-content > div {
    padding: 15px;
    font-size: 14px;
}

.picture-bottom-content > div > b {
    font-size: 16px;
}

.picture-bottom-content > div > p {
    font-size: 14px;
    display: block;
    padding-top: 6px;
    margin-bottom: 5px
}

.a-picture-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    width: 100%
}

.a-picture-bottom-content > div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    border-radius: 0 0 10px 10px;
}

.a-picture-bottom-content > div > b {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.a-picture-bottom-content > div > span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 14px
}

.a-picture-bottom-content:hover > div {
    height: 100%;
}

.month-day {
    background: #b0affc;
    position: relative;
    border-radius: 10px 0 0 10px;
    margin-right: 5px
}

.month-day > div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding-top: 30px
}

.month-day > div > b {
    font-size: 24px
}

.min-country {
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.video-play > i {
    font-size: 60px;
    opacity: .6;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px
}

.video-play:hover > i {
    opacity: 1
}

.i-min-talk {
    width: 21px;
    height: 24px;
    background: url("../images/i-min-talk.png") no-repeat center;
    background-size: 100%;
    display: block
}

.talks {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px
}

.img-code {
    width: 100%;
    height: 100%;
    display: inline-block
}

.sort-box i {
    color: #333 !important;
}

.sort-box i:nth-child(1) {
    margin-left: -2px
}

.sort-box i:nth-child(2) {
    margin-left: -5px
}

.sort-box i.active {
    color: #f571ac !important;
}

.user-menu-box > div {
    padding: 8px 0
}

.user-menu-box > div > a {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    padding-left: 24px;
    border-radius: 55px 0 0 55px;
}

.user-menu-box > div > a > span > i {
    font-size: 22px;
    margin-right: 12px
}

.user-menu-box > div > a.active {
    background: #ededf8;
    color: #4d4398;
}

.user-menu-box > div > a:hover {
    background: rgba(255, 255, 255, .4);
    color: #fff;
}

.user-top-background {
    background: url("../images/user-top-background.jpg") no-repeat top center
}

.icon-input {
    position: relative
}

.icon-input > i {
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 24px;
    display: inline-block;
    width: 30px
}

.icon-input > input {
    text-indent: 40px
}

.icon-success {
    width: 168px;
    height: 93px;
    background: url("../images/icon/icon-success.png") no-repeat center;
    background-size: cover;
    display: block;
    margin: 30px auto;
    margin-top: 0;
}

.icon-warning {
    width: 168px;
    height: 93px;
    background: url("../images/icon/icon-warning.png") no-repeat center;
    background-size: cover;
    display: block;
    margin: 30px auto;
    margin-top: 0;
}

.icon-error {
    width: 168px;
    height: 93px;
    background: url("../images/icon/icon-error.png") no-repeat center;
    background-size: cover;
    display: block;
    margin: 30px auto;
    margin-top: 0;
}

.user-archives-search-box {
    position: absolute;
    top: 40%;
    width: 60%;
    left: 20%
}

.user-archives-search > input {
    height: 46px !important;
    line-height: 46px;
    font-size: 16px;
    width: 100%;
}

.user-archives-search > button {
    height: 47px !important;
    width: 47px !important;
}

.label-date {
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    background: #886ce4;
    display: inline-block;
    border: 1px solid #433571
}

.directory-icon-square {
    width: 13px;
    height: 16px;
    display: inline-block;
    background: #f19ec2;
    position: absolute;
    left: 0;
    margin-top: 3px
}

.s-s-ul-regular {
    max-height: 252px;
    overflow-y: auto;
}

.s-s-ul-regular li {
    list-style: none;
}

.timeline .timeline-item::before {
    left: 9px;
}

.box-no-message {
    text-align: center
}

.btn-box-course .course-content {
    height: 0px;
    overflow: hidden
}

.btn-collect-heart {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    color: #686868
}

.btn-collect-heart.active {
    color: #fea100
}

/*===================================*/
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1445px) {
    .inside-banner-box {
        background-position: center 83px;
        background-size: 1920px auto;
    }

    .column-box .column-ul a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1366px) {

    .column-box .column-ul a {
        padding: 0 12px;
    }

    .main-banner-box {
        height: 600px;
    }

    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev:hover {
        left: 10px
    }

    .swiper-button-next:hover {
        right: 10px
    }

    .inside-banner-box {
        height: 484px;
    }

    .inside-banner-content {
        padding-top: 60px
    }

    .no-search .inside-banner-content {
        padding-top: 130px
    }

    .top-move-box {
        margin-top: -180px;
    }
}

@media screen and (max-width: 1280px) {
    .column-box .column-ul a {
        padding: 0 10px;
    }

    .card-tree-box div.card:nth-child(1) {
        top: 8%;
        left: 0;
    }

    .card-tree-box div.card:nth-child(2) {
        top: 12%;
        right: -5%;
    }

    .card-tree-box div.card:nth-child(3) {
        bottom: -4%;
        left: 22%
    }

    .recommend-box a.icon-btn {
        width: 98%;
    }
}

@media screen and (max-width: 1140px) {
    .column-box .column-ul a {
        padding: 0 9px;
    }

}

@media screen and (max-width: 1080px) {
    .column-box .column-ul a {
        padding: 0 7px;
    }

    .card-tree-box div.card:nth-child(1) {
        top: 4%;
        left: 0;
    }

    .card-tree-box div.card:nth-child(2) {
        top: 12%;
        right: -8%;
    }

    .card-tree-box div.card:nth-child(3) {
        bottom: -12%;
        left: 22%
    }

    .consultant-swiper-box {
        width: 100%;
        margin: auto
    }

    .consultant-swiper-container {
        border-radius: 10px 10px 0 0
    }

    .inside-banner-box {
        height: 380px;
    }

    .inside-banner-content {
        padding-top: 60px
    }

    .no-search .inside-banner-content {
        padding-top: 80px
    }

    .top-move-box {
        margin-top: -150px;
    }
}

@media screen and (max-width: 1024px) {
    .column-box .column-ul a {
        padding: 0 5px;
    }

    .main-banner-box {
        height: 500px;
    }
}

@media screen and (max-width: 800px) {
}

/* custom.css*/

.root {
    position: relative;
}

.body-container {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

[tooltip]:before {
    /*bottom: 25%;*/
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #424242;
    color: #FAFAFA;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

.news-item {
    flex: 1
}

.news-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.primary-icon {
    color: #837ee6 !important
}

.primary-box {
    background-color: #837ee6
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.disable {
    color: #00000073 !important;
}

.box-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill {
    width: 100%;
    height: 100%;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
    flex: 1;
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1
}

.relative {
    position: relative;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

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

.column-flex {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.ant-input-affix-wrapper .ant-input-suffix .anticon {
    color: #00000040;
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover .ant-input-suffix .anticon, .ant-input-affix-wrapper:focus .ant-input-suffix .anticon {
    color: #837ee6;
}

.page-bottom-actions-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    box-shadow: 0 0 6px rgb(0 0 0 / 23%), 0 0 0 rgb(0 0 0 / 16%), 0 0 0 rgb(0 0 0 / 16%), 0 0 0 rgb(0 0 0 / 16%);
    display: flex;
    z-index: 10;
    background-color: #fff;
}

.page-bottom-actions-container .label-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    color: #514b99;
}

.page-bottom-actions-container .button-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    padding: 0 20px;
}

.page-bottom-actions-container .button-box > button {
    flex: 1;
    height: 45px;
}

.page-bottom-actions-container .button-box > button:not(:first-child) {
    margin-left: 15px;
}

.user-avatars {
    padding-top: 1px;
    border-radius: 50% !important;
}

.user-avatars > span {
    margin-top: 1px;
}

p.form-input-hint {
    margin: 0 0 1.2rem !important;
}

.search-box .ant-btn:hover {
    color: #fff !important;
    border-color: #514b99;
    background: #514b99;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px #0000000b;
}

.search-box .ant-btn-icon-only {
    height: 46px !important;
    width: 46px !important;
}

.search-box .ant-btn-icon-only > * {
    font-size: 20px;
}

.search-box.hover .ant-input {
    border: 1px solid #837ee6 !important;
}

.search-box .ant-input {
    font-size: 18px!important;
    line-height: 2;
    padding: 4px 11px!important;
    text-align: left !important;
    border: 1px solid #fff;
    border-right-width: 0 !important;
}
.wap .search-box .ant-input{
    font-size: 18px!important;
    padding: 4px 11px!important;
}

.search-box .ant-input:focus {
    box-shadow: unset !important;
}

.search-box .ant-btn {
    border: 1px solid #fff;
    border-left-width: 0 !important;
}

.search-box .ant-input:hover + .ant-input-group-addon > .ant-btn, .search-box .ant-input:focus + .ant-input-group-addon > .ant-btn, .search-box.hover .ant-input-group-addon > .ant-btn {
    border-top: 1px solid #837ee6 !important;
    border-bottom: 1px solid #837ee6 !important;
    border-right: 1px solid #837ee6 !important;
}

.search-box .ant-btn:hover {
    border-top: 1px solid #514b99 !important;
    border-bottom: 1px solid #514b99 !important;
    border-right: 1px solid #514b99 !important;
}

.search-box .ant-input-group-addon:hover + .ant-input {
    border-color: #837ee6 !important;
}


/** 列表页 **/
.list-container > .title-row {
    display: flex;
    margin: 5px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.list-container > .title-row .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5715;
    color: #090D16;
}

.list-container > .title-row .extra {
    max-width: 180px;
}

.list-container > .title-row .ant-btn {
    border-left: 0;
}

.list-container > .title-row .ant-btn:hover {
    color: #fff !important;
    border-color: #514b99;
    background: #514b99;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px #0000000b;
}

.list-container > .title-row .ant-btn-icon-only {
    height: 30px;
    width: 30px;
}

.list-container > .title-row .ant-btn-icon-only > * {
    font-size: 15px;
}

.list-container > .title-row .ant-input {
    font-size: 13px;
    line-height: 1.55385;
    height: 30px;
}

.list-container > .main {
    min-height: 570px;
    display: flex;
    flex-direction: column;
}

.list-item-container {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;

}

.list-item-container:last-child {
    border-bottom: 0
}

.list-item-container > .image-box {
    width: 276px;
    height: 155px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e1f1;
}

.wap .list-item-container > .image-box {
    width: 120px;
    height: 160px;
    margin-right: 10px;
}

.list-item-container .right-box {
    flex: 1;
    flex-direction: column;
    line-height: 1.5715;
    display: flex;
    position: relative;
}

.list-item-container .right-box .title {
    font-size: 22px;
    color: #3F3F3F;
    font-weight: bold;
}

.wap .list-item-container .right-box .title {
    font-size: 17px;
}

.list-item-container .right-box .content {
    margin-top: 10px;
    font-size: 16px;
    color: #808080;
    flex: 1;
}

.wap .list-item-container .right-box .content {
    font-size: 15px;
    flex: unset;
    line-height: 1.4;
}


.list-item-container .right-box .price {
    color: #F570AB;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.wap .list-item-container .right-box .price {
    margin-top: 10px;
}

.list-item-container .right-box .price .origin-price {
    color: #727272;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;
}

.list-item-container .right-box .ant-btn {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: -6px;
}

.wap .list-item-container .right-box .ant-btn {
    width: 120px;
    height: 32px;
    font-size: 13px;
    border-radius: 30px;
}

/*.ant-pagination-prev, .ant-pagination-next, .ant-pagination-jump-prev, .ant-pagination-jump-next, .ant-pagination-item, .ant-pagination-options-quick-jumper input, .ant-pagination-options-quick-jumper {*/
/*    border-radius: 0.1rem !important;*/
/*    margin-right: 6px !important;*/
/*    min-width: 40px !important;*/
/*    height: 40px !important;*/
/*    line-height: 40px !important;*/
/*    font-size: 12px !important;*/
/*}*/

/*.wap .ant-pagination-prev, .wap .ant-pagination-next, .wap .ant-pagination-jump-prev, .wap .ant-pagination-jump-next, .wap .ant-pagination-item, .wap .ant-pagination-options-quick-jumper input, .wap .ant-pagination-options-quick-jumper {*/
/*    border-radius: 0.1rem !important;*/
/*    margin-right: 6px !important;*/
/*    min-width: 35px !important;*/
/*    height: 35px !important;*/
/*    line-height: 35px !important;*/
/*    font-size: 12px !important;*/
/*}*/


/*.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {*/
/*    border-radius: 0.1rem !important;*/
/*}*/

/*.ant-pagination-options-quick-jumper {*/
/*    font-size: 14px !important;*/
/*}*/

.ant-image-preview-mask {
    background-color: #00000073 !important;
}

.ant-image-preview-operations-progress {
    color: rgba(0, 0, 0, 0.85) !important;
}


.chip img {
    margin-right: -0.4rem !important;
    border: 1px groove rgb(217, 217, 217);
    background-color: #fff;
}

.header-user-box {
    box-shadow: 0 2px 3px -2px rgb(0 0 0 / 12%), 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 5px 4px rgb(0 0 0 / 5%);
    background: #d2d6fd;
    height: 30px;
    line-height: 28px;
    width: 94%;
    margin: auto;
    max-width: 125px;
    text-align: center;
    float: right;
}

.header-user-box .avatar {
    right: -10px
}

.header-user-box .ant-image {
    display: unset;
}

.header-popover-container .ant-popover-inner {
    padding: 0 !important;
}

.header-popover-container .ant-popover-inner-content {
    padding: 0.2rem 0.4rem 0.6rem 0.4rem !important;
}

.header-user-menu {
    box-shadow: 0px 0px #fff !important;
    border-radius: .1rem !important;
    padding: 0 !important;
}

.form-tag-container {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-tag-item {
    min-width: 98px;
    margin: 10px 12px 10px 0;
}

.form-tag-item:not(.disable) {
    cursor: pointer;
}

.order-item-button {
    border-left: 1px solid #ebebeb !important;
}

.order-item-button:hover {
    color: #f19ec2 !important;
}

.course-video-container {
    width: 530px;
    margin: auto 0;
}

.wap .course-video-container {
    max-width: 530px;
    width: 100%;
    margin: auto 0;
}

.player-play-icon {
    width: 4.5em;
    height: 4.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.course-comment-paragraph {
    white-space: pre-wrap;
}

.course-comment-image-container {
    display: flex;
    flex-wrap: wrap
}

.course-comment-image-box {
    background-color: #fff;
    width: calc((100% - 40px) / 4);
    aspect-ratio: 1;
    margin: 0 5px;
    align-items: center;
    justify-Content: center;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 2px 3px -2px rgb(0 0 0 / 12%), 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 5px 4px rgb(0 0 0 / 5%);
}

.course-comment-image-box .ant-image, .course-comment-image-box img {
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    justify-content: center;
    align-items: center;
}

.course-qa-menu-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-qa-menu-container li {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.course-qa-menu-container li:focus-visible {
    box-shadow: 0 0 0 2px #bae7ff;
}

.course-qa-menu-container li:active {
    background: #e6f7ff;
}

.contact-history {
    display: inline-flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.contact-history .title {
    width: 70px;
    margin-right: 10px;
}

.contact-history .ant-tag {
    margin-bottom: 5px;
    cursor: pointer;
}

.contact-history .list {
    overflow-y: auto;
    flex: 1;
    display: inline-flex;
}

.contact-tab-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;

}

.contact-tab-container .ant-card {
    margin: 5px 15px 10px 0;
    width: calc(100% / 3 - 15px);
    background-color: #F7F7F7;
    overflow: hidden;
}

.contact-list-container.larger .ant-card {
    width: calc(100% / 2 - 15px);
}

.contact-tab-container .ant-card-hoverable.active {
    border-color: #837ee6;
    box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.contact-card-item-check-icon {
    font-size: 100px;
    position: absolute;
    right: -27px;
    top: -30px;
    opacity: 0.6;
}

.contact-modal-extra-popover {
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 12px 18px 0 rgba(184, 184, 184, 0.3);
    position: absolute;
    right: -90px;
    top: 200px
}

.contact-modal-extra-popover.show {
    right: 15px
}

.wap .contact-modal-extra-popover.show {
    right: 2px
}

.contact-modal-extra-popover .item-group {
    padding: 8px;
    text-align: center;
    flex: 1
}

.contact-modal-extra-popover .title {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #999999;
}


.contact-modal-extra-popover .card-item {
    width: 100%;
    margin: 8px 0 6px;
    position: relative;
    cursor: pointer;
}

.contact-modal-extra-popover .card-item .wrapper {
    border-radius: 6px;
    background: #F5F5F5;
    width: 100%;
    padding: 10px 8px;
    overflow: hidden;
}

.contact-modal-extra-popover .card-item .text {
    margin-top: 10px;
    font-size: 15px;
    color: #1A1A1A;
    font-weight: 400;
}

.contact-modal-extra-popover .card-item .close-icon {
    color: #F13C38;
    position: absolute;
    bottom: -10px;
    font-size: 18px;
    line-height: 18px;
}


.contact-modal-extra-popover, .item-group, .contact-modal-extra-popover .card-item, .contact-modal-extra-popover .card-item .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-modal-extra-popover > .button {
    width: 100%;
    background-color: #B0AFFC;
    height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.contact-modal-extra-popover > .button.disabled {
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    cursor: unset;
}

.contact-modal-extra-popover > .button .anticon {
    margin-right: 5px;
}

.contact-list-top-button .ant-input-group-addon {
    padding: 0 !important;
    border-width: 0 !important;
}

.contact-list-top-button .ant-input-group-addon .new-button {
    padding: 0 11px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -1px;
    z-index: 1;
}
.wap .contact-list-top-button .ant-input{
    font-size: 16px!important;
    padding: 3px 11px!important;
}


/*.contact-modal-extra-popover .ant-select-item{*/
/*    color: rgba(0,0,0,.85);*/
/*    cursor: pointer;*/
/*    transition: background .3s ease;*/
/*    display: block;*/
/*    font-weight: 400;*/
/*    line-height: 22px;*/
/*    min-height: 32px;*/
/*    padding: 5px 12px;*/
/*    position: relative;*/
/*}*/
/*.contact-modal-extra-popover .ant-select-item-option-grouped{*/
/*    padding-left: 24px;*/
/*}*/
/*.contact-modal-extra-popover .ant-select-item-option {*/
/*    display: flex;*/
/*}*/
/*.ant-select-item-option-content {*/
/*    flex: auto;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
/*.contact-modal-extra-popover .ant-select-item-option:hover {*/
/*    background-color: #f5f5f5;*/
/*}*/

/*.contact-modal-extra-popover .anticon {*/
/*    color: rgba(0, 0, 0, 0.45);*/
/*    margin-left: 5px;*/
/*}*/

/*.contact-modal-extra-popover .content {*/
/*    max-width: 120px;*/
/*}*/

/*.contact-modal-extra-popover .ant-select-item-option {*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*}*/

.contact-list-container .ant-btn-group > .ant-btn:hover {
    z-index: 0;
}

.contact-list-container .ant-badge-count {
    background-color: #837ee6
}


/** 报告页面 **/
.report-tab-container {
    position: relative;
    padding: 15px 0 20px;
    display: inline-flex;
    width: 100%;
}

.report-tab-container > a {
    position: absolute;
    top: 10px;
    right: 18px;
}

.report-tab-container .tab-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web .report-tab-container .tab-item {
    font-size: 18px;
    width: 110px;
    height: 38px
}

.wap .report-tab-container .tab-item {
    font-size: 14px;
    width: 80px;
    height: 30px
}

.report-tab-container .tab-item.active {
    color: #18126a !important;
    font-weight: 700;
    font-size: 24px;
}

.report-tab-container .tab-item:hover {
    color: #f19ec2;
}

.report-tab-container .tab-item:not(.active) {
    cursor: pointer;
}

.web .report-tab-container .tab-item.active {
    font-size: 24px;
}

.wap .report-tab-container .tab-item.active {
    font-size: 19px;
}

.report-tab-container > i {
    width: 50px;
    height: 3px;
    background: #f19ec2;
    display: block;
    position: absolute;
    bottom: 15px;
}

.wap .report-tab-container > i {
    width: 40px;
}

.introduce-container {
    z-index: 1;
}

.web .introduce-container .btn {
    max-width: 180px;
}

.introduce-container .btn.right {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.wap .introduce-container .btn.right {
    bottom: 10px;
}

.introduce-container .label:first-child {
    margin-left: 0;
}

.introduce-container .icon-box, .collect-list {
    flex-direction: column;
}

.wap .astrologer-introduce-container .tile-icon > div {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.introduce-container .tile {
    align-items: unset !important;
}

.introduce-container .tile-content {
    display: flex;
    flex-direction: column;
}

.introduce-container .action-button {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #F19EC2;
    overflow: hidden;
    height: 32px;
    border-radius: 16px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.introduce-container .action-button.disable {
    background-color: #DDDDDD;
}

.introduce-container .action-button .anticon {
    margin-right: 3px;
}

.report-content-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 40px 0 80px
}

.report-content-user-container {
    background: #F5F5F5;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 40px;
}

.report-content-user-container .circle-icon:first-child {
    width: 30px;
    height: 30px;
    background: #F4B6D2;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    bottom: 21px;
}

.report-content-user-container .circle-icon:nth-child(2) {
    width: 60px;
    height: 60px;
    border: 8px solid rgba(65, 90, 166, 0.8);
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: -16px;
}

.report-content-user-container .circle-icon:nth-child(3) {
    width: 38px;
    height: 38px;
    background: #F4B6D2;
    position: absolute;
    right: 18px;
    top: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.report-content-user-container .circle-icon:nth-child(3) img {
    position: absolute;
}

.report-content-user-container .circle-icon:nth-child(3) img:first-child {
    width: 2px;
    height: 2px;
    left: 3px;
    bottom: 14px;
}

.report-content-user-container .circle-icon:nth-child(3) img:nth-child(2) {
    width: 7px;
    height: 7px;
    right: 14px;
    bottom: 17px;
}

.report-content-user-container .circle-icon:nth-child(3) img:nth-child(3) {
    width: 12px;
    height: 12px;
    left: 10px;
    bottom: 5px;
}

.report-content-user-container .paragraph img {
    max-width: 100%;
}

.report-content-main-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 30px;
}

.report-content-main-container .title {
    min-width: 330px;
    position: relative;
    border-top: 1px solid #F19EC2;;
    border-bottom: 1px solid #F19EC2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin-top: 30px;
}

.report-content-main-container .title .icon-box {
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.report-content-main-container .title .icon-box:nth-child(1) {
    top: -8px;
}

.report-content-main-container .title .icon-box:nth-child(2) {
    bottom: -8px;
}

.report-content-main-container .title .icon-box .star {
    background-color: #F19EC2;
    transform: rotate(45deg);
    width: 6px;
    height: 6px
}

.report-content-main-container .subtitle {
    margin-top: 20px;
    color: #575757;
    font-size: 16px;
    text-align: center;
}

.report-content-main-container .illustration {
    margin-top: 30px;
    width: 700px
}

.wap .report-content-main-container .illustration {
    width: 100%
}

.report-content-main-container .paragraph {
    margin: 30px 0 60px;
}

.report-content-main-container .paragraph > p {
    font-size: 16px;
    line-height: 33px;
    color: #575757;
    word-wrap: break-word;
    word-break: normal;
    text-indent: 32px
}

.report-content-main-container .paragraph > h4 {
    font-size: 16px;
    line-height: 33px;
    color: #575757;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 2em;
}


.arrow-rotate {
    transform: rotate(180deg);
}


.drawer-footer-container {
    display: inline-flex;
}

.drawer-footer-container .ant-btn:not(:first-child) {
    margin-left: 15px;
}

.ant-picker-ok .ant-btn {
    font-size: 14px !important;
}

.item-center {
    margin-left: 50%;
    transform: translateX(-50%);
}

.user-form .ant-form-item {
    margin-bottom: 0 !important;
}

.user-form .ant-form-item-control-input {
    min-height: 45px !important;
}

.user-form .ant-input {
    line-height: 2.8125 !important;
    height: 43px !important;
}

.user-form .ant-input {
    border-radius: 4px !important;
    background: #f4f4f4 !important;
}

.user-form .ant-input,
.user-form .ant-input-group-addon,
.user-form .ant-form-item-control-input .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.user-form .ant-form-item-control-input .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
    background: #f4f4f4 !important;
}

.user-form .ant-form-item-explain, .user-form .ant-form-item-extra {
    font-size: 13px !important;
    margin-top: -2px !important;
}

.user-form .ant-input-box {
    width: 100% !important;
    height: 45px !important;
    padding: 1px 2px !important;
}

.user-form .input-box.ant-form-item-has-error {
    border-color: #ff4d4f !important;
}

.user-form .input-box .ant-form-item-control-input-content {
    height: 45px !important;
}

.user-form .form-checkbox {
    margin: 0;
}

.agreement-row .form-checkbox {
    display: unset;
}


.qrcode-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 70px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-qrcode-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.qrcode-container .title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.qrcode-container .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.qrcode-container .main {
    width: 230px;
    height: 230px;
    border: 1px solid #EEEEEE;
    padding: 5px;
}

.qrcode-container .footer {
    margin-top: 30px;
}

.qrcode-container .agreement-label {
    color: #9FA0A0;
}

.right-float-button {
    position: fixed;
    right: 48px;
    bottom: 60px;
    z-index: 80;
}

.right-float-button .wrapper {
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgb(202 202 202 / 26%);
    padding: 2px 6px 0;
    opacity: 0.92;
}

.wap .right-float-button {
    right: 5px;
}

.right-float-button .divider-line {
    width: 53px;
    border-top: 1px solid #E8E3FF;
}

.right-float-button .item .anticon {
    font-size: 32px;
    margin-bottom: 2px;
}

.right-float-button .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0;
    color: #303133;
    font-size: 12px;
    cursor: pointer;
}

.right-float-button .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 2px;
}

.card-box-tabs {
    margin-bottom: 10px;
}


.user-center-top-tabs {
    position: absolute;
    top: -10px;
    width: 100%;
    left: 10px
}

.user-center-top-tabs .ant-tabs-nav::before {
    border-bottom: 1px solid #dddddd !important;
}

.wap .user-center-top-tabs {
    width: calc(100% + 40px);
    left: -20px
}

.wap .user-center-top-tabs .ant-tabs-nav-wrap {
    margin-left: 20px;
}

.modal-qrCode-list.col > .modal-qrCode-box:not(:first-child) {
    margin-top: 10px;
}

.modal-qrCode-list.row > .modal-qrCode-box:not(:first-child) {
    margin-left: 10px;
}

.modal-qrCode-list.row {
    display: inline-flex;
}

.modal-qrCode-list.col, .modal-qrCode-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-qrCode-box img {
    width: 140px;
    height: 140px;
}

.modal-qrCode-box .text {
    font-size: 13px;
    margin-top: 5px;
    color: #444040;
}


.cms-more-button {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: background .2s, border .2s, box-shadow .2s, color .2s;
    user-select: none;
    white-space: nowrap;
    appearance: none;
}

.web .cms-more-button {
    border: 1px solid #bcc3ce;
    background: transparent;
    color: #606266 !important;
    width: 160px;
    min-width: 160px;
    height: 48px !important;
    line-height: 48px;
    padding: 0;
    font-size: 12px;
    border-radius: 10px;
}

.wap .cms-more-button {
    right: 0;
    top: 18px;
    color: #807fe2;
}

.right-box > .card-box:not(:first-child) {
    margin-top: 10px;
}

.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
    max-height: unset !important;
}

.ant-form-inline {
    display: flex;
    flex-wrap: wrap;
}

.modal-body {
    padding: 24px 24px 4px;
}

.user-avatar img {
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    object-fit: cover;
}

.user-avatar .ant-image {
    width: 100%;
    height: 100%;
}

.html-content img {
    max-width: 100%;
}

.ant-tabs-nav-wrap-ping-right {
    justify-content: unset !important;
}

.page-extra-background {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.8)
}
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}
