* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	max-width: 750px;
	margin:0 auto;
}
.bg{
	background: #f5f5f5;
}
.p10{
	padding: 10px;
}
li{
	list-style: none;
}
a{text-decoration: none;}
.lunbodivindex1{
	position:relative; width:100%;  height: auto; overflow:hidden;
}
.lunbodivchangindex1{
	height:auto;
}
.datuindex1{
	height:auto; width:100%; float:left;
}
.datuimgindex1{
	width:100%; height:auto;
}
.xiaotudivindex1{
	width:100%; z-index:2; position:absolute; bottom:10px;
	text-align:center;
}
.xiaotudivlistindex1{
	background:#FFF;
	margin:6px; float:left;
	border-radius:6px; 
	border:6px solid rgba(0, 0, 0, 0.2); 
	cursor:pointer;
}
.xiaotudivlistXZindex1{
	background:#d03736;
	margin:6px; float:left;
	border-radius:6px; 
	border:6px solid rgba(0, 0, 0, 0.2); 
	cursor:pointer;
}
.datu1simgindex1{
	width:140px; height:60px;
}
.zuojantouindex1{
	position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background-image: url(slider-arrow.png);
    background-repeat: no-repeat;
    background-position: -110px 5px;
    filter: alpha(opacity=80);
    opacity:0.8;
	cursor: pointer;
 
}
.zuojantouindex1:hover{
	background-position: -170px 5px;
}
.youjantouindex1{
	position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background-image: url(slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    filter: alpha(opacity=80);
    opacity: 0.8;
	cursor: pointer;
 
}
.youjantouindex1:hover{
	background-position: -50px 5px;
}
.newsul {
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				flex-wrap: wrap;
				padding: 10px;
			}
			
			.newsul li {
				background: #F7F7F7;
				border-radius: 10px;
				margin: 10px;
				width: calc(33.33% - 20px);
				font-size: 12px;
				text-align: center;
				height: 110px;
				color: #333333;
			}
			
			.newsul li img {
				width: 40px;
				height: 40px;
				margin: 15px 0;
			}
			
		
.foot{
margin: 0 auto;
    right: 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-width: 750px;
    background: #FFF;
    height: 52px;
    display: flex
;
    justify-content: space-between;
    box-shadow: 0 -3px 15px -10px rgba(0, 0, 0, 0.5);

}	
	
.footdiv{
	flex:1;
	text-align:center;
	
}
.footdiv span img{
	width:25px;
}
.footzi{font-size: 14px;color:#333;}
.btn {
    border-radius: 20px;
}
.custom-btn {
	margin: 20px auto;
    width: 60%;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    font-size: 18px;}
.btn-2 {
    background: #6009f0;
    background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0, rgba(129, 5, 240, 1) 100%);
    border: 0;
}
.btn-9 {
    border: 0;
    transition: all .3s ease;
    overflow: hidden;
}




#customAlert {
  display: none; /* 默认不显示 */
  position: fixed; /* 固定位置 */
  top: 20px; /* 距离顶部20px */
  right: 20px; /* 距离右边20px */
  padding: 10px; /* 内边距 */
  background-color: rgba(96, 9, 240, 1); /* 背景颜色 */
  color: white; /* 文字颜色 */
  border-radius: 5px; /* 边框圆角 */
  text-align: center;
}
.contact {
      width: 90%;
      margin: 15px auto;
      background-color: #fff;
      padding: 15px;
      border: 1px solid #eee;
    }
.contact h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .feedback textarea {
      width: 100%;
      height: 80px;
      border: 1px solid #eee;
      padding: 5px;
      resize: none;
    }





    .dropdwon{position:fixed;width:100%;height:100vh;top:0;left:0;background:rgba(0,0,0,.5);z-index:101;}
.display_none{display:none;}
.dropdwon .down_cont{position:absolute;bottom:0;left:0;background:#fff;padding:16px;width:calc(100% - 32px);z-index:10;}
.dropdwon .other_box{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:9;}
.dropdwon .down_cont .title{display:flex;justify-content:space-between;border-bottom:1px solid #ededed;}
.dropdwon .down_cont .title > a{height:46px;line-height:46px;font-size:14px;color:#222;}
.dropdwon .down_cont .title .cacel{color:#666;}
.dropdwon .down_cont .title .finsih{color:#F74A65;}
.dropdwon .down_cont  .content{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:2px;}
.dropdwon .down_cont  .display_none{display:none;}
.dropdwon .down_cont  .content > a{font-size:12px;color:#222;background:#FFFFFF;border:1px solid #EDEDED;border-radius:.03rem;height:32px;width:30%;text-align:center;line-height:34px;display:inline-block;margin-top:10px;}
.dropdwon .down_cont  .content > a.active{color:#F74A65;border:1px solid #F74A65;background: #FDF4F5;}
.tool_tip{position:fixed;left:0;top:0;bottom:0;right:0;z-index:99999;margin:auto;background:rgba(0,0,0,.5);color:#fff;line-height:1.5;font-size:15px;border-radius:18px;text-align:center;width:80%;max-width:220px;border-radius:5px;padding:10px;height:100px;line-height:100px;display:none;}