﻿.customer_list {
    background-color: #fff;
    height: 60px;
    border-radius: 3px;
    padding-left: 21%;
    padding-right: 95px;
    margin-bottom: 12px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    display: table;
    width: 100%;
    box-sizing: border-box
}

.customer_list.off {
    background-image: none;
    cursor: none
}

.customer_list.off h3 {
    color: #ccc
}

.customer_list.off img {
    opacity: .4
}

.customer_list:nth-last-child(1) {
    margin-bottom: 0
}

.customer_list:active {
    background-color: #e8e8e8
}

.customer_list img {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    margin: auto 0
}

.customer_list h3 {
    font-size: .95rem;
    vertical-align: middle;
    display: table-cell;
    word-break: break-all
}

.customer_list .maintain {
    background: url(../images/icon_maintain.svg) no-repeat top;
    background-size: auto 60%;
    color: #f84242;
    font-size: .75em;
    padding-top: 22px;
    text-align: center;
    width: 92px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.container_innerT {
    color: #fff;
    text-align: center;
    margin: 10px 0
}

.container_innerT>img {
    width: 80px;
    height: 80px;
    opacity: .5
}

.customer_list.Opened {
    background-repeat: no-repeat;
    background-size: auto 23%;
    background-position: 97% 50%
}

.customer_list h3.custT_set {
    margin: 0 !important;
    line-height: 66px
}

.customer_list h3.sel_txt {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0
}

.customer_list h3 .txt_yellow {
    color: #eeec1e
}

@media(min-width:321px) {
    .customer_list {
        padding-left: 19%;
        padding-right: 85px
    }
}

@media(min-width:400px) {
    .customer_list {
        border-radius: 5px;
        height: 77px;
        padding-left: 21%;
        padding-right: 85px;
        margin-bottom: 15px
    }
    .customer_list img {
        width: 55px;
        height: 55px;
        left: 3%
    }
    .customer_list h3 {
        margin-top: 15px
    }
    .customer_list h3.custT_set {
        line-height: 77px;
        margin: 0 !important
    }
    .customer_list .maintain {
        border-radius: 5px;
        width: 120px;
        padding-top: 30px;
        background-size: auto 65%;
        right: 12px
    }
}

@media(min-width:768px) {
    .customer_list {
        border-radius: 8px;
        height: 123px;
        padding-right: 190px;
        padding-left: 20%;
        margin-bottom: 25px
    }
    .customer_list img {
        width: 100px;
        height: 100px;
        left: 3%
    }
    .customer_list h3 {
        margin-top: 25px
    }
    .customer_list h3.custT_set {
        line-height: 123px;
        margin: 0 !important
    }
    .customer_list .maintain {
        border-radius: 8px;
        width: 220px;
        padding-top: 45px;
        right: 16px;
        font-size: .65rem
    }
}

.noBg_img {
    background-image: none
}

.btn_header_ID {
    position: absolute;
    width: 106px;
    border-radius: 3px;
    background-color: #419eda;
    line-height: 30px;
    color: #fff;
    font-size: .87em;
    text-align: center;
    right: 10px;
    top: 15px
}

.btn_header1 {
    position: absolute;
    width: 92px;
    border-radius: 3px;
    background-color: #333;
    height: 42px;
    border: 1px solid #333;
    box-sizing: border-box;
    text-align: center;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-decoration: none
}

.CS_ID {
    color: #b3b3b3;
    font-size: .8rem;
    line-height: 26px
}

.CS_add {
    color: #fff;
    font-size: .55em;
    line-height: 42px;
    background-color: #30a8b6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px
}

.btn_dial,
.btn_dial a {
    position: absolute;
    background-color: #30a8b6;
    border-radius: 3px;
    width: 77px;
    line-height: 40px;
    text-align: center;
    font-size: .95rem;
    color: #fff;
    right: 10px;
    top: 10px;
    text-decoration: none
}

.btn_header {
    position: absolute;
    border-radius: 3px;
    width: 92px;
    line-height: 42px;
    text-align: center;
    font-size: .75em;
    color: #fff;
    right: 10px;
    top: 8px;
    text-decoration: none
}

.phone_t {
    display: block;
    color: #ffde00;
    font-size: .75em;
    text-align: center;
    line-height: 40px
}

@media(min-width:400px) {
    .btn_header_ID {
        width: 135px;
        line-height: 35px;
        font-size: .95rem;
        border-radius: 5px;
        top: 20px;
        right: 16px
    }
    .btn_header1 {
        width: 120px;
        height: 55px;
        border-radius: 5px;
        right: 12px
    }
    .CS_ID {
        line-height: 35px;
        font-size: .85rem
    }
    .CS_add {
        border-radius: 5px;
        line-height: 55px;
        font-size: .85rem
    }
    .btn_header {
        font-size: .85rem !important
    }
    .btn_dial,
    .btn_dial a,
    .btn_header {
        border-radius: 5px;
        width: 77px;
        line-height: 40px;
        font-size: .95rem;
        top: 18px;
        right: 12px
    }
    .phone_t {
        font-size: .8rem;
        line-height: 45px
    }
    .container_innerT {
        margin: 15px auto
    }
    .container_innerT>img {
        width: 90px;
        height: 90px
    }
}

@media(min-width:768px) {
    .btn_header_ID {
        width: 240px;
        line-height: 66px;
        font-size: .95rem;
        border-radius: 8px;
        top: 28px;
        right: 30px
    }
    .btn_header1 {
        width: 220px;
        height: 90px;
        border-radius: 8px;
        right: 16px
    }
    .CS_ID {
        line-height: 55px;
        font-size: .95rem
    }
    .CS_add {
        border-radius: 8px;
        line-height: 90px;
        font-size: .95rem
    }
    .btn_header {
        font-size: .95rem !important;
        border-radius: 8px;
        width: 220px;
        line-height: 90px;
        font-size: 1rem;
        top: 16px;
        right: 16px
    }
    .btn_dial,
    .btn_dial a {
        border-radius: 8px;
        width: 170px;
        line-height: 90px;
        font-size: 1rem;
        top: 16px;
        right: 16px
    }
    .phone_t {
        font-size: .88em;
        line-height: 80px
    }
    .container_innerT {
        margin: 0 auto 30px
    }
    .container_innerT>img {
        width: 150px;
        height: 150px
    }
}

.bankAccount {
    text-align: center
}

.icon_bankAccount {
    opacity: .5;
    width: 84px;
    height: 84px;
    margin: 20px 0
}

.bankAccount_text {
    font-size: 1.2rem;
    color: #ffde00;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #666;
    padding: 5px
}

@media(min-width:400px) {
    .icon_bankAccount {
        margin: 30px 0;
        width: 110px;
        height: 110px
    }
    .bankAccount_text {
        border-radius: 5px;
        margin-bottom: 30px;
        padding: 10px 5px
    }
}

@media(min-width:768px) {
    .icon_bankAccount {
        width: 202px;
        height: 202px
    }
    .bankAccount_text {
        border-radius: 8px;
        margin-bottom: 40px;
        padding: 20px 5px
    }
}

.btn_request_Open {
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    font-size: .95rem;
    font-weight: bold;
    background-color: #fff;
    background-image: url(../images/icon_arrowR.svg);
    background-repeat: no-repeat;
    background-size: auto 23%;
    background-position: 97% 50%;
    border-radius: 3px;
    cursor: pointer
}

.btn_request_Open1 {
    background-image: none
}

.btn_request_Open_name {
    margin-left: 50px
}

.lineId_setting,
.wechatId_setting {
    float: right
}

.lineId_setting {
    width: 50%;
    margin-right: 10px
}

.wechatId_setting {
    width: 53%
}

.icon_question_setting {
    height: 28px
}

.btn_setting {
    width: 80px;
    height: 80px;
    margin: 10px 0
}

@media(min-width:360px) {
    .lineId_setting,
    .wechatId_setting {
        width: 47%;
        margin-right: 0
    }
}

@media(min-width:400px) {
    .btn_request_Open {
        height: 58px;
        line-height: 58px;
        margin-bottom: 22px;
        border-radius: 5px
    }
    .btn_request_Open_name {
        margin-left: 72px
    }
    .icon_question_setting {
        height: 38px
    }
    .lineId_setting,
    .wechatId_setting {
        width: 49%;
        margin-right: 0
    }
    .btn_setting {
        width: 90px;
        height: 90px;
        margin: 5px 0
    }
}

@media(min-width:768px) {
    .btn_request_Open {
        height: 80px;
        line-height: 80px;
        margin-bottom: 29px;
        border-radius: 8px
    }
    .btn_request_Open_name {
        margin-left: 130px
    }
    .icon_question_setting {
        height: 58px
    }
    .btn_setting {
        width: 150px;
        height: 150px;
        margin: 10px 0
    }
}

.img_position {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    height: 32px;
    width: auto
}

.FAQ_list {
    background-color: #fff;
    border-radius: 3px;
    padding: 0 9px;
    margin-bottom: 12px
}

.FAQ_listT {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: .75em;
    min-height: 50px;
    display: table;
    padding: 8px 2%
}

.FAQ_listT ul {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8.5%
}

.FAQ_listT li {
    float: left;
    line-height: 1.5rem
}

.FAQ_listT_Num {
    width: 12%
}

.FAQ_listT_text {
    width: 88%
}

.FAQ_listT ul:after {
    content: "";
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    position: absolute;
    right: 1%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 8px
}

.FAQ_listT.on ul:after {
    background-position: center bottom
}

.FAQ_listIn,
.teaching_listIn {
    padding: 13px 2%;
    line-height: 20px;
    color: #c3c3c3;
    border-top: 1px solid #777;
    font-size: .7em;
    display: none
}

.FAQ_listIn a {
    color: #ffd800
}

.FAQ_table td {
    background-color: #333
}

.FAQ_tableT {
    white-space: nowrap;
    vertical-align: top
}

@media(min-width:400px) {
    .FAQ_list {
        border-radius: 5px;
        margin-bottom: 15px
    }
    .FAQ_listT {
        min-height: 58px
    }
    .FAQ_listT ul:after {
        right: 2%
    }
}

@media(min-width:768px) {
    .FAQ_list {
        border-radius: 8px;
        margin-bottom: 25px
    }
    .FAQ_listT {
        min-height: 88px
    }
    .FAQ_listIn,
    .teaching_listIn {
        padding: 20px 2%;
        line-height: 35px
    }
    .FAQ_listT ul:after {
        width: 33px;
        height: 18px
    }
    .FAQ_listT_Num {
        width: 9%
    }
    .FAQ_listT_text {
        width: 91%
    }
    .FAQ_table td {
        padding: 5px
    }
}

.teaching_listT ul {
    padding-right: 5%
}

.teaching_listT ul::after {
    background-image: none
}

.teaching_listT_Num {
    width: 6% !important
}

.teaching_listT_text {
    width: 94%
}

.teaching_img_setting {
    width: 92%;
    padding: 2% 4%
}

.teaching_on {
    display: block
}

@media(min-width:400px) {
    .teaching_listT {
        font-size: .75em
    }
}

@media(min-width:768px) {
    .teaching_img_setting {
        width: 360px;
        margin: 0 auto;
        display: block
    }
}

.no-select,
div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-select {
    -webkit-user-select: text;
    -moz-user-select: none;
    -ms-user-select: text;
    user-select: text
}

.about_bg .container_main {
    margin: 0 !important;
    padding: 2rem;
}

.about {
    font-size: .95rem;
    line-height: 1.75;
}

.about p {
    margin: 0 0 .25rem 0;
}

.about img {
    display: block;
    max-width: 160px;
    text-align: center;
    margin: 2rem auto;
}

.about_bg {
    background-image: url(../images/about_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

@media(min-width:768px) {
    .about img {
        max-width: 360px;
        margin: 3rem auto;
    }
    .about {
        width: 80%;
        margin: auto;
        font-size: 1.25rem;
    }
}

.appPage {
    padding-bottom: 5rem;
}

.appMenu {
    position: fixed;
    left: 0%;
    top: 45px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    text-align: center;
    z-index: 10;
}

.appMenu .menuBtn a {
    display: table-cell;
    padding: 0;
    min-width: 85px;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ededed);
    margin: 6px 2px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.appMenu .menuBtn a.app3 {
    font-size: 14px;
}

.appMenu .menuBtn a.active {
    color: #333333;
    background: #fcd041;
    background: linear-gradient(0deg, #f8b632, #fcd041);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.appScroll {
    padding: 80px 0 0 0;
    text-align: center;
}

.appScroll h3 {
    margin: 0 auto .5rem auto;
    padding: 0;
}

.appScroll h3 img {
    max-width: 100%;
}

.appScroll h5 {
    display: inline-block;
    margin: .5rem auto;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    background: #333333;
    border-radius: 40px;
}

.apQr,
.qrBox .qrBoxOne .haQR {
    width: 9.5rem;
    height: 9.5rem;
    padding: 1rem;
    margin: 0 auto 1rem auto;
    background-image: url(../images/app/homeApp_frame.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.appScroll .apQr img {
    max-width: 110px;
    margin-top: 4px;
}

.appScroll .transbtn,
.logResult .transbtn {
    display: inline-block;
    margin: 0 auto 5px auto;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 2px #16312d;
    text-decoration: none;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: rgb(33, 147, 147);
    background: linear-gradient(0deg, rgba(33, 147, 147, 1) 0%, rgb(69, 213, 213) 100%);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.appScroll p {
    color: #555555;
    font-size: 1rem;
}

.appScroll .apImg {
    width: 100%;
}

.appScroll .qrTxt {
    margin: 1rem auto;
}

.appScroll .qrTxt h5,
.appScroll .qrTxt p {
    margin: 0 0 7px 0;
}

.qrBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrBox .qrBoxOne {
    text-align: center;
    margin: .5rem;
}

.qrBox .qrBoxOne .haQR img {
    padding: .25rem;
    max-width: 100%;
}

.qrBox .qrBoxOne p {
    font-size: .85rem;
    color: #555555;
    margin: 0 0 5px 0;
}

.qrBox .qrBoxOne p.app_ver {
    display: table;
    margin: 4px auto;
    padding: 5px 7px 7px 12px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    background: transparent linear-gradient(10deg, #ededed 0%, #ffffff 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.qrBox .qrBoxOne p.app_ver img {
    display: inline-block;
    width: 18px;
    margin: 0 2px 0 0;
}

.qrBox .qrBoxOne a {
    color: #118383;
}

.appGuide {
    padding-bottom: 3rem;
}

.appGuide .section_product {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.appGuide .product_icon {
    display: inline-block;
    width: 35%;
    padding: 7px 0;
    margin-top: 10px;
    text-align: center;
}

.appGuide .product_icon img {
    width: 100%;
}

.appGuide .product_header {
    width: 65%;
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.appGuide .product_header p {
    font-size: 14px;
    color: rgb(84, 84, 84);
    margin: 0 0 10px 0;
}

.appGuide .product_header_title {
    color: #247a7a;
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: bold;
}

.appGuide .install_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.appGuide .insall_Btn {
    min-width: 100px;
    border: 3px solid #f8f2dd;
    outline: none;
    background: transparent linear-gradient(180deg, #ffd857 0%, #fcd041 66%, #fcbc3b 100%) 0% 0% no-repeat padding-box;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 38px;
    border-radius: 8px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.appGuide .title_group {
    width: 92%;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 2px 4px #9abebeb6;
    border: 1px solid #6cd2d2;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto 25px auto;
}

.appGuide .title_group_left,
.appGuide .title_group_right {
    padding: 8px 20px;
}

.appGuide .title_group_left {
    font-size: 16px;
    color: #fff;
    background: transparent linear-gradient(180deg, #247a7a 0%, #47b0b0 66%, #6cd2d2 100%) 0% 0% no-repeat padding-box;
}

.appGuide .title_group_right {
    color: #727272;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
}

.appGuide .step_group {
    position: relative;
    background-color: #ffffff91;
    padding: 2rem 1rem 1rem 1rem;
    color: #6a6a6a;
    margin-bottom: 25px;
    border-top: 2px solid #fcd041;
    box-shadow: 0px 1px 4px #c2c5ce79;
}

.appGuide .step_group .step_tag {
    position: absolute;
    text-align: center;
    top: -18px;
    width: 96px;
    height: 40px;
    line-height: 36px;
    background-image: url('../images/app/step-title.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.appGuide .step_group p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.appGuide .step_group img {
    display: block;
    height: auto;
    max-width: 100%;
}

.appGuide .step_group img#t01 {
    width: 280px;
}

.appGuide .step_group #t02 {
    width: 320px;
}

.appGuide .step_group img#t03,
.appGuide .step_group img#t05 {
    width: 330px;
}

.appGuide .step_group img#t04,
.appGuide .step_group img#t06 {
    width: 340px;
}

.logResult {
    text-align: center;
}

.lr-text {
    text-align: center;
}

.lr-text h3 {
    color: #24a7a7;
}

.lr-text ul {
    margin: .5rem auto 1rem auto;
    text-align: left;
    font-size: .95rem;
    font-weight: bold;
    color: #333333;
}

.lr-text ul li {
    list-style: disc;
    margin: 0 0 .5rem 1.25rem;
    padding: 0;
    line-height: 1.35;
}

.lr-text p {
    font-size: .95rem;
    font-weight: bold;
    color: #333333;
}

.logResult .apImg {
    width: 90%;
    margin: 2rem auto .5rem auto;
}

@media(min-width:768px) {
    .appGuide .product_icon {
        width: 30%;
    }
    .appGuide .product_header {
        margin-left: 40px;
    }
    .appGuide .product_header_title {
        font-size: 42px;
    }
    .appGuide .title_group_right,
    .appGuide .title_group_left,
    .appGuide .product_header p,
    .appGuide .step_group p {
        font-size: 22px;
    }
    .appGuide .insall_Btn {
        font-size: 28px;
        padding: 10px 40px;
    }
    .appGuide .step_group img#t01 {
        width: 520px;
    }
    .appGuide .step_group #t02 {
        width: 520px;
    }
    .appGuide .step_group img#t03,
    .appGuide .step_group img#t05 {
        width: 520px;
    }
    .appGuide .step_group img#t04,
    .appGuide .step_group img#t06 {
        width: 540px;
    }
    .appMenu {
        top: 80px;
        padding: 0 10px;
    }
    .appMenu .menuBtn a {
        padding: 10px 12px;
        font-size: 22px;
        width: 170px;
        height: 70px;
        line-height: 1.25;
    }
    .appMenu .menuBtn a.app3 {
        font-size: 20px;
    }
    .appScroll {
        padding: 180px 0 0 0;
    }
    .appPage .apImg,
    .logResult .apImg {
        width: 360px;
    }
    .appScroll h5 {
        display: block;
        width: 380px;
        padding: 12px 25px;
        font-size: 20px;
        margin: .25rem auto !important;
    }
    .apQr,
    .qrBox .qrBoxOne .haQR {
        width: 15rem;
        height: 15rem;
        margin: 1rem auto;
        padding: 1.5rem;
    }
    .appPage .apQr img {
        max-width: 100%;
    }
    .appPage .transbtn {
        width: 340px;
        font-weight: bold;
        font-size: 22px;
        height: 60px;
        line-height: 60px;
    }
    .appPage p {
        font-size: 20px;
    }
}