.marketing-active {
    padding: 100px 0 0;
}
.marketing-active .img-text-box {
    position: relative;
    margin-top: 50px;
}
.marketing-active .img-text-box .img-box {
    position: relative;
    margin: 150px auto 0;
    width: 276px;
    height: 278px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon {
    position: absolute;
    border-radius: 50%;
    background-color: #dae0e6;
    text-align: center;
}
.marketing-active .img-text-box .img-box .marketing-active-icon .icon {
    position: relative;
    z-index: 100;
    margin-top: 45px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(3) .icon {
    margin-top: 25px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon-1 {
    width: 150px;
    height: 150px;
    left: 100px;
    top: -75px;
}
.ripple-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.ripple {
    position: absolute;
    bottom: 0;
    width: 449px;
    height: 0;
    animation: moveRight 6s linear infinite;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ripple:before,
.ripple:after {
    position: absolute;
    content: '　';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ripple.blue,
.ripple.blue:before,
.ripple.blue:after {
    background-image: url("../img/digital-marketing/blue.png");
}
.ripple.blue:before {
    animation: moveLeft 3s linear infinite;
    opacity: .7;
}
.ripple.blue:after {
    animation: moveLeft 9s linear infinite;
    opacity: .5;
}
.ripple.orange,
.ripple.orange:before,
.ripple.orange:after {
    background-image: url("../img/digital-marketing/orange.png");
}
.ripple.orange:before {
    animation: moveLeft 3s linear infinite;
    opacity: .7;
}
.ripple.orange:after {
    animation: moveLeft 9s linear infinite;
    opacity: .5;
}
.ripple.yellow,
.ripple.yellow:before,
.ripple.yellow:after {
    background-image: url("../img/digital-marketing/yellow.png");
}
.ripple.yellow {
    bottom: -30px;
}
.ripple.yellow:before {
    animation: moveLeft 3s linear infinite;
    opacity: .7;
}
.ripple.yellow:after {
    animation: moveLeft 9s linear infinite;
    opacity: .5;
}
@keyframes moveLeft {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 449px;
    }
}
@keyframes moveRight {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -449px;
    }
}
.marketing-active .img-text-box .img-box .marketing-active-icon-2 {
    width: 160px;
    height: 160px;
    left: -40px;
    top: 70px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon-3 {
    width: 120px;
    height: 120px;
    left: 180px;
    top: 150px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon .text {
    position: absolute;
    width: 300px;
    text-align: left;
    line-height: 1.7;
}
.marketing-active .img-text-box .img-box .marketing-active-icon .text p:nth-of-type(1) {
    font-size: 24px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon .text p:nth-of-type(2),
.marketing-active .img-text-box .img-box .marketing-active-icon .text p:nth-of-type(3) {
    font-size: 18px;
    color: #999;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(1) .text p:nth-of-type(1) {
    color: #5b9bd5;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(2) .text p:nth-of-type(1) {
    color: #ff8500;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(2) .text p:nth-of-type(3) {
    color: #ffa308;
    font-size: 14px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(3) .text p:nth-of-type(1) {
    color: #ffc000;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(1) .text {
    left: 120%;
    top: 20px;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(2) .text {
    right: 120%;
    top: 20px;
    text-align: right;
}
.marketing-active .img-text-box .img-box .marketing-active-icon:nth-of-type(3) .text {
    left: 120%;
    top: 20px;
}
.marketing-active .img-text-box .text-box {
    position: absolute;
    left: 50%;
    top: -90px;
    width: 800px;
    height: 400px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #eef1f3;
    font-size: 25px;
}
.marketing-active .img-text-box .text-box label {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
}
.marketing-active .img-text-box .text-box label:nth-of-type(1) {
    font-size: 38px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(2) {
    font-size: 39px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(3) {
    font-size: 30px;
    text-align: right;
}
.marketing-active .img-text-box .text-box label:nth-of-type(4) {
    font-size: 24px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(5) {
    font-size: 23px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(6) {
    font-size: 30px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(7) {
    font-size: 22px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(8) {
    font-size: 34px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(9) {
    font-size: 24px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(10) {
    font-size: 38px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(11) {
    font-size: 34px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(12) {
    font-size: 22px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(13) {
    font-size: 23px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(14) {
    font-size: 39px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(15) {
    font-size: 34px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(16) {
    font-size: 24px;
}
.marketing-active .img-text-box .text-box label:nth-of-type(17) {
    font-size: 33px;
}

.game {
    padding: 100px 0 50px;
}
.game .page-sub-title {
    color: #ff8500;
}
.game .slider {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.game .slider img {
    margin: 0 5px;
    opacity: 0;
}
.game .slider img:nth-of-type(3){
    position: relative;
    z-index: 2;
    opacity: 1;
}

.game .category-box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
.game .category-box .category {
    margin: 0 16px;
    padding: 18px 8px;
    box-shadow: 0 0 15px #eee;
    border-radius: 16px;
    width: 160px;
    font-size: 18px;
}
.game .category-box .category .icon {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 16px 0;
}
.game .category-box .category .icon img {
    vertical-align: middle;
}
.game .category-box .category h5 {
    color: #ff8500;
    margin: 16px;
    font-weight: normal;
    font-size: 18px;
}
.game .category-box .category ul {
    color: #999;
    line-height: 1.8;
    padding-bottom: 16px;
    font-size: 18px;
    text-align: left;
}
.game .category-box .category ul li {
    position: relative;
    padding-left: 35px;
}
.game .category-box .category ul li:before {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 14px;
    content: '　';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fee1b2;
}
.media-flow {
    position: relative;
    margin-top: 100px;
    text-align: center;
}
.media-flow .text {
    width: 320px;
    margin-left: 53%;
}
.media-flow .small {
    font-size: 18px;
}
.media-flow .underline {
    padding-bottom: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.media-flow .img {
    position: absolute;
    top: 12px;
    right: 55%;
}




.goods-cooperation {
    position: relative;
    margin: 200px auto;
    text-align: center;
}
.goods-cooperation .text {
    position: absolute;
    top: 0;
    right: 55%;
    width: 320px;
}
.goods-cooperation .small {
    font-size: 18px;
}
.goods-cooperation .underline {
    padding-bottom: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.goods-cooperation .img {
    margin-left: 38%;
    margin-top: -50px;
}
.goods-cooperation .usage-scenario {
    margin: 50px 16px 0;
    position: relative;
    padding: 32px 16px;
    border: 1px solid #e3bb73;
    border-radius: 8px;
    font-size: 18px;
}
.goods-cooperation .usage-scenario h5 {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 16px;
    color: #e3bb73;
    background-color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.goods-cooperation .usage-scenario ul {
    overflow: hidden;
    color: #999;
}
.goods-cooperation .usage-scenario ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 8px 0;
    padding-left: 35px;
}
.goods-cooperation .usage-scenario ul li:before {
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 18px;
    content: '　';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fee1b2;
}