html {
	overflow: scroll;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 0.88rem;
    background-color: #ffffff;
    color: #fff;
    font-size: 0.36rem;
    z-index: 1111;
    position: fixed;
    left: 50%;
    margin-left: -3.75rem;
}

.header-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1112;
    width: 7.5rem;
    height: 0.88rem;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
}

.header-mask.on {
    -webkit-transition: opacity 0.4s, z-index 0.4s;
    transition: opacity 0.4s, z-index 0.4s;
    opacity: 1;
}

.header>a.logo {
    background: none;
}

.header img {
    width: 1.85rem;
    height: 0.45rem;
    z-index: 999;
    position: relative;
    left: 0rem;
    top: -0.02rem;
}

.header .item {
    position: relative;
    /*flex: 1;*/
    font-size: 0.36rem; 
    font-size: 0.36rem;
    color: #333333;
}
    /* 浏览器兼容 */
    /*-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;*/
}

.item p {
    display: inline-block;
    text-align: center;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0;
}

.item a.fastEntry {
    float: right;
    min-width: 0.5rem;
    padding: 0.08rem 0.15rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.2rem;
    background: #33d0f2;
    border: 1px solid #80e2f7;
    border-radius: 0.1rem;
    margin: 0.15rem 0.2rem 0 0;
}
.wrap {
	width: 7.5rem;
	display: flex;
	top: -20px;
	/*z-index: 111111;*/
	background: #eee;
	margin: 0 auto;
}

.wrap form>input {
	width: ;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-bottom: 0.2rem;
	width: 6rem;
	font-size: 0.24rem;
}

.wrap form>label {
	height: 0.5rem;
	line-height: 0.5rem;
	margin-bottom: 0.2rem;
}

.submit {
	width: 6.42rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	background-color: #00c4ee;
	border: solid 1px #babab8;
	font-size: 0.3rem;
	color: #999999;
	outline: none;
	margin-left: 0.2rem;
	color: #FFF;
	border: none;
	border-radius: .1rem;
}

.infoCon {
	/*margin-top: 1.3rem;*/
	background: #fff;
	width: 90%;
	padding: 1.3rem 5% 1rem 5%;
}

.infoCon p {
	margin: 0 0rem;
	height: 0.8rem;
	position: relative;
	line-height: 0.8rem;
	display: flex;
	border-bottom: 1px solid #c9c9c8;
}

.nametips,
.accidentname,
.accidentphone {
	position: absolute;
	right: 0;
	color: #e00000;
}


/*.username,.userPhone,.userWeixin,.useremail,.firm,.goods_area label{
			font-size: 0.3rem;
			font-weight: bold;
			
			
		}*/

.firm input {
	width: 5rem;
}

.header img {
	width: 1.85rem;
	height: 0.45rem;
	z-index: 999;
	position: relative;
	left: -0.2rem;
	top: -0.02rem;
}

.goHome {
	right: 0.4rem;
}

.master b {
	display: block;
	font-size: 0.3rem;
	height: 1rem;
	line-height: 1rem;
}

.oneself b {
	display: block;
	font-size: 0.3rem;
	height: 1rem;
	line-height: 1rem;
}

.aptitude b {
	display: block;
	font-size: 0.3rem;
	height: 1rem;
	line-height: 1rem;
}

.goods_area input {
	width: 5.5rem;
}

.flag {
	color: red;
	font-size: 0.26rem;
	display: block;
	float: left;
	width: 0.2rem;
}

.goodsCity input {
	width: 7rem;
}

p input {
	width: auto;
	color: black;
}


/*---弹框开始---*/

#mask-kk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50)-moz-opacity: 0.5;
	display: none;
	z-index: 2222;
}

.popup-kk {
	position: absolute;
	padding: 3%;
	left: 50%;
	width: 70%;
	height: 240px;
	background: #fff;
	z-index: 3333;
	display: none;
	border-radius: 5px;
	margin-left: -3%;
	padding-top: 20px;
}


/*关闭弹框按钮*/

.close {
	position: absolute;
	top: 10px;
	right: 14px;
	cursor: pointer;
	font-size: 17px;
}
/*---弹框结束---*/
.popup-kk h2{
	text-align: center;
}
.popup-kk .text_shouli{
	margin: 0.2rem;
}
.popup-kk>img{
	width: 27%;
	height: 80px;
	margin: 0.2rem 0rem 0.2rem 34%;
}
.popup-kk .shouli{
	margin: 0.2rem;
}
.popup-kk .shouli span{
	color: deepskyblue;
}


#cnzz_stat_icon_1274390597{
	display: none;
}