.item-width-50 {
  width: 50%;
  float: left;
}

.item-width-21 .icon {
  color: #fff;
  padding: 0 0.25em;
  position: absolute;
  bottom: 1em;
}

.item-width-21 .icon img {
  max-width: .9em;
  margin-bottom: 0.2em;
  display: block;
}

.item-width-21 .icon h1 {
  font-size: 14px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.item-width-21 {
  width: 21%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  height: 8.854em;
  position: relative;
}

.item-width-21:nth-child(1) {
  /* margin-left: 16%; */
  margin-left: .44em;
}

.item-width-21:nth-child(2):before {
  content: '';
  position: absolute;
  width: 3.8em;
  height: 3.8em;
  border: 1.25em solid rgba(0, 0, 0, 0.2);
  border-radius: 4em;
  left: 50%;
  top: -0.6em;
  transform: translateX(-50%);
  z-index: 1;
}

.item-width-21:nth-child(2):after {
  content: '';
  position: absolute;
  width: 6.3em;
  height: 6.3em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6.3em;
  left: 50%;
  top: -0.6em;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 2;
}

.item-width-21:nth-child(2) .logo {
  position: absolute;
  width: 3.8em;
  height: 3.8em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4em;
  left: 50%;
  top: 0.65em;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 2;
  background: url(/img/about/t_logo.png) no-repeat center center;
  background-size: 80%;
}

.item-width-21:nth-child(2) .logo h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin-top: 60%;
}

.item-width-21:nth-child(2) li {
  position: absolute;
  width: 100%;
  left: -100%;
  text-align: right;
  color: #fff;
  z-index: 3;
}

.item-width-21:nth-child(2) li span {
  display: block;
  font-size: 20px;
  padding: 0 1em;
}

.item-width-21:nth-child(2) li {
  top: 0.8em;
  transition: color .3s, background 0.3s;
}

.item-width-21:nth-child(2) li+li+li {
  top: 3.98em;
}

.item-width-21:nth-child(2) li.on {
  color: #f00;
}

.item-width-21:nth-child(2) li.on:before {
  background: #f00;
}

.item-width-21:nth-child(2) li:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: -3px;
  margin-top: -3px;
  background: #fff;
  transition: color .3s, background 0.3s;
}

.item-width-21:nth-child(2) li:nth-child(2n):before {
  left: 0;
  margin-left: -3px;
}

.item-width-21:nth-child(2) li:nth-child(2n) {
  left: auto;
  right: -100%;
  text-align: left;
}

.block {
  background: no-repeat center center;
  background-size: cover;
  min-height: 4.427em;
  position: relative;
  overflow: hidden;
}

.block-f-1 .tit {
  font-size: 0.38em;
  margin-bottom: 1em;
}

.block-f-1 .sub-tit {
  font-size: 14px;
  margin-bottom: .3em;
  line-height: 2em;
}

.block-t-1 {
  padding: 0em;
  margin: 0 1.35em;
  margin-top: 1.875em;
  margin-right: 2.7em;
}

.block-t-1 {
  position: relative;
}

.block-t-1 * {
  position: relative;
  z-index: 2;
}

.block-t-1 .sub-blank {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px;
  margin: -32px 0 0 -32px;
  /* background: rgba(0, 0, 0, 0.2); */
}


/* .block-t-1 .sub-blank:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 32px;
  border-left: 4px solid #ff001a;
  border-top: 4px solid #ff001a;
}

.block-t-1 .sub-blank:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 110px;
  border-top: 1px solid #ff001a;
  border-left: 1px solid #ff001a;
} */

.block-f-4 {
  padding: 3.46em 1.4em;
}

.block-f-4 li img,
.block-f-4 li h1 {
  display: block;
}

.block-f-4 li img {
  height: 57px;
  width: auto;
}

.block-f-4 .text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 1em;
}

/* .block-f-4 li:nth-child(1) img {
  width: 0.756em;
}

.block-f-4 li:nth-child(2) img {
  width: 0.819em;
}

.block-f-4 li:nth-child(3) img {
  width: 0.619em;
}

.block-f-4 li:nth-child(4) img {
  width: 1.964em;
}

.block-f-4 li:nth-child(5) img {
  width: 1.439em;
}

.block-f-4 li:nth-child(6) img {
  width: 1.334em;
} */

.block-f-4 .partner h1 {
  font-size: 14px;
  color: #fff;
}

.block-f-4 .partner li {
  float: left;
  text-align: center;
  margin-bottom: .2em;
  margin-top: .1em;
  margin-right: .5em;
}

