footer {
  width: 100%;
  /* height: 4rem; */
  background: #252728;
  padding: 0rem;
  border: none;
}

.footT {
  width: 100%;
  padding-top: 0.86rem;
  padding-bottom: 0.45rem;
  border-bottom: 0.01rem solid #707070;
}

.footTbox {
  display: flex;
  justify-content: space-between;
}

.footNav a {
  display: block;
  font-family:'MiSans, MiSans' !important;
  font-weight: 400;
  font-size: 0.14rem;
  color: #DDDDDD;
  margin-bottom: .2rem;
}

.footNav a.footNavTit {
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.footNav a:last-child {
  margin-bottom: 0;
}

.footB {
  height: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footL {
  font-family:'MiSans, MiSans' !important;
  font-weight: 400;
  font-size: 0.14rem;
  color: #CBCBCB;
}
.footL a {
  font-family:'MiSans, MiSans' !important;
  font-weight: 400;
  font-size: 0.14rem;
  color: #CBCBCB;
    display: block;
  margin-bottom: 0.1rem;
}
.footL a{
    display: block;
    color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0.05rem;
}
.footR {
  display: flex;
  align-items: center;
  font-family:'MiSans, MiSans' !important;
  font-weight: 400;
  font-size: 0.14rem;
  color: #CBCBCB;
}

.footR a {
  display: flex;
  margin-left: .15rem;
  width: .3rem;
  height: .3rem;
}

.float-bg{
    display: flex;
    justify-content: center;
    display: none;
}
.float{
    background: #918470;
    border-radius: 20px 20px 20px 20px;
    opacity: 0.88;
    position: fixed;
    bottom: 0rem;
    z-index: 99;
}
.float-1{
    width: 5.3rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0.51rem 0 0 0.52rem;
}
.float-2{
    width: 14.38rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.30rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.34rem 0.63rem 0.27rem 0.52rem;
}
.float-btn-1{
    border-radius: 0.06rem;
    border: 1px solid #FFFFFF;
    padding: 0.26rem 1.42rem;
    margin-left: 0.51rem;
    margin-bottom: 0.6rem;
}
.float-btn-2{
    border-radius: 0.06rem;
    border: 1px solid #FFFFFF;
    padding: 0.26rem 0.67rem;
}
.float-btn-1 a,
.float-btn-2 a{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size:0.25rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    height: 100%;
    display: block;
}
.float-btn-1:hover,
.float-btn-2:hover{
background: #FFFFFF;
border-radius: 0.06rem;
border: 0;
}
.float-btn-1:hover a,
.float-btn-2:hover a{
    color: #918470;
}










