/*************************/
/***** BASE STYLES *******/
/*************************/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video 
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: inherit;
	font-family: 'Arial',sans-serif;
    font-weight: normal;
	font-size: 100%; 
	vertical-align: baseline; 
}

html { 
	line-height: 1; 
	background: #fff
}

a img { border: none; }
a{
	text-decoration: none !important;
}
footer, header{ 
	display: block; 
}
body{
	overflow-y: auto;
}
body.scroll-disable{
	overflow: hidden;
}
/************************/
/*        MODULES       */
/****** LOADER ******/
#page-preloader{ 
	position: fixed; 
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #050102;
	background-size: 100% 100%;
	z-index: 9999; 
	overflow: hidden;
}
#page-preloader .spinner { 
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border: 3px solid transparent;
	border-top-color: #ff6400;
	border-radius: 50%;
	z-index: 1001;
}
#page-loading{
	position: absolute;
	left: 50%;
	margin-left: -151.5px;
	top: 50%;
	margin-top: -16px;
}
#loading-logo{
	position: absolute;
	width: 109px;
	left: 50%;
	margin-left: -54.5px;
	top: 50%;
	margin-top: -80px;
}
#spinner{
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	top: 50%;
	margin-top: 30px;
}
.uuu{
    transform: rotate(-90deg);
}
.progressBar,.progressBar li{
    list-style: none;
}
.progressBar{
    overflow: hidden;
    margin:0;
    padding:6px;
	padding-left: 12px;
    display: flex;
	position: relative;
}
.progressBar::before{
	/* content: "";
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #56b1dd; */
}
/*li*/
.pro_item{
    width:100%;
    background:red;
    height:100%;
    margin-right:6px;
    float:left;
    background: linear-gradient(#fff, #00B8F6 40%, #00B8F6 60%,#fff);
    transition:all 0.1s;
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
}
.prese{
    width: 300px;
    margin: 0 auto;
    font-family: '微软雅黑';
    font-size: 15px;
    width: 300px;margin: 0 auto;
    color: white;
}
.container{
    position: relative;
    width: 100%;
    height: 100%;
}
.MusicBox{
	position: fixed;
    top: 2em;
    right: 1em;
    width: 2em;
    height: 2em;
    border-radius: 15px;
    z-index: 9998;
}
.MusicBox span{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:contain;
}
.MusicBox .Music{
	z-index:2;
	background:url(../images/music.png) center no-repeat;
	background-size:contain;
}
.MusicBox .Sound{
	background:url(../images/music.png) center no-repeat;
	background-size:contain;
	z-index:1;
	opacity:1;
	-webkit-transform:scale(0.5);
	-webkit-animation:music 0.45s linear infinite;
	animation: music 0.45s linear infinite;
}
.MusicOff .Music{
	background:url(../images/music-close.png) center no-repeat;
	background-size:contain;
}
.MusicOff .Sound{
	display:none
}

/**
 * 公共
 * */
.container-fluid{
	background: #f5f5f5;
}
/**
 * 首页
 * */
.index-block{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: #050102;
	background-size:  100% 100%;
}
img{
	max-width: 100%;
}
.index-block .logo{
	position: absolute;
	width: 26.53vw;
	top: 5.85vh;
	left: 50%;
	margin-left: -13.265vw;
}
.index-block .title{
	position: absolute;
	width: 71.47vw;
	top: 18.57vh;
	left: 50%;
	margin-left: -35.735vw;
}
.index-block .index-bg{
	position: absolute;
	width: 100%;
	height: 49.39vh;
	left: 0;
	top: 25.85vh;
	background: url(../images/index-bg.jpg) no-repeat;
	background-size: inherit;
}
.index-block .next-btn{
	position: absolute;
	text-align: center;
    width: 100%;
	top: 87vh;
}
.index-block .next-btn a{
	padding: 2.04vh 11.33vw;
	font-size: 4.27vw;/*32px*/
    border-radius: 30px;
    color: #fff;
	background: #e60012;
}
/**
 * 列表页
 * **/
.recipe-block{
	background: #f5f5f5;
	padding: 0;
}
.recipe-block .recipe-top{
	display: flex;
	padding: 18.5px 4.93vw;
	background: #fff;
}
.recipe-block .recipe-top .loge{
	width: 21.33vw;
}
.recipe-block .recipe-top .search{
	width: 60.93vw;
	margin-left: 7.2vw;
	position: relative;
}
.recipe-block .recipe-top .search input{
	width: 60.93vw;
	line-height: 30px;
	font-size: 3.47vw;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding-left: 2vw;
	padding-right: 7vw;
	outline: none;
}
.recipe-block .recipe-top .search .search-btn{
	position: absolute;
    width: 5vw;
    height: 30px;
    margin-top: -15px;
    top: 50%;
    line-height: 30px;
    right: 2vw;
    background: url(../images/search-icon.png) center center no-repeat;
    background-size: contain;
}

.recipe-block .carousel-indicators{
	justify-content: flex-start;
	margin-left: 4.53vw;
	margin-bottom: 2px;
}
.recipe-block .carousel-indicators [data-bs-target]{
	border-radius: 50%;
    width: 6px;
    height: 6px;
}
.bg-white{
	background: #fff;
}
.recipe-block .recipe-tap{
	overflow-x: scroll;
	overflow-y: none;
	scrollbar-width: none; /* 隐藏滚动条 */
/*	overflow: hidden;
	margin-bottom: 5px;*/
	padding-left: 8px;
	height: 42px;
	width: 100vw;
	white-space: nowrap;/* 防止换行 */
	-webkit-overflow-scrolling: touch;/* 启用惯性滚动 */
    scroll-snap-type: x mandatory;/* 仅允许水平滚动，防止其他触摸操作 */
}
/* 使用 ::-webkit-scrollbar 隐藏滚动条 */
.recipe-block .recipe-tap::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}
.recipe-block .recipe-tap ul{
/*	overflow-x: scroll;*/
	word-break: keep-all;
	flex-wrap: nowrap;
/*    padding-bottom: 15px;*/
	border-bottom: 0;
}
.recipe-block .recipe-tap ul li{
/*	margin-bottom: 3px;*/
}
.recipe-block .nav-tabs.nav-bordered li a {
    border: 0;
    font-size: 3.73vw;
/*    padding: .625rem 1.25rem;*/
    padding: 0;
    margin: 0 9px;
    line-height: 40px;
    color: #333333;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.recipe-block .nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #e60012;
}
.recipe-block .nav-tabs.nav-bordered .nav-item.show .nav-link, 
.recipe-block .nav-tabs.nav-bordered .nav-link.active {
    color: #e60012;
    font-weight: bold;
}
.recipe-block .product-list{
	margin: 20px 5px;
}
.recipe-block .product-list .product-row{
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
    border-radius: 10px;
}
.recipe-block .product-list .product-row .product-cover{
	/*width: 43.2vw;
	height: 16vh;*/
}
.recipe-block .product-list .product-row .product-title{
	font-size: 3.47vw;/*26px*/
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 9px;
    line-height: 19px;
}
.recipe-block .product-list .product-row .product-intro{
	font-size: 2.4vw;/*18px*/
	color: #666666;
	text-align: center;
	line-height: 17px;
	width: 100%;
    overflow: hidden;
    padding: 4px 2vw;
    height: 40px;
}
.recipe-block .product-list .product-row .product-btn{
	margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.recipe-block .product-list .product-row .product-btn a{
	font-size: 3.2vw;/*24px*/
	color: #fff;
	background: #e60012;
	padding: 6px 4vw;
	border-radius: 15px;
}
.recipe-block .pull-down{
	color: #666666;
	text-align: center;
	margin: 20px 0;
	opacity: .4;
	font-size: 3.2vw;/*24px*/
}
.recipe-block .footer{
	border-top: 0.544vh solid #e60012;
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	text-align: center;
	vertical-align: middle;
	padding-top: 92.5px;
    padding-bottom: 160px;
}
.recipe-block .footer img{
	width: 25.73vw;
}
/**
 * 详情页
 **/
.detail-cover-list{
	padding: 0;
}
.detail-block{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #f5f5f5;
	background-image: url(../images/detail-bg.png);
	background-repeat: repeat-y;
	background-size: contain;
	padding-top: 17.5px;
	margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.detail-block .detail-title{
	font-size: 6.13vw;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}
.detail-block .material-title{
	margin-top: 5px;
	margin-bottom: 15px;
}
.detail-block .detail-material{
	padding-left: 20px;
	padding-right: 20px;
}
.detail-block .detail-material .material-row{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 7.5px;
}
.detail-block .detail-material .material-row .material-row-title{
	background: #e9dabe;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #333333;
	font-size: 4.8vw;/*36px*/
	font-weight: bold;
	padding: 10px 12.5px;
}
.detail-block .detail-material .material-row .material-sub-title{
	display: flex;
	height: 30px;
	margin-bottom: 12.5px;
}
.detail-block .detail-material .material-row .material-sub-title .sub-td{
	border-right: 1px solid rgba(233, 218, 190, .3);
	border-bottom: 1px solid rgba(233, 218, 190, .3);
	font-size: 3.47vw;
	padding-left: 10px;
	display: flex;
    align-items: center;
}
.detail-block .detail-material .material-row .material-sub-title .sub-td:last-child{
	border-right: 0;
}
.detail-block .detail-material .material-row .material-sub-title .sub-td.name{
	width: 63%;
}
.detail-block .detail-material .material-row .material-sub-title .sub-td.percent{
	width: 18%;
}
.detail-block .detail-material .material-row .material-sub-title .sub-td.gr{
	width: 19%;
}
.detail-block .detail-material .material-row .material-sub-content{
	display: flex;
	height: 30px;
	margin-bottom: 10px;
}
.detail-block .detail-material .material-row .material-sub-content .sub-td{
	font-size: 4.27vw;/*32px*/
	padding-left: 10px;
	display: flex;
    align-items: center;
}
.detail-block .detail-material .material-row .material-sub-content .sub-td.name{
	width: 63%;
}
.detail-block .detail-material .material-row .material-sub-content .sub-td.percent{
	width: 18%;
}
.detail-block .detail-material .material-row .material-sub-content .sub-td.gr{
	width: 19%;
}
.text-red{
	color: #e60012 !important;
}
.text-bold{
	font-weight: bold !important;
}
.detail-block .detail-main{
	padding-left: 20px;
	padding-right: 20px;
}
.detail-block .detail-step{
	background: #fff;
	border-radius: 5px;
	margin: 20px 20px;
	padding: 20px 20px;
	color: #333333;
}
.detail-block .detail-step .step-row{
	font-size: 4.27vw;/*32px*/
	padding: 15px 0;
}
.detail-block .detail-step .step-row.borderd{
	border-bottom: 1px solid rgba(233, 218, 190, .3);
}
.detail-block .detail-step .step-title{
	font-weight: bold;
	line-height: 25px;
}
.detail-block .detail-step .step-content{
	line-height: 25px;
	word-break: break-word;
	flex-wrap: nowrap;
}
.detail-block .footer{
	border-top: 0.544vh solid #e60012;
	position: relative;
/*	height: 62.92vh;*/
}
.detail-block .footer .bg-img{
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;*/
	display: flex;
}
.detail-block .footer .bg-img img{
/*	width: 100%;
	height: 100%;*/
}
.detail-block .footer .footer-main{
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
/*	height: 100%;
	z-index: 2;*/
}
.detail-block .footer .qrcode{
/*	padding-top: 37.4vh;*/
	width: 100%;
	text-align: center;
}
.detail-block .footer .qrcode img{
	width: 25.73vw;
}
.btn-list{
	position: fixed;
	bottom: 0px;
	display: flex;	
	padding: 20px 9.47vw;
	justify-content: space-between;
	width: 100%;
	left: 0;
}
.btn-list a{
	padding: 1.7vh 6.67vw;
	font-size: 4.27vw;/*32px*/
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.btn-list .download{
	color: #fff;
	background: #e60012;
}
.btn-list .contact{
	color: #000;
	background: #fff;
}
.btn-list a span{
	display: inline-block;
    vertical-align: middle;
	width: 4.67vw;
}
.btn-list a span img{
	width: 100%;
}
.detail-back,.img-back{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: url(../images/back-btn.png) center center no-repeat;
	background-size: cover;
	z-index: 99;
}
/**
 * 判断状态
 * */
.check-message{
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 9;
	touch-action: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%); ;
}
.check-message .check-btn{
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3.4vh;
}
.check-message .check-btn a{
	padding: 1.7vh 6.67vw;
	font-size: 4.27vw;/*32px*/
    border-radius: 30px;
    color: #fff;
	background: #e60012;
}
/**
 * 表单
 * */
.check-form{
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #fff;
	background-image: url(../images/form-top-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: contain;
}
.check-form .logo{
	width: 26.67vw;
	margin-left: 5.33vw;
	margin-top: 2.38vh;
}
.check-form .title{
	position: absolute;
	left: 5.33vw;
	font-size: 5.6vw;
	color: #fff;
	top: -8vh;
}
.check-form .title h5{
	font-weight: bold;
	margin-bottom: 1vh;
}
.check-form .title p{
	font-size: 4vw;
}
.check-form .form-block{
	background: #fff;
	padding: 30px 20px 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.check-form .form-row{
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 13px;
	padding-bottom: 8px;
	align-items: baseline;
}
.check-form .form-row input,
.check-form .form-row select{
	border: 0;
	height: 35px;
	line-height: 35px;
	width: 100%;
	outline: none;
}
.check-form .form-row select{
	-webkit-appearance: none;  /* Safari 和 Chrome */
	-moz-appearance: none;     /* Firefox */
	appearance: none;          /* 通用属性 */
	padding-right: 30px; /* 给右侧留出空间，避免自定义箭头遮挡文本 */
	background: url('../bootstrap-icons/icons/chevron-right.svg') no-repeat right center; /* 自定义箭头图标 */
	background-size: 20px; /* 自定义箭头的大小 */
	color: #666666;
}
.check-form .form-row .left{
	width: 18.67vw;
	font-size: 4vw;/*30px*/
}
.check-form .form-row .input{
	width: 70.67vw;
	font-size: 4vw;/*30px*/
	display: flex;
}
.check-form .check-box{
	display: block;
	width: 70.67vw;
	padding-top: 5px;
}
.check-form .check-box span{
	width: 21.33vw;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 2vw;
	border-radius: 30px;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	display: inline-block;
}
.check-form .check-box span:nth-child(3n+3){
	margin-right: 0;
}
.check-form .check-box span.active{
	color: #e60012;
	border: 1px solid #e60012;
}
.check-form .form-row select[name='province'],
.check-form .form-row select[name='city']{
	width: 50%;
}
.check-form .form-btn{
	display: flex;
	justify-content: space-between;
	padding: 0 17.5px;
	margin-top: 27.5px;
    margin-bottom: 5px;
}
.check-form .form-btn a{
	padding: 15px 55px;
	font-size: 4.27vw;/*32px*/
	border-radius: 30px;
	color: #000;
}
.check-form .form-btn .back-btn{
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.check-form .form-btn .submit-btn{
	color: #fff;
	background: #e60012;
}
#tips .modal-header{
	border-bottom: 0;
}
#tips .modal-body{
	text-align: center;
}
#tips .modal-footer{
	border-top: 0;
	justify-content: center;
}
#tips .modal-footer button{
	background: #e60012;
	color: #fff;
	border-radius: 30px;
	border: 0;
	padding: 1vh 10vw;
}

/**
 * 签到表单
 * */
.sign-form{
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #fff;
	background-image: url(../images/sign-form-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: contain;
}
.sign-form .logo{
	width: 26.67vw;
	margin-left: 5.33vw;
	margin-top: 2.38vh;
}
.sign-form .title{
	position: absolute;
	left: 5.33vw;
	font-size: 5.6vw;
	color: #fff;
	top: -8vh;
}
.sign-form .title h5{
	font-weight: bold;
	margin-bottom: 1vh;
}
.sign-form .title p{
	font-size: 4vw;
}
.sign-form .form-block{
	background: #fff;
	padding: 10px 20px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.sign-form .form-row{
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 10px;
	padding-bottom: 5px;
	align-items: baseline;
}
.sign-form .form-row input,
.sign-form .form-row select{
	border: 0;
	height: 35px;
	line-height: 35px;
	width: 100%;
	outline: none;
}
.sign-form .form-row select{
	-webkit-appearance: none;  /* Safari 和 Chrome */
	-moz-appearance: none;     /* Firefox */
	appearance: none;          /* 通用属性 */
	padding-right: 30px; /* 给右侧留出空间，避免自定义箭头遮挡文本 */
	background: url('../bootstrap-icons/icons/chevron-right.svg') no-repeat right center; /* 自定义箭头图标 */
	background-size: 20px; /* 自定义箭头的大小 */
	color: #666666;
}
.sign-form .form-row .left{
	width: 18.67vw;
	font-size: 4vw;/*30px*/
}
.sign-form .form-row .input{
	width: 70.67vw;
	font-size: 4vw;/*30px*/
	display: flex;
}
.sign-form .check-box{
	display: block;
	width: 70.67vw;
	padding-top: 5px;
}
.sign-form .check-box span{
	width: 21.33vw;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 2vw;
	border-radius: 30px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	display: inline-block;
}
.sign-form .check-box span:nth-child(3n+3){
	margin-right: 0;
}
.sign-form .check-box span.active{
	color: #e60012;
	border: 1px solid #e60012;
}
.sign-form .form-row select[name='province'],
.sign-form .form-row select[name='city']{
	width: 50%;
}
.sign-form .form-row select[name='invite'],
.sign-form .form-row input[name='invite_name']{
	width: 50%;
}
.sign-form .form-btn{
	display: flex;
	justify-content: center;
	padding: 0 17.5px;
	margin-top: 27.5px;
    margin-bottom: 5px;
}
.sign-form .form-btn a{
	padding: 15px 55px;
	font-size: 4.27vw;/*32px*/
	border-radius: 30px;
	color: #000;
}
.sign-form .form-btn .back-btn{
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sign-form .form-btn .submit-btn{
	color: #fff;
	background: #e60012;
}