.top-up {
  width: 100%;
  height: 131px;
  margin: 0px auto;
  padding: 0px;
  background: #ffffff;
}

.top-up .header {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.top-up .header .float_left img {
  max-height: 130px;
  object-fit: cover;
}

.top-up .header .float_right div {
  font-size: 32px;
  text-align: right;
  line-height: 42px;
}

.footer {
  width: 100%;
  height: 100px;
  background: #333333;
  -webkit-box-flex: 0;
  height: 70px;
}

.footer .footer-wrap-change {
  /* width: 1200px; */
  height: 70px;
  left: calc(50% - 600px);
  background: #333333;
  color: #989898;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: auto;
}

.footer .footer-wrap-change .footer-right {
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 auto;
  font-size: 14px;
  font-family: verdana;
}

.footer .footer-wrap-change .footer-right p {
  margin: 13px 0;
  line-height: 150%;
}

.page {
  background-color: #f4fdfd;
}

.page a {
  text-decoration: none;
}

.news-page-en-change {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 20px;
}

.news-page-en-change .news-flex-change {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 1231px;
}

.news-page-en-change .news-flex-change .line-en {
  width: 10px;
  height: 48px;
  background: #1f68ac;
  border-radius: 2px;
  background-color: #31a487 !important;
}

.news-page-en-change .news-flex-change .color-title {
  width: 1200px;
  height: 48px;
  background: rgba(31, 104, 172, 0.1);
  border-radius: 2px;
  line-height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
  background: rgba(7, 13, 89, 0.1) !important;
}

.news-page-en-change .news-flex-change .color-title .news-title-span {
  font-size: 24px;
  font-family: Times New Roman;
  font-weight: 500;
  color: #333333;
  margin-left: 13px;
}

.news-page-en-change .news-flex-change .color-title .title-span {
  display: flex;
  align-items: center;
}

.news-page-en-change .news-flex-change .color-title .title-span .inside-span {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium,SourceHanSansCN;
  font-weight: 500;
  color: #1F68AC;
  line-height: 21px;
}

.news-page-en-change .news-flex-change .color-title .title-span .icon {
  width: 5px;
  height: 17px;
  line-height: 24px;
  margin: 0 2px;
}

.news-page-en-change .news-flex-change .color-title .title-span .inside-span-meet {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium,SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
}

.news-page-en-change .content-en-change {
  /* margin-left: 20px; */
  width: 1160px;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium,SourceHanSansCN;
  font-weight: 500;
  color: #505b65;
  line-height: 28px;
  background-color: white;
  margin-top: 10px;
  padding: 25px 35px;
  word-break: break-word;
}

.table-search-change {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 29px;
}

.table-search-change .search-span {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.table-search-change .layui-input, .table-search-change .layui-textarea {
  display: block;
  width: 192px !important;
  padding-left: 10px;
}

.table-search-change .layui-btn {
  width: 117px;
  height: 38px;
  background: #333333;
  border-radius: 5px;
  color: white;
  margin-left: 16px;
  display: inline-block;
  /* height: 38px; */
  line-height: 38px;
  padding: 0 18px;
  /* background-color: #009688; */
  /* color: #fff; */
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  /* border-radius: 2px; */
  cursor: pointer;
}

.tem-en-nav {
  background: #2a92d0 !important;
  height: 70px;
}

.tem-en-nav .layui-nav {
  background: #2a92d0 !important;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}

.table {
  width: 1200px;
  background: white;
  border-radius: 2px 2px 0px 0px;
  padding-bottom: 15px;
  margin-top: 32px;
}

.table .table-hr {
  height: 1px;
  background: white;
}

.table .table-row-change {
  margin: 36px 33px 59px 33px;
}

body {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  color: #333333;
  background-color: #f4fdfd;
}
