.wd-showToast {
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 270px;
  box-sizing: border-box;
  padding: 0 15px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2999;
}

.wd-danshi-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
}
.wd-danshi-dialog .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1999;
}
.wd-danshi-dialog .dialog-container {
  width: 80%;
  height: 150px;
  border-radius: 10px;
  background: white;
  z-index: 2000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wd-danshi-dialog .dialog-container .dialog-content {
  flex: 1;
  font-size: 16px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.wd-danshi-dialog .dialog-container .dialog-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
}
.wd-danshi-dialog .dialog-container .dialog-btn .btn-item {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 15px;
  color: #000;
}
.wd-danshi-dialog .dialog-container .dialog-btn .btn-item:nth-child(1) {
  color: #999;
  border-right: 1px solid #f5f5f5;
}

.wd-tools-box {
  width: 100%;
  margin: 0 auto;
  background: white;
}
.wd-tools-box .tools-nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: flex;
  border-bottom: 1px solid #EEEEEE;
}
.wd-tools-box .tools-nav .item {
  width: 150px;
  box-sizing: border-box;
  text-align: center;
}
.wd-tools-box .tools-nav .item a {
  width: 100%;
  height: 100%;
}
.wd-tools-box .tools-nav .item.active {
  border-bottom: 2px solid #E02A52;
}
.wd-tools-box .tools-nav .item.active a {
  color: #E02A52;
}
.wd-tools-box .kl8-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 50px;
  line-height: 50px;
}
.wd-tools-box .kl8-nav .item {
  box-sizing: border-box;
  text-align: center;
}
.wd-tools-box .kl8-nav .item a {
  width: 100%;
  height: 100%;
}
.wd-tools-box .kl8-nav .item.active a {
  color: #E02A52;
}
.wd-tools-box .danfushi-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  border-top: 10px solid #F5F5F5;
  border-bottom: 10px solid #F5F5F5;
  position: relative;
}
.wd-tools-box .danfushi-nav .item {
  flex: 1;
  height: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  border-bottom: 2px solid white;
  box-sizing: border-box;
  padding: 10px 0;
}
.wd-tools-box .danfushi-nav .item.active {
  color: #E02A52;
  border-bottom: 2px solid #E02A52;
  font-weight: bold;
}
.wd-tools-box .danfushi-nav .item:hover {
  color: #E02A52;
  border-bottom: 2px solid #E02A52;
}
.wd-tools-box .danfushi-nav .right {
  position: absolute;
  right: 15px;
  font-size: 12px;
  color: #999999;
  height: 50px;
  line-height: 50px;
  top: 0;
  display: flex;
  cursor: pointer;
}
.wd-tools-box .danfushi-nav .right .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wd-tools-box .danfushi-nav .right .icon img {
  width: 14px;
  margin-left: 5px;
}
.wd-tools-box .danfushi-nav .right:hover {
  color: #E02A52;
}

