@charset "gbk";

html,
body {
  background-color: #f0f0f0;
  -webkit-touch-callout: none;
  font-size: 14px;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  outline: none;
  box-sizing: border-box;
  line-height: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

cite,
i,
aside,
em {
  font-style: normal;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}
.loved {
  color: red !important;
}
/* 字体颜色 */
.font-primary {
  color: #303030;
}

.font-info {
  color: #606060;
}

.font-hint {
  color: #909090;
}

.font-success {
  color: #19be6b;
}

.font-error {
  color: #fa3534;
}

.font-warning {
  color: #ff9900;
}

.font-white {
  color: #ffffff;
}

.font-link {
  color: #0089ff;
}

.font-pink {
  color: #ff007f;
}

/* 大厂们的主题色 */
.font-bd {
  color: #4e6ef2;
}

.font-tb {
  color: #ff4400;
}

.font-qq {
  color: #1479d7;
}

.font-jd {
  color: #e1251b;
}

.font-tm {
  color: #FF0036;
}

.font-mi {
  color: #ff6700;
}

.font-uni {
  color: #42b983;
}

/* 字体对齐 */
.font-l {
  text-align: left;
}

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

.font-r {
  text-align: right;
}

/* 字体状态 */
.font-U {
  text-decoration: underline;
}

.font-B {
  font-weight: 700;
}

.font-I {
  font-style: italic;
}

/* 背景颜色 */
.bg-default {
  color: #f2f2f2;
}

.bg-white {
  background-color: #ffffff;
}

/* 取消长按选中-加在body元素上则全站均不可长按选择文字复制 */
.cancel-select {
  -webkit-user-select: none;
  user-select: none;
}

/* 超出省略 */
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25em !important;
}

.mt-2 {
  margin-top: 0.5em !important;
}

.mt-3 {
  margin-top: 1em !important;
}

.mt-4 {
  margin-top: 1.5em !important;
}

.mt-5 {
  margin-top: 3em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25em !important;
}

.mb-2 {
  margin-bottom: 0.5em !important;
}

.mb-3 {
  margin-bottom: 1em !important;
}

.mb-4 {
  margin-bottom: 1.5em !important;
}

.mb-5 {
  margin-bottom: 3em !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25em !important;
}

.ml-2 {
  margin-left: 0.5em !important;
}

.ml-3 {
  margin-left: 1em !important;
}

.ml-4 {
  margin-left: 1.5em !important;
}

.ml-5 {
  margin-left: 3em !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25em !important;
}

.mr-2 {
  margin-right: 0.5em !important;
}

.mr-3 {
  margin-right: 1em !important;
}

.mr-4 {
  margin-right: 1.5em !important;
}

.mr-5 {
  margin-right: 3em !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25em !important;
}

.pt-2 {
  padding-top: 0.5em !important;
}

.pt-3 {
  padding-top: 1em !important;
}

.pt-4 {
  padding-top: 1.5em !important;
}

.pt-5 {
  padding-top: 3em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25em !important;
}

.pb-2 {
  padding-bottom: 0.5em !important;
}

.pb-3 {
  padding-bottom: 1em !important;
}

.pb-4 {
  padding-bottom: 1.5em !important;
}

.pb-5 {
  padding-bottom: 3em !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25em !important;
}

.pl-2 {
  padding-left: 0.5em !important;
}

.pl-3 {
  padding-left: 1em !important;
}

.pl-4 {
  padding-left: 1.5em !important;
}

.pl-5 {
  padding-left: 3em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25em !important;
}

.pr-2 {
  padding-right: 0.5em !important;
}

.pr-3 {
  padding-right: 1em !important;
}

.pr-4 {
  padding-right: 1.5em !important;
}

.pr-5 {
  padding-right: 3em !important;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w20 {
  width: 20% !important;
}

.w10 {
  width: 10% !important;
}

.media-flex-list {
  display: block;
}

.media-flex-list .media-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ddd;
}

