.banner[data-v-5f549567] {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}
.tools[data-v-5f549567] {
  width: 1050px;
  height: 100%;
  margin: 0px auto 125px;
  padding-top: 119px;
  padding-bottom: 30px;
  position: relative;
}
.tools h1[data-v-5f549567] {
  font-size: 45px;
  text-align: center;
  color: #222;
}
.tools .remain[data-v-5f549567] {
  margin-top: 70px;
  background: #FFF9EE;
  width: 100%;
  height: 98px;
  padding: 0px 41px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.tools .remain .left[data-v-5f549567] {
  font-size: 20px;
  color: #222222;
  font-weight: 900;
}
.tools .remain .left img[data-v-5f549567] {
  margin-left: 12px;
}
.tools .remain .right[data-v-5f549567] {
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 42px;
  background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
}
.tools .credit[data-v-5f549567] {
  width: 100%;
  height: auto;
}
.tools .credit .table[data-v-5f549567] {
  width: 100%;
  box-sizing: border-box;
}
.tools .credit .table .tr[data-v-5f549567] {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.tools .credit .table .tr .title[data-v-5f549567] {
  width: 46%;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.tools .credit .table .tr .time[data-v-5f549567] {
  width: 27%;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: left;
}
.tools .credit .table .tr .point[data-v-5f549567] {
  width: 27%;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  text-align: right;
}
.tools .credit .table .tr .point1[data-v-5f549567] {
  width: 27%;
  font-weight: 500;
  font-size: 20px;
  color: #FA4A33;
  text-align: right;
}
.tools .btm[data-v-5f549567] {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #C8C8C8;
  margin-top: 20px;
}
.tools .circle-loading[data-v-5f549567] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  margin-top: 20px;
}
.tools .circle-loading .loading1[data-v-5f549567] {
  width: 30px !important;
  height: 30px;
  border: 3px solid #C8C8C8;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-5f549567 infinite 0.75s linear;
}
@keyframes circle-5f549567 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
