﻿.zixunbaojia{background: #39bde9; color: #fff; font-size: 0.22rem; padding: 0.15rem 0.35rem; border-radius: 0.4rem; display: inline-block; cursor: pointer;}
.zixunbaojia:hover{color: #fff;}

.zixunbaojia_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	.mask{
		width: 100vw;
		height: 100vh;
		background: rgba(30,30,30,0.55);
	}
	.feedback-box{
		width: 7rem;
		height: 80vh;
		padding: 0.45rem;
		overflow: auto;
		margin: -40vh 0 0 -3.5rem;
		position: absolute;
		left: 50%;
		top: 50%;
		background: #fff;
		form{ }
		.inputbox {
			background: #F8F8F8; border: 1px solid #F2F2F2; width: 100%; padding: 10px;
			i{color: #BFBFBF;}
			input{border: none; outline: none; background: transparent;color: #BFBFBF;font-size: 0.16rem;}

		}
		textarea{border: none; outline: none; background: transparent;color: #BFBFBF; min-height: 1.6rem; width: 100%; height: 100%;resize: none;font-size: 0.16rem;}
		button{border: none; outline: none; color: #fff;width: 2.06rem; height: 0.52rem; text-align: center;}
		p{ color: #333;
			span{ color: red;}
		}
	}
}