@font-face {
	font-family: "fzzdh";
	src: url("../fonts/fzzdh.ttf");
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Microsoft YaHei, Arial, sans-serif;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: #e31b00;
	font-size: 0.11rem;
	overflow-x: hidden;
}

span, img {
	display: block;
}

div {
	box-sizing: border-box;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
}

.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.ml {
	margin-left: auto;
}

/* .bg {
	margin: 0.1rem 0.1rem 0;
	position: relative;
	background: url('../images/bg.jpg');
	background-size: cover;
	min-height: 3rem;
} */
.bg {
	position: relative;
}

.my-font {
	font-family: "fzzdh";
}

.title {
	font-size: 0.45rem;
	margin-top: 0.1rem;
	color: #fa2100;
}

.title2 {
	font-size: 0.16rem;
	margin-top: 0.2rem;
	color: #fa2100;
}

.title3 {
	font-size: 0.16rem;
	margin-top: 0.05rem;
	color: #fa2100;
}

.text-center {
	text-align: center;
}

.text-red {
	color: #fa2100;
}

.hongbao {
	width: 3.5rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.13rem;
}
.price {
	position: absolute;
	color: rgb(255, 246, 173);
	font-size: 0.16rem;
	font-weight: 600;
	top: 43%;
	left: 73%;
	z-index: 1;
}

.info-bg {
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: 0.07rem;
	margin-right: 0.07rem;
	border-radius: 16px;
	margin-top: -0.13rem;
	position: relative;
	padding: 0.06rem;
}

.info-mian {
	background: #fff;
	border-radius: 11px;
	padding: 0.2rem;
}

.info-mian .fl-title{
	margin: -0.2rem auto 0.2rem;
	width: 1.2rem;
}

.fls{
	justify-content: center;
	padding-bottom: 0.16rem;
	border-bottom: 1px dashed #7e7e7e;
	margin-bottom: 0.1rem;
}
.fls img{
	width: .8rem;
	height: .8rem;
}
.fls img + img{
	margin-left: .2rem;
}

.scoll-news {
	overflow: hidden;
	font-size: 0.13rem;
	height: 0.3rem;
	line-height: 0.3rem;
}

.copy-right {
	color: #fff;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
}

.submit {
	background: #fa2100;
	color: #fff;
	text-align: center;
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.23rem;
	border-radius: 30px;
	width: 80%;
	margin: 0 auto;
	margin-top: 0.2rem;
	-webkit-animation-name: 'pulse';
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.pays {
	margin-top: 0.2rem;
}

.pay-icon {
	width: 0.2rem;
}

.pay-text {
	color: #6e6e6e;
	margin-left: 0.05rem;
}

.pay-checked {
	width: 0.2rem;
	height: 0.2rem;
}

.fix-icon {
	position: fixed;
	right: -1px;
	background: linear-gradient(to bottom, #fdea7b, #f6d54b);
	border: 1px solid #fe941d;
	color: #d6341f;
	padding: 0.04rem 0.05rem;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.rule {
	top: 0.8rem;
}

.kf {
	top: 1.5rem;
}
.fix-icon a{
	color: #d6341f;
}

.tuikuan {
	top: 2.2rem;
}

.pop-win {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	display: none;
}

.rule_content {
	width: 85%;
	margin: 1rem auto 0;
	border-radius: 0.1rem;
	background: rgb(253, 245, 230);
	font-size: 0.12rem;
	overflow: hidden;
}
.rule_title {
    color: rgb(179, 70, 0);
    font-size: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
}
.rule_cont {
    font-size: 0.14rem;
    height: 3.4rem;
    overflow-y: auto;
    line-height: 0.23rem;
    margin: 0 0.1rem;
}

.operate {
    background: #ffffff;
	padding: 0.07rem 0;
}
.operate_btn{
	border-radius: 30px;
	border: 1px solid #888;
	width: 1.5rem;
	font-size: 0.18rem;
	margin: 0 auto;
	padding: 0.05rem 0;
}
.pay_result_dialog_div {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 300;
    display: none;
}
.pay_result_dialog_div .dialog_bg {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.pay_result_dialog_div .dialog_content {
    background-color: white;
    width: 90%;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pay_result_dialog_div .dialog_content .dialog_title{
	font-size: 0.2rem;
	font-weight: 600;
	margin-top: 0.16rem;
}
.pay_result_dialog_div .dialog_content .dialog_title2{
	font-size: 0.13rem;
	margin-top: 0.08rem;
}

.pay_result_dialog_div .dialog_content .dialog_content_div {
    padding: 0 0.15rem 0.15rem 0.15rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .buy_money {
    font-size: 0.3rem;
	color: #dd5252;
	margin-top: 0.2rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .dialog_content_btn {
    height: 0.5rem;
    line-height: 0.5rem;
    display: block;
    border-radius: 0.5rem;
    color: #f32119;
	border: 1px solid #f32119;
    font-size: 0.16rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .selected {
    background-color: #f32119;
    margin-bottom: 0.1rem;
    color: white;
}
.buy_nowsfea .p2 {
    position: absolute;
    right: 0;
    top: -0.25rem;
    background: #2a9dfc;
	color: #fff;
    font-size: 0.14rem;
    height: 0.25rem;
    line-height: 0.25rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
    padding: 0 0.12rem;
    letter-spacing: 2px;
}
strong {
    color: #dd5252;
    font-weight: normal;
}
.pop-wl {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    align-content: center;
    flex-wrap: wrap;
	z-index: 20;
	display: none;
}
.pon-win{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.pop-wl .bg1 {
    width: 80%;
    text-align: center;
}
.pop-wl .bg1 .text {
    color: #f42e01;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 2.8rem;
    text-align: center;
    width: 100%;
}
.submit2 img {
    width: 80%;
    margin: 0 auto;
}
#pop-price {
    position: absolute;
    /* width: 56%;
    height: 7%;
    top: 47%;
    left: 27%; */
    color: rgb(245, 97, 47);
    font-size: 0.34rem;
    font-style: italic;
    font-weight: bold;
}
.close2 img {
    width: 0.3rem;
}

.pop-wl .bg2 {
    width: 80%;
}
.pop-wl .bg2 img {
    width: 100%;
}