﻿@import url('logo.css');
.center {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.video-btn2{
  position: absolute;
  background: url(../image/video-btn2.png);
  width: 110px;
  height: 110px;
}
.video-btn2:hover i{
  transform: scale(0.9);
}
.video-btn2 .v-mask{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  overflow: hidden;
  border-radius: 50%;
}
.video-btn2 .v-mask::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  z-index: 2;
}
.video-btn2 .v-mask img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%, 0);
}
.video-btn2 i{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23.5px 0 0 -10px;
  z-index: 3;
  background: url(../image/video-icon.png) no-repeat;
  width: 32px;
  height: 47px;
  transition: all 0.5s 0s ease;
}
.nav-menu {
  position: relative;
  z-index: 10;
  height: 82px;
  width: 100%;
  background: rgba(19, 17, 28, 0.9);
  border-bottom: 1px solid #ffe296;
}
.nav-menu .logo {
  position: absolute;
  left: 77px;
  top: 15px;
  /* background: url(../images/logo.png) no-repeat; */
  width: 178px;
  height: 118px;
}
.nav-menu > .center {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.nav-menu > .center > ul {
  padding-left: 260px;
  height: 100%;
}
.nav-menu > .center > ul li {
  position: relative;
  float: left;
  width: 146px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 82px;
}
.nav-menu > .center > ul li:hover,
.nav-menu > .center > ul li.act {
  color: #f1dba1;
}
.nav-menu > .center > ul li::before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 5px;
  height: 29px;
  background: url(../image/icon-1.png) no-repeat;
  content: '';
}
.nav-menu > .center > ul li::before {
  left: -2px;
}
.nav-menu > .center > ul li:first-child::before {
  display: none;
}
.nav-menu .more-menu-info {
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
  width: 1920px;
  background: url(../image/nav-mask.png) no-repeat 50% 0;
  height: 175px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-menu .more-menu-info.show {
  opacity: 1;
  visibility: visible;
}
.nav-menu .more-menu-info .select-menu {
  padding-left: 260px;
}
.nav-menu .more-menu-info li {
  float: left;
  width: 146px;
}
.nav-menu .more-menu-info li a {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.nav-menu .more-menu-info li a span{position: absolute;right: 318px;top:0;padding: 6px; z-index: 999;box-sizing: border-box;background: #fff;display: none;}
.more-menu-info li a:hover span {display: block;}
.nav-menu .more-menu-info li a span::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;}


.nav-menu .more-menu-info li a:hover {
  color: #f1dba1;
}


.sidebar {
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 10;
  margin-top: -196.5px;
  width: 166px;
  height: 393px;
  display: none;
}
.comm-sidebar{
  background: url(../image/sidebar-bg3.png) no-repeat;
  height: 400px;
  margin-top: -200px;
  background-size: 100% 400px;
}
.close-sidebar-btn{
  position: absolute;
  left: -34px;
  top: 92px;
  background: url(../image/sidebar-btn1.jpg) no-repeat;
  width: 34px;
  height: 72px;
  cursor: pointer;
}
.sidebar.reg-sidebar{
  background: url(../image/sidebar-bg.png) no-repeat;
}
.sidebar.show {
  display: block;
}
.sidebar .scrolltop {
  position: absolute;
  left: 50%;
  top: -26px;
  margin-left: -26px;
  background: url(../image/top-btn.png) no-repeat;
  width: 52px;
  height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .scrolltop:hover {
  background: url(../image/top-btn-hover.png) no-repeat;
}
.sidebar .qrcode {
  width: 125px;
  margin: 0 auto;
  padding-top: 40px;
}
.sidebar .qrcode-text {
  background: url(../image/qrcode-text.png) no-repeat;
  width: 74px;
  height: 12px;
  margin: 5px auto 15px;
}
.sidebar .btn-group {
  width: 135px;
  margin: 0 auto;
}
.sidebar .btn-group a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 41px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .btn-group a.qq {
  position: relative;
  background: url(../image/qq.png) no-repeat;
}
.sidebar .btn-group a.qq:hover {
  background: url(../image/qq-hover.png) no-repeat;
}
.sidebar .btn-group a.qq:hover .qq-items {
  visibility: visible;
  opacity: 1;
  left: -184px;
}
.sidebar .btn-group a.qq .qq-items{
  position: absolute;
  left: -160px;
  top: -8px;
  width: 175px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0s ease;
  cursor: default;
}
.sidebar .btn-group a.qq .qq-items .topbg-block{
  background: url(../image/qq-bg-top.png) no-repeat;
  width: 175px;
  height: 10px;
  display: block;
}
.sidebar .btn-group a.qq .qq-items ul::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background: url(../image/qq-bg.jpg) no-repeat 50% 100%;
  width: 100%;
  height: 182px;
}
.sidebar .btn-group a.qq .qq-items ul{
  position: relative;
  background: url(../image/qq-bg-y.jpg) 50% 0 repeat-y;
  width: 100%;
  /* height: 100%; */
  padding-bottom: 4px;
}
.sidebar .btn-group a.qq .qq-items ul li{
  position: relative;
  z-index: 2;
  width: 100%;  
  /* text-align: center; */
  font-size: 14px;
  color: #54310e; 
  height: 31px;
  line-height: 31px;
  padding-left: 26px;
  box-sizing: border-box;
}
.sidebar .btn-group a.qq .qq-items ul li:first-child::before{
  display: none;
}
.sidebar .btn-group a.qq .qq-items ul li::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  background: url(../image/qqtext-line.png) no-repeat 50% 0;
  height: 1px;
}

.sidebar .btn-group a.wb {
  background: url(../image/wb-btn.png) no-repeat;
}
.sidebar .btn-group a.wb:hover {
  background: url(../image/wb-btn-hover.png) no-repeat;
}
.sidebar .btn-group a.order {
  background: url(../image/order-btn2.png) no-repeat;
}
.sidebar .btn-group a.order:hover {
  background: url(../image/order-btn2-hover.png) no-repeat;
}
.small-sidebar{
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -57px;
  height: 114px;
  z-index: 10;
  width: 52px;
  display: none;
}
.small-sidebar.show{
  display: block;
}
.small-sidebar .scrolltop {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/top-btn.png) no-repeat;
  width: 52px;
  height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.small-sidebar .open-sidebar{
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../image/open-sideabr.png) no-repeat;
  width: 52px;
  height: 52px;
}
.pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: none;
}
.pop-mask.show {
  display: block;
}
.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  display: none;
}
.popup.show {
  display: block;
}
.popup .close {
  position: absolute;
  right: -70px;
  top: 10px;
  /*background: url(../image/close-btn.png) no-repeat;*/
  background: url(../image/close-btn.png) no-repeat;
  width: 52px;
  height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup .confirm {
  /*background: url(../image/confirm-btn.png) no-repeat;*/
  background: url(../image/confirm-btn.png) no-repeat;
  width: 180px;
  height: 56px;
  margin: 0 auto;
  display: block;
}
.popup.video-pop{
  width: 820px;
  height: 462px;
  background-color: #000;
  margin: -231px 0 0 -410px;
}
.popup.video-pop .video-box {
  position: relative;
  border: 1px solid #c1a45f;
  background-color: #000;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
.popup.video-pop video{
  /* width: 100%; */
  /* display: inline-block; */
  height: 100%;
  box-sizing: border-box;
}
.popup.wait-pop {
  margin: -85px 0 0 -205px;
  width: 431px;
  height: 188px;
  /*background: url(../image/bor5.png) no-repeat;*/
  background: url(../image/bor5.png) no-repeat;
}
.popup.wait-pop .title {
  margin: 40px auto 20px;
  /*background: url(../image/wait-title.png) no-repeat;*/
  background: url(../image/wait-title.png) no-repeat;
  width: 154px;
  height: 34px;
}
.popup.order-lose-pop {
  margin: -85px 0 0 -205px;
  width: 431px;
  height: 188px;
  /*background: url(../image/bor5.png) no-repeat;*/
  background: url(../image/bor5.png) no-repeat;
}
.popup.order-lose-pop .title {
  margin: 40px auto 20px;
  /*background: url(../image/order-tips.png) no-repeat;*/
  background: url(../image/order-tips.png) no-repeat;
  width: 261px;
  height: 33px;
}
.popup.order-suc {
  margin: -219px 0 0 -340px;
  /*background: url(../image/bor4.png) no-repeat;*/
  background: url(../image/bor4.png) no-repeat;
  width: 689px;
  height: 438px;
}
.popup.order-suc .title {
  /*background: url(../image/bor4.png) no-repeat;*/
  background: url(../image/bor4.png) no-repeat;
  width: 559px;
  height: 68px;
  margin: 50px auto 20px;
}
.popup.order-suc .pop-content {
  position: relative;
  width: 384px;
  margin: 0 auto;
}
.popup.order-suc .pop-content::after {
  content: '';
  height: 230px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px dashed #c1a45f;
}
.popup.order-suc .pop-content .qrcode {
  position: absolute;
  top: 18px;
  left: 0;
}
.popup.order-suc .pop-content .qq-group {
  position: absolute;
  top: 18px;
  right: 0;
}
.popup.order-suc .pop-content .qq-group .sub-tit {
  background: url(../image/add-qq.png) no-repeat;
  width: 151px;
  height: 27px;
}
.popup.order-suc .pop-content .qq-group .qq-list {
  margin-top: 10px;
  width: 150px;
  height: 180px;
  background: #fffaf1;
  border: 1px solid #67503c;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup.order-suc .pop-content .qq-group .qq-list .list {
  font-size: 14px;
  color: #634938;
  padding-bottom: 9px;
}
.popup.order-suc .pop-content .qq-group .qq-list .list:last-child{
  padding-bottom: 0px;
}
.popup.order-main {
  margin: -219px 0 0 -340px;
  /*background: url(../image/bor4.png) no-repeat;*/
  background: url(../image/bor4.png) no-repeat;
  width: 689px;
  height: 438px;
}
.popup.order-main .title {
  /*background: url(../image/pop-tit1.png) no-repeat;*/
  background: url(../image/pop-tit1.png) no-repeat;
  width: 477px;
  height: 54px;
  margin: 56px auto 28px;
}
.popup.order-main .input-info {
  padding-left: 105px;
}
.popup.order-main .input-info label {
  display: block;
  padding-bottom: 18px;
}
.popup.order-main .input-info label span {
  font-size: 16px;
  color: #3f2c1d;
  display: inline;
  display: inline-block;
  *zoom: 1;
  width: 98px;
  line-height: 40px;
  vertical-align: top;
}
.popup.order-main .input-info label input,
.popup.order-main .input-info label select {
  background: #e9dece;
  border: 1px solid #c5b8a8;
  width: 268px;
  height: 40px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: inline;
  display: inline-block;
  *zoom: 1;
  font-size: 16px;
  vertical-align: top;
}
.popup.order-main .input-info .getcode {
  background: url(../image/code-btn.png) no-repeat;
  width: 95px;
  height: 41px;
  display: inline;
  display: inline-block;
  *zoom: 1;
  margin-left: 9px;
  vertical-align: top;
  color: #fffef8;
  font-size: 14px;
  text-align: center;
  line-height: 41px;
}
.popup.order-main .confirm {
  margin-top: 16px;
}

.popup.award-pop {
  margin: -312px 0 0 -352.5px;
  width: 705px;
  height: 624px;
  background: url(../image/cover-pop.png) no-repeat;
}

.popup.award-pop .title{
  margin-top: 51px;
  text-align: center;
}

.award-pop .tab-item{
  text-align: center;
  margin: 14px 0;
}

.award-pop .tab-item a{
  margin: 0 15px;
  display: inline-block;
  text-align: center;
  width: 164px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  background: url(../image/tab-def.jpg) no-repeat;
  color: #835037;
}

.award-pop .tab-item a.curr{
  color: #f3e6d6;
  background: url(../image/tab-act.jpg) no-repeat;
}
.award-pop .tab-cont li{
  display: none;
}
.award-pop .tab-cont li.curr{
  display: block;
}
.award-pop .content p{
  text-align: center;
  font-size: 16px;
  color: #313131;
  padding-bottom: 26px;
}
.scroll2{
  overflow-x: hidden;
  overflow-y: auto;
  width: 640px;
  height: 396px;
  margin: 0 auto;
  padding-right: 5px;
}
.award-pop .award-cont2{
  text-align: center;
}
.award-pop .award-cont2 .img{
  position: relative;
  padding: 0 26px;
  *display: inline;
  display: inline-block;
  *zoom: 1;
  height: 112px;
}
.award-pop .award-cont2 .img img{
  display: block;
}
.award-pop .award-cont2 span{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  color: #313131;
}
.scroll2::-webkit-scrollbar {
    width: 6px;
}

.scroll2::-webkit-scrollbar-track {
    background: #e7dbcd;
}

.scroll2::-webkit-scrollbar-thumb {
    background: #814d35;
}
.award-pop table {
  width: 100%;
}
.award-pop table td,
.award-pop table th{
  border: 1px solid #6f483c;
  text-align: center;
  color: #313131;
  font-size: 16px;
}
.award-pop table th{
  height: 44px;
}
.award-pop table td{
  padding: 10px;
}
.award-pop .pic-box{
  position: relative;
  display: inline-block;
  padding: 0 28px;
  width: 90px;
  height: 72px;
}
.award-pop .pic-box .img-name{
  position: absolute;
  left: 50%;
  width: auto;
  white-space: nowrap;
  text-align: center;
  transform: translate3d(-50%, 0, 0);
}