.lpk_biaoti {
  text-align: center;
  color: #fff;
}
.lpk_biaoti h5 {
  font-size: 58px;
}
.lpk_biaoti div {
  margin-top: 34px;
}
.lpk_biaoti div p {
  font-size: 22px;
  margin: 0;
}
.lpk_biaoti div p a {
  color: #fff;
}
.flexBetween {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lpk_biaodan {
  background: #f2f5f8;
  padding: 100px 0;
}
.lpk_biaodan .box {
  margin: 0 15vw;
  background: #fff;
  min-height: 100px;
  box-sizing: border-box;
  padding: 100px 0 78px;
}
.lpk_biaodan .box .item_ {
  align-items: center;
  margin-bottom: 45px;
}
.lpk_biaodan .box .item_ .left {
  width: 204px;
  font-size: 16px;
  color: #000;
  text-align: right;
}
.lpk_biaodan .box .item_ .left span {
  color: #ff0000;
}
.lpk_biaodan .box .item_ .right {
  width: calc(100% - 204px);
  box-sizing: border-box;
  padding: 0 100px 0 76px;
}
.lpk_biaodan .box .item_ .right input[type="text"] {
  display: block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 5px;
  border:0
}
.lpk_biaodan .box .item_ .right input[type="text"]::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.lpk_biaodan .box .item_ .right input[type="text"]::-moz-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.lpk_biaodan .box .item_ .right input[type="text"]:-moz-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.lpk_biaodan .box .item_ .right input[type="text"]:-ms-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.lpk_biaodan .box .item_ .p_ p {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-right: 20px;
  line-height: 40px;
  width: 162px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
}
.lpk_biaodan .box .item_ .p_ .on {
  background: #0189ff;
  color: #fff;
}
.lpk_biaodan .box .item_ .select {
  position: relative;
}
.lpk_biaodan .box .item_ .select input {
  cursor: pointer;
}
.lpk_biaodan .box .item_ .select p {
  position: absolute;
  right: 122px;
  top: 50%;
  transform: translateY(-50%);
}
.lpk_biaodan .box .item_ .select p i {
  font-weight: bold;
  font-size: 14px;
}
.lpk_biaodan .box .item_ .two .le {
  width: 28%;
  background: #f2f2f2;
  border-radius: 5px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 16px;
  line-height: 60px;
}
.lpk_biaodan .box .item_ .two .ri {
  width: 70%;
}
.lpk_biaodan .box .item_ .infomation p {
  font-size: 14px;
  color: #666;
  padding-left: 12px;
  position: relative;
  margin: 0;
  line-height: 24px;
}
.lpk_biaodan .box .item_ .infomation p span {
  color: red;
  position: absolute;
  top: 0;
  left: 0;
}
.lpk_biaodan .box .button input {
  font-size: 16px;
  background: #0189ff;
  color: #fff;
  width: 195px;
  height: 50px;
  border-radius: 25px;
  display: block;
  box-shadow: 0px 0px 16px #b4dcff;
  border:0;
}
.button{display:flex;justify-content: center;}
.lpkLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}
.lpkLayer .box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lpkLayer .box .main {
  background: #fff;
  width: 57%;
  min-height: 100px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 45px 40px;
  max-height: 720px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.lpkLayer .box .main::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.lpkLayer .box .main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #188cfb;
}
.lpkLayer .box .main::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #e5e5e5;
}
.lpkLayer .box .main .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.lpkLayer .box .main .title span {
  position: absolute;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
.lpkLayer .box .main .list {
  margin-top: 60px;
}
.lpkLayer .box .main .list .item_ {
  width: 32%;
  margin-right: 2%;
}
.lpkLayer .box .main .list .item_:nth-child(3n) {
  margin-right: 0;
}
.lpkLayer .box .main .list .item_ p {
  background: #f2f2f2;
  line-height: 58px;
  font-size: 18px;
  padding: 0 25px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0;
  margin-bottom: 20px;
}
.lpkLayer .box .main .list .active p {
  background: #0189ff;
  color: #fff;
}
.lpkLayer .box .main .list .for {
  margin-top: 30px;
}
.lpkLayer .box .main .list .for h5 {
  font-size: 20px;
  margin-bottom: 30px;
}
.lpkLayer .box .main .list1 .item_ {
  width: 49%;
  margin-right: 0%;
}
.lpkLayer .box .main .list2 {
  padding-top: 30px;
  margin-top: 0px;
}
@media screen and (max-width: 1600px) {
  .lpk_biaodan .box {
    margin: 0 11vw;
  }
  .lpkLayer .box .main {
    max-height: 640px;
  }
  .lpkLayer .box .main .list .item_ p {
    font-size: 16px;
  }
  .lpk_biaoti h5 {
    font-size: 42px;
  }
  .lpk_biaoti div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lpk_biaodan .box {
    margin: 0 4%;
  }
  .lpk_biaodan .box .item_ .left {
    width: 140px;
  }
  .lpk_biaodan .box .item_ .right {
    width: calc(100% - 140px);
    padding: 0 40px 0 30px;
  }
  .lpk_biaodan .box .item_ .p_ p {
    margin-right: 16px;
    width: 140px;
  }
  .lpk_biaodan .box .item_ {
    margin-bottom: 20px;
  }
  .lpk_biaodan .box .item_ .select p {
    right: 60px;
  }
  .lpk_biaodan {
    padding: 60px 0;
  }
  .lpkLayer .box .main {
    width: 84%;
  }
  .lpkLayer .box .main {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 669px) {
  .lpk_biaoti h5 {
    font-size: 24px;
  }
  .lpk_biaoti div p {
    font-size: 16px;
  }
  .lpk_biaoti div {
    margin-top: 20px;
  }
  .lpk_biaodan .box {
    padding: 40px 0 50px;
  }
  .lpk_biaodan .box .item_ .left {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .lpk_biaodan .box .item_ .right {
    width: 100%;
    padding: 0 25px;
    margin-top: 15px;
    font-size: 16px;
  }
  .lpk_biaodan .box .item_ .p_ p {
    width: 49%;
    font-size: 14px;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .lpk_biaodan .box .item_ .p_ p:nth-child(2n) {
    margin-right: 0;
  }
  .lpk_biaodan .box .item_ .right input[type="text"] {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
  .lpk_biaodan .box .item_ .right input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .lpk_biaodan .box .item_ .right input[type="text"]::-moz-placeholder {
    font-size: 14px;
  }
  .lpk_biaodan .box .item_ .right input[type="text"]:-moz-placeholder {
    font-size: 14px;
  }
  .lpk_biaodan .box .item_ .right input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .lpk_biaodan .box .item_ .select p i {
    font-size: 10px;
  }
  .lpk_biaodan .box .item_ .select p {
    right: 40px;
  }
  .lpk_biaodan .box .item_ .two .le {
    width: 28%;
    height: 50px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 50px;
  }
  .lpk_biaodan .box .button input {
    font-size: 16px;
  }
  .lpkLayer .box .main {
    max-height: 80%;
  }
  .lpkLayer .box .main .list {
    margin-top: 35px;
  }
  .lpkLayer .box .main .list .item_ p {
    line-height: 48px;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .lpkLayer .box .main .title {
    font-size: 18px;
    line-height: 68px;
  }
  .lpkLayer .box .main .list .item_ {
    width: 49%;
    margin-right: 2% !important;
  }
  .lpkLayer .box .main .list .item_:nth-child(2n) {
    margin-right: 0 !important;
  }
  .lpkLayer .box .main .list1 .item_ {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .lpkLayer .box .main .list .for h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .lpkLayer .box .main .list2 {
    padding-top: 0;
  }
  .lpk_biaodan .box .item_ .p_ p {
    margin-bottom: 10px;
  }
  .lpkLayer .box .main .list .for {
    margin-top: 24px;
  }
  .lpk_biaodan .box .item_ .left {
    font-size: 16px;
  }
  .lpk_biaodan .box .item_ .infomation p {
    font-size: 12px;
    line-height: 18px;
  }
}
