* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: url(../images/back5.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

button {
  outline: none;
}

.box {
  /* height: 100%; */
  width: 100%;
  background: rgba(240, 238, 238, 0.3);
  position: absolute;
  overflow: hidden;
}

input {
  outline: none;
}

input:focus {
  border: 1px solid #2c8fcd;

}

a {
  text-decoration: none;
  color: #666;
}

ol {
  list-style-type: none;
}

button {
  border: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.head {
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head-logo {
  width: 86px;
}

.head-img {
  width: 100%;
}

.head>.title {
  margin-left: 20px;
  padding: 0 0 0 20px;
  border-left: 4px solid #2c8fcd;
}

/* 轮播 */
.banner-box {
  width: 60%;
  margin-right: 60px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 340px;
}

.banner {
  width: 500%;
  height: 340px;
  font-size: 0;
  position: absolute;
  left: 0;
  -webkit-animation: banner 10s infinite;
  white-space: nowrap;
}

.banner img {
  width: 100%;
  height: 340px;
  max-width: 20%;
}

@-webkit-keyframes banner {

  0%,
  15% {
    left: -50%;
  }

  25%,
  40% {
    left: -150%;
  }

  50%,
  65% {
    left: -250%;
  }

  75%,
  90% {
    left: -350%;
  }

  100% {
    left: -50%;
  }
}

.login {
  overflow: hidden;
  width: 356px;
  height: 100%;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 4px 15px #888888;
  /* box-shadow: 0px 0px 15px #2aa2a3; */
}

.login-head {
  height: 60px;
  line-height: 60px;
  background: linear-gradient(#5dbffd, #449ed6);
  border: #2c8fcd solid 1px;
}

/*  */
.page-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.nav-box {
  width: 100%;
  height: 60px;
  background: linear-gradient(#5dbffd, #449ed6);
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.nav-box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

nav {
  height: 100%;
  font-size: 0;
  position: relative;
}

.tap {
  width: 30%;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.nav-active {
  cursor: pointer;
  position: absolute;
  background-color: #348cc4;
  width: 30%;
  height: 60px;
  transition: 0.5s;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}

.content {
  left: 0;
  position: relative;
  width: 300vw;
  transition: 0.5s;
}

.item {
  float: left;
  width: 100vw;
  text-align: center;
  height: 380px;
  overflow: hidden;
}

.login-model {
  max-width: 1200px;
  min-width: 700px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  height: 380px;
  box-sizing: border-box;
  margin: 0 auto;
}

ol>div {
  padding: 20px;
}

.ol-notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  line-height: 30px;
}

.ol-notice-item>span:first-child:hover {
  text-decoration: underline;
}

.ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_box>div {
  height: 280px;
  box-sizing: border-box;
  border: #ccc solid 1px;
  background: #fff;
  padding: 30px;
}

.text_box>div>div {
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.text_box>div>div input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  border: #ccc solid 1px;
  text-indent: 44px;
  box-sizing: border-box;
}

.text_box button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(#5dbffd, #449ed6);
  font-family: "微软雅黑";
  margin-top: 5px;
  cursor: pointer;
  overflow: hidden;
}

.text_box .svg-icon {
  width: 41px;
  line-height: 46px;
  position: absolute;
  top: 4px;
  box-sizing: border-box;
  z-index: 90;
}

/* footer */
.footer-box {
  margin-top: 64px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#5dbffd, #449ed6);
}

.footer {
  font-size: 14px;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  min-width: 460px;
}

.footer p {
  line-height: 26px;
}

/** iPhone **/
@media only screen and (min-width: 220px) and (max-width: 467px) {
  .login-model {
    padding: 20px 0;
    justify-content: center;
    width: 100vw;
    min-width: 0;
    max-width: none;
  }

  .banner-box {
    display: none;
  }
}
