html,body,div,p,ol,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5,header,section,button,select{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
a,img,input,button{
  border: none;
  outline:none;
}
body {
  font-family:  -apple-system,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: white;
}
a,img,button,input{
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
ol,ul,li {
  list-style: none
}
select{
  -webkit-appearance:none;
  appearance:none;
}
.clearfix:after{
  content: '';
  overflow: hidden;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
}
.clearfix{
  zoom: 1;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.pl{
  padding-left: 10px;
}
.pr{
  padding-right: 10px;
}
.green{
  color: #20a783;
}
.bold{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.model,
.invite-model{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 12;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}
.invite-model{
  display: none;
}
.invite-model .model-content,
.model .model-content{
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 15px 0;
  text-align: left;
  line-height: 35px;
  color: #8c8b8b;
  display: none;
  padding-right: 20px;
}
.invite-model .model-content{
  padding-left: 2em;
}
.invite-model .model-title,
.model-content .model-title{
  text-align: center;
  padding-left: 0;
  padding-right: 2em;
}
.invite-model .close-model,
.model .close-model{
  position: absolute;
  top: -0.3rem;
  right: -0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/close.png");
  background-size: 100%;
}
.model .model-alert{
  text-align: center;
}
html {
  font-size: calc(100vw / 720 * 100);
  font-family: 'FZDaHei-B02S','Microsoft JhengHei';
  background: url("../images/bgc2.jpg") repeat;
}
body{
  background: url("../images/bgc2.jpg") repeat;
  padding-top: 1px;
  font-size: 0.25rem;
  padding-bottom: 40px;
}
#top{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.inner{
  width: 100%;
  margin: 0 auto;
  padding: 7.2rem 7.5% 0 7.5%;
  background: url("../images/bgc4.jpg") no-repeat;
  background-size: 100%;
}
.color{
  color: #ffd75c;
}
.bold{
  font-weight: bolder;
}
.invite-content{
  color: #fff;
  text-align: center;
}

.friends-box{
  text-align: right;
  position: relative;
  right: 9px;
  bottom: -8px;
}

.invite-content input{
  width: 70%;
  line-height: 0.66rem;
  border: 1px solid #ffd75c;
  border-radius: 5px;
  font-size: 0.3rem;
  padding-left: 16px;
  margin-top: 15px;
  color: #000;
}

.invite-content select{
  width: 70%;
  line-height: 0.66rem;
  border: 1px solid #ffd75c;
  border-radius: 5px;
  font-size: 0.3rem;
  padding-left: 16px;
  margin-top: 15px;
  color: #717171;
}
.invite-content .invite-comfirm{
  height: 0.9rem;
  background: url("../images/invite-btn2.png") no-repeat -1px 0;
  background-size: 98%;
  margin-top: 20px;
}
.invite-content .detail{
  text-align: center;
  margin-top: 20px;
}
.download-btn{
  /* overflow: hidden;
  margin-top: 30px; */
}
.download-btn img{
  /* height: 0.8rem; */
}
.download-btn .downGame,
.download-btn .downApp{
  /* width: 50%;
  float: left; */
}

.discription{
  /* background-color: #7d1414;
  margin-top: 35px;
  padding: 16px; */
}
.discription p{
  /* padding: 10px 0; */
}

#weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#weixin-tip p {
  position: relative
}

#weixin-tip .close {
  color: #fff;
  font: 700 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5%;
  padding: 5px
}
#weixin-tip img{
  width:100%;
}