
[v-cloak] {
  display: none;
}
/* app */
@media (min-width: 0px) and (max-width: 640px) {

  .three-full {
    width: calc(100vw - 120px);
    height: 500px;
    margin: 25px auto;
  }

  .power-dialog-center-img {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 490px;
    width: 100% !important;
    margin: 30px auto!important;
  }

  /*--------------------------- component cardbox2----------------------------- start*/
  .cardbox2-tbody {
    box-shadow: 0px 3px 6px #00000029;
  }

  .cardbox2-tbody-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 20px;
    background-color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    color: #fff;
  }

  .cardbox2-tbody-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 42px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 20px;
    background: #00D0C2;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
  }

  /*--------------------------- component  cardbox2----------------------------- end*/

  /*--------------------------- component  cardbox1----------------------------- end*/
  .cardbox1-tbody {
    border: 1px solid #707070;
  }

  .cardbox1-tbody-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-size: 24px;
    background-color: #F7F7F7;
    font-weight: bold;
    border-bottom: 1px solid #707070;
  }

  /*--------------------------- component  cardbox1----------------------------- end*/

  /*--------------------------- component  logrow----------------------------- start*/
  .logrow-tbody {
    margin-top: 25px;
  }

  .logrow-tbody-divFor {
    /* display: flex; */
    justify-content: space-between;
  }

  .logrow-tbody-title {
    /* text-decoration: underline; */
    font-size: 14px;
    cursor: default;
  }

  .logrow-tbody-titleClick {
    /* text-decoration: underline; */
    font-size: 14px;
    cursor: pointer;

    &:hover {
      border-bottom: 1px solid #000;
    }
  }

  .logrow-tbody-time {
    font-size: 14px;
    margin-top: 5px;
    color: #999D9D;
    text-align: end;
    
  }

  .logrow-tbody-lastDiv {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: flex-end;
  }

  .logrow-power {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    /* width: 130px; */
    /* height: 34px; */
    padding: 10px 15px;
  }

  /* .logrow-power:last-child {
    margin-right: 0px;
  } */

  .logrow-tbody-lastDiv-color1 {
    background: #8CDCEC;
  }

  .logrow-tbody-lastDiv-color2 {
    color: #fff;
    background: #55B0C2;

  }

  /*--------------------------- component  logrow----------------------------- end*/

  /*-------------------- component  divider -------------------- start*/
  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  /*-------------------- component  divider -------------------- end*/

  /*-------------------- component  paging -------------------- start*/
  .paging-tbody {
    display: flex;
    justify-content: flex-end;
  }

  .paging-isEmpty {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    cursor: pointer;
  }

  .triangle-down {
    width: 0;
    height: 0;
    border-top: 7.5px solid #848484;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    margin-left: 10px;
  }

  /*-------------------- component  paging -------------------- end*/

  /*--------------------------- component  navcard----------------------------- start*/

  .navcard-box {
    display: flex;
    flex-wrap: wrap;
  }

  .navcard-item {
    margin-top: 25px;
    width: 100%;
  }

  .navcard-item-btn {
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }


  .navcard-item-btn-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    font-size: 16px;
    font-weight: bold;
  }

  .navcard-triangle-right-small {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid #848484;
    border-bottom: 7.5px solid transparent;
    transform: rotate(90deg);
  }

  /*--------------------------- component  navcard----------------------------- end*/

  /*-------------------- component  divider -------------------- start*/
  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  /*-------------------- component  divider -------------------- end*/

  /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

  /*--------------------------- personal.html personal2.html共用----------------------------- start*/

  .personal_copyURL-box { 
    margin-top: .2rem;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 7px;
    display: inline-flex;
    border-bottom: 1px solid #000;

  }

  .personal_copyURL {
    width: 1rem;
    height: 1rem;
    background-image: url('../img/link.svg');
    background-size: cover;
  }

  .personal_copyURL_text {
    font-size: .6rem;
  }

  .personal-tbody {
    width: 100%;
    background-color: #f7f7f7ba;
    min-height: 390px;
    padding: 0 1rem 1rem;
  }

  .personal-tbody-thead {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
    display: flex;
    /* align-items: center; */
  }

  .personal-thead-avatar-box {
    /* width: 200px; */
  }

  .personal-infoList {
    flex: 1;
    font-size: 16px;
    margin-left: 30px;
  }

  .personal-infoList-nickname {
    font-weight: bold;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
  }

  .personal-infoList-introduce {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }

  .personal-infoList-introduce-text {
    font-size: 16px;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
    /* white-space: pre-wrap; */
  }

  .personal-infoList-introduce-other {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
  }

  .personal-infoList-introduce-otherText {
    font-size: 16px;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
  }

  .personal-app-root {
    margin-top: 80px;
  }

  .personal-cardbox-upDiv {
    display: flex;
    /* justify-content: space-between; */
    padding: 30px 15px;
    flex-direction: column;
  }

  .personal-cardbox2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .personal-cardbox2-body {
    width: 100%;
    padding: 30px 0 20px;
  }

  .personal-cardbox2-img {
    width: 90%;
    height: 212px;
  }

  .personal-cardbox2-vip {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .personal-cardbox2-vipText {
    font-size: 21px;
    color: #00A2CB;
    font-weight: bold;
  }

  .personal-cardbox2-openPowerDetail {
    width: 100%;
  }

  .personal-cardbox-bodyDiv {
    display: flex;
    justify-content: center;
  }

  .personal-cardbox2-circulate {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
  }

  .personal-cardbox2-circulateDiv {
    width: 120px;
    height: 120px;
    /* margin-left: 10px; */
/* 
    &:nth-child(3n) {
      margin-left: 0;
    } */
  }


  .personal-footer {
    margin-top: 80px;
  }

  .personal-footer-cardbox1 {
    padding: 30px;
  }

  .app-root {
    padding: 0 0.5rem;
  }

  /*--------------------------- personal.html personal2.html共用----------------------------- end*/

  /*--------------------------- personal2.html----------------------------- start*/

  .personal-cardbox1 {
    padding-bottom: 30px;
  }

  .personal-navcard {
    margin: auto;
    padding: 0 20px;
  }

  /*--------------------------- personal2.html----------------------------- end*/

  /*--------------------------- personalForm.html----------------------------- start*/

  .app-root {
    padding: 0 0.5rem;
  }


  .personalForm-send-box {
    padding: 40px 20px;
    margin: 20px 0;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .personalForm-email {
    display: flex;
    justify-content: space-between;
  }

  .personalForm-email-title {
    font-size: .7rem;
  }

  .personalForm-must-text {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    width: 35px;
    height: 20px;
    background: #EB2525;
    padding: 1px 5px;
    margin-left: 5px;
    border-radius: 4px;
  }

  .personalForm-must-text-isPre {
    font-size: 13px;
    color: #777;
  }

  .personalForm-isPre-now {
    font-size: 14px;
  }

  .personalForm-account-input {
    width: 70%;
    height: 0.8rem;
    padding: 0.5rem;
    margin-top: .5rem;
    border: 1px solid #9B9B9B;
    border-radius: .4rem;
    font-size: .7rem;
  }

  .personalForm-input-error-tip {
    font-size: 12px;
    color: red;
  }

  .personalForm-introduce-input {
    width: 100%;
    height: 4rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #9B9B9B;
    border-radius: 0.4rem;
    font-size: 16px;
    box-sizing: border-box;
  }


  .personalForm-email-address {
    font-size: 13px;
    color: #777;
    margin-top: 12px;
  }

  .personalForm-password {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-avater {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-divider {
    margin-top: 20px;
  }

  .personalForm-password-mine {
    min-width: 7rem;
  }

  .avatar-box {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-image: url('../img/03.png');
    background-size: cover;
  }

  .file-upload {
    display: inline-block;
    position: relative;
    /* width: 5rem; */
    /* height: 2rem; */
    padding: 0 6px;
    line-height: 2rem;
    text-align: center;
    border-radius: 4px;
    color: #333;
    background: #F8F9FA;
    border: 1px solid #CED4DA;
    margin-top: 0.5rem;
  }

  .file-upload input {
    position: absolute;
    /* 子元素绝对定位 */
    top: 0;
    left: 0;
    width: 150px;
    height: 44px;
    opacity: 0;
    /* 设置透明 */
    cursor: pointer;
  }

  .personalForm-fileName {
    line-height: 26px;
    margin: 10px 0 0 10px;
  }

  .personalForm-size {
    line-height: 25px;
  }

  .personalForm-deletion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 2rem;
    box-sizing: border-box;
    background-color: #F8F9FA;
    margin-top: 0.5rem;
    border: 1px solid #CED4DA;
    cursor: pointer;
    border-radius: 4px;
  }

  .personalForm-deletion-disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 44px;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    cursor: not-allowed;
    pointer-events:none;
    color: #fff;
    background-color: #BEBEBE;
  }

  .personalForm-sex-input {
    margin-left: 30px;
  }

  .personalForm-sex-label {
    margin-left: 10px;
  }

  .personalForm-sex-brithday {
    margin-top: 25px;
    font-size: 16px;
  }

  .personalForm-sex-brithday-public-box {
    display: flex;
    align-items: center;
    line-height: 14px;
    margin-top: 10px;
  }

  .personalForm-sex-brithday-public {
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;

  }

  .personalForm-divider {
    margin-top: 20px;
  }

  .personalForm-account-input2 {
    width: 70%;
    height: 1rem;
    padding: .5rem;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: .7rem;
  }

  .personalForm-footer-btn {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 25px;
  }

  .personalForm-btn-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #707070;
  }

  .personalForm-btn-update {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 2rem;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #707070;
  }

  .personalForm-sex-list {
    display: flex;
    margin-top: 12px;
  }

  .personalForm-newEmailAddress-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .personalForm-newEmailAddress {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-newConfirmation {
    font-size: 16px;
  }

  .personalForm-account-input-select {
    width: 76%;
    padding: 0.5rem;
    height: 2rem;
    font-size: .7rem;
    border-radius: 8px;
    margin-top: 0.5rem;
    border: 1px solid #9B9B9B;
    appearance: none;
  }

  .personalForm-select-arrow {
    padding-right: 1rem;
    background: url('../img/select_arrow_im.svg') no-repeat;
    background-size: contain;
    height: 1rem !important;
    width: 1rem !important;
    margin-top: 1.1rem;
    margin-left: -2rem;
    z-index: 99;
    position: absolute;

  }

  .personalForm-bodyDiv {
    display: flex;
    justify-content: center;
  }

  .personalForm-Assumption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 300px;
    margin-top: 50px;
    border: 1px solid #707070;
  }

  .personalForm-file-upload {
    display: flex;
    align-items: center;
  }

  .personalForm-form-item {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }

  .personalForm-form-check {
    margin-right: 10px;
    border: 1px solid #9B9B9B;
    height: 24px;
    width: 24px;
  }

  .personalForm-form-check-option {
    margin-left: 33px;
  }
  .personalForm-form-check-des {
    font-size: 14px;
    color: #A8A8A8;
    margin-left: 34px;
  }

  /*--------------------------- personalForm.html----------------------------- end*/


  /*--------------------------- outPage.html----------------------------- start*/

  .outPage-content {
    padding: 30px 15px;
    margin: 50px 0px;
    border: 1px solid #707070;
  }


  .outPage-success-content {
    padding: 30px 15px;
    margin: 50px 0px;
  }

  .outPage-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #F20000;
  }

  .outPage-introduce-box {
    margin-top: 16px;
  }

  .outPage-textarea-box {
    line-height: 25px;
    padding: 20px;
    font-size: 16px;
    /* height: 150px; */
    /* width: 88%; */
    background-color: #F6F6F6;
    pointer-events: none;
  }

  .outPage-agree-text {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-check-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  .outPage-check-input {
    margin-right: 10px;
    border: 1px solid #9B9B9B;
    height: 24px;
    width: 24px
  }

  .outPage-source-box {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-source-select {
    padding: 6px 30px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    font-size: 16px;
    height: 40px !important;
    width: 100%;
    border-radius: 8px;
  }

  .outPage-source-select-arrow-none {
    appearance: none;
  }

  .outPage-source-select-select-arrow {
    padding-right: 20px;
    background: url(../img/select_arrow_im.svg) no-repeat;
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 22px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }

  .outPage-detail-title {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-detail-textarea-box {
    margin-top: 16px;
  }

  .outPage-detail-textarea {
    line-height: 25px;
    padding: 8px 20px;
    font-size: 16px;
    height: 72px;
    width: 100%;
    box-sizing: border-box;
    background-color: #F8F9FA;
  }

  .outPage-bottom-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-bottom-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    width: 170px !important;
    height: 38px !important;
    border-radius: 40px;
    background-color: #fff;
  }

  .outPage-bottom-btn-disabled {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    width: 170px !important;
    height: 38px !important;
    border-radius: 40px;
    color: #fff;
    background-color: #BEBEBE;
    cursor:not-allowed;
  }


  .outPage-pre-header-title {
    font-size: 18px;
    font-weight: bold;
  }

  .outPage-pre-divider-box {
    margin-top: 20px
  }

  .outPage-pre-out-text {
    margin-top: 16px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .outPage-pre-out-des {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }


  .outPage-pre-bottom-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-pre-bottom-back-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    width: 170px !important;
    height: 38px !important;
    border-radius: 40px;
  }

  .outPage-pre-bottom-next-btn {
    margin-left: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    width: 170px !important;
    height: 38px !important;
    border-radius: 40px;
  }

  .outPage-res-header-des-text {
    text-align: center;
    font-size: 16px;
  }

  .outPage-res-bottom-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-res-bottom-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
  }

  /*--------------------------- outPage.html----------------------------- end*/



  /*--------------------------- account.html----------------------------- start*/


  .account-form-pre-content {
    padding: 40px 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    border: 1px solid #707070;
  }

  .account-form-pre-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .account-form-pre-header-divider {
    margin-top: 20px;
    width: 650px !important;
  }

  .account-form-pre-des-box {
    margin-top: 40px;
  }

  .account-form-pre-des-text {
    text-align: center;
  }

  .account-form-pre-code-box {
    margin-top: 50px;
  }

  .account-form-pre-code-input {
    width: calc(100% - 60px);
    height: 24px;
    padding: 12px 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: 16px;
  }

  .account-form-pre-btn-submit {
    margin-top: 50px;
    cursor: pointer;
    border: 1px solid #707070;
    font-size: 20px;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .account-form-pre-btn-submit-disabled {

    margin-top: 50px;
    cursor: not-allowed;
    pointer-events:none;
    border: 1px solid #707070;
    font-size: 20px;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #BEBEBE;
  }

  .account-form-pre-again-text {
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #C2080E;
  }


  .account-form-pre-again-text-disabled {
    margin-top: 20px;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    color: #eee;
  }

  .account-form-pre-again-timer-text {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
    /* font-weight: bold; */
    /* color: #C2080E; */
  }

  .account-form-pre-again-dialog {
    padding: 40px 50px;
    margin-top: 50px;
    display: none;
  }

  .account-form-pre-again-dialog-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .account-form-pre-again-dialog-header-divider {
    width: 650px !important;
  }

  .account-form-pre-again-dialog-content {
    margin-top: 40px
  }

  .account-form-pre-again-dialog-content-text {
    text-align: center;
  }


  .account-form-flex-horizontal-center {
    display: flex;
    justify-content: center;
  }

  .account-check-code-des-tip {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
    text-align: center;
  }

  .account-form-agree-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  /*--------------------------- account.html----------------------------- end*/
}





/* pc */
@media (min-width: 640px) {

  .three-full {
    width: 90%;
    height: 450px;
    margin: 25px auto;
  }

  .power-dialog-center-img {
    margin: 25px auto !important;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    width: 90%;
  }

  /*--------------------------- component cardbox2----------------------------- start*/
  .cardbox2-tbody {
    box-shadow: 0px 3px 6px #00000029;
  }

  .cardbox2-tbody-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 20px;
    background-color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    color: #fff;
  }

  .cardbox2-tbody-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 42px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 20px;
    background: #00D0C2;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
  }

  /*--------------------------- component  cardbox2----------------------------- end*/

  /*--------------------------- component  cardbox1----------------------------- end*/
  .cardbox1-tbody {
    border: 1px solid #707070;
  }

  .cardbox1-tbody-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-size: 24px;
    background-color: #F7F7F7;
    font-weight: bold;
    border-bottom: 1px solid #707070;
  }

  /*--------------------------- component  cardbox1----------------------------- end*/

  /*--------------------------- component  logrow----------------------------- start*/
  .logrow-tbody {
    margin-top: 25px;
  }

  .logrow-tbody-divFor {
    display: flex;
    justify-content: space-between;
  }

  .logrow-tbody-title {
    /* text-decoration: underline; */
    font-size: 14px;
    cursor: default;
  }

  .logrow-tbody-titleClick {
    /* text-decoration: underline; */
    font-size: 14px;
    cursor: pointer;

    &:hover {
      border-bottom: 1px solid #000;
    }
  }

  .logrow-tbody-time {
    font-size: 14px;
    margin-top: 5px;
    color: #999D9D;
  }

  .logrow-tbody-lastDiv {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .logrow-power {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 10px 15px;
    height: 35px;
    box-sizing: border-box;
  }

  .logrow-tbody-lastDiv-color1 {
    background: #8CDCEC;
  }

  .logrow-tbody-lastDiv-color2 {
    color: #fff;
    background: #55B0C2;

  }

  /*--------------------------- component  logrow----------------------------- end*/

  /*-------------------- component  divider -------------------- start*/
  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  /*-------------------- component  divider -------------------- end*/

  /*-------------------- component  paging -------------------- start*/
  .paging-tbody {
    display: flex;
    justify-content: flex-end;
  }

  .paging-isEmpty {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    cursor: pointer;
  }

  .triangle-down {
    width: 0;
    height: 0;
    border-top: 7.5px solid #848484;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    margin-left: 10px;
  }

  /*-------------------- component  paging -------------------- end*/

  /*--------------------------- component  navcard----------------------------- start*/

  .navcard-box {
    display: flex;
    flex-wrap: wrap;
  }

  .navcard-item {
    margin-left: 40px;
    margin-top: 25px;
  }

  .navcard-item-btn {
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 265px;
    box-sizing: border-box;
    cursor: pointer;
  }


  .navcard-item-btn-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    font-size: 16px;
    font-weight: bold;
  }

  .navcard-triangle-right-small {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid #848484;
    border-bottom: 7.5px solid transparent;
    transform: rotate(90deg);
  }

  /*--------------------------- component  navcard----------------------------- end*/

  /*-------------------- component  divider -------------------- start*/
  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  /*-------------------- component  divider -------------------- end*/

  /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

  /*--------------------------- personal.html personal2.html共用----------------------------- start*/


  .personal_copyURL-box { 
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 7px;
    display: inline-flex;
    border-bottom: 1px solid #000;

  }

  .personal_copyURL {

    width: 20px;
    height: 20px;
    background-image: url('../img/link.svg');
    background-size: cover;
  }

  .personal_copyURL_text {
    font-size: 16px;
  }

  .personal-tbody {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F7F7F7;
    min-height: 390px;
    /* max-height: 450px; */
  }

  .personal-tbody-thead {
    width: 960px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .personal-thead-avatar-box {
    width: 200px;
  }

  .personal-infoList {
    /* flex: 1; */
    width: 630px;
    font-size: 16px;
  }

  .personal-infoList-nickname {
    font-weight: bold;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
  }

  .personal-infoList-introduce {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }

  .personal-infoList-introduce-text {
    font-size: 16px;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
    /* white-space: pre-wrap; */
  }

  .personal-infoList-introduce-other {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
  }

  .personal-infoList-introduce-otherText {
    font-size: 16px;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
  }

  .personal-app-root {
    margin-top: 80px;
  }

  .personal-cardbox-upDiv {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }

  .personal-cardbox2 {
    width: 435px;
  }

  .personal-cardbox2-body {
    height: 250px;
    padding: 30px 0 20px;
  }

  .personal-cardbox2-img {
    width: 350px;
    height: 212px;
  }

  .personal-cardbox2-vip {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .personal-cardbox2-vipText {
    font-size: 21px;
    color: #00A2CB;
    font-weight: bold;
  }

  .personal-cardbox2-openPowerDetail {
    width: 435px;
  }

  .personal-cardbox-bodyDiv {
    display: flex;
    justify-content: center;
  }

  /* .personal-cardbox2-circulate {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  } */

  .personal-cardbox2-circulate {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
  
  }

  .personal-cardbox2-circulateDiv {
    width: 120px;
    height: 120px;
    margin-left: 20px;

    /* &:nth-child(3n) {
      margin-left: 0;
    } */
  }

  .personal-footer {
    margin-top: 80px;
  }

  .personal-footer-cardbox1 {
    padding: 30px;
  }

  /*--------------------------- personal.html personal2.html共用----------------------------- end*/

  /*--------------------------- personal2.html----------------------------- start*/

  .personal-cardbox1 {
    padding-bottom: 30px;
  }

  .personal-navcard {
    margin: auto;
  }

  /*--------------------------- personal2.html----------------------------- end*/

  /*--------------------------- personalForm.html----------------------------- start*/
  .personalForm-send-box {
    padding: 40px 50px;
    margin: 50px 0;
    border: 1px solid #707070;
  }

  .personalForm-email {
    display: flex;
    justify-content: space-between;
  }

  .personalForm-email-title {
    font-size: 16px;
  }

  .personalForm-must-text {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    width: 35px;
    height: 20px;
    background: #EB2525;
    padding: 1px 5px;
    margin-left: 10px;
  }

  .personalForm-must-text-isPre {
    font-size: 13px;
    color: #777;
  }

  .personalForm-isPre-now {
    font-size: 14px;
  }

  .personalForm-account-input {
    width: calc(100% - 60px);
    height: 24px;
    padding: 12px 30px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: 16px;
  }

  .personalForm-input-error-tip {
    font-size: 12px;
    color: red;
  }

  .personalForm-introduce-input {
    width: calc(100% - 0px);
    height: 80px;
    padding: 6px 30px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
  }


  .personalForm-email-address {
    font-size: 13px;
    color: #777;
    margin-top: 12px;
  }

  .personalForm-password {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-avater {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-divider {
    margin-top: 20px;
  }

  .personalForm-password-mine {
    font-size: 16px;
  }

  .avatar-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-image: url('../img/03.png');
    background-size: cover;
  }

  .file-upload {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    color: #333;
    background: #F8F9FA;
    border: 1px solid #CED4DA;
    margin-top: 20px;
  }

  .file-upload input {
    position: absolute;
    /* 子元素绝对定位 */
    top: 0;
    left: 0;
    width: 150px;
    height: 44px;
    opacity: 0;
    /* 设置透明 */
    cursor: pointer;
  }

  .personalForm-fileName {
    font-size: 16px;
    line-height: 44px;
    margin: 20px 0 0 15px;
  }

  .personalForm-size {
    line-height: 25px;
  }

  .personalForm-deletion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 44px;
    box-sizing: border-box;
    background-color: #F8F9FA;
    margin-top: 15px;
    border: 1px solid #CED4DA;
    cursor: pointer;
    border-radius: 4px;
  }

  .personalForm-deletion-disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 44px;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    cursor: not-allowed;
    pointer-events:none;
    color: #fff;
    background-color: #BEBEBE;
  }

  .personalForm-sex-input {
    margin-left: 30px;
  }

  .personalForm-sex-label {
    margin-left: 10px;
  }

  .personalForm-sex-brithday {
    margin-top: 25px;
    font-size: 16px;
  }

  .personalForm-sex-brithday-public-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .personalForm-sex-brithday-public {
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
  }

  .personalForm-divider {
    margin-top: 20px;
  }

  .personalForm-account-input2 {
    width: 150px;
    width: calc(100% - 60px);
    height: 24px;
    padding: 12px 30px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: 16px;
  }

  .personalForm-footer-btn {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 25px;
  }

  .personalForm-btn-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #707070;
  }

  .personalForm-btn-update {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 50px;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #707070;
  }

  .personalForm-sex-list {
    display: flex;
    margin-top: 12px;
  }

  .personalForm-newEmailAddress-box {
    display: flex;
    justify-content: space-between;
  }

  .personalForm-newEmailAddress {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .personalForm-newConfirmation {
    font-size: 16px;
  }

  .personalForm-account-input-select {
    width: 100%;
    height: 24px;
    padding: 12px 30px;
    height: 50px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    appearance: none;
  }

  .personalForm-select-arrow {
    padding-right: 20px;
    background: url('../img/select_arrow_im.svg') no-repeat;
    background-size: contain;
    height: 18px;
    width: 19px;
    margin-top: 28px;
    margin-left: -39px;
    z-index: 99;
    position: absolute;
  }

  .personalForm-bodyDiv {
    display: flex;
    justify-content: center;
  }

  .personalForm-Assumption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 300px;
    margin-top: 50px;
    border: 1px solid #707070;
  }

  .personalForm-file-upload {
    display: flex;
    align-items: center;
  }

  .personalForm-form-item {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }

  .personalForm-form-check {
    margin-right: 10px;
    border: 1px solid #9B9B9B;
    height: 24px;
    width: 24px;
  }

  .personalForm-form-check-option {
    margin-left: 33px;
  }
  .personalForm-form-check-des {
    font-size: 14px;
    color: #A8A8A8;
    margin-left: 34px;
  }

  /*--------------------------- personalForm.html----------------------------- end*/


  /*--------------------------- outPage.html----------------------------- start*/

  .outPage-content {
    padding: 30px 20px;
    margin: 50px 0px;
    border: 1px solid #707070;
  }

  .outPage-success-content {
    padding: 30px 20px;
    margin: 50px 0px;
  }

  .outPage-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #F20000;
  }

  .outPage-introduce-box {
    margin-top: 16px;
  }

  .outPage-textarea-box {
    line-height: 25px;
    padding: 20px;
    font-size: 16px;
    height: 110px;
    width: 880px;
    background-color: #F6F6F6;
    pointer-events: none;
  }

  .outPage-agree-text {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-check-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  .outPage-check-input {
    margin-right: 10px;
    border: 1px solid #9B9B9B;
    height: 24px;
    width: 24px
  }

  .outPage-source-box {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-source-select {
    padding: 6px 30px;
    margin-top: 10px;
    border: 1px solid #9B9B9B;
    font-size: 16px;
    height: 40px !important;
    width: 680px !important;
    border-radius: 8px;
  }

  .outPage-source-select-arrow-none {
    appearance: none;
  }

  .outPage-source-select-select-arrow {
    padding-right: 20px;
    background: url(../img/select_arrow_im.svg) no-repeat;
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 22px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }

  .outPage-detail-title {
    margin-top: 30px;
    font-size: 16px;
  }

  .outPage-detail-textarea-box {
    margin-top: 16px;
  }

  .outPage-detail-textarea {
    line-height: 25px;
    padding: 8px 20px;
    font-size: 16px;
    height: 72px;
    width: 640px;
    box-sizing: border-box;
    background-color: #F8F9FA;
  }

  .outPage-bottom-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-bottom-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    background-color: #fff;
  }

  .outPage-bottom-btn-disabled {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    color: #fff;
    background-color: #BEBEBE;
    cursor:not-allowed;
    pointer-events:none;
  }


  .outPage-pre-header-title {
    font-size: 18px;
    font-weight: bold;
  }

  .outPage-pre-divider-box {
    margin-top: 20px
  }

  .outPage-pre-out-text {
    margin-top: 16px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .outPage-pre-out-des {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }


  .outPage-pre-bottom-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-pre-bottom-back-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
  }

  .outPage-pre-bottom-next-btn {
    margin-left: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
  }

  .outPage-res-header-des-text {
    text-align: center;
    font-size: 16px;
  }

  .outPage-res-bottom-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }

  .outPage-res-bottom-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 300px;
    border-radius: 40px;
  }

  /*--------------------------- outPage.html----------------------------- end*/



  /*--------------------------- account.html----------------------------- start*/


  .account-form-pre-content {
    padding: 40px 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    border: 1px solid #707070;
  }

  .account-form-pre-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .account-form-pre-header-divider {
    margin-top: 20px;
    width: 650px !important;
  }

  .account-form-pre-des-box {
    margin-top: 40px;
  }

  .account-form-pre-des-text {
    text-align: center;
  }

  .account-form-pre-code-box {
    margin-top: 50px;
  }

  .account-form-pre-code-input {
    width: calc(100% - 60px);
    height: 24px;
    padding: 12px 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    font-size: 16px;
  }

  .account-form-pre-btn-submit {
    margin-top: 50px;
    cursor: pointer;
    border: 1px solid #707070;
    font-size: 20px;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .account-form-pre-btn-submit-disabled {

    margin-top: 50px;
    cursor: not-allowed;
    pointer-events:none;
    border: 1px solid #707070;
    font-size: 20px;
    height: 45px;
    width: 300px;
    border-radius: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #BEBEBE;
  }

  .account-form-pre-again-text {
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #C2080E;
  }


  .account-form-pre-again-text-disabled {
    margin-top: 20px;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    color: #eee;
  }

  .account-form-pre-again-timer-text {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
    /* font-weight: bold; */
    /* color: #C2080E; */
  }

  .account-form-pre-again-dialog {
    padding: 40px 50px;
    margin-top: 50px;
    display: none;
  }

  .account-form-pre-again-dialog-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .account-form-pre-again-dialog-header-divider {
    width: 650px !important;
  }

  .account-form-pre-again-dialog-content {
    margin-top: 40px
  }

  .account-form-pre-again-dialog-content-text {
    text-align: center;
  }


  .account-form-flex-horizontal-center {
    display: flex;
    justify-content: center;
  }

  .account-check-code-des-tip {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
    text-align: center;
  }

  .account-form-agree-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  /*--------------------------- account.html----------------------------- end*/

}