﻿.ml-main-info-title {
  display: block;
  margin: 70px auto 100px;
}

.ml-information-area {
  width: 1100px;
  background-color: #f2f2f2;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.ml-info-search {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 48px;
}

.ml-info-search::before,
.ml-info-search::after {
  content: '';
  width: 240px;
  height: 2px;
  background-color: rgb(229, 229, 229);
}

.ml-info-search div {
  margin: 0 20px;
  display: flex;
  border: 1px solid rgb(15, 120, 206);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  padding-right: 20px;
}

.ml-info-search div input {
  border: none;
  outline: none;
  width: 410px;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  color: #000;
  line-height: 50px;
}

.ml-info-search div img {
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.ml-info-type {
  width: 240px;
}

.ml-info-type .ml-one-type {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  flex-wrap: wrap;
}

.ml-one-type .ml-type-area {
  transition: all .3s;
  width: 100%;
  height: 68px;
  color: #2d66a5;
}

.ml-one-type .ml-type-area img {
  margin-right: 10px;
  margin-left: 20px;
}

.ml-one-type .ml-type-area .ml-type-title {
  width: 95px;
  font-size: 22px;
}

.ml-one-type .ml-type-area span {
  flex: 1;
  font-size: 50px;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 20px;
}

.ml-one-type .ml-type-area:hover,
.ml-active-type .ml-type-area {
  color: #fff;
  background-color: #3979bf;
}

.ml-active-type img,
.ml-one-type .ml-type-area:hover img {
  border-radius: 38px;
  border: 1px solid #fff;
}

.ml-one-type .ml-type-list {
  width: 100%;
  display: none;
}

.ml-one-type .ml-type-list a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 32px;
  padding-left: 20px;
}

.ml-one-type .ml-type-list .ml-type-a,
.ml-one-type .ml-type-list a:hover {
  background-color: #d7eafe;
  color: #2d66a5;
}

.ml-info-detail {
  width: 768px;
  height: 700px;
  background-color: #fff;
  overflow-y: auto;
}

.ml-free-height {
  height: auto;
}

.ml-info-detail::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #eee;
}

.ml-info-detail:-webkit-scrollbar-button {
  display: none;
}

.ml-info-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #2d66a5;
  border-radius: 5px;
}

.ml-info-detail .ml-info-article .ml-article-title {
  font-weight: 600;
  font-size: 32px;
  color: #2d66a5;
  padding: 38px 20px;
  text-align: center;
}

.ml-info-detail .ml-info-article .ml-article-main {
  padding: 0 20px;
}

.ml-info-detail .ml-info-list .ml-info-list-title {
  border-bottom: solid 1px #CCC;
}

.ml-info-detail .ml-info-list .ml-info-list-title span {
  line-height: 34px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #2d66a5;
  min-width: 90px;
  padding: 0 10px;
  display: inline-block;
  box-sizing: content-box;
}

.ml-info-list .ml-list-area {
  padding: 0 25px;
}

.ml-info-list .ml-list-area .ml-one-url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  font-size: 16px;
  margin-top: 15px;
  overflow: hidden;
  color: #b2b2b2;
}

.ml-info-list .ml-list-area .ml-one-url span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.ml-info-list .ml-list-area .ml-one-url:hover span {
  color: #2d66a5;
}

.ml-ask {
  display: block;
  width: 104px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #2d66a5;
  margin: 30px auto;
  cursor: pointer;
}

.ml-form {
  display: block;
  padding: 40px;
}

.ml-form table {
  width: 100%;
  border-collapse: collapse;
}

.ml-form table td {
  border: 1px #ddd solid;
  padding: 12px 10px;
  font-size: 16px;
}

.ml-form table .ml-center-td {
  text-align: center;
}

.ml-form table .ml-center-td button,
.ml-form table .ml-center-td div {
  padding: 0 15px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #218cea;
  border: none;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.ml-form table .ml-table-title {
  width: 15%;
}

.ml-form table .ml-table-title span {
  color: red;
  margin-right: 5px;
}

.ml-form table td input[type=text] {
  border: none;
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  outline: none !important;
}

.ml-form table tr td .ml-code-input {
  width: 100px;
  border: 1px solid #ddd;
}

.ml-form table td textarea {
  border: none;
  line-height: 30px;
  font-size: 16px;
  height: 210px;
  width: 100%;
  outline: none !important;
  resize: none;
}

.ml-form table td .ml-change-code {
  height: 32px;
  vertical-align: middle !important;
  cursor: pointer;
}

.ml-search-ask {
  width: 100%;
  padding: 25px 0;
  background-color: #2d66a5;
  color: #fff;
}

#ml-ask-form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#ml-ask-form input {
  width: 155px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
}

#ml-ask-form div {
  cursor: pointer;
  color: #2d66a5;
  background-color: #fff;
  padding: 0 15px;
  line-height: 30px;
}