.media-flex-list .media-flex:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.media-flex-left,
.media-flex-right {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.media-flex-body {
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-fluid.home {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;

  background-color: #008a8a;
  background-image: url(../img/47431612431991.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;

  width: 100%;
  height: 180px;
}

.top-icon {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-end;

  width: 100%;
  margin-top: 10px;
}
.top-icon a{
  margin-left: 15px;
}
.top-icon a span,
.top-icon a:visited span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.container-fluid.home .container-search {
  display: none;
  /* display: flex; */
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;

  width: 100%;
  height: 100%;
}

.container-fluid.home .container-search a {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 55%;
  padding: 0.25em 1em;
  margin: 0.5em 2% 0 40%;
  font-size: 1em;
  background: #fff;
  border-radius: 1em;
}

.container-fluid.home .container-search a>span {
  color: #ccc;
}


.slogan {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  margin: 1.25em 0;
  font-size: 1.25em;
  color: #fff;
}

.slogan span {
  font-size: 1em;
  font-weight: bold;
  padding: 0 0.75em;
}

.sliderbox {
  position: relative;
}

.text-slide {
  height: 30px;
  width: 280px;
  overflow: hidden;
  position: relative;
  margin: 0px;
}

.text-slide li {
  line-height: 30px;
  height: 30px;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 320px) {

  .text-slide,
  .text-slide li {
    width: 220px;
  }
}

@media screen and (min-width: 400px) {

  .text-slide,
  .text-slide li {
    width: 300px;
  }
}

.calendar-list-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  background: #fff;
  margin: 0.5em 0 0;
  padding: 0.5em;
}

.calendar-list {
  width: 100%;
}

.calendar-list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;

  padding: 0.5em 0.25em;
}

.calendar-list li a {
  flex: auto;
  width: 100%;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-list li::before {
  content: "\2022";
  color: #000;
  margin: 0 0.5em;
}

.calendar-list li::before,
.calendar-list li span {
  flex: none;
}

.calendar-list li span em {
  color: #ff6700;
  font-weight: bold;
}

/*************** 通用导航栏 ****************/
.common-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  height: 44px;
  background-color: #0065a8;
  color: #fff;
}

.common-header .left,
.common-header .right {
  flex: none;
  margin: 0 10px;
}

.common-header .left a,
.common-header .left a:visited,
.common-header .right a,
.common-header .right a:visited {
  color: #fff;
}

.common-header .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/******输入框样式*******/
textarea {
  -webkit-appearance: none;
  border: solid 1px #e0e0e0;
  padding: 5px 0;
  font-size: 16px;
  border-radius: 0px;
  background: #f5fff9;
}

dl.input-field {
  display: table;
  padding: 7px 0px;
  margin: 0;
  clear: both;
  width: 100%;
}

dl.input-field::after {
  content: "";
  clear: both;
  display: table;
}

dl.input-field>dt {
  font-size: 14px;
  height: 34px;
  padding-right: 5px;
  width: 80px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  color: #000;
}

dl.input-field>dt b,
dl.input-field>dt cite {
  font-style: normal;
  font-weight: normal;
  color: #f00;
}

dl.input-field>dd {
  display: table-cell;
  height: 34px;
  font-size: 15px;
  vertical-align: middle;
}

dl.input-field>dd .inputext_fl {
  float: left;
  padding: 0 10px;
  position: relative;
  word-break: break-all;
}

dl.input-field>dd .inputext {
  padding: 0 10px;
  position: relative;
  word-break: break-all;
}

dl.input-field>dd .inputext_fl .input,
dl.input-field>dd .inputext .input {
  height: 34px;
  line-height: 34px;
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 0px;
  color: #000;
  outline: 0;
  vertical-align: middle;
  transition: all 0.5s;
  font-size: 14px;
  -webkit-appearance: none;
  padding: 0 6px;
  margin-left: -10px;
  background-color: #f5fff9;
  display: inline-block;
  overflow: hidden;
}

dl.input-field>dd .inputext_fl .input:focus,
dl.input-field>dd .inputext .input:focus {
  border-color: #27ae60;
}

dl.input-field>dd .break-remarks {
  display: block;
  float: none;
  color: #666;
  margin: 0 auto;
  clear: both;
}

dl.input-field>dd .inline-remarks {
  display: inline;
  float: none;
  color: #666;
  margin-left: 5px;
}

dl.input-field>dd .unit {
  display: inline-block;
  float: none;
  color: #ddd;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 25px;
  height: 34px;
  line-height: 34px;
  -webkit-user-select: none;
  user-select: none;
}

dl.input-field>dd .inputext_fl textarea,
dl.input-field>dd .inputext textarea {
  padding: 6px;
  margin-left: -10px;
  font-size: 14px;
}

dl.input-field>dd .warning {
  color: #fb0;
}

dl.input-field>dd .perfect {
  color: #0b0;
}

.input-field-single {
  position: relative;
  padding: 15px 0;
  border-bottom: solid 1px #efefef;
  clear: both;
}

.input-field-single:last-child {
  border: none;
}

.input-field-single h3 {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  margin-right: 25%;
  box-sizing: border-box;
}

.input-field-single h3>b {
  color: #f00;
  font-weight: normal;
}

.input-field-single>label {
  position: absolute;
  top: 25%;
  right: 7px;
}

dl.input-field>h3 {
  font-size: 14px;
}

dl.input-field>h3:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  float: none;
}
/********************/
.form-fieldset {
  padding: 7px 0;
  font-size: 14px;
  border: solid 1px #0062bd;
  border-radius: 5px;
  margin: 10px 1%;
  clear: both;
  background: #fff;
}

