body,
h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.layout {
  height: 100%;
}

.header-wrap,
.content-wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.header-wrap {
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  color: #888888;
}
.header-wrap-title {
  margin-left: 20px;
}
.current {
  color: #0090ff;
}

.content-wrap {
  /* background-color: #ffffff; */
  border-radius: 10px;
  padding-bottom: 20px;
}
.content-header {
  padding-left: 20px;
  margin-bottom: 2px;
}
.content-header-title {
  display: inline-block;
  margin-top: 19px;
  font-size: 16px;
  color: #888;
}
.content-header-title a{
  margin-left: 10px;
  color: #888;
}
.content-header-title a:hover{
  color: #0090ff;
}
.content-header-title .arrow_r{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.content-header-title .cur{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.content-summary{
  margin-bottom: 2px;
}

.content-summary .kudou_bubble{
  top: 85px;
}
.summary{
  margin-left: 15%;
}
.summary .td{
    width: 30%;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    border-right: 1px solid #eee;
}
.summary .td .bean_num{
  font-size: 40px;
}
.summary .pay_bean_total{
  border: none;
}

.content-table {
  /* margin-top: 20px; */
  height: 100%;
}
table {
  width: 100%;
}
thead {
  height: 40px;
  line-height: 40px;
  background-color: rgba(239, 240, 245, 0.2);
}
thead tr th {
  width: 25%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  padding: 0 40px;
}
tbody tr {
  height: 60px;
  line-height: 60px;
}
tbody tr td {
  text-align: left;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #eff0f5;
  padding: 0 40px;
}

.check-code {
  font-size: 16px;
  color: #0090ff;
  text-decoration: underline;
  cursor: pointer;
}

.exchange-confirm-popup-content img， .exchange-success-popup-content img {
  margin: 0 auto;
  margin-top: 30px;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.exchange-confirm-popup-text {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.popup-confirm-btn {
  margin-top: 30px;
  display: inline-block;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #0090ff;
  border-radius: 20px;
}

.exchange-success-popup-text {
  display: block;
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #000000;
  line-height: 24px;
}
.exchange-success-kuma-wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.exchange-success-kuma-code {
  width: 300px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #000000;
  margin-right: 65px;
  text-align: center;
  background-color: #f8f8f8;
}
.exchange-success-kuma-copy {
  position: absolute;
  right: 14px;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #777777;
  cursor: pointer;
}
