* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-size: auto;
  width: 100%;
  min-height: 100%;
}
*::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/*定义滑块，内阴影及圆角*/
*::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
}
*::-webkit-scrollbar {
  display: none;
}
.w-body {
  display: none;
}
.app-body {
  background: url("../images/app_bj.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 5.333333333333334vw;
}
.app-body .head {
  display: flex;
  align-items: center;
  height: 34.66666666666667vw;
}
.app-body .head img {
  display: block;
  margin: auto;
  height: 11.466666666666667vw;
}
.app-body .btn-cont {
  padding: 0 2.666666666666667vw;
  margin: 2.666666666666667vw 0;
  color: #ffffff;
  height: 8vw;
  font-size: 3.2vw;
}
.app-body .btn-cont .btn1 {
  width: 26.666666666666668vw;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
  border-radius: 4vw;
  float: left;
  background-color: #e12a31;
}
.app-body .btn-cont .pull-right {
  float: right;
}
.app-body .btn-cont .pull-right .btn2 {
  height: 8vw;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4vw;
}
.app-body .btn-cont .pull-right .btn2 img {
  margin-right: 1.3333333333333335vw;
  width: 5.333333333333334vw;
}
.app-body .cs-box {
  border-radius: 2vw;
  padding-top: 5.333333333333334vw;
  padding-bottom: 5.333333333333334vw;
  margin: 0 2.666666666666667vw;
  background-color: #eeae72;
}
.app-body .cs-box .test-speed.fist {
  background-color: #e12a31;
  color: #fff;
}
.app-body .cs-box .test-speed {
  color: #333333;
  display: block;
  font-size: 3.2vw;
  width: 90.66666666666666vw;
  height: 12vw;
  line-height: 12vw;
  background-color: #fff;
  border-radius: 6vw;
  margin: 0 auto 5.333333333333334vw auto;
}
.app-body .cs-box .test-speed:last-child {
  margin-bottom: 0;
}
.app-body .cs-box .test-speed .sp1 {
  margin-left: 5.333333333333334vw;
}
.app-body .cs-box .test-speed .sp2 {
  float: right;
  margin-right: 2.666666666666667vw;
}
.app-body .cs-box .test-speed .sp3 {
  width: 5.333333333333334vw;
  height: 5.333333333333334vw;
  margin-top: 3.3333333333333335vw;
  float: right;
  margin-right: 3.3333333333333335vw;
}
.app-body .title-btn {
  color: #fff;
  margin-left: 2.666666666666667vw;
  font-size: 3.4666666666666663vw;
  line-height: 12vw;
}
.app-body .list-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eeae72;
  border-radius: 2vw;
  margin: 0 2.666666666666667vw;
}
.app-body .list-cont .btn {
  margin-top: 5.333333333333334vw;
  width: 21.333333333333336vw;
}
.app-body .list-cont .btn img {
  display: block;
  margin: auto;
}
.app-body .list-cont .btn p {
  display: block;
  text-align: center;
  color: #333;
  font-size: 2.933333333333333vw;
  line-height: 10.666666666666668vw;
}
.app-body .kf-cont {
  padding: 5.333333333333334vw 0;
  background-color: #eeae72;
  border-radius: 2vw;
  margin: 0 2.666666666666667vw;
}
.app-body .kf-cont .list {
  width: 85.33333333333334vw;
  height: 14.399999999999999vw;
  margin: 0 auto 5.333333333333334vw auto;
}
.app-body .kf-cont .list:last-child {
  margin-bottom: 0;
}
.app-body .kf-cont .list img {
  display: block;
  float: left;
  width: 14.399999999999999vw;
  height: 14.399999999999999vw;
}
.app-body .kf-cont .list .pull-right {
  font-size: 3.2vw;
  float: left;
  margin-left: 2.666666666666667vw;
  line-height: 7.199999999999999vw;
}
/*# sourceMappingURL=m.css.map */