@charset "UTF-8";
/*20210611-aili*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: url(../images/img/bg_01.png) top left repeat;
}

body {
  font-size: 14px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei', arial, helvetica, sans-serif;
  background: url(../images/img/bg_02.png) top left repeat;
}

ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  outline: none;
  border: 0 none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: "";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.index .tab-pane {
  overflow: hidden;
}

.tab-pane.active {
  display: block;
}

.navbar {
  overflow: hidden;
  border-bottom: 3px solid #ff9933;
  background: #fff;
}

.navbar .menu {
  padding: 0 50px;
  overflow: hidden;
}

.navbar .menu li {
  float: left;
  width: 14.285%;
  padding: 13px 0;
  text-align: center;
}

.navbar .menu li.active {
  background: #ff9933;
}

.navbar .menu li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #58342b;
  line-height: 1;
}

.navbar .menu li + li a {
  border-left: 2px solid #58342b;
}

.banner {
  position: relative;
  height: 1020px;
  background: url(../images/banner_01.png) center top no-repeat;
  background-size: contain;
}

.banner .menu-tit {
  position: absolute;
  top: 580px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner .menu-tit h2 {
  font: 0/0 a;
}

/*.banner .menu-tit .menu-tit-01 {*/
  /*height: 182px;*/
  /*margin-bottom: 50px;*/
  /*background: url(../images/img/menu_01.png) center top no-repeat;*/
/*}*/

/*.banner .menu-tit .menu-tit-02 {*/
  /*height: 182px;*/
  /*margin-bottom: 50px;*/
  /*background: url(../images/img/menu_02.png) center top no-repeat;*/
/*}*/

.banner .menu-tit .menu-tit-03 {
  height: 182px;
  margin-bottom: 50px;
  background: url(../images/img/menu_03.png) center top no-repeat;
}

.banner .menu-tit .menu-tit-04 {
  height: 167px;
  margin-bottom: 50px;
  background: url(../images/img/menu_04.png) center top no-repeat;
}

.banner .menu-tit .menu-tit-05 {
  height: 181px;
  margin-bottom: 50px;
  background: url(../images/img/menu_05.png) center top no-repeat;
}

.banner .menu-tit .menu-tit-06 {
  height: 181px;
  margin-bottom: 50px;
  background: url(../images/img/menu_06.png) center top no-repeat;
}

.banner .menu-tit .menu-tit-07 {
  height: 181px;
  margin-bottom: 50px;
  background: url(../images/img/menu_07.png) center top no-repeat;
}

.banner .menu-tit p {
  font-size: 24px;
  color: #362a29;
  line-height: 1.8;
}

.tit h3 {
  height: 92px;
  margin-bottom: 10px;
  font: 0/0 a;
}

.tit p {
  font-size: 18px;
  color: #362a2a;
  line-height: 1.8;
  text-align: center;
}

.tit.tit-01 h3 {
  background: url(../images/img/tit_01.png) center top no-repeat;
}

.tit.tit-02 h3 {
  background: url(../images/img/tit_02.png) left top no-repeat;
}

.tit.tit-02 p {
  height: 149px;
  background: url(../images/text_01.png) left top no-repeat;
}

.tit.tit-03 h3 {
  margin: 80px 0 35px;
  background: url(../images/img/tit_03.png) right top no-repeat;
}

.tit.tit-04 h3, .tit.tit-05 h3, .tit.tit-06 h3 {
  margin: 80px 0 70px;
  height: 49px;
}

.tit.tit-04 h3 {
  background: url(../images/img/tit_04.jpg) center top no-repeat;
}

.tit.tit-05 h3 {
  background: url(../images/img/tit_05.png) center top no-repeat;
}

.tit.tit-06 h3 {
  margin-top: 180px;
  background: url(../images/img/tit_06.png) center top no-repeat;
}

.tit.tit-07 h3 {
  height: 53px;
  margin: 90px 0 25px;
  background: url(../images/img/tit_07.png) left top no-repeat;
}

.tit.tit-08 h3 {
  height: 57px;
  margin: 70px 0 25px;
  background: url(../images/img/tit_08.png) left top no-repeat;
}

.list-01 {
  margin: 0 -15px;
  overflow: hidden;
}

.list-01 li {
  float: left;
  margin-bottom: 50px;
  width: 33.3333%;
}

.list-01 li a {
  display: block;
  margin: 0 15px;
  overflow: hidden;
}

