
* {margin:0;padding:0}
ul li {list-style:none;}
a,a:hover {text-decoration:none;color:#222;}
input {background:0 0;outline:none;border:none;-webkit-appearance:none;}
img{display: block;}
body {
 font:12px/1.5 tahoma,"microsoft yahei","微软雅黑";
 color:#333;
 -webkit-tap-highlight-color:transparent;
}
.page {
    max-width: 750px;
    width:100%;
    margin:0 auto;
    text-align:center;
    background:#F4F5F8;
}
.page>div{
    margin-top: 0.25rem;
    background: #fff;
    padding: 0 0.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page>.bar-nav{
    height: 2.0rem;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}
.page>.bar-nav>div{
    display: flex;
    align-items: center;
}
#home{
    display: block;
    width: 1.25rem;
}
.page>.bar-nav a{
    display: block;
    width: 6.55rem;
    margin-left: 0.5rem;
}
.page>.bar-nav a>img{
    width: 100%;
}
.page>.bar-nav>img{
    width: 5.425rem;
}
/*swiper*/
.page>.swiper-container{
    width: 100%;
    background: #F1F3FE;
    padding: 0;
    margin: 0;
}
.swiper-container img{
    width: 100%;
}
.swiper-container .swiper-pagination{
    bottom: 0.25rem;
}
/*栏目导航cont-nav*/
.page>.cont-nav{
    font-size: 0.7rem;
    line-height: 1.75rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0 0.25rem;
    margin: 0;
}
.cont-nav>div{
    width: 25%;
}
/*栏目新闻*/
.news{
    margin-top: 0.25rem;
    background: #fff;
    padding: 0 0.6rem;
}
.news-navs{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    border-bottom: 0.025rem solid #F1F1F1;
}
.news-navs>.nav{
    /*font-weight: bold;*/
    padding: 1.0rem 0.75rem 0.5rem;
}
.news-navs>.nav.active{
    color: #4488F7;
    border-bottom: 0.1rem solid #4488F7;
}
.news-items{
    text-align: left;
    padding: 1rem 0;
}
.news-items>.item{
    display: none;
}
.news-items>.item.active{
    display: block;
}
.news-items>.item a{
    font-size: 0.7rem;
    line-height: 2rem;
    color: #666;
}
.news-items>.item a>p{
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-items>.item span{
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.125rem;
    background: #666;
}
/*表单*/
.cont-form>p{
    font-size: 0.9rem;
    line-height: 2.75rem;
}
.cont-form form>div{
    display: flex;
    justify-content: space-between;
}
.cont-form form>div>div{
    width: 48.5%;
    position: relative;
}
.cont-form form>div img{
    position: absolute;
    left: 0.5rem;
    top: 0.425rem;
    width: 0.675rem;
}
.cont-form input{
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.7rem;
    border: 0.025rem solid #E2E2E2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20%;
}

.cont-form input[type=submit]{
    width: 100%;
    font-size: 0.8rem;
    line-height: 2.2rem;
    border-radius: 1.1rem;
    color: #fff;
    background: #4EB5F5;
    padding: 0px;
    border: none;
    margin: 0.75rem 0 1.25rem;
}
/*精彩直播*/
.page>.ke-live{
    padding: 0.5rem 0.75rem 0.75rem;
}
.ke-live>.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}
.ke-live>.title h1{
    font-size: 0.8rem;
    font-weight: normal;
}
.ke-live>.title img{
    display: inline-block;
    width: 0.25rem;
    height: 0.75rem;
    vertical-align: middle;
    margin-top: -0.125rem;
    margin-right: 0.25rem;
}
.ke-live>.title a{
    font-size: 0.7rem;
    color: #999;
}
.ke-live .live{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ke-live .live>a{
    display: block;
    width: 48%;
    margin-top: 0.25rem;
    overflow: hidden;
}
.ke-live .live>a>img{
    width: 100%;
}
.ke-live .live>a>p{
    font-size: 0.7rem;
    line-height: 2.0rem;
    color: #666;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*魔鬼集训营*/
.ying-navs{
    display: flex;
}
.ying-navs>a{
    text-align: left;
    font-size: 0.65rem;
    line-height: 1.75rem;
    padding: 0 2%;
    min-width: 12%;
}
.ying-navs>a.ying-navs_zy{
    color: #F88C00;
}
/*小程序*/
.page>.cont-xcx{
    padding: 1.0rem 0.6rem;
}
.cont-xcx>p{
    font-size: 0.9rem;
}
.cont-xcx>span{
    font-size: 0.65rem;
    line-height: 2.0rem;
    color: #666;
}
.cont-xcx>img{
    width: 6.45rem;
    margin: 0.5rem auto 0;
}
.page>.cont-zy{
    padding-top: 0.25rem;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page>.cont-zy>a{
    width: 5.0rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
    background: #fff;
    margin: 0.25rem;
    border-radius: 0.125rem;
}
.page>.footer{
    color: #999;
    font-size: 0.55rem;
    background: none;
    line-height: 0.9rem;
    padding: 0.5rem 0 2.5rem;
}
/*底部浮窗*/
.page>.chart-btn{
    position: fixed;
    max-width: 750px;
    width: 100%;
    bottom: 0;
    /*right: 0;
    left: 0;*/
    z-index: 10;
    background: none;
    display: flex;
    justify-content: space-between;
}
.chart-btn>a{
    display: block;
    width: 30%;
    font-size: 0.65rem;
    line-height: 2.15rem;
    color: #fff;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
}
.chart-btn>a>img{
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.25rem;
    margin-left: 10%;
}
.chart-btn>a:first-child{
    background: #715ADE;
}
.chart-btn>a:nth-child(2){
    background: #4488F7;
}
.chart-btn>a:nth-child(3){
    background: #F88C00;
}

/*栏目导航*/
.page2{
    max-width: 750px;
    width:100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 50%;
    transform:translateX(-50%);
    background: #fff;
    z-index: 10;
    text-align: center;
}
.page2>div{
    padding: 0 0.5rem;
}
.page2>.bar-nav{
    position: relative;
    background: #F7F7F8;
    border: 0.025rem solid #E7E7E7;
    line-height: 2.0rem;
}
.page2>.bar-nav>a{
    position: absolute;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #0894ec;
}
.page2>.bar-nav>h1{
    font-size: 0.85rem;
    font-weight: normal;
}
.page2>.content>.list-box{
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin: 0.75rem 0;
}
.page2>.content>.list-box>.title{
    width: 14%;
    font-size: .7rem;
    text-align: right;
    padding: 0.25rem 0;
}
.page2>.content>.list-box>.menu{
    width: 83%;
    text-align: left;
}
.page2>.content>.list-box>.menu>a{
    border: 0.025rem solid #0894ec;
    border-radius: 0.25rem;
    font-size: .65rem;
    color: #0894ec;
    display: inline-block;
    padding: 0.125rem 0.4rem;
    margin: 0.25rem;
}
.fy-box{
    margin-top: 0 !important;
    background: #fff;
    padding: 0 .75rem;
}
.fy-box img{
    width: 100%;
    margin: 0 auto;
}