.form-fieldset:nth-child(odd) {
  border-color: #0062bd;
}

.form-fieldset legend {
  font-weight: bold;
  margin: 0 auto;
  clear: both;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #0062bd;
}

.form-fieldset:nth-child(odd) legend {
  color: #0062bd;
}

.form-fieldset legend span {
  padding: 0px 10px;
  display: block;
}

.form-fieldset .column {
  float: left;
  width: 47%;
  background: #ddfcf6;
  margin-left: 2%;
  padding: 7px 0;
}

.form-fieldset .column:nth-child(odd) {
  background: #fff8dd;
}

.form-fieldset .column.full {
  width: 96%;
  float: none;
  clear: both;
}

.form-fieldset .column h3 {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.form-fieldset .column:not(.full) dl dt {
  width: 60px;
}

.regular-checkbox+label,
.regular-radio+label {
  display: inline;
}

/*****checkbox*****/
.regular-checkbox {
  display: none;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked+label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.big-checkbox+label {
  padding: 18px;
  border-radius: 18px;
}

.big-checkbox:checked+label:after {
  font-size: 28px;
  left: 6px;
}

.transparent-checkbox+label {
  display: inline;
}

.transparent-checkbox {
  display: none;
}

.transparent-checkbox+label {
  background: none;
  border: none;
  box-shadow: none;
  padding: 9px;
  display: inline-block;
  position: relative;
}

.transparent-checkbox:checked+label {
  background: none;
  border: none;
}

.transparent-checkbox:checked+label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
}

/**ios checkbox***/
.iosCheck input {
  display: none;
}

.iosCheck i {
  display: inline-block;
  cursor: pointer;
  padding-right: 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 25px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.iosCheck i:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.iosCheck :checked+i {
  padding-right: 0;
  padding-left: 25px;
  background: #00e970;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #00e079;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #00e079;
}

.iosCheck.blue :checked+i {
  background: #6cbff0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #0093ea;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #0093ea;
}

/*****radio*******/
.regular-radio {
  display: none;
}

.regular-radio+label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked+label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked+label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio+label:active,
.regular-radio:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio+label {
  padding: 16px;
}

.big-radio:checked+label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

.custom-checkbox-container input[type=checkbox],
.custom-checkbox-container input[type=radio] {
  display: none;
}

.custom-checkbox-container>label>i {
  margin-right: 2px;
}

.custom-checkbox-container>label>i.icon-checkbox-checked {
  color: #090;
}

.custom-checkbox-container>label>i.icon-checkbox-unchecked {
  color: #ccc;
}

.input-field-single .custom-checkbox-container {
  position: absolute;
  right: 0px;
  top: 25%;
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  height: 20px;
  text-align: right;
  padding-right: 3px;
}

.input-field-single .custom-checkbox-container>label {
  margin-left: 7px;
}

.unit-money {
  background-image: url(../img/unit_money.png);
  background-repeat: no-repeat;
  background-size: auto 17px;
  background-position: right center;
}

.unit-area {
  background-image: url(../img/unit_area.png);
  background-repeat: no-repeat;
  background-size: auto 17px;
  background-position: right center;
}

/*************** dl.header Begin ****************/
dl.header::before,
dl.header::after {
  content: "";
  display: table;
  margin: 0 auto;
  clear: both;
}

dl.header,
dl.header dt,
dl.header dd {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  font-weight: normal;
}

dl.header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1.25em;
  margin: 1em 0 0.5em;
}

dl.header dt {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  height: 100%;
}

dl.header dt span {
  font-weight: bold;
  font-size: 1.25em;
}

dl.header dd {
  flex: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  font-size: 1em;
  margin-left: .75em;
  height: 100%;

}

/*************** dl.header end ****************/

/*************** Search Begin ****************/
.search-close {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;

  width: 100%;
  height: 44px;
}

.search-close>a {
  flex: none;

  width: 24px;
  height: 24px;
  position: relative;

  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.search-close>a::before,
.search-close>a::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}

.search-close>a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-close>a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.morphsearch-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 36px;
}

