body {
  max-width: 500px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
  font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei";
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a.btn {
  text-decoration: none;
}
.content {
  background: #fff;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.title {
  background: #da2510;
  padding: 7px;
  text-align: center;
  position: relative;
}
.blackicon {
  padding: 8px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}
.blackicon::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
  display: inline-block;
}
.logo {
  height: 30px;
  vertical-align: middle;
}
.link {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  width: 30%;
  padding: 2px 0;
  margin: 0 auto;
  border-radius: 20px;
}
.explain {
  line-height: 24px;
  text-align: left;
  white-space: pre-line;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.addsbox {
  padding: 0 8px;
}
.add_lis {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.add_lis:nth-child(3) {
  padding: 10px 0;
}
.add_lis:last-child {
  border: none;
}
.add_lis::after,
.website span::after,
.email::after {
  content: "";
  clear: both;
  display: block;
}
.add_lis a {
  display: inline-block;
  vertical-align: middle;
}
.add_lis.center {
  text-align: center;
}
.website {
  width: 75%;
  float: left;
  line-height: 20px;
}
.website span {
  display: block;
  margin: 2px 0;
}
.website font {
  float: left;
}
.website a {
  color: #da2510;
  text-decoration: underline;
  float: left;
}
.email {
  background: #f9f9f9;
  height: 30px;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin: 6px 0;
  overflow: hidden;
}
.email i {
  width: 30px;
  height: 30px;
  background: #e5e5e5 url(/images/email.svg) no-repeat center;
  float: left;
}
.email input {
  width: calc(100% - 46px);
  background: none;
  color: #333;
  line-height: 30px;
  padding: 0 8px;
  border: none;
  float: left;
}
.btn {
  background: #da2510;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  width: 80px;
  float: right;
  padding: 5px 0;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
.subscribe {
  bottom: 2px;
  top: auto;
}
.mediaicon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 4px;
}
.storeicon {
  height: 30px;
  margin: 2px;
}
.guidance {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  margin: 0 10px;
}
.guidance .webbtn {
  border-bottom: 2px solid #da2510;
  display: flex;
  align-items: center;
}
.guidance .webbtn span {
  flex: 1 0 auto;
  color: #da2510;
  font-size: 12px;
  text-align: center;
  padding: 8px 5px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
.guidance .webbtn .on {
  background: #da2510;
  color: #fff;
}
.guidance .guideinfo {
  background: rgba(255, 255, 255, 0.06);
  padding: 0;
  margin: 12px 0;
  border-radius: 8px;
}
.guidance .guidetit {
  font-weight: bold;
}
.guidance .guidetit::before {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  margin: 0 2px;
  vertical-align: 1px;
  display: inline-block;
}
.guidance .guidelis {
  line-height: 22px;
  margin: 6px 12px;
}
.guidance img {
  width: 100%;
  height: auto;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  margin-top: 10px;
}
.verify {
  text-align: center;
  color: #555;
  border-radius: 4px;
  padding: 20px;
}
.verify span {
  display: block;
  padding: 10px;
}
.verify input {
  width: 70px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.vbtn {
  width: 55%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px auto;
  border-radius: 4px;
  background: #da2510;
  color: #fff;
  cursor: pointer;
}
.v_layer {
  border-radius: 5px;
}
@media screen and (min-width: 400px) {
  html,
  body {
    font-size: 14px;
  }
}
.swal2-container {
  z-index: 19891015;
}
.layui-m-layerchild {
  border-radius: 10px !important;
}
.swal2-title {
  font-size: 0.5em !important;
}
