/* CSS Document */

/*
 *
 * Description : Modular Styles Collection
 * Name : 404 Style
 * Author : ebidding.com.cn,yecihang
 * Version : v1.0.0
 * Date : 2015-04-01 15:48:17
 *
 */


/* ========== 404样式 ========== */



*{margin:0;padding:0}
body{
	font-family:"微软雅黑";
}
img{border:none}
a *{cursor:pointer}
ul,li{list-style:none}
table{table-layout:fixed;}
table tr td{word-break:break-all; word-wrap:break-word;}

a{text-decoration:none;outline:none}
a:hover{text-decoration:underline}
.cf:after{content: ".";display: block;height: 0;font-size: 0;clear:both;visibility: hidden;}
.cf{zoom: 1;clear:both}

.bg{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:600px;
	overflow:hidden;
	clip: rect(auto,auto,auto,auto);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont{
	width:600px;
	line-height:20px;
	margin-top: 13%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.c1{height:360px;text-align:center}
.c1 .img1{margin-top:180px}
.c1 .img2{margin-top:165px}
.cont h2{
	text-align:left;
	color:#F90;
	font-size:40px;
	font-weight:normal;
	line-height: 45px;
	margin-bottom: 10px;
	height: auto;
}
.c2{
	height:35px;
	text-align:left
}
.c2 a{display:inline-block;margin:0 4px;font-size:14px;height:23px;color:#626262;padding-top:1px;text-decoration:none;text-align:left}
.c2 a:hover{color:#626262;text-decoration:none;}
.c2 a.home{
	width:66px;
	background:url("../images/404/02.png");
	padding-left:30px
}
.c2 a.home:hover{background:url("../images/404/02.png") 0 -24px}
.c2 a.home:active{background:url("../images/404/02.png") 0 -48px}

.c3{
	height:60px;
	text-align:left;
	color:#999;
	font-size:12px
}
#bf{position:absolute;top:269px;left:0;width:100%}
.bf1{margin:0 auto;width:99px;padding-left:32px}
.bd{height:600px;overflow:hidden}
#box{position:absolute;top:165px;left:0;width:100%;text-align:center}
.bf1{margin:0 auto;width:99px;padding-left:32px}




/* -------- 按钮元件 -------- */
/* 按钮通用样式 */
.u-button * {
    margin: 0;
    padding: 0;
}
.u-button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: visible;  /* 解决ie7下padding值明显增大的问题，问题参考：http://blog.csdn.net/jyy_12/article/details/6636099 */
    border-radius: 2px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;  /* 解决ie6折行的问题 */
    cursor: pointer;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    font-family: '微软雅黑','Microsoft Yahei','Hiragino Sans GB',sans-serif;
}
/*.u-button:hover, .u-button:active {
	position: relative;
	z-index: 2;
}*/

/*  -------- 按钮大小样式 --------  */
/* 特大按钮 */
.u-button-xxlwhite, .u-button-xxlblue, .u-button-xxlred, .u-button-xxlorange, .u-button-xxlgreen, .u-button-xxlnoborder {
    padding: 0px 14px;
    height: 38px;
	line-height: 38px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
}
button.u-button-xxlwhite, button.u-button-xxlblue, button.u-button-xxlred, button.u-button-xxlorange, button.u-button-xxlgreen, button.u-button-xxlnoborder {
    *padding: 0px 13px;  /* 解决ie7下button的边框值会增加宽度的问题（左右减1px） */
    height: 40px;   /* 解决button的高度包含border高度问题 */
    *line-height: 36px;
}
/*  只有图标的超大按钮  */
.u-button-xxlwhite.u-button-icononly, .u-button-xxlblue.u-button-icononly, .u-button-xxlred.u-button-icononly, .u-button-xxlorange.u-button-icononly, .u-button-xxlgreen.u-button-icononly, .u-button-xxlnoborder.u-button-icononly {
    padding: 0px 10px;
}
button.u-button-xxlwhite.u-button-icononly, button.u-button-xxlblue.u-button-icononly, button.u-button-xxlred.u-button-icononly, button.u-button-xxlorange.u-button-icononly, button.u-button-xxlgreen.u-button-icononly, button.u-button-xxlnoborder.u-button-icononly {
    *padding:0px 9px /*  IE7下，button的宽度包含边框，所以左右减1px  */
}
/* 解决firefox下button左右多出各3px间距问题 */
@-moz-document url-prefix() {
    button.u-button-xxlwhite, button.u-button-xxlblue, button.u-button-xxlred, button.u-button-xxlorange, button.u-button-xxlgreen, button.u-button-xxlnoborder {
        padding: 0px 11px;
        line-height: 34px;   /* 解决firefox下button的文字下移的问题 */
    }
    button.u-button-xxlwhite.u-button-icononly, button.u-button-xxlblue.u-button-icononly, button.u-button-xxlred.u-button-icononly, button.u-button-xxlorange.u-button-icononly, button.u-button-xxlgreen.u-button-icononly, button.u-button-xxlnoborder.u-button-icononly {
        padding:0px 7px;  /*  解决左右多出3px间距问题  */
    }
}
/* 超大按钮的图标大小 */
.u-button-xxlwhite .iconfont, .u-button-xxlblue .iconfont, .u-button-xxlred .iconfont, .u-button-xxlorange .iconfont, .u-button-xxlgreen .iconfont, .u-button-xxlnoborder .iconfont {
    font-size: 18px;
}

/* 大按钮 */
.u-button-xlwhite, .u-button-xlblue, .u-button-xlred, .u-button-xlorange, .u-button-xlgreen, .u-button-xlnoborder {
    padding: 0px 11px;
    height: 32px;
	line-height: 32px;
    font-size: 14px;
}
button.u-button-xlwhite, button.u-button-xlblue, button.u-button-xlred, button.u-button-xlorange, button.u-button-xlgreen, button.u-button-xlnoborder {
    *padding: 0px 10px;  /* 解决ie7下button的边框值会增加宽度的问题（左右减1px） */
    height: 34px;   /* 解决button的高度包含border高度问题 */
    *line-height: 30px;
}
/*  只有图标的较大按钮  */
.u-button-xlwhite.u-button-icononly, .u-button-xlblue.u-button-icononly, .u-button-xlred.u-button-icononly, .u-button-xlorange.u-button-icononly, .u-button-xlgreen.u-button-icononly, .u-button-xlnoborder.u-button-icononly {
    padding: 0px 8px;
}
button.u-button-xlwhite.u-button-icononly, button.u-button-xlblue.u-button-icononly, button.u-button-xlred.u-button-icononly, button.u-button-xlorange.u-button-icononly, button.u-button-xlgreen.u-button-icononly, button.u-button-xlnoborder.u-button-icononly {
    *padding:0px 7px;   /*  IE7下button宽度包含边框，所以左右减1px  */
}
/* 解决firefox下button左右多出各3px间距问题 */
@-moz-document url-prefix() {
    button.u-button-xlwhite, button.u-button-xlblue, button.u-button-xlred, button.u-button-xlorange, button.u-button-xlgreen, button.u-button-xlnoborder {
        padding: 0px 8px;
        line-height: 30px;   /* 解决firefox下button的文字下移的问题 */
    }
    button.u-button-xlwhite.u-button-icononly, button.u-button-xlblue.u-button-icononly, button.u-button-xlred.u-button-icononly, button.u-button-xlorange.u-button-icononly, button.u-button-xlgreen.u-button-icononly, button.u-button-xlnoborder.u-button-icononly {
        padding:0px 5px;   /*  解决左右多出3px间距问题  */
    }
}
/* 大按钮的图标大小 */
.u-button-xlwhite .iconfont, .u-button-xlblue .iconfont, .u-button-xlred .iconfont, .u-button-xlorange .iconfont, .u-button-xlgreen .iconfont, .u-button-xlnoborder .iconfont {
    font-size: 16px;
}

/* 正常按钮 */
.u-button-lwhite, .u-button-lblue, .u-button-lred, .u-button-lorange, .u-button-lgreen, .u-button-lnoborder {
    padding: 0px 9px;
    height: 28px;
	line-height: 28px;
    font-size: 12px;
}
button.u-button-lwhite, button.u-button-lblue, button.u-button-lred, button.u-button-lorange, button.u-button-lgreen, button.u-button-lnoborder {
    *padding: 0px 8px;  /* 解决ie7下button的边框值会增加宽度的问题 */
    height: 30px;   /* 解决button的高度包含border高度问题 */
    *line-height: 26px;
}
/*  只有图标的正常按钮  */
.u-button-lwhite.u-button-icononly, .u-button-lblue.u-button-icononly, .u-button-lred.u-button-icononly, .u-button-lorange.u-button-icononly, .u-button-lgreen.u-button-icononly, .u-button-lnoborder.u-button-icononly {
    padding: 0px 6px;
}
button.u-button-lwhite.u-button-icononly, button.u-button-lblue.u-button-icononly, button.u-button-lred.u-button-icononly, button.u-button-lorange.u-button-icononly, button.u-button-lgreen.u-button-icononly, button.u-button-lnoborder.u-button-icononly {
    *padding: 0px 5px;  /*  IE7下button宽度包含边框，所以左右减1px  */
}
/* 解决firefox下button左右多出各3px间距问题 */
@-moz-document url-prefix() {
    button.u-button-lwhite, button.u-button-lblue, button.u-button-lred, button.u-button-lorange, button.u-button-lgreen, button.u-button-lnoborder {
        padding: 0px 6px;
        line-height: 26px;   /* 解决firefox下button的文字下移的问题 */
    }
    button.u-button-lwhite.u-button-icononly, button.u-button-lblue.u-button-icononly, button.u-button-lred.u-button-icononly, button.u-button-lorange.u-button-icononly, button.u-button-lgreen.u-button-icononly, button.u-button-lnoborder.u-button-icononly {
        padding:0px 3px;   /*  解决左右多出3px间距问题  */
    }
}

/* 较小按钮 */
.u-button-mwhite, .u-button-mblue, .u-button-mred, .u-button-morange, .u-button-mgreen, .u-button-mnoborder {
    padding: 0px 6px;
    height: 24px;
	line-height: 26px;
	line-height: 24px\9;   /* 解决IE下文字下移的问题 */
    font-size: 12px;
}
button.u-button-mwhite, button.u-button-mblue, button.u-button-mred, button.u-button-morange, button.u-button-mgreen, button.u-button-mnoborder {
    *padding: 0px 5px; /* 解决ie7下button的边框值会增加宽度的问题 */
    height: 26px;   /* 解决button的高度包含border高度问题 */
    *line-height: 22px;
}
/*  只有图标的较小按钮  */
.u-button-mwhite.u-button-icononly, .u-button-mblue.u-button-icononly, .u-button-mred.u-button-icononly, .u-button-morange.u-button-icononly, .u-button-mgreen.u-button-icononly, .u-button-mnoborder.u-button-icononly {
    padding: 0px 5px;
}
button.u-button-mwhite.u-button-icononly, button.u-button-mblue.u-button-icononly, button.u-button-mred.u-button-icononly, button.u-button-morange.u-button-icononly, button.u-button-mgreen.u-button-icononly, button.u-button-mnoborder.u-button-icononly {
    *padding: 0px 4px;
}
/* 解决firefox下特殊问题，如果左右多出3px间距问题 */
@-moz-document url-prefix() {
	.u-button-mwhite, .u-button-mblue, .u-button-mred, .u-button-morange, .u-button-mgreen, .u-button-mnoborder {
		line-height: 24px;
	}
    button.u-button-mwhite, button.u-button-mblue, button.u-button-mred, button.u-button-morange, button.u-button-mgreen, button.u-button-mnoborder {
        padding:0px 3px;
        line-height: 22px;   /* 解决firefox下button的文字下移的问题 */
    }
    button.u-button-mwhite.u-button-icononly, button.u-button-mblue.u-button-icononly, button.u-button-mred.u-button-icononly, button.u-button-morange.u-button-icononly, button.u-button-mgreen.u-button-icononly, button.u-button-mnoborder.u-button-icononly {
        padding:0px 2px;   /*  解决左右多出3px间距问题  */
    }
}
.u-button-mwhite .iconfont, .u-button-mblue .iconfont, .u-button-mred .iconfont, .u-button-morange .iconfont, .u-button-mgreen .iconfont, .u-button-mnoborder .iconfont {
    font-size: 14px;
}

/* 最小按钮 */
.u-button-swhite, .u-button-sblue, .u-button-sred, .u-button-sorange, .u-button-sgreen, .u-button-snoborder {
    padding: 0px 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
button.u-button-swhite, button.u-button-sblue, button.u-button-sred, button.u-button-sorange, button.u-button-sgreen, button.u-button-snoborder {
    *padding: 0px 5px; /* 解决ie7下button的边框值会增加宽度的问题 */
    height: 22px;   /* 解决button的高度包含border高度问题 */
    *line-height: 16px;  /* 解决ie7下button的文字偏下问题 */
}
/* 只有图标的最小按钮 */
.u-button-swhite.u-button-icononly, .u-button-sblue.u-button-icononly, .u-button-sred.u-button-icononly, .u-button-sorange.u-button-icononly, .u-button-sgreen.u-button-icononly, .u-button-snoborder.u-button-icononly {
    padding: 0px 4px;
}
button.u-button-swhite.u-button-icononly, button.u-button-sblue.u-button-icononly, button.u-button-sred.u-button-icononly, button.u-button-sorange.u-button-icononly, button.u-button-sgreen.u-button-icononly, button.u-button-snoborder.u-button-icononly {
    *padding: 0px 3px;
}
/* 解决firefox下button左右多出各3px间距问题 */
@-moz-document url-prefix() {
    button.u-button-swhite, button.u-button-sblue, button.u-button-sred, button.u-button-sorange, button.u-button-sgreen, button.u-button-snoborder {
        padding:0px 3px;
        line-height: 18px;   /* 解决firefox下button的文字下移的问题 */
    }
    button.u-button-swhite.u-button-icononly, button.u-button-sblue.u-button-icononly, button.u-button-sred.u-button-icononly, button.u-button-sorange.u-button-icononly, button.u-button-sgreen.u-button-icononly, button.u-button-snoborder.u-button-icononly {
        padding: 0px 1px;   /* 仅图标按钮左右内间距设置了缩小，为保证一致button下也缩小左右内间距 */
    }
}
.u-button-swhite .iconfont, .u-button-sblue .iconfont, .u-button-sred .iconfont, .u-button-sorange .iconfont, .u-button-sgreen .iconfont, .u-button-snoborder .iconfont {
    font-size: 12px;
}

/* -------- 按钮颜色样式 -------- */
/* 蓝色按钮 */
.u-button-xxlblue, .u-button-xlblue, .u-button-lblue, .u-button-mblue, .u-button-sblue {
    border: 1px solid #3c88e9;
    color: #fff;
    background-color: #4e99ff;
}
.u-button-xxlblue:hover, .u-button-xlblue:hover, .u-button-lblue:hover, .u-button-mblue:hover, .u-button-sblue:hover {
    color: #fff;
    background-color: #54a9ff;
}
.u-button-xxlblue:active, .u-button-xlblue:active, .u-button-lblue:active, .u-button-mblue:active, .u-button-sblue:active, .u-button-xxlblue.z-active, .u-button-xlblue.z-active, .u-button-lblue.z-active, .u-button-mblue.z-active, .u-button-sblue.z-active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    background-color: #4892f6;
}
/* 绿色按钮 */
.u-button-xxlgreen, .u-button-xlgreen, .u-button-lgreen, .u-button-mgreen, .u-button-sgreen {
    border: 1px solid #16a763;
    color: #fff;
    background-color: #25c762;
}
.u-button-xxlgreen:hover, .u-button-xlgreen:hover, .u-button-lgreen:hover, .u-button-mgreen:hover, .u-button-sgreen:hover {
    color: #fff;
    background-color: #25c260;
}
.u-button-xxlgreen:active, .u-button-xlgreen:active, .u-button-lgreen:active, .u-button-mgreen:active, .u-button-sgreen:active, .u-button-xxlgreen.z-active, .u-button-xlgreen.z-active, .u-button-lgreen.z-active, .u-button-mgreen.z-active, .u-button-sgreen.z-active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #00bc08;
}
/* 红色按钮 */
.u-button-xxlred, .u-button-xlred, .u-button-lred, .u-button-mred, .u-button-sred {
    border: 1px solid #da4520;
    color: #fff;
    background-color: #f56744;
}
.u-button-xxlred:hover, .u-button-xlred:hover, .u-button-lred:hover, .u-button-mred:hover, .u-button-sred:hover {
    color: #fff;
    background-color: #ff7e5e;
}
.u-button-xxlred:active, .u-button-xlred:active, .u-button-lred:active, .u-button-mred:active, .u-button-sred:active, .u-button-xxlred.z-active, .u-button-xlred.z-active, .u-button-lred.z-active, .u-button-mred.z-active, .u-button-sred.z-active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #ee6442;
}
/* 橙色按钮 */
.u-button-xxlorange, .u-button-xlorange, .u-button-lorange, .u-button-morange, .u-button-sorange {
    border: 1px solid #e28000;
    color: #fff;
    background-color: #ff9000;
}
.u-button-xxlorange:hover, .u-button-xlorange:hover, .u-button-lorange:hover, .u-button-morange:hover, .u-button-sorange:hover {
    color: #fff;
    background-color: #ff9f23;
}
.u-button-xxlorange:active, .u-button-xlorange:active, .u-button-lorange:active, .u-button-morange:active, .u-button-sorange:active, .u-button-xlorange.z-active, .u-button-xlorange.z-active, .u-button-lorange.z-active, .u-button-morange.z-active, .u-button-sorange.z-active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    background-color: #f78b00;
}
/* 白色按钮 */
.u-button-xxlwhite, .u-button-xlwhite, .u-button-lwhite, .u-button-mwhite, .u-button-swhite {
    border: 1px solid #c9c9c9;
    color: #333;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.u-button-xxlwhite:hover, .u-button-xlwhite:hover, .u-button-lwhite:hover, .u-button-mwhite:hover, .u-button-swhite:hover {
    border: 1px solid #a9c8ff;
    color: #333;
    background-color: #e9f3ff;
}
.u-button-xxlwhite:active, .u-button-xlwhite:active, .u-button-lwhite:active, .u-button-mwhite:active, .u-button-swhite:active, .u-button-xxlwhite.z-active, .u-button-xlwhite.z-active, .u-button-lwhite.z-active, .u-button-mwhite.z-active, .u-button-swhite.z-active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #333;
    background-color: #fff;
}
/* 无边框按钮 */
.u-button-lnoborder, .u-button-mnoborder, .u-button-snoborder {
    border: 1px solid #fff;
    border-color: transparent;
    color: #333;
    box-shadow: none;
    background-color: transparent;
}
.u-button-lnoborder:hover, .u-button-mnoborder:hover, .u-button-snoborder:hover {
    border: 1px solid #c9c9c9;
    color: #333;
    background-color: #fff;
}
.u-button-lnoborder:active, .u-button-mnoborder:active, .u-button-snoborder:active, .u-button-lnoborder.z-active, .u-button-mnoborder.z-active, .u-button-snoborder.z-active {
    border: 1px solid #2d86e8;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #333;
    background-color: #f9f9f9;
}

