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

body {
  min-width: 1300px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

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

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

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;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

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

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

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

.logo {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 320px;
  height: 112px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(1.1);
}

.tit {
  height: 125px;
  font: 0/0 a;
}

.tit.tit-01 {
  margin: 190px 0 60px;
  background: url(../images/tit_01.png) left center no-repeat;
}

.tit.tit-02 {
  margin: 160px 0 60px;
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 {
  margin: 180px 0 25px;
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 {
  margin: 215px 0 60px;
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 {
  margin: 150px 0 60px;
  background: url(../images/tit_05.png) center center no-repeat;
}

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

.sect .container {
  position: relative;
}

.sect .sect-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}

.sect.active .peo,
.sect.active .info {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.sect.sect-01 {
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.sect.sect-01 .slog {
  position: absolute;
  top: 200px;
  left: 0;
  width: 587px;
  height: 330px;
  background: url(../images/slog.png) center center no-repeat;
}

.sect.sect-01 .btn-buy {
  position: absolute;
  top: 540px;
  left: 0;
  display: block;
  width: 417px;
  height: 127px;
  background: url(../images/btn_02.png) center center no-repeat;
  padding: 130px 0 0 5px;
  margin: -10px 0 0 80px;
  color: #fef7e6;
}

.sect.sect-01 .btn-buy:hover {
  filter: brightness(1.1);
}

.sect.sect-01 .login-box {
  position: absolute;
  top: 720px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin: -20px 0 0 80px;
  background: url(../images/bg_01.png) left center no-repeat;
  background-size: contain;
}

.sect.sect-01 .login-box > a {
  display: inline-block;
  margin: 0 20px;
  font-size: 18px;
  color: #ffe9bf;
  text-decoration: underline;
}

.sect.sect-01 .login-box > a:hover {
  color: #fef7e6;
}

.sect.sect-01 .login-box .btn-power {
  margin-left: 110px;
}

.sect.sect-01 .login-info {
  display: inline-block;
  margin-left: 20px;
  color: #fef7e6;
  font-size: 16px;
}

.sect.sect-01 .login-info a {
  margin-left: 5px;
  font-size: 16px;
  color: #ffe9bf;
}

.sect.sect-01 .login-info a:hover {
  color: #fef7e6;
}

.sect.sect-01 .top-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.sect.sect-01 .top-link a {
  float: left;
  width: 188px;
  height: 52px;
  line-height: 52px;
  color: #e8f2fe;
  text-align: center;
  margin-left: 5px;
  font: 0/0 a;
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .top-link a:hover {
  filter: brightness(1.1);
}

.sect.sect-02 {
  background: url(../images/sect_02.jpg) center center no-repeat;
}

.sect.sect-02 .info {
  width: 420px;
  color: #454661;
  line-height: 30px;
  background: url(../images/bg_02.png) top left no-repeat;
  padding-top: 180px;
  transition: all 1s ease .3s;
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
}

.sect.sect-02 .info .line {
  width: 90%;
  height: 1px;
  margin-bottom: 50px;
  background: #adaec0;
}

.sect.sect-02 .info .row {
  overflow: hidden;
}

.sect.sect-02 .info .row > div {
  float: left;
}

.sect.sect-02 .info .row > div.left {
  width: 170px;
}

.sect.sect-02 .info .row > div .right {
  width: 250px;
}

.sect.sect-02 .info .row label {
  margin-right: 5px;
}

.sect.sect-02 .label {
  position: absolute;
  top: 0;
  right: 0;
  width: 121px;
  height: 371px;
  background: url(../images/label_01.png) center center no-repeat;
  z-index: 1;
}

.sect.sect-03 {
  background: url(../images/sect_03.jpg) center center no-repeat;
}

.sect.sect-03 .tab-content {
  position: relative;
  margin-top: 45px;
  color: #fff;
  min-height: 450px;
}

.sect.sect-03 .tab-content .skill-t {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  color: #f4d8a4;
}

.sect.sect-03 .tab-content > div {
  background: url(../images/bg_08.png) center center no-repeat;
  min-height: 400px;
}

.sect.sect-03 .tab-content > div#tab1-01 {
  background: url(../images/bg_11.png) left 30px no-repeat !important;
}

.sect.sect-03 .tab-content > div#tab1-01 .txt {
  position: absolute;
  width: 260px;
  font-size: 16px;
  line-height: 24px;
}

.sect.sect-03 .tab-content > div#tab1-01 .txt.txt-01 {
  top: 80px;
  left: 40px;
}

.sect.sect-03 .tab-content > div#tab1-01 .txt.txt-02 {
  top: 80px;
  left: 660px;
}

.sect.sect-03 .tab-content > div#tab1-01 .txt.txt-03 {
  top: 270px;
  left: 40px;
}

.sect.sect-03 .tab-content > div#tab1-01 .txt.txt-04 {
  top: 270px;
  left: 660px;
}

