body {
	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);
}

.mui-content {
	background-color: #fff;
	margin: 8px 5px;
	border-radius: 5px;
	padding: 8px 0;
}

.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: 32px;
	width: 100%;
}

.yh_yzm_box input,
.yh_phone_box input,
.yh_pass_box input {
	border: 0 !important;
	float: left;
	width: 72%;
	font-size: 14px;
	height: 32px;
	color: #686868;
}

.fa {
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding-left: 20px;
	width: 121px;
	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: 10px 20px;
}

.bxcontent {
	background-color: #ffffff;
	margin: 5px;
	border-radius: 5px;
	height: 70%;
}

.bxrq {
	color: #8a8a8a;
	font-size: 13px;
}

.fa_1 {
	width: 60% !important;
	padding-left: 0 !important;
}

.btn_sc {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #1d93cc;
	height: 46px;
	line-height: 46px;
	left: 0;
}

.btn_sc_left,
.btn_sc_right,
.btn_sc_left_left,
.btn_sc_left_right {
	width: 50%;
	float: left;
}

.btn_sc_left_left {
	background-color: #4bb996;
}

.btn_sc_left_right {
	background-color: #5397dc;
}

.img_wc {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 64px;
	height: 64px;
}

.img_wc img {
	width: 100%;
	height: 100%;
}
