﻿#apollo-page{
    margin-top: 1.12rem;
}
html {
   /* font-size: 48px;*/
}
body{
background:#fff;
  color:#242728
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
} */

ul, ol {
    list-style: none;
}

ul, ol, li ,div,a ,nav,section{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @font-face {
    font-family: 'PingFangTC-Semibold';
    src: url(./PingFangTC-Semibold.ttf);
} */

/* body {
    font-family: "Arial","PingFangTC-Semibold","Microsoft YaHei-Regular","Microsoft YaHei";
} */

.container-fluid {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

.h1 {
    font-size: 0.8rem;
    line-height: 1.12rem;
    margin-bottom: 0.2rem;
}

.h2 {
    font-size: 0.72rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
  font-weight:bold;
}

.h3 {
    font-size: 0.56rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
}

.h4 {
    font-size: 0.44rem;
    line-height: 0.52rem;
    margin-bottom: 0.2rem;
}

.h5 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0022rem;
}
.btn_common{
  line-height: 0.82rem;
    text-align: left;
    border: 0.04rem solid #242728;
    border-radius: 0.16rem;
    display: block;
    letter-spacing: 0.0022rem;
    font-size: 0.28rem;
    color: #242728;
    padding-right: 0.48rem;
    background: url(../images/arrow-right-black.png) right center no-repeat;
  background-size: 0.12rem;
    background-origin: content-box;
  font-weight:bold;
  cursor:pointer;
}
.btn_common_white{
  color:#fff;
  background: url(../images/icon-next-white1.png) right center no-repeat;
  background-origin: content-box;
  background-size: 0.12rem;
  border: 0.04rem solid #fff;
}
.btn_common span{
  text-align: center;
  display: block;
}
.btn_common:hover{
  color:#EF696C;
  background: url(../images/arrow-right-red.png) right center no-repeat;
  background-origin: content-box;
  background-size: 0.12rem;
  border: 0.04rem solid #EF696C;
}
@media (max-width: 768px) {
  .btn_common{
    line-height: 0.72rem;
    border: 0.02rem solid #000000;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_common_white{
    color:#fff;
    background: url(../images/icon-next-white1.png) right center no-repeat;
    background-origin: content-box;
    background-size: 0.12rem;
    border: 0.02rem solid #fff;
  }
  .btn_common_mobile_white{
    border: 0.02rem solid #fff;
    color:#fff;
    background: url(../images/icon-next-white1.png) right center no-repeat;
    background-size: 0.12rem;
    background-origin: content-box;
  }
  .btn_common:hover,.btn_common_mobile_white:hover{
    color:#EF696C;
    background: url(../images/arrow-right-red.png) right center no-repeat;
    background-size: 0.12rem;
    background-origin: content-box;
    border: 0.02rem solid #EF696C;
  }
}
@media (min-width: 1600px) {
  .btn_common{
    background-size: auto;
  }
  .btn_common:hover{
    background-size: auto;
  }
}
   

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.ml-5 {
    margin-left: 1rem;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 320px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 350px) {
  html {
    font-size: 54px;
  }
}

@media (min-width: 420px) {
  html {
    font-size: 65px;
  }
}

@media (min-width: 490px) {
  html {
    font-size: 76px;
  }
}

@media (min-width: 620px) {
  html {
    font-size: 96px;
  }
}

@media (min-width: 720px) {
  html {
    font-size: 112px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 800px) {
  html {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 32px
  }
}


@media (min-width: 1152px) {
  html {
    font-size: 36px
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 40px;
  }
}

@media (min-width: 1360px) {

  html {
    font-size: 42px;
  }
}

@media (min-width: 1366px) {

  html {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 43px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 52px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 93px;
  }
}