.footer{
  width: 100%;
  /* height: 600px; */
}

.footer .container{
  margin: 0 auto;
  width: 1226px;
  height: 100%;
  /* background-color: aquamarine; */
}

.footer .container .footer-main{
  width: 100%;
  /* height: 50%; */
  /* background-color: darkkhaki; */
}

.footer .container .footer-main .footer-service{
  height: 80px;
  width: 100%;
  /* background-color: darkgoldenrod; */
  padding: 27px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e0e0e0;
}

.footer .container .footer-main .footer-service li{
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #616161;
}

.footer .container .footer-main .footer-service li span{
  width: 24px;
  height: 25px;
  background-image: url(../img/footer/footer-main/footer-service/扳手.png);
  background-repeat: no-repeat;
  background-size: 24px 25px;
}

.footer .container .footer-main .footer-service li .a{
  background-image: url(../img/footer/footer-main/footer-service/扳手.png);
}

.footer .container .footer-main .footer-service li .b{
  background-image: url(../img/footer/footer-main/footer-service/7天退换.png);
}

.footer .container .footer-main .footer-service li .c{
  background-image: url(../img/footer/footer-main/footer-service/15天包退.png);
}

.footer .container .footer-main .footer-service li .d{
  background-image: url(../img/footer/footer-main/footer-service/礼包.png);
}

.footer .container .footer-main .footer-service li .e{
  background-image: url(../img/footer/footer-main/地点.png);
}

.footer .container .footer-main .footer-links{
  height: 252.5px;
  width: 100%;
  /* background-color: darkseagreen; */
  box-sizing: border-box;
  padding: 40px 0;
  display: flex;
}

.footer .container .footer-main .footer-links .left{
  flex-basis: 975px;
  height: 100%;
  /* background-color: yellow; */
  display: flex;
  flex-direction: row;
}

.footer .container .footer-main .footer-links .left .col{
  height: 100%;
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
}

.footer .container .footer-main .footer-links .left .col a{
  flex: 1;
  display: flex;
  align-items: center;
}

.footer .container .footer-main .footer-links .left .col .bigLink{
  font-size: 14px;
  margin-bottom: 26px;
  /* flex-basis: 17.5px; */
  height: 17.5px;
}

.footer .container .footer-main .footer-links .left .col .smallLink{
  font-size: 12px;

}


.footer .container .footer-main .footer-links .right{
  flex: 1;
  height: 100%;
  /* background-color: steelblue; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .container .footer-main .footer-links .right .phone{
  font-size: 22px;
  color: #ff6700;
}

.footer .container .footer-main .footer-links .right a{
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ff6700;
  background: #fff;
  color: #ff6700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer .container .footer-main .footer-links .right a .pic{
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/poster/图标/人工客服.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.footer .container .footer-main .footer-links .right a:hover{
	color: #fff;
	background-color: #f25807;
	border-color: #f25807;
}

.footer .container .footer-main .footer-links .right a:hover .pic{
  background-image: url(../img/poster/图标/人工客服（选中）.png) ;
}

.footer .container .footer-main .footer-links .right .folow{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer .container .footer-main .footer-links .right .folow .weibo, .footer .container .footer-main .footer-links .right .folow .weixin{
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/poster/图标/微信.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: bottom
}

.footer .container .footer-main .footer-links .right .folow .weibo{
	background-image: url(../img/poster/图标/新浪微博.png);
}

.footer .footer-info-container{
  width: 100%;
  height: 226px;
  padding-top: 30px;
  /* background-color: skyblue; */
}

.footer .footer-info-container .footer-info{
  /* width: 100%; */
  width: 1226px;
  margin: 0 auto;
  height: 157px;
  box-sizing: border-box;
  /* background-color: violet; */
  display: flex;
}

.footer .footer-info-container .footer-info .logo{
  flex: 1;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  background: url(../img/icon-小米归属.png) no-repeat;
  background-size: 56px;
  /* background-color: royalblue; */
}

.footer .footer-info-container .footer-info .text{
  width: 1149px;
  height: 100%;
  /* background-color: rgb(94, 245, 152); */
}


.footer .footer-info-container .footer-info .text .sites{
  line-height: 18px;
  font-size: 12px;
}

.footer .footer-info-container .footer-info .text .sites a{
  text-decoration: none;
  cursor: pointer;
  color: #757575;
}

.footer .footer-info-container .footer-info .text .sites a:hover{
  color: #f25807;
}

.footer .footer-info-container .footer-info .text .sites span{
  color: #b0b0b0;
}

.footer .footer-info-container .footer-info .gov{
  color: #b0b0b0;
  font-size: 14px;
}

.footer .footer-info-container .text .pics{
  /* height: 100%; */
  /* width: 100%; */
}

.footer .footer-info-container .text .pics img{
  height: 28px;
}


.footer .footer-info-container .slogan{
  background: url(../img/footer/footer-info/slogan2020.png) no-repeat center;
  background-size: 368px 21px;
  height: 21px;
  width: 368px;
  margin: 0 auto;
}