@charset "UTF-8";
.fotte-we {
  width: 100%;
  background: #333333;
}

@media screen and (max-width: 1024px) {
  .fotte-we {
    display: none;
  }
}

.fotte-we .fotte-we-c {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c {
    padding: 0 15px;
  }
}

.fotte-we .fotte-we-c .foot-b {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-b {
    padding: 10px 0;
  }
}

.fotte-we .fotte-we-c .foot-b span {
  height: 30px;
  line-height: 30px;
  color: #cbcbcb;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-b span {
    line-height: 25px;
    height: auto;
    text-align: center;
  }
}

.fotte-we .fotte-we-c .foot-t {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #464646;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t {
    flex-direction: column;
    padding-bottom: 10px;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-r p {
  font-size: 16px;
  color: #cbcbcb;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-r p {
    text-align: center;
    line-height: initial;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-r p i {
  color: #db3525;
  font-size: 26px;
  font-family: "Myriad Pro";
}

.fotte-we .fotte-we-c .foot-t .foot-t-r p span {
  display: block;
  text-align: right;
  color: #cbcbcb;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-r p span {
    text-align: center;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-c {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.fotte-we .fotte-we-c .foot-t .foot-t-c img {
  width: 84px;
  height: 84px;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-c img {
    margin: 0 auto;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-c span {
  font-size: 14px;
  color: #cbcbcb;
}

.fotte-we .fotte-we-c .foot-t .foot-t-l p {
  color: #cbcbcb;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-l p {
    line-height: 30px;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-l span {
  color: #cbcbcb;
  font-size: 16px;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-l span {
    line-height: 30px;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-l span::after {
  content: "-";
  margin: 0 15px;
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .foot-t .foot-t-l span::after {
    margin: 0 5px;
  }
}

.fotte-we .fotte-we-c .foot-t .foot-t-l span:last-of-type::after {
  content: "";
}

.fotte-we .fotte-we-c .fott-tit {
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .fotte-we .fotte-we-c .fott-tit {
    height: auto;
    line-height: 30px;
  }
}

.fotte-we .fotte-we-c .fott-tit a {
  margin-right: 25px;
}

.fotte-ms {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  background: #f5f5f5;
}

.fotte-ms .fotte-ms-l {
  height: 45px;
}

.fotte-ms .fotte-ms-l img {
  height: 100%;
}

.fotte-ms .fotte-ms-r p {
  color: #919193;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .fotte-ms {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }
}

.feny-war {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feny-war .feny-c {
  display: flex;
  flex-direction: row;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .feny-war .feny-c {
    flex-direction: column;
  }
}

.feny-war .feny-c .feny-r input {
  background: #ffffff;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

.feny-war .feny-c .feny-r button {
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
}

.feny-war .feny-c .feny-l {
  display: flex;
  flex-direction: row;
}

.feny-war .feny-c .feny-l i {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .feny-war .feny-c .feny-l i {
    display: none;
  }
  .fotte-ms .fotte-ms-r p{
    margin: 0;
    text-align: center;
  }
}

.feny-war .feny-c .feny-l p {
  margin: 0;
  margin-right: 10px;
  font-size: 14px;
  color: #666666;
}

.feny-war .feny-c .feny-l p a {
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
