@charset "utf-8";

.shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	pointer-events: none;
	transition-duration: .5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.shade.active {
	opacity: 1;
	pointer-events: auto;
}

.w850 {
	width: 850px;
}
.h520 {
	height: 520px;
}
.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.sign_box {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
	margin: auto;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: .5s;
	transform: translateY(20px);
	display: inline-flex;
}
.sign_box.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.sign_box .sign_close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.sign_box .sign_close .icon-close {
	color: #cccccc;
}

.sign_box .sign_close:hover .icon-close {
	color: #e1c37c;
}

.sign_box .sign_right {
	width: 320px;
	padding: 40px 50px 0 50px;
}

.sign_box .sign_tit {
	line-height: 80px;
}

.sign_box .sign_tit .sign_tit_h2 {
	font-size: 32px;
}

.sign_box .sign_tit span {
	color: #999;
	font-size: 14px;
}

.sign_box .sign_tit span a {
	color: #fc464c;
	margin-left: 8px;
}

.sign_box .sign_input {
	margin-bottom: 20px;
	width: 480px;
}
.sign_box .sign_input.w320 {
	width: 320px !important;
}
.sign_box .sign_input input {
	border-radius: 6px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	width: 100%;
	height: 45px;
	text-indent: 12px;
}

.sign_box .submit_btn {
	border-radius: 6px;
	background: #111;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	display: block;
	text-align: center;
	color: #e1c37c;
}

.sign_box .submit_btn:hover {
	filter: alpha(Opacity=90);
	opacity: 0.9;
}

.sign_box .sign_password {
	color: #1a73e8;
	text-align: center;
	line-height: 60px;
	display: block;
	font-size: 14px;
}

.sign_box .sign_party_wrap {
	line-height: 50px;
}

.sign_box .sign_party_tit {
	color: #999;
	font-size: 14px;
}

.sign_box .sign_party .icon-chat {
	font-size: 48px;
	color: #11cd6e;
}

.sign_box .sign_party a:hover {
	filter: alpha(Opacity=80);
	opacity: 0.8;
}

.chat_wrap {
	text-align: center;
}

.chat_wrap .chat {
	width: 200px;
	height: 200px;
	margin: auto;
	border: 1px solid #efefef;
	overflow: hidden;
}
.chat iframe {
	width: 200px !important;
	height: 200px !important;
}
.chat_wrap .chat img {
	width: 100%;
}

.chat_wrap .scan {
	line-height: 60px;
	font-size: 16px;
}

.chat_wrap .scan .icon-chat {
	font-size: 24px;
	color: #11cd6e;
	vertical-align: bottom;
}

.chat_wrap .read {
	color: #999999;
	font-size: 14px;
}

.chat_wrap .read a {
	margin-left: 6px;
}

.login_switch {
	width: 54px;
	height: 54px;
	position: absolute;
	right: 20px;
	top: 40px;
	cursor: pointer;
}

.login_switch img {
	width: 100%;
}

.now {
	margin-top: 60px;
}

.now a {
	color: #1a73e8;
	font-size: 14px;
}

.total_wrap {
	width: 425px;
}

.total_wrap .total_con {
	padding: 10px 60px 40px 60px;
}

.total_wrap .total_con .vcode {
	width: 160px;
}

.total_wrap .total_con .vcode_obtain {
	color: #c5a559;
	border-radius: 6px;
	border: 1px solid #e1c37c;
	background: #f9f3e5;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
}
.total_wrap .total_con .vcode_obtain.disabled {
	background: #666;
	color: #eee;
}
.read {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}

.read .read_info {
	color: #999999;
	cursor: pointer;
}

.read .read_info a {
	margin-left: 12px;
}

.w76 {
	width: 77% !important;
	margin-left: 22%;
}

.bit {
	font-size: 14px;
	border: 1px solid #dedede;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 6px;
}

.order_wrap {
	width: 480px;
	margin: auto;
	padding: 30px 60px;
}

