html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
    min-height: calc(100% - 50px);
    margin-bottom:3rem;
}

.main.container {
    margin-top: 100px;
}

.container {
    display: flex;
    flex-direction: column;
}
.warning-text {
    color: #CC1111;
}

#help_bg {
    position: relative;
    min-height: calc(100% - 50px);
}

#bgT, .bgB {
    position: relative;
    width: 100%;
}

#bgT img {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: -80px;
    z-index: -1;
}

/*    #help_bg #bgT {
        position: absolute;
        max-width: 1920px;
        min-height: 394px;
        top: -80px;
        right: 0;
        left: 0;
        z-index: -1;
    }*/

#help_bg #app_bg {
    position: absolute;
    max-width: 415px;
    min-height: 168px;
    right: 0;
    left: 0;
    z-index: -1;
}
/* navgation */
.navbar {
    padding: 0;
}

.first_nav {
    background-color: #658D02;
    color: #FFF;
    flex-wrap: nowrap;
    box-shadow: 0 4px 0 rgb(0,0,0,0.16);
}

.first_nav > .container {
    justify-content: flex-end;
}

.first_nav .nav-item {
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
    letter-spacing: 1px;
}

.first_nav .nav-item a {
    padding: 2px;
    vertical-align: middle;
    color: #fff;
}

.second_nav {
    background-color: #ECECEC;
    box-shadow: 0 4px 0 rgb(0,0,0,0.16);
    position: fixed;
    top: 32px;
    right: 0;
    left: 0;
    z-index: 1031;
}

.second_nav > .container {
    justify-content: flex-start;
}

.second_nav .nav-item {
    font-weight: 700;
    font-size: 18px;
}

.second_nav .nav-item .nav-title, .second_nav .nav-item .nav-link {
    padding: 20px 12px;
    color: #313131;
    display: block;
}

.second_nav .nav-item .nav-link:hover,.second_nav .nav-item .nav-link:active {
    color: #fff;
}

.second_nav .function_menu{
    left:-50px;
    padding:10px;
    margin-top:-1px;
    box-shadow: 3px 3px 0 rgb(0 0 0 / 10%);
}

.second_nav .common_menu{
    padding:10px;
    margin-top:-1px;
    box-shadow: 3px 3px 0 rgb(0 0 0 / 10%);
}

.dropdown-menu .content {
    display: flex;
    justify-content: space-evenly;
}

.dropdown-menu .content .title {
    border-left: 1px solid #e9e9e9;
    align-items:center;
    padding:0 18px; 
}

.dropdown-menu .content .title:nth-child(1){
    border-left:none;
}

.dropdown-title {
    padding: 8px 5px;
    font-weight: 700;
    font-size: 16px;
    min-height: 34px;
}

.function_menu .dropdown-title{
    padding:4px 0 16px 0;
}

.function_menu .dropdown-title span{
    padding:2px 5px;
    border-radius:5px;
    color:#fff;
    background-color:#658D02;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #707070;
    background-color: transparent;
}

.dropdown .dropdown-menu .dropdown-item:active{
    background-color:transparent;
}

.second_nav .nav-item.dropdown .common_menu .dropdown-item {
    padding: 8px 5px;
    font-weight: 500;
    font-size: 16px;
    min-height: 34px;
}

.second_nav .nav-item.dropdown .function_menu .dropdown-item {
    padding: 2px 5px;
    font-weight: 500;
    font-size: 16px;
}

.second_nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.second_nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.second_nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: #707070;
}

.second_nav .nav-item .nav-title:hover,
.second_nav .nav-item.dropdown .nav-link:hover{
    background-color: #4a4a4a;
    color: #fff;
    cursor: pointer;
}

.second_nav .nav-item .nav-title.active, .second_nav .nav-item .nav-link.active {
    background-color: #4a4a4a;
    color: #fff;
    cursor: pointer;
}

.nav-item.dropdown .fa-caret-down {
    transform: rotate(0deg);
    transition: all 0.2s;
}

.nav-item.dropdown .fa-caret-down.active {
    transform: rotate(180deg);
}

.dropdown-toggle::after{
    content:none;
}

.navbar-toggler {
    color: #2E5A1B;
    font-size: 1.75rem;
}

/* /navgation */

