.fuwuhao_enter{
    padding-top: 10px;
    padding-bottom:10px;
    display: none;
}
.fuwuhao_enter .fuwuhao_enter_title{
    line-height: 24px;
    text-align: center;
    border-top:1px solid #eeeeee;
    position: relative;
    width: 97%;
    margin: 12px auto 0 auto;
    color: #b3b3b3;
}
.fuwuhao_enter .fuwuhao_enter_title_content{
    width: 70%;
    position: absolute;
    left: 50%;
    top:-12px;
    margin-left: -34%;
    background: #FFF;
}
.fuwuhao_enter .fuwuhao_enter_title img{
    width: 12px;
    height: 12px;
    display: inline;
}
.fuwuhao_enter .fuwuhao_enter_content{
    padding-top: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.fuwuhao_enter .fuwuhao_enter_content_left{
    margin-left: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width:66%;
}
.fuwuhao_enter .fuwuhao_enter_logo{
    margin-right: 4%;
}
.fuwuhao_enter .fuwuhao_enter_logo img{
    width: 44px;
}
.fuwuhao_enter .fuwuhao_enter_font{
    color: #4b4b4b;
    font-size: 14px;
    line-height: 22px;
}
.fuwuhao_enter .fuwuhao_enter_font span{
    color: #39ba01;
}
.fuwuhao_enter .fuwuhao_enter_open{
    margin-top: 10px;
    background: #39ba01;
    color:#FFF;
    font-size: 14px;
    border-radius: 13px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 3%;
    display: block;
}

.fuwuhao_enter_cyu{
    padding-bottom:20px
}
.fuwuhao_enter_cyu .fuwuhao_enter_title_content{
    background-color: #F8F8F8;
}

@media screen and (max-width: 320px) {
    .fuwuhao_enter .fuwuhao_enter_title_content {
      width:80%;
      margin-left: -40%;
    }
  }
