@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
/****************download app*****************/
.download .main_title {
  margin: 105px 0; }
.download_text {
  margin-bottom: 60px; }
  .download_text p {
    color: #25292c;
    line-height: 1.6; }
.download_app_box {
  padding: 40px 20px 68px;
  background-image: linear-gradient(to right, #246efc 16%, #00a3c2); }
  .download_app_box .main_title {
    color: #fff;
    margin: 0 auto;
    font-weight: 500;
    max-width: 750px;
    text-align: center; }
.download_app_container img {
  width: 250px;
  margin: -41px auto 0;
  display: block;
  height: auto; }
.download_app_list {
  text-align: center;
  margin: 40px auto 64px; }
  .download_app_list > div {
    text-align: left;
    display: inline-block; }
  .download_app_list p {
    margin-bottom: 20px; }
  .download_app_list li {
    margin-bottom: 10px; }
  .download_app_list svg {
    margin-right: 10px;
    color: #0eb58e; }
.download_link_box {
  margin: 0 auto 90px;
  width: 760px; }
.download_box {
  padding: 0 15px;
  box-sizing: border-box; }
  .download_box > div {
    border-radius: 5px;
    border: solid 1px #a6bbdf;
    padding: 40px 65px;
    height: 100%;
    box-sizing: border-box; }
  .download_box i.download_icon {
    display: inline-block;
    width: 34px;
    height: 36px;
    background: url("../../../common/img/icon.png") no-repeat;
    background-size: 255px;
    background-position: 1px -55px; }
  .download_box.mac i.download_icon {
    background-position: -41px -55px; }
  .download_box .main_text {
    margin: 18px 0; }
  .download_box .btn_style:hover {
    background-color: #104ec6; }
  .download_box span {
    margin: 3px 0;
    color: #fff; }
.download .btn_style {
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  background-color: #246efc;
  line-height: 1;
  border-radius: 0; }
.download_img {
  margin: 30px auto 60px;
  max-width: 540px; }
  .download_img .btn_style {
    height: 56px;
    line-height: 56px;
    position: relative;
    flex-direction: row;
    align-items: center;
    text-align: left;
    border-radius: 3px;
    background: #111;
    margin: 20px auto 0;
    box-sizing: border-box; }
    .download_img .btn_style span {
      font-size: 20px;
      margin-top: 3px; }
    .download_img .btn_style:before {
      content: "";
      display: inline-block;
      width: 34px;
      height: 38px;
      margin-right: 8px;
      left: 18px;
      background: url("../../../common/img/icon.png") no-repeat;
      background-size: 255px;
      background-position: -130px -57px;
      vertical-align: text-bottom; }
  .download_img img {
    width: 100%;
    margin-bottom: 20px;
    height: auto; }
  .download_img .google_play .btn_style:before {
    background-position: -91px -54px; }
.download .code_box {
  border-top: solid 1px #000000;
  width: 472px;
  margin: 0 auto 160px;
  padding-top: 70px; }
.download .mobile_text {
  position: relative;
  margin-bottom: 25px; }
  .download .mobile_text span:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: " ";
    display: inline-block;
    height: 1px;
    border-bottom: 2px solid #0eb58e;
    width: 50px; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .download .download_app_container img {
    width: 200px; } }
@media screen and (max-width: 767px) {
  .download .main_title {
    margin-bottom: 20px; }
  .download_text {
    margin-bottom: 20px; }
  .download_link_box {
    width: 100%;
    margin-bottom: 0; }
  .download_box {
    margin-bottom: 30px; }
    .download_box > div {
      padding: 40px 20px; }
  .download .code_box {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
    margin-bottom: 0;
    padding: 30px 10px;
    border-top-color: #ccc; }
    .download .code_box .download_text {
      width: 90%;
      margin: 0 auto 0; }
  .download_img img {
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 14px;
    box-sizing: border-box; }
  .download_img .btn_style {
    padding: 0;
    margin: 0; }
    .download_img .btn_style span {
      font-size: 15px; }
    .download_img .btn_style:before {
      left: 10px;
      width: 24px;
      height: 28px;
      background-size: 180px;
      background-position: -91px -40px; }
  .download_img .google_play .btn_style:before {
    background-position: -62px -38px;
    background-size: 180px; }
  .download_app_box {
    padding: 38px 20px 50px; }
    .download_app_box .main_title {
      width: 100%;
      font-size: 20px;
      letter-spacing: 0.3px;
      line-height: 1.4; }
  .download_app_container img {
    width: 110px;
    margin: -20px auto 0; }
  .download_app_container .download_img .btn_style {
    width: 100%; }
    .download_app_container .download_img .btn_style span:last-child {
      font-size: 16px; } }
