html,
body,
.dialog-modal {
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.dialog-modal {
  position: fixed;
  top: 0;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

.dialog-modal .dialog-wrapper {
  width: 1200px;
  /* height: 600px; */
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(62, 66, 66, 0.26);
  -moz-box-shadow: 0px 3px 14px 0px rgba(62, 66, 66, 0.26);
  box-shadow: 0px 3px 14px 0px rgba(62, 66, 66, 0.26);
  border-radius: 2px 2px 2px 2px;
  opacity: 0.9;
}

.dialog-modal .dialog-head {
  display: flex;
  justify-content: flex-end;
}

.dialog-modal .dialog-head .close {
  width: 36px;
  height: 36px;
  background-image: url(/images/icon/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.dialog-modal .dialog-wrapper .dialog-content {
  display: flex;
  padding: 20px 40px 40px;
}

.dialog-modal .dialog-wrapper .dialog-content .dialog-content-left {
  width: 584px;
  /* height: 442px; */
}

.dialog-modal .dialog-wrapper .dialog-content .dialog-content-left img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.dialog-modal .dialog-content-right {
  padding: 20px 60px 0;
  flex: 1;
}

.dialog-modal .dialog-content-right .title {
  font-weight: 700;
  font-size: 28px;
  color: #3c454f;
  line-height: 41px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

input {
  background: none;
  outline: none;
  border: none;
}
input:focus {
  border: none;
}

.dialog-modal .dialog-content-right .form {
  display: flex;
  flex-direction: column;
  position: relative;
}

.dialog-modal .dialog-content-right .form .item {
  height: 50px;
  background: #f5f7fc;
  border-radius: 4px 4px 4px 4px;
  padding: 0 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.dialog-modal .dialog-content-right .form .item:last-child {
  margin-bottom: 0;
}

.dialog-modal .dialog-content-right .form .item input {
  height: 100%;
  font-weight: 500;
  flex-grow: 1;
}

.dialog-modal .dialog-content-right .item .send-code {
  width: 110px;
  font-weight: 400;
  font-size: 14px;
  color: #1e8dff;
  padding-left: 25px;
  height: 25px;
  line-height: 25px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.dialog-modal .dialog-content-right .item .send-code:hover {
  transition: all 0.1s;
  color: #5fa8f3;
}

.dialog-wrapper .ysxl input {
  display: none;
}
.dialog-wrapper .ysxl label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #448bf7;
  position: relative;
  cursor: pointer;
}
.dialog-wrapper .ysxl label::before {
  display: inline-block;
  content: ' ';
  width: 10px;
  border: 2px solid #fff;
  height: 4px;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 2px;
  left: 1px;
  position: absolute;
  opacity: 0;
}
.dialog-wrapper .ysxl input:checked + label {
  background: #448bf7;
}
.dialog-wrapper .ysxl input:checked + label::before {
  opacity: 1;
  transform: all 0.5s;
}

.dialog-wrapper .ysxl {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 34px 0 16px;
}

.dialog-wrapper .ysxl span {
  margin: 0 5px;
}

.dialog-wrapper .ysxl a {
  color: #1e8dff;
  text-decoration: none;
}

.dialog-wrapper .download {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e8dff;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  border: none;
}

.dialog-wrapper .download[disable] {
  background: rgba(30, 141, 255, 0.7);
}

.dialog-wrapper .download:hover {
  background-color: #5b9ee3;
}
.dialog-wrapper .download[disable]:hover {
  background: rgba(30, 141, 255, 0.7);
}

.dialog-wrapper .img-code img {
  width: 100px;
  object-fit: fill;
}

.dialog-modal .dialog-content-right .form .item.img-code {
  /* display: none; */
}

/* 模拟下拉框 */
.select-box {
  position: relative;
}

.select-box .select-input {
  cursor: pointer;
  outline: none;
  /* border-radius: 4px; */
  /* font-size: 12px; */
  /* font-weight: 400; */
  /* color: rgba(187, 187, 187, 1); */
  color: rgba(34, 34, 34, 1);
  margin: 0;
  background: #f3f6fb url('/images/dialog/you.png') no-repeat scroll 95% center;
  background-size: 11px 11px;
  cursor: pointer;
  box-sizing: border-box;
  /* background-color: #ffffff; */
  /* border: 1px solid rgba(204, 204, 204, 1); */
}

.select-box .select-input.isActive {
  background-image: url(/images/dialog/xia.png);
}

.select-box .options-box {
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  min-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 10;
  padding: 0 50px;
  max-height: 250px;
}

.select-box .options-box li {
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid;
  padding: 10px 0;
  border-image: linear-gradient(
      90deg,
      rgba(206.0000029206276, 206.0000029206276, 222.00000196695328, 0),
      rgba(206.0000029206276, 206.0000029206276, 222.00000196695328, 1),
      rgba(206.0000029206276, 206.0000029206276, 222.00000196695328, 0)
    )
    1 1;
}

.select-box .options-box li:last-child {
  border: none;
}

.select-box .options-box li.active {
  color: #1e8dff;
}

.FlexAuto {
  flex-grow: 1 !important;
  flex-basis: auto;
  flex-shrink: 1;
  display: flex;
  width: auto;
  min-width: 10px;
}

.hide {
  display: none;
}


.down-dialog-wrapper .title {
  font-weight: bold;
  font-size: 30px;
  color: #010101 !important;
  margin-bottom: 40px;
}

.down-dialog-wrapper .desc {
  font-weight: 500;
  font-size: 18px;
  color: #A8A8A8;
  margin-bottom: 5px;
}

.down-dialog-wrapper .dialog-content-left,
.down-dialog-wrapper .dialog-content-right {
  display: flex;
  flex-direction: column;
}

.down-dialog-wrapper .dialog-content-left {
  padding-left: 50px;
}

.down-dialog-wrapper .dialog-content-right {
  position: relative;
  border-left: 1px solid #A8A8A8;
}

.down-dialog-wrapper .kefu-img {
  width: 133px;
  height: 133px;
  object-fit: fill;
  vertical-align: bottom;
  margin-top: 56px;
}

.down-dialog-wrapper .down-btn {
  cursor: pointer;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 100px;
  background:linear-gradient(to right,#FE6828,#FD8B34);
}

@media screen and (max-width: 750px) {
  .dialog-modal {
    background-color: rgba(0, 0, 0, 0.6);;
  }

  .dialog-modal .dialog-wrapper {
    width: 8.4rem;
    /* height: 80%; */
    /* height: 14rem; */
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    opacity: 1;
  }

  .dialog-modal .dialog-head {
    position: absolute;
    right: -0.8rem;
    top: -0.8rem;
  }

  .dialog-modal .dialog-head .close {
    width: .6933rem;
    height: .6933rem;
  }

  .dialog-modal .dialog-wrapper .dialog-content {
    flex-direction: column;
    padding: 0;
  }

  .dialog-modal .dialog-content-right .form .item {
    padding: 0 .2667rem;
  }

  .dialog-modal .dialog-wrapper .dialog-content .dialog-content-left {
    width: 100%;
    height: 5.5067rem;
  }

  .dialog-modal .dialog-content-right {
    padding: .2133rem .4rem 0;
  }

  .dialog-modal .dialog-content-right .title {
    display: none;
  }

  .dialog-modal .dialog-content-right .form .item {
    height: .9067rem;
    margin-bottom: .2667rem;
    font-size: .3467rem;
  }

  .dialog-modal .dialog-content-right .form .item input {
    font-size: .3467rem;
  }

  .dialog-modal .dialog-content-right .form .item input::placeholder {
    font-size: .3467rem;
  }

  .dialog-modal .dialog-content-right .item .send-code {
    font-size: .3467rem;
    width: 2.1333rem;
    padding-left: .2rem;
  }

  .dialog-wrapper .ysxl {
    margin: .4667rem 0;
  }

  .dialog-wrapper .ysxl,
  .dialog-wrapper .ysxl a {
    font-size: .2933rem;
  }

  .dialog-wrapper .download {
    height: .9467rem;
    font-size: .4rem;
  }

  .dialog-modal .down-dialog-wrapper .dialog-content {
    flex-direction: column-reverse;
  }

  .dialog-modal .down-dialog-wrapper .dialog-content .dialog-content-right,
  .dialog-modal .down-dialog-wrapper .dialog-content .dialog-content-left {
    display: flex;
    align-items: center;
    padding-top: 1.3333rem;
    padding-bottom: .9067rem;
    padding-left: 0;
  }

  .dialog-modal .down-dialog-wrapper .dialog-content-right .title {
    display: block;
  }

  .dialog-modal .down-dialog-wrapper .title {
    font-size: .4533rem;
    margin-bottom: 0;
  }

  .down-dialog-wrapper .desc {
    font-size: .2933rem;
  }

  .down-dialog-wrapper .kefu-img {
    width: 2.2667rem;
    height: 2.2667rem;
    margin-top: 0;
  }

  .down-dialog-wrapper .dialog-content-right {
    border-left: none;
  }

  .dialog-modal .down-dialog-wrapper .dialog-content .dialog-content-left {
    padding-top: .9333rem;
  }

  .down-dialog-wrapper .desc1 {
    display: none;
  }

  .down-dialog-wrapper .desc {
    margin-top: .3733rem;
    margin-bottom: .7733rem;
  }

  .down-dialog-wrapper .down-btn {
    margin-top: 0;
  }

  .down-dialog-wrapper .dialog-content-right::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
    height: 1px;
    border-top: 1px solid #A8A8A8;
  }

  .select-box .options-box {
    max-height: 5rem;
    top: 0.8rem;
    padding: 0 .6667rem;
  }
}

.loading {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.load-content {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 200px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}