html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
:focus {outline:0;}
a,input,select,textarea{-webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none;}
em,i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
img{border:none; }
ol,ul,li{list-style:none; vertical-align:middle;}
input,textarea{outline:none; /*-webkit-appearance: none;*/background: none;border: none;}
textarea{resize:none;}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-input-placeholder;
input::-ms-input-placeholder{color:#bababa;}
input:focus{outline-width:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
a{color:#666666; text-decoration:none; outline:none; font-weight:normal; border:0; /*blr:expression(this.onFocus=this.blur());*/}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
*{font-family: "microsoft yahei"; font-size: 14px; color: #666666;}


.fix{position: fixed;}
.abs{position: absolute;}
.all100{width: 100%; height: 100%;}

.bagfff{background: #ffffff;}
.bag4cf{background: #4BCEF3;}
.col333{color: #333333;}
.col444{color: #444444;}
.col666{color: #666666;}
.col999{color: #999999;}
.colfff{color: #FFFFFF;}
.col4cf{color: #4BCEF3;}
.colf00{color: #ff0000;}

.rel{position: relative;}
.blk{display: block;}
.fl{float: left;}
.fr{float: right;}

.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font36{font-size: 36px;}

.magb10{margin-bottom: 10px;}
.magb13{margin-bottom: 13px;}
.magb15{margin-bottom: 15px;}
.magb20{margin-bottom: 20px;}
.magb25{margin-bottom: 25px;}
.magb30{margin-bottom: 30px;}
.magb40{margin-bottom: 40px;}
.magb50{margin-bottom: 50px;}

.magl5{margin-left: 5px;}
.magl10{margin-left: 10px;}

.padtb11{padding-top: 11px; padding-bottom: 11px;}
.padt20{padding-top: 20px;}
.padl20{padding-left: 20px;}

.minh600{min-height: 600px;}

.trans{transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;}
.tc{text-align: center;}
.tr{text-align: right;}
.width100{width: 100%;}
.width1280{width: 1280px; margin-left: auto; margin-right: auto;}
.textEdit{width: 100%; overflow: hidden;}
.textOverflow{overflow:hidden; text-overflow:ellipsis; white-space:nowrap}

.lh20{line-height: 20px;}
.lh50{line-height: 50px;}
.lh100{line-height: 100px;}
.lh155{line-height: 155px;}

.line20{height: 20px; width: 100%;}

.tdlh{text-decoration: line-through;}

.bianjiqi{
	overflow: hidden;
	max-width: 100%;
	padding: 0 20px;
}
.bianjiqi{
	overflow: hidden;
	max-width: 100%;
}
.bianjiqi img{
	max-width: 100%;
}
.bianjiqi strong{
    font-size: inherit;
}


.user_new_page{
    display: flex;
    justify-content: space-between;
    min-height: 600px;
}

.prompt{
	position: fixed;
    font-size: 14px;
	color: #FFFFFF;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	z-index: 9999;
}

.turn_page .pagination{
	display: flex;
	padding: 20px;
}
.turn_page .pagination li{
	border: 1px solid transparent;
	margin-left: 15px;
}
.turn_page .pagination li a{
	display: block;
	height: 33px;
	padding: 0 12px;
	line-height: 33px;
}
.turn_page .pagination li.active{
	border: 1px solid #4bcef3;
	background: #4bcef3;
}
.turn_page .pagination li.active:hover a,
.turn_page .pagination li.active a{
	color: #FFFFFF;
}
.turn_page .pagination li:hover{
	border: 1px solid #4bcef3;
}
.turn_page .pagination li:hover a{
	color: #4bcef3;
}
.noneState{
	/* padding: 50px 0; */
}
.noneState .none_img{
	width: 320px;
	margin: 0 auto;
}
