.mobileSelect {
    position: relative;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, z-index 0.4s;
    transition: opacity 0.4s, z-index 0.4s;
}

.mobileSelect * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobileSelect .grayLayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eee;
    background: rgba(0, 0, 0, 0.7);
    z-index: 888;
    display: block;
}

.mobileSelect .content {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 889;
    color: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    bottom: -350px;
    left: 0;
    background: white;
}

.mobileSelect .content .fixWidth {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.mobileSelect .content .fixWidth:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mobileSelect .content .btnBar {
    border-bottom: 1px solid #DCDCDC;
    font-size: 15px;
    height: 45px;
    position: relative;
    text-align: center;
    line-height: 45px;
}

.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
    height: 45px;
    width: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.mobileSelect .content .btnBar .cancel {
    left: 0;
    color: #666;
}

.mobileSelect .content .btnBar .ensure {
    right: 0;
    color: #1e83d3;
}

.mobileSelect .content .btnBar .title {
    font-size: 15px;
    padding: 0 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobileSelect .content .panel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mobileSelect .content .panel .wheels {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.mobileSelect .content .panel .wheel {
    position: relative;
    z-index: 0;
    float: left;
    width: 50%;
    height: 200px;
    overflow: hidden;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.mobileSelect .content .panel .wheel .selectContainer {
    display: block;
    text-align: center;
    -webkit-transition: -webkit-transform 0.18s ease-out;
    transition: -webkit-transform 0.18s ease-out;
    transition: transform 0.18s ease-out;
    transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}

.mobileSelect .content .panel .wheel .selectContainer li {
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobileSelect .content .panel .selectLine {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 80px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.mobileSelect .content .panel .shadowMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
    opacity: 0.9;
    pointer-events: none;
}

.mobileSelect-show {
    opacity: 1;
    z-index: 10000;
    visibility: visible;
}

.mobileSelect-show .content {
    bottom: 0;
}

/** 移动端公用css */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page {
    -webkit-text-size-adjust: none;
    /* 禁用Webkit内核浏览器的文字大小调整功能 */
    font-family: PingFangSC-Semibold, 'PingFang SC';
    font-size: 16px;
    color: #333;
    background-color: #F5F5F5;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    /* 去除a标签的点击阴影 */
}

ul,
ol,
li {
    list-style: none;
}

form {
    border: 0 none;
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

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

label,
input,
button,
select,
textarea {
    outline: none;
}

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

textarea {
    resize: none;
}

/** 清除浮动 */
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/** 超出文本处理 */
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ellipsisLine2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.left {
    float: left;
}

.right {
    float: right;
}

/** px和rem单位换算 */
@media screen and (max-width: 300px) {
    #page {
        font-size: 12.8px;
    }
}

@media screen and (max-width: 375px) and (min-width: 300px) {
    #page {
        font-size: calc(16px + 3.2 * (100vw - 375px) / 75);
    }
}

@media screen and (max-width: 750px) and (min-width: 375px) {
    #page {
        font-size: calc(16px + 16 * (100vw - 375px) / 375);
    }
}

@media screen and (min-width: 750px) {
    #page {
        font-size: 32px;
    }
}

/** 输入框placehold 和 error状态 */
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.error::-webkit-input-placeholder {
    color: #ff5b5b;
}

.error:-moz-placeholder {
    color: #ff5b5b;
}

.error::-moz-placeholder {
    color: #ff5b5b;
}

.error:-ms-input-placeholder {
    color: #ff5b5b;
}

/** 滚动条样式 */
#page::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.scrollbar div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#page::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.scrollbar div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

#page::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.scrollbar div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/** 状态色 */
.state-blue {
    color: #409EFF !important;
}

.state-green {
    color: #67C23A !important;
}

.state-red {
    color: #F56C6C !important;
}

.state-black {
    color: #333 !important;
}

.state-grey {
    color: #999 !important;
}

.state-yellow {
    color: #F85B23 !important;
}

.state-main {
    color: #E958FF !important;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.xc_buys {
    position: fixed;
    width: 350px;
    height: 460px;
    top: calc(50% - 230px);
    left: calc(50% - 175px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99999;
}

.xc_buys_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/index/run-cut.png) 0 0 no-repeat;
}

.van-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.xc_buys_logs {
    text-align: center;
    margin-top: 30px;
}

.xc_buys_paylogo {
    max-width: 160px;
    height: auto;
    display: inline-block
}

.xc_buys_logs_title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-top: 15px
}

