﻿/*选择体验模式 start*/
.chosedemomask {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.chosedemo {
    margin: 180px auto;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    width: 720px;
    height: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: 0;
    padding: 20px 0;
}

.wpchosemodel {
    margin: 180px auto;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    width: 240px;
    height: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.smallprograme {
    width: 200px;
    height: 200px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgauto {
    width: 100%;
    height: 100%;
}

.wpname {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.wptips {
    color: #666;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 21px;
}

.wpimgclose {
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    right: 0px;
    top: -32px;
    z-index: 10;
    cursor: pointer;
}

.demoimgclose {
    width: 24px;
    height: 24px;
    display: flex;
    position: absolute;
    right: 0px;
    top: -32px;
    z-index: 10;
    cursor: pointer;
}

.wpborder_r {
    border-right: 1px solid #e9e9e9;
}

@media screen and (max-width:980px) {
    .newbanner-bd {
        display: none;
    }
}
/*选择体验模式 end*/
