/*
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://www.58img.com/
 */
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    font-family: Microsoft YaHei, verdana, Arial;
    font-size: 12px;
    line-height:1;
    background: #fff;
	color: #555555;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
textarea{
	resize:none;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    text-decoration: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #555555;
	cursor: pointer;
}
a:hover{
    color: #fd7c24;
    transition: color .2s ease-in-out;
}
button, input[type=submit], input[type=button], select {
	outline: none; cursor: pointer;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
	clear: both;
}


/* page-nav */
.page-nav {
	height: 55px;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.page-nav a {
	height: 36px; line-height: 35px; width: 36px;
	border: 1px solid #dddddd;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	background: #f6f6f6;
}
.page-nav a.disabled {
	background: #fff; color: #cccccc;
}
.page-nav span {
	height: 36px; line-height: 34px;
	float: left;
	margin-right: 5px;
}
a.page-prev, a.page-next {
	width: 83px;
}
.page-nav a.page-current {
	border: 1px solid transparent; color: #fe9d5b; background: transparent;
}
.page-nav input {
	width: 36px; height: 34px;line-height:30px; text-align: center; outline: none; float: left;
	border: 1px solid #dddddd;
}
.page-nav .page-btn {
	height: 36px; line-height: 36px; width: 56px;
	border: 1px solid #dddddd;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	background: #f6f6f6;
	border-radius: 3px;
}
.page-num{
	/* height:38px!important;
	width: 38px!important; */
}
.min-page {
	// width: 460px;
}


/* define main theme color */
.main-theme-color {
	color: #fd7c24 !important;
}
.main-theme-bg {
	background: #fd7c24 !important;
	color:#fff !important;
}
.main-theme-bg span{background: #fd7c24 !important;}
.main-border-full1 {
	border: 1px solid #fd7c24;
}
.main-border-full2 {
	border: 2px solid #fd7c24;
}
.main-border-full3 {
	border: 3px solid #fd7c24;
}
.main-border-full4 {
	border: 4px solid #fd7c24;
}
.main-border-full5 {
	border: 5px solid #fd7c24;
}
.main-border-full6 {
	border: 6px solid #fd7c24;
}
.main-border-full7 {
	border: 7px solid #fd7c24;
}

.main-border-bottom1 {
	border-bottom: 1px solid #fd7c24;
}
.main-border-bottom2 {
	border-bottom: 2px solid #fd7c24;
}
.main-border-bottom3 {
	border-bottom: 3px solid #fd7c24;
}
.main-border-bottom4 {
	border-bottom: 4px solid #fd7c24;
}
.main-border-bottom5 {
	border-bottom: 5px solid #fd7c24;
}

.main-border-top1 {
	border-top: 1px solid #fd7c24;
}
.main-border-top2 {
	/* border-top: 2px solid #fd7c24; */
}
.main-border-top3 {
	border-top: 3px solid #fd7c24;
}
.main-border-top4 {
	border-top: 4px solid #fd7c24;
}
.main-border-top5 {
	border-top: 5px solid #fd7c24;
}

.main-border-left1 {
	border-left: 1px solid #fd7c24;
}
.main-border-left2 {
	border-left: 2px solid #fd7c24;
}
.main-border-left3 {
	border-left: 3px solid #fd7c24;
}
.border-none{
	border: none;
}

.size-72 {
	font-size: 72px;
}
.size-30 {
	font-size: 30px;
}
.size-30 {
	font-size: 30px;
}
.size-24 {
	font-size: 24px;
}
.size-20 {
	font-size: 20px;
}
.size-19 {
	font-size: 19px;
}
.size-18 {
	font-size: 18px;
}
.size-17 {
	font-size: 17px;
}
.size-16 {
	font-size: 16px;
}
.size-15 {
	font-size: 15px;
}
.size-14 {
	font-size: 14px;
}
.size-13 {
	font-size: 13px;
}

.size-bold {
	font-weight: bold;
}

.last-list-item {
	margin-right: 0px !important;
	float: right !important;
}

.align-left-tag {
	float: left !important;
}
.align-right-tag {
	float: right !important;
}

.width-1080 {
	width: 1080px !important;
}
.width-990 {
	width: 990px !important;
}


u {
	cursor: pointer;
}
u:hover {
	color: #fd7c24;
}

#timess{
	border: none;
	width: 10px;
    color: red;
}



.view-more {
	position:relative;
	float:left;
	border: 1px solid #e5e5e5;
	top: 40px;
	margin-right:30px;
	padding: 3px;
	z-index: 9;
}
.view-more:hover {
	border-bottom: 0;
}

// logo
body .top-main .logo-t-one{
    max-width: 200px!important;
    max-height: 80px!important;
}
body .top-main .logo-t-two{
    max-width: 200px!important;
    max-height: 80px!important;
}
body .top-main .logo-t-three{
    max-width: 200px!important;
    max-height: 80px!important;
}
.proving-img{position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.6);z-index:100;}
.proving-img .proving-content{width:300px;position:absolute;box-sizing:border-box;left:50%;top:30%;margin-left:-150px;}
.proving-img .proving-title{font-size:14px;line-height:40px;padding:0 10px;background-color:#fff;border-radius:3px 3px 0 0;}
.proving-img .proving-main{text-align:center;padding:10px;background-color:#fff;}
.proving-img .proving-code{display:block;text-align:center;border-radius:3px;height:40px;width:70%;font-size:14px;color:#666;border:solid 1px #ddd;margin:0 auto;box-sizing:border-box;padding:0 10px;}
.proving-img .proving-refresh{width:100px;}
.proving-img .proving-confirm{border:0;color:#fff;font-size:15px;width:100%;border-radius:0 0 3px 3px;height:50px;background-color:#fd7c24;}
.proving-img .proving-close{position:absolute;top:-50px;right:10px;}
.proving-img .proving-box{height:27px;margin-bottom:10px;}