﻿body {
    font: 14px/2em 'Microsoft YaHei', sans-serif;
    color: #333;
}

a {
    color: #333;
}

.two,
.en_banner_m {
    display: none;
}


.en_banner {
    width: 100%;
}


.content {
    width: 1160px;
    margin: 36px auto 0;
}

.con p {
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px;
}

.con p a {
    color: #fff;
}

.con {
    width: 1160px;
    position: relative;
    margin-bottom: 50px;
}

.pic {
    width: 100%;
}

.play {
    width: 82px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px -41px 0 0;
}

.review {
    width: 1160px;
    margin: 90px auto;
}

.title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.review ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.review li {
    width: 370px;
    /* height: 270px; */
    position: relative;
    margin: 0 25px 40px 0;
}

.review li:nth-child(3n) {
    margin-right: 0;
}

.review img {
    width: 100%;
    height: 100%;
}

.review p {
    width: 100%;
    background: rgba(0, 0, 0, 0.486);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    box-sizing: border-box;
}

.review a {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}




/* 二级页 */

.two {
    width: 1160px;
    margin: 50px auto 100px;
}

.local {
    font-size: 18px;
    margin-bottom: 50px;
}

.two ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.two li {
    width: 370px;
    /* height: 270px; */
    margin: 0 25px 40px 0;
    position: relative;
}

.two li:nth-child(3n) {
    margin-right: 0;
}

.two img {
    width: 370px;
    /* height: 270px; */
}

.two p {
    width: 100%;
    background: rgba(0, 0, 0, 0.397);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    box-sizing: border-box;
}

.two ul a {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}


#autopage {
    font-family: 微软雅黑 !important;
    padding: 40px 0;
    font-size: 1rem;
    text-align: center;
    clear: both;
}

#autopage a {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
    margin-bottom: 10px;
}

#autopage a:hover {
    background: #E50112;
    border: #E50112 1px solid;
    color: #fff;
    text-decoration: none;
}

#autopage span {
    display: inline-block;
    height: 2.5rem;
    padding: 0 10px;
    line-height: 2.5rem;
    background: #E50112;
    border: 1px solid #E50112;
    color: #fff;
    text-align: center;
}

.bottom_m,
.more,
.review span {
    display: none;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }

    .en_banner,
    .review .title,
    .two,
    .local,
    .top,
    .bottom {
        display: none;
    }

    .bottom_m,
    .more,
    .review span {
        display: block;
    }

    .en_banner_m {
        display: block;
        width: 100%;
    }

    .content .con {
        width: 93vw;
        margin: 0.2rem;
    }

    .content {
        width: 100%;
        margin: 0;
    }

    .con p {
        position: relative;
        font-size: 0.3rem;
        line-height: 0.45rem;
        padding: .2rem 0.25rem;
    }

    .con p a {
        color: #000;
    }

    .play {
        width: 0.82rem;
        margin: -1rem 0 0 -0.41rem;
    }

    .review {
        width: 93vw;
        margin: 0 auto;
        border-top: 0.01rem solid #d1d1d1;
    }

    .review ul {
        width: 100%;
        display: inline-block;
        margin-top: 0.25rem;
    }

    .review li {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        position: relative;
        display: flex;
        border-bottom: 0.01rem solid #e9e9e9;
        padding: 0.25rem 0 0.25rem;
    }

    .review img {
        width: 2rem;
        height: auto;
    }

    .review p {
        width: 100%;
        background: none;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        margin: 0 0.45rem 0 0.3rem;
        line-height: 0.37rem;
    }

    .review ul a {
        color: #000;
        font-size: 0.26rem;
        line-height: 0.4rem;
        flex-shrink: 0;
    }

    .review span {
        color: #c0c0c0;
        font-size: 0.2rem;
        margin-top: 0.1rem;
    }

    .review li:last-child {
        border: 0;
    }

    /* .two {
        width: 93vw;
        margin: 0 auto;
        border-top: 0.01rem solid #d1d1d1;
    }

    .two ul {
        width: 100%;
        display: inline-block;
    }

    .two li {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        position: relative;
        display: flex;
        border-bottom: 0.01rem solid #d1d1d1;
        padding: 0.25rem 0 0.5rem;
    }

    .two img {
        width: 2rem;
        height: auto;
    }

    .two p {
        width: 100%;
        background: none;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        margin: 0 0.45rem 0 0.3rem;
        line-height: 0.37rem;
    }

    .two ul a {
        color: #000;
        font-size: 0.26rem;
        line-height: 0.2rem;
    }

    .two span {
        position: absolute;
        color: #c0c0c0;
        font-size: 0.2rem;
        margin-top: 0.2rem;
    }

    .two li:last-child {
        border: 0;
    } */

    .more {
        width: 3.5rem;
        height: 0.7rem;
        background: #10589A;
        color: #fff;
        font-size: 0.25rem;
        line-height: 0.7rem;
        text-align: center;
        border-radius: 0.1rem;
        margin: 0.6rem auto 0;
        letter-spacing: 0.04rem;
    }

    .bottom_m {
        width: 100%;
        color: #fff;
        background: #10589A;
        font-size: 0.24rem;
        line-height: 170%;
        text-align: center;
        padding: 0.5rem;
        box-sizing: border-box;
        margin-top: 1rem;
    }
}