/*css 初始化 */
html, body, header,footer,section,ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
ul{
    list-style: none
}
/*清楚浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.hidden{
    display: none !important;
}
.show{
    display: block;
}
@font-face {
    font-family: "abc";
    src: url('Roboto-Regular.ttf');
}

body {
    width: 1280px;
    height: 720px;
    color: #ffffff;
    font-family: abc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom,#102d4e 0%,#163456 100%);
    position: relative;
}

header{
    height: 96px;
    font-size: 26px;
    position: relative;
    /*background: red;*/
}
header p{
    position: absolute;
    right: 34px;
    bottom: 4px;
    color: #ffffff !important;
    z-index: 10000;
}
.content{
    display: flex;
    flex: 1;
    height: 592px;
    /*background-color: yellow;*/
}
.left{
    flex: 944px;
}

/*========================页面输入框部分开始==========*/
.left .operated {
    width: 858px;
    height: 210px;
    margin-left: 60px;
    /*background: #1e4b7f;*/
    background: #1a3b62;
    border-radius: 10px 10px 0 0 ;
    position: relative;
}
.left .operated .address{
    height: 54px;
    line-height: 54px;
    position: relative;
}
.closeH{
    display: inline-block;
    width: 44px;
}
.address p{
    display: inline-block;
    vertical-align:middle;
}
.address .webAddress_L{
    color: #ffffff !important;
    z-index: 10000;
}
.closeBtn{
    width: 24px;
    height: 24px;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/close.png") no-repeat;
    border-radius: 24px;
    box-shadow:0 0 16px rgba(0, 0, 0, 0.6);
}
.closeBtn:focus{
    outline: none;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/closefocus.png") no-repeat;
    box-shadow:0 0 16px #ffffff;
}
.address p:nth-child(1){
    margin-left: 20px;
}
.address p:nth-child(2){
   font-size: 20px;
    font-weight: 900;
    width: 270px;
    text-align: right;
    margin-top: -3px;
}
.address p:nth-child(3){
    margin-left: 20px;
}
.getAddress{
    box-sizing: border-box;
    margin-left: 10px;
    height: 38px;
    width: 380px;
    border: 2px solid #d2dbe5;
    font-size: 20px;
    padding-left: 12px;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
}
.getAddress:focus{
    outline: none;
    background: #ffffff;
    color: black;
}

.address .skip{
    display: inline-block;
    margin-left: 6px;
    width: 58px;
    height: 36px;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/skip.png") no-repeat;
}
.address .skip:focus{
    outline: none;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/skipfocus.png") no-repeat;
    border-radius: 4px;
    box-shadow:0 0 16px rgba(255, 255, 255, 1);

}
/*========================页面输入框部分结束==========*/


/*======历史记录提示部分开始======*/
.record {
    width: 376px;
    height: 324px;
    background: linear-gradient(to bottom,rgba(55,55,55,.9) 0%,rgba(11,11,11,1) 100%);;
    position: absolute;
    top: 44px;
    right: 98px;
    z-index: 1000;
    border: 2px solid #505b67;
    border-top: none;
    overflow: hidden;
}
.record ul{
    margin-top: 14px;
}
.record .recordItem{
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    /*display:table-cell;*/
    /*vertical-align: middle;*/
}
.record .recordItem:focus{
    outline: none;
    background: #71777e;
}
.record .recordItem .recordIcon{
    padding: 0 10px 0 12px;
    vertical-align: middle;
    margin-top: -3px;
}
.recordName {
    display: inline-block;
    width: 312px;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
}

/*======历史记录提示部分结束======*/

/*================历史记录及收藏夹主要部分开始========*/
.historyCot{
    margin: 10px 0 0 3px;
    height: 154px;
    position: relative;
}

.historyList{
    position: absolute;
    top:0;
}
.bookmarksCont{
    width: 858px;
    margin: 0 0 0 60px;
    position: relative;
}
.bookmarks{
    padding: 14px 0 0 3px;
}

.bookmarkBox{
    position: absolute;
    top:0px;
    z-index: 100;
    height: 295px;
    overflow: hidden;
}
.bookmarksList{
    width: 855px;
   height: 1510px;
}
.bookmarks li {
    margin-bottom: 26px;
}