.order_wrap .order_tit {
	font-size: 32px;
	margin-bottom: 30px;
}

.order_wrap .order_tit .all_name {
	margin: 0 8px;
}

.order_wrap .order_con .order_span {
	width: 20%;
	margin-right: 2%;
	display: inline-block;
	font-size: 14px;
	text-align: right;
}

.order_wrap .order_con .order_input {
	width: 76%;
}

.order_wrap .order_con .order_input_text {
	width: 76%;
	height: 45px;
	line-height: 45px;
	color: #c5a559 !important;
	border: 1px solid #e1c37c;
	background: #f9f3e5;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
}

.order_wrap .order_con .order_info {
	padding: 12px;
	width: 342px;
	vertical-align: top;
}

.order_wrap .order_con .order_selecter {
	width: 76%;
	height: 45px;
	line-height: 45px;
}
.sign_child {
	opacity: 0;
	pointer-events: none;
	transition-duration: .5s;
	transform: translateX(-20px);
	/*height: 0;*/
	position: absolute;
	width: 320px;
}

.sign_child.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	/*height: auto;*/
}
.login_code {
	background: url("../common/images/login-bg.jpg");
	width: 50%;
	height: 100%;
}
.login_code .login_code_image {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 190px;
	left: 150px;
	border-radius: 10px;
}

.lalel-checkbox {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 25px;
	margin-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.lalel-checkbox>input {
	display: none;
}

.lalel-checkbox>span {
	font-size: 14px;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	color: #333;
	position: relative;
}

.lalel-checkbox>span::before {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 3px;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0px;
}

.lalel-checkbox>span::after {
	content: " ";
	width: 16px;
	height: 16px;
	background: #f2f2f2;
	border-radius: 3px;
	position: absolute;
	left: 4px;
	top: 4px;
}

.lalel-checkbox>input:checked+span {
	font-size: 14px;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	color: #ebd8aa;
	position: relative;
}

.lalel-checkbox>input:checked+span::before {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #ebd8aa;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0px;
}

.lalel-checkbox>input:checked+span::after {
	content: " ";
	width: 16px;
	height: 16px;
	background: #ebd8aa;
	border-radius: 3px;
	position: absolute;
	left: 4px;
	top: 4px;
}

.lalel-radio {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 25px;
	margin-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition-duration: .5s;
}

.lalel-radio>input {
	display: none;
}

.lalel-radio>span {
	font-size: 14px;
	height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	color: #333;
	position: relative;
	transition-duration: .5s;
}

.lalel-radio>span::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0px;
	transition-duration: .5s;
}

.lalel-radio>span::after {
	content: " ";
	width: 16px;
	height: 16px;
	background: #f2f2f2;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 4px;
	transition-duration: .5s;
}

.lalel-radio>input:checked+span {
	font-size: 14px;
	height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	color: #e1c37c;
	position: relative;
}

.lalel-radio>input:checked+span::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #ebd8aa;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0px;
}

.lalel-radio>input:checked+span::after {
	content: " ";
	width: 16px;
	height: 16px;
	background: #ebd8aa;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 4px;
}

.selecter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0 10px 0 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	color: #666;
	background-image: url(../common/images/brow.png);
	background-position: right 10px center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.checkbox {
	position: relative;
}

.checkbox input[type='checkbox'] {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	opacity: 0;
}

.checkbox label {
	position: absolute;
	left: 30px;
	top: 0;
	height: 24px;
	line-height: 24px;
	transition-duration: .5s;
}

.checkbox label:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.checkbox label:after {
	content: '';
	position: absolute;
	left: -22px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: 0;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked+label:before {
	background: #f9f3e5;
	border-color: #ebd8aa;

}

.checkbox input[type='checkbox']:checked+label:after {
	background: #f9f3e5;
	border-right: 2px solid #e1c37c;
	border-bottom: 2px solid #e1c37c;
}
.content {
	max-height: 600px;
	overflow: auto;
}
