
  /*  公共样式表  */
  *{
  	margin: 0;
	padding: 0;
      
  }
  
  
/* 基本样式 */
html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
		margin: 0;
	padding: 0;
	  overscroll-behavior:none;
}
body {
	box-sizing: border-box;
	position: relative;
}
 
  html{
	font-family: sans-serif;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	width: 100%;
	height: 100%;
	touch-action:manipulation;
}
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
	display: block;
}
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
	display:inline-block;
}
header,section,footer {
	position:relative;
}
ol,ul{
	list-style:none;
}
input,button,textarea {
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
	/*-webkit-appearance:none;*/
	background-color:rgba(0, 0, 0, 0);
	outline:none;
      color: #fff;     
      caret-color:#37efff;
}
span{
	display:inline-block;
}
a:active, a:hover {
  outline: 0;
}
a, a:visited{
	text-decoration:none;
}

label, .wordWrap{
    word-wrap: break-word;
    word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
img{
  -webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
-moz-user-select: none;  
}

.clearfix:after{
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}
.loading_more{
	display: block;
	height: 1.5em;
	width: 100%;
	
}
.loading_more:before {
	display: inline-block; vertical-align: text-bottom;
	content: ' '; height: 16px; width: 16px; margin-right: 6px;
	background: url(../image/loading_more.gif) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
} 
.loading_more:after {
	content: '加载更多';	
}


  @media only screen and (min-width: 320px){
  html {
     font-size: 62.5% !important;
   }
 }
  @media only screen and (min-width: 640px){
    html {
      font-size: 85% !important;
    }
 }
 @media only screen and (min-width: 750px){
   html {
     font-size: 125% !important;
 }
 }
 
 
 /* 针对华为三折叠手机单屏模式（宽度约为1008px） */
@media only screen and (min-width: 1008px) {
    html {
        font-size: 150%; /* 1rem = 30px */
    }
}

/* 更大屏幕设备（如桌面显示器等） */
@media only screen and (min-width: 1242px) {
    html {
        font-size: 180%; /* 1rem = 32px */
    }
}



@media screen and (min-width: 1242px) {
            html,body{
                width: 480px; /* 设定容器宽度 */
                margin-left: auto; /* 左侧自动边缘 */
                margin-right: auto; /* 右侧自动边缘 */
            }
            html{
                  font-size: 62.5% !important;
            }
            
            
            
        }


 ::-webkit-scrollbar {display:none}


    /*flex*/
 .flex,.flex-around,.flex-between,.flex-center,.flex-evenly{
      display: flex;
      display: -webkit-flex;
      align-items: center;
      flex-wrap: wrap;
      align-content: flex-start; /* 让所有行靠上对齐 */
  }

     .flex-between{
    justify-content:space-between;
    -webkit-justify-content:space-between;
}

    .flex-around{
        justify-content: space-around;
         -webkit-justify-content:space-around;
    }
  
     .flex-evenly{
        justify-content:space-evenly;
         -webkit-justify-content:space-evenly;
    }
    .flex-center{
        justify-content:center;
    }
    /*定位用的*/
    .absolute-a{
   position: absolute;
   top:.5rem;
   left: .5rem;
}
.absolute-b{
       position: absolute;
   top:.5rem;
   right:.5rem;
}
.absolute-c{
   position: absolute;
   bottom:.5rem;
   left:.5rem;
}
.absolute-d{
           position: absolute;
   bottom:.5rem;
   right:.5rem;
}
    /*下面这些不知道有没有在看*/

/* 这是手机端弹出输入框，类似登录之类的*/
        .win-body {
            width: 80%;
            margin-left: 10%;
            height: auto;
            padding-bottom: 20px;
            border-radius: 20px;
            background-color:#5d5d5d ;
   
        }
          .win-title{
            width:100%;
            height: 50px;
            margin-bottom: 16px;
        }
        
         .win-title>span{
             width:100%;
             height: 50px;
             background-color:  #ccc;
             line-height: 50px;
             text-align: center;
             font-size: 20px;
             border-top-left-radius:20px;
            border-top-right-radius:20px;
        
         }
    
         
        
        .win-sub {
            width:calc( 100% - 40px);
            margin-left:20px;
            height:50px;
            margin-bottom: 16px;
            border: 1px solid  #4D4D4D;
            border-radius: 25px;
            background-image: url(image/bg-regb-div.png);
            background-size:cover;
        }
input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: #F6F6F6;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    color: #F6F6F6;  
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    color: #F6F6F6;  
}

        .win-input {
            height: 30px;
            width: 150px;
            color: white;
        }

        .win-submit {
            position: relative;
              width:40%;
            margin-left:30%;
            border-radius: 25px;
            height: 50px;
            text-align: center;
            background-color:#4D4D4D;
            font-size: 22px;
            line-height: 50px;
            color:  #ffae00;
            border: 2px solid rgba(0, 0, 0, .2);
            box-shadow: 0 3px white outset;
             background-image: url(image/bg-regb-div.png);
            background-size:cover;
              margin-bottom: 16px;
        }

        .win-submit:hover,
        .win-cancel:hover {
            background-color:#f26522;
        }
