@font-face {
  font-family: 'hy';
  src: url('../other/hy.ttf');
  src: local('hy'),
      url('../other/hy.eot') format('embedded-opentype'),
      url('../other/hy.woff') format('woff'),
      url('../other/hy.ttf') format('truetype'),
      url('../other/hy.svg#webfontOTINA1xY') format('svg');
}
body {
  position: relative;
  background: #fbf7ec;
}
.loadfont{
  font-family: hy;
  width: 0;
  height: 0;
  opacity: 0;
}
.transition {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.rm-trf {
  -webkit-transform: translate3d(0, 100%, 0) !important;
          transform: translate3d(0, 100%, 0) !important;
  opacity: 0 !important;
}
.feature-page .main .content-wrap {
  height: 1716px;
  background: url(../images/feature-bd-bg.jpg) 50% 0 no-repeat;
}
.feature-page .main .content-wrap.register-cont{
  background: url(../images/reg-bd-bg.jpg) 50% 0 no-repeat;
  height: 1076px;
}
.main {
  min-width: 1200px;
}
.main .text h1 {
  display: none;
}
.main .header {
  position: relative;
  /*background: url(../images/head-bg.jpg) no-repeat 50% 0;*/
  background: url(../images/head-bg.jpg) no-repeat 50% 0;
  width: 100%;
  height: 869px;
  overflow: hidden;
}
.main .header.register-hd{
  position: relative;
  background: url(../images/reg-hd-bg.jpg) no-repeat 50% 0;
  width: 100%;
  height: 870px;
  overflow: hidden;
}
.main .header.register-hd .center{
  height: 100%;
}
.main .header.register-hd .video-btn2{
  top: 48px;
  left: 540px;
}
.main .header > .center {
  overflow: hidden;
  z-index: 1;
}
.main .header > .center h2{
  position: absolute;
  left: 384px;
  top: 366px;
  font-size: 30px;
  color: #f1daa7;
  width: 497px;
  text-align: center;
}
.main .header > .center h2 span{text-indent: -999em;}
.main .header.register-hd > .center h2{
  left: 100px;
  top: 63px;
  font-size: 22px;
  color: #492906;
  font-weight: bold;
  width: 376px;
}
.main .header.register-hd > .center h2 span{
  color: #492906;
}
.main .header > .center h2::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 371px;
  height: 103px;
  margin: -51.5px 0 0 -185.5px;
  content: '';
}
.main .header > .center h2 span{
  transform: skewY(-10.5deg);
  letter-spacing: 0px;
  display: block;
  color: #f1daa7;
  font-weight: 200;
}
.main .header.register-hd .reg-cont{
  position: absolute;
  top: 350px;
  left: 0;
  background: url(../images/reg-bor-bg.png) 50% 0 no-repeat;
  padding: 85px 12px 0;
  box-sizing: border-box;
  width: 294px;
  height: 433px;
}
.main .header.register-hd .reg-cont .reg-box{
  /* padding: 9px 23px 0 25px; */
  margin: 12px auto 0;
  width: 220px;
  height: 312px;
  background: #fff;
}
.main .header.register-hd .download-cont{
  position: absolute;
  top: 350px;
  left: 321px;
  background: url(../images/download-bor-bg.png) 50% 0 no-repeat;
  padding: 85px 12px 0;
  box-sizing: border-box;
  width: 294px;
  height: 433px;
}
.main .header.register-hd .download-cont .down-btn {
  background: url(../images/reg-btn-def.png) no-repeat;
  width: 269px;
  height: 80px;
  display: block;
}
.main .header.register-hd .download-cont .down-btn:hover{
  background: url(../images/reg-btn.png) no-repeat;
}
.main .header .order-btn {
  background: url(../images/order-btn.png) no-repeat;
  width: 275px;
  height: 123px;
  margin: 606px auto 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.main .header .order-btn:hover {
  background: url(../images/order-btn-hover.png) no-repeat;
}
.main .header .home-btn {
  position: absolute;
  right: 0;
  top: 18px;
  background: url(../images/home-btn.png) no-repeat;
  width: 174px;
  height: 69px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .header .home-btn:hover {
  background: url(../images/home-btn-hover.png) no-repeat;
}
.main .header .video-btn {
  position: absolute;
  right: 476px;
  top: 56px;
  background: url(../images/video-btn.png) no-repeat;
  width: 80px;
  height: 80px;
}
.main .header .video-btn2{
  left: 1020px;
  top: 320px;
}
.main .header.register-hd .video-btn{
  right: 533px;
}
.main .content-wrap {
  /*background: url(../images/bd-bg.jpg) 50% 0 no-repeat;*/
  background: url(../images/bd-bg.jpg) 50% 0 no-repeat;
  width: 100%;
  height: 1416px;
}
.main .content-wrap .center {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .content-wrap .cont-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main .content-wrap .cont-row .col-l-def {
  float: left;
}
.main .content-wrap .cont-row .col-r-def {
  float: right;
}
.main .content-wrap .cont-row .col-l {
  float: left;
  width: 666px;
}
.main .content-wrap .cont-row .col-r {
  float: right;
  width: 406px;
}
.main .content-wrap .posi {
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.main .content-wrap .border {
  position: absolute;
  left: 0;
}
.main .content-wrap .border .top-bor,
.main .content-wrap .border .bt-bor,
.main .content-wrap .border .left-bor,
.main .content-wrap .border .right-bor {
  position: absolute;
  z-index: 2;
  background: url(../images/swiper-bar-bor.png) no-repeat;
}
.main .content-wrap .border .top-bor {
  top: 0;
  left: 18px;
  width: 631px;
  height: 6px;
  background-position: -25px 0;
}
.main .content-wrap .border .bt-bor {
  left: 18px;
  top: 278px;
  width: 631px;
  height: 7px;
  background-position: -25px -278px;
}
.main .content-wrap .border .left-bor {
  left: -7px;
  top: 0;
  width: 25px;
  height: 285px;
  background-position: 0 0;
}
.main .content-wrap .border .right-bor {
  top: 0;
  left: 648px;
  width: 25px;
  height: 285px;
  background-position: -655px 100%;
}
.main .content-wrap .swiper-bar .swiper-slide a {
  display: block;
}
.main .content-wrap .swiper-bar .swiper-pagination-bullet {
  opacity: 1;
  width: 17px;
  height: 18px;
  background: url(../images/bar-icon.png) no-repeat;
  cursor: pointer;
}
.main .content-wrap .swiper-bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/bar-icon-act.png) no-repeat;
}
.main .content-wrap a.down-btn {
  position: relative;
  display: block;
  width: 264px;
  height: 116px;
}
.main .content-wrap a.down-btn:hover::after {
  background: url(../images/download-btn-hover.png) no-repeat;
}
.main .content-wrap a.down-btn::after {
  position: absolute;
  top: -22px;
  left: -30px;
  content: '';
  width: 303px;
  height: 151px;
  background: url(../images/download-btn.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap a.reg-btn {
  margin-bottom: 6px;
  background: url(../images/reg-btn-home.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap a.reg-btn:hover {
  background: url(../images/reg-btn-hover.png) no-repeat;
}
.main .content-wrap a.topup-btn {
  background: url(../images/top-up-btn.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap a.topup-btn:hover {
  background: url(../images/top-up-btn-hover.png) no-repeat;
}
.main .content-wrap a.reg-btn,
.main .content-wrap a.topup-btn {
  display: block;
  width: 134px;
  height: 55px;
}
.main .content-wrap a.reg-btn img,
.main .content-wrap a.topup-btn img {
  vertical-align: top;
}
.main .content-wrap .bar2-wrap {
  position: relative;
}
.main .content-wrap .bar2 {
  margin-top: 8px;
}
.main .content-wrap .bar2 li {
  display: none;
}
.main .content-wrap .bar2 li img{
  border: 1px solid #c1a45f;
}
.main .content-wrap .bar2 li.curr {
  display: block;
}
.main .content-wrap .bar2-tab {
  position: absolute;
  top: 0;
  left: 0;
}
.main .content-wrap .bar2-tab a {
  width: 44px;
  height: 20px;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap .bar2-tab a.tab1 {
  background: url(../images/tab-btn-hover.png) 0 0 no-repeat;
}
.main .content-wrap .bar2-tab a.tab1.curr,
.main .content-wrap .bar2-tab a.tab1:hover {
  background: url(../images/tab-btn.png) 0 0 no-repeat;
}
.main .content-wrap .bar2-tab a.tab2 {
  background: url(../images/tab-btn.png) 100% 0 no-repeat;
}
.main .content-wrap .bar2-tab a.tab2.curr,
.main .content-wrap .bar2-tab a.tab2:hover {
  background: url(../images/tab-btn-hover.png) 100% 0 no-repeat;
}
.main .content-wrap .more-btn {
  position: relative;
  font-size: 12px;
  color: #6f6f6f;
  padding-left: 16px;
  cursor: pointer;
}
.main .content-wrap .more-btn a {
  font-size: 12px;
  color: #6f6f6f;
}
.main .content-wrap .more-btn::after {
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -6px;
  background: url(../images/more-icon.png) no-repeat;
  content: '';
  width: 13px;
  height: 13px;
}
.main .content-wrap .tab-hot-tag {
  position: relative;
  width: 318px;
  border-bottom: 1px solid #a29e92;
}
.main .content-wrap .tab-hot-tag .tag-group .tag-list {
  position: relative;
  float: left;
  font-size: 14px;
  color: #535353;
  padding: 8px 10px;
  cursor: pointer;
}
.main .content-wrap .tab-hot-tag .tag-group .tag-list.curr,
.main .content-wrap .tab-hot-tag .tag-group .tag-list:hover {
  color: #6d1c1c;
}
.main .content-wrap .tab-hot-tag .tag-group .tag-list.curr::after,
.main .content-wrap .tab-hot-tag .tag-group .tag-list:hover::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  content: '';
  background: #6d1c1c;
}
.main .content-wrap .tab-hot-tag .more-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.imglist-items{
  position: relative;
}
.imglist-items .prev-btn{
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -20px;
  width: 21px;
  height: 39px;
  background: url(../images/prev-btn.png) no-repeat;
  z-index: 2;
  transition: all 0.5s 0s ease;
}
.imglist-items .prev-btn:hover{
  transform: translate3d(-6px, 0, 0);
}
.imglist-items .next-btn{
  position: absolute;
  right: -14px;
  top: 50%;
  z-index: 2;
  margin-top: -20px;
  width: 21px;
  height: 39px;
  background: url(../images/next-btn.png) no-repeat;
  transition: all 0.5s 0s ease;
}
.imglist-items .next-btn:hover{
  transform: translate3d(6px, 0, 0);
}
.main .imglist-cont{
  display: none;
}
.main .imglist-cont.curr{
  display: block;
}
.main .content-wrap .imglist-cont .active-imglist{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main .content-wrap .active-imglist {
  margin-top: 16px;
  display: none;
}
.main .content-wrap .active-imglist.curr {
  display: block;
}
.main .content-wrap .active-imglist li {
  position: relative;
  /* float: left; */
  width: 204px;
  height: 243px;
  border: 2px solid #f2d785;
  margin-right: 10px;
  box-sizing: border-box;
}
.main .content-wrap .active-imglist li:last-child {
  margin: 0;
}
.main .content-wrap .active-imglist li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main .content-wrap .active-imglist li .text-title {
  position: absolute;
  bottom: -2px;
  left: -2px;
  background: url(../images/img-bt.png) no-repeat;
  width: 208px;
  height: 43px;
  font-size: 14px;
  color: #000000;
  line-height: 43px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .content-wrap .news-cont {
  width: 404px;
  height: 285px;
}
.main .content-wrap .news-cont .news-tab .news-tab-box {
  position: relative;
  border-bottom: 1px solid #baaf93;
}
.main .content-wrap .news-cont .news-tab .news-tab-box ul {
  padding-top: 4px;
}
.main .content-wrap .news-cont .news-tab .news-tab-box li {
  position: relative;
  float: left;
  padding: 8px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.main .content-wrap .news-cont .news-tab .news-tab-box li.curr,
.main .content-wrap .news-cont .news-tab .news-tab-box li:hover {
  color: #964736;
}
.main .content-wrap .news-cont .news-tab .news-tab-box li.curr:after,
.main .content-wrap .news-cont .news-tab .news-tab-box li:hover:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 2px;
  background: #964736;
}
.main .content-wrap .news-cont .news-tab .news-tab-box .more-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.main .content-wrap .news-cont .news-list-wrap {
  padding: 0 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.main .content-wrap .news-cont .news-list-wrap.curr {
  display: block;
}
.main .content-wrap .news-cont .recommended {
  width: 100%;
  height: 48px;
  background: #ded2bd;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #6d1c1c;
  margin: 20px 0 8px;
  display: block;
  font-weight: bold;
  border-bottom: 0;
}
.main .content-wrap .news-cont .recommended a{
  font-size: 16px;
  color: #6d1c1c;
}
.main .content-wrap .news-cont .recommended a:hover {
  color: #950000;
}
.main .content-wrap .news-cont .news-list-wrap li{
  border-bottom: 1px solid #a59878;
}
.main .content-wrap .news-cont .news-list-wrap li:last-child {
  border-bottom: 0;
}
.main .content-wrap .news-cont .news-list-wrap .news-list {
  width: 100%;
  height: 30px;
  color: #2b2b2b;
  line-height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap .news-cont .news-list-wrap .news-list:hover {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.main .content-wrap .news-cont .news-list-wrap .news-list:hover .textcont {
  color: #963434;
}
.main .content-wrap .news-cont .news-list-wrap .news-list:last-child {
  border-bottom: 0;
}
.main .content-wrap .news-cont .news-list-wrap .news-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main .content-wrap .news-cont .news-list-wrap .news-list .textcont {
  float: left;
  width: 310px;
  font-size: 12px;
  color: #2b2b2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: normal;
}
.main .content-wrap .news-cont .news-list-wrap .news-list .comm{
  float: left;
  font-size: 12px;
}
.main .content-wrap .news-cont .news-list-wrap .news-list .date {
  float: right;
  width: 60px;
  text-align: right;
  font-size: 12px;
  color: #a59878;
  font-style: normal;
}
.main .content-wrap .news-cont .news-list-wrap li.impnews  .news-list .comm,.main .content-wrap .news-cont .news-list-wrap li.impnews  .news-list .textcont{
  color: #d02b1e;
}
.main .content-wrap .community .news-list .textcont{
  width: 440px !important;
}
.main .content-wrap .hot-cont {
  width: 426px;
}
.main .content-wrap .hot-cont .title {
  padding-top: 4px;
}
.main .content-wrap .links-items {
  background: url(../images/link-items.jpg) no-repeat;
  width: 222px;
  height: 220px;
  margin-bottom: 12px;
}
.main .content-wrap .links-items ul {
  background: url(../images/link-items-list.png) 0 13px no-repeat;
  width: 200px;
  height: 194px;
  margin: 0 auto 13px;
  padding-top: 13px;
}
.main .content-wrap .links-items ul li {
  float: left;
  width: 100px;
  height: 64.66666667px;
}
.main .content-wrap .links-items ul a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main .content-wrap .links-items ul a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 96px;
  height: 59px;
  display: none;
  background: url(../images/link-items-list-hover.png) no-repeat;
}
.main .content-wrap .links-items ul a.wx img {
  position: absolute;
  right: 0%;
  bottom: -63%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap .links-items ul a.wx:hover img {
  right: -100%;
  opacity: 1;
}
.main .content-wrap .links-items ul a.wx:hover::after {
  background-position: 0 0;
}
.main .content-wrap .links-items ul a.wb:hover::after {
  left: 5px;
  background-position: -105px 0;
}
.main .content-wrap .links-items ul a.cy:hover::after {
  top: 3px;
  background-position: 0 -68px;
}
.main .content-wrap .links-items ul a.lt:hover::after {
  top: 3px;
  left: 5px;
  background-position: -105px -68px;
}
.main .content-wrap .links-items ul a.kf:hover::after {
  top: 3px;
  background-position: 0 -132px;
}
.main .content-wrap .links-items ul a.aq:hover::after {
  top: 3px;
  left: 5px;
  background-position: -105px -132px;
}
.main .content-wrap .links-items ul a:hover::after {
  display: block;
}
.main .content-wrap .common-btn {
  background: url(../images/common-bor.png) no-repeat;
  width: 106px;
  height: 67px;
  display: block;
  text-align: center;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .content-wrap .common-btn:hover {
  background: url(../images/common-bor-hover.png) no-repeat;
}
.main .content-wrap .common-btn .title {
  background: url(../images/common-line.png) no-repeat 50% 100%;
  font-size: 16px;
  color: #7e4c31;
  font-weight: bold;
  height: 34px;
  /* height: 100%; */
  padding-top: 4px;
  /* box-sizing: border-box;
  line-height: 48px; */
}
.main .content-wrap .common-btn .text {
  font-size: 12px;
  color: #9d714c;
}
.main .content-wrap .content2-wrap {
  height: 299px;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/content2-bg.png) no-repeat 50% 50%;
}
.main .content-wrap .content2-wrap .bar-head {
  padding-top: 14px;
}
.main .content-wrap .content2-wrap .community,
.main .content-wrap .content2-wrap .united {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .content-wrap .content2-wrap .community {
  position: relative;
  height: 273px;
}
.main .content-wrap .content2-wrap .community::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -125px;
  width: 1px;
  height: 250px;
  content: '';
  border-right: 1px dashed #c1a45f;
}
.main .content-wrap .content2-wrap .community .news-cont {
  width: 100%;
}
.main .content-wrap .content2-wrap .community .news-cont .news-list-wrap {
  padding-top: 10px;
}
.main .content-wrap .content2-wrap .community .news-tab .news-tab-box li {
  padding: 12px 8px;
}
.main .content-wrap .content2-wrap .united {
  padding-right: 14px;
}
.main .content-wrap .content2-wrap .united .news-cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 43px;
}
.main .content-wrap .content2-wrap .united .news-cont .news-tab .news-tab-box li {
  padding: 12px 14px;
}
.main .content-wrap .content2-wrap .united-items {
  position: relative;
  z-index: 1;
}
.main .content-wrap .content2-wrap .united-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 168px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main .content-wrap .content2-wrap .united-items li.curr {
  opacity: 1;
  z-index: 2;
}
.main .content-wrap .content2-wrap .united-items li img {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 1;
}
.main .content-wrap .content2-wrap .united-items .info {
  position: relative;
  margin-top: 14px;
  z-index: 2;
}
.main .content-wrap .content2-wrap .united-items .info .before-tit,
.main .content-wrap .content2-wrap .united-items .info .text {
  display: inline;
  display: inline-block;
  *zoom: 1;
  vertical-align: middle;
}
.main .content-wrap .content2-wrap .united-items .info .before-tit {
  background: url(../images/united-tit-plugin.png) no-repeat;
  width: 102px;
  height: 28px;
  color: #3f2c1d;
  font-size: 14px;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
}
.main .content-wrap .content2-wrap .united-items .info .text {
  padding-left: 6px;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 28px;
}
.main .content-wrap .detail-info {
  padding-top: 30px;
}
.main .content-wrap .detail-info .title {
  margin-bottom: 20px;
}
.main .content-wrap .detail-info .cooperation {
  position: relative;
  width: 285px;
  height: 151px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bor2.jpg) no-repeat;
}
.main .content-wrap .detail-info .cooperation .tab-list,
.main .content-wrap .detail-info .cooperation .tab-cont {
  position: relative;
  z-index: 2;
}
.main .content-wrap .detail-info .cooperation .tab-list {
  padding-top: 3px;
  border-bottom: 1px solid #d9d0bf;
  text-align: center;
}
.main .content-wrap .detail-info .cooperation .tab-list a {
  position: relative;
  display: inline;
  display: inline-block;
  *zoom: 1;
  padding: 14px 8px;
  font-size: 16px;
  color: #6b4a29;
  line-height: 16px;
  margin: 0 9px;
}
.main .content-wrap .detail-info .cooperation .tab-list a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #53300d;
  display: none;
}
.main .content-wrap .detail-info .cooperation .tab-list a:hover,
.main .content-wrap .detail-info .cooperation .tab-list a.curr {
  color: #53300d;
}
.main .content-wrap .detail-info .cooperation .tab-list a:hover::after,
.main .content-wrap .detail-info .cooperation .tab-list a.curr::after {
  display: block;
}
.main .content-wrap .detail-info .cooperation .tab-cont li {
  display: none;
}
.main .content-wrap .detail-info .cooperation .tab-cont li.curr {
  display: block;
}
.main .content-wrap .detail-info .cooperation .tab-cont .text-box {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px dashed rgba(147, 124, 101, 0.4);
}
.main .content-wrap .detail-info .cooperation .tab-cont .text-box:last-child {
  border-bottom: none;
}
.main .content-wrap .detail-info .cooperation .tab-cont .text-box .text {
  position: relative;
  display: inline-block;
  display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #937c65;
}
.main .content-wrap .detail-info .cooperation .tab-cont .text-box .text::before {
  position: absolute;
  left: -15px;
  top: 0;
  content: '';
  height: 100%;
  background: url(../images/icon-2.png) no-repeat 0 50%;
  width: 9px;
}
.main .content-wrap .detail-info .partner {
  position: relative;
  width: 794px;
  height: 151px;
  background: url(../images/bor3.jpg) no-repeat;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.main .content-wrap .detail-info .partner::after {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  content: '';
  width: 791px;
  height: 147px;
  border: 1px solid #ccb681;
}
.main .content-wrap .detail-info .partner .title,
.main .content-wrap .detail-info .partner .group-cont {
  position: relative;
  z-index: 2;
}
.main .content-wrap .detail-info .partner .title {
  padding: 10px 0;
  border-bottom: 1px solid #baaf92;
  font-size: 16px;
  color: #301c1c;
  margin-top: 5px;
}
.main .content-wrap .detail-info .partner .group-cont {
  background: url(../images/logo-group.png) no-repeat;
  width: 720px;
  height: 31px;
  margin-top: 26px;
}
.main .content-wrap .detail-info .partner .group-cont a {
  float: left;
  width: 16.66%;
  height: 100%;
}
.feature-main {
  width: 1200px;
  margin: 0 auto;
}
.feature-main .order-number {
  padding-top: 106px;
  padding-bottom: 66px;
  height: 77px;
  text-align: center;
}
.feature-main .order-number .title-left,
.feature-main .order-number .title-right {
  background: url(../images/order-number-tit.png) no-repeat;
  height: 51px;
  display: inline;
  display: inline-block;
  *zoom: 1;
  vertical-align: text-bottom;
}
.feature-main .order-number .title-left {
  width: 250px;
  background-position: 0 0;
}
.feature-main .order-number .title-right {
  width: 427px;
  background-position: 100% 0;
}
.feature-main .order-number .number {
  font-family: 'hy';
  font-size: 96px;
  color: #a16d38;
  display: inline;
  display: inline-block;
  *zoom: 1;
  vertical-align: bottom;
  line-height: 77px;
}
.feature-main .order-reward {
  position: relative;
  height: 420px;
  width: 100%;
  padding-top: 47px;
  margin-bottom: 68px;
}
.feature-main .order-reward .progress{
  position: absolute;
  top: -4px;
  left: 0;
  /* background: url(../images/ornament.png) no-repeat; */
  width: 119px;
  height: 50px;
  transition: all 3s 0s ease;
}
.feature-main .spot-group{
  position: absolute;
  left: -30px;
  top: -8px;
  width: 141px;
  height: 69px;
  z-index: 2;
}
.feature-main .spot-group .spot-1,
.feature-main .spot-group .spot-2,
.feature-main .spot-group .spot-3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-main .spot-group .spot-1{
  background-image: url(../images/spot1.png);
  animation: twinkle 2s 1s linear infinite;
  -webkit-animation: twinkle 2s 1s linear infinite;
}
.feature-main .spot-group .spot-2{
  background-image: url(../images/spot2.png);
  animation: twinkle 3s 0s linear infinite;
  -webkit-animation: twinkle 2s 1s linear infinite;
}
.feature-main .spot-group .spot-3{
  background-image: url(../images/spot3.png);
  animation: twinkle 2s 0.3s linear infinite;
  -webkit-animation: twinkle 2s 0.3s linear infinite;
}
@keyframes twinkle{
  0%, 100%{
    opacity: 1;
  }
  
  50%{
    opacity: 0.2;
  }
}
@-webkit-keyframes twinkle{
  0%, 100%{
    opacity: 1;
  }
  
  50%{
    opacity: 0;
  }
}
.feature-main .order-reward .progress::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 50px;
  content: '';
  background: url(../images/gif-img.png) -10px -10px no-repeat;
  -webkit-animation: progressRun 0.7s steps(1,end) infinite;
  -ms-animation: progressRun 0.7s steps(1,end) infinite;
  animation: progressRun 0.7s steps(1,end) infinite;
}
@-webkit-keyframes progressRun{
  0%{
      background-position: -10px -10px;
  }
  14.285%{
      background-position: -10px -80px;
  }
  28.571%{
      background-position: -154px -10px;
  }
  42.857%{
      background-position: -154px -80px;
  }
  57.143%{
      background-position: -10px -150px;
  }
  71.429%{
      background-position: -154px -150px;
  }
  85.714%{
      background-position: -10px -220px;
  }
  100%{
  }
}
@keyframes progressRun{
  0%{
    background-position: -10px -10px;
  }
  14.285%{
      background-position: -10px -80px;
  }
  28.571%{
      background-position: -154px -10px;
  }
  42.857%{
      background-position: -154px -80px;
  }
  57.143%{
      background-position: -10px -150px;
  }
  71.429%{
      background-position: -154px -150px;
  }
  85.714%{
      background-position: -10px -220px;
  }
  100%{
  }
}
.feature-main .order-reward ul {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -642px;
  width: 1284px;
}
.feature-main .order-reward li {
  /* background: url(../images/order-def.png) no-repeat; */
  background: url(../images/order-def.jpg) no-repeat;
  height: 420px;
  width: 428px;
  float: left;
}
.feature-main .order-reward li.has-hover{
  position: relative;
  cursor: pointer;
}
.feature-main .order-reward li.has-hover:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
.feature-main .order-reward li.has-hover:before{
  position: absolute;
  top: 318px;
  left: 50px;
  content: '';
  background: url(../images/gift-tips.png) no-repeat;
  width: 354px;
  height: 72px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-main .order-reward li.n30:before{
  left:38px;
}
.feature-main .order-reward li.n50:before{
  left: 18px;
}
.feature-main .order-reward li.n10 {
  background-position: 0 0;
}
.feature-main .order-reward li.n30 {
  background-position: -428px 0;
}
.feature-main .order-reward li.n50 {
  background-position: -856px 0;
}
.feature-main .order-reward li.active {
  /* background: url(../images/order-done.png) no-repeat; */
  background: url(../images/order-done.jpg) no-repeat;
}
.feature-main .order-reward li.active.n10 {
  background-position: 0 0;
}
.feature-main .order-reward li.active.n30 {
  background-position: -428px 0;
}
.feature-main .order-reward li.active.n50 {
  background-position: -856px 0;
}
.register-cont .feature-img-items{
  padding-top: 144px;
}
.feature-main .feature-img-items .title {
  background: url(../images/feature-title.png) no-repeat;
  width: 1147px;
  height: 57px;
  margin: 0 auto 38px;
}
.feature-main .feature-img-items .feature-img-container {
  position: relative;
  width: 1100px;
  height: 501px;
  margin: 0 auto;
  padding-top: 24px;
}
.feature-main .feature-img-items .feature-img-container .wrap {
  position: relative;
  width: 886px;
  height: 100%;
  margin: 0 auto;
}
.feature-main .feature-img-items .feature-img-container ul {
  position: absolute;
  width: 100%!important;
  height: 100%;
  z-index: 0;
}
.feature-main .feature-img-items .feature-img-container li {
  position: absolute;
  z-index: 1;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/feature-bor2.jpg) no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease;
  transition: all ease;
}
.feature-main .feature-img-items .feature-img-container li::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 878px;
  height: 485px;
  z-index: 2;
  content: '';
  background: rgba(54, 47, 45, 0.8);
}
.feature-main .feature-img-items .feature-img-container li.gallery_active {
  z-index: 2;
}
.feature-main .feature-img-items .feature-img-container li.gallery_active::after {
  display: none;
}
.feature-main .feature-img-items .feature-img-container li.gallery_left_middle {
  top: 50%;
  margin-top: -60px;
  margin-left: -658px !important;
}
.feature-main .feature-img-items .feature-img-container li.gallery_right_middle {
  top: 50%;
  margin-top: -436px;
  margin-left: -225px !important;
}
.feature-main .feature-img-items .feature-img-container li img {
  position: relative;
  z-index: 1;
  height: 100%;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab {
  position: absolute;
  right: 10px;
  top: 342px;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a {
  background: url(../images/feature-img-btn.png) no-repeat;
  width: 60px;
  height: 87px;
  display: block;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a.prev {
  background-position: 0 0;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a.next {
  background-position: 100% 100%;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a:hover {
  background: url(../images/feature-img-btn-hover.png) no-repeat;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a:hover.prev {
  background-position: 0 0;
}
.feature-main .feature-img-items .feature-img-container .feature-img-tab a:hover.next {
  background-position: 100% 100%;
}
.reg-sidebar.sidebar .btn-group{
  padding-top: 40px;
}
.reg-sidebar.sidebar .qrcode {
  padding-top: 10px;
}
.reg-sidebar.sidebar .btn-group a{
  transition: none;
  -webkit-transition: none;
  background: url(../images/reg-btn-group.png) no-repeat;
}
.reg-sidebar.sidebar .btn-group a.regbtn{
  background-position: 0 100%;
}
.reg-sidebar.sidebar .btn-group a.regbtn:hover{
  background-position: 100% 100%;
}
.reg-sidebar.sidebar .btn-group a.down-game{
  background-position: 0 -41px;
}
.reg-sidebar.sidebar .btn-group a.down-game:hover{
  background-position: 100% -41px;
}
.reg-sidebar.sidebar .btn-group a.gohome{
  background-position: 0 0;
}
.reg-sidebar.sidebar .btn-group a.gohome:hover{
  background-position: 100% 0;
}
.ageTips{display:block; position:absolute; top:140px; left:50%; margin-left: -620px; z-index: 20;}