html, body, div, span, applet, object, iframe, h1, h2, h3, 
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:13px; font-family:"microsoft yahei","simhei",sans-serif; vertical-align: baseline; } 
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; /*min-width:1200px;*/ }
body{ position:relative; margin:0 auto; max-width: 100%; /*min-width:1200px;*/ } 
table { border-collapse: separate; border-spacing: 0; } 
hr{ border:none; height:1px; }
caption, th, td { text-align: left; font-weight: normal; }
a{ text-decoration:none;} 
/*a:hover{ color:#00a25f; }*/
img{ border:none; vertical-align:middle; -ms-interpolation-mode:bicubic; }
ul,ol{ list-style:none; }
ul,li{ padding:0; margin:0; list-style:none; }
/* .nav_l{display: none;} */
.fixedMenu{width: 70px; height: 95px; background: #f5b428;padding: 8px 0;position: fixed;top: calc(50% - 47.5px);z-index: 999;cursor: pointer;}
.fixedMenu img{display: block;margin: 0 auto;width: 23px;height: 32px;}
.fixedMenu p{color: #fff;font-size: 12px;margin-top: 8px;text-align: center;}
.fixedMenu .jiantou{width: 10px;height: 14px;margin: 0 auto;background: url(/static/home/img/next1.png) no-repeat; margin-top: 11px;}
.nav_l{position: fixed;top: 0;left: -500px;width: 400px;height: 100vh;overflow: auto; background: rgba(255, 255, 255, .98);padding: 60px;z-index: 999;}
.nav_l .first{display: flex;justify-content: space-between;align-items: center;padding: 25px 0;border-top: 1px solid #ddddbd;cursor: pointer;}
.nav_l .first span{font-size: 21px;color: #333;}
.nav_l .first:last-child{border-bottom: 1px solid #ddddbd;}
.nav_l .second_all{padding-left: 54px;display: none;}
.nav_l .second_all li a{color: #666666;font-size: 16px;line-height: 43px;}
.nav_l .second_all .on a{color: #f5b428;}
/* Form */
label,input,select{ vertical-align:middle; }
button,input,select,textarea{ font-family:"Microsoft Yahei"; }
select {
      border: solid 1px #000;
      appearance:none;
      -moz-appearance:none;
      -webkit-appearance:none;
      background: url("/static/2015/arrow.png") no-repeat scroll rightright center transparent;
      padding-right: 14px;
      cursor:pointer;
    }
    select::-ms-expand { display: none;
 }
input[type=submit],input[type=button],input[type=reset]{ cursor:pointer; }
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"],select,textarea{ -webkit-appearance:none; font-family:"Microsoft Yahei","Arial", Helvetica, sans-serif; }*:focus{ outline:none; }
textarea,select{ -webkit-appearance:none; }
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lineTwo{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.lineThree{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.lineFour{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
/* Clear float */
.clearfix:before,.clearfix:after{ content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0; }
.clearfix:after{ clear:both; }
.clearfix{ zoom:1; }
.clear{ clear:both; height:0; overflow:hidden; }
.fl{ float:left; }
.fr{ float:right; }

/*container*/
.container{ width:1430px; margin:0 auto;}
.inside_container{width: 1400px;margin: 0 auto;}
main{width: 100%;}
main .flexible{display: flex;justify-content: space-between;position: relative;}

/* 视频弹窗 */
.videoWin { width: 100%; height: 100vh; position: fixed; top: 0; z-index: 999; background: rgba(0,0,0,.4); display: none; justify-content: center; align-items: center; }
.videoBox { width: 60%; position: relative; }
#video { display: block; width: 100%; outline: none;max-height: 100vh; }
.closeVideo { width: 50px; height: 50px; background: url(/static/home/img/close.png) no-repeat; background-size: cover; position: absolute; right: 20px; top: 20px; cursor: pointer;z-index: 999; }

.window {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.4);
  position: fixed;
  z-index: 888;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
/* <!--修改 滚动条 下面 的 宽度--> */
.dialog .text,.an_list{
	/* height:100px; */
	overflow: auto;
}
.dialog .text::-webkit-scrollbar,.an_list::-webkit-scrollbar,.brandList .item .r::-webkit-scrollbar,.nav_l::-webkit-scrollbar,.scroll_style::-webkit-scrollbar{
  width: 6px;
}
/* <!--修改 滚动条的 下面 的 样式--> */
.dialog .text::-webkit-scrollbar-track,.an_list::-webkit-scrollbar-track,.brandList .item .r::-webkit-scrollbar-track,.nav_l::-webkit-scrollbar-track,.scroll_style::-webkit-scrollbar-track{
  background-color: #f1f1f1;
}
/* <!--修改 滑块 --> */
.dialog .text::-webkit-scrollbar-thumb,.an_list::-webkit-scrollbar-thumb,.brandList .item .r::-webkit-scrollbar-thumb,.nav_l::-webkit-scrollbar-thumb,.scroll_style::-webkit-scrollbar-thumb{
  background-color: #f5b428;
  /* height: 20px; */
}

/* header */

.brand_list::-webkit-scrollbar,.new_l .text::-webkit-scrollbar,.synopsis_l .details::-webkit-scrollbar {width : 6px; height: 1px;}
.brand_list::-webkit-scrollbar-thumb,.new_l .text::-webkit-scrollbar-thumb ,.synopsis_l .details::-webkit-scrollbar-thumb {background: #521CD4;}
.brand_list::-webkit-scrollbar-track,.new_l .text::-webkit-scrollbar-track ,.synopsis_l .details::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #F0F0F0;background: #F0F0F0;}
#password{padding-right: 20px;}
.password{position: relative;}
.password .eye{cursor: pointer;width: 25px;height: 20px;position: absolute;right: 0px;top: 14px;background: url(/static/home/imgs/eye.png) no-repeat;}

.checkbox.on{background: url(/static/home/imgs/on.png) no-repeat center center #521CD4;border-radius: 2px;}
.allCheckBox.on{background: url(/static/home/imgs/on.png) no-repeat center center #521CD4;border-radius: 2px;}

/* 弹窗 */
.window{ width: 100%; height: 100vh; background: rgba(0,0,0,.4); position: fixed; z-index: 888; top: 0; display: none;justify-content: center; align-items: center; }
.dialog{background: #fff;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); border-radius: 8px;padding: 20px 30px;box-sizing: border-box;position: relative;}
.dialog .tit{color: #4D5D6C;font-size: 16px;}
.window .close {width: 25px; height: 25px; position: absolute; top: 25px; right: 25px; cursor: pointer;}
 /* 下拉 */
.pullAll{display: flex;flex-wrap: wrap;}
.pullAll .selectBlock{border: 1px solid #C6CDD6;border-radius: 2px;font-size: 12px;color: #5A6977;padding: 6px 10px;margin-bottom: 6px;margin-right: 6px;cursor: pointer;}
.pullAll .selectBlock.on{background: #521CD4;color: #fff;}
.pullAll .selectBlock:nth-child(5n){margin-right: 0;}
.select label input{padding-right: 30px;}

#bdshare_l_c ul li:nth-child(4),
#bdshare_l_c ul li:nth-child(8),
#bdshare_l_c ul li:nth-child(9),
#bdshare_l_c ul li:nth-child(10),
#bdshare_l_c ul li:nth-child(odd){display: none;}
#bdshare_l_c ul li:nth-child(3),
#bdshare_l_c ul li:last-child{display: block;}