﻿@charset "UTF-8";
/*初始化样式*/
body { font: 14px/1.43 "Microsoft Yahei", Arial, sans-serif; color: #333; }

a { text-decoration: none; color: inherit; }
a:hover, a:active, a:link { color: inherit; text-decoration: none; }

p { margin: 0; }

ul, li { list-style: none; }

input, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

.block{display:block;}

.button { border-radius: 0; }

input:focus, textarea:focus { outline: none; border-color: #d3d3d3 !important; }

input:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-modify: read-write-plaintext-only; }

input::-ms-clear { display: none; }
.navbar {
    min-height: 40px;
}

@media (min-width: 1300px) { .container { width: 1290px !important;  } }
.swiper-pagination-bullet { background-color: #fff; opacity: 0.5; }

.swiper-pagination-bullet-active { background-color: #fff; opacity: 1; }

.b-vip { display: inline-block; width: 15px; height: 19px; background: url(../images/vip.png) no-repeat center center; vertical-align: middle; position: relative; top: -2px; }

.brand-header { background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)); background-image: linear-gradient(to bottom, #ffffff, #ececec); }
.brand-header .brand { float: left; }
.brand-header .brand .brand-logo { float: left; }
.brand-header .brand .brand-logo a { display: block; width: 297px; height: 44px; background: url(../images/brand_logo.png) no-repeat; overflow: hidden; }
.brand-header .brand .brand-info { float: left; }
.brand-header .brand .brand-info .brand-title { float: left; font-size: 17px; color: #666; margin-top: 36px; margin-right: 10px; }
.brand-header .brand .brand-info .brand-title .name { color: #ff4200; font-weight: 700; }
.brand-header .brand .brand-info .vip-info { float: left; width: 144px; height: 30px; line-height: 28px; text-align: center; background-color: #fff; border-radius: 50px; border: 1px solid #ff4200; color: #666; font-size: 12px; margin-top: 34px; }
.brand-header .brand .brand-info .vip-info i { margin-right: 5px; }
.brand-header .brand .brand-info .vip-info span { color: #ff4200; font-weight: 700; }
.brand-header .contact { float: right; margin-top: -1px !important; }
.brand-header .contact .tel-400 { font-size: 17px; color: #666; }
.brand-header .contact .tel-400 span { color: #ff4200; }
.brand-header .contact .msg-btn-group { word-spacing: -4px; margin-top: 10px; text-align: right; position: relative; }
.brand-header .contact .msg-btn-group .calling { width: 365px; background-color: #fff; border-radius: 10px; padding: 15px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); position: absolute; right: 120px; top: 30px; text-align: left; cursor: default; -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; z-index: 120; }
.brand-header .contact .msg-btn-group .calling .header { text-align: center; font-size: 20px; padding-bottom: 15px; border-bottom: 1px solid #d3d3d3; margin-bottom: 20px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap { padding-left: 18px; padding-right: 18px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .form-group label { font-weight: 400; margin-bottom: 14px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .form-group + .form-group { margin-top: 14px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .form-btn { margin-top: 14px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .form-btn a { display: block; height: 48px; line-height: 48px; text-align: center; color: #fff; border-radius: 5px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .format-example { margin-top: 40px; margin-bottom: 26px; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .format-example label { font-weight: 400; margin-bottom: 0; }
.brand-header .contact .msg-btn-group .calling .pc-call-wrap .format-example .txt { margin-top: 8px; }
.brand-header .contact .msg-btn-group .calling.show { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }
.brand-header .contact .msg-btn-group > a { word-spacing: 0; display: inline-block; width: 100px; height: 28px; line-height: 26px; color: #ff4200; font-size: 12px; text-align: center; border-radius: 30px; border: 1px solid #ff4200; background-color: #ffeee8; }
.brand-header .contact .msg-btn-group > a i { position: relative; top: -2px; margin-right: 5px; }
.brand-header .contact .msg-btn-group > a + a { margin-left: 20px; }

@media (max-width: 768px) { .brand-header .brand { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .brand-header .brand::before, .brand-header .brand:after { display: none; }
  .brand-header .brand .brand-logo { margin: 23px 20px 23px 0; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .brand-header .brand .brand-logo a { width: 200px; background-size: 101% auto; background-position: left center; }
  .brand-header .brand .brand-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }
  .brand-header .brand .brand-info .brand-title { text-align: right; margin-top: 12px; float: none; margin-right: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-header .brand .brand-info .vip-info { float: right; margin-top: 10px; margin-right: 0; } }
@media (max-width: 580px) { .brand-header .brand .brand-logo { margin-top: 0; margin-bottom: 0; margin-right: 10px; }
  .brand-header .brand .brand-logo a { width: 130px; }
  .brand-header .brand .brand-info .brand-title { margin-top: 12px; font-size: 14px; }
  .brand-header .brand .brand-info .vip-info { display: none; } }
@media (max-width: 320px) { .brand-header .brand .brand-info .brand-title { margin-top: 15px; font-size: 12px; } }
@media (max-width: 320px) { .brand-header .brand .brand-info .brand-title { margin-top: 15px; font-size: 12px; } }
.header-wrap { padding-top: 27px; padding-bottom: 27px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header-wrap::before { display: none; }
.header-wrap::after { display: none; }
.header-wrap .header-left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; }
.header-wrap .header-left .cp-logo { width: 92px; height: 92px; border: 1px solid #ccc; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.header-wrap .header-left .cp-caption { margin-left: 18px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }
.header-wrap .header-left .cp-caption .cp-title { font-size: 28px; font-weight: 700; color: #2d2d2d; margin-top: 10px; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-wrap .header-left .cp-caption .cp-detail { font-size: 12px; color: #666; }
.header-wrap .header-left .cp-caption .cp-detail .vip-info { float: left; }
.header-wrap .header-left .cp-caption .cp-detail .vip-info i { margin-right: 5px; }
.header-wrap .header-left .cp-caption .cp-detail .vip-info span { color: #ff3434; }
.header-wrap .header-left .cp-caption .cp-detail .main-pro { float: left; margin-left: 15px; padding-left: 15px; border-left: 1px solid #ddd; line-height: 1; margin-top: 3px; }
.header-wrap .header-right { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-top: 20px; margin-left: 20px; }
.header-wrap .header-right .tel-btn { float: left; }
.header-wrap .header-right .tel-btn a { display: block; width: 48px; height: 48px; line-height: 48px; text-align: center; border-radius: 50%; color: #fff; }
.header-wrap .header-right .tel-btn a i { font-size: 24px; }
.header-wrap .header-right .tel-cont { float: left; margin-left: 12px; }
.header-wrap .header-right .tel-cont .title { font-size: 14px; font-style: italic; }
.header-wrap .header-right .tel-cont .number { font-size: 25px; font-weight: 700; font-style: italic; line-height: 1.2; }

@media (max-width: 992px) { .header-wrap .header-right { margin-top: 7px; }
  .header-wrap .header-right .tel-btn p { margin-top: 8px; font-size: 12px; }
  .header-wrap .header-right .tel-cont { display: none; } }
@media (max-width: 768px) { .header-wrap .header-left .cp-caption .cp-detail .main-pro { display: none; } }
@media (max-width: 500px) { .header-wrap .header-left .cp-logo { width: 73px; height: 73px; }
  .header-wrap .header-left .cp-caption .cp-title { font-size: 18px; margin-top: 10px; }
  .header-wrap .header-right { margin-top: 0; }
  .header-wrap .header-right .tel-btn a { width: 40px; height: 40px; line-height: 40px; margin: 0 auto; }
  .header-wrap .header-right .tel-btn a i { font-size: 20px; } }
@media (max-width: 320px) { .header-wrap { padding-top: 16px; padding-bottom: 16px; }
  .header-wrap .header-left { padding-top: 3px; }
  .header-wrap .header-left .cp-logo { width: 60px; height: 60px; }
  .header-wrap .header-left .cp-caption { margin-left: 10px; }
  .header-wrap .header-left .cp-caption .cp-title { font-size: 14px; margin-top: 6px; margin-bottom: 10px; }
  .header-wrap .header-right { margin-left: 10px; } }
@media (min-width: 992px) { .navbar-wrap .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .navbar-wrap .navbar { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .navbar-wrap .navbar li { float: left; width: 125px; height: 34px; line-height: 34px; text-align: center; border-radius: 100px; color: #fff; font-size: 16px; margin: 12px 5px 12px 0; }
  .navbar-wrap .navbar li a { display: block; }
  .navbar-wrap .navbar li.active { background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c8c8c8)); background-image: linear-gradient(to bottom, #ffffff, #c8c8c8); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
  .navbar-wrap .navbar li:hover { background-color: #fff; }
  .navbar-wrap .home { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 10px; }
  .navbar-wrap .home a { display: block; width: 164px; height: 34px; line-height: 34px; text-align: center; border-radius: 100px; color: #1e1e1e; font-size: 16px; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c8c8c8)); background-image: linear-gradient(to bottom, #ffffff, #c8c8c8); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); margin: 12px 0; }
  .navbar-wrap .home a i { margin-right: 8px; position: relative; top: -2px; } }
@media (max-width: 992px) { .navbar-wrap .container { width: 100%; padding: 0; }
  .navbar-wrap .navbar { float: none !important; }
  .navbar-wrap .navbar li { float: left; width: 25%; height: 66px; line-height: 66px; text-align: center; color: #fff; font-size: 20px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
  .navbar-wrap .navbar li a { display: block; }
  .navbar-wrap .navbar li:hover { background-color: #fff; }
  .navbar-wrap .navbar li.active a { color: #fff; }
  .navbar-wrap .home { display: none; } }
@media (max-width: 768px) { .navbar-wrap .navbar li { height: 40px; line-height: 40px; font-size: 14px; } }
@media (max-width: 320px) { .navbar-wrap .navbar li { font-size: 12px; } }
.picture-module .swiper-slide { text-align: center; }
.picture-module .swiper-slide img { display: inline-block; }

.about { padding-bottom: 60px; }
.about .page-nav { color: #666; padding: 20px 0; }
.about .about-left { border: 1px solid #d1d1d1; border-top: 0; position: relative; width: 280px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.about .about-left .p-title { width: 280px; height: 40px; margin-left: -1px; border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 9px 10px; color: #fff; }
.about .about-left .p-title span { display: inline-block; width: 23px; height: 23px; background-repeat: no-repeat; background-image: url(../images/caption.png); vertical-align: bottom; margin-right: 8px; }
.about .about-left .b1 { padding: 10px; background-color: #f5f5f5; border-bottom: 1px solid #e2e2e2; }
.about .about-left .b1 h3 { font-size: 15px; font-weight: 700; color: #292828; margin: 5px 0 8px; }
.about .about-left .b1 .hon { font-size: 12px; color: #333; }
.about .about-left .b1 .hon span { display: inline-block; }
.about .about-left .b1 .hon .yx { width: 27px; height: 22px; background-repeat: no-repeat; background-position: -106px 0; background-image: url(../images/memicon.png); vertical-align: middle; }
.about .about-left .b1 .hon .i-s { display: inline-block; background-position: -70px 0; }
.about .about-left .b1 .hon .i-a { background-position: -36px -1px; }
.about .about-left .b1 .hon .red { color: #ff3434; }
.about .about-left .b2 { font-size: 12px; padding: 20px 0; margin: 0 10px; border-bottom: 1px solid #e9e9e9; }
.about .about-left .b2 .item { margin-bottom: 10px; color: #666; }
.about .about-left .b2 .item .c-a { color: #8d5600; }
.about .about-left .b2 .item .c-b { color: #015fc0; }
.about .about-left .b3 { color: #049d21; margin-top: 8px; padding: 10px; }
.about .about-left .b3 span { display: inline-block; width: 26px; height: 31px; background: url(../images/memicon.png) no-repeat -142px -77px; vertical-align: middle; margin-right: 12px; }
.about .about-left .b4 { border: 1px solid #ff8542; border-radius: 3px; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff8d4)); background: linear-gradient(#fff, #fff8d4); margin: 0 10px 12px; padding: 0 10px; overflow: hidden; }
.about .about-left .b4 span { display: inline-block; width: 116px; height: 34px; background: url(../images/memicon.png) no-repeat 0 -74px; vertical-align: middle; float: left; margin-top: 5px; margin-bottom: 7px; }
.about .about-left .b4 a { display: inline-block; padding: 6px 11px; background-color: #ff5a00; font-size: 13px; color: #fff; border-radius: 2px; float: right; margin-top: 8px; }
.about .about-right { border: 1px solid #d1d1d1; border-top: 0; position: relative; padding-bottom: 50px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;margin-bottom: 40px; }
.about .about-right .p-title { height: 40px; margin-left: -1px; border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 9px 25px; color: #fff; }
.about .about-right .about-tit { font-size: 24px; padding: 30px 25px; }
.about .about-right .abotu-main .about-text { padding-left: 25px; }
.about .about-right .abotu-main .about-img { padding-right: 25px; }
.about .about-right .abotu-main .about-img img { max-width: 100%; }
.about .contact { border: 1px solid #d1d1d1; border-top: 0; position: relative; padding-bottom: 50px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.about .contact .p-title { height: 40px; margin-left: -1px; border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 9px 25px; color: #fff; }
.about .contact .contact-tit { font-size: 24px; padding: 30px 25px; }
.about .contact .c-list { padding-left: 25px; }
.about .contact .c-list .c-item { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 200%; }
.about .contact .c-list .c-item label { display: block; font-weight: 400; margin-bottom: 0; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #7b7b7b; margin-right: 5px; width: 80px; text-align: right; }
.about .contact .c-list .c-item .txt a { color: #226ed6; }

.mabout .m-title { text-align: center; font-size: 30px; padding: 30px 0; position: relative; }
.mabout .m-title span { width: 300px; height: 2px; position: absolute; left: 50%; margin-left: -150px; top: 50%; }
.mabout .m-title p { display: inline-block; position: relative; background: #fff; padding: 0 20px; }
.mabout .m-img img { max-width: 100%; }
.mabout .mabout-txt h2 { font-size: 24px; margin: 30px 0 15px; }
.mabout .mabout-txt p { line-height: 1.8em; }
.mabout .mc { position: relative; height: 50px; text-align: center; }
.mabout .mc span { display: block; width: 100%; height: 50px; position: absolute; top: 0; left: 0; opacity: 0.2; }
.mabout .mc p { font-size: 20px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; line-height: 50px; }
.mabout .c-list { padding: 20px 0; }
.mabout .c-list .c-item { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 250%; }
.mabout .c-list .c-item label { display: block; font-weight: 400; margin-bottom: 0; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #7b7b7b; margin-right: 5px; width: 80px; text-align: right; }
.mabout .c-list .c-item .txt a { color: #226ed6; }
.mabout .c-list .c-item .bh { padding: 5px 10px; position: absolute; right: 20%; color: #fff; border-radius: 5px; }

.pc-contact-module { padding-top: 50px; padding-bottom: 50px; }
.pc-contact-module .main-header { text-align: center; font-size: 36px; font-weight: 700; letter-spacing: 5px; background: url(../images/header_bg.png) no-repeat center center; margin-bottom: 50px; }
.pc-contact-module .main-header span { display: inline-block; position: relative; background-color: #fff; padding: 0 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.pc-contact-module .pc-contact-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.pc-contact-module .pc-contact-list .pc-contact-item { padding: 15px; border-radius: 5px; border: 1px solid #d3d3d3; background-color: #fff; width: 380px; }
.pc-contact-module .pc-contact-list .pc-contact-item .header { text-align: center; font-size: 20px; padding-bottom: 15px; border-bottom: 1px solid #d3d3d3; margin-bottom: 20px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-call-wrap, .pc-contact-module .pc-contact-list .pc-contact-item .format-example, .pc-contact-module .pc-contact-list .pc-contact-item .pc-msg-wrap, .pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap, .pc-contact-module .pc-contact-list .pc-contact-item .msg-success, .pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap { padding-left: 18px; padding-right: 18px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-call-wrap .format-example { margin-top: 40px; margin-bottom: 26px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-call-wrap .format-example label { font-weight: 400; margin-bottom: 0; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-call-wrap .format-example .txt { margin-top: 8px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-msg-wrap textarea { height: 105px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .title { font-size: 18px; font-weight: 700; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .c-list { margin-top: 20px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .c-item { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 200%; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .c-item label { display: block; font-weight: 400; margin-bottom: 0; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #7b7b7b; margin-right: 5px; width: 70px; text-align: right; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .c-item .txt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-contact-wrap .c-item + .c-item { margin-top: 5px; }
.pc-contact-module .pc-contact-list .pc-contact-item .msg-success { height: 304px; text-align: center; display: none; }
.pc-contact-module .pc-contact-list .pc-contact-item .msg-success .icon-success i { font-size: 80px; font-weight: 700; color: #24af37; }
.pc-contact-module .pc-contact-list .pc-contact-item .msg-success .txt { line-height: 180%; color: #399203; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .title { font-size: 18px; font-weight: 700; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .tel { font-size: 28px; margin-top: 25px; margin-bottom: 25px; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .tel span { font-weight: 700; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .txt1, .pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .txt2 { line-height: 180%; color: #484848; }
.pc-contact-module .pc-contact-list .pc-contact-item .pc-400-wrap .txt2 { font-size: 16px; color: #4d4d4d; }
.pc-contact-module .pc-contact-list .pc-contact-item .form-group label { font-weight: 400; margin-bottom: 14px; }
.pc-contact-module .pc-contact-list .pc-contact-item .form-group + .form-group { margin-top: 14px; }
.pc-contact-module .pc-contact-list .pc-contact-item .form-btn { margin-top: 14px; }
.pc-contact-module .pc-contact-list .pc-contact-item .form-btn a { display: block; height: 48px; line-height: 48px; text-align: center; color: #fff; border-radius: 5px; }
.pc-contact-module .pc-contact-list .pc-contact-item .join { margin-top: 30px; }
.pc-contact-module .pc-contact-list .pc-contact-item .join-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 12px; color: #666; margin: 10px 0;height: 17px !important; }
.pc-contact-module .pc-contact-list .pc-contact-item .join-item p { padding-left: 20px; background: url(../images/cy.png) no-repeat left center/14px; }
.pc-contact-module .pc-contact-list .pc-contact-item .join-item i { font-style: normal; }
.pc-contact-module .pc-contact-list .pc-contact-item .join-item em { font-style: normal; }

.auth-affirms { text-align: right; font-size: 12px; color: #a0a0a0; position: relative; }
.auth-affirms .tips-box { color: #fff; padding: 20px; background-color: rgba(0, 0, 0, 0.8); width: 310px; border-radius: 10px; text-align: left; position: absolute; right: -25px; bottom: 30px; z-index: 103; }
.auth-affirms .tips-box .title { text-align: center; margin-bottom: 10px; }
.auth-affirms .tips-box .cont { line-height: 180%; }
.auth-affirms .tips-box .cont label { font-weight: 400; }
.auth-affirms .tips-box .cont p { text-indent: 2em; }

@media (max-width: 1300px) { .pc-contact-module .pc-contact-list .pc-contact-item { width: 350px; } }
@media (max-width: 1200px) { .pc-contact-module .pc-contact-list .pc-contact-item { width: 300px; } }
@media (max-width: 992px) { .pc-contact-module .pc-contact-list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .pc-contact-module .pc-contact-list .pc-contact-item { width: 100%; }
  .pc-contact-module .pc-contact-list .pc-contact-item + .pc-contact-item { margin-top: 30px; } }
@media (max-width: 768px) { .pc-contact-module .main-header { font-size: 20px; margin-bottom: 30px; }
  .pc-contact-module .pc-contact-list .pc-contact-item { margin-top: 0 !important; } }
.pc-footer-layer { text-align: center; padding-top: 30px; padding-bottom: 30px;background-color: #fff;}
.pc-footer-layer div + div { margin-top: 8px; }
.pc-footer-layer .info span { margin-left: 20px; margin-right: 20px; }
.pc-footer-layer .tips-txt { font-size: 12px; color: #ff3c3c; }

.mob-footer-layer { display: none; }

@media (max-width: 992px) { .pc-footer-layer { display: none; }
  .mob-footer-layer { display: block; text-align: center; padding-top: 30px; padding-bottom: 30px; font-size: 20px; margin-bottom: 60px; } }
@media (max-width: 768px) { .mob-footer-layer { display: block; text-align: center; padding-top: 30px; padding-bottom: 30px; font-size: 16px; color: #666; }
  .mob-footer-layer p { font-size: 14px; } }
.pc-calling-dialog { position: fixed; border-radius: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; z-index: 100; display: none; }
.pc-calling-dialog .top { border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 20px; }
.pc-calling-dialog .bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); background-image: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%); padding: 20px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.pc-calling-dialog .pc-calling-close { position: absolute; right: 8px; top: 0px; z-index: 101; }
.pc-calling-dialog .pc-calling-close i { font-size: 28px; color: #fff; }

.pc-calling-wrap { width: 640px; position: relative; }
.pc-calling-wrap .top { height: 190px; }
.pc-calling-wrap .top .calling-state { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #fff; }
.pc-calling-wrap .top .calling-state .user i { font-size: 36px; position: relative; top: 7px; }
.pc-calling-wrap .top .calling-state .arrow-left, .pc-calling-wrap .top .calling-state .arrow-right { margin-left: 30px; margin-right: 30px; }
.pc-calling-wrap .top .calling-state .arrow-left i, .pc-calling-wrap .top .calling-state .arrow-right i { font-size: 24px; opacity: 0.3; }
.pc-calling-wrap .top .calling-state .mobile i { font-size: 40px; position: relative; top: 10px; }
.pc-calling-wrap .bottom { height: 154px; text-align: center; }
.pc-calling-wrap .bottom .title { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.pc-calling-wrap .bottom .txt { font-size: 16px; color: #666; }
.pc-calling-wrap .bottom .txt span { margin-left: 15px; }

.pc-free-wrap { position: relative; width: 603px; }
.pc-free-wrap .top { height: 192px; text-align: center; color: #fff; }
.pc-free-wrap .top .title { font-size: 33px; font-weight: 700; margin-top: 25px; margin-bottom: 10px; letter-spacing: 2px; }
.pc-free-wrap .top .sub-title { font-size: 21px; }
.pc-free-wrap .bottom { height: 104px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.pc-free-wrap .bottom > div:not(:last-child) { border-right: 1px solid #e4e4e4; padding-right: 30px; margin-right: 30px; }
.pc-free-wrap .bottom .calling, .pc-free-wrap .bottom .tel-400 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; }
.pc-free-wrap .bottom .calling .header, .pc-free-wrap .bottom .tel-400 .header { line-height: 50px; text-align: center; font-size: 18px; cursor: pointer; }
.pc-free-wrap .bottom .calling .header i, .pc-free-wrap .bottom .tel-400 .header i { font-size: 28px; margin-right: 10px; }
.pc-free-wrap .bottom .calling .free-calling { display: none; position: absolute; width: 400px; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); padding: 20px; left: -20px; top: 100px; }
.pc-free-wrap .bottom .calling .free-calling .form-group { word-spacing: -4px; }
.pc-free-wrap .bottom .calling .free-calling .form-group > * { display: inline-block; }
.pc-free-wrap .bottom .calling .free-calling .form-group input[type="text"] { width: 211px; height: 40px; border-radius: 5px; border: 1px solid #c1c1c1; }
.pc-free-wrap .bottom .calling .free-calling .form-group .form-btn { margin-left: 16px; }
.pc-free-wrap .bottom .calling .free-calling .form-group .form-btn a { display: block; width: 132px; height: 40px; line-height: 40px; color: #fff; border-radius: 5px; text-align: center; }
.pc-free-wrap .bottom .calling .free-calling .tips { margin-bottom: 5px; font-size: 13px; color: #666; text-align: center; line-height: 200%; }
.pc-free-wrap .bottom .calling .free-calling::before { content: ""; display: block; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: #fff; position: absolute; top: -10px; left: 100px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.pc-free-wrap .bottom .calling .free-calling::after { content: ""; display: block; width: 30px; height: 20px; background-color: #fff; position: absolute; top: 0px; left: 95px; }
.pc-free-wrap .bottom .tel-400 .free-400 { display: none; position: absolute; width: 400px; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); padding: 20px; right: -20px; top: 100px; }
.pc-free-wrap .bottom .tel-400 .free-400 .txt { text-align: center; margin-top: 10px; color: #666; }
.pc-free-wrap .bottom .tel-400 .free-400 .number { text-align: center; font-size: 24px; color: #666; margin-top: 15px; margin-bottom: 15px; }
.pc-free-wrap .bottom .tel-400 .free-400 .number span:first-child { margin-right: 15px; }
.pc-free-wrap .bottom .tel-400 .free-400 .number span:last-child { margin-left: 15px; }
.pc-free-wrap .bottom .tel-400 .free-400::before { content: ""; display: block; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: #fff; position: absolute; top: -10px; right: 100px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.pc-free-wrap .bottom .tel-400 .free-400::after { content: ""; display: block; width: 30px; height: 20px; background-color: #fff; position: absolute; top: 0px; right: 95px; }
.pc-free-wrap .bottom .contact .item label { font-weight: 400; }
.pc-free-wrap .bottom .contact .item:first-child label { font-size: 12px; vertical-align: middle; margin-bottom: 0; }
.pc-free-wrap .bottom .contact .item:first-child p { font-weight: 700; margin-top: 5px; }
.pc-free-wrap .bottom .contact .item + .item { margin-top: 5px; }

.pc-toolbar { position: fixed; right: 5px; bottom: 20%; z-index: 200; border-radius: 5px; width: 112px; padding: 3px; }
.pc-toolbar .calling { width: 365px; background-color: #fff; border-radius: 10px; padding: 15px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); position: absolute; right: 120px; top: 0; text-align: left; cursor: default; -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
.pc-toolbar .calling .header { text-align: center; font-size: 20px; padding-bottom: 15px; border-bottom: 1px solid #d3d3d3; margin-bottom: 20px; }
.pc-toolbar .calling .pc-call-wrap { padding-left: 18px; padding-right: 18px; }
.pc-toolbar .calling .pc-call-wrap .form-group label { font-weight: 400; margin-bottom: 14px; }
.pc-toolbar .calling .pc-call-wrap .form-group + .form-group { margin-top: 14px; }
.pc-toolbar .calling .pc-call-wrap .form-btn { margin-top: 14px; }
.pc-toolbar .calling .pc-call-wrap .form-btn a { display: block; height: 48px; line-height: 48px; text-align: center; color: #fff; border-radius: 5px; }
.pc-toolbar .calling .pc-call-wrap .format-example { margin-top: 40px; margin-bottom: 26px; }
.pc-toolbar .calling .pc-call-wrap .format-example label { font-weight: 400; margin-bottom: 0; }
.pc-toolbar .calling .pc-call-wrap .format-example .txt { margin-top: 8px; }
.pc-toolbar .calling.show { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }
.pc-toolbar .list .item { position: relative; text-align: center; padding-top: 15px; padding-bottom: 15px; }
.pc-toolbar .list .item i { color: #fff; font-size: 32px; }
.pc-toolbar .list .item > a { display: inline-block; }
.pc-toolbar .list .item > a + a { margin-top: 15px; }
.pc-toolbar .list .item:first-child { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.pc-toolbar .list .item:not(:last-child) { margin-left: 18px; margin-right: 18px; cursor: pointer; position: relative; }
.pc-toolbar .list .item:not(:last-child) > p { color: #fff; }
.pc-toolbar .list .item:last-child { background-color: #fff; }

.pc-fixed-msg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;z-index: 310;visibility: hidden; }
.pc-fixed-msg .msg-wrap { width: 380px; border-radius: 10px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); padding: 20px; border: 1px solid #d3d3d3; position: relative; }
.pc-fixed-msg .msg-wrap .fixed-close { position: absolute; right: -6px; top: -12px; }
.pc-fixed-msg .msg-wrap .fixed-close i { font-size: 28px; }
.pc-fixed-msg .msg-wrap .header { text-align: center; font-size: 20px; padding-bottom: 15px; border-bottom: 1px solid #d3d3d3; margin-bottom: 20px; }
.pc-fixed-msg .msg-wrap .msg-form { padding-left: 18px; padding-right: 18px; }
.pc-fixed-msg .msg-wrap .msg-form label { font-weight: 400; }
.pc-fixed-msg .msg-wrap .msg-form textarea { height: 105px; }
.pc-fixed-msg .msg-wrap .msg-form .form-btn { margin-top: 14px; }
.pc-fixed-msg .msg-wrap .msg-form .form-btn a { display: block; height: 48px; line-height: 48px; text-align: center; color: #fff; border-radius: 5px; }
.pc-fixed-msg .msg-wrap .msg-success { height: 286px; text-align: center; display: none; }
.pc-fixed-msg .msg-wrap .msg-success .icon-success i { font-size: 80px; font-weight: 700; color: #24af37; }
.pc-fixed-msg .msg-wrap .msg-success .txt { line-height: 180%; color: #399203; }

@media (max-width: 992px) { .pc-toolbar, .pc-calling-dialog, .pc-fixed-msg, .pc-fixed-msg { display: none !important; } }
.mob-toolbar { position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 300; }
.mob-toolbar .item { width: 34%; text-align: center; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }
.mob-toolbar .item i { font-size: 20px; }
.mob-toolbar .item p { font-size: 12px; }
.mob-toolbar .item + .item::before { content: ""; display: block; height: 30px; border-left: 1px solid rgba(255, 255, 255, 0.15); position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.mob-common-dialog { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.3); z-index: 310; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; visibility: hidden; }
.mob-common-dialog.show-this { visibility: visible; }
.mob-common-dialog .mob-dialog-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 375px; margin: 15px; background-color: #fff; border-radius: 10px; border: 1px solid #e2e2e2; padding: 15px; position: relative; }
.mob-common-dialog .mob-dialog-wrap .m-d-header { text-align: center; font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.mob-common-dialog .mob-dialog-wrap .m-d-close { position: absolute; right: 5px; top: 0; }
.mob-common-dialog .mob-dialog-wrap .m-d-close i { font-size: 28px; }
.mob-common-dialog .msg-success { height: 278px; text-align: center; overflow: hidden; display: none; }
.mob-common-dialog .msg-success .icon-success { margin-top: 40px; }
.mob-common-dialog .msg-success .icon-success i { font-size: 80px; font-weight: 700; color: #24af37; }
.mob-common-dialog .msg-success .txt { line-height: 180%; color: #399203; }

.mob-inquiry-wrap .form-group label { font-weight: 400; margin-bottom: 10px; }
.mob-inquiry-wrap input[type="text"], .mob-inquiry-wrap textarea { width: 100%; border-radius: 5px; border: 1px solid #e0e0e0; padding: 0 10px; outline: 0; }
.mob-inquiry-wrap input[type="text"] { height: 32px; }
.mob-inquiry-wrap textarea { height: 80px; padding: 10px; resize: none; }
.mob-inquiry-wrap .form-btn { margin-top: 14px; }
.mob-inquiry-wrap .form-btn a { display: block; height: 36px; line-height: 36px; text-align: center; color: #fff; border-radius: 5px; }

.mob-auth-affirms { text-align: center; margin-top: 10px; color: #a0a0a0; position: relative; }

.mob-tips-box { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 315; }
.mob-tips-box .wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 470px; color: #fff; padding: 20px; background-color: rgba(0, 0, 0, 0.8); margin: 15px; border-radius: 10px; }
.mob-tips-box .wrap .title { text-align: center; margin-bottom: 10px; }
.mob-tips-box .wrap .cont { line-height: 180%; }
.mob-tips-box .wrap .cont label { font-weight: 400; }
.mob-tips-box .wrap .cont p { text-indent: 2em; }

.mob-400-wrap .txt { line-height: 200%; }
.mob-400-wrap .number { font-size: 20px; margin-top: 15px; margin-bottom: 20px; }
.mob-400-wrap .number span:first-child { color: #1f79be; margin-right: 10px; }
.mob-400-wrap .number span:last-child { font-weight: 700; margin-left: 10px; }
.mob-400-wrap .call { margin-top: 30px; margin-bottom: 20px; }
.mob-400-wrap .call .header { font-size: 16px; color: #666; margin-bottom: 10px; }
.mob-400-wrap .call .header span { font-weight: 700; }
.mob-400-wrap .call a { border-radius: 10px; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; color: #fff; }
.mob-400-wrap .call a i { font-size: 32px; margin-right: 10px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.mob-400-wrap .call a .info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.mob-400-wrap .call a .info .title { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.mob-400-wrap .call a .info p span { font-weight: 700; color: #fffc00; }

.mob-dial-wrap .dial-input-box .title { font-size: 14px; margin-bottom: 10px; }
.mob-dial-wrap .dial-input-box .input-box { position: relative; }
.mob-dial-wrap .dial-input-box .input-box input[type="text"] { display: block; width: 100%; height: 32px; border: 1px solid #c5c5c5; border-radius: 5px; outline: 0; padding-left: 10px; padding-right: 35px; }
.mob-dial-wrap .dial-input-box .input-box i { position: absolute; top: 6px; right: 10px; font-size: 14px; color: #999; display: none; }
.mob-dial-wrap .dial-input-box .tips { margin-top: 10px; color: #666; }
.mob-dial-wrap .dial-num-box { margin-top: 10px; }
.mob-dial-wrap .dial-num-box .num-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.mob-dial-wrap .dial-num-box .num-list .item { width: 31.33%; margin-bottom: 5px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; border: 1px solid #c5c5c5; border-radius: 5px; height: 36px; line-height: 36px; color: #000; text-align: center; background-color: #f5f5f5; }
.mob-dial-wrap .dial-num-box .num-list .item:nth-child(3n) { margin-right: 0; }
.mob-dial-wrap .dial-num-box > a { display: block; height: 36px; line-height: 36px; text-align: center; color: #fff; border-radius: 5px; margin-top: 10px; }

.mob-call-wrap { display: none; margin-bottom: 30px; }
.mob-call-wrap .calling-state { margin-top: 20px; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #fff; border-radius: 5px; padding-top: 10px; padding-bottom: 22px; }
.mob-call-wrap .calling-state .user i { font-size: 24px; position: relative; top: 7px; }
.mob-call-wrap .calling-state .arrow-left, .mob-call-wrap .calling-state .arrow-right { margin-left: 10px; margin-right: 10px; }
.mob-call-wrap .calling-state .arrow-left i, .mob-call-wrap .calling-state .arrow-right i { font-size: 12px; opacity: 0.3; }
.mob-call-wrap .calling-state .mobile i { font-size: 20px; position: relative; top: 6px; }
.mob-call-wrap .title { font-weight: 700; color: #000; margin-bottom: 10px; text-align: center; }
.mob-call-wrap .txt { text-align: center; color: #666; }

@media (min-width: 992px) { .mob-toolbar, .mob-common-dialog { display: none !important; } }
@media (max-width: 767px) { .brand-header { /*padding: 0 10px 10px;*/ }
  .brand-header .brand .brand-logo { margin: 0; }
  .brand-header .brand .brand-logo a { width: 180px; }
  .brand-header .brand .brand-info .brand-title { font-size: 12px; }
  .brand-header .brand .brand-info .vip-info { display: block; width: 120px; margin-top: 0; } }

.show-detail-dialog { visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(0, 0, 0, 0.3); z-index: 300; }
.show-detail-dialog .show-detail-wrap { background-color: #fff; border-radius: 10px; overflow: hidden; }
.show-detail-dialog .show-detail-wrap .consult-btn a { display: inline-block; padding: 8px 35px; font-size: 16px; color: #fff; border-radius: 100px; }
.show-detail-dialog .show-detail-wrap .show-detail-header { color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; }
.show-detail-dialog .show-detail-wrap .show-detail-header .title { font-size: 18px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-break: break-all; }
.show-detail-dialog .show-detail-wrap .show-detail-header .m-d-close { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.show-detail-dialog .show-detail-wrap .main-show-content { overflow-x: hidden; overflow-y: auto; }
.show-detail-dialog .show-detail-wrap .main-show-content::-webkit-scrollbar { background-color: #eeeeee; }
.show-detail-dialog .show-detail-wrap .main-show-content::-webkit-scrollbar-thumb { background-color: #c4c4c4; }
.show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box .contact, .show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box .tel { font-size: 16px; }
.show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box .contact { margin-bottom: 5px; }
.show-detail-dialog .show-detail-wrap .main-show-content .top-show .consult-btn { margin-top: 25px; }
.show-detail-dialog .show-detail-wrap .main-show-content .main-intro p { color: #666; line-height: 180%;}
.show-detail-dialog .show-detail-wrap .main-show-content .main-intro img { max-width: 100%; margin-bottom: 10px; }
.show-detail-dialog .show-detail-wrap .show-detail-footer { background-color: #eaeaea; }
.show-detail-dialog .show-detail-wrap .show-detail-footer .left { font-size: 16px; color: #232323; }
.show-detail-dialog .show-detail-wrap .show-detail-footer .right { text-align: center; }
.show-detail-dialog .show-detail-wrap .show-detail-footer .right .consult-btn { display: inline-block; }
.show-detail-dialog.show-this { visibility: visible; }

@media (max-width: 991px) { .show-detail-dialog .show-detail-wrap { width: 90%; height: 85%; }
  .show-detail-dialog .show-detail-wrap .show-detail-header { padding: 0 5px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .show-detail-dialog .show-detail-wrap .show-detail-header .m-d-close i { font-size: 24px; }
  .show-detail-dialog .show-detail-wrap .main-show-content { margin: 10px; height: calc(100% - 108px); }
  .show-detail-dialog .show-detail-wrap .main-show-content::-webkit-scrollbar { width: 5px; }
  .show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box .title { text-align: center; font-size: 16px; margin: 10px 0; }
  .show-detail-dialog .show-detail-wrap .main-show-content .main-intro p { font-size: 12px; }
  .show-detail-dialog .show-detail-wrap .show-detail-footer { background-color: #eaeaea; padding: 10px 5px; }
  .show-detail-dialog .show-detail-wrap .show-detail-footer .right { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }
  .show-detail-dialog .show-detail-wrap .show-detail-footer .right .consult-btn a { padding: 7px 20px; font-size: 14px; } }
@media (min-width: 992px) { .show-detail-dialog .show-detail-wrap { width: 900px; height: 724px; }
  .show-detail-dialog .show-detail-wrap .show-detail-header { padding: 5px 8px 5px 25px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .show-detail-dialog .show-detail-wrap .show-detail-header .m-d-close i { font-size: 36px; }
  .show-detail-dialog .show-detail-wrap .main-show-content { margin: 10px 20px; padding: 10px; height: calc(100% - 151px); }
  .show-detail-dialog .show-detail-wrap .main-show-content::-webkit-scrollbar { width: 20px; }
  .show-detail-dialog .show-detail-wrap .main-show-content .top-show { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 15px; border-bottom: 1px solid #efefef; margin-bottom: 15px; }
  .show-detail-dialog .show-detail-wrap .main-show-content .top-show .img-box { width: 45%; margin-right: 5%; }
  .show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box { width: 60%; }
  .show-detail-dialog .show-detail-wrap .main-show-content .top-show .intro-box .title { font-size: 24px; font-weight: 700; margin-top: 15px; margin-bottom: 15px; }
  .show-detail-dialog .show-detail-wrap .show-detail-footer { background-color: #eaeaea; padding: 16px 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }
.fixed-scroll { overflow: hidden; }
.mb-kf { width: 65px; height: 65px; border-radius: 50%; z-index: 500000; position: fixed; top: 75%; right: 5px; text-align: center; }
.mb-kf img { width: 48px; margin-top: 10px; }