/*  1920 */


/**************************************************************************************
 **************
 ************** bottom view
 **************
****************************************************************************************/

.bottom-view {
    width: 100%;
    background-color: #2F2E2E;
    position: relative;
    z-index: 8;
}

.bottom-view .desc {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    display: none;
}

.bottom-view .content .bottom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
}

.bottom-view .desc .desc-view {
    width: 1680px;
    padding: 30px 0;
    margin: 0 auto;
}

.bottom-view .desc .desc-view p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0;
    line-height: 24px;
}

.bottom-view .city-list {
    width: 1680px;
    height: 36px;
    margin: 0 auto;
}

.bottom-view .city-list ul {
    width: 1680px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -14px;
}

.bottom-view .city-list li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.bottom-view .city-list li div {
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, .4);
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.bottom-view .city-list li div i {
    display: inline-block;
    background: url('../img/icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}

.bottom-view .city-list li:nth-last-child(1) div {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.bottom-view .city-list li.active {
    background: #FF1240;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}

.bottom-view .city-list li.active+li div {
    border-left: none;
}

.bottom-view .city-list li.active div {
    border-left: none;
    border-right: none;
    position: static;
}

.bottom-view .content {
    width: 1680px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 47px 0 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-view .content .top {
    width: 100%;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}

.bottom-view .content .top>div {
    flex: 1;
    height: 100%;
}

.bottom-view .content .top .l {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bottom-view .content .top .l ul {
    flex: 1;
}

.bottom-view .content .top .l ul p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.bottom-view .content .top .l a {
    text-decoration: none;
}

.bottom-view .content .top .l ul li {
    line-height: 32px;
    cursor: pointer;
}

.bottom-view .content .top .l ul li a {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.bottom-view .content .top .l ul li a:hover {
    color: #FF1240;
}

.bottom-view .content .top .l .join a {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.bottom-view .content .top .l .join a:hover {
    color: #FF1240;
}

.bottom-view .content .top .r {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.bottom-view .content .top .r ul p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.bottom-view .content .top .r ul li {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.bottom-view .content .top .r ul li i {
    display: inline-block;
    margin: 0 auto;
}

.wb>i {
    background: url('../img/icon.png') no-repeat -37px -134px;
    width: 26px;
    height: 21px;
}

.tt>i {
    background: url('../img/icon.png') no-repeat -137px -134px;
    width: 26px;
    height: 23px;
}

.fb>i {
    background: url('../img/icon.png') no-repeat -237px -134px;
    width: 26px;
    height: 26px;
}

.ins>i {
    background: url('../img/icon.png') no-repeat -337px -134px;
    width: 26px;
    height: 26px;
}

.bottom-view .content .top .r>div {
    display: flex;
    justify-content: center;
}

.bottom-view .content .top .r>div>div:nth-child(1) img {
    width: 120px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.bottom-view .content .top .r>div>div:nth-child(1) img:nth-child(2) {
    margin-top: 20px;
    cursor: pointer;
}

.bottom-view .content .top .r>div>div:nth-child(2) {
    margin-left: 47px;
}

.bottom-view .content .top .r>div>div:nth-child(2) img {
    width: 100px;
    height: 100px;
}

.bottom-view .content .top .r>div>div:nth-child(2) p {
    margin-top: 8px;
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.bottom-view .content .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottom-view .content .bottom p {
    opacity: 0.6;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.bottom-view .content .bottom div {
    width: 216px;
    display: flex;
    justify-content: space-between;
}

.bottom-view .content .bottom div span {
    opacity: 0.6;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.bottom-view .content .links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bottom-view .content .links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bottom-view .content .links p {
    color: #FFF;
    font-size: 14px;
}

.bottom-view .content .links a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    margin-right: 20px;
}

.social-share {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.bottom-view .content .links a:hover {
    color: #FF1240;
}

.top_mobile {
    display: none;
}

.download-app {
    display: none;
}

.mobile-weixin {
    display: none;
}


/*  1920 */


/* 1919 1600 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .bottom-view .city-list {
        width: 1520px;
    }
    .bottom-view .city-list ul {
        width: 1520px;
    }
    .bottom-view .desc .desc-view {
        width: 1520px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .bottom-view .content {
        width: 1520px;
        padding: 27px 0 18px;
    }
}


/* 1919 1600 */


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    .bottom-view .city-list {
        width: 1246px;
    }
    .bottom-view .city-list ul {
        width: 1246px;
    }
    .bottom-view .desc .desc-view {
        width: 1246px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .bottom-view .content {
        width: 1246px;
        padding: 27px 0 18px 0;
        margin: 0 auto;
    }
    .bottom-view .content .top {
        margin-bottom: 30px;
    }
}


/* 1280 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .bottom-view .city-list {
        width: 1200px;
    }
    .bottom-view .city-list ul {
        width: 1200px;
    }
    .bottom-view .desc .desc-view {
        width: 1200px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .bottom-view .content {
        width: 1200px;
        padding: 27px 0 18px 0;
        margin: 0 auto;
    }
    .bottom-view .content .top {
        margin-bottom: 30px;
    }
}


/* 1280 */

@media screen and (max-width:1000px) {
    .bottom-view .content {
        width: 100%;
        padding: 0.27rem 0 20px;
    }
    .bottom-view .content .top {
        display: none;
    }
    .top_mobile {
        display: block;
        padding: 0.17rem;
        background: #ffffff;
    }
    .top_mobile .l {}
    .top_mobile .l ul p {
        font-size: 0.2rem;
        line-height: 0.39rem;
        height: 0.39rem;
        position: relative;
    }
    .top_mobile .l ul p.join {
        color: #FF1240;
    }
    .top_mobile .l ul p.join a {
        color: #FF1240;
        width: 100%;
        position: relative;
        z-index: 3;
        text-decoration: none;
        display: block;
    }
    .top_mobile .l ul:last-child ul {
        display: none;
    }
    .top_mobile .l ul p.join:before {
        content: '';
        position: absolute;
        right: 0.2rem;
        top: 0;
        color: #FF1240;
        z-index: 1;
        height: 0.39rem;
        width: 0.39rem;
        display: block;
        background: url('../img/mo-red-right.png') right center no-repeat;
        background-size: auto 0.14rem;
    }
    .top_mobile .l ul p:before {
        content: '+';
        position: absolute;
        right: 0.17rem;
        top: 0;
        color: #333;
        font-size: 0.2rem;
    }
    .top_mobile .l ul p.down:before {
        content: '+';
        position: absolute;
        right: 0.17rem;
        top: 0;
        color: #333;
        transform: rotate(45deg);
    }
    .top_mobile .l ul {
        border-bottom: 1px solid #ddd;
        padding-bottom: 0.14rem;
        margin-bottom: 0.14rem;
    }
    .top_mobile .l ul:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
    }
    .top_mobile .l ul li {
        line-height: 0.6rem;
        display: none;
        border-radius: 3px;
    }
    .top_mobile .l ul li:nth-of-type(1) {
        margin-top: 0.2rem;
    }
    .top_mobile .l ul li:hover {
        background: #F5F5F5;
    }
    .top_mobile .l ul li a {
        display: block;
        color: #444444;
        text-decoration: none;
        padding-left: 0.24rem;
        font-size: 0.2rem;
        line-height: 0.6rem;
    }
    .top_mobile .l ul li a:hover {
        text-decoration: underline;
    }
    .bottom-view .desc .desc-view {
        padding: 0.44rem 0.17rem;
        width: 100%;
    }
    .bottom-view .desc .desc-view p {
        font-size: 0.16rem;
        line-height: 0.22rem;
        text-indent: -0.18rem;
        padding-left: 0.2rem;
    }
    .download-app {
        padding: 0.27rem 0.17rem 0.31rem;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .download-app .app-img {
        width: 1.95rem;
        height: 1.95rem;
        overflow: hidden;
        border-radius: 0.39rem;
    }
    .download-app .app-img img {
        width: 100%;
        height: 100%;
    }
    .download-app .app-mes {
        width: calc(100% - 2.2rem);
    }
    .download-app .app-mes h2 {
        font-size: 0.38rem;
        color: #fff;
        line-height: 0.38rem;
    }
    .download-app .app-mes p {
        font-size: 0.22rem;
        color: #8D8D95;
        line-height: 0.31rem;
        margin: 0.12rem 0 0.26rem;
    }
    .download-app .app-mes a {
        font-size: 0.29rem;
        border-radius: 0.26rem;
        background: #0A84FF;
        text-decoration: none;
        color: #ffffff;
        display: block;
        width: 1.37rem;
        text-align: center;
        line-height: 0.5rem;
    }
    .bottom-view .content .links {
        margin-bottom: 0.19rem;
        display: none;
        opacity: 0;
    }
    .bottom-view .content .bottom,
    .bottom-view .content .links {
        padding: 0 0.17rem;
    }
    .bottom-view .content .bottom {
        padding-right: 1.2rem;
        width: 100%;
        position: relative;
        display: block;
    }
    .bottom-view .content .links p {
        font-size: 0.16rem;
        color: #ffffff;
    }
    .bottom-view .content .links a {
        font-size: 0.16rem;
        color: #76A5FF;
    }
    .bottom-view .content .bottom p {
        font-size: 0.16rem;
        color: #ffffff;
    }
    .address_box {
        width: 100%;
        height: 100%;
    }
    .address_box .address_view {
        width: 90%;
        height: auto;
        min-height: 50px;
        padding: 0.26rem 0.3rem 0.4rem;
    }
    .address_box .address_view .con p {
        font-size: 0.29rem;
        color: #222222;
        letter-spacing: 0;
        text-align: center;
    }
    .address_box .address_view .con p:nth-child(1) {
        font-size: 0.29rem;
    }
    .address_box .address_view .con p:nth-child(2) {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
        text-align: center;
    }
    .address_box .address_view .con p {
        font-size: 0.17rem;
    }
    .address_box .address_view .con p a {
        text-decoration: none;
    }
    .address_box .address_view .con p:nth-child(1) {
        font-size: 0.29rem;
    }
    .address_box .address_view .con p:nth-child(2) {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
        text-align: center;
    }
    .address_box .address_view .con p:nth-child(3) {
        font-size: 0.2rem;
        text-align: left;
        word-wrap: break-word;
        word-break: normal;
        white-space: nowrap;
    }
    .address_box .address_view .con p:nth-child(4) {
        font-size: 0.2rem;
        text-align: left;
        line-height: 0.3rem;
    }
    .address_box .address_view .con p:nth-child(5) {
        font-size: 0.2rem;
        text-align: left;
    }
    .address_box .address_view .con p:nth-child(3) a {
        font-size: 0.24rem;
        color: #F5163A;
        white-space: nowrap;
    }
    .address_box .address_view .con p:nth-child(4) a,
    .address_box .address_view .con p:nth-child(5) a {
        color: #4785FF;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .address_box .box_close {
        right: 0%;
    }
    .address_box .address_view .con div {
        display: flex;
        justify-content: center;
        height: auto;
        margin-top: 0.19rem;
    }
    .address_box .address_view .con div a {
        margin: 0 3%;
        font-size: 0.19rem;
        width: auto;
        line-height: 0.27rem;
        padding: 0.05rem 0.17rem;
        border-radius: 0.2rem;
        border: 1px solid #FF1240;
    }
    .bottom-view .content .bottom p a {
        font-size: 0.16rem !important;
        color: #ffffff;
        display: inline-block;
    }
    .bottom-view .content .bottom p a img {
        display: none;
    }
    .bottom-view .content .bottom>a {
        display: block;
        margin-top: 0.17rem;
        font-size: 0.16rem;
    }
    .mobile-weixin {
        position: absolute;
        right: 0.17rem;
        bottom: 0;
        width: 0.68rem;
        height: 0.68rem;
        display: block;
    }
    .bottom-view .city-list {
        width: 100%;
        height: auto;
    }
    .bottom-view .city-list ul {
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        height: auto;
        position: static;
    }
    .bottom-view .city-list ul li {
        width: calc(20% - 1px);
        font-size: 0.19rem;
        padding: 0;
        line-height: 0.48rem;
        height: auto;
        flex: auto;
    }
    .bottom-view .city-list ul li div {
        font-size: 0.21rem;
        line-height: 0.48rem;
        position: static;
    }
    .bottom-view .city-list ul li.active {
        font-size: 0.19rem;
        border-radius: 0;
    }
    .bottom-view .city-list ul li.active div {
        font-size: 0.19rem;
    }
    .bottom-view .city-list ul li div {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
    .bottom-view .city-list ul li:nth-of-type(n+6) div {
        border-bottom: 0;
    }
    .bottom-view .city-list ul li.active div {
        border-bottom: 0;
    }
    /* .social-share, */
    .share_bottom,
    .content-main .social-share {
        display: none!important;
    }
    .social-share {
        padding-left: 0.17rem;
    }
    .content .social-share .social-share-icon {
        width: 24px;
        height: 24px;
        font-size: 16px;
        border-radius: 50%;
        line-height: 24px;
    }
    .content .social-share .icon-qq,
    .content .social-share .icon-qzone {
        display: inline-block!important;
    }
}