

.side-cnt {
    position: fixed;
    width: 88px;
    right: 15px;
    top: 45%;
    -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: 130px;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    color: #666;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 60%;   
    left: -152px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.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;
}
.dd-title2{
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    color: #7385bf;
    margin: -10px -10px 10px;
    line-height: 1;
    background: #f1f4ff;
}
.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 {
    display: none;
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.side-cnt .phone-cnt2 span{
    display: block !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #666 !important;
    text-align: left !important;
}
.side-cnt .phone-cnt2 p{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #bfbfbf;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #dedede;
}
.side-cnt .phone-cnt2 .nobr{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}


.side-tit-box{
    padding: 10px 3px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
}
.side-sq {
    display: block;
    padding: 5px;
    /* margin-bottom: 5px; */
    text-align: center;
}
.side-sq p{
    font-size: 12px;
    color: #333 !important;
}
.side-sq2{
    padding-top: 6px;
    margin-top: 5px;
    border-top: 1px solid #eee;
}
.side-sq2{
    color: #555;
    text-decoration: none !important;
}
.side-sq2:hover{
    color: #d76074;
}
.side-sq span{
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px; 
    font-weight: bold;
}
.side-tit {
    padding-top: 14px;
    margin-bottom: 8px;
}

.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-zzy.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: 0 -400px;
}
.side-cnt .wx-icon{
    background-position: 0 -350px;
}

.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-main dl:nth-of-type(1):hover{
    color: #4a62ae;
}
.side-main dl:nth-of-type(2):hover{
    color: #a564c0;
}
.side-main dl:nth-of-type(3):hover{
    color: #7cc55e;
}
/* .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
    }
}