@charset "utf-8";
@font-face {
  font-family: 'Vidaloka-Regular';
  src: url("../font/Vidaloka-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Titillium Web-SemiBold';
  src: url("../font/TitilliumWeb-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Titillium Web-Bold';
  src: url("../font/TitilliumWeb-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Titillium Web-Regular';
  src: url("../font/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../font/Roboto-Medium-12.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../font/Roboto-MediumItalic-13.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto-Regular-14.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../font/Roboto-Bold-3.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}

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

body {
  font-size: 14px;
  color: #555;
  background: #fff;
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Titillium Web-Regular';
}

fieldset,
img {
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

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

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes resize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* header start */
.header {
  width: 100%;
  height: 1.64rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0 2.36rem;
}
.header .headerNav {
  display: flex;
  align-items: center;
}
.header .headerNav li {
  color: #ffffff;
  margin: 0 1rem 0 0;
  font-family: 'Titillium Web-Bold';
  font-weight: bold;
  font-size: 0.24rem;
}
.header .headerNav li a {
  color: #ffffff;
  display: inline-block;
  /* text-transform: uppercase; */
  position: relative;
}
.header .headerNav li.active a{
  color: #80F9A8;
}
.header .headerNav li img{
  width: 2.48rem;
  height: auto;
}
.header .head-logo{
  position: fixed;
  left: 50%;
  width: 3.92rem;
  height: auto;
  margin-left: -1.96rem;
  top: 0;
}
.header .headerNav .active a {
  color: #80F9A8;
}
.container {
  margin-top: 1.64rem;
  width: 100%;
}
/* header end */

/* footer start */
.footer {
  width: 100%;
  padding: 0 2.46rem 1.04rem;
  height: 6.2rem;
  background: #000000;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: .96rem .96rem 0 0;
  margin-top: -.8rem;
  position: relative;
  z-index: 9;
}
.footer .footer-l{
  width: 8.1rem;
}
.footer .footer-l > img{
  width: 3.62rem;
  height: auto;
}
.footer .footer-l ul li{
  display: flex;
  align-items: center;
  margin-top: .32rem;
}
.footer .footer-l ul li img{
  width: .4rem;
  height: .4rem;
  margin-right: .28rem;
}
.footer .footer-l ul li p{
  font-family: Inter-Regular;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.36rem;
}
.footer .footer-c {
  width: 8.3rem;


}
.footer .footer-c .title{
  font-family: 'Titillium Web-Regular';
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
}
.footer .footer-c ul{
  margin-top: .4rem;
}
.footer .footer-c ul li{
  display: flex;
  align-items: center;
  border-bottom: 0.02rem solid #404040;
  height: .72rem;
  padding-left: .18rem;
}
.footer .footer-c ul li a{
  font-family: 'Kulim Park-Bold';
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin: 0 .94rem 0 0;
}
.footer .footer-c ul li a.act{
  color: #80F9A8;
}
.foot-pay-ico{
  width: 2.56rem;
  height: auto;
}
.w10{
  width: 100%;
}

/* footer end */
