﻿body {
}
ul {
    list-style: none;
}

.float_rightBox {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
}

    .float_rightBox li {
        margin-top: 5px;
        box-shadow: 0 0 16px rgba(165,0,13,0.1);
        position: relative;
        cursor: pointer;
    }

.text-shgy {
    color: #c22824 !important;
   font-weight:400;
}

@media (max-width:767px) {
    .hidden-hxs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-hsm {
        display: none !important
    }
}

.right_liBox {
    /*width: 45px;
    height: 45px;*/
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
}

.right_showBox_code {
    left: -155px;
    top: 0;
    /*bottom:400px;*/
}

.right_showBox {
    position: absolute;
    left: -200px;
    top: -300px;
    /*bottom:-200px;*/
    z-index: 9999;
    /*width: 150px;
    height: 180px;*/
    background-color: #fff;
    border-radius: 3px;
    z-index: 999;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 16px rgba(165,0,13,0.1);
    display: none;
}

.code_box span {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.code_box img {
    width: 260px;
    /*height: 160px;*/
}

.right_showBox_phone {
    left: -155px;
    top: -50px;
}


.help-block
{
   /* font-size:6px;*/
}