* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body,
html {
    font-family: -apple-system,"PingFangSC-Regular","PingFang SC","Helvetica Neue","Helvetica","Arial","Hiragino Sans GB","STHeiti","Microsoft YaHei","Microsoft JhengHei",SimSun,sans-serif !important;
    font-size: 0;
    color: #FFFFFF;
    min-height: 100vh;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

button {
    background: none;
    border: none;
    border-radius: 0;
}

#wrap {
    width: 100%;
    opacity: 0;
}

.section {
    width: 100%;
}

.safeplace {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.secondary-page {
    width: 100%;
    background: #1f3ccc url(../images/agenda/body-background-new.jpg) top center no-repeat;
    background-size: 1920px auto;
    padding-top: 180px;
}

.section-head {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
    z-index: 2;
}
.section-head-title {
    cursor: default;
    font-size: 42px;
}
.section-head-more {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.section-head-more img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
}



/* navigation start */
.section-navigation {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
}
.safeplace-navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.navigation-logo {
    width: 180px;
}
.navigation-list {
    font-size: 17px;
    color: rgba(256, 256, 256, .75);
}
.navgation-list-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 80px;
    transition: color .4s;
}
.navgation-list-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    left: 0;
    bottom: -5px;
    transform: scale(0);
    transition: transform .4s;
}
.navgation-list-item:last-child {
    margin-right: 0;
}
.navgation-list-item.active {
    pointer-events: none;
    cursor: default;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.navgation-list-item:hover {
    color: #FFFFFF;
}
.navgation-list-item:hover:after {
    transform: scale(1);
}
/* navigation end */



/* footer start */
.footer {
    width: 100%;
    padding: 45px 0;
    background: rgba(10, 27, 47, .75);
}
.safeplace-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    max-width: 738px;
}
.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}
.footer-text {
    font-size: 14px;
    line-height: 28px;
    opacity: .5;
}
.footer-right {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(88, 161, 246, .21);
}
/* footer end */



/* floatbar start */
.floatbar {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 9;
}
.floatbar-item {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: #102584;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}
.floatbar-item .icon {
    width: 40px;
}
.floatbar-item span {
    margin-top: 10px;
    font-size: 16px;
}
.floatbar-item.share {
    display: none;
}
/* floatbar end */



/* pop start */
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 100;
    display: none;
}

.pop-container {
    position: absolute;
    width: 29.17%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 6px;
}

.pop-close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background: url(../images/icon/icon-close.png);
    background-size: contain;
}

.pop-content {
    padding: 40px;
    text-align: center;
}

.pop-cont-img {
    width: 200px;
    height: 200px;
    box-shadow: 0px 15px 50px 0px rgba(10, 19, 46, 0.15);
    border-radius: 6px;
    margin-bottom: 20px;
}

.pop-cont-text {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
}
/* pop end */




@media (max-width:1660px) and (min-width:1201px) {
    .navigation-logo,
    .footer-logo {
        width: 120px;
    }
    .navigation-list {
        font-size: 15px;
    }
    .navgation-list-item.active {
        font-size: 16px;
    }
    .floatbar-item {
        width: 78px;
        height: 78px;
    }
    .floatbar-item .icon {
        width: 28px;
    }
    .floatbar-item span {
        font-size: 14px;
    }
    .pop-content {
        padding: 30px;
    }
    .pop-cont-img {
        width: 160px;
        height: 160px;
        box-shadow: 0px 7px 25px 0px rgba(10, 19, 46, 0.15);
        margin-bottom: 18px;
    }
    .pop-cont-text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width:1440px) and (min-width:1201px) {
    .safeplace {
        width: 83vw;
    }
    .section-head {
        margin-bottom: 26px;
    }
    .section-head-title {
        font-size: 32px;
    }
    .floatbar-item {
        width: 68px;
        height: 68px;
    }
    .floatbar-item .icon {
        width: 26px;
    }
    .floatbar-item span {
        margin-top: 6px;
        font-size: 12px;
    }
}

@media (max-width:1200px) and (min-width:769px) {
    .safeplace {
        padding: 0 30px;
    }
    .navgation-list-item {
        margin-right: 50px;
    }
    .floatbar-item {
        width: 80px;
        height: 80px;
    }
    .floatbar-item .icon {
        width: 30px;
    }
    .floatbar-item span {
        font-size: 14px;
    }
    .pop-content {
        padding: 25px;
    }
    .pop-cont-img {
        width: 150px;
        height: 150px;
        box-shadow: 0px 5px 20px 0px rgba(10, 19, 46, 0.15);
        margin-bottom: 14px;
    }
    .pop-cont-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (min-width:769px) {
    .navigation-menu {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .safeplace {
        position: relative;
        max-width: 100%;
        margin: 0 .5rem;
    }
    .secondary-page {
        width: 100%;
        background: #1f3ccc url(../images/agenda/mb-page-background.jpg) top center no-repeat;
        background-size: 100% auto;
        padding-top: 2.17rem;
    }
    .section-navigation {
        top: .6rem;
        padding: .2rem 0;
    }
    .navigation-logo {
        width: 1.8rem;
    }
    .navigation-list {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: -.1rem;
        transform: translateY(100%);
        background: rgba(10, 27, 47, .75);
        border-radius: 6px;
        padding: .16rem .3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: .26rem;
        display: none;
    }
    .navigation-list.show {
        display: flex;
    }
    .navgation-list-item {
        cursor: pointer;
        display: block;
        margin-right: 0;
        padding: .16rem 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
    }
    .navgation-list-item:last-child {
        border-bottom: none;
    }
    .navgation-list-item.active {
        font-size: .28rem;
    }
    .navigation-menu {
        cursor: pointer;
        width: .3rem;
        height: .24rem;
        background: url(../images/icon/icon-menu.png) 100% 100%;
        background-size: contain;
    }

    .section-head {
        margin-bottom: .3rem;
    }
    .section-head-title {
        font-size: .34rem;
        font-weight: 600;
    }

    .footer {
        width: 100%;
        padding: .3rem 0;
        background: rgba(256, 256, 256, 0.2);
    }
    .safeplace-footer {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-left {
        max-width: 100%;
        text-align: center;
    }
    .footer-logo {
        width: 1.75rem;
        margin-bottom: .15rem;
    }
    .footer-text {
        font-size: .18rem;
        line-height: .28rem;
    }
    .footer-right {
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: .2rem;
    }

    .floatbar-item {
        width: .96rem;
        height: .96rem;
        border-radius: .06rem;
    }
    .floatbar-item .icon {
        width: .38rem;
    }
    .floatbar-item span {
        margin-top: .08rem;
        font-size: .16rem;
    }
    .floatbar-item.share {
        display: flex;
    }
    
    .pop-container {
        position: absolute;
        width: 60%;
        border-radius: .06rem;
    }
    
    .pop-close {
        width: .32rem;
        height: .32rem;
        top: .2rem;
        right: .2rem;
        background: url(../images/icon/icon-close.png);
        background-size: contain;
    }
    
    .pop-content {
        padding: .4rem;
    }
    
    .pop-cont-img {
        width: 2rem;
        height: 2rem;
        box-shadow: 0px 7px 25px 0px rgba(10, 19, 46, 0.15);
        border-radius: .06rem;
        margin-bottom: .2rem;
    }
    
    .pop-cont-text {
        font-size: .28rem;
        line-height: .4rem;
    }
}