.mask{
    display:none
}
.maskgz{
    width: 100vw;
    height: 100vh;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    /* opacity: 0.6; */
    top: 0;
    z-index: 999999;
    display:flex;
    align-items: center;
}
.maskgz-wrap{
    width: 800px;
    /* height: 700px; */
    flex-shrink: 0;
    padding:20px 60px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin:auto;
    background: #FFF;

    position: relative;
}
.maskgz-wrap p{
    font-size: 18px;
    line-height: 26px;
}
.maskgz-wrap p img{
    width: 350px;
    margin-top: 20px;
    height: auto;
}
.maskgz-wrap .cha{
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.social-share{
    position: absolute;
    right:-8000px;
    top:0;
    height: 140px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
.loaft-button {
    position: fixed;
    right:260px;
    bottom: 250px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 2px #55DCFB;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    z-index: 999;
    cursor: pointer;
}

.loaft-button .share,.loaft-button .guanzhu, .loaft-button>a {
    margin-top: 10px;
    width: 68px;
    height: 68px;
    text-align: center;
    /* background-color: #E45E05; */
    text-shadow: 0 2px 2px #E45E05;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    color: #fff;
    /* font-style: normal; */
    font-weight: 400;
    border-radius: 50%;
    background: var(--Linear, linear-gradient(146deg, #FFB800 3.98%, #F60 89.97%));
}