body
{
	overflow-y: scroll;	
}

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;
	margin: 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;
	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 {
	padding: 60px 28px 20px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.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;
} 
