html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  border-collapse: collapse;
}

a, i, em, img {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-style: normal;
  border: none;
}

body, input, select, textarea, button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial","PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}

[role="button"] {
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  touch-action: auto;
}

[role="button"]:hover {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.xhck {
  background: #fff url(../../images/ytxxhck/banner.png) no-repeat center top/7.5rem 7.5rem;
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.xhck_card {
  width: 6.96rem;
  border-radius: .2rem;
  background-color: #fff;
  box-shadow: 0 0rem 0.34rem 0 #d3cfcf;
  margin: 4.95rem auto 0;
  padding: .4rem;
  box-sizing: border-box;
}

.xhck_title {
  font-size: .34rem;
  font-weight: bold;
}

.xhck_input {
  padding: .24rem .12rem;
  box-sizing: border-box;
  position: relative;
  border-bottom: .01rem solid #777;
}

.xhck_input input {
  border: none;
  font-size: .32rem;
  width: 100%;
}

.xhck_input .del {
  position: absolute;
  right: .2rem;
  top: 55%;
  width: .27rem;
  height: .27rem;
  background: url(../../images/ytxxhck/del.png) no-repeat center/0.27rem 0.27rem;
}

.xhck_btn {
  width: 6.2rem;
  border-radius: .42rem;
  height: .84rem;
  line-height: .84rem;
  margin-top: .5rem;
  margin-bottom: .6rem;
  color: #fff;
  text-align: center;
  font-size: .32rem;
  padding: .02rem 0;
  background-color: #85cdfd;
}

.xhck_wxts {
  margin: .5rem auto;
}

.xhck_wxts .wxts_title {
  width: 2.93rem;
  height: .62rem;
  background: url(../../images/ytxxhck/wxts.png) no-repeat center/2.93rem 0.62rem;
  margin: .12rem auto;
  position: relative;
  font-size: .36rem;
  text-align: center;
  line-height: .62rem;
  color: #0289ea;
  font-weight: bold;
}

.xhck_wxts .wxts_content {
  padding: 0 .56rem;
  font-size: .28rem;
  margin-top: .45rem;
  line-height: 1.5;
  color: #333;
}

.xhck_wxts .wxts_content span {
  color: #ff2839;
}

.xhck_wtdb {
  position: absolute;
  right: 0;
  top: .2rem;
  width: 1.8rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  color: #cc1414;
  font-size: .24rem;
  padding-left: .2rem;
  box-sizing: border-box;
  border-top-left-radius: .24rem;
  border-bottom-left-radius: .24rem;
  background: linear-gradient(to right, #f8fec2, #f9ef9f, #f9e284);
}

.xhck .active {
  background: linear-gradient(to right, #38abfc, #38abfc, #057dcd);
}

.xhck .bzfwsj {
  background-color: #85cdfd;
  box-shadow: 0rem 0.05rem 0.1rem #b6daf4;
}

.popBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.popBox .popBox-inner {
  background: #fff;
  position: absolute;
  width: 6.5rem;
  top: 50%;
  left: 50%;
  margin-left: -3.15rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  border-radius: 5px;
}

.popBox .popBox-inner .popBox-head {
  margin: 0;
  padding: 0 .1rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #0195ff;
  line-height: .8rem;
  font-size: .36rem;
  color: #0195ff;
}

.popBox .popBox-inner .popBox-body {
  padding: .2rem .4rem;
  font-size: .28rem;
  line-height: 180%;
  color: #333;
  text-align: center;
}

.popBox .popBox-inner .popBox-foot {
  text-align: center;
  padding: 0.1px 0 0 0;
  margin-bottom: .3rem;
}

.popBox .popBox-inner .popBox-foot .btn {
  display: inline-block;
  line-height: .66rem;
  font-size: .3rem;
  width: 2.2rem;
  background: #0195ff;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin: 0 .5rem;
  box-sizing: border-box;
}
.popcenter_wrap {
  color: #fff;
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 4;
  display: none;
}
.popcenter_wrap .popcenter_tips {
  width: 100%;
  font-size: .26rem;
  line-height: 2;
  text-align: center;
  padding: .2rem .25rem;
  border-radius: 0.08rem;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}



/* 限制 */

.webkit{
  position: fixed;
  left: 0;right: 0;
  bottom: 0;top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.webkit .tips1{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../images/ytxxhck/share1.png) no-repeat center/3.88rem 2.77rem;
  width: 3.88rem;
  height: 2.77rem;
}

.webkit .tips2{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../images/ytxxhck/share2.png) no-repeat center/3.88rem 2.77rem;
  width: 3.88rem;
  height: 2.77rem;
}
.mustWrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index:5;
}
.popBox-inner {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 0.15rem;
  width: 5.45rem;
  background: #fff url(../../images/ytxxhck/pop-bg.png) no-repeat top/5.45rem 2.65rem;
}
.close {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  background: url(../../images/ytxxhck/del.png) no-repeat;
  width: 0.27rem;
  height: 0.27rem;
  background-size: 100% 100%;
}
.download-word {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  margin-top: 3rem;
  padding-bottom: 0.2rem;
  line-height: 1.5;
}
.download-btn {
  background-color: #5a9cff;
  background-size: 100% 100%;
  border-radius: 0.14rem;
  width: 2.12rem;
  height: 0.77rem;
  line-height: 0.77rem;
  display: block;
  margin: 0.2rem auto;
  color: #fff;
}










