﻿* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
}
.header {
  width: 100%;
  height: 60px;
  /*background: rgba(49,49,49,1);*/
  /*background-image: url('../NewImages/header-bg.png');*/
}
.header .content {
  width: 1030px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .left {
  bottom: -3px;
  position: relative;
}
.header .content .right ul {
  list-style: none;
}
.header .content .right ul .btn-login > a {
  color: white;
  background: #0174F1;
  padding: 2px 18px;
  margin-left: 10px;
  margin-right: -10px;
  border-radius: 22px;
}
.header .content .right ul .btn-register > a {
  color: #0174F1;
  border: 2px solid #0174F1;
  padding: 2px 18px;
  margin-right: -10px;
  border-radius: 22px;
}
.header .content .right ul li {
  float: left;
  padding: 0px 10px;
}
.header .content .right ul li a {
  color: black;
  font-size: 15px;
  text-decoration: none;
}
.mid-wrap {
  width: 100%;
  height: 570px;
  background-image: url(../NewImages/new-bg.png);
}
.mid-wrap > .content {
  margin: 0 auto;
  width: 1030px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mid-wrap > .content > .left img {
  width: 460px;
}
    .mid-wrap > .content .right {
        width: 460px;
    }
    .mid-wrap > .content .right .title-text {
        color: white;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-top: -20px;
    }
    .mid-wrap > .content .right .formblock {
        background: #ffffff;
        box-shadow: 0px 4px 10px 0px rgba(141, 141, 141, 0.14);
        height: 340px;
        width: 100%;
        margin-top: 10px;
    }
.mid-wrap > .content .right .formblock .input-group {
  padding-top: 20px;
  margin: 0 auto;
  width: 350px;
}
.mid-wrap > .content .right .formblock .input-group .divblock {
  padding-bottom: 5px;
}
.mid-wrap > .content .right .formblock .input-group .text {
  font-size: 14px;
  font-weight: 400;
  color: #757677;
  padding: 5px;
}
.mid-wrap > .content .right .formblock .input-group .input {
  position: relative;
  height: 30px;
  background: url(../NewImages/input-bg.png) no-repeat;
  background-size: 100% 30px;
  display: flex;
  align-items: center;
}
.mid-wrap > .content .right .formblock .input-group .input input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  background: transparent;
  margin-left: 10px;
}
.mid-wrap > .content .right .formblock .input-group .input-seat {
  position: relative;
  height: 30px;
  background: url(../NewImages/input-bg.png) no-repeat;
  background-size: 71% 30px;
  display: flex;
  align-items: center;
}
.mid-wrap > .content .right .formblock .input-group .input-seat input {
  width: 71%;
  outline: none;
  border: none;
  font-size: 14px;
  background: transparent;
  padding-left: 10px;
}
.mid-wrap > .content .right .formblock .input-group .input-seat img:hover {
  cursor: pointer;
}
.mid-wrap > .content .right .formblock .input-group .telcode .btn-qrcode {
  font-size: 14px;
  width: 29%;
  height: 30px;
  background: #409EFF;
  color: #ffffff;
  text-align: center;
  padding: 6px 12px;
}
.mid-wrap > .content .right .formblock .input-group .telcode .btn-qrcode:hover {
  cursor: pointer;
}
.mid-wrap > .content .right .formblock .btn-group {
  margin-top: 23px;
  text-align: center;
}
.mid-wrap > .content .right .formblock .btn-group .btn-doTrial {
  background: #1646E8;
  color: #ffffff;
}
.mid-wrap > .content .right .formblock .btn-group > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 6px 20px;
}
.footer {
  width: 100%;
  height: 260px;
  /*background: linear-gradient(90deg,rgba(22,70,232,1),rgba(0,118,241,1));*/
  background-image: url(../NewImages/footer-bg.png);
}
.footer .content {
  width: 1030px;
  display: flex;
  /*align-items: center;*/
  padding-top: 60px;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
}
.footer .content .title {
  font-size: 16px;
  padding-bottom: 30px;
}
.footer .content .text {
  padding-bottom: 15px;
}
.footer .content .crude {
  font-weight: bolder;
}
.footer .content .info1 > .right > img {
  width: 81px !important;
}
.footer .content .info1 {
  display: flex;
}
.info1{
    /*width:320px;*/
}
.info3{
    width:320px;
}
.footer .content .info1 > .right {
  padding-top: 22px;
  padding-left: 15px;
}
.right.btn-qrcode:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1420px) {
  .mid-wrap > .content {
    width: 1030px;
  }
  .mid-wrap > .content > .left img {
    width: 460px;
  }
  .mid-wrap > .content .right {
    width: 485px;
    height: 400px;
  }
  .footer .content {
    width: 1030px;
  }
}
@media (min-width: 992px) and (max-width: 1420px) {
  .header > .content {
    width: 960px;
  }
  .mid-wrap > .content {
    width: 960px;
  }
  .mid-wrap > .content > .left img {
    width: 340px;
  }
  .mid-wrap > .content .right .title-text {
  }
  .mid-wrap > .content .right {
    width: 500px;
    height: 400px;
  }
  .footer .content {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header > .content {
    width: 100%;
  }
  .header .content > .right {
    /*display: none;*/
  }
  .mid-wrap > .content {
    width: 100%;
  }
  .mid-wrap > .content > .left img {
    /*display: none;*/
  }
  .mid-wrap > .content .right .title-text {
    /*display: none;*/
  }
  .mid-wrap > .content .right {
    margin: 0 auto;
    width: 500px;
    height: 400px;
  }
  .footer .content {
    width: 100%;
  }
  .footer .content .info1 .right {
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .header > .content {
    width: 100%;
  }
  .header .content > .right {
    display: none;
  }
  .mid-wrap > .content {
    width: 100%;
  }
  .mid-wrap > .content .right .title-text {
  }
  .mid-wrap > .content > .left img {
    display: none;
  }
  .mid-wrap > .content .right .input-group {
    padding: 0 6px;
  }
  .mid-wrap > .content .right .input-group .qrcode .right.btn-qrcode {
    padding: 0;
  }
  .mid-wrap > .content .right {
    margin: 0 auto;
    width: 500px;
    height: 400px;
  }
  .footer .content {
    width: 100%;
  }
  .footer .content .info2 {
    display: none;
  }
  .resgister-box {
    width: 100% !important;
    padding: 0 3vw;
  }
  .box1-wrap {
    width: 100% !important;
  }
  .box1-wrap .text {
    width: 100px !important;
  }
  .resgister-mid-wrap .resgister-box .title {
    padding: 12px 0;
  }
  .options {
    font-size: 12px;
    width: 100% !important;
  }
  .input-group {
    flex-wrap: wrap;
  }
  .shadow1,
  .shadow2 {
    display: none;
  }
  .vercode .telcode {
    width: 70% !important;
  }
}
@media (max-width: 570px) {
  .footer .content .info3 {
    display: none;
  }
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    display: none;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 350px;
    height: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: auto;
}

    .dropdown-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .dropdown-content ul li {
            padding: 2px;
            cursor: pointer;
        }

            .dropdown-content ul li:hover {
                background-color: #dcf0f7;
            }
