.swiper-pagination-bullet {
    height: 4px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    }
}
.swiper-container {
  width: 100%;
  height: auto;
  }  
.swiper-slide img {
  display: block;
  width: 100%;
  }
.large-pic{ display:block; }
.mobile-pic{ display:none; }
@media screen and (max-width: 768px) {
  .large-pic{ display:none; }
  .mobile-pic{ display:block; }
}
.main-new-banner-area{
  position: relative;
}
.main-banner-inside{
  position: absolute;
  left: 6%;
  top:50%;
  margin-top:-9%;
  width:100%;
  max-width:36%;
  height:auto;
  text-align:left;
  display:inline-block;  
  padding:2% 3%;
  background: linear-gradient(320deg, rgb(26 88 102 / 80%), rgb(37 207 160 / 80%));  
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index: 3;
  border-radius: 12px 60px;
}
.banner-1{
  background: linear-gradient(320deg, rgb(3 101 124 / 80%), rgb(51 120 191 / 80%)); 
}  
.banner-2{
  background: linear-gradient(320deg, rgb(100 100 100 / 80%), rgb(189 189 188 / 80%));   
} 
.main-banner-inside ul{
  display:block;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  } 
.main-banner-inside ul li{
  display:inline-block;
  width: 100%;  
  border-top:1px dashed #9fd5a0; 
  }
.main-banner-inside.banner-1 ul li {
  border-top: 1px dashed #9fb5d5;
  }
.main-banner-inside.banner-2 ul li{
  border-top:1px dashed #ffffff; 
  }


.main-banner-inside ul li{
  display:block;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 2vw;
  }
.main-banner-inside ul li label{
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
  }
.main-list-date{
  display: inline-block;  
  margin-left: 20px;
  font-size: 1.6vw;
  color: #fcff4d;
  font-weight: 600;
  } 
.main-list-date i{
  font-size: 24px;
  font-weight: bold;
  margin: 0 3px;
  } 
.main-banner-inside ul li a label{  
  display: inline-block;  
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  }   
.main-banner-inside ul li:first-child{
  border-top:0; 
  } 
.main-banner-inside p{
  padding:0;
  margin: 10px 0;
  text-align:right; 
  }
.main-banner-inside p a{
  color: #ffffff;
  background-color: #2b2b2d;
  padding: 3px 10px 5px 10px;
  font-size: 15px;
  text-decoration: none;
  } 
.main-banner-inside p a:hover,
.main-banner-inside p a:active{
  background-color: #000000;
  }
.main-banner-inside ul li a label {
  width: 100%;
  }
.main-banner-inside ul li a{
  font-size: 14px;
  padding: 5px 0;
  }
@media screen and (max-width:1396px) {   
  .main-banner-inside{
      top:15%;
      margin-top:0;
      max-width: 42%;
      border-radius: 8px 30px;
      padding: 1.5% 3%;
  }
  .main-banner-inside ul li {
      font-size: 2.5vw;
  }
  .main-list-date {
      font-size: 2vw;
  }
}
@media screen and (max-width:1100px) {   
  .main-banner-inside{
      top:10%;
      left: 3%;
      max-width: 45%;
  }
  .main-list-date {
      font-size: 2.2vw;
  }
}
@media screen and (max-width:900px) {   
  .main-banner-inside{
      top:20px;
  }
}
 @media screen and (max-width: 768px) {
  .main-banner-inside{
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
    }
  .main-banner-inside{
    position: relative;
    }
  .main-banner-inside {
    max-width: 100%;
    text-align: center;
    }
  .main-banner-inside ul li label {
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    }
  .main-list-date {
    font-size: 15px;
    }
}

.second-slogan{
  display:table;
  width:100%;
  }
.second-slogan.section-firstsrc{
  background-image: url(../img/slogan_pic.jpg); 
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 25% 25%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0x);
  }
@media screen and (max-width: 640px) {
  .second-slogan.section-firstsrc{
    background-image: url(../img/slogan_pic_m.jpg); 
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-y: 60%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0x);
    }
}
@media screen and (max-width: 480px) {
  .second-slogan.section-firstsrc{
    height: 100vh;
    }
}
.second-slogan .spec-img{
  display:table-cell;
  width: 32%;
  } 
.second-slogan .spec-img{
  position:relative;  
  }  
.second-slogan .spec-img img{
  position: absolute;
  margin-top: -60%;
  right: -5%;
  top: 63%;
  display: block;
  width: 100%;
  max-width: 550px;
  z-index: 2;
  }    
.spec-aside{
  display:table-cell;
  padding: 20% 12% 20% 15%;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  } 
@media screen and (max-width: 768px) {
  .spec-aside{
    display:block;
    } 
}
.spec-aside.dark h1{
  display:block;
  margin:0 0 25px 0;
  font-size:46px;
  font-weight:600;
  letter-spacing:1px;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
  color:#9163af;
  text-transform:uppercase;
  }
