.top {
	width: 100%;
	height:  1.8rem;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo-img {
	width: 1.16rem;
	height: auto;
}

.main {
	width: 6.16rem;
	margin-left: auto;
	margin-right: auto;
	margin-top:  .87rem;
}
.main-title {
	font-size: .36rem;
	font-weight: 600;
	color: #7B7B7B;
}
.main-title2 {
	font-size: .24rem;
	color: #7B7B7B;
	margin-top: .16rem;
}

.main-code {
	width: 100%;
	height: .8rem;
	border-bottom: .02rem solid #e0e0e0;
	margin-top: .6rem;
}
.mc-left {
	width: 1.2rem;
	height: .78rem;
	float: left;
}

.mc-left-select {
	display: block;
    width: 100%;
    height: .78rem;
	margin-left:0;
	font-size:.32rem;
	color: #7B7B7B;
	letter-spacing: 0;
    background-image: none;
    border: 0;	
	border-radius: 0;
	outline:none;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: none;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 0;
	background-color:#fff !important;
}

select::-ms-expand { display: none; }

.mc-hr {
	width: .02rem;
	height: .5rem;
	float: left;
	background-color: #e0e0e0;
	margin-top: .14rem;
	margin-left: .17rem;
	margin-right: .17rem;
}

.mc-mid {
	width: 2.6rem;
	height: .78rem;
	float: left;
}
.mc-mid-input {
	width: 98%;
    height: .78rem;
	font-size: .32rem;
	font-weight: 400;
	color: #7B7B7B;
	line-height: .78rem;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
	outline:none;
}

.mc-right {
	width: 2rem;
	height: .78rem;
	float:left;
	font-size: .32rem;
	font-weight: 400;
	color: #219ECB;
	line-height: .78rem;
	text-align:center;
}

.main-code-no {
	width: 100%;
	height: .8rem;
	border-bottom: .02rem solid #e0e0e0;
	margin-top: .33rem;
}
.main-code-no-input {
	width: 98%;
    height: .78rem;
	font-size: .32rem;
	font-weight: 400;
	color: #7B7B7B;
	line-height: .78rem;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
	outline:none;
}

.main-btn {
	width: 100%;
	height: 1rem;
	background: #D96C56;
	line-height: 1rem;
	text-align:center;
	font-size: .36rem;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 1.06rem;
}
.main-tips {
	width:100%;
	margin-top:.71rem;
	font-size: .24rem;
	color: #C1C1C1;
	line-height: .43rem;
}






/* 提交成功样式 end */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 /* WebKit browsers */ 
color: #7B7B7B; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #7B7B7B; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
 /* Mozilla Firefox 19+ */ 
color: #7B7B7B; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
 /* Internet Explorer 10+ */ 
color: #7B7B7B; 
}



@media screen and (max-height: 690px) {
	.top {
		width: 100%;
		height:  .8rem;
	}
}