#warebot, #warebot2 {
    position: fixed;
    right: -400px;
    bottom: 10%;
    z-index: 9998;
    width: 380px;
    height: 520px;
    border-radius: 20px;
    background: #efefef;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    resize: both;
    overflow: hidden;
    min-width: 180px; 
    min-height: 320px; 
    max-width: 380px; 
    max-height: 600px; 
}
.resizer {
    position: absolute;
    background: transparent;
    z-index: 9999;
}
.resizer.top {
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    cursor: ns-resize;
}
.resizer.left {
    top: 0;
    left: 0;
    bottom: 50%;
    width: 20px;
    cursor: ew-resize;
}
#warebot h3, #warebot2 h3{
    width: 380px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    height: 50px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(-45deg, #2e6ab4, #1289b4);
}
#warebot img, #warebot2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 10px 0;
}
#warebot i, #warebot2 i{
    color: #ffffff;
    font-size: 20px;
    margin: -50px -45px -45px -45px;
    float: none;
    background-color: #1167b2;
    padding: 10px 10px 10px 12px;
    width: 40px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    cursor: pointer;
}
#warebot i:hover, #warebot2 i:hover{
    color: #000000;
}
.right-fixed.frontend {
    position: fixed;
    bottom: 5%;
    right: 20px;
    width: 85px;
    background: #ffffff;
    border-radius: 50px;
    z-index: 1052;
    box-shadow: 0 0 0 1px #e6eaf0, 0 4px 10px rgb(12 31 80 / 8%);
}
.right-fixed.backend {
    position: fixed;
    right: 10px;
    height: 72px;
    width: 72px;
    background: #ffffff;
    border-radius: 50px;
    z-index: 1052;
    box-shadow: 0 0 0 1px #e6eaf0, 0 4px 10px rgb(12 31 80 / 8%);
}
.right-fixed ul {
    width: 100%;
	padding: 0;
}
.right-fixed ul li {
    position: relative;
    cursor: pointer;
    width: 100%;
	list-style-type: none;
}
.right-fixed a {
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
	display: block;
}
.right-fixed ul li .right-tw img {
    display: block;
    margin: auto;
    height: 30px;
    margin-top: 10px;
	mix-blend-mode: multiply;
}
.right-fixed.backend p{
	font-size: 14px;
	font-weight: 500;
    text-align: center;
}
.right-fixed ul li .right-tw{
    text-align: center;
    border-top: 1px solid #cccccc;
}
.right-fixed ul li .dgw {
    position: absolute;
    right: 71px;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: 0.4s;
    background: #004088;
}
.right-fixed ul li:hover .dgw {
    width: 210px;
    padding-left: 20px;
}
.right-fixed ul li .dgw em {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    display: block;
    margin-top: 7px;
}
.right-fixed ul li .dgw p {
    font-size: 20px;
    color: #ffffff;
    white-space: nowrap;
	margin-top: 15px;
}
.warebot:hover{
	background-color: #ecf5ff;
}
#warebot_btn .noBorder,
#warebotBtn .noBorder,
#warebotBtn2 .noBorder{
	border: none !important;
}
#warebot .fa-close, #warebot2 .fa-close {
    position: fixed; 
    top: 99%
}

#warebot, #warebot2 {
    z-index: 10001;
}

/*响应式*/
@media (max-width: 900px ) {
    #warebot, #warebot2 {
        position: fixed;
        right: -400px;
        bottom: 15%;
        z-index: 9999;
        width: 320px;
        height: 450px;
        border-radius: 20px;
        background: #efefef;
        box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    }
}
@media (max-width: 767px){
	.right-fixed.frontend {
		right: 0 !important;
		border-radius: 0 !important;
		width: 100% !important;
		bottom: 0 !important;
	}
	.right-fixed ul li {
	    width: 33%;
	    float: left;
	}
	.right-fixed ul li .frontend.right-tw {
	    border-bottom: none !important;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    width: auto;
	}
    .warebotImg {
        display: block;
        height: 30px;
        margin-top: 5px;
        padding-left: 22px;
    }
    .right-fixed ul li .right-tw{
        text-align: center;
        border-top: 1px solid #ffffff !important;
    }
    .right-fixed .m2 {
        margin-top: 5px;
    }
}	