.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex {
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.play {
    padding: 80px 0 90px 0;
    background: #FAFBFD;
}
.play .title {
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
}
.play .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
    margin: 22px 0 70px 0;
}
.play div .left .left-bg {
    width: 458px;
    height: 222px;
    background: url(../images/onlineRetailers/left.png) no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.play div .right .right-bg {
    width: 458px;
    height: 222px;
    background: url(../images/onlineRetailers/right.png) no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.play div .left .left-bg img,.play div .right .right-bg img {
    width: 60px;
    height: 60px;
    margin: 96px 30px 0 70px;
}
.play div .left .left-bg div p,.play div .right .right-bg div p {
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    margin-bottom: 12px;
    margin-top: 64px;
}
.play .main {
    position: relative;
}
.play div .left{
    position: absolute;
    top:0;
    right: 420px;
}
.play div .right{
    position: absolute;
    top:0;
    left: 420px;
}
.play div .left .left-bg div div, .play div .right .right-bg div div{
    width: 225px;
    height: 84px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
}
.play div .icon {
    width: 502px;
    height: 502px;
}
.fission {
    padding: 80px 0;
}
.fission .title{
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
}
.fission .subtitle{
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
    margin: 22px 0 60px;
}
.fission div ul {
    margin-bottom: 50px;
}
.fission div ul:last-child {
    margin-bottom: 0;
}
.fission div ul li {
    margin-right: 80px;
}
.fission div ul li:nth-child(4n) {
    margin-right: 0!important;
}
.fission div ul li img {
    width: 142px;
    height: 142px;
}
.fission div ul li p {
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    margin: 7px 0 12px;
}
.fission div ul li div {
    width: 225px;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    line-height: 28px;
    text-align: center;
}
.marketing {
    padding: 83px 0 80px;
    background: #FAFBFD;
}
.marketing .title {
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
}
.marketing .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
    margin: 22px 0 20px;
}
.marketing ul li img {
    width: 374px;
    height: 587px;
    margin-bottom: 11px;
}
.marketing ul li:nth-child(2) {
    margin: 0 20px;
}
.marketing ul li div {
    font-size: 16px;
    font-weight: 400;
    color: #7E8491;
    text-align: center;
    line-height: 28px;
}
.apply {
    padding: 67px 0;
    background: url(../images/onlineRetailers/bg1.png) no-repeat;
    background-size: cover;
}
.apply .title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

.apply .btn {
    width: 230px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 23px;
    border: 2px solid #FFFFFF;
    line-height: 44px;
    margin-top: 30px;
    font-size: 20px;
    color: #4526DB;
    text-align: center;
}