.block-f-4 .partner li h1 {
  margin-top: 0.5em;
}

.block-f-1 .detail {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 2em;
}

.block-f-1 {
  padding: 0 1.35em;
  padding-top: 1.875em;
  color: #fff;
  font-weight: 100;
  /* padding-right: 2.7em; */
}

.block-f-1 .logo {
  background: url(/img/logo2.svg) no-repeat left top;
  background-size: contain;
  width: 0.687em;
  height: 0.135em;
  margin-bottom: 0.2em;
  /* margin-top: 1.5625em; */
}

.block-f-1 .num-scroll {
  margin: 6.125em 0;
  display: table;
  font-size: 0.168em;
}

.block-f-1 .num-scroll .item {
  vertical-align: top;
  display: inline-block;
  width: 160px;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
}

.block-f-1 .num-scroll .item em,
.block-f-1 .num-scroll .item h2 {
  font-size: 14px;
}

.block-f-1 .num-scroll .item span {
  letter-spacing: 0;
  font-size: 3em;
  font-weight: initial;
}

.block-f-2 {
  margin: 3.541em 0;
  background: url(/img/about/partner_logo.png) no-repeat center center;
  background-size: contain;
  height: 1.4479em;
}

.block-f-3 {
  margin-bottom: 1em;
}

.block-f-3:after {
  clear: both;
  display: block;
  content: '';
}

.block-f-3 .item-width-50 {
  padding: 0.87em 0.78em;
  box-sizing: border-box;
}

.block.play {
  background: #f5f5f5;
  background-size: 100% auto;
}

.block-f-3 .item-width-50 {
  /* background: rgba(43, 43, 43, .8); */
  background: rgba(43, 43, 43, .2);
}

.block-f-3 .item-width-50+.item-width-50 {
  /* background: #ee393c; */
  background: rgba(43, 43, 43, .4);
  margin-left: 1px;
  width: calc(50% - 1px);
}

.block-f-3 h1 {
  font-size: 20px;
  line-height: 1.8em;
  height: 1.8em;
  overflow: hidden;
  /* padding-bottom: 0.5em; */
  padding-left: 0.5em;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.block-f-3 h1:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 0;
  height: 100%;
  border-left: 2px solid rgb(229, 52, 54);
}

.block-f-3 .item-width-50+.item-width-50 h1:before {
  /* border-bottom: 1px solid #fff; */
}

.block-f-3 .item-width-50 div {
  height: 0.4em;
}

.block-f-3 h2 {
  font-size: 14px;
  line-height: 2em;
  height: 4em;
  overflow: hidden;
}

.block.pd {
  padding-top: 0.625em;
  box-sizing: border-box;
}

.block .head {
  width: 50%;
  margin: auto;
  padding: 0.84em 0.5em;
  text-align: center;
  box-sizing: border-box;
}

.block .head h1 {
  font-size: 0.416em;
  font-weight: 100;
}

.block .head h2 {
  font-size: 14px;
  font-weight: 100;
  margin-top: 1em;
  /* color: #555; */
  text-align: center;
}

.font-color-black {
  color: #000;
}

.font-color-white {
  color: #fff;
}

.block {
  margin-top: -1px;
}

.item-width-50 .swiper-slide .item {
  width: 2.1em;
  min-height: 6.3em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
  margin-left: 0.437em;
  margin-bottom: 0.437em;
  color: #fff;
  margin-bottom: 2em;
  padding-top: 30%;
}

.item-width-50 .swiper-slide .item .cont {
  position: absolute;
  transform: translateY(-3.4em);
  bottom: 0;
}

.item-width-50 .swiper-slide .item .cont div {
  margin: 5px 0 10px 0;
  font-size: 20px;
}

.item-width-50 .swiper-slide .item i {
  font-size: 2.5em;
}

.item-width-50 .swiper-slide .item p {
  font-size: 14px;
  margin-top: .5em;
}

.item-width-50 .swiper-slide {
  font-weight: 100;
  width: auto;
}

.item-width-50 .swiper-slide:nth-child(2n) .item {
  transform: translateY(-15%);
}

.item-width-50 .swiper-slide .item .cont {
  font-size: 14px;
  margin-left: 1em;
}

.item-width-50 .swiper-slide-active .item:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
  border: 1px solid #fff;
  border-radius: 0.474em;
  animation: Circle 2s infinite;
  z-index: 99;
}

.item-width-50 .swiper-slide-active .item:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
  border: 1px solid #fff;
  border-radius: 0.474em;
  animation: Circle 2s infinite 0.6s;
  z-index: 99;
}

