body {
  height: 1080px;
  background-color: #aadefe;
}
.overflow {
  overflow: hidden;
}
.page-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.img-wrap {
  position: relative;
  width: 1058px;
  height: 1038px;
  margin-left: 100px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right-wrap {
  position: relative;
  z-index: 200;
  margin-left: -100px;
  height: 784px;
}
.btn {
  width: 134px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #717171;
  font-size: 25px;
  background-repeat: no-repeat;
  background-size: 134px 50px;
  background-image: url('../img/btn.png');
  cursor: pointer;
}
.btn:hover,
.btn.active {
  color: #fff;
  background-image: url('../img/btn-active.png');
}
.area-list {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
}
.btn-area {
  width: 159px;
  height: 67px;
  text-align: center;
  color: #717171;
  font-size: 23x;
  line-height: 23px;
  padding-top: 10px;
  padding-bottom: 34px;
  background-repeat: no-repeat;
  background-size: 159px 67px;
  color: #fff;
  background-image: url('../img/btn-area.png');
  cursor: pointer;
  margin-bottom: 18px;
}
.btn-back {
  position: fixed;
  right: 72px;
  bottom: 64px;
  width: 155px;
  height: 73px;
  background: #D73838;
  box-shadow: inset 1px 1px 10px 0px #ACACAC;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-size: 36px;
  line-height: 73px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 300;
}
.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  background-color: #B2B2B2;
  overflow: hidden;
}
.dialog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dialog-content {
  width: 900px;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.area-img {
  display: block;
  margin: auto;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.line {
  position: absolute;
  top: 50%;
  right: -100px;
  height: 0;
  border-bottom: 2px dashed #0B6EC1;
  width: 570px;
}
.line::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url('../img/line-poi.png');
}
.line::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 20px 23px;
  background-image: url('../img/line-arrow.png');
}
.line-list {
  padding-top: 50px;
}
.line-item {
  width: 656px;
  margin-left: 174px;
  cursor: pointer;
}
.line-item + .line-item {
  margin-top: 23px;
}
.line-text-wrap {
  position: absolute;
  right: -620px;
  top: 50%;
  transform: translateY(-50%);
}
.line-text {
  width: 494px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: 494px 58px;
  background-image: url('../img/line-text-bg.png');
  color: #fff;
  font-size: 24px;
  padding-left: 35px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
}
.line-text + .line-text {
  margin-top: 20px;
}
.line-item-index {
  box-sizing: border-box;
  padding-right: 10px;
  width: 88px;
  height: 70px;
  background-image: url('../img/line-item-index.png');
  background-repeat: no-repeat;
  background-size: 88px 70px;
  margin-right: 11px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  color: #fff;
}
.line-item-text {
  width: 556px;
  height: 66px;
  background-image: url('../img/line-item-bg.png');
  background-repeat: no-repeat;
  background-size: 556px 66px;
  font-size: 28px;
  font-weight: bold;
  line-height: 65px;
  box-sizing: border-box;
  padding-left: 33px;
  color: #fff;
  white-space: nowrap;
}
.toast {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.toast.hide {
  display: none;
}
.toast-content {
  box-sizing: border-box;
  text-align: center;
  width: 486px;
  height: 214px;
  background: #CCE3F9;
  box-shadow: 1px 1px 1px 0px #2C2C2C;
  border-radius: 20px 20px 20px 20px;
  padding-top: 26px;
}
.toast-title {
  color: #000000;
  font-size: 31px;
  margin-bottom: 25px;
}
.toast-content-text {
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}
.toast-btn {
  background-repeat: no-repeat;
  background-size: 144px 51px;
  background-image: url('../img/toast-btn.png');
  width: 144px;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  cursor: pointer;
}
