input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}
.container {
	background-image: url("../img/1.png"), url("../img/2.png"), url("../img/3.png");
	background-size: 100% 10rem,100% 10rem,100% 13.88rem;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 0rem 0rem, 0rem 10rem, 0rem 20rem;
	width: 7.5rem;
	min-height: 33.88rem;
	overflow: hidden;
	margin: auto;
	background-color: #5b5fce;
	position: relative;
}

.login {
	margin-top: 12.04rem;
}

.ImmediatelyManage {
	width: 4.92rem;
	height: 1.03rem;
	background-image: url("../img/button.png");
	background-size: 100% 100%;
	margin: 0 auto 0.6rem
}

.cellPhoneNumber {
	width: 5.34rem;
	height: 0.73rem;
	border-radius: 0.38rem;
	font-size: .28rem;
	box-sizing: border-box;
	padding-left: .32rem;
	margin: 0 auto .28rem;
	display: block;
	background-color: #ffffff;
	border: none;
	border: 0.02rem solid #969696;
}

.verification {
	width: 5.34rem;
	height: 0.73rem;
	border-radius: 0.38rem;
	font-size: .28rem;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verificationNumber {
	width: 2.88rem;
	height: 0.73rem;
	border: 0.02rem solid #969696;
	border-radius: 0.36rem;
	padding-left: .32rem;
	font-size: .28rem;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}

.verificationNumber+i {
	width: .02rem;
	height: 0.36rem;
	position: absolute;
	background: #a5a5a5;
	top: 0.27rem;
}

.verificationNumber::placeholder {
	color: #b2b2b2;
}

.cellPhoneNumber::placeholder {
	color: #b2b2b2;
}

.gain {
	font-size: .30rem;
	color: #ffffff;
	background-color: #ff6e01;
	width: 2.47rem;
	height: 0.77rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.38rem;
	margin-left: 0.08rem;
}

.textProduct {
	width: 6.5rem;
	margin: 0 auto;
	font-size: .24rem;
	line-height: 1.8;
}


.warnZZ {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
	background: rgba(0, 0, 0, .8);
}

.remindBox {
	width: 5rem;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
}

.remindBox .titleBox {
	text-align: center;
	font-size: .5rem;
	color: #ff7900;
	line-height: 1.2rem;
	font-weight: 600;
}

.remindBox .remindContent {
	font-size: .26rem;
	text-align: center;
	padding: 0 .2rem;
}

.remindBox .buttonConfirm {
	color: #ffffff;
	background: #ff7900;
	border-radius: 2.2rem;
	width: 2rem;
	height: .8rem;
	font-size: .4rem;
	font-weight: 300;
	text-align: center;
	line-height: .8rem;
	margin: .5rem auto;
}

.warnZZ,
.remindBox {
	display: none;
}

/* 验证码输入完成提示 */
.submitZZ {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
}

.submitBox {
	width: 5rem;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
	background: url(../img/tk.png) no-repeat;
	background-size: 100% 100%;
	width: 6.42rem;
	height: 8.26rem;
}

.submitBtn {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0.27rem;
	width: 100%;
}

.submitCancel {
	background: url(../img/qx_03.png) no-repeat;
	background-size: 100% 100%;
	width: 2.21rem;
	height: 1.06rem;
	margin-left: 0.73rem;
}

.submitConfirm {
	background: url(../img/qr_05.png) no-repeat;
	background-size: 100% 100%;
	width: 2.21rem;
	height: 1.06rem;
	margin-right: 0.68rem;
}

.submitZZ,
.submitBox {
	display: none;
}

/* 立即订阅 */
.ljdy {
	background-color: #ff6e01;
	width: 5.52rem;
	height: 1rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	color: #ffffff;
	font-size: 0.36rem;
	letter-spacing: 0.03rem;
	font-weight: bold;
}
/* 加载动画 */
.chase-wrapper {
    width: .6rem;
    height: .6rem;
    display: inline-block;
    animation: chase-loader 2.5s infinite linear both;
    /*margin: .5rem;*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -.3rem 0 -.3rem 0;
    z-index: 99;
    display: none;
}
.chase-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: chase-dot 2s infinite ease-in-out both;
}
.chase-item:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: skyBlue;
    border-radius: 100%;
    animation: chase-dot-before 2s infinite ease-in-out both;
}

.chase-item:nth-child(1),
.chase-item:nth-child(1):before {
    animation-delay: -1.1s;
}
.chase-item:nth-child(2),
.chase-item:nth-child(2):before {
    animation-delay: -1s;
}
.chase-item:nth-child(3),
.chase-item:nth-child(3):before {
    animation-delay: -0.9s;
}
.chase-item:nth-child(4),
.chase-item:nth-child(4):before {
    animation-delay: -0.8s;
}
.chase-item:nth-child(5),
.chase-item:nth-child(5):before {
    animation-delay: -0.7s;
}
.chase-item:nth-child(6),
.chase-item:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes chase-loader {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%,
    0% {
        transform: scale(1);
    }
}

.mark{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: none;
}
.hdgz_a{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.47rem;
	height: 0.6rem;
	border-radius: 0.3rem;
}
#hdgz{
	position: absolute;
	left: 0;
	top: 16.27rem;
}