.x-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;
    display: none;
}
.x-bullet-box-two{
    width: 400px;
    height: 400px;
    margin: 200px auto;
    background: #fff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    display:block !important;
    width: 530px !important;
    height: 268px !important;
    padding: 24px !important;
}

.x-samll-title{
    line-height: 80px !important;
    font-size: 18px !important;
}
.x-fgw-title{
    border-bottom: 1px solid #bebebe !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #2D6BDC !important;
 }
.x-btn-2{
    outline: none;
    border: none;
    background: #2D6BDC;
    color: #fff;
    text-align: center;
    width: 147px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 7px;
    cursor: pointer;
}
.x-gb-img{
    position:absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    width: 16px;
    height: 17px;
    
}
@media (max-width: 600px) {
    .x-bullet-frame{
        position: absolute;
    }
}

