body {
  font-family: '微软雅黑';
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0px;
  font-size: 16px;
  color: #000;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

.one {
  background: #f5f5f5;
}

.kuang {
  width: 100%;
  margin: 0 auto;
}

.content {
  display: flex;
}

.left {
  width: 50%;
  padding-top: 106px;
}


.title {
  font-size: 30px;
  font-weight: unset;
}


.inline {
  display: flex;
  justify-content: space-between;
}

.inline-column {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.label_text {
  color: #696969;
  margin-top: 14px;
  margin-bottom: 14px;
}

.one_select {

  font-size: 14px;
  padding: 3% 6% 3% 6%;

}

.layui-form-select, .layui-input {
  border-radius: 20px;
  background-color: #e6e6e6;
  font-size: 14px;
  font-weight: 600;
}

.left .top {
  padding-top: 37px;
}


.layui-input,
.layui-select,
.layui-textarea {
  height: 45px;
  padding-left: 7%;
}

.layui-form-select .layui-edge {
  right: 7%;
  border-top-color: #000;
}

.layui-form-select .layui-input::placeholder {
  color: #000;
}

.btn-calculate {
  background-color: #b49167;
  color: #fff;
}

.btn-reverse {
  background-color: #133133;
  color: #fff;
}

.mt25 {
  margin-top: 25px;
}

.layui-btn-container {
  margin-top: 32px;
}

.layui-btn-container .layui-btn {
  margin-right: 3%;
  margin-bottom: 100px;
  padding: 21px 35px;
  line-height: 2px;
}

.right {
  width: 50%;
  padding-top: 106px;
  padding-left: 10%;
}

.r-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.r-top .t-title {
  font-size: 18px;
  font-weight: unset;
}

.r-top .t-time {
  color: #888888;
}


.layui-table {
  text-align: center;
  border-collapse: collapse;
  border-radius: 1.5em;
  overflow: hidden;
}

.layui-table th {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.layui-table td {
  font-size: 16px;
  text-align: center;
}

.australian_dollar {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url("../images/icon/aud.png") no-repeat;
  margin-right: 2%;
}


.rmb {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url("../images/icon/rmb.png") no-repeat;
  /*padding: 0 1%;*/
  margin-right: 2%;
}

.malay_doller {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url("../images/icon/myr.png") no-repeat;
  margin-right: 2%;
}

.vip {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url("../images/icon/vip.png") no-repeat;
  /*padding: 0 6%;*/
  margin-right: 2%;
}

table tr th {
   background-color: unset;
}

table tr td, table tr th {
  border: unset;
}

.right thead tr {
  background: #b49167;
}

.right .first {
  font-weight: 700;
  height: 60px;
}


/* 笔记本 */
@media screen and (max-width: 1024px) {
  .kuang {
    width: 100%;
  }

  .right {
    padding-left: 5%;
  }

  .title {
    font-size: 24px;
  }
}

/* 大型笔记本 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .title {
    font-size: 24px;
  }
}

/* 手机 */
@media (max-width: 768px) {
  .kuang {
    width: 100%;
  }

  .content {
    flex-direction: column;
  }

  .left {
    width: 100%;
    padding-top: 30px;
  }

  .right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }

  .layui-btn-container .layui-btn {
    margin-bottom: 40px;
  }

  .left .top {
    padding-top: 20px;
  }
}