.consult_pos {
    position: fixed;
    top: 3.34rem;
    right: 0.4rem;
    cursor: pointer;
    z-index: 99999;
}

.consult {
    display: flex;
    flex-direction: column;
}

.consult_top {
    display: flex;
    flex-direction: column;

}

.consult_top_box {
    width: 0.58rem;
    height: 0.65rem;
    background-color: #ffffff;
    border-bottom: 0.01rem #eeeeee solid;
    display: flex;
    flex-direction: column;
}

.consult_top_box_last {
    width: 0.58rem;
    height: 0.68rem;
    background-color: #ffffff;
    border-bottom: 0.01rem #eeeeee solid;
    position: relative;
}

.consult_font {
    padding-top: 0.08rem;
    font-size: 0.12rem;
    color: #666666;
    text-align: center;
}

.consult_font_last {
    font-size: 0.14rem;
    color: #666666;
    position: absolute;
    top: 0.27rem;
    left: 0.15rem;
}

.consult_top_iSpt {
    width: 0.58rem;
    height: 0.56rem;
    background-color: #ffffff;
    border-bottom: 0.01rem #eeeeee solid;
    display: flex;
    justify-content: center;
}

.icon_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.1rem;
}

.icon_WeChat_img {
    width: 0.28rem;
    height: 0.24rem;
}


.icon_phone_img {
    width: 0.24rem;
    height: 0.24rem;
}

.icon_public_img {
    width: 0.24rem;
    height: 0.24rem;
}

.icon_group_img {
    width: 0.27rem;
    height: 0.24rem;
}

.icon_back_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.icon_back_box img {

}

.consult_bottom {
    position: fixed;
    right: 0.43rem;
    top: 8.17rem;

}

.consult_bottom img {
    width: 0.60rem;
    height: 0.60rem;
}

/*hover*/
.hover_consult_pos {
    position: fixed;
    top: 3.54rem;
    right: 0.15rem;

}

.hover_consult_top_iSpt {
    width: 0.58rem;
    height: 0.56rem;
    background-image: linear-gradient(0deg,
    #ff6c5b 0%,
    #ee5533 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    border-bottom: 0.01rem #ffffff solid;
    display: none;
}

.hover_consult_top_box {
    width: 0.58rem;
    height: 0.65rem;
    background-image: linear-gradient(0deg,
    #ff6c5b 0%,
    #ee5533 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    border-bottom: 0.01rem #ffffff solid;
    display: flex;
    flex-direction: column;
    display: none;
}


.hover_top_box_last {
    width: 0.58rem;
    height: 0.68rem;
    background-image: linear-gradient(0deg,
    #ff6c5b 0%,
    #ee5533 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    position: relative;
    display: none;
}

.hover_consult_font {
    padding-top: 0.08rem;
    font-size: 0.12rem;
    color: #ffffff;
    text-align: center;
}

.hover_top_font {
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    padding-top: 0.10rem;

}
.hover_top_font a{
        color: #ffffff !important;
}

.hover_top_font_a:hover{
    color: #ffffff !important;
}
.hover_consult_font_last {
    font-size: 0.14rem;
    color: #ffffff;
    position: absolute;
    top: 0.27rem;
    left: 0.15rem;
}


.hover_consult_bottom {
    position: fixed;
    right: 0.43rem;
    top: 8.17rem;
}

.hover_consult_bottom img {
    width: 0.60rem;
    height: 0.60rem;
}

/*code*/
/*公众号二维码*/
.gzh-wrapper {
    width: 1.13rem;
    height: 1.13rem;
    position: fixed;
    right: 1.2rem;
    top: 5.19rem;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.gzh-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.10rem solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -0.10rem;
}

.gzhCode{
    margin: 0 auto;
}
.gzhCode img{
    width: 1.13rem;
    height: 1.13rem;
}
/*交流群二维码*/
.jlq-wrapper {
    width: 1.13rem;
    height: 1.13rem;
    position: fixed;
  right: 1.2rem;
    top: 5.80rem;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.jlq-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.10rem solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -0.10rem;
}

.jlqCode{
    margin: 0 auto;
}
.jlqCode img{
    width: 1.13rem;
    height: 1.13rem;
}

.codeDisplay{
    display: none;
}
.hover_WeChat,
.hover_phone{
    position: relative;
}
.hover_WeChat:hover .hover_WeChat_hide,
.hover_phone:hover .hover_phone_hide{
    display: block;
}
.hover_WeChat_hide,.hover_phone_hide{
    padding: 0.2rem;
    color: #333;
    background-color:white;
    font-size: 0.16rem;
    display: none;
    position: absolute;
    left: -220%;
    top: 0;
}
.hover_phone_hide{
    left: -270%;
}
.hover_WeChat_hide{
    padding: 0;
}

.hover_WeChat_hide img,.hover_phone_hide img{
     width: 1.13rem;
    height: 1.13rem;
}