input.morphsearch-input {
  margin: 0;
  padding: 0 2em 0 0.5em;
  border-radius: 0px;
  border: none;

  width: 100%;
  height: 36px;
  font-size: 1.2em;
  color: #000000;
  background: #ffffff;
}

button.morphsearch-submit {
  flex: none;

  width: 2em;
  height: 2em;
  margin-left: -2em;
  text-indent: 100px;
  overflow: hidden;

  background: transparent url(../img/magnifier.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  transform-origin: 50% 50%;
}

.search-history h2,
.searcch-discover h2,
.searcch-popular h2 {

  margin-top: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
}

.searcch-popular h2 {
  color: #d00;
}

.search-history-list .btn,
.searcch-discover-list .btn {
  margin-bottom: .5em;
}

.searcch-popular .dummy-media-object {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  counter-increment: item;
  width: 100%;
  margin: .5em 0;
  padding: .5em;
  background: rgba(118, 117, 128, 0.05);
}

.searcch-popular .dummy-media-object::before {
  flex: none;

  content: counter(item)".";
  margin-right: 5px;
  color: #d00;
}

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

/********* search end **********/

.dd-text-slide {
  justify-content: flex-start;
}

/********* counter begin **********/
.chart1 {
  margin: 0;
  padding: .5em .75em;
  background: #fff;
}

.counter-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}

.counter-container .counter {
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;

  padding: 0.5em 0;
  margin-right: 0.75em;
  color: #000;
}

.counter-container .counter:last-child {
  margin: 0;
}

.counter-container .counter>label {
  flex: none;

  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0.25em;
  font-size: 1.25em;
}

.counter-container .counter>em {
  margin: 0.25em 0 0.1em;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
}

.counter-container .counter>aside {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 0.85em;
  padding-top: 0.25em;
}

.counter-container .counter:nth-child(1)>em,
.counter-container .counter:nth-child(1)>aside>em {
  color: #008f80;
}

.counter-container .counter:nth-child(2)>em,
.counter-container .counter:nth-child(2)>aside>em {
  color: #f3aa52;
}

.counter-container .counter:nth-child(3)>em,
.counter-container .counter:nth-child(3)>aside>em {
  color: #fd6112;
}

.counter-container .counter:nth-child(4)>em,
.counter-container .counter:nth-child(4)>aside>em {
  color: #f834ba;
}

.counter-container1 {
  color: transparent;
}

.counter-container1 .col {
  padding: 0;
  min-height: 200px;
}

.counter-container1 .col section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  height: 200px;
  margin: 0;
  padding: 0.5em;
}

.counter-container1 .col section article {
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
}

