.fixed {
  position: fixed;
  right: 0;
  bottom: 20%;
  font-size: 12px;
}

.fixed .fixed-box {
  /*  background-color: #EA253C;*/
  background-color: #5a5aef;
  color: #fff;
  border-radius: 10px 0 0 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.fixed .fixed-box .box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fixed .fixed-box .box-left img {
  width: 28px;
  height: 28px;
}

.fixed .fixed-box .box-left p {
  white-space: nowrap;
}

.fixed .fixed-box-ewm {
  position: relative;
}

.fixed .fixed-box-ewm .ewm {
  width: 0;
  height: 0;
  position: absolute;
  top: 60px;
  right: 0;
  transition: all 0.5s;
}

.fixed .fixed-box-ewm:hover .ewm {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60px;
  right: 0;
  transition: all 0.5s;
  border: 5px solid #EA253C;
}

.fixed .fixed-box1 {
  width: 160px;
  height: 60px;
  position: absolute;
  right: -100px;
  top: 140px;
  /*  background-color: #EA253C;*/
  background-color: #5a5aef;
  color: #fff;
  border-radius: 10px 0 0 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.fixed .fixed-box1 .box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fixed .fixed-box1 .box-left img {
  width: 28px;
  height: 28px;
}

.fixed .fixed-box1 .box-left p {
  white-space: nowrap;
}

.fixed .fixed-box1 .pp {
  white-space: nowrap;
}

.fixed .fixed-box1:hover {
  right: 0;
  transition: all 0.5s;
}

#content-footer {
  padding: 0.7rem 0;
  background-color: #363636;
  color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#content-footer .box-content {
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#content-footer .box-content .box-content_left {
  display: flex;
  align-items: center;
}

#content-footer .box-content .box-content_left div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

#content-footer .box-content .box-content_left div:nth-child(2) {
  margin-left: .55rem;
}

#content-footer .box-content .box-content_left div img {
  width: 132px;
  height: 132px;
  margin-top: .12rem;
}

#content-footer .box-content .box-content_right {
  display: flex;
  align-items: center;
  margin-left: 1.59rem;
}

#content-footer .box-content .box-content_right div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content-footer .box-content .box-content_right div p {
  font-size: 16px;
  margin-top: .08rem;
}

#content-footer .box-content .box-content_right div p:nth-child(1) {
  font-size: 25px;
  font-family: PingFang HK, PingFang HK-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.75px;
}

#content-footer .box-content .box-content_right div p:nth-child(2) {
  margin-top: .2rem;
}

#content-footer .box-content .box-content_right div:nth-child(2) {
  width: 1px;
  height: 106px;
  background-color: #ffffff;
  margin: 0 1.28rem;
}

#content-footer .box-content .box-content_right div:nth-child(4) {
  width: 1px;
  height: 106px;
  background-color: #ffffff;
  margin: 0 1.28rem;
}


#content-footer .box-contentText {
  width: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .84rem;
}

#content-footer .box-contentText div {
  font-size: 24px;
  font-family: PingFang HK, PingFang HK-Regular;
  font-weight: 400;
  color: #ffffff;
}
#content-footer .box-contentText div:nth-child(1) {
  display: flex;
  align-items: center;
}

#content-footer .box-contentText div:nth-child(1) p:nth-child(2){
  margin: 0 .27rem;
}

#content-footer .box-contentText div:nth-child(2) {
  margin: .14rem 0;
}





#content-footer .box-content .box .line1 {
  font-size: 23px;
  padding: 10px 0;
}

#content-footer .box-content .box .line1 a {
  color: #fff;
}

#content-footer .box-content .box .line2 {
  padding: 10px 0;
  display: flex;
}

#content-footer .box-content .box .line2 p {
  font-size: 21px;
  margin-right: 24px;
}

#content-footer .box-content .box .line2 a {
  font-size: 17px;
  width: 112px;
  height: 33px;
  background-color: #EA253C;
  text-align: center;
  line-height: 33px;
  color: #fff;
}

#content-footer .box-content .box .img-line {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

#content-footer .box-content .box .img-line .img-box p {
  font-size: 12px;
}

#content-footer .box-content .box .img-line .img-box img {
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
}

#content-footer .box-content .box .line3 {
  font-size: 14px;
}

#content-footer .box-content .box .line3 a {
  display: block;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
}

#content-footer .bah {
  margin-top: 40px;
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: center;
}