.spec-aside.dark p{
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 170%;
  color: #707070;
  font-weight: 500;
  }
.spec-aside.dark {
  /*background-color: rgba(20, 20, 20, 0.7);*/
  }
.spec-img{
  display:table-cell;
  width:40%;
  vertical-align:top; 
  }   
 @media screen and (max-width: 768px) {
  .second-slogan .spec-img{
    display: none;
    }
  .spec-aside {
    padding: 20% 14%;
    }
  .spec-aside.dark h1{
    font-size:24px;
    font-weight:600;
    }
  .spec-aside.dark p{
    font-size: 16px;
    }
}
/*slogan section*/
.section .el { position: absolute; }
.section .el-spaceman { 
    -moz-animation: Updown 3s 1s linear infinite; 
    -webkit-animation: Updown 3s 1s linear infinite; 
    animation: Updown 3s 1s linear infinite;
    -moz-transition: all 2s ease; 
    -o-transition: all 2s ease; 
    -webkit-transition: all 2s ease; 
    transition: all 2s ease; 
    }
.section-firstsrc:hover .el-spaceman { top: 60%; /*hover change height*/ }  

@-moz-keyframes Updown { 
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }  
  50% { 
    -moz-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0);
    -moz-transform: rotate(-10deg); transform: rotate(-10deg); 
  }
  100% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 
}
@-webkit-keyframes Updown { 
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }  
  50% { 
    -moz-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0);
    -moz-transform: rotate(-10deg); transform: rotate(-10deg); 
  }
  100% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 
}
@keyframes Updown { 
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }  
  50% { 
    -moz-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0);
    -moz-transform: rotate(-10deg); transform: rotate(-10deg); 
  }
  100% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 
}

.m2{
    -moz-animation: Updown 3s 1s linear infinite;
    -webkit-animation: Updown 3s 1s linear infinite;
    animation: Updown 3s 1s linear infinite;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    }

/*game list area*/
.game-category-area{
  display:block;
  width:100%;
  margin: 0 auto;
  padding:0 0 8% 0;
  width: 100%;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-color: rgba(12,107,161,1);
  background: -ms-linear-gradient(60deg,rgba(18,32,53,.9), transparent),-ms-radial-gradient(21% 89%, ellipse closest-corner,rgba(24,30,43,.4), transparent 280%),-ms-radial-gradient(center right, ellipse cover,rgba(209,150,92,.5), transparent), -ms-radial-gradient(10% 10%, circle farthest-side,rgba(79,98,83,.5), transparent),-ms-linear-gradient(140deg, rgba(0,0,0,.9), transparent),-ms-radial-gradient(rgba(242,242,242,.9), transparent);
  background: -moz-linear-gradient(60deg,rgba(18,32,53,.9), transparent),-moz-radial-gradient(21% 89%, ellipse closest-corner,rgba(24,30,43,.4), transparent 280%),-moz-radial-gradient(center right, ellipse cover,rgba(209,150,92,.5), transparent), -moz-radial-gradient(10% 10%, circle farthest-side,rgba(79,98,83,.5), transparent),-moz-linear-gradient(140deg, rgba(0,0,0,.9), transparent),-moz-radial-gradient(rgba(242,242,242,.9), transparent);
  background: -o-linear-gradient(60deg,rgba(18,32,53,.9), transparent),-o-radial-gradient(21% 89%, ellipse closest-corner,rgba(24,30,43,.4), transparent 280%),-o-radial-gradient(center right, ellipse cover,rgba(209,150,92,.5), transparent), -o-radial-gradient(10% 10%, circle farthest-side,rgba(79,98,83,.5), transparent),-o-linear-gradient(140deg, rgba(0,0,0,.9), transparent),-o-radial-gradient(rgba(242,242,242,.9), transparent);
  background: -webkit-linear-gradient(60deg,rgba(18,32,53,.9), transparent), -webkit-radial-gradient(21% 89%, ellipse closest-corner,rgba(24,30,43,.4), transparent 280%),/*bottom right*/ -webkit-radial-gradient(center right, ellipse cover,rgba(209,150,92,.5), transparent),/*main color*/ -webkit-radial-gradient(10% 10%, circle farthest-side,rgba(79,98,83,.5), transparent),/*left top blue color*/ -webkit-linear-gradient(140deg, rgba(0,0,0,.9), transparent),/*bottom right black color*/ -webkit-radial-gradient(rgba(242,242,242,.9), transparent)/*center color*/;
  background: linear-gradient(60deg,rgba(18,32,53,.9), transparent),radial-gradient(21% 89%, ellipse closest-corner,rgba(24,30,43,.4), transparent 280%),radial-gradient(center right, ellipse cover,rgba(209,150,92,.5), transparent), radial-gradient(10% 10%, circle farthest-side,rgba(79,98,83,.5), transparent),linear-gradient(140deg, rgba(0,0,0,.9), transparent),radial-gradient(rgba(242,242,242,.9), transparent);
  background-size: contain;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 25% 25%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0x);
}
 @media screen and (max-width: 768px) {
  .game-category-area{
    padding: 6% 0 0 0;
    }
}
 @media screen and (max-width: 640px) {
  .game-category-area{
    padding: 2% 0 0 0;
    }
}
 @media screen and (max-width: 480px) {
  .game-category-area{
    padding: 0;
    }
}
.game-feature{
  display: inline-block;
  width: 100%; 
  padding: 10% 10% 5% 10%;
  list-style-type:none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  vertical-align: top;
  text-align: center;
  }
