body {
  font-family: Microsoft YaHei;
  /* width: auto;
  height: auto; */
  width: 100%;
  height: 100%;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
a:hover {
  color: #3a83e9;
}
button {
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
* {
  box-sizing: border-box;
}
.main {
  width: 1200px;
  margin: 0 auto;
}


.bg{
  background: url(page_banner_bg.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
}
.banner-title{
  width: 1200px;
  height: 130px;
  margin: 40px auto;
  padding: 15px 36px;
  background: url(banner-title.png) no-repeat center;
  background-size: cover;
  display: flex;
}
.banner-title .banner-left{
  width: 15%;
  height: 100%;
}
.banner-title .banner-left .title-logo{
  width: 75px;
  height: 75px;
  background: url(banner_title_icon.png) no-repeat center;
  background-size: cover;
}
.banner-title .banner-left .title-text{
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}
.banner-title .center{

  width: 25%;
  height: 100%;
}
.center .wapper{
  transition: all  1s ease;
  width: 212px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  color: #3A83E9;
  cursor: pointer;
}


.center :hover{
  transform: translateY(-10%);
  font-size: 16px;
  cursor: pointer;
}
.center .wapper .wapper-icon1{
  width: 17px;
  height: 17px;
  background: url(wapper-icon1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
}
.center .wapper .wapper-icon2{
  width: 17px;
  height: 17px;
  background: url(wapper-icon2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
}
.wapper-btn1{
  color: red;
  font-size: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.wapper-btn2{
  color: tomato;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
}
.banner-title .right{
  width: 60%;
  height: 100%;
}
.right .right-item{
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
  margin-top: 5px;
}
.right .right-item .text{
  margin-right: 40px;
}
.num_tomato{
  font-size: 24px;
  color: tomato;
  cursor: pointer;
}
.num_red{
  font-size: 24px;
  color: red;
  cursor: pointer;
}

.message_wapper{
  width: 1200px;
  height: 450px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}

.message_wapper .table_box{
  width: 826px;
  background-color: #FFFFFF;
  position: relative;
}
.message_wapper .table_box table{
  width: 100%;
  height: 200px;
  border-collapse: collapse;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 15px;
  margin: 0 auto;
  transition: all  1s ease;
}
.message_wapper .table_box .paginate{
  width: 75%;
  height: 60px;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Regular;
  font-size:14px;
  position: absolute;
  bottom: 12px;
  left: 77px;
}
.table_box .paginate button{
  padding: 5px 10px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  margin-left: 5px;
  color: #333333;
  cursor: pointer;
}
.table_box .paginate .item-text{
  padding-right: 40px;
}
.table_box .paginate .text{
  font-family: Microsoft YaHei;
  font-size: 15px;
}
.message_wapper .table_box table tr{
  height: 65px;
  border-bottom: 0.5px solid #EEEEEE;
  line-height: 65px;
  display: flex;
  justify-content: space-between;
}
.message_wapper .table_box table tr:hover{
  background-color: rgb(238, 238, 238);
  transition:  0.3s ease;
  font-size: 16px;
  cursor: pointer;
}
.message_wapper .table_box .title{
  width: 100%;
  height: 50px;
  background-color: #3A83E9;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  line-height: 50px;
  text-align: center;
}
.message_wapper .table_box table tr td:nth-child(1){
  width: 20%;
  line-height: 65px;
  padding-left:10px

}
.message_wapper .table_box table tr td:nth-child(2){
  text-align: left;
  width: 450px;
  display: inline-block;
  white-space: nowrap;       /* 防止文本换行 */
  overflow: hidden;          /* 隐藏溢出的内容 */
  text-overflow: ellipsis; 
  line-height: 65px;
  margin-left: 20px;
}
.message_wapper .table_box table tr td:nth-child(3){
  width: 15%;
}
.message_wapper .table_box table tr td:nth-child(4){
  width: 17%;
}

.commit_box{
  width: 27%;
  height: 100%;
  background: url(table_banner.png) no-repeat center;
  background-size: 100% 100%;
}

.commit_box .title{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #3A83E9;
  font-weight: bold;
  color: white;
  text-align: center;
}

.commit_box .text{
  width: 80%;
  margin: 20px auto;
  font-family: Regular;
}
.commit_box .input{
  width: 80%;
  margin: 15px auto;
  display: block;
  border: 1px solid #FFFFFF;
  height: 40px;
  background-color: white;
}
.btn{
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 40px auto 0;
}
.btn button{
  width: 80px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.btn_commit{
  background: #3A83E9;
  color: white;
}
.btn_reset{
  background: white;
  color:  #3A83E9;
}


.line_wapper{
  width: 1200px;
  height: 405px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.line_item{
  width: 48%;
}
.line_top{
  height: 50px;
  line-height: 50px;
  color: #3A83E9;
  padding-left: 20px;
  font-size: 25px;
  border-radius: 30px 0 0 0;
  background: linear-gradient(86deg, rgb(187, 214, 248), rgb(255, 252, 245));
  font-weight: bold;
}
.top_bottom{
  width: 50px;
  height: 2px;
  background-color: red;
  margin-top: 15px;
  margin-left: 25px;
}
.line_list_box{
  width: 100%;
  background-color: #fff;
  padding: 25px;
  font-family: Regular;
  box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.line_list{
  height: 570px;
}
.list_item{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #EEEEEE;
  transition: all  1s ease;
}
.lD .text{
  width: 400px;
  height: 60px;
  display: inline-block;
  white-space: nowrap;       /* 防止文本换行 */
  overflow: hidden;          /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  line-height: 60px;
}
.list_item button{
  width: 70px;
  height: 30px;
  border-radius: 20px;
  background: rgb(238, 238, 238);
  color: gray;
  cursor: pointer;

}

.list_item :hover{
  transform: translateY(-5%);
  cursor: pointer;
  font-size: 17px;
}

.list_item .data{
  color: #999999;
  font-family: Microsoft YaHei;
  font-size: 14px;
}