
@font-face {
    font-family: 'HelveticaNeueLTStd';
    src: url('fonts/HelveticaNeueLTStd-Cn.otf');
}
#c-pop {
    transition: all .3s ease;
}
.minimized .c-msg {
    display: none;
}
.top-banner {
    position: relative;
}
.c-msg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2000;
}
.msg-content {
    display: block;
    min-width: 400px;
    width: 522px;
    margin: 100px auto;
    text-align: center;
    border-radius: 15px;
    background: #fff;
}
.msg-content a {
    margin: 20px 20px 0;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}
#c-pop img {
    width: 100%;
    height: auto;
    display: block;
}
.btm-banner {
    background: #c12026;
    padding: 40px 60px;
}
.btm-banner p {
    font-family: HelveticaNeueLTStd;
    margin: 0;
    font-size: 30px;
    color: #fff;
}
.btm-banner a {
    font-size: 20px;
    color: #ccc;
    background: #fff;
}
.btm-banner a:first-child {
    color: #c12026;
}
#c-pop.minimized {
    position: fixed;
    right: 15%;
    bottom: 0;
    background: rgba(178, 224, 203, .8);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    color: #028249;
}
.docked {
    display: none;
}
.minimized .docked {
    display: block;
}
.close {
    font-family: Helvetica;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #c12026;
    font-size: 20px;
    cursor: pointer;
}