﻿@charset "utf-8";
/* CSS Document */
/**{-webkit-backface-visibility: hidden;}*/
/* 全局样式 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input{margin:0; padding:0 }
body, button, input, select, textarea{font:12px/1.5 'Arial',"宋体";}
body{color:#444;}
ul, ol, li{list-style:none;}
img{border:none;}
input, img{vertical-align:middle;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}
table{border-spacing:0; border-collapse:collapse;}
em, i, address{font-style:normal;}
textarea{overflow-y:auto;}
input{outline:none;}
address, caption, cite, code, dfn, em, th, var{font-style:normal; font-weight:normal;}

/* 链接样式 */
a{text-decoration:none; color:#444;}
a:hover{color:#c93131;}
a, area{blr:expression(this.onFocus=this.blur());}
:focus{outline:none;}
.fl { float: left; }
.fr { float: right; }
.m-middle{margin:0 auto}
.clearFix { display: block; zoom: 1 }
.clearFix:after { content: " "; display: block; visibility: hidden; height: 0; clear: both; }

.txtCenter{text-align:center;}

.font12{font-size:12px;}
.p10{padding-top:10px;}
.pb5{padding-bottom:5px;}
.pl50{padding-left:50px !important;}
.pl100{ padding-left:110px;}
.mb15{margin-bottom:15px;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.mt6{ margin-top:6px !important;}
.bold{font-weight:bold;}

.h180{height:180px;overflow:hidden;}
.h238{height:237px;overflow:hidden;}
.h215{height:215px;overflow:hidden;}

.w550{width:550px; margin:0  auto;}
.cenTxt{text-align:center;}
.rightTxt{text-align:right;}
.colorRed{color:#c93131;}
.colorBlue,.colorBlue a{color:#213984;}
.colorGrey{color:#888;}
.font14{font-size:14px;}
.block{ display:block;}

.btnRed{ display:inline-block;font-size:14px;padding:0 35px; height:38px; line-height:38px; font-weight:bold; background-color:#c93131; color:#fff; text-align:center;}
.btnRed:hover{color:#fff;}

/* 登录弹框 */
.popWindow {background-color:#9D9D9D; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=50); opacity: 0.7; z-index: 1; position: absolute; } 
.maskLayer {width: 20%; height: 40%; line-height: 30px; left: 40%; top: 25%; color:#fff; z-index: 2; position: absolute; text-align:center; } 
/* 注册弹框 */
.popWindow2 {background-color:#9D9D9D; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=50); opacity: 0.7; z-index: 1; position: absolute; }
.maskLayer2 {width: 20%; height: 40%; line-height: 30px; left: 40%; top: 25%; color:#fff; z-index: 2; position: absolute; text-align:center; } 

/* 漂流瓶1 */
.popWindow3 {background-color:#9D9D9D; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=50); opacity: 0.7; z-index: 1; position: absolute; }
.maskLayer3 {width: 30%; height: 25%; line-height: 30px; left: 35%; top: 25%;  z-index: 2; position: absolute; text-align:center; Border-radius:50px;   }
/* 漂流瓶2*/
.popWindow4 {background-color:#9D9D9D; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=50); opacity: 0.7; z-index: 1; position: absolute; }
.maskLayer4 {width: 30%; height: 25%; line-height: 30px; left: 35%; top: 25%;  z-index: 2; position: absolute; text-align:center; Border-radius:50px;   }
/* 漂流瓶3 */
.popWindow5 {background-color:#9D9D9D; width: 100%; height: 100%; left: 0; top: 0; filter: alpha(opacity=50); opacity: 0.7; z-index: 1; position: absolute; }
.maskLayer5 {width: 30%; height: 25%; line-height: 30px; left: 35%; top: 25%;  z-index: 2; position: absolute; text-align:center; Border-radius:50px;   }


/* 分页 */
.page{ margin-bottom:25px; display:inline-block;width:100%; padding-top:50px; color:#fff; text-align:center;}
.page a{ color:#666; background-color:#eee; width:25px; height:25px; line-height:25px; text-align:center;margin:0 3px; border:1px solid #eee;display:inline-block; }
.page a:hover,.page .active,.page .active:hover{ color:#fff; background-color:#c93131; border-color:#c93131;}
.page i{ color:#c93131;}
.page .arrow a,.page .arrow a:hover{color:#fff; background-color:#c93131; border-color:#c93131;}



