@charset "UTF-8";
/*全局样式*/
/*css reset*/
html,
body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
html {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
}
body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  background-color: white;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
input,
textarea {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
}
a:active {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  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"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none!important;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
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;
}
/*a{-webkit-tap-highlight-color:rgba(255,0,0,0);}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  float: none;
  clear: both;
  height: 1px;
}
/*容器*/
.container {
  overflow: initial;
  height: auto;
  padding: 0 0px;
  max-width: 550px;
  margin: 0 auto;
}
/*头部*/
/*页面中部*/
/*页尾*/
.webkit-center {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.checkbox {
  position: relative;
  display: inline-block;
}
.checkbox:after,
.checkbox:before {
  font-family: FontAwesome;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  -moz-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  -moz-font-language-override: normal;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.checkbox label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox label:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.checkbox input:checked + label:after {
  left: 40px;
}
.flickerplate {
  position: relative;
  width: 100%;
  height: 4.2rem;
  background-color: #e6e6e6;
  overflow: hidden;
}
.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  max-width: none;
}
.flickerplate ul.flicks > li {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}
.flickerplate ul.flicks > li .flick-inner {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.flickerplate ul.flicks > li .flick-inner .flick-content {
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto;
}
.flickerplate ul.flicks > li .flick-title {
  padding: 0px 0px;
  font-size: 2.778em;
  line-height: 1.995em;
  text-align: center;
}
@media only screen and (max-width: 43.813em) {
  .flickerplate ul.flicks > li .flick-title {
    font-size: 1.667em;
  }
}
.flickerplate ul.flicks > li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  line-height: 2.5em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.flickerplate ul.flicks > li .flick-title span.flick-block-text,
.flickerplate ul.flicks > li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.6);
}
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden;
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flickerplate .arrow-navigation:hover,
.flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer;
}
.flickerplate .arrow-navigation.left {
  left: 0%;
}
.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background: transparent url("/assets/web/mobile/basis/images/arrow-left-light.png") no-repeat left;
}
.flickerplate .arrow-navigation.right {
  right: 0%;
}
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background: transparent url("/assets/web/mobile/basis/images/arrow-right-light.png") no-repeat right;
}
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 20%;
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px -20%;
}
.flickerplate .dot-navigation {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.flickerplate .dot-navigation ul {
  text-align: center;
  padding: 0px 15px;
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none;
}
.flickerplate .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.flickerplate .dot-navigation .dot.active {
  background-color: #fff;
}
.flickerplate .dot-navigation.left,
.flickerplate .dot-navigation.left ul {
  text-align: left;
}
.flickerplate .dot-navigation.right,
.flickerplate .dot-navigation.right ul {
  text-align: right;
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image: url("/assets/web/mobile/basis/images/arrow-left-dark.png");
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image: url("/assets/web/mobile/basis/images/arrow-right-dark.png");
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0, 0, 0, 0.12);
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000;
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0, 0, 0, 0.9);
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9);
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%;
}
.flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto;
}
.flickerplate.animate-scroller-slide ul.flicks {
  position: auto;
}
.dropload-up,
.dropload-down {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  /* 开启硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.dropload-down {
  height: 50px;
}
.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.dropload-load .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #666;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-border:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #DEDEDE;
  color: #DEDEDE;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.bottom-border:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DEDEDE;
  color: #DEDEDE;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
body {
  max-width: 7.5rem;
  /* 设计图宽度为640px时为6.4rem ,750时为7.5rem ，以此类推*/
  margin: 0 auto;
  display: block;
  background: #f5f5f5;
}
body * {
  max-width: 7.5rem;
  /* 设计图宽度为640px时为6.4rem ,750时为7.5rem ，以此类推*/
}
.top-header-webkit {
  background: linear-gradient(top, #50cf66, #4ecf89 48%, #4cccac 100%);
  background: -o-linear-gradient(top, #50cf66, #4ecf89 48%, #4cccac 100%);
  background: -ms-linear-gradient(top, #50cf66, #4ecf89 48%, #4cccac 100%);
  background: -moz-linear-gradient(top, #50cf66, #4ecf89 48%, #4cccac 100%);
  background: -webkit-linear-gradient(top, #50cf66, #4ecf89 48%, #4cccac 100%);
  height: 10rem;
  position: relative;
}
.top-header-webkit .header-webkit {
  height: 1.12rem;
  background: #FFF;
  border-radius: 0 0 0.12rem 0.12rem;
  overflow: hidden;
  box-shadow: 0 0.06rem 0.12rem rgba(110, 110, 110, 0.35);
}
.top-header-webkit .header-webkit .right {
  width: 2.14rem;
  text-align: center;
}
.top-header-webkit .header-webkit .but-apply {
  width: 1.58rem;
  height: 0.56rem;
  vertical-align: top;
  margin-top: 0.28rem;
  background: transparent url("/assets/web/mobile/directory/index/images/but-apply.png") no-repeat center top;
  background-size: 100% 100%;
  display: inline-block;
}
.top-header-webkit .header-webkit .left {
  text-indent: 0.15rem;
}
.top-header-webkit .header-webkit .header-img {
  max-width: 100%;
  width: 3.44rem;
  height: auto;
  margin-top: 0.15rem;
}
.top-header-webkit .article-webkit {
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.top-header-webkit .article-webkit .article-img {
  max-width: 100%;
  width: 5.42rem;
  height: auto;
  margin-top: 1.1rem;
}
.top-header-webkit .article-webkit .article-title {
  font-size: 0.52rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  width: auto;
  display: inline-block;
}
.top-header-webkit .article-webkit .article-dist-one {
  width: 100%;
  vertical-align: top;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  margin-top: 0.21rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
}
.top-header-webkit .article-webkit .article-dist-two {
  vertical-align: top;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.3rem;
  color: #FFF;
  font-weight: 400;
  font-family: "PingFang SC";
  display: inline-block;
}
.top-header-webkit .article-webkit .article-apply {
  margin: 0.43rem auto 0 auto;
  width: 3.74rem;
  height: 0.98rem;
  line-height: 0.98rem;
  text-align: center;
  font-size: 0.4rem;
  color: #FFF;
  font-weight: bold;
  background: #FFB43C;
  border-radius: 0.5rem;
  display: inline-block;
}
.top-header-webkit .article-webkit .article-apply img {
  max-width: 100%;
  width: 0.2rem;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -0.04rem;
  margin-left: 0.28rem;
  display: inline-block;
}
.top-header-webkit .card-webkit {
  width: 6.72rem;
  height: 3.9rem;
  background: #FFF;
  border-radius: 0.06rem;
  margin: 1.08rem auto -1.6rem auto;
  box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.11);
}
.top-header-webkit .card-webkit .icon-webkit {
  width: 2.34rem;
  text-align: center;
}
.top-header-webkit .card-webkit .icon-webkit img {
  max-width: 100%;
  width: 1.32rem;
  height: auto;
}
.top-header-webkit .card-webkit .text-webkit {
  width: 100%;
}
.top-header-webkit .card-webkit .text-webkit .one-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #FF6A00;
  height: auto;
  line-height: 1;
  padding-top: 0.04rem;
}
.top-header-webkit .card-webkit .text-webkit .one-text img {
  max-width: 100%;
  width: 0.2rem;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -0.04rem;
  margin-left: 0.12rem;
  display: inline-block;
}
.top-header-webkit .card-webkit .text-webkit .two-text {
  color: #6D6D6D;
  font-size: 0.32rem;
  height: auto;
  line-height: 1;
  margin-top: 0.22rem;
}
.top-header-webkit .card-webkit .text-webkit .two-text span {
  color: #FF6400;
}
.top-header-webkit .card-webkit .bottom-webkit {
  height: 1.6rem;
  border-top: 1px solid #E7E7E7;
}
.top-header-webkit .card-webkit .bottom-webkit .icon {
  text-align: left;
  text-indent: 0.32rem;
  line-height: 1.6rem;
  font-size: 0;
  width: 1.08rem;
}
.top-header-webkit .card-webkit .bottom-webkit .icon img {
  max-width: 100%;
  width: 0.2rem;
  height: auto;
  display: inline-block;
}
.top-header-webkit .card-webkit .bottom-webkit .text-ss {
  font-size: 0.32rem;
  line-height: 1.3;
  text-align: justify;
  color: #6D6D6D;
}
.top-header-webkit .card-webkit .bottom-webkit .text-ss span {
  color: #FF6400;
}
.article2-webkit {
  padding: 1rem 0.38rem 0 0.38rem;
}
.article2-webkit .title-webkit {
  height: 0.96rem;
}
.article2-webkit .title-webkit .border {
  position: relative;
}
.article2-webkit .title-webkit .border::after {
  content: " ";
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: inline-block;
}
.article2-webkit .title-webkit .text {
  max-width: 1.86rem;
  width: 1.86rem;
  text-align: center;
  color: #ACACAC;
  font-size: 0.32rem;
  line-height: 0.96rem;
}
.article2-webkit .list-ul {
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.article2-webkit .list-ul .list-li {
  vertical-align: top;
  width: 3.25rem;
  height: 4.54rem;
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.11);
  margin-top: 0.24rem;
  background: #ffffff;
  border-radius: 0.05rem;
  text-align: center;
  margin-right: 0.22rem;
  display: inline-block;
  position: relative;
}
.article2-webkit .list-ul .list-li:nth-child(2n) {
  margin-right: 0;
}
.article2-webkit .list-ul .list-li:nth-child(1),
.article2-webkit .list-ul .list-li:nth-child(2) {
  margin-top: 0;
}
.article2-webkit .list-ul .list-li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.article2-webkit .list-ul .list-li .icon {
  max-width: 100%;
  width: 1.56rem;
  height: auto;
  margin-top: 0.32rem;
}
.article2-webkit .list-ul .list-li .name {
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.4rem;
  color: #2E2E2E;
  font-weight: bold;
  margin-top: 0.06rem;
}
.article2-webkit .list-ul .list-li .dist {
  text-align: center;
  line-height: 1.3;
  font-size: 0.32rem;
  color: #6D6D6D;
  margin-top: 0.08rem;
}
.article2-webkit .list-ul .list-li .fort {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.26rem;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  font-size: 0.24rem;
  color: #6D6D6D;
  display: inline-block;
}
.article2-webkit .title-name {
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: left;
  font-size: 0.32rem;
  color: #535353;
  margin-top: 0.1rem;
}
.article2-webkit .but-sat {
  width: 100%;
  height: 1rem;
  background: #FFF;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.08rem rgba(134, 134, 134, 0.49);
  line-height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  color: #FF8600;
  font-weight: bold;
  display: inline-block;
}
.article2-webkit .but-sat img {
  max-width: 100%;
  width: 0.44rem;
  height: auto;
  position: relative;
  top: -0.04rem;
  margin-right: 0.28rem;
}
.article2-webkit .ewm-webkit {
  width: 100%;
  height: 6.72rem;
  background: #FFF;
  box-shadow: 0 0.04rem 0.08rem rgba(134, 134, 134, 0.49);
  border-radius: 0.08rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.article2-webkit .ewm-webkit img {
  max-width: 100%;
  width: 4.2rem;
  height: auto;
  margin: 0.86rem auto 0 auto;
}
.article2-webkit .ewm-webkit .text {
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  color: #9A9A9A;
  font-size: 0.32rem;
}
.article2-webkit .smt-text {
  font-size: 0.24rem;
  color: #535353;
  text-align: left;
  line-height: 1.2;
  margin: 0.06rem auto;
}
.article2-webkit small {
  font-size: 0.2rem;
  color: #9B9B9B;
  text-align: center;
  margin-top: 0.22rem;
  width: 100%;
  display: inline-block;
}
.footer-webkit {
  position: relative;
  height: 1.08rem;
  background: #f5f5f5;
}
.fixed-webkit {
  height: 1.08rem;
  background: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.fixed-webkit .phone {
  background: transparent url("/assets/web/mobile/directory/index/images/phone-3.jpg") no-repeat center;
  background-size: 1.36rem 0.66rem;
  border: 0.01rem solid #dddddd;
  border-left: 0;
  border-bottom: 0;
}
.fixed-webkit .qq {
  background: transparent url("/assets/web/mobile/directory/index/images/qq-3.jpg") no-repeat center;
  background-size: 1.36rem 0.66rem;
  border-top: 0.01rem solid #dddddd;
}
.fixed-webkit .apply {
  max-width: 2.98rem;
  width: 2.98rem;
  background: transparent url("/assets/web/mobile/directory/index/images/fiexd-but.jpg") no-repeat center top;
  background-size: 100% 100%;
}
