@charset "utf-8";
html,
body {
  width: 100%;
  color: #333;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Microsoft Yeahei", "Arial";
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #0371c1 !important;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
#header {
  border-bottom: 1px solid #ddd;
  height: 80px;
  line-height: 80px;
}
#header .container {
  zoom: 1;
}
#header .container::after,
#header .container::before {
  content: "";
  display: table;
}
#header .container::after {
  clear: both;
}
#header .container .logo {
  float: left;
  font-size: 28px;
  font-weight: bold;
}
#header .container .menus {
  float: left;
  margin-left: 20px;
  zoom: 1;
}
#header .container .menus::after,
#header .container .menus::before {
  content: "";
  display: table;
}
#header .container .menus::after {
  clear: both;
}
#header .container .menus a {
  text-decoration: none;
  color: #333;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
  border-right: 1px solid #ddd;
}
#header .container .menus a:hover,
#header .container .menus a.active {
  color: #0371c1;
}
#header .container .menus a:last-of-type {
  border: none;
}
#header .container .controller {
  float: right;
  zoom: 1;
}
#header .container .controller::after,
#header .container .controller::before {
  content: "";
  display: table;
}
#header .container .controller::after {
  clear: both;
}
#header .container .controller a {
  text-decoration: none;
  float: left;
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
#header .container .controller a:last-of-type {
  border: none;
}
#banner {
  height: 250px;
  background: url(../images/banner.jpeg) no-repeat center;
}
#banner.extra {
  background-image: url(../images/user.jpeg);
}
#banner .container {
  line-height: 250px;
  color: white;
  font-size: 36px;
}
#content {
  width: 600px;
  margin: 20px auto;
  zoom: 1;
}
#content::after,
#content::before {
  content: "";
  display: table;
}
#content::after {
  clear: both;
}
#content .item {
  float: left;
  width: 200px;
  padding: 10px;
  cursor: pointer;
  height: 230px;
}
#content .item img {
  width: 100%;
  display: block;
}
#content .item p {
  font-size: 14px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
}
#content .comics {
  display: none;
}
#content .comics a {
  display: block;
  width: 120px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background-color: #0371c1;
  color: white;
  text-decoration: none;
}
#content .comics a:hover {
  color: white !important;
}
#content .comics a.pay {
  margin: 20px auto 0;
  font-size: 12px;
}
#content .comics .article {
  margin-top: 40px;
}
#content .comics .article h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
#content .comics .article h5 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#content .comics .article img {
  display: block;
  width: 100%;
}
#footer {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}
#footer p {
  margin: 5px 0;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#formPannel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#formPannel .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
#formPannel .pannel {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 50px 30px 30px;
  width: 600px;
  box-shadow: 0 0 10px #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#formPannel .pannel h2 {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 24px;
  width: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#formPannel .pannel p {
  text-indent: 90px;
  font-size: 14px;
  margin: 10px 0 14px;
  color: #999;
}
#formPannel .pannel a {
  margin-left: 90px;
  font-size: 12px;
  color: #0371c1;
  text-decoration: none;
}
#formPannel .pannel a#confirmRegister,
#formPannel .pannel a#confirmLogin {
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  width: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  width: 220px;
  height: 36px;
  background-color: #0371c1;
}
#formPannel .pannel a#confirmRegister:hover,
#formPannel .pannel a#confirmLogin:hover {
  background-color: #0371c1 30%;
  color: white !important;
}
#formPannel .pannel .form-item {
  zoom: 1;
  margin-bottom: 16px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
#formPannel .pannel .form-item::after,
#formPannel .pannel .form-item::before {
  content: "";
  display: table;
}
#formPannel .pannel .form-item::after {
  clear: both;
}
#formPannel .pannel .form-item label {
  float: left;
  width: 80px;
  text-align: right;
}
#formPannel .pannel .form-item input {
  float: left;
  height: 36px;
  width: 220px;
  margin: 0 10px;
  padding: 0 14px;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 0 4px #777;
  -moz-box-shadow: inset 0 0 4px #777;
  box-shadow: inset 0 0 4px #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#formPannel .pannel .form-item span {
  float: left;
  font-size: 12px;
  color: #888;
}
#message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#message .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#message .message-pannel {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#message .message-pannel h3 {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
#message .message-pannel .message-content {
  border-top: 1px solid #e2dede;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  margin: 0 16px;
}
#payment {
  width: 1200px;
  margin: 60px auto;
  zoom: 1;
}
#payment::after,
#payment::before {
  content: "";
  display: table;
}
#payment::after {
  clear: both;
}
#payment .item {
  float: left;
  width: 292px;
  margin-right: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  height: 80px;
}
#payment .item:last-of-type {
  margin: 0;
}
#payment .item .label {
  position: absolute;
  left: 0;
  width: 40%;
  top: 0;
  text-align: center;
  line-height: 80px;
  border-right: 1px dashed #ddd;
  font-weight: bold;
  font-size: 16px;
}
#payment .item .rightside {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  text-align: center;
}
#payment .item .rightside .cost {
  height: 50%;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
#payment .item .rightside .cost strong {
  font-size: 20px;
}
#payment .item .rightside .cost span {
  font-size: 12px;
  text-decoration: line-through;
  color: #999;
}
#payment .item .rightside .button {
  line-height: 40px;
}
#payment .item .rightside .button a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #0371c1;
}
#privacy {
  width: 1200px;
  margin: 30px auto;
  padding: 20px;
  font-size: 14px;
}
#privacy .line_header {
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
#about {
  margin: 100px auto;
}
#about .container {
  zoom: 1;
}
#about .container::after,
#about .container::before {
  content: "";
  display: table;
}
#about .container::after {
  clear: both;
}
#about .container .pics {
  float: left;
  width: 800px;
}
#about .container .pics img {
  display: block;
  width: 100%;
}
#about .container .content {
  float: left;
  width: 400px;
  padding: 20px;
}
#about .container .content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
#about .container .content p {
  font-size: 14.4px;
  color: #666;
  text-indent: 2em;
  line-height: 2;
}