/* bg */
.img_mockup .one_img {
    position: absolute;
    z-index: -1;
}

    .img_mockup .one_img:nth-child(1) {
        top: 25%;
        left: 6%;
    }

/* content */
.news_card, .line_card {
    margin-bottom: 2.5rem;
}

/*下载按钮样式*/
.all_title{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.btn_download{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;    
}

.ios_btn, .android_btn {
    background-image: linear-gradient(-90deg, white 0%, white 76%, #F7BD00 0%);
    /*background-color: #fff;*/
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    padding:20px;
    box-shadow: 2px 2px 0 2px rgb(141 127 83 / 20%), 0 0 6px 0px rgb(141 127 83 / 20%);
}

.ios_btn span, .android_btn span{
    padding-left:20px;
}

.ios_btn:hover, .android_btn:hover{
    box-shadow: 2px 2px 0 2px rgb(141 127 83 / 20%), 0 0 6px 0px rgb(141 127 83 / 20%);
}

.ios_btn::before{
    content:'';
    background-image:url(/img/apple.svg);
    background-size:22px;
    background-repeat:no-repeat;
    background-position:left center;
    padding:10px 21px;
}

.android_btn::before{
    content:'';
    background-image:url(/img/android.svg);
    background-size:26px;
    background-repeat:no-repeat;
    background-position:left center;
    padding:10px 21px;
}

/* news_content */
.page_title_text {
    border-bottom: 1px solid #707070;
}

.page_content {
    padding: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #818181;
}

.page_content a{
    word-break:break-all;
}

.content_img {
    text-align: center;
    margin-bottom: 30px;
}

.content_img img {
    width: 70%;
}

.page_content p {
    line-height: 1.8;
}
/* /news_content */

.main_title {
    margin-top: 50px;
    margin-bottom: 10px;
    display: inline-block;
}

.main_title h1 {
    font-size: 60px;
    font-weight: 700;
}

.main_title p {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.second_title h4 {
    font-weight: 700;
    color: #888888;
}

.second_title p {
    font-size: 18px;
    font-weight: 700;
    color: #818181;
    letter-spacing: 1px;
}

.search_bar {
    position: absolute;
    top: 170px;
    right: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group {
    border-radius: 50px;
    box-shadow: 4px 4px 0 0 rgb(0,0,0,0.16), -2px 2px 4px 0 rgb(0, 0, 0, 0.16);
    width: 340px;
}

.input-group-text {
    background-color: #FFF;
    color: #AFCE63;
    border: none;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    vertical-align: middle;
}

.input-group .form-control {
    border: none;
    border-radius: 0 50px 50px 0;
    vertical-align: middle;
    font-size: 18px;
    height: 46px;
}

/* carousel */
.carousel-indicators {
    position: relative;
    margin-left: 0;
    margin-right: 3%;
    flex-direction: column;
}

/* card */
.card {
    box-shadow: none;
}

.card-header {
    border-radius: 20px 20px 0 0 !important;
    border: none;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 0;
}

.card-list .date {
    display: inline-block;
    font-size: 16px;
    color: #727272;
    margin-right: 6px;
}

.card-list .title {
    display: block;
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.card-list a, .card-list-faq a {
    color: #313131;
}

.news_card, .line_card {
    min-height: 320px;
    box-sizing: border-box;
    border-radius: 20px;
    /*box-shadow: 6px 6px 0 rgb(141,127,83,0.16),inset 3px 0 0 0 rgb(141,127,83,0.16);*/
    box-shadow: 4px 4px 0 2px rgb(141,127,83,0.16), 0 0 6px 2px rgb(141,127,83,0.16);
}

.functionALL > [class*="col-"] {
    margin: 30px 0 30px 0;
}

.functionALL h4 {
    font-size: 24px;
    font-weight: 700 !important;
    padding: 8px 0 8px 0;
    /*color: #2E5A1B;*/
     border-bottom: 2px solid #C9C9C9; 
    border-radius: 50px;
    background-color: #D5D5D5;
}

.functionALL p {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
    color: #313131;
}

.functionALL p a {
    color: #313131;
}

.functionALL p a:hover, .functionALL p a:focus {
    color: #707070;
}

/*.functionALL_card {
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 6px 6px 0 rgb(0,0,0,0.16),inset 3px 0 0 0 rgb(0,0,0,0.16);
}

    .functionALL_card .table {
        border-radius: none;
        margin: 0;
    }

        .functionALL_card .table thead {
            background-color: #D5D5D5;
        }

            .functionALL_card .table thead th {
                font-size: 22px;
                font-weight: 700;
                border-bottom: none;
                padding: 6px 0;
            }

        .functionALL_card .table tbody td {
            font-size: 18px;
            font-weight: 600;
            padding: 12px 0;
        }

            .functionALL_card .table tbody td a:hover {
                color: #2E5A1B;
            }

        .functionALL_card .table thead th:first-child {
            border-radius: 20px 0 0 0 !important;
        }

        .functionALL_card .table thead th:last-child {
            border-radius: 0 20px 0 0 !important;
        }*/

.news_card .card-header, .line_card .card-header {
    background-color: #E8D057;
}

.news_card ul li, .news_list ul li {
    line-height:1.5;
    padding:8px 0;
    border-bottom: 1px solid #aaaaaa;
}

.news_card ul li:last-child, .card-list li:last-child {
    border-bottom: none;
}

.faq_card, .function_card {
    border-radius: 20px;
    /*box-shadow: 6px 6px 0 rgb(63,74,36,0.16),inset 3px 0 0 0 rgb(63,74,36,0.16);*/
    box-shadow: 4px 4px 0 2px rgb(63,74,36,0.16), 0 0 6px 2px rgb(63,74,36,0.16);
}

    .faq_card .card-header, .function_card .card-header {
        background-color: #658D02;
        color: #FFF;
    }

.card-body .card-list, .card-body .card-list-faq {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
}

.card-body .card-list-faq li {
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1;
}

.news_card .card-body .card-list, .function_card .card-body .card-list, .faq_card .card-body .card-list-faq,
.line_card .card-body .card-list {
    margin-left: 5px;
    margin-bottom: 0;
}

.news_card ul, .function_card ul, .news_list ul, .faq_card ul, .line_card ul {
    padding: 0;
    list-style-type: none;
}

.card-body .card-list li a:hover, .card-body .card-list li a:focus, .card-body .card-list-faq li a:hover, .card-body .card-list-faq li a:focus {
    color: #2E5A1B;
}

.link_more {
    display: block;
    text-align: center;
    padding:12px;
    font-size: 18px;
    font-weight: 700;
}

.link_more a {
    color: #2E5A1B !important;
}

.title_img{
    margin-bottom:.5rem;
    height:145px;
}

.title_img img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
}
/* /card */

/*faq页面*/
.nav-tabs .nav-item {
    margin: 0 20px 15px 0;
    border-radius: 50px;
    box-shadow: 3px 3px 0 0 rgb(0,0,0,0.16), -2px 2px 4px 0 rgb(0, 0, 0, 0.16);
    transition: 0.5s;
}

.nav-tabs .nav-item:hover, .nav-tabs .nav-item:focus{
    box-shadow: none;
}

.nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 700;
    border: none;
    color: #313131;
    /*padding: 5px 20px 5px 20px;*/
    background-color: #fff;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #658D02;
}

.faq_title a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    padding: 14px 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: -1px;
}
.faq_title:first-child a{
    border-top:0;
}
.faq_title a[aria-expanded="true"] {
    border-bottom: none;
}
.faq_title .icon {
    display: block;
    line-height: 24px;
    font-size: 24px;
    color: #658D02;
    margin-left:10px;
}
.faq_title .icon i{
    display:inline-block;
    vertical-align:middle;
}
.faq_title a[aria-expanded="true"] .ic_default, .faq_second-title a[aria-expanded="true"] .ic_default {
    display: none;
}
.faq_title a[aria-expanded="false"] .ic_default, .faq_second-title a[aria-expanded="false"] .ic_default {
    display: inline-block;
}
.faq_title a[aria-expanded="false"] .ic_active, .faq_second-title a[aria-expanded="false"] .ic_active {
    display: none;
}
.faq_title a[aria-expanded="true"] .ic_active, .faq_second-title a[aria-expanded="true"] .ic_active {
    display: inline-block;
}
.faq_second-title{
    margin:0 24px 20px 40px;
}
.faq_second-title .num{
    font-size:20px;
    font-weight:700;
    color:#658D02;
    width:40px;
    line-height:24px;
}
.faq_second-title .txt{
    font-size:18px;
    font-weight:700;
    color:#313131;
}
.faq_second-title .icon{
    font-size:16px;
    color:#658D02;
}
.faq_body {
    font-size: 16px;
    padding: 24px 36px 24px 40px;
    border-radius: 20px;
    background-color: #F5F5F5;
    margin-bottom: 16px;
    font-weight:500;
}
/*/faq页面*/

/*search页面*/
.function_search .title{
    padding:10px 0;
}
.back_news {
   
}
/*/search页面*/
.level{
    margin:1.5rem 0;
}

.level img{
    max-width:100px;
    float:left;
}
.level h5{
    font-weight:700;
    padding-top:1.25rem;
}
.level p{
    font-weight:500;
}

/* Pagination */
.pagination {
    margin-bottom: 0;
}
.form-select {
    display: none;
}

/* custom_btn */
.btn_green {
    border: 2px solid #2E5A1B;
    border-radius: 50px;
    box-shadow: 3px 3px 0 #2E5A1B;
    color: #2E5A1B;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 10px 0;
    padding: 5px 15px 5px 15px;
    background-color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}

.btn_green:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    color: #fff;
    background-color: #2E5A1B;
}

.btn_step, .btn_step2, .btn_step3, .btn_step4, .btn_step5 {
    color: #000;
    border: 2px solid #888888;
    border-radius: 50px;
    box-shadow: 3px 3px 0 #888888;
    font-size: 20px;
    font-weight: 700;
    width: 140px;
    height: 60px;
    margin: 0 0 50px 0;
    background-color: #FFF;
    cursor: pointer;
}

.btn_step:after, .btn_step2:after, .btn_step3:after, .btn_step4:after, .btn_step5:after {
    position: absolute;
    top: 3.44rem;
    left: 4.5rem;
    outline: 2px dashed #818181;
    height: calc(100% - 120px);
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.btn_step:hover, .btn_step:focus, .btn_step:active,
.btn_step2:hover, .btn_step2:focus, .btn_step2:active,
.btn_step3:hover, .btn_step3:focus, .btn_step3:active,
.btn_step4:hover, .btn_step4:focus, .btn_step4:active,
.btn_step5:hover, .btn_step5:focus, .btn_step5:active{
    background-color: #E8D057;
    outline: none;
    box-shadow: none;
}

.btn_step.active, .btn_step2.active, .btn_step3.active, .btn_step4.active, .btn_step5.active {
    background-color: #E8D057;
    outline: none;
    box-shadow: none;
}
/* /custom_btn */

/* footer */
footer.page-footer {
    background-color: #F4F9E8;
    color: #313131;
    font-size: 12px;
    text-align: center;
    height: 50px;
    padding: 16px 0;
}

.bgB img {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#scrollToTopBtn {
    position: fixed;
    background-color: white;
    border: none;
    border-radius: 50%;
    color: #2E5A1B;
    cursor: pointer;
    font-size: 16px;
    line-height: 45px;
    width: 45px;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.16), 0 0 2px 1px rgba(0,0,0,0.16);
    opacity: 0;
    transition: opacity 0.3s linear;
}

#scrollToTopBtn.is-visible{
    opacity:1;
}

