.color-overlay-3:after {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.breadcrumb-area {
    padding: 10px 0;
}
.breadcrumb-area .site-breadcrumb {
    margin-bottom: 0px;
}
header{
    height: 80px;
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 1px rgb(190, 189, 189);
}
main{
    margin-top: 80px;
}
.cur:after{
    display: none;
}
/* 什么是刷脸支付 */
.facePayment {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}
.facePaymentTitle{
    color: #3870b6;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facePaymentTitle>i{
    width: 140px;
    display: block;
    border-bottom: 3px solid #3870b6;
    margin-top: 10px;
}
.facePaymentUl{
    width: 900px;
    color: #666;
    font-size: 16px;
}
.facePaymentUl>li{
    margin-bottom: 10px;
    text-indent: 32px;
    /* list-style: inside; */
}

/* 刷脸支付的优势 */
.advantagesPayment{
    width: 100%;
    /* height: 860px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}
.advantagesTitle{
    color: #3870b6;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantagesTitle>i{
    width: 140px;
    display: block;
    border-bottom: 3px solid #3870b6;
    margin-top: 10px;
}
.advantagesDes{
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.advantageslist{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap:wrap; 
    justify-content: center;
}
.advantageslist h2,p{
    margin: 0;
    padding: 0;
}
.advantageslist section{
    width: 1200px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;

}
.advantageslist section img{
    width: 460px;
    height: 260px;
    object-fit:cover;
    border-radius: 10px;
}
.advantageslist section .advantagesc{
    width: 500px;
    /* margin-left: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advantageslist section .advantagesc h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.advantageslist section .advantagesc div{
    color: gray;
    font-size: 16px;
}

.advantagesPayment ul{
    text-align: left;
    color: #868686;
}
.advantagesPayment li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
.advantagesPayment li::before{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #4cd137;
    top: 12px;
    left: 0;
    /* top: 50%; */
    transform: translateY(-50%);
}


/* 
figure,figcaption,h2,p{
    margin: 0;
    padding: 0;
}
h2{
    font-size: 30px;
}
figure{
    position: relative;
    width: 33%;
    height: 320px;
    overflow: hidden;
    float: left;
    margin: 2px;
    border-radius: 5px;
}
figure figcaption p,h2,span,div{
    transition: all .5s;
}
figure img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    opacity: 0.8;
    transition: all 0.35s;
}
figcaption{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 1;
} */
/* figure自适应 */
/* @media screen and (min-width:1001px){
    figure{
        width: 33%;
    }
}
@media screen and (max-width:1000px) and (min-width:601px){
    figure{
        width: 50%;
    }
}
@media screen and (max-width:600px){
    figure{
        width: 100%;
    }
} */
/* 第二张图片开始
figure{
    background-color: #000;
}
figure figcaption{
    width: 100%;
    height: 100%;
}
figure figcaption h2{
    margin-top: 12%;
    margin-left: 15%;
    margin-bottom: 6px;
}
figure figcaption .advantagesMore{
    font-size: 12px;
    width: 74%;
    margin-left: 15%;
    transform: translate(0px,50px);
    opacity: 0;
    line-height: 20px;
    margin-top: 10px;
}
figure figcaption .border{
    border: 2px solid #fff;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    transform:translate(0px,-400px) rotate(-90deg);
}
figure:hover h2{
    font-size: 20px;
}
figure:hover figcaption .border{
    transform: none;
}
figure:hover img{
    transform: scale(1.2);
    opacity: 0.5;
}
figure:hover figcaption .advantagesMore{
    transform: none;
    opacity: 1;
} */
/*第二张图片结束*/
/* 
figure::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    content: "";
    opacity: .5;
} */
/* 刷脸支付的优势 */
/* 加盟我们 */
.joinUs{
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.joinUs h3{
    color: #3870b6;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.joinUs h3 i{
    width: 60px;
    display: block;
    border-bottom: 3px solid #3870b6;
    margin-top: 10px;
}
.joinUs table{
    display: table;
    border-collapse: separate;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    border-top-color: gray;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.joinUs table tbody tr th{
    width: 240px;
    height: 62px;
    font-size: 18px;
    color: #666666;
    background: #f1f8ff;
    border-top: 1px solid #eceef3;
    border-right: 1px solid #eceef3;
    border-bottom: 1px solid #eceef3;
    box-sizing: border-box;
    text-align: center;
}
.joinUs table tbody tr td{
    width: 240px;
    height: 80px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
    border-right: 1px solid #eceef3;
    border-bottom: 1px solid #eceef3;
    border-left: 1px solid #eceef3;
    text-align: center;
}
/* .joinUs table tbody tr td i{

} */
.joinUs table tbody tr td i::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    border-color: #007cff;
    border-style: solid;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* 加盟我们 */

/* 样机显示 */
.prototypeDisplay{
    width: 100%;
    /* height: 860px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prototypeDisplay>h3{
    color: #3870b6;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prototypeDisplay>h3>i{
    width: 70px;
    display: block;
    border-bottom: 3px solid #3870b6;
    margin-top: 10px;
}
.prototypeDisplaylist{
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alipay{
    width: 100%;
    display: flex;
    justify-content: space-around;

}
.wechat{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.prototypeDisplay img{
    width: 300px;
    height: 300px;
}
.prototypeDisplayTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.prototypeDisplayTitleAlipay{
    color: #0072e7;
}
.prototypeDisplayTitleWechat{
    color: #4cd137;
}
/* 样机显示 */