/*.bookmarksBg li:nth-child(5),.bookmarksBg li:nth-child(6),.bookmarksBg li:nth-child(7),.bookmarksBg li:nth-child(8){*/
    /*margin-bottom: 22px;*/
/*}*/

.navItem{
    /*display: inline-block;*/
    /*width: 26px;*/
    position: absolute;
    top: 126px;
    right: 0px;
    z-index: 2000;

}
.navItem li{
    width: 12px;
    height: 18px;
    background: #617e9f;
    margin-bottom: 18px;
}
.navItem .active{
    background: #ffffff;
}

.navItem li:focus{
    outline: none;
    background: #ffffff;
    box-shadow:0 0 16px rgba(255, 255, 255, 1);
}

.sign{
    font-size: 18px;
    color: #607c9c;
    text-align: right;
    padding: 6px;
}
.sign span {
    padding-left: 28px;
    height: 22px;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/wuxing.png") no-repeat;
    background-position: 0 0;
}

.state{
    padding: 0 14px 0 30px;
    width: 806px;
    text-align: center;
    font-size: 18px;
    color: #607c9c;
}
/*++++++++li元素公用class 开始++++++++++*/
.itemBg{
    box-sizing: border-box;
    width: 184px;
    height: 126px;
    border: 4px solid rgba(255,255,255,0.08);
    margin-left: 23px;
    position: relative;
    float: left;
}
.item {
    box-sizing: border-box;
    width: 184px;
    height: 126px;
    margin-left: 23px;
    position: relative;
    float: left;
    outline: none;
    background:linear-gradient(to bottom,#b5b5b5 0%,#373737 100%);
    border: none;
    border-radius: 4px;
    padding: 4px;
    transform: scale(1.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.item:focus{
    outline: none;
    background:#ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}


.item .icon{
    width: 100%;
    height: 100%;
}
.item .linkName {
    width: 156px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,.5);
    padding: 0 10px;
    position: absolute;
    bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
/*+++++++++li元素公用class 结束++++++++++++++*/
/*================历史记录及收藏夹主要部分结束========*/



/*==========收藏夹的提示语部分开始==========*/
.Prompt{
    width: 454px;
    height: 230px;
    background: url("http://cache.zeasn.tv/webstatic/nettv_browser_web/img/Prompt.png") no-repeat;
    position: absolute;
    bottom: 8px;
}
.Prompt_name{
    font-size: 26px;
    padding: 52px 0 0px 46px;
}
.Prompt_cont{
    width: 346px;
    font-size: 20px;
    margin: 20px 0 0 56px;
}
/*==========收藏夹的提示语部分结束==========*/

/*========右侧的画中画和广告部分开始========*/
.right{
    flex: 340px;
}
.right .rightItem {
    box-sizing: border-box;
    padding: 4px;
    border-radius: 6px;
    background: linear-gradient(to bottom,#2c4a6c 0%,#223d5d 100%);
}
.right .pip{
    margin-top: 28px;
    width: 300px;
    height: 168px;
}
.right .pip object{
    width: 100%;
    height: 100%;
}
.right  .Advertisement{
    margin-top: 36px;
    width: 300px;
    height: 250px;
}
.right  .Advertisement:focus,.right .pip:focus{
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.right .pip img,.right .Advertisement img{
    width: 100%;
    height: 100%;
}
.right .Advertisement a img:nth-child(2){
    display: none;
}


/*========右侧的画中画和广告部分结束========*/
footer{
    width: 100%;
    height: 32px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .colorKey {
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #8e9296;
}
.firstKey{
    padding-left: 240px;
}
.colorKey span{
    display: inline-block;
}
.colorKey span:nth-child(1){
    width: 20px;
    height: 8px;
    border-radius: 2px;
    margin: 0 12px 2px 0;
}
.readKey{
    background: #ed1c24;
}
.greenKey{
    background: #00ff00;
}
.yellowKey{
    background: #fff200;
}
.blueKey{
    background: #00aeef;
}


