@CHARSET "UTF-8";
a:focus{outline:none}

.mr10{margin-right:10px;}
.fl{float:left;}
#HBox{width:300px;height:270px;margin:0 auto;box-shadow:1px 1px 5px #333;-webkit-box-shadow:1px 1px 5px #333;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:100000;}
.list{padding:25px 0;}
.list li{width:80%;margin:10px auto auto;overflow: hidden;}
.list li strong{width:20%;float:left;display:inline-block;margin-right:10px;text-align: right;}
.list .fl{width:72%;}
.ipt{width:100%;text-indent:5px;border:1px solid #ccc;padding:5px 0;box-shadow:0 0 3px #ddd inset;-webkit-box-shadow:0 0 3px #ddd inset;}
.ipt:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);}
.submitBtn{width:100%;height:40px;line-height:40px;cursor:pointer;margin-top:10px;display:inline-block;text-align:center;background-color:#f39b16;color:#fff;padding:0; font-family:"微软雅黑"; font-size:16px}
.submitBtn:hover,.submitBtn:disabled{opacity: 0.8;-webkit-opacity: 0.8;}


.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:996;
            -moz-opacity: 0.6;
            opacity:.60;
            -webkit-filter: alpha(opacity=60);
			
        }
.white_content {
            display: none;
            position: absolute;
            top: 38%;
            left: 42%;
			width:300px;
			height:300px;
            border: 0px solid #f39b16;
			text-shadow: 0 0 20px black;
            background-color: white;
            z-index:997;
            overflow: hidden;
animation: bigger 1s;
-moz-animation: bigger 1s;	/* Firefox */
-webkit-animation: bigger 1s;	/* Safari 和 Chrome */
-o-animation: bigger 1s;	/* Opera */
        }
		.imgon{ position:relative}
		.closeimg{ position:absolute; right:-0.5%; top:-0.5%;
		animation: biggerclose 1s;
-moz-animation: biggerclose 1s;	/* Firefox */
-webkit-animation: biggerclose 1s;	/* Safari 和 Chrome */
-o-animation: biggerclose 1s;	/* Opera */}


.black_overlay2{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:996;
            -moz-opacity: 0.6;
            opacity:.60;
            -webkit-filter: alpha(opacity=60);
			
        }
.white_content2 {
	
            display: none;
            position: absolute;
            top: 18%;
            left: 32%;
			width:300px;
			height:300px;
            border: 0px solid #f39b16;
            background-color: white;
            z-index:997;
            overflow: hidden;
animation: bigger 1s;
-moz-animation: bigger 1s;	/* Firefox */
-webkit-animation: bigger 1s;	/* Safari 和 Chrome */
-o-animation: bigger 1s;	/* Opera */
        }
		.white_content2 .imgon2{ margin-top:-4%; margin-left:22%; position:relative}
		.white_content2 .closeimg2{
			position:absolute; right:-0.5%; top:-0.5%;
		animation: biggerclose 1s;
-moz-animation: biggerclose 1s;	/* Firefox */
-webkit-animation: biggerclose 1s;	/* Safari 和 Chrome */
-o-animation: biggerclose 1s;	/* Opera */}

@keyframes bigger
{
from {width: 0%;
            height: 0%;}
to {width:300px;
            height:300px;}
}
@keyframes biggerclose
{
from {width: 0%;
            height: 0%;}
to {width:30px;
            height:30px;}
}