.xc_buys_logs_title span {
    color: #04be02;
    margin: 0 5px
}

.xc_busy_body {
    margin-top: 160px;
    background-color: #04be02 !important;
    border-radius: 0 0 3px 3px;
    display: block !important;
    text-align: center
}

.xc_busy_body_no {
    position: relative;
    top: -140px
}

.xc_buys_codeimg_div {
    border: 1px solid #e6cec6;
    width: 225px;
    height: 225px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 auto;
    background: #fff;
    display: block !important;
    overflow: hidden
}

.xc_buys_codeimg_div img {
    width: 200px;
    height: 200px
}

.xc_buys_body_p {
    margin-top: 20px;
    color: #fff;
    font-size: 14px
}

.xc_buys_body_ps {
    margin-top: 10px;
    color: #fff;
    font-size: 14px
}

.xc_buys_times {
    color: #fff;
    display: inline-block
}

.page-box {
    width: 100%;
    max-width: 750px;
    padding: 0.625rem 0.625rem 0;
    margin: 0 auto;
    background-color: #F2F2F2;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.26);
}

.page-box-header {
    padding-top: 3.375rem;
}

/**
     * ================================
     * 头部返回 栏目
     * ================================
     * */
.page-head {
    width: 100%;
    height: 2.75rem;
    background: -webkit-linear-gradient(180deg, #FF4105 0%, #FF6B2B 100%);
    background: -moz-linear-gradient(180deg, #FF4105 0%, #FF6B2B 100%);
    background: -o-linear-gradient(180deg, #FF4105 0%, #FF6B2B 100%);
    background: linear-gradient(180deg, #FF4105 0%, #FF6B2B 100%);
    box-shadow: 0 0.25rem 0.5rem rgba(255, 74, 13, 0.28);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 19;
}

.page-head p {
    padding: 0.625rem 2rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #FFF;
    text-align: center;
}

.page-head a {
    display: block;
    padding: 0 0.625rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.page-head a i {
    display: block;
    width: 1.75rem;
    height: 2.75rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/icon_back_white.png');
}


/**
     * ================================
     * 弹窗 对话框
     * ================================
     * */
.tc-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: block;
}

.tc-box .dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tc-box .dialogCon {
    width: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.tc-box .dialog-head {
    width: 100%;
    height: 1.5rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid #F5F5F5;
    box-sizing: content-box;
    position: relative;
    z-index: 1009;
}

.tc-box .dialog-head p {
    padding: 0 2.5rem;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.tc-box .dialog-head-close-btn {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.tc-box .dialog-head-close-btn i {
    line-height: 1.5rem;
    font-size: 1.375rem;
    color: #999;
}

.tc-box .dialog-body {
    width: 100%;
    padding: 0.75rem 0 0.625rem;
}

.tc-box .dialog-body .dialog-body-scroll {
    width: 100%;
    max-height: 22.125rem;
    padding: 0 0.9375rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.tc-box .dialog-body .dialog-body-tip {
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 0 0.9375rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #F45A5A;
    text-align: center;
}

.tc-box .tc-con {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    color: #333;
    position: fixed;
}

.tc-box .tc-con .tc-head {
    width: 100%;
    height: 2.75rem;
    padding: 0.625rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1019;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
}

.tc-box .tc-con .tc-head .tc-head-close-btn {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.375rem;
    color: #999;
    text-align: center;
}

.tc-box .tc-con .tc-head p {
    width: 100%;
    padding: 0 1.8125rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.tc-box .tc-con .tc-body {
    width: 100%;
    height: 100%;
    padding: 2.75rem 0 3.375rem;
}

.tc-box .tc-con.hasAgree .tc-body {
    padding-bottom: 5.625rem;
}

.tc-box .tc-con .tc-foot {
    width: 100%;
    padding: 0.625rem 0.9375rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1019;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.12);
}

.tc-box .tc-con .tc-foot .tc-foot-submit-btn {
    display: block;
    width: 100%;
    height: 2.125rem;
    line-height: 2.125rem;
    font-size: 1rem;
    color: #FFF;
    text-align: center;
    background-color: rgba(248, 91, 35, 0.65);
    border-radius: 1.375rem;
}

.tc-box .tc-con .tc-foot .tc-foot-submit-btn.active {
    background-color: rgba(248, 91, 35, 1);
}

.tc-box .tc-con .dialog-close-btn {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.625rem;
    color: #FFF;
    text-align: center;
    position: absolute;
    right: 0.625rem;
    top: 0;
}

/**
     * ================================
     * 协议声明
     * ================================
     * */
.dialog-agree .tc-con {
    width: 20rem;
    height: 25.875rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 0.3125rem;
}

.dialog-agree .dialog-agree-body {
    width: 100%;
    height: 100%;
    padding: 0.9375rem;
}

.dialog-agree .dialog-agree-body .scroll-box {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.dialog-agree .dialog-agree-body h2,
.dialog-agree .dialog-agree-body p {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #333;
    text-align: justify;
}

.dialog-agree .dialog-agree-body h2 {
    padding-top: 0.9375rem;
    padding-bottom: 0.3125rem;
}

.dialog-agree .dialog-agree-body p {
    padding-bottom: 0.3125rem;
}

.statement-agree {
    margin-bottom: 0.625rem;
    width: 100%;
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.statement-agree i {
    display: inline-block;
    vertical-align: top;
    line-height: 1.25rem;
    font-size: 1.25rem;
    color: #999;
}

.statement-agree.active i {
    color: #FF4E13;
}

/**
     * ================================
     * 短信核验
     * ================================
     * */
.dialog-check .tc-con {
    width: 20rem;
    height: 22.4375rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 0.3125rem;
}

.dialog-check-body {
    padding: 0.9375rem;
}

.dialog-check-body .dialog-check-tip {
    margin-bottom: 0.625rem;
}

.dialog-check-body .dialog-check-tip p {
    padding-bottom: 0.3125rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #575757;
    text-align: justify;
    text-indent: 2em;
}

.dialog-check-body .dialog-check-tip p span {
    color: #FF5800;
}

.dialog-check-form .el-form-item {
    margin-bottom: 0.625rem;
    position: relative;
    z-index: 1004;
    overflow: hidden;
}

.dialog-check-form .el-form-item .check-phone-send {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1006;
    border-radius: 0 4px 4px 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 4.375rem;
    text-align: center;
}

.dialog-check-form .el-form-item__label {
    padding-right: 0.625rem;
}

/**
     * ================================
     * 按钮
     * ================================
     * */
.btn {
    color: #FFF;
    text-align: center;
    display: inline-block;
    background: -webkit-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -moz-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -o-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    box-shadow: 0 0.25rem 0.5rem rgba(255, 74, 13, 0.28);
}

.btn-mini {
    padding: 0 0.625rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
}

.btn-small {
    min-width: 4.375rem;
    padding: 0.1875rem 0.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}

.btn-normal {
    min-width: 7.3125rem;
    padding: 0.5rem 0.9375rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 1.25rem;
}

.btn-large {
    width: 100%;
    padding: 0.5rem 0.9375rem;
    line-height: 1.8125rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1.4375rem;
}

.btn-larger {
    width: 100%;
    color: #FFF;
    padding: 0.75rem 0.9375rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1.5rem;
}

.btn-radius {
    border-radius: 0.375rem;
}

/**
     * ================================
     * element-ui		组件样式优化
     * ================================
     * */
.el-message {
    min-width: 20rem;
    padding: 0.625rem 0.9375rem;
}

@media screen and (min-width: 750px) {
    .page-head {
        width: 750px;
        left: 50%;
        top: 0;
        margin-left: -375px;
    }
}

/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
    margin-bottom: 0.625rem;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

#case_swiper img {
    height: auto;
    width: 100%;
    border-radius: 0.625rem;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/**
 * ================================
 * 轮播图
 * ================================
 * */
.map-banner {
    width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
}

.map-banner-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 0.625rem;
    overflow: hidden;
}

.map-banner-box img {
    width: 100%;
    height: auto;
}

.map-banner-box .map-banner-click {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

/**
 * ================================
 * 内容模块
 * ================================
 * */
.map-content {
    width: 100%;
    background-color: #FFF;
    padding: 0.9375rem 0.625rem 1.25rem;
    margin-bottom: 0.9375rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
}

.map-content-sign {
    background-color: #F2F2F2;
    /*padding: 0.625rem 0 0;*/
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.map-content-title {
    padding: 0 0.625rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.map-content-title i {
    display: inline-block;
    vertical-align: top;
    width: 0.8125rem;
    height: 2rem;
    margin: 0 0.625rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/icon_ball.png');
}

.map-content-cover {
    padding-bottom: 0.625rem;
}

.map-content-btn {
    width: 20.3125rem;
    margin: 0.625rem auto 0;
}

/**
 * ================================
 * 选择商户类型
 * ================================
 * */
.product-choose {
    text-align: center;
    padding: 0.625rem 0;
}

.product-choose .choose-item {
    display: inline-block;
    vertical-align: top;
    min-width: 7.1875rem;
    padding: 0.3125rem 0.625rem;
    line-height: 1.625rem;
    font-size: 1rem;
    font-weight: bold;
    color: #FF4E13;
    text-align: center;
    border: 1px solid #FF4E13;
}

.product-choose .choose-item:first-child {
    border-right: 0 none;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.product-choose .choose-item:last-child {
    border-left: 0 none;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.product-choose .choose-item.active {
    color: #FFF;
    background-color: #FF4E13;
}

/**
 * ================================
 * 地图标注	产品支付
 * ================================
 * */
.product-list {
    /*padding: 0.9375rem 0 0;*/
    padding: 0;
}

.product-list .product-item {
    width: 100%;
    border-radius: 0.5rem;
    margin: 0 auto 0.9375rem;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
}

.product-list .product-item.active {
    box-shadow: 0 0.1875rem 0.375rem rgba(255, 88, 28, 1);
}

.product-list .product-item:last-child {
    margin-bottom: 0;
}

.product-list .product-item .item-info {
    width: 100%;
    height: 4.625rem;
    padding: 0.875rem 0.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/index/bg_product.png');
}

.product-list .product-item .item-info img {
    display: block;
    float: left;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.5rem;
}

.product-list .product-item .item-info .info-box {
    float: right;
    width: 16rem;
    min-height: 2.875rem;
}

.product-list .product-item .item-info .info-box .info-p.info-name {
    width: 100%;
    padding-top: 0.25rem;
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
}

.product-list .product-item .item-info .info-box .info-p.info-desc {
    width: 100%;
    line-height: 1.375rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFF;
}

.product-list .product-item .item-foot {
    padding: 0.9375rem 0.75rem;
}

.product-list .product-item .item-foot p {
    padding: 0.5rem 8rem 0.5rem 0;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FF5800;
}

.product-list .product-item .item-foot p span {
    margin-left: 0.125rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: normal;
    color: #878787;
    text-decoration: line-through;
}

.product-list .product-item .item-foot .btn {
    float: right;
}

.product-list .product-item .item-form {
    display: none;
}

.product-list .product-item.active .item-form {
    display: block;
}

.product-list .product-item .item-form.item-form-edit {
    padding: 0.3125rem 0.75rem 0.625rem;
    border-bottom: 1px dashed #D4D4D4;
}

.product-list .product-item .item-form.item-form-noborder {
    border-bottom: 0 none !important;
}

.product-list .product-item .item-form .form-price {
    padding: 0.9375rem 0.75rem;
    border-bottom: 1px solid #FFDD91;
    background: -webkit-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: -moz-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: -o-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
}

.product-list .product-item .item-form .form-price p {
    padding: 0.5rem 8rem 0.5rem 0;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FF5800;
}

.product-list .product-item .item-form .form-price p span {
    padding: 0.5rem 8rem 0.5rem 0;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FF5800;
}

.product-list .product-item .item-form .form-line {
    margin-top: 0.625rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid #DBDBDB;
    border-radius: 0.375rem;
    position: relative;
}

.product-list .product-item .item-form .form-line .form-name {
    float: left;
    width: 4.6875rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
    border-right: 1px solid #DBDBDB;
}

.product-list .product-item .item-form .form-line .form-name span {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.125rem;
    font-size: 0.75rem;
    color: #F85B23;
}

.product-list .product-item .item-form .form-line .form-input {
    float: right;
    width: 13.75rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
}

.product-list .product-item .item-form .form-line .form-input input {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
    border: 0 none;
}

.product-list .product-item .item-form .form-line .form-code {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: auto;
    height: 2.25rem;
    margin-top: -1.125rem;
}

.product-list .product-item .item-form .form-line .form-code img {
    width: auto;
    height: 100%;
}

.product-list .product-item .form-pay {
    padding-top: 0.625rem;
}

.product-list .product-item .form-pay p {
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.product-list .product-item .form-pay p span {
    font-size: 0.75rem;
    font-weight: normal;
    color: #F85B23;
    margin-left: 0.25rem;
}

.product-list .product-item .form-pay .pay-item {
    display: block;
    width: 100%;
    padding: 0.75rem;
    line-height: 1.375rem;
    font-size: 0.875rem;
    color: #333;
    font-weight: bold;
    background-color: #F6F6F6;
    border-radius: 0.3125rem;
    margin-top: 0.625rem;
}

.product-list .product-item .form-pay .pay-item i {
    display: inline-block;
    vertical-align: top;
    width: 1.125rem;
    height: 1.375rem;
    margin-right: 0.4375rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/icon_select_off.png');
}

.product-list .product-item .form-pay .pay-item.active i {
    background-image: url('../img/index/icon_select_on.png');
}

.product-list .product-item .form-pay .pay-item img {
    display: inline-block;
    vertical-align: top;
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.5rem;
}

.product-list .product-item .form-pay .pay-item span {
    float: right;
    color: #F85B23;
}

.product-list .product-item .item-btn {
    padding: 0.9375rem 0.75rem 0.3125rem;
}

.submit-tip {
    padding-top: 0.3125rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #F85B23;
    text-align: center;
}

.product-list .product-item .item-choose .choose-name {
    padding-top: 0.625rem;
    padding-bottom: 0.3125rem;
    line-height: 1.75rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.product-list .product-item .choose-number-edit {
    float: right;
}

.product-list .product-item .choose-number-edit .el-input-number {
    line-height: 1.75rem;
}

.product-list .product-item .choose-number-edit .el-input-number .el-input__inner {
    height: auto;
    line-height: 1.75rem;
}

.product-list .product-item .choose-box {
    padding-bottom: 0.0625rem;
}

.product-list .product-item .choose-box .choose-item {
    float: left;
    line-height: 1.75rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    color: #222;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0.3125rem;
    margin-right: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.625rem;
}

.product-list .product-item .choose-box .choose-map-item {
    padding: 0 0.3125rem;
    min-width: 6.3125rem;
}

.product-list .product-item .choose-box .choose-map-item:nth-child(3n) {
    margin-right: 0;
}

.product-list .product-item .choose-box .choose-number-item {
    width: 3.4375rem;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

input[type="radio"] {
    position: absolute;
    left: -999em;
}

.product-list .product-item .choose-box .choose-item.active {
    color: #FF581C;
    border: 1px solid #FF581C;
    background-color: #FFFAEF;
}

.product-list .product-item .choose-box .choose-item:last-child {
    margin-right: 0;
}

/** 标注有效时间 */
.product-list .form-term {
    width: 10rem;
    padding: 0.625rem 0 0;
}

.product-list .form-term:nth-child(2n + 1) {
    float: right;
}

.product-list .form-term:nth-child(2n) {
    float: left;
}

.product-list .form-term .term-box {
    width: 100%;
    padding: 0.625rem 0.3125rem;
    border: 2px solid #F1D8AA;
    border-radius: 0.375rem;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/bg_term.png');
}

.product-list .form-term .term-box h2 {
    padding-bottom: 0.125rem;
    line-height: 1.25rem;
    font-size: 0.9375rem;
    color: #F23800;
    text-align: center;
}

.product-list .form-term .term-box h3 {
    line-height: 1.25rem;
    font-size: 0.75rem;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.product-list .form-term .term-box h3 span {
    color: #F23800;
}

.product-list .form-term .term-label {
    width: 100%;
    padding: 0.375rem 0;
    text-align: center;
}

.product-list .form-term .term-label h4 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.5rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    font-weight: normal;
    color: #ED5823;
    text-align: center;
    background-color: #FFF2D6;
    border-radius: 0.25rem;
    margin: 0 0.25rem;
}

.product-list .form-term .term-label h4:first-child {
    margin-left: 0;
}

.product-list .form-term .term-label h4:last-child {
    margin-right: 0;
}

.product-list .form-term .term-box i.term-recomand {
    display: block;
    width: 4.0625rem;
    height: 1.125rem;
    position: absolute;
    top: -0.5625rem;
    left: -2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/icon_recomand.png');
}

.product-list .form-term .term-box i.term-choose {
    display: none;
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/icon_choose.png');
}

.product-list .form-term.active .term-box {
    background-color: rgba(248, 91, 35, 0.28);
    border: 2px solid #FF5800;
}

.product-list .form-term.active .term-box i.term-choose {
    display: block;
}

.product-list .form-jiami {
    border: 1px solid #FFF;
    padding-top: 0.375rem;
    /*padding-left: 0.75rem;*/
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #FF5800;
}

/**
 * ================================
 * 主流地图覆盖
 * ================================
 * */
.cover-list {
    width: 21.5625rem;
    margin: 0 auto 0.125rem;
    padding: 0.625rem 0 0.3125rem;
}

.cover-list:last-child {
    padding-bottom: 0;
}

.cover-list .cover-item {
    float: left;
    width: 4.875rem;
    margin-right: 0.6875rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #333;
    text-align: center;
}

.cover-list .cover-item:nth-child(4n) {
    margin-right: 0;
}

.cover-list .cover-item i {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    margin: 0 auto 0.3125rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.cover-list .cover-item01 i {
    background-image: url('../img/index/menu_1_01.png');
}

.cover-list .cover-item02 i {
    background-image: url('../img/index/menu_1_02.png');
}

.cover-list .cover-item03 i {
    background-image: url('../img/index/menu_1_03.png');
}

.cover-list .cover-item04 i {
    background-image: url('../img/index/menu_1_04.png');
}

.cover-list .cover-item05 i {
    background-image: url('../img/index/menu_1_05.png');
}

.cover-list .cover-item06 i {
    background-image: url('../img/index/menu_1_06.png');
}

.cover-list .cover-item07 i {
    background-image: url('../img/index/menu_1_07.png');
}

.cover-list .cover-item08 i {
    background-image: url('../img/index/menu_1_08.png');
}

.cover-list .cover-item09 i {
    background-image: url('../img/index/menu_1_09.png');
}

.cover-list .cover-item10 i {
    background-image: url('../img/index/menu_1_10.png');
}

.cover-list .cover-item11 i {
    background-image: url('../img/index/menu_1_11.png');
}

.cover-list .cover-item12 i {
    background-image: url('../img/index/menu_1_12.png');
}

/**
 * ================================
 * 售前客服咨询及问题反馈
 * ================================
 * */
.map-content-customer {
    width: 100%;
    height: 9.6875rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/bg_customer.png');
}

/** 联系客服 */
.customer-box .customer-time {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #555;
    text-align: center;
    padding-bottom: 0.625rem;
}

.customer-box .customer-btn {
    width: 16.25rem;
    margin: 0.625rem auto 0;
}

/** 用户反馈 */
.contact-box {
    padding-bottom: 0.0625rem;
}

.complain-content {
    width: 100%;
    margin-bottom: 0.625rem;
}

.complain-content input {
    width: 100%;
}

.complain-content .el-textarea textarea {
    resize: none;
}

.complain-btn {
    width: 16.25rem;
    margin: 0 auto;
}

/**
 * ================================
 * 标注流程
 * ================================
 * */
.map-step-image {
    width: 100%;
    height: auto;
}

.map-content-step {
    /*padding-top: 0.625rem;*/
}

.map-step-box {
    width: 100%;
    padding: 0 0.9375rem 0.625rem 7.3125rem;
    background-color: #FFF;
    border-radius: 0.375rem;
    margin-bottom: 0.3125rem;
    position: relative;
    z-index: 1;
}

.map-step-box .step-title {
    margin-bottom: 0.625rem;
    height: 2.125rem;
    position: relative;
    z-index: 2;
}

.map-step-box .step-title span {
    height: 2.125rem;
    line-height: 2.125rem;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'arial';
    color: #FFB067;
    position: relative;
    z-index: 2;
}

.map-step-box .step-title p {
    position: absolute;
    left: 0;
    top: 1.1875rem;
    z-index: 4;
    line-height: 1.375rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    background-color: #FFF;
}

.map-step-box .step-text {
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #666;
    text-align: left;
}

.map-step-box .step-text span {
    display: inline-block;
    vertical-align: top;
    color: #FF4E13;
}

.map-step-box.active .step-title p,
.map-step-box.active .step-text {
    color: #FF4105 !important;
}

.map-step-box i {
    display: block;
    width: 4.8125rem;
    height: 3.625rem;
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    margin-top: -1.8125rem;
    z-index: 5;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.map-step-box i.icon-step-1 {
    background-image: url('../img/index/step_11.png');
}

.map-step-box i.icon-step-2 {
    background-image: url('../img/index/step_12.png');
}

.map-step-box i.icon-step-3 {
    background-image: url('../img/index/step_13.png');
}

.map-step-box i.icon-step-4 {
    background-image: url('../img/index/step_14.png');
}

/**
 * ================================
 * 页面底部 footer
 * ================================
 * */
.map-footer {
    padding: 0.625rem 0.9375rem 1.25rem;
}

.map-footer p {
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #333;
    text-align: center;
}

.map-footer p span {
    color: #1d67ff;
}

.map-footer p.foot-company {
    opacity: 0.5;
}

.map-footer p i {
    display: inline-block;
    vertical-align: top;
    line-height: 1.25rem;
    font-size: 1.25rem;
    color: #999;
    margin-right: 0.3125rem;
}

.map-footer p.active i {
    color: #FF4E13;
}

.map-footer p i,
.statement-agree i {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    margin-left: 0.125rem;
    margin-right: 0.325rem !important;
    width: 1rem;
    height: 1rem;
    border: 1px solid #999;
    border-radius: 50%;
}

.map-footer p i.el-icon-success:before,
.statement-agree i.el-icon-success:before {
    content: '';
}

.map-footer p.active i,
.statement-agree.active i {
    border: 0 none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0.2rem !important;
    width: 1.25rem;
    height: 1.25rem;
}

.map-footer p.active i.el-icon-success:before,
.statement-agree.active i.el-icon-success:before {
    content: "\e79c";
}


/**
 * ================================================
 * 页面模块化
 * ================================================
 * */
.map-box {
    width: 100%;
    padding: 1.25rem 0.625rem 0.625rem;
    margin-bottom: 0.625rem;
    background-color: #FFF;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
    border-radius: 0.5rem;
}

.map-box .map-title {
    width: 100%;
    height: 2.625rem;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.625rem;
}

.map-box .map-title i {
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 2rem;
    margin-right: 0.625rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/tit_bgr.png');
}

.map-box .map-title em {
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 2rem;
    margin-left: 0.625rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/index/tit_bgl.png');
}

.map-box .map-box-btn {
    display: block;
    margin: 0 auto 0.625rem;
    width: 16.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    color: #FFF;
    background-color: #F85B23;
    border-radius: 0.3175rem;
}

/**
 * ================================================
 * 跑马灯
 * ================================================
 * */
.carousel-box {
    width: 16.875rem;
    height: 2.75rem;
    margin: 0 auto 0.3125rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.7);
}

.carousel-list {
    width: 100%;
    height: 1000%;
}

.carousel-list .carousel-item {
    width: 100%;
    height: 1.375rem;
    line-height: 1.375rem;
    font-size: 0.75rem;
    color: #666;
    position: relative;
}

.carousel-list .carousel-item b {
    line-height: 1.375rem;
    font-size: 0.75rem;
    color: #F85B23;
    font-weight: normal;
}

.carousel-list .carousel-item span {
    display: block;
    float: right;
    padding-left: 0.625rem;
    line-height: 1.375rem;
    font-size: 0.75rem;
    color: #666;
}

/**
 * ================================================
 * 标注 修改 报错
 * ================================================
 * */
.map-function {
    padding: 0;
}

.function-item {
    width: 100%;
    height: 6.875rem;
    padding: 0.9375rem 0.625rem;
    margin-bottom: 0.625rem;
    background-color: #FFF;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
    border-radius: 0.5rem;
}

.function-item i {
    display: block;
    float: left;
    width: 5rem;
    height: 5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.function-item1 i {
    background-image: url('../img/index/icon10001_2x.png');
}

.function-item2 i {
    background-image: url('../img/index/icon10002_2x.png');
}

.function-item3 i {
    background-image: url('../img/index/icon10003_2x.png');
}

.function-item .function-text {
    padding: 0.25rem 0;
    width: 10.625rem;
    padding-left: 0.3125rem;
    float: left;
}

.function-item h2 {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.function-item p {
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #666;
}

.function-item a {
    display: block;
    float: right;
    margin-top: 1.5625rem;
    width: 5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
    text-align: center;
    color: #FFF;
    background: -webkit-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -moz-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -o-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    box-shadow: 0 0.25rem 0.5rem rgba(255, 74, 13, 0.28);
    border-radius: 0.9375rem;
}

/**
 * ================================================
 * 全面覆盖 搜索导航 审核时间
 * ================================================
 * */
.function-line {
    width: 100%;
    padding: 0.625rem 0 1.25rem;
    margin-bottom: 0.625rem;
    background-color: #FFF;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
    border-radius: 0.5rem;
    text-align: center;
}

.function-line .line-item {
    display: inline-block;
    vertical-align: top;
    width: 6.8125rem;
    margin-bottom: 0.625rem;
}

.function-line .line-item i {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.function-line .line-item1 i {
    background-image: url('../img/index/icon20001_2x.png');
}

.function-line .line-item2 i {
    background-image: url('../img/index/icon20002_2x.png');
}

.function-line .line-item3 i {
    background-image: url('../img/index/icon20003_2x.png');
}

.function-line .line-item h2 {
    line-height: 1.125rem;
    font-size: 0.875rem;
    text-align: center;
    color: #333;
}

.function-line .line-item p {
    line-height: 1.125rem;
    font-size: 0.75rem;
    text-align: center;
    color: #666;
}

/**
 * ================================================
 * 标注案例
 * ================================================
 * */
.function-case {
    width: 10.75rem;
    padding: 0.9375rem;
    margin-bottom: 0.625rem;
    background-color: #FFF;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.18);
    border-radius: 0.5rem;
    text-align: center;
}

.function-case i {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.3125rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.function-case1 i {
    background-image: url('../img/index/icon30001.png');
}

.function-case2 i {
    background-image: url('../img/index/icon30002.png');
}

.function-case3 i {
    background-image: url('../img/index/icon30003.png');
}

.function-case4 i {
    background-image: url('../img/index/icon30004.png');
}

.function-case h2 {
    margin-bottom: 0.5rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
    text-align: center;
    color: #333;
}

.function-case p {
    margin-bottom: 0.9375rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
    text-align: justify;
    color: #666;
}

.function-case a {
    display: block;
    margin: 0 auto;
    width: 6.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
    text-align: center;
    color: #FFF;
    background: -webkit-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -moz-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: -o-linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    background: linear-gradient(311deg, #FF4105 0%, #FF6B2B 100%);
    box-shadow: 0 0.25rem 0.5rem rgba(255, 74, 13, 0.28);
    border-radius: 0.9375rem;
}

/**
 * 表单采集
 * */
.form-box.form-box-edit {
    border-bottom: 1px dashed #D4D4D4;
}

.form-box.form-box-noborder {
    border-bottom: 0 none !important;
}

.form-box .form-price {
    padding: 0.9375rem 0.75rem;
    border-bottom: 1px solid #FFDD91;
    background: -webkit-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: -moz-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: -o-linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
    background: linear-gradient(150deg, #FFFDF8 0%, #FFFAEF 100%);
}

.form-box .form-price p {
    padding: 0.5rem 8rem 0.5rem 0;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FF5800;
}

.form-box .form-price p span {
    margin-left: 0.125rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: normal;
    color: #878787;
    text-decoration: line-through;
}

.form-box .form-line {
    margin-top: 0.625rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid #DBDBDB;
    border-radius: 0.375rem;
}

.form-box .form-line .form-name {
    float: left;
    width: 4.6875rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
    border-right: 1px solid #DBDBDB;
}

.form-box .form-line .form-name span {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.125rem;
    font-size: 0.75rem;
    color: #F85B23;
}

.form-box .form-line .form-input {
    float: right;
    width: 13.75rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
}

.form-box .form-line .form-input input {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
    border: 0 none;
}

.form-box .form-jiami {
    border: 1px solid #FFF;
    padding-top: 0.375rem;
    /*padding-left: 0.75rem;*/
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #FF5800;
}

.getbtn {
    float: right;
    width: 13.75rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
}