.banner {
    position: relative;
    height: 200px;
    background: url("../../img/value/value_bg_phone.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    width: 100vw;
}
.banner .banner_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
.banner .banner_center img {
    width: calc(100vw - 20px);
}
.about_content {
    width: 100vw;
    overflow-x: hidden;
}
.value_spa {
    background: #fff;
    padding: 15px 0 0 0;
}
.value_spa > div {
    width: 100vw;
    margin: 0 auto;
}
.value_spa ul {
    display: flex;
    justify-content: space-around;
}
.value_spa>div>h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.value_spa ul.value_ul_first {
    margin-bottom: 20px;
}
.value_spa ul li:nth-child(1) {
    width: 72px;
}
.value_spa ul li:nth-child(2) {
    width: 108px;
}
.value_spa ul li {
    text-align: left;
    width: 99px;
}
.value_spa ul li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
.value_spa ul  li p {
    font-size: 9px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
}
.value_mode {
    padding: 26px 0 20px 0;
    position: relative;
    z-index: 99;
    width: 100vw;
    margin: 0 auto;
    background: #fff;
}
.value_mode>h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.value_mode_top {
    background: linear-gradient(89.29deg, #FFFFFF 23.23%,
    rgba(255, 255, 255, 0.61) 98.03%),
    url("../../img/value/value_mode.png") no-repeat;
    background-size: 100% 100%;
    padding: 12px 23px 12px 15px;
    height: 103px;
}
.value_mode_top h3 {
    font-size: 14px;
    font-weight: 500;
    color: #D81719;
    line-height: 24px;
    margin-top: 9px;
}
.value_mode_top li {
    font-size: 9px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    position: relative;
    padding-left: 12px;
}
.value_mode_top li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 8px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.value_mode_list ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0 23px;
    background: #fff;
}
.value_mode_list li h3 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
.value_mode_list li p {
    font-size: 9px;
    font-weight: 400;
    color: #999;
    line-height: 12px;
}
.value_mode_list ul li {
    width: 75px;
}
.value_mode_list {
    margin-bottom: 12px;
    margin-top: 20px;
}
.value_market {
    background: linear-gradient(180.39deg, rgba(13, 55, 230, 0.9) 3.26%,
    rgba(41, 165, 255, 0.9) 77.27%), url("../../img/value/value_chart_bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 27px 0;
}
.value_market > div {
    width: 100vw;
    margin: 0 auto;
}
.value_market h3 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.value_market p {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}
.swiper_block {
    display: flex;
    justify-content: space-between;
}
.swiper_block img {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
        position: static !important;
        width: 80% !important;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        margin: 10px auto 0 auto;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #fff !important;
        border-radius: 5px;
        opacity: 1;
}
.value_real {
    padding: 15px 0 15px 0;
    background: #fff;
    text-align: center;
}
.value_real > div {
    width: 100vw;
    margin: 0 auto;
}
.value_real > div >h3 {
    font-size: 14px;
    line-height: 24px;
}
.value_real > div >p {
    font-size: 10px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
}
.value_real ul.real_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.value_real ul.real_list li img {
    width: 26px;
    margin: 0 auto;
}
.value_real ul.real_list li span {
    display: block;
    font-size: 9px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-top: 5px;
}
.value_real ul.real_show>li {
    margin-bottom: 28px;
}
.value_real ul.real_show li img {
    width: calc(100vw - 10px);
    margin-left: 5px;
}
.value_real ul.real_show li>div>div {
    text-align: left;
    padding: 0 19px;
}
.value_real ul.real_show li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin: 10px 0 5px 0;
}
.value_real ul.real_show ul li {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
    padding-left: 12px;
}
.value_real ul.real_show ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 8px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}
.value_search {
    padding: 25px 0 17px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.value_search>h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.value_search p {
    font-size: 10px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 8px;
}
.value_search ul {
    display: flex;
    justify-content: center;
}
.value_search ul.menu li {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-left: 30px;
    cursor: pointer;
}
.value_search ul.menu li:hover {
    color: #D81719;
}
.value_search ul.menu li.active {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.value_search ul.menu li.active span:last-child {
    display: block;
    width: 10px;
    height: 2px;
    background: #D81719;
    border-radius: 4px;
    margin: 0 auto;
}
.value_search>div {
    margin-top: 8px;
    height: 196px;
}
.value_search>div li:first-child{
    margin-left: 0;
}
.value_search>div li{
    margin-left: 5px;
    padding: 7px 3px 11px 3px;
    background: #fff;
    border-radius: 2px;
}
.value_search>div li h3 {
    font-size: 7px;
    font-weight: 500;
    color: #333;
    line-height: 14px;
    margin-bottom: 3px;
    text-align: left;
}
.value_search>div li img {
    width: 100%;
}
.value_search #search1, .value_search #search2, .value_search #search3 {
    display: none;
}
.value_search #search1 img, .value_search #search2 img, .value_search #search3 img {
    background: #fff;
    padding: 7px 3px 11px 3px;
}
.value_bg {
    position: relative;
    background: url("../../img/value/bgBg.png") no-repeat;
    background-size: 100% 100%;
    height: 263px;
}
.value_bg > div {
    overflow-x: hidden;
}
.value_bg .swiper-container {
    width: 100vw;
    margin: 0 auto;
    left: 44px;
}
.value_bg>div .value_bg_top {
    padding-top: 20px;
    text-align: center;
}
.value_bg .swiper-container .swiper-slide-next{
    margin-right: 15px;
    margin-left: 50px;
}
.value_bg .swiper-container img {
    width: auto;
    height: 164px;
    margin-top: 86px;
    margin-left: -12px;
    filter: drop-shadow(0 10px 24px #E6F6FF);
}
.value_bg .swiper-container .swiper-slide-active img {
    height: 223px;
    margin-top: 16px;
    width: auto;
    margin-left: -8px;
    filter: none;
}
.value_bg h3 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.value_bg p {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}
.value_bg p.value_english {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    opacity: 0.6;
}
.value_bg .body {
    position: absolute;
    top: 110px;
    height: 242px;
    width: auto;
    left: 26px;
}
.pop_con {
    margin-top: 110px;
}