/* -------- 按钮disabled状态样式 -------- */
/* 蓝色禁用样式  */
.u-button-xxlblue.z-disabled, .u-button-xlblue.z-disabled, .u-button-lblue.z-disabled, .u-button-mblue.z-disabled, .u-button-sblue.z-disabled, .u-button-xxlorange.z-disabled:hover, .u-button-xlorange.z-disabled:hover, .u-button-lorange.z-disabled:hover, .u-button-morange.z-disabled:hover, .u-button-sblue.z-disabled:hover, button.u-button-xxlblue[disabled], button.u-button-xlblue[disabled], button.u-button-lblue[disabled], button.u-button-mblue[disabled], button.u-button-sblue[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #3c88e9;
    color: #fff;
    background-color: #4e99ff;
}
/*  绿色禁用样式  */
.u-button-xxlgreen.z-disabled, .u-button-xlgreen.z-disabled, .u-button-lgreen.z-disabled, .u-button-mgreen.z-disabled, .u-button-sgreen.z-disabled, .u-button-xxlorange.z-disabled:hover, .u-button-xlorange.z-disabled:hover, .u-button-lorange.z-disabled:hover, .u-button-morange.z-disabled:hover, .u-button-sgreen.z-disabled:hover, button.u-button-xxlgreen[disabled], button.u-button-xlgreen[disabled], button.u-button-lgreen[disabled], button.u-button-mgreen[disabled], button.u-button-sgreen[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #16a763;
    color: #fff;
    background-color: #25c762;
}
/*  红色禁用样式  */
.u-button-xxlred.z-disabled, .u-button-xlred.z-disabled, .u-button-lred.z-disabled, .u-button-mred.z-disabled, .u-button-sred.z-disabled, .u-button-xxlorange.z-disabled:hover, .u-button-xlorange.z-disabled:hover, .u-button-lorange.z-disabled:hover, .u-button-morange.z-disabled:hover, .u-button-sred.z-disabled:hover, button.u-button-xxlred[disabled], button.u-button-xlred[disabled], button.u-button-lred[disabled], button.u-button-mred[disabled], button.u-button-sred[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #da4520;
    color: #fff;
    background-color: #f56744;
}
/*  橙色禁用样式  */
.u-button-xxlorange.z-disabled, .u-button-xlorange.z-disabled, .u-button-lorange.z-disabled, .u-button-morange.z-disabled, .u-button-sorange.z-disabled, .u-button-xxlorange.z-disabled:hover, .u-button-xlorange.z-disabled:hover, .u-button-lorange.z-disabled:hover, .u-button-morange.z-disabled:hover, .u-button-sorange.z-disabled:hover, button.u-button-xxlorange[disabled], button.u-button-xlorange[disabled], button.u-button-lorange[disabled], button.u-button-morange[disabled], button.u-button-sorange[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #e28000;
    color: #fff;
    background-color: #ff9000;
}
/*  白色禁用样式  */
.u-button-xxlwhite.z-disabled, .u-button-xlwhite.z-disabled, .u-button-lwhite.z-disabled, .u-button-mwhite.z-disabled, .u-button-swhite.z-disabled, .u-button-xxlwhite.z-disabled:hover, .u-button-xlwhite.z-disabled:hover, .u-button-lwhite.z-disabled:hover, .u-button-mwhite.z-disabled:hover, .u-button-swhite.z-disabled:hover, button.u-button-xxlwhite[disabled], button.u-button-xlwhite[disabled], button.u-button-lwhite[disabled], button.u-button-mwhite[disabled], button.u-button-swhite[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #c9c9c9;
    color: #333;
    background-color: #f5f5f5;
}



/* ========== 404样式 ========== */
