/*弹窗界面*/
.up-bg {
    background-color: rgba(0,0,0,0.5);
    z-index: 1200;
    position: fixed;;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: auto;
}

@media only screen and (min-width: 800px) {
    .up-box {
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        margin: 20px;
        padding: 35px 45px 45px;
        max-width: calc(1035px - 90px);
    }

    .up-btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background-image: url(../images/icon_close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        width: 33px;
        height: 33px;
        cursor: pointer;
    }

    .up-title {
        color: black;
        font-size: 30px;
        margin-right: 35px;
        line-height: 30px;
    }

    .up-img-div {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .up-img-div::-webkit-scrollbar {
        /*滚动条整体样式*/
        height: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        background: #f1f1f1;
    }

    .up-img-div::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    /*.up-img-box {*/
    /*height: 400px;*/
    /*width: 225px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*margin: 15px 15px 20px 0px;*/
    /*background-color: #878787;*/
    /*}*/

    /*.up-img-auto-div {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*background-image: url(../Img/pic_boy.png);*!*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*}*/

    .up-m-5 {
        margin-bottom: -5px;
    }

    .up-img-h {
        height: 300px;
        width: auto;
    }

    .up-line-1 {
        height: 1px;
        background-color: #f1f1f1;
        margin-top: 20px;
    }

    .up-content-title {
        font-size: 20px;
        color: black;
        padding: 15px 0 10px;
    }

    .up-content-txt {
        font-size: 14px;
        color: black;
        line-height: 1.5;
        overflow-y: auto;
        /* max-height: 90px; */
    }

    .up-max-h {
        max-height: 390px;
    }

    .up-content-txt::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 16px;
        /*高宽分别对应横竖滚动条的尺寸*/
        background: #ffffff;
    }

    .up-content-txt::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-left: 10px solid #FFFFFF;
    }

    .up-par {
        min-height: 800px;
    }
}

@media only screen and (max-width: 1024px) {
    .up-box {
        /*background-color: #ffffff;*/
        /*border-radius: 10px;*/
        /*overflow: hidden;*/
        /*position: relative;*/
        /*display: flex;*/
        /*display: -webkit-flex;*/
        /*flex-direction: column;*/
        /*-webkit-flex-direction: column;*/
        /*margin: 10px;*/
        /*padding: 15px 25px 25px;*/
        max-width: calc(100% - 130px);
    }
}

@media only screen and (max-width: 800px) {
    .up-box {
        background-color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        margin: 10px;
        padding: 15px 25px 25px;
        max-width: calc(100% - 90px);
    }

    .up-par {
        min-height: 100%;
    }

    .up-btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background-image: url(../images/icon_close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 8px;
        width: 23px;
        height: 23px;
        cursor: pointer;
    }

    .up-title {
        color: black;
        font-size: 15px;
        margin-right: 25px;
    }

    .up-img-div {
        overflow-x: auto;
        overflow-y: hidden;
    }


    .ui-type img{
        max-width: 12px;

    }

    .up-img-div::-webkit-scrollbar {
        /*滚动条整体样式*/
        height: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        background: #f1f1f1;
    }

    .up-img-div::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    .up-m-5 {
        margin-bottom: -5px;
    }

    .up-img-h {
        height: 150px;
        width: auto;
    }

    .up-line-1 {
        height: 1px;
        background-color: #f1f1f1;
        margin-top: 10px;
    }

    .up-content-title {
        font-size: 12px;
        color: black;
        padding: 10px 0 10px;
    }

    .up-content-txt {
        font-size: 10px;
        color: black;
        line-height: 1.5;
        overflow-y: auto;
        /* max-height: 90px; */
    }

    .up-max-h {
        max-height: 200px;
    }

    .up-content-txt::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        background: #ffffff;
    }

    .up-content-txt::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-left: 5px solid #FFFFFF;
    }
}