.game-feature h2{
  display:block;
  margin:0 0 15px 0;
  font-size:36px;
  font-weight:500;
  letter-spacing:1px;
  color:#eaeaea;
  text-transform:uppercase;
  }
.game-feature p{
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 160%;
  color: #adadad;
  }
 @media screen and (max-width: 768px) {
  .game-feature img{
    display: none;
    }
  .game-feature {
    padding: 14%;
    }
  .game-feature h2{
    font-size:24px;
    font-weight:600;
    }
  .game-feature p{
    font-size: 17px;
    color:#c7c7c7;
    }
}
.game-category-area ul{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  } 
.game-category-area ul li{
  display: inline-block;
  width:18%;
  max-width:320px;
  padding:0 2.5px; 
  margin:0 0 2.5px 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  vertical-align:top;
  }
.game-name{
  display:block;
  padding:15px 0;
  margin:0 0 5px 0;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align:center;
  border-radius:0 0 6px 6px;
  } 
.game-name label{
  display:block;
  font-size:15px;
  margin:0 0 5px 0;
  letter-spacing:0px;
  font-weight:normal;
  color:#bbbbbb;
  } 
.game-name span{
  display:block;
  font-size:13px;
  height:16px;
  color:#888888;
  }       
.game-category-area ul li a,  
.game-category-area ul li a:link,
.game-category-area ul li a:active{
  display:block;
  color:#ffffff;
  text-decoration:none;
  border-radius:6px;
  }   
.game-category-area ul li img{
  display:block;
  width:100%; 
  border-radius:6px 6px 0 0;
  } 
 @media screen and (max-width: 1280px) {
  .game-category-area ul li{
    width:24%;
    }
}
 @media screen and (max-width: 768px) {
  .game-category-area ul li{
    width:32%;
    }
}
 @media screen and (max-width: 640px) {
  .game-category-area ul li{ 
    width:49%;
    } 
 }  
 @media screen and (min-width: 640px) {
  .swiper-slide img.landing-banner.pic-down{
    transition: 1s linear 2s;   
    }
  .swiper-slide-active img.landing-banner.pic-down,
  .swiper-slide-duplicate-active img.landing-banner.pic-down{
    transition: 10s linear;
    transform: scale(1.2, 1.2);
    }
}

/*animate begin*/
@media screen and (min-width: 900px) { 
  .view-poll.first-child.in-view{
    position: relative;
    animation: feature_item 0.7s;
    }
  .view-poll.zero-child.in-view{
    position: relative;
    animation: feature_item 0.5s linear; 
    }
    @keyframes feature_item{    
      0% { right:-40px;opacity: 0;} 
      40% { right:-40px;opacity: 0; }
      99% { right:-1px;opacity: 1; }
      100% { right:0px;opacity: 1; }
      } 
    @-webkit-keyframes feature_item{    
      0% { right:-40px;opacity: 0;} 
      40% { right:-40px;opacity: 0; }
      99% { right:-1px;opacity: 1; }
      100% { right:0px;opacity: 1; }
      }   
    @-moz-keyframes  feature_item{    
      0% { right:-40px;opacity: 0;} 
      40% { right:-40px;opacity: 0; }
      99% { right:-1px;opacity: 1; }
      100% { right:0px;opacity: 1; }
      } 
    @-o-keyframes feature_item{   
      0% { right:-40px;opacity: 0;} 
      40% { right:-40px;opacity: 0; }
      99% { right:-1px;opacity: 1; }
      100% { right:0px;opacity: 1; }
      }
}     
/*animate end*/

