body {
	overflow-y: scroll;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: outset 0 0 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	background-color: #fefefe;
}

.mui-content {
	background-color: #F5F5F5;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 1px #ffffff70;
}

.yh_pass_box,
.yh_yzm_box {
	border-top: 1px solid #F5F5F5;
}

.yh_phone_input_box {
	float: left;
	height: 100%;
	overflow: hidden;
}

.send_yzm_box button {
	border: 0px;
	background-color: #FFD331;
	color: #FFFFFF;
}

.send_yzm_box {
	float: right;
	padding: 8px 10px;
	height: 48px;
}

.yh_yzm_box,
.yh_phone_box,
.yh_pass_box {
	background: #ffffff;
	height: 36px;
	width: 100%;
	padding: 8px 0;
}

.yh_yzm_box input,
.yh_phone_box input,
.yh_pass_box input {
	border: 0 !important;
	float: left;
	width: 72%;
	font-size: 12px;
	height: 21px;
	color: #686868;
	margin-bottom: 0;
}

.fa {
	font-size: 12px;
	height: 22px;
	width: auto;
	float: left;
	background-size: 20px 20px;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 5px 18px;
	color: #656565;
}

.icon_yzm {
	background-image: url(img/yzm.png);
}

.icon_phone {
	background-image: url(img/sj.png);
}

.icon_mima {
	background-image: url(img/mm.png);
}

.login_botton {
	width: 97%;
	position: fixed;
	bottom: 10px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.dxy_margin_bottom_20 {
	margin-bottom: 8px;
}

.mui-btn {
	background-color: #47a972;
	color: #fff;
}

.tbox {
	width: 100%;
	height: 100%;
	padding: 10px 20px;
}

#yh_login {
	background-color: #0DC1A8;
	color: #FFFFFF;
	padding: 10px 0;
	border: 0px;
}

.yh_fopa_box {
	padding: 0 24px;
}

.yh_fopa {
	float: right;
	color: #0DC1A8;
	font-size: 13px;
}

input::-webkit-input-placeholder {
	color: #b1b1b1;
}

#txt_ms {
	font-size: 12px;
}

.top {
	padding: 20px;
}

.top_span {
	border-bottom: 1px solid #ccc;
}

.bxcontent {
	background-color: #ffffff;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px #ffffff87;
}

.bxrq {
	color: #007DDB;
	font-size: 13px;
	padding-left: 10px;
}

.yh_wtms {
	height: 106px;
}

.yh_pass_title {
	width: 100%;
	height: auto;
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 5px 2px 15px 2px;
}

.yh_pass_title .lb_title {
	float: left;
	padding-left: 16px;
	color: #555;
	width: 100%;
	padding-top: 5px;
}

.yh_ewm {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	padding: 25px;
	align-content: center;

}

.xcx_ewm {
	width: 60%;
	height: auto;
}
