*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mTitle {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sTitle {
  /*background: #4C8EE2;*/
  padding: 0 18px;
  height: 36px;
  line-height: 32px;
  border-radius: 18px;
  border: 2px solid #4C8EE2;
  text-align: center;
  color: #4C8EE2;
  font-weight: 800;
  font-size:14px;
  cursor: default;
}
.mTable {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
table {
  width: 70%;
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid #d5d5d5;
}
/*th, td {*/
/*  padding: 6px;*/
/*  text-align: left;*/
/*}*/
td {
  position: relative;
}
tr {
  height:48px;
}
.mTh {
  color: #d53636;
  font-size:15px;
  padding-left:12px;
  text-align: left;
}
.mTr{
  height: 44px;
  /*background:#F3F4F6;*/
}
.map-icon{
  width: 28px;
  height: 28px;
  margin-left: 12px;
  margin-right: 8px;
}
.soft-cell {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.soft-cell:hover {
  background: #F3F4F6;
}
.cell-font {
  color: #4C8EE2;
  /*color: #409EFF;*/
  font-size:15px;
}
a {
  color: #4c8bce;
  /*color: #409EFF;*/
  font-size:15px;
  text-decoration: none;
}
col{
  width: 50%;
}

.title_bar{
  height: 56px;
  background: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eee;
}
.mbody{
  background: #f1f1f1;
}
.contentBox{
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 800px;
}
.collet{
  height: 100%;
  /*background: #00A664;*/
  background: #524f4d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  font-size: 20px;
}

.navBtn{
  width: 200px;
  height: 44px;
  color: #409EFF;
  background: #ECF5FF;
  border: 1px solid #409EFF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tips{
  width: 55%;
  margin: 0 auto;
  font-size: 12px;
  color:#666;
  text-align: center;
}

.navBtn:hover{
  background: #409EFF;
  color: white;
}
.DLogo {
  width: 70%;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4b4847;
  cursor: pointer;
}
.logoImg{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoImg img {
  width: 64px;
  height: auto;
}
.shake-text {
  display: inline-block;
  animation: shake 1.5s infinite;
  color: red;
  font-weight: bold;
  margin-left: 4px;
  font-size: 15px;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-1px); }
  20%, 40%, 60%, 80% { transform: translateX(1px); }
}

.mtips{
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  color:#666;
  text-align: center;
}

.search-box {
  position: relative;
  width: 410px;
  height: 42px;
  margin: 20px auto;
}
/* 整体圆角输入框 */
.search-input {
  width: 100%;
  height: 100%;
  padding: 0 88px 0 18px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  outline: none;
  font-size: 15px;
  background: #fff;
}
.search-input:focus {
  border-color: #b2b2b2;
}
/* 按钮：左直角、右圆角 */
.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 74px;
  border: none;
  border-radius: 0 8px 8px 0;
  /*background-color: #6C757D;*/
  background: #524F4D;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn:hover {
  background-color: #666;
}
.search-icon {
  width: 24px;
  height: 24px;
}
.search-icon path{
  fill: #fff;
}

.clear-box {
  position: absolute;
  top: 0;
  right: 74px;
  height: 100%;
  width: 34px;
  justify-content: left;
  align-items: center;
  display: none;
  cursor: pointer;
  /*background: red;*/
}
.clear-btn{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  .contentBox {
    width: 100%;
  }
  table {
    width: calc(100% - 36px);
  }
  .search-box{
    width: 314px;
    height: 40px;
  }
  tr{
    height: 40px;
  }
  .mTr {
    height: 40px;
  }
  .mTh {
    font-size:14px;
    padding: 8px;
  }
  .map-icon{
    display: none;
  }

  .soft-cell {
    padding-left: 8px;
  }
  .cell-font {
    /*color: #409EFF;*/
    font-size:14px;
  }
  .sTitle {
    /*background: #4C8EE2;*/
    padding: 0 16px;
    height: 34px;
    line-height: 30px;
    border-radius: 17px;
    font-size:13px;
  }
  col{
    width: 50%;
  }
  a {
    font-size:14px;
    color: #409EFF;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentBox {
    width: 85%;
  }
  table {
    width: calc(100% - 100px);
  }
  .mtips{
    width: 70%;
  }
  .search-box{
    width: 360px;
    height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .contentBox {
    width: 960px;
  }
  table {
    width: 700px;
  }
  .mtips{
    width: 768px;
  }
}
