
a{
  text-decoration :none;
}

/*==================     LINE S======================*/

.phoneWrap{
  display:none;
}

@media screen and (max-width: 640px) {
  .phoneWrap{
    display:block;
    width:100%;
    max-width:290px;
  }
  .phoneWrap{
    position: fixed;
    bottom: 6px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 999;
  }
  .phoneWrap a{
    display: inline-block;
    color:#fff;
  }
  .phoneWrap a:hover{
    color:#fff;
  }
  .phoneWrap li{
    text-align: center;
    list-style:none;
    float:left;
    border-radius: 50px;
    width: 45%;
    margin: 0 1.5%;
    background: rgba(7,195,212,0.75); /*顏色#07c3d4 */
  }
} 
@media screen and (max-width: 374px) {
  .phoneWrap{
    position: fixed;
    width:280px;
    bottom: 6px;
  }
  .phoneWrap li{
    text-align: center;
    list-style:none;
    float:left;
    width:48%;
    border-radius: 20px;
    width: 40%;
    margin: 0 .3%;
  }
} 
/*==================     LINE     E ======================*/