@charset "utf-8";
/*reset  begin*/
html {
    overflow-x:auto;
    overflow-y:scroll;
}
body {
    background-color:#FFF;
    color:#333333;
    font-size: 62.5%;
    font-family:'Microsoft Yahei', Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode','微软雅黑','宋体', sans-serif;
}
body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote,th,td,label,textarea,span,p,button
,h1, h2, h3, h4, h4, h5{
    margin:0;
    padding:0;
}
dl,dt,dd,ul,li{
    list-style:none;
    list-style-type:none;
}
img{
    border:0;
    max-width: 100%;
    height: auto;
}
a {
    color:#333333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption, th {
    text-align:left;
}
a:focus {
    outline:none;
}
/*滑动平滑效果，但是对绝对定位元素有影响，但是参考芒果TV微网站，他们的网页都没有滑动平滑效果，*/
/*故在此先暂时不增加网页滑动的平滑效果......*/
/*body,html {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow:auto;*/
    /*-Webkit-overflow-scrolling: touch;*/
/*}*/


/*reset  end*/



/*头部搜索框  begin*/
.heaFixed {
    z-index: 111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    padding: 0 3%;
    overflow: hidden;
    background-color: #fff;
}
.heaFixed .top-logo {
    float: left;
    display: inline;
    width: 119px;
    height: 33px;
    margin-top: 7px;
    overflow: hidden;
    outline: none;
    background: url("../../imgs/big_logo.png") no-repeat;
    background-size: 100% 100%;
}
.heaFixed .top-logo-list {
    float: left;
    display: inline;
	width:3px;
    height:31px;
	   margin-top:5px;
    overflow: hidden;
    outline: none;
    background-size: 100% 100%;
}

.heaFixed .list-title{
   width:30px;
   height:45px;
   line-height:45px;
   font-size: 18px;
   color: #fff;
}

<!--.heaFixed .top-search {-->
<!--    float: right;-->
<!--    display: inline;-->
<!--    width: 22px;-->
<!--    height: 22px;-->
<!--    margin-top: 11px;-->
<!--    overflow: hidden;-->
<!--    outline: none;-->
<!--    background: url("../images/videoPlay/a3.png") no-repeat;-->
<!--    background-size: 100% 100%;-->
<!--}-->
.heaFixed .top-info {
float: right;
    display: inline;
    width: 45px;
    height: 25px;
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
    font-size: 1.5em;
    color: #009F1E;
    overflow: hidden;
    outline: none;
    background-color: #FFF;
    border: #009F1E solid 1px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
/*头部搜索框  end*/
.marginTop45px {
    margin-top: 45px;
}


/*下载客户端 begin*/
.downCli {
    height: 47px;
    padding: 0px 3%;
    overflow: hidden;
    background-color: #F2F2F2;
}
.downCli em {
    float: left;
    display: inline;
    width: 40px;
    height: 37px;
    margin-top: 7.5px;
    overflow: hidden;
    background: url("../../imgs/ysz_logo.png") no-repeat;
    background-size: 100% 100%;
}
.downCliText {
    float: left;
    display: inline;
    width: 60%;
    height: 47px;
    margin-left: 10px;
    overflow: hidden;
}
.downCliText h1 {
    margin-top: 7.5px;
    font-size: 1.4em;
    color: #333333;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Microsoft Yahei';
}
.downCliText p {
    margin-left: 1px;
    font-size: 1.2em;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.downCli a {
    float: right;
    display: inline;
    width: 45px;
    height: 25px;
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
    font-size: 1.5em;
    color: #009F1E;
    overflow: hidden;
    outline: none;
    background-color: #FFF;
    border: #009F1E solid 1px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
/*下载客户端 end*/
.more{

   float:right;

   font-size: 0.8em;

   color: #666;

}
.downapp{
 margin:10px 3%;
 height:41px;
 line-height:41px;
 text-align:center;
 color:#fff;
 background:#2fb3ff;
 font-size: 15px;
 float:left;
    width: 94%;
    border-radius: 8px;
}