.list-01 li a .img {
  height: 260px;
  margin-bottom: 5px;
  overflow: hidden;
}

.list-01 li a img {
  width: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.list-01 li a p {
  color: #291d22;
  line-height: 1.8;
  height: 84px;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.list-01 li a:hover img {
  transform: scale(1.1, 1.1);
}

.list-01 li a:hover p {
  color: #f88762;
}

.list-01.list-01-two li {
  width: 50%;
}

.list-01.list-01-two li .img img {
  width: 100%;
}

.list-01.list-01-four li {
/*  width: 25%;*/
}

.list-01.list-01-four li .img img {
  width: 100%;
}

.link {
  color: #434343;
  font-size: 18px;
}

.link p {
  font-size: 24px;
}

.link p span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  letter-spacing: 20px;
}

.link p span + span:before {
  position: absolute;
  left: 0;
  content: '/';
}

.link > span {
  display: block;
}

.link > span.people {
  margin: 30px 0 100px;
}

.service {
  width: 600px;
  padding: 12px 0;
  margin: 110px auto 300px;
  border: 3px solid #ff8905;
}

.service p {
  font-size: 24px;
  color: #ff8905;
  line-height: 2.5;
}

.service p span {
  display: inline-block;
  width: 230px;
  text-align: right;
}

.list-girl {
  margin: 80px 0 130px;
}

.list-girl li {
  float: left;
  width: 16.66666%;
}

.list-girl li img {
  width: 100%;
  box-shadow: 0px 0px 18px 3px rgba(67, 67, 67, 0.4);
}

.list-girl li.even img {
  margin-top: 50px;
}

.goods img {
  width: 100%;
}

.sect-02 {
  background: url(../images/sect_03.png) center top no-repeat;
}

.sect-02 .tit {
  position: absolute;
  top: 270px;
  left: 10px;
  width: 100%;
}

.sect-03 {
  padding-bottom: 100px;
}

.sect-03 .list-01 p {
  font-size: 14px;
}

.sect-04 {
  padding: 130px 0 150px;
}

.sect-04 .list-01 p {
  text-align: center;
}

.peo {
  position: absolute;
  top: 0;
  z-index: -1;
}

.sect-05 {
  height: 970px;
  position: relative;
  background: url(../images/img/bg_04.png) center top no-repeat;
}

.sect-05 .peo {
  top: 100px;
  left: 0;
  width: 1539px;
  height: 868px;
  margin-left: -360px;
  background: url(../images/game_01.png) center center no-repeat;
  z-index: 0;
}

.sect-06 {
  height: 1000px;
  overflow: hidden;
}

.sect-06 .peo {
  right: 0;
  width: 806px;
  height: 1250px;
  margin-right: -90px;
  background: url(../images/game_02.png) center center no-repeat;
  z-index: 1;
}

.sect-07 {
  height: 1000px;
}

.sect-07 .peo {
  top: 200px;
  left: 240px;
  width: 655px;
  height: 689px;
  margin-left: -360px;
  background: url(../images/game_03.png) center center no-repeat;
  z-index: 3;
}

.sect-08 {
  height: 990px;
  overflow: hidden;
}

.sect-08 .peo {
  top: 35px;
  right: 0;
  width: 1343px;
  height: 1057px;
  margin-right: -360px;
  background: url(../images/game_04.png) center center no-repeat;
  z-index: 4;
}

.sect-09 {
  background: url(../images/img/bg_05.png) center bottom no-repeat;
}

.sect-10 {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.sect-10 > .join-content {
  background: url(../images/img/bg_03.png) left top no-repeat;
}

.sect-10 > .join-content .nav-pills {
  margin: 0 40px 90px;
}

.sect-10 > .join-content .nav-pills li {
  float: left;
  margin: 0 10px 10px;
}

.sect-10 > .join-content .nav-pills li.active a {
  background: #f6f6f6;
  border: 3px solid #ffc21f;
  font-size: 24px;
  line-height: 54px;
}

.sect-10 > .join-content .nav-pills li a {
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #3a2e26;
  font-size: 22px;
  background: url(../images/btn_05.png) center center no-repeat;
}

.sect-10 > .join-content .nav-pills li a:hover {
  filter: brightness(110%);
}

.sect-10 > .join-content .tab-content .tab-pane {
  margin: 0 -10px;
}

.sect-10 > .nav-pills {
  margin-top: 115px;
  height: 460px;
  background: url(../images/job_bg.png) center top no-repeat;
  background-size: contain;
}

.sect-10 > .nav-pills li {
  float: left;
  width: 25%;
}

.sect-10 > .nav-pills li.active a.item-01 {
  background: url(../images/job01-over.png) top center no-repeat;
}

.sect-10 > .nav-pills li.active a.item-02 {
  background: url(../images/job02-over.png) top center no-repeat;
}

.sect-10 > .nav-pills li.active a.item-03 {
  background: url(../images/job03-over.png) top center no-repeat;
}

.sect-10 > .nav-pills li.active a.item-04 {
  background: url(../images/job04-over.png) top center no-repeat;
}

.sect-10 > .nav-pills li a {
  display: block;
  height: 470px;
  margin-top: -26%;
  background-size: contain !important;
  font: 0/0 a;
}

.sect-10 > .nav-pills li .item-01 {
  background: url(../images/job01.png) top center no-repeat;
}

.sect-10 > .nav-pills li .item-02 {
  background: url(../images/job02.png) top center no-repeat;
}

.sect-10 > .nav-pills li .item-03 {
  background: url(../images/job03.png) top center no-repeat;
}

.sect-10 > .nav-pills li .item-04 {
  background: url(../images/job04.png) top center no-repeat;
}

.sect-10 .head {
  position: relative;
  padding: 0 10px 0 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  background: #3d2e2d;
  line-height: 55px;
  border-bottom: 3px solid #f28d00;
  overflow: hidden;
}

.sect-10 .head p {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  color: #f39700;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 16px;
}

.sect-10 .head p span {
  margin-left: 40px;
}

.sect-10 .work-cont {
  margin: 40px 0 190px;
  color: #47382d;
  font-size: 16px;
}

.sect-10 .work-cont li {
  float: left;
  width: 50%;
  padding: 20px;
}

.sect-10 .work-cont li + li {
  border-left: 2px dashed #bbbab9;
}

.sect-10 .work-cont li p {
  line-height: 40px;
}

.sect-10 .gold img {
  display: block;
  width: 100%;
}

.sect-10 > .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 595px;
  z-index: 1;
}

.sect-10 .peo {
  position: absolute;
  right: -478px;
  top: 0;
  width: 927px;
  height: 595px;
  background: url(../images/renwu.png) top center no-repeat;
}

.sect-12 {
  height: 1000px;
  overflow: hidden;
}

.sect-12 .peo {
  right: -220px;
  width: 899px;
  height: 951px;
  margin-right: -90px;
  background: url(../images/game_05.png) center center no-repeat;
  z-index: 1;
}

.sect-13 {
  height: 1130px;
}

.sect-13 .peo {
  top: 40px;
  left: 230px;
  width: 1225px;
  height: 972px;
  margin-left: -360px;
  background: url(../images/game_06.png) center center no-repeat;
  z-index: 3;
}

@media (max-width: 1500px) {
  .sect-10 > .nav-pills {
    height: 340px;
  }
  .sect-10 > .nav-pills a {
    height: 400px !important;
  }
  .sect-10 .peo {
    right: -238px;
  }
  .banner {
    height: 850px;
  }
  .banner .menu-tit {
    top: 420px;
  }
}

@media (max-width: 1300px) {
  .sect-10 > .nav-pills {
    height: 263px;
  }
  .sect-10 > .nav-pills a {
    height: 360px !important;
  }
  .sect-10 > .join-content .nav-pills {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  .sect-10 > .join-content .tab-content .tab-pane {
    margin: 0;
  }
  .sect-10 .head {
    letter-spacing: 0;
  }
  .sect-10 p span {
    margin-left: 10px;
    font-size: 13px;
  }
  .sect-10 .peo {
    right: -158px;
    top: 130px;
  }
  .sect-06 .peo {
    margin-right: -200px;
  }
  .list-01 {
    margin: 0;
  }
  .game-02,
  .game-04,
  .game-05{
    margin-left: 50px !important;
  }
  .comment {
    margin: 60px -40px !important;
  }
  .banner {
    height: 750px;
  }
  .banner .menu-tit {
    top: 300px;
  }
  .banner .menu-tit p {
    padding: 0 30px;
  }
  .sect-02 .tit {
    left: 30px;
  }
  .tit p {
    padding: 0 30px;
  }
}

.relative {
  position: relative;
}

.no-text {
  margin: 50px 0;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #e1e1e1;
}

.anima {
  position: relative;
  text-align: right;
  overflow: hidden;
  height: 774px;
}

.anima .dish {
  position: absolute;
  right: 200px;
  top: 115px;
  width: 564px;
  height: 564px;
  background: url(../images/dish.png) center center no-repeat;
}

.anima .cover {
  position: absolute;
  right: 60px;
  top: 95px;
  width: 604px;
  height: 632px;
  background: url(../images/cover.png) center center no-repeat;
}

.go-more {
  display: block;
  overflow: hidden;
}

.go-more img {
  width: 100%;
}

.go-more p {
  color: #291d22;
  display: none;
}

.game {
  position: relative;
  width: 650px;
  overflow: hidden;
  z-index: 5;
}

.game .icon {
  display: block;
  width: 150px;
  height: 150px;
}

.game .g_logo {
  height: 150px;
}

.game .style {
  border-bottom: 1px solid #fcb717;
  background: #3d2e2d;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin: 20px 0;
}

.game .style i {
  float: left;
  width: 25px;
  height: 50px;
  background: #fcb717;
}

.game .style span {
  padding: 0 25px 0 20px;
  margin-right: 25px;
  border-right: 3px solid #fff;
}

.game .brief {
  min-height: 215px;
  /*max-height: 215px;*/
  overflow: hidden;
}

.game p {
  color: #3d2e2d;
  font-size: 18px;
  line-height: 2;
  margin-left: 25px;
}

.game .btn {
  display: inline-block;
  width: 250px;
  height: 56px;
  margin-top: 30px;
  line-height: 52px;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.game .btn.btn-yellow {
  color: #3d2e2d;
  background: url(../images/btn_01.png) center center no-repeat;
}

.game .btn.btn-yellow:hover {
  filter: brightness(110%);
}

.game .btn.btn-brown {
  color: #fff;
  background: url(../images/btn_02.png) center center no-repeat;
}

.game .btn.btn-brown:hover {
  filter: brightness(140%);
}

.game.game-01, .game.game-03, .game.game-06 {
  float: right;
  margin-right: 50px;
}

.game.game-01 {
  padding-top: 350px;
}

.game.game-01 .g_logo {
  width: 215px;
  background: url(../images/game_logo_01.png) center center no-repeat;
}

.game.game-01 .icon {
  margin-left: 30px;
  background: url(../images/icon_01.png) center center no-repeat;
}

.game.game-02 {
  padding-top: 360px;
  margin-left: -50px;
}

.game.game-02 .g_logo {
  width: 263px;
  background: url(../images/game_logo_02.png) center center no-repeat;
}

.game.game-02 .icon {
  margin-right: 30px;
  background: url(../images/icon_02.png) center center no-repeat;
}

.game.game-03 {
  padding-top: 370px;
}

.game.game-03 .g_logo {
  width: 169px;
  background: url(../images/game_logo_03.png) center center no-repeat;
}

.game.game-03 .icon {
  margin-left: 30px;
  background: url(../images/icon_03.png) center center no-repeat;
}

.game.game-04 {
  padding-top: 390px;
  margin-left: -50px;
}

.game.game-04 .g_logo {
  width: 232px;
  background: url(../images/game_logo_04.png) center center no-repeat;
}

.game.game-04 .icon {
  margin-right: 30px;
  background: url(../images/icon_04.png) center center no-repeat;
}

.game.game-05 {
  padding-top: 360px;
  margin-left: -50px;
}

.game.game-05 .g_logo {
  width: 479px;
  background: url(../images/game_logo_05.png) center center no-repeat;
}

.game.game-05 .icon {
  margin-right: 10px;
  background: url(../images/icon_05.png) center center no-repeat;
}

.game.game-06 {
  padding-top: 400px;
}

.game.game-06 .g_logo {
  width: 235px;
  background: url(../images/game_logo_06.png) center center no-repeat;
}

.game.game-06 .icon {
  margin-left: 30px;
  background: url(../images/icon_06.png) center center no-repeat;
}

.g-cover {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.g-cover.cover-01 {
  top: 860px;
  height: 525px;
  background: url(../images/cover_01.png) center center no-repeat;
}

.g-cover.cover-02 {
  top: 1835px;
  height: 761px;
  background: url(../images/cover_02.png) center center no-repeat;
  z-index: 2;
}

.g-cover.cover-03 {
  top: 2870px;
  height: 525px;
  background: url(../images/cover_03.png) center center no-repeat;
}

.g-cover.cover-04 {
  top: 3955px;
  height: 533px;
  background: url(../images/cover_04.png) center center no-repeat;
  z-index: 2;
}

.g-cover.cover-05 {
  top: 5030px;
  height: 640px;
  background: url(../images/cover_05.png) center center no-repeat;
  z-index: 3;
}

.g-cover.cover-06 {
  top: 5935px;
  height: 200px;
  background: url(../images/cover_06.png) center center no-repeat;
  z-index: 4;
}

.times {
  overflow: hidden;
  background: url(../images/time_bg.png) top center no-repeat;
}

.times .times-list {
  padding: 70px 40px 0;
}

.times .times-list li {
  margin: 30px 0;
  overflow: hidden;
}

.times .times-list span {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #ff8905;
}

.times .times-list p {
  padding-left: 140px;
  line-height: 24px;
  color: #dfc09e;
  margin-bottom: 20px;
}

.about-list {
  padding: 45px 0 120px;
}

.about-list li {
  float: left;
}

.about-list li a {
  display: block;
  overflow: hidden;
}

.about-list li a img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.about-list li .go {
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
}

.about-list li > div {
  position: relative;
  overflow: hidden;
}

.about-list li > div:hover {
  filter: brightness(115%);
}

.about-list li > div:hover img {
  transform: scale(1.05);
}

.about-list li.item-01 {
  width: 280px;
}

.about-list li.item-01 .long .go {
  bottom: 0;
  left: -25px;
  background: url(../images/img/tit_09.png) #ff8905 center center no-repeat;
}

.about-list li.item-01 .short {
  background: #272727;
}

.about-list li.item-01 .short a {
  display: block;
  padding: 15px 10px;
  color: #d5d2c8;
  line-height: 1.8;
}

.about-list li.item-02, .about-list li.item-03 {
  width: 460px;
}

.about-list li.item-02 .long .go {
  top: 0;
  left: -10px;
  background: url(../images/img/tit_10.png) center center no-repeat;
}

.about-list li.item-02 .short {
  background: #434343;
}

.about-list li.item-02 .short p {
  position: absolute;
  top: 130px;
  left: 25px;
  right: 25px;
  text-align: center;
  color: #d5d2c8;
  line-height: 1.8;
}

.about-list li.item-02 .short .go {
  width: 320px;
  height: 90px;
  border: 3px solid #ff8905;
  top: 30px;
  left: 70px;
  background: url(../images/img/tit_11.png) center center no-repeat;
  background-size: 85%;
}

.about-list li.item-03 .short .go {
  bottom: 0;
  right: -25px;
  background: url(../images/img/tit_12.png) #ff8905 center center no-repeat;
}

.about-list li.item-03 .long .go {
  bottom: 90px;
  left: 0;
  background: url(../images/img/tit_13.png) #ff8905 center center no-repeat;
}

.about-list li.item-03 .long p {
  position: absolute;
  top: 525px;
  left: 20px;
  right: 20px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 15px #3f6277;
}

.about-list li .long {
  height: 600px;
}

.about-list li .short {
  height: 200px;
}

.table-list {
  width: 1086px;
  height: 1037px;
  margin: 0 auto 70px;
  padding: 0 80px;
  background: url(../images/table.png) center center no-repeat;
}

.table-list h6 {
  padding: 70px 0 40px;
  color: #362a29;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}

.table-list .peo-left,
.table-list .peo-right {
  position: absolute;
  z-index: -1;
}

.table-list .peo-left {
  width: 294px;
  height: 412px;
  bottom: 130px;
  left: -242px;
  background: url(../images/peo_left.png) center center no-repeat;
}

.table-list .peo-right {
  width: 307px;
  height: 399px;
  top: 20px;
  right: -207px;
  background: url(../images/peo_right.png) center center no-repeat;
}

.table-info .group {
  overflow: hidden;
  margin-bottom: 10px;
}

.table-info .group .label {
  float: left;
  width: 180px;
  padding-right: 10px;
  line-height: 36px;
  text-align: right;
  color: #352624;
  font-size: 16px;
}

.table-info .group .inputbox {
  float: left;
  width: 680px;
}

.table-info .group .inputbox input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  background: #dfdfdf;
  border: none;
  color: #624a47;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table-info .group .inputbox input:focus {
  background: #eaeaea;
}

.btn-submit {
  display: inline-block;
  width: 323px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  margin-top: 50px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  background: url(../images/btn_03.png) center center no-repeat;
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out;
}

.btn-submit:hover {
  filter: brightness(120%);
  margin-top: 45px;
}

.btn-join {
  display: block;
  width: 507px;
  height: 87px;
  line-height: 80px;
  margin: 0 auto 180px;
  background: url(../images/btn_04.png) center center no-repeat;
  color: #3a2e26;
  font-weight: bold;
  font-size: 30px;
}

.btn-join:hover {
  filter: brightness(110%);
}

.comment {
  margin: 60px -80px 160px;
}

.comment li {
  float: left;
  width: 50%;
  padding: 20px 50px;
}

.comment li .status {
  float: left;
  width: 64px;
  height: 50px;
}

.comment li .status.status-happy {
  background: url(../images/status_happy.png) center center no-repeat;
}

.comment li .status.status-angry {
  background: url(../images/status_angry.png) center center no-repeat;
}

.comment li .status.status-funny {
  background: url(../images/status_funny.png) center center no-repeat;
}

.comment li .status.status-normal {
  background: url(../images/status_normal.png) center center no-repeat;
}

.comment li p {
  color: #362a29;
  line-height: 1.6;
  padding-left: 80px;
}

.sect-11 {
  position: relative;
  overflow: hidden;
}

.sect-11 .long {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 23, 21, 0.9);
  height: 65px;
  z-index: 10;
}

/*.sect-11 .long span {*/
  /*position: absolute;*/
  /*width: 1px;*/
  /*height: 24px;*/
  /*top: 21px;*/
  /*background: #82807f;*/
/*}*/

/*.sect-11 .long span.item-01 {*/
  /*left: 379px;*/
/*}*/

/*.sect-11 .long span.item-02 {*/
  /*left: 600px;*/
/*}*/

/*.sect-11 .long span.item-03 {*/
  /*left: 821px;*/
/*}*/

.sect-11 > .tab-content .pic {
  overflow: hidden;
}

.sect-11 > .tab-content .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.sect-11 .owl-panel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.sect-11 .owl-panel.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.owl-one {
  width: 900px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 11;
}

.owl-one .owl-controls {
  margin-top: 0;
}

.owl-one .item a {
  display: block;
  font-size: 18px;
  color: #999;
  text-align: center;
}

.owl-one .item.active a {
  color: #fff;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  background: none !important;
}

.owl-buttons .owl-prev {
  left: 0;
}

.owl-buttons .owl-next {
  right: 0;
}

.foot {
  height: 376px;
  text-align: center;
  background: url(../images/foot_bg.jpg) center center no-repeat;
  overflow: hidden;
}

.foot .f-link {
  padding: 100px 0 60px;
}

.foot .f-link a {
  display: inline-block;
  margin: 0 30px;
  transition: all .3s ease;
}

.foot .f-link a:hover {
  filter: brightness(115%);
  transform: scale(1.05);
}

.foot .f-text {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot .f-text p {
  line-height: 1.8;
  font-size: 16px;
  color: #787878;
}

.foot .f-text p span {
  padding: 0 10px;
}

.foot .f-text p a {
  padding: 0 15px;
  color: #787878;
  border-right: 1px solid #787878;
}

.foot .f-text p a img {
  margin-bottom: -3px;
  margin-right: 2px;
}

.foot .f-text p a:hover {
  text-decoration: underline;
}

.foot .f-text .copyright {
  display: table;
  margin: 0 auto;
}

.contact {
  margin-top: -100px;
  overflow: hidden;
}

.contact .container {
  overflow: hidden;
}

.block {
  display: block;
}

.send-mail {
  border: 1px solid #3d2e2d;
  padding: 20px;
  margin: 0 80px;
}

.send-mail p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
}

.send-mail a {
  color: #f28d01;
}

.inputbox {
  position: relative;
  overflow: hidden;
}

.btn-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  background: #ff9932;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

.btn-file:active {
  background-color: #eb8b2c;
}

.sect {
  overflow: hidden;
}

.file-name {
  height: 36px;
  line-height: 36px;
  padding-left: 90px;
  background: #dfdfdf;
  color: #624a47;
}

.join-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px !important;
  opacity: 0;
}

.bug {
  overflow: hidden;
  height: 0;
}
