
.mui-btn-height {
	width: 60%;
	border-radius: 30px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
	box-shadow: 0 0 10px rgba(0, 204, 204, .5);
}

.mui-btn.mui-btn-height.mui-active:enabled,
.mui-btn .mui-btn-height:enabled:active,
button.mui-btn-height.mui-active:enabled,
button.mui-btn-height:enabled:active,
input[type=button].mui-active:enabled,
input[type=button]:enabled:active,
input[type=reset].mui-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].mui-active:enabled,
input[type=submit]:enabled:active {
	color: #fff;
	background-color: #48cbcc;
}

.mui-btn.mui-btn-report.mui-active:enabled,
.mui-btn.mui-btn-report:enabled:active,
button.mui-btn-report.mui-active:enabled,
button.mui-btn-report:enabled:active,
input[type=button].mui-active:enabled,
input[type=button]:enabled:active,
input[type=reset].mui-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].mui-active:enabled,
input[type=submit]:enabled:active {
	color: #fff;
	background-color: #FF9191;
}

.mui-btn.mui-btn-bone.mui-active:enabled,
.mui-btn.mui-btn-bone:enabled:active,
button.mui-btn-bone.mui-active:enabled,
button.mui-btn-bone:enabled:active,
input[type=button].mui-active:enabled,
input[type=button]:enabled:active,
input[type=reset].mui-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].mui-active:enabled,
input[type=submit]:enabled:active {
	color: #fff;
	background-color: #fece69;
}

.mui-btn-height,
.mui-btn-primary,
input[type=submit] {
	color: #fff;
	border: 1px solid #48cbcc;
	background-color: #48cbcc;
}

.mui-btn-height,
.mui-btn-positive,
.mui-btn-success {
	color: #fff;
	border: 1px solid #48cbcc;
	background-color: #48cbcc;
}

.mui-btn-bone,
.mui-btn-primary,
input[type=submit] {
	color: #fff;
	border: 1px solid #fece69;
	background-color: #fece69;
}

.mui-btn-bone,
.mui-btn-positive,
.mui-btn-success {
	color: #fff;
	border: 1px solid #fece69;
	background-color: #fece69;
}

.mui-btn-bone {
	width: 60%;
	border-radius: 30px;
	margin: 30px auto;
	-webkit-box-shadow: 0 0 10px rgba(254, 206, 105, .5);
	-moz-box-shadow: 0 0 10px rgba(254, 206, 105, .5);
	box-shadow: 0 0 10px rgba(254, 206, 105, .5);
}

.mui-btn-report {
	width: 60%;
	border-radius: 30px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(255, 145, 145, .5);
	-moz-box-shadow: 0 0 10px rgba(255, 145, 145, .5);
	box-shadow: 0 0 10px rgba(255, 145, 145, .5);
}

.mui-btn-report,
.mui-btn-primary,
input[type=submit] {
	color: #fff;
	border: 1px solid #FF9191;
	background-color: #FF9191;
}

.mui-btn-report,
.mui-btn-positive,
.mui-btn-success {
	color: #fff;
	border: 1px solid #FF9191;
	background-color: #FF9191;
}


.zd-en-ti {
			font-size: 20px;
			text-align: center;
			color: #333;
			padding-top:125px;
			padding-bottom: 50px;
		}
		

.zd-entrance>button{
		
			padding: 8px 0;
		}
		
.zd-entrance {
	height: 100%;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-bottom: 41%;
}



 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
				/*iPhone 6 Portrait*/
				.zd-entrance {
	height: 100%;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-bottom: 62%;
}
			}
			
			@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
				/*iPhone 6+ Portrait*/
	.zd-entrance {
	height: 100%;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-bottom: 73%;
			}