.counter-container1 .col section>p {
  flex: none;
  padding: 0;
  margin: 0;
  color: #000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.counter-container1 .col article>p {
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.counter-container1 .col section h3 {
  flex: none;
  margin: 0.5em 0;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.counter-container1 .col:first-child section {
  margin-right: 0.5em;
  background-image: url(../img/47241612267867.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.counter-container1 .col:last-child section {
  margin-left: 0.5em;
  background-image: url(../img/47251612267894.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.counter-container1 .col section footer {
  flex: none;
  align-self: center;

  margin-bottom: 1em;
}

.line-legend {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.5em;
}

.line-legend li {
  flex: none;
  margin: 0 1em;
}

.line-legend li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
}

@media screen and (max-width: 375px) {

  .counter-container1 .col section>p,
  .counter-container1 .col article>p {
    font-size: 0.85em;
  }
}

/********* counter end **********/

/********* form-contact **********/
.form-contact-banner {
  background-image: url(../images/IMG_2535.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 23vh;
}

.form-content,
.form-contact {
  width: 100%;
  margin-top: 1em;
  border: solid 1px #ddd;
  border-radius: 9px;
  padding: 1em;
  background: #fff;
}

.form-content>section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.25em;
  margin-bottom: .5em;
}

.form-content>section h3 {
  flex: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 1.25em;
}

.form-content>section aside {
  flex: auto;
  align-items: center;

  text-align: center;
  width: 100%;
}

.form-content>section aside em {
  color: #1479d7
}

.form-content textarea {
  width: 100%;
  resize: none;
  padding: .25em;
}

.contact-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  border-bottom: solid 1px #ddd;
  margin-bottom: .5em;
}

.contact-item span {
  flex: none;
  margin-right: .25em;
}

.contact-item input {
  flex: auto;
  padding: .5em;
  border: none;
}

.form-footer {
  background: #fff;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.form-footer img {
  width: 100%;
}

/********* page-footer begin **********/
.page-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-self: center;

  margin-top: 2em;
  padding: 1em 0;
  background: #f8f8f8;
  border-top: solid 1px #e0e0e0;
}

.page-footer p {
  text-align: center;
  margin-bottom: 0.75em;
  color: #666;
}

/********* page-footer end **********/

/********* 分页样式 **********/
.pagination {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
  width:100%;
}

.pagination a,
.pagination a:visited {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  text-align: center;
  min-width: 40px;
  color: #000;
  background: #eee;
  border-radius: 0px;
  text-shadow: 1px 1px 0px #fff;
}

.pagination a.invalid,
.pagination a.invalid:visited {
  color: #ccc;
}

.pagination a.current-page,
.pagination a.current-page:visited {
  background: none;
  text-shadow: none;
}

/*****************/
h3.page-title {
  font-size: 20px;
  padding: 10px 0 5px;
  text-align: center;
}

.sub-title {
  font-size: 16px;
  background: #f00;
  color: #fff;
  position: relative;
  line-height: 36px;
  display: inline-block;
  padding: 0 10px;
}

.sub-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: solid 36px red;
  border-right: solid 36px transparent;
  right: -36px;
  top: 0px;
}

/********* body-header begin **********/

.body-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-self: flex-start;

  background: #017bac;
}

.body-header .title-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: center;

  width: 100%;
  height: 44px;
}

.body-header .title-bar .left,
.body-header .title-bar .right {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: center;

  color: #fff;
  z-index: 1;
}

.body-header .title-bar .left .bi,
.body-header .title-bar .right .bi {
  font-size: 1.5em;
}

.body-header .title-bar .search,
.body-header .title-bar h3 {
  flex: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: center;

  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 0;
}

.body-header .title-bar h3 {
  color: #fff;
  font-size: 1.5em;
}

.body-header .title-bar .search {
  padding: 0 5%;
}

.body-header .search a {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  padding: .25em .5em;
  font-size: 1em;
  background: #fff;
}

.body-header .search a span {
  color: #444;
}

.body-header .swiper-sort {
  padding: .75em 0;
}

.body-header .swiper-sort a {
  color: #fff;
}

.body-header .swiper-sort .active a {
  color: #ffc400;
}

/********* body-header end **********/

.swiper-sort {
  padding: 0.5em 0;
}

.swiper-sort .swiper-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: center;
}

/********* news-list begin **********/
.news-list {
  width: 100%;
}

.news-list li {
  width: 100%;
  padding: 0.75em 0 0.25em;
  border-bottom: 1px solid #ddd;
}

.news-list li a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.news-list li a h3 {
  flex: auto;

  color: #000;
  font-size: 1em;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.news-list li a section {
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  color: #666;
}

/********* news-list end **********/

/********* filter begin **********/
.filter-bar {
  height: 36px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  margin-top: 10px;
  display: block;
  clear: both;
  background: #f0f0f0;
  position: relative;
  z-index: 100;
}

.filter-bar>ul>li {
  height: 36px;
  float: left;
  width: 25%;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}

.filter-bar>ul>li>a {
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  color: #000;
  border-right: solid 1px #e5e5e5;
}

.filter-bar>ul>li:last-child>a {
  border: none;
}

.filter-bar>ul>li>a>em {
  font-style: normal;
  color: #fff;
  background: #d00;
  display: inline-block;
  line-height: 14px;
  font-weight: normal;
  margin: 0 2px;
}

.filter-bar>ul>li>ul {
  display: none;
  position: relative;
  background: #fff;
  z-index: 100;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  margin-top: 1px;
  background: #f0f0f0;
}

.filter-bar>ul>li>ul>li {
  display: block;
  clear: both;
  border-bottom: solid 1px #e5e5e5;
}

.filter-bar>ul>li>ul>li:last-child {
  border: none;
}

.filter-bar>ul>li>ul>li a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #000;
}

