*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type: none;
}

@font-face {
    font-family: 'alimama';
    src: url('../font/fangyuanti-zip.woff2') format('woff2'),
         url('../font/fangyuanti-zip.woff') format('woff'),
         url('../font/fangyuanti-zip.ttf') format('truetype');
    font-display: swap;
}

.ab1{
    background:#ffffff;
}
.ab2{
    background:#f5f5fa;
}
.family{
    font-family:alimama;
}

a{
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.carousel {
    display: flex;
    transition: transform 1s ease;

}
.yd1{
    width:100%;
    height:310px;
    flex: 1 0 100%;
    position: relative;
}

.yd1 img{
    width:100%;
    height:310px;
}
.mask{
    position:absolute;
    width:100%;
    height:310px;
    left:0px;
    top:0px;
    background:rgb(0,0,0,0.4);
    display:flex;
    align-items:end;
}
.mask1, .mask2, .mask3 {
    height:35px;
    background:rgb(0,0,0,0.3);
    color:#ffffff;
    font-family:alimama;
    text-align:center;
    line-height:35px;
    font-size:12px;
    letter-spacing:1px;
}
.mask1 {
    width:20%;
}
.mask2 {
    width:19.4%;
    margin-left:0.3%;
}
.mask3 {
    width:20%;
    margin-left:0.4%;
}


/* 入驻二维码 */
.enter{
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    width:90%;
    background:#ffffff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 10px, rgba(0, 0, 0, 0.2) 0px 4px 8px;
}
.subscribeList{
    padding-bottom: 15px;
    padding-top: 1px;
}
.enterTitle{
    width:90%;
    height:40px;
    margin: 10px auto;
    text-align:center;
    line-height:40px;
    font-size:18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterTitle img{
    width:25px;
    height:25px;
    margin-right:10px;
}
.hint{
    width:90%;
    height:20px;
    margin:auto;
    color:#85868f;
    font-size:9px;
    text-align:right;
}
.enterTitle1{
    width:90%;
    height:30px;
    margin:auto;
    font-size:13px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.enterTitle1 img{
    width:20px;
    height:20px;
    margin-right:5px;
}
.QRcode{
    width:90%;
    height:180px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding: 10px 0;
}
.QRcode img{
    width:180px;
    height:180px;
}
.conceal{
    width:180px;
    height:180px;
    background:rgb(0,0,0,0.9);
    position:absolute;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ffffff;
}
.enterTitle2{
    width:90%;
    height:20px;
    margin:auto;
    font-size:11px;
    text-align:center;
    color:#85868f;
}

/* 首页引导 */
.guidance{
    width:100%;
    height:55px;
    position:fixed;
    background:#ffffff;
    border-top:0.1px solid #dcdcdd;
    bottom:0;
    left:0;
    z-index: 20;
    display:flex;
    justify-content:center;
}
.guidanceLIst{
    width:25%;
    height:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.guidanceLIst img{
    width:20px;
    height:20px;
    margin-bottom:6px;
}
.guidanceLIst text{
    font-size:9.5px;
    color: #000;;
}


/* 底部防塌陷 */
.Stopcollapse{
    width:100%;
    height:55px;
    background:#ffffff;
}

