﻿body {
    background: #fff !important;
    color: #111C30;
}

.head {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0;
}

.city_select {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0.28rem;
    left: 0.28rem;
    min-width: 1.3rem;
    height: 0.54rem;
    background: #000000;
    opacity: 0.46;
    border-radius: 0.34rem;
    font-size: 0.26rem;
    color: #ffffff;
    padding: 0 0.2rem;
    box-sizing: border-box;
    line-height: 0.54rem;
}

    .city_select::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border: 0.02rem solid #ffffff;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .city_select .iconfont {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.12rem;
        font-size: 0.1rem;
        text-align: right;
        line-height: 0.2rem;
    }
/*城市选择弹框*/
.city_box {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0, .3);
}

.dialogs {
    width: 6rem;
    margin: auto 0;
    padding: 0.24rem 0.4rem 0.4rem;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0.16rem;
}

    .dialogs .head_dialogs {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.head_dialogs .left_text {
    font-size: 0.32rem;
    color: #111C30;
}

.head_dialogs .iconfont {
    color: #B3B3B3;
}

.body_dialogs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

    .body_dialogs .city_name {
        width: 1.6rem;
        height: 0.6rem;
        border-radius: 0.16rem;
        text-align: center;
        line-height: 0.6rem;
        margin-top: 0.2rem;
        background-color: #F7F7F7;
        color: #333333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .body_dialogs .current_city {
        background-color: #EEF6FF;
        color: #3492E9;
    }

.city_name + .city_name {
    margin-left: 0.2rem;
}

.city_name:nth-of-type(3n-2) {
    margin-left: 0;
}

.footer_dialogs {
    display: flex;
    justify-content: space-between;
    margin-top: 1.1rem;
}

.bottom_btn {
    width: 2.4rem;
    height: 0.74rem;
    border-radius: 0.04rem;
    text-align: center;
    line-height: 0.74rem;
    font-size: 0.32rem;
}

.cancel_btn {
    box-sizing: border-box;
    border: 0.01rem solid #B3B3B3;
    color: #B3B3B3;
}

.determine_btn {
    background-color: #0F8CFF;
    color: #ffffff;
}

.head-img {
    width: 100%;
    min-height: 3.6rem;
}

.iconfont {
    width: 1em;
    height: 1em;
}

.personal-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0.68rem;
    height: 0.68rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.search-type-box {
    top: 0.92rem;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
    z-index: 9;
}
/*搜索 start*/
.head-search-box {
    position: absolute;
    left: 0;
    bottom: -0.68rem;
    width: 100%;
    height: 0.96rem;
    z-index: 2;
}

.head-search {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 12px;
    height: 0.96rem;
    background: rgba(255,255,255, 1);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
    border-radius: 0.08rem;
}

.head-search-type {
    height: 0.96rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-right {
    border: none;
}

    .border-right:after {
        content: '';
        position: absolute;
        width: 0.02rem;
        height: 0.28rem;
        background-color: #E4E7F0;
        right: 5px;
    }

.search-input-box {
    display: block;
    width: 100%;
    padding-left: 85px;
    height: 0.96rem;
    box-sizing: border-box;
    text-decoration: none;
    color: #777;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-icon {
    font-size: 0.4rem;
    color: #9CA1AC;
}

.head-search-type span {
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.26rem;
}

.search-input-box span {
    display: inline-block;
    vertical-align: top;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.26rem;
    color: #9CA1AC;
}

.head-search-icon {
    color: #E4E7F0;
}
/**
   首页菜单 start 
*/
.content-block .swiper-container {
    overflow-y: initial;
}

.content-block {
    /*height: 4.5rem;*/
    box-sizing: border-box;
    padding: 1.08rem 0 0;
    background-color: #fff;
}

    .content-block ul {
        margin: 0;
        list-style: none;
        padding: 0 0.25rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 0.24rem
    }

        .content-block ul li {
            float: left;
            margin-bottom: 0.36rem;
            width: 25%;
            height: 1.28rem;
        }

    .content-block .icon-tpl3 ul li {
        width: 20%;
    }

.content-block-a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.24rem;
}

.content-big-circle {
    position: relative;
    left: 0;
    top: 0;
    width: 0.84rem;
    height: 0.84rem;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
}

.content-middle-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
    background: #fff;
}

.content-small-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
}

    .content-small-circle img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }

.content-middle-icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.content-block-title {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#iconSwiperPagination {
    bottom: 0px;
}

/*#icon-swiper {
    padding-bottom: 0.1rem;
}*/

.iconSwiper-bullet {
    width: 0.28rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #DDDDDD;
    display: inline-block;
    margin: 0 0.05rem;
}

.my-bullet-active {
    background: #2476FF;
    opacity: 1;
}
/**广告banner*/
.a-d-box {
    display: none;
    background-color: #fff;
    height: auto;
    font-size: 0;
    padding: 0 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

#adSwiper img {
    height: 1.82rem;
}

.ad-swiper img {
    width: 6.9rem;
    height: auto;
}

#a-d-Box .swiper-pagination {
    bottom: 0.16rem;
}

.adSwiper-bullet {
    width: 0.28rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #DDDDDD;
    display: inline-block;
    margin: 0 0.05rem;
}

.ad-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.img-style .list-item-img-box {
    height: 2.56rem;
}

