@charset "UTF-8";
@import "../layui/css/layui.css";
@import "../css/innerStyle.css";
.message-table {
  box-sizing: border-box;
  padding: 56px 40px;
}
.message-table .layui-table {
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.17);
  margin-bottom: 50px;
}
.message-table .layui-table thead {
  height: 50px;
  background: rgb(10, 72, 165);
}
.message-table .layui-table thead tr {
  background: rgb(10, 72, 165);
}
.message-table .layui-table thead .number, .message-table .layui-table thead .state, .message-table .layui-table thead .time {
  width: 150px;
}
.message-table .layui-table thead th {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.message-table .layui-table tbody tr {
  min-height: 64px;
}
.message-table .layui-table tbody td {
  text-align: center;
  font-size: 16px;
  color: #333333;
  min-height: 64px;
  padding: 15px;
}
.message-table .layui-table tbody td.on {
  color: rgb(10, 72, 165);
}
.message-table .layui-table tbody td.off {
  color: #399D33;
}
.message-table .layui-table tbody a {
  display: inline-block;
  width: 100%;
  color: #333333;
  text-align: left;
}

.message-detail {
  box-sizing: border-box;
  padding: 50px 40px;
}

.message-card {
  width: 100%;
  min-height: 220px;
  background: #FFFFFF;
}
.message-card .card-tp {
  min-height: 82px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #DDDDDD;
  box-sizing: border-box;
  padding: 10px 30px;
  flex-wrap: wrap;
}
.message-card .card-tp div {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 40px;
}
.message-card .card-bt {
  box-sizing: border-box;
  padding: 18px 30px;
}

.card-ask .card-tp div {
  background: rgb(10, 72, 165);
}
.card-ask h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.card-ask .card-bt span {
  display: inline-block;
  margin-right: 65px;
  font-size: 14px;
  color: #666666;
}
.card-ask .card-bt p {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
  margin-top: 18px;
}

.card-reply {
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  box-sizing: border-box;
  margin-top: 50px;
}
.card-reply .card-tp div {
  background: #399D33;
}
.card-reply .card-tp p {
  margin-right: 40px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
}
.card-reply .card-tp p span {
  font-weight: 400;
}
.card-reply .card-tp p:last-child {
  margin-right: 0;
}
.card-reply .card-bt p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.message-form {
  box-sizing: border-box;
  padding: 56px 40px;
}

.leave-form .leave-form-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.leave-form i {
  font-size: 20px;
  color: #999999;
}
.leave-form label {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 12px;
}
.leave-form .leave-input-inline {
  max-width: 470px;
  width: 100%;
  height: 70px;
  border: 1px solid #D4D4D4;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 24px;
}
.leave-form input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.leave-form input:focus {
  border: none;
  outline: none;
}
.leave-form input::placeholder {
  color: #333333;
}
.leave-form .layui-form-select {
  width: 100%;
}
.leave-form .layui-form-select .layui-input {
  padding: 0;
}
.leave-form .leave-form-text {
  border: 1px solid #D4D4D4;
  min-height: 230px;
  box-sizing: border-box;
  padding: 36px 23px;
}
.leave-form .leave-form-text .leave-input-block {
  width: calc(100% - 32px);
}
.leave-form .leave-form-text .leave-input-block .layui-textarea {
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  color: #333333;
}
.leave-form .leave-form-text .leave-input-block .layui-textarea::placeholder {
  color: #333333;
}
.leave-form .leave-form-text .leave-input-block .layui-textarea:focus {
  border: none;
  outline: none;
}
.leave-form .leave-btn {
  width: 163px;
  height: 55px;
  background: rgb(10, 72, 165);
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 26px;
}

/*关于公交*/
.contact-us {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 40px;
}

.us_card {
  width: 100%;
  height: 455px;
  background: rgb(10, 72, 165);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 15px 0;
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}

.us_layout {
  width: 100%;
  height: 470px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 28px 23px 0;
  display: flex;
  justify-content: space-between;
}

.us_left {
  width: 312px;
  height: auto;
}

.us_left_top {
  min-height: 165px;
  height: auto;
  border-bottom: 1px dashed rgba(10, 72, 165, 0.3);
}
.us_left_top li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.us_left_top li:last-child {
  margin-bottom: 0;
}
.us_left_top li i {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgb(10, 72, 165);
  text-align: center;
  line-height: 55px;
  color: #FFFFFF;
  font-size: 26px;
  margin-right: 13px;
}
.us_left_top li div {
  width: calc(100% - 55px);
}
.us_left_top li h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.us_left_top li p {
  font-size: 16px;
  color: #666666;
  margin-top: 4px;
}

.us_left_code {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.us_left_code img {
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.2);
  max-width: 100%;
}
.us_left_code li {
  text-align: center;
  width: 140px;
}
.us_left_code span {
  font-size: 16px;
  color: #333333;
  margin-top: 11px;
  display: inline-block;
}

.us_right {
  width: calc(100% - 312px - 44px);
}
.us_right img {
  width: 100%;
  height: auto;
}
.icon-title {
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/icon-title1.png) no-repeat center;
}

/*关于公交 end*/
@media screen and (max-width: 1400px) {
  .leave-form .leave-input-inline {
    width: 49%;
  }
}
@media screen and (max-width: 1280px) {
  .us_layout {
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 28px;
  }
  .us_card {
    height: auto;
    box-sizing: border-box;
    padding-bottom: 15px;
  }
  .us_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .us_left_code {
    margin-top: 0;
    width: 300px;
  }
  .us_right {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .message-table {
    padding: 20px;
  }
  .message-table .layui-table thead .number, .message-table .layui-table thead .state, .message-table .layui-table thead .time {
    width: 80px;
  }
  .us_left {
    flex-direction: column;
  }
  .us_left_code {
    margin: 20px 0;
  }
}
@media screen and (max-width: 616px) {
  .message-table {
    padding: 20px;
  }
  .message-table .layui-table thead .time {
    display: none;
  }
  .message-table .layui-table tbody tr td:last-child {
    display: none;
  }
  .leave-form .leave-form-item {
    flex-wrap: wrap;
  }
  .leave-form .leave-form-item .leave-input-inline {
    width: 100%;
    margin-bottom: 30px;
  }
  .leave-form .leave-form-item .leave-input-inline:last-child {
    margin-bottom: 0;
  }
  .contact-us {
    padding: 20px;
  }
}
@media screen and (max-width: 515px) {
  .card-ask .card-bt span {
    display: block;
    margin-right: 0;
  }
  .message-form {
    padding: 20px;
  }
  .us_left_code {
    width: 100%;
    /*        flex-direction: column;
            align-items: center;*/
  }
  .us_left_code li {
    margin-bottom: 20px;
  }
}
