.views {
    width: 100%;
  }
  .views .banner {
    width: 100%;
    height: 280px;
    background: url(../static/doctor_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-
  size: cover;
  }
  .views .pitem {
    cursor: pointer;
    height: 200px;
    background-color: #ffffff;
  }
  .views .pitem .infos {
    width: 100%;
    height: 136px;
    align-items: flex-start;
    display: flex;
  }
  .views 
  .pitem .infos img {
    width: 150px;
    height: 200px;
    border-radius: 5px;
    margin-right: 18px;
  }
  .views .pitem .infos .userinfo {
    display: flex;
    flex-direction: column;
  }
  .views .pitem .infos 
  .userinfo h1 {
    font-weight: bold;
    font-size: 20px;
    color: #03a560;
    margin-top: 17px;
    margin-bottom: 22px;
  }
  .views .pitem .infos .userinfo .iitem {
    display: flex;
  margin-bottom: 16px;
  }
  .views 
  .pitem .infos .userinfo .iitem span {
    font-size: 14px;
    color: #888888;
white-space: nowrap;
  }
  .views .pitem .infos .userinfo .iitem h6 {
    font-size: 14px;
    color: #333333;
  }
  .views .controllerbar {
    width: 100%;
    
  height: 63px;
    border-bottom: 1px solid #e8e8e8;
  }
  .views .controllerbar .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .views .controllerbar .container .posi_link span {
    font-size: 14px;
    color: #999999;
  }
  .views .controllerbar .container .posi_link a {
    font-size: 14px;
    color: #666;
  }
  .views .controllerbar 
  .container .posi_line {
    width: 64px;
    height: 2px;
    background-color: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    transition-duration: 0.3s;
  }
  .views 
  .controllerbar .container .transline1 {
    width: 64px;
    height: 2px;
    background-color: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
  .views .controllerbar 
  .container .transline2 {
    width: 64px;
    height: 2px;
    background-color: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(113px);
  }
  .views .controllerbar .container 
  .transline3 {
    width: 64px;
    height: 2px;
    background-color: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(226px);
  }
  .views .controllerbar .container .line {
    width: 
  1px;
    height: 16px;
    background-color: #e4e4e4;
    margin: 0 24px;
  }
  .views .controllerbar .container .c_item {
    font-size: 16px;
    color: #999999;
    cursor: pointer;
  }
  .views .controllerbar .container 
  .c_active {
    color: #03a560;
  }
  .views .contents {
    width: 100%;
  }
  .views .contents .container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 173px;
    box-sizing: border-box;
  }
  .views .contents .container h1 {
    font-size: 30px;
    font-weight: bold;
    color: #444444;
  }
  .views .contents .container .tips {
    font-size: 14px;
    color: #999999;
    margin-top: 32px;
    margin-bottom: 
  16px;
  }
  .views .contents .container .line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 33px;
    margin-bottom: 47px;
  }
  .views .contents .container .vhtml h4 {
    font-size: 
  20px;
    font-weight: bold;
    color: #555555;
  }
  .views .contents .container .vhtml .nerog {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
  }
  .views .contents .container .linet {
    width: 100%;
    
  height: 1px;
    background-color: #dddddd;
    margin: 40px 0;
  }
  .views .contents .container h5 {
    color: #1678ad;
    font-size: 16px;
  }
  .views .contents .container a {
    font-size: 16px;
    color: #999999;
  }
  