body,html{
  margin: 0;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
}
.bottom{
    padding: 12px;
    box-sizing: border-box;
}
/* 响应式媒体查询 */
/* 容器 */

/* 图片 */
.image {
  width: 100%;
  height: auto;
}
.head {
  text-align: center;
  display: flex;
}
.h_title {
  font-weight: bold;
}

.b_title {
  margin-top: 10px;
  color: #666;
}
.title {
  text-align: left;
  width: 37%;
  margin: 0 auto;
}
.line {
  height: 2px;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
}
.left img {
  border: 2px solid #000;
  border-radius: 50%;
}
.main_content {
  box-sizing: border-box;
}
.l_top {
  color: #fff;
  font-weight: bold;
}
.c_right {
  padding: 40px;
  box-sizing: border-box;
}
.l_item{
 display: flex;       
 justify-content: flex-start;

 align-items: center;
 
}
.l_item img{
   vertical-align: middle;
   
}
.h1{
    font-weight: bold;
}
.h2{
    width: 80vw;
}
.edu{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.mt10{
    margin-top: 10px;
}
@media screen and (max-width: 2300px) {
    .skill{
        display: flex;
        justify-content: space-around;
        text-align: center;
        margin-top: 30px;
    }
    .edu img{
        width: 50px;
        height: 50px;
        vertical-align: text-top;
        margin-right: 20px;
    }
    div.m0{
        margin: 0 auto;
        margin-top: 30px;
    }
    .h{
        margin-top: 30px;
        font-weight: bold;
    }
    .l_item{
     margin-top: 40px;   
    }
    .l_item img{
        width: 50px;
        height: 50px;
        margin-right: 50px;
    }
  .c_left {
    border-right: 2px solid #000;
    width: 30vw;
    border-bottom: 2px solid #000;
  }
  .c_right {
    font-size: 30px;
    color: #666;
    line-height: 50px;
    border-bottom: 2px solid #000;

  }
  .l_top {
    height: 80px;
    line-height: 80px;
    background-color: #000;
    border-radius: 40px;
    padding: 0px 60px;
    box-sizing: border-box;
    font-size: 30px;
    margin-top: 100px;
    width: 300px;
  }
  .main_content {
    padding: 40px;
    display: flex;
    justify-content: flex-start;
  }
  .head {
    background-color: #d2e0fb;
    padding: 40px;
  }
  .h_title {
    font-size: 40px;
  }
  .b_title {
    font-size: 30px;
  }
  .line {
    margin-top: 50px;
  }
  .left {
    /* padding-top: 30%; */
    position: absolute;
    top: 40px;
  }
  .left img {
    width: 300px;
    height: 300px;
  }
  .h1{
    font-size: 30px;
}
.h2{
    font-size: 20px;
    width: 70vw;
}
.flex_x{
    display: flex;
    justify-content: space-around;
}
.center{
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}
}
@media screen and (max-width: 475px) {

    .edu img{
        margin-right: 10px;
    }
    .mt10{
        line-height: 20px;
    }
    div.m0{
        margin: 0 auto;
        margin-top: 20px;
    }
    .flex_x{
        display: block;
        text-align: center;
    }
    .center{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    }
    .skill{
        display: block;
    }
    .h{
        margin-top: 20px;
        font-weight: bold;
        font-size: 14px;
        width: 300px;
    }
    .l_item{
        margin-top: 20px;   
       }
       .l_item img{
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    .l_item {
        width:100vw;
    }
    .h1{
        font-size: 20px;
    }
    .h2{
        font-size: 16px;
    }
  .c_left {
    border: none;
  }
  .c_right {
    font-size: 20px;
    color: #666;
    line-height: 25px;
    padding: 10px;
  }
  .l_top {
    padding: 0px 24px;
    margin-top: 20px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 200px;
    text-align: center;
  }
  .main_content {
    padding: 20px;
    display: block;
  }
  .head {
    background-color: #d2e0fb;
    padding: 12px;
  }
  .h_title {
    font-size: 16px;
  }
  .b_title {
    font-size: 12px;
  }
  .left img {
    width: 80px;
    height: 80px;
  }
  .left {
    position: initial;
  }
  .line {
    margin-top: 20px;
  }
}
/* .container {
  max-width: 100vw;
  margin: 0 auto;
} */
