/* 底部版权 */
.daodi {
    width: 90%;
    margin: auto;
    border-top: 0px #ccc solid;
    line-height: 40px;
    color: #ccc;
    text-align: center;
}
/* 微信样式 */
.wechat {
    color: rgb(255, 0, 0);
    background: rgb(247, 238, 5);
    padding: 3px 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #8b8787;
}
/* 底部浮动 */
.xuanfu {
    width: 100%;
    max-width: 740px;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.xuanfu .box {
    background: #7ecac4;
    display: block;
    position: relative;
    height: 60px;
    width: 100%;
}
.xuanfu .box img {
    position: absolute;
    left:10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    border-radius: 60%;
}
.xuanfu .box .script1 {
    position: absolute;
    left:100px;
    top:5px;
    font-size:16px;
    color:#fff;
}
.xuanfu .box .script2 {
    position: absolute;
    left:100px;
    bottom:3px;
    font-size:18px;
    color: #fff;
}
/* 添加提示 */
.prompt{
	position: fixed;
	z-index: 999;
	top: 75%;
	left: 0;
	text-align: center;
	width: 100%;
	display: none;
}
.prompt .written{
	border-radius: 32px;
	background: #ccc;
	opacity: 0.8;
	padding: 8px 16px;
	font-size: 13px;
	color: #fff;
}
/* 右侧浮动 */
.rightside{
    top: 45%;
    right: 0.5em;
    z-index: 999;
    font-size: 12px;
    position: fixed;
}
.rightside img {
    width: 55px;
    width: 55px;
}
/* 返回弹窗 */
.diy-modal{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5)
}
.diy-modal p{
	margin: 15px 0;
}
.diy-modal .diy-box{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 8%;
}
.diy-modal .diy-background{
	text-align: center;
	position: relative;
	border: 5px solid rgb(108, 101, 171) ;
	background: #fff;
	padding-top: 90px;
	margin-top: 90px;
}
.diy-modal .diy-background .diy-doctor{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: -90px;
	border: 5px solid rgb(108, 101, 171);
	border-radius: 100%;
	width: 180px;
	height: 180px;
}
.diy-modal .diy-background .close-pop {
	text-align: center;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #ff6d6d;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.diy-modal .script1 {
    font-size: 20px;
}
.diy-modal .script2 {
    font-size: 16px;
    color: #9b9b9b;
    text-align: center;
}
.diy-modal .script3 {
    margin-top: .8rem;
    background-color: #fff;
    color: #f00;
    border: 1px solid #333;
    font-size: 16px;
    border-radius: 15px;
    font-size: 30px;
    width: 75%;
    margin: 0 auto;
    padding: 0.5px 0;
}
.diy-modal .script4 {
    color: #333;
    font-size: 18px;
    margin-top: 0rem;
    text-align: center;
}