@charset "utf-8";
/*html5*/
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansJP-Regular.otf');
}

@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Light-7.otf');
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
*{box-sizing: border-box;font-family: NotoSansJP;}
input{border:none;  outline:medium;font-family: Inter;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
a:hover, button:hover {
	opacity: 0.5;
}
input[type='submit']:hover{
	opacity: 0.5;
}
.contain{
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
}
.login{
	margin-top: 30px;
}
.logre1{
	font-size: 23.81px;
	font-weight: 600;
	line-height: 28.8px;
	color: #212529;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre1 a:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 172px;
	height: 50px;
	background: #CA2122;
	border-radius: 2px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
.logre1 a:last-child{
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 172px;
	height: 50px;
	border: 1px solid #CA2122;
	border-radius: 2px;
	font-weight: 700;
	font-size: 14px;
	color: #CA2122;
}
.logre2{
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.logre3{
	background-color: #F1F1F1;
	padding: 40px 40px 30px;
	width: calc((100% - 40px)/2);
}
.logre4{
	font-size: 20px;
	font-weight: 500;
	line-height: 28.96px;
	color: #212529;
}
.logre5{
	margin-top: 24px;
}
.logre5 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/email.png) #ffffff no-repeat;
	background-position: 19px center;
	background-size: 20px;
	font-size: 12px;
}
.logre6{
	position: relative;
	margin-top: 12px;
}
.logre6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/pass.png) #ffffff no-repeat;
	background-position: 19px center;
	background-size: 20px;
	font-size: 12px;
}
.logre6 span{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.eye1{
	display: none;
}
.logre7{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre7 input{
	width: 190px;
	height: 50px;
	background-color: #CA2122;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
}
.logre7 a{
	width: 190px;
	height: 50px;
	border: 1px solid #CA2122;
	font-size: 12px;
	font-weight: 500;
	color: #CA2122;
	line-height: 50px;
	text-align: center;
}
.logre8{
	margin-top: 32px;
	font-size: 12px;
	line-height: 25px;
	color: #212529;
	font-weight: 500;
}
.logre9{
	margin-top: 40px;
}
.logre9 a{
	display: block;
	height: 57px;
	font-size: 16px;
	font-weight: 500;
	line-height: 57px;
	background-color: #CA2122;
	text-align: center;
	color: #ffffff;
}
.register{
	margin-top: 90px;
	border-top: 1px solid #DDDDDD;
}
.register1{
	display: flex;
	border-bottom: 1px solid #DDDDDD;
}
.register2{
	width: 325px;
	padding: 0 30px;
	background-color: #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.register3{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #212529;
}
.register4{
	width: 42px;
	height: 17px;
	border: 1px solid #D94D4D;
	border-radius: 4px;
	font-size: 10px;
	color: #D94D4D;
	text-align: center;
	line-height: 15px;
}
.register5{
	padding: 21px 30px;
	flex: 1;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.register6{
	width: 440px;
	margin-right: 20px;
	position: relative;
}
.register6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 0 10px;
}
.register6 a{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 121px;
	height: 30px;
	background-color: #000000;
	border: 1px solid #242424;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.register7 label{
	display: inline-flex;
	align-items: center;
	margin-right: 80px;
	font-size: 14px;
	line-height: 14px;
	color: #212529;
}
.register7 label input{
	margin-right: 10px;
}
.register8 {
	font-size: 0;
}
.register8 select{
	height: 50px;
	border-radius: 3px;
	border: 1px solid #999999;
	outline: none;
}
.register8 select.year{
	width: 200px;
	margin-right: 10px;
}
.register8 select.month{
	width: 115px;
	margin-right: 10px;
}
.register8 select.day{
	width: 115px;
}
.register9{
	margin-top: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.register11{
	margin-top: 36px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.register11 input{
	margin-right: 11px;
}
.register11 a{
	color: #000000;
	text-decoration: underline;
}
.register12{
	margin-top: 60px;
	text-align: center;
}
.register12 input{
	width: 230px;
	height: 50px;
	background-color: #CA2122;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}



.m8ss {
	 display: none;
}
.m8ss .m8_zz {
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.m8ss .m8_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	width: 690px;
	z-index: 1000;
}

.m8ss .m8_box .m8_dm {
	position: relative;
	border-radius: 8px;
}

.m8ss .m8_box .m8_dm .close_img {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	border-radius: 50%;
}

.m8ss .m8_box .m8_dm .t1 {
	text-align: center;
	margin-bottom: 20px;
}

.m8ss .m8_box .m8_dm .t1 img {
	width: 220px;
}

.m8ss .m8_box .m8_dm .t2 {
	font-family: var(--primary-fm);
	color: #1E1E1E;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}



.m8ss .m8_box .m8_dm .t4 {
	text-align: center;
}

.m8ss .m8_box .m8_dm .t4 input {
	background: #B77A44;
	/* border: 1px solid #D4B9A2; */
	color: #fff;
	width: 240px;
	padding: 13px 0;
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}

.m8ss .m8_box .m8_dm .t6 {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 15px;
}

.m8ss .m8_box .m8_dm .t6 a {
	color: #000000;
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.m8ss .m8_box .m8_dm .t5 input {
	background: #1A1A1A;
	border: 1px solid #1A1A1A;
}

.m8ss .m8_box .m8_dm .t7 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px;
}

.m8ss .m8_box .m8_dm .t7 a {
	color: #585858;
	display: inline-block;
	font-size: 12px;
	margin: 0px 30px;
}

.m8ss .m8_box .m8_dm .t7 a:hover {
	color: #000;
	text-decoration: underline;
}

.m8ss .m8_box .m8_dm .t8 {
	text-align: center;
	font-size: 12px;
	color: #626262;
}

.m8ss .m8_box .m8_dm .t2_1 {
	text-align: center;
}

.m8ss .m8_box .m8_dm .t2_2 {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.m8ss .m8_box .m8_dm .t2_3 {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #E10000;
	margin-bottom: 20px;
}

.m8ss .m8_box .m8_dm .t2_4 {
	margin-bottom: 20px;
}

.m8ss .m8_box .m8_dm .form .list .t_cn .but {
	position: absolute;
	right: 5px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 120px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;

}

.m8ss .m8_box .m8_dm .gz {
	text-align: center;
}

.m8ss .m8_box .m8_dm .gz .gz_tit {
	background: #CA2122;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 24px;
	border-radius: 9px 9px 0 0;
}

.m8ss .m8_box .m8_dm .gz .gz_cn {
	padding: 35px 0;
	font-size: 20px;
	color: #333333;
	font-family: var(--primary-fm);
	line-height: 28px;
	font-weight: bold;
}

.m8ss .m8_box .m8_dm .gz .gz_cn .tx {
	color: #BE3D3D;
}