.item-width-50.rt {
  /* float: right; */
}

.item-width-50.rt .block-f-1 {
  /* padding-left: 0em; */
  /* margin-left: -0.8em; */
  padding-right: 2.7em;
}

.jtop {
  position: relative;
}

.jtop:before {
  content: '';
  display: block;
  position: absolute;
  width: 8%;
  border-bottom: 1px solid #FF001A;
  left: 50%;
  top: 200%;
  transform: translateX(-50%);
}

.block.play .swiper-container .swiper-slide {
  height: 22.34em;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

.block.play .cont {
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fff;
  padding: 1.5em 1em;
  top: 100%;
  transform: translateY(-100%);
}

.block.play .cont h1 {
  font-size: 20px;
}

.block.play .cont h2 {
  font-size: 14px;
  display: none;
  margin-top: 1.6em;
  line-height: 2em;
}

.block.play .swiper-container .swiper-slide:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  transition: background .2s;
}

.block.play .swiper-container .swiper-slide:hover:before {
  background: rgba(0, 0, 0, 0);
}

.block.map .map {
  background: no-repeat center center;
  background-size: contain;
  margin-bottom: .5em;
  text-align: center;
}

.map-warp {
  margin: auto;
  display: table;
  position: relative;
}

.block.map .map img {
  max-width: 100%;
}

.block.map .map ul li {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  margin-top: -20px;
  margin-left: -20px;
  /* transform: translate(-50%, -50%); */
  cursor: pointer;
}

.block.map .map ul li:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #e41e1f;
  animation: fdxg 2s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes fdxg {
  0% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  }

  80% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
  }
}


/* .block.map .map ul li:nth-child(1):before {
  content: '\e678';
  display: block;
  font-family: 'iconfont';
  font-size: 32px;
  animation: shouzhi 1.5s;
  color: #fff;
  animation-iteration-count: infinite;
  position: absolute;
  text-shadow: 0 0 5px black;
} */


/* .block.map .map ul.on li:before {
  display: none;
} */

@keyframes shouzhi {
  0% {
    opacity: .3;
    transform: translate(70%, 70%);
  }

  60% {
    opacity: 1;
    transform: translate(40%, 25%);
  }

  100% {
    opacity: .3;
    transform: translate(70%, 70%);
  }
}

.block.map .map ul li:hover:after {
  opacity: 1;
}

.block.map .map ul li:after {
  content: '';
  opacity: 0;
  display: block;
  width: 32px;
  height: 42px;
  background: url(/img/about/map_c.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 6px;
  transition: opacity .3s;
}

.block.map .map ul li .cont {
  width: 3.69em;
  background: #ed393c;
  display: none;
  text-align: left;
  cursor: default;
  padding: 0.3em 0.3em 0.4em 0.3em;
  color: #fff;
  box-sizing: border-box;
  /* margin-top: 20px;
  margin-left: 20px; */
  /* position: fixed; */
  top: 50%;
  left: 50%;
  z-index: 9;
}

.block.map .map ul li .cont.rst {
  /* transform: translateX(0);
  margin-left: calc(1em + 20px); */
}

.block.map .map ul li .cont.rst:before {
  right: initial;
  left: -1em;
}

.block.map .map ul li .cont:before {
  content: '';
  display: none;
  width: 1em;
  border-top: 2px solid #ee393c;
  right: calc(-1em);
  top: 0;
  position: absolute;
}

.block.map .map ul li .cont h1 {
  font-size: 0.36em;
  line-height: 1em;
}

.block.map .map ul li .cont h2 {
  font-size: 0.3em;
  line-height: 1em;
}

.block.map .map ul li .cont h2 span {
  font-size: 20px;
}

.block.map .map ul li .cont p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2em;
}

.block.map .map ul li:hover {
  z-index: 99;
}

.block.map .map ul li:hover .cont {
  display: block;
  animation: Gradient 1s;
}

@keyframes Gradient {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes Circle {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    width: 0.574em;
    height: 0.574em;
    opacity: 0;
  }
}

.block.main {
  background: #f6f6f6;
}

.main .tab-warp {
  text-align: center;
  display: block;
  font-size: 0;
}

.content .nav {
  /* width: 40%; */
  display: inline-block;
  margin: auto;
  text-align: center;
}

.content .nav:after {
  content: '';
  display: block;
  clear: both;
}

.content .nav li {
  float: left;
  text-align: center;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 100;
  margin-bottom: 1.8em;
  margin-top: -2.2em;
  padding: .4em 2em;
}

