@charset "utf-8";
/* CSS Document */



html, body {
position: relative;
height: 100%;
}

body {
background: #fff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-family:"微软雅黑";
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}

.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

/* 重设layui-m字体 */
.layui-m-layer {
font-family: "微软雅黑"
}
/* 重设layer-m按钮 */
.layui-m-layerbtn {
background: #FFFFFF
}

.layui-m-layer0 .layui-m-layerchild {
width: 70%;
font-family: 微软雅黑;
}

.layui-m-layerchild {
border-radius: 12px;
}

.layui-m-layercont {
padding: 18px 18px;
line-height: 22px;
font-size: 13px;
}

.layui-m-layercont .layer-m-layercont-title {
font-size: 17px;
text-align: center;
font-weight: bold
}
/*need to write in content*/
.layui-m-layerbtn {
height: 45px;
line-height: 45px;
border-top: 1px solid #E8E8EA;
border-radius: 0px 0px 12px 12px;
}

.layui-m-layerbtn span {
font-size: 17px;
border-radius: 0px 0px 12px 12px
}

.layui-m-layerbtn span[no] {
  color: #208AFE;
  font-weight: bold;
  border-right: 1px solid #E8E8EA;
  border-radius: 0px 0px 0px 12px
}

.layui-m-layerbtn span[yes] {
  color: #208AFE;
  font-weight: normal
}

.ps_div{ width:100%; height:60px; float:left; overflow:hidden;line-height:25px;border-bottom:1px solid #f2f2f5; text-align:center; margin-bottom:0; font-size:23px; color:#025691}
.ps_div span{ font-size:12px; color:#666}
.nybody2{ border-top:10px solid #eee; padding-top:20px;border-bottom:10px solid #eee; }
.ny01{ margin-bottom:0}