.qwe {
    position: relative;
    z-index: 999;
}

.closeaa {
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 99;
}

.contactstyle {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    background-image: linear-gradient(180deg, #eff0ba 0%, #c9956f 100%);
    border-radius: 20px;
    -moz-border-radius: 20px;
}

#wechatBox {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

#wechat {
    display: none;
    z-index: 50;
    position: fixed;
    top: 50%;
    right: 5%;
    left: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    border-radius: 23px;
    -moz-border-radius: 23px;
    -moz-box-shadow: 0px -1px 20px #917C7E;
    -webkit-box-shadow: 0px -1px 20px #917C7E;
    box-shadow: 0px -1px 20px #917C7E;
}

.contactstyle.pc {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f9bd', endColorstr='#c68d69');
    *background: #cccccc!important;
    line-height: 31px;
}

.contactstyle.mb {
    line-height: 40px;
}

.text2 {
    color: white;
    border-bottom: #F00 dotted 3px;
    color: #000000;
    padding-bottom: 6px;
    font-size: 18px;
}

.copyword {
    animation: twinkling 4s infinite ease-in-out;
    -webkit-animation: twinkling 4s infinite ease-in-out;
    padding: 5px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    background-color: #CC376D;
    color: white;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: -2px 3px 38px -7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -2px 3px 38px -7px rgba(0, 0, 0, 0.44);
    box-shadow: -2px 3px 38px -7px rgba(0, 0, 0, 0.44);
}

.copyword.click {
    border: none;
}

.slita {
    color: red;
    font-weight: bold;
}

.slt {
    user-select: all;
}

.name_high {
    padding-right: 30px;
    width: auto;
    max-width: 100%;
    color: rgb(227, 108, 9);
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    background: none;
    height: auto;
    padding: 0;
    box-shadow: none;
    font-weight: bold;
}

.plms {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 30%;
    z-index: 8;
    width: 18%;
    -webkit-animation: plm 10s linear infinite;
}

.contactstyle.pc .adCode{
    display: block;
    width: 200px;
    margin: 0 auto;
}
