html,body {
  line-height: 0;
  height: 100%
}

/*body {
  background: #253E6E;
}*/


body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,p {
  margin: 0;
}

body,h1,input,button,select,textarea {
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", serif;
  font-size: .28rem;
  color: #272727;
}

input,button,select,textarea {
  border: none;
  outline: none;
}

input,button,textarea,th,td {
  padding: 0;
}

i,em,cite {
  font-style: normal;
}

ul,ol {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.warp,.header {
  margin: 0 auto;
  width: 7.5rem;
}
.warp{
  height: 100%;
}

.warp:after {
  content: '';
  display: table;
  clear: both;
}

.header {
  position: fixed;
  display: table;
  background: rgba(40, 40, 40, .5);
  z-index: 3;
}

.soft-cont {
  position: relative;
  height: 100%;
}

.soft-cont img {
  width: 100%;
}

.cap-scroll__media {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
}

.cap-scroll__audio-icon,.cap-scroll__audio-icon-pause {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
}

.cap-scroll__audio-icon {
  background: rgba(0, 0, 0, .3) url(music.png) no-repeat scroll 50% 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: loading 5s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cap-scroll__audio-icon-pause {
  position: absolute;
  top: 0;
  left: 0;
  background: url(pause.png) no-repeat scroll 50% 50%;
  border-radius: 50%;
}

.section {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.section.current {
  display: inline-block
}

.section.next {
  display: inline-block;
  z-index: 2
}

.section.prev {
  display: inline-block;
  z-index: 2
}