* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    /*height: auto;*/
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}
    /*字体*/
    a.topBtn {
        width: 0.6rem;
        height: 0.6rem;
        position: fixed;
        bottom: 0.8rem;
        right: 0.2rem;
    }

@font-face {
    font-family: SourceHanSansCNRegular;
    src: url('../fonts/SourceHanSansCN-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/SourceHanSansCN-Regular.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: SourceHanSansCNMedium;
    src: url('../fonts/SourceHanSansCN-Medium.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SourceHanSansCN-Medium.woff') format('woff'), url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/SourceHanSansCN-Medium.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: SourceHanSansCNBold;
    src: url('../fonts/SourceHanSansCN-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SourceHanSansCN-Bold.woff') format('woff'), url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/SourceHanSansCN-Bold.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: AlibabaPuHuiTiBold;
    src: url('../fonts/Alibaba-PuHuiTi-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alibaba-PuHuiTi-Bold.woff') format('woff'), url('../fonts/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/Alibaba-PuHuiTi-Bold.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: AlibabaPuHuiTiMedium;
    src: url('../fonts/Alibaba-PuHuiTi-Medium.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alibaba-PuHuiTi-Medium.woff') format('woff'), url('../fonts/Alibaba-PuHuiTi-Medium.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/Alibaba-PuHuiTi-Medium.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: AlibabaPuHuiTiRegular;
    src: url('../fonts/Alibaba-PuHuiTi-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alibaba-PuHuiTi-Regular.woff') format('woff'), url('../fonts/Alibaba-PuHuiTi-Regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/Alibaba-PuHuiTi-Regular.svg') format('svg');
    /* iOS 4.1- */
}

/**
 *  修改google浏览器，默认的聚焦黄色背景为白色
 */
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

    input:focus, textarea:focus {
        outline: none;
    }

.btn {
    width: 3rem; /* height: 0.7rem; */
    border-radius: 15px;
    display: inline-block;
    text-align: center; /* line-height: 0.7rem; */
    font-size: 0.3rem;
    font-family: SourceHanSansCNBold;
    padding: 0.1rem 0;
}

.submitBtn {
    color: #FFFFFF;
    background-color: #009B63;
    margin: 0.4rem auto;
}
/*公共头部*/
.header {
    width: 100%;
    height: 1.2rem;
    background-color: #009b63;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    line-height: 1.2rem;
}

    .header a.backBtn {
        position: absolute;
        left: 0.2rem;
        top: 0.25rem;
        background: url(../img/back.png) no-repeat center center;
        background-size: cover;
        width: 0.7rem;
        height: 0.7rem;
    }

    .header a.backindexBtn {
        position: absolute;
        left: 0.2rem;
        top: 0rem;
        width: 2rem;
        height: 1.2rem;
        font-size: 0.3rem;
        font-family: SourceHanSansCNRegular;
        color: #fff;
        line-height: 1.2rem;
    }

i.icon_back {
    background: url(../img/back.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    vertical-align: text-bottom;
}

.header h3.title {
    font-size: 0.35rem;
    color: #FFFFFF;
    font-family: SourceHanSansCNRegular;
    text-align: center;
}
/*index*/
.index {
    background: url(http://img.2019qsgs.creavidia.com/bg2.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    position: relative;
    height: 46.56rem;
}

    .index a.logo {
        width: 2.06rem;
        height: 0.37rem;
        position: absolute;
        top: 0.74rem;
        left: 0.94rem;
    }

    .index a.uploadBtn {
        width: 1.4rem;
        height: 1.4rem;
        background: url(../img/1.png) no-repeat center center;
        background-size: cover;
        text-align: center;
        display: block;
        position: absolute;
        top: 6.26rem;
        left: 3.05rem;
        box-shadow: 3px 4px 13px #999;
        border-radius: 1.2rem;
        overflow: hidden;
    }

        .index a.uploadBtn span {
            color: #fff;
            font-family: "AlibabaPuHuiTiBold";
            display: block;
        }

            .index a.uploadBtn span:nth-of-type(1) {
                font-size: 0.325rem; /* line-height: 0.8rem; */
                padding: 10% 0;
            }

            .index a.uploadBtn span:nth-of-type(2) {
                font-size: 0.2rem; /* line-height: 0.2rem; */
                padding: 2% 0;
            }

    .index div.textCon {
        position: absolute;
        top: 7.70rem;
        width: 100%;
    }

        .index div.textCon p {
            text-align: center;
            font-size: 0.26rem;
            color: #2d2d2d;
            font-family: "SourceHanSansCNRegular";
            height: 0.54rem;
            line-height: 0.54rem;
        }

            .index div.textCon p span {
                color: #ed1b24;
            }


    .index div.titleCon {
        width: 3rem;
        height: 0.69rem;
        line-height: 0.69rem;
        text-align: center;
        color: #FFFFFF;
        font-family: AlibabaPuHuiTiBold;
        font-size: 0.2rem
    }

        .index div.titleCon.t1 {
            background: url(../img/t1.png) no-repeat center center;
            background-size: cover;
        }

        .index div.titleCon.t2 {
            background: url(../img/t2.png) no-repeat center center;
            background-size: cover;
        }

        .index div.titleCon.t3 {
            background: url(../img/t3.png) no-repeat center center;
            background-size: cover;
        }

    .index div.timeCon {
        position: absolute;
        width: 100%;
        top: 15.62rem;
        background: url(../img/timeline.png) no-repeat center center;
        height: 3.45rem;
        background-size: 7.5rem;
    }

        .index div.timeCon div.titleCon.t1 {
            margin: 0 auto;
        }

        .index div.timeCon div.timeaxis {
            position: relative;
        }


    .index i.icon_dian {
        display: block;
        width: 0.22rem;
        height: 0.22rem;
        margin: 0 auto;
        background: url(../img/dian.png) no-repeat center center;
        background-size: 100%;
    }

    .index div.timeCon div.timeaxis div.dCon {
        width: 1.5rem;
    }

        .index div.timeCon div.timeaxis div.dCon.d1 {
            position: absolute;
            top: 0.87rem;
            left: 1.4rem;
        }

        .index div.timeCon div.timeaxis div.dCon.d2 {
            position: absolute;
            top: 0.14rem;
            left: 3rem;
        }

        .index div.timeCon div.timeaxis div.dCon.d3 {
            position: absolute;
            top: 1.29rem;
            left: 4.3rem;
        }

        .index div.timeCon div.timeaxis div.dCon.d1 i.icon_dian {
            margin-bottom: 0.2rem;
        }

        .index div.timeCon div.timeaxis div.dCon.d2 i.icon_dian {
            margin-top: 0.2rem;
        }

        .index div.timeCon div.timeaxis div.dCon.d3 i.icon_dian {
            margin-bottom: 0.2rem;
        }

        .index div.timeCon div.timeaxis div.dCon p:nth-of-type(1) {
            font-size: 0.25rem;
            color: #329748;
            font-family: AlibabaPuHuiTiMedium;
            text-align: center;
        }

        .index div.timeCon div.timeaxis div.dCon p:nth-of-type(2) {
            font-size: 0.22rem;
            color: #7f7e7e;
            font-family: AlibabaPuHuiTiRegular;
            text-align: center;
        }

    .index i.icon_no1 {
        font-style: normal;
        color: #e32b54;
        font-family: AlibabaPuHuiTiBold;
        font-size: 0.12rem;
        background: url(../img/no1.png) no-repeat center center;
        background-size: cover;
        width: 0.32rem;
        height: 0.42rem;
        display: inline-block;
        line-height: 0.38rem;
        text-align: center;
        vertical-align: middle;
        margin: 0 0.1rem;
    }

    .index i.icon_no2 {
        font-style: normal;
        color: #e32b54;
        font-family: AlibabaPuHuiTiBold;
        font-size: 0.12rem;
        background: url(../img/no2.png) no-repeat center center;
        background-size: cover;
        width: 0.35rem;
        height: 0.32rem;
        display: inline-block;
        line-height: 0.38rem;
        text-align: center;
        vertical-align: middle;
        margin: 0 0.1rem;
    }

    .index div.prizeCon {
        position: absolute;
        width: 100%;
        top: 19rem;
        left: 0;
        min-height: 5rem;
    }

        .index div.prizeCon div.titleCon.t2 {
            margin: 0 auto;
        }

        .index div.prizeCon div.prizeList {
            width: 80%;
            min-height: 2.88rem;
            overflow: auto;
            margin: 0 auto;
        }

            .index div.prizeCon div.prizeList ul li {
                display: flex;
                height: 1rem;
                line-height: 1rem;
                border-bottom: 1px dashed #a8a7a7;
            }

                .index div.prizeCon div.prizeList ul li span:nth-of-type(1) {
                    font-size: 0.25rem;
                    color: #329748;
                    font-family: AlibabaPuHuiTiMedium;
                    flex: 1;
                    font-weight: bolder;
                }

                .index div.prizeCon div.prizeList ul li span:nth-of-type(2) {
                    font-size: 0.2rem;
                    color: #7f7e7e;
                    font-family: SourceHanSansCNRegular;
                    text-align: right;
                    flex: 1;
                }

                .index div.prizeCon div.prizeList ul li span:nth-of-type(3) {
                    font-size: 0.2rem;
                    color: #7f7e7e;
                    font-family: SourceHanSansCNRegular;
                    text-align: center;
                    flex: 1;
                }

    .index div.videoCon {
        /*width: 4.99rem;
        height: 3.79rem;*/
        margin: 0.5rem 20px;
    }


    .index div.storyCon {
        position: absolute;
        top: 25.5rem;
        /*28.5rem;*/
        width: 100%;
    }

        .index div.storyCon div.titleCon.t3 {
            margin: 0 auto;
        }

        .index div.storyCon ul {
            width: 80%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin: 0 auto;
            margin-top: 2rem;
        }

i.icon_liulan {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    background: url(../img/liulan.png) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 0.01rem;
}

i.icon_dianzan {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    background: url(../img/dianzan.png) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 0.1rem;
}

.index div.storyCon ul li {
    width: 50%;
}

.index div.storyBox {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    padding-bottom: 0.2rem;
}

.index div.storyCon ul li:nth-child(odd) div.storyBox {
    margin-right: 0.2rem;
}

.index div.storyCon ul li:nth-child(even) div.storyBox {
    margin-left: 0.2rem;
}

.index div.storyBox div.pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index div.storyBox div.headTitle {
    font-size: 0.25rem;
    color: #329748;
    font-family: AlibabaPuHuiTiRegular;
    padding: 0.2rem 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

    .index div.storyBox div.headTitle a {
        color: #329748;
    }

.index div.storyBox div.bottomCon {
    font-size: 0.18rem;
    color: #329748;
    font-family: AlibabaPuHuiTiRegular;
    padding: 0rem 0.2rem 0.2rem;
}

    .index div.storyBox div.bottomCon a {
        margin-right: 0.2rem;
        color: #329748;
    }


.index div.storyCon a.moreBtn {
    width: 2.1rem;
    height: 0.39rem;
    text-align: center;
    line-height: 0.2rem;
    color: #FFFFFF;
    font-family: AlibabaPuHuiTiRegular;
    font-size: 0.25rem;
    background: url(../img/more.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    display: block;
}

.index div.storyCon div.storyList {
    background: #009b63;
    padding-bottom: 0.5rem;
    width: 100%;
}


.info {
    padding-top: 1.2rem;
    height: 100%;
}

    .info div.formCon {
        padding: 0rem 0.5rem;
    }

        .info div.formCon div.inputCon {
            display: flex;
            margin: 0.3rem 0;
            position: relative;
        }

            .info div.formCon div.inputCon .labelBox {
                font-size: 0.25rem;
                font-family: SourceHanSansCNMedium;
                color: #333333;
                width: 1.2rem;
                height: 0.8rem;
                line-height: 0.8rem;
            }

            .info div.formCon div.inputCon .indexBox.titleWrap {
                border: 1px solid #dddddd;
                border-radius: 3px;
                position: relative;
                width: 5rem;
                height: 0.8rem;
                overflow: hidden;
            }

                .info div.formCon div.inputCon .indexBox.titleWrap input {
                    color: #333;
                    font-size: 0.25rem;
                    width: 82%;
                    vertical-align: middle;
                    position: absolute;
                    top: 0;
                    height: 0.8rem;
                    border: none;
                    text-indent: 0.2rem;
                    font-family: SourceHanSansCNMedium;
                }

                .info div.formCon div.inputCon .indexBox.titleWrap span.textNum {
                    position: absolute;
                    right: 0.1rem;
                    top: 0.25rem;
                    font-size: 0.18rem;
                    color: #666666;
                }

            .info div.formCon div.inputCon .indexBox.textWrap {
                border: 1px solid #dddddd;
                border-radius: 3px;
                position: relative;
                width: 5rem;
                height: 3.3rem;
                overflow: hidden;
            }

                .info div.formCon div.inputCon .indexBox.textWrap textarea {
                    color: #333;
                    font-size: 0.25rem;
                    vertical-align: middle;
                    position: absolute;
                    top: 0.1rem;
                    height: 2.8rem;
                    border: none;
                    line-height: 0.5rem;
                    font-family: "微软雅黑";
                    width: 100%;
                    left: 0.1rem;
                    font-family: SourceHanSansCNMedium;
                }

                .info div.formCon div.inputCon .indexBox.textWrap span.textNum {
                    position: absolute;
                    right: 0.1rem;
                    bottom: 0.1rem;
                    font-size: 0.2rem;
                    color: #666666;
                }

            .info div.formCon div.inputCon .indexBox.picWrap {
                width: 6rem;
            }

    .info div.picList {
        display: flex;
        flex-direction: row; /* flex-wrap: wrap; */
    }

        .info div.picList div.picCon {
            width: 1.1rem;
            height: 1.1rem;
            position: relative;
            margin-right: 0.1rem;
            border: 1px solid #ddd;
            border-radius: 3px;
            margin-top: 0.2rem;
            background: #fff;
            margin-left: 0.1rem;
        }

        .info div.picList div.picBox {
            width: 1.1rem;
            height: 1.1rem;
            border-radius: 3px;
            overflow: hidden;
        }

    .info div.formCon div.inputCon .indexBox.picWrap div.picList div.picCon a.delBtn {
        position: absolute;
        top: -0.1rem;
        right: -0.1rem;
        width: 0.3rem;
        height: 0.3rem;
        background: url(../img/x.png) no-repeat center center;
        background-size: cover;
    }

    .info div.picList div.picCon a.addBtn {
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        color: #009B63;
        line-height: 1rem;
        display: block;
        font-size: 0.6rem;
        position: relative;
    }

    .info div.picList div.picCon a.albumBtn {
        line-height: 0.6rem;
        background-color: #fff;
        position: relative;
    }

        .info div.picList div.picCon a.albumBtn p {
            font-size: 0.3rem;
            transform: scale(0.5,0.5) translateX(-0.4rem);
            white-space: nowrap;
        }

    .info div.formCon div.inputCon .indexBox.coverWrap {
        width: 6rem;
    }

        .info div.formCon div.inputCon .indexBox.coverWrap a.coverCon {
            width: 1.9rem;
            height: 1.9rem;
            line-height: 1.4rem;
            display: block;
            border: 1px solid #DDDDDD;
            border-radius: 3px;
            position: relative;
            overflow: hidden;
            margin-left: 0.1rem;
        }

            .info div.formCon div.inputCon .indexBox.coverWrap a.coverCon b {
                font-size: 0.18rem;
                color: #fff;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 0.5rem;
                line-height: 0.5rem;
                text-align: center;
                background: rgba(0,0,0,0.3);
                width: 100%;
            }

    .info div.formCon .mustBox {
        height: 1rem;
        line-height: 0.7rem;
        width: 0.3rem;
        text-align: center;
    }

    .info i.icon_xin {
        font-style: normal;
        color: red;
        font-size: 0.4rem;
    }

    .info div.formCon div.inputCon .mustBox {
        position: absolute;
        right: -0.3rem;
        top: 0rem;
    }

    .info div.infoWrap {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background: rgba(0,0,0,0.5);
    }

        .info div.infoWrap div.infoCon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 85%;
            background: #FFFFFF;
            border-radius: 10px;
            overflow: hidden;
        }


            .info div.infoWrap div.infoCon label {
                font-size: 0.22rem;
                color: #333333;
                font-family: SourceHanSansCNMedium;
                width: 17%;
                display: inline-block;
            }

            .info div.infoWrap div.infoCon input {
                font-size: 0.25rem;
                color: #333333;
                font-family: SourceHanSansCNMedium;
                padding: 0.2rem 0;
                text-indent: 0.2rem;
                width: 60%;
                border: 1px solid #ddd;
                border-radius: 3px;
            }

            .info div.infoWrap div.infoCon div.inputCon {
                padding: 0rem 0.2rem 0rem 0.5rem;
            }


            .info div.infoWrap div.infoCon div.btnCon {
                display: flex;
                margin: 0.4rem auto;
            }

                .info div.infoWrap div.infoCon div.btnCon a.yesBtn {
                    background: #009B63;
                    color: #FFFFFF;
                    margin-left: 0.2rem;
                    border: 1px solid #009B63;
                    width: 2rem;
                    margin-right: 1.2rem;
                }

                .info div.infoWrap div.infoCon div.btnCon a.noBtn {
                    background: #fff;
                    color: #333333;
                    margin-right: 0.2rem;
                    border: 1px solid #DDDDDD;
                    width: 1.8rem;
                    margin-left: 1.5rem;
                }


.story {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

    .story div.articleCon {
        padding: 0.4rem;
    }

        .story div.articleCon div.title {
            font-size: 0.4rem;
            color: #333333;
            font-family: SourceHanSansCNMedium;
        }

    .story i.icon_liulan {
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
    }

    .story i.icon_dianzan {
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
    }

    .story div.articleCon div.msg {
        font-size: 0.25rem;
        color: #bfbfbf;
        font-family: SourceHanSansCNRegular;
        display: flex;
    }

        .story div.articleCon div.msg span {
            flex: 1;
        }

            .story div.articleCon div.msg span a {
                color: #bfbfbf;
            }

            .story div.articleCon div.msg span:nth-of-type(1) {
                text-align: left;
            }

            .story div.articleCon div.msg span:nth-of-type(2) {
                text-align: right;
            }

    .story div.articleCon div.articleBox {
        font-size: 0.32rem;
        line-height: 0.6rem;
        font-family: SourceHanSansCNRegular;
    }

        .story div.articleCon div.articleBox img {
            margin: 0.2rem auto;
        }

    .story a.dianzanBtn {
        width: 1.5rem;
        height: 1.5rem;
        text-align: center;
        display: block;
        margin: 0 auto;
        border-radius: 1.6rem;
        background: #009B63;
        line-height: 0rem;
    }

        .story a.dianzanBtn i.icon_dianzan {
            display: inline-block;
            width: 0.8rem;
            height: 0.8rem;
            margin: 0 auto;
            margin-top: 0.1rem;
            background: url(../img/dianzan1.png) no-repeat center center;
            background-size: cover;
        }

        .story a.dianzanBtn span {
            font-size: 0.25rem;
            color: #FFFFFF;
            display: block;
            line-height: 0.4rem;
            font-family: SourceHanSansCNRegular;
        }

    .story div.tipWrap {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background: rgba(0,0,0,0.5);
    }

        .story div.tipWrap div.tipCon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 6.2rem;
            background: #FFFFFF;
            border-radius: 10px;
        }

            .story div.tipWrap div.tipCon div.tipBox {
                font-size: 0.3rem;
                font-family: SourceHanSansCNMedium;
                text-align: center;
                padding: 0.6rem 0;
                color: #333333;
            }

            .story div.tipWrap div.tipCon a.okBtn {
                width: 100%;
                height: 1rem;
                line-height: 1rem;
                text-align: center;
                font-size: 0.35rem;
                color: #009B63;
                font-family: SourceHanSansCNMedium;
                display: block;
                border-top: 1px solid #ddd;
            }

.operateCon {
    display: flex;
    width: 90%;
    margin: 0.2rem auto;
}

    .operateCon a {
        font-size: 0.4rem;
        color: #009B63;
        font-family: SourceHanSansCNMedium;
    }

        .operateCon a:nth-of-type(1) {
            text-align: left;
            flex: 1;
        }

        .operateCon a:nth-of-type(2) {
            text-align: right;
            flex: 1;
        }


.picListwrap {
    width: 80%; /* margin: 0 auto; */
    overflow: auto;
}

    .picListwrap div.picCon {
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
    }

        .picListwrap div.picCon.active {
            border: 1px solid #009B63 !important;
            -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
            filter: grayscale(0%);
        }

#addfile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
