.typeTab span {
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.typeTab span.active {
  background: #bf9960;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.smMenu {
  display: none;
}

.loginInfo {
  position: relative;
}

.loginInfo img {
  width: 30px;
}

.loginInfo a,
.loginInfo span {
  margin: 0 8px;
  cursor: pointer;
  font-size: 14px;
}

.loginInfo a {
  padding: 4px 8px;
}

.mobLoginInfo {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -64px;
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 #ddd;
  font-size: 13px;
  background: #fff;
  border-radius: 4px;
  z-index: 9;
  color: #333;
  width: 100%;
}

.mobLoginInfo li {
  padding: 6px 20px;
}

.mobLoginInfo a {
  padding: 0;
  margin: 0;
  display: block;
}

.typeTab span.active::after {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid #bf9960;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.text-theme {
  color: #d38b39;
}

.inputMain {
  border: 1px solid #bf9960;
  border-radius: 5px;
}

.inputBox input {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

#website::placeholder {
  color: #b2b2b2;
}

#website::-webkit-input-placeholder {
  color: #b2b2b2;
}

#website::-ms-input-placeholder {
  color: #b2b2b2;
}

#website::-moz-placeholder {
  color: #b2b2b2;
}

.inputBox {
  border-radius: 5px;
  background: #fff;
}

.inputBox .inputTip {
  flex-shrink: 0;
  color: #bf9960;
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 18px;
}

.inputMain .monitorBtn {
  flex-shrink: 0;
  background: #bf9960;
  transition: all 0.2s;
  color: #fff;
  border-radius: 5px;
  padding-left: 2rem;
  padding-right: 2rem;
  border: none;
  outline: none;
}

.inputMain .monitorBtn:hover {
  background: #9f8257;
}

.searchMain {
  margin: 0 auto;
}

span.workNo {
  margin: 0 2px;
}

.workNo b {
  font-weight: normal;
}

span.logout {
  margin: 0;
}


@media (min-width:1280px) {
  .searchMain {
    width: 1000px;
  }
}

.monitorContent {
  display: none;
}

.monitorMain {
  margin-top: 5rem;
}

.monitorNo {
  margin-top: 40px;
}

.monitorInfo {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #ddd;
}

.monitorTable {
  border-collapse: collapse;
  border: 1px solid #ebeef5;
}

.monitorTable td {
  padding: 1rem;
  border: 1px solid #ebeef5;
}

.monitorTable tr td:first-child {
  white-space: nowrap;
  background: #fafafa;
  text-align: right;
  color: #999;
}

.monitorTable tr td:last-child {
  width: 100%;
}



footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f8fafc;
  border-top: 1px solid #ddd;
}

.smfooterInfo {
  width: 100%;
}

.footerInfo {
  position: relative;
  float: right;
  line-height: 24px;
}

.monitorTable textarea {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: none;
}

.boxInfo {
  border-radius: 10px;
  align-items: center;
  font-size: 18px;
  border: 1px solid #ebeef5;
}

.sucInfo {
  /* background: #ecfff1; */
  /* border: 1px solid #ebeef5; */
}

.sucTxt {
  color: #11aa66;
  margin: 0 8px;
}

.errTxt {
  color: #F5222D;
  margin: 0 8px;
}

.expirseTxt {
  color: #999;
  margin: 0 8px;
}

.boxInfo .borderline {
  border-right: 1px solid #ccc;
  height: 30px;
  margin: 0 20px;
}

.httpResult {
  position: relative;
  flex-wrap: wrap;
}


.httpResult a {
  margin: 0 20px;
  color: #999;
  max-width: 70%;
  word-break: break-all;
}

.boxInfoRight {
  color: #999;
  font-size: 14px;
}

.creatTime {
  color: #999;
}

.createMonitor {
  margin-right: 10px;
  background: #bf9960;
  color: #fff;
  border-radius: 5px;
  padding: 6px 20px;
  cursor: pointer;
  transition: all 0.3s;

}

.createMonitor:hover {
  background: #b29365;
}

.b150 {
  margin-bottom: 80px;
}

