* {
	padding: 0;
	margin: 0;
	outline: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

body {
	color: #dadada;
	background-color: #030303;
}

a {
	text-decoration: none;
	color: #ffffff;
}

img {
	display: block;
}

li {
	list-style: none;
}
.bg-video video{
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
    top: 0;
    z-index: -2;
    filter: blur(5px);
}
.bg-video .pop-video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    background: rgba(0,0,0,0.2);
}
.main {
	max-width: 1200px;
	margin: 0 auto;
}

header {
	background-color: #232325;
}

.nav {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.nav .logo img {
	height: 80px;
}

.nav .nav-list {
	display: flex;
	align-items: center;
	width: calc(100% - 449px);
}

.nav .nav-list .nav-li {
	margin: 0 10px;
}

.nav .search {
	background-color: #080808;
	line-height: 40px;
	border-radius: 50px;
	padding: 0 20px;
	margin: 0 20px;
}

.nav .search .iconfont {
	color: #ffffff;
	font-size: 18px;
}

.nav .search input {
    width: 120px;
	background-color: transparent;
	line-height: 40px;
	border: 0;
	outline: none;
	color: #ffffff;
	margin-left: 10px;
}

.nav .icon-zhanghao {
	font-size: 20px;
	color: #ffffff;
}

.nav .user-account {
	position: absolute;
	color: #fff;
	right: 0;
	top: 90px;
	z-index: 999999;
	background-color: #080808;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	padding: 15px 0;
	border-radius: 4px;
	display: none;
}

.nav .user-account .account-li {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	cursor: pointer;
}

.nav .user-account .account-li:hover {
	background-color: #3a3a3c;
}

.nav .user-account .account-li .iconfont {
	font-size: 18px;
	margin-right: 10px;
}

.pop-login {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 99;
}

.pop-login {
	z-index: 9;
}

.pop-login .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.2);
	text-shadow: none;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: max-content;
}

.auth_box {
	max-width: 1078px;
}

.auth_box .modal-content {
	border: 0;
	flex-direction: row;
	min-height: inherit;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 7px 30px rgb(0 0 0 / 7%);
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.auth_box .right_combo {
	width: 60%;
	padding: 45px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #030303;
}

.navbar-brand {
	display: inline-block;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.auth_box .right_combo>.navbar-brand {
	margin: 0 0 30px;
	padding: 0;
}

.auth_box .right_combo>.navbar-brand img {
	max-width: 173px;
	margin: auto;
}

.auth_box .right_combo>h2 {
	font: normal normal bold 42px / 50px Montserrat;
	letter-spacing: 0px;
	color: #dadada;
	margin: 0 0 20px;
	text-align: center;
}

.auth_box .right_combo>p {
	font: normal normal normal 18px / 24px Montserrat;
	letter-spacing: 0px;
	color: #7E7E7E;
	max-width: 370px;
	margin: 0 auto 30px;
	text-align: center;
}

.auth_box .right_combo>form {
	margin: 0 auto;
	width: 100%;
}

.auth_box .right_combo .mat_input {
	position: relative;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group .getcode,
.form-group .getcode-pass {
	background-color: #F98F1D;
	color: #ffffff;
	width: 80px;
	position: absolute;
	right: 10px;
	line-height: 34px;
	top: 0;
	bottom: 0;
	height: 34px;
	margin: auto;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.auth_box .right_combo .mat_input input,
.auth_box .right_combo .mat_input select {
	background: transparent;
	color: #e8e8e8;
	border: 1px solid #393939;
	border-radius: 5px;
	padding: 9px 50px;
	height: 46px;
	box-shadow: none;
	font: normal normal normal 16px / 28px Montserrat;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

.auth_box .right_combo .mat_input>svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17px;
	pointer-events: none;
	width: 18px;
	height: 18px;
	color: #dadada;
}

.auth_box .right_combo .forgot_password {
	margin: -5px 0px 30px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.auth_box .remember_me {
	font: normal normal normal 13px / 15px Montserrat;
}

.auth_box .remember_me label {
	margin: 0;
}

.check_box {
	display: flex;
	align-items: center;
}

.check_box input+label {
	cursor: pointer;
	padding-left: 25px;
	line-height: 20px;
	position: relative;
	display: block;
	user-select: none;
}

.auth_box .right_combo .mat_input input:focus,
.auth_box .right_combo .mat_input select:focus {
	border: 1px solid #F98F1D;
}

.check_box input[type=checkbox] {
	display: none;
}

.check_box input[type=checkbox]:checked+label:before {
	background: #F98F1D;
	border-color: transparent;
}

.check_box input+label:before {
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	transition: all 90ms cubic-bezier(0, 0, .2, .1);
}

.check_box input+label:after,
.check_box input+label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
}

.check_box input[type=checkbox]:checked+label:after {
	border-color: #fff;
}

.check_box input+label:after {
	border: 2px solid transparent;
	border-top: none;
	border-right: none;
	content: "";
	height: 5px;
	left: 4px;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	width: 10px;
	transition: .2s;
	bottom: 0;
	text-align: center;
	display: inline-block;
}

.auth_box .right_combo .forgot_password a {
	font: normal normal 600 12px / 15px Montserrat;
	letter-spacing: 0px;
	color: #F98F1D;
}

.auth_box .right_combo .btn {
	display: block;
	width: 100%;
	padding: 12px 13px;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	font: normal normal 500 18px / 28px Montserrat;
}

.btn-primary {
	color: #fff;
	background-color: #F98F1D;
	border-color: #F98F1D;
}

.auth_box .right_combo .signup_ {
	text-align: center !important;
	margin-top: 24px;
	font: normal normal 600 14px / 15px Montserrat;
	color: #b7b7b7;
}

.auth_box .right_combo .signup_ a {
	color: #F98F1D;
}

.auth_box .left_combo {
	width: 40%;
	background-color: #795548;
	color: #fff;
	padding: 40px 35px;
	font-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: start;
	display: flex;
	align-items: flex-end;
}

.auth_box .right_combo .terms_check {
	text-align: initial;
	font: normal normal normal 13px / 15px Montserrat;
	margin: -5px 0 30px;
}

.auth_box .right_combo .terms_check a {
	color: #F98F1D;
}

main {
	min-height: calc(100vh - 151px);
}

footer {
	background-color: #030303;
	border-top: 1px solid #242628;
}

footer .main {
	height: 60px;
	display: flex;
	align-items: center;
}

footer .main .l {
	color: #fff;
	margin-right: 120px;
}

footer .main .r {
	display: flex;
	align-items: center;
}

footer .main .r .li {
	margin: 0 30px;
}

.pointer {
	cursor: pointer;
}

.col-lg-4,
.col-lg-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.text-center {
	text-align: center !important;
}

@media screen and (max-width:1200px) {
	.nav .search {
		display: none;
	}

	.nav .nav-list {
		width: calc(100% - 250px);
	}

	.nav .icon-zhanghao {
		margin-right: 30px;
	}
}

@media screen and (max-width:1080px) {
	.main {
		margin: 0 15px;
	}

	.nav .nav-list {
		display: none;
	}

	footer .main {
		justify-content: center;
	}

	footer .main .r {
		display: none;
	}

	footer .main .l {
		margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.auth_box .right_combo {
		width: 100%;
	}

	.auth_box .left_combo {
		display: none;
	}
}