@charset "utf-8";

/* CSS Document */

body {
    font-family: "microsoft yahei","Heiti SC","宋体","Arial";
    font-size: 12px;
    color: #5a5a5a;
    background-color: #ffffff
}
body.bgGary{
    background-color: #F3F3F3
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}

ul,
li {
    list-style: none;
}

.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearFix {
    zoom: 1;
}

a:link,
a:visited {
    color: #F5EAEA;
    text-decoration: none;
}

a:hover {
    color: #F5EAEA;
    text-decoration: underline;
}
/*********** 按钮模块 ************/
.btn{
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    color:#717171;
    background-color: #ffffff;
    border: 1px solid #878787;

}
.btn:active{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.button-primary {
    color: #fff;
    background-color: #1495eb;
    border: 1px solid #1495eb;
}
.btn.button-yellow {
    color: #fff;
    background-color: #D4BA69;
    border: 1px solid #D4BA69;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 6px;
    vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.radio, .checkbox{
    min-height: 20px;
    padding-left:20px
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{
    float: left;
    margin:3px 0 0 -20px;
    *margin:0 0 0 -20px;
}
input[disabled], select[disabled], textarea[disabled]{
    background-color: #EEEEEE;
    cursor: not-allowed;
}
textarea{
    height: 60px
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d0d0d0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d0d0d0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d0d0d0;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #d0d0d0;
}

.hide{display:none}
.tips_error{color: #ff0000; padding: 2px;  clear: both; }
.tips_info{float: left;margin-left: 10px;color: #999;padding-top: 5px;}



.control-group {
    margin-bottom: 20px;
}
.control-group:after {
    clear: both;
}
.control-group:before,.control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.control-group .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 150px;
    font-weight: normal;
}
.control-group .controls {
    margin-left: 170px;
}


.bottomBox{
    background-color: #323537;
    height: 360px;
}
.bottomBox .contentBox{
    width: 1200px;
    height: 360px;
    margin:0 auto;
    background-color: #323537;
}
.bottomBox .leftBox{
    display:inline-block;
    vertical-align: text-bottom;
    padding-left: 40px;
}
.bottomBox .logo{
    
}
.bottomBox .leftBox .contentBox1{
    font-size: 16px;
    line-height: 34px;
    color:#fff;
    margin-top: 28px;
}
.bottomBox .leftBox .contentBox2{
    font-size: 16px;
    line-height: 34px;
    color:#fff;
    margin-top: 35px;
    margin-bottom: 12px;
}
.bottomBox .leftBox .contentBox3{
    font-size:12px;
    line-height: 20px;
    color:rgba(255,255,255,0.3);
    width: 308px;
}
.bottomBox .leftBox .contentBox3 li{
    float: left;
    padding-right: 10px;
}
.bottomBox .middleBox{
    display: inline-block;
    padding-left: 100px;
    vertical-align: text-bottom;
}
.bottomBox .middleBox .contentBox1{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px;
    color:#fff;
}
.bottomBox .middleBox .contentBox2{
    font-size:12px;
    line-height: 20px;
    color:rgba(255,255,255,0.3);
    width: 308px;
}
.bottomBox .rightBox{
    display: inline-block;
    padding-top: 132px;
    padding-left:130px;
    vertical-align: text-bottom;
}
.bottomBox .copyRight{
	text-align:center;
	font-size:12px;
	clear:both;
	color:#697A81;
	padding-top:28px;
	font-family: arial;
}
.bottomBox .copyRight #jump{
    cursor: pointer;
}

.dialogPrize select{
	height: 24px;
	padding:0 6px;
}

/* webuploader */
.webuploader-container {
    position: relative;
    float: left;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.webuploader-pick-hover {
    background: #00a2d4;
}
.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}
.uploader-tips{float: left; width: 380px; padding: 0 10px; color: #999999}

.uploader-list{clear: both; overflow: hidden; border-bottom:1px solid #eee;}

.file-item {padding: 4px;}
.file-item span {color:#F00;}


.fixed-table-pagination{padding:0 20px}
