.yl-box .flex, .yl-modal .flex {
  display: flex;
}
.yl-box .flex.flex-ac, .yl-modal .flex.flex-ac {
  align-items: center;
}
.yl-box .flex .flex-1, .yl-modal .flex .flex-1 {
  flex: 1;
}

.yl-box input {
  outline: none;
}
.yl-box .iconfont {
  background: url("https://lib.gk100.com/gk100/web/static/images/yl_icon.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: auto 20px;
}
.yl-box .iconfont.icon-address {
  background-position: 0 0;
}
.yl-box .iconfont.icon-unchecked {
  background-position: -20px 0;
}
.yl-box .iconfont.icon-checked {
  background-position: -40px 0;
}
.yl-box .iconfont.icon-arrow-down {
  background-position: -60px 0;
}
.yl-box ::-ms-clear, .yl-box ::-ms-reveal {
  display: none;
}
.yl-box .mini {
  width: 100%;
  background-color: #0089CD;
  border-radius: 4px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 2px 6px #D7D5D5;
}
.yl-box .mini .desc {
  font-size: 32px;
  color: white;
  font-weight: bold;
}
.yl-box .mini .input-box {
  width: 290px;
  border: 1px solid #FD7649;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  background-color: white;
}
.yl-box .mini .input-box .input {
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: #757575;
  line-height: 56px;
}
.yl-box .mini .input-box .btn {
  width: 130px;
  height: 100%;
  background-color: #FD7649;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
}
.yl-box .default .sub-new-default, .yl-box .default .sub-normal, .yl-box .default .sub-new, .yl-box .tall .sub-new-default, .yl-box .tall .sub-normal, .yl-box .tall .sub-new, .yl-box .old .sub-new-default, .yl-box .old .sub-normal, .yl-box .old .sub-new {
  display: flex;
  align-items: center;
  align-items: center;
}
.yl-box .default .sub-new, .yl-box .tall .sub-new, .yl-box .old .sub-new {
  cursor: pointer;
}
.yl-box .default .sub-new span, .yl-box .tall .sub-new span, .yl-box .old .sub-new span {
  margin-right: 8px;
}
.yl-box .default .prov-subs, .yl-box .tall .prov-subs, .yl-box .old .prov-subs {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.yl-box .default .prov-subs .icon-address, .yl-box .tall .prov-subs .icon-address, .yl-box .old .prov-subs .icon-address {
  color: #C7C7CC;
  font-size: 18px;
}
.yl-box .default .prov-subs .icon-arrow-down, .yl-box .tall .prov-subs .icon-arrow-down, .yl-box .old .prov-subs .icon-arrow-down {
  font-size: 12px;
}
.yl-box .default .prov-subs .prov-name, .yl-box .tall .prov-subs .prov-name, .yl-box .old .prov-subs .prov-name {
  cursor: pointer;
}
.yl-box .default .prov-subs .prov-name .name, .yl-box .tall .prov-subs .prov-name .name, .yl-box .old .prov-subs .prov-name .name {
  margin: 0 6px;
  font-size: 18px;
}
.yl-box .default [data-sub], .yl-box .tall [data-sub], .yl-box .old [data-sub] {
  margin-left: 20px;
  cursor: pointer;
}
.yl-box .default [data-sub] .iconfont, .yl-box .tall [data-sub] .iconfont, .yl-box .old [data-sub] .iconfont {
  margin-right: 8px;
}
.yl-box .default [data-sub] .icon-unchecked, .yl-box .tall [data-sub] .icon-unchecked, .yl-box .old [data-sub] .icon-unchecked {
  color: #BBBBBB;
}
.yl-box .default [data-sub] .icon-checked, .yl-box .tall [data-sub] .icon-checked, .yl-box .old [data-sub] .icon-checked {
  color: #1581E0;
}
.yl-box .old {
  background-color: white;
}
.yl-box .old .header {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.yl-box .old .body {
  max-width: 430px;
  padding: 36px 0;
  margin: 0 auto;
  font-size: 16px;
}
.yl-box .old .body .input-box input[name=score] {
  display: block;
  line-height: 44px;
  border: 1px solid #eaeaea;
  text-align: center;
  margin: 24px 0;
  width: 100%;
  box-sizing: border-box;
}
.yl-box .old .body .submit {
  color: white;
  background-color: #2565bc;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  border-radius: 22px;
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto;
}
.yl-box .tall {
  background-color: #EEF6FF;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.yl-box .tall .header {
  padding: 18px 32px 32px;
  text-align: center;
  background-color: #3A74CB;
  border-radius: 4px;
}
.yl-box .tall .header .title {
  font-size: 36px;
  color: white;
  font-weight: bold;
}
.yl-box .tall .header .desc {
  background-color: #FFD430;
  padding: 0 32px;
  margin-top: 18px;
  display: inline-block;
  border-radius: 36px;
  font-size: 20px;
  color: #2F2F2F;
  line-height: 34px;
  font-size: 16px;
}
.yl-box .tall .body {
  max-width: 530px;
  padding: 28px 32px 28px;
  margin: 0 auto;
  font-size: 18px;
  color: #2F2F2F;
}
.yl-box .tall .body .show-sub.btn {
  margin-left: 20px;
}
.yl-box .tall .body .show-sub.btn .icon-checked {
  color: #1581E0;
  margin-right: 8px;
}
.yl-box .tall .body .btn {
  cursor: pointer;
}
.yl-box .tall .body .input-box {
  display: flex;
  width: 100%;
  border: 2px solid #3B77CB;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 28px;
  background-color: white;
}
.yl-box .tall .body .input-box [name=score] {
  display: block;
  text-align: center;
  font-size: 18px;
  flex: 1;
}
.yl-box .tall .body .input-box .submit {
  width: 158px;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #3B77CB;
  cursor: pointer;
  font-size: 18px;
}
.yl-box .default {
  background-color: #E5F6FE;
  padding: 0 24px;
}
.yl-box .default .prov-subs .prov-name .name {
  font-size: 14px;
}
.yl-box .default .title {
  font-size: 18px;
  color: #296EA8;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid white;
}
.yl-box .default .body {
  padding: 30px 0;
}
.yl-box .default .body .btn {
  cursor: pointer;
}
.yl-box .default .body .input-box [name=score] {
  border: none;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  height: 42px;
  background-color: white;
  display: block;
  border-radius: 4px;
  width: 100%;
  margin: 24px 0 18px;
  box-sizing: border-box;
}
.yl-box .default .body .submit {
  line-height: 42px;
  text-align: center;
  color: white;
  background-color: #2B88DA;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}

.yl-modal {
  font-size: 18px;
  color: #2f2f2f;
  display: none;
}
.yl-modal select::-ms-expand {
  display: none;
}
.yl-modal .iconfont {
  background: url("https://lib.gk100.com/gk100/web/static/images/yl_icon.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: auto 20px;
}
.yl-modal .iconfont.icon-close {
  background-position: -80px 0;
}
.yl-modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.yl-modal .content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  overflow: hidden;
}
.yl-modal .content.linear-bg {
  background: linear-gradient(to bottom, #EEF6FF 0%, #fff 20%);
}
.yl-modal .content .icon-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #101010;
  cursor: pointer;
  font-size: 16px;
}
.yl-modal .content .mini {
  width: 600px;
  padding: 80px;
}
.yl-modal .content .mini .header {
  text-align: center;
  margin-bottom: 50px;
}
.yl-modal .content .mini .header .title {
  font-size: 30px;
  font-weight: bold;
  color: #2B88DA;
}
.yl-modal .content .mini .header p {
  font-size: 20px;
  color: #2f2f2f;
  margin-top: 8px;
}
.yl-modal .content .mini .body .item {
  margin: 22px 0;
  display: flex;
  line-height: 40px;
}
.yl-modal .content .mini .body .item > span {
  width: 96px;
}
.yl-modal .content .mini .body .item .value-box {
  flex: 1;
}
.yl-modal .content .mini .body .item .value-box .select {
  position: relative;
  display: inline-block;
}
.yl-modal .content .mini .body .item .value-box .select::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.yl-modal .content .mini .body .item .value-box input, .yl-modal .content .mini .body .item .value-box select {
  height: 40px;
  border: 1px solid rgba(0, 122, 255, 0.4);
  padding: 0 20px;
  width: 160px;
  box-sizing: border-box;
  border-radius: 4px;
  appearance: none;
  position: relative;
  display: inline-block;
  font-size: 18px;
  background-color: white;
}
.yl-modal .content .mini .body .item .value-box .subs .sub {
  height: 40px;
  border: 1px solid #F2F1F6;
  background-color: #F2F1F6;
  width: 76px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.yl-modal .content .mini .body .item .value-box .subs .sub.large {
  width: 160px;
}
.yl-modal .content .mini .body .item .value-box .subs .sub.active {
  border-color: #007AFF;
  background-color: #EEF6FF;
  border: 1px solid rgba(0, 122, 255, 0.4);
  color: #2B88DA;
}
.yl-modal .content .mini .btn {
  background-color: #2B88DA;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  border-radius: 8px;
  cursor: pointer;
  width: 330px;
  margin: 60px auto 0;
  border-radius: 26px;
}
.yl-modal.prov .header, .yl-modal.sub .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.yl-modal.prov .header .title, .yl-modal.sub .header .title {
  font-size: 16px;
  color: #2F2F2F;
  font-weight: bold;
}
.yl-modal.prov .header .close-text, .yl-modal.sub .header .close-text {
  font-size: 16px;
  color: #42bc85;
  cursor: pointer;
}
.yl-modal.prov .content {
  width: 600px;
}
.yl-modal.prov .content .body {
  padding: 24px 8px;
}
.yl-modal.prov .content .body .prov {
  border: 1px solid #efefef;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  float: left;
  width: 130px;
  margin: 8px;
  box-sizing: border-box;
}
.yl-modal.prov .content .body::after {
  content: "";
  display: block;
  clear: both;
}
.yl-modal.prov .content .footer {
  color: #aaa;
  font-size: 14px;
  text-align: center;
  padding: 0 0 24px;
}
.yl-modal.sub .content {
  width: 500px;
}
.yl-modal.sub .content .sub-box {
  padding: 24px 16px 0;
}
.yl-modal.sub .content .sub-box .sub {
  font-size: 18px;
  border: 1px solid #efefef;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #efefef;
}
.yl-modal.sub .content .sub-box .sub.active {
  border-color: #42bc85;
  color: #42bc85;
}
.yl-modal.sub .content .sub-box .name {
  line-height: 50px;
}
.yl-modal.sub .content .sub-box .mode-3-3 {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.yl-modal.sub .content .sub-box .mode-3-3 > div {
  width: 104px;
  margin-left: 16px;
  box-sizing: border-box;
}
.yl-modal.sub .content .sub-box .mode-3-3 > div:first-child {
  margin-left: 0;
}
.yl-modal.sub .content .sub-box .mode-3-1-2 {
  margin-bottom: 16px;
  margin-left: 20px;
  width: 260px;
  display: flex;
  flex-wrap: wrap;
}
.yl-modal.sub .content .sub-box .mode-3-1-2 .sub {
  width: 100px;
  margin: 0 16px 16px 0;
}
.yl-modal.sub .content .sub-box .mode-3-1-2 .sub.round {
  border-radius: 12px;
}
.yl-modal.sub .footer {
  padding: 16px 16px 32px;
}
.yl-modal.sub .footer .btn {
  line-height: 52px;
  background-color: #42bc85;
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 26px;
  cursor: pointer;
}

.Ymzy-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 80%;
  padding: 4px 12px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  z-index: 100002;
  transform: translate(-50%, -50%);
}