*{
    padding: 0px;
    margin: 0px;
}
.body{
    padding-bottom: 140px;
}
.banner{
    width: 100%;
    height: 540px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit:cover
}
.city-group{
    height: 225px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.city-group:first-child{
    height: 165px;
}
.city-tips{
    font-size: 18px;
    color: #757575;
}
.tipsColor{
    color: #FF740E;
}
.city-content{
    display: flex;
    align-items: flex-end;
}
.city-desc{
    font-size: 38px;
    font-weight: bold;
    color: #FF740E;
    margin-right: 17px;
}
.city-address{
    width: 22px;
    height: 22px;
}
.city-address img{
    width: 22px;
    height: 22px;
}
.city-name{
    color: #333333;
    font-size: 22px;
    margin-right: 12px;
}
.city-list{
    display: flex;
    font-size: 22px;
    color: #999999;
}
.city-list a{
 text-decoration: none;
}

.city-item{
    margin: 0 6px;
    color: #999999;
    font-size: 22px;
}
.city-item:hover{
    color: #FF740E;
}
.product-group{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list{
    width: 1240px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;

}
.product{
    width: 270px;
    height: 372px;
    margin-right: 40px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #F9F9F9;
    position: relative;
    overflow: hidden;
}
.product-qrcode{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
.product:hover .product-qrcode{
    width: 270px;
    height: 372px;
}
.product-image{
    width: 270px;
    height: 205px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
}
.product-image img{
    width: 270px;
    height: 205px;
}
.product-name{
    color: #1D1D1D;
    font-size: 26px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-desc{
    width: 198px;
    max-height: 113px;
    text-align: center;
    color: #9B9B9B;
    font-size: 18px;
}
.product-more{
    color: #FF740E;
    font-size: 26px;
}
.product-tips{
    color: #FF740E;
    font-size: 14px;
    margin-top: 14px;
}
.product-go{
    width: 130px;
    height: 26px;
    background: #FF740E;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
}

.pay-process{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-process-left{
    width: 307px;
    height: 596px;
    margin-right: 113px;
}
.pay-process-left img{
    width: 307px;
    height: 596px;
}
.pay-process-right{
    width: 680px;
}
.pay-process-right img{
    width: 680px;
    height: auto;
}
.why-select{
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-item{
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 100px;
}
.why-item:last-child{
    margin-right: 0px;
}
.why-image{
    width: 146px;
    height: 146px;
}
.why-image img{
    width: 146px;
    height: 146px;
}
.why-title{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121E2E;
    font-weight: bold;
    font-size: 20px;
}
.why-desc{
    color:#757575;
    font-size: 14px;
    text-align: center;
}


.gongsi{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gongsi-left{
    width: 698px;
    height: 420px;
}
.gongsi-left img{
    width: 698px;
    height: 420px;
}
.gongsi-right{
    width: 444px;
    height: 420px;
    margin-left: 20px;
    border-radius: 30px;
    background: linear-gradient(to bottom,#ffffff,#F1F2F3);
    padding: 30px;
    box-sizing: border-box;
}
.gongsi-right-title{
    font-size: 34px;
    color: #1E1E1E;
    font-weight: bold;
}
.gongsi-right-tips{
    background: linear-gradient(to right,#FDA138,#FF740E);
    margin-top: 16px;
    border-radius: 6px;
    padding: 5px 10px;
    width: fit-content;
    color: #ffffff;
    font-size: 18px;
}
.gongsi-right-desc{
    margin-top: 12px;
    color: #404D5C;
    font-size: 20px;
}

