@charset "utf-8";
*{margin:0;padding:0;border:0;}
html{
     font-family: "微软雅黑", tahoma,arial,\5b8b\4f53;
     font-size: 18px;
     color:#000;background:#fff;
     height: 100%;
     width: 100%;
     line-height: 1.5rem;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1; 
}

.no_select{
-webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE/Edge */
    user-select: none;          /* 标准语法 */
}

body,button,input,select,textarea{
/*    font:1rem/1.5 "微软雅黑", tahoma,arial,\5b8b\4f53;*/
}
input,select,textarea{
	font-size:100%;
}

table{
	border-collapse:collapse; border-spacing:0;
}

th{
	text-align:inherit;
}

fieldset,img{
	border:0;vertical-align: middle;
}

iframe{
	display:block;
}

abbr,acronym{
	border:0;font-variant:normal;
}

del {
	text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var,i {
	font-style:normal;
	font-weight:500;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
a,input,textarea,select,button,a:focus,input:focus,textarea:focus,select:focus,button:focus {outline: none;}
a:active,input:active,textarea:active,select:active,button:active {star:expression(this.onFocus=this.blur());}


ins,a,button {
    text-decoration:none;transition: .3s;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #959595;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #959595;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #959595;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #959595;
}
/*common css*/
.block{display: block;} .inline{display: inline;}

a img { transition: .3s;}
a:hover img { opacity: .8;filter:alpha(opacity=80);}

.lei_clearfix:after { display: block; content: ""; clear: both;}
.lei_no_select{
    user-select: none; /* 禁止选择文本 */
    -webkit-user-select: none; /* Safari 和 Chrome 的兼容性 */
    -moz-user-select: none; /* Firefox 的兼容性 */
    -ms-user-select: none; /* IE 和 Edge 的兼容性 */
}

.lei_hide{
    display: none;
}

a{
   color: var(--all-color3); 
}
a:hover {
    text-decoration:none;
    color: var(--all-color2);
} 

.lei_tmbg1{
    opacity:0.8; display: none;transition: .3s; left: 0; top: 0;width: 100vw;height: 100vh; background:#000;position: fixed;z-index: 9991;
}


.lei_js_lun{
    position: relative; overflow: auto; text-align: center;width: 100%; height: 100%;
}
.lei_js_lun li { list-style: none;}
.lei_js_lun ul li {
    float: left;
   
}
.lei_js_lun ul li .li_title{
    font-size: 0.8rem;
    color: #fff;
    line-height: 2rem;
    background: rgba(0,0,0,0.5);
    border-radius: 0.4rem 0.4rem 0 0;
        
}
.lei_js_lun ul li .li_title:before{
    
}
.lei_js_lun .dots { position: absolute; left: 0; right: 0; bottom: 1rem;}
.lei_js_lun .dots li 
{
    display: inline-block; 
    width: 0.4rem; 
    height: 0.4rem; 
    margin: 0 0.2rem; 
    text-indent: -999em; 
    border: 0.1rem solid #fff; 
    border-radius: 0.4rem;
    cursor: pointer; 
    opacity: .4; 
    -webkit-transition: background .5s, opacity .5s; 
    -moz-transition: background .5s, opacity .5s; 
    transition: background .5s, opacity .5s;
}
.lei_js_lun .dots li.active 
{
    background: #fff;
    opacity: 1;
}
.lei_js_lun .arrow { position: absolute; top:50%;transform:translateY(-50%);width: 1rem;height: 1.75rem;}
.lei_js_lun #al { left: 1rem;}
.lei_js_lun #ar { right: 1rem;}