body,ul{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333;
}
body{
  font-family: '微软雅黑';
  font-size: 4.27vw;
  background: #f7f7f7;
}
.iconfont{
  font-size: 4.27vw;
}
p{
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
}

.tips{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10.67vw;
  padding: 0 1.60vw;
  box-sizing: border-box;
  font-size: 3.47vw;
  background: #fefcec;
  color: #ff7521;
}
.tips p{
  width: 92%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ff7521;
}
.tips p i{
  margin-right: 1.07vw;
}

header{
  position: relative;
  width: 100%;
}
header .layui-carousel img{
  width: 100%;
  height: 53.33vw;
}
.layui-carousel{
  height: 53.33vw !important;
}
.layui-carousel-ind{
  padding-right: 5.33vw;
  box-sizing: border-box;
  top: -12.27vw;
}
.layui-carousel-arrow{
  margin-top: -4.80vw;
  width: 9.60vw;
  height: 9.60vw;
  line-height: 9.60vw;
  font-size: 5.33vw;
}
.layui-carousel-ind li{
  width: 2.67vw;
  height: 2.67vw;
  margin: 0 0.80vw;
  font-size: 3.73vw;
}
header .form{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 92%;
  height: 10.67vw;
  border-radius: 1.07vw;
  box-shadow: 0 0 3.73vw #0000001a;
  background: #fff;
}
.form ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.33vw;
  flex-shrink: 0;
  font-size: 3.73vw;
}
.form>ul::after{
  position: absolute;
  top: 50%;
  right: 2.40vw;
  transform: translateY(-50%);
  content: '';
  width: 0.27vw;
  height: 43%;
  background: #dbdbdb;
}
.form ul li i{
  font-size: 3.20vw;
}
.form .input{
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.input i{
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  color: #999999;
}
.input input{
  flex-grow: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 3.73vw;
  padding-left: 6.40vw;
  padding-right: 2.13vw;
  box-sizing: border-box;
}
.input input::-webkit-input-placeholder{
  color: #999999;
}

.mine ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 9.60vw 3.20vw 0;
}
.mine ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.mine ul li .piece{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.60vw 0;
  width: 100%;
  padding: 2.67vw 0;
  border-radius: 1.60vw;
  background: #fff;
}
.mine ul li:nth-of-type(2n) .piece{
  margin-left: 1.60vw;
}
.mine ul li:nth-of-type(2n+1) .piece{
  margin-right: 1.60vw;
}
.mine ul li img{
  width: 14.40vw;
  height: 14.40vw;
  margin-right: 1.60vw;
  border-radius: 50%;
}
.mine ul li div h4{
  margin: 0;
}
.mine ul li div p{
  margin-top: 1.07vw;
  font-size: 3.73vw;
  color: #999999;
}

.banner{
  padding: 0 3.20vw;
}
.banner img{
  width: 100%;
}

.dynamic{
  padding: 0 3.20vw;
  background: #fff;
}
.dynamic li{
  margin-top: 2.67vw;
  padding-bottom: 3.20vw;
  padding-top: 3.73vw;
  border-bottom: 0.27vw solid #f5f5f5;
}
.dynamic h4{
  margin-top: 0;
  margin-bottom: 1.60vw;
}
.dynamic img{
  width: 100%;
  border-radius: 1.07vw;
}
.dynamic li a>div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.20vw;
  padding: 0 2.67vw;
  font-size: 3.73vw;
  color: #999;
}
.dynamic li a>div div{
  display: flex;
  align-items: center;
}
.dynamic .special-topic span{
  padding: 0.27vw 1.07vw;
  margin-right: 1.07vw;
  font-size: 3.20vw;
  border-radius: 1.07vw;
  background: #ffd2d2;
  color: #e44141;
}
.dynamic .see i{
  font-size: 4.27vw;
  margin-right: 1.07vw;
}

.not-more{
  padding: 5.33vw 0 21.33vw;
  background: #fff;
}
.not-more p{
  text-align: center;
  font-size: 3.73vw;
  color: #999;
}

nav{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 16.00vw;
  border-top: 0.27vw solid #ececec;
  box-sizing: border-box;
  background: #fffffd;
}
nav ul{
  display: flex;
  height: 100%;
}
nav ul li{
  width: 25%;
  height: 100%;
}
nav ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.20vw;
  -webkit-tap-highlight-color: transparent;
  color: #999999;
}
nav ul li a.active{
  pointer-events: none;
  color: #01b470;
}
nav ul li i.iconfont{
  font-size: 7.47vw;
}