.modal {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.modalLoading {
  text-align: center;
  color: #bf9960;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalLoading svg {
  margin: 0 auto;
  animation: rotate 2s linear infinite;
}

.modalLoading span {
  display: inline-block;
  margin-top: 20px;
}

.rightErcode {
  width: 80px;
}

.footerC {
  color: #bf9960;
  cursor: default;
}

.footerErCode {
  display: none;
  width: 90px;
  position: absolute;
  top: -90px;
  left: 43px;
}

.descriptionTip {
  display: flex;
  align-items: center;
}

.descriptionTip i {
  font-style: normal;
  position: relative;
}

.descriptionTip i span {
  display: none;
  position: absolute;
  top: -15px;
  left: 35px;
  background: rgb(160 107 50 / 10%);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 13px;
  min-width: 500px;
}

.descriptionTip i:hover span {
  display: block;
}

.descriptionTip img {
  width: 20px;
  margin: 0 4px;
  cursor: pointer;
}

.PopupHtm,
.PopupHtms {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999999;
  display: none;
}

.PopupHtm:after,
.PopupHtms:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.PopupHtmCont,
.PopupHtmConts {
  display: inline-block;
  max-width: 480px;
  min-width: 360px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 999;
}

.PopupHtmBg,
.PopupHtmBgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.PopupHtmBg p.loadingp1,
.PopupHtmBgs p.loadingp1 {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  padding-top: 60px;
  font-size: 16px;
}

.PopupHtmContTitle {
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #dfdfdf;
}

.PopupHtmContTitle span {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  color: #303133;
  font-weight: bold;
}

.PopupHtmContTitle img {
  float: right;
  cursor: pointer;
  margin: 14px 0;
}

.PopupHtmContText {
  padding: 8px 25px;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}

.PopupHtmContText i.success {
  background: url(img/right_icon.png) no-repeat 0 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  padding-right: 6px;
}

.PopupHtmContText i.error {
  background: url(img/error_icon.png) no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: -30px;
  padding-right: 6px;
}

.PopupHtmContText i.tip {
  background: url(img/tip_icon.png) no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 10px;
  padding-right: 6px;
}

.PopupHtmContText p {
  position: relative;
  padding: 10px 0px;
  color: #606266;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 23px;
  display: inline-block;
  text-align: left;
}

.PopupHtmContText p a {
  color: #0082ff;
}

.PopupHtmContText .bott {
  text-align: right;
  display: block;
}

.PopupHtmContText .popup-success {
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  line-height: 30px;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  padding: 0 16px;
  background: #bf9960;
  border: 1px solid #bf9960;
  color: #fff;
}

.PopupHtmContText .back {
  padding: 0 16px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e0e1e5;
  background: #fff;
  margin-left: 10px;
  color: #666;
}

.PopupHtmContText .back:hover {
  color: #bf9960;
  border: 1px solid #bf9960;
}

.PopupMsg {
  position: fixed;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #f4f7f9;
  color: #bf9960;
  font-size: 14px;
  padding: 0 35px;
  line-height: 40px;
  height: 40px;
  border-radius: 8px;
  z-index: 999;
  transition: all .5s;
  min-width: 200px;
  border: none;
  padding: 0px 30px;
  text-align: center;
  -webkit-animation: move 3s;
  animation: move 3s;
}

@-webkit-keyframes move {
  0% {
    top: -60px;
    opacity: 1;
    z-index: 999999999;
  }

  10% {
    top: 40px;
    opacity: 1;
    z-index: 999999999;
  }

  90% {
    top: 40px;
    opacity: 1;
    z-index: 999999999;
  }

  100% {
    top: -70px;
    opacity: 1;
    z-index: 999999999;
  }
}

@keyframes move {
  0% {
    top: -60px;
    opacity: 1;
    z-index: 999999999;
  }

  10% {
    top: 40px;
    opacity: 1;
    z-index: 999999999;
  }

  90% {
    top: 40px;
    opacity: 1;
    z-index: 999999999;
  }

  100% {
    top: -70px;
    opacity: 1;
    z-index: 999999999;
  }
}

@media (max-width:1000px) {
  .searchMain {
    width: 100%;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:640px) {
  #header-menu {
    position: inherit;
  }

  .mobhidden {
    display: none;
  }


  .loginInfo:hover .mobLoginInfo {
    display: block;
    opacity: 1;
  }

  .typeBox .toolTxt {
    display: none;
  }

  .searchMain h4 {
    font-size: 22px;
  }

  .monitorMain {
    margin-top: 20px;
  }

  .inputBox .inputTip {
    font-size: 14px;
    width: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .inputBox input {
    font-size: 13px;
    padding: 4px 6px;
  }

  .inputMain .monitorBtn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .htlogo {
    height: 2rem;
  }

  .searchMain br {
    display: none;
  }

  .monitorContent {
    margin-top: 10px;
  }

  .monitorInfo {
    padding: 10px;
  }

  .linkwebsite,
  .creatTime {
    display: none;
  }

  .httpResult {
    flex-direction: column;
  }

  .httpResult a {
    margin: 0;
  }

  .boxInfo {
    flex-direction: column;
    padding: 16px;
  }

  .boxInfo .resultTip {
    font-size: 14px;
  }

  .boxInfo .borderline {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 0;
    width: 100%;
    margin: 14px 0;
  }

  .boxInfo .boxInfoLeft p {
    font-size: 12px;
  }

  .boxInfoRight {
    display: flex;
    align-items: center;
  }

  .boxInfoRight .createMonitor {
    flex-shrink: 0;
  }

  .createMonitor {
    font-size: 13px;
  }

  .monitorTable td {
    padding: 8px;
    font-size: 12px;
  }

  .monitorTable textarea {
    font-size: 12px;
  }

  footer {
    position: inherit;
    background: transparent;
  }

  .monitorNo {
    margin: 10px 0;
    padding: 0;
  }

  .smMonitorNo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }

  .smMonitorNo .group {
    width: 100%;
    margin: 10px 0;
    width: 48%;
  }

  .smMonitorNo .group .group-item {
    padding: 10px 6px;
  }

  .smMonitorNo .group .group-item .ml-4 {
    margin-left: 4px;
  }

  .smMonitorNo .group .group-item h4 {
    font-size: 20px;
  }

  .smMonitorNo .group p {
    font-size: 12px;
  }

  .smMonitorNo .group svg {
    width: 25px;
  }

  .smfooterInfo {
    display: flex;
    flex-direction: column;
  }

  .smfooterInfo span,
  .smfooterInfo a {
    font-size: 12px;
  }
}