﻿<style >
.swiper-container {
    width: 100%;
    /*height: 300px;*/
}

#window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    display: none;
}


#contain {
    width: 60%;
    padding: 5px;
    height: 80%;
    /*max-width: 750px;*/
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 5px;
    overflow-y: scroll;
}

.div_title {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 999
}

.div_content {
    width: 90%;
    margin: 0 auto;
}

.btn_close {
    display: block;
    float: right;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
    border-radius: 4px;
}

.notScroll {
    overflow: hidden;
}

.textA {
    width: 100%;
    cursor: default;
    outline: none !important;
    background-color: transparent;
    border: solid 0px !important;
    outline: none !important;
    resize: none !important;
    font-size: 16px;
    /*font-size: 16px;*/
    margin: 0 0 4px;
    line-height: 30px;
    /*font-weight: bold;*/
}

</style >
