@import url(https://at.alicdn.com/t/font_2624608_lsd40uxq0b.css);
/*common*/
* {
  padding: 0;
  margin: 0;
}
.mted li {
  margin-top: 20px;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: "PingFang SC", Arial;
  background: #e5e5e5;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
h1.title {
  padding: 76px 0 50px;
  color: #e40202;
  font-size: 48px;
  text-align: center;
}
/*index*/
.index-tips {
  display: flex;
  padding: 30px 30px 45px;
  background-color: #fff9e6;
  border: 1px solid #ffd77a;
}
.index-tips img {
  margin-top: 15px;
}
.index-tips .info-wrap {
  padding-left: 28px;
}
.index-tips .info-wrap .title {
  padding-bottom: 15px;
  color: #000;
  font-size: 18px;
}
.index-tips .info-wrap .content {
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.btn-wrap .btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}
.btn-wrap .btn.green {
  color: #fff;
  background-color: #1AC05D;
}
.btn-wrap .btn.yellow {
  color: #000;
  background-color: #FFB800;
}
.btn-wrap .btn.blue {
  color: #fff;
  background-color: #0084FF;
}
.number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  color: #f00;
  font-size: 16px;
  background-color: #fff;
}
.group {
  margin-bottom: 10px;
  background-color: #fff;
  /*index*/
  /*status*/
  /*result*/
}
.group .title {
  padding: 20px 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.group .form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px 14px;
}
.group .form-wrap .form-input {
  width: 520px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.group .form-wrap .form-input input,
.group .form-wrap .form-input select {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
}
.group .upload-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px 20px;
}
.group .sing-up-wrap {
  padding: 30px 50px 40px;
}
.group .sing-up-wrap .select-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.group .sing-up-wrap .select-wrap select {
  width: 540px;
  height: 40px;
  padding: 0 15px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.group .sing-up-wrap .select-wrap .cost {
  margin-left: 30px;
  color: #f00;
  font-size: 14px;
}
.group .remarks-wrap {
  padding: 30px 50px 50px;
}
.group .remarks-wrap textarea {
  width: 100%;
  height: 135px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  resize: none;
}
.group .ticket-title {
  padding: 38px 0 25px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.group .ticket-table {
  width: 818px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0.4);
  /* .key {
       width: 218px;
       height: 38px;
       text-align: center;
       background-color: #ebebeb;
     }

     .val {
       padding-left: 38px;
     }*/
}
.group .ticket-table td {
  padding: 0 10px;
}
.group .ticket-table .img {
  width: 145px;
  height: 180px;
  padding: 0;
}
.group .ticket-table .img img {
  width: 100% !important;
  height: 100% !important;
}
.group .ticket-tips {
  width: 828px;
  line-height: 30px;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #333;
  font-size: 16px;
}
.group .ticket-tips .con {
  text-indent: 30px;
}
.group .ticket-tips .tail {
  padding-right: 50px;
  text-align: right;
}
.group .ticket-hr {
  width: 828px;
  margin: 20px auto 0;
}
.group .ticket-notice {
  width: 828px;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #333;
  font-size: 12px !important;
}
.group .ticket-notice p,
.group .ticket-notice span {
  font-size: 12px !important;
}
.group .ticket-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 50px 0 70px;
}
.group .ticket-btn-wrap .btn {
  width: 200px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #FA9507;
  border-radius: 4px;
}
.group .result-wrap {
  padding: 35px 50px 160px;
}
.group .result-wrap .select-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 14px;
}
.group .result-wrap .select-wrap .text {
  margin-right: 6px;
}
.group .result-wrap .select-wrap select {
  width: 360px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  appearance: none;
}
.group .result-wrap .result-table {
  width: 100%;
  color: #333;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0.4);
}
.group .result-wrap .result-table .key {
  width: 218px;
  height: 38px;
  text-align: center;
  background-color: #ebebeb;
}
.group .result-wrap .result-table .val {
  padding-left: 38px;
}
.group .result-wrap .result-btn-wrap {
  display: flex;
  justify-content: space-around;
  padding: 20px 0 40px;
}
.group .result-wrap .result-btn-wrap .btn {
  width: 80px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #FA9507;
  border-radius: 4px;
}
.group .result-wrap .result-btn-wrap .btn.long {
  width: 120px;
}
.group .result-wrap .result-link-wrap {
  display: flex;
  justify-content: flex-end;
}
.group .result-wrap .result-link-wrap .link {
  margin-left: 34px;
  color: #0084FF;
  font-size: 14px;
  text-decoration: underline;
}
.upload-item {
  position: relative;
  width: 260px;
  height: 196px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.upload-item > img {
  width: 100%;
  height: 100%;
}
.upload-item .upload-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  cursor: pointer;
}
.upload-item .upload-btn img {
  margin-bottom: 10px;
}
.upload-item .upload-delete-btn {
  display: none;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.upload-item .upload-delete-btn span {
  position: absolute;
  bottom: 10%;
  left: 20%;
  color: #fff;
  font-size: 20px;
}
.promise {
  padding: 20px 50px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
}
.tick {
  padding: 26px 0 14px;
  color: #444;
  font-size: 14px;
}
.tick label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tick label input {
  margin-right: 6px;
  background-color: #ffd77a;
}
.submit {
  width: 280px;
  line-height: 40px;
  margin: 0 auto 100px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #FA9507;
  border-radius: 4px;
  cursor: pointer;
}
/*status*/
.explain-wrap {
  margin-bottom: 10px;
  padding: 30px 50px;
  background-color: #fff;
}
.explain-wrap .name {
  padding-bottom: 6px;
  color: #f00;
  font-size: 18px;
}
.explain-wrap .describe {
  color: #333;
  font-size: 14px;
}
.query-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 36px 0 70px;
}
.query-btn-wrap .btn {
  width: 80px;
  line-height: 40px;
  margin: 0 35px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0084FF;
  border-radius: 4px;
}
.query-btn-wrap .btn.long {
  width: 120px;
}
/*login*/
.login-wrap {
  width: 100%;
  height: 640px;
  background: url("../img/login-bg.jpg") no-repeat center;
}
.login-wrap .form-list {
  position: absolute;
  top: 115px;
  right: 0;
  width: 300px;
  padding: 40px 50px 60px;
  background: #fff;
}
.login-wrap .form-list .header {
  padding-bottom: 8px;
  font-size: 20px;
}
.login-wrap .form-list .item {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.login-wrap .form-list .item.radio {
  flex-direction: unset;
  justify-content: center;
}
.login-wrap .form-list .item.radio label {
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding-bottom: 0;
  font-size: 15px;
}
.login-wrap .form-list .item.radio label input[type=radio] {
  margin-right: 4px;
}
.login-wrap .form-list .item label {
  padding-bottom: 10px;
  color: #333;
  font-size: 14px;
}
.login-wrap .form-list .item input[type=text],
.login-wrap .form-list .item input[type=password] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.login-wrap .form-list .pwd-tips {
  padding-top: 8px;
  color: #f00;
  font-size: 12px;
}
.login-wrap .form-list .form-btn-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}
.login-wrap .form-list .form-btn-wrap input[type=button] {
  width: 136px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.login-wrap .form-list .form-btn-wrap input[type=button].orange {
  background-color: #FA9507;
}
.login-wrap .form-list .form-btn-wrap input[type=button].blue {
  background-color: #0084FF;
}
.copyright {
  padding: 78px 0 40px;
  color: #444;
  font-size: 14px;
  text-align: center;
}
/*state*/
.state-tips-wrap {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.state-tips-wrap .state-number-wrap {
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
}
.state-tips-wrap .state-number-wrap .state-number {
  color: #e40202;
  font-size: 18px;
}
.state-tips-wrap .state-tips {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 25px 22px;
  background-color: #fff9e6;
  border: 1px solid #ffd77a;
}
.state-tips-wrap .state-tips.green {
  background: #F5FFF6;
  border-color: #4CBC65;
}
.state-tips-wrap .state-tips.green .info-wrap .title .state-text {
  color: #00BB4B;
}
.state-tips-wrap .state-tips .info-wrap {
  flex: 1;
  padding: 0 40px 0 18px;
}
.state-tips-wrap .state-tips .info-wrap .title {
  padding-bottom: 5px;
  color: #333;
  font-size: 18px;
}
.state-tips-wrap .state-tips .info-wrap .title .state-text {
  color: #FA9507;
}
.state-tips-wrap .state-tips .info-wrap .content {
  color: #666;
  font-size: 14px;
}
.state-tips-wrap .state-btn-wrap {
  display: flex;
  align-items: center;
}
.state-tips-wrap .state-btn-wrap .btn {
  display: inline-block;
  padding: 0 28px;
  line-height: 40px;
  border-radius: 4px;
}
.state-tips-wrap .state-btn-wrap .btn:first-child {
  margin-right: 20px;
}
.state-tips-wrap .state-btn-wrap .btn.orange {
  color: #fff;
  background-color: #FA9507;
}
.state-tips-wrap .state-btn-wrap .btn.green {
  color: #fff;
  background-color: #1AC05D;
}
.state-tips-wrap .state-btn-wrap .btn.border {
  color: #333;
  border: 1px solid #666;
}
/*single-page*/
.single-page {
  margin-bottom: 100px;
  padding: 80px 50px;
  background-color: #fff;
}
/*ba-window*/
.ba-window {
  position: relative;
  width: 360px;
  padding: 20px;
  background: #F5FFF6;
  border: 1px solid #4CBC65;
}
.ba-window .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-indent: 5px;
  border-radius: 0 0 0 24px;
  background-color: rgba(0, 0, 0, 0.5);
}
/*media*/
@media (max-width: 1024px) {
  .container {
    width: 960px;
  }
  .group {
    /*index*/
  }
  .group .form-wrap .form-input {
    width: 400px;
  }
  .group .upload-item {
    width: 200px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 720px;
  }
  .group {
    /*index*/
    /*status*/
  }
  .group .form-wrap .form-input {
    width: 280px;
  }
  .group .upload-item {
    width: 142px;
    height: 106px;
  }
  .group .upload-item .upload-btn img {
    width: 22%;
  }
  .group .sing-up-wrap .select-wrap select {
    width: 300px;
  }
  .group .ticket-table {
    width: 618px;
  }
  .group .ticket-notice {
    width: 628px;
  }
}
@media (max-width: 480px) {
  h1.title {
    padding: 36px 0 16px;
    font-size: 34px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  /*index*/
  .index-tips {
    display: flex;
    height: auto;
    padding: 20px;
  }
  .btn-wrap .btn {
    width: 105px;
    height: 42px;
    line-height: 42px;
    margin: 0 5px;
  }
  .number {
    height: 50px;
  }
  .group {
    /*index*/
    /*status*/
    /*result*/
  }
  .group .title {
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .group .form-wrap {
    padding: 15px 20px 14px;
  }
  .group .form-wrap .form-input {
    width: 100%;
  }
  .group .upload-wrap {
    flex-wrap: wrap;
    padding: 15px 20px 20px;
  }
  .group .upload-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .group .upload-item .upload-btn img {
    width: auto;
  }
  .group .sing-up-wrap {
    padding: 15px 20px 20px;
  }
  .group .sing-up-wrap .select-wrap select {
    width: 50%;
  }
  .group .remarks-wrap {
    padding: 15px 20px 20px;
  }
  .group .ticket-title {
    padding: 28px 0 15px;
  }
  .group .ticket-table {
    width: 305px;
  }
  .group .ticket-table .img {
    width: 66px;
  }
  .group .ticket-table .key {
    width: 26%;
  }
  .group .ticket-table .val {
    padding-left: 10px;
  }
  .group .ticket-notice {
    width: 305px;
  }
  .group .result-wrap {
    padding: 15px 20px 80px;
  }
  .group .result-wrap .select-wrap select {
    width: 215px;
    padding: 0 15px;
  }
  .group .result-wrap .result-table .key {
    width: 40%;
  }
  .group .result-wrap .result-table .val {
    padding-left: 15px;
  }
  .group .result-wrap .result-btn-wrap {
    justify-content: space-between;
  }
  .group .result-wrap .result-btn-wrap .btn {
    width: 50px;
    line-height: 30px;
  }
  .group .result-wrap .result-btn-wrap .btn.long {
    width: 80px;
  }
  .group .result-wrap .result-link-wrap {
    justify-content: center;
  }
  .group .result-wrap .result-link-wrap .link {
    margin: 0 10px;
  }
  .promise {
    padding: 15px 20px;
  }
  /*status*/
  .explain-wrap {
    padding: 20px;
  }
  .explain-wrap .name {
    font-size: 16px;
  }
  /*login*/
  .login-wrap {
    height: 448px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .login-wrap .form-list {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px;
    top: 34px;
  }
  .copyright {
    padding: 58px 0 40px;
  }
  /*state*/
  .state-number-wrap {
    text-align: center;
  }
  .state-tips-wrap {
    padding: 20px 20px 40px;
  }
  .state-tips-wrap .state-tips {
    flex-wrap: wrap;
    padding: 20px;
  }
  .state-tips-wrap .state-tips .info-wrap {
    padding: 0 0 0 18px;
  }
  .state-tips-wrap .state-tips .info-wrap .title {
    font-size: 17px;
  }
  .state-tips-wrap .state-tips .info-wrap .upload-item {
    width: 208px;
    height: 158px;
  }
  .state-tips-wrap .state-tips .state-btn-wrap {
    padding-top: 25px;
  }
  .state-tips-wrap .state-btn-wrap {
    width: 100%;
    justify-content: center;
  }
  .state-tips-wrap .state-btn-wrap .btn {
    margin: 0 10px;
    padding: 0 18px;
    line-height: 30px;
  }
  .state-tips-wrap .state-btn-wrap .btn:first-child {
    margin-right: 10px;
  }
}



table.gridtable {
width: 90%;
font-family: verdana,arial,sans-serif;
font-size:14px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}

/*# sourceMappingURL=style.css.map */