* {
    padding: 0;
    margin: 0;
}

html, body {
    font-size: 14px;
}

body {
    background: #fff;
    overflow-y: auto;
    background-image: linear-gradient(229deg, #F8FAFC 0%, #EFF3F8 87%);
}

.banner>img, .product-list>img, .news>img {
    width: 100%;
}

.news {
    margin-bottom: 15vw;
}

.tit-cir {
    height: 9.6vw;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 7.4667vw;
    color: #3c557a;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 4.2667vw;
}

.tit-cir>img {
    width: 4vw;
    height: 4vw;
}

.parkin {
    text-align: center;
    height: 4.2667vw;
    opacity: 0.5;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 3.2vw;
    color: #3C577A;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 1.0667vw;
    margin-bottom: 4.8vw;
}

.box {
    position: relative;
    width: 94.6667vw;
    height: 13.3333vw;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.13);
    border-radius: 1.0667vw;
    margin: 4vw 2.6667vw;
}

.ipt-title {
    position: absolute;
    top: 4.2667vw;
    right: 77.3333vw;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 3.4667vw;
    color: #3C557A;
    letter-spacing: 0;
    font-weight: 500;
}

.box>input {
    position: absolute;
    top: 4vw;
    left: 22.9333vw;
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 69.3333vw;
    height: 5.6vw;
    opacity: 0.3;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 4vw;
    color: #3C577A;
    letter-spacing: 0;
    font-weight: 400;
}

.box>input:focus {
    outline: none;
}

.btn {
    width: 92vw;
    height: 14.6667vw;
    border: 0;
    margin: 6.6667vw 2.6667vw 0 2.6667vw;
    background: url("../images/button1.png") no-repeat;
    background-size: 100%;
}

.scrollx {
    position: relative;
    width: 100%;
    height: 70.4vw;
    background-image: linear-gradient(229deg, #F8FAFC 0%, #EFF3F8 87%);
    border-radius: 4px;
    overflow-x: auto;
}

.scrollx>.img {
    position: absolute;
    width: 185vw;
}

.scrollx>.img>img {
    width: 59.2vw;
    height: 64.5333vw;
}

.gotop {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 13.3333vw;
    /* background: url("../images/bootom-bg.png") no-repeat;
    background-size: 100%; */
    background-color: #3277ff;
}
.gotop>div{
    color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 4vw;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    height: 13.3333vw;
    line-height: 13.3333vw;
}
.gotop>div>img{
    width: 4vw;
    height: 4vw;
    background-size: 100%;
    margin-right: 1.3333vw;
    transform: translateY(2px);
}
.gotop-title {
    position: absolute;
    top: 3.4667vw;
    width: 100%;
    text-align: center;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 4.2667vw;
    color: #33302E;
    letter-spacing: 0;
    line-height: 5.8667vw;
    font-weight: 500;
}

.gotop-title>span {
    color: #3277FF;
}

.gotop>.btn {
    position: absolute;
    top: 11.7333vw;
    margin-top: 0;
}

.contact {
    position: absolute;
    bottom: 8.4vw;
    height: 4.6667vw;
    width: 100%;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 3.4667vw;
    color: #3C557A;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
}

.xiaozu {
    position: absolute;
    bottom: 2.1333vw;
    width: 100%;
    height: 3.8667vw;
    text-align: center;
    opacity: 0.3;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 2.6667vw;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}

.tit-cir1 {
    background-image: linear-gradient(229deg, #F8FAFC 0%, #EFF3F8 87%);
    font-size: 6.4vw;
    font-weight: 500;
    margin-top: 0px;
    padding: 5.3333vw 0;
}

.warn {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 5px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    transition: opacity .3s linear;
    font-size: 3.2vw;
}

.hidden {
    width: 100%;
    height: 5.3333vw;
    transform: translate(0, -5.3333vw);
    background-color: #f2f6fa;
}

.fgotop {
    position: fixed;
    bottom: 0;
    margin-top: 100px;
}
.shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.50);
}
.weChat{
    position: fixed;
    top: 9.6vw;
    left: 5.3333vw;
    z-index: 999;
    width: 89.3333vw;
    height: 149.2vw;
    background: #FFFFFF;
    border-radius: 5.3333vw;
}
.head{
    position: absolute;
    top: 17.3333vw;
    left: 36.6667vw;
    width: 16vw;
    height: 16vw;
}
.explain{
    position: absolute;
    top: 40.6667vw;
    width: 100%;
    text-align: center;
    height: 6vw;
    font-family: PingFangSC-Medium;
    font-size: 4.2667vw;
    color: #3C557A;
    letter-spacing: 0;
    font-weight: 500;
}
.QRCode{
    position: absolute;
    top: 53.6vw;
    left: 16vw;
    width: 57.3333vw;
    height: 57.3333vw;
}
.downloadQRCode{
    display: block;
    position: absolute;
    bottom: 25.0667vw;
    left: 23.3333vw;
    width: 42.6667vw;
    height: 11.7333vw;
    line-height: 11.7333vw;
    text-align: center;
    background: #2A87FF;
    border-radius: 5.8667vw;
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.close{
    position: absolute;
    bottom: 7.4667vw;
    left: 40vw;
    width: 9.3333vw;
    text-align: center;
    height: 5.3333vw;
    opacity: 0.5;
    font-family: PingFangSC-Medium;
    font-size: 3.7333vw;
    color: #3C557A;
    letter-spacing: 0;
    font-weight: 500;
}
* { 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
.no-touch {
    -webkit-touch-callout: none;  
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;  
    user-select: none;    
}