    html, body {
      position: relative;
      height: 100%;
    }
    body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#fff;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      font-size: 18px;
      background: #000;
	  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;
    }
	.yydh-tujipic img{
		width: 100%;
	}
	
	.content{
		max-height: 100px;
		overflow-y: auto;
		box-sizing: border-box;
		padding: 10px;
	}
	.bot{
		bottom: 0;
		left: 0;
		position: absolute;
		display: block;
		width: 100%;

	}
	h2{
		font-size:18px;
		padding: 0 10px;
	}
	.content{
		font-size: 16px;
	}
	.swiper-pagination-fraction {
	    top: -20px;
	    left: 0;
	    width: 95%;
		text-align: right;
		font-size: 15px;
		line-height: 25px;
	}
	
	.swiper-pagination-fraction .swiper-pagination-current{
		font-size: 18px;
		color: #D44926;
		font-weight: bold;
	}
	.botp{
		position: relative;
	}