
/*侧边客服*/
.ceke{
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #577AF2;
	position: fixed;
	left: 10px;
	top: 178px;
	z-index:999999;
	
}
.ceke .cake-top{
	height: 200px;
	text-align: center;
	padding: 20px 10px;
	background: url(https://cdn.chiefgr.com/change/guceke/flex-kf.png)no-repeat;
}
.ceke .cake-top h4{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.ceke .cake-top p{
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	padding: 10px;
	height: auto;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	margin-top: 10px;
}
.ceke .cake-boot{
	text-align: center;
	display: flex;
    align-items: center;
    flex-direction: column;
}
.ceke .cake-boot img{
	margin-top: 10px;
	height: 100px;
}
.ceke .cake-boot p{
	font-size: 12px;
	color: #000000;
}
.ceke .cake-boot a{
	display: flex;align-items: center;justify-content: center;
	margin: 10px auto 0;
	width: 160px;
	height: 40px;
	background: #577AF2;
	border-radius: 40px 40px 40px 40px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 10px;
	margin-bottom: 20px;
}
.app-ceke {
    display: none;
}

@media only screen and (max-width: 500px) {
    .ceke {
        display: none;
    }

    .app-ceke {
        display: block;
        width: auto;
        height: auto;
        border-radius: 20px 0px 0px 20px;
        position: fixed;
        right: 0;
        top: 386px;
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .app-ce-tu {
       width: 70px;
    }

    .app-ceke-tan {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 999;
    }

    .app-ceke-box {
        width: 240px;
        height: 356px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        padding: 25px 15px 0;
        box-sizing: border-box;
    }

    .ceke-close {
        margin-top: 10px;
    }
}