/*animate begin*/
@media screen and (min-width: 900px) { 
  .view-poll.last-area.in-view{
    position: relative;
    animation: last_item 1s;
    z-index: 0; 
    }
  @keyframes last_item{   
    0% { bottom:-80px;opacity: 0;}  
    40% { bottom:-80px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-webkit-keyframes last_item{   
    0% { bottom:-80px;opacity: 0;}  
    40% { bottom:-80px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-moz-keyframes  last_item{   
    0% { bottom:-80px;opacity: 0;}  
    40% { bottom:-80px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }   
  @-o-keyframes last_item{    
    0% { bottom:-80px;opacity: 0;}  
    40% { bottom:-80px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }
} 
/*animate end*/
.sub-menu{
  display: block;
  padding: 15px 0;
  }
.title-game-name{
  display: block;
  padding: 0 0 15px 10px;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  border-bottom:1px solid #707070; 
  }
.play-way{
  display: inline-block;
  padding: 10px;
  margin-right:5px; 
  font-size: 16px;
  font-weight: 500;
  color: #ffd71d;
  }
.sub-menu ul{
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  }
.sub-menu li{
  float: left;
  list-style: none;
  margin: 2px 4px 2px 0;
  font-size: 15px;
  border-radius: 6px;
  }  
.sub-menu p{
  padding: 0;
  margin: 0 0 20px 15px;
  color: #adadad;
  font-size: 15px;
  }  
/* sub-menu */
.sub-menu li div{
  display: block;  
  text-decoration: none;  
  border-radius: 6px;   
  }
.normal-game.current-play{
  background: linear-gradient(320deg, #8d84fb, #b2acff);
  color: #ffffff;
  text-shadow: none;
  }
.normal-game{  
  background: linear-gradient(320deg, #c1c1c1, #ffffff);
  -webkit-box-shadow: 0px 3px 0px 0 rgba(150, 150, 150, .7);
  -o-box-shadow: 0px 3px 0px 0 rgba(150, 150, 150, .7);
  -moz-shadow: 0px 3px 0px 0 rgba(150, 150, 150, .7);
  box-shadow: 0px 3px 0px 0 rgba(150, 150, 150, .7);
  color: #222222; 
  font-size: 16px;
  font-weight: 600;
  padding: 9px 10px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  }
@media screen and (max-width: 640px) { 
  .title-game-name{
    font-size: 24px;
    }
  .normal-game {
    padding: 7px 10px;
    font-size: 14px;
    }  
  .play-way{
    margin-right:0; 
    font-size: 15px;
    }
}
.game-desktop-pic{
  display: inline-block;
  margin: 20px 0 0 0;
  width: 100%;
  border-radius:5px;
  }  
.game-mobile-pic{
  position: absolute;
  bottom:-15%;
  right: 60px;
  display: inline-block;
  margin: 3% auto 20px 0;
  width: 30%;
  max-width: 220px;
  border-radius:10px;
  border:4px solid #333333;
  -webkit-box-shadow: 6px 6px 26px rgba(0, 0, 0, .7);
  -moz-box-shadow: 6px 6px 26px rgba(0, 0, 0, .7);
  box-shadow: 6px 6px 26px rgba(0, 0, 0, .7);
  }  
@media screen and (max-width: 640px) { 
.game-mobile-pic{
  right: 50px;
  margin: 7% auto 20px 0;
  }  
}  

ul.top-nav{
    display: inherit;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    mix-blend-mode: multiply;
    z-index: 9997;
}
ul.top-nav li{
  display: inline-block;  
  margin: 0 15px;
  font-size: 21px;
  font-weight: 600;
}
ul.top-nav li a{
  display: block;  
  text-decoration: none;
  color: #0e816a;  
}
ul.top-nav li a:hover{
  color: #72498d;  
}
@media screen and (max-width:1024px) {   
  ul.top-nav {
      margin: 2px 0 0 30%;
  }
  ul.top-nav li{
    display: inline-block;  
    margin: 0 8px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width:860px) {   
  ul.top-nav {
      display: none;
  }
}
.index-ball-bg{
  background-image: url(../img/feature.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  }
.news-download-area{
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  padding: 5%;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  }
.top-news{
  display: inline-block;
  width: calc(100% - 10%);
  } 
.csr-download{
  display: inline-block;
  width: calc(100% - 20px);
  padding-top: 6%;
  }
.csr-download h3{
  margin: 0 0 15px 9px;
    font-size: 1.5vw;
    font-weight: 500;
  }
.td-top-news{
  width: 60%;
  }
.td-csr-download{
  width: 40%;
  }
@media screen and (max-width: 640px) {
  .news-download-area{
    height: auto;
    }
  .td-top-news{
    width: 55%;
    }
  .td-csr-download{
    width: 45%;
    }
  .top-news {
    width: calc(100% - 10px);
    }
}
ul.investor-pdf-download{
  display:block;
  width: 100%;
  margin:0;
  padding:0;
  list-style-type:none;    
  }
ul.investor-pdf-download li{
  border-top:1px solid #eeeeee;
  margin:0;
  padding:0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
ul.investor-pdf-download li:first-child{
  border-top:1px solid #222222;
  }
ul.investor-pdf-download li a:active,
ul.investor-pdf-download li a{
  position:relative;
  display:block;
  width:100%;
  padding:18px 0; 
  color:#707070;
  text-decoration:none;
  vertical-align:middle;
  } 

ul.investor-pdf-download li a:hover{
  color:#222222;
  }
ul.investor-pdf-download li span.download-file{ 
  float:right;
  } 
ul.investor-pdf-download li span.download-file img{
  position:absolute;
  display:block;
  right:0;
  top:50%;
  display:block;
    margin: -21.3px 0 0 0;
    width: 40px;
  } 
ul.investor-pdf-download li span.download-word{
  display:inline-block;
  width:85%;
    height: auto;
  font-size:15px;
  line-height: 1;
  }   
 @media screen and (max-width: 985px) {
  ul.investor-pdf-download li span.download-word{
    width:75%;
    }
  ul.investor-pdf-download li a:active,
  ul.investor-pdf-download li a{
    padding:18px 0; 
    } 
}

  @media screen and (max-width: 640px) {
  ul.investor-pdf-download li a:active,
  ul.investor-pdf-download li a{
    padding:14px 0; 
    } 
  ul.investor-pdf-download li span.download-word{
    font-size:14px;
    line-height: 1.2;
    } 

}

@media screen and (max-width: 580px) {
  .news-download-area{
    padding: 15px 5px;
    }
  .banner-inside {
    padding: 10px 20px;
    }
  .banner-inside h3 {
    font-size: 18px;
    margin: 5px 0 0 0;
    font-weight: 600;
    }
  .csr-download h3 {
    margin: 6px 0 7px 9px;
    font-size: 16px;
    }
  ul.investor-pdf-download li span.download-file img{
      display: none;
      }
  ul.investor-pdf-download li span.download-word {
    width: 100%;
    font-size:13px;
    }
  .csr-download {
    float: none;
    }
  ul.investor-pdf-download li {
    padding: 0 0 0 10px;
    }
  .banner-inside p a {
    display: block;
    margin: 15px 0 0 0;
    padding: 5px 25px 7px 25px;
    font-size: 14px;
    text-align: center;
    }

}
.index-ball-area{
  display:inline-block; 
  width:100%;
  height: 100vh;
  margin:0 auto;
  padding:15% 0 10% 0;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align:center;
  }
.index-ball-area.han{
  background-color: #ececec;
  }
.index-ball-area.slash{
  background-image: url(../images/slash_bg_line.gif);  
  -webkit-box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
  -moz-box-shadow:-20px 0px 80px rgba(0, 0, 0, 0.08);
  box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
  }
.index-news h5, 
.index-ball-area h2,  
.index-ball-area h1{
  position:relative;
  z-index:5000;
  display:block;  
  margin:0 0 20px 0;
  font-size:46px;
  letter-spacing:1px;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
  color:#db3b3b;
  font-weight: bold;
  } 
.index-ball-area p{
  position:relative;
  z-index:5000;
  display:block;
  width:100%;
  max-width:850px;
  margin:0 auto;
  padding:0;
  font-size:16px;
  line-height:160%;
  color:#707070;
  }   
@media screen and (max-width: 1000px) {
  .spec-aside.dark h1,
  .index-news h5, 
  .index-ball-area h2,  
  .index-ball-area h1{
    font-size:36px;
  }
}

@media screen and (max-width: 768px) {
  .index-news h5,
  .index-ball-area h2,  
  .index-ball-area h1{
    margin:0 0 5% 0;
    font-size:24px;
    letter-spacing:1px;
    } 
    .index-ball-area h1 {
        margin: 0 0 10% 0;
    }
  .index-ball-area p{
    font-size:14px;
    }   
  a.gift-item {
      padding: 0 0 0 10px;
  }
  .index-ball-area.last{
    height: auto;
    } 
  .spec-aside.dark h1,
  .index-news h5, 
  .index-ball-area h2,  
  .index-ball-area h1{
    font-size:27px;
  }

}
 @media screen and (max-width: 480px) {
   .index-ball-area{
    padding:18% 2% 0 2%;
  } 
  .index-ball-area.last{
    padding:7% 0 5% 0;
  } 
}
/*ball begin*/
ul.index-ball {
  display:table;
  width:100%;
  max-width:1366px;
  margin:4% auto 4% auto;
  padding:0;
  list-style-type:none;
  text-align: center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
ul.index-ball.food{
  margin:4% auto 0 auto;
  }
ul.index-ball li{
  position:relative;
  display:table-cell;
    width:25%;
    margin:0 0 5% 0;
    vertical-align:top;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all; 
    /*outline:1px solid #cccccc;*/
    }
  
ul.index-ball li:nth-of-type(1){
   animation: Ball-animation 0.9s;
   }
ul.index-ball li:nth-of-type(2){
   animation: Ball-animation 1.1s;
   }
ul.index-ball li:nth-of-type(3){
   animation: Ball-animation 1.4s;
   }
ul.index-ball li:nth-of-type(4){
   animation: Ball-animation 1.6s;
   }
  @-webkit-keyframes Ball-animation{
    0% {  
            bottom:-70px;
            opacity: 0;
        }
    50% { 
                opacity: 0;
        }
    100% { 
            bottom:0px;
        opacity: 1;
        }
  } 
  @keyframes Ball-animation {
    0% {  
            bottom:-70px;
            opacity: 0;
        }
    50% { 
                opacity: 0;
        }
    100% { 
            bottom:0px;
        opacity: 1;
        }
  }
  
  
ul.index-ball li a{
  text-decoration:none; 
    }
ul.index-ball li a:hover h2{
  color:#707070;
    }
ul.index-ball li a:hover h3{
  color:#cccccc;
    }
ul.index-ball li h2{
  display:block;
  width:100%;
  max-width:200px;
  color:#58368f;
  font-size:27px;
  margin:30px auto 0 auto;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
  text-decoration:none;
  -webkit-transition: ease 0.35s all;
  -moz-transition: ease 0.35s all;
  -ms-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  transition: ease 0.35s all;
  z-index: 0;
  }
ul.index-ball li h4{
  display:block;
  width:100%;
  max-width:200px;
  color:#222222;
  font-size:17px;
  margin:25px auto 5px auto;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
    }
ul.index-ball li h5{
  display:block;
  width:100%;
  max-width:200px;
  padding: 0 0 10px 15px;
  color:#707070;
  font-size:15px;
  margin:0 auto;
  font-weight: 500;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    }
ul.index-ball li h3{
    display:block;
    width:100%;
    max-width:200px;
    color:#707070;
    font-size:16px;
    margin:0 auto;
    height: 4.5em;
    overflow: hidden;
    line-height: 1.4;
    word-break: normal;
    text-overflow: ellipsis;
    -webkit-transition: ease 0.35s all;
    -moz-transition: ease 0.35s all;
    -ms-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    transition: ease 0.35s all;
    }
ul.index-ball li h5 label{
    font: 400 40px 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
    color: #222222;
    }
@media screen and (max-width:640px) {    
  ul.index-ball li h2{
    font-size:18px; 
    margin:25px auto 5px auto;
    max-width: 180px;
    }
  ul.index-ball li h3{
    font-weight:normal; 
    font-size:14px;
    } 
  ul.index-ball.food li{
      width: 48%;
      margin: 0 0 2% 0;
      }
}
.image_area_food,
.image_area{
    display:block;
    position:relative;
    height:215px;
    }
.food-icon-pic,
.icon{
  display:block;
  position:absolute;
  width: 215px;
  height: 215px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  }
.icon:hover {
    width: 300px;
    height: 300px;
    top:-45px;
    padding-top:45px;
    -webkit-box-shadow: none;
    box-shadow: none;     
    background: #c70026; 
    background: -moz-radial-gradient(center, ellipse cover, #be55e1 0%,#724bb1 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #be55e1 0%,#724bb1 100%);
    background: radial-gradient(ellipse at center, #be55e1 0%,#724bb1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be55e1', endColorstr='#724bb1',GradientType=1 );
    -webkit-box-shadow: -150px -150px 0 -150px #724bb1;
    -moz-box-shadow: -150px -150px 0 -150px #724bb1;
    box-shadow: -150px -150px 0 -150px #724bb1;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -ms-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
    z-index: 2;
    }
 @media screen and (max-width:640px) {    
  .food-icon-pic{
    width: 140px;
    height: 140px;
    }
  .image_area_food{
      height:140px;
      }
  ul.index-ball.food li h4 {
    margin: 15px auto 5px auto;
    }
}
 @media screen and (max-width:480px) {    
  .food-icon-pic{
    width: 100px;
    height: 100px;
    }
  .image_area_food{
      height:100px;
      }
}
.hov{
    display:block;
    width:100%;
    max-width:215px;
    margin:auto;
    }
.icon:hover img {
  position: absolute;
  top: auto;
  bottom: auto;
  display:none;
  }
.icon:hover .over_text {
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;    
  }
.over_text_p{
    display:table;
    width: 215px;
    height: 215px;
    font-size:20px;
    color:#ffffff;
    margin:0 auto;
    }
.over_text_p label{
    display:table-cell;
    vertical-align:middle;
    }
 @media screen and (max-width:1300px) {    
  .icon:hover {
    width: 285px;
    height: 285px;
    top:-30px;
    padding-top:30px;
    }
}
 @media screen and (max-width:1200px) {    
    .icon:hover {
    width: 265px;
    height: 265px;
    top:-25px;
    padding-top:25px;
    }
}
 @media screen and (max-width:1100px) {    
    .icon:hover {
    width: 250px;
    height: 250px;
    top:-17px;
    padding-top:17px;
    }
    .over_text_p{
        width: 230px;
        height: 230px;
        }
}
 @media screen and (max-width:1000px) {    
    ul.index-ball li{    
    display:inline-block;
    width:49%;
    margin:0 0 5% 0;  
    }
}   
 @media screen and (max-width:640px) {   
  .over_text_p{
    font-size:16px;
    }
} 
 @media screen and (max-width:550px) {    
    .icon:hover {
        width:230px;
        height:230px;
        top:-7px;
        padding-top:7px;
        }
    .icon {
        -webkit-transition: ease 0.1s all;
        -moz-transition: ease 0.1s all;
        -ms-transition: ease 0.1s all;
        -o-transition: ease 0.1s all;
        transition: ease 0.1s all;    
        } 
}
 @media screen and (max-width:480px) {    
    .image_area{
        height:140px;
        }
    .icon {
        width:140px;
        height:140px;
        } 
    .icon:hover {
        width:160px;
        height:160px;
        top:-10px;
        padding-top:10px;
    }
    .over_text_p{
        width: 140px;
        height: 140px;
    }
}
/*ball end*/

.index-ball-area.slash{
    background-image: url(../img/slash_bg_line.gif);  
    -webkit-box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:-20px 0px 80px rgba(0, 0, 0, 0.08);
    box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
    height: auto;
    padding:10% 0 5% 0;
}
#brand.index-ball-area.slash{
    padding:5% 0;
}
@media screen and (max-width: 480px) {
  .index-ball-area.slash{
      padding:10% 0 5% 0;
  }
}
.index-ball-area.slash h2{
    color: #488ab9;
}
/* product item */
ul.food-product-item {
  display: table;
  width: 100%;
  max-width: 1680px;
  margin: 4% auto 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
ul.food-product-item.recommend{
  padding:0;
  }
ul.food-product-item h2{
  display:block;
  font-size:30px;
  font-weight:normal;
  letter-spacing:2px;
  margin:0 auto 5px auto;
  padding:0;
  color:#333333;
  } 
ul.food-product-item p{
  display:block;
  font-size:16px;
  letter-spacing:2px;
  margin:0 auto 5% auto;
  padding:0;
  color:#707070;  
  }   
ul.food-product-item li{
  display:inline-block;
  width:32%;
  padding:0 30px;
  margin:0;
  vertical-align:top;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;  
  } 
ul.food-product-item.products li{
  width:24%;
  padding:0 20px;
  } 
#brand ul.food-product-item.products{
  text-align: left;
}      
ul.food-product-item.recommend li{
  width:19%;
  padding:0 1%; 
  }
ul.food-product-item li .item-group,
ul.food-product-item li a.item-group{ 
  position:relative;  
  display:block;
  width:100%; 
  border:0;
  text-decoration:none;
  margin:0 auto 15% auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  cursor: auto; 
  }
ul.food-product-item.products li a.item-group{
  cursor: pointer;
}
ul.food-product-item li .item-group img,
ul.food-product-item li a.item-group img{
  display:block;
  width:inherit;
  margin:0 auto;  
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 18px;
  }
ul.food-product-item li .item-group h3{ 
  display: block;
  margin: 5% 0 0 0;
  font-size: 27px;
  color: #629d5e;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
  letter-spacing: 1px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  } 
ul.food-product-item.products li .item-group h3{ 
  font-size: 21px;
  color: #222222;
  letter-spacing: 0;
  line-height: 1.1;
}   
ul.food-product-item li .item-group label,
ul.food-product-item li a.item-group label{ 
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #707070;
  line-height: 160%;
  font-weight: 500;
  text-align: left;
  } 
ul.food-product-item li a.item-group:hover label{ 
  cursor: pointer;
  text-decoration: underline;
  }   
ul.food-product-item li .item-group label s{ 
  color: #bbbbbb;
} 

ul.food-product-item.recommend .item-group label,
ul.food-product-item.recommend a.item-group label{
  text-align:center;
  } 
.item-pic{ 
   position:relative;
   width:100%;
   }
  
ul.hr-link.food-product-item li:hover .item-group label,
ul.hr-link.food-product-item li:hover a.item-group label{
  color:#3c9fe4;
  cursor:pointer;
  }
  
ul.hr-link.food-product-item li:hover .item-group img,
ul.hr-link.food-product-item li:hover a.item-group img{
  cursor:pointer;
  opacity: 0.7;
  alpha(opacity=0.7); 
  }
  
 @media screen and (max-width: 1100px) {
  ul.food-product-item li .item-group label,
  ul.food-product-item li a.item-group label{ 
    font-size:16px; 
    } 
}
 @media screen and (max-width: 865px) { 
  ul.food-product-item li .item-group label,
  ul.food-product-item li a.item-group label{
    font-size: calc( 0.45rem + 2.1vw - 8px );
    line-height: 1.5;
    word-break: normal;
    text-overflow: ellipsis;
    } 
        
}
 @media screen and (max-width: 768px) {  
  ul.food-product-item{
      padding:0 3%;
    } 
  ul.food-product-item li{
    width: 85%;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
    } 
  ul.food-product-item.products li{
    width: calc(50% - 5px);
    padding: 0 5px;
    }
  .item-description{ 
    display:none;
    } 
  ul.food-product-item li .item-group label,
  ul.food-product-item li a.item-group label{
    margin:5px 0 0 0;
    font-size:16px;
    letter-spacing:0;
    height:auto;
    }
  ul.food-product-item li .item-group,
  ul.food-product-item li a.item-group{ 
    margin:0 auto;
    }
  ul.food-product-item li .item-group h3{ 
     font-size: 21px;
    } 

}
/* product item end */
.index-faq-bg {
    background-image: url(../img/faq.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: bottom left;
    padding: 5% 0 10% 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
/*faq begin*/
.faq-article {
  position: relative;
  z-index: 1;
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:5%;
  text-align:center;
  background-color:#ffffff;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, .3);
  border-radius: 16px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.faq-article:after {
  content: '';
  display: table;
  clear: both;
}
.faq-article.language-en {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.guide-section {
  display:inline-block;
  width:100%;
  vertical-align:top;
}
.guide {
  display:block;
  margin:0 1.2%;
  text-align:left;
}
@media screen and (max-width: 1000px) {
   .faq-article {
        width: 85%;
    }
}
@media screen and (max-width: 480px) {
    .index-faq-bg {
        background-image: url(../img/faq_m.jpg);
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: center;
        background-size: inherit;
        -webkit-background-size: inherit;
        -moz-background-size: inherit;
        -o-background-size: inherit;
        background-position: top;
    }
   .faq-article {
        width: 92%;
    }
}
.more-guide {
  display: none;
  margin-top: 20px;
  padding:4% 5%;
  font-size:21px;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  color:#666666;
  background-color: #f7f7f7;
  border-radius: 13px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.more-guide h2{
  font-size:17px;
  font-weight:normal;
  color:#222222;
  }
.more-guide u,  
.more-guide strong{
  color:#000000;
  } 
.more-guide em{
  color:#F39;
  text-decoration:none;
  font-style:normal;
  font-weight:bold;
  }
.more-guide p {
  margin:0 0 15px 0;
  padding:0;
  line-height:170%;
}
.more-guide a {
  display:inline-block;
  color: #18b5b7;
  line-height: 1.36;
  text-decoration:underline;
}
.more-guide a:hover {
  color: #222222;  
}
.more-guide img{ 
  width:100%;
  max-width:428px;
  margin:0 15px 0 0;
  }
.more-guide img:last-child {
  margin:0;
}
.view-more {
  display:block;
  padding:25px 0;
  border-bottom:1px solid #eeeeee;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.view-more, .faq-question label, .faq-question span {
  cursor:pointer;
}
.guide:last-child div.view-more {
  border:0;
}

.faq-question label {
    display:table-cell;
    width:95%;
    padding:0 20px 0 0;
    vertical-align:middle;
    font-weight: 500;
    font-size: 30px;
    line-height:1.25;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}
.faq-question span {
  display:table-cell;
  width:5%;
  font-size:32px;
  color:#cccccc;
  text-align:right;
  vertical-align:middle;
}
.faq-question {
  display:table;
  width:100%;
  font-weight:400;
  color:#222222;
}
.view-more:hover {
  color:#FC0;
}
.view-more-icon:after {
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.is-active .view-more-icon:after {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.first-child .is-active .view-more-icon:after {
  transform: rotate(360deg)!important;
}
@media screen and (max-width: 700px) {
    .faq-question label {
      font-size:20px;
      padding: 0 10px 0 0;
    }
    .faq-question label b{
        display: none;
    }
    .faq-question span {
        font-size: 24px;
    }
    .more-guide {
        font-size: 15px;
        line-height: 1.1;
        margin-top: 10px;
    }
    .more-guide p {
      line-height: 150%;
    }
    .more-guide p b{
        color: #9163af;
    }
}
@media screen and (max-width: 376px) {
    .faq-question label {
      font-size:16px;
    }
    .view-more {
        padding: 12px 0;
    }
}
/*faq end*/ 

.buy-now{
    display: table;
    width: auto;
    padding: 3px 25px;
    margin: 15px 0 0 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    letter-spacing: 0;
    color: #ffffff;
    border-radius: 26px;
    background-image: linear-gradient(315deg, #0e816a 0%, #29bb9d 74%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    }
.buy-now:visited { text-decoration: none; } 
.buy-now:hover { 
  background-image: linear-gradient(315deg, #0e816a 0%, #0e816a 74%);
}