@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #E90C1E;
	text-decoration: none;
}
em, i {
	font-style: normal;
}
ul, li {
	list-style: none;
	list-style-type: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
input, button {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
body {
	color: #333333;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
#header {
	width: 100%;
	height: 60px;
	padding: 15px 0;
	background: #E93959;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.30);
	z-index: 9999999999999;
	position: fixed;
	top: 0px;
	left: 0px;
}
#header .header {
	width: 1300px;
	height: 54px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin: 4px 20px 0 0;
}
#header .logo img {
	height: 60px;
}
#header .teltip {
	float: left;
	color: #FFF;
	cursor: pointer;
	margin: 15px 0 0;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 5px;
}
#header .teltip:hover {
	background: #FF83A7;
	border: 1px solid #E93959;
	border-radius: 5px;
}
#header .mnav {
	height: 44px;
	float: left;
	margin: 10px 0 0 100px;
}
#header .mnav li {
	float: left;
	margin: 0 10px;
}
#header .mnav li a {
	width: 105px;
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 5px 20px 5px 20px;
}
#header .mnav li a:hover {
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background: #FF83A7;
}
#header .mnav li .hover {
	width: 105px;
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background: #FF83A7;
}
#header .qreg a {
	height: 34px;
	line-height: 34px;
	float: right;
	margin-top: 15px;
	padding: 0 25px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	background: #E87A8E;
}
#header .qreg a:hover {
	height: 34px;
	line-height: 34px;
	float: right;
	margin-top: 15px;
	padding: 0 25px;
	display: block;
	color: #E93959;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	background: #FFC7D0;
}
#simg {
	width: 100%;
	height: 520px;
	margin-top: 90px;
}
#simg .fullSlide {
	width: 100%;
	height: 520px;
	position: relative;
}
#simg .fullSlide .box {
	width: 1300px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 1;
}
#simg .fullSlide .box .hlogin {
	width: 380px;
	height: 400px;
	padding: 0 0 0 20px;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 60px;
	right: 0px;
	border-radius: 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
#simg .fullSlide .bd {
	height: 520px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#simg .fullSlide .bd ul {
	width: 100%!important;
}
#simg .fullSlide .bd li {
	width: 100%!important;
	height: 520px;
	overflow: hidden;
	text-align: center;
}
#simg .fullSlide .bd li a {
	height: 520px;
	display: block;
}
#simg .fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 0;
	height: 32px;
	line-height: 32px;
}
#simg .fullSlide .hd ul {
	text-align: center;
}
#simg .fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #FF7E9D;
	line-height: 999px;
}
#simg .fullSlide .hd ul .on {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 45px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #E93959;
	line-height: 999px;
}
#simg .fullSlide .prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#simg .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#simg .fullSlide .next {
	left: auto;
	right: 10%;
	display: none;
	background-position: -6px -137px;
}
.advbox {
	width: 100%;
	padding: 60px 0 30px 0;
	background: #FFDAE1;
}
.advbox dl {
	width: 1300px;
	margin: 0px auto 0 auto;
}
.advbox dd {
	width: 307px;
	height: 150px;
	float: left;
	cursor: pointer;
	margin: 0 24px 24px 0;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px 30px;
}
.advbox dd a {
	width: 267px;
	height: 120px;
	float: left;
	position: relative;
	padding: 25px 20px 5px 20px;
	border-radius: 5px 30px;
}
.advbox dd a:hover {
	width: 267px;
	height: 120px;
	float: left;
	background: #FF80A3;
	padding: 25px 20px 5px 20px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px 30px;
}
.advbox dd a h3 {
	line-height: 55px;
	color: #EA4F6C;
	font-size: 29px;
	font-weight: normal;
	display: inline-block;
}
.advbox dd span {
	margin-top: 10px;
	display: inline-block;
	color: #FF759C;
	font-size: 18px;
}
.advbox dd a:hover h3 {
	line-height: 55px;
	color: #FFF;
	font-size: 29px;
	font-weight: normal;
	display: inline-block;
}
.advbox dd a:hover span {
	margin-top: 10px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
}
.advbox dd a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
	padding: 5px;
	text-align: center;
	border-radius: 54px;
	position: absolute;
	top: 25px;
	right: 15px;
	background: #F5F5F5;
}
.advbox dd a i img {
	width: 44px;
	height: 44px;
}
.advbox dd:nth-child(2) img {
	width: 34px;
	height: 34px;
	padding: 5px 0 0;
}
.advbox dd:nth-child(4) {
	margin: 0 0 0 0;
}
.hui-common-title {
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
}
.hui-common-title-txt {
	width: 12%;
	color: #FFF;
	font-size: 29px;
	line-height: 54px;
	text-align: center;
	background: #FE8BAC;
}
.hui-common-title-line {
	width: 5%;
	margin: 0 1%;
	height: 1px;
	margin-top: 25px;
	background: #FE7BA5;
}
#habout {
	width: 100%;
	padding: 50px 0 0 0;
}
#habout .main {
	width: 1300px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#habout .main dl {
	margin: 0;
	padding: 0;
}
#habout .main dd {
	width: 350px;
	height: 150px;
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 50px 0 0 0;
}
#habout .main dd {
	width: 350px;
	height: 150px;
	float: left;
	background: #23212C;
}
#habout .main dd p {
	color: #FFF;
	font-size: 19px;
	line-height: 40px;
}
#habout .main dd em {
	width: 64px;
	height: 64px;
	line-height: 64px;
	display: block;
	background: #FFE5E8;
	border-radius: 64px;
}
#habout .main dd i {
	font-size: 29px;
	margin-right: 5px;
}
#hcase {
	width: 100%;
	background: #F8F7F6;
}
#hcase .hcase {
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#hcase .hcase .title {
	padding: 35px 0;
	text-align: center;
}
#hcase .hcase .title h3 {
	line-height: 75px;
	color: #333333;
	font-size: 34px;
	font-weight: normal;
	display: block;
}
#hcase .hcase .title p {
	display: block;
	color: #585858;
	font-size: 18px;
}
#hcase .hcase ul {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}
#hcase .hcase li {
	width: 130px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #313131;
	font-size: 17px;
	cursor: pointer;
	margin: 0 15px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #313131;
	box-sizing: border-box;
	border-radius: 8px 20px;
}
#hcase .hcase .hover {
	width: 130px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 19px;
	cursor: pointer;
	margin: 0 15px;
	background: #EA4f6C;
	border: 1px solid #EA4f6C;
	box-sizing: border-box;
	border-radius: 8px 20px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}
