footer {
  width: 100%;
  /* height: 5.5rem; */
  background: #192D55;
}

.footBox {
  padding-top: .8rem;
}

.footT {
  display: flex;
  padding-bottom: .11rem;
  border-bottom: 0.01rem solid #707070;
}

.footL {
  width: 3.6rem;
  margin-right: .98rem;
}

.footLogo {
  display: flex;
  width: 1.7rem;
  height: .47rem;
  margin-bottom: .43rem;
}

.footDetails {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #D9D9D9;
}

.footTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #D9D9D9;
  margin-top: .34rem;
  display: block;
}

.firend {
  display: flex;
  margin-top: .36rem;
}

.friendItem {
  display: flex;
  margin-right: .23rem;
}

.friendItem img {
  width: auto;
  height: .2rem;
}

.footC {
  display: flex;
}

.footNav {
  min-width: 1.05rem;
  margin-right: 1.12rem;
}

.footNav:last-child {
  margin-right: 0;
}

.footNav a {
  width: fit-content;
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #B1B1B1;
  margin-top: .16rem;
  position: relative;
}

.footNav a::after {
  content: '';
  width: 100%;
  height: .01rem;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footNav a.footNavTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #EBEBEB;
  padding-bottom: .16rem;
  border-bottom: 0.01rem solid #707070;
  margin-top: 0;
  width: 100%;
}

.footNav a.footNavTit::after {
  display: none;
}

.footNav a:hover {
  color: #fff;
}

.footNav a:hover::after {
  background: #fff;
}

.footR {
  width: 2.9rem;
  margin-left: 1.06rem;
}

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

.codeItem {
  width: 1.35rem;
}

.codeItem img {
  width: 100%;
  height: 1.35rem;
  margin-bottom: .1rem;
}

.codeItem p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: center;
}

.footMessge {
  display: flex;
  flex-direction: column;
  margin-top: .3rem;
}

.footMessge input {
  width: 100%;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  margin-bottom: .19rem;
  padding: 0 .18rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333;
}

.footMessge input::-webkit-input-placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}

.footMessge button {
  width: 100%;
  height: 0.4rem;
  background: #284FAD;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.38rem;
  transition: all .3s;
}

.footMessge button:hover {
  background: #C01920;
}

.footB {
  display: flex;
  height: .47rem;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #828282;
}

.footB a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #828282;
  margin-left: .1rem;
}

.side{
  width: 0.6rem;
  height: 2.7rem;
  background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%);
  border-radius: 0.15rem 0rem 0rem 0.15rem;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.sideItem{
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sideItem >img{
  height: .29rem;
  width: auto;
}

.sideAlert{
  width: auto;
    /* padding: 0 .3rem; */
    color: #000;
    font-size: .24rem;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* width: 1.2rem; */
    padding: .05rem .2rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -0.03rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.15);
    display: none;
}
.sideAlert img{
    width: 1.2rem;
    
}




@media only screen and (max-width:1024px){
    .footC{
        display:none;
    }
    .footR{
           margin-left: 0.01rem;
    }
    .footT{
            padding-bottom: 0.6rem;
    }
}