@charset "utf-8";

/* CSS Document */

html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
textarea,
dl,
dt,
dd,
span,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    position: relative;
}

body {
    font-family: '微软雅黑';
    font-size: 14px;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

select,
input,
textarea,
img {
    vertical-align: middle;
    border: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

input {
    outline: none;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

/*
 *底部导航
*/
.Navtop{
    height: 4rem;
    width: 100%;
}
.Navigation-widht{
	width: 100%;
	height: 5rem;
	overflow: hidden;
}
.Navigation{
	background-color: #fff;
	width: 100%;
	height: 4rem;
	border-top: #e4e4e4 1px solid;
	text-align: center;
	position: fixed;
	bottom: 0;
	max-width: 460px;
	left:50%;
	transform:translate(-50%, 0);
	z-index: 9999;
}
.Navigation .click p{
	color: #f05050;
}
.Navigation img{
	width: 2.3rem;
}
.Navigation  p{
	color: #858585;
}
.Navigation li{
	width: 50%;
	float: left;
	margin-top: 0.2rem;	
}
.Navigation .dj{
	color:#333333;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
/*
 *底部购买
*/
.odity{
	background-color: #fff;
	width: 100%;
	height: 4rem;
	border-top: #e4e4e4 1px solid;
	text-align: center;
	max-width: 460px;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0)
}
.currnrk{
	overflow: hidden;
	margin-bottom: 4rem;
	width: 100%;
}
.anl{
	width: 30%;
}
.anl li{
	width: 50%;
	float: left;
	text-align: center;
}
.anl li img{
	width: 2rem;
	margin-top: 0.4rem;
}
.anl li p{
	color: #313131;
}
.nakq ul{
    width: 84%;
    float: right;
}
.nakq ul li{
    width: 33%;
    float: left;
    text-align: center;
    height: 4rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.pin{
    background-color: #ffb3a6;
}
.orange{
    background-color: #ff563b;
}
.red{
    background-color: #ff2300;
}
.yans{
	background-color: #f6f7fb;
}
.fff{
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}
/**
* 顶部导航
**/
.order-top{
	background-color: #fff;
	width: 95%;
	padding: 2% 2.5%;
	overflow: hidden;
}
.order-top li{
	width: 20%;
	float: left;
	text-align: center;
	color: #343434;
	line-height: 2rem;
	font-size: 13px;
}
.spaqr span{
	display: block;
	width: 6px;
	height: 4px;
	margin: 0 auto;
	margin-top: -3px;
	background-color: #4bdfbb;
	border-radius: 5px;
}

.classify{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 1rem;
}
 .classify li{
     overflow: hidden;
     background-color: #fff;
     border-radius: 5px;
     width: 94%;
     padding: 0 3%;
     overflow: hidden;
     padding-bottom: 1rem;
     margin-bottom: 0.7rem;
 }
.classify li .checkbox{
    float: left;
    margin: 2rem 0;
    display: block;
    margin-top: 3rem;
}
.classify li input::before{
  border-radius: 50%;/* 圆角 */
  width: 40rpx;/* 选中后对勾大小，不要超过背景的尺寸 */
  height: 40rpx;/* 选中后对勾大小，不要超过背景的尺寸 */
  line-height: 40rpx;
  text-align: center;
  font-size:30rpx; /* 对勾大小 30rpx */
  color:#fff; /* 对勾颜色 白色 */
  background: transparent;
  transform:translate(-50%, -50%) scale(1);
  -webkit-transform:translate(-50%, -50%) scale(1);
}
.classify li input[type="checkbox"],.settlement input[type='checkbox']{
 cursor: pointer;
 position: relative;
 width: 1.2rem;
 height: 1.2rem;
 font-size: 0.9rem;
 visibility: hidden;
 border: 1px #9b9b9b solid;
}
.classify li input[type='checkbox']::after ,.settlement input[type='checkbox']::after {
 position: absolute;
 top: 0;
 color: #fff;
 width: 1.2rem;
 height: 1.2rem;
 display: inline-block;
 visibility: visible;
 padding-left: 0px;
 text-align: center;
 content: ' ';
 border-radius: 50%;
 border: 1px #9b9b9b solid;
}

.classify li input[type='checkbox']:checked::after,.settlement input[type='checkbox']:checked::after {
 background-color: #333333;
 content: '✓';
 font-size: 0.85rem;
 font-weight: bold;
}
.classify li img{
 width: 5.2rem;
 float: left;
 margin-left: 0.5rem;
 margin-top: 1rem;
 overflow: hidden;
}
.classify-text{
   float: left;
   margin-left: 0.8rem;
   margin-top: 1rem;
   width: 60%;
}
.classify-text p{
   color: #333333;
   font-weight: bold;
   font-size: 14px;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   height: 2.5rem;
   -webkit-box-orient: vertical;	
}
.classify-text-two{
   margin-top: 0.5rem;
   overflow: hidden;
}
.classify-text-two i{
   float: left;
   color: #f11c18;
   font-weight: bold;
   margin-top: 0.1rem;
   font-size: 16px;
}

.classify-text-two i span{
	float: right;
	font-weight: 400;
	color: #999;
	font-size: 13px;
	margin-left: 6px;
	margin-top: 3px;
}
 .classify .ddel{
	background-color: initial;
}
.xsas{
	width: 100%;
	margin-top: 1rem;
	overflow: hidden;
}
.xsas p{
	float: left;
}
.xsas span{
	float: right;
	color: #999;
}
.order-sf{
	width: 100%;
	margin: 1rem 0;
	overflow: hidden;
	text-align: right;
	
}
.ordernr{
	overflow: hidden;
}
.order-sf text{
	font-size: 12px;
	color: #ea1b15;
}
.order-sf span{
	color: #ea1b15;
	font-weight: bold;
}

.order-db{
	overflow: hidden;
	border-top: 1px #e6e6e6 solid;
	padding-top: 1rem;
}
.order-db p{
	line-height: 40px;
	color: #f2171d;
	float: left;
	font-size: 12px;
}
.order-db .orone{
	float: right;
	background-image: linear-gradient(#e54274, #970000);
	line-height: 40px;
	padding: 0 26px;
	color: #fff;
	border-radius: 5px;
}
.order-db .orptwo{
	float: right;
	border: 1px #999 solid;
	line-height: 40px;
	width: 5.4rem;
	text-align: center;
	color: #999;
	border-radius: 5px;
	margin-right: 10px;
}
.teamw{
    display: flex;
    justify-content: center;
    font-size: 18px;
    padding: 26px 0;
    color: #333;
    font-weight: bold;
    border-bottom: 1px #e8e8e8 solid;
}
.teamw img{
    width: 26px;
}
.teamw p{
    margin-top: 1px;
}
.people{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.people li{
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px #eee solid;
    margin-left: 8px;
    overflow: hidden;
}
.people li:nth-child(1){
    margin-left: 0;
}
.people li img{
    width: 100%;
    height: 40px;
}
.people-text{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.people-text span{
    color: #de0d03;
}
.people-bttm,.invite-people{
    width: 80%;
    margin: 0 auto;
    color: #fff;
    display: block;
    background-image: linear-gradient(#e54274, #970000);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
}
.mou{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 460px;
    transform:translate(-50%,0);
    top: 0;
    left: 50%;
    z-index: 9999;
    display: none;
}
.mou .mas{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
}
.invite-text{
    border-radius: 5px;
    background-color: #fff;
    width: 80%;
    height:100px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 50%;
    overflow: hidden;
}
.invite-text span{
    width: 84%;
    padding: 10px 4%;
    border-radius: 5px;
    border: 1px #970000 solid;
    height: 60px;
    margin: 10px auto;
    display: block;
    color: #666;
}
.invite-people{
    position: relative;
    width: 80%;
    margin-top: 20px;
}
.bol{
    border-top: 1px #eee solid;
    margin-top: 0;
    padding-top: 20px;
}

.imgs{
    width: 100%;
}
.imgs img{
    width: 100%;
}
.prompt-text{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
}

.form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
.form .top,.form .bott{
    width: 100%;
}
.form .text{
    width: 79.7%;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5%;
    position: relative;
    z-index: 9;
    
}
.form input{
    background-color: #fef1f1;
    width: 74%;
    margin: 0 auto;
    padding: 6% 10%;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.form .top-s{
    margin-top: -50px;
}
.bottom{
    width: 70%;
    margin: 0 auto;
    color: #fff;
    display: block;
    background-image: linear-gradient(#e54274, #970000);
    border-radius: 5px;
    border: 1px #666 solid;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
button:after{
    content: "";
    display: block;
    clear: both;
}
.prompt-bottom{
    margin-top: 20px;
}
.namesq{
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #de0d03;
}
.index_bottom{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
.index_bottom div{
    width: 140px;
    height: 46px;
    background-color: #0057f8;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 46px;
    border-radius: 10px;
    position: relative;
}
.index_bottom div img{
    width: 26px;
    height: 26px;
    margin-top: 9px;
    margin-right: 14px;
}
.index_bottom .blie{
    width: 50px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #970000;
    border-radius: 0 0 0 10px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 4px;
}
.mosk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0,.4);
    z-index: 9;
    display: none;
}
.mosk-img{
    width: 57%;
    margin-top: 40px;
    /* 确保宽度计算包含内边距和边框 */
    box-sizing: border-box; 
    /* 水平居中 */
    margin-left: auto; 
    margin-right: auto;
    display: block;
}
.mosk-text{
    width: 57%;
    margin: 0 auto;
    padding: 3%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    /* 确保宽度计算包含内边距和边框 */
    box-sizing: border-box;
}
.mosk-text p{
    font-size: 14px;
}
.mosk-text .rwm{
    text-align: center;
}
.mosk-text .rwm img{
    width: 65px;
    height: 65px;
}
.mosk-text .rwm p{
    font-size: 10px;
    margin-top: 6px;
}
.mosk-text span{
    font-size: 10px;
    margin-top: 10px;
    display: block;
    color: #666;
}
.share-bottom{
    width: 50%;
    border: 2px #1b4ce1  solid;
    background-color: #fff;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #0057f8;
}
.share-bottom img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.close{
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px #fff solid;
    margin-top: 10px;
}
.aviation{
    display: block;
}
.shrelist{
    width: 100%;
    background-color: #d8e6f8;
    padding: 20px 20px 0 20px;
}
.shrelist .name{
    width: 80%;
    padding: 3% 5%;
    margin: 0 auto;
    background-color: #2b5ce7;
    background-image: linear-gradient(#487bed, #2b5ce7);
    color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.name .oen{
    font-size: 16px;
    margin-top: 16px;
    float: left;
}
.name .oen p:nth-child(2){
    font-size: 14px;
    margin-top: 16px;
}
.name .two{
    float: right;
    margin-top: 40px;
    font-size: 26px;
    margin-right: 16px;
}
.list{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.list li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px #eee solid;
    justify-content: space-between;
    margin-top: 20px;
}
.list_name p{
    font-size: 16px;
}
.list_name span{
    color: #666;
    margin-top: 6px;
    display: block;
}
.list_tiem{
    text-align: right;
    color: #666;
}
.list_tiem span{
    margin-top: 6px;
    color: #0057f8;
    display: block;
}
.img-1 {
    width: 100%;
    overflow: hidden;
    display: block;
}

.fill {
    width: 90%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    padding: 10px 0;
}
.fill .img-2{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.fill-input {
    width: 68%;
    padding: 0 6%;
    background-color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.8rem;
    overflow: hidden;
}
.nr{
    
}
button{
    margin: 0;

    padding: 0;

    font-size: 100%;
}
.lid{
    margin-top: -10px;
}
.bottom{
    margin-top: -1px;
}
button:after{
    content: "";
    display: block;
    clear: both;
}
.fill-mena{
    width: 70%;
    margin: 0 auto;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.fill-mena input{
    width: 90%;
    padding: 0 5%;
    line-height: 40px;
    background-color: #f1f5f9;
    border-radius: 50px;
}
.fill-mena .fill-input-one {
    width: 50%;
    float: left;
    line-height: 30px;
}
.mingc{
    margin-bottom: 6px;
}
.mingc img{
    width: 20px;
    height:20px;
    float: left;
}
.mingc span{
    font-size: 16px;
    color: #0057f8;
    margin-left: 6px;
}
.fill-input-yz {
    float: right;
    width: 30%;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    text-decoration: underline;
}
.gignin-tx .yzm div span {
    display: none;
    padding: 2px 6px;
}

.fill-input-yz .djx {
    display: block;
}
.fill-input-yz text{
    display: none;
}

.gignin-tx .xzwj input {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    height: 60px;
}

.gignin-tx .xzwj p {
    line-height: 50px;
    width: 60%;
    float: left;
    color: #999999;
}

.gignin-tx .xzwj img {
    float: right;
    margin-top: 13px;
}

.gignin-tx .touqsx {
    border: none;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}
.Code{
   color: #999;
}
.bnbm{
    position: fixed;
    left: 0;
    bottom: 5%;
}
.bnbm img{
    margin: 0 auto;
    display: block;
}
.root{
    background-image: linear-gradient(#0393e3, #36dfc9);
    min-height: 100vh;
}
.logo{
    margin: 0 auto;
    display: block;
}
.h2{
    text-align: center;
    color: #666;
    padding: 20px 0;
}
.register-bottom{
    width: 60%;
    margin: 20px auto;
    background-color: #1b4de6;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}
.mosk-content {
    display: grid;
    place-items: center; /* 水平和垂直都居中 */
    position: relative; /* 确保内部绝对定位元素参照此容器 */
}
.mosk-index{
    width: 90%;
    margin: 0 auto;
    margin-top: 20%;
    height: auto;
}
.w-100{
    position: absolute;
    width: 20%; /* 缩小二维码图片，可按需调整 */
    z-index: 1; /* 确保二维码显示在上方 */
}
.mosk-contact {
    position: absolute;
    top: 65%; /* 顶部距离容器 50% */
    left: 50%; /* 左侧距离容器 50% */
    transform: translate(-50%, -50%); /* 向上向左移动自身宽高的 50%，实现完全居中 */
    text-align: center; /* 文本居中 */
    color: black; /* 可根据图片背景调整文字颜色 */
    z-index: 2; /* 确保显示在图片上方 */
}

