

.side-cnt {
    position: fixed;
    width: 88px;
    right: 15px;
    top: 37%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 0 4px 4px;
    /* padding-top: 70px; */
    background: #354fa1 no-repeat top center;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    z-index: 99;
    border-radius: 5px;
}
.side-main{
    background: #fff;
    padding: 0 2px;
    border-radius: 3px;
}

.side-cnt .wx,.side-cnt .phone{
    display: none;
    width: 120px;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    color: #666;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 60%;   
    left: -135px;
    border-radius: 5px;
}

.side-cnt .wx::after,.side-cnt .phone::after{
    content: " ";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top:-1px;
    width: 10px;
    height: 10px;
    border: #eee solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.side-cnt .wx{
    height: auto;
    margin-top:-84px;
}
.side-cnt dl.open .phone{
    margin-top:-69px;
}
.side-cnt dl.open .wx,.side-cnt dl.open .phone {
    display: block !important;
}
.side-cnt dl.open .phone i.icon-phone{
    padding: 0 10px;
    display: inline;
    background-position:  -8px -283px;
    margin:0;
}
.side-cnt dl.open .phone .dd-title span{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color:#979797;
}
.side-cnt dl.open .phone-cnt span{
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
}
.side-cnt dl.open .phone span+span{
    border-top:1px dashed #dedede;
    color:#666;
}
.side-cnt dl.open .phone .color{
    color:#334d72;
}
.side-cnt dd p{
    color:#898989;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}
.side-cnt dl:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}



.side-sq{
    display: block;
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 3px;
}
.side-sq p{
    font-size: 12px;
    padding: 5px 0;
    color: #333 !important;
}
.side-sq2 {
    border-bottom: 1px solid #eee;
}
.side-sq2 span{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #e2851b;
}

.side-tit {
    padding-top: 14px;
    margin-bottom: 10px;
}
.side-tit p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.side-cnt i{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    background: url("//img.yuloo.com/images/public-img/right-slide.png") no-repeat;
}
.side-tit i{
    background-position: 0 0 ;
}
.side-cnt .talk-icon{
    background-position: 0px -113px;
}
.side-cnt .wxzx-icon{
    background-position: 0px -198px;
}
.side-cnt .qrcode-icon{
    background-position: 0px -50px;
}
.side-cnt .phone-icon{
    background-position: 0px -100px;
}
.side-cnt .ceping-icon{
    background-position: 0px -350px;
}
.side-cnt .lx-ceping-icon{
    background-position: 0px -410px;
}

.side-cnt .top-icon{
    background-position: 0 -150px;
}
.side-main dl{
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-align: center;
}
.side-main dl:hover{
    color: #52649f;
}
/* .side-cnt dl a{
    color:#fff;
}
.side-cnt dl dt{
    min-height: 28px
}
.side-cnt dl dt > a{
    position: absolute;
    padding: 10px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */
@media only screen and (max-width:1200px){
    .side-cnt{
        top: auto !important;
        bottom: 60px !important;
        right: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}
@media only screen and (max-width:1024px){
    .visible-lg{
        display: none !important
    }
}