/*===right menu===*/

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.n-req-right-menu {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 5;
}

.n-req-right-menu-ul li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    padding-top: 4px; 
    border-radius: 3px;
    color: #fdebdb;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
}
.n-req-right-menu-ul li.icon-base-0{
    padding-top: 0;
    line-height: 40px;
    background: url(//static.lanlinghigh.com/req/activity/annual/image/share.png) no-repeat center center;
}

.n-req-right-menu-ul li.icon-base-01 {
    background: url(//static.lanlinghigh.com/req/spread/img/base.png);
    background-position: 0 0;
}

.n-req-right-menu-ul li.icon-base-02 {
    background: url(//static.lanlinghigh.com/req/spread/img/base.png);
    background-position: 0 -42px;
}

.n-req-right-menu-ul li.icon-base-03 {
    background: url(//static.lanlinghigh.com/req/spread/img/base.png);
    background-position: 0 -84px;
}
.n-req-right-menu-ul li.icon-base-jsq {
    background: url(//static.lanlinghigh.com/req/activity/annual/image/jsq.png) no-repeat center center ;
}

.r-codem-img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 50px;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: 12px;
    text-align: center;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.n-req-right-menu-ul li .r-codem-p {
    display: none;
}

.n-req-right-menu-ul li:hover {
    background: #006AD2;
}

.n-req-right-menu-ul li:hover .r-codem-p,
.n-req-right-menu-ul li:hover .c-sidebar-box,
.n-req-right-menu-ul li:hover .share-box{
    display: inline-block;
}

#back_top {
    display: none;
}


.c-sidebar-box {
    position: absolute;
    display: none;
    right: 40px;
    top: 0;
    width: 119px;
}
.weixin-box{
    display: none;
}

.c-sidebar-info {
    position: relative;
    width: 110px;
    height: 100%;
    padding:10px 0;
    background: #fff;
    font-size: 14px;
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 48px;
}

.c-sidebar-info i,.share-box-bg i,.weixin-box-bg i,.c-jsp-info i{
    position: absolute;
    width: 6px;
    height: 9px;
    background: url(//static.lanlinghigh.com/req/activity/annual/image/sidebar-icon.png) no-repeat center center;
    background-size: cover;
    top: 15px;
    right: -6px;
}

.c-sidebar-info a {
    color: #006AD2;
    display: block;
    width: 91px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #006AD2;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto 10px auto;
}
.c-sidebar-info>a:first-child+a{
    margin-bottom: 0;
}

.c-sidebar-info a:hover {
    background: #006AD2;
    color: #fff;
}

.c-sidebar-info.p-kefu {
    padding: 5px 0;
}

.c-sidebar-info p {
    color: #006AD2;
    line-height: 1.5;
}
li.icon-base-0{
    padding-top: 0;
    line-height: 40px;
}

.share-box{
    position: absolute;
    display: none;
    right: 40px;
    top:0px;
    width:183px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.share-box-bg{
    width: 174px;
    padding: 14px 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 5px rgba(7,0,2,0.11);
            box-shadow: 0 0 13px 5px rgba(7,0,2,0.11);
    border-radius: 3px;
}
.share-box a{
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #ccc;
}
.share-box a.sina{
    margin-left: 0px;
}
.share-box a.wechat{
    background-image: url(//static.lanlinghigh.com/req/activity/annual/image/weixin.png);
    background-repeat: no-repeat;
    background-position: center;
}
.share-box a.sina{
    background-image: url(//static.lanlinghigh.com/req/activity/annual/image/weibo.png);
    background-repeat: no-repeat;
    background-position: center;
}
.share-box a.qq{
    background-image: url(//static.lanlinghigh.com/req/activity/annual/image/qq.png);
    background-repeat: no-repeat;
    background-position: center;
}
.share-box a.mzone{
    background-image: url(//static.lanlinghigh.com/req/activity/annual/image/kongjian.png);
    background-repeat: no-repeat;
    background-position: center;
}
.share-box a.wechat:hover{
    background-color: #229a43;
}
.share-box a.sina:hover{
    background-color: #d42a28;
}
.share-box a.qq:hover{
    background-color: #189ad8;
}
.share-box a.mzone:hover{
    background-color: #f5bb3d;
}
.right-weixin-box-img{
    position: relative;
    top:50%;
    left:50%;
    margin-top: -55px;
    margin-left: -55px;
    height: 110px;
    width: 110px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.relative{
    position: relative;
}
.weixin-box-bg{
    margin-top: 15px;
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 13px 2px rgba(4,0,0,.17);
            box-shadow: 3px 3px 13px 2px rgba(4,0,0,.17);
    background-color: #fff;
    width: 125px;
    height: 125px;
    text-align: center;
}
.right-weixin-box {
    position: absolute;
    top: 26px;
    right: -20px;
    width: 125px;
    z-index: 2;
    display: none; 
}
.share-box a.wechat:hover .right-weixin-box{
    display: block;
}


/*===/right menu===*/
/*356*9*/
.c-jsq-box{
    position: absolute;
    display: none;
    width: 365px;
    right: 40px;
    left: -365px;
    top:0;
}
.c-jsp-info{
    width: 356px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 5px rgba(7,0,2,0.11);
            box-shadow: 0 0 13px 5px rgba(7,0,2,0.11);
    text-align: left;
    color: #333;
}
.calculator-logo{
    float: left;
    line-height: 0;
    margin: 21px 10px 21px 20px;
    width: 48px;
    height: 48px;
    overflow:hidden;
    border-radius: 100%;
}
.calculator-logo img{
    width: 100%;
    height: 100%;
}
.calculator-logo-desc{
    margin-left: 78px;
    padding: 12px 20px 12px 0;
    font-size: 12px;
    line-height: 22px;
    color: #333;
}
.calculator-logo-desc>a{
    color: #333;
}
.calculator-logo-desc>a>span{
    color: #006AD2;
}
.calculator-logo-desc>span{
    color: #006AD2;
}
.calculator-close{
    position: absolute;
    top:-8px;
    left: -8px;
    width: 34px;
    height: 34px;
    background: url(//static.lanlinghigh.com/req/activity/annual/image/c-close.png) no-repeat center center; 
}
a.color-fff{
    color: #fff;
}
