* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.fcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  width: 100vw;
  display: flex;
  justify-content: center;
  font-size: 3.5vw;
  padding: 8vw 0;
  font-weight: bold;
  background-image: url(../images/gdhead.png);
  background-size: 100% 100%;
  vertical-align: middle;
}
header .leftbtn {
  color: #0088FF;
  margin-right: 8vw;
}
header .rightbtn {
  color: #717477;
  margin-left: 8vw;
}
.work {
  display: none;
  padding: 5vw;
  background: url('../images/gr.png') no-repeat;
  background-size: 100%;
}
.work .itme {
  margin-top: 5vw;
  border: 1px solid #44B5FC;
  border-radius: 5px;
}
.work .itme .itme_head {
  padding: 2vw;
  font-weight: bold;
  background-color: #ececec;
  border-radius: 5px 5px 0 0;
  font-size: 4vw;
}
.work .itme .head_df {
  display: flex;
  justify-content: space-between;
}
.work .itme .head_df select {
  font-size: 4vw;
}
.work .itme .itme_surface {
  height: 80vw;
  background-color: #fff;
}
.work .itme .itme_pay {
  padding: 5vw;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.work .itme .itme_pay .position {
  position: absolute;
  top: 1vw;
  left: 4vw;
  font-size: 3.5vw;
  font-weight: bold;
}
.work .itme .itme_pay .maxitme {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.work .itme .itme_pay .maxitme .max {
  flex: 1;
}
.work .itme .itme_pay .maxitme .max .maxyuan {
  width: 15vw;
  height: 15vw;
  margin: 2vw auto 0;
  border-radius: 50%;
}
.work .itme .itme_pay .maxitme .max .maxyuan .minyuan {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  background-color: #fff;
  font-size: 3.5vw;
}
.work .itme .itme_pay .maxitme .max .maxzi {
  background-color: #826AF9;
}
.work .itme .itme_pay .maxitme .max .maxla {
  background-color: #2D99FF;
}
.work .itme .itme_pay .maxitme .max .maxlv {
  background-color: #2CD9C5;
}
.work .itme .itme_pay .maxitme .max .maxhs {
  background-color: #F9A86A;
}
.work .itme .itme_pay .minitme {
  display: flex;
  justify-content: space-between;
}
.work .itme .itme_pay .minitme .min {
  flex: 1;
}
.work .itme .itme_pay .minitme .min .maxyuan {
  width: 12vw;
  height: 12vw;
  margin: 5vw auto 0;
  border-radius: 50%;
  background-color: aqua;
}
.work .itme .itme_pay .minitme .min .maxyuan .minyuan {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #fff;
  font-size: 3.5vw;
}
.work .itme .itme_pay .minitme .min .minsl {
  background-color: #36B3D4;
}
.work .itme .itme_pay .minitme .min .mindl {
  background-color: #39C2FF;
}
.work .itme .itme_pay .minitme .min .mindh {
  background-color: #FF0AAD;
}
.work .itme .itme_pay .minitme .min .minsl {
  background-color: #9EF96A;
}
.work .itme .itme_pay .minitme .min .mindz {
  background-color: #D18AFA;
}
.work .itme .itme_pay .minitme .min .minqh {
  background-color: #F96A6A;
}
.site {
  background: url('../images/gd.png') no-repeat;
  background-size: 100%;
  padding: 5vw;
}
.site .itme {
  margin-top: 5vw;
  border: 1px solid #44B5FC;
  border-radius: 5px;
}
.site .itme .itme_head {
  padding: 2vw;
  font-size: 1vw;
  font-weight: bold;
  background-color: #ececec;
  border-radius: 5px 5px 0 0;
  font-size: 4vw;
}
.site .itme .head_df {
  display: flex;
  justify-content: space-between;
}
.site .itme .head_df select {
  font-size: 4vw;
}
.site .itme .itme_surface {
  height: 80vw;
  background-color: #fff;
}
.modality {
  position: fixed;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modality input {
  border: 0;
  border-style: none;
  outline: none;
}
.modality .box {
  width: 80%;
  padding: 5vw 5vw 10vw;
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 10%;
  position: relative;
}
.modality .box .boxinput {
  display: flex;
  margin-top: 3vw;
  justify-content: space-around;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1vw;
}
.modality .box .boxinput p {
  font-size: 4vw;
  background-color: #254EFF;
  border-radius: 5px;
  color: #fff;
  padding: 1vw 2vw;
}
.modality .box .alert {
  position: absolute;
  bottom: 2vw;
  left: 8vw;
  display: none;
  color: red;
}
