﻿caption{
	width:900px;
}

.left_label{
	text-align:right;
	width:170px;
	height:45px;
}
.right_text{
	text-align:left;
	width:250px;
	height:45px;
}
.addreprot_caption{
	text-align:left;
	font-weight:900;
	background-color:#DAE7F6;
	padding:2px 20px;
	
}
.asterisk{
	color:#F00;
}
.select-control{
	width:200px;
	height:30px;
}



.easyui-panel p{
	position: relative;
    border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
}

input#keyword{
	position: relative;
    border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;    
}

input#submit{
    width: 120px;
    height: 32px;
    color: #444;
    background: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}




.tab-menu{position:fixed;bottom:10%;right:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;}
#qrcode{margin-bottom:10px;padding:10px;background:#ccc;border-radius:6px;text-align:center;font-size:14px;color:#000;}
#qrcode #qrcodeTable{margin-bottom:10px;}
@media screen and (max-width:498px){
.tab-menu{bottom:2%;}
#qrcode{position:fixed;bottom:5px;left:5px;}
}
@media screen and (max-width: 1000px){
#qrcode{display:none;}
}


*{padding:0;margin:0;box-sizing:border-box;font-family:"PingFang SC","microsoft yahei";user-select:none;}
.tip-container{max-width:600px;text-align:center;margin:20vh auto 0;display:none;}
.tip-container a{width:120px;text-align:center;height:42px;background:#000;color:#FFFFFF;display:block;margin:30px auto;line-height:42px;text-decoration:none;border-radius:5px;font-size:16px;}

.myfooter {
    margin-top: 50px;
}