html {
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}









/* =s base */

html, body {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  max-width: 2048px;
  margin: 0 auto;
  overflow-x: hidden;
}

i {
  font-style: normal;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

.uk-modal-page, .uk-lightbox-page {
  overflow: inherit;
}

.p1 {
  background: url(https://rescdn.imtxwy.com/ts/images/p1-bg2.jpg) no-repeat top center;

  position: relative;
  padding-top: 40px;
  height: 100%;
  background-size: cover;
}

.btn-bg-music {
  z-index: 99;
  margin-right: 80px;
  margin-top: 70px;
}

.rotate img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-perspective: 0;
  animation-name: rotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

.uk-container {
  position: relative;
}

.logo {
  margin-left: -20%;
  margin-top: 40px;
  width: 22vw;
}

.nav-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.top-navbar, .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ffffffc2;
  height: 80px;
}

.top-navbar .uk-tab>* {
  flex: none;
  padding-left: 0;
  position: relative;
}

.top-navbar .uk-tab {
  display: flex;
  flex-wrap: initial;
  margin-left: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: 0;
}

.top-navbar .uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 0;
}

.top-navbar .uk-navbar-nav>li>a.uk-logo {
  border-left: 0;
  padding-top: 0;
  max-width: 330px;
  margin-top: 9px;
}

.top-navbar .uk-navbar-nav>li>a.uk-logo img {
  max-width: 100%;
  margin-right: 0;
}

.top-navbar .uk-navbar-nav>li>a {
  color: #5c5141;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
  border-left: 0;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: auto;
  padding: 4px 60px 5px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  margin-top: 22px;
}

.top-navbar .uk-navbar-nav>li>a:hover, .top-navbar .uk-navbar-nav>li.uk-active>a {
  color: #cbb07d;
}

.uk-tab>.uk-active>a {
  color: #333;
  border: 0;
  border-color: #1e87f0;
  border: 0;
}

.slogan {
  z-index: 0;
}

.uk-tab img {
  margin-right: 10px;
}

.fb-bt {
  margin-left: 505px;
  z-index: 99;
  margin-bottom: 0;
  margin-top: 193px;
}

.fb-bt a {
  display: block;
  margin-bottom: 20px;
}

.slogan img {
  max-width: 100%;
  margin-bottom: 26px;
}


.sd-center {
  padding-top: 20px;
}

.gg-bt {
  margin-top: 17px;
  display: block;
}

