@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  
  font-size: 12px;
  
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  width:100%;
  height:100%;
  background: #000;
  overflow: hidden;
}

.music {
  position: fixed;
  top: 4vh;
  left: 4vw;
  width: 6vw;
  height: 6vw;
  z-index: 99;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.active {
  background: url("../images/open.png") center/100% 100% no-repeat;
  -webkit-animation: circle 2s linear infinite;
  animation: circle 2s linear infinite;
}

.close {
  background: url("../images/close.png") center/100% 100% no-repeat;
  display: none;
}

.loading-wrap {
  z-index: 999;
  background: #5597c6;
  background-size: 100%;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 16px;
}

.loading-wrap .loading-text-wrap {
  margin-top: 210px;
}

.loading-wrap .loading-img {
  width: 60px;
}

.loading-wrap .star {
  width: 174px;
  position: absolute;
  top: 544px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.loading-wrap .loading-tip {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 20px;
}

.loading-wrap .progress-num {
  position: absolute;
  top: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hidden {
  display: none;
}

.en {
  display: none;
}

.main {
  width: 100%;
  height: 100%;
  background: #fff;
}

.main .swiper-container {
  width: 100%;
  height: 100%;
}

.main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.main .slide-info {
  width: 100%;
  height: 100%;
}

.main .page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-weight:200;
}

.main .page {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .page-home {
  background: url("../images/bg-home.jpg") no-repeat center center;
  background-size:100%;
}



.main .page-home .title {
	width: 247px;
    position: absolute;
    top: 123px;
    left: 54%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.main .page-home .title img {
	width:100%;
}

.main .page-home .content {
    width: 526px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: -170px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    overflow: hidden;
    color: #fff;
    font-weight: 100;
}

.main .page-home .content .opcitity {
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.main .page-home .content marquee {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.main .page-home .content marquee .cn {
	text-indent:27px;
	}
.main .page-home .rotate {
  width: 82px;
  position: absolute;
  top: 1220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main .page-home .rotate img {
  width: 100%;
}

.main .page-1 {
  background: rgb(215, 0, 15);
  text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}

.main .page-1 .change {
  width: 19px;
  height: 53px;
  position: absolute;
  z-index: 99;
  top: 593px;
  right: 12px;
}
.page-1 .logo {
	width: 30px;
    height: 85px;
    position: absolute;
    top: 340px;
    right: 12px;
}
.page-1 .logo img {
	width:100%;
}
.page-1 .change {
	width: 30px;
    height: 85px;
    position: absolute;
    top: 563px;
    right: 12px;
}
.page-1 .change img {
	width:100%;
}

.main .page-1 .change {
     width: 20px;
    height: 53px;
    position: absolute;
    z-index: 99;
    top: 523px;
    right: 12px;
  
}
.main .page-home .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main .page-1 .mask .icon-close {
  width: 48px;
  position: absolute;
  top: 1278px;
  left: 636px;
}

.main .page-1 .mask .box {
  width: 994px;
  height: 750px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 380px;
  left: -122px;
  position: absolute;
}

.main .page-1 .mask .box .wrapper {
  width: 994px;
  height: 750px;
  font-size: 28px;
  line-height: 60px;
  color: #333;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 0;
  padding: 0 40px;
}

.main .page-1 .mask .box .wrapper .title {
  margin: 77px;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
}

.main .page-1 .mask .box .wrapper .img {
  width: 912px;
  margin: 0 auto;
}

.main .page-1 .mask .box .wrapper .img img {
  width: 100%;
}

.main .page-1 .mask .box .wrapper .desc {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.main .page-1 .mask .box .wrapper .artical {
  margin: 48px;
  text-align: left;
  font-weight: 900;
}

.main .page-1 .people {
  width: 100%;
  position: absolute;
  top: -40px;
}

.main .page-1 .people img {
  width: 100%;
}

.main .page-1 .red {
  width: 100%;
  position: absolute;
  top: 280px;
}

.main .page-1 .red img {
  width: 100%;
  
}

.main .page-1 .people-list {
  width: 300px;
  height: 275px;
  position: absolute;
  top: 350px;
  left: -40px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.main .page-1 .people-list p {
  margin-top: 12px;
  font-weight: 900;
}

.main .page-1 .content {
  width: 300px;
  height: 275px;
  position: absolute;
  top: 320px;
  left: 10px;
  text-align: left;
  color: #fff;
}

.main .page-1 .content .title {
  font-size: 18px;
  line-height: 24px;
}

.main .page-1 .content .name {
  margin-top: 52px;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}

.main .page-1 .content .chenghao {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}

.main .page-1 .content .book {
  text-align: right;
  position: absolute;
  bottom: 52px;
  right: 0;
  font-size: 12px;
  width：400px;
}

.main .page-1 .content .btn {
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .page-home .arrow {
  width: 32px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: up_down 2s linear infinite;
  animation: up_down 2s linear infinite;
}
.main .page-home .arrow img {width:100%}
.main .page-1 .arrow {
  width: 32px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: up_down 2s linear infinite;
  animation: up_down 2s linear infinite;
}
.main .page-1 .arrow img {width:100%}
.main .page-2 .arrow img {width:100%}
.main .page-2 {
  background: rgb(215, 0, 15);
  
}
.page-2 .logo {
	width: 30px;
    height: 85px;
    position: absolute;
    top: 340px;
    right: 12px;
}
.page-2 .logo img {
	width:100%;
}
.page-2 .change {
	width: 30px;
    height: 85px;
    position: absolute;
    top: 44vh;
    right: 12px;
}
.page-2 .change img {
	width:100%;
}

.main .page-2 .change {
     width: 20px;
    height: 53px;
    position: absolute;
    z-index: 99;
    top: 523px;
    right: 12px;
  
}
.main .page-home .change {
     width: 20px;
    height: 53px;
    position: absolute;
    z-index: 99;
    top: 523px;
    right: 12px;
  
}
.page-home .change img {
	width:100%;
}
.main .page-2 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.main .page-2 .mask .icon-close {
  width: 48px;
  position: absolute;
  top: 1278px;
  left: 636px;
}

.main .page-2 .mask .box {
  width: 994px;
  height: 750px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 380px;
  left: -122px;
  position: absolute;
}

.main .page-2 .mask .box .wrapper {
  width: 994px;
  height: 750px;
  font-size: 28px;
  line-height: 60px;
  color: #333;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 0;
  padding: 0 40px;
}

.main .page-2 .mask .box .wrapper .title {
  margin: 77px;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
}

.main .page-2 .mask .box .wrapper .img {
  width: 912px;
  margin: 0 auto;
}

.main .page-2 .mask .box .wrapper .img img {
  width: 100%;
}

.main .page-2 .mask .box .wrapper .desc {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.main .page-2 .mask .box .wrapper .artical {
  margin: 48px;
  text-align: left;
  font-weight: 900;
}

.main .page-2 .mask .box .wrapper .info {
  margin: 48px;
  text-align: center;
  font-weight: 900;
}

.main .page-2 .people {
  width: 100%;
  position: absolute;
  top: -40px;
}

.main .page-2 .people img {
  width: 100%;
}

.main .page-2 .red {
  width: 100%;
  position: absolute;
  top:-40px;
  
}

.main .page-2 .red img {
  width: 100%;
}

.main .page-2 .content {
  width: 300px;
  height: 275px;
  position: absolute;
  top: 322px;
  left: 10px;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}

.main .page-2 .content .desc {
  font-size: 14px;
  line-height: 22px;
}

.main .page-2 .content .book {
  text-align: right;
  line-height: 20px;
  position: absolute;
  bottom: 42px;
  right: 0;
  font-size: 12px;
  width:600px;
}

.main .page-2 .content .btn {
  width: 90px;
  height: 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.main .page-2 .arrow {
  width: 32px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: up_down 2s linear infinite;
  animation: up_down 2s linear infinite;
}
.main .page-2 .arrow-1 {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: leftRight_anim 2s linear infinite;
  animation: leftRight_anim 2s linear infinite;
}
.main .page-2 .arrow-1 img {width:100%}
.main .page-home .arrow-1 {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: leftRight_anim 2s linear infinite;
  animation: leftRight_anim 2s linear infinite;
}
.main .page-home .arrow-1 img {width:100%}
.main .page-1 .arrow-1 img {width:100%}
.main .page-1 .arrow-1 {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: leftRight_anim 2s linear infinite;
  animation: leftRight_anim 2s linear infinite;
}
.page-end {
	width:100% !important;
	}

@-webkit-keyframes bigSmall_anim {
  0%,
  100% {
    scale: 1.1;
  }
  50% {
    scale: 1;
  }
}

@keyframes bigSmall_anim {
  0%,
  100% {
    scale: 1.2;
  }
  50% {
    scale: 1;
  }
}

@-webkit-keyframes leftRight_anim {
  
  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes leftRight_anim {
 
  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes up_down {
  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes up_down {
 
  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes anim {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .5;
  }
}

@keyframes anim {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .5;
  }
}