.sect.sect-03 .tab-content > div#tab1-01 .label {
  position: absolute;
  top: -75px;
  right: -15px;
  width: 259px;
  height: 465px;
  padding: 95px 35px 0;
  text-align: justify;
  background: url(../images/label_02.png) center center no-repeat;
}

.sect.sect-03 .tab-content > div#tab1-01 .label p {
  position: relative;
  line-height: 24px;
  padding-left: 15px;
}

.sect.sect-03 .tab-content > div#tab1-01 .label p:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: '';
}

.sect.sect-03 .tab-content > div .left {
  float: left;
  width: 370px;
}

.sect.sect-03 .tab-content > div .left .img {
  margin-top: 5px;
}

.sect.sect-03 .tab-content > div .right {
  float: right;
  width: 370px;
}

.sect.sect-03 .tab-content > div .right .img {
  margin-top: 35px;
}

.sect.sect-03 .tab-content > div .skill-cont .skill-tit {
  color: #f4d8a4;
  font-size: 16px;
  width: 367px;
  height: 32px;
  line-height: 32px;
  margin: 20px 0 10px;
  text-align: center;
  background: url(../images/bg_09.png) center center no-repeat;
}

.sect.sect-03 .tab-content > div .skill-cont p {
  line-height: 24px;
}

.sect.sect-03 .tab-content > div .import {
  position: absolute;
  top: -50px;
  right: 0;
  line-height: 20px;
  width: 370px;
  color: #f4d8a4;
  text-align: right;
}

.sect.sect-03 .tab-content .img img {
  width: 370px;
  height: 208px;
}

.sect.sect-04 {
  background: url(../images/sect_04.jpg) center center no-repeat;
}

.sect.sect-04 .cont {
  height: 420px;
  background: url(../images/bg_03.png) left center no-repeat;
  overflow: hidden;
}

.sect.sect-05 {
  background: url(../images/sect_05.jpg) center center no-repeat;
}

.sect.sect-05 .cont {
  height: 340px;
  background: url(../images/bg_06.png) left center no-repeat;
  overflow: hidden;
}

.sect.sect-05 .left {
  float: left;
}

.sect.sect-05 .left .pagination {
  text-align: right;
  padding-right: 10px;
}

.sect.sect-05 .right {
  float: right;
  margin: 70px 15px 0 0 !important;
}

.sect.sect-05 .right .bg {
  left: auto !important;
  right: 10px !important;
  background: url(../images/bg_07.png) center center no-repeat !important;
}

.sect.sect-05 .right .pagination {
  text-align: left;
  padding-left: 10px;
  bottom: inherit;
  top: -50px;
}

.sect.sect-05 .right > a {
  top: 100px;
}

.sect.sect-05 .device {
  position: relative;
}

.sect.sect-05 .swiper-container {
  height: 250px;
}

