body,
html {
	margin: 0;
	width: 100%;
	height: 100%;
}

.lee-jian {
	position: absolute;
	top: -30px;
	width: 46px;
	left: 3px;
}
#bawr{
	position:fixed !important;
}

.new-ever-code-body-check-box input{
    position: absolute;
    top: 6px;
    left: -23px;
    -webkit-appearance:radio !important;
}
.lee-newbanner {
	position: fixed;
	width: 100%;
	min-height: 40px;
	z-index: 9999999;
}

.lee-newbanner span {
	width: 18px;
    height: 18px;
    position: absolute;
    right: 2px;
    background: url(../img/ball-close.png) no-repeat rgba(0, 0, 0, 0.34);
    top: 2px;
    background-size: 100%;

}

.loading-bg {
				top:0;
				left:0;
				position: fixed;
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,0.5);
				text-align: center;
				color: #fff;
				z-index:9999999;
				display:none;
			}
			.loading-bg a{
				position: absolute;
				left: 50%;
				width: 100%;
				top: 40%;
				margin: 0 0 0 -50%;
				color: #fff;
				text-decoration: none;
				font: 20px "微软雅黑";
			}


.lee-round-one {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 20px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 51px;
}

.lee-round-two {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 80%;
	bottom: 10px;
	border-radius: 50px;
	margin: 0 auto;
}

.logoOpacity{
	
	position: absolute;
	width: 50px;
	height: 50px;
	left: 80%;
	bottom: 10px;
	border-radius: 50px;
	margin: 0 auto;
	opacity: 0.5;
	 -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-border-radius: 50px;
        border-radius: 50px;
//	overflow:hidden;
	
}

.lee-round-three {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
//	border-radius: 50px;
	margin: 0 auto;
	background: url(../img/logobot2.png);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-size: 100%;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	left: 0px;
	overflow: hidden;
	z-index: 999;
}

.lee-green-water {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 22;
	-webkit-background-clip: border-box;
	background-clip: border-box;
/*  -webkit-border-radius: 50px;*/
/*  border-radius: 50px;*/
	-webkit-mask-image:url("../img/output.png");
	mask-image:url("../img/output.png");
	overflow:hidden;
}

.lee-orange-water {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 50px;
}

.lee-red-water {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 22;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-mask-image:url("../img/output.png");
	mask-image:url("../img/output.png");
	overflow:hidden;
}

.redbg {
	display: none;
	position: absolute;
	top: 0%;
	width: 50px;
	height: 50px;
	background-clip: border-box;
	border-radius: 50%;
//	background-clip: border-box;
	background: rgba(255, 0, 0, 0.3);
}

.bluebg {
	position: absolute;
	top: 0%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-clip: border-box;
	background: rgba(0, 173, 255, 0.4);
}

.lee-number {
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	color: #fff;
	z-index: 1000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
	margin-top: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
	 -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-border-radius: 50px;
        border-radius: 50px;
}

.lee-liuliang {
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	z-index: 999;
	font-size: 8px;
	font-family: "微软雅黑";
	-webkit-border-radius: 50px;
        border-radius: 50px;
}

.lee-liuliang img {
	width: 100%;
}


/*红色水波效果*/

.rone {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	background: url(../img/r1.png);
	background-size: 100%;
	animation: myfirst linear 8s infinite;
	-webkit-animation: myfirst linear 8s infinite;
}

@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.rtwo {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	opacity: 0.4;
	background: url(../img/r2.png);
	background-size: 100%;
	position: relative;
	animation: myfirst linear 8s infinite;
	-webkit-animation: myfirst linear 8s infinite;
}

@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}


/*蓝色水波效果*/

.lone {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	background: url(../img/l2.png);
	background-size: 100%;
//	-webkit-animation: myfirst linear 8s infinite;
//	animation: myfirst linear 8s infinite;
//	-webkit-animation: myfirst linear 8s infinite;
}

@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.ltwo {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	opacity: 0.9;
	background: url(../img/l1.png);
	background-size: 100%;
	position: relative;
//	-webkit-animation: myfirst linear 8s infinite;
//	animation: myfirst linear 8s infinite;
//	-webkit-animation: myfirst linear 8s infinite;
}

@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.lee-jian img {
	width: 100%;
}


/*----订购弹窗背景-----*/

.lee-order-box {
	position: fixed;
	width: 90%;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -45%;
	margin-top: -200px;
	background: url(../img/order.png);
	background-size: 100%;
	border-radius: 10px;
	z-index:999999999999999;
}

.lee-order-list {
	position: relative;
	width: 90%;
	height: 350px;
	margin: 35px auto 0 auto;
	background: rgba(0, 0, 0, 0.7);
	background-size: 100%;
	border-radius: 10px;
	overflow-y: scroll;
	color: #fff;
	font-size: 13px;
}