#scrollToTopBtn:hover {
    background-color: #2E5A1B;
    color: #fff;
    transition: ease-in-out 0.3s;
}

#scrollToTopBtn:focus {
    outline: none;
}

/*退货政策页面*/
.policy-text h5{
    font-weight:500;
    line-height:1.5;
}
.policy-text ul{
    font-weight:300;
}
.policy-table thead th {
    border: 1px solid #dee2e6;
    font-weight: 700;
}
.policy-table tbody td {
    border: 1px solid #dee2e6;
    font-weight: 500;
    vertical-align:middle;
}
.policy-text p{
    color:#2E5A1B;
    font-weight:500;
}
/*/退货政策页面*/

/*版更记录页面*/
.v_number{
    display:inline-block;
    width:85px;
}

.title_main {
    color: #000;
    background-color: #E8D057;
    font-weight: bold;
    display: inline-block;
    padding: 4px;
    border-radius: .25rem;
    margin: 1.5rem 0;
}

.title_sub {
    color:#2E5A1B;
    font-weight:bold;
}

.version_step {
    margin-bottom: 30px;
    color:#000;
    font-weight:500;
}

.version_step ul{
    padding-left:15px;
}

.version_text{
    color:#000;
    list-style-type:square;
    padding-left:15px;
}

.important_text {
    background-color: #FFF4C1;
}
/*/版更记录页面*/

