/* font-size */
.font-100{
  font-size: 100px;
  line-height: 1;
}
.font-70{
  font-size: 70px;
  line-height: 1.2;
}
.font-60{
  font-size: 60px;
  line-height: 1.1;
}
.font-50{
  font-size: 50px;
  line-height: 1.2;
}
.font-48{
  font-size: 48px;
  line-height: 1.2;
}
.font-36{
  font-size: 36px;
  line-height: 1.4;
}
.font-32{
  font-size: 32px;
  line-height: 1.4;
}
.font-30{
  font-size: 30px;
  line-height: 1.4;
}
.font-26{
  font-size: 26px;
  line-height: 1.4;
}
.font-24{
  font-size: 24px;
  line-height: 1.6;
}
.font-22{
  font-size: 22px;
  line-height: 1.4;
}
.font-20{
  font-size: 20px;
  line-height: 1.8;
}
.font-18{
  font-size: 18px;
  line-height: 1.8;
}
.font-16{
  line-height: 2;
  font-size: 16px;
}

@media (max-width: 1700px) {
  .font-100{
    font-size: 80px;
  }
  .font-70{
    font-size: 60px;
    line-height: 1.2;
  }
  .font-60{
    font-size: 50px;
    line-height: 1.2;
  }
  .font-50{
    font-size: 40px;
    line-height: 1.2;
  }
  .font-48{
    font-size: 40px;
    line-height: 1.3;
  }
  .font-36{
    font-size: 32px;
    line-height: 1.4;
  }
  .font-32{
    font-size: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 1450px) {
  .font-100{
    font-size: 60px;
    line-height: 1.2;
  }
  .font-70{
    font-size: 50px;
    line-height: 1.2;
  }
  .font-60{
    font-size: 40px;
    line-height: 1.3;
  }
  .font-50{
    font-size: 40px;
    line-height: 1.3;
  }
  .font-48{
    font-size: 30px;
    line-height: 1.4;
  }
  .font-36{
    font-size: 30px;
    line-height: 1.4;
  }
  .font-32{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-30{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-24{
    font-size: 20px;
    line-height: 1.8;
  }

  
}

@media (max-width: 1250px) {
  .font-100{
    font-size: 40px;
    line-height: 1.2;
  }
  .font-70{
    font-size: 40px;
    line-height: 1.2;
  }
  .font-60{
    font-size: 30px;
    line-height: 1.4;
  }
  .font-50{
    font-size: 30px;
    line-height: 1.4;
  }
  .font-48{
    font-size: 28px;
    line-height: 1.5;
  }
  .font-36{
    font-size: 26px;
    line-height: 1.5;
  }
  .font-30{
    font-size: 22px;
    line-height: 1.6;
  }
  .font-26{
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 1000px) {
  .font-100{
    font-size: 30px;
    line-height: 1.2;
  }
  .font-70{
    font-size: 30px;
    line-height: 1.2;
  }
  .font-60{
    font-size: 24px;
    line-height: 1.5;
  }
  .font-50{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-48{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-36{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-24{
    font-size: 20px;
    line-height: 1.8;
  }
  .font-22{
    font-size: 20px;
    line-height: 1.6;
  }
}

@media (max-width: 700px) {

}

@media (max-width: 500px) {
  .font-100{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-70{
    font-size: 24px;
    line-height: 1.4;
  }
  .font-20{
    font-size: 18px;
    line-height: 1.8;
  }
  .font-18{
    line-height: 2 !important;
    font-size: 16px;
  }

}


/* public_CSS */
#Pop_UpsBtn {
  display: none !important;
}

.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}

#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}

#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_fromHc form {
  margin-top: 40px;
}

#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_fromHc i.close:hover {
  background: var(--color);
}

#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}

#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}

#pups_fromHc ul li textarea {
  height: 80px;
}

#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm,
.right_nav_list ul li .cont #ewm2 {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}

.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
  background-color: #000;
}

.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

*::-webkit-scrollbar-thumb {
  background-color: #222;
}

#wap-bottom {
  z-index: 30;
}

b,
strong {
  font-weight: bold;
}

.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}


@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.grid-box {
  font-size: 0;
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }

}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }

}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }

}