html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.section-top {
    background-color: white;
}

.section-top .container_top {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.section-top .where {
    margin-left: 17rem;
    padding-top: 2rem;
}

.section-top .container_top .view-left {
    display: inline-block;
    width: 30%
}

.section-top .container_top .view-right {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    float: right;
}

.common_background {
    position: relative;
}

.common_background img {
    width: 100%;
}

.view-right .title-inner {
    overflow: hidden;
    line-height: 35px;
}

.view-right .title-inner .title {
    font: 28px/1.4 'gotham-medium';
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #9D004D;
}

.view-right .title-inner .text {
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
}

.view-right .other-inner {
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.view-right .other-inner .title {
    font-size: 16px;
    font-weight: bold;
    color: #9D004D;
    padding-bottom: 5px;
    border-bottom: 1px dashed #EDEDED;
}
.view-right .other-inner .title_chat {
    font-size: 16px;
    font-weight: bold;
    color: #9D004D;
    padding-bottom: 5px;
    display: inline-block;
}
.view-right .other-inner .btn {
    margin-left: 1rem;
    background-color: #9D004D;
    color:white;
}

.view-right .other-inner .info {
    margin: 10px auto;
}

.view-right .other-inner .info dd {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.view-inner {
    padding: 20px 20px;
    background: #FAFAFA;
}

.view-body {
    margin-bottom: 30px;
}

.view-body img {
    width: 40%;
    vertical-align: middle;
    margin: -13px auto;
    display: block;
}

.imgs {
    width: 40rem;
    height: 40rem
}

@media screen and (max-width: 400px) {
    .section-top .where {
        margin-left: 1rem;
        padding-top: 2rem;
    }

    .section-top .container_top {
        width: 100%;
        padding: 0px 0;
    }

    .section-top .container_top .view-left {
        width: 100%;
    }

    .section-top .container_top .view-right {
        display: unset;
        vertical-align: unset;
        width: 100%;
        float: unset;
    }
    .imgs {
        width: 100%;
        height: auto;
    }

    .view-right .title-inner {
        line-height: 15px;
        padding-left: 10px;
    }

    .view-right .other-inner {
        line-height: 15px;
        padding-left: 10px;
    }

    .view-inner {
        padding: 20px 0px;
    }

    .view-body img {
        width: 100%;
    }

    .view-right .title-inner .title {
        font: 22px/1 'gotham-medium';
    }
    .view-right .title-inner .text{
        font-size: 16px;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .section-top .where {
        margin-left: 1rem;
        padding-top: 2rem;
    }

    .section-top .container_top {
        width: 100%;
        padding: 0px 0;
    }

    .section-top .container_top .view-left {
        width: 100%;
    }

    .section-top .container_top .view-right {
        display: unset;
        vertical-align: unset;
        width: 100%;
        float: unset;
    }

    .view-right .title-inner {
        line-height: 15px;
        padding-left: 10px;
    }

    .view-right .other-inner {
        line-height: 15px;
        padding-left: 10px;
    }

    .view-inner {
        padding: 20px 0px;
    }

    .view-body img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .section-top .container_top {
        width: 100%;
        padding: 6rem 0;
    }

    .section-top .container_top .view-left {
        width: 40%;
    }

    .section-top .container_top .view-right {
        width: 59%;
        float: unset;
    }

    .view-body img {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {
}