@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.ttf');
    font-family: 'FZLTZHUNHK';
    src: url('../fonts/FZLTZHUNHK.ttf'), url('../fonts/FZLTZHUNHK.eot');
    font-family: 'FZLTXIHK';
    src: url('../fonts/FZLTXIHK.ttf'), url('../fonts/FZLTXIHK.eot');
}

html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

body {
    background: #fff;
    margin: 0;
    padding: 0 22px;
    color: #666;
    font-family: 'Arial', 'FZLTXIHK', 'FZLTZHUNHK';
}

a {
    text-decoration: none;
    border-bottom: 1px solid #999;
    line-height: 1em;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    border: none;
}

.name {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -64px;
    display: block;
    width: 128px;
    height: 112px;
    background: url(../images/logo_events.png) no-repeat;
    background-size: contain;
}

.dots {
    position: absolute;
    top: 196px;
    right: 0;
    width: 51px;
    height: 93px;
    background: url(../images/bg_img.png) no-repeat;
    background-size: contain;
}

.content {
    padding-top: 209px;
}

.content p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 0;
    margin-bottom: 25px;
}

.btn-wrap {
    /* position: absolute;
    bottom: 50px;
    left: 0; */
    width: 100%;
    text-align: center;
    color: #424240;
    font-size: 18px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 4px;
    width: 207px;
    height: 50px;
    margin: 30px auto;
    background: #c7020c;
    border: none;
}

.btn.disabled {
    background: #b6b6b6;
}

.icon {
    display: block;
    width: 140px;
    height: 30px;
}

.icon-ios {
    background: url(../images/btn_txt_ios.png) no-repeat;
    background-size: contain;
}

.icon-android {
    background: url(../images/btn_txt_android.png) no-repeat;
    background-size: contain;
}

.tip {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    /* font-family: 'FZLTZHUNHK'; */
}

.tip a {
    display: inline-block;
    color: #666;
    /* text-decoration: none;
    border-bottom: 1px solid #999;
    line-height: 1em; */
}


/* .tip a.btn-en {
    border-bottom: none;
    text-decoration: none;
} */


/* .tip span {
    color: #c7020c;
} */

.show {
    display: block;
}

.hidden {
    display: none;
}

.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.over-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.pop-content {
    position: relative;
    width: 86%;
    padding-top: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 2;
    overflow: hidden;
}

.pop-body {
    padding: 0 20px;
    max-height: calc(90vh - 40px);
    overflow-y: auto;
}

.pop-content .headline {
    font-size: 18px;
    color: #424241;
    font-weight: 700;
}

.pop-content .headline span {
    position: relative;
    padding: 0 2px;
    z-index: 2;
}

.pop-content .headline span::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #e9999d, #fceff0);
    z-index: -1;
}

.pop-content p {
    font-size: 12px;
    color: #424241;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.pop-content p a {
    color: #424241;
}

.pop.show {
    display: flex;
}

.icon-close {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon-close.png) no-repeat;
    background-size: contain;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 9;
    border-bottom: none;
}

.has-pop {
    overflow: hidden;
}