/*===============================footer开始==========================================*/
#pc_footer {
  width: 100%;
  height: 480px;
  min-width: 1240px;
  background-color: #252526;
  padding-top: 50px;
  box-sizing: border-box;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-list {
  width: 300px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer-list-size {
   margin-top: 18px;
  font-family: MicrosoftYaHei;
	font-size: 16px;
 	letter-spacing: 1px;
	color: #999999;
}
.footer-list-sizes {
  font-family: MicrosoftYaHei;
   margin-top: 10px;

 	font-size: 12px;
 
	letter-spacing: 1px;
	color: #999999;
}
.footer-list-sizess {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.footer-listImg {
  width: 47px;
  height: 40px;
}
.footer-list-cont {
	width: 290px;
	height: 140px;
	border: solid 1px #2c2c2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
 align-items: center;
 padding-top: 18px;
 box-sizing: border-box;
}
.footer-right {
  width: 2px;
  height: 48px;
  background-color: #e0e0e0;
  position: absolute;
  right: 18px;
}
.footer-bottom {
  width: 100%;
  height: 193px;
  background-color: #252526;
}
.footer-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-bottom-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 75px;
}
.footer-top-size {
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  margin-top: 41px;
  margin-bottom: 27px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer-top-sizes {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #7c7c7c;
}
.footer-bottoms {
  width: 100%;
  height: 80px;
  background-color: #252526;
}
.bottoms-list {
  border-top: 1px solid #303030;
  text-align: center;
  height: 100%;
  padding-top: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 1px;
  color: #7c7c7c;
}
a {
  text-decoration: none;
}
