.fixed-popup-content{display:none;bottom:0;left:0;position:fixed;right:0;top:0;background: rgba(0,0,0,.8);z-index:99999}
.fixed-popup-inner {width: 96%;max-width: 1140px;margin: 0 auto;position: relative;top: 193px;left: -7px;}
.fixed-popup {
    vertical-align: middle;
    position: relative;
    display: block;
    width: 550px;
    max-width: 100%;
    padding: 35px 25px 40px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}

.fixed-popup-button {
    display: block;
    width: 170px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 45px auto 0;
    color: #fff!important;
    background: #2D57EB;
    border-radius: 4px;
    border: none;
    padding: 8px 20px 12px;
}

.fixed-head {font-size: 28px;line-height: 30px;}
.fixed-under-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 22px;
}

@media screen and (max-width: 1200px) {
    .fixed-popup-inner {left: 0;}
}
@media screen and (max-width: 980px) {
    .fixed-popup-inner {top: 168px;}
}
@media screen and (max-width: 768px) {
    .fixed-popup-inner {top: 120px;}
}
@media screen and (max-width: 640px) {
    .fixed-popup {width: 100%;box-sizing: border-box;padding: 20px 15px;}
    .fixed-head {font-size: 16px;margin: 0 0 12px;}
    .fixed-popup-button {display: block;width: 170px;padding: 12px 1%;font-size: 16px;margin: 10px auto 0;}
    .fixed-popup-inner {top: 20px;}
    .fixed-under-head {font-size: 14px;line-height: 18px;}
}