.content .nav li.on {
  font-weight: initial;
  display: block;
}

.content .nav li.on:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  background: #f00;
}

.main .video-list li {
  width: 3.24em;
  float: left;
  position: relative;
  margin-right: 0.132em;
  margin-bottom: 0.132em;
  vertical-align: top;
  /* background: #fff; */
}

.main .video-list li:nth-child(3n) {
  margin-right: 0px;
}

.main .video-list video {
  height: 100%;
}

.main .video-list li .text {
  text-align: center;
  font-size: 14px;
  padding: 1em 2em;
  position: relative;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.main .video-list .v-warp {
  position: relative;
  /* height: 5.77em; */
  background: no-repeat center center;
  background-size: cover;
}

.main .video-list li .text:before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  background: transparent;
  width: 100%;
  height: 2px;
  z-index: 99;
  background: transparent;
  transition: background 0.5s;
  /* color: #fff;
  background: #ff001a; */
}

.main .video-list li:hover .text:before {
  background: #ff001a;
}

.main .video-list li:hover .v-warp:before {
  background: rgba(0, 0, 0, 0);
}

.minutiae {
  color: #fff;
  min-height: auto;
}

.minutiae .tit {
  font-size: 24px;
  padding-bottom: .2em;
  margin-bottom: .2em;
  position: relative;
  z-index: 2;
}

.minutiae .tit_warp:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* width: 4em; */
  border-bottom: 2px solid #FF001A;
}

.minutiae .bottom-text {
  font-size: 36px;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  letter-spacing: 0.05em;
}

.minutiae .item {
  background: no-repeat center center;
  background-size: cover;
  padding: 2em 1em;
  height: 11em;
  box-sizing: border-box;
  font-weight: 100;
}

.minutiae .Arrows {
  display: none;
}

.minutiae .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.5s;
}

.minutiae .item:hover:before {
  opacity: 0;
}

.navigation {
  position: fixed;
  right: 2%;
  top: 50%;
  margin-top: -200px;
  z-index: 99;
}

.navigation li div {
  display: none;
}

.navigation li {
  color: #fff;
  width: 42px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  display: block;
  background: rgba(32, 32, 32, .5);
  cursor: pointer;
  position: relative;
  transition: color .3s;
}

.navigation li:hover {
  color: #f00;
}

.navigation li:hover div {
  top: 0;
  position: absolute;
  transform: translateX(-100%);
  background: #fff;
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  border-bottom: 2px solid #f00;
}

.navigation li.on {
  border-bottom: 2px solid #f00;
}

.tit_warp {
  position: absolute;
  bottom: 1em;
  left: 1em;
}

.main .video-list .v-warp img {
  width: 100%;
}

.block-t-1 {
  padding: 0em;
}

.modular10{
	color: #fff;
	padding: 5%;
	font-size: 0;
}

.modular10 .swiper-slide img{width:100%;}
.modular10 .swiper-slide .text h2{font-size: 24px;}
.modular10 .swiper-slide .text{
	font-size: 16px;
	padding: 1em;
	background: rgba(0,0,0,0.5);
	text-align: center;
	transition: all .3s;
}

.modular10 .swiper-slide:hover .text{
	background: #ef031c;
	
}

.modular10 .tab-head li{
	display: inline-block;
	cursor: pointer;
	margin-right: 1em;
}
.modular10 .tab-head li.on{
	font-size: 1.3em;
}
.modular10 .tab-head{
	font-size: 30px;
	margin-bottom:  2em;
}

.modular10 .tab-body li{display: none;}
.modular10 .tab-body li.on{display: block;}

@media only screen and (max-width: 1600px) {
  .block-f-1 .tit {
    font-size: 28px;
  }

  .block-f-1 .sub-tit {
    font-size: 14px;
  }

  .minutiae .tit {
    font-size: 20px;
  }

  .minutiae .bottom-text {
    font-size: 24px;
  }
  
  .modular10 .tab-head{
	font-size: 24px;
   }
   
}

@media only screen and (max-width: 1280px) {
	.modular10 .swiper-slide .text h2{font-size: 20px;}
	   .modular10 .swiper-slide .text{
	   font-size: 14px;
   }
  .item-width-21:nth-child(2) .logo h3 {
    font-size: 14px;
  }

  .block-f-1 .logo {
    margin-top: .1em;
  }

  .item-width-21:nth-child(2) li span {
    font-size: 14px;
  }
  
   .modular10 .tab-head{
	font-size: 20px;
   }
}

