*{padding:0;margin:0;}
html{
  font-size:14px;
}
body{background-color:#F0F0F0;}
/**pc端**/
@media screen and (min-width:550px){ 
  .wrap{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    background-color:white;
  }
  .wrap>div{
    width: 550px;
    height: 130px;
    margin: 35px auto;
    padding: 30px 0 30px 240px;
    position: relative;
    box-sizing:border-box;
  }
  .wrap img{
    position:absolute;
    left:0;
    top:30px;
  }
  .ft-big{font-size:1.6em;}
  .orange{color:rgb(252, 91, 0);font-weight: 700;}
  .ft-small{font-size:0.3em;}
  .gray{color:#666;margin:5px 0;}
  a{
    font-size: 1.2em;
    text-decoration: none;
    color: #027AAE;
    font-weight: 700;
  }
  a:last-child{margin-left:20px;}
}
/**wap端**/
@media screen and (max-width:550px){
  .wrap{
    text-align: center;
    margin-top: 20%;
    background-color: white;
    padding: 20px;
  }
  img{margin-bottom:20px;}
  .ft-big{font-size:1.4em;}
  .orange{color:rgb(252, 91, 0);font-weight: 700;}
  .ft-small{font-size:1em;}
  .gray{color:#666;margin: 20px 0 10px;}
  a{
    font-size: 1.2em;
    text-decoration: none;
    color: #027AAE;
    font-weight: 700;
  }
  a:last-child{margin-left:20px;}
}