@charset "gb2312";
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background: #e6e6e6;
    color: #444;
    font: 14px/1.5 tahoma,"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",arial,georgia,verdana,helvetica,sans-serif;
}
body{
    width: 100%;
    max-width: 720px;
    margin:0 auto;
}

* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
a{
    color: #444;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    position: relative;
    left: 1px;
    top: 1px;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center{
    text-align: center;
}
.pad{
    padding:2px;
}
table {
    width: 100%;
}
table td {
    border: 1px solid #e5e5e5;
    padding: 3px 2px;
    word-break: break-all;
}
table td a{
    height: 100%;
}

.f14{
    font-size: 14pt;
}
.f13{
    font-size: 13pt;
}
.f12{
    font-size: 12pt;
}	  .shade{	  	position: fixed;	  	left:0;	  	top:0;	  	width: 100%;	  	height: 100%;	  	background: rgba(0,0,0,.8);	  	z-index:9000;	  }		.dialog{			width: 320px;			height: 450px;			background: url("../../Index/Public/wap/hongbao.png-id=2134211111")/*tpa=https://www.14332b.com/Index/Public/wap/hongbao.png?id=2134211111*/ center no-repeat;			-webkit-background-size: cover;			background-size: cover;			position: fixed;			z-index:9001;			left:50%;			top:50%;			margin-left: -160px;			margin-top: -225px;			padding-top: 140px;			box-sizing: border-box;		}		.golink{			position: absolute;			left:0;			bottom:50px;			width: 100%;			z-index:4;			font-size: 16px;			text-align: center;			color:#4a17ee;			line-height: 2em;		}		.close{			position: absolute;			right: 0;			top:30px;			width: 60px;			height: 40px;			z-index:10;		}				input, button, textarea{			  border: 0;			border-radius: 0;			background: transparent;			-webkit-appearance: none;			-webkit-box-sizing: border-box;			box-sizing: border-box;		}		.con-wrap{		  display: -moz-box;		  display: -webkit-box;		  display: box;		  width: 100%;		}		.se-input{			  display: block;			-moz-box-flex: 1;			-webkit-box-flex: 1;			-webkit-border-radius: 0;			border-radius: 0;			margin: 0;			padding: 7px 42px 7px 6px;			height: 42px;			line-height: 28px;			resize: none;			overflow: hidden;			font-family: Arial, Helvetica, sans-serif;			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);		}		.index-form{			display:none;			margin: 10px;			height: 42px;			background: #fff;			border: 1px solid #949494;			border-bottom-color: #bcbcbc;		}		.se-inner{		  width: 160px;		  position: relative;		}		.se-select{			width: 82px;			height: 40px;			outline: none;			border: none;			overflow: hidden;			background-color: transparent;			font-size: 14px;			padding-left: 1em;		}		.se-bn{			position: absolute;			top: -1px;			right: -1px;			width: 82px;			height: 42px;			background: #38f;			color: #fff;			white-space: nowrap;			line-height: 42px;			letter-spacing: -1px;			font-size: 16px;			border-top: 1px solid #38f;			border-bottom: 1px solid #38f;			box-sizing: inherit;		}		.dialog a{text-decoration:none;}