.case-con {
    width: 100%;
    overflow: hidden;
}

.case-box {
    position: relative;
    width: 100%;
}

.case-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 678px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}

.case-box-bg:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    content: 'Annual live';
    color: #fdfaf6;
    font-size: 250px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    line-height: 250px;
    height: 250px;
}

.case-box-img-1 {
    position: absolute;
    width: 334px;
    height: 473px;
    bottom: 45px;
    left: 50%;
    margin-left: 210px;
}

.case-box-img-2 {
    position: absolute;
    width: 565px;
    height: 769px;
    bottom: 55px;
    left: 50%;
    margin-left: -430px;
    z-index: 10;
}

.case-box-text {
    position: absolute;
    width: 465px;
    height: 525px;
    top: 180px;
    left: 50%;
    margin-left: -450px;
    border-radius: 7px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    z-index: 5;
}

.case-box-wp {
    padding: 0 120px;
}

.case-title-img {
    margin: 215px 0 0 40px;
    width: calc((510 / 1680) * 100%);
}

.case-title {
    margin: 220px 0 0 110px;
}

.case-box-top span {
    display: inline-block;
    width: calc(100% / 3);
}

.case-box2 {
    padding: 0 50px 0 128px;
}

.case-box2-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 465px);
    height: 628px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.case-box2-img img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -518px;
    height: 100%;
    width: auto;
}

.case-box-colorbox {
    margin: 132px -100px 0 -50px;
}

.case-box-colorbox li {
    display: inline-block;
    vertical-align: top;
    padding-top: 90px;
    width: 126px;
    height: 126px;
    font-size: 16px;
    box-sizing: border-box;
}

.case-box2-info {
    padding: 90px 100px 0 120px;
}

.case-bottom-wp {
    width: 1200px;
}

.case-bottom-list li {
    width: 504px;
    margin: 0 -70px;
}

.case-absolute-box {
    top: 190px;
    right: -235px;
    width: 260px;
    padding: 50px 50px 65px;
}


@media screen and (max-width: 1800px) {
    .case-box2 {
        padding: 0 0 0 68px;
    }
    .case-box-wp {
        padding: 0 90px;
    }
    .case-title-img {
        margin-left: 20px;
    }
    .case-title {
        margin-left: 90px;
    }
    .case-absolute-box {
        right: -198px;
    }
}

@media screen and (max-width: 1600px) {
    .case-box2 {
        padding-left: 0;
    }
    .case-box-wp {
        padding: 0 70px;
    }
    .case-title-img {
        margin-left: 0;
    }
    .case-title {
        margin-left: 60px;
    }
    .case-bottom-wp {
        width: 1050px;
    }
    .case-absolute-box {
        padding: 40px 40px 55px;
    }
}

@media screen and (max-width: 1440px) {
    .case-box-wp {
        padding: 0 50px;
    }
    .case-box2-img {
        height: 580px;
    }
    .case-box2-info {
        padding: 70px 80px 0 90px;
    }
    .case-box-colorbox {
        margin: 132px -60px 0 -30px;
    }
    .case-bottom-list li {
        width: 450px;
        margin: 0 -60px;
    }
    .case-bottom-list li img {
        width: 490px;
    }
    .case-absolute-box {
        top: 150px;
        right: -115px;
        width: 220px;
        padding: 40px 35px 55px;
    }
}


.block-list li {
    float: left;
    margin: 0 15px;
}

.bottomline {
    position: relative;
    padding-bottom: 34px;
}

.bottomline:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 2px;
    background-color: #373737;
    content: '';
}

.box-border:before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 285px;
    height: 100%;
    border: 6px solid #4092ce;
    box-sizing: border-box;
    z-index: 0;
}

.opacity-0 {
    opacity: 0;
    opacity: 1\9\0 !important;
}

.anim .anim-right-to-left {
    animation-name: r2l;
    -webkit-animation-name: r2l;
    -ms-animation-name: r2l;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
}

.anim .anim-left-to-right {
    animation-name: l2r;
    -webkit-animation-name: l2r;
    -ms-animation-name: l2r;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
}

.anim .anim-bottom-to-top {
    animation-name: b2t;
    -webkit-animation-name: b2t;
    -ms-animation-name: b2t;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
}

.anim .anim-top-to-bottom {
    animation-name: t2b;
    -webkit-animation-name: t2b;
    -ms-animation-name: t2b;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
}

.anim .anim-fadein {
    animation-name: case-fadein;
    -webkit-animation-name: case-fadein;
    -ms-animation-name: case-fadein;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
}

.anim .anim-delay-0 {
    animation-delay: 0;
    -webkit-animation-delay: 0;
    -ms-animation-delay: 0;
}

.anim .anim-delay-2 {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -ms-animation-delay: .2s;
}

.anim .anim-delay-4 {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
}

.anim .anim-delay-6 {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -ms-animation-delay: .6s;
}

.anim .anim-delay-8 {
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -ms-animation-delay: .8s;
}

.anim .anim-delay-12 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
}

.anim .anim-delay-16 {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
}

@keyframes r2l {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes r2l {
    0% {
        -webkit-transform: translateX(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-ms-keyframes r2l {
    0% {
        -ms-transform: translateX(20px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes l2r {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes l2r {
    0% {
        -webkit-transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-ms-keyframes l2r {
    0% {
        -ms-transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes b2t {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes b2t {
    0% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes b2t {
    0% {
        -ms-transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes t2b {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes t2b {
    0% {
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes t2b {
    0% {
        -ms-transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes case-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes case-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes case-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
