body{
    background-color: #f5f5f5;
}
body.guard-layer {
    padding: 0;
}

.contain {
    width: 1400px;
    margin: auto;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); */
    background: url(../images/n_home_tabbg.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
}

.header-op{
    width: 100%;
    height: 150px;
    opacity: 0;
}

.page-title {
    height: 80px;
    position: relative;
    padding-left: 185px;
}

.page-title .head-logo {
    display: block;
    position: absolute;
    left: 0;
    width: 193px;
    height: 145px;
    text-indent: -9999em;
    background: url("../images/icons-global.png");
    background-repeat: no-repeat;
    background-size: contain
}

.navigator {
    float: left;
    font-size: 22px;
}

.navigator ul {
    padding-top: 20px;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    width: 970px;
    text-align: center;
}

.navigator li {
    margin-left: 5px;
    float: left;
    height: 44px;
    color: #fff;
    padding: 0 5px;
    width: 20%;
}

.navigator li i {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.navigator li .music-cur {
    background: url(../images/home_music1.png);
}

.navigator li .music {
    background: url(../images/home_music2.png);
}

.navigator li a {
    color: #fff;
}

.navigator li.cur {
    border-bottom: 2px solid #ffd617;
}

.navigator li.cur a {
    color: #ffd617;
}

.app-qr-contain {
    position: fixed;
    left: 50%;
    top: 352px;
    right: 20px;
    margin-left: 760px;
    background: url(../images/app-qr-contain.png);
    width: 146px;
    height: 180px;
    text-align: center;
    z-index: 10;
}

.app-qr {
    width: 136px;
    height: 136px;
    margin: 5px auto;
}

.app-qr-contain .qr-txt {
    font-size: 20px;
    color: #f0b972;
}

.footer .icon_ga{
    margin: -7px 3px 0 3px;
    height: 16px;
}
