#tanchuang-box{
    position: fixed;
    width: 200px;
    height: 238px;
    /* background: rgba(0, 0, 0, 0.6); */
    bottom: 150px;
    left: 0px;
    z-index: 999999;
}
.tanchuang-box-cot{
    position: absolute;
    bottom: 0;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 238px;
    width: 200px;
    height: 238px;
    bottom: -119px;
    left: 100px;
}
#tanchuang-box img{
    width: 100%;
} 
#close-tanchuang{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 17px;
    cursor: pointer;
}
#right-close-tanchuang{
display: block;
    width: 52px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 2px;
}

.rightsidebar{ position: fixed;
    top: 50%;
    right: -8px;
    z-index: 99999992;
    width: 140px !important;
    min-width: auto;
    transform: translateY(-50%);}

 @media(max-width:1366px){
.rightsidebar{
    right: -29px;
}
.rightsidebar img{
width:80% !important;
}

}



.fixed-signup{
	display: none !important;
}