.container {
  width: 100%;
}
.container section {
  width: 100%;
}
.container section .banner {
  width: 100%;
}
.container section .banner img {
  vertical-align: bottom;
}
.container section .cash_list {
  background: #1e2470;
}
.container section .cash_list .cash_list_content ul {
  width: 100%;
  display: flex;
  padding: 120px 0;
}
.container section .cash_list .cash_list_content ul li {
  border-left: 1px dashed #333dbb;
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
.container section .cash_list .cash_list_content ul li:first-child {
  border: 0;
}
.container section .cash_list .cash_list_content ul li h4 {
  padding-bottom: 50px;
  color: #fff;
}
.container section .cash_list .cash_list_content ul li p {
  color: #fff;
  margin-bottom: 3px;
}
.container section .cash_list .cash_list_content ul li img {
  margin-top: 80px;
}
.container section .cash_list .cash_list_content ul li:nth-child(3) img {
  margin-top: 100px;
}
.container section .cash_list .cash_list_content ul li:last-child img {
  margin-top: 122px;
}
.container section .cash_item1 {
  background: url(../img/cash_platform/back1.png);
  padding: 127px 0;
  position: relative;
}
.container section .cash_item1 .item_bottom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container section .cash_item1 .cash_item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container section .cash_item1 .cash_item_content .left_img {
  width: 300px;
  margin-top: 100px;
}
.container section .cash_item1 .cash_item_content .right_img {
  width: 500px;
}
.container section .mo_cash_item2 {
  display: none;
}
.container section .cash_item2 {
  padding-left: 300px;
  color: #1e2470;
  padding-bottom: 100px;
}
.container section .cash_item2 h3 {
  padding: 100px 0;
}
.container section .cash_item2 h3 img {
  margin-left: 150px;
  width: 50px;
}
.container section .cash_item2 .cash_content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.container section .cash_item2 .cash_content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 100%;
}
.container section .cash_item2 .cash_content ul li {
  height: 12.5%;
  display: flex;
  align-items: center;
}
.container section .cash_item2 .cash_content > img {
  width: 80%;
  margin-left: 20%;
}
.container section .cash_item3 {
  padding: 112px 0 ;
  background: url(../img/cash_platform/back2.png);
}
.container section .cash_item3 .cash_item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container section .cash_item3 .cash_item_content .left {
  width: 30%;
}
.container section .cash_item3 .cash_item_content .left h3 {
  color: #fff;
  margin-bottom: 50px;
}
.container section .cash_item3 .cash_item_content .left ul li {
  color: #E8E8E8;
  margin-bottom: 3px;
}
.container section .cash_item3 .cash_item_content .right {
  text-align: right;
}
.container section .cash_item3 .cash_item_content .right img {
  width: 80%;
}
.container section .cash_item4 {
  padding-bottom: 100px;
}
.container section .cash_item4 .cash_item_content .title {
  padding: 130px 0;
}
.container section .cash_item4 .cash_item_content .title img {
  margin-left: 120px;
  width: 60px;
}
.container section .cash_item4 .cash_item_content .content {
  display: flex;
  justify-content: space-between;
}
.container section .cash_item4 .cash_item_content .content .left {
  height: 100%;
}
.container section .cash_item4 .cash_item_content .content .left ul {
  height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container section .cash_item4 .cash_item_content .content .left ul li {
  height: 33.3%;
  display: flex;
  align-items: center;
}
.container section .mo_cash_item4 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .container {
    width: 100%;
  }
  .container section {
    width: 100%;
  }
  .container section .banner {
    width: 100%;
  }
  .container section .banner img {
    vertical-align: bottom;
  }
  .container section .cash_list {
    background: #1e2470;
  }
  .container section .cash_list .cash_list_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 !important;
  }
  .container section .cash_list .cash_list_content ul li {
    border-left: 0 !important;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    border-bottom: 1px dashed #333dbb;
  }
  .container section .cash_list .cash_list_content ul li:first-child {
    border: 0;
  }
  .container section .cash_list .cash_list_content ul li h4 {
    padding-bottom: 30px !important;
    color: #fff;
  }
  .container section .cash_list .cash_list_content ul li p {
    color: #8B8DB3;
    margin-bottom: 3px;
  }
  .container section .cash_list .cash_list_content ul li img {
    margin-top: 30px !important;
  }
  .container section .cash_list .cash_list_content ul li:nth-child(3) img {
    margin-top: 100px;
  }
  .container section .cash_list .cash_list_content ul li:last-child img {
    margin-top: 122px;
  }
  .container section .cash_list .cash_list_content ul li:nth-child(4) {
    border-bottom: 0 !important;
  }
  .container section .cash_item1 {
    background: url(../img/cash_platform/back1.png);
    padding: 50px 0 !important;
    position: relative;
  }
  .container section .cash_item1 .item_bottom {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
  }
  .container section .cash_item1 .cash_item_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .container section .cash_item1 .cash_item_content .left_img {
    width: 100%;
    padding: 50px;
    margin-top: 0 !important;
  }
  .container section .cash_item1 .cash_item_content .right_img {
    width: 100%;
    padding: 0 50px 0px 50px;
  }
  .container section .cash_item2 {
    display: none;
  }
  .container section .mo_cash_item2 {
    display: block !important;
  }
  .container section .mo_cash_item2 h3 {
    font-size: 20px;
    padding: 50px 0 10px 20px;
  }
  .container section .mo_cash_item2 h3 img {
    margin-left: 10px;
    width: 20px;
  }
  .container section .mo_cash_item2 .cash_content {
    width: 95vw;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .container section .mo_cash_item2 .cash_content ul {
    display: flex;
    flex-wrap: wrap;
    width: 95vw;
    overflow: hidden;
  }
  .container section .mo_cash_item2 .cash_content ul > li {
    position: relative;
    width: 98vw;
    height: 25vw;
    margin-top: 10px;
  }
  .container section .mo_cash_item2 .cash_content ul > li .yuan {
    width: 25vw;
    height: 25vw;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    line-height: 20vw;
    text-align: center;
    font-size: 20px;
    color: black;
  }
  .container section .mo_cash_item2 .cash_content ul > li .fang {
    width: 82.5vw;
    height: 25vw;
    background-color: rebeccapurple;
    position: absolute;
    left: 12.5vw;
    top: 0;
    z-index: 10;
  }
  .container section .mo_cash_item2 .cash_content ul > li .fang ul {
    width: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
  }
  .container section .mo_cash_item2 .cash_content ul > li .fang ul li {
    width: 100%;
    color: white;
    height: auto;
    margin-top: 0 !important;
    font-size: 15px;
  }
  .container section .mo_cash_item2 .cash_content ul > li:first-child .yuan {
    background-color: white;
    border: 10px solid #ffdb3c;
  }
  .container section .mo_cash_item2 .cash_content ul > li:first-child .fang {
    background-color: #ffb42c;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(2) .yuan {
    background-color: white;
    border: 10px solid #ff6c00;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(2) .fang {
    background-color: #ff4600;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(3) .yuan {
    background-color: white;
    border: 10px solid #ff4181;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(3) .fang {
    background-color: #e9004c;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(4) .yuan {
    background-color: white;
    border: 10px solid #06d1fb;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(4) .fang {
    background-color: #0096d2;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(5) .yuan {
    background-color: white;
    border: 10px solid #9e9cf9;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(5) .fang {
    background-color: #7d75bc;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(6) .yuan {
    background-color: white;
    border: 10px solid #00dca7;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(6) .fang {
    background-color: #00b19e;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(7) .yuan {
    background-color: white;
    border: 10px solid #9efb96;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(7) .fang {
    background-color: #00e099;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(8) .yuan {
    background-color: white;
    border: 10px solid #ffc797;
  }
  .container section .mo_cash_item2 .cash_content ul li:nth-child(8) .fang {
    background-color: #c1f374;
  }
  .container section .cash_item3 {
    padding: 30px 0 ;
    background: url(../img/cash_platform/back2.png);
  }
  .container section .cash_item3 .cash_item_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .container section .cash_item3 .cash_item_content .left {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
  .container section .cash_item3 .cash_item_content .left h3 {
    color: #fff;
    margin-bottom: 30px;
  }
  .container section .cash_item3 .cash_item_content .left ul li {
    color: #E8E8E8;
    margin-bottom: 3px;
  }
  .container section .cash_item3 .cash_item_content .right {
    text-align: right;
  }
  .container section .cash_item3 .cash_item_content .right img {
    width: 100%;
    padding: 30px;
  }
  .container section .mo_cash_item4 {
    display: block;
  }
  .container section .mo_cash_item4 .cash_item_content .title {
    padding: 30px 20px;
    font-size: 18px;
  }
  .container section .mo_cash_item4 .cash_item_content .title img {
    margin-left: 10px;
    width: 25px;
  }
  .container section .mo_cash_item4 .cash_item_content .title span {
    font-size: 18px !important;
  }
  .container section .mo_cash_item4 .cash_item_content .content {
    width: 100%;
    justify-content: space-between;
  }
  .container section .mo_cash_item4 .cash_item_content .content .content_ul {
    width: 100%;
  }
  .container section .mo_cash_item4 .cash_item_content .content .content_ul p {
    padding-left: 10px;
  }
  .container section .mo_cash_item4 .cash_item_content .content .content_ul ul {
    width: 100%;
  }
  .container section .mo_cash_item4 .cash_item_content .content .content_ul ul li {
    width: 50%;
    float: left;
  }
  .container section .mo_cash_item4 .cash_item_content .content .content_ul ul li img {
    width: 100%;
    padding: 10px;
  }
  .container section .cash_item4 {
    display: none;
    padding-bottom: 30px;
  }
}
