/* pc端 */
@media screen and (min-width: 1367px) {
  .footer {
    background-color: #2f2f2f;
    padding: 15px 0;
  }
  .footer .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
  }
  .footer .left {
    width: 27%;
  }
  .footer .left h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
  }
  .footer .left p {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 9px;
  }
  .footer .left p img {
    margin-right: 8px;
  }
  .footer .center li {
    float: left;
    margin-right: 67px;
  }
  .footer .center li:last-child {
    margin-right: 0;
  }
  .footer .center li h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center li p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
  }
  .footer .center li p:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  .footer .right p {
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
  footer {
    background-color: #2f2f2f;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-top: 1px solid #fff;
  }
  footer p {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100% !important;
    padding: 0 10px;
  }
  .footer {
    background-color: #2f2f2f;
    padding: 15px 0;
  }
  .footer .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
  }
  .footer .left {
    width: 27%;
  }
  .footer .left h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
  }
  .footer .left p {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 9px;
  }
  .footer .left p img {
    margin-right: 8px;
  }
  .footer .center li {
    float: left;
    margin-right: 60px;
  }
  .footer .center li:last-child {
    margin-right: 0;
  }
  .footer .center li h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center li p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
  }
  .footer .center li p:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  .footer .right p {
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
  footer {
    background-color: #2f2f2f;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-top: 1px solid #fff;
  }
  footer p {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100% !important;
    padding: 0 10px;
  }
  .footer {
    background-color: #2f2f2f;
    padding: 15px 0;
  }
  .footer .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
  }
  .footer .left {
    width: 27%;
    font-size: 12px;
  }
  .footer .left h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
  }
  .footer .left p {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 9px;
  }
  .footer .left p img {
    margin-right: 8px;
  }
  .footer .center li {
    float: left;
    margin-right: 37px;
  }
  .footer .center li:last-child {
    margin-right: 0;
  }
  .footer .center li h1 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center li p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
  }
  .footer .center li p:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  .footer .right p {
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
  footer {
    background-color: #2f2f2f;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-top: 1px solid #fff;
  }
  footer p {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100% !important;
    padding: 0 10px;
  }
  .footer {
    background-color: #2f2f2f;
    padding: 10px 0;
    margin-top: 15px;
  }
  /* .footer .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
  } */
  /* .footer .left {
    width: 50%;
  } */
  .footer .left h1 {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
  }
  .footer .left p {
    margin: 10px 0;
    display: block;
    width: 84%;
    line-height: 25px;
    color: #cccccc;
    font-size: 13px;
  }
  /*.footer .left a {*/
  /*  display: block;*/
  /*  float: left;*/
  /*  width: 12px;*/
  /*  height: 12px;*/
  /*}*/
  .footer .left p img {
    margin-right: 6px;
  }
  .footer .center ul{
    overflow: hidden;
  }
  .footer .center li {
    float: left;
    margin-right: 15px;
  }
  .footer .center li:last-child {
    margin-right: 0;
  }
  .footer .center li h1 {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center li p {
    font-size: 8px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
  }
  .footer .center li p:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  .footer .right {
    display: none;
  }
  footer {
    background-color: #2f2f2f;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-top: 1px solid #fff;
  }
  footer p {
    font-size: 8px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
  }
}
