.green {
  color: #30a701;
}
.oranged {
  color: orangered;
}
.Primay {
  color: #43acf5;
}
.white {
  color: white;
}
.LightGray {
  color: #999999;
}
.btn {
  border-radius: 5px;
  height: auto;
}
.btn-orange {
  color: #fff;
  background-color: #ff7200;
  border-color: #ff7200;
}
.btn-orange:hover {
  background: #ff6500;
  color: white;
}
.btn-primary,
.btn-primary:visited {
  color: white;
  background: #43acf5;
  border-color: #43acf5;
}
.btn-primary:hover,
.btn-primary:active {
  color: white;
  background: #2f98e1 !important;
  border-color: #2f98e1 !important;
}
.btn-warning {
  background: #ff8b19;
  border-color: #ff8b19;
}
.btn-warning:hover {
  background: #ff6f00;
  border-color: #ff6f00;
}
.btn-gray {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
}
.btn-gray:hover {
  background: #eeecec;
  border: 1px solid #e2e2e2;
}
.form-control {
  display: inline-block;
}
a:hover {
  color: #43acf5;
}
.dis-none {
  display: none;
}
.dis-tab {
  display: table;
  width: 100%;
}
.dis-row {
  display: table-row;
}
.dis-cell {
  display: table-cell;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  display: block;
}
/*--------*/
.head .top {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
}
.head .top .left {
  padding-top: 20px;
}
.head .top .brand-phone {
  display: none;
}
.head .top .right {
  text-align: right;
  margin-top: 17px;
}
.head .top .right .login .txt-row {
  display: inline-block;
}
.head .top .right span {
  display: inline-block;
  width: 45px;
  white-space: nowrap;
  margin-left: 5px;
}
.head .top .right .span-k {
  display: none;
}
.head .top .right .txt {
  width: 150px;
  border: 1px solid #bababa;
  box-shadow: none;
  -webkit-appearance: none;
  height: 33px;
  height: 21px;
  padding: 6px 0;
  box-sizing: content-box;
  border-radius: 2px;
  text-indent: 10px;
}
.head .top .right .txt:focus {
  border-color: #43acf5;
}
.head .top .right .login-btn {
  background: #ffaf19;
  border: 1px solid #ffaf19;
  margin-left: 7px;
  padding: 6px 20px;
  color: white;
  border-radius: 2px;
}
.head .top .right .login-btn:hover {
  background: #ffb923;
  border-color: #ffb923;
}
.head .home-banner {
  background: center url(../images/homer-banner.jpg);
  background-size: cover;
  text-align: center;
  height: 384px;
}
.head .home-banner .dis-tab {
  height: 100%;
}
.head .home-banner .dis-cell {
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  color: white;
}
.head .home-banner p {
  color: white;
}
.head .list-banner {
  background: center url(../images/parking-banner.jpg);
  background-size: cover;
  text-align: center;
  height: 200px;
}
.head .qrcode-banner {
  background: center url(../images/register-banner.jpg);
  background-size: cover;
}
.head .prize-banner {
  background: center url(../images/gift-banner.jpg);
  background-size: cover;
}
.footer {
  background: #f2f2f2;
  padding: 50px 15px;
  text-align: center;
}
.footer p {
  color: #999999;
  text-align: center;
}
.main-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.home-p {
  margin-top: 20px;
}
.home-p a {
  display: block;
  border-radius: 5px;
  background: #43acf5;
  padding: 14px 35px;
}
.home-p a:hover {
  background: #52bbff;
}
.home-p .letter-p {
  text-align: left;
}
.home-p .result {
  text-align: right;
  font-size: 27px;
}
.home-p .iconfont {
  font-size: 50px;
  margin-left: 5px;
}
.home-p span,
.home-p .iconfont {
  vertical-align: middle;
  color: white;
}
.home-tit {
  margin: 20px 0;
}
.home-tit strong {
  font-size: 18px;
  line-height: 18px;
  border-left: 5px solid #43acf5;
  padding-left: 10px;
}
.parking-list td,
.parking-list th {
  border: 1px #e6e6e6 solid;
  border-collapse: collapse;
  padding: 20px 15px;
}
.parking-list th {
  white-space: nowrap;
  background: #f2f2f2;
}
.parking-list table {
  width: 100%;
  font-size: 17px;
}
.parking-list .num {
  text-align: center;
}
.parking-list .center {
  text-align: center;
}
.parking-list tr:nth-child(2n+1) {
  background: #f6f6f6;
}
.parking-list tr:hover td {
  background: #cae8ff;
  color: #0073d5;
}
.home-list th span {
  display: block;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1200px) {
  .head .top {
    width: 100%;
    padding: 0px 15px;
  }
  .main-wrap {
    width: 100%;
    padding: 0px 15px 50px 15px;
  }
}
@media (max-width: 992px) {
  .head .home-banner .dis-cell {
    font-size: 35px;
  }
}
@media (max-width: 826px) {
  .head .top .right .txt {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .head .top {
    height: auto;
  }
  .head .top .left {
    float: none;
    text-align: center;
    display: block;
    padding-top: 30px;
  }
  .head .top .right {
    float: none;
    text-align: center;
    display: block;
    padding: 10px 5%;
    margin-bottom: 20px;
  }
  .parking-list table {
    font-size: 12px;
  }
  .parking-list td,
  .parking-list th {
    padding: 10px 5px;
  }
  .main-wrap {
    padding: 0px 15px 30px 15px;
  }
  .footer {
    padding: 30px 15px;
  }
  .head .list-banner {
    margin-top: 25px;
    height: 150px;
  }
}
@media (max-width: 640px) {
  .head .top .right {
    padding-bottom: 5px;
  }
  .head .top .right .login .txt-row {
    display: block;
    margin-bottom: 10px;
  }
  .head .top .right .txt {
    width: 75%;
  }
  .head .top .right .login-btn {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1px;
    box-sizing: content-box;
    position: relative;
    margin-left: -1px;
  }
  .head .top .right .span-k {
    display: inline-block;
  }
  .head .home-banner {
    height: 300px;
  }
  .head .home-banner .dis-cell {
    font-size: 26px;
  }
  .home-p .letter-p img {
    height: 50px;
  }
  .home-p .result {
    font-size: 20px;
  }
  .home-p .result .iconfont {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .head .top .brand-computer {
    display: none;
  }
  .head .top .brand-phone {
    display: inline-block;
  }
  .head .top .brand-phone img {
    width: 70%;
  }
  .home-p {
    margin-top: 20px;
  }
  .home-p a {
    padding: 14px 15px;
  }
  .head .list-banner {
    margin-top: 25px;
    height: 120px;
  }
}
@media (max-width: 375px) {
  .head .home-banner {
    height: 250px;
  }
  .head .home-banner .dis-cell {
    font-size: 23px;
  }
  .home-p .letter-p img {
    height: 40px;
  }
  .home-p .result {
    font-size: 19px;
  }
  .home-p .result .iconfont {
    font-size: 30px;
  }
  .head .list-banner {
    margin-top: 25px;
    height: 100px;
  }
}
@media (max-width: 320px) {
  .head .home-banner {
    height: 200px;
  }
  .head .home-banner .dis-cell {
    font-size: 20px;
  }
  .home-p .letter-p img {
    height: 40px;
  }
  .home-p .result {
    font-size: 16px;
  }
  .home-p .result .iconfont {
    font-size: 25px;
  }
}
/*--------*/
.page-tit {
  text-align: center;
  position: relative;
  padding: 25px 100px;
}
.page-tit .btn {
  padding: 6px 20px;
}
.page-tit .back {
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 22px;
}
.page-tit strong {
  font-size: 30px;
  line-height: 33px;
}
.page-tit .iconfont {
  margin-right: 5px;
}
.edit-list .prize {
  background: #3ec3ba;
  border: #3ec3ba;
}
.edit-list .prize,
.edit-list .prize:visited {
  color: white;
  background: #3ec3ba;
  border-color: #3ec3ba;
}
.edit-list .prize:hover,
.edit-list .prize:active {
  color: white;
  background: #2aafa6 !important;
  border-color: #2aafa6 !important;
}
.edit-list td .btn:first-child {
  margin-right: 10px;
}
.edit-list .iconfont {
  margin-right: 5px;
}
.edit-list .btn i,
.edit-list .btn span {
  vertical-align: middle;
}
.regist-form {
  border: 1px solid #f3f3f3;
  padding: 70px 0;
  background: #fdfdfd;
}
.regist-form .txt {
  font-size: 16px;
  width: 350px;
  border: 1px solid #bababa;
  box-shadow: none;
  -webkit-appearance: none;
  height: 33px;
  height: 21px;
  padding: 10px 0;
  box-sizing: content-box;
  border-radius: 2px;
  text-indent: 10px;
}
.regist-form .txt:focus {
  border-color: #43acf5;
}
.regist-form ul {
  margin: 0 auto;
  width: 350px;
}
.regist-form label {
  font-size: 15px;
  margin-right: 10px;
  font-weight: normal;
  cursor: pointer;
}
.regist-form li {
  margin-bottom: 15px;
}
.regist-form p {
  margin-bottom: 3px;
  font-size: 15px;
}
.regist-form .tip {
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  background: #ff3737;
}
.regist-form .tip span {
  display: inline;
  text-align: center;
  padding: 3px;
  line-height: 1.8;
  color: white;
}
.regist-form .tip .iconfont {
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
}
.prize-wrap {
  border-top: 1px solid #f3f3f3;
  padding: 70px 00px;
  text-align: center;
}
.prize-wrap .prize-tit {
  padding-bottom: 30px;
}
.prize-wrap .prize-tit .name {
  font-size: 25px;
  margin-bottom: 10px;
}
.prize-wrap .prize-tit .name u {
  padding: 0px 7px;
}
.prize-wrap .prize-tit .time {
  font-size: 16px;
  color: red;
}
.prize-wrap .prize-table {
  margin: 0 auto;
}
.prize-wrap .download {
  margin-top: 30px;
}
.mask-wrap {
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mask-wrap .marsk-content {
  text-align: center;
  top: 500px;
  width: 500px;
  margin-top: 436px;
  background: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 13px 40px;
  border-radius: 90px;
}
.mask-wrap .marsk-content span {
  font-size: 18px;
  margin-left: 10px;
}
.mask-wrap .marsk-content img,
.mask-wrap .marsk-content span {
  vertical-align: middle;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .edit-list th span {
    display: block;
    white-space: nowrap;
  }
  .edit-list .btn {
    font-size: 11px;
    max-width: 110px;
    display: block;
    padding: 6px 6px;
    margin: 0 auto;
  }
  .edit-list .btn .iconfont {
    font-size: 14px;
  }
  .edit-list td .btn:first-child {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .page-tit strong {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .page-tit .back {
    padding: 6px 15px;
  }
  .page-tit {
    padding: 25px 91px;
  }
  .mask-wrap .marsk-content {
    width: 85%;
    margin-top: 230px;
    padding: 10px 10px;
  }
  .mask-wrap .marsk-content span {
    font-size: 15px;
  }
  .mask-wrap .marsk-content img {
    width: 28px;
  }
}
@media (max-width: 480px) {
  .page-tit {
    padding-right: 0;
    text-align: left;
  }
  .regist-form {
    padding: 20px 30px;
  }
  .regist-form ul {
    width: 100%;
  }
  .regist-form .txt {
    width: 100%;
  }
  .prize-wrap {
    padding: 25px 00px;
  }
  .prize-wrap .prize-tit {
    padding-bottom: 25px;
  }
  .prize-wrap .prize-tit .name {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .radio-span {
    display: block;
    margin-bottom: 5px;
  }
  .regist-form {
    padding: 20px 20px;
  }
  .edit-list .btn {
    max-width: 90px;
    padding: 6px 6px;
  }
  .edit-list .btn .iconfont {
    display: none;
  }
}
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}
/*--------*/
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*# sourceMappingURL=layout.css.map */