.recommend {
    margin-top: 0px;
    background-color: #fff;
}

.recommend-head {
    height: 44px;
}

.recommend-title-box {
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 0;
}

.recommend-more-box {
    width: 6.9rem;
    height: 0.88rem;
    text-decoration: none;
    font-size: 0;
    background-color: #F4F7FE;
    border-radius: 0.12rem;
    display: inline-block;
    line-height: 0.88rem;
    text-align: center;
    color: #0F8CFF;
    font-size: 0.32rem;
    margin-left: 0.3rem;
    margin-bottom: 0.1rem;
}

.recommend-title-icon {
    display: inline-block;
    vertical-align: top;
    margin: 13px 10px 0 0;
    width: 4px;
    height: 18px;
}

.recommend-title {
    padding-left: 0.3rem;
    font-size: 0.36rem;
    font-weight: bold;
}

.recommend-more {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    color: #111C30;
    font-size: 18px;
    font-weight: 700;
}

.recommend-more {
    margin-left: 8px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.img-style .list-box {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

.addTo {
    position: absolute;
    top: 13px;
    right: 4%;
    width: 281px;
    height: 47px;
    line-height: 47px;
    /*background: rgba(67,155,253,1);*/
    box-shadow: 0px 5px 47px rgba(0,0,0,0.06);
    opacity: 1;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
}

    /*.addTo span {
        color: #FFDD00;
    }*/

    .addTo span {
        display: block;
        width: 22px;
        height: 22px;
        transform: rotate(45deg) translateY(50%);
        position: absolute;
        top: -13px;
        right: 30px;
        z-index: -1;
    }


/**
    common.css
*/

.img-style .list-item-info {
    border: none !important;
    padding: 0.08rem 0 0.1rem;
    color: #111C30;
}

.list-item-other {
    color: #F64D4D;
    font-size: 0.32rem;
    height: 0.42rem;
    line-height: 0.42rem;
    margin-top: 0.06rem;
}

.app-conten {
    padding-bottom: 0.4rem
}

.content-small-circle .old-icon-img {
    width: 0.52rem;
    height: 0.52rem;
}

.article .logo {
    width: 0.94rem;
    height: 0.64rem;
    flex-shrink: 0;
}

.article {
    display: flex;
    padding: 0 0.3rem;
    align-items: center;
    margin-bottom: 0.42rem;
    margin-top: 0.3rem;
    display: none;
}

.articletitle {
    display: flex;
    flex-direction: column;
    margin-left: 0.32rem;
    font-size: 0.24rem;
    height: 0.8rem;
}

.listshare {
    position: fixed;
    z-index: 9;
    bottom: 1.34rem;
    right: 0.18rem;
    display: block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0px 0px 0.12rem rgba(0,0,0,1);
    border-radius: 50%;*/
}


    .listshare img {
        width: 0.84rem;
    }


/*首页活动展示样式*/
.show_activity {
    width: 100%
}

.tab_box {
    width: 100%;
    height: 0.67rem;
    display: flex;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

    .tab_box .item_tab {
        position: relative;
        width: 1.68rem;
        height: 100%;
        text-align: center;
        line-height: 0.69rem;
        font-size: 0.28rem;
        color: #8894A7;
    }

    .tab_box .checked {
        border-radius: 4px;
        color: #ffffff;
        font-size: 0.32rem;
        background-color: #0F8CFF;
    }

/*.show_activity .checked::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.66rem;
    left: 0.62rem;
    border-top: 7px solid #0F8CFF;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}*/

.activity_list_wrapper {
    width: 100%;
    height: 4rem;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0.2rem;
    white-space: nowrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

    .activity_list_wrapper .activity_list {
        display: inline-block;
    }

        .activity_list_wrapper .activity_list .list-item-box {
            display: inline-block;
            vertical-align: top;
            height: 3.7rem;
            margin-right: 0.16rem;
        }

            .activity_list_wrapper .activity_list .list-item-box:nth-last-of-type(1) {
                margin-right: 0;
            }
        /*.activity_list_wrapper .activity_list .list-item-box:nth-of-type(1) {
                margin-left: 0.32rem;
                
            }*/
        .activity_list_wrapper .activity_list .list-item-img-box .list-item-push-tag {
            position: absolute;
            top: 0;
            right: 0;
            color: #ffffff;
            font-size: 0.24rem;
            padding: 0.02rem 0.1rem;
        }

.activity_list .list-item-box .vr-mask,
.activity_list .list-item-box .video-mask,
.activity_list .list-item-box .vr-video-mask {
    width: 0.44rem;
    height: 0.44rem;
    left: 0.1rem;
    bottom: 0.1rem;
}

.activity_list .list-item-box .vr-video-mask {
    width: 56px;
    height: 25px;
    left: 5px;
    bottom: 5px;
}

.activity_list .recommend-more-box {
    display: none;
}

.activity_list .list-item-a {
    width: 3.2rem;
    height: 2.18rem;
    border-radius: 0.08rem;
}

.activity_list .list-item-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
}

.activity_list .list-item-a img {
    display: block;
    width: 100%;
    height: 100%;
}

.activity_list .list-item-info .list-item-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity_list .list-item-info .list-item-room {
    font-size: 0.22rem;
    color: #111C30;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity_list #noneHouse {
    display: block;
    width: 100%;
    height: 100%;
}