.sect.sect-05 .bg {
  z-index: 1;
}

.sect.sect-05 .pagination {
  bottom: -50px;
  z-index: 2;
}

.sect.sect-06 {
  background: url(../images/sect_06.jpg) center center no-repeat;
}

.sect.sect-06 .cont {
  transition: all 1s ease .3s;
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
}

.sect.sect-06 .cont .img {
  float: left;
  margin: 0;
}

.sect.sect-06 .cont .right {
  height: 250px;
  padding-left: 465px;
}

.sect.sect-06 .cont .right p {
  color: #454661;
  font-size: 16px;
  line-height: 36px;
}

.sect.sect-06 .cont .right p span {
  display: inline-block;
  width: 110px;
  height: 24px;
  line-height: 24px;
  margin-right: 12px;
  background: #4c437d;
  color: #fff;
  text-align: center;
}

.sect.sect-06 .cont .right .btn-buy {
  display: block;
  width: 403px;
  height: 113px;
  margin: 30px 0 0 -5px;
  font: 0/0 a;
  background: url(../images/btn_04.png) center center no-repeat;
}

.sect.sect-06 .cont .right .btn-buy:hover {
  filter: brightness(1.1);
}

.sect.sect-06 .cont .vedio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  background: url(../images/vidio.png) center center no-repeat;
}

.sect.sect-06 .cont .vedio:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.sect.sect-06.active .cont {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.img {
  position: relative;
  width: 712px;
  height: 400px;
  margin: 10px 0 0 10px;
}

.img .bg {
  display: block;
  width: 706px;
  height: 390px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../images/bg_04.png) center center no-repeat;
  background-size: contain;
}

.img .img-big {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  cursor: zoom-in;
  background: url(../images/icon_01.png) center center no-repeat;
}

.img .img-big:hover {
  filter: brightness(1.5);
}

.img.img-m {
  width: 445px;
  height: 250px;
  margin: 20px 0 0 15px;
}

.img.img-m .bg {
  top: 10px;
  left: 10px;
  width: 408px;
  height: 230px;
  background: url(../images/bg_05.png) center center no-repeat;
}

.img.img-m2 {
  width: 370px;
  height: 208px;
  margin: 0;
}

.img.img-m2 .bg {
  top: 10px;
  left: 10px;
  width: 346px;
  height: 187px;
  background: url(../images/bg_10.png) center center no-repeat;
}

.imgbig {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 9999;
  animation: tc 0.5s;
}

.imgbig .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 75%;
  height: 75%;
  cursor: zoom-out;
  overflow: hidden;
}

.imgbig .img img {
  width: 100%;
}

.imgbig .close-01 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 119px;
  height: 127px;
  background: url(../images/close_01.png) center center no-repeat;
}

.imgbig .close-01:hover {
  filter: brightness(110%);
}

.peo {
  position: absolute;
  transition: all 1s ease .3s;
  transform: translate3d(80px, 0, 0);
  opacity: 0;
}

.peo.p-01 {
  top: -102px;
  right: -45px;
  width: 915px;
  height: 1608px;
  background: url(../images/p_01.png) top left no-repeat;
}

.peo.p-02 {
  top: -120px;
  right: -180px;
  width: 809px;
  height: 1351px;
  background: url(../images/p_02.png) top left no-repeat;
}

.peo.p-03 {
  top: -50px;
  right: 460px;
  width: 275px;
  height: 988px;
  background: url(../images/p_03.png) top left no-repeat;
  transform: translate3d(20px, 0, 0);
}

.peo.p-04 {
  top: -38px;
  right: -70px;
  width: 489px;
  height: 868px;
  background: url(../images/p_04.png) top left no-repeat;
}

