.swiper-container {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */
}

* {
  margin: 0;
  padding: 0;
  touch-action: pan-y;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fffcfc url(https://m.cifm.com/src/theme/img/3.10/fund-bg.png);
}

.banner-btn-box {
  /* background-image: url('../img/banner1.jpg'); */
  background-color: #999;
  /* background-size: 100% 200px; */
  width: 100%;
  height: 200px;
  text-align: center;
  font-size: 14px;
}

.banner-btn-box-title {
  font-size: 24px;
  padding-top: 20px;
}

.banner-btn-box-content {
  font-size: 20px;
  padding-top: 20px;
}

.banner-btn-box-btn {
  margin-top: 20px;
}

.banner-img-box {
  background-image: url('../img/banner1.jpg');
  background-size: 100% 200px;
  width: 100%;
  height: 200px;
}

.banner-content-box {
  background-color: #999;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 200px;
}

.banner-tab-box {
  box-shadow: 0 0 0.1rem rgba(40, 40, 44, .24);
  /* border: 1px solid #000; */
  text-align: center;
}

.banner-tab-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}

.banner-tab-desc {
  font-size: 8px;
  color: #999;
  padding-top: 5px;
}

.banner-tab-num {
  font-size: 22px;
  color: #ff5f57;
  padding-top: 10px;
}

.banner-tab-num-desc {
  font-size: 8px;
  color: #ff5f57;
}

.banner-tab-btn {
  padding: 10px 0;
}

.banner-tab-btn span {
  font-size: 10px;
  color: #fff;
  background-color: #337ab7;
  padding: 4px;
  border-radius: 10px;
}

.content-img-box {
  margin: 2rem;
}

.content-img-img {
  margin-top: 1rem;
}

.content-img-content {
  margin-top: 1rem;
  line-height: 26px;
}

.content-img-content-bold {
  color: rgb(242, 102, 39);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.content-img-num-box {
  width: 100%;
  margin: auto;
  text-align: center;
}

.content-img-num-new-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  background-size: 80px 60px;
}

.content-img-num {
  width: 100px;
  font-size: 22px;
  font-weight: bold;
  background-image: url(../img/bg-num.png);
  background-size: 80px 60px;
}

.content-img-num-content {
  width: 90%;
  height: 50px;
  margin: auto;
  border: 1px solid rgb(242, 102, 39);
  margin-top: 10px;
}

.content-img-num-block {
  width: 100%;
  height: 15px;
  background-color: rgb(242, 102, 39);
}

.content-img-num-title {
  line-height: 30px;
  font-weight: bold;
}

.content-table {
  margin-top: 20px;
  width: 100%;
}

.content-table-row {
  height: 30px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.content-table-one {
  background-color: rgb(242, 102, 39);
}

.content-table-two {
  background-color: #fde1d5;
  color: black;
}

.content-table-three {
  background-color: #ffc3aa;
  color: black;
}

.content-table-row-content {
  border-right: 1px solid #fff;
  width: 19%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.content-table-row-content-last {
  width: 19%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.vjs-big-play-button {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#drap {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 10rem;
  height: 10rem;
  background: orange;
  touch-action: none;
}

.drap-box {
  position: relative;
}

.drap-close {
  position: absolute;
  top: -10px;
  right: 1px;
}

.drap-close img {
  width: 20px;
  height: 20px;
}

.content-img-content-end {
  color: #BFBFBF;
  font-size: 12px;
}

.content-img-content-pm {
  height: 170px;
  background-image: url('../img/pm-bg.png');
  background-size: 100% 170px;
  position: relative;
}

.content-img-content-pm-title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 1px;
  height: 1px;
}

.content-img-content-pm-font-box {
  color: #fff;
  text-align: center;
  padding-top: 65px;
}

.first-font {
  font-size: 24px;
  font-weight: bold;
}

.senond-font {
  padding-top: 3px;
  font-size: 18px;
}

.third-font {
  font-size: 18px;
}

.font12 {
  font-size: 12px;
}

.content-img-footer-small {
  font-size: 6px;
  color: #BFBFBF;
}

.line-height-30{
  line-height: 30px;
}

.line-height-20{
  line-height: 20px;
}

.p-text-indent{
  text-indent: 2em;
}

.font-main {
  color: #ff8400 !important; }

.text-left{
  text-align: left;
}

.raise{color:#d83611!important;}
.reduce{color:#00968b!important}
