@charset "utf-8";
a{text-decoration:none;color:#333}
ul,li{list-style:none;margin:0;padding:0}
html{background: #FFF}


html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.6;}
body{-webkit-touch-callout:none;line-height:inherit;font-size:14px;color:#333;}
input,label,select,textarea{outline:0;-webkit-user-modify:read-write-plaintext-only;-webkit-tap-highlight-color:transparent;}
label{-webkit-user-modify:read-only;}
input{border:none;background:0 0;-webkit-appearance:none;}
section{min-height:20px;}
section img{ width:100%;}
.clear{clear:both;margin:0;padding:0;}
.mt10{margin-top: 10px;}
.mp10{padding: 10px;}
.mp5{padding: 5px;}
.mt20{margin-top: 20px;}
.kuang{border:1px solid #35dfc5; border-radius:2px}
.fl{float: left;}
.fr{float: right;}
/********index********/
.indexinfo1{margin:10px;background:#ffffff;overflow:hidden;}
.indexinfo{background:#ffffff;overflow:hidden; max-width: 960px;  margin:0 5px; }
.indexinfo .txt{ padding:5px 0px; text-align: justify;}

.indexinfo .tit{ color:#35dfc5;font-size: 20px;border-bottom: 1px solid #35dfc5;}
.indexinfo .tit1{ color:#35dfc5;font-size: 20px;border-bottom: 2px solid #35dfc5;}
.indexinfo .tit1{ color:#35dfc5;font-size: 20px;border-bottom: 2px solid #35dfc5;}

.txt h2{ text-align: center; font-size:20px;margin:10px;color: rgb(64, 151, 244);border-top: 1px solid #999;padding-top: 15px;}
.txt h3{font-size:1.17em;margin:5px 0 5px 0;color:#ffa500;}

.btn{margin:10px;}
.btn .weui-btn_plain-default{ width:80%}


.weui-navbar{border-bottom: 1px solid #fff;}

/*分页*/
.page{ margin-top: 20px; text-align: center; margin-bottom: 20px;}
.page a{display: inline-block;  background: #f5f5f5; color: #888; padding: 10px 13px; min-width: 15px;  transition:background-color ease .5s; font-family:"microsoft yahei"; border-radius:3px;}
.page span{ display: inline-block; padding: 10px 10px; min-width: 15px;}
.page span.current{ display: inline-block;background: #15c142 url() 0 0 no-repeat; color: #fff;  padding: 10px 13px; min-width: 15px;border-radius:3px;}
.page .pagination li{ display: inline-block; margin-right: 5px; text-align: center;}
.page .pagination li.active span{ background: #65bdef url() 0 0 no-repeat;color: #fff;}


/*支付样式*/
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}
 
/* 弹窗内容 */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    max-width: 600px;
    left: 50%; 
    transform: translate(-50%); 
}
.modal-body ol li{ height:50px; padding:10px;  line-height: 50px;text-align: left; position: relative;display: block;margin-bottom: 15px;background: transparent;border: 1px solid #ddd;border-radius:5px;padding: 0 10px;}
.modal-body ol li span{ margin-left:10px;}
/* 关闭按钮 */
.close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}
 
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
 
.modal-header {
    padding: 10px 25px;
    background-color: #5cb85c;
    color: white;
}
 
.modal-body {padding: 25px;}
 
 
/* 添加动画 */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}
 
@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}
 
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
 
@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

.textbox {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news_title {
	width: 100%;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: rgb(64, 151, 244);
	font-size: 18px;
}
.grid {
	width: 100%;
	gap: 1rem 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.grid_item {
	width: 100%;
	color: inherit;
	text-decoration: inherit;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.grid_item_border {
	margin-right: 0.5rem;
	display: block;
	height: 0.875rem;
	width: 0.25rem;
	border-radius: 9999px;
 --tw-bg-opacity: 1;
	background-color: rgb(90 178 33 / var(--tw-bg-opacity));
}
.grid_item_content {
	margin: 0;
	font-size: 16px;
	line-height: 1.25rem;
 --tw-text-opacity: 1;
	color: rgb(71, 77, 108);
	overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
}
@media (min-width: 480px) {
.grid {
	width: 100%;
}
.grid_item {
	width: calc((100% - 1.5rem) / 2);
	flex-shrink: 0;
}
.grid_item_border {
	display: block;
	border-radius: 9999px;
 --tw-bg-opacity: 1;
	background-color: rgb(90 178 33 / var(--tw-bg-opacity));

}
.grid_item_content {
	margin: 0;
 --tw-text-opacity: 1;
	color: rgb(71, 77, 108);
	font-size: 14px;
	line-height: 1.75rem;
	overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
}
}

.wrap {
  padding: 0 0;
  box-sizing: border-box;
}
.notice_wrap {
  background: #fdfdfd;
  padding: 3.2vw;
  border-radius: 2.4vw;
  font-size: 3.466667vw;
}
.notice_title {
  display: flex;
  font-size: 4vw;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.333333vw;
}
.notice_title_img {
  width: 6.4vw;
  height: 5.866667vw;
}
.notice {
  font-size: 3.466667vw;
  line-height: 2;
}

@media (min-width: 480px) {
      .wrap {
    padding: 0 5px 0px;
    display: flex;
    justify-content: center;
  }
  .notice_wrap {
    width: 640px;
    padding: 24px;
    border-radius: 12px;
    font-size: 16px;
    background: #fdfdfd;
  }
  .notice_title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .notice_title_img {
    width: 34px;
    height: 36px;
  }
  .notice {
    font-size: 16px;
  }
}