html, body, ul, li, img, a, p, div, input, form, h1, h2, h3, h4, span, p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h2 {
  display: block;
  font-weight: bold;
}

h3 {
  display: block;
  font-weight: bold;
}

html {
  background-color: black;
}

body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  background-color: #fff;
  background-color: black;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #0f88eb;
  text-decoration: none;
  cursor: pointer;
}

label {
  cursor: text;
}

span {
  cursor: pointer;
}

ul {
  list-style: none;
  display: inline;
}

textarea,
input {
  outline: none;
  border: none;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  padding: 10px;
  font-size: 14px;
}

textarea:focus,
input:focus {
  background: white !important;
  border: 1px solid #f0ab00 !important;
}

.clearfix::before,
.clear::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  /* transform: rotate3d(0, 0, 0, angle) */
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.v-between {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popwindow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  display: none;
}

.popwindow .inner {
  width: 512px;
  height: 440px;
  background-color: white;
  border-radius: 12px;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.popwindow .inner .popclose {
  width: 48px;
  top: -60px;
  right: 0;
  position: absolute;
}

.popwindow .inner .headimg {
  width: 100%;
}

.popwindow .inner .poptxt {
  width: 400px;
  line-height: 44px;
  font-size: 30px;
  color: #f0ab00;
  display: block;
  text-align: center;
  margin: 44px auto 54px;
  font-weight: bold;
}

.popwindow .inner .btn {
  width: 270px;
  height: 80px;
  line-height: 80px;
  background: #f0ab00;
  border-radius: 40px;
  font-size: 36px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin: 0 auto;
}

.head {
  width: 100%;
  height: 112px;
  padding: 0 32px;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head .logo {
  width: 75%;
}

.head .menu {
  width: 48px;
}

.bottom {
  width: 100%;
  background-color: black;
  padding: 45px 30px 26px;
}

.bottom .logo {
  width: 500px;
  display: block;
  margin: auto;
}

.bottom .phone {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.bottom .phone a, .bottom .phone span {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #b2b2b2;
}

.bottom .phone a {
  color: #F0AB00;
}

.bottom .b-code {
  width: 160px;
  display: block;
  margin: 54px auto 18px;
}

.bottom .subtitle {
  width: 100%;
  height: 28px;
  font-size: 28px;
  color: white;
  text-align: center;
  display: block;
}

.bottom .b-bottom {
  margin-top: 48px;
  width: 100%;
  height: 62px;
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
}

.bottom .b-bottom a {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 24px;
  color: white;
}

.bottom .record {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #4d4d4d;
  margin-top: 24px;
  display: block;
  text-align: center;
}

.float-menu {
  position: fixed;
  padding-bottom: 100px;
  z-index: 999;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: scroll;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.float-menu > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 512px;
  height: 100%;
  background-color: #000;
}

.float-menu .click {
  width: 238px;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}

.float-menu .close-row {
  width: 100%;
  height: 68px;
  margin-top: 22px;
  text-align: right;
}

.float-menu .close-row img {
  width: 68px;
  margin-right: 32px;
}

.float-menu .headlogo {
  margin-top: 82px;
  width: 448px;
  display: block;
  margin: 82px auto 92px;
}

.float-menu .menu-list {
  width: 100%;
}

.float-menu .menu-list a {
  display: block;
  padding-left: 64px;
  width: 100%;
  height: 112px;
  line-height: 112px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: -2px 2px 0px 0px rgba(255, 255, 255, 0.25);
}

.menu-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body {
  padding-top: 112px;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  background: #cccccc;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f0ab00;
}

.bannar {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.bannar .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bannar .swiper-container .swiper-pagination {
  bottom: 10px;
}

.bannar img {
  width: 100%;
  height: 100%;
}

.title-box {
  width: 100%;
  text-align: center;
}

.title-box .title {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}

.title-box span,
.title-box .line {
  display: block;
  margin: 16px auto 0;
  width: 92px;
  height: 8px;
  background: #f0ab00;
}

.text {
  width: 91.5%;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  display: block;
  margin: auto;
}

.notice, .login {
  position: fixed;
  z-index: 999999999999999999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation-duration: 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}

.notice .inner, .login .inner {
  width: 91.5%;
  bottom: auto;
  top: 30%;
  padding: 32px 34px;
  background-color: white;
  animation-duration: 0.15s;
}

.notice .inner .popclose, .login .inner .popclose {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: -40px;
}

.notice .inner .title-box h1, .login .inner .title-box h1 {
  font-size: 32px;
}

.notice .inner .inputbox1, .login .inner .inputbox1 {
  margin-top: 48px;
  position: relative;
}

.notice .inner .inputbox1 strong, .login .inner .inputbox1 strong {
  color: red;
  padding-right: 4px;
}

.notice .inner .inputbox1 h1, .login .inner .inputbox1 h1 {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 16px;
}

.notice .inner .inputbox1 .rightlabel, .login .inner .inputbox1 .rightlabel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #666666;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #666666;
}

.notice .inner .inputbox1 .text, .login .inner .inputbox1 .text {
  width: 100%;
  height: 48px;
  background: white;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
}

.notice .inner .inputbox1 p, .login .inner .inputbox1 p {
  height: 22px;
  font-size: 14px;
  color: red;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  display: none;
}

.notice .inner .inputbox, .login .inner .inputbox {
  margin-top: 48px;
  position: relative;
}

.notice .inner .inputbox strong, .login .inner .inputbox strong {
  color: red;
  padding-right: 4px;
}

.notice .inner .inputbox h1, .login .inner .inputbox h1 {
  width: 100%;
  font-size: 32px;
  color: #333333;
  line-height: 48px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.notice .inner .inputbox .rightlabel, .login .inner .inputbox .rightlabel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #666666;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #666666;
}

.notice .inner .inputbox .text, .login .inner .inputbox .text {
  width: 100%;
  height: 88px;
  background: white;
  border-radius: 12px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  margin-top: 32px;
  font-size: 28px;
  color: #333333;
}

.notice .inner .inputbox .code, .login .inner .inputbox .code {
  width: 65%;
}

.notice .inner .inputbox p, .login .inner .inputbox p {
  width: 244px;
  height: 36px;
  font-size: 24px;
  color: red;
  line-height: 36px;
  margin-top: 16px;
}

.notice .inner .btn, .login .inner .btn {
  width: 48%;
  height: 88px;
  line-height: 88px;
  background: #f0ab00;
  border-radius: 12px;
  font-size: 32px;
  color: white;
  text-align: center;
  margin: 50px auto 0;
}

.notice .inner .btn-group, .login .inner .btn-group {
  width: 100%;
}

.notice .inner .btn-group .btn, .login .inner .btn-group .btn {
  float: left;
  width: 48%;
  margin-right: 20px;
}

.notice .inner .btn-group .btn:last-of-type, .login .inner .btn-group .btn:last-of-type {
  background: transparent;
  color: #f0ab00;
  border: 2px solid #f0ab00;
  line-height: 86px;
  margin-right: 0;
}

.notice .inner .btns, .login .inner .btns {
  display: none;
}

.notice .inner {
  padding: 50px 0;
  height: 70%;
  top: 0;
  bottom: 0;
}

.notice .inner .inner-i {
  overflow-y: scroll;
  height: 100%;
}

.notice .inner .list {
  margin-top: 32px;
}

.notice .inner .item {
  width: 100%;
  padding: 28px 20px;
  border-bottom: 1px solid #ccc;
}

.notice .inner .item .icon {
  width: 86px;
  height: 86px;
  margin-right: 24px;
  background: url(/src/imgs/msgcoffe.png) no-repeat;
  background-size: 100%;
}

.notice .inner .item .icon-coffe {
  background: url(/src/imgs/msgcoffe.png) no-repeat;
  background-size: 100%;
}

.notice .inner .item .icon-book {
  background: url(/src/imgs/msgbook.png) no-repeat;
  background-size: 100%;
}

.notice .inner .item .icon-head {
  background: url(/src/imgs/msghead.png) no-repeat;
  background-size: 100%;
}

.notice .inner .item .info {
  width: 88%;
}

.notice .inner .item .info .t {
  margin-bottom: 12px;
}

.notice .inner .item .info .title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  letter-spacing: 2px;
}

.notice .inner .item .info .time {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  letter-spacing: 1px;
  margin-left: 4px;
  display: block;
  display: none;
}

.notice .inner .item .info .text {
  width: 100%;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
}
