.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0
}
.clearfix {
    zoom: 1
}
.right-link {
    display: none !important;
}
.right-sidebar {
    position: fixed;
    /* bottom: 240px; */
    right: 0;
    width: 76px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    z-index: 999;
    display: none;
    font-family: sans-serif!important;
}
.sidebar-box {
    cursor: pointer;
    position: relative;
}
.siderbar-icon{
    display: block;
    height: 32px;
}
.siderbar-icon .Icon{
    width: 24px;
    height: 24px;
}
.siderbar-icon .Icon.Icon-26{
    width: 26px;
    height: 26px;
}
.right-sidebar a {
    box-sizing: border-box;
    display: block;
    width: 76px;
    height: 68px;
    font-size: 12px;
    color: #73777a;
    padding-top: 10px;
    text-align: center;
    float: right;
}
.right-sidebar a.right-sidebar-icon-zww{
    height: 76px;
    padding-top: 14px;
}
.right-sidebar a.right-sidebar-icon:hover{
    background: #448AF0
}
.right-sidebar a:hover {
    color: #FFF;
}
.sidebar-list {
    position: absolute;
    top: 0;
    right: 76px;
    width: 105px;
    height: 68px;
    float: right;
    display: none;
}
.sidebar-list-bg1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(../images/right/triangleBg.png) no-repeat left center;
    float: right;
}
.sidebar-list-bg2 {
    width: 80px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);
    margin-right: 20px;
    padding: 4px 0;
    float: right;
}
.sidebar-list p {
    width: 80px;
    height: 30px;
    text-align: center;
}
.sidebar-list p a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #2B2F32;
    padding: 0;
}
.sidebar-list p a:hover {
    color: #448AF0;
}
.right-sidebar .right-sidebar-botton {
    width: 100%;
    height: 40px;
    background: url(../images/right/right.png) no-repeat center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    background-size: 25px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}
.right-sidebar .right-sidebar-botton1 {
    background: url(../images/right/left.png) no-repeat center;
    background-size: 20px;
}
.sidebar-ewm {
    position: relative;
}

.sidebar-ewm .ewm-list {
    width: 105px;
    height: 100px;
    position: absolute;
    top: -15px;
    right: 76px;
    padding-right: 5px;
}
.right-sidebar-ewm {
    position: relative;
    float: left;
    width: 100%;
}
.ewm-list img {
    width: 100px;
    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);
}
.right-sidebar1 {
    width: 35px;
    height: auto;
}
.right-sidebar1 .sidebar-list {
    right: 35px;
    top: -10px;
}
.right-sidebar1 .right-sidebar-icon {
    width: 35px !important;
    height: 45px !important;
}
.right-sidebar-icon1 {
    display: none;
}
@media (min-width:1040px){
    .right-sidebar{
        left: 50%;
        margin-left: 500px;
    }
}