.resolve {
    transition: all 0.3s linear !important;
    transition-delay: 0.02s !important;
}

.resolveInner {
    width: 100%;
    /*height: 500px;*/
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 4px solid #e60012;
}

.resolveInnerBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    float: left;
    /*float: left;*/
}

.resolveAlertInnerBox {
    width: 100%;
}

.moreIcon {}

.resolveImg {
    width: 100%;
    height: 100%;
    float: left;
}

.resolveOutBox {
    width: 100%;
    height: auto;
    background: url(../images/resoveBg.jpg) no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    transition: all 0.3s linear !important;
    transition-delay: 0.02s !important;
}

.resolveColor {
    width: 100%;
    height: 100%;
    background: #d11a2e;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}

.resolveText {
    width: 100%;
    height: auto;
    position: absolute;
    top: 270px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 30;
    font-size: 0;
}

.resolveH2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.resolveTextInnerBox {
    padding-right: 10px;
    border-right: 4px solid #e60012;
    margin: 22px 0 30px;
}

.resolveH3 {
    color: #e60012;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    margin-bottom: 10px;
}

.resolveP {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
}

.resolveMore {
    width: 170px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #757575;
    font-size: 16px;
    text-indent: 2em;
    font-weight: 700;
    cursor: pointer;
}

.moreIcon {
    float: right;
    width: 36px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.resolveAlert {
    line-height: 1;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.resolveAlert:hover {
    background: #e60012;
}

.moreArrow {
    vertical-align: top;
    margin-top: 2px;
    margin-left: 25px;
    margin-right: 18px;
}

.moreA {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (max-width:1280px) {
    .resolveH2 {
        font-size: 26px;
    }
    .resolveH3 {
        font-size: 14px;
    }
    .resolveP {
        font-size: 14px;
    }
    .moreA {
        font-size: 12px;
    }
    .resolveInner {
        height: 420px;
    }
    .resolveAlert {
        padding: 6px 0 6px 20%;
    }
    .resolveText {
        padding-right: 32px;
        top: 250px;
    }
    .resolveAct {
        padding-right: 150px;
    }
    .resolveAct .resolveAlertBox {
        width: 150px;
    }
}

@media screen and (max-width:1100px) {
    .resolveH2 {
        font-size: 22px;
    }
    .resolveH3 {
        font-size: 12px;
    }
    .resolveP {
        font-size: 12px;
    }
    .moreA {
        font-size: 12px;
    }
    .resolveAct {
        padding-right: 120px;
    }
    .resolveAct .resolveAlertBox {
        width: 120px;
    }
    .resolveText {
        top: 195px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 18px;
    }
}

@media screen and (max-width:1000px) {
    .resolveText {
        top: 140px;
    }
}

@media screen and (max-width:900px) {
    .lastContainer_3 .resolveH3 {
        font-size: 16px;
    }
    .resolveH2 {
        font-size: 18px;
    }
    .resolveInner {
        height: 331px;
    }
    .resolveAlert {
        padding: 8px 0 8px 20%;
    }
    .resolveText {
        padding-right: 28px;
        top: 110px;
    }
    .resolveAct {
        padding-right: 100px;
    }
    .resolveAct .resolveAlertBox {
        width: 100px;
    }
}

@media screen and (max-width:800px) {
    .resolveText {
        top: 80px;
    }
    .resolveAlert {
        padding: 6px 0 6px 20%;
    }
    .resolveText {
        padding-right: 22px;
    }
}

.flexbox .resolveMakeBox {
    transition: all 0.3s;
    transition-timing-function: linear;
}

.flexbox .resolveMakeBox .resolve {
    transition: all 0.3s;
    transition-timing-function: linear;
}

.flexbox .resolveMakeBox .resolveDelay {
    transition: all 0.3s;
    transition-delay: 0.02s;
    transition-timing-function: linear;
}

.flexbox .resolveDelay {
    transition: all 0.3s;
    transition-delay: 0.02s;
    transition-timing-function: linear;
}

