div, img{
        box-sizing:border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
}

@media screen and (min-width: 1180px){  
    .nav_box, .loginBox, .keyWordsBox, .titleDetailBigBox{
        display: block;
    }

    .search_bar_input{
        width: 120px;
        
    }

    .header_search_bar{
        margin-right: 40px;
    }

    #nav_login, .topToggle{
        display: none;
    }
	
	.update_area_content_imagePage{
		padding-left: 25px;
	}

     .vedio_keyWords_item a {
       margin: 5px 15px 5px 10px;
    }

    .vedio_keyWords_item{
        margin-left: 30px;
        margin-top:  7px;
    }

    .i_list{
        margin: 0 10px 20px;
        float: left;
    }
    .centerInterval, .topInterval{
        clear: both;
        height: 20px;
    }
    .imagePagelazy{
		width:200;
		height:300;
	}
}

@media screen and (max-width: 1180px){
    .nav_box, .loginBox, .keyWordsBox, .titleDetailBigBox{
        display: none;
    }
    
    #nav_login{
    	display: block;
    }

    .search_bar_input{
        width: 80px;
    }

    .header_search_bar{
        margin-right: 15px;
    }
	.imagePagelazy{
		width:auto;
		height:auto;
	}
    .topToggle{
        width:50px;
        float:right;
        margin-top:20px;
        display: block;
        margin-right: 10px;
    }
    
     .lazy, .indexLazy{
     	width: 100%;
     }
     
     .update_area_content_imagePage{
		padding-left: 20%;
	}

    .vedio_keyWords_item a {
       margin: 5px 15px 5px 5px;
    }

    .vedio_keyWords_item{
        text-align: center;
    }

    .i_list{
        margin: 10px 5px;
        float: left;
    }

}

ul, ol, li{
    list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, input, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: 333;
}

body{
 background-color:#f0f0f0;
}
a{
    text-decoration:none;
}

.lazy{
}

.sameVedioLi{
	margin:auto; 
	text-align:center;
}

.sameVedioLi img{
	border: solid 1px #888; 
	max-width:100%; 
	border-radius: 10px; 
	margin-top:20px; 
	width:auto;
}

.sameVedioTopInterval{
	clear:both;
	height:50px;
}

.sameVedoBottomInterval{
	clear:both;height:20px;
}

.topBox{
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    transition: top .5s;
    z-index: 99;
    opacity: 0.98;

    height: 90px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.10);
    /*min-width: 1180px;*/
}

.topBox_box{
    overflow: visible;
    max-width: 1180px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/*中央盒子*/
.mainBox{
    margin: auto;
    max-width: 1180px;
}

.logo{
    width: 150px;
    height: 90px;
    float: left;
    overflow: hidden;
    position: relative;
    background: url(../images/logo.png) no-repeat center;
background-size: 150px;
}

.nav_box{
    margin-top: 0;
    font-size: 16px;
    margin-left: 25px;
    float: left;
}

.nav_item, .nav_itemSelect{
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
}

.nav_itemSelect{
    background-color: #faa;
}

.nav_item:hover{
    background-color: #f66;
}

.loginBox{
    float: right;
    height: 90px;
    line-height: 90px;
}

.loginBox a{
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;

    padding: 0 10px;
    text-align: center;
    margin-top: 25px;
}

.btn_reg{
    display: block;
    background: #f66;
    color: #fff;
    margin-right: 20px;
}

.btn_login{
    color: #666;
    background: #f6f6f6;
}

.keyWordsBox{
    margin-top: 20px;
}

.keyWords_leftBox{
    margin: 0;
    white-space: nowrap;
    height: 50px;
    overflow: hidden;
    float: left;
}

.keyWords_item, .vedio_keyWords_item{
    float: left;
}

.keyWords_item a, .vedio_keyWords_item a{
    display: block;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    color: #7c7c7c;
    line-height: 40px;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.24);
    float: left;
}

.vedio_keyWords_item .vedio_keyWords_item_select{
    background-color: #f57a3f;
    color: #fff;
}

.keyWords_item a {
    margin: 5px 15px 5px 10px;
}

.keyWords_item a:hover{
    color: #f66;
}



.tips{
    position: relative;
    float: right;
    margin: 0;
    height: 40px;
    padding: 0 20px;
    background-color: #fff7e7;
    border-radius: 20px;
    text-align: center;
    margin-right: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.28);
    line-height: 40px;
}

.update_area_content_imagePage {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
}

