﻿.bullet-frame{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.bullet-box{
    width: 500px;
    height: 260px;
    margin: 200px auto;
    background: #fff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}
.bullet-box .bullet-box-title{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #000;
}
.bullet-box .bullet-box-text{
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    color: #909399;
}
.big-title{
    font-size: 20px;
}
.samll-title{
    font-size: 16px;
    margin: 8px 0 14px 0;
}
.bullet-link-box{
    display: flex;
    height: 60px;
    background: #f2f2f2;
    line-height: 60px;
    align-items: center;
    padding: 0 10px;
}
.bullet-link-box span{
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bullet-link-box img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.btn-box{
    width: 100%;
    text-align: right;
    margin-top: 30px;
}
.btn-1{
    width: 84px;
    height: 41px;
    background: #fff;
    border: 1px solid #b6b5b5;
    border-radius: 4px;
    cursor: pointer;
}
.btn-2{
    width: 84px;
    height: 41px;
    background: #ff5f5a;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.gb-img{
    position:absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 16px;
    height: 17px;
    
}
@media (max-width: 600px) {
    .bullet-frame{
        position: absolute;
    }
    .bullet-box {
        width: 370px;
    }
}