﻿p {
    margin: 0;
    padding: 0;
}
.pos{
    background: #fff;
}
.pos .section {
    position: relative;
}
.pos .section .wrapper {
    width: 94%;
    margin: auto;
}
.pos .section h1 {
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
    padding: 0.3rem 0 0 0;
    font-weight: normal;
}

.pos .section p.desc {
    color: #000;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.pos .section p.white {
    color: white;
}

.pos .section_banner {
    background-image: url(/Images/product/shops/pos/banner_bg.jpg);
    height: 2.7rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pos .section_banner p {
    color: #fff;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0.1rem;
}

.pos .section_banner h1 {
    padding: 0.8rem 0 0;
    font-size: 0.28rem;
    font-weight: bold;
}

.pos .section_banner .desc {
    margin: 0.22rem auto;
    width: 1.72rem;
}

.pos .btn {
    padding: 0.1rem 0.2rem;
    text-align: center;
    border-radius: 0.4rem;
    font-size: 0.18rem;
    background: #fff;
    color: #289BF9;
    box-sizing: border-box;
}

.pos .btn2 {
    background: #289BF9;
    color: #fff;
}

.pos .btn3 {
    background: none;
    color: #fff;
    border: 0.01rem solid #fff;
}

.pos .section_branchTypeList {
    height: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pos .section_branchTypeList .wrapper {
    padding: 0.2rem 0;
}

.section_branchTypeList .list {
    width: 80%;
    position: relative;
    padding-bottom: 0.25rem;
    margin: 0.1rem auto;
}

.section_branchTypeList .list ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
}

.section_branchTypeList .list ul li {
    text-align: center;
    width: 17%;
    font-size: 0.14rem;
    color: #3497F3;
    height: 100%;
    position: relative;
}

.section_branchTypeList .list ul li a {
    width: 100%;
    height: 100%;
    color: #3497F3;
    position: absolute;
    left: 0;
    top: 0;
}
.section_branchTypeList .list ul li a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.pos .section_branchType {
    background-image: url(/Images/product/shops/pos/branchType_bg.jpg);
    height: 2.91rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pos .section_branchType .desc h1 {
    padding: 0 0 0.04rem 0;
}
.pos .section_branchType .desc p {
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
}

.pos .section_branchType .watch {
    padding-top: 0.30rem;
    text-align: center;
}

.pos .section_client h1 {
    padding-top: 0.45rem;
    color: #000;
    padding-bottom: 0.06rem;
}


.pos .section_client p {
    margin-bottom: 0.2rem;
    color: #3E3B3A;
    font-size: 0.14rem;
    text-align: center;
}

.pos .section_client .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: unset;
}

.pos .section_client .client-box {
    width: 48%;
    box-shadow: -3px 2px 7px 1px rgb(195 195 195 / 43%);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 2.2rem;
    margin-bottom: 0.1rem;
}

.pos .section_client .img-box {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .section_client .img-box img {
    width: 90%;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .section_client .bottom {
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    background: #3297F1;
    color: #fff;
    font-size: 0.14rem;
}

.pos .section_cloud {
    background-image: url(/Images/product/shops/pos/cloud_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding-bottom: 0.4rem;
}

.pos .section_cloud .wrapper {
    width: 90%;
    margin: auto;
}

.pos .section_cloud h1 {
    padding: 0.3rem 0 0.25rem;
}

.pos .section_memberManage h1 {
    color: #3E3A39;
}

.pos .section_memberManage .img-wrapper {
    width: 50%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.5rem;
}

.pos .section_memberManage .text-wrapper {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pos .section_memberManage .text-wrapper .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 20%;
    overflow: unset;
    position: relative;
}

.pos .section_memberManage .text-wrapper .item {
    font-size: 0.12rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pos .section_memberManage .text-wrapper .item-left {
    text-align: right;
    top: 50%;
    transform: translate(calc(-100% + 0.28rem),-50%);
}

.pos .section_memberManage .text-wrapper .item-right {
    text-align: left;
    top: 50%;
    transform: translate(calc(100% + 0.9rem),-50%);
}

.pos .section_memberManage .text-wrapper .row2 .item-left {
    transform: translate(calc(-100% - 0.08rem),-50%);
}

.pos .section_memberManage .text-wrapper .row2 .item-right {
    transform: translate(calc(100% + 1.2rem),-50%);
}

.pos .section_memberManage .text-wrapper .row3 .item-right {
    transform: translate(calc(100% + 0.8rem),-50%)
}

.pos .section_memberManage .text-wrapper .txt1 {
    color: #000;
}

.pos .section_memberManage .text-wrapper .txt2 {
    color: #A0A0A0;
}

.pos .section_guandian {
    width: 100%;
    background-image: url(/Images/product/shops/pos/guandian_bg.jpg);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0.2rem;
}

.pos .section_guandian .wrapper{
    display: flex;
}

.pos .section_guandian .img-left-wrapper {
    width: 50%;
}

.pos .section_guandian .img-right-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: -6%;
    margin-right: 4%;
    width: 61%;
}

.pos .section_guandian .text-wrapper {
    margin-bottom: 0.2rem;
}

.pos .section_guandian h1 {
    color: #fff;
    text-align: left;
    font-size: .18rem;
    padding: 0 0 0.1rem 0;
    font-weight: normal;
}

.pos .section_guandian .desc {
    color: #fff;
    font-size: 0.14rem;
    text-align: left;
    line-height: 0.22rem;
}

.pos .section_guandian .btn {
    display: block;
    width: 1.8rem;
    margin: auto;
}

.section_file {
    height: 3rem;
}

.section_file .wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    width: 94%;
    margin: auto;
}

.section_file .left-img {
    width: 50%;
}

.section_file .list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #3E3A39;
    padding-left: 0.15rem;
}

.section_file .list-title {
    width: 100%;
    font-size: 0.2rem;
}

.section_file .list-item {
    font-size: 0.12rem;
    margin-top: 0.2rem;
    position: relative;
    display: flex;
}

.section_file .list-item .icon {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    margin-right: 0.05rem;
}

.pos .section_function {
    width: 100%;
    height: 4.7rem;
    background-image: url(/Images/product/shops/pos/function_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.pos .section_function .wrapper {
    width: 100%;
    margin: auto;
    z-index: 0;
}

.pos .section_function .desc-wrapper {
    padding-top: 0.45rem;
    padding-bottom: 0.25rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.pos .section_function .desc {
    height: 1.5rem;
    width: 95%;
    margin: auto;
}

.pos .section_function h1 {
    color: #fff;
    padding-bottom: 0.25rem;
}

.pos .section_function .desc p {
    color: #000;
    font-size: 0.12rem;
}

.pos .section_function .desc p.p {
    margin: 0 auto;
    width: 1rem;
    background-color: #E7E7E7;
    color: #727272;
    line-height: 0.3rem;
    text-align: center;
}

.pos .section_function .img {
    width: 86%;
    margin: auto;
    display: block;
    margin-top: 0.3rem;
}

.pos .section_function .desc ul {
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 0;
    width: 90%;
    margin: 0 auto;
}

.pos .section_function .desc ul li {
    margin: 0.1rem 0;
    color: #000;
}

.section_wsc {
    background: url(/Images/product/shops/pos/wsc_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.2rem;
}
.pos .section_wsc h1{
    padding-bottom: 0.1rem ;
}

.section_wsc .img {
    width: 80%;
    display: block;
    margin: 0.1rem 6% 0.1rem;
}

.pos .section_offline {
    background-color: #f6f6f6;
}

.pos .section_offline h1 {
    padding-bottom: 0.25rem;
    color: #000;
}

.pos .section_offline p {
    color: #3E3B3A !important;
}

.pos .section_offline .img {
    display: block;
    margin: 0.50rem auto;
}

.section_pay {
    background: url(/Images/product/shops/pos/pay_bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 2.8rem;
}

.section_pay .img {
    width: 80%;
    display: block;
    margin: 0.3rem auto 0;
}

.section_pay ul {
    width: 86%;
    display: block;
    display: flex;
    justify-content: space-between;
    margin: 0.1rem auto;
    color: #fff;
    font-size: 0.12rem;
}

.section_pay ul li {
    width: 20%;
    text-align: center;
}

.pos .section_protect .wrapper img {
    width: 100%;
}

.pos .section_protect h1 {
    color: #000;
    padding-bottom: 0.25rem;
}

.pos .section_protect .protect-content {
    display: flex;
    justify-content: space-between;
}

.section_protect .content-l,
.section_protect .content-r {
    position: relative;
    width: 49%;
    display: flex;
    flex-direction: column;
}

.section_protect .desc {
    color: #fff;
    width: 100%;
    height: 0.8rem;
    background: #3597F0;
    padding-bottom: 0.05rem;
}

.section_protect .desc h2 {
    text-align: center;
    font-size: 0.14rem;
    margin: 0.05rem 0;
}

.section_protect .desc p {
    font-size: 0.12rem;
    width: 90%;
    margin: auto;
}

.pos .section_equipment .content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: unset;
}
.pos .section_equipment .client-box {
    width: 48%;
    box-shadow: -3px 2px 7px 1px rgb(195 195 195 / 43%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.1rem;
}
.pos .section_equipment .client-box .name {
    font-size: 0.18rem;
    color: #717171;
    width: 90%;
    text-align: center;
    border-bottom: 0.02rem solid #CECECE;
    height: 0.3rem;
    line-height: 0.3rem;
}

.pos .section_equipment .img-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    padding-top: 0.1rem;
}

.pos .section_equipment .img-box img {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .section_equipment .bottom {
    width: 100%;
    text-align: center;
    color: #9D9D9D;
    font-size: 0.14rem;
    position: relative;
}

.pos .section_equipment .bottom p {
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
}

.pos .section_equipment .bottom .downLoad {
    padding: 0.1rem 0.2rem;
    text-align: center;
    border-radius: 0.4rem;
    font-size: 0.18rem;
    background: #fff;
    color: #289BF9;
    box-sizing: border-box;
}
.pos .section_ex_equipment h1 {
    color: #3E3A39;
    padding-bottom: 0.25rem;
}

.pos .section_ex_equipment .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: unset;
    padding-bottom: 0.3rem;
}

.pos .section_ex_equipment .client-box {
    width: 31%;
    box-shadow: -3px 2px 7px 1px rgb(195 195 195 / 43%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.04rem 0.1rem;
}

.pos .section_ex_equipment .client-box .name {
    font-size: 0.18rem;
    color: #717171;
    width: 90%;
    text-align: center;
    border-bottom: 0.02rem solid #CECECE;
    height: 0.3rem;
    line-height: 0.3rem;
}

.pos .section_ex_equipment .client-box .name {
    border-top: 0.02rem solid #CECECE;
    border-bottom: none;
    margin-top: 0.1rem;
    height: 0.4rem;
    line-height: 0.40rem;
}
.pos .section_ex_equipment .img-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    padding-top: 0.1rem;
}

.pos .section_ex_equipment .img-box img {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    margin: 0.35rem 0 0;
    border-top: 0.01rem solid #ddd;
    background: #f6f6f6 none repeat scroll 0 0;
}