.update_area {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
}

.update_area_content {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.waitpic{
    border-radius: 10px 10px 0px 0px;
}

.i_list {
    background: #ddd;
    overflow: hidden;
    position: relative;
    padding-bottom: 38px;
    -webkit-box-shadow: 0 0 10px transparent;
    -moz-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 1px;
    cursor: pointer;
    border-radius: 10px;
}

.i_list img{
    transition:all .2s ease-in 0s;
    min-width: 365px;
}


.i_list>a>img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.i_list:hover .case_info{max-height:75px}
.i_list:hover .case_info .meta-title{white-space:normal;max-height:64px;color: #666;-webkit-transition:all .35s;-moz-transition:all .35s;-ms-transition:all .35s;-o-transition:all .35s;transition:all .35s}
.i_list:hover .case_info .meta-post{height: 20px;margin-bottom: 15px}

.case_info {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height .25s;
    transition: max-height .25s;
}

.case_info .meta-title {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 14px;
    color: #a0a0a0;
    font-family: 'Microsoft Yahei';
    padding: 8px 10px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_info .meta-post {
    height: 0;
    overflow: hidden;
    line-height: 20px;
    color: #b7b7b7;
    padding: 0 10px;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 1.3em;
    margin-right: 6px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


span.cx_like {
    float: right;
    color: #b7b7b7;
}

.case_info .meta-post span i {
    margin-left: 6px;
    margin-right: 3px;
}

.nav-links .current {
    padding: 10px 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ff5c5c;
    background: #ff5c5c;
    margin-left: 3px;
    margin-right: 3px;
}

.nav-links{
    display: block;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 30px;
    border-radius: 0;
    background: #fff;
}

a.page-numbers, .pageSelect {
    line-height: 40px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #eee;
    color: #a1a1a1;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
}

#pageSelect{
	padding: 10px 0px 10px 3px;
}

.pages, .screen-reader-text {
    display: none;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 10px 0px 5px 0px;
    /*min-width: 1180px;*/
    clear: both;
    margin-bottom: 25px;
}

.footer p,a{
    color: #666;
}

.titleBox{
    max-width: 1180px;
    width: 100%;
    min-height: 70px;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.05);
    box-shadow: 0 3px 2px rgba(0,0,0,.05);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.title{
    height: 70px;
    /*border-bottom: 1px solid #f3f3f3;*/
    background: #f5f5f5;
}

.downloadTitle {
    background: #fafafa;
    border-bottom: 1px solid #f3f3f3;
    height: auto;
    padding: 20px;
}

.downloadTitle h1{
    font-size: 20px;
    font-weight: bold;
}

.smallTitle{
    color: #999;
    font-size: 13px;
}

.titleHead{
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: center;
    min-width: 100px;
    font-size: 18px;
    width: auto;
    padding-left: 33px;
    padding-right: 33px;
    border-right: 1px solid #E6EAEA;
    background: #fff;
    border-bottom: 1px solid #fff;
}


.titleDetailBox{
    word-spacing: 4px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.titleLine{
    float: left;
    width: 100%;
    max-width: 1040px;
    line-height: 28px;
    color: #999;
    padding-left: 50px;
}

.titleLine span{
    color: #222;
    margin-left: -50px;
}

.fl_link{
    color: #999;
    text-decoration: none;
    display: inline-block;
}

.link-select{
    color: #f66 !important;
    font-weight: 700;
}

.vipIcon{
    width:30px;
}

.header_search_bar {
    float: right;
    width: auto;
    height: 40px;
    background: #e6e6e6;
    margin-top: 25px;
    /*margin-right: 40px;*/
}

.search_bar_btn {
    height: 40px;
    float: right;
    background: 0 0;
    border: none;
    font-size: 20px;
    color: #a0a0a0;
    padding-right: 8px;
}

.search_bar_btn img{
    width: 20px;
    cursor: pointer;
}

.search_bar_input {
    float: right;
    height: 40px;
    padding-left: 8px;
    border: none;
    background: 0 0;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.loginBox .logined{
    display: block;
    background: #f66;
    color: #fff;
    font-size: 14px;
}

.vedioNowScore{
    color: #999;
}

.vedioLazy{
	max-width:373px;
	width:100%;
}

.hide{
	display:none;
}
.clear{
	clear:both;
}
.imagePageLazy{
	border-radius: 10px 10px 0px 0px;
}

.sameVedio{
    text-align: center;
    font-weight: bold;
}
