.butterror{
    width: 50px;
    height: 50px;

    line-height: 50px;
    margin: 0 0 0 auto;
    padding-top: 20px;
    text-align: right;
}
.butterror img{
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.butteImages{
    margin-top: 30px;
    text-align: center;
}
.butteImages img{
    width: 50px;
    height: 50px;
}
.butteImages h1{
    font-size: 30px;
    font-weight: initial;
}
.butteImages p{
    color: #333;
    font-size: 15px;
    margin-top: 10px;
}

.butteWX {
    margin-top: 20px;
    text-align: center;
}

.butteWX img{
    width: 120px;
    height: 120px;
}
.butteWX_text{
    width: 100%;
    text-align: center;
}
.butteWX_text p{
    background-color: #eeeeee;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    padding: 13px 30px;
    text-align: center;
}


.butteText{
    margin-top: 30px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}



/* 底部弹框 */
.alterFonter{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99999;
    background-color: rgba(000,000,000,0.8);
}
.alterFonter_Box{
    position: relative;
    width: 500px;
    max-width: 70%;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-height: 520px;
    border-radius: 8PX;
    background-color: #fff;
}


.butterror{
    width: 50px;
    height: 50px;

    line-height: 50px;
    margin: 0 0 0 auto;
    padding-top: 20px;
    text-align: right;
}
.butterror img{
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.butteImages{
    margin-top: 30px;
    text-align: center;
}

.butteImages img{
    width: 50px;
    height: 50px;
}
.butteImages h1{
    font-size: 30px;
    font-weight: initial;
}
.butteImages p{
    color: #333;
    font-size: 15px;
    margin-top: 10px;
}

.butteWX {
    margin-top: 20px;
    text-align: center;
}

.butteWX img{
    width: 120px;
    height: 120px;
}
.butteWX_text{
    width: 100%;
    text-align: center;
}
.butteWX_text p{
    background-color: #eeeeee;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    padding: 13px 30px;
    text-align: center;
}


.butteText{
    margin-top: 30px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}



/* 悬浮窗 */
.suspension{
    position: fixed;
    z-index: 99;
    bottom: 14vh;
    right: 45px;
}
.suspension .goToTop{
    width: 50px;
    cursor: pointer;
}

@media (max-width: 540px) {
    .suspension{
        position: fixed;
        right: 10px;
    }
    .suspension .goToTop{
        width: 40px;
    }
}

.butteImages .gifImgs{
    width: 200px;
    height: 100%;
    margin-top: -100px;
}
.butteImages h2{
    margin-top: -20px;
    font-weight: 500;
}
.butteWX{
    margin-top: 28px;
}
.alterFonterlist .butteText{
    margin-top: 8px;
}

#contactUs{
    width: 100%;
}