* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
body {
  background-color: #eee;
}
.main {
  width: 100%;
  margin-top: 30px;
  background-color: #eee;
}
.title {
  position: absolute;
  top: -32px;
}
.User {
  width: 175px;
  height: 265px;
}
.left {
  width: 60%;
  border: 1px solid #ccc;
  margin-left: 1%;
  float: left;
}
.left .leftTop {
  height: 300px;
  position: relative;
  margin: 20px;
}
.left .leftTop .left_l {
  float: left;
}
.left_l img{
  width:240px;
  height:300px;
}
.left .leftTop .left_m {
  float: left;
  margin-left: 30px;
  width:30%;
}
.left .leftTop .left_r {
  float: right;
  width:60%;
}
.left .leftTop .left_r ul li {
  overflow: hidden;
  line-height: 55px;
}
.left .leftTop .left_r ul li input {
  margin-left: 20px;
  padding-left: 6px;
  width: 70%;
  height: 26px;
  line-height: 26px;
}
.left .leftTop .left_r ul li label {
  width: 60px;
  display: inline-block;
  text-align: right;
}
.left .leftCenter {
  height: 220px;
  margin:20px;
}
.left .leftCenter .centr_l {
  width: 350px;
  height: 200px;
  overflow: auto;
  float: left;
  margin-left: 20px;
}
.left .leftCenter .centr_l label {
  display: block;
  line-height: 40px;
}
.left .leftCenter .centr_r {
  float: left;
  width: 100px;
  margin-left: 20px;
}
.left .leftCenter .centr_r button {
  width: 90px;
  height: 26px;
  margin-bottom: 20px;
  border: 1px solid #999;
}
.left .leftBottom {
  /*height: 300px;*/
  margin:20px;
}
.left .leftBottom .welcome {
  font-size: 32px;
}
.left .leftBottom .textarea {
  width: 90%;
  height: 190px;
  font-size: 13px;
}
.left .leftBottom p {
  margin-bottom: 10px;
}
.right {
  width: 36%;
  float: left;
  margin-left: 1%;
}
.right .rightTop {
  position: relative;
  padding-top: 10px;
}
.right .rightTop label {
  display: inline-block;
  margin-left: 20px;
  margin-top: 30px;
  width: 60px;
  text-align: left;
  font-size: 14px;
}
.right .rightTop input {
  margin-left: 20px;
  padding-left:6px;
  width: 70%;
  height: 26px;
  line-height: 26px;
}
.right .rightTop p {
  display: inline-block;
  margin-left: 20px;
}
.right .rightTop .cha {
  line-height: 20px;
  margin-bottom: 20px;
}
.right .rightTop .btn_List {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
}
.right .rightTop .btn_List button {
  width: 110px;
  height: 30px;
  border: 1px solid #999;
}

.right .rightTop table {
  width: 100%;
  height:800px;
  border: 2px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  overflow: scroll;
  display:inline-block
}

.right .rightTop table td {
  border: 1px solid #aaa;
  padding: 0 5px 0 5px;
}

.right .rightTop table .table_oneTr {
  height: 40px;
}

.right .rightTop table .table_oneTr td:last-child {
  border-right: none;
}
.right .rightTop table tr {
  height: 30px;
  line-height:30px;
  border: 1px solid #aaa;
}

