.rtg * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

.rtg-media-show {
    display: none;
}

.rtg img {
    /*display: block;*/
    height: 100%;
    object-fit: cover;
}

.rtg-header {
    position: relative;
    height: 720px;
}

.rtg-header-bg {
    width: 100%;
    height: 100%;
    background-color: #461311;
    object-fit: cover;
}

.rtg-header-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.rtg-header-main h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

.rtg-header-main h2 {
    margin-top: 8px;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    word-wrap: nowrap;
}

.rtg-header-main p {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.rtg-adt {
    padding: 48px 0;
    background-color: #280000;
}

.rtg-adt p,
.rtg-adt h1 {
    color: #fff;
    text-align: center;
}

.rtg-adt-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
}

.rtg-adt-main {
    margin-top: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtg-adt-main>div {
    width: 384px;
    height: 100%;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rtg-adt-main>div:first-child {
    border-left: none;
}

.rtg-adt-main>div>p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.rtg-adt-main>div>h1 {
    margin-top: 8px;
    font-weight: 500;
    font-size: 56px;
    line-height: 72px;
}

.rtg-content-box {
    background: #FFFFFF;
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtg-content {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.rtg-content p {
    color: #000000;
}

.rtg-content .rtg-content-title {
    font-weight: bold;
}

.rtg-content .rtg-content-msg {
    color: rgba(48, 69, 92, 0.8)
}

.rtg-content>img {
    height: 512px;
}

.rtg-content-box:nth-child(2n+1) .rtg-content>img {
    order: -1;
}

.rtg-content>*:last-child {
    margin-left: 32px;
}

.rtg-content-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.025em;
}

.rtg-content-msg {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rtg-intro-box {
    background: #9D1F20;
    padding: 64px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtg-intro {
    width: 1140px;
    display: flex;
    justify-content: space-between;
}

.rtg-intro p {
    color: #FFFFFF;
}

.rtg-intro-item {
    height: 100%;
    flex-shrink: 1;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
}

.rtg-intro-item:last-child {
    margin-left: 20px;
    margin-right: 0;
}

.rtg-intro-item-box {
    height: 100%;
    width: 100%;
    min-height: 180px;
}
.case-rate-main {
    display: flex;
}
.case-rate-main>div>h1{
    color: rgba(48, 69, 92, 0.8);
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}
.case-rate-main p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(48, 69, 92, 0.8);
}
.case-rate-main>div {
    width: 188px;
    height: 100%;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rtg-intro-item-box>.rtg-content-title {
    font-size: 28px;
    line-height: 34px;
}

.rtg-intro-item>img {
    width: 180px;
    margin-left: 8px;
    object-fit: contain;
}

.rtg-case {
    background: #F5F5F5;
    padding: 64px 0 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rtg-case-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

.rtg-case>ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtg-case>ul>li {
    margin-left: 36px;
}

.rtg-case>ul>li:first-child {
    margin-left: 0;
}

.rtg-case>ul>li img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.rtg-case>ul>li p {
    padding-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15.2px;
    line-height: 23px;
    color: #280000;
}
.rtg-case>ul>li span {
    font-style: normal;
    font-weight: 400;
    font-size: 13.6px;
    line-height: 21px;
    color: #B3B3B3;
}


.rtg-anim-img {
    -webkit-transition: all ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.rtg-anim-img:hover {
    -ms-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.rtg-banner {
    height: 412.5px;
    width: 100%;
}

.rtg-page-box {
    padding: 32px 0 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rtg-page {
    width: 1110px;
    margin: 0 auto;
}


.rtg-page h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #212529;
}

.rtg-page h2 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #212529;
}

.rtg-page-title {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #30455C;
}

.rtg-page-msg {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(48, 69, 92, 0.8);
}


@media screen and (max-width: 1110px) {
    .rtg-page-box {
        padding: 32px 16px 64px;
    }

    .rtg-page {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .rtg-media-hide {
        display: none;
    }

    .rtg-media-show {
        display: block;
    }

    .rtg-adt-main {
        margin-top: 48px;
        flex-direction: column;
    }

    .rtg-adt-main>div {
        width: 240px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: none;
        padding: 24px 0;
    }

    .rtg-adt-main>div:first-child {
        border-top: none;
        padding: 0 0 24px;
    }

    .rtg-case>ul {
        flex-direction: column;
    }

    .rtg-case>ul>li {
        margin-top: 36px;
        margin-left: 0;
    }

    .rtg-case>ul>li:first-child {
        margin-top: 0;
    }

    .rtg-case>ul>li img {
        height: 300px;
        width: 300px;
    }

    .rtg-case>ul>li p {
        text-align: center;
    }
}

@media screen and (max-width: 1140px) {
    .rtg-content-box {
        padding: 48px 30px;
    }

    .rtg-content {
        flex-direction: column;
        width: 100%;
    }

    .rtg-content>div {
        width: 100%;
    }

    .rtg-content>img {
        width: 315px;
        height: 315px;
        order: 1 !important;
        margin-top: 10px;
    }

    .rtg-content>*:last-child {
        margin-left: 0;
    }

    .rtg-intro-box {
        padding: 64px 32px;
    }

    .rtg-intro {
        width: 100%;
        flex-direction: column;
    }

    .rtg-intro-item {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .rtg-intro-item:last-child {
        margin-left: 0;
        margin-top: 64px;
    }

    .rtg-intro-item>img {
        margin-top: 16px;
        margin-left: 0;
    }

    .rtg-content-title {
        white-space: normal;
    }
}
