*{ margin:0px; padding:0px; font-family:Microsoft Yahei; box-sizing: border-box;}
a{ text-decoration:none;}
a:hover{ text-decoration:none;}
img,input{ border:0px;}
ul li{ list-style:none;}
em,i{ font-style:normal;}
.left{ float:left;}
.right{ float:right;}
.main{ margin:0 auto;}
body{ margin:0 auto;position:relative;}
input[type="submit"],input[type="reset"],input[type="button"],button,input[type="text"]{-webkit-appearance: none;border-radius:0px; outline:none; border:0px;}
select{ border:0px;background:none;border-radius:0px;}
html,body{ height:100%}


/* 登录样式 */
.dl_main{ background: url(../images/bg.jpg) no-repeat left top; background-size: cover; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: flex-start;}
.dl_main .nei{ margin-left: 45%; width: 440px; background: rgba(255, 255, 255, 0.5); border-radius: 10px; overflow: hidden; margin-top: 15%;}
.dl_nav{ width:100%; display: flex; justify-content: space-between; line-height: 60px; border-bottom: 1px solid #fff;font-weight:600;letter-spacing:2px;}
.dl_nav li{ width: 50%; text-align: center; font-size: 18px; cursor: pointer;}
.dl_nav .active{ background: #fff;}
.dl_ul {margin:30px auto;width: 90%;}
.dl_ul li {margin-bottom: 20px; position: relative;}
.dl_ul .txt {border: 2px solid #B0B1B3;border-radius: 5px;	overflow: hidden;display: block;padding-left: 75px;	height: 52px;line-height: 52px;font-size: 16px;	width: 100%;	outline: none;}
.dl_ul .txt_la {background: url(../images/t0.png) no-repeat 25px center #fff;}
.dl_ul .txt_hao {background: url(../images/t1.png) no-repeat 25px center #fff;}
.dl_ul .txt_pwd {background: url(../images/t2.png) no-repeat 25px center #fff;}
.dl_ul .btn {width: 100%;height: 52px;line-height: 52px;border-radius: 5px;background: #B70676;color: #fff;font-size: 20px;font-weight: bold;letter-spacing: 6px;	outline: none;	cursor: pointer;}
.dl_ul .btn:hover {background: #980561;}
.dl_ul .yzmImg{ position: absolute; top: 3px; right: 2px; width: 110px; height: 46px; cursor: pointer;}
.dl_ul .btn_yzm{ background: #980561;position: absolute; top: 3px; right: 2px; width: 110px; height: 46px; color: #fff; font-size: 15px; border-radius: 4px; cursor: pointer;}
@media (max-width: 1100px) {
	.dl_main{ padding-top: 40%; background-size: 100%;}
	.dl_main .nei{ margin: 0; max-width: 90%;}
}
.dl_main .bottom{ font-size: 14px; text-align: center; padding-bottom: 20px; opacity: 0.8; margin-top: -8px;}


/* 弹表格 */
.tan_info{ width: 100%; padding: 15px;}
.tb_info{ border: 1px solid #E0E0E0; border-radius: 5px; width: 100%; padding: 20px 0;}
.tb_info td{ width: 50%; font-size: 14px; line-height: 26px; padding: 3px 20px; vertical-align: top;}
.tb_info th{ font-size: 18px; font-weight: bold; line-height: 40px; text-align: left;padding: 0 20px;}
.pt20{ padding-top: 25px !important;}
.tb_shuru{ width: 100%; padding: 20px;}
.tb_shuru th{ width: 60px; text-align: right; font-weight: normal; font-size: 14px; padding: 4px 0; line-height: 30px; vertical-align: top;}
.tb_shuru td{ padding: 4px 0 4px 15px ;line-height: 30px;}