.y_afbtn{
	position: fixed;
	right: 5px;
	bottom: 14%;
	height: 6%;
	z-index: 9999;
	width: 20%;
	background-color:#00aef3;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 1em;
}
.y_afbtn img{
	width: 100%;
	height: 100%;
}
/*弹窗*/
.fl {
	float: left;
}

.outwindow {
	min-width: 280px;
	max-width: 550px;
	width: 80%;
	position: fixed;
	left: 0;
	right: 0;
	top: 20%;
	margin: auto;
	background-color: #ffffff;
	z-index: 99;
	display: none;
	overflow: hidden;
	border-radius: 8px;
}

.ask {
	height: 1.9rem;
	width: 100%;
	background-color: #2269d3;
	position: relative;
	margin-bottom: 0.7rem;
}

.ask .zixun {
	display: inline-block;
	line-height: 1.9rem;
	text-align: center;
	width: 100%;
	font-size: 0.7rem;
	color: #FFFFFF;
}

.close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	cursor: pointer;
}

.close img {
	width: 1rem;
}

.out_form {
	padding-bottom: 1rem;
}

.inputbox {
	height: 2.2rem;
	text-align: center;
}

.text_l {
	width: 19%;
	line-height: 1.5rem;
	padding-right: 2%;
	text-align: right;
	box-sizing: border-box;
}

.text_l span {
	font-size: 0.4rem;
}

.xinghao {
	color: #eb5151;
	vertical-align: middle;
	margin-left: 0.4rem;
}

.inp {
	width: 85%;
	height: 1.5rem;
	border: 1px solid #eeeeee;
	background-color: #f2f6f9;
	padding-left: 0.9rem;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 0.5rem;
}

.wrong_n,
.wrong_e,
.wrong_p {
	font-size: 0.4rem;
}

.btn_sub {
	text-align: center;
	margin-top: 0.2rem;
}

.sub {
	width: 85%;
	line-height: 1.4rem;
	color: #fff;
	background-color: #2269d3;
	border-radius: 4px;
	font-size: 0.7rem;
}

.inputbox p {
	color: red;
}
#maskTitle {
	height: 40px;
	line-height: 40px;
	background-color: #2269D3;
	position: relative;
	color: #fff;
	font-size: 16px;
	text-align: center;
	left: 0;
	top: 0;
	margin-bottom: 20px;
}

#popWinClose {
	background-image: url(../img/guanbi.png)!important;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 22px!important;
	height: 22px!important;
	right: 11px!important;
	top: 9px!important;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #888;
}

.triangle-up {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.posi_angle {
	position: absolute;
	right: .1rem;
	top: .95rem;
}

/*外加广告样式*/

/*右侧按钮*/
.r_btnbox {
	position: fixed;
	right: 0;
	top: -20px;
	bottom: 0;
	margin: auto 0;
	height: 200px;
	width: 60px;
	z-index: 9999;
}

.r_btnli {
	height: 60px;
	background-color: #fff;
	margin-bottom: 10px;
	/*border: 1px solid #DDDDDD;*/
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.r_btnlit {
	background-color: #ff9406;
}

.y_rbtnimg {
	position: absolute;
	width: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/*底部按钮*/

body {
	padding-bottom: 50px;
}

.b_btnbox {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: red;
	z-index: 9999;
	
}

.b_btnli {
	width: 33.3%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	float: left;
}

.clear {
	clear: both;
}

.b_btnlil {
	background-color: #ff4649;
}

.b_btnlim {
	background-color: #5783fc;
}

.b_btnlir {
	background-color: #ff9406;
}

.y_btnspan {
	vertical-align: middle;
	color: #fff;
	margin-left: 7px;
	font-size: 16px;
}

.y_bbtnimg1 {
	width: 20px;
	vertical-align: middle;
}

.y_bbtnimg2 {
	vertical-align: middle;
	width: 22px;
}

.y_bbtnimg3 {
	vertical-align: middle;
	width: 18px;
}


/*左侧广告图片*/

.l_imgbtnbox {
	position: fixed;
	left: 0;
	bottom: 16%;
	z-index: 99999;
}

.l_imgbtnpic {
	width: 120px;
}

.l_imgbtnpic {
	animation: myfirst 2s infinite;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -10px);
	}
	100% {
		transform: translate(0px, 0px);
	}
	}

/*二维码遮罩*/
.y_erweioutbox {
	overflow: hidden;
	display: none;
	
}

.y_erweizz {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	background-color: #000;
	z-index: 333;
	opacity: 0.5;
}
.y_erweima {
	position: fixed;
	right: 0;
	left: 0;
	top: -10%;
	bottom: 0;
	margin: auto;
	width: 8.5rem;
	height: 8.5rem;
	background-color: #fff;
	z-index: 99999;

}
.y_topback{
	height: 0.25rem;
	width: 100%;
	background-color: #ff9406;
}
.y_erweimabox{
	padding: 0.4rem;
	background-color: #fff;
	
}
.y_erweiimg{
	width: 100%;
}

.y_berweibox{
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.4rem;
	text-align: center;
	padding-bottom: 0.4rem;
	
}
.y_setfontct{
	color: #333;
}
.y_setfontcb{
	color: #999;
	margin-top: 0.1rem;
}

/*电话遮罩*/
.y_teloutbox {
	overflow: hidden;
	display: none;
}

.y_telzz {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 750px;
	background-color: #000;
	z-index: 333;
	opacity: 0.5;
}
.y_tel{
	position: fixed;
	right: 80px;
	top: 0;
	bottom:7%;
	margin: auto 0;
	width:10rem;
	max-width: 460px;
	height: 82px;
	background-color: #fff;
	z-index: 99999;
}
.y_teltopback{
	height:5px;
	width: 100%;
	background-color: #ff9406;
}
.y_telbbox{
	background-color: #fff;
	width: 100%;
	height: 75px;
}
.y_tellimgbox{
	width: 3rem;
	height: 100%;
	text-align: center;
	position: relative;
	float: left;
}
.y_tellimg{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width:33px;
}

.y_telrfontbox{
	float: left;
	width: 7rem;
}
.y_telnum{
	line-height: 30px;
	margin-top: 10px;
	font-size: 0.8rem;
	color: #de6b1e;
	font-weight: bold;
}
.y_senele{
	color: #999999;
	
	line-height: 25px;
}