.lee-list-box {
	position: relative;
	width: 90%;
	height: auto;
	min-height: 45px;
	line-height: 25px;
	border-bottom: 1px dashed #fff;
	margin: 0 auto;
}

.lee-order-box span {
    display: block;
    width: 80%;
    height: 40px;
    margin: 5px 0 5px 0;
    line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lee-oreder-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 45px;
	height: 25px;
	margin-top: -17px;
	border-radius: 4px;
	border: 1px dashed #fff;
	padding: 1px;
	text-align: center;
	clear: both;
	color: #FFE600;
}

.lee-title {
	width: auto;
	height: auto;
	float: left;
	color: #fff;
	font-size: 15px;
	text-shadow: 0px 2px 4px #000;
	margin: 10px 0 0 10px;
}

.lee-close {
	display: block;
	background: url(../img/ball-close.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	float: right;
	margin: 10px 10px 0 0;
}


/*----流量提醒背景-----*/

.lee-remind-box {
	position: fixed;
	width: 90%;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -45%;
	margin-top: -240px;
	background: url(../img/remindbg.png) no-repeat;
	background-size: 100%;
	z-index: 99999999;
	animation: myorder linear 1s;
	-webkit-animation: myorder linear 1s;
}

@-webkit-keyframes myorder {
	0% {
		-webkit-transform: scale(0, 0);
		left: 90%;
		top: 95%;
	}
	40% {
		-webkit-transform: scale(1, 1);
		left: 50%;
		top: 50%;
	}
	50% {
		-webkit-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10px) rotate(3deg);
	}
	70% {
		-webkit-transform: translateX(-8px) rotate(-3deg);
	}
	80% {
		-webkit-transform: translateX(10px) rotate(2deg);
	}
	90% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

.lee-roundline {
	position: relative;
	margin: 30px auto 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	border: dashed 1px #fff;
}

.lee-numbox {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	margin: 5px 0 0 0;
}

.lee-numb-left {
	width: 65%;
	float: left;
	line-height:45px;
	height: auto;
	font-size: 40px;
	color: #ffc000;
	text-align: right;
	font-family: arial;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-numb-right {
	position: absolute;
	right: 20px;
	bottom: 8px;
	width: 25%;
	float: right;
	height: auto;
	font-size: 20px;
	color: #fff;
	text-align: right;
	font-family: arial;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-sheng {
	position: relative;
	clear: both;
	margin: 25px auto 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-day {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-day span {
	color: #ffc000;
}


/*----流量总量已用剩余-----*/

.lee-threebox {
	position: relative;
	width: 100%;
	text-align: center;
	height: 40px;
	margin-top: 10px;
}

.lee-all {
	width: 45%;
	height: 18px;
	display: inline-block;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-all span {
	color: #ffc000;
	font-size: 16px;
	font-family: arial;
}

.lee-used {
	width: 33%;
	height: 18px;
	display: inline-block;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-used span {
	color: #ffc000;
	font-size: 16px;
	font-family: arial;
}

.lee-dayuse {
	width: 33%;
	height: 18px;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.lee-dayuse span {
	color: #ffc000;
	font-size: 16px;
	font-family: arial;
}

.lee-cardbox {
	position: absolute;
	height: 250px;
	left: 50%;
	margin-left: -45%;
	bottom: 15px;
	width: 90%;
	background: rgba(0, 0, 0, 0.8);
	background-size: 100%;
	border-radius: 10px;
}

.lee-foryou {
	width: auto;
	height: auto;
	padding: 5px 10px 5px 10px;
	float: left;
	background: #FFC000;
	border-radius: 10px 0 5px 0;
	font-size: 12px;
	font-family: "微软雅黑";
}

.lee-fortitle {
	width: 59%;
	height: auto;
	padding: 5px 10px 5px 10px;
	float: left;
	color: #fff;
	border-radius: 10px 0 5px 0;
	font-size: 13px;
	font-family: "宋体";
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.lee-moneybox {
	width: 70%;
	height: 35px;
	position: absolute;
	border: 1px dashed #fff;

	top: 35px;
	border-radius: 0 5px 5px 0;
}

.lee-moneytext {
	width: 50%;
	height: 35px;
	float: left;
	background: #FFC000;
	font-family: arial;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	border-radius: 0 5px 5px 0;
}

.lee-moneytext span {
	font-size: 18px;
}

.lee-liutext {
	width: 50%;
	height: 35px;
	float: left;
	font-family: arial;
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	border-radius: 0 10px 10px 0;
}

.lee-liutext span {
	font-size: 18px;
}

.lee-bodytext {
	position: absolute;
	top: 92px;
	width: 83%;
	height: 85px;
	overflow-y: scroll;
	left: 10px;
	font-size: 12px;
	color: #fff;
	word-break: normal;
	text-overflow: ellipsis;
}

.lee-buy {
	width: 50%;
	border: dashed 1px #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-align: center;
	border-radius: 10px;
	margin-left: -25%;
	color: #FFC000;
	font-family: "微软雅黑";
	padding: 5px 0;
}


/*----生效方式-----*/

.lee-time {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	text-align: center;
	margin-left: -50%;
	font-size: 12px;
	color: #fff;
}

.lee-time label {
	position: relative;
	top: 4px;
	display: inline-block;
	height: 30px;
}

.lee-time label span {
	position: relative;
	top: -4px;
}

.lee-confirm {
	position: absolute;
	width: 80%;
	height: 128px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -40%;
	border-radius: 10px;
	background: #0772b2;
	z-index: 999999991;
}

.lee-confirm-text {
	font-size: 14px;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-top: 15px;
	box-sizing: border-box;
	color: #FFF;
}

.lee-confirm-btn1 {
	width: 100%;
	height: 40px;
	background: #FFf;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.lee-confirm-btn1 span {
	display: block;
	height: 40px;
	width: 50%;
	font-size: 15px;
	line-height: 40px;
	float: left;
	background: #ffc000;
	text-align: center;
}

.lee-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999;
}


/*----iphone4手机适配背景-----*/

@media screen and (max-height:490px) {
	.lee-remind-box {
		height: 440px;
		top: 52%;
	}
	.lee-cardbox {
		bottom: 18px;
		height: 200px;
	}
	.lee-bodytext {
		height: 40px;
	}
}


/*----iphone6手机适配背景-----*/

@media screen and (min-height:660px) {
	.lee-remind-box {
		height: 530px;
		top: 50%;
	}
	.lee-all {
		height: 25px;
	}
	.lee-used {
		height: 25px;
	}
	.lee-dayuse {
		height: 25px;
	}
	.lee-all span {
		font-size: 25px;
	}
	.lee-used span {
		font-size: 25px;
	}
	.lee-dayuse span {
		font-size: 25px;
	}
}

#pic2 {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	left: 80%;
	bottom: 10px;
	border-radius: 50px;
	margin: 0 auto;
}

.breathWindow {
	position: fixed;
	width: 236px;
	height: auto;
	right: 31px;
	bottom: 56px;
	color: #fff;
	font-weight: bold;
	z-index:99999;
}
.breathWindow > span {
	background: rgba(0, 0, 0, 0.6)!important;
    color: rgb(255, 255, 255);
    position: absolute;
    display: block;
    right: 0px;
    text-align: center;
    top: 0;
    font-size: 26px;
    width: 35px;
    height: 35px;
    line-height: 25px;
    border-radius: 0 10px 0 40px;
    text-indent: 8px;
}

.ever-breath-text{
	height: 150px;
	font: 12px 'Microsoft Yahei';
	color: #555;
	overflow: auto;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.ever-text-span{
	font-size:12px;
	width: 180px;
	display: block;
	float: right;
	height: 69%;
	text-align: left;
	margin: 10px 10px 0 0;
	overflow-y: scroll;
}


/*弹窗样式5*/

.body-window {
	position: fixed;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 10%;
	margin: 0 0 0 -40%;
	background: #ddd;
	border-radius: 5px;
	z-index: 999999999;
}

.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	top:0;
}

.img {
	position: relative;
	width: 100%;
	height: auto;
}

.up-box {
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	height: 70%;
	background: #2ED0BB;
	float: left;
	margin: 0 0 10px 0;
	clear: both;
}

.up-logo,
.up-close {
	position: absolute;
	width: 60px;
	height: 40px;z-index: 222;
}

.up-logo {
	left: 0;
	top: 0;
	margin: 10px 0 0 10px;
}


.up-close {
	right: 0;
	top: 0;
	border-radius: 0 5px 0 50px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.box-img-up{
	width: 100%;
	height: auto;
	position: relative;
	float: left;

}
.up-text-box {
	position: relative;
	float: left;
	width: 100%;
	height: 38%;
	bottom:0;
	overflow-y: scroll;
}

.up-text-box span {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: auto;
	color: #fff;
	line-height: 23px;
	font-size: 16px;
	word-break: break-word;
}

.up-text-box span:nth-child(1) {
/*	text-align: center;*/
	font-size: 16px;
}

.up-text-box span:nth-child(2) {}

.up-text-box span:nth-child(3) {
	color: #088474;
}

.down-box {
	width: 90%;
	height: 15%;
	background: #FFF;
	margin: 0 auto 10px auto;
	clear: both;
	border-radius: 5px;
	font-size: 13px;
}

.down-box span {
	display: block;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;;

}

.down-box span:nth-child(1) {
	width: 30%;
	background: #5EC938;
	border-radius: 5px 0 10px 0;
	float: left;
	font-weight: bold;
}

.down-box span:nth-child(2) {
	width: 70%;
	color: #777;
	float: right;

}

.down-box span:nth-child(3) {
	width: 100%;
	color: #333;
	float: left;
	font-size: 15px;
}
.order-btn{
	position: relative;
	width: 130px;
	background: #0DB5FB;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.order-no{

	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 10px;
	text-decoration: underline;
	color: #999;
	right: 5px;
}

.telephone-number{
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 10px;
	text-decoration: underline;
	color: #999;
	left: 5px;
	text-decoration: none;
}



/*弹窗样式*/

.ever-code-body-window1 {
	position: fixed;
	width: 90%;
	height: auto;
	left: 50%;
	top: 200px;
	margin: 0 0 0 -45%;
	background: #fff;
	border-radius: 10px;
	z-index: 9999999;
	overflow: hidden;
}

.img {
	position: relative;
	width: 100%;
	height: auto;
}

.img img {
	width: 100%;
	height: auto;
}

.ever-code-ball-close {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	font-family: cursive;
	line-height: 20px;
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	z-index: 111111;
}

.ever-code-window-close {
	display: block;
	width: 40px;
	font-family: cursive;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.katong{

	position: absolute;
	left: 0;
	top: 0;
	width: 23%;
	height: auto;

}
.up-close img{
	width: 100%;
	height: auto;
}
.up-logo img{
	width: 100%;
	height: auto;
}
.katong img{
	width: 100%;
	height: auto;
}
.box-img-up img{
	width: 100%;
	height: auto;
}
/*订购样式*/

.ever-code-title {
	width: 100%;
	height: 40px;
	float: left;
	font-family: "微软雅黑";
	background: #03a9f4;
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.ever-code-body-text1 {
	width: 70%;
	height: 30px;
	float: right;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: left;
	line-height: 30px;
	color: #222;
	font-size: 13px;
}

.ever-code-body-text label {
	display: block;
	height: 30px;
}

.ever-code-inputbox {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.ever-code-phoneinput {
	display: block;
	width: 54%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}

.ever-code-codebtn {
	display: block;
	width: 33%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: right;
	text-align: center;
	color: #03a9f4;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	background: #fff;
}

.ever-code-codeinput {
	display: block;
	width: 92%;
	height: 40px;
	border: 1px solid #ddd;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 10px 20px 10px;
	box-sizing: border-box;
}

.ever-code-no {
	width: 50%;
	height: 50px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #666;
}

.ever-code-yes {
	width: 50%;
	height: 50px;
	float: right;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #fff !important;
	background: #03a9f4;
}

.ever-code-confirme {
	width: 100%;
	height: 50px;
	float: right;
	box-sizing: border-box;
	border-radius: 0 0  10px  10px ;
	border: 1px solid #DDDDDD;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #03a9f4;
}

.ever-code-body-text2{
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 30px;
	color: #222;
	font-size: 13px;
}
/*弹窗样式6*/

.new-body-window {
	position: fixed;
	width: 80%;
	height: 66%;
	left: 50%;
	top: 20%;
	margin: 0 0 0 -40%;
	background: #FFF;
	border-radius: 5px;
	z-index: 999;
}

.new-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.new-img {
	position: relative;
	width: 100%;
	height: auto;
}

.new-up-box {
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	height: 70%;
	background: #fff9f3;
	float: left;
	margin: 0 0 10px 0;
	clear: both;
}

.new-up-logo,
.new-up-close {
	position: absolute;
	width: 60px;
	height: 40px;z-index: 222;
}

.new-up-logo {
	left: 0;
	top: 0;
	margin: 10px 0 0 10px;
}


.new-up-close {
	right: 0;
	top: 0;
	border-radius: 0 5px 0 50px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.new-box-img-up{
	width: 100%;
	height: auto;
	position: absolute;
	float: left;

}
.new-up-text-box {
	position: absolute;
	float: left;
	width: 100%;
	top: 28%;
	height: 66%;
	overflow-y: scroll;
}

.new-up-text-box span {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: auto;
	font-size: 13px;
	line-height: 23px;
}

.new-up-text-box span:nth-child(1) {
	font-size: 13px;
}

.new-up-text-box span:nth-child(2) {}

.new-up-text-box span:nth-child(3) {
}

.new-down-box {
	width: 90%;
	height: 10%;
	background: #f1f1f1;
	margin: 0 auto 10px auto;
	border: 1px solid #ddd;
	clear: both;
	border-radius: 5px;
	font-size: 13px;
}

.new-down-box span:nth-child(1) {
	display: block;
	height: 90%;
	text-align: center;
	color: #fff;

}

.new-down-box span:nth-child(2) {
        display: block;
        height: 90%;
        text-align: center;
        color: #fff;
        line-height: 46px;;

}

.new-down-box span:nth-child(1) {
	width: 35%;
	background: #ff8b00;
	border-radius: 5px 0 10px 0;
	float: left;
	font-weight: bold;
	font-size: 17px;
}
.new-down-box span:nth-child(1) a{
	color: #ffeb3b;
}

.new-down-box span:nth-child(2) a{
	color: #ff7c08;
}
.new-down-box span:nth-child(2) {
	width: 64%;
	color: #2c2b2b;
	font-size: 17px;
	float: right;

}

.new-down-box span:nth-child(3) {
	width: 100%;
	color: #333;
	float: left;
	font-size: 15px;
}
.new-order-btn{
	position: relative;
	width: 130px;
	background: #05a648;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	color: #FFF;
	padding: 2% 0;
	margin:5px  auto;
}
.new-order-no{

	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #999;
	right: 5px;
}

.new-telephone-number{
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #999;
	left: 5px;
	text-decoration: none;
}



/*弹窗样式*/

.new-ever-code-body-window {
	position: absolute;
	width: 90%;
	height: auto;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -45%;
	background: #fff;
	border-radius: 10px;
	z-index: 9299;
}

.new-img {
	position: relative;
	width: 100%;
	height: auto;
}

.new-img img {
	width: 100%;
	height: auto;
}

.new-ever-code-ball-close {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	font-family: cursive;
	line-height: 20px;
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	z-index: 111111;
}

.new-ever-code-window-close {
	display: block;
	width: 40px;
	font-family: cursive;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.new-katong{

	position: absolute;
	left: 0;
	top: 0;
	width: 23%;
	height: auto;

}

.new-title{

	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #FFF;
	z-index: 99;
	font-size: 24px;
	top: 12px;
	left: 0;
}
/*订购样式*/

.new-ever-code-title {
	width: 100%;
	height: 40px;
	float: left;
	font-family: "微软雅黑";
	background: #03a9f4;
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.new-ever-code-body-text {
	width: 70%;
	height: 30px;
	float: right;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: left;
	line-height: 30px;
	color: #222;
	font-size: 13px;
}
.new-ever-code-body-check-box{
	 width: auto;
    height: auto;
    position: relative;
    float: right;
    font-family: "微软雅黑";
    border-radius: 10px 10px 0 0;
    text-align: left;
    line-height: 30px;
    color: #222;
    margin: 0px 0 0 23%;
    font-size: 13px;
    padding: 0 40px;
}
.new-ever-code-body-check-box label{
	position: relative;
}
.new-ever-code-body-check-box input{
	position: absolute;
	top: 6px;
	left: -23px;
}
.new-ever-code-body-check-box label{
	float: left;
}


.new-ever-code-body-text label {
	display: block;
	height: 30px;
}

.new-ever-code-inputbox {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.new-ever-code-phoneinput {
	display: block;
	width: 54%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}

.new-ever-code-codebtn {
	display: block;
	width: 33%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: right;
	text-align: center;
	color: #03a9f4;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	background: #fff;
}

.new-ever-code-codeinput {
	display: block;
	width: 92%;
	height: 40px;
	border: 1px solid #ddd;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 10px 20px 10px;
	box-sizing: border-box;
}

.new-ever-code-no {
	width: 50%;
	height: 40px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #666;
}

.new-ever-code-yes {
	width: 50%;
	height: 40px;
	float: right;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #009688;
}

.new-ever-code-confirme {
	width: 100%;
	height: 50px;
	float: right;
	box-sizing: border-box;
	border-radius: 0 0  10px  10px ;
	border: 1px solid #DDDDDD;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #03a9f4;
}

.new-ever-code-body-text2{
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 30px;
	color: #222;
	font-size: 13px;
}

.effectLabel{
	text-align: center;
}
@media screen and (max-width: 320px){
	.new-down-box span:nth-child(1){
		font-size: 14px;
	}
	.new-down-box span:nth-child(2){
                font-size: 14px;
        }
	.new-down-box span:nth-child(1) a {
    	font-size:18px;
	}
	 .new-down-box span:nth-child(2) a {
        font-size:18px;
        }
}

/*样式13*/

.new-body-window13 {
	position: absolute;
	width: 280px;
	height: 400px;
	left: 50%;
	top: 12%;
	margin: 0 0 0 -140px;
	background: #FFF;
	z-index: 999999;
}

.new-up-box13 {
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background: #fff;
	float: left;
	margin: 0 0 10px 0;
}

.new-title13 {
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #ff9800;
	z-index: 99;
	font-size: 25px;
	top: 27px;
	font-family: "宋体";
	font-weight: bold;
	left: 0;
}

.new-box-img-up13 {
	width: 40px;
	height: auto;
	position: absolute;
	right: 0;
}

.new-box-img-left {
	width: 70px;
	height: auto;
	position: absolute;
	left: 0;
	bottom:0;
}

.new-up-close13 {
	    right: 0;
    top: 0;
    border-radius: 0 0 0 50px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    width: 39px;
    background: rgba(0,0,0,0.5);
    height: 31px;
    z-index: 222;
}

.new-up-text-box13 {
	position: relative;
	float: left;
	margin: 30% 0 0 0;
	width: 100%;
}

.new-down-box13 {
	position: relative;
	width: 90%;
	padding: 5px;
	background: #FFFCDB;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 5% 10px 5%;
	border: 1px solid #ddd;
	float: left;
	border-radius: 5px;
	font-size: 13px;
}

.new-order-btn13 {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 5px 0;
	background: #E46F29;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	color: #FFF;
	margin: 0 25%;
}

.new-order-btn2 {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-radius: 25px;
	font-size: 12px;
	color: #444;
	margin: 0 25%;
}

.new-up-text-box13>span:nth-child(1) {
	text-align: center;
	position: absolute;
	width: 70%;
	left: 50%;
	margin: 0 0 0 -35%;
	font-size: 20px;
	top: -10px;
	background: #fff;
	color: #D4242A;
	display: block;
    height: auto;
    line-height: 23px;
}

.new-up-text-box13>span:nth-child(2) {
	border: 2px dashed #ed711f;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 25px 5px 5px 5px;
	height: 100px;
	overflow-y: scroll;
	display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 23px;
}

.number-box13 {
	display: block;
	width: 90%;
	padding: 10px;
	clear: both;
	box-sizing: border-box;
	margin: 5px auto;
	height: 100px;
	font-size: 13px;
	overflow-y: scroll;
	line-height: 23px;
}

.new-down-box13 span {
	float: left;
	display: block;
	text-align: center;
	color: #fff;
}

.new-down-box13 span:nth-child(1) {
	float: left;
	font-size: 15px;
	color: #666;
	margin: 0 0 0 5px;
}

.new-down-box13 span:nth-child(1) a {
	color: #E46F29;
	font-weight: bold;
}

.new-down-box13 span:nth-child(2) a {
	position: relative;
	z-index: 22;
}

.new-down-box13 span:nth-child(2) {
	color: #2c2b2b;
	position: absolute;
	font-size: 12px;
	line-height: 32px;
	padding: 0 5px;
	float: right;
	color: #fff;
	height: 100%;
	background: #e46f29;
	right: 0;
	top: 0;
	width: 100px;
}

.new-down-box13 span:nth-child(3) {
	width: 100%;
	color: #333;
	float: left;
	font-size: 15px;
}

.money-bg {
	position: absolute;
	width: 0;
	top: -2px;
	left: 120px;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 21px solid #e46f29;
	border-bottom: 19px solid transparent;
}


/*弹窗样式11*/

.new-body-window11 {
	position: fixed;
	width: 280px;
	height: 450px;
	left: 50%;
	top: 12%;
	margin: 0 0 0 -140px;
	background: #FFF;
	z-index: 999999;
}

.new-bg11 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.new-img11 {
	position: relative;
	width: 100%;
	height: auto;
}

.new-up-box11 {
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background: #fff;
	float: left;
	margin: 0 0 10px 0;
}

.new-up-logo11,
.new-up-close11 {
    position: absolute;
    width: 39px;
    background: rgba(0,0,0,0.5);
    height: 31px;
    z-index: 222;
}

.new-up-logo11 {
	left: 0;
	top: 0;
	margin: 10px 0 0 10px;
}

.new-up-close11 {
    right: 0;
    top: 0;
    border-radius: 0 0 0 50px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    font-size: px;
}

.new-box-img-up11 {
	width: 40px;
	height: auto;
	position: absolute;
	right: 0;
}

.new-box-img-left11 {
	width: 70px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.new-up-text-box11 {
	position: relative;
	float: left;
	margin: 30% 0 0 0;
	width: 100%;
}

.new-up-text-box11>span {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: auto;
	font-size: px;
	line-height: 23px;
}
.new-up-text-box11>span:nth-child(2) {
	border: 2px dotted #ed711f;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 15px 5px 5px 5px;
	height: 150px;
	overflow-y: scroll;
}

.new-up-text-box11 span a {
	color: #D4242A;
	font-weight: bold;
}

.new-up-text-box11>span:nth-child(1) {
	text-align: center;
	position: absolute;
	width: 70%;
	left: 50%;
	margin: 0 0 0 -35%;
	font-size: 20px;
	top: -10px;
	background: #fff;
	color: #D4242A;
}


.new-up-text-box11 span:nth-child(3) {
	color: #383838;
}

.new-down-box11 {
	position: relative;
    width: 90%;
    padding: 7px;
    background: #FFFCDB;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 5% 10px 5%;
    border: 1px solid #ddd;
    float: left;
    border-radius: 5px;
    font-size: 13px;
        font-weight: bold;
}

.money-bg11 {
	position: absolute;
	width: 0;
	top: -2px;
	left: 120px;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 21px solid #e46f29;
	border-bottom: 19px solid transparent;
}

.new-down-box11 span {
	float: left;
	display: block;
	text-align: center;
	color: #fff;
}

.new-down-box11 span:nth-child(1) {
	float: left;
	font-size: 15px;
	color: #666;
	margin: 0 0 0 5px;
}

.new-down-box11 span:nth-child(1) a {
	color: #E46F29;
	font-weight: bold;
}

.new-down-box11 span:nth-child(2) a {
	position: relative;
	z-index: 22;
}

.new-down-box11 span:nth-child(2) {
	color: #2c2b2b;
	position: absolute;
	font-size: 12px;
	line-height: 32px;
	padding: 0 5px;
	float: right;
	color: #fff;
	height: 100%;
	background: #e46f29;
	right: 0;
	top: 0;
	width:100px;
}

.new-down-box11 span:nth-child(3) {
	width: 100%;
	color: #333;
	float: left;
	font-size: 15px;
}

.number-box11 {
	display: block;
	width: 90%;
	padding: 10px;
	clear: both;
	box-sizing: border-box;
	margin: 5px auto;
	height: 100px;
	font-size: 13px;
	overflow-y: scroll;
	line-height: 23px;
}

.boxall11 {
    width: 90%;
    float: right;
    margin: 0 5% 0 0;
    height: auto;
    text-align: center;
}

.btnall11 {
	width: 100%;
	float: left;
}

.new-order-btn11 {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 5px 0;
	background: #E46F29;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	color: #FFF;
	margin: 0 25%;
	    font-weight: bold;
}

.new-order-btn211 {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-radius: 25px;
	font-size: 12px;
	color: #444;
	margin: 0 25%;
}

.new-order-no11 {
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #999;
	right: 5px;
}

.new-telephone-number11 {
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #999;
	left: 5px;
	text-decoration: none;
}


/*弹窗样式*/

.new-ever-code-body-window11 {
	position: absolute;
	width: 90%;
	height: auto;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -45%;
	background: #fff;
	border-radius: 10px;
	z-index: 999999;
}

.new-img11 {
	position: relative;
	width: 100%;
	height: auto;
}

.new-img11 img {
	width: 100%;
	height: auto;
}

.new-ever-code-ball-close11 {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	font-family: cursive;
	line-height: 20px;
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	z-index: 111111;
}

.new-ever-code-window-close11 {
	display: block;
	width: 40px;
	font-family: cursive;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.new-katong11 {
    position: absolute;
    left: 12%;
    top: 7%;
    width: 18%;
    height: auto;
}
.new-queren11 {
    position: absolute;
    left: 0;
    top: 0;
    width: 22%;
    height: auto;
}
.new-title11 {
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #ed711f;
	z-index: 99;
	font-size: 25px;
	top: 27px;
	font-family: "宋体";
	font-weight: bold;
	left: 0;
}


/*订购样式*/

.new-ever-code-title11 {
	width: 100%;
	height: 40px;
	float: left;
	font-family: "微软雅黑";
	background: #03a9f4;
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.new-ever-code-body-text11 {
	width: 70%;
	height: 30px;
	float: right;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: left;
	line-height: 30px;
	color: #222;
	font-size: 13px;
}
.codeyanzheng11{
    position: absolute!important;
    z-index: 22;
    width: 30%!important;
    right: 8%;
    background: #ED6D00;
    border: none;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.new-ever-code-body-check-box11 {
	    margin: 0 0 4px 0;
    width: 100%;
    height: auto;
    position: relative;
    float: right;
    font-family: "微软雅黑";
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 30px;
    color: #222;
    /* margin: 0px 0 0 23%; */
    font-size: px;
    /* padding: 0 40px; */
}
.inputbox11{
	float: left;
	width: 100%;
}
.inputbox11 input{
	width: 60%;
	float: left!important;
	margin: 0 0 10px 9%!important;
	
}
.codeinputbox11{
    height: 25px;
    color: #777;
    line-height: 25px;
    font-size: 17px;
}
.new-ever-code-body-check-box11 label {
    display: inline-block;
    width: 45%;
}

.new-ever-code-body-check-box11 label {
	position: relative;
}

.new-ever-code-body-check-box11 input {
    margin: 9px 10px 0 1px;
    display: inline-block;
    /* float: left; */
    position: absolute;
    left: 16%;
}
.titlebox11{
    width: 100%;
    padding: 0 9%;
    float: left;
    font-size: px;
    height: 20px;
    text-align: left;
    color: #ED6D00;
    margin: 0 0 2px 0;
	
}
.new-ever-code-body-check-box11 label:nth-child(1) {
}

.new-ever-code-body-check-box11 label:nth-child(2) {
	float: left;
}

.new-ever-code-body-text11 label {
	display: block;
	height: 30px;
}

.new-ever-code-inputbox11 {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.new-ever-code-phoneinput11 {
	display: block;
	width: 54%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}

.new-ever-code-codebtn11 {
	display: block;
	width: 33%;
	height: 40px;
	border: 1px solid #03a9f4;
	appearance: none;
	float: right;
	text-align: center;
	color: #03a9f4;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	background: #fff;
}

.new-ever-code-codeinput11 {
	display: block;
	width: 92%;
	height: 40px;
	border: 1px solid #ddd;
	appearance: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 10px 20px 10px;
	box-sizing: border-box;
}

.new-ever-code-no11 {
	width: 50%;
	height: 40px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: px;
	color: #666;
}

.new-ever-code-yes11 {
	width: 50%;
	height: 40px;
	float: right;
	box-sizing: border-box;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: px;
	color: #009688;
}

.new-ever-code-confirme11 {
	width: 100%;
	height: 50px;
	float: right;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	border: 1px solid #DDDDDD;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: px;
	color: #03a9f4;
}

.new-ever-code-body-text211 {
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-family: "微软雅黑";
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 30px;
	color: #222;
	font-size: px;
}

img {
	width: 100%;
}




/*样式9*/
        .popWindow_9{
            position: fixed;
            width: 100%;
            height: 100%;
            left:0;
            top:0;
            z-index: 999999;
        }
        .popWindow_9_1{
            width: 80%;
            height: auto;
            position:relative;
            margin-left: 10%;
            margin-top: 20%;;
        }
        .popWindow_9_2{
            position: absolute;
            top:0;
            right: 0;
            width: 45px;
            height:45px;
            border-bottom-left-radius: 100%;
            border:1px solid transparent;
            background: rgba(0,0,0,0.6);
	    opacity:0;
        }
        .popWindow_9_3{
            position: absolute;
            top:10%;
            left:0;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            text-indent: 1em;
        }
        .popWindow_9_4{
            position: absolute;
            bottom: 22px;
            text-align: center;
            height: 13%;
            width:64%;
	    left:18%;
        }



/*畅越*/

.pop_changyue_box {
            position: fixed;
            width: 80%;
            height: auto;
            overflow: hidden;
            left: 10%;
            top: 8%;
            background: #EEF3FA;
            z-index: 9999999;
        }

        .pop_changyue_close {
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            border-bottom-left-radius: 100%;
            font-size: 25px;
            text-align: right;
            padding-right: 6px;
            box-sizing: border-box;
            color: #fff;
            z-index: 2;
        }

        .pop_changyue_price {
            position: absolute;
            width: 23%;
            left: 16px;
            top: 48%;
            color: #fff;
            font-weight: bold;
            background: #00A2ED;
            text-align: center;
            height: 20.8%;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            font-size: 20px;
        }

        @media screen and (max-width: 320px) {
            .pop_changyue_box {
                top: 2%;
            }

            .pop_changyue_price {
            }
        }

        .pop_changyue_text {
            text-indent:2em;
            position: absolute;
            top: 25px;
            width: 80%;
            left: 10%;
            height: 110px;
            overflow-y: scroll;
	    font-size: 12px;
        }
	.pop_changyue_text p:first-child{
	        color: #EF6C02 !important;
	}
	@media screen and (max-width: 320px) {
	    .pop_changyue_text {
		height:94px;
		}
	}
	.pop_changyue_text p{
	    margin:0;
	}
        .pop_changyue_alert {
            clear: both;
            width: 80%;
            margin: 10px auto;
            color: #FC143B;
            font-size: 12px;
            text-align: justify;
        }

        .pop_changyue_order {
            border-radius: 5px;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            width: 60%;
            padding: 11px 0;
            background: #EF6C02;
            margin: 15px auto;
        }


 /*0元弹窗*/
        .zeroPopWindow{
            position: absolute;
            z-index: 9999999;
            width: 80%;
            height: auto;
            left: 10%;
            top: 5%;
        }
        .zeroPopWindow img,.zeroPrompt img{
            width: 100%;
            height: auto;
            /*vertical-align:top;*/
        }
        .zeroPopWindow>span{
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 50px;
        }
        .zeroBuy{
            position: absolute;
            bottom: 15px;
            width: 80%;
            left: 10%;
            height: 60px;
        }
        .zeroPrompt{
            position: absolute;
            width: 90%;
            left: 5%;
            top: 30%;
            height: auto;
            z-index: 99999999;
            min-height: 210px;
            background: url("../img/zeroPrompt.png") no-repeat;
            background-size: 100% 100%;
            display: none;
        }
        .zeroPrompt>span{
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            right: 0
        }
        .zeroKnow{
            position: absolute;
            bottom: 15px;
            width: 80%;
            height: 50px;
            left: 10%;
        }
        .zeroPromptText{
            position: absolute;
            width: 90%;
            left: 5%;
            top: 50px;
            text-indent: 2em;
            color: #fff;
        }

