@charset "utf-8";
/* 右侧浮动 — start */
.fixed_r {
    position: fixed;
    top: 300px;
    right: 0;
    user-select: none;
    z-index: 100000;
}

.fixed_r_ul {
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fixed_r_ul>li {
    box-sizing: initial;
    width: 84px;
    height: 68px;
    padding-top: 12px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    position: relative;
    color: #333;
}

.fixed_r_ul>li:hover>p,
.fixed_r_code_li:hover>p {
    color: #e45f20;
}

.fixed_r_ul>li::after {
    content: "";
    height: 1px;
    background-color: #DDDDDD;
    width: 60px;
    position: absolute;
    left: 12px;
    bottom: 0;
}

.fixed_r_ul>li:last-child::after {
    display: none;
}

.car_sum {
    box-sizing: border-box;
    padding: 0 4px;
    min-width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #eb612a;
    color: #ffffff;
    display: block;
    font-size: 12px;
    position: absolute;
    left: 46px;
    top: 6px;
}

.fixed_r_icon_box {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.fixed_r_cart .fixed_r_icon_box {
    background: url("../images/cart_icon_normal.png") center center no-repeat;
    background-size: 24px 24px;
}

.fixed_r_cart:hover .fixed_r_icon_box {
    background: url("../images/cart_icon_hover.png") center center no-repeat;
    background-size: 24px 24px;
}

.fixed_r_online .fixed_r_icon_box {
    background: url("../images/online_icon_normal.png") center center no-repeat;
    background-size: 24px 24px;
}

.fixed_r_online:hover .fixed_r_icon_box {
    background: url("../images/online_icon_hover.png") center center no-repeat;
    background-size: 24px 24px;
}

.fixed_r_app .fixed_r_icon_box {
    background: url("../images/app_icon_normal.png") center center no-repeat;
    background-size: 18px 24px;
}

.fixed_r_app:hover .fixed_r_icon_box {
    background: url("../images/app_icon_hover.png") center center no-repeat;
    background-size: 18px 24px;
}

.fixed_r_help .fixed_r_icon_box {
    background: url("../images/help_icon_normal.png") center center no-repeat;
    background-size: 26px 24px;
}

.fixed_r_help:hover .fixed_r_icon_box {
    background: url("../images/help_icon_hover.png") center center no-repeat;
    background-size: 26px 24px;
}

.fixed_r_WeChat .fixed_r_icon_box {
    background: url("../images/wechat_icon_normal.png") center center no-repeat;
    background-size: 28px 24px;
}

.fixed_r_WeChat:hover .fixed_r_icon_box {
    background: url("../images/wechat_icon_hover.png") center center no-repeat;
    background-size: 28px 24px;
}

.fixed_r_gotop .fixed_r_icon_box {
    background: url("../images/top_icon_normal.png") center center no-repeat;
    background-size: 25px 24px;
}

.fixed_r_gotop:hover .fixed_r_icon_box {
    background: url("../images/top_icon_hover.png") center center no-repeat;
    background-size: 25px 24px;
}

/* 公众号二维码移入后出现的二维码 start */
.fixed_r_WeChat {
    position: relative;
}

.fixed_r_code_ul {
    display: none;
    width: 162px;
    height: 400px;
    background: url("../images/fixed_r_code_bg.png") center center no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -162px;
    bottom: -80px;
}

.fixed_r_code_li {
    margin: 16px auto;
    padding: 0 12px;
}

.code_pic_box {
    width: 128px;
    height: 128px;
    overflow: hidden;
}

.fixed_r_code_li>p {
    width: 128px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin: 12px auto;
}

.fixed_r_code_line {
    width: 60px;
    height: 1px;
    background: #f3f5f9;
    margin: 0 auto;
}
/* 公众号二维码移入后出现的二维码 start */
/* 右侧浮动 — end */
