/* com */
.clearfix::before,
.clearfix::after{
    content:'';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
[v-cloak] {
    display: none;
}

/*----- 右侧侧边栏---------------------------------------------------------------------------------- */
.r-sidebar-wrap{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}
#rSide .r-sidebar-item a{
    display: block;
    width: 72px;
    height: 73px;
    text-decoration: none;
}

/* 在线客服入口 */
#rSide .customer-service a{
    display: block;
    background: url(/img/vipService/qq_fixed.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom:15px;
}
#rSide .customer-service a:hover {
    background: url(/img/vipService/qq_fixed_active.png) no-repeat center center;
}

/* 返回顶部 */
#rSide .return-top{
    display: none;
}
#rSide .return-top a{
    background: url(/img/case/icon/top2.png) center center no-repeat;
}
/* 广告框 */
#rSide .radvertising{
    display: block;
    position: fixed;
    right: 0;
    bottom: -110px;
    width: 174px;
	/* height: 104px; */
}
#rSide .radvertising>img{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/* ---------底部工具栏--------------------------------------------------------------------- */
.bottombar-wrap{
    position: fixed;
    bottom: 0;
    z-index: 2001;
}

/* 线索提交广告 */
.cluesfrom-wrap{
    display: none;
    position: relative;;
    width: 100vw;
    height:70px;
    text-align: center;
    background: rgba(64,64,64,1);
    opacity: 0.8;
}
.cluesfrom-wrap>div{
    display: inline-block;
    position: relative;
    max-width: 1140px;
    height: 100%;
    padding-left: 170px;
    margin-right: 100px;
}
.cluesfrom-wrap img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 170px;
}
.cluesfrom-text{
    display: inline-block;
    padding:10px 0 25px;
    margin-left: 100px;
    margin-right: 80px;
}
.cluesfrom-text p{
    margin: 0;
}
.cluesfrom-text p:nth-of-type(1){
    font-size: 16px;
    font-weight: 300;
    color: #9ac200;
}
.cluesfrom-text p:nth-of-type(2){
    font-size: 21px;
    font-weight: 500;
    color: rgba(238,238,238,1);
    letter-spacing: 1px;
}

.cluesfrom-wrap .input-wrap{
    display: inline-block;
    position: relative;
    height:100%;
    vertical-align: middle;
}
.cluesfrom-wrap .input-wrap input{
    border-radius: 23px;
    background: rgba(255,255,255,1);
    height: 38px;
    border: 0;
    padding: 10px 15px;
    outline: none;
}
.cluesfrom-wrap .input-wrap input:nth-of-type(1){
    width: 319px;
}
.cluesfrom-wrap .input-wrap input:nth-of-type(2){
    margin-left: 20px;
    width: 235px;
    padding-right: 92px;
}
.cluesfrom-wrap .input-wrap button{
    width: 90px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 40px 40px 0;
    background: #9ac200;
    color: #fff;

}

.cluesfrom-wrap .close-btn{
    position: absolute;
    top: 2px;
    right: 5px;
    margin-right:20px;
    font-size:18px;
    font-style: normal;
    color:#ffffff;
    cursor: pointer;
}
/* 线索提交广告 end*/




/* 标识------------------------------------- */

/* 热点标记(红点) */
.badge-red{
    position: relative;
    /* padding-right: 12.8%; */
}
.badge-red:after {
    display: inline-block;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ee3131;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    z-index: 10;
}
/* 热点标签 */
.navlist-li .navsecond-group li .new-hot>span{
    display: inline-block;
    position: relative;
}
.navlist-li .navsecond-group li .new-hot>span::after{
    position: absolute;
    top:0;
    left:105%;
    content: '';
    width: 34px;
    height:15px;
    background: url('/img/hot_new.png') no-repeat center center;
    background-size: 100% 100%;
}
/* sale标签 */
.sale-hint{
    display: inline-block;
    position: relative;
}
.sale-hint::after{
    position: absolute;
    top:0;
    left:105%;
    content: '';
    width: 34px;
    height:15px;
    background: url('/img/sale.png') no-repeat center center;
    background-size: 100% 100%;
}
/* 标签 */
.eleven-hint{
    display: inline-block;
    position: relative;
}
.eleven-hint::after{
    position: absolute;
    top:0;
    left:105%;
    content: '';
    width: 34px;
    height:15px;
    background: url('/img/console/icon_eleven@2x.png') no-repeat center center;
    background-size: 100% 100%;
}
