@charset "UTF-8";
.banner {
  height: 398px;
  margin: 0 auto;
  background: url("/static/checkresult/images/banner.jpg") no-repeat center center;
}
.banner .container {
  width: 930px !important;
}
.banner h1 {
  font-size: 80px;
  font-weight: 600;
  padding: 122px 0 24px;
  margin: 0;
  color: #fff;
  line-height: 1;
}
.banner h2 {
  font-size: 50px;
  font-weight: 400;
  padding: 0 ;
  margin: 0;
  line-height: 1;
  color: #FFF;
}
.banner h2 a {
  display: inline-block;
  text-align: center;
  width: 111px;
  height: 43px;
  margin-left: 20px;
  font-size: 40px;
  color: #fff;
  background-color: #e92121;
  border-radius: 3px;
  transition: all 50ms;
}
.banner h2 a:hover {
  background-color: #f32f15;
  letter-spacing: 1px;
}
.check_button {
  width: 943px;
  margin: 0 auto;
  padding: 46px 0 150px;
  display: flex;
  justify-content: space-between;
}
.check_button > div i {
  display: block;
  width: 225px;
  height: 211px;
  background-color: #f6f6f6;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.check_button > div a {
  display: block;
  width: 155px;
  height: 42px;
  background-color: #ef0000;
  box-shadow: inset 2px -2px 0px 0px rgba(11, 2, 5, 0.75);
  border-radius: 8px;
  font-size: 24px;
  color: #ffffff;
  margin: 33px auto 18px;
  text-align: center;
  line-height: 42px;
}
.check_button > div p {
  text-align: center;
  font-size: 17px;
  color: #333333;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.this_footer {
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #303030;
}
.tourwarn {
  width: 400px;
  height: 220px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-200px, -110px);
  z-index: 17;
}
.warnhead {
  height: 40px;
  line-height: 17px;
  background-color: #f77;
  font-size: 18px;
  color: #fff;
  padding: 11px 18px;
}
.warnhead .fa-close {
  display: inline-block;
  float: right;
  transition: all 0.2s;
  transform-origin: center;
  cursor: pointer;
}
.warnhead .fa-close:hover {
  transform: scale(1.5, 1.5);
  color: #FEFEFE;
}
.warnbody {
  height: 180px;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
}
.warnbody p {
  font-size: 18px;
}
.warna a {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #f77;
  margin: 28px 13px 0;
  font-size: 18px;
}
.warna a:hover {
  background-color: #FF4A49;
}
#warn {
  display: none;
}
.message_box {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -66%);
  z-index: 99;
  background: #fff;
  padding-top: 40px;
  border-radius: 6px;
}
.message_box b {
  position: relative;
}
.message_box b p {
  font-size: 27px;
}
#closeMessageBox,
#closeyouhuima {
  position: absolute;
  top: -120px;
  right: -150px;
  font-size: 27px;
}
#closeMessageBox:hover,
#closeyouhuima:hover {
  cursor: pointer;
}