#hcase .hcase .main {
	width: 1300px;
	padding: 50px 0 0;
}
#hcase .hcase .main dl {
	margin: 0;
	padding: 0;
}
#hcase .hcase .main dd {
	width: 240px;
	height: 268px;
	float: left;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	position: relative;
	margin: 0 25px 25px 0;
}
#hcase .hcase .main dd img {
	width: 240px;
	height: 268px;
	border-radius: 5px;
}
#hcase .hcase .main dd em {
	display: none;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#hcase .hcase .main dd em h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
#hcase .hcase .main dd em i {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-left: 16px;
}
#hcase .hcase .main dd:nth-child(5n) {
	margin: 0 0 0 0;
}
#hcase .hcase .main  dd:hover {
	box-shadow: 1px 2px 10px rgba(233, 57, 89, 0.20);
}
#hcase .hcase .main  dd:hover em {
	background: rgba(222, 65, 95, 0.85);
}
#hcase .hcase .lookmore a {
	display: block;
	margin: 30px auto 0 auto;
	width: 25%;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	background: #BEBEBE;
	border-radius: 25px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
#hcase .hcase .lookmore a:hover {
	width: 27%;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	text-align: center;
	background: #EA4f6C;
	border-radius: 25px;
}
#happ {
	width: 100%;
	background: url(../images/huanbao_bg.jpg) repeat;
}
#happ .happ {
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#happ .happ .title {
	padding: 35px 0;
	text-align: center;
}
#happ .happ .title h3 {
	line-height: 75px;
	color: #333333;
	font-size: 29px;
	font-weight: normal;
	display: block;
}
#happ .happ .title p {
	display: block;
	color: #585858;
	font-size: 18px;
}
#happ .happ .hmain {
	width: 1300px;
	padding: 5px 0 0;
}
#happ .happ .hmain .lf {
	width: 605px;
	height: 425px;
	float: left;
	padding: 50px 0 0 95px;
	background: url(../images/hb_lbg.jpg) no-repeat;
}
#happ .happ .fullSlides {
	width: 595px;
	height: 355px;
	position: relative;
}
#happ .happ .fullSlides .bd {
	height: 355px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#happ .happ .fullSlides .bd ul {
	width: 100%!important;
}
#happ .happ .fullSlides .bd li {
	width: 100%!important;
	height: 355px;
	overflow: hidden;
	text-align: center;
	border-radius: 45px 10px;
}
#happ .happ .fullSlides .bd li a {
	height: 355px;
	display: block;
}
#happ .happ .fullSlides .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: 0;
	height: 15px;
	line-height: 15px;
}
#happ .happ .fullSlides .hd ul {
	text-align: center;
}
#happ .happ .fullSlides .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #313131;
	line-height: 999px;
}
#happ .happ .fullSlides .hd ul .on {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #EA4F6C;
	line-height: 999px;
}
#happ .happ .fullSlides .prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#happ .happ .fullSlides .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#happ .happ .fullSlides .next {
	left: auto;
	right: 0%;
	display: none;
	background-position: -6px -137px;
}
#happ .happ .hmain .rt {
	height: 410px;
	float: right;
}
#happ .happ .hmain .rt .mm {
	margin-top: 30px;
}
#happ .happ .hmain .rt .mm dl {
	width: 76px;
	float: right;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 15px 30px;
}
#happ .happ .hmain .rt .mm dl:nth-child(4) {
	float: right;
	margin: 0 0 0 0;
	padding: 15px 30px;
}
#happ .happ .hmain .rt .mm dt {
	width: 76px;
	height: 86px;
	text-align: center;
	margin-bottom: 15px;
}
#happ .happ .hmain .rt .mm dt img {
	width: 76px;
	height: 76px;
}
#happ .happ .hmain .rt .mm dd {
	width: 76px;
	font-size: 17px;
	line-height: 32px;
	text-align: center;
}
#happ .happ .hmain .rt .mm dd em {
	color: #E9262E;
	font-size: 25px;
	margin-right: 5px;
}
#happ .happ .hmain .rt .mm dl:hover {
	color: #EA4F6C;
	font-weight: bold;
}
#happ .happ .hmain .rt .mm .bar {
	padding: 30px 0 0;
	text-align: right;
}
#happ .happ .hmain .rt .mm .bar ul {
	margin: 0;
	padding: 0;
}
#happ .happ .hmain .rt .mm .bar ul li {
	width: 142px;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 0 36px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #787878;
}
#happ .happ .hmain .rt .mm .bar ul li:hover {
	width: 142px;
	padding: 5px;
	color: #FFF;
	display: inline-block;
	background: #EA4F6C;
	border: 1px solid #EA4F6C;
}
#happ .happ .hmain .rt .mm .bar ul li img {
	border-radius: 5px;
}
#happ .happ .hmain .rt .mm .bar ul li p {
	line-height: 35px;
}
#hbrand {
	padding: 50px 0;
	background: #F5F5F5;
}
#hbrand .tip {
	width: 1300px;
	height: 55px;
	line-height: 55px;
	font-size: 21px;
	text-align: center;
	margin: 20px auto 0 auto;
}
#hbrand .main {
	width: 1300px;
	text-align: center;
	margin: 50px auto 0 auto;
}
.hadv {
	width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
}
#footer {
	width: 100%;
	height: 368px;
	color: #9F9E9E;
	overflow: hidden;
	background: url(../images/footer.jpg) repeat-x left -100px;
}
#footer .footer {
	width: 1300px;
	height: 368px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#footer .subnav {
	width: 1300px;
	height: 340px;
	margin: 0 auto;
	position: relative;
	padding: 28px 0 0 0;
}
#footer .subnav .qrcode {
	width: 118px;
	line-height: 44px;
	float: right;
	color: #9F9E9E;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 0 0;
}
#footer .subnav .mbcode {
	width: 118px;
	line-height: 44px;
	float: right;
	color: #9F9E9E;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 0 30px;
}
#footer .subnav .fnav {
	width: 540px;
	float: left;
	display: block;
	font-size: 14px;
}
#footer .subnav .fnav dl {
	width: 210px;
	float: left;
	display: block;
}
#footer .subnav .fnav dt {
	width: 210px;
	color: #9F9E9E;
	font-size: 19px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	background: url(../../images/new/footdt.png) no-repeat left bottom;
}
#footer .subnav .fnav dt a {
	color: #9F9E9E;
	font-size: 19px;
}
#footer .subnav .fnav dt a:hover {
	color: #757575;
	font-size: 19px;
}
#footer .subnav .fnav dd {
	width: 210px;
	height: 35px;
	color: #9F9E9E;
}
#footer .subnav .fnav dd a {
	color: #9F9E9E;
	font-size: 16px;
}
#footer .subnav .fnav dd a:hover {
	color: #757575;
}
#footer .subnav .contact {
	width: 408px;
	line-height: 28px;
	float: left;
	color: #9F9E9E;
	font-size: 16px;
}
#footer .subnav .contact dl {
	margin: 0;
	padding: 0;
}
#footer .subnav .contact dt {
	font-size: 19px;
	line-height: 35px;
}
#footer .subnav .contact dd {
	padding: 10px 0 10px 0;
}
#footer .footer a {
	color: #9F9E9E;
}
#footer .footer .copyright {
	width: 1300px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.gotop {
	cursor: pointer;
	display: none;
	width: 64px;
	height: 64px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7) url(../images/icon-back.png) no-repeat center;
	background-size: 42px 42px;
	border-radius: 64px;
	position: fixed;
	bottom: 50%;
	right: 10px;
	z-index: 99;
}
.gotop:hover {
	cursor: pointer;
	display: none;
	width: 64px;
	height: 64px;
	text-align: center;
	background: rgba(238, 8, 8, 1) url(../images/icon-back.png) no-repeat center;
	background-size: 42px 42px;
	border-radius: 64px;
	position: fixed;
	right: 10px;
	bottom: 50%;
	z-index: 99;
}
.floating_ck {
	position: fixed;
	right: 10px;
	bottom: 37%;
	z-index: 99;
	border-radius: 8px;
}
.floating_ck dl dd {
	width: 80px;
	height: 80px;
	cursor: pointer;
	text-align: center;
	position: relative;
	background-color: #F16172;
	background-repeat: no-repeat;
	background-position: center 20%;
}
.floating_ck dl dd:hover {
	background-color: #EA4f6C;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.consult, .words {
	background-image: url(../images/zxicon.png);
}
.quote {
	background-image: url(../images/kficon.png);
}
.qrcord {
	background-image: url(../images/erweima.png);
}
.return {
	background-image: url(../images/fanhui.png);
}
.floating_ck dd span {
	color: #FFF;
	display: block;
	padding-top: 54px;
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background: #EA4f6C;
	display: none;
}
.floating_left a {
	color: #FFF;
	line-height: 80px;
}
.floating_ewm {
	height: 240px;
	top: -160px;
}
.floating_ewm i {
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
	background: url(../images/qrcode.jpg) no-repeat center;
	background-size: 145px 145px;
}
.floating_ewm p {
	color: #FFF;
	margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
	font-size: 14px;
	line-height: 25px;
}
.floating_ewm .qrcord_p02 {
	font-size: 15px;
}
.login_form {
	height: 390px;
	overflow: hidden;
	position: relative;
}
.login_form .lo_intext {
	width: 346px;
}
.login_form .lo_intext .layel1 {
	color: #615D5E;
	font-size: 19px;
	height: 54px;
	line-height: 54px;
	text-indent: 20px;
}
.login_form .lo_intext .layel2 {
	padding: 22px 0;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	overflow: hidden
}
.login_form .lo_intext .layel2 .text_uspa {
	width: 304px;
	height: 37px;
	border: 1px solid #DEDEDE;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
.login_form .lo_intext .layel2 .text_uspa label {
	width: 37px;
	height: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #BBBBBB;
}
.login_form .lo_intext .layel2 .text_uspa .uspa_user {
	background: url(../images/icon-user.png) no-repeat center;
	background-size: 22px;
}
.login_form .lo_intext .layel2 .text_uspa .uspa_pwd {
	background: url(../images/icon-pwd.png) no-repeat center;
	background-size: 22px;
}
.login_form .lo_intext .layel2 .text_uspa .text_cmu {
	float: left;
	width: 265px;
	height: 37px;
	padding: 0 10px;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.login_form .lo_intext .layel2 .check_cum {
	width: 152px;
	float: left;
	cursor: pointer;
	margin-left: 21px;
}
.login_form .lo_intext .layel2 .check_cum .text_cmu {
	width: 100%;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}
.login_form .lo_intext .layel2 .check_cum_img {
	float: left;
	width: 152px;
	cursor: pointer;
}
.login_form .lo_intext .layel2 .check_cum_img img {
	height: 35px;
	width: 130px;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
}
.login_form .lo_intext .layel2 .login_bnt {
	color: white;
	border: none;
	font-size: 20px;
	font-weight: 600;
	display: block;
	width: 304px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	background: #EC5A75;
	text-align: center;
	border-radius: 5px;
}
.login_form .register_c {
	text-align: center;
	padding: 20px 0 0 0;
}
.login_form .register_c a {
	font-size: 15px;
	margin: 0 10px;
}
.login_form .register_c a:nth-child(1) {
	color: #EC5A75;
	font-weight: bold;
}
.login_form .lo_intext .layel2 dl {
	margin: 0;
	padding: 0 0 0 25px;
}
.login_form .lo_intext .layel2 dt {
	color: #868686;
	font-size: 15px;
}
.login_form .lo_intext .layel2 dd {
	color: #696969;
	font-size: 19px;
	margin-top: 8px;
}
.login_form .lo_intext .layel2 dd span {
	color: #DA415E;
}
.fixed-numtip {
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	z-index: 9999;
	width: 210px;
	height: 40px;
	line-height: 40px;
	padding: 15px 15px 15px 40px;
	background: rgba(0, 0, 0, 0.7) url(../images/icon_nav_notice.png) no-repeat 30px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	background-size: 30px;
	-ms-transform:translate(-50%, -35%);
	-webkit-transform:translate(-50%, -35%);
	-o-transform:translate(-50%, -35%);
	-moz-transform:translate(-50%, -35%);
	transform:translate(-50%, -35%);
}
