.g-paymentDialog[data-v-ac7c10ac] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-paymentDialog .m-paymentDialog[data-v-ac7c10ac] {
  width: 560px;
  height: 510px;
  background: #111111;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-top[data-v-ac7c10ac] {
  width: 100%;
  height: 50px;
  background: #232529;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-top .closePic[data-v-ac7c10ac] {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-main[data-v-ac7c10ac] {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 190px;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-main .paymentPic[data-v-ac7c10ac] {
  width: 100%;
  margin-top: 40px;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-main .paymentDialog-main-text[data-v-ac7c10ac] {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 65px;
}
.g-paymentDialog .m-paymentDialog .u-paymentDialog-main .paymentDialog-main-text2[data-v-ac7c10ac] {
  text-align: center;
  color: #EF9A4B;
  font-size: 32px;
  line-height: 32px;
  margin-top: 12px;
  font-weight: 500;
}

.g-mobileLogin[data-v-7b00c3b8] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.g-mobileLogin .logining-box[data-v-7b00c3b8] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.g-mobileLogin .m-mobileLogin[data-v-7b00c3b8] {
  width: 460px;
  height: 730px;
  background-color: #0a0a0a;
}
.g-mobileLogin .m-mobileLogin .title[data-v-7b00c3b8] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3c414d;
  border-radius: 2px 2px 0px 0px;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .title .close-item[data-v-7b00c3b8] {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 2px;
  background: #3ca909;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content[data-v-7b00c3b8] {
  width: 100%;
  height: 730px;
}
.g-mobileLogin .m-mobileLogin .content .divider[data-v-7b00c3b8] {
  width: 300px;
  margin-left: 80px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.g-mobileLogin .m-mobileLogin .content .divider[data-v-7b00c3b8] .el-divider__text {
  background: #0a0a0a;
  color: #4d4d4d;
}
.g-mobileLogin .m-mobileLogin .content .divider[data-v-7b00c3b8] .el-divider {
  background-color: #4d4d4d;
}
.g-mobileLogin .m-mobileLogin .content .logo[data-v-7b00c3b8] {
  text-align: center;
  margin-top: 70px;
}
.g-mobileLogin .m-mobileLogin .content .logo img[data-v-7b00c3b8] {
  width: 66px;
  height: 100px;
}
.g-mobileLogin .m-mobileLogin .content #appCanvas[data-v-7b00c3b8] {
  width: 760px;
  height: 100%;
}
.g-mobileLogin .m-mobileLogin .content .main-right[data-v-7b00c3b8] {
  flex: auto;
  height: 100%;
}
.g-mobileLogin .m-mobileLogin .content .main-right .btn-box[data-v-7b00c3b8] {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .btn-box .btn[data-v-7b00c3b8] {
  padding: 12px 17px;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .btn-box .btn.men-btn[data-v-7b00c3b8] {
  border-radius: 2px 0 0 2px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .btn-box .btn.women-btn[data-v-7b00c3b8] {
  border-radius: 0 2px 2px 0;
}
.g-mobileLogin .m-mobileLogin .content .main-right .btn-box .btn.selected[data-v-7b00c3b8] {
  background-color: #2991f1;
  border: 1px solid #2991f1;
}
.g-mobileLogin .m-mobileLogin .content .main-right .cancel-item[data-v-7b00c3b8] {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #3ca909;
  border-radius: 2px 2px 2px 2px;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  margin-left: 80px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .go-preview[data-v-7b00c3b8] {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  margin-left: 80px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box[data-v-7b00c3b8] {
  margin-top: 10px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item[data-v-7b00c3b8] {
  margin-top: 20px;
  margin-left: 80px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-text[data-v-7b00c3b8] {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-text span[data-v-7b00c3b8] {
  color: #ed114b;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item input[data-v-7b00c3b8] {
  width: 300px;
  height: 36px;
  background-color: #1f1f1f;
  border: none;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 2px;
  margin-top: 10px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item input[data-v-7b00c3b8]::placeholder {
  color: #ccc;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom[data-v-7b00c3b8] {
  display: flex;
  margin-top: 10px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom[data-v-7b00c3b8] .ivu-upload-list {
  margin-top: 0px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .uploadLogo[data-v-7b00c3b8] {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .logo-item[data-v-7b00c3b8] {
  width: 64px;
  height: 64px;
  position: relative;
  margin-right: 20px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .logo-item img[data-v-7b00c3b8] {
  width: 100%;
  height: 100%;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .logo-item .del-logo[data-v-7b00c3b8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right[data-v-7b00c3b8] {
  display: flex;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-bac[data-v-7b00c3b8] {
  width: 64px;
  height: 64px;
  background: #fff;
  position: relative;
  margin-right: 10px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-bac[data-v-7b00c3b8]::after {
  content: "";
  width: 34px;
  height: 34px;
  background: #2991f1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-text[data-v-7b00c3b8] {
  display: flex;
  font-size: 12px;
  color: #999999;
  flex-direction: column;
  justify-content: space-between;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-text .text-two[data-v-7b00c3b8] {
  text-indent: 18px;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-text .text-two[data-v-7b00c3b8]::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-text .text-three[data-v-7b00c3b8] {
  text-indent: 18px;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .input-item .item-bottom .bottom-right .right-text .text-three[data-v-7b00c3b8]::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2991f1;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .sketchMap[data-v-7b00c3b8] {
  display: flex;
  margin-top: 20px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .sketchMap .item-sketch[data-v-7b00c3b8] {
  margin-right: 20px;
  height: 100px;
  width: 178px;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .sketchMap .notUploaded[data-v-7b00c3b8] {
  background-image: url("../assets/images/Rectangle 737@2x.0fd43748b80fd695ed19640f57285811.png");
  background-size: 100% 100%;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .sketchMap .uploaded[data-v-7b00c3b8] {
  background-image: url("../assets/images/Rectangle 738@2x.abae5c9ad6a1bba47a98d58a851ec960.png");
  background-size: 100% 100%;
}
.g-mobileLogin .m-mobileLogin .content .main-right .input-box .sketchMap .item-tip[data-v-7b00c3b8] {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 38%;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box[data-v-7b00c3b8] {
  width: 100%;
  margin-top: 40px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-text[data-v-7b00c3b8] {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-btn[data-v-7b00c3b8] {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-btn .box-btn-left[data-v-7b00c3b8] {
  width: 148px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #333333;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-btn .box-btn-right[data-v-7b00c3b8] {
  display: flex;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-btn .box-btn-right div[data-v-7b00c3b8] {
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #2991f1;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .main-right .bottom-box .bottom-box-btn .box-btn-right div[data-v-7b00c3b8]:last-child {
  background: #3ca909;
}
@media screen and (max-height: 900px) {
.m-mobileLogin[data-v-7b00c3b8] {
    transform: scale(0.8) !important;
}
}
@media screen and (max-height: 650px) {
.m-mobileLogin[data-v-7b00c3b8] {
    transform: scale(0.6) !important;
}
}

.ZPanel {
  position: relative;
  overflow: auto;
}
.ZPanel .handle {
  opacity: 0;
  background-color: transparent;
  position: absolute;
}
.ZPanel .handle:hover {
  background-color: transparent;
  opacity: 1;
}
.ZPanel .resizing {
  opacity: 1;
}
.ZPanel .resizable-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px solid #2991F1;
  cursor: ew-resize;
}
.ZPanel .resizable-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  border-right: 2px solid #2991F1;
  cursor: ew-resize;
}
.ZPanel .resizable-top {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px solid #2991F1;
  cursor: ns-resize;
}
.ZPanel .resizable-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-bottom: 2px solid #2991F1;
  cursor: ns-resize;
}

