.popup-container {
    position: absolute;
    max-width: 100%;
    min-height: 800px;
    left: -120%;
}
.popup-container img{
    max-width: 100%;
}
.popup-box{
    width: 1000px;
    height: 500px;
    display: inline-block;
    position: relative;
}
.popup.layui-layer {
    background-color: rgba(255, 555, 555, 0);
    box-shadow: none;
    /*max-width: 50%;*/
    text-align: center;
}
.popup .layui-layer-content{
    /*min-height: 600px;*/
    height: auto !important;
}
.popup img{
    max-width: 100%;
}
.popup .layui-layer-ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
}
.left-pro{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
.left-pro .pro-item{
    margin-bottom: 5px;
    text-align: center;
}
.left-pro .pro-item p{
    padding: 5px;
    background-color: #dedede;
    cursor: pointer;
    font-size: 13px;

}

.right-pro{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
}
.right-pro .pro-item{
    margin-bottom: 5px;
    text-align: center;
}
.right-pro .pro-item p{
    padding: 5px;
    background-color: #dedede;
    cursor: pointer;
    font-size: 13px;
}
.pro-item.pro-hide{
    width: 0;
    overflow: hidden;
}
.botad{
    position: fixed;width: 100%;bottom: 0;z-index: 1000;
}
.botad-item{
    position: relative;width: 1200px;margin: 0 auto;
}
.bottomclose{
    position: absolute;right: 0;top: 0;color: white;background: rgba(0,0,0,0.5);height: 20px;line-height: 20px;font-size: 15px;padding: 0 3px;
}