﻿@charset "utf-8";
/*----------banner样式开始----------*/
.bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #b3defe;
    margin: auto;
    z-index: -1;
}

.share_banner {
    width: 100%;
}

    .share_banner img {
        width: 100%;
    }

.share_con {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}

    .share_con li {
        border-radius: 14px;
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
        position: relative;
    }

        .share_con li a {
            display: block;
            width: 100%;
            color:#fff;
            position:relative;
        }

            .share_con li a img {
                float: left;
                width: 100%;
            }

        .share_con li .title_bt{
            width: 100%;
            height:30px;
            line-height:30px;
            background:rgba(0,0,0,0.4);
            color:#fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            font-size:13px;
        }
/*----------banner样式结束----------*/
