/* flexible.js把设计稿750px进行10等分，所以html文字大小设置为75px(750px/ 10)，页面元素rem值:页面元素的px值/ 75(750px/75)*/
.person-title {
  font-size: 18px;
  font-weight: 600;
  color: #000028;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  margin: 10px 0 15px 0;
}
.person-title::before {
  width: 1px;
  height: 40px;
  border: 2px solid #009999;
  background-color: #009999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.person-title.person-title2 {
  margin-top: 15px;
}
.MyCentr-box {
  width: 1200px;
  margin: 0 auto;
}
.MyCentr-box .person-btm {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.MyCentr-box .person-btm .person-btm-r {
  display: block;
  flex: 1;
  flex-basis: auto;
  max-width: 900px;
  margin-left: 20px;
  flex-direction: column;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tag {
  margin: 0 -8px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tag > span {
  height: 24px;
  border-radius: 18px;
  border: 1px solid #008AA6;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #008AA6;
  cursor: pointer;
  position: relative;
  padding: 0 5px 0 12px;
  margin: 5px 8px;
  display: inline-block;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tag > span.active {
  background: rgba(0, 204, 204, 0.12);
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tag > img.icon-edit {
  width: 18px;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tab {
  height: 50px;
  background: #edf3fb;
  margin-bottom: 10px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tab > li {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 50px;
  display: inline-block;
  margin: 0 32px;
  cursor: pointer;
  position: relative;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tab > li.active::after {
  width: 100%;
  height: 3px;
  background: #009999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-tab .Logout-li {
  display: none;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont {
  min-height: 50px;
  position: relative;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists {
  width: 910px;
  margin: 5px -5px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .lists-item {
  height: 300px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .lists-item:hover .lists-item-img h6 {
  bottom: 40px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip {
  height: 30px;
  background: #edf3fb;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  bottom: 10px;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 5px;
  width: 97%;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip span {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: rgba(29, 29, 64, 0.5);
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip > img {
  width: 14px;
  margin-top: 8px;
  float: right;
  cursor: pointer;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-opreat {
  position: absolute;
  bottom: -20px;
  right: 6px;
  width: 78px;
  background-color: #fff;
  display: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  z-index: 2;
  cursor: pointer;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-opreat li {
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #010129;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #EEF2F9;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-opreat li:hover {
  background: #EEF2F9;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-opreat li:last-child {
  border-bottom: none;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-more-btn {
  height: 30px;
  background: #edf3fb;
  font-size: 12px;
  font-weight: 400;
  color: #009999;
  line-height: 28px;
  text-align: center;
  margin: 5px 0 0;
  cursor: pointer;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-more-btn > img {
  width: 18px;
  vertical-align: top;
  margin-top: 4px;
}
.MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-clear-btn {
  position: absolute;
  right: 0;
  top: 17px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #8e8ea0;
  z-index: 9;
}
.MyCentr-box .person-btm .person-btm-l {
  width: 280px;
  min-height: 500px;
  background: #edf3fb;
  position: relative;
}
.MyCentr-box .person-btm .person-btm-l ul {
  padding-top: 25px;
}
.MyCentr-box .person-btm .person-btm-l li {
  height: 43px;
  background: #edf3fb;
  font-size: 18px;
  font-weight: 400;
  color: #000028;
  line-height: 43px;
  padding-left: 68px;
  position: relative;
}
.MyCentr-box .person-btm .person-btm-l li a {
  color: #000028;
}
.MyCentr-box .person-btm .person-btm-l li a:hover {
  text-decoration: none;
}
.MyCentr-box .person-btm .person-btm-l li img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -4px;
}
.MyCentr-box .person-btm .person-btm-l .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #DDECFF;
}
.MyCentr-box .person-btm .person-btm-l .bottom:hover::after {
  background: #e2e8f0;
}
.MyCentr-box .person-top {
  margin-top: 20px;
  height: 145px;
  background: #edf3fb;
  margin-bottom: 20px;
}
.MyCentr-box .person-top .person-top-l {
  width: 280px;
  height: 145px;
  background: url(../img/person/person-top-bj.png) no-repeat center;
  background-size: 100%;
}
.MyCentr-box .person-top .person-top-l .user-info {
  margin: 22px 17px;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-head {
  width: 76px;
  height: 76px;
  margin-right: 17px;
  position: relative;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-head > img {
  width: 56px;
  height: 56px;
  margin: 13px;
  vertical-align: top;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  overflow: hidden;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-head .sevenday {
  width: 78px;
  height: 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #00ffb9;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/person/identity-l.jpg) no-repeat center;
  background-size: 100% 18px;
  top: 70px;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-detail {
  max-width: 153px;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-detail .user-info-detail-name {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  line-height: 28px;
  padding: 18px 0 0;
}
.MyCentr-box .person-top .person-top-l .user-info .user-info-detail .user-info-detail-validity {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.MyCentr-box .person-top .person-top-l .user-info-detail-validity-btns {
  position: relative;
  top: 6px;
  padding-left: 20px;
}
.MyCentr-box .person-top .person-top-l .user-info-detail-validity-btns a {
  font-size: 12px;
  font-weight: 400;
  color: #00ffb9;
  line-height: 28px;
  text-decoration: underline !important;
  display: inline-block;
  margin: 0 18px 0 0;
}
.MyCentr-box .person-top .person-top-l .user-info-detail-validity-btns a.btn-once {
  width: 80px;
  height: 28px;
  background: #00ffb9;
  color: #000028;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
}
.MyCentr-box .person-top .person-top-r {
  width: 920px;
  height: 145px;
  background: #edf3fb;
}
.MyCentr-box .person-top .person-top-r ul {
  padding: 0 20px;
}
.MyCentr-box .person-top .person-top-r li {
  position: relative;
  width: 50%;
  text-align: center;
}
.MyCentr-box .person-top .person-top-r li .person-top-r-tit {
  font-size: 16px;
  font-weight: normal;
  color: #000028;
  line-height: 22px;
  padding-top: 35px;
}
.MyCentr-box .person-top .person-top-r li .person-top-r-tit > img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.MyCentr-box .person-top .person-top-r li .person-top-r-time {
  font-size: 38px;
  font-weight: bolder;
  color: #000028;
  line-height: 52px;
}
.MyCentr-box .person-top .person-top-r li .person-top-r-time span {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
  font-weight: normal;
}
.MyCentr-box .person-top .person-top-r li::after {
  width: 1px;
  height: 100px;
  background: #c7d3da;
  content: "";
  position: absolute;
  right: 0;
  top: 23px;
  display: block;
  z-index: 2;
}
.MyCentr-box .person-top .person-top-r li:last-child::after {
  display: none;
}
.MyCentr-box .OEM-fixed {
  position: fixed;
  right: 20px;
  top: 200px;
  width: 52px;
}
.MyCentr-box .OEM-fixed img {
  width: 100%;
}
.MyCentr-box .person-btm .person-btm-l li:hover,
.MyCentr-box .person-btm .person-btm-l li.active {
  background: #e2e8f0;
  cursor: pointer;
}
.MyCentr-box .person-btm .person-btm-l li:hover::after,
.MyCentr-box .person-btm .person-btm-l li.active::after {
  width: 3px;
  height: 43px;
  background: #009999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.HistoryTabs {
  display: none;
}
.person-title {
  font-size: 18px;
  font-weight: 600;
  color: #000028;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  margin: 10px 0 15px 0;
}
.person-title::before {
  width: 1px;
  height: 40px;
  border: 2px solid #009999;
  background-color: #009999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.main .person-btm {
  padding-bottom: 40px;
}
.main .person-btm .person-btm-r {
  width: 900px;
  overflow: hidden;
}
.main .person-btm .person-btm-r .person-btm-r-tab {
  height: 50px;
  background: #edf3fb;
  margin-bottom: 10px;
}
.main .person-btm .person-btm-r .person-btm-r-tab > li {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 50px;
  display: inline-block;
  margin: 0 32px;
  cursor: pointer;
  position: relative;
}
.main .person-btm .person-btm-r .person-btm-r-tab > li.active::after {
  width: 100%;
  height: 3px;
  background: #009999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.main .person-btm .person-btm-r .person-btm-r-cont {
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.active-form {
  width: 400px;
  margin: 40px auto;
  margin-left: 0;
  display: none;
}
.active-form .headimg-preview {
  width: 86px;
  height: 86px;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.active-form .headimg-preview > img {
  width: 100%;
  height: 100%;
  display: block;
}
.active-form .headimg-preview input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  clip: auto;
}
.active-form .form-control {
  border: 1px solid #d3dbe1;
  box-shadow: none;
}
.active-form .form-horizontal .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
  padding-right: 4px!important;
}
.active-form .radio-inline {
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  color: #9ca2a7;
}
.active-form .btn {
  width: 132px;
  height: 34px;
  background: transparent;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  color: #009999;
  display: block;
  margin: 0 auto 15px;
  border-radius: 0;
  padding: 0;
  line-height: 32px;
}
.active-form .btn.btn-gopay {
  position: absolute;
  right: -85px;
  top: -2px;
  width: auto;
  border: none;
}
.active-form .has-error .form-control {
  border-color: #ff5454;
}
.active-form .has-error .error-tip {
  font-size: 12px;
  font-weight: 400;
  color: #ff5454;
  line-height: 20px;
  padding: 5px 0 0;
}
.active-form.active {
  display: block;
}
.active-form .icon-Edit {
  display: block;
  position: absolute;
  right: -34px;
  color: #8e8ea0;
  top: -1px;
  cursor: pointer;
  padding: 10px;
}
.confirm-active {
  padding: 30px 30px 40px;
  width: 500px;
  min-height: 250px;
}
.confirm-active .form-horizontal .control-label {
  color: #fff;
}
.confirm-active .confirm-active-tit {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 7px;
}
.confirm-active .confirm-active-tit span {
  color: #00ffb9;
  font-size: 14px;
  cursor: pointer;
}
.confirm-active .tag-lists {
  margin: 0 -8px 35px;
  min-height: 68px;
}
.confirm-active .tag-lists > span {
  height: 24px;
  border-radius: 18px;
  border: 1px solid #00ffb9;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #00ffb9;
  cursor: pointer;
  position: relative;
  padding: 0 8px 0 12px;
  margin: 5px 6px;
  display: inline-block;
}
.confirm-active .tag-lists > span.active {
  background: #00ffb9;
  color: #000028;
}
.confirm-active .tag-lists > span > span {
  margin-left: 6px;
}
.confirm-active .tag-lists > span ::-webkit-input-placeholder {
  color: rgba(0, 255, 185, 0.3);
}
.confirm-active .tag-lists > span ::-moz-placeholder {
  color: rgba(0, 255, 185, 0.3);
}
.confirm-active .tag-lists > span :-ms-input-placeholder {
  color: rgba(0, 255, 185, 0.3);
}
.confirm-active .tag-lists > span :-moz-placeholder {
  color: rgba(0, 255, 185, 0.3);
}
.confirm-active .tag-lists > span > input {
  background-color: transparent;
  color: #00ffb9;
  height: 22px;
  line-height: 20px;
  width: 86px;
  position: relative;
  top: -1px;
}
.confirm-active .confirm-active-btns {
  padding: 0 55px;
}
#goEditEmail .active-form {
  width: auto;
  margin: 0;
}
#goEditEmail .confirm-active-btns {
  margin: 35px 0 40px 45px;
  padding-right: 75px;
  padding-left: 0;
}
#goEditPn .active-form {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#goEditPn .active-form p.tip {
  margin: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  text-align: left;
}
#goEditPn .active-form .email {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  margin: 0 -10px;
}
#goEditPn .confirm-active-btns {
  margin: 35px 0 10px 0;
}
.Logout-li {
  display: none;
}
@media screen and (max-width: 800px) {
  .Member-head {
    background: #000028;
    justify-content: space-between;
    width: 100%;
    height: 5.79710145rem;
    padding-top: 0.48309179rem;
    position: relative;
  }
  .Member-head::after {
    background: url("../img/person/enter-rid-L.png");
    background-size: 100% 100%;
    left: 0;
  }
  .Member-head::before {
    background: url("../img/person/center-rid-R.png");
    background-size: 100% 100%;
    right: 0;
  }
  .Member-head .head-img {
    width: 1.93236715rem;
    height: 1.93236715rem;
    border-radius: 1.08695652rem;
    margin-left: 0.48309179rem;
    position: relative;
  }
  .Member-head .head-img img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    border-radius: 1.08695652rem;
  }
  .Member-head .Member-main {
    margin-top: 0;
    width: 70%;
    position: relative;
    height: 1.8115942rem;
    padding-left: 0.36231884rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Member-head .Member-main p:hover .tips {
    display: block;
  }
  .Member-head .Member-main .tips {
    position: absolute;
    left: -1.20772947rem;
    top: 1.69082126rem;
    width: 96%;
    padding: 0.36231884rem;
    background: #ffffff;
    box-shadow: 0px 8px 0.32rem 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 8;
  }
  .Member-head .Member-main .tips::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.12077295rem;
    right: 18%;
    width: 0.24154589rem;
    height: 0.24154589rem;
    background-color: #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .Member-head .Member-main .tips h6 {
    font-size: 0.33816425rem;
    font-weight: 400;
    color: #000028;
    line-height: 0.62801932rem;
    position: relative;
    padding-left: 0.24154589rem m;
    padding-bottom: 0.12077295rem;
  }
  .Member-head .Member-main .tips h6::before {
    width: 0.07246377rem;
    height: 0.31400966rem;
    background: linear-gradient(90deg, #00ffdd 0%, #00ffb9 100%);
    position: absolute;
    left: 0;
    top: 0.04830918rem;
    content: '';
    display: inline-block;
  }
  .Member-head .Member-main .tips p {
    font-size: 0.28985507rem;
    font-weight: 400;
    color: #000028;
    line-height: 0.62801932rem;
    position: relative;
    width: 100%;
  }
  .Member-head .Member-main h4 {
    font-weight: 900;
    color: #ffffff;
    font-size: 0.57971014rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 80%;
    word-wrap: break-word;
    word-break: break-all;
  }
  .Member-head .Member-main > p {
    font-weight: normal;
    color: #ffffff;
    font-size: 0.31400966rem;
    margin-top: 0.12077295rem;
    display: block;
    width: 65%;
  }
  .Member-head .Member-main .icon-Information {
    margin-left: 0.12077295rem;
    padding-top: 0.12077295rem;
    font-size: 0.33816425rem;
  }
  .Member-head a {
    color: #00ffb9;
    font-size: 0.33816425rem;
    position: absolute;
    right: 0;
    bottom: 0.6763285rem;
  }
  .Member-head a[id=BeMember] {
    right: unset;
    width: 1.93236715rem;
    height: 0.62801932rem;
    background: #00ffb9;
    color: #000;
    text-align: center;
    line-height: 0.62801932rem;
    font-weight: 500;
    font-size: 0.33816425rem;
    position: initial;
    display: block;
    margin-top: 0.24154589rem;
  }
  .Member-head a[id=RenewNow] {
    right: unset;
    width: 1.57004831rem;
    height: 0.53140097rem;
    background: #00ffb9;
    color: #000;
    text-align: center;
    line-height: 0.53140097rem;
    font-weight: 500;
    font-size: 0.28985507rem;
    position: initial;
    display: block;
    margin-top: 0.12077295rem;
  }
  .Member-head::after,
  .Member-head::before {
    width: 3%;
    content: "";
    height: 0.24154589rem;
    display: block;
    bottom: -0.24154589rem;
    position: absolute;
  }
  .Member-logout {
    height: 3.01932367rem !important;
  }
  .Member-logout .LearnTime {
    display: none;
  }
  .LearnTime {
    background: url("../img/person/My-bg.png");
    background-size: 100% 100%;
    width: 96%;
    position: absolute;
    bottom: 0;
    left: 2%;
    height: 2.41545894rem;
    color: #fff;
    text-align: center;
    display: flex;
  }
  .LearnTime .LearnTimeMian {
    width: 50%;
    position: relative;
  }
  .LearnTime .LearnTimeMian h4 {
    font-size: 0.6763285rem;
    font-weight: 400;
    margin-top: 0.60386473rem;
    display: block;
    margin-bottom: 0.14492754rem;
  }
  .LearnTime .LearnTimeMian span {
    font-size: 0.38647343rem;
    margin: 0 0.16908213rem 0 0.12077295rem;
  }
  .LearnTime .LearnTimeMian p {
    display: flex;
    justify-content: center;
    font-size: 0.33816425rem;
  }
  .LearnTime .LearnTimeMian p img {
    display: block;
    width: 0.38647343rem;
    height: 0.38647343rem;
  }
  .LearnTime .left::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    width: 0.02415459rem;
    height: 1.01449275rem;
    display: block;
    top: 0.72463768rem;
    right: 0;
  }
  .Member-head-box {
    display: flex;
    width: 100%;
  }
  .head-img .Identity {
    color: #00ffb9;
    text-align: center;
    font-size: 0.33816425rem;
    line-height: 0.48309179rem;
    width: 2.0531401rem;
    height: 0.48309179rem;
    background: url(../img/person/identity-s.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -0.24154589rem;
    left: 50%;
    margin-left: -1.08695652rem;
    z-index: 3;
    display: block;
  }
  .My-box {
    width: 96%;
    margin-left: 2%;
    background: #fff;
    border-radius: 0.14492754rem;
    padding-bottom: 0.24154589rem;
  }
  .My-box h4 {
    font-size: 0.33816425rem;
    color: #000028;
    margin-left: 0.33816425rem;
    padding-top: 0.2173913rem;
    font-weight: 600;
  }
  .My-list {
    margin-top: 0.24154589rem;
    height: 100%;
  }
  .My-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .My-list li {
    width: 25%;
    padding: 0.28985507rem 0;
    display: flex;
  }
  .My-list li:hover {
    background: #f9f9f9;
  }
  .My-list li a {
    text-align: center;
    display: block;
    width: 100%;
  }
  .My-list li a > img {
    width: 0.77294686rem;
    height: 0.77294686rem;
    display: block;
    margin: 0.12077295rem auto;
  }
  .My-list li a p {
    font-size: 0.33816425rem;
    color: #000028;
    margin-top: 0.12077295rem;
  }
  .My-list li a p img {
    width: 0.89371981rem;
    margin-top: -0.07246377rem;
    vertical-align: top;
  }
  .My-list button {
    width: 90%;
    margin-left: 5%;
    height: 1.20772947rem;
    line-height: 1.20772947rem;
    font-size: 0.36231884rem;
    background: #ebf0f4;
    margin-top: 3.62318841rem;
  }
  .OEM-fixed {
    display: none;
  }
  .MyCentr-box {
    width: auto;
  }
  .MyCentr-box .person-top {
    display: none;
  }
  .MyCentr-box .person-btm {
    padding-bottom: 0;
  }
  .MyCentr-box .person-btm .person-btm-l {
    display: none;
  }
  .MyCentr-box .person-btm .person-btm-r {
    margin-left: 0;
    padding: 0 0.28985507rem 0.36231884rem;
    width: 100%;
  }
  .MyCentr-box .person-btm .person-btm-r .scoll-y {
    width: 108%;
    overflow: hidden;
    position: relative;
    height: 1.15942029rem;
    padding: 0.38647343rem 0;
    margin: 0 -0.28985507rem;
  }
  .MyCentr-box .person-btm .person-btm-r .scoll-y .person-btm-r-tag {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 1.44927536rem;
    padding: 0 0.24154589rem;
  }
  .MyCentr-box .person-btm .person-btm-r .scoll-y .person-btm-r-tag span {
    padding: 0 0.43478261rem;
    line-height: 0.57971014rem;
    display: block;
    color: #008AA6;
    font-size: 0.33816425rem;
    white-space: nowrap;
    position: relative;
  }
  .MyCentr-box .person-btm .person-btm-r .scoll-y .person-btm-r-tag .choose {
    font-weight: bold;
    color: #000028;
    text-decoration: none;
  }
  .MyCentr-box .person-btm .person-btm-r .scoll-y .person-btm-r-tag .choose::after {
    position: absolute;
    content: "";
    display: block;
    height: 0.09661836rem;
    width: 0.72463768rem;
    left: 50%;
    bottom: 0.28985507rem;
    margin-left: -0.36231884rem;
    background: #009999;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab {
    height: 1.44927536rem;
    margin-bottom: 0.24154589rem;
    margin: 0 -0.28985507rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab li {
    height: 1.44927536rem;
    line-height: 1.44927536rem;
    font-size: 0.38647343rem;
    /*            margin: 0 32*(@scale);*/
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab .Logout-li {
    float: right;
    display: block;
    margin: 0 0.48309179rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab .Logout-li a {
    color: #000028;
    font-size: 0.33816425rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab .Logout-li a i {
    vertical-align: text-top;
    margin-right: 0.09661836rem;
    margin-top: -0.04830918rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-tab .Logout-li.active::after {
    display: none;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .HistoryTabs {
    width: 104%;
    overflow: hidden;
    position: relative;
    height: 1.15942029rem;
    margin: 0 -0.28985507rem;
    border-bottom: 1px solid #e5e5e9;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .HistoryTabs .Tabs {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 1.44927536rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .HistoryTabs .Tabs a {
    padding: 0 0.43478261rem;
    line-height: 1.15942029rem;
    display: block;
    color: rgba(0, 0, 40, 0.5);
    font-size: 0.33816425rem;
    white-space: nowrap;
    position: relative;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .HistoryTabs .Tabs .choose {
    font-weight: bold;
    color: #000028;
    text-decoration: none;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .HistoryTabs .Tabs .choose::after {
    position: absolute;
    content: "";
    display: block;
    height: 0.09661836rem;
    width: 0.72463768rem;
    left: 50%;
    bottom: 0.28985507rem;
    margin-left: -0.36231884rem;
    background: #009999;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form {
    width: 100%;
    margin: 0.24154589rem auto;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form .form-group {
    margin-right: 0;
    margin-left: 0;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form .headimg-preview {
    width: 2.07729469rem;
    height: 2.07729469rem;
    border: 0.07246377rem solid #ffffff;
    margin: 0.36231884rem auto;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form .form-horizontal .control-label {
    font-size: 0.33816425rem;
    line-height: 0.82125604rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form .btn {
    width: 45%;
    height: 0.96618357rem;
    line-height: 0.96618357rem;
    font-size: 0.38647343rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .active-form .btn.btn-gopay {
    font-size: 0.33816425rem;
    right: -2.0531401rem;
    top: -0.04830918rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title {
    padding: 0 0.24154589rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title h4 {
    line-height: 0.72463768rem;
    font-size: 0.38647343rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title h4::before {
    top: 0.19323671rem;
    height: 0.36231884rem;
    background: #008aa6;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation {
    margin-bottom: 0;
    margin-top: 0.09661836rem;
    z-index: 9;
    margin: 0 0 0.31400966rem 0;
    height: 0.48309179rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main a {
    margin-right: 0;
    margin-left: 0.60386473rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main > a {
    color: #008aa6;
    font-size: 0.33816425rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main .CancelAll {
    display: none;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main a {
    color: #008aa6;
    font-size: 0.33816425rem;
    margin-right: 0.60386473rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main .batch {
    float: left;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main .edit-tip {
    float: right;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-title .Collection-Operation .batch-main a i {
    margin-right: 0.12077295rem;
    font-size: 0.33816425rem;
    vertical-align: unset;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists {
    width: auto;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .lists-item {
    height: auto;
    padding-bottom: 0.62801932rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .lists-item:hover .lists-item-img {
    height: 2.56038647rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip {
    height: 0.62801932rem;
    background: #edf3fb;
    padding: 0 0.24154589rem;
    line-height: 0.62801932rem;
    font-size: 0.28985507rem;
    bottom: 0.12077295rem;
    position: absolute;
    margin: 0 0.12077295rem;
    width: 95%;
    left: 0;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip .icon-Trash {
    font-size: 0.33816425rem;
    line-height: 0.60386473rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-time-tip img {
    width: 0.33816425rem;
    margin-top: 0.14492754rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .lists .video-opreat {
    bottom: -0.62801932rem;
  }
  .MyCentr-box .person-btm .person-btm-r .person-btm-r-cont .history-clear-btn {
    display: none;
  }
  .person-title {
    font-size: 0.38647343rem;
    line-height: 0.72463768rem;
    height: 0.72463768rem;
    padding-left: 0.38647343rem;
    margin: 0.24154589rem 0 0.36231884rem 0;
  }
  .person-title::before {
    width: 0.02415459rem;
    height: 0.43478261rem;
    border: 0.04830918rem solid #009999;
    top: 0.14492754rem;
  }
  .history-more-btn {
    height: 0.72463768rem;
    font-size: 0.28985507rem;
    line-height: 0.6763285rem;
    margin: 0.12077295rem 0 0;
  }
  .modal-dialog-centered {
    width: 100%;
    margin: 0;
  }
  .confirm-active {
    padding: 0.48309179rem 0.48309179rem 0.72463768rem;
    width: 90%;
    min-height: 6.03864734rem;
  }
  .confirm-active .form-horizontal .control-label {
    line-height: 0.82125604rem;
  }
  .confirm-active .btn {
    width: 48%;
    margin: 0;
  }
  #goEditEmail .confirm-active-btns {
    margin: 0.84541063rem 0 0.96618357rem 0;
    padding-right: 0;
  }
  #goEditPn .confirm-active-btns {
    margin: 0.84541063rem 0 0.96618357rem 0;
    padding: 0;
  }
}
