﻿.ml-article-area {
  width: 100%;
  padding: 20px 40px 40px;
  background-color: #fff;
}

.ml-article-title {
  line-height: 56px;
  font-size: 38px;
  color: #000;
  padding-bottom: 15px;
  text-align: center;
}

.ml-article-title span {
  display: inline-block;
  width: 1em;
}

.ml-article-content {
  color: rgb(102, 102, 102);
  font-size: 16px;
  text-indent: 2rem;
  line-height: 36px;
}

.ml-table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 35px;
  border-top: 1px solid #ddd;
}

.ml-table tr td {
  border: 1px solid #e8e8e8;
  padding: 5px;
  line-height: 32px;
  font-size: 18px;
}

.ml-table tr td:nth-child(odd) {
  background-color: #e8e8e8;
  width: 15%;
  text-align: center;
}

.ml-table tr td:nth-child(even) {
  width: 35%;
  text-align: left;
  text-indent: 20px;
}

.ml-small-title {
  text-align: center;
  font-size: 32px;
}

.ml-sup-title {
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 35px;
  color: #666;
}

.ml-handle {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ml-handle div {
  color: #666666;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
}

.ml-handle div img {
  margin-right: 5px;
}

.ml-special-area {
  padding: 20px;
  align-items: flex-start;
}

.ml-special-title {
  color: #2c69bc;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ml-info-list-title {
  border-bottom: solid 1px #CCC;
  margin-bottom: 20px;
}

.ml-info-list-title span {
  line-height: 34px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #2d66a5;
  padding: 0 10px;
  display: inline-block;
}

.ml-special-list a {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.ml-special-list a div {
  width: 100%;
}

.ml-special-list a img {
  display: block;
  width: 100%;
}

.ml-special-list a p {
  font-size: 18px;
  color: #222222;
  line-height: 42px;
  width: 100%;
  overflow: hidden;
  background-color: #eff3fc;
  text-align: center;
  transition: all .3s;
}

.ml-special-list a:hover p {
  background-color: #2c69bc;
  color: #fff;
}

.ml-special-banner {
  width: 1260px;
  display: block;
}

.ml-special-list-title {
  margin-top: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2cfe3;
  margin-bottom: 10px;
}

.ml-special-list-title span {
  line-height: 26px;
  font-size: 20px;
  color: #023e7a;
  font-weight: 600;
}

.ml-special-list-title a {
  color: #111;
  font-size: 16px;
}

.ml-special-area .ml-one-url {
  height: 38px;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
}

.ml-special-area .ml-one-url::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #023e7a;
  margin: 0 5px;
}

.ml-special-area .ml-one-url div {
  flex: 1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ml-special-area .ml-one-url span {
  color: #888888;
}

.ml-special-area .ml-one-url:hover div {
  color: #2c69bc;
}

.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;
}

.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-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-article-area .ml-article-type {
  width: 250px;
  margin-right: 20px;
}

.ml-article-area .ml-article-type div {
  line-height: 97px;
  text-align: center;
  background-color: #216dd5;
  color: #fff;
  font-size: 28px;
}

.ml-article-area .ml-article-type a {
  border-bottom: 1px dashed #fff;
  background-color: #eff3fa;
  padding-left: 30px;
  line-height: 60px;
  font-size: 16px;
  color: #111;
  display: block;
  transition: all .3s;
}

.ml-article-area .ml-article-type a:hover,
.ml-article-area .ml-article-type .ml-active-article-type {
  background-color: #ddecff;
}

.ml-info-article {
  flex: 1;
}

.ml-info-article .ml-interaction-title {
  font-size: 22px;
  color: #2c69bc;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  margin-bottom: 20px;
}

.ml-info-article .ml-must-know {
  border: 1px solid #cccaca;
  padding: 10px;
}

.ml-info-article .ml-must-know .ml-must-title {
  line-height: 40px;
  color: #2c69bc;
  font-size: 16px;
  text-align: center;
}

.ml-info-article .ml-must-know .ml-article-main {
  line-height: 30px;
  font-size: 14px;
  color: #808080;
}

.ml-info-article .ml-detail-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.ml-info-article .ml-detail-table td {
  border: 1px #ddd solid;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  width: calc(100% / 6);
  color: #333;
}

.ml-info-article .ml-detail-table .ml-center-td {
  color: #2c69bc;
}

.ml-detail-table tbody tr td:first-child {
  transition: all .3s;
}

.ml-detail-table tbody tr td:first-child a {
  color: #333;
}

.ml-detail-table tbody tr td:first-child a:hover {
  color: #2c69bc;
}

.ml-info-article .ml-form {
  padding: 20px 0;
}