/*INAPP页面*/
.main_inapp{
    padding:20px 20px 60px 20px;
}

.main_inapp::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    pointer-events: none;
}

.inapp_title {
    text-align: center;
    font-weight: bold;
    margin: 1rem 0;
}

.inapp_content {
    font-size: .875rem;
    font-weight: 500;
}

.inapp_content ul{
    list-style:decimal;
    padding-left:15px;
}

.inapp_content ul li{
    margin-bottom:.75rem;
}

.inapp_bgB{
/*    position:relative;*/
    width:100%;
}

.inapp_bgB img {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/*/INAPP页面*/

/*官网线路页面*/
.line_card ul li:nth-child(n+7) {
    display: none;
}

.line_card .card-list,.line_list .card-list {
    font-size: 16px;
}

.line_card .card-list li a, .line_list .card-list li a {
    color: #5F8802;
    margin-left: 6px;
}

.line_card .card-list li{
    width:100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line_list h5 {
    font-weight: bold;
}

.line_list .card-list li a {
    word-break: break-all;
}

.line_memo {
    display: inline-block;
    font-size: 12px;
    color: #CC1111;
    margin-left: .5rem;
}

.v_numberLong {
    display:inline-block;
    width: 165px;
}
/*/官网线路页面*/

/* 变形区 */
@media(min-width:768px){
    .first_nav .navbar-nav{
        flex-direction:row;
        flex-wrap:nowrap;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
    .step_margin {
        margin: 0 60px 0 60px;
    }
}

@media (min-width: 4000px) {
    #bgT img{
        top:-400px;
    }
}

@media (max-width: 1599px) {
    .img_mockup {
        display: none;
    }
}

@media(max-width:1200px) {
    .second_nav .nav-item{
        font-size:16px;
    }
    .search_bar {
        position: relative !important;
        top: -35px !important;
        left: 0px !important;
    }
    .search_bar.search {
        position: relative !important;
        top: 10px !important;
        left: 0px !important;
    }
    .input-group {
        width: 80% !important;
    }
}

@media (max-width: 992px) {
    .navbar-toggler {
        color: #fff !important;
    }

    .second_nav {
        top: 45px;
    }

    .second_nav .nav-item{
        font-size:16px;
    }

    .second_nav .dropdown-menu {
        left: 0;
    }

    .navbar .nav-item .nav-title, .navbar .nav-item .nav-link {
        padding: 8px 14px;
    }

    .ios_btn{
        width:257px;
    }

    .android_btn{
        width:262px;
    }
/*    .search_bar {
        position: relative !important;
        top: -35px !important;
        left: 0px !important;
    }

    .input-group {
        width: 80% !important;
    }*/
}

@media (max-width: 768px) {
    .news_card {
        margin-bottom: 2.5rem;
    }

    .function_card{
        margin-top:2.5rem;
    }

    .first_nav .navbar-nav {
        flex-direction: unset;
    }

    .dropdown-menu .content {
        flex-direction: column;
        flex-wrap:wrap;
        align-content:space-between;
        justify-content:flex-start;
        min-width:354px;
        max-height:500px;
    }

    .dropdown-menu .content .title{
        width:130px;
        border:none;
        padding:0;
    }

    .function_menu .dropdown-title {
        padding: 8px 5px;
    }

    .second_nav .nav-item.dropdown .function_menu .dropdown-item{
        padding:6px 5px;
    }

    .step_carousel .carousel-indicators .btn_step, .step_carousel .carousel-indicators .btn_step2,
    .step_carousel .carousel-indicators .btn_step3, .step_carousel .carousel-indicators .btn_step4,
    .step_carousel .carousel-indicators .btn_step5 {
        width: 100px;
        height: 50px;
        font-size: 16px;
        margin-bottom: 26px;
    }

    .btn_step:after, .btn_step2:after, .btn_step3:after, .btn_step4:after, .btn_step5:after {
        left: 3.2rem !important;
    }

    .all_title {
        flex-wrap: wrap;
    }

    .btn_download{
        margin-bottom:1rem;
        justify-content:center;
    }

    .Sbranch {
        width: 90px;
        white-space: normal;
    }
    /* .first_nav{
        background-color:#F2F2F2 !important ;
    }
    .first_nav .nav-item a{
        color: #313131 !important;
    } */
}

@media (min-width: 415px) {
/*    #bgT {
        background-image: url('/img/BgGroupTop.png');
        background-repeat: no-repeat;
        background-position: top;
    }*/

    .news_page {
        display: none;
    }
}

@media(max-height:415px){
    .main_inapp{
        overflow-y:scroll;
    }
    .main_inapp::after {
        height: 80px;
    }
}

@media (max-width: 414px) {
    .main.container {
        margin-top: 38px;
    }

    .navbar-nav.container {
        padding-right: 0
    }

    .second_nav .nav-item a {
        padding: 8px 14px;
    }

    #app_bg {
        background-image: url('/img/app-BgTop.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    #bgT, .bgB, .img_mockup {
        display: none;
    }

    .title_text {
        text-align: center;
    }

    .main_title {
        /*margin-top: 30px !important;*/
        margin-bottom: 0;
    }
    .main_title h1 {
        font-size: 46px;
    }

    .main_title p {
        font-size: 26px;
    }

    .card-header, .second_title h4 {
        font-size: 20px;
    }

    .second_title p, .link_more {
        font-size: 16px;
    }

    .card-body .card-list, .card-body .card-list-faq, .content_title {
        font-size: 16px !important;
    }

    .back_news {
        text-align: center;
    }

    .content_img img {
        width: 100% !important;
    }

    .functionALL_card .table thead th {
        font-size: 18px !important;
    }

    .functionALL_card .table tbody td {
        font-size: 16px !important;
    }

    .btn_green{
        margin:0 0 20px 0 !important;
    }

    #previous, #next {
        display: inline-block;
    }

    #previous .page-link {
        font-size: 1.5rem;
        border: 1px solid #D8D8D8;
        border-right: none;
        color: #707070;
        border-radius: 20px 0 0 20px;
        width: 120px;
        text-align: center;
    }

    #next .page-link {
        font-size: 1.5rem;
        border: 1px solid #D8D8D8;
        border-left: none;
        color: #707070;
        border-radius: 0 20px 20px 0;
        width: 120px;
        text-align: center;
    }

    #previous .page-link i, #next .page-link i {
        display: inline-block;
        font-size: 1.25rem;
    }

    #previous .page-link span, #next .page-link span {
        display: none;
    }

    .page-item {
        display: none;
    }

    .form-select {
        display: block !important;
        font-size: 1.5rem;
        height: 62px;
        width: 25%;
        border: 1px solid #D8D8D8;
        padding-left: 20px;
        background: url('/img/down-chevron.png') no-repeat bottom;
        background-size: 16%;
        background-position: top 50% right 10px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .content_text{
        font-size:14px !important;
    }
    .policy-text ul{
        padding-left:1.5rem;
    }
    .policy-table .policy-situation {
        width:0;
    }
    .nav-tabs .nav-link, .faq_title a {
        font-size: 18px;
    }
    .v_number {
        width: 65px;
    }
    .line_list .card-list{
        padding:0;
    }
    .ios_btn, .android_btn {
        /*width: 330px;*/
        background-image: linear-gradient(-90deg, white 0%, white 77%, #F7BD00 0%);
        padding:14px;
    }
    .ios_btn::before, .android_btn::before{
        /*padding:10px 40px;*/
    }
    .ios_btn span, .android_btn span{
        padding-left:14px;
    }
    .faq_title a{
        padding:14px 0;
    }
    .faq_body{
        padding:24px;
    }
    .faq_second-title{
        margin:0;
    }
    .faq_second-title .icon{
        margin:0 5px;
    }
    .faq_second-title .faq_body{
        padding:24px 20px 24px 40px;
    }
    .step_img ul{
        padding:0 15px 0 40px;
    }
    .v_numberLong {
        width: 130px;
    }
}
/* /变形区 */