@media only screen and (max-width: 1024px) {
	.modular10 .swiper-slide .text h2{font-size: 18px;}
  .minutiae .tit {
    font-size: 14px;
  }

  .minutiae .bottom-text {
    font-size: 20px;
  }

  .content .nav li {
    margin-bottom: 1em;
    margin-top: -1.5em;
  }

  .block .head h1 {
    font-size: 32px;
  }

  .block-f-3 h1 {
    font-size: 20px;
  }

  .block-f-3 h1 br {
    display: none;
  }

  .block-f-1 .num-scroll {
    margin: 6.125em 0;
  }

  .block-f-1 {
    padding: 0 0.55em;
    padding-top: 1.875em;
  }

  .block-f-2 {
    margin: 1em 0;
  }

  .block-f-1 .num-scroll .item {
    width: calc(50% - 1em);
    margin-right: 1em;
    margin-bottom: 4em;
  }

  .block-f-1 .num-scroll .item:nth-child(2n) {
    margin-right: 0;
  }

  .item-width-50 .swiper-slide .item {
    width: 135px;
    min-height: initial;
  }

  .item-width-50 .swiper-slide:nth-child(2n) .item {
    transform: none
  }

  .item-width-50 .swiper-slide .item .cont {
    position: relative;
    transform: none;
    font-size: 18px;
  }

  .block .head {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .block-f-4 .partner li {
    margin-bottom: .5em;
  }

  .block-f-4 {
    padding: 0.65em 0.75em 5.65em;
  }

  .minutiae .Arrows {
    display: block;
  }

  .Arrows .worm-button-next,
  .Arrows .worm-button-prev {
    top: 60%;
  }

  .minutiae .bottom-text {
    font-size: .6em;
  }

  .main .video-list li {
    width: 100%;
    margin-right: 0px;
  }

  .main .video-list li .text {
    padding: 1em 1.5em;
  }

  .block.map .map ul li .cont h1 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .block.map .map ul li .cont h2 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .block.map .map ul li .cont {
    display: block;
    transform: initial;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    transform: translate(0, 0) !important;
  }

  .block.map .map ul li:hover .cont {
    animation: initial;
  }

  .block.map .map ul {
    margin-top: .5em;
  }

  .block.map .map ul li:nth-child(2n) .cont {
    background: #555;
  }

  .block.map .map ul li .cont.rst {
    margin-left: 0;
  }

  .block.map .map ul li {
    position: static;
    transform: initial;
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    margin-top: 0;
  }

  .block.map .map ul li .cont.rst:before,
  .block.map .map ul li .cont:before {
    border: 0;
  }

  .block.play {
    background-size: 200% auto;
  }

  .block.play .cont h2 {
    display: block !important;
  }

  .block.play .cont {
    top: 0%;
    transform: translateX(0);
    padding-top: 12em;
  }

  .block-f-3 h1,
  .block-f-3 h2 {
    height: auto;
    overflow: initial;
  }

  .item-width-21:nth-child(2) li {
    width: 200%;
    left: -200%;
  }

  .item-width-21:nth-child(2) li:nth-child(2n) {
    left: initial;
    right: -200%;
  }

  .item-width-21 {
    margin-top: 1em;
    height: 9em;
  }

  .item-width-21:nth-child(1) {
    margin-left: 6%;
  }

  .item-width-21 {
    width: 22%;
  }

  .item-width-50 {
    width: 100%;
    float: none;
  }

  .block-f-3 .item-width-50+.item-width-50 {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .block-f-1 {
    margin: 0;
  }

  .block-f-1 .num-scroll .item span {
    font-size: 24px !important;
    font-weight: initial;
  }

  .item-width-50.rt .block-f-1 {
    padding: 0 0.75em;
    padding-top: 1.875em;
    margin-left: 0em;
  }

  .content .nav {
    padding: 0;
  }

  .content .nav {
    width: auto;
  }

  .content .nav li {
    padding: 1em .2em;
    box-sizing: border-box;
    line-height: 1.2em;
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .navigation {
    display: none;
  }

  .block-f-4 li img {

    height: auto;
  }

  .block-f-4 li:nth-child(1) img {
    width: 0.756em;
  }

  .block-f-4 li:nth-child(2) img {
    width: 0.819em;
  }

  .block-f-4 li:nth-child(3) img {
    width: 0.619em;
  }

  .block-f-4 li:nth-child(4) img {
    width: 1.964em;
  }

  .block-f-4 li:nth-child(5) img {
    width: 1.439em;
  }

  .block-f-4 li:nth-child(6) img {
    width: 1.334em;
  }

}


/* add */