.popupBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popupBox .boxCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .popupBox .icon {
    background-image: url(../images/popup.png);
    background-repeat: no-repeat;
    background-size: 502px 220px;
  }
  .popupBox .authBox,
  .popupBox .historyBox,
  .popupBox .feedbackBox,
  .popupBox .subSuccessBox,
  .popupBox .subBox {
    width: 470px;
    height: 324px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ECFFF6 0%, #fff 50%, #fff 100%);
    padding: 24px 0;
    position: relative;
  }
  .popupBox .authBox > .tip,
  .popupBox .historyBox > .tip,
  .popupBox .feedbackBox > .tip,
  .popupBox .subSuccessBox > .tip,
  .popupBox .subBox > .tip {
    position: absolute;
    top: -11px;
    left: 33px;
    width: 87px;
    height: 95px;
    background-position: -303px -2px;
  }
  .popupBox .authBox .boxTop,
  .popupBox .historyBox .boxTop,
  .popupBox .feedbackBox .boxTop,
  .popupBox .subSuccessBox .boxTop,
  .popupBox .subBox .boxTop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popupBox .authBox .boxTop > p,
  .popupBox .historyBox .boxTop > p,
  .popupBox .feedbackBox .boxTop > p,
  .popupBox .subSuccessBox .boxTop > p,
  .popupBox .subBox .boxTop > p {
    font-size: 36px;
    line-height: 60px;
    color: #333;
    font-weight: bold;
  }
  .popupBox .authBox .boxCenter,
  .popupBox .historyBox .boxCenter,
  .popupBox .feedbackBox .boxCenter,
  .popupBox .subSuccessBox .boxCenter,
  .popupBox .subBox .boxCenter {
    margin: 28px 60px 32px;
    position: relative;
  }
  .popupBox .authBox .boxCenter p,
  .popupBox .historyBox .boxCenter p,
  .popupBox .feedbackBox .boxCenter p,
  .popupBox .subSuccessBox .boxCenter p,
  .popupBox .subBox .boxCenter p {
    font-size: 18px;
    line-height: 22px;
    color: #333;
  }
  .popupBox .authBox .boxCenter input,
  .popupBox .historyBox .boxCenter input,
  .popupBox .feedbackBox .boxCenter input,
  .popupBox .subSuccessBox .boxCenter input,
  .popupBox .subBox .boxCenter input {
    font-size: 16px;
    color: #999999;
    margin-top: 18px;
    width: 100%;
    height: 54px;
    background: #F7F7F7;
    border-radius: 5px;
    border: unset;
    text-indent: 20px;
  }
  .popupBox .authBox .boxBottom,
  .popupBox .historyBox .boxBottom,
  .popupBox .feedbackBox .boxBottom,
  .popupBox .subSuccessBox .boxBottom,
  .popupBox .subBox .boxBottom {
    display: flex;
    justify-content: center;
  }
  .popupBox .authBox .boxBottom button,
  .popupBox .historyBox .boxBottom button,
  .popupBox .feedbackBox .boxBottom button,
  .popupBox .subSuccessBox .boxBottom button,
  .popupBox .subBox .boxBottom button {
    width: 350px;
    height: 54px;
    background: #18D5D7;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 54px;
    border: 0;
  }
  .popupBox .authBox .close,
  .popupBox .historyBox .close,
  .popupBox .feedbackBox .close,
  .popupBox .subSuccessBox .close,
  .popupBox .subBox .close {
    cursor: pointer;
  }
  .popupBox .authBox > .close,
  .popupBox .historyBox > .close,
  .popupBox .feedbackBox > .close,
  .popupBox .subSuccessBox > .close,
  .popupBox .subBox > .close {
    width: 20px;
    height: 20px;
    background-position: -6px -107px;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .popupBox .waitBox,
  .popupBox .subSuccessBox {
    height: 236px;
  }
  .popupBox .waitBox > .tip,
  .popupBox .subSuccessBox > .tip {
    top: -13px;
    width: 96px;
    height: 98px;
    background-position: -405px -2px;
  }
  .popupBox .waitBox .boxCenter,
  .popupBox .subSuccessBox .boxCenter {
    text-align: center;
    margin: 24px 0;
  }
  .popupBox .waitBox .boxCenter p.wait,
  .popupBox .subSuccessBox .boxCenter p.wait,
  .popupBox .waitBox .boxCenter p.success,
  .popupBox .subSuccessBox .boxCenter p.success {
    font-size: 18px;
    color: #999;
  }
  .popupBox .waitBox .boxCenter p.wait,
  .popupBox .subSuccessBox .boxCenter p.wait {
    display: none;
  }
  .popupBox .waitBox .boxCenter p.wait {
    display: block;
  }
  .popupBox .waitBox .boxCenter p.success {
    display: none;
  }
  .popupBox .authBox,
  .popupBox .historyBox,
  .popupBox .feedbackBox {
    width: 470px;
    border-radius: 24px;
    height: calc(100vh - 100px);
    max-height: 650px;
    background: linear-gradient(180deg, #F5F5FF 0%, #fff 21%, #fff 100%);
    padding: 22px 0px 32px;
  }
  .popupBox .authBox .tip,
  .popupBox .historyBox .tip,
  .popupBox .feedbackBox .tip {
    width: 96px;
    height: 96px;
    background-position: -193px -3px;
    left: 25px;
    top: -11px;
  }
  .popupBox .authBox .boxHead,
  .popupBox .historyBox .boxHead,
  .popupBox .feedbackBox .boxHead {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popupBox .authBox .boxHead p,
  .popupBox .historyBox .boxHead p,
  .popupBox .feedbackBox .boxHead p {
    font-size: 36px;
    line-height: 64px;
    color: #333;
    font-weight: 700;
  }
  .popupBox .authBox .boxBody,
  .popupBox .historyBox .boxBody,
  .popupBox .feedbackBox .boxBody {
    max-height: calc(100vh - 280px);
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-right: 10px;
    padding: 6px 20px 32px 35px;
    /* overflow-y: auto; */
  }
  .popupBox .authBox .boxBody::-webkit-scrollbar,
  .popupBox .historyBox .boxBody::-webkit-scrollbar,
  .popupBox .feedbackBox .boxBody::-webkit-scrollbar {
    width: 7px;
  }
  .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
  .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
  .popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 6px;
  }
  .popupBox .authBox .boxBody .bodyItem,
  .popupBox .historyBox .boxBody .bodyItem,
  .popupBox .feedbackBox .boxBody .bodyItem {
    position: relative;
  }
  .popupBox .authBox .boxBody .bodyItem > p,
  .popupBox .historyBox .boxBody .bodyItem > p,
  .popupBox .feedbackBox .boxBody .bodyItem > p {
    margin-top: 22px;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList {
    display: grid;
    grid-template-columns: repeat(3, 130px);
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList li,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList li,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList li {
    cursor: pointer;
    margin-top: 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 5px;
    background: #F7F5F5;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList li.active,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList li.active,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList li.active {
    color: #333333;
    background: #47FFA3;
  }
  .popupBox .authBox .boxBody .bodyItem input,
  .popupBox .historyBox .boxBody .bodyItem input,
  .popupBox .feedbackBox .boxBody .bodyItem input,
  .popupBox .authBox .boxBody .bodyItem textarea,
  .popupBox .historyBox .boxBody .bodyItem textarea,
  .popupBox .feedbackBox .boxBody .bodyItem textarea {
    font-size: 14px;
    color: #999999;
    padding: 10px 12px;
    margin-top: 16px;
    width: 100%;
    height: 130px;
    background: #F7F7F7;
    border-radius: 5px;
    border: unset;
    resize: none;
  }
  .popupBox .authBox .boxBody .bodyItem input,
  .popupBox .historyBox .boxBody .bodyItem input,
  .popupBox .feedbackBox .boxBody .bodyItem input {
    height: 54px;
    font-size: 16px;
  }
  .popupBox .authBox .boxBody .bodyItem .countChange,
  .popupBox .historyBox .boxBody .bodyItem .countChange,
  .popupBox .feedbackBox .boxBody .bodyItem .countChange {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
  }
  .popupBox .historyBox {
    max-height: 600px;
    background: linear-gradient(180deg, #FDF0EA 0%, #fff 26%, #fff 100%);
  }
  .popupBox .historyBox .tip {
    width: 83px;
    height: 95px;
    background-position: -96px -3px;
    left: 32px;
    top: -10px;
  }
  .popupBox .historyBox .boxBody {
    margin: 24px 24px 0 0;
    max-height: calc(100vh - 280px);
    font-size: 16px;
    line-height: 28px;
    color: #999;
    padding: 0px 12px 32px 38px;
    overflow-y: auto;
    height: 452px;
  }
  .popupBox .historyBox .boxBody::-webkit-scrollbar {
    width: 12px;
    background: #EEEEEE;
  }
  .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 0px;
  }
  .popupBox .historyBox .boxBody ul li {
    padding: 26px 0 24px;
    border-bottom: 1px dashed #dcdcdc;
  }
  .popupBox .historyBox .boxBody ul li:first-child {
    padding-top: 2px;
  }
  .popupBox .historyBox .boxBody ul li p.time {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }
  .popupBox .historyBox .boxBody ul li p.title {
    margin-top: 14px;
    color: #333;
    line-height: 20px;
  }
  .popupBox .historyBox .boxBody ul li p.cont {
    margin-top: 10px;
  }
  .popupBox .videoBox {
    width: 1200px;
    height: 678px;
    position: relative;
  }
  .popupBox .videoBox .close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 20px;
    background-position: -6px -107px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .popupBox .videoBox video {
    width: 100%;
    height: 100%;
  }
  .popupBox.hide {
    display: none;
  }
  .feedbackBtn{padding: 2px 5px;border-radius: 5px 0 0 5px; position: absolute;cursor: pointer;top: 0px;right: 0px;height: 20px;font-size: 14px;color: red;line-height:20px;text-decoration: underline;}
.feedbackBtn:before{content: "!";position: relative;top:4px;vertical-align: top;display: inline-block;padding: 0 4px;margin-right: 3px;height: 12px;line-height: 12px;font-size: 10px;border: 1px solid red;color:red;border-radius: 50%;text-align: center;}
.feedbackBtn:hover{color: red}
.feedbackBtn:hover:before{color: red;border-color:red}
/* feedback */
.feedbackBtn{cursor: pointer;}
  
  