.index-container {
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
    text-align: center;
    padding-top: 60px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.index_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #474747;
    font-size: 24px;
    font-weight: 400;
}

.index_title_box span:first-of-type {
    font-size: 30px;
    line-height: 70px;
    font-weight: 500;
}

.index_advantage_box {
    width: 1256px;
    margin: 40px auto;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
}

.index_advantage_box .index_advantage_item {
    width: 314px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.index_advantage_box .index_advantage_item:hover {
    -webkit-box-shadow: 0px 3px 26px 1px rgba(212, 212, 212, 0.33);
    box-shadow: 0px 3px 26px 1px rgba(212, 212, 212, 0.33);
}

.index_advantage_box .index_advantage_item span {
    color: #666;
    font-size: 16px;
    height: 70px;
    overflow: hidden;
}

.index_advantage_box .index_advantage_item .name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}

.index_pay_scenes {
    height: 604px;
    background: rgba(241, 244, 248, 1);
}

.index_pay_content {
    width: 1205px;
    height: 604px;
    margin: 0 auto;
    background: url(https://w0.wowoshijie.com/shbstaticfile/55main/img/back01.png) no-repeat;
    background-position: center
}

.index_pay_scenes .index_title_box,
.index_partner-box .index_title_box {
    padding-top: 70px;
}

.pay_scenes_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 80px;
}

.pay_scenes_pic>img {
    margin-right: 15px;
}

.pay_scenes_pic>img:last-of-type {
    margin-right: 0;
}

.index_partner-box {
    width: 1200px;
    margin: 0 auto;
}

.index_partner_logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_partner-box .index_title_box {
    padding-bottom: 70px;
}

.index_partner_logo .logo_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    width: 190px;
    height: 90px;
    margin-bottom: 50px;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.index_partner_logo .logo_item:nth-of-type(5n) {
    margin-right: 0;
}

.index_partner_logo .logo_item img {
    max-width: 160px;
    max-height: 50px;
}

.index_join_now {
    margin-top: 30px;
    height: 253px;
    background: url(https://w0.wowoshijie.com/shbstaticfile/55main/img/index_back02.png) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #000;
}

.index_join_now span:first-of-type {
    line-height: 100px;
}

.index_join_now button {
    font-size: 18px;
    width: 220px;
    height: 55px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
}

.index_join_now button:hover {
    background-color: rgba(255, 255, 255, .6)
}

.icon_pic_box {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide>img {
    max-width: 100%;
}
.agreement {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .agreement .agr_box {
    width: 410px;
    height: 480px;
    background: #FFF;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    margin-top: -240px;
    /* display: none; */
    border-radius: 5px;
    overflow: hidden;
  }
  
  .agreement .agr_title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
  }
  
  .agr-content {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    color: #595757;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .agr-content>p {
    margin-top: 15px;
  }
  
  .agr-content>p:nth-child(1) {
    margin-top: 10px;
  }
  
  .agr-content>p>a {
    text-decoration: none;
    color: #551a8b;
  }
  
  .time {
    margin-top: 30px;
    float: right;
  }
  
  .time>p {
    text-align: center;
  }
  
  .agr_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  
  .agr_close:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(360deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }