body, div, p, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, span, i, input, img, a, button, select, table, tr, th, td, label, textarea {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

body,
button {
    font-size: 14rem;
    font-family: "microsoft yahei";
}

html {
    overflow: hidden
}

body {
    position: relative;
    overflow: hidden;
}

.body {
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
    background: white
}

body {
    background: #eeeeee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100rem;
    color: #000000;
    margin: 0;
    padding: 0;
}

@keyframes music {
    from {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes music {
    from {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

.music_pause {
    animation-play-state: paused;
    /*-webkit-animation-play-state : paused; !* Safari 和 Chrome *!*/
    -webkit-animation: none !important;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    background-color: #f0fdff;
    /* display: none; */
}

.empty {
    font-size: 0.32rem;
    position: absolute;
    left: 2.6rem;
    bottom: 8.7rem;
    width: 2.72rem;

}

.loadingtext {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #585858;
}

.loading_gif {
    position : absolute;
    width    : 2.5rem;
    margin   : 0 auto;
    top      : 5rem;
    left     : 2.7rem;
    display  : none;
}

.hp .loading_gif {
    position: absolute;
    width: 1.49rem;
    margin: 0 auto;
    top: 1.4rem;
    left: 2.855rem;
}

.hp .tishi2 {
    display: table;
    margin: 0 auto;
    font-size: 0.15rem;
    margin-top: -4.6rem;
    opacity: 0.8;

}

html, body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14rem;
    color: #000000;
    margin: 0;
    padding: 0;
    position: relative;
}


.logotop {
    display: block;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 7.50rem;
    height: 1.16rem;
    /* background: url(../images/logotop.jpg) no-repeat; */
    background: #FFF url(../images/logo.png) no-repeat;
    background-size: 2.28rem 0.64rem;
    background-position: 0.3rem 0.2rem;
    z-index: 1000;
}
.logoshow {
    animation         : logoshow 0.5s forwards ease;
    -webkit-animation : logoshow 0.5s forwards ease;
}
.logohide {
    animation         : logohide 0.5s forwards ease;
    -webkit-animation : logohide 0.5s forwards ease;
}
@keyframes logoshow {
    from {
        transform         : translateX(-50%) translateY(-0.98rem);
        -webkit-transform : translateX(-50%) translateY(-0.98rem);
    }
    to {
        transform         : translateX(-50%) translateY(0);
        -webkit-transform : translateX(-50%) translateY(0);
    }
}
@-webkit-keyframes logoshow {
    from {
        transform         : translateX(-50%) translateY(-0.98rem);
        -webkit-transform : translateX(-50%) translateY(-0.98rem);
    }
    to {
        transform         : translateX(-50%) translateY(0);
        -webkit-transform : translateX(-50%) translateY(0);
    }
}
@keyframes logohide {
    from {
        transform         : translateX(-50%) translateY(0);
        -webkit-transform : translateX(-50%) translateY(0);
    }
    to {
        transform         : translateX(-50%) translateY(-0.98rem);
        -webkit-transform : translateX(-50%) translateY(-0.98rem);
    }
}
@-webkit-keyframes logohide {
    from {
        transform         : translateX(-50%) translateY(0);
        -webkit-transform : translateX(-50%) translateY(0);
    }
    to {
        transform         : translateX(-50%) translateY(-0.98rem);
        -webkit-transform : translateX(-50%) translateY(-0.98rem);
    }
}

.shuiyin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.open {
    background: url(../images/open.png) center no-repeat;
    background-size: contain;
    width: 1.62rem;
    height: 0.87rem;
    line-height: 0.45rem;
    position: absolute;
    left: 5.5rem;
    top: 0.06rem;
}

.top{
    width:7.5rem;
    height:1.16rem;
    position:absolute;
    top:0;
    left:0;
}


.part3 {

    width: 100%;
    height: 100%;

    position: relative;
}



.radio{
    width:7.5rem;
    height:2.78rem;
    position:absolute;
    background:#F2FAFF;
    top:0.98rem;
}

.radio2{
    width: 6.7rem;
    height: 1.76rem;
    background: #8499C9;
    border-radius: 0.05rem 0.05rem 0 0;
    position: absolute;
    left: 0.4rem;
    top: 0.51rem;
}
.rect1{
    width: 1.38rem;
    height: 1.36rem;
    border-radius: 0.04rem;
    position: absolute;
    background: #fff;
    left: 0.16rem;
    top: 0.18rem;
    z-index:99;
}
.rect2{
    width: 1.22rem;
    height: 1.2rem;
    border-radius: 0.04rem;
    position: absolute;
    background: #fff;
    left: 0.42rem;
    top: 0.26rem;
    opacity: 0.43;
}
.rect3{
    width: 1.1rem;
    height: 1.05rem;
    border-radius: 0.04rem;
    position: absolute;
    background: #fff;
    left: 0.62rem;
    top: 0.36rem;
    opacity: 0.337;
}
.rimg{
    width: 100%;
    height: 100%;

}
.rtitle{
    width: 2rem;
    height: 0.44rem;
    position: absolute;
    left: 2.16rem;
    top: 0.4rem;
    color: #fff;
    line-height: 0.44rem;
    font-size: 0.32rem;
}
.rtime{
    width: 1.68rem;
    height: 0.4rem;
    position: absolute;
    left: 2.16rem;
    top: 0.9rem;
    color: #F2FAFF;
    line-height: 0.4rem;
    font-size: 0.28rem;
}
.rplay{
    width: 0.66rem;
    position: absolute;
    top: 0.55rem;
    left: 5.6rem;
}
.connav {
    width: 7.5rem;
    height: 0.95rem;
    position: absolute;
    font-size: 0.28rem;
    color: #3B434E;
    text-align: center;
    top: 3.77rem;
    left: 0;
}
.connav span.nav {
    width: 50%;
    height: 0.95rem;
    float: left;
    position: relative;
    line-height: 1rem;
    letter-spacing: 0.025rem;
}

.connav span.nav p {
    width: 100%;
    height: 100%;
    line-height: 100%;
}

.connav span.navr {
    float: right;
}

.nav i {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-top:0.04rem solid #478EFA;
    border-right:0.04rem solid #478EFA;
    display: block;
    position: absolute;
    left: 2.4rem;
    top: 0.21rem;
    display: none;
}

.nav.actived {
    color: #478EFA;
}
.nav.actived i {
    display: block;
}


.list{
    width: 100%;
    position: absolute;
    top: 4.72rem;
    left: 0;
    height: 5rem;
    overflow: auto;
}
.list1{
    width:100%;
}
.list1 ul{
    overflow:hidden;
}
.list1 ul li{
    width: 90%;
    height: 1.4rem;
    position: relative;
    /*border-bottom: 0.01rem solid #C1C8CC;*/
    margin: 0 auto;
    color: #C1C8CC;
}
.list1 ul li.active{
    color:#BA9E83;
}

.li1title{
    font-size: 0.32rem;
    left: 0.1rem;
    position: absolute;
    top: 0.2rem;
}
.li1title2{
    font-size: 0.28rem;
    position: absolute;
    left: 0.1rem;
    top: 0.7rem;
}
.li1title3{
    width:0.9rem;
    height:0.24rem;
    position: absolute;
    left: 5.8rem;
    top: 0.5rem;
    /*display:none;*/
}
/*.list1 ul li.active .li1title3{
    display: block;
}*/
.li1title4{
    width:1.22rem;
    height:0.5rem;
    position: absolute;
    left: 5.6rem;
    top: 0.4rem;
}

.li1title3 img , .li1title4 img{
    width:100%;
}
.bottomline{
    width:100%;
    height:1px;
    margin:0px auto;
    padding:0px;
    background-color:#c1c8cc;
    overflow:hidden;
    position:absolute;
    top:1.3rem;
    opacity:0.15;
}
.list2{
    width:100%;
    display:none;
}
.list2 ul{
    overflow:hidden;
}
.list2 ul li{
    width:90%;
    height:2.2rem;
    position:relative;
    border-bottom: 0.01rem solid #b3a1a145;
    margin:0 auto;
}
.l2img{
    width: 2.36rem;
    height: 1.58rem;
    position: absolute;
    /* left: 0.2rem; */
    top: 0.36rem;
    border-radius: 0.1rem;
}
.li2title{
    font-size: 0.32rem;
    width: 1.92rem;
    height: 0.5rem;
    line-height: 0.5rem;
    position: absolute;
    color: #191F25;
    left: 2.7rem;
    top: 0.36rem;
}
.li2intro{
    font-size: 0.24rem;
    width: 4.08rem;
    height: 0.64rem;
    line-height: 0.32rem;
    color: #BBC2C7;
    position: absolute;
    left: 2.7rem;
    top: 1.1rem;
    overflow:hidden;
}
.lmore{
    width:3.94rem;
    height:0.92rem;
    position:absolute;
    bottom:0.5rem;
    left:1.78rem;
}

/*iPhoneX的适配*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

}