.filter-bar>ul>li>ul>li.active a {
  color: #d00;
}

.filter-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 99;
  display: none;
  left: 0px;
  top: 0px;
}

.filter-body {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 999;
  padding: 1em;
  border-bottom: solid 1px #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.filter-body .filter-item dl {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;

  margin: 0;
  padding: 0;
}

.filter-body .filter-item dl dt {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
}

.filter-body .filter-item dl dd .filter-tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-body .filter-item dl dd .filter-tag .tag-item {
  margin-right: .5em;
  margin-bottom: .5em;

}

.filter-body .filter-item dl dd .filter-tag label {
  display: flex;
}

.filter-body .filter-item dl dd .filter-tag label span {
  padding: 0.5em;
  border: solid 1px #ddd;
  border-radius: 0.5em;
  font-size: 0.85em;
}

.filter-body .filter-item dl dd .filter-tag label input:checked+span {
  background: #df8600;
  border-color: #df8600;
  color: #fff;
}


.filter-body .filter-item dl dd .filter-tag .tag-item>input {
  display: none;
}

.filter-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.filter-footer .btn {
  margin-right: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/********* filter end **********/

/********* page-tail begin **********/
.page-tail {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  padding: 1em 0.75em;
  margin: 1em 0;
  background: #017bac;
  color: #fff;
}

.page-tail h3 {
  font-size: 1em;
  padding: 0;
  margin: 0 1em;
}

/********* page-tail end **********/

.content-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  margin: 0;
  padding: 1em;
}

.content-header h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.content-header .info {

  width: 90%;
  border: solid 1px #ccc;
  border-radius: 0.5em;
  background: #ccebff;
  margin: 1em 5% 0;
  padding: 1em;
}

.content-header .info dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
}

.content-header .info dl dt,
.content-header .info dl dd {
  margin: 0;
  padding: 0;
}

.content-header .info dl dt {
  flex: none;

  min-width: 65px;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -ms-text-align-last: justify;
  padding-right: 0.5em;
}

.content-files,
.content-suggest {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  width: 100%;
  margin: 1em 0 0;
}

.content-files h3,
.content-suggest h3 {
  flex: none;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 1.25em;
}

.content-suggest h3 {
  padding-bottom: 0.25em;
  border-bottom: solid 1px #ccc;
}

.content-files ul,
.content-suggest ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.content-files ul li,
.content-suggest ul li {
  width: 100%;
  padding: 0.25em 0;
}

.content-files ul {
  padding: 0.5em;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.content-files ul li a {
  color: #000;
}

.content-files ul li::before {

  content: "\25A3";
  color: #999;
  margin-right: 0.25em;
}

.content-suggest ul li::before {

  content: "\25c6";
  color: #999;
  margin-right: 0.25em;
}

.content .container p{
  text-indent: 2em;
  margin-bottom: 0.5em;
  line-height: 175%;
}

.page-footer-fiexed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  padding: 0.5em;
  background: #f0f0f0;
}

.page-footer-fiexed .col a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
}

body.content {
  padding-bottom: 44px;
  background: #fff;
}

/*诊断引导*/
.guide-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  background-image: url(../diagnosis/img/45921610634335.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 15em;
  color: #fff;
}

.guide-header .header-body {
  margin-top: -4em;
}

.guide-header .header-body h3 {
  display: none;
}


.guide-container {
  width: 80%;
  margin: -5em 10% 0;
}

.guide-body {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: .75em;
  padding: 1.5em;
}

.guide-body .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  font-size: 1.5em;
}

.guide-body .content p {
  margin-bottom: 1em;
  line-height: 150%;
}

.guide-body .content p::before {
  content: "\25CF";
  margin-right: .5em;
}

.guide-body .footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.guide-begin {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: center;
  padding-top: 1.5em;
}

.guide-begin .btn {
  flex: auto;
}

