
.recommendBrowser {
    width: 692px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    left: calc(50% - 346px);
    top: calc(50% - 225px);
    z-index: 1;
}

.recommendBrowserzhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
}

.recommend_bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.icon_cha {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 3;
}

.recommendBrowser_content {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 126px 0 0 48px;
    position: relative;
    z-index: 2;
}

.c_1,
.c_2 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D2129;
}
.c_2,.c_3{
    margin-top: 12px;
}
.c_3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
    line-height: 22px;
}

.c_4,.c_5 {
    height: 25px;
    background: #EFF6FC;
    border-radius: 13px;
}
.c_4{
    width: 216px;
    margin-top: 33px;
}
.c_5{
    width: 164px;
    margin-top: 14px;
}
#browerSuggest{
    z-index: 10;
}
.notshow{
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 3;
    cursor: pointer;
    color: #1DCFBB;
}
@media screen and (max-width: 400px) {
    .recommendBrowser {
        display: none;
    }
    
    .recommendBrowserzhezhao {
        display: none;
    }
}