.container {
  background: #e8f6ff;
  min-height: 100vh;
}
.fixed-top {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content:space-between;
  z-index: 999;
  background: #121c2d;
}
.fixed-top .logo {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
}
.fixed-top .content {
  margin-left: 0.2rem;
  margin-top: .22rem;
  width: 3.7rem;
  color: #fff;
}
.fixed-top .content .title {
  font-size: 0.32rem;
  line-height: .48rem;
}
.fixed-top .content .dec {
  font-size: .2rem;
}
.fixed-top .download {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-top .download-a {
  width: 1.8rem;
  height: .6rem;
  margin-top: .3rem;
  background-image: linear-gradient(180deg, 
    #277309 0%, 
    #6aa802 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 248, 248, 0.41);
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.6rem;
  text-align: center;
}

._wrap_1facf_1 {
    background: url(../images/community-bg.87d60694.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 48.5%;
    transform: translateY(-50%);
    transition: transform .2s;
    width: 150px;
    z-index: 9;
}
._content_1facf_36 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding:10px
}

._content_1facf_36 ._btnImg_1facf_42 {
    cursor: pointer;
    height: 44px;
    margin-top: .1rem;
    width: 110px
}

._content_1facf_36 p {
    margin: 0;
    padding: 0;
                font-size:12px
}

._content_1facf_36 ._scan_1facf_52 {
    position: relative
}

._content_1facf_36 ._scan_1facf_52 img {
    height: 110px;
    width: 110px
}

._content_1facf_36 ._scan_1facf_52:after {
    animation: _scan_1facf_52 3s infinite;
    background: #bdd9ff;
    content: "";
    height: .04rem;
    left: 0;
    position: absolute;
    width: 1.3rem
}
.menu_btn {
  width: .6rem; 
  height: .5rem;
  margin-left: 0.15rem;
  margin-right: .3rem;
  margin-top: 0.35rem;
}
.menu_btn .bar{ 
  position: relative; 
  display: block; 
  width: .6rem; 
  height: .08rem; 
  border-radius: .1rem; 
  margin: 0 auto; 
  background-color: #fff; 
  -webkit-transition: 0.3s; 
  transition: 0.3s; 
}
.menu_btn .bar:nth-child(2) {
  margin: .12rem 0;
}
.menu_btn.expanded .bar:nth-child(1) {
  -webkit-transform: translateY(0.2rem) rotate(-45deg);
  transform: translateY(0.2rem) rotate(-45deg); 
}
.menu_btn.expanded .bar:nth-child(2) {
  opacity: 0; 
}
.menu_btn.expanded .bar:nth-child(3) {
  -webkit-transform: translateY(-0.2rem) rotate(45deg);
  transform: translateY(-0.2rem) rotate(45deg); 
}
.menu {
  position: absolute;
  right: 0;
  top: 1.18rem;
  width: 1.6rem;
  display: none;
}
.menu a {
  display: block;
  line-height: .6rem;
  text-align: center;
  margin-bottom: 1px;
  background: #121c2d;
  color: #fff;
  font-size: .2rem;
}
.page{font-size: .2rem;text-align: center; margin: .2rem; color: #a1a1a8;}
.page a{background-color: #565b6a; color: #fff; padding:.08rem .15rem; margin: 0 .02rem;}
.page a.cur{background-color: #c43f38;}

.news-box {
  padding-top: 1.18rem;
}
.news-box .top-menu {
  width: 100%;
  height: 1.14rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.68rem;
  justify-content: space-between;
}
.news-box .top-menu .top-menu-item {
	/*width: 1rem;*/
	height: 0.55rem;
  border-radius: 0.28rem;
  border: solid 0.02rem #fff;
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.35rem;
  color: #565b6a;
}
.news-box .top-menu .select { 
  border: solid 0.02rem #c43f38;
  color: #c43f38;
  font-weight: 600;
}
.news-box .list {
  padding: 0.32rem; 
}
.news-box .list .li {
  height: 0.92rem;
  border-bottom: 0.01rem dashed #d8cfca;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.92rem;
  font-size: 0.24rem;
  color: #666;
}
.news-box .list .li .p span {
  font-weight: 600;
  margin-right: 0.1rem;
}
.gift-box .title-box, .news-box .title-box, .detail-box .title-box {
  width: 100%;
  height: 1.14rem;
  background-color: #fff;
  text-align: center;
  line-height: 1.14rem;
  position: relative;
}
.gift-box .title-box .title, .news-box .title-box .title, .detail-box .title-box .title {
  font-size: 0.4rem;
  color: #565b6a;
  text-align: center;
}
.gift-box, .detail-box {
  padding-top: 1.18rem;
}
.detail-box .title-box .back {
  font-size: 0.28rem;
  color: #565b6a;
  position: absolute;
  left: 0.33rem;
  top: 0;
}
.detail-box .content-box {
  padding-top: 0.5rem;
  margin: 0 .3rem;
}
.detail-box .content-box .title {
  font-size: 0.34rem;
  text-align: center;
  color: #565b6a;
  margin-bottom: 0.14rem;
}
.detail-box .content-box .desc {
  font-size: 0.22rem;
  color: #666;
  text-align: center;
  padding-bottom: 0.28rem;
  border-bottom: 0.01rem solid #e1e1e1;
  margin-bottom: .1rem;
}
.detail-box .content-box .cont {
  font-size: .2rem;
  color: #666;
  line-height: .6rem;
}
.detail-box .content-box .cont img {
  display: block;
  width: 100%;
  margin-bottom: .3rem;
}
.detail-box .content-box .cont p {
  margin-bottom: 0.3rem;
  text-indent: 2em;
}
.mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.8)
}
.pop_main {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 5000;
  width: 4rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu {
  position: absolute;
  right: 0;
  top: 1.18rem;
  width: 1.6rem;
  display: none;
}
.menu a {
  display: block;
  line-height: .6rem;
  text-align: center;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: .2rem;
}
.gift-box .list {
  padding: 0.5rem 0.24rem;
}
.gift-box .list .item {
  background: #cab07e;
  width: 100%;
  margin-bottom: 0.4rem;
  padding: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.06rem;
}
.gift-box .list .item .left-box {
  width: 5.2rem;
}
.gift-box .list .item .left-box .title {
  font-size: 0.28rem;
  color: #fffef4;
}
.gift-box .list .item .left-box .desc {
  color: #fffef4;
  margin: 0.2rem 0;
  line-height: .4rem;
  font-size: 0.24rem;
}
.gift-box .list .item .left-box .status {
  font-size: 0.2rem;
  color: #ef3301;
}
.gift-box .list .item .receive {
  width: 1.19rem;
  height: 0.57rem;
  background: linear-gradient(0deg, #fff9cb 0%, #fffce7 100%);
  border-radius: 0.05rem;
  line-height: 0.57rem;
  font-size: 0.24rem;
  color: #b01d1d;
  text-align: center;
}
.pop_main {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  z-index: 5000;
  width: 4rem;
  font-size: .2rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close {
  width: .6rem;
  height: .6rem;
  border: .02rem solid #fff;
  border-radius: 50%;
  background: url('http://image.tanwan.com/m/wzcq/wap/img/close.png') no-repeat center/ .32rem auto;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -.3rem;
  overflow: hidden;
  text-indent: -999rem;
}

.pop_conter {
  min-height: 3rem;
}

.pop_gifts {
  background: #fff;
  width: 5rem;
  padding: .5rem;
  min-height: 1.5rem;
  color: #999;
}

.pop_gifts .gt {
  margin-bottom: .15rem;
  text-align: left;
  color: #333;
}

.input {
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: .5rem;
  line-height: .5rem;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 5px 0;
  margin-bottom: .15rem;
}