.star-change-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.star-change-box .container {
  width: 100%;
  justify-content: space-between;
  border-radius: 5px;
  background: #F5F5F5;
}
.star-change-box .container .ipt-content {
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}
.star-change-box .container .ipt-content .scroll-box {
  flex: 1;
  box-sizing: border-box;
}
.star-change-box .container .ipt-content .scroll-box .item.normal {
  opacity: 0.5;
  z-index: 999;
}
.star-change-box .container .ipt-content .scroll-box .item {
  width: 100%;
  height: 167px;
  background: #F8F8F8;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.star-change-box .container .ipt-content .scroll-box .item .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item .top .left {
  display: flex;
  line-height: 25px;
}
.star-change-box .container .ipt-content .scroll-box .item .top .left .handle-item {
  border-right: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item .top .handle-item {
  min-width: 65px;
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.star-change-box .container .ipt-content .scroll-box .item .top .handle-item img {
  width: 7.8px;
  height: 5px;
  margin-left: 5px;
}
.star-change-box .container .ipt-content .scroll-box .item .top .handle-item .select-box {
  position: absolute;
  width: 65px;
  display: none;
  top: 25px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  z-index: 999999;
}
.star-change-box .container .ipt-content .scroll-box .item .top .handle-item .select-box .select-item {
  width: 100%;
  height: 25px;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
}
.star-change-box .container .ipt-content .scroll-box .item .top .handle-item .select-box .select-item.active {
  color: #E02A52;
}
.star-change-box .container .ipt-content .scroll-box .item .top .serial,
.star-change-box .container .ipt-content .scroll-box .item .top .count {
  width: 65px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.star-change-box .container .ipt-content .scroll-box .item .top .serial {
  border-right: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item .top .count {
  border-left: 1px solid #E5E5E5;
  color: #666666;
}
.star-change-box .container .ipt-content .scroll-box .item .textarea {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.star-change-box .container .ipt-content .scroll-box .item .textarea textarea {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  resize: none;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  overflow-y: scroll;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom {
  display: flex;
  justify-content: space-between;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right {
  display: flex;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .handle-item {
  width: 65px;
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item img,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .handle-item img {
  width: 7.8px;
  height: 5px;
  margin-left: 5px;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item .select-box,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .handle-item .select-box {
  position: absolute;
  width: 65px;
  display: none;
  top: 25px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  z-index: 999999;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item .select-box .select-item,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .handle-item .select-box .select-item {
  width: 100%;
  height: 25px;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item .select-box .select-item.active,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .handle-item .select-box .select-item.active {
  color: #E02A52;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .copy,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .copy {
  border-left: 1px solid #E5E5E5;
  color: #3B91FB;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .clear,
.star-change-box .container .ipt-content .scroll-box .item .bottom .right .clear {
  color: #999;
  border-left: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item .bottom .left .handle-item {
  border-right: 1px solid #E5E5E5;
}
.star-change-box .container .ipt-content .scroll-box .item:nth-child(3n) {
  margin-right: 0;
}
.star-change-box .container .ipt-content .scroll-box .add-item {
  width: 100%;
  height: 167px;
  cursor: pointer;
  background: #F8F8F8;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.star-change-box .container .ipt-content .scroll-box .add-item img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 67.5px;
}
.star-change-box .container .ipt-content .btn-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.star-change-box .container .ipt-content .btn-box .item {
  height: 35px;
  flex: 1;
  background: #E02A52;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
  line-height: 35px;
}
.star-change-box .container .ipt-content .btn-box .item img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: 7px;
}
.star-change-box .container .ipt-content .btn-box .item.clear {
  color: #999;
  background: #F5F5F5;
}
.star-change-box .container .result-content {
  width: calc(100% - 30px);
  height: 604px;
  background-color: white;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px auto;
}
.star-change-box .container .result-content .title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #EEEEEE;
}
.star-change-box .container .result-content .scroll-box {
  flex: 1;
  background: #F8F8F8;
  border-radius: 5px;
  width: calc(100% - 30px);
  overflow-y: scroll;
  margin: 15px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
.star-change-box .container .result-content .scroll-box .numArr {
  box-sizing: border-box;
  padding: 15px;
  line-height: 25px;
  font-size: 14px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
.star-change-box .container .result-content .scroll-box .numArr .len-2 {
  width: 29px;
  text-align: center;
}
.star-change-box .container .result-content .scroll-box .numArr .len-3 {
  width: 48px;
  text-align: center;
}
.star-change-box .container .result-content .scroll-box .numArr .len-4 {
  width: 48px;
  text-align: center;
}
.star-change-box .container .result-content .scroll-box .numArr .len-5 {
  width: 48px;
  text-align: center;
}
.star-change-box .container .result-content .scroll-box .normal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #999;
}
.star-change-box .container .result-content .scroll-box .normal img {
  width: 144px;
  height: 139px;
  margin: 0 auto;
}
.star-change-box .container .result-content .bottom {
  width: 100%;
  margin-top: 10px;
}
.star-change-box .container .result-content .bottom .count {
  text-align: center;
  font-size: 12px;
  color: #999;
  width: 100%;
}
.star-change-box .container .result-content .bottom .count span {
  color: #E02A52;
}
.star-change-box .container .result-content .bottom .btn-box {
  display: flex;
  justify-content: center;
  margin: 10px 0 15px 0;
  box-sizing: border-box;
  padding: 0 15px;
}
.star-change-box .container .result-content .bottom .btn-box .btn-item {
  width: 100px;
  cursor: pointer;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: 14px;
  border-radius: 14px;
  color: white;
  margin: 0 5px;
}
.star-change-box .container .result-content .bottom .btn-box .copy {
  background: #E5F4FF;
  color: #3B91FB;
}
.star-change-box .container .result-content .bottom .btn-box .trend {
  background: #E02A52;
}
.star-change-box .container .result-content .bottom .btn-box .change {
  background: #3B91FB;
}/*# sourceMappingURL=star.css.map */