/*eyou_foot*/
.eyou_foot .clearfix:after,
.eyou_foot .clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.eyou_foot .left {
    float: left;
}

.eyou_foot .ico {
    display: inline-block;
    vertical-align: middle;
}

.eyou_foot {
    width: 100%;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.eyou_foot .baozheng {
    width: 1200px;
    margin: 0 auto;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 0px 10px;
}

.eyou_foot .baozheng div {
    width: 25%;
    font-size: 16px
}

.eyou_foot .baozheng div .ico {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
    margin-right: 20px;
}

.eyou_foot .baozheng div.s1 .ico {
    background-position: 0px -71px;
}

.eyou_foot .baozheng div.s2 .ico {
    background-position: -40px -71px;
}

.eyou_foot .baozheng div.s3 .ico {
    background-position: -80px -71px;
}

.eyou_foot .baozheng div.s4 .ico {
    background-position: -120px -71px;
}

.eyou_foot .ic-info {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #a4a4a4;
    padding: 20px 0px 20px 0px;
}

.eyou_foot .ic-info a {
    color: #a4a4a4;
}

.eyou_foot .ic-info a:hover {
    color: #e2231a;
}

.eyou_foot .last-foot {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.eyou_foot .last-foot img {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}

/*eyou_foot - end*/

/* 右侧客服 */
.side {
    position: fixed;
    width: 84px;
    right: 0;
    bottom: 120px;
    z-index: 100;
}

.side ul li {
    width: 82px;
    height: 90px;
    float: left;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    color: #757575;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    background: #fff;
    cursor: pointer
}

.side ul li a {
    color: #757575
}
.side ul li:hover {
    color: #ff6700
}

.side ul li:hover a {
    color: #ff6700
}

.side ul li i {
    position: relative;
    height: 30px;
    margin: 0 auto;
    padding-top: 18px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    margin-top: 14px;
    transition: all .3s
}

.side ul li i.bgs1 {
    background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
    background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
    background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic4.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6.png)
}

.side ul li:hover i.bgs1 {
    background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
    background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic4_on.png)
}

.side ul li:hover i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}
.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}

.side ul li.sidetop {
    margin-top: 14px;
}

.side ul li.sidetop:hover {
    opacity: .8;
    filter: Alpha(opacity=80)
}
.side ul li.phone-ewm .phone-ewBox.phone-son {
    width: 172px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    left: -176px;
    top: 0;
    background: #fff;
    border: 1px solid #e0e0e0
}

.side ul li.phone-ewm .phone-ewBox.phone-son img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
}

.side ul li.phone-ewm .phone-ewBox.phone-son span{
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.side ul li.sideewm .ewBox.son {
    width: 172px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    left: -176px;
    top: 0;
    background: #fff;
    border: 1px solid #e0e0e0
}
.side ul li.sideewm .ewBox.son img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
}

.side ul li.sideewm .ewBox.son span{
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}


.side ul li:hover .son, .side ul li:hover .phone-son {
    display: block !important;
    animation: fadein 1s
}
.side ul li.cart em{
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 0 5px;
    height: 18px;
    line-height: 16px;
    color: #fff;
    font-size: 10px;
    background-color: #ff6700;
    border: 2px solid #fff;
    border-radius: 9px;
}

/*右侧客服 - end*/
