/* w3014 底部 start */
footer {
  width: 100%;
  background-color: #0f3e39;
}
.f-inner {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  position: relative;
}
.f-top {
  padding-top: 0.84rem;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #1a6f64;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.f-index {
  display: inline-block;
  vertical-align: top;
}
.f-logo {
  height: 1rem;
}
.f-share {
  font-size: 0;
}
.f-one {
  margin-left: 0.13rem;
  display: inline-block;
  vertical-align: top;
  width: 0.36rem;
  height: 0.36rem;
}
.f-one:first-child {
  margin-left: 0;
}
.f-icon {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.f-bot {
  width: 100%;
  padding-bottom: 0.8rem;
  padding-top: 0.62rem;
  display: flex;
  justify-content: space-between;
}
.f-bot::after{
  display: none;
}
.f-left {
  float: none;
  font-size: 0;
  display: flex;
}
.f-item {
  display: inline-block;
  vertical-align: top;
  width: 2.3rem;
  padding-right: 0.1rem;
}
.f-item:last-child {
  width: 4rem;
}
.f-tit {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.34rem;
}
.f-links {
  width: 100%;
}
.f-a,
.f-r {
  margin-bottom: 0.642em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 1.43;
}
.f-r {
  padding-left: 1.57em;
  position: relative;
}
.f-r a {
  color: inherit;
}
.f-i {
  position: absolute;
  left: 0;
  top: 0.715em;
  transform: translate(0, -50%);
  width: 1.142em;
}
.f-right {
  float: right;
}
.f-form {
  width: 4.5rem;
}
.f-row {
  font-size: 0;
  width: 100%;
}
.f-txt {
  color: #fff;
  margin-right: 2.675%;
  margin-bottom: 2.675%;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 31.55%;
  height: 0.46rem;
  padding: 0 1em;
  border-radius: 0.05rem;
  background-color: #165d54;
}
.f-txt:nth-child(3n) {
  margin-right: 0;
}
.f-txt::placeholder {
  color: #fff;
}
.f-area {
  width: 100%;
  height: 0.8rem;
  margin-bottom: 2.675%;
  border-radius: 0.05rem;
  color: #fff;
  line-height: 1.43;
  background-color: #165d54;
  border: none;
  padding: 0.5em 1em;
}
.f-area::placeholder {
  color: #fff;
}
.f-cont {
  width: 100%;
}
.f-last {
  width: 100%;
}
.f-sub {
  vertical-align: top;
  color: #fff;
  line-height: 0.45rem;
  text-align: center;
  width: 100%;
  height: 0.45rem;
  border-radius: 0.05rem;
  background-color: #f3c726;
  border: none;
}
.f-copy {
  width: 100%;
  background-color: #0c3530;
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
}
.f-cp {
  color: #fff;
  text-align: center;
  line-height: 1.43;
}
.f-cp * {
  line-height: inherit;
  color: inherit;
}
.f-el {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.1rem;
}
.f-form input::-webkit-input-placeholder,
.f-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.f-form input:-moz-placeholder,
.f-form textarea:-moz-placeholder {
  color: #fff;
}
.f-form input::-moz-placeholder,
.f-form textarea::-moz-placeholder {
  color: #fff;
}
.f-form input:-ms-input-placeholder,
.f-form textarea:-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 1201px) {
  .f-a {
    cursor: pointer;
  }
  .f-a:hover {
    color: #fff;
  }
  .f-el a:hover {
    color: #fff;
  }
}
@media (max-width: 1500px) {
  .f-one {
    width: 28px;
    height: 28px;
    margin-left: 9px;
  }
  .f-txt {
    height: 36px;
    border-radius: 3px;
  }
  .f-area {
    height: 63px;
    border-radius: 3px;
  }
  .f-form {
    width: 351px;
  }
  .f-sub {
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
  }
  .f-item {
    width: 180px;
  }
}
@media (max-width: 1250px) {
  .f-inner {
    width: 905px;
    max-width: 94%;
  }
}
@media (max-width: 1200px) {
  .f-logo {
    height: 26px;
  }
}
@media (max-width: 1000px) {
  .f-item {
    width: 33.33%;
    padding-right: 0;
  }
  .f-left {
    float: none;
    width: 100%;
    flex-wrap: wrap;
  }
  .f-right {
    float: none;
    width: 100%;
  }
  .f-form {
    width: 100%;
  }

  .f-bot{
    flex-wrap: wrap;
  }


}
@media (max-width: 500px) {
  .f-left{
    flex-wrap: wrap;
  }
  .f-top {
    padding-top: 30px;
  }
  .f-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .f-tit {
    margin-bottom: 15px;
  }
  .f-links {
    font-size: 0;
  }
  .f-a {
 width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
  }
  .f-txt {
    width: 100%;
  }
  .f-bot {
    padding-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .f-logo {
    height: 20px;
  }
}

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

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

.rightnav{position:fixed;top:60%;right:0.2rem;transform:translateY(-50%);z-index:20;border-radius: .32rem;display: none;}
.rightnav .ritm{width:0.6rem;height:0.6rem;display:block;position: relative;background-color: #f3c728;border-radius: 50%;margin-bottom: .07rem;}
.rightnav .ritm:last-child{margin-bottom: 0;}
.rightnav .ritm a{width:100%;height: 100%;display:inline-block;text-align: center;padding-top: .05rem;}
.rightnav .ritm img{width: .5rem;height: .5rem;}
.rightnav .ritm.has-text a{position: absolute;right: 0;top: 0;transition: all .3s;white-space: nowrap;overflow: hidden;font-size: 0;}
.r-phone{width: auto;display: inline-block;vertical-align: middle;white-space: nowrap;color: #fff;padding-right: .13rem;font-weight: bold;display: none;}
.rightnav .ritm.has-text.active a{width:  2.6rem;background-color: #f3c728;border-radius: .32rem;}
.rightnav .ritm.has-text.active .r-phone{display: inline-block;}


.rightnav .ewm {
  position: absolute;
  right: 100%;
  top: 0;
  width: 1.2rem;
  padding: 0.1rem;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

.rightnav .ewm img {
  width: 100%;  height: auto;
}
.rightnav .has-ewm:hover .ewm {
  opacity: 1;
  pointer-events: auto;
}

/* w3014 底部 end */
