#phone_form {
	zoom: 0.8;
}

#app {
	height: 100%;
}

.wrap {
	height: 100%;
}

.register-bg {
	width: 888px;
	height: 600px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	/* border: 1px solid rgba(151, 151, 151, 1); */
	margin: 0px auto;
}

.register-content-bg {
	width: 360px;
	margin: 0px auto;
}

.register-title-fl {
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.register-title {
	width: 156px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fa5400;
}

.register-title span {
	font-size: 18px;
	color: rgba(250, 84, 0, 1);
	line-height: 23px;
}


.phone {
	width: 360px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	display: flex;
	margin-top: 25px;
	align-items: center;
}

.phone input {
	width: 315px;
	height: 90%;

}

.note-code {
	width: 360px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	display: flex;
	margin-top: 25px;
}

.code-import {
	width: 220px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border-right: none;
	display: flex;
	align-items: center;
}

.code-import input {
	width: 180px;
	height: 90%;
	font-size: 14px;
	line-height: 18px;
}

.code-btn {
	width: 140px;
	height: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.forbidden {
	width: 140px;
	height: 50px;
	font-size: 16px;
	color: #666666;
	background: #f5f5f5;
	border-radius: 0px 5px 5px 0px;
	line-height: 20px;
	border: none;
	cursor: not-allowed;
}

.acquire {
	width: 140px;
	height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background: linear-gradient(135deg, rgba(252, 150, 19, 1) 0%, rgba(247, 93, 8, 1) 100%);
	border-radius: 0px 5px 5px 0px;
	line-height: 20px;
	border: none;
	cursor: pointer;
}

.count-down {
	width: 140px;
	height: 50px;
	font-size: 16px;
	color: #666666;
	background: #f5f5f5;
	border-radius: 0px 5px 5px 0px;
	line-height: 20px;
	border: none;
	cursor: not-allowed;
}

.again-acquire {
	width: 140px;
	height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background: linear-gradient(135deg, rgba(252, 150, 19, 1) 0%, rgba(247, 93, 8, 1) 100%);
	border-radius: 0px 5px 5px 0px;
	line-height: 20px;
	border: none;
	cursor: pointer;
}

.pwd1 {
	width: 360px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	display: flex;
	margin-top: 25px;
	align-items: center;
}

.pwd1 input {
	width: 315px;
	height: 90%;
	font-size: 18px;
}

.pwd2 {
	width: 360px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	display: flex;
	margin-top: 25px;
	align-items: center;
}

.pwd2 input {
	width: 315px;
	height: 90%;
	font-size: 18px;
}

.protocol_cont {
	border: none;
}

.protocol {
	font-size: 12px;

	line-height: 15px;
	margin-top: 14px;
}

.protocol i {
	cursor: pointer;
}

.del_protocol {
	font-size: 20px;
	width: 20px;
	height: 20px;
	right: 50px;
	top: 50px;
}

.title-deal-fl {
	width: 100%;
	display: flex;
	justify-content: center;
}

.title-deal {
	width: 156px;
	height: 50px;
	border-bottom: 1px solid #fa5400;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-deal span {
	font-size: 18px;
	color: rgba(250, 84, 0, 1);
	line-height: 23px;
}

.deal-one {
	width: 788px;
	/* display: flex; */
	margin: 0px auto;
	margin-top: 47px;
}

.deal-two {
	width: 788px;
	/* display: flex; */
	margin: 0px auto;
	margin-top: 47px;
}

.titles {
	color: #333333;
	font-weight: Bold;
	font-size: 18px;
	margin-left: 4px;
}

.deal-title span:nth-child(1) {
	color: #666666;
	font-size: 18px;
}

.deal-title span:nth-child(2) {
	font-size: 18px;
	font-weight: bolder;
	color: rgba(102, 102, 102, 1);
}

.deal-link {
	width: 788px;
	margin: 0px auto;
	margin-top: 60px;
}

.deal-link span {
	color: #fa5400;
	font-size: 18px;
}

.deal-btn-fl {
	display: flex;
	justify-content: center;
}

.deal-btn {
	width: 360px;
	height: 50px;
	background: linear-gradient(135deg, rgba(239, 120, 34, 1) 0%, rgba(250, 84, 0, 1) 100%);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.deal-btn span {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
}

.icon-text {
	width: 40px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-text i {
	font-size: 20px;
}

.icon-text2 {
	width: 40px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-text2 i {
	font-size: 26px;
}

.icon-text3 i {
	font-size: 24px;
}

input {
	border: none;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind {
	width: 360px;
	/* margin-top: 25px; */
	height: 50px;
}

.geetest_holder.geetest_wind .geetest_ghost_success.geetest_success_animate {
	width: 360px;
	height: 50px;
}

.register-btn {
	width: 360px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.register-btn button {
	width: 360px;
	height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	background: linear-gradient(135deg, rgba(239, 120, 34, 1) 0%, rgba(250, 84, 0, 1) 100%);
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.register-btn-no {
	width: 360px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.register-btn-no button {
	width: 360px;
	height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	background: #fa5400;
	border-radius: 5px;
	border: none;
	/* cursor: not-allowed; */
	cursor: pointer;
}

.go-log {
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
}

.go-log span:nth-child(1) {
	font-size: 14px;
	color: #666666;
}

.go-log span:nth-child(2) {
	font-size: 14px;
	color: #fa5400;
}

.protocol_bg {
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: .15;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;

}

.protocol_cont {
	width: 900px;
	height: 600px;
	/* border: solid 2px #666; */
	border-radius: 3px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);

}

.del_protocol {
	width: 14px;
	height: 14px;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 8px;
}

.main_content {
	height: 480px;
	overflow: auto;
	padding: 10px 10px 0;
	margin-bottom: 20px;
}

.geetest_logo {
	display: none !important;
}

/**
冒泡提示框的样式效果
*/
.speech-bubble-fl {
	height: 305px;
	position: absolute;
	display: flex;
	align-items: flex-end;
	margin-top: -233px;

}

.speech-bubble {
	position: absolute;
	background-color: rgba(255, 241, 240, 1);
	min-width: 215px;
	color: rgba(0, 0, 0, 0.65);
	border-radius: 5px;
	border: 1px solid rgba(255, 163, 158, 1);
	margin-top: -20px;
	margin-left: 90px;

	display: none;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: rgba(255, 241, 240, 1);
	margin-top: -6px;
	border-left: 1px solid rgba(255, 163, 158, 1);
	border-bottom: 1px solid rgba(255, 163, 158, 1);
	transform: rotate(-45deg);
}

.speech-bubble-bottom:after {
	border-top-color: rgba(255, 163, 158, 1);
	top: 100%;
	left: 50%;
	margin-left: -15px;
}

.speech-bubble-content {
	margin: 6px;
}


.error-icon i {
	color: rgba(245, 34, 45, 1);
	font-size: 14px;
}

.error-text {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	line-height: 24px;
}

.active {
	border: 1px solid rgba(255, 163, 158, 1);
}

.fade-out {
	animation: bubble-hide 3s;
}

.bubble_out_a {
	display: block;
	animation: bubble_out_appear 0.7s ease-in-out forwards;
}

.bubble_out_h {
	display: block;
	animation: bubble_out_hide 0.5s ease-in forwards;
}

@keyframes bubble_out_appear {
	0% {
		bottom: 35px;
		transform: scale(0);
	}

	80% {
		bottom: 57px;
		transform: scale(1.1);
	}

	100% {
		bottom: 55px;
		transform: scale(1);
	}
}

@keyframes bubble_out_hide {
	0% {
		bottom: 55px;
		transform: scale(1);
	}

	/* 
	70% {
		bottom: 55px;
		transform: scaleX(0.01);
	} */

	20% {
		bottom: 57px;
		transform: scale(1.1);
	}

	100% {
		bottom: 35px;
		transform: scale(0);
	}
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* body {
	background: #f9f9f9;
}

.cover {
	width: 704px;
	margin: 0 auto;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.container {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 58px;
	margin: 0 auto;
}

.container h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	border-bottom: 1px solid #d1d1d1;
	padding: 40px 0 30px;
	margin-bottom: 26px;
}

.cont {
	width: 516px;
	border: 1px solid #d1d1d1;
	display: block;
	margin: 0 auto;
}

.input {
	height: 48px;
	color: #333;
	line-height: 48px;
	text-indent: 10px;
}

.container input::-webkit-input-placeholder {
	color: #999;
}

.container input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
/* color: #999;
}

/* .container input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
/* color: #999;
} */

/*.container input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
/* color: #999;
}*/

/* .pin_card {
	height: 50px;
	font-size: 18px;
	border: none;
}

.write_pin {
	width: 326px;
	border: solid 1px #d1d1d1;
}

.get_phone_card,
.hidden_btn {
	width: 187px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: solid 1px #d1d1d1;
	border-left: none;
}

.hidden_btn {
	color: #666;
	background: #f5f5f5;
	display: none;
}

.get_phone_card {
	color: #fff;
	background: #717274;
	border: solid 1px #717274;
	border-left: none;
	cursor: not-allowed;
	opacity: .35;
	filter: alpha(opacity=0.35);
}

.register {
	width: 518px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 15px;
	background: #717274;
	cursor: not-allowed;
	opacity: .35;
	filter: alpha(opacity=0.35);
	display: block;
	margin: 0 auto 20px;
}

.other {
	width: 518px;
	margin: 0 auto 94px;
	border: none;
}

.other .go_login {
	color: #666;
	line-height: 26px;
	border-bottom: 1px solid #999;
}

.go_login span {
	color: #fa5400;
}

.fail {
	width: 518px;
	min-height: 30px;
	font-size: 12px;
	color: #fa5400;
	line-height: 30px;
	margin: 0 auto;
}

.fail_tip {
	font-size: 14px;
	background: #faddd9;
	visibility: hidden;
	margin-bottom: 8px;
}

.fail_tip i {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin: 0 4px;
}

.password_again_fail {
	margin-bottom: 10px;
}

.notice {
	height: 12px;
	min-height: 12px;
	color: #333;
	line-height: 1;
	padding-top: 9px;
}

.protocol_check{
	width: 518px;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
	margin: 0 auto 15px;
}
.read_check{
	height: 13px;
    vertical-align: bottom;
}
.protocol_btn{
	color: #fa5400;
	cursor: pointer;
}
.protocol_fail{
	min-height: auto;
    line-height: 1;
    margin-top: -6px;
    margin-bottom: 8px;
    display: none;
} */
/* 协议 */
/* .protocol_bg{
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: .15;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
.protocol_cont{
	width: 900px;
	height: 600px;
	border: solid 2px #666;
	border-radius: 3px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	display: none;
}
.del_protocol{
	width: 14px;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
}
.protocol_title{
	height: 30px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	background: #f3f3f3;
	padding: 0 10px;
}
.main_content{
	height: 480px;
    overflow: auto;
	padding: 10px 10px 0;
    margin-bottom: 20px;
}
.auctions{
	width: 300px;
	margin: 0 auto;
}
.auctions .button{
	width: 130px;
	height: 42px;
	color: #fff;
}
.cancel_btn{
	background: #666;
	margin-right: 30px;
}
.confirm_btn{
	background: #fa5400;
} */

/* 极验 */
/* 
.codesms {
	width: 518px;
	margin: 0 auto 30px;
}

#captcha1 {
	width: 100%;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#notice1 {
	color: red;
}

#wait1 {
	text-align: left;
	color: #666;
	margin: 0;
}

.refresh {
	padding-top: 13px;
	text-align: center;
	cursor: pointer;
}

.geetest_logo,
.geetest_success_logo {
	display: none;
}  */