/*  以上是弹出登录代码*/



.announcement{
    position: fixed;
    top:0;
    left: 0;
    height:100vh;
    width:100vw;
    z-index: 10000;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    background-color:rgba(0,0,0,0.7);
    
}


.announcementA{
    height:50vh;
    width:auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    flex-wrap:wrap;
}
.announcementAImg{
    position: relative;
    width:auto;
    height:70vw;
     display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
}
.announcementAImg>img{
    width:70vw;
    height:auto;
    margin-bottom: 3rem;
     border-radius: 1rem;
    
}
.announcementA>div{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
.announcementA>div>span{
    width:2rem;
    height: 2rem;
    border-radius: 2rem;
    border:1px solid #fff;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    font-size: 1.6rem;
}



.appStart{
    position: fixed;
    z-index: 999;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.appStart >img{
    width: 100%;
    height: 100%;
}

.appStart >div{
    position: absolute;
    top:3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #000;
    color: #ddd;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
}

/*动画*/
  @keyframes opacityChange {
            0% { opacity: 1; }
            50% { opacity: 0.5; }
            100% { opacity: 1; }
        }



/*底部加载按钮*/
    .load-more-out{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }
   
    .load-morea{
    width:15rem;
    border-radius: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    font-size: 1.3rem;
    color: #B9B9B9;
    border: 1px solid #979797;
    box-sizing: border-box;
    background-image: url(/app/image/public/loadmore1.png);
    background-size: auto .5rem;
    background-position: right 1rem center; /* 右边距 5px，垂直居中 */
    background-repeat: no-repeat; /* 防止背景图重复 */
}



  /*checkbox css*/
/* 隐藏默认的复选框 */
.checkbox-container input[type="checkbox"] {
    display: none;
}

/* 自定义圆形复选框的基本样式 */
.custom-checkbox {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%; /* 设置为圆形 */
    border: 2px solid #ccc;
    background-color: white;
    position: relative;
    margin-right: 1rem; /* 调整与文本的距离 */
}

/* 当复选框被选中时的样式 */
.checkbox-container input[type="checkbox"]:checked + .custom-checkbox {
    background-color: var(--color1); /* 已选中的颜色 */
    border-color: var(--color1);
}

/* 在选中的复选框内添加一个标记 */
.checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
  margin-top:-.6rem;
  margin-left: -.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--color4);
}


/*弹窗按钮*/


.win-mask{
   position: fixed;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999000;
   background-color: rgba(0,0,0,0.3);
   display: flex;
   display: -webkit-flex;
   align-content:center;
   flex-direction: column;
   justify-content: center;
   align-items: center;

}
 
 .win-box{
     position: relative;
    width: 60vw;
    max-width: 30rem;
    height: auto;
    background-color: #fff;
    border-radius: 1rem;
    padding:1rem;
     backdrop-filter: blur(1rem);
    background: linear-gradient(180.00deg, rgba(40, 34, 81, 0.8) 0.049%,rgb(65, 33, 111) 100%);
}
.win-title{
 width: 100%;
 height: 4rem;
 line-height: 4rem;
 text-align: center;
 font-weight: bold;
 color: #fff;
 border-bottom: 1px solid #f2f2f2;
}

.win-content{
    width: 100%;
    line-height: 2rem;
    height: auto;
    box-sizing: border-box;
    padding: .5rem;
    font-size: 1.4rem;
    color: #808080;
    margin-bottom: 1rem;
}
 .win-button{
     width: 100%;
     height: 4rem;
 }
.win-button-l,.win-button-r{
    padding: .5rem 1rem .5rem 1rem;
    border-radius:.5rem;
    color: #fff;
}

.win-button-l:hover,.win-button-r:hover{
    opacity: 0.5;
}
.win-button-l{
     background-color: #16a951;
}
.win-button-r{
    background-color: red;
}
