/* 清除默认样式 */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 登录页面 */
@media screen and (max-width: 1200px) {
  .login {
    margin-top: 0 !important;
  }
  .title {
    padding-bottom: 0;
    text-align: center;
  }
  .title img {
    width: 100px !important;
    height: 100px !important;
  }
}
.loginBg {
  width: 100%;
  height: 100vh;
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.loginBox {
  width: 32.91%;
  height: 35.1vw;
  min-width: 394.92px;
  min-height: 421.27px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loginBox .top {
  width: 100%;
  height: 36.36%;
  background: #189F92;
  border-radius: 10px 10px 0px 0px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
}
.loginBox .top .title {
  font-size: 3.5em;
  font-weight: 500;
  padding: 7% 0;
}
.loginBox .top .adv {
  font-size: 1.8em;
  font-weight: 400;
}
.loginBox form {
  padding: 8%;
}
.loginBox .input {
  width: 100%;
  height: 50px;
  border: 1px solid #999999;
  margin-bottom: 8%;
}
.loginBox .input input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
}
.loginBox .login {
  width: 100%;
  height: 60px;
  margin-top: 5%;
  background: #189f92;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 2em;
}
.loginBg2 {
  background: url(../img/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.loginBg2 .loginBox {
  border: 1px solid #189f92;
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.3);
}
.loginBg2 .loginBox .top {
  background: #FFFFFF;
  color: #189F92;
}
.loginBg2 .loginBox .title {
  padding-bottom: 0;
  text-align: center;
}
.loginBg2 .loginBox .title img {
  width: 120px;
  height: 120px;
}
.seat_box {
  width: 100%;
  padding: 50px;
  overflow: hidden;
}
.seat_box .active {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
.seat_box .seat {
  float: left;
  position: relative;
  width: 224px;
  height: 121px;
  margin-bottom: 40px;
}
.seat_box .seat img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.seat_box .seat .time {
  color: #FF0000;
}
.seat_box .seat .box {
  font-size: 18px;
  text-align: center;
  width: 200px;
  height: 108px;
  border-radius: 4px;
}
.seat_box .seat .box:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
.seat_box .seat .num {
  font-size: 27px;
  padding-top: 25px;
}
.seat_box .one {
  color: #189F92;
}
.seat_box .two {
  color: #333333;
}
.seat_box .three {
  color: #3874B4;
}
