﻿@charset "utf-8";
/*默认值*/
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
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}
body{font:12px/1.5 \5FAE\8F6F\96C5\9ED1,\5b8b\4f53,Arial,sans-serif,"微软雅黑";}
input,button,textarea,select,button {font:12px Arial, Helvetica, "微软雅黑";}
:focus{outline:0}
table{border-collapse:collapse;border-spacing:0}
th{text-align:inherit}
fieldset,img{border:0}
iframe{display:block}
caption,cite,code,em,th,i,b,strong{font-style:normal;font-weight:500}
ol,li,ul,li,dl,dt,dd{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:''}
a{color:#3b3b3b;text-decoration:none;}
a:hover{text-decoration:none;}
.cl{zoom:1}
.cl:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
body .fn-hide{display:none}
.fr,.fl{display:inline}
.fl{float:left}
.fr{float:right}
.bk{font-size:1px;height:0;line-height:1px;display:block;clear:both;overflow:hidden}

html .f12{font-size:12px}
html .f14{font-size:14px}
html .f16{font-size:16px}
html .f18{font-size:18px}

/*登录页面*/
.dlbg{ background:url(../images/dl_bg01.jpg) center -5px no-repeat;}
.dlk{ width:562px; height:412px; position:absolute; top:40%; margin-top:-215px; left:50%; margin-left:-281px; background-image:url(../images/dl_bg01.png); background-repeat:no-repeat; background-position:center;}
.dlk_box{ width:420px; margin:0px auto; overflow:hidden;}
.dlk_logo{ width:420px; padding:74px 0px 8px 0px;}
.dlk_srk{ width:420px; margin-top:14px; margin-bottom:20px; overflow:hidden;border: 1px solid #a0a0a0;background: #fff;}
.dlk_srk img{ width:53px; height:auto; float:left;}
.dlk_inp{ width:357px; height:50px; line-height:50px; float:left; border:none; font-size:14px; padding-left:10px;color:#aaa;}
.dlk_tij{ width:420px; margin-top:15px; overflow:hidden;}
.dlk_tij p{ float:right; line-height:44px; }
.dlk_tij p a{ color:#d7d7d7;font-size:14px;}
.dlk_tij p a:hover { text-decoration:underline;}
.text-link { float:right; line-height:44px; color:#d7d7d7;}
.text-link a{ color:#d7d7d7;font-size:14px;}
.text-link a:hover { text-decoration:underline;}
.go-reg{ border-left: 1px solid #d7d7d7;margin-left: 6px;padding-left:8px;}
.dlk_btn{ width:420px; height:50px; line-height: 50px;background:url(../images/btn-bg.png) repeat-x #fac02e; color:#513f00; border:none; font-size:20px; cursor:pointer;border:1px solid #cc6f01;font-weight: 500;
    font-family: 微软雅黑;}
.dlk_btn:hover{ background:#ffc72a;}
.foot-box{ width:100%; height:100px; background:url(../img/foot-bg01.png) center top repeat-y; position:fixed; bottom:0px;}
.foot{ width:1000px; margin:0px auto; height:100px; overflow:hidden;}
.foot-logo{ width:210px; height:26px; margin:37px 0px; float:left;}
.foot-banq{ width:790px; height:80px; margin:10px 0px; float:left;}
.foot-banq p{ font-size:14px; color:#bbb; display:block; width:360px; margin:16px 30px; float:left;}
.foot-banq h1{ width:98px; margin-right:20px; display:block; float:left;}
.foot-banq h2{ width:130px; float:right;}
.foot-banqin{ width:130px; height:30px; background:#e1bf5a; color:#513f00; border:none; margin-bottom:15px; cursor:pointer;}




/*打印二维码*/
body.popup{
    background-color: #eef3f9;
    padding: 4px;
}
.print-code{
    width: 220px;
    margin: 0 auto;
    overflow: hidden;
    background: #d8e8f7;
    border: 1px solid #999;
    padding: 0 10px;
    text-align: center;
}
.print-name {
    font-size: 14px;
    line-height: 32px;
    background: #d8e8f7;
}
.print-pic img {
    width: 200px;
}
.print-btn {
    padding: 10px 0;
}
.print-btn input{
    background: url(/images/btn-bg-gray.png) repeat-x #bfbbb7;
    *background: #fff;
    color: #513f00;
    cursor: pointer;
    border: 1px solid #a0a0a0;
    font-weight: 500;
    padding: 4px 12px;
}
.print-btn input:hover{ 
	background:#f2f2f2;
}