/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
  .footer {
    width: 100%;
    height: auto;
    min-height: initial;
    margin-top: .3rem;
  }
  .friendLink {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #FFEBCF;
    border: 1px solid #ffce8b;
    border-left: none;
    border-right: none;
    padding: .2rem .2rem .4rem;
  }
  .friendLink .friendLink_title {
    float: none;
  }
  .friendLink .friendLink_title h3 {
    float: none;
    font-weight: 600;
    font-size: .36rem;
    line-height: .6rem;
    color: #333333;
    margin-top: 0;
    border-bottom: 2px solid #c22800;
    padding-left: .5rem;
    background: url(../images/two.png) left no-repeat;
  }
  .friendLink ul {
    display: block;
    float: none;
    margin-top: .1rem;
    overflow: hidden;
  }
  .friendLink ul li {
    display: block;
    height: auto;
    float: left;
    padding: 0;
    border-left: none;
    font-size: .26rem;
    line-height: 2;
    font-family: SimSun;
    text-align: left;
    color: #333;
    display: flex;
    flex-wrap: wrap;
  }
  .friendLink ul li a {
    display: block;
    color: #333;
    padding: 0 .1rem 0 0;
  }
  .friendLink div.ewm {
    display: block;
    float: none;
    margin-top: .2rem;
    margin-right: 0;
    text-align: center;
  }
  .friendLink_list {
    width: 100%;
  }
  .copy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/back1.png) no-repeat center center;
    background-size: cover;
  }
  .copy .copy_list {
    width: 100%;
    height: auto;
    margin: .4rem auto;
    text-align: center;
  }
  .copy .copy_list img {
    float: left;
    width: 1.6rem;
    height: 1.6rem;
  }
  .copy .copy_list p {
    font-size: .24rem;
    line-height: 2;
    color: #333333;
  }
}
