@charset "UTF-8";
.body {
  background-image: url("../img/knowledge/knowledgeBg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  min-height: 100vh; }
  .body .container {
    background-color: white;
    width: 134rem;
    margin: auto;
    min-height: 100vh;
    padding: 5rem 7rem; }
    .body .container .profile_detail {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding-bottom: 5rem;
      border-bottom: 1px solid #eeeeee; }
      .body .container .profile_detail .profile_img {
        width: 18.6rem;
        margin-right: 3rem;
        height: 15rem;
         }
        .body .container .profile_detail .profile_img img {
          display: block;}
      .body .container .profile_detail .profile_info {
        flex: 1; }
        .body .container .profile_detail .profile_info .profile_info_name {
          font-size: 24px;
          color: #a40000; }
          .body .container .profile_detail .profile_info .profile_info_name span {
            font-size: 14px;
            color: #999; }
      .body .container .profile_detail .profile_info_basic_introduce {
        margin: 1.5rem 0;
        height: 3rem;
        width: 10rem;
        border-radius: 1.2rem;
        background-color: #ffffff;
        color: #a40000;
        /*border: 1px solid #a40000;*/
        font-size: 14px; }
      .body .container .profile_detail .profile_info_introduce ul {
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .body .container .profile_detail .profile_info_introduce ul li {
          margin-right: 9rem;
          line-height: 3rem; }
          .body .container .profile_detail .profile_info_introduce ul li:last-child {
            margin-right: 0; }
    .body .container .profile_more {
      padding: 2.2rem 0; }
      .body .container .profile_more .profile_main {
        padding-left: 5rem;
        padding-top: 1rem; }
        .body .container .profile_more .profile_main > div {
          line-height: 4.5rem;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .body .container .profile_more .profile_main > div .mainLeft {
            margin-right: 1rem; }
          .body .container .profile_more .profile_main > div p:last-child {
            flex: 1; }
          .body .container .profile_more .profile_main > div.jilu p:first-child {
            margin-right: 13rem; }
    .body .container .profile_address {
      padding-bottom: 2.2rem; }
      .body .container .profile_address .profile_main {
        padding-left: 5rem;
        padding-top: 2rem; }
        .body .container .profile_address .profile_main p {
          color: #a40000; }
    .body .container .mainTitle {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 16px;
      font-family: 微软雅黑;
      color: #a40000;
      font-weight: bold; }
