.customer{
    position: fixed;
    top: 30%;
    right: 0;
    text-align: center;
    z-index: 9999;
}
.gif{
    display: none!important;
}
.kf_img{
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1000;
}
.customer ul{
    position: relative;
    background-color: #fff;
    border-radius: 15px 0px 0px 15px;
    padding: 5px 10px;
    box-shadow: 0px 0px 15px 1px rgb(0,0,0,0.1);
    z-index: 2000;
}
.customer ul li{
    position: relative;
    padding: 8px 0;
    cursor: pointer;
}
.customer ul li p{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.customer_img img.tu2{
    display: none;
}
.customer_img img{
    display: block;
    margin: 0 auto 5px;
}
.customer ul li:hover img.tu1{
    display: none;
}
.customer ul li:hover img.tu2{
    display: block;
}
.customer ul li:hover p{
    color: #fa9e19 !important;
}
.customer ul li p.mb5{
    margin-bottom: 5px;
}
.customer ul li p strong{
    font-size: 17px;
}
.customer_tel{
    position: absolute;
    background-color: #fff;
    width: 160px;
    text-align: left;
    padding: 10px 0 10px 15px !important;
    z-index: 1;
    top: 0;
    left: -175px;
    border-radius: 4px;
    transition: all .3s;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.06);
}
.customer_tel p{
    color: #fa9e19;
    margin-bottom: 5px;
}
.customer_tel span{
    font-size: 14px;
}
.customer ul li:nth-child(1) p{
    color: #057ec7;
}
.customer ul li:nth-child(2) p{
    color: #f2973a;
}
.customer ul li:nth-child(3) p{
    color: #2ec100;
}
.customer ul li:nth-child(4) p{
    color: #ff0000;
}
.customer ul li:hover .customer_tel,
.customer ul li:hover .customer_ewm{
    display: block;
}
.customer_ewm{
    position: absolute;
    background-color: #fff;
    padding: 2px 0px 9px 2px;
    top: 0px;
    z-index: 1;
    left: -158px;
    border-radius: 4px;
    transition: all .3s;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.06);
}
.customer_ewm img{
    width: 140px;
    margin: 0 auto;
}
.customer_ewm p{
    color: #fa9e19;
}
#copy1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(https://highmarktutor.com/images/z1.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}
.banner .swiper-button-next{
    background: url(https://highmarktutor.com/images/y1.png) no-repeat;
    background-size: 100% 100%;
    right: 20px;
}
.pop{
    display: none !important;
    width: 100%;
/*    height: 100px;*/
    /*  border-top: 1px solid #29a5d1;*/
/*    background: rgba(49, 168, 210,0.35);*/
    position: fixed;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.pop .main a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*.pop .main img{
    max-height: 100%;
    object-fit: cover;
}*/
.pop_img img{
    width: 100%;
/*    object-fit: none;*/
}
img.mm{
    display: none;
}
.pop_close{
    position: absolute;
    right: 20px;
    top: -30px;
    z-index: 10000;
    display: block;
}
.pop_nav.bg1:before{
    transform: rotateY(180deg);
    transition: 0.5s
}
.banner p.ban_tit{
    position: absolute;
    left: 3%;
    top: 3%;
    font-size: 14px;
    color: #333333;
    z-index: 9;
}
#icon_module{
    left: auto !important;
    right: 0 !important;
}
.head_xhw,.ban_xhw{
    display: none !important;
}


@media only screen and (max-width: 640px){
.customer ul{
    padding: 5px 3px;
}
.kf_img{
    top: -60px;
}
.customer ul li {
    padding: 6px 0;
}
.customer ul li p{
    font-size: 12px;
    line-height: 14px;
}
.customer ul li p.mb5{
    margin-bottom: 3px;
}
.customer ul li p strong{
    font-size: 14px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
.banner .swiper-button-prev{
    left: 10px;
}
.banner .swiper-button-next{
    right: 10px;
}
.pop{
    display: none!important;
}
.pop .pc{
    display: none;
}
img.mm{
    display: block;
}
}