/*诊断输入表单页*/
.container-form-banner {
  background-image: url(../images/46191610805689.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-form-banner .form-banner {
  padding: 2em 1em;
  color: #fff;
}

.container-form-banner .form-banner p {
  margin-bottom: 0.5em;
}

.container-form-banner .form-banner p:nth-child(1),
.container-form-banner .form-banner p:nth-child(2) {
  font-size: 1.25em;
  font-weight: bold;
}

.container-form-banner .form-banner p a,
.container-form-banner .form-banner p a:visited {
  color: #000;
  font-weight: bold;
}

.container-form-banner .form-banner p a.active,
.container-form-banner .form-banner p a.active:visited {
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}

/****************/
.banner1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;

  min-height: 180px;
  background-image: url(../img/46651610883265.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner1 article {
  flex: none;
  width: 100%;
  margin-bottom: 2em;
  padding-left: 10%;
  padding-right: 10%;
  color: #fff;
  font-size: 1.1em;
}

.banner1 .counter-container {
  flex: none;
  width: 96%;
  margin-bottom: -40px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.banner1 .home {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  color: #fff;
  font-size: 1.5em;
}

.ad-health a,
.ad-health a:visited {
  position: relative;
  display: block;
}

.ad-health a .ad-btn {
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
  width: 100%;

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.ad-health a .ad-btn button {
  margin-right: 1em;
}

/*******************************/
.list1 a,
.list1 a:visited {
  display: block;
  color: #000;
}

.list1 .media-flex-body .media-flex-heading {
  margin-top: 0;
  margin-bottom: 0.25em;
}

.list1 img.media-flex-object {
  width: 120px;
}

.list1 section {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;

  padding: 0;
  margin: 0 0 0.1em;
  width: 100%;
  font-size: 0.85em;
}

.list1 section:last-child {
  margin: 0;
}

.list1 section dl,
.list1 section dl dt,
.list1 section dl dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}

.list1 section dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.list1 section dl dt {
  margin-right: 0.25em;
}

.list1 section .tag {
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}

@media screen and (max-width: 375px) {
  .list1 img.media-flex-object {
    width: 100px;
  }

  .list1 .media-flex-body .media-flex-heading {
    font-size: 1em;
  }
}


.h-flex-x label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  margin: 0;
  padding: 0;
}

.h-flex-x label input[type="radio"] {
  margin-right: 0.25em;
}



/********flex通用样式*********/

/* 分列式弹性盒子，以X轴从左到右排列 */
.h-flex-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

/* 水平左对齐 */
.h-flex-x.h-flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

/* 水平居中对齐 */
.h-flex-x.h-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

/* 水平右对齐 */
.h-flex-x.h-flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

/* 水平两端对齐 */
.h-flex-x.h-flex-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

/* 垂直顶部对齐 */
.h-flex-x.h-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

/* 垂直底部对齐 */
.h-flex-x.h-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end
}

/* 允许换行 */
.h-flex-x.h-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

/* 等比分列，2列 */
.h-flex-x.h-flex-2>div {
  width: 50%
}

/* 等比分列，3列 */
.h-flex-x.h-flex-3>div {
  width: 33.33333%
}

/* 等比分列，4列 */
.h-flex-x.h-flex-4>div {
  width: 25%
}

/* 等比分列，5列 */
.h-flex-x.h-flex-5>div {
  width: 20%
}

/* 等比分列，6列 */
.h-flex-x.h-flex-6>div {
  width: 16.66667%
}

/* 水平弹性元素 */
.h-flex-x .h-flex-item-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0
}

/* 分行式弹性盒子，以Y轴从上到下排列 */
.h-flex-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

/* 垂直居中对齐 */
.h-flex-y.h-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

/* 水平左对齐 */
.h-flex-y.h-flex-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

/* 水平右对齐 */
.h-flex-y.h-flex-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end
}

/* 垂直两端对齐 */
.h-flex-y.h-flex-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

/* 垂直顶部对齐 */
.h-flex-y.h-flex-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

/* 垂直底部对齐 */
.h-flex-y.h-flex-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

/* 等比分行，2行 */
.h-flex-y.h-flex-2>div {
  height: 50%
}

/* 等比分行，3行 */
.h-flex-y.h-flex-3>div {
  height: 33.33333%
}

/* 等比分行，4行 */
.h-flex-y.h-flex-4>div {
  height: 25%
}

/* 等比分行，5行 */
.h-flex-y.h-flex-5>div {
  height: 20%
}

/* 等比分行，6行 */
.h-flex-y.h-flex-6>div {
  height: 16.66667%
}

/* 垂直弹性元素 */
.h-flex-y .h-flex-item-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0
}

/********flex通用样式结束*********/

