@charset "UTF-8";
body {
  min-width: 1200px;
}

header {
  width: 100%;
}

header > .header {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.header .logo {
  width: 110px;
  height: 42px;
}

.header .hot-line {
  width: 49px;
  height: 49px;
  margin-right: 15px;
}

header > .header > .title img {
  vertical-align: top;
}

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

header > .header > .title > span {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}

header > .header > .title > span > span {
  color: #de0000;
  font-weight: bold;
  white-space: nowrap;
}

/* 导航栏 */
.nav-wrapper {
  height: 50px;
  background: #363ae4;
}

.nav-wrapper .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.nav-wrapper .nav-item {
  height: 100%;
  padding: 0 21px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.nav-wrapper .nav-item:nth-of-type(1) {
  padding-left: 0;
}

.nav-wrapper .nav-item:hover .title {
  color: #de0000;
}

.nav-wrapper .nav-item:hover .nav-content {
  display: block;
}

.nav-wrapper .nav-item:last-of-type {
  padding-right: 0;
}

.nav-wrapper .nav-item .title {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.nav-wrapper .nav-item .nav-content {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 150px;
  background: #363ae4;
  display: none;
  z-index: 9999;
}

.nav-wrapper .nav-item .nav-content .nav-small {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.nav-wrapper .nav-item .nav-content .nav-small:hover a {
  color: #de0000;
}

.nav-wrapper .nav-item .nav-content .nav-small a {
  color: #ffffff;
}

/*  */
/* 轮播 */
.content {
  height: 100%;
  /* height: 775px; */
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
}

.swiper-slide {
  width: 100% !important;
  min-width: 1200px !important;
}

.content .swiper-slide a > img {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 45px;
  height: 66px;
  background-size: 46px 66px;
}

.swiper-container .swiper-button-prev {
  background-image: url("../static/images/banner_left.png");
  left: 130px;
}

.swiper-container .swiper-button-next {
  background-image: url("../static/images/banner_right.png");
  right: 130px;
}

/*  */
.top-title {
  min-width: 1200px;
}

.top-title .des {
  text-align: center;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #101010;
  line-height: 60px;
  padding-top: 40px;
}

.top-title .des {
  color: #000;
  line-height: 65px;
}

.top-title .des .left {
  display: inline-block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right: 12px solid #363ae4;
}

.top-title .des .right {
  display: inline-block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 12px solid #363ae4;
}

.top-title .details {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

/*  */
.about > .imgs {
  position: relative;
  min-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  height: 290px;
  background: url("../image/组 13.png") no-repeat center;
}

.about > .imgs > img {
  width: 100%;
  min-width: 1200px;
  height: 290px;
  vertical-align: middle;
}

.about > .imgs > .text {
  width: 1200px;
  height: 290px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about > .imgs > .text .left,
.about > .imgs > .text .right {
  width: 593px;
  height: 290px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about > .imgs > .text .left .top,
.about > .imgs > .text .left .bottoms {
  width: 593px;
  height: 145px;
}

.about > .imgs > .text .left .bottoms > .title,
.about > .imgs > .text .right .bottoms > .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #363ae4;
  line-height: 46px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about > .imgs > .text .right .bottoms > .title {
  padding-top: 0;
}

.about > .imgs > .text .left .bottoms .paragraph,
.about > .imgs > .text .right .bottoms .paragraph {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

/*  */
.footer-wrapper {
  padding-top: 46px;
  padding-bottom: 68px;
  background: #000620;
}

.footer-wrapper .footer-content {
  width: 1200px;
  margin: 0 auto;
}

.footer-wrapper .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .footer-top .footer-left {
  padding-right: 30px;
  height: 195px;
  border-right: 1px solid rgba(244, 244, 244, 0.3);
}

.footer-wrapper .footer-top .footer-left .footer-logo {
  margin-bottom: 42px;
  vertical-align: top;
}

.footer-wrapper .footer-top .footer-left .footer-tel,
.footer-wrapper .footer-top .footer-left .footer-time {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 18px;
}

.footer-wrapper .footer-top .footer-left .tel-icon,
.footer-wrapper .footer-top .footer-left .time-icon {
  vertical-align: middle;
  margin-right: 3px;
}

.footer-wrapper .footer-top .footer-middle {
  padding-right: 22px;
  border-right: 1px solid rgba(244, 244, 244, 0.3);
}

.footer-wrapper .footer-top .footer-middle .middle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li {
  padding-left: 22px;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li:nth-of-type(7) {
  padding-left: 16px;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li:nth-of-type(4) {
  padding-left: 14px;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li:nth-of-type(6) {
  padding-left: 16px;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li .nav-title {
  display: block;
  margin-bottom: 19px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li .nav-title:hover {
  color: #86b0fd;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li .nav-other {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 9px;
}

.footer-wrapper .footer-top .footer-middle .middle-nav li .nav-other:hover {
  color: #86b0fd;
}

.footer-wrapper .footer-top .footer-right {
  padding-left: 32px;
}

.footer-wrapper .footer-top .footer-right .weixin {
  margin-bottom: 30px;
}

.footer-wrapper .footer-top .footer-right .gz-name {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer-wrapper .friend-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 11px;
}

.footer-wrapper .friend-wrapper .friend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .friend-wrapper .friend-content li {
  margin-right: 20px;
}

.footer-wrapper .friend-wrapper .friend-content a {
  color: #ffffff;
}

.footer-wrapper .friend-wrapper .friend-content a:hover {
  color: #86b0fd;
}

.copyright-wrapper .copyright-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  border-top: 1px solid rgba(244, 244, 244, 0.3);
}

.copyright-wrapper .copyright-top li {
  height: 13px;
  line-height: 13px;
  padding: 0 10px;
  border-left: 2px solid white;
}

.copyright-wrapper .copyright-top li .copyright-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.copyright-wrapper .copyright-top li .copyright-item:hover {
  color: #86b0fd;
}

.copyright-wrapper .copyright-bottom {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.copyright-wrapper .copyright-bottom a {
  color: white;
}

.none {
  display: none !important;
}

.autoimg {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.condition {
  padding: 0 0 75px;
}

.condition .condition-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.condition .condition-left {
  width: 432px;
  margin-right: 85px;
}

.condition .condition-left > h5 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  line-height: 31px;
  color: #333333;
}

.condition .condition-left > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 21px;
  color: #666666;
}

.condition .condition-left > p:nth-of-type(1) {
  margin: 30px 0 10px;
}

.condition .condition-left > p:nth-of-type(2) {
  margin: 0px 0 30px;
}

.condition .condition-left .inp-item {
  margin-bottom: 20px;
}

.condition .condition-left .inp-item > p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #333333;
  margin-bottom: 10px;
}

.condition .condition-left .inp-item > input {
  width: 430px;
  height: 45px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #999999;
  text-indent: 1em;
}

.condition .condition-left button {
  width: 430px;
  height: 45px;
  background: #363ae4;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.condition .condition-right {
  width: 700px;
  padding-top: 145px;
}

.condition .condition-right .info-box > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 21px;
  color: #333333;
  margin-bottom: 10px;
}

.condition .condition-right .info-box > p:nth-of-type(2) {
  margin-bottom: 30px;
}

.condition .condition-right .info-box button {
  width: 160px;
  height: 40px;
  background: #363ae4;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 21px;
  color: #ffffff;
  margin-top: 20px;
}

.condition .condition-right .map {
  width: 700px;
  height: 319px;
  margin-top: 17px;
}

.tiemcheck {
  height: 660px;
  overflow: hidden;
  position: relative;
}

.tiemcheck > div {
  position: relative;
  z-index: 1000;
}

.tiemcheck .top-title .des {
  color: #fff;
}

.tiemcheck .time-bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 1;
}

.tiemcheck .check-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.tiemcheck .check-list ul {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 0;
}

.tiemcheck .check-list ul li {
  width: 145.7px;
  height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tiemcheck .check-list ul li:nth-of-type(7n) {
  margin-right: 0;
}

.tiemcheck .check-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 20px;
}

.tiemcheck .check-info > div {
  width: 300px;
  height: 45px;
  margin-right: 30px;
  color: azure;
}

.tiemcheck .check-info > div:nth-of-type(1) {
  background-color: #fff;
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  line-height: 40px;
  text-align: center;
  color: #666666;
}

.tiemcheck .check-info > div:nth-of-type(1) span {
  color: #363ae4;
  font-weight: bold;
}

.tiemcheck .check-info > div input {
  width: 100%;
  height: 100%;
  text-indent: 1em;
  border: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #666666;
}

.tiemcheck .check-result a {
  display: block;
  width: 430px;
  height: 45px;
  background: #363ae4;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  margin: 0 auto;
}

.tiemcheck .active {
  background: #ffffff !important;
  color: #363ae4 !important;
}

.policy {
  background-color: #fff;
  padding-bottom: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.policy .policy-imfo {
  margin: 48px 0 40px;
}

.policy .policy-imfo h5 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #363ae4;
  text-align: center;
}

.policy .policy-imfo p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  line-height: 34px;
  color: #666666;
  width: 648px;
  text-align: center;
  margin: 12px auto 0;
}

.policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.policy ul li {
  width: 275px;
  height: 375px;
  margin-right: 33px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.policy ul .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  padding: 35px 0 32px;
  border-radius: 8px 8px 0 0;
}

.policy ul .top-box .top-img {
  width: 62px;
  height: 62px;
  margin-right: 21px;
}

.policy ul .top-box .top-img img {
  width: 100%;
  height: 100%;
}

.policy ul .top-box p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  line-height: 18px;
  color: #333333;
}

.policy ul .top-box p:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 18px;
  color: #666666;
  margin-top: 10px;
}

.policy ul .mid-box {
  width: 230px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 28px;
  color: #666666;
  margin: 22px auto;
}

.policy ul a {
  display: block;
  width: 229px;
  height: 48px;
  background: #42b2fe;
  border-radius: 6px;
  margin: 0 auto;
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}

.policy .policy-btn a {
  display: block;
  width: 330px;
  height: 50px;
  background: #363ae4;
  border-radius: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  margin: 60px auto 0;
}

.policy .active {
  -webkit-animation: 0.1s policy forwards;
          animation: 0.1s policy forwards;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.policy .active .top-box {
  background-color: #42b2fe;
}

.policy .active .top-txt p {
  color: #fff !important;
}

@-webkit-keyframes policy {
  from {
    border: 2px solid #6394f8;
  }
  to {
    border: 2px solid #6394f8;
  }
}

@keyframes policy {
  from {
    border: 2px solid #6394f8;
  }
  to {
    border: 2px solid #6394f8;
  }
}

.gold {
  position: relative;
  overflow: hidden;
  height: 533px;
}

.gold > div {
  position: relative;
  z-index: 1000;
}

.gold .top-title .des,
.gold .top-title .details {
  color: #fff;
}

.gold .top-title .des .right {
  border-left: 12px solid #ffffff;
}

.gold .top-title .des .left {
  border-right: 12px solid #ffffff;
}

.gold .gold-bg {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 1;
}

.gold .gold-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.gold .gold-list ul li {
  width: 380px;
  height: 164px;
  margin-right: 30px;
  background: url("../image/gold-box.png") no-repeat;
  background-size: 100% 100%;
  padding: 29px 32px 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gold .gold-list ul li p {
  width: 320px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 30px;
  color: #333333;
}

.gold .gold-list ul li span {
  color: #363ae4 !important;
}

.gold .gold-btn a {
  display: block;
  width: 330px;
  height: 50px;
  background: #363ae4;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin: 60px auto 0;
}

.textbook ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}

.textbook ul li {
  width: 224px;
  height: 385px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(40, 123, 232, 0.33);
          box-shadow: 0px 0px 6px rgba(40, 123, 232, 0.33);
  margin-right: 20px;
  padding: 30px 0 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.textbook ul li:hover a {
  background: #363ae4;
  border: 1px solid #363ae4;
  color: #ffffff;
}

.textbook ul .bookimg {
  width: 152px;
  height: 200px;
  margin: 0 auto;
}

.textbook ul p {
  width: 188px;
  height: 56px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  color: #666666;
  margin: 10px auto 16px;
  text-align: center;
}

.textbook ul a {
  display: block;
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #363ae4;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
}

.textbook .change-box {
  width: 1200px;
  margin: 43px auto 0;
}

.textbook .change-box p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}

.textbook .change-box p span,
.textbook .change-box p a {
  color: #363ae4;
}

.textbook .knowbtn {
  display: block;
  width: 330px;
  height: 50px;
  background: #363ae4;
  margin: 40px auto 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.question {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.question > div {
  position: relative;
  z-index: 1000;
}

.question .question-bg {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 1;
}

.question .msg-box {
  width: 1200px;
  height: 519px;
  margin: 56px auto 71px;
  background-color: #fff;
  overflow: hidden;
  padding: 37px 0 37px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question .msg-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question .msg-title span {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #333333;
}

.question .msg-title p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  line-height: 31px;
  color: #333333;
  margin: 0 20px;
}

.question .chose-box {
  margin-top: 40px;
}

.question .chose-box .chose-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  color: #333333;
}

.question .check-box {
  margin: 20px 0 41px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 21px;
  color: #333333;
}

.question .check-box input {
  width: 18px;
  height: 18px;
}

.question .check-box span {
  margin: 0 60px 0 10px;
}

.question .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question .btn-box input {
  width: 280px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #999999;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

.question .btn-box a {
  display: inline-block;
  width: 330px;
  height: 50px;
  background: #363ae4;
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */