@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: 14px/1 微软雅黑, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #e5e5e5;
}

.title {
  margin: 0 0.2667rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2667rem;
}
.title .tips {
  display: flex;
  align-items: center;
}
.title .tips i {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.title .tips i::before {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #1b8cec;
}
.title .tips i::after {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #6bc6fd;
  margin-left: 4px;
}
.title .tips .label {
  font-weight: bold;
}

.app-title {
  padding-top: 0.6rem;
}

.top_title {
  text-align: center;
  margin: 0 auto ;
  color: #1b8cec;
  height: 4.366667rem;
}
.top_title h1 {
  font-size: 0.426667rem;
  line-height: 0.8rem;
  font-weight: 700;
}
.top_title p {
  font-size: 0.32rem;
  line-height: 0.6rem;

}
.top_title .yun_logo{
  width: 2.666667rem ;
  height: 2.066667rem;
  background: url(https://popular1.blob.core.windows.net/statics/xile/other/cloud.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.7rem auto 0.32rem;
}

.app {
  width: 9.466667rem;
  margin: 0 0.2667rem 0.5rem 0.2667rem;
  line-height: 1.3333rem;
  text-align: center;
  color: #1b8cec;
  font-weight: bold;
  font-size: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0.64rem 0;
}

.app dl {
  width: 4.66667rem;
  height: 1.33333rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  cursor: pointer;
}
.app dl dt {
  width: 1.33333rem;
}

.app dl dt img {
  height: 0.8rem;
  width: 0.8rem;
  margin: 0 auto;
}
.app dl dd {
  font-size: 0.4267rem;
  color: #1b8cec;
}
.help p{
  line-height: 0.6667rem;
  font-size: 0.36rem;
  margin: 0.6rem 0;
  text-align: center;
  color: #1b8cec;
}
#weixin-tip {
  width: 100%;
  height: 100%;
  background: url(https://populars.oss-cn-hangzhou.aliyuncs.com/xile/other/app/wx.jpg) no-repeat;
  background-size: 100%;
  background-color: #000;
  position: fixed;
  top: 0rem;
  display: none;
}
#iosdo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0rem;
  display: none;
}
#iosdo .content-1 {
  margin: 30% auto 0 auto;
  width: 9.0667rem;
  background-color: #fff;
  border-radius: 0.2667rem;
  padding: 0.4rem;
  position: relative;
}
#iosdo .content-1 p {
  font-size: 0.35rem;
  line-height: 0.6rem;
  color: #111;
  margin-bottom: 0.4rem;
}
#iosdo .content-1 .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
#iosdo .content-1 .set img {
  margin-left: 0.2rem;
}
#iosdo .content-1 button {
  padding: 0.2rem;
  margin-top: 0.2667rem;
}
#iosdo .content-1 .close {
  width: 1.0667rem;
  height: 1.0667rem;
  border-radius: 50%;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.5333rem;
  font-size: 0.4rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.0667rem;
  font-size: 0.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
