* {
    padding: 0;
    margin: 0;
    list-style: none;
}

@font-face {
    font-family: 'PingFang';
    src: url('../js/pingfang.ttf');
}

body,
html {
    width: 100%;
    height: 100%;
    /* font: 12px/1.5; */
    overflow: auto;
}

body::-webkit-scrollbar {
    display: none;
}

.centermain::-webkit-scrollbar {
    display: none;
}

.a::-webkit-scrollbar {
    display: none;
}

#app {
    width: 100%;
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}

.max {
width: 7.5rem;
max-width: 7.5rem;
margin: 0 auto;

}
.banner {
    background-image: url(../image/banner.png);
    background-size: 100% 100%;
    height: 3.9rem;
    width: 7.5rem;
    position: relative;
}
.banner img{
    width: 1.44rem;
    height: .43rem;
    position: absolute;
    top: .26rem;
    left: .54rem;
}

.content{
    width: 7.5rem;
    background-image: url(../image/bgi.png);
    background-size: 100% 100%;
    display: inline-block;
    padding-bottom: .3rem;

}
.content .zjtitle{
    width: 7.5rem;
    margin: .49rem 0rem .5rem 0rem;
}
.content .zjtitle img{
    display:block;
    height: .76rem;
    margin: 0 auto;
}
.content img{
    width: 6.7rem;
    height: auto;
    display: block;
    margin:  0 auto;
}
.content .set .w1 img{
    width: 2.55rem;
}
.content .set .w2 img{
    width: 4.05rem;
}
.content .set .w3 img{
    width: 1.6rem;
}
.content .set .w4 img{
    width: 4.78rem;
    height: 1.18rem;
}

.focus {
    position: relative;
    overflow: hidden;
    width: 6.8rem;
    margin: 0 auto;
    height: 2.5rem;
}

.focus ul {
    /*padding-top: 5px;*/
    list-style: none;
    width: 500%;
    margin-left: -100%;
}

.focus ul li {
    list-style: none;
    float: left;
    width: 20%;
}

.focus ul li img {
    width: 6.8rem
}

.focus ol {
  position: absolute;
  bottom:1%;
  left: 48%;
  display: flex;
}

.focus ol li {
    width: .07rem;
    height: .07rem;
    background: #890007;
    border-radius: 50%;
    transition: all .3s; /*// 过渡效果*/
    margin: 0px .02rem;
}

.focus ol li .current {
    width: .15rem;
}

.focus ol .current {
    width: .19rem;
    border-radius: .04rem;
    height: .07rem;
    background: #890007;
}
.salay{
    width: 7.5rem;
    background-image: url(../image/big2.png);
}
.salay div{
    margin: 0 auto;
    width: 6.8rem;
}
.salay div img{
    width: 6.8rem;
}
.set6{
    background: url(../image/set6.png) no-repeat;
    background-size: 100%;
    width: 6.75rem;
    height: 5.2rem;
    margin: 0 auto;

}
.set6 a{
    display: inline-block;
    width: 47%;
    height: 50%;
}