.contact{
    position: fixed;
    text-align: center;
    padding-top: 9px;
    right: 0.12rem;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: -0.18rem;
    z-index: 333;
    /*display: none;*/
}
.contact img{
    width: 100%;
}
.con_main{
    display: none;
    width: 2.02rem;
    height: 2.20rem;
    position: fixed;
    right: 0.12rem;
    top: 50%;
    margin-top: -1.10rem;
    background: #FFFFFF;
    box-shadow: 0 0.01rem 0.04rem 0 rgba(0,0,0,0.20);
    border-radius: 0.04rem;
    z-index: 333;
}
.con_main .title{
    height: 0.43rem;
    line-height: 0.43rem;
    padding-left: 0.24rem;
    border-bottom: 1px solid #E8E8E8;
    
    font-weight: bold;
    font-size: 0.12rem;
    color: #333;
    position: relative;
}
.con_main .title span{
    display: block;
    height: 0.43rem;
    width: 0.30rem;
    position: absolute;
    top: 0rem;
    right: 0.1rem;
    text-align: center;
    line-height: 0.43rem;
    cursor: pointer;
}
.con_main .title .dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5A9FFE;
    position: absolute;
    top: 50%;
    margin-top: -0.03rem;
    left: 0.12rem;
}
.con_main .title span i{
    display: inline-block;
    width: 0.12rem;
    height: 0.02rem;
    background-color: #84B4F6;
    position: absolute;
    top: 50%;
    margin-top: -0.01rem;
}
.con_main .tel_con{
    padding: 0.17rem 0.15rem 0.15rem 0.26rem;
}
.con_main .tel_con p{
    
    font-size: 0.1rem;
    color: #666666;
    margin-bottom: 0.05rem;
}
.con_main .tel_con p em{
    font-style: normal;
    position: absolute;
}
.con_main .tel_con p .qq{
    display: inline-block;
    margin-left: 0.67rem;
}
.con_main .tel_con p .kf{
    display: inline-block;
    width: 0.8rem;
    height: 0.22rem;
    background: #61D4BA ;
    box-shadow: 0 0.01rem 0.04rem 0 #61D3BA;
    border-radius: 0.04rem;
    
    font-size: 0.1rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.22rem;
}
.con_main .tel_con p a img{
    width: 0.14rem;
    vertical-align: sub;
    margin-right: 0.05rem;
}
.con_main .tel_con p span{
    
    font-size: 0.1rem;
    color: #000000;
    line-height: 0.16rem;
    margin-left: 0.1rem;
}
.con_main .tel_con p .edit{
    float: right;
    display: block;
    width: 0.2rem;
    height: 0.23rem;
    padding-top: 0.03rem;
    padding-left: 0.06rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background-color: #5A9FFE;
    box-shadow: 0 1px 4px 0 #5A9FFE;
    position: relative;
    margin-top:0.12rem;
}
.con_main .tel_con p .edit img{
    position: absolute;
    top: 50%;
    margin-top: -0.08rem;
    left: 50%;
    margin-left: -0.07rem;
}