@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font: 12px 'Arail', 'Microsoft Yahei';
  color: #414141;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  background: #f6f6f6; }

body {
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul,
ol {
  list-style: none; }

:focus {
  outline: 0; }

a,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

q:before,
q:after {
  content: ''; }

a {
  text-decoration: none;
  color: #333; }

a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none; }

input,
select,
textarea {
  outline: none; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 100%; }

input[type='button'],
input[type='submit'],
input[type='reset'],
select {
  -webkit-appearance: none;
  border-radius: 0; }

.break {
  word-break: break-all;
  word-wrap: break-word; }

header,
footer,
article,
section,
nav,
menu,
hgroup {
  display: block;
  clear: all; }

.fix {
  zoom: 1; }

.fix:before,
.fix:after {
  content: '';
  display: table; }

.fix:after {
  clear: both; }

.flex {
  display: flex; }

/*主页样式*/
.page-box {
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden; }
  .page-box h3.title-icon {
    font-size: 18px;
    text-align: center;
    padding: 25px 0 18px; }
    .page-box h3.title-icon img {
      width: 22px;
      height: 23px;
      vertical-align: -4px;
      margin-right: 10px; }
  .page-box .ctx,
  .page-box .ctx-country {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .page-box .ctx .item,
    .page-box .ctx-country .item {
      width: 30%;
      font-size: 14px;
      float: left;
      padding: 6px 0;
      margin-bottom: 10px;
      background-color: #f6f6f6;
      border-radius: 5px;
      border: solid 1px #211815;
      text-align: center; }
    .page-box .ctx .item.noml,
    .page-box .ctx-country .item.noml {
      margin-right: 4%;
      margin-left: 4%; }
    .page-box .ctx .item.on,
    .page-box .ctx-country .item.on {
      color: #fff;
      border: none;
      border: solid 1px #c24838;
      background-color: #c24838; }
  .page-box .more-country {
    font-size: 14px;
    width: 90%;
    height: 32px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: solid 1px #211815;
    display: block;
    margin: 0 auto; }
    .page-box .more-country img {
      width: 17px;
      margin-left: 14px; }
  .page-box .form {
    background: #eaeaea;
    padding: 27px 0; }
    .page-box .form .wrapper {
      width: 89%;
      margin: 0 auto; }
    .page-box .form .tel {
      display: flex; }
    .page-box .form .label-tel {
      width: 80px;
      font-size: 14px;
      line-height: 31px; }
    .page-box .form .input-tel {
      height: 31px;
      background-color: #f6f6f6;
      border-radius: 5px;
      border: solid 1px #211815;
      flex: 1;
      padding: 0 10px; }
    .page-box .form .get-result {
      width: 200px;
      color: #fff;
      height: 31px;
      display: block;
      margin: 20px auto 0;
      background-color: #d06712;
      border-radius: 5px; }
  .page-box .credit {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    .page-box .credit .border {
      height: 1px;
      margin: 16px;
      background-color: #000000; }
    .page-box .credit .item-icon {
      width: 30px; }
    .page-box .credit .item {
      width: 45%;
      padding: 18px 18px 20px;
      text-align: center;
      background: #eaeaea;
      margin-bottom: 20px; }
    .page-box .credit .number {
      color: #c24838;
      font-size: 23px; }
    .page-box .credit .des {
      font-size: 14px; }
  .page-box .describle {
    width: 87%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    padding-bottom: 27px; }
  .page-box .footer {
    background: #405467;
    color: #f6f6f6;
    line-height: 18px;
    padding: 25px 0;
    text-align: center; }

.success-dialog {
  display: none;
  width: 64%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .success-dialog img {
    vertical-align: initial; }

@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 16px; } }

@media screen and (min-width: 375px) and (max-width: 479px) {
  html {
    font-size: 18px; } }

@media screen and (min-width: 480px) and (max-width: 539px) {
  html {
    font-size: 20px; } }

@media screen and (min-width: 540px) and (max-width: 639px) {
  html {
    font-size: 24px; } }

@media screen and (min-width: 640px) {
  html {
    font-size: 28px; } }

