@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "lucida grande", "lucida sans unicode", lucida,
 helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  clear: both;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  /*-webkit-overflow-scrolling: touch;*/
  background: #fff;
}

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #666;
}

a:active {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  outline: none;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "lucida grande", "lucida sans unicode", lucida,
 helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none outside none;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.flex-30p {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.flex-40p {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.fl-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fl-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flj-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flj-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flj-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flj-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flj-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fl-ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl-ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl-ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-w {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

@media only screen and (min-width: 359px) {
  html {
    font-size: 20px;
  }
  .page-w {
    width: 100%;
    padding: 0 2%;
  }
}

@media only screen and (min-width: 374px) {
  html {
    font-size: 14px;
  }
  .page-w {
    width: 100%;
    padding: 0 3%;
  }
}

@media only screen and (min-width: 401px) {
  html {
    font-size: 18px;
  }
  .page-w {
    width: 100%;
    padding: 0 4%;
  }
}

@media only screen and (min-width: 675px) {
  html {
    font-size: 18.57px;
  }
  .page-w {
    width: 100%;
    padding: 0 4%;
  }
}

@media only screen and (min-width: 751px) {
  html {
    font-size: 9px;
  }
  .page-w {
    width: 100%;
    padding: 0 4%;
  }
}

@media only screen and (min-width: 961px) {
  html {
    font-size: 9px;
  }
  .page-w {
    width: 100%;
    padding: 0 2%;
  }
}

@media only screen and (min-width: 1201px) {
  html {
    font-size: 10px;
  }
  .page-w {
    width: 100%;
    padding: 0;
  }
}

/**************************************/
/*************[公用start]**************/
/**************************************/
html {
  text-align: center;
  color: #2c3e50;
  width: 100%;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 865px;
  height: 80vh;
}

.modal-header {
  border: none;
}

.modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
  overflow-y: scroll;
  text-align: left;
}

.modal-body p {
  line-height: 2;
  margin-bottom: 8px;
}

.modal-footer {
  padding: 0;
  height: 46px;
}

.btn {
  padding: 0;
}

span[aria-hidden] {
  display: none;
}

.mheader .tel {
  color: #14b0b0;
}

/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
.header-fake {
  height: 90px;
}

.mheader {
  display: none;
}

.mnavbar {
  display: none;
}

.mheader,
.pcheader {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 1px 2px 4px #bababa;
  box-shadow: 1px 2px 4px #bababa;
}

.logo {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.navbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.navbar li {
  padding-right: 50px;
  list-style: none;
  line-height: 90px;
}

.navbar li a {
  color: #333;
}

.navbar li a:hover {
  color: #14b0b0;
}

.header .tel {
  font-size: 2.8rem;
  color: #14b0b0;
  line-height: 90px;
}

@media only screen and (max-width: 871px) {
  .navbar li {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 961px) {
  .logo {
    -ms-flex-preferred-size: 31.867vw;
        flex-basis: 31.867vw;
  }
  .pcheader {
    display: none;
  }
  .mheader {
    position: static;
    display: block;
    height: 15vw;
  }
  .header-fake {
    display: none;
  }
  .mheader .tel {
    line-height: 15vw;
    font-size: 4.267vw;
  }
}

/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
.my-bullet {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 6px;
  text-align: center;
  line-height: 6px;
  opacity: 1;
  font-size: 12px;
  color: #000;
  background-color: #e5e5e5;
}

.my-bullet-active {
  width: 22px;
  background-color: #40a6ec;
}

.sub-btn {
  display: block;
}

.friend-item {
  display: block;
  background-color: #fff;
  border: 1px solid rgba(102, 102, 102, 0.3);
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
      max-width: 24%;
  height: 90px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 961px) {
  .friend-item {
    display: block;
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
footer {
  background-color: #0d0a20;
  color: #999;
  font-size: 1.4rem;
  line-height: 2;
}

.footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.footer-right img {
  width: 139px;
  height: 139px;
}

.footer-right p {
  font-size: 1.4rem;
  line-height: 21px;
}

.footerinfo {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #666;
}

.copyright a:hover {
  color: #999;
}

@media only screen and (max-width: 961px) {
  .footerinfo {
    display: none;
  }
  footer {
    padding: 0 4%;
    font-size: 3.467vw;
  }
  .icp {
    display: block;
  }
}

/**************************************************************/
/*footer-over*/
/*# sourceMappingURL=common.css.map */