@charset "UTF-8";
body {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}
.container {
  width: 1000px;
  margin: 0 auto;

}
.siteHeader {
  width: 100%;
  height: 100px;
  background: #fff url("../../../img/main/pc/header.png") 0 0 repeat-x;
  box-shadow: inset -1px -4px 3px -3px rgba(0, 0, 0, 0.6);
}
.siteHeader_container {
  width: 1000px;
  margin: 0 auto;
}
.siteHeader_left {
  float: left;
  width: 300px;
}
.siteHeader_right {
  float: right;
  width: 700px;
  height: 100px;
  padding: 10px 20px;
}
.siteFooter {
  padding: 10px 3px;
  text-align: center;
  color: #fff;
  background: #282046;
  font-size: 14px;
}
.siteFooter_container {
  width: 1000px;
  margin: 0 auto;
  line-height: 100px;
}
.loginHeader {
  display: table;
  width: 100%;
  height: 50px;
  background: #fbfaf9;
  border: 1px solid #999999;
  border-radius: 4px;
}
.loginHeader > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.loginHeader_left {
  width: 250px;
}
.loginHeader_left span {
  font-size: 12px;
}
.loginHeader_center {
  width: 250px;
}
.loginHeader_center span {
  font-size: 12px;
}
.loginHeader_right {
  text-align: center;
}
.loginHeader_btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100%;
  margin: 19px 0 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #282046;
  color: #fff;
  font-size: 13px;
}
.loginHeader_btn:active, .loginHeader_btn:hover, .loginHeader_btn:link, .loginHeader_btn:visited {
  color: #fff;
}
.loginHeader_link {
  font-size: 12px;
  text-decoration: none;
}
.contentWrap {
  overflow: hidden;
}
.content_left {
  float: left;
  width: 300px;
  padding: 20px;
  background: #262144;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.content_right {
  float: right;
  width: 700px;
  padding: 20px 20px 60px;
  background: #fff;
}
/* page-top */
.pageTop {
  position: relative;
  width: 100%;
}
.pageTopBtn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e5e5e5;
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #000000;
  z-index: 10;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
}
.pageTop:hover {
  opacity: 0.8;
}
