.container1 {
  margin-top: 20px;
}

.search_box {
  width: 1373px;
  background: #F6F7F9;
  border-radius: 4px;
  margin: auto;
  padding: 0 30px 8px 30px;
  margin-top: 50px;
}

.search_box .ver_title {
  display: flex;
  justify-content: space-between;
}

.noteBtn {
  display: inline-block;
  width: 75px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  color: #2188FF;
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #2188FF;
}

.table_box {
  width: 1373px;
  margin: auto;
  margin-top: 60px;
}

.table_box table thead tr td {
  height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
}

.applyFor {
  height: 60px;
  margin: auto;
}

.applyFor p {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  color: #2188FF;
  background-color: #fff;
  border: 1px solid #2188FF;
  cursor: pointer;
}

.invoice_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.invoice_box {
  width: 1020px;
  height: 576px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 4px;
  margin: 10% auto;
  padding: 30px 30px 60px 30px;
  position: relative;
}

.invoice_box .ver_title {
  display: flex;
  justify-content: space-between;
}

.inps {
  width: 210px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  margin-left: 5px;
  padding-left: 5px;
}

.inp00 {
  width: 720px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  margin-left: 5px;
  padding-left: 5px;
}

.inp {
  width: 264px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  margin-left: 5px;
  padding-left: 5px;
}

.emali {
  width: 720px;
  text-align: left;
  margin-left: -96px;
  height: 40px;
  border-radius: 4px;
  padding-left: 5px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
}

.invoice_list {
  text-align: center;
  margin: 25px 0 20px 0;
}

.invoice_list .lable_type {
  width: 360px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: left;
  margin-right: 46px;
  margin-left: 30px;
}

.invoice_list .lable_sin {
  width: 370px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 75px;
}

.invoice_list .lable_type1 {
  width: 162px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 56px;
  margin-left: 43px;
}

.invoice_list .lable_type2 {
  width: 560px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 79px;
}

.invoice_list .receipt {
  width: 833px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 20px;
}
.invoice_list .receipt1 {
  width: 833px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-bottom: 20px;
  text-align: right;
  margin-left: 20px;
}

.applyBtn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #2188FF;
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  left: 45%;
}

.radios {
  width: 10px;
  height: 10px;
  border: 1px solid #666666;
  border-radius: 50px;
  margin-left: 10px !important;
}

tbody tr td {
  background-color: #fff;
  height: 50px;
  border: 0.5px solid #ddd;
  text-align: center;
  font-size: 18px;
}

.getShow {
  color: #2188FF;
  cursor: pointer;
}

.status1 {
  color: #FF5E66;
}

.status2 {
  color: #28C445;
}

.status3 {
  color: #999999;
}

select,
textarea,
button,
input {
  -webkit-appearance: auto;
}

.logo_drak {
  width: 257px;
  height: 47px;
}

.online_server_drak {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/online_server_drak.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.person_drak {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/person_drak.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.searchBtn {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  border: 1px solid #2188FF;
  background-color: #2188FF;
  cursor: pointer;
}

.sureMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.loadingMask{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.loading_title{
  font-size: 30px;
  color:#fff;
  text-align: center;
  margin: 25% auto;
}

.sureDialog {
  width: 560px;
  height: 260px;
  /* border: 1px solid red; */
  margin: 18% auto;
  background-color: #Fff;
  /* position: absolute;
  top: 160px;
  left: 270px; */
  z-index: 5;
  border-radius: 5px;
}

.sureDialog .sure_title {
  font-size: 24px;
  text-align: center;
  padding-top: 55px;
}

.sureDialog .flex_btn {
  display: flex;
  justify-content: space-around;
  height: 72px;
  padding-top: 50px;
}

.determineBtn {
  width: 110px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #2188FF;
  cursor: pointer;
  font-size: 16px;
}

.calcenBtn {
  width: 110px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  color: #2188FF;
  border: 1px solid #2188FF;
  cursor: pointer;
  font-size: 16px;
}