html{
    overflow-y: hidden;
    overflow-x: hidden;
}

/* 头部公共样式 */
.header {
    font-size: 0px;
    z-index: 1;
    width: 100%;
    position: fixed;
}

.header-iframe {
    width: 100%;
    height: 0.8rem;
}
/* 头部公共样式结束 */


/* 移动端导航开始 */
.navphone{
    /* z-index: 1; */
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
}
/* 移动端导航结束 */

.con-list>div:not(:first-child){
    margin-top: 0.8rem;
}

/* center-right 开始 */
.con-list  .center-right {
    right: 0.55rem;
    transform: translateY(-50%);
    top: 50%;
}

.con-list  .center-right ul li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.77rem 0.77rem 0.77rem 0.77rem;
    background-color: #ffffff;
    margin: 0 auto 0.3rem auto;
}

.con-list  .center-right .active {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ffffff;
    border-radius: 0.77rem 0.77rem 0.77rem 0.77rem;
    margin: 0.07rem;
}

/* center-right 结束 */
