@import url('logo.css');
.center {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.nav-menu {
  position: relative;
  z-index: 2;
  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(http://i0.cy.com/tlhj/pic/2020/09/08/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:hover {
  color: #f1dba1;
}


.sidebar {
  background: url(../image/sidebar-bg.png) no-repeat;
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 10;
  margin-top: -196.5px;
  width: 166px;
  height: 393px;
  display: none;
}
.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;
}

.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: 0;
  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;
  width: 134px;
  height: 54px;
  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: 410px;
  height: 170px;
  background: url(../image/bor5.png) no-repeat;
}
.popup.wait-pop .title {
  margin: 35px auto 20px;
  background: url(../image/wait-title.png) no-repeat;
  width: 139px;
  height: 32px;
}
.popup.order-lose-pop {
  margin: -85px 0 0 -205px;
  width: 410px;
  height: 170px;
  background: url(../image/bor5.png) no-repeat;
}
.popup.order-lose-pop .title {
  margin: 35px auto 20px;
  background: url(../image/order-tips.png) no-repeat;
  width: 187px;
  height: 28px;
}
.popup.order-suc {
  margin: -219px 0 0 -340px;
  background: url(../image/bor4.png) no-repeat;
  width: 680px;
  height: 438px;
}
.popup.order-suc .title {
  background: url(../image/order-suc-tips.png) no-repeat;
  width: 216px;
  height: 49px;
  margin: 82px 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;
  width: 680px;
  height: 438px;
}
.popup.order-main .title {
  background: url(../image/pop-tit1.png) no-repeat;
  width: 411px;
  height: 47px;
  margin: 62px 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;
}
