@charset "utf-8";
/*右边固定菜单.start*/

.box_right {
    position: fixed;
    top: 50%;
    right: 10px;
    height: 268px;
    z-index: 99;
    font-family: 'Microsoft yahei', sans-serif;
    margin-top: -134px;
}

.box_right .aside {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 5px;
}

.box_right .aside .br_box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    cursor: pointer;
}

.box_right .aside .br_box.qrcode .box_show {
    top: -75px;
}

.box_right .aside .br_box:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.box_right .aside .box_show {
    display: none;
    position: absolute;
    right: 46px;
    top: 0;
    width: 150px;
    border-radius: 5px;
}

.box_right .aside .box_show>div {
    padding: 15px;
    position: relative;
    left: -66px;
    background-color: #fff;
    width: 150px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px #565656;
}

.box_show:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 29px;
    width: 0;
    height: 0px;
    margin-top: -7px;
    content: '';
    border-style: solid;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 2px -2px 2px #949494;
}

.br_box_top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 50px;
    cursor: pointer;
    height: 50px;
    margin-top: 1px;
    overflow: visible;
    background: url(../images/home/box_right/icon_3.png?v=1) no-repeat center center;
    background-color: #da8242;
    background-size: 60%;
    z-index: 9999;
}

.br_box_top .box_show {
    display: none;
    position: fixed;
    right: 58px;
    bottom: 34px;
    border-radius: 5px;
}

.br_box_top .box_show>div {
    position: relative;
    left: -36px;
    width: 118px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 2px 6px #565656;
}

.box_right .br_box:hover .box_show,
.br_box_top:hover .box_show {
    display: block;
}