@charset "utf-8";
    /*
*UGO 客服电话
*time:20150722
*author:L.J;
    */
body {
    background:#F0F0F0;
}
.service-tel{
    padding:15% 0;
    overflow: hidden;
    text-align: center;
}
.tel-img{
    background:url(../../images/user/icon-tel.png) no-repeat;
    background-size:100% 100%;
    width: 5.583em;
    height: 5.208em;
    margin: 0 auto
}
.tel-img-tip{
    color: #666;
    font-size: 1.083em;
    margin-top: .417em;
}
.tel-num{
  margin-top: 4.167em;
  color: #222;
  font-size: 1.5em;
}
.tel-num i{
    font-family: arial
}
.tel-bt{
   margin-top: 4.167em;
}
.tel-bt a{
    background-color: #ff0000;
    color: #fff;
    width: 70%;
    height: 3.333em;
    line-height: 3.333em;
    border-radius: .208em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}
.tel-bt a:before{
    content: "";
    background:url(../../images/user/icon-tel-bt.png) no-repeat;
    background-size:100% 100%;
    width: 1.458em;
    height: 1.792em;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left:-4.929em;
    margin-top: -.896em
}
.tel-time{
    color: #666;
    font-size: 1em;
    margin-top: .833em;
}