.wd-showToast {
  position: absolute;
  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-tools-box {
  width: 100%;
  max-width: 750px;
  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 .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;
}
.wd-tools-box .container {
  width: 100%;
  background: #f5f5f5;
}
.wd-tools-box .container .p-15 {
  padding: 15px;
}
.wd-tools-box .container .view {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  box-sizing: border-box;
}
.wd-tools-box .container .view .top {
  width: 100%;
  display: flex;
  height: 25px;
  line-height: 25px;
  justify-content: space-between;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #E5E5E5;
}
.wd-tools-box .container .view .top .handle-select {
  width: 65px;
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.wd-tools-box .container .view .top .handle-select .select-box {
  position: absolute;
  width: 65px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  top: 25px;
  left: 0;
}
.wd-tools-box .container .view .top .handle-select .select-box .item {
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  height: 25px;
}
.wd-tools-box .container .view .top .handle-select .select-box .item:hover {
  color: #E02A52;
}
.wd-tools-box .container .view .top .handle-select .select-box .item.active {
  color: #E02A52;
}
.wd-tools-box .container .view .top .handle-select .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 5px;
}
.wd-tools-box .container .view .top .handle-select .icon img {
  width: 8px;
  height: 6px;
}
.wd-tools-box .container .view .top .right {
  display: flex;
}
.wd-tools-box .container .view .top .right .handle-show {
  width: 65px;
  font-size: 13px;
  color: #666666;
  text-align: center;
  border-left: 1px solid #E5E5E5;
}
.wd-tools-box .container .view .textarea {
  width: 100%;
  flex: 1;
  background-color: #FAFAFA;
  box-sizing: border-box;
  padding: 14px 15px;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
}
.wd-tools-box .container .view .textarea textarea {
  width: 100%;
  text-align: left;
  line-height: 24px;
  height: 100%;
  outline: none;
  border: none;
  background: none;
  resize: none;
}
.wd-tools-box .container .view .textarea textarea::-moz-placeholder {
  text-align: left;
}
.wd-tools-box .container .view .textarea textarea:-ms-input-placeholder {
  text-align: left;
}
.wd-tools-box .container .view .textarea textarea::placeholder {
  text-align: left;
}
.wd-tools-box .container .view .dantuo-view {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
}
.wd-tools-box .container .view .dantuo-view .item {
  width: 100%;
  display: flex;
}
.wd-tools-box .container .view .dantuo-view .item .left {
  text-align: center;
  line-height: 65px;
  font-size: 14px;
  color: #E02A52;
  width: 65px;
  border-right: 1px solid #E5E5E5;
}
.wd-tools-box .container .view .dantuo-view .item .right {
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1;
}
.wd-tools-box .container .view .dantuo-view .item .right .northing {
  color: #999999;
  line-height: 65px;
}
.wd-tools-box .container .view .dantuo-view .danma {
  border-bottom: 1px solid #E5E5E5;
}
.wd-tools-box .container .view .dantuo-view .danma .right {
  height: 65px;
  line-height: 65px;
}
.wd-tools-box .container .view .dantuo-view .tuoma {
  flex: 1;
}
.wd-tools-box .container .view .dantuo-view .tuoma .right {
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 25px;
}
.wd-tools-box .container .view .bottom {
  width: 100%;
  display: flex;
  height: 25px;
  line-height: 25px;
  justify-content: space-between;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #E5E5E5;
}
.wd-tools-box .container .view .bottom .left {
  display: flex;
}
.wd-tools-box .container .view .bottom .left .handle-btn {
  width: 65px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
}
.wd-tools-box .container .view .bottom .right {
  display: flex;
}
.wd-tools-box .container .view .bottom .right .handle-btn {
  width: 65px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
}
.wd-tools-box .container .view .bottom .right .clear {
  color: #999999;
}
.wd-tools-box .container .view .title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.wd-tools-box .container .view .result {
  width: 364px;
  flex: 1;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
  overflow-y: scroll;
}
.wd-tools-box .container .view .result .item {
  line-height: 24px;
  font-size: 14px;
  color: #000;
}
.wd-tools-box .container .view .result .normal {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wd-tools-box .container .view .result .normal img {
  width: 144px;
  height: 139px;
  margin: 0 auto;
}
.wd-tools-box .container .view .result .normal span {
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 12px;
}
.wd-tools-box .container .view .btn-box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
.wd-tools-box .container .view .btn-box .btn-sub {
  width: 364px;
  height: 28px;
  margin-top: 15px;
  cursor: pointer;
  background: #E02A52;
  text-align: center;
  line-height: 28px;
  color: white;
  font-size: 14px;
  border-radius: 14px;
}
.wd-tools-box .container .view .btn-box .btn-item {
  cursor: pointer;
  margin-bottom: 15px;
  width: 114px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: white;
  background: #E02A52;
}
.wd-tools-box .container .view .btn-box .copy {
  background: #E5F4FF;
  color: #3B91FB;
}
.wd-tools-box .container .view .history {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.wd-tools-box .container .view .history .history-list {
  flex: 1;
  display: flex;
}
.wd-tools-box .container .view .history .left {
  width: 71px;
  height: 100%;
  flex-shrink: 0;
  z-index: 9;
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.wd-tools-box .container .view .history .left .item:first-child {
  border-right: 1px solid #EEEEEE;
}
.wd-tools-box .container .view .history .left .item {
  background: #F8F8F8;
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 26px;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}
.wd-tools-box .container .view .history .right {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  display: flex;
  overflow-x: scroll;
}
.wd-tools-box .container .view .history .right .scroll {
  flex-shrink: 0;
  overflow: hidden;
}
.wd-tools-box .container .view .history .right .line:first-child {
  background: #F8F8F8;
}
.wd-tools-box .container .view .history .right .line:first-child .item {
  border-bottom: none;
}
.wd-tools-box .container .view .history .right .line {
  display: flex;
}
.wd-tools-box .container .view .history .right .line .item {
  width: 56px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  flex-shrink: 0;
  font-size: 12px;
  border-right: 1px solid #eeeeee;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.wd-tools-box .container .view .desc {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.wd-tools-box .popup {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
}
.wd-tools-box .popup .shadow {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background: rgba(0, 0, 0, 0.6);
}
.wd-tools-box .popup .popup-content {
  margin: auto;
  width: 370px;
  background: #F5F5F5;
  z-index: 2002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.wd-tools-box .popup .popup-content .item {
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wd-tools-box .popup .popup-content .title {
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  color: #000000;
  text-align: center;
}
.wd-tools-box .popup .popup-content .center {
  background: white;
  border-radius: 5px;
  flex: 1;
  box-sizing: border-box;
  padding: 15px 14px 0 14px;
  display: flex;
  flex-direction: column;
}
.wd-tools-box .popup .popup-content .center .nav {
  display: flex;
  justify-content: space-between;
}
.wd-tools-box .popup .popup-content .center .nav .left {
  width: 130px;
  display: flex;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 13px;
}
.wd-tools-box .popup .popup-content .center .nav .left .nav-item {
  border-radius: 10px;
  background: #F5F5F5;
  color: #000000;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 65px;
  text-align: center;
}
.wd-tools-box .popup .popup-content .center .nav .left .nav-item.active {
  background: #FFDAE2;
  color: #E02A52;
}
.wd-tools-box .popup .popup-content .center .desc {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  background: white;
  color: #999999;
  text-align: right;
}
.wd-tools-box .popup .popup-content .center .desc span {
  color: #E02A52;
}
.wd-tools-box .popup .popup-content .center .ipt-box {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 10px 0;
}
.wd-tools-box .popup .popup-content .center .ipt-box textarea {
  width: 100%;
  height: 266px;
  border: none;
  outline: none;
  resize: none;
  background: #F8F8F8;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  box-sizing: border-box;
  padding: 10px;
}
.wd-tools-box .popup .popup-content .center .number-view {
  width: 100%;
  flex: 1;
  display: flex;
  box-sizing: border-box;
  padding-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.wd-tools-box .popup .popup-content .center .number-view .item {
  width: 24px;
  height: 24px;
  color: #1F1F1F;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background: #EEEEEE;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.wd-tools-box .popup .popup-content .center .number-view .item.error {
  color: #999999;
  text-decoration: line-through;
}
.wd-tools-box .popup .popup-content .center .number-view .item.active {
  color: white;
  background: #E02A52;
}
.wd-tools-box .popup .popup-content .center .number-view .item:nth-child(10n) {
  margin-right: 0;
}
.wd-tools-box .popup .popup-content .input-btn-box .btn-box {
  padding: 5px 0 15px 0;
  display: flex;
  justify-content: space-between;
}
.wd-tools-box .popup .popup-content .input-btn-box .btn-box .btn-sub {
  width: 100px;
  height: 28px;
  background: #E02A52;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  color: #FCFCFC;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.wd-tools-box .popup .popup-content .input-btn-box .btn-box .clear {
  color: #999;
  background: #F5F5F5;
}
.wd-tools-box .popup .popup-content .input-btn-box .btn-box .copy {
  background: #E7F3FE;
  color: #3B91FB;
}
.wd-tools-box .popup .popup-content .normal-btn-box .btn-box {
  padding: 5px 0 15px 0;
}
.wd-tools-box .popup .popup-content .normal-btn-box .btn-box .btn-sub {
  width: 320px;
  height: 28px;
  background: #E02A52;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  color: #FCFCFC;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}

.popup-content {
  margin: auto;
  width: 100%;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.popup-content .item {
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-content .title {
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  color: #000000;
  text-align: center;
}
.popup-content .center {
  background: white;
  border-radius: 5px;
  flex: 1;
  box-sizing: border-box;
  padding: 15px 14px 0 14px;
  display: flex;
  flex-direction: column;
  width: 345px;
}
.popup-content .center .nav {
  display: flex;
  justify-content: space-between;
}
.popup-content .center .nav .left {
  width: 130px;
  display: flex;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 13px;
}
.popup-content .center .nav .left .nav-item {
  border-radius: 10px;
  background: #F5F5F5;
  color: #000000;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 65px;
  text-align: center;
}
.popup-content .center .nav .left .nav-item.active {
  background: #FFDAE2;
  color: #E02A52;
}
.popup-content .center .desc {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  background: white;
  color: #999999;
  text-align: right;
}
.popup-content .center .desc span {
  color: #E02A52;
}
.popup-content .center .ipt-box {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 10px 0;
}
.popup-content .center .ipt-box textarea {
  width: 100%;
  height: 266px;
  border: none;
  outline: none;
  resize: none;
  background: #F8F8F8;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  box-sizing: border-box;
  padding: 10px;
}
.popup-content .center .number-view {
  width: 100%;
  flex: 1;
  display: flex;
  box-sizing: border-box;
  padding-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.popup-content .center .number-view .item {
  width: 24px;
  height: 24px;
  color: #1F1F1F;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background: #EEEEEE;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.popup-content .center .number-view .item.error {
  color: #999999;
  text-decoration: line-through;
}
.popup-content .center .number-view .item.active {
  color: white;
  background: #E02A52;
}
.popup-content .center .number-view .item:nth-child(10n) {
  margin-right: 0;
}
.popup-content .input-btn-box .btn-box {
  padding: 5px 0 15px 0;
  display: flex;
  justify-content: space-between;
}
.popup-content .input-btn-box .btn-box .btn-sub {
  width: 100px;
  height: 28px;
  background: #E02A52;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  color: #FCFCFC;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.popup-content .input-btn-box .btn-box .clear {
  color: #999;
  background: #F5F5F5;
}
.popup-content .input-btn-box .btn-box .copy {
  background: #E7F3FE;
  color: #3B91FB;
}
.popup-content .normal-btn-box .btn-box {
  padding: 5px 0 15px 0;
}
.popup-content .normal-btn-box .btn-box .btn-sub {
  width: 320px;
  height: 28px;
  background: #E02A52;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  color: #FCFCFC;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}/*# sourceMappingURL=dfs.css.map */