.cp-banner{
    width: 100%;
    background-color: #fff;
    padding: 5px 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Montserrat', Arial, sans-serif;
}
.cp-banner-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cp-banner-content{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: left;
    margin: auto;
    text-align: left;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #666666;
}

.cp-banner-content a {
    line-height: 1;
    color: #545454 !important;
    text-decoration: underline !important;
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
    transition: all .2s ease;
}

.cp-banner-content a:hover {
    color: #545454 !important;
    text-decoration: none!important;

}
.cp-banner-button{
    width: 100px;
    height: 30px;
    margin: auto;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    background-color: #20F475;
    color: #0C572A;
    font-weight: 600;
    line-height: 30px;
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
}
.cp-banner-button:hover{
    background-color: #000;
    color: #fff;
}
@media (max-width:1500px) {
    .cp-banner{
        padding: 5px 20px 10px;
    }
    .cp-banner-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cp-banner-button{
        margin-top: 5px;
        margin-left: 0;
    }
}
@media (max-width:1200px) {
    .cp-banner{
        z-index: 10000;
    }
}
@media (max-width:767px) {
    .cp-banner{
        padding: 10px 20px;
        z-index: 10000;
    }
    .cp-banner-button{
        margin:0;
        margin-top: 10px;
    }
}
_:-ms-fullscreen, :root .selector {.cp-banner-content{line-height: 28px;}
}

_:-ms-lang(x), .selector {.cp-banner-content{line-height: 28px;}}

_::selection, .selector {.cp-banner-content{line-height: 28px;}}

@supports (-ms-ime-align:auto) {
    .cp-banner-content{line-height: 28px;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cp-banner-content{line-height: 28px;}
}
@-moz-document url-prefix() {
    .cp-banner-content{line-height: 28px;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .cp-banner-content{line-height: 28px;}
}