@charset "utf-8";
/*重置样式 ResetStyle*/
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: "微软雅黑";
}
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background: #f4f4f4;
  color: #999;
  /*默认字体颜色*/
}
body {
  margin: 0 auto;
}
ul {
  list-style: none;
}
img {
  display: block;
  border: none;
}
a {
  color: #53bfff;
  text-decoration: none;
}
a:hover {
  color: #2995d5;
  text-decoration: none;
}
input {
  border: 0 none;
  padding: 0;
  margin: 0;
}
/*所有页面公用样式 PublictStyle*/
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.hide {
  display: none;
}
.font_12 {
  font-size: 12px;
}
.font_14 {
  font-size: 14px;
}
.font_22 {
  font-size: 22px;
}
.color_red {
  color: #f00;
}
.color_eee {
  background: #eeeeee;
}
.color_999 {
  color: #999;
}
.font_bold {
  font-weight: bold;
}
.pad_0_5 {
  padding: 0px 5px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.border_bottom_ccc_solid {
  border-bottom: #ccc solid 1px;
}
.border_bottom_ccc_dash {
  border-bottom: #ccc dashed 1px;
}
.page_content .padding_bom_25 {
  padding-bottom: 25px;
}
.a_blue:link,
.a_blue:visited,
.a_blue:hover {
  color: #7b94c8;
  font-size: 12px;
}
.mf-opcity {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.iocn {
  display: block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
.sav {
  background-color: #53bfff;
}
.xyk {
  background-color: #ffbf6b;
}
.grey {
  background-color: #ccc;
}
/* 头部通栏CSS*/
.global_top {
  width: 100%;
  height: 80px;
  border-bottom: 1px #e6e6e6 solid;
  background: #fff;
}
.global_top .floor {
  width: 940px;
  height: 80px;
  margin: 0 auto;
}
.global_top .floor .web_logo {
  position: relative;
  height: 80px;
  float: left;
  line-height: 80px;
}
.global_top .floor .web_logo img {
  display: inline;
  vertical-align: middle;
}
.global_top .floor .user_channel_wrap {
  float: right;
  width: 500px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  text-align: right;
}
.global_top .floor .user_channel_wrap .login {
  display: inline-block;
  width: 66px;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  margin-right: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #37a7e9;
  border-radius: 2px;
  cursor: pointer;
}
.global_top .floor .user_channel_wrap .login:hover {
  background-color: #2a96d7;
}
.global_top .floor .user_channel_wrap .register {
  font-size: 16px;
  cursor: pointer;
}
.global_top .floor .user_channel_wrap .register:hover {
  color: #37a7e9;
}
.global_top .floor .user_channel_wrap .title {
  font-size: 16px;
}
.global_top .floor .user_channel_wrap .title .number {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-right: 10px;
}
.global_top .floor .language {
  position: absolute;
  top: 26px;
  right: -50px;
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #37a7e9;
  border-radius: 3px;
}
/*大盒子主体宽*/
.page_content {
  width: 1000px;
  margin: 0 auto;
}
.btn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border: none;
  background-color: #37a7e9;
  border-radius: 3px;
  cursor: pointer;
}
.btn:hover {
  background: #2995d5;
}
.error {
  border-color: #ff3333 !important;
}
/*底部栏*/
.footer {
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  color: #333;
  border-top: solid #e6e6e6 1px;
  background: #fff;
  text-align: center;
}
/*弹出框*/
#big_div,
#big_div2 {
  display: none;
  position: fixed;
  *position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  background-color: #000;
}
.tanchu_wrap {
  border: 1px #717171 solid;
  background: #fff;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  box-shadow: 0 5px 10px #717171;
  border-radius: 3px;
  color: #666;
}
#big_div_loadding {
  display: none;
  position: fixed;
  *position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  background-color: #000;
}
.loadding {
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  position: fixed;
}
.loadding span {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/loading.gif") no-repeat;
}
.loadding-ok {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  background: url("../img/index.png") -457px -194px;
}
.loadding-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.loadding-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.loadding-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.loadding-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.loadding-error {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  background: url("../img/index.png") -456px -382px;
}
.loadding-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.loadding-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.loadding-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.loadding-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.full-ok {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  background: url("../img/index.png") -684px -194px;
}
.full-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.full-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.full-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.full-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.full-error {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  background: url("../img/index.png") -684px -381px;
}
.full-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.full-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.full-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.full-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.sign-ok {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  background: url("../img/index.png") -228px -194px;
}
.sign-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.sign-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.sign-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.sign-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.bingding-ok {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  height: 164px;
  margin-top: -82px;
  background: url("../img/index.png") 0 -194px;
}
.bingding-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.bingding-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.bingding-ok p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.bingding-ok p span {
  font-size: 16px;
  color: #ff3e55;
}
.bingding-error {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 220px;
  height: 178px;
  margin-top: -95px;
  margin-left: -110px;
  background-repeat: no-repeat;
  height: 198px;
  margin-top: -99px;
  background: url("../img/index.png") 0 -368px;
}
.bingding-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.bingding-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.bingding-error p {
  width: 100%;
  margin-top: 135px;
  text-align: center;
  color: #ccc;
}
.bingding-error p span {
  font-size: 16px;
  color: #ff3e55;
}
.bingding-error p {
  margin-top: 155px;
}
.tanchu_header {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.tanchu_header span {
  display: block;
  float: left;
  font-size: 16px;
}
.tanchu_header strong {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  background: url(../img/index.png) no-repeat -200px -3px;
  margin-top: 14px;
  cursor: pointer;
}
.tanchu_header strong:hover {
  background: url(../img/index.png) no-repeat -124px -45px;
}
.boxHeightAuto {
  z-index: 9999;
  top: 50%;
  left: 50%;
  max-width: 95%;
  margin: 0 auto;
  padding: 20px 35px;
  text-align: center;
  text-align: justify;
  font-size: 0.32rem;
  color: #fff;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 5px;
}
/*---------------------------------分割线------------------------------------*/
/*---------------------以下代码待用，最后用不到统一删除-----------------------------*/
.add-span,
.return-span {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 20px;
}
.add-span {
  background: #37A6E7;
  border: 1px #37A6E7 solid;
  color: #FFFFFF;
}
.add-span-no {
  background: #b2e2fb;
  border: 1px #b2e2fb solid;
}
.return-span {
  color: #999;
  border: 1px #999 solid;
  margin-left: 38px;
}
.return-span:hover {
  color: #53bfff;
  border: 1px #53bfff solid;
}
.sign-error,
.success-window {
  width: 460px;
  height: 280px;
  margin-left: -230px;
  margin-top: -140px;
  border-radius: 7px;
}
.sign-error .tanchu_content,
.success-window .tanchu_content {
  padding: 20px;
  width: 420px;
}
.error-sign {
  display: block;
  width: 45px;
  height: 43px;
  background: url("../img/index.png") no-repeat 0 -80px;
  margin: 0 auto 18px;
}
.success-sign {
  display: block;
  width: 44px;
  height: 43px;
  background: url("../img/index.png") no-repeat -52px -80px;
  margin: 0 auto 18px;
}
.font-msg {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}
.retry {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 40px;
  background: #37a7e9;
  border: 1px #37a7e9 solid;
  color: #FFFFFF;
  margin-top: 0;
  font-size: 16px;
}
.retry:hover {
  background: #2995d5;
}
.user-button {
  padding-top: 30px ;
}
.user-button a {
  color: #999999;
}
.user-button .return-span {
  margin-left: 58px;
  margin-top: 0;
  font-size: 16px;
}
.user-button .return-span a {
  display: block;
  width: 100%;
  height: 100%;
}
.fast-sign {
  width: 460px;
  height: 350px;
  margin-left: -230px;
  margin-top: -175px;
  border: 0px;
  border-radius: 7px;
}
.fast-sign .tanchu_content .error-text {
  top: 45px;
}
