/*common*/

.red {
    color: #fc8080!important;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

.a:hover {
    text-decoration: none;
}


/*ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â*/

.suspension {
    position: fixed;
    z-index: 55;
    right: 10px;
    /* top: 385px; */
    top: 40%;
    width: 70px;
    height: 240px;
    /* background-color: #2778ff; */
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 0 10px 0 rgb(20 34 67 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgb(20 34 67 / 10%);
}

.suspension .a.active,
.suspension .a:hover {
    background: #4285f4;
}

.suspension .a .i {
    float: left;
    width: 30px;
    height: 25px;
    background-image: url(../images/side_icon.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.suspension .a p {
    clear: both;
    color: #333;
    text-align: center;
    font-size: 12px;
    bottom: 8px;
    /* margin-top: 8px; */
}

.suspension .a:hover p {
    color: white;
}


/* .suspension .a-service .i{background-position:0 0;} */

.suspension .a-service .i {
    /* width: 20px;
    height: 20px; */
    margin-top: 12px;
    margin-left: 22px;
    background-image: url(../img/icon/contact.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    /* width: 20px;
    height: 20px; */
    margin-top: 12px;
    margin-left: 22px;
    background-image: url(../img/icon/store.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-qrcode .i {
    /* width: 20px;
    height: 20px; */
    margin-top: 12px;
    margin-left: 22px;
    background-image: url(../img/icon/code.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-top .i {
    /* width: 20px;
    height: 20px; */
    margin-top: 22px;
    margin-left: 22px;
    background-image: url(../img/icon/upTop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service:hover .i {
    background-image: url(../img/icon/contactClick.png);
    background-repeat: no-repeat;
}

.suspension .a-service-phone:hover .i {
    background-image: url(../img/icon/storeClick.png);
    background-repeat: no-repeat;
}

.suspension .a-qrcode:hover .i {
    background-image: url(../img/icon/WeChat.png);
    background-repeat: no-repeat;
}

.suspension .a-top {
    background: white;
    display: none;
}

.suspension .a-top:hover {
    background: #4285f4;
}

.suspension .a-top:hover .i {
    background-image: url(../img/icon/upTopClick.png);
    background-repeat: no-repeat;
}

.suspension .d {
    display: none;
    /* width: 223px; */
    background: #fff;
    position: absolute;
    right: 80px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/icon/arrow.png) no-repeat;
    background-size: 16px 16px;
    right: -10px;
}

.suspension .d .arr1 {
    top: 30px;
}

.suspension .d .arr3 {
    top: 70px;
}

.suspension .d .arr2 {
    top: 100px;
}

.suspension .d-service {
    width: 300px;
    top: 0;
}

.suspension .d-qrcode {
    width: 223px;
    top: 34px;
}

.suspension .d-service-phone {
    width: 300px;
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
    /* height: 260px; */
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    font-size: 13px;
}

.suspension .d-service-item .text_box p {
    color: #2778ff;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service .d-service-item .text_box {
    font-size: 13px;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .text {
    color: #333;
}

.icon_box {
    width: 10%;
    float: left;
    margin-top: 10px;
}

.text_box {
    width: 90%;
    /* padding-left: 20px; */
    float: right;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../img/icon/Tel.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 13px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-size: 20px;
    width: 200px;
}

.suspension .d-service-intro {
    padding-top: 10px;
    padding-bottom: 10px;
}

.suspension .d-service-intro p {
    line-height: 30px;
    font-size: 13px;
    width: 50%;
    white-space: nowrap;
    margin-left: 6px;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 13px;
    color: #93959c;
}

.ten_totop {
    display: none;
}

@media only screen and (max-width: 480px) {
    .ten_totop {
        display: block;
    }
    .suspension {
        display: none;
    }
}