/**用户中心通用开始**/
.profile_box {
	/* height: 100%; */
	display: flex;
}

.user-info {
	text-align: left;
}

.topBar_left_box {
	width: 50%;
	color: #4D6991;
	padding-top: 30%;
	padding-left: 82px;
}

.topBar_left {
	width: 25%;
	background-color: #01327E;
	/* padding-top: 30%; */
	display: flex;
}

.topBar_left.threeOne {
	width: 33%;
	background-color: #01327E;
	display: flex;
}

.topBar_left_content {
	margin-top: 25%;
}

.topBar_left_content li {
	height: 75px;
	line-height: 75px;
}

.topBar_left_foot {
	margin-top: 25%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 27%;
}

.user-portrait {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.user-portrait img {
	width: 100%;
	height: 100%;
}

.topBar_right {
	width: 75%;
	background-color: #EAEEF1;
}

.information_img {
	width: 129px;
	height: 129px;
	margin-left: 20%;

}

.information_img img {
	width: 100%;
	height: 100%;
}

.right_heard {
	/* height: ; */
	display: flex;
	justify-content: space-between;
}

.topBar_right_box {
	padding: 40px 70px;
}

.right_heard_titli {
	/* line-height: normal;
     */
	margin-top: 15px;
	color: #02327C;
	font-size: 20px;
	font-weight: 700;
}

.topBar-user {
	/* display: flex; */
	/* justify-content: center; */
	/* text-align: center; */
	padding-left: 70px;
	width: 180px;
	position: relative;
	/* padding-right: 50px; */
}

.topBar-user .user-portrait {
	position: absolute;
	left: 0%;
	/* right:190px !important; */
}

.change-icon {
	width: 16px !important;
	;
	height: 16px !important;
	position: relative;
	left: 40px;
	top: -2px;
	cursor: pointer;
}

.right_foot {
	margin-top: 30px;
	background-color: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0px 19px 47px 7px rgba(0, 0, 0, 0.09);
}

.right_foot_box {
	display: flex;
	justify-content: space-between;

}

.information {
	width: 25%;
	padding: 30px 0;
	text-align: center;
	border-right: 1px solid #EBEEF1;

}

.information_from {
	width: 70%;
	padding: 30px;

}

.information_head {
	height: 50px;
	line-height: 50px;
	margin-bottom: 90px;
}

.information_head img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.information_text {
	padding-left: 20%;
}

.information_text div {
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.information_from_tilit {
	height: 50px;
	color: #151414;
	line-height: 12px;
}

.information_from_content>div {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

.information_from_content>div>span {
	width: 33%;
	overflow: hidden;
	color: #737272;
	font-size: 12px;
	font-weight: 400;
}

.information_from_content img {
	height: 16px;
	width: 16px;
}

.topBar_active {
	color: white;
}

.c737272 {
	color: #737272;
}

.c151414 {
	font-weight: 400;
	color: #151414;
}

/**用户中心通用结束**/
.login {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.login .login-left {
	width: 70%;
	float: left;
	height: 100%;
	text-align: center;
	padding-top: 10%;
	position: relative;
}

.login .login-left .item {
	position: relative;
}

.login .login-left .bgLogin {
	position: absolute;
	width: 526px;
	left: 50%;
	transform: translate(-50%, -56%);
}

.login .login-left .bgLogin img {
	width: 526px;
}

.login .login-left .logo {
	padding-bottom: 50px;
	font-size: 46px;
	font-weight: 700;
}

.login .login-left input {
	border: none;
	outline: none;
	width: 570px;
	line-height: 55px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #F5F5F5;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #111111;
}

.login .login-left button {
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 70px;
	border-radius: 9999999px;
	border: 1px solid #00327D;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #00327D;
}

.login .login-left button:hover {
	color: #00327D;
	font-weight: bold;
	text-align: center;
	padding: 14px 70px;
	border-radius: 9999999px;
	border: 1px solid #00327D;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #FFFFFF;
}

.login .login-left a {
	color: #00327e;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	color: #00327D;
}

.login .login-left .split {
	width: 570px;
	height: 1px;
	background-color: #EBEEF1;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 60px;
}

.login .login-left .split .msg {
	width: 200px;
	position: relative;
	margin: 0 auto;
	top: -12px;
	background-color: #fff;
	font-weight: 400;
	color: #646060;
}

.login .login-left .sponsors {
	margin: 0 auto;
	width: 360px;
	display: flex;
	justify-content: space-evenly
}

.login .login-left .sponsors .i {
	width: 60px;
	height: 60px;
	cursor: pointer
		/* background-color: red; */
}

.login .login-left .sponsors .i img {
	width: 60px;
	height: 60px;
}




.login .login-right {
	width: 30%;
	height: 100%;
	background-color: #00327e;
	float: right;
	padding-left: 90px;
	padding-top: 140px;
	overflow: hidden;
}



.login .login-right img {
	width: 40%;
}

.login .login-right .bgi {
	position: absolute;
	top: 13%;
	right: 80px;
	bottom: 5%;
}

.login .login-right .bgi img {
	height: 100%;
	width: auto;
}

.login .login-right .content {
	margin-top: 220px;
	color: #ffebcd
}

.login .login-right .content .one {
	font-size: 30px;
	padding-bottom: 20px;
	color: #FFFFFF;
	opacity: 0.73;
	font-weight: 600;
}

.login .login-right .content .two {
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 18px;
	opacity: 0.73;
}

.login .login-right .content .three {
	margin-top: 40px;
	width: 200px;
	text-align: center;
	color: #00327D;
	background: rgba(235, 238, 241, 0.88);
	box-shadow: 5px 11px 10px 2px rgba(0, 0, 0, 0.09);
	border-radius: 999px;
	cursor: pointer
}

.login .login-right .content .three:hover {
	color: #fff;
	background: #004fc7;
	box-shadow: 5px 11px 10px 2px rgba(0, 0, 0, 0.09);
	border-radius: 999px;
	cursor: pointer
}

.login .login-right .content .three a {
	text-decoration: none;
	color: #00327D;
	display: block;
	padding: 10px 20px;
}

.login .login-right .content .three:hover a {
	color: #fff;
}

/* @media (max-width: 1919px) {
    html {
        zoom: 68% !important;
    }
} */


/**注册用户中心开始**/


.register_right {
	width: 75%;
	font-size: 12px;
}

.register_right_box {
	width: 50%;
	margin: 10% auto 0;
}

.register_right_img {
	width: 60%;
	margin: 4% auto 0;
}

.register_right_h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	margin-top: -25%;
}

.register_right_box input {
	background-color: #F5F5F5;
	border: none;
	height: 40px;
	color: #A0A3A8;
	padding-left: 20px;
	line-height: 40px;
}

.register_right_box>div {
	margin-bottom: 23px;
}

.button_Register {
	width: 30%;
	min-width: 220px;
	background-color: #01327E;
	height: 40px;
	line-height: 30px;
	border-radius: 20px;
	/* margin: 0 auto; */
	margin-left: 35%;
	/* color: white; */
	font-size: 20px;
	color: #FFFFFF;
	border: 0px;
}

.button_Register:hover {
	color: #fff;
	background: #004fc7;
	box-shadow: 5px 11px 10px 2px rgba(0, 0, 0, 0.09);
}

.LogIn {
	font-size: 30px;
	font-weight: 800;
	color: white;
	margin-top: 145%;

}

.register_left_content {
	margin: 30px auto;
	color: #fff;
}

.regisiter-login-in-btn a {
	width: 80%;
	background-color: white;
	height: 35px;
	line-height: 35px;
	/* border-radius: 20px; */
	/* margin: 0 auto; */
	/* margin-left: 35%; */
	/* color: white; */
	font-size: 16px;
	background: rgba(235, 238, 241, 0.88);
	box-shadow: 5px 11px 10px 2px rgba(0, 0, 0, 0.09);
	border-radius: 17px;
	border: 0px;
	display: block;
	width: 160px;
	text-align: center;
	color: #00327D;
	text-decoration: none;
}

.regisiter-login-in-btn a:hover {
	color: #00327D;
	background: #FFFFFF;
}

.button_Log {
	width: 80%;
	background-color: white;
	height: 35px;
	line-height: 30px;
	/* border-radius: 20px; */
	/* margin: 0 auto; */
	/* margin-left: 35%; */
	/* color: white; */
	font-size: 16px;
	background: rgba(235, 238, 241, 0.88);
	box-shadow: 5px 11px 10px 2px rgba(0, 0, 0, 0.09);
	border-radius: 17px;
	border: 0px;
}

.register-left-bg-img {
	float: left;
	width: 50%;
	position: relative;
}

.register-left-bg-img img {
	position: absolute;
	top: 18%;
	left: 10px;
	right: 30%;
	bottom: 35%;
	height: 70%;
	width: auto;
}

/**注册用户中心结束**/

/**narbar**/
.topBar {
	padding-top: 30px;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;

}

.topBar .topBar-logo {
	float: left;
	padding-top: 12px;
}

.topBar .topBar-logo img {
	height: 44px;
	float: left;
}

.topBar .topBar-discount {
	position: absolute;
	left: 340px;
	font-size: 36px;
	line-height: 70px;
	color: #bac0d0
}

.topBar .topBar-user {
	float: right;
	position: relative;
}

.topBar .topBar-user .user-portrait {
	width: 60px;
	height: 60px;
	border: 3px solid #D4AF37;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: absolute;
	right: 94px;
}

.topBar .topBar-user .user-portrait img {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topBar .topBar-user .user-info {}

.topBar .topBar-user .user-info .user-name {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 700;
}

.topBar .topBar-user .user-info .user-points {
	font-size: 12px;
	margin-top: 4px;
}

.text {
	width: 100%;
}

.text .text-left {
	padding-top: 40px;
	width: 340px;
	position: relative;
	float: left;
}

.text .text-left .left-item {
	color: #c6cbd0;
	padding: 0px 0px 50px 0px;
	cursor: pointer;
	padding-left: 0px;
	display: flex;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 2px;
	background-repeat: no-repeat;
	font-size: 14px;
	align-items: center;
	font-weight: bold;
}

.text .text-left .left-item a {
	color: #c6cbd0;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.left-item .user-center-menu-name {
	margin-left: 10px;
}

.left-item .user-center-menu-item {
	background-size: 100% 100%;
	width: 35px;
	height: 35px;
	display: inline-flex;
}

.left-item.active-user-center-menu a {
	color: #184185 !important;
}

.left-item .user-center-menu-item.menu-icon1 {
	background-image: url(../imgs/userCenter/dashboard-icon.svg);
}

.left-item .user-center-menu-item.menu-icon2 {
	background-image: url(../imgs/userCenter/product-icon.svg);
}

.left-item .user-center-menu-item.menu-icon3 {
	background-image: url(../imgs/userCenter/product-icon.svg);
}

.left-item .user-center-menu-item.menu-icon4 {
	background-image: url(../imgs/userCenter/member-icon.svg);
}

.left-item .user-center-menu-item.menu-icon5 {
	background-image: url(../imgs/userCenter/coupon-icon.svg);
}

.left-item .user-center-menu-item.menu-icon6 {
	background-image: url(../imgs/userCenter/benefits-icon.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon1 {
	background-image: url(../imgs/userCenter/hover_blue/dashboard-icon-h.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon2 {
	background-image: url(../imgs/userCenter/hover_blue/product-icon-h.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon3 {
	background-image: url(../imgs/userCenter/hover_blue/product-icon-h.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon4 {
	background-image: url(../imgs/userCenter/hover_blue/member-icon-h.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon5 {
	background-image: url(../imgs/userCenter/hover_blue/coupon-icon-h.svg);
}

.left-item.active-user-center-menu .user-center-menu-item.menu-icon6 {
	background-image: url(../imgs/userCenter/hover_blue/benefits-icon-h.svg);
}

.left-item:hover a {
	color: #184185 !important;
}

.left-item:hover .user-center-menu-item.menu-icon1 {
	background-image: url(../imgs/userCenter/hover_blue/dashboard-icon-h.svg);
}

.left-item:hover .user-center-menu-item.menu-icon2 {
	background-image: url(../imgs/userCenter/hover_blue/product-icon-h.svg);
}

.left-item:hover .user-center-menu-item.menu-icon3 {
	background-image: url(../imgs/userCenter/hover_blue/product-icon-h.svg);
}

.left-item:hover .user-center-menu-item.menu-icon4 {
	background-image: url(../imgs/userCenter/hover_blue/member-icon-h.svg);
}

.left-item:hover .user-center-menu-item.menu-icon5 {
	background-image: url(../imgs/userCenter/hover_blue/coupon-icon-h.svg);
}

.left-item:hover .user-center-menu-item.menu-icon6 {
	background-image: url(../imgs/userCenter/hover_blue/benefits-icon-h.svg);
}



.text .text-left .click-item {
	color: #184185 !important;
}

.text .text-left .Log-Out {
	font-size: 13px;
	cursor: pointer;
	color: #c6cbd0;
	padding-left: 40px;
	background-image: url(../imgs/logout.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: 100px;
}

.text .text-right {
	padding-top: 30px;
	float: right;
	width: 940px;
	padding-bottom: 40px;
}

.text .text-right .dashboard {
	width: 100%;
	/* height: 1045px; */
	display: flex;
	justify-content: space-between;
}

.text .text-right .dashboard .program {
	width: 48%;
	height: 100%;
}

.text .text-right .dashboard .program .dashboardTitle {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}

.text .text-right .dashboard .program .program-g {
	width: 100%;
	height: 1054px;
	background-color: #fff;
	margin-top: 30px;
	/* padding: 30px; */
	border-radius: 20px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .dashboard .program .program-g .title {
	font-size: 20px;
	font-weight: 700;
	color: #151414;
	padding: 43px 0 0 43px;
	text-align: left;
}

.text .text-right .dashboard .program .program-g .programImg {
	width: 300px;
	height: 101px;
	margin: 54px auto 0;
}

.text .text-right .dashboard .program .program-g .pOne {
	width: 324px;
	height: 38px;
	margin: auto;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
}

.text .text-right .dashboard .program .program-g .pOne span {
	font-size: 20px;
	font-weight: 700;
	font-size: 18px;
}

.text .text-right .dashboard .program .program-g .pTwo {
	font-weight: 700;
	margin: 85px auto 0;
	width: 85%;
	text-align: left;
	font-size: 16px;
}

.text .text-right .dashboard .program .program-g .pThree {
	margin: 20px auto 0;
	width: 85%;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

.text .text-right .dashboard .program .program-g .pThree .pThreeSpan {
	color: #00317d;
	font-size: 14px;
	font-weight: 700;
}

.text .text-right .dashboard .program .program-g .programBtn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #00317d;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: 44px auto 0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.text .text-right .dashboard .product {
	width: 48%;
	height: 100%;
	background-color: #f5f5f5;
}

.text .text-right .dashboard .product .product_g {
	width: 100%;
	/* height: 50%; */
}

.text .text-right .dashboard .product .product_g .productTitle {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}

.text .text-right .dashboard .product .product_g .productBox {
	width: 100%;
	height: 496px;
	background-color: #fff;
	margin-top: 30px;
	/* padding: 40px 0 0 32px; */
	border-radius: 20px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .dashboard .product .product_g .productBox .recent {
	width: 100%;
	height: 40%;
	background-color: #fff;
	border-radius: 20px;
}

.text .text-right .dashboard .product .product_g .productBox .recent .recentTltle {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 40px 0 0 32px;
}

.text .text-right .dashboard .product .product_g .productBox .recent .table {
	width: 90%;
	border-top: 1px solid #ebeef1;
	border-bottom: 1px solid #ebeef1;
	margin: 26px auto 0;
	padding-top: 18px;
}

.text .text-right .dashboard .product .product_g .productBox .recent .table .tables {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-left: 11px;
}

.text .text-right .dashboard .product .product_g .productBox .recent .table p {
	font-size: 13px;
	text-align: left;
}

.text .text-right .dashboard .product .product_g .productBox .registered {
	width: 100%;
	/* height: 40%; */
	background-color: #fff;
	margin-top: 30px;
}

.text .text-right .dashboard .product .product_g .productBox .registered .registeredTltle {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 32px 0 0 32px;
}

.text .text-right .dashboard .product .product_g .productBox .registered .table {
	width: 90%;
	border-top: 1px solid #ebeef1;
	border-bottom: 1px solid #ebeef1;
	margin: 26px auto 0;
	padding-top: 18px;
}

.text .text-right .dashboard .product .product_g .productBox .registered .table .tables {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-left: 11px;
	line-height: 15px;
}

.text .text-right .dashboard .product .product_g .productBox .registered .table p {
	font-size: 13px;
	text-align: left;
}

.text .text-right .dashboard .product .product_g .productBox .productBtn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #00317d;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.text .text-right .dashboard .product .coupon {
	width: 100%;
	/* height: 50%; */
	margin-top: 58px;
}

.text .text-right .dashboard .product .coupon .couponTitle {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}

.text .text-right .dashboard .product .coupon .couponBox {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	height: 450px;
	background-color: #fff;
	/* padding: 15px 10px; */
	border-radius: 20px;
	margin-top: 24px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .dashboard .product .coupon .couponBox .Available {
	padding: 43px 0 0 31px;
	text-align: left;
}



.text .text-right .couponBox .doubleBox {
	width: 100%;
	height: 84%;
	/* background-color: purple; */
	margin-top: 20px;
	border-radius: 10px;
}

.text .text-right .couponBox p {
	font-size: 14px;
}

.text .text-right .couponBox .topBox {
	width: 415px;
	height: 81px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	margin: auto;
	margin-bottom: 2px;
}

.text .text-right .couponBox .topBox .discountLeft {
	width: 15%;
	height: 100%;
	/* background-color: #eaeef1; */
	border-radius: 10px 0 0 10px;
	text-align: center;
}

.text .text-right .couponBox .topBox .discountLeft .firstText {
	font-size: 24px;
	color: #184185;
	margin-top: 12px;
	margin-bottom: 4px;
}

.text .text-right .couponBox .topBox .discountLeft .lastText {
	font-size: 16px;
	color: #184185;
	margin-top: -10px;
}

.text .text-right .couponBox .topBox .discountMid {
	width: 60%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
}

.text .text-right .couponBox .topBox .discountMid .head {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}

.text .text-right .couponBox .topBox .discountMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
	margin-top: 2px;
}

.text .text-right .couponBox .topBox .discountMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
}

.text .text-right .couponBox .topBox .discountRight {
	width: 25%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
	border-radius: 0 10px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text .text-right .couponBox .topBox:hover {
	background-color: #eaeef1;
}

.text .text-right .couponBox .topBox .discountRight .discountBtn {
	width: 85px;
	height: 27px;
	line-height: 27px;
	background-color: #fff;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 10px;
	margin: auto;
	color: #00317d;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	border-radius: 20px;

}

.text .text-right .couponBox .couponBtn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #00317d;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: 25px auto 0;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
}

.text .text-right .redeem {
	width: 100%;
	height: 468px;
	background-color: #f5f5f5;
	margin: 64px 0 68px;
}

.text .text-right .redeem .redeemTitle {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}

.text .text-right .redeem .redeemBox {
	width: 100%;
	height: 400px;
	background-color: #fff;
	margin-top: 38px;
	/* padding: 30px 20px; */
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .redeem .redeemBox .redeemHistory {
	width: 50%;
	height: 100%;
}

.text .text-right .redeem .redeemBox .redeemHistory .redeemHistoryTitle {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 59px 0 0 54px;
}

.text .text-right .redeem .redeemBox .redeemHistory .table_red {
	width: 90%;
	height: 69px;
	background-color: #fff;
	border-top: 1px solid #ebeef1;
	margin: 18px auto 0;
	padding: 20px 10px 0 32px;
	display: flex;
	text-align: left;
}

.text .text-right .redeem .redeemBox .redeemHistory .table_red .left {
	width: 30%;
	height: 100%;
}

.text .text-right .redeem .redeemBox .redeemHistory .table_red .right {
	width: 70%;
	height: 100%;
	font-size: 14px;
}

.text .text-right .redeem .redeemBox .rewardsHistory {
	width: 50%;
	height: 100%;
}

.text .text-right .redeem .redeemBox .rewardsHistory .rewardsHistoryTitle {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 59px 0 0 54px;
}

.text .text-right .redeem .redeemBox .rewardsHistory .table_red {
	width: 90%;
	height: 69px;
	background-color: #fff;
	border-top: 1px solid #ebeef1;
	margin: 18px auto 0;
	padding: 20px 0px 0 32px;
	display: flex;
	text-align: left;
}

.text .text-right .redeem .redeemBox .rewardsHistory .table_red .left {
	width: 25%;
	height: 100%;
}

.text .text-right .redeem .redeemBox .rewardsHistory .table_red .right {
	width: 65%;
	height: 100%;
	font-size: 13px;
}

.text .text-right .redeem .redeemBox .rewardsHistory .table_red .lastP {
	width: 10%;
	text-align: center;
}

.text .text-right .benefitsTitle {
	font-size: 24px;
	font-weight: 700;
	color: #151414;
	text-align: left;
}

.text .text-right .content {
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-top: 40px;
}

.text .text-right .contentLeft {
	font-size: 24px;
	width: 47%;
	height: 100%;
	transition: all 0.4s;
	border-radius: 20px;
	padding-bottom: 40px;
}

.text .text-right .contentLeft:hover {
	box-shadow: 0px 19px 47px 7px rgba(0, 0, 0, 0.09);
	background-color: #fff;
}

.text .text-right .contentRight {
	font-size: 24px;
	width: 47%;
	height: 100%;
	border-radius: 20px;
	padding-bottom: 40px;
	transition: all 0.4s;
}

.text .text-right .contentRight:hover {
	box-shadow: 0px 19px 47px 7px rgba(0, 0, 0, 0.09);
	background-color: #fff;

}

.text .text-right .contentLeft .contentImg {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.text .text-right .contentLeft .textTop {
	width: 70%;
	margin: 20px auto 10px;
	font-size: 16px;
	font-weight: 700;
	color: #151414;
}

.text .text-right .contentLeft .textBom {
	width: 85%;
	line-height: 20px;
	margin: 0 auto;
	font-size: 12px;
	color: #5B5757;
}

.text .text-right .contentLeft .textBtn {
	width: 40%;
	padding: 8px 0;
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
	background-color: #00317d;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
}

.text .text-right .contentRight .contentImg {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.text .text-right .contentRight .textTop {
	width: 70%;
	margin: 20px auto 10px;
	font-size: 16px;
	font-weight: 700;
	color: #151414;
}

.text .text-right .contentRight .textBom {
	width: 85%;
	line-height: 20px;
	margin: 0 auto;
	font-size: 12px;
	color: #5B5757;
}

.text .text-right .contentRight .textBtn {
	width: 40%;
	padding: 8px 0;
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
	background-color: #00317d;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
}


/**产品页面**/
.content_title {
	font-size: 20px;
	font-weight: 900;
	margin: 50px 0 50px;
}

.text-right {
	width: 100%;

}

.right-Box {
	margin: 10px 0 0 20px;

}

.content_form {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	margin-top: 30px;
	color: #151414;
	box-shadow: 0 0 10px #ccc;
}

.content_form th {
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	padding-left: 10px;
	font-weight: bold;
	color: #83848E;

}

.content_form td {
	height: 50px;
	/* line-height: 50px; */
	font-size: 12px;
	padding-left: 10px;
}

.from_foot>div>ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.from_foot>div>ul>li {

	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}

.from_foot>div {
	width: 20%;
	margin: 20px auto 0px;

}

.active {
	background-color: #01327E;
	color: white;

}

.content_button {
	background-color: #01327E;
	color: white;
	display: inline-block;
	/* padding-left: 20px;
    padding-right: 20px; */
	text-align: center;
	margin: 0 45%;
	line-height: 26px;
	width: 95px;
	height: 26px;
	background: #00327D;
	border-radius: 13px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
}

.fromnav {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.from_activea {
	margin-top: 10px;
}

.from_activea td {
	background-color: #EAEEF1;

}

.from_active {
	border-radius: 10px 0 0 10px;
	background-color: #EAEEF1;
}

.from_actives {
	border-radius: 0px 10px 10px 0px;
	background-color: #EAEEF1;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(135, 135, 135, 0.5);
	top: 0;
	font-size: 12px;
	display: none;
	opacity: 0;
}

.popup.show {
	display: block;
	opacity: 1;
}

.popup_box {
	width: 370px;
	/* padding: 20px; */
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background-color: white; */
	height: 600px;
	border-radius: 10px;
	background-color: #01327E;

}

.popup_box_img {
	width: 30%;
	margin: 0 auto;
	clear: both;
}

.cancel {
	text-align: right;
	font-size: 20px;
	/* font-weight: 900; */
	width: 10px;
	float: right;
	position: relative;
	right: 12px;
}

.cancel img {
	width: 100%;
}

.popup_text {
	font-size: 13px;
	margin: 14px 0;
}

.iconNav>ul {
	padding: 0px 30px;
	display: flex;
	justify-content: space-between;
}

.iconNav>ul>li {
	font-size: 12px;
	width: 30%;
	text-align: center;
	margin-top: 10px;
}

.iconNav>ul>li>div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #EAEEF1;
	margin: 0 auto;
	line-height: 50px;
}

.iconNav>ul>li>div>img {
	width: 100%;
}

.T6_nput {
	margin-bottom: 10px;
	height: 40px;

}

.T6_nput input {
	display: inline-block;
	/* margin-bottom: 10px;height: 40px; */
	width: 40%;
	height: 90%;
	background: #00327D;
	background-image: url(../imgs/Vectort.png);
	background-repeat: no-repeat;
	background-position-x: 150px;
	color: #ffffff;
	border: 1px solid #C8C8C8;
	background-size: 10%;
	background-position-y: 8px;
	background-position-x: 92%;
	font-weight: 600;
	padding-left: 26px;
}

.iconNav>ul>li>p {
	display: inline-block;
	font-size: 10px;
	padding: 15px 0;
}

.Fromto {
	width: 199px;
	height: 37px;
	background: #F5F5F5;
	border: none;
	background-image: url(../imgs/calendar.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-x: 170px;
	background-position-y: 7px;


}

.Tofrom {
	width: 199px;
	height: 37px;
	background: #F5F5F5;
	border: none;
	background-image: url(../imgs/calendar.png);
	background-repeat: no-repeat;
	background-position-x: 170px;
	background-position-y: 7px;

}


/**coupon begin**/

.text .text-right .click-item {
	color: #184185 !important;
}

.text .text-right {
	float: right;
	width: 940px;
	/* height: 1300px; */
	/* background-color: red; */
}

.text .text-right .tab {
	width: 70%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 61px;
}

.text .text-right .tab p {
	cursor: pointer;
}

.text .text-right .title {
	font-size: 20px;
	font-weight: 700;
	color: #c6cbd0;
}

.text .text-right .discount {
	width: 100%;
	height: 478px;
	background-color: #fff;
	border-radius: 20px;
	/* padding: 25px; */
	font-weight: 700;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .discount .discountTitle {
	padding: 46px 0 48px 55px;
}

.text .text-right .discount .doubleBox {
	width: 100%;
	height: 160px;
	/* background-color: purple; */
	/* margin-top: 30px; */

	border-radius: 20px;
}

.text .text-right .discount .topBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .discount .topBox:hover .discountBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .discount .bomBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .discount .bomBox:hover .discountBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .discount .topBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	/* border: 1px solid #ebeef1; */
	display: flex;
	margin: 0 48px;
	margin-bottom: 8px;
	border: 1px solid #ebeef1;
}

.text .text-right .discount .topBox .discountLeft {
	width: 15%;
	height: 100%;
	/* background-color: #eaeef1; */
	border-radius: 20px 0 0 20px;
	text-align: center;
}

.text .text-right .discount .topBox .discountLeft .firstText {
	font-size: 46px;
	color: #184185;
	margin-top: 32px;
}

.text .text-right .discount .topBox .discountLeft .lastText {
	font-size: 26px;
	color: #184185;
	margin-top: -16px;
}

.text .text-right .discount .topBox .discountMid {
	width: 60%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
}

.text .text-right .discount .topBox .discountMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .discount .topBox .discountMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .discount .topBox .discountMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .discount .topBox .discountRight {
	width: 25%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
	border-radius: 0 20px 20px 0;
}

.text .text-right .discount .topBox .discountRight .coding {
	color: #00317d;
	font-size: 17px;
	margin: 40px auto 20px;
}

.text .text-right .discount .topBox .discountRight .discountBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	border: 1px solid #00317d;
	font-size: 12px;
	cursor: pointer;
}

.text .text-right .discount .bomBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ebeef1;
	display: flex;
	margin-top: 11px;
	margin: 0 48px;
}

.text .text-right .discount .bomBox .discountLeft {
	width: 15%;
	height: 100%;
	/* background-color: #fff; */
	border-radius: 20px 0 0 20px;
	text-align: center;
}

.text .text-right .discount .bomBox .discountLeft .firstText {
	font-size: 40px;
	color: #184185;
	margin-top: 32px;
}

.text .text-right .discount .bomBox .discountLeft .lastText {
	font-size: 26px;
	color: #184185;
	margin-top: -12px;
}

.text .text-right .discount .bomBox .discountMid {
	width: 60%;
	height: 100%;
	/* background-color: #fff; */
	text-align: center;
}

.text .text-right .discount .bomBox .discountMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .discount .bomBox .discountMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .discount .bomBox .discountMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .discount .bomBox .discountRight {
	width: 25%;
	height: 100%;
	/* background-color: #fff; */
	text-align: center;
	border-radius: 0 20px 20px 0;
}

.text .text-right .discount .bomBox .discountRight .coding {
	color: #00317d;
	font-size: 18px;
	margin: 40px auto 20px;
}

.text .text-right .discount .bomBox .discountRight .discountBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	font-size: 12px;
	cursor: pointer;
}

/**优惠券的开始***/
.fly-coupon-main-box {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 55px;
	box-shadow: 0 0 10px #ccc;
	padding: 25px 30px;
}

.fly-coupon-main-title {
	font-weight: 700;
	margin-bottom: 30px;
}

.fly-coupon-list {
	width: 100%;
	height: 160 px;
	border-radius: 20px;
}

.fly-coupon-list .fly-coupon-item {
	border-radius: 6px;
	display: flex;
	margin-bottom: 8px;
	border: 1px solid #ebeef1;
	padding: 25px 25px;
}

.fly-coupon-list .fly-coupon-item.redeemSuccess {
	background: rgba(130, 197, 1, .2);
}

.fly-coupon-list .fly-coupon-item.expired {
	background: #F5F5F5;
}

.fly-coupon-left {
	font-size: 46px;
	color: #184185;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	width: 110px;
}

.fly-coupon-left.Discount {
	flex-direction: column;
}

.fly-coupon-left .fly-coupon-money {
	font-size: 46px;
	color: #184185;
}

.fly-coupon-left .fly-coupon-off {
	font-size: 26px;
	color: #184185;
	margin-top: -16px;
}

.fly-coupon-left img.coupon-pro-img {
	width: 100%;
}

.fly-coupon-left img.successImg {
	width: 50px;
	height: 50px;
}

.fly-coupon-center {
	flex: 1;
	margin-left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 20%;
}

.fly-coupon-center .fly-coupon-title {
	font-size: 20px;
	font-weight: 700;
}

.fly-coupon-center .fly-coupon-tips {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}

.fly-coupon-list .fly-coupon-item:hover {
	background-color: #eaeef1;
}

.fly-coupon-list .fly-coupon-item.redeemSuccess:hover {
	background: rgba(130, 197, 1, .2);
}

.fly-coupon-list .fly-coupon-item.expired:hover {
	background: #F5F5F5;
}

.fly-coupon-right {
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.fly-coupon-right .fly-coupon-code {
	font-family: Century Gothic;
	font-weight: bold;
	color: #00317C;
	margin-bottom: 15px;
}

.fly-coupon-right.Discount {
	flex-direction: column;
	justify-content: center;
}

.fly-coupon-right.Discount a {
	margin: 0;
}

.fly-coupon-right a {
	width: 107px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	border: 1px solid #00317d;
	font-size: 12px;
	cursor: pointer;
}

.fly-coupon-list .fly-coupon-item:hover a {
	background: #00317C;
	color: #fff;
}

.fly-coupon-list .fly-coupon-item.expired a {
	background: #F5F5F5;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

.fly-coupon-list .fly-coupon-item.expired:hover a {
	background: #F5F5F5;
}

.fly-coupon-list .fly-coupon-item.expired .fly-coupon-code {
	color: #aaaaaa;
}

.fly-coupon-list .fly-coupon-item.expired .fly-coupon-center .fly-coupon-title {
	color: #aaa;
}

.fly-coupon-list .fly-coupon-item.expired .fly-coupon-left .fly-coupon-money {
	color: #aaa;
}

.fly-coupon-list .fly-coupon-item.expired .fly-coupon-left .fly-coupon-off {
	color: #aaa;
}

.fly-coupon-list .fly-coupon-item.expired .fly-coupon-left {
	color: #aaa;
}

.fly-coupon-list .fly-coupon-item.expired img.coupon-pro-img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.fly-fail-mask {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.fly-fail-mask.show {
	display: block;
	opacity: 0.5;
}

.fly-coupon-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 533px;
	height: 336px;
	background-color: #fff;
	border-radius: 20px;
	z-index: 999;
	display: none;
	opacity: 0;
}
.fly-coupon-popup.show{
	display: block;
	opacity: 1;
}

.fly-coupon-red {
	width: 42px;
	height: 42px;
	background-color: red;
	border-radius: 50%;
	margin: 50px auto 0;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 30px;
}

.fly-coupon-popupTitle {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-top: 15px;
}

.fly-coupon-popupText {
	width: 350px;
	font-size: 12px;
	margin: 25px auto 15px;
}

.fly-coupon-popupBtn {
	width: 130px;
	height: 36px;
	background-color: #00317d;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: 30px auto 0;
	color: #fff;
	padding: 7px 0 5px;
	font-size: 14px;
	cursor: pointer;
}

/**优惠券的结束**/

.text .text-right .cash {
	width: 100%;
	height: 478px;
	background-color: #fff;
	border-radius: 20px;
	/* padding: 25px; */
	font-weight: 700;
	margin-top: 55px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .cash .cashTitle {
	padding: 46px 0 48px 55px;
}

.text .text-right .cash .doubleBox {
	width: 100%;
	height: 160px;
	/* background-color: purple; */
	/* margin-top: 30px; */

	border-radius: 20px;
}

.text .text-right .cash .topBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .cash .topBox:hover .cashBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .cash .bomBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .cash .bomBox:hover .cashBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .cash .topBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	display: flex;
	margin: 0 48px;
	margin-bottom: 8px;
	border: 1px solid #ebeef1;
}

.text .text-right .cash .topBox .cashLeft {
	width: 15%;
	height: 100%;
	/* background-color: #eaeef1; */
	border-radius: 20px 0 0 20px;
	text-align: center;
}

.text .text-right .cash .topBox .cashLeft .firstText {
	font-size: 46px;
	color: #184185;
	margin-top: 32px;
}

.text .text-right .cash .topBox .cashMid {
	width: 60%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
}

.text .text-right .cash .topBox .cashMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .cash .topBox .cashMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .cash .topBox .cashMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .cash .topBox .cashRight {
	width: 25%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text .text-right .cash .topBox .cashRight .cashBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	border: 1px solid #00317d;
	font-size: 12px;
	cursor: pointer;
}

.text .text-right .cash .bomBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ebeef1;
	display: flex;
	margin-top: 11px;
	margin: 0 48px;
}

.text .text-right .cash .bomBox .cashLeft {
	width: 15%;
	height: 100%;
	/* background-color: #fff; */
	border-radius: 20px 0 0 20px;
	text-align: center;
}

.text .text-right .cash .bomBox .cashLeft .firstText {
	font-size: 40px;
	color: #184185;
	margin-top: 32px;
}

.text .text-right .cash .bomBox .cashMid {
	width: 60%;
	height: 100%;
	/* background-color: #fff; */
	text-align: center;
}

.text .text-right .cash .bomBox .cashMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .cash .bomBox .cashMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .cash .bomBox .cashMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .cash .bomBox .cashRight {
	width: 25%;
	height: 100%;
	/* background-color: #fff; */
	text-align: center;
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text .text-right .cash .bomBox .cashRight .cashBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	font-size: 12px;
	cursor: pointer;
}

.text .text-right .products {
	width: 100%;
	height: 478px;
	background-color: #fff;
	border-radius: 20px;
	/* padding: 25px; */
	font-weight: 700;
	margin-top: 55px;
	box-shadow: 0 0 10px #ccc;
}

.text .text-right .products .productsTitle {
	padding: 46px 0 48px 55px;
}

.text .text-right .products .doubleBox {
	width: 100%;
	height: 160px;
	border-radius: 20px;
}

.text .text-right .products .topBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .products .topBox:hover .productsBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .products .bomBox:hover {
	/* width: 100%; */
	height: 160px;
	/* padding: 0px 48px; */
	border-radius: 20px;
	display: flex;
	margin-bottom: 8px;
	background-color: #eaeef1;
}

.text .text-right .products .bomBox:hover .productsBtn {
	background-color: #00317d !important;
	color: #fff !important;
}

.text .text-right .products .topBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	display: flex;
	margin: 0 48px;
	margin-bottom: 8px;
	border: 1px solid #ebeef1;
}

.text .text-right .products .topBox .productsLeft {
	width: 15%;
	height: 100%;
	/* background-color: #eaeef1; */
	border-radius: 20px 0 0 20px;
	text-align: center;

}

.text .text-right .products .topBox .productsLeft .productsLeftImg {
	width: 121px;
	height: 113px;
	margin-top: 26px;
}

.text .text-right .products .bomBox .productsLeft .productsLeftImg {
	width: 75px;
	height: 138px;
	margin-top: 16px;
}

.text .text-right .products .topBox .productsMid {
	width: 60%;
	height: 100%;
	text-align: center;
}

.text .text-right .products .topBox .productsMid.couponFirstTab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 22px;
}

.text .text-right .products .topBox .productsMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .products .topBox .productsMid.couponFirstTab .head {
	margin-top: 0;
}

.text .text-right .products .topBox .productsMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .products .topBox .productsMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .products .topBox .productsRight {
	width: 25%;
	height: 100%;
	/* background-color: #eaeef1; */
	text-align: center;
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text .text-right .products .topBox .productsRight .productsBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	border: 1px solid #00317d;
	font-size: 12px;
	cursor: pointer;
}

.text .text-right .products .bomBox {
	/* width: 100%; */
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ebeef1;
	display: flex;
	margin-top: 11px;
	margin: 0 48px;
}

.text .text-right .products .bomBox .productsLeft {
	width: 15%;
	height: 100%;
	/* background-color: #fff; */
	border-radius: 20px 0 0 20px;
	text-align: center;
}

.text .text-right .products .bomBox .productsLeft .firstText {
	font-size: 40px;
	color: #184185;
	margin-top: 32px;
}

.text .text-right .products .bomBox .productsMid {
	width: 60%;
	height: 100%;
	text-align: center;
}

.text .text-right .products .bomBox .productsMid.couponFirstTab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 22px;
}


.text .text-right .products .bomBox .productsMid .head {
	text-align: left;
	font-size: 20px;
	margin-top: 18px;
}

.text .text-right .products .bomBox .productsMid.couponFirstTab .head {
	margin-top: 0;
}

.text .text-right .products .bomBox .productsMid .textContent {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.text .text-right .products .bomBox .productsMid .date {
	color: #9e9ea0;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	margin-top: 18px;
}

.text .text-right .products .bomBox .productsRight {
	width: 25%;
	height: 100%;
	/* background-color: #fff; */
	text-align: center;
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text .text-right .products .bomBox .productsRight .productsBtn {
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #00317d;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	color: #00317d;
	font-size: 12px;
	cursor: pointer;
}

/**coupon end**/


.input-item {
	display: flex;
}

.input-item input {
	flex: 1;
}



.reg-check-Box {
	width: 100%;
	background-color: #EAEEF1;
	height: 100%;
	position: relative;

}

.reg-check-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 70%;

}

.reg-check-content .reg-check-title {
	margin-top: -30px;
	margin-bottom: 30px;

}

.reg-check-content .reg-check-title .reg-check-title_img {
	width: 200px;
	margin: 0 auto;
}

.reg-check-content .reg-check-title .reg-check-title_img img {
	width: 212px;
	height: 37px;
}

.reg-check-content .reg-check-content_text {
	background-color: white;
	text-align: center;
	height: 575px;
	border-radius: 20px;
	margin-top: 63px;
	/* box-shadow: 0 0 10px #ccc; */
	box-shadow: 0 0 10px #ccc;
}

.reg-check-content .reg-check-content_title {
	font-size: 30px;
	padding-top: 10%;
}

.reg-check-content .reg-check-content_button {
	background-color: #00317D;
	color: white;
	/* width: 50%; */
	display: inline-block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	margin: 0 25%;
	border-radius: 20px;
	line-height: 40px;
}

.reg-check-content .reg-check-content_button:hover {
	text-decoration: none;
	color: white;
}

.reg-check-content .reg-check-content_texts {
	line-height: 30px;
	padding-top: 30px;
}

.reg-check-content .reg-check-content_texts .emailStrong {
	font-weight: bold;
}

.reg-check-content .reg-check-content_texts a {
	text-decoration: underline;
	cursor: pointer;
	color: #151414;
}

.reg-check-content .reg-check-content_texts a:hover {
	color: #000000;
}

.reg-check-content .reg-check-contentr_input {
	margin: 40px 0 20px;
}

.reg-check-content .reg-check-contentr_input input {
	width: 50%;
	height: 40px;
	margin: 0 auto;
	background: #F5F5F5;
	border-radius: 5px;
	border: 0px;
	font-weight: 400;
	color: #878A92;
	line-height: 18px;
	padding-left: 30px;
}

.reg-check-content .reg-check-content_button {
	margin: 6% 25% 2%;
}



/**优惠券补充开始**/
.coupon-tabs-content {
	display: block;
}

.coupon-tabs-content .tab-content {
	width: 100%;
	opacity: 0;
	display: none;
}

.coupon-tabs-content .tab-content.showTab {
	opacity: 1;
	display: block;
}

/**优惠券补充结束**/