.jdt {
  background: url(https://rescdn.imtxwy.com/ts/images/jdt.png) no-repeat top left;
  left: -0.2%;
  top: 54.9%;
  height: 20px;
  background-size: cover;
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

.slogan-pc {
  margin-top: 28vh;
  max-width: 240px;
}

.jp-box {
  max-width: 1000px;
  padding-bottom: 80px;
  right: 0;
  transform: translateX(0%);
  margin-left: 305px;
}

.sd-box {
  -webkit-animation: up_down 1500ms linear infinite;
  -moz-animation: up_down 1500ms linear infinite;
  -ms-animation: up_down 1500ms linear infinite;
  animation: up_down 1500ms linear infinite;
  margin-top: 50px;
  width: 17vw;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.p2 {
  height: 1100px;
  padding-top: 10px;
  background: url(../images/p2-bg.jpg) no-repeat top center;
  background-size: cover;
}

.news-section {
  height: auto;
}

.news-section .news-switcher {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 30px;
}

.news-top {
  text-align: center;
  margin-top: 70px;
  margin-bottom: -56px;
}

.news-top img {
  width: 100%;
}

.news-section h2.title {
  font-size: 30px;
  padding: 13px 0;
  display: inline-block;
  position: relative;
  bottom: -79px;
  margin-top: 0;
  background: url(../images/news-top.png) no-repeat top center;
  background-size: 100%;
  min-width: 640px;
  color: #000;
}

.news-box {
  border: 10px solid #e2d6b4;
  min-height: 685px;
  padding: 55px 75px 0;
  background: url(../images/news-bg.jpg) no-repeat top center;
  background-size: cover;
}

.news-titie li a {
  background: #ffc000;
  color: #fff;
  padding: 5px 20px;
  min-width: 100px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
}

.news-switcher {
  text-align: left;
  margin-top: 30px;
  min-height: 460px;
}

.news-archive {
  height: auto;
}

.news-archive .p2-tt {
  margin-top: 80px !important;
}

.news-switcher a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #402e26;
  border-bottom: 1px dashed #b5b4b4;
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-switcher span {
  float: right;
}

.news-box a.more {
  font-size: 26px;
  display: inline-block;
  background: url(../images/more-bg.png) no-repeat 50% 50%;
  background-size: 100%;
  padding: 60px;
}

.page-header {
  max-width: 500px;
  margin-top: 212px;
  margin-right: 65px;
}

.widget_input {
  max-width: 536px;
  margin-left: 10px;
}

.page-title {
  margin-bottom: 30px;
}

.widget_input .flex-box {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2.2em;
  background: #000;
  padding: 10px;
  height: 50px;
  max-width: 420px;
}

.widget_input img, .widget_input input {
  display: inline-block;
  max-width: 320px;
  border: 0;
}

.widget_input span.num {
  font-size: 2.3rem;
  font-weight: 800;
  padding: 0.25em 0 0 0.3em;
  background: #000;
  color: #757575;
}

.widget_input input.phone {
  font-size: 2.7rem;
  padding-left: 0.6em;
  font-weight: 800;
  padding-right: 0;
  background: #000;
  color: #fff;
}

.widget_input input.submit {
  font-size: 2.3rem;
  line-height: 0;
  padding: 0 1em;
  margin-left: 20px;
  background: #fedf4c;
  color: #313131;
}

.pop-tip {
  text-align: left;
  color: #000;
  font-size: 1.3rem;
  display: block;
}

.checkbox {
  font-size: 1.4rem;
  padding-left: 0;
  text-align: left;
}

label {
  color: #333;
  display: block;
  margin-bottom: 0.15em;
}

.widget_input img, .widget_input input {
  display: inline-block;
  border: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
}

.checkbox a {
  color: #fff;
  background: #000;
  font-size: 0.85rem;
  padding: 0 0.65em;
  display: inline-block;
  margin-left: 1em;
  position: relative;
  top: -4px;
  line-height: 26px;
}

.ip-ico {
  width: 50px;
  height: 50px;
}

.ip-bt {
  display: block;
  padding: 50px 0;
  text-align: left;
}

.p3 {
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1030px;
  background: url(../images/p3-bg.jpg) no-repeat top center;
  background-size: cover;
}

.role_lunbo .swiper-wrapper {
  margin: 0 auto 0;
}

.role_lunbo .swiper-slide img {
  border: 5px solid #e2d6b4;
}

.cardBox {
  width: 100%;
  margin: 20px auto;
  position: relative;
  background: #00000021;
  padding: 0 0;
  max-width: 1000px;
  left: 0;
}

.cardBox a.pra.left {
  left: 1.8rem;
}

.cardBox a.pra {
  display: block;
  width: 15px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}

.card_lunbo {
  width: 826px;
  height: 100px;
  margin: 10px auto;
  position: relative;
  z-index: 333;
  overflow: hidden;
}

.cardBox a.pra.right {
  right: 1.8rem;
}

.card_lunbo .swiper-slide li.on {
  opacity: 1;
}

.card_lunbo .swiper-slide li {
  display: inline-block;
  opacity: 0.5;
  border-radius: 0;
  margin-right: 10px;
  background: none;
}

.card_lunbo .swiper-slide li span {
  display: inline-block;
  width: 150px;
  height: 78px;
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}

.p3 .uk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.p3-tt img {
  margin-left: 45px;
}

.jdt-box {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.jdt-pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.jdt-lin {
  position: absolute;
  bottom: 63px;
  left: 2px;
  z-index: 2;
  /* background: url(https://rescdn.imtxwy.com/ts/images/jdt.png) no-repeat top left; */
  height: 6px!important;
}

.bt-gapk {
  display: none;
}

.jp-li {
  position: relative;
  z-index: 3;
  bottom: -9px;
  left: 2px;
}

.jp-li li {
  margin-top: 0!important;
  margin-right: 29px;
}


.p4 .uk-switcher .cv-bt {
  top: 46%;
  left: 8%;
}

.p4 .uk-switcher li.cv-l2 .cv-bt {
  top: 48.3%;
  left: 9.3%;
}

.p4 .uk-switcher li.cv-l3 .cv-bt {
  top: 43%;
  left: 9.5%;
}

.p4 .uk-switcher li.cv-l4 .cv-bt {
  top: 48.5%;
  left: 10.5%;
}

.p4 .uk-switcher li.cv-l5 .cv-bt {
  top: 48.1%;
  left: 11%;
}

.p4 .uk-switcher li.cv-l6 .cv-bt {
  top: 48.1%;
  left: 11%;
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 640px;
  max-width: calc(100% - .01px)!important;
  background: url(https://rescdn.imtxwy.com/ts/images/mod-bg.png) no-repeat top center;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity, transform;
  font-size: 23px;
  padding: 30px 40px 20px;
  line-height: 32px;
  text-align: center;
  background-size: cover;
  min-height: 398px;
}

.fb-link {
  padding-top: 18px;
}

.uk-modal-close-outside {
  margin-right: 48px;
}

.uk-modal-dialog p {
  margin-bottom: 35px;
}

.uk-modal-text p {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
}

.tab-nav {
  margin: 80px 0 0;
  position: relative;
  left: -40px;
}

.tab-nav li {
  margin-bottom: 10px;
}

.p4 .uk-tab>*>a img {
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
}

.p4 .uk-tab>.uk-active>a img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.uk-tab-right>*>a {
  border: 0;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 0;
  border-bottom: none;
}

.footer {
  width: 100%;
  background: #402e26;
  padding: 20px 0;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
}

.footer img {
  max-width: 85%;
  margin-top: 10px;
}

.footer p {
  display: inline-block;
}

.footer p.link {
  display: block;
}

.footer .uk-container {
  max-width: 1060px;
}



.uk-modal-header {
  padding: 15px 30px;
  background: none;
  border-bottom: 0;
}

#modal-text2 .uk-modal-dialog {
  background: #faf6ec;
  padding: 30px 10px 30px 30px;
  font-size: 14px;
  line-height: 22px;
  border: 3px solid #46322b;
}

#modal-text2 .uk-modal-dialog p {
  margin-bottom: 10px;
}




@media (max-width: 1100px) {
  .p1 {
    height: 100vh;
    position: relative;
    padding-top: 40px;
    background: url(https://rescdn.imtxwy.com/ts/images/p1-bg-m2.jpg) no-repeat top center;
    background-size: cover;
  }
  .nav-m {
    margin: 35px;
    position: fixed!important;
    z-index: 999;
  }

  .sd-box {
    text-align: center;
    width: 100%;
  }
  .news-box {
    border: 5px solid #e2d6b4;
    min-height: 685px;
    padding: 30px 20px 0;
    background: url(../images/news-bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .news-switcher a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #402e26;
    border-bottom: 1px dashed #b5b4b4;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-switcher n {
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .slogan-pc {
    margin-top: 28vh;
    max-width: 100%;
  }
  .btn-bg-music {
    z-index: 99;
    margin-top: 2px;
    margin-right: 0;
    left: 32px!important;
    display: inline-block;
    max-width: 100px;
  }
  .p3-tt img {
    margin-left: 0;
  }
  .news-top {
    text-align: center;
    margin-top: -30px;
    margin-bottom: -56px;
  }
  .news-archive {
    height: 88%!important;
  }
  .card_lunbo {
    width: 85%;
    height: 86px;
    margin: 10px auto;
    position: relative;
    z-index: 333;
    overflow: hidden;
  }
  .card_lunbo .swiper-slide li {
    display: inline-block;
    opacity: 0.5;
    border-radius: 0;
    margin-right: 4px;
    background: none;
  }
  .card_lunbo .swiper-slide li span {
    display: inline-block;
    width: 120px;
    height: 67px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
  }
  .fb-bt {
    z-index: 99;
    margin-bottom: 0;
    margin: 0;
    top: 125px;
    margin-left: 0;
    left: 35px;
  }
  .fb-bt a {
    display: block;
    margin-bottom: 20px;
    max-width: 50px;
  }
  .uk-offcanvas-bar {
    width: 250px;
    background: #ffffffed;
  }
  .uk-card-primary.uk-card-body .uk-nav-primary>li>a, .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a, .uk-card-secondary.uk-card-body .uk-nav-primary>li>a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a, .uk-light .uk-nav-primary>li>a, .uk-offcanvas-bar .uk-nav-primary>li>a, .uk-overlay-primary .uk-nav-primary>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li>a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a {
    color: #5f5241;
    font-size: 30px;
    padding: 30px 0;
  }
  .uk-card-primary.uk-card-body .uk-nav-primary>li.uk-active>a, .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-nav-primary>li.uk-active>a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a, .uk-light .uk-nav-primary>li.uk-active>a, .uk-offcanvas-bar .uk-nav-primary>li.uk-active>a, .uk-overlay-primary .uk-nav-primary>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a {
    color: #cfaf74;
  }
  .uk-margin-auto-vertical {
    margin-top: 165px!important;
    margin-bottom: auto!important;
    text-align: left;
    padding-left: 20px;
  }
  .uk-card-primary.uk-card-body .uk-close, .uk-card-primary>:not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary>:not([class*=uk-card-media]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
    color: rgba(0, 0, 0, 0.85);
  }
  .uk-offcanvas-flip .uk-offcanvas-bar svg {
    width: 30px;
    height: 30px;
  }
  .uk-offcanvas-flip .uk-offcanvas-bar img {
    margin-right: 10px;
    vertical-align: text-top;
  }
  .uk-offcanvas-overlay::before {
    background: rgba(255, 255, 255, 0.4);
  }
  .slogan {
    padding-top: 10px;
    bottom: auto;
    top: 10px;
  }
  .jp-box {
    max-width: 1000px;
    margin-bottom: 18%!important;
    bottom: 0;
    top: auto;
    width: 95%;
    right: auto;
    transform: translateX(0);
    margin-left: -358px;
  }
  .logo {
    left: 50%;
    top: 24px;
    z-index: 10;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 0;
    max-width: 55%;
    width: 100%;
  }
  .sd-center {
    padding-top: 100px;
  }
  .page-header {
    margin-top: 280px;
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
    position: inherit !important;
  }
  .widget_input {
    max-width: 520px;
    margin-left: 0px;
  }
  .widget_input .flex-box {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2.2em;
    background: #000;
    padding: 10px;
    height: 50px;
    max-width: 100%;
    padding-left: 20px;
  }
  .uk-modal-dialog p {
    margin-bottom: 15px;
  }
  .pop-tip {
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    display: block;
  }
  .ip-bt {
    display: block;
    padding: 25px 0 50px;
    text-align: center;
  }
  .p2 {
    background: url(../images/p2-bg-m.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 30px;
    height: auto;
  }
  .pic2-2 {
    margin-right: 30px;
    margin-bottom: -30px;
    display: none;
  }
  .p3 {
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
  }
  .yy-num {
    background: url(https://rescdn.imtxwy.com/ts/images/num-bg-m.png) no-repeat top center;
    padding-top: 33px;
    font-size: 50px;
    font-weight: 800;
    padding-left: 16px;
    margin-top: 31px;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=225, Color=#ffffff)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#ffffff);
    text-shadow: 2px -1px 1px #ffffff;
    height: 115px;
  }
  .jdt-pic {
    z-index: 1;
    top: 0;
    position: inherit;
    left: 0;
  }

  .p3 .uk-flex {
    display: block;
  }
  .jp-li {
    position: relative;
    z-index: 3;
    bottom: -41px;
    left: -61px;
  }
  .jp-li li {
    margin-top: 0!important;
    margin-right: 0px;
  }

  .checkbox {
    font-size: 1.2rem;
    padding-left: 54px;
    text-align: left;
  }

  .p4 .uk-tab {
    display: inline-block;
    flex-wrap: inherit;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    margin-top: 30px;
  }
  .uk-tab>.uk-active>a {
    color: #333;
    border: 0;
  }
  .uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 0;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
  }
  .uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 0;
  }
  .p4 .uk-container {
    padding: 0;
  }
  .tab-nav li {
    margin-bottom: 25px;
  }
  .uk-float-left {
    float: inherit;
    text-align: center;
    margin-bottom: 15px;
  }
  .uk-modal-close-outside {
    margin-right: 0px;
  }
  .uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 640px;
    background: url(https://rescdn.imtxwy.com/ts/images/mod-bg.png) no-repeat top center;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    max-width: calc(100% - .01px)!important;
    transition-property: opacity, transform;
    padding: 18px 40px 45px;
    background-size: 100%;
  }
  .fb-link {
    padding-top: 5px;
  }
  .uk-modal-text p {
    margin-bottom: 6px;
    line-height: 30px;
    font-size: 20px;
  }
  .p4 .uk-switcher .cv-bt {
    top: 15.2%;
    left: 42.5%;
  }
  .p4 .uk-switcher li.cv-l2 .cv-bt {
    top: 15%;
    left: 39%;
  }
  .p4 .uk-switcher li.cv-l3 .cv-bt {
    top: 15.2%;
    left: 38.5%;
  }
  .p4 .uk-switcher li.cv-l4 .cv-bt {
    top: 15.4%;
    left: 38.5%;
  }
  .p4 .uk-switcher li.cv-l5 .cv-bt {
    top: 15.2%;
    left: 38.2%;
  }
  .p4 .uk-switcher li.cv-l6 .cv-bt {
    top: 15.2%;
    left: 39.5%;
  }
  .bt-gapk {
    display: block;
  }

  @media all and (orientation: landscape) {
    .p1 {
      background-size: cover;
      height: 300%;
    }
  }
}