@keyframes an1 {
  0% {
    transform: translateX(160px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes an1 {
  0% {
    transform: translateX(160px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes an2 {
  0% {
    transform: translateX(-160px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes an2 {
  0% {
    transform: translateX(-160px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal.modal-vd .modal-body {
  width: 930px;
  height: 600px;
  margin-left: -465px;
  margin-top: -300px;
  border: 1px solid #c0a168;
  background: #fbfbfb;
}

.modal.modal-vd .modal-body .pop_video_box {
  width: 100%;
  height: 100%;
}

.modal.modal-vd .modal-body .pop_video_box .popMov {
  width: 100%;
  height: 100%;
}

.modal.modal-rule .modal-body {
  width: 770px;
  height: 490px;
  margin-left: -385px;
  margin-top: -245px;
  background: url(../images/modal_l.png) no-repeat;
}

.modal.modal-rule .modal-body .m-tit {
  background: url(../images/m_tit_01.png) center center no-repeat;
}

.modal.modal-rule .modal-body .m-cont {
  padding: 20px 70px;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -237.5px;
  margin-top: -170.5px;
  width: 475px;
  height: 341px;
  background: url(../images/modal.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .m-tit {
  margin: 50px 0 0;
  height: 54px;
  background: url(../images/m_tit_02.png) center center no-repeat;
  font: 0/0 a;
}

.modal-body .m-cont {
  padding: 20px 50px;
  font-size: 18px;
  color: #5d5e5f;
  line-height: 1.6;
}

.modal-body .text-center {
  margin-top: 20px;
}

.modal-body .text-center a {
  display: inline-block;
  width: 188px;
  height: 52px;
  font: 0/0 a;
}

.modal-body .text-center a + a {
  margin-left: 25px;
}

.modal-body .text-center a:hover {
  filter: brightness(110%);
}

.modal-body .text-center a.btn-red {
  background: url(../images/btn_07.png) no-repeat;
}

.modal-body .text-center a.btn-blue {
  background: url(../images/btn_08.png) no-repeat;
}

.modal-body .close {
  position: absolute;
  top: -2px;
  right: -76px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

.modal-body .close:hover {
  filter: brightness(115%);
}

.modal-body .close:hover img {
  transform: rotate(90deg);
}

.modal-buy .btn-red {
  background: url(../images/btn_05.png) center center no-repeat;
}

.modal-buy .btn-blue {
  background: url(../images/btn_06.png) center center no-repeat;
}

.modal-lock .btn-red {
  background: url(../images/btn_05.png) center center no-repeat !important;
}

.modal-lock .btn-blue {
  background: url(../images/btn_06.png) center center no-repeat !important;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.rule {
  width: 884px;
  height: 264px;
  margin-top: 15px;
  padding: 25px 50px 0 80px;
  background: url(../images/rule.png) center center no-repeat;
}

.rule .r-tit {
  font-size: 30px;
  margin-bottom: 15px;
  color: #775c48;
}

.rule p {
  position: relative;
  color: #fff;
  line-height: 24px;
  padding-left: 30px;
}

.rule p em {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  background: #bcb2f5;
  color: #2b2548;
  font-style: normal;
  text-align: center;
  border-radius: 50px;
}

.vd {
  position: absolute;
  top: -5px;
  right: 28px;
  display: block;
  width: 123px;
  height: 125px;
  margin: 0 auto;
  cursor: pointer;
}

.vd span {
  display: block;
  width: 123px;
  height: 125px;
  background: url(../images/vd_bg.png) center center no-repeat;
  background-size: contain;
  animation: rotation 8s infinite linear;
  -ms-animation: rotation 8s infinite linear;
  -moz-animation: rotation 8s infinite linear;
  -webkit-animation: rotation 8s infinite linear;
  -o-animation: rotation 8s infinite linear;
}

.vd i {
  position: absolute;
  top: 1px;
  right: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  width: 79px;
  height: 83px;
  background: url(../images/sj.png) center center no-repeat;
}

.vd:hover span {
  filter: brightness(110%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.color-red {
  color: #d6220c;
}

.rule-cont p {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.9;
  color: #4c437d;
}

.rule-cont p em {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #4c437d;
  color: #fff;
  font-style: normal;
  text-align: center;
}

.nav-list-01 {
  overflow: hidden;
  background: url(../images/line.png) center right no-repeat;
}

.nav-list-01 li {
  float: left;
  margin-left: 5px;
}

.nav-list-01 li a {
  display: block;
  width: 154px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: url(../images/btn_03.png) center center no-repeat;
}

.nav-list-01 li.active a {
  background: url(../images/btn_03_h.png) center center no-repeat;
}

.btn-music {
  position: absolute;
  top: 33px;
  right: 230px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 1000;
}

.btn-music i {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/btn_09.png) no-repeat;
}

.btn-music.on i {
  -moz-animation: rotate01 3s linear infinite;
  -webkit-animation: rotate01 3s linear infinite;
  -o-animation: rotate01 3s linear infinite;
  -ms-animation: rotate01 3s linear infinite;
  animation: rotate01 3s linear infinite;
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 1;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-pagination-switch:hover {
  background: #fadfb8;
}

.swiper-active-switch {
  background: #ffdfa3;
}

.back-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  width: 81px;
  height: 81px;
  font: 0/0 a;
  background: url(../images/top.png) center center no-repeat;
  animation: gotop 0.8s infinite alternate linear;
  -ms-animation: gotop 0.8s infinite alternate linear;
  -moz-animation: gotop 0.8s infinite alternate linear;
  -webkit-animation: gotop 0.8s infinite alternate linear;
  -o-animation: gotop 0.8s infinite alternate linear;
}

@keyframes gotop {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}

@-webkit-keyframes gotop {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .tit.tit-01 {
    margin: 140px 0 60px;
  }
  .tit.tit-02 {
    margin: 40px 0 60px;
  }
  .tit.tit-03 {
    margin: 120px 0 25px;
  }
  .tit.tit-04 {
    margin: 160px 0 60px;
  }
  .tit.tit-05 {
    margin: 40px 0 60px;
  }
}

@media (max-width: 1200px) {
  .sect {
    height: 960px;
  }
  .sect .sect-cont {
    height: 960px;
  }
}

@media (max-width: 980px) {
  .peo,
  .info {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  .tit.tit-01 {
    margin: 190px 0 60px;
  }
  .tit.tit-02 {
    margin: 160px 0 60px;
  }
  .tit.tit-03 {
    margin: 180px 0 25px;
  }
  .tit.tit-04 {
    margin: 215px 0 60px;
  }
  .tit.tit-05 {
    margin: 150px 0 60px;
  }
  .sect-06 .cont {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
}

.color-yellow {
  color: #f4d8a4 !important;
}

.device > a {
  position: absolute;
  top: 110px;
  width: 42px;
  height: 60px;
  z-index: 11;
  background-size: contain !important;
}

.device > a.arrow-left {
  left: 0;
  background: url(../images/icon_left.png) center center no-repeat;
}

.device > a.arrow-right {
  right: 0;
  background: url(../images/icon_right.png) center center no-repeat;
}

.device > a:hover {
  filter: brightness(1.5);
}

.other-link {
  position: fixed;
  bottom: 150px;
  left: 50px;
  z-index: 2;
  height: 150px;
  z-index: 10;
}

.other-link li {
  width: 212px;
  height: 81px;
  background: url(../images/bg_12.png) center center no-repeat;
}

.other-link li.item-01 a {
  background: url(../images/link_01_1.png) left 4px no-repeat;
}

.other-link li.item-02 a {
  background: url(../images/link_02_1.png) left 7px no-repeat;
}

.other-link li:hover {
  filter: brightness(1.1);
}

.other-link a {
  display: block;
  color: #f9d193;
  line-height: 15px;
  height: 81px;
  padding-top: 25px;
  text-align: center;
  overflow: hidden;
}
