.user-register {
  padding: 16vw 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-register .form-group {
  margin-bottom: 6.66667vw;
}
.user-register .register-local-card-body {
  margin: 0 auto;
}
.user-register .register-local-card-body .box-body .login-box {
  display: flex;
  flex-wrap: nowrap;
}
.user-register .register-local-card-body .box-body .login-box .left-pic {
  width: 144vw;
  height: 197.86667vw;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 24vw 21.33333vw;
  display: none;
}
.user-register .register-local-card-body .box-body .login-box .right-info {
  background: #fff;
  width: 100%;
  padding: 13.33333vw 2.66667vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 5.33333vw;
  font-style: normal;
  font-weight: 600;
  /* line-height: 50px; */
  color: #ff6634;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 {
  display: flex;
  align-items: end;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 4.26667vw;
  font-weight: 400;
}
.user-register .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 2.66667vw;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 2.66667vw 0 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info input,
.user-register .register-local-card-body .box-body .login-box .right-info select {
  height: 12vw;
  border-radius: 1.33333vw;
  background: #f8f8f8;
  width: 100%;
  border: 1px solid #ccc;
}
.user-register .register-local-card-body .box-body .login-box .right-info .security_question_list .col-md-6:first-child {
  padding: 0 0 8vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .security_question_list .col-md-6:last-child {
  padding: 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 4vw 0 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-1 {
  color: #999999;
  font-size: 3.46667vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 12vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 div.reset {
  padding: 2.13333vw 0 0 5.33333vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
  background-image: url(/images/search_post-4.png);
  background-repeat: no-repeat;
  background-size: 4.53333vw 4.53333vw;
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a span {
  display: none;
}
.user-register .register-local-card-body .box-body .login-box .right-info .forget-password-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-register .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label {
  font-weight: unset;
  color: #666;
}
.user-register .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label input {
  height: unset;
  vertical-align: middle;
  margin: -0.53333vw 0 0;
  width: 4vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 8vw 0 5.33333vw 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 1.33333vw;
  background: #ff6634;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
  border: 0;
  width: 100%;
  height: 10.66667vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok {
  text-align: center;
  padding: 17.33333vw 0 0 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok .pic img {
  width: 84.8vw;
  height: 84.8vw;
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok .pic .title {
  font-size: 9.6vw;
  font-style: normal;
  font-weight: 600;
  line-height: 13.33333vw;
  text-align: center;
  color: #ff6634;
}
.user-login {
  padding: 16vw 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-login .form-group {
  margin-bottom: 6.66667vw;
}
.user-login .register-local-card-body {
  margin: 0 auto;
}
.user-login .register-local-card-body .box-body .login-box {
  display: flex;
  flex-wrap: nowrap;
}
.user-login .register-local-card-body .box-body .login-box .left-pic {
  width: 144vw;
  height: 197.86667vw;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 24vw 21.33333vw;
  display: none;
}
.user-login .register-local-card-body .box-body .login-box .right-info {
  background: #fff;
  width: 100%;
  padding: 13.33333vw 2.66667vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 5.33333vw;
  font-style: normal;
  font-weight: 600;
  /* line-height: 50px; */
  color: #ff6634;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 {
  display: flex;
  align-items: end;
  padding: 0 0 1.33333vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 4.26667vw;
  font-weight: 400;
}
.user-login .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 2.66667vw;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 2.66667vw 0 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info input {
  height: 12vw;
  border-radius: 1.33333vw;
  background: #f8f8f8;
}
.user-login .register-local-card-body .box-body .login-box .right-info .smscode .password-box {
  position: relative;
}
.user-login .register-local-card-body .box-body .login-box .right-info .smscode .password-box .downcount {
  position: absolute;
  width: 20.8vw;
  height: 8vw;
  line-height: 8vw;
  background: #f9f9f9;
  right: 0.53333vw;
  top: 0.8vw;
  color: #de6a36;
  font-size: 3.46667vw;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 4vw 0 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-1 {
  color: #999999;
  font-size: 3.46667vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 12vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 div.reset {
  padding: 2.13333vw 0 0 5.33333vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
  background-image: url(/images/search_post-4.png);
  background-repeat: no-repeat;
  background-size: 4.53333vw 4.53333vw;
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a span {
  display: none;
}
.user-login .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 8vw 0 5.33333vw 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 1.33333vw;
  background: #ff6634;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
  border: 0;
  width: 100%;
  height: 10.66667vw;
}
.user-login .register-local-card-body .box-body .login-box .right-info .forget-password-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-login .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label {
  font-weight: unset;
  color: #666;
}
.user-login .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label input {
  height: unset;
  vertical-align: middle;
  margin: -0.53333vw 0 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .forget-password-box .forget a {
  color: #ff6634;
}
.user-forgot {
  padding: 16vw 0 0 0;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-forgot .form-group {
  margin-bottom: 6.66667vw;
}
.user-forgot .register-local-card-body {
  margin: 0 auto;
}
.user-forgot .register-local-card-body .box-body .login-box {
  display: flex;
  flex-wrap: nowrap;
}
.user-forgot .register-local-card-body .box-body .login-box .left-pic {
  width: 144vw;
  height: 197.86667vw;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 24vw 21.33333vw;
  display: none;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info {
  background: #fff;
  width: 100%;
  padding: 13.33333vw 2.66667vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 12vw 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 5.33333vw;
  font-style: normal;
  font-weight: 600;
  /* line-height: 50px; */
  color: #ff6634;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 {
  display: flex;
  align-items: end;
  padding: 0 0 1.33333vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 4.26667vw;
  font-weight: 400;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 2.66667vw;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 2.66667vw 0 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info input {
  height: 12vw;
  border-radius: 1.33333vw;
  background: #f8f8f8;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .smscode .password-box {
  position: relative;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .smscode .password-box .downcount {
  position: absolute;
  width: 20.8vw;
  height: 8vw;
  line-height: 8vw;
  background: #f9f9f9;
  right: 0.53333vw;
  top: 0.8vw;
  color: #de6a36;
  font-size: 3.46667vw;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 4vw 0 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-1 {
  color: #999999;
  font-size: 3.46667vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 12vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 div.reset {
  padding: 2.13333vw 0 0 5.33333vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
  background-image: url(/images/search_post-4.png);
  background-repeat: no-repeat;
  background-size: 4.53333vw 4.53333vw;
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a span {
  display: none;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 8vw 0 5.33333vw 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 1.33333vw;
  background: #ff6634;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
  border: 0;
  width: 100%;
  height: 10.66667vw;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .forget-password-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label {
  font-weight: unset;
  color: #666;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .forget-password-box .autologin label input {
  height: unset;
  vertical-align: middle;
  margin: -0.53333vw 0 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .forget-password-box .forget a {
  color: #ff6634;
}
.user-forgot .ok {
  text-align: center;
  padding: 17.33333vw 0 0 0;
}
.user-forgot .ok .pic img {
  width: 84.8vw;
  height: 84.8vw;
}
.user-forgot .ok .pic .title {
  font-size: 9.6vw;
  font-style: normal;
  font-weight: 600;
  line-height: 13.33333vw;
  text-align: center;
  color: #ff6634;
}
.user-profile {
  padding: 16vw 0 0 0;
  background: #f5f5f5;
}
.user-profile .profile-main .required {
  color: red;
}
.user-profile .profile-main .sidebar {
  display: none;
  border-radius: 2.66667vw;
  background: #fff;
}
.user-profile .profile-main .sidebar li.active {
  border-radius: 2.66667vw;
  background: #ff6634;
}
.user-profile .profile-main .sidebar li.active a {
  color: #fff;
}
.user-profile .profile-main .sidebar li.active a:focus,
.user-profile .profile-main .sidebar li.active a:hover {
  background-color: unset;
}
.user-profile .profile-main .sidebar li {
  margin: 4vw 0;
  padding: 1.33333vw 5.33333vw;
}
.user-profile .profile-main .sidebar li a {
  color: #333;
  font-family: PingFang SC;
  font-size: 4.26667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.user-profile .profile-main .sidebar li a:focus,
.user-profile .profile-main .sidebar li a:hover {
  background-color: unset;
}
@media (min-width: 768px) {
  .user-profile .profile-main .sidebar {
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
    width: 280px;
  }
}
.user-profile .profile-main .main {
  padding: 0 !important;
}
.user-profile .profile-main .main .profile-main-box {
  padding: 8vw 2.66667vw !important;
  background-color: #fff;
}
.user-profile .profile-main .main .profile-main-box .avatar-container {
  display: flex;
  align-items: center;
}
.user-profile .profile-main .main .profile-main-box .avatar-container .wx_thumbnail .avatar-img {
  height: 40vw;
  width: 40vw;
  border-radius: 50%;
  margin-right: 5.33333vw;
  background-size: cover;
}
.user-profile .profile-main .main .profile-main-box .avatar-container .edit-text {
  padding: 0 0 0 2.66667vw;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .row {
  margin: 0;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .form-group {
  padding: 0 0 1.33333vw 0;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .form-group label {
  padding: 0 0 0 5.33333vw;
  font-size: 3.73333vw;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile input,
.user-profile .profile-main .main .profile-main-box .user-base-profile select {
  border-radius: 1.33333vw;
  border: 1px solid #efefef;
  background: #fbfbfb;
  height: 10.66667vw;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile select {
  width: 100%;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .box-footer {
  text-align: center;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .box-footer button {
  width: 26.66667vw;
  line-height: 8.53333vw;
  font-size: 3.73333vw;
  margin: 0 5.33333vw 0 0;
  border: 0;
  outline: 0;
  border-radius: 1.33333vw;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 5.33333vw;
  height: 8.53333vw;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .box-footer .btn-primary {
  background: #2a323d;
  color: #fff;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .box-footer .btn-default {
  background: #fceeee;
  color: #000000;
}
.user-profile .profile-main .main .freead-main-box {
  background-color: #fff;
  padding: 0 2.66667vw;
}
.user-profile .profile-main .main .freead-main-box .page-header {
  border-radius: 2.66667vw 2.66667vw 0px 0px;
  background: #01afba;
  height: 13.33333vw;
  font-size: 5.33333vw;
  color: #fff;
  line-height: 13.33333vw;
  padding: 0 5.33333vw;
  display: none;
}
.user-profile .profile-main .main .freead-main-box .table-responsive {
  border: unset;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists {
  padding: 5.33333vw 0;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row {
  background: #fff;
  padding: 4vw 0px !important;
  border-bottom: solid 1px #edecec;
  display: flex;
  flex-wrap: nowrap;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .col-sm-2,
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .col-sm-10 {
  padding: 0;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .img {
  width: 26.66667vw;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .img .img-thumbnail {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .title {
  color: #333;
  font-size: 4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 5.33333vw;
  /* 90.909% */
  padding: 0 0 2.66667vw 0;
  width: 60vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .status {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .status .s1 {
  border-radius: 1.33333vw;
  background: #ffac92;
  width: 13.33333vw;
  height: 5.33333vw;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
  line-height: 5.33333vw;
  margin: 0 1.33333vw 0 0;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .status .date {
  padding: 0 0 0 5.33333vw;
  font-size: 3.73333vw;
  color: #666;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .description {
  padding: 4vw 0 0 0;
  font-size: 3.2vw;
  color: #999;
  display: none;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5.33333vw 0 0 0px;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box div {
  width: 16vw;
  height: 8vw;
  display: block;
  text-align: center;
  border: solid 1px #ebebeb;
  line-height: 8vw;
  margin: 0 0 0 2.4vw;
  border-radius: 1.33333vw;
  color: #666;
  font-family: PingFang SC;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box .detele {
  background-image: url(/images/posts-del.png);
  background-repeat: no-repeat;
  background-size: 3.46667vw;
  background-position: 2.13333vw 2.13333vw;
  padding: 0 0 0 4vw;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box .edit {
  background-image: url(/images/posts-edit.png);
  background-repeat: no-repeat;
  background-size: 3.46667vw;
  background-position: 2.13333vw 2.13333vw;
  padding: 0 0 0 4vw;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .no-answer-content .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .pagination {
  width: 100%;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .pagination nav {
  display: flex;
  justify-content: center;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .table .posts-title {
  max-width: 106.66667vw;
  word-wrap: break-word;
  white-space: normal;
}
.user-profile .profile-main .main .freead-main-box .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.user-profile .profile-main .main .pay-method-box {
  padding: 10.66667vw 2.66667vw;
  background-color: #fff;
}
.user-profile .profile-main .main .pay-method-box .table-responsive {
  border: unset;
}
.user-profile .profile-main .main .pay-method-box .table-responsive .table > thead > tr > th {
  font-size: 3.73333vw;
}
.user-profile .profile-main .main .pay-method-box .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.user-profile .profile-main .main .pay-method-box #creditCardModal {
  width: 94.66667vw;
}
.user-profile .profile-main .main .pay-method-box #creditCardModal .modal-vertical-centered {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.user-profile .profile-main .main .pay-method-box #creditCardModal .modal-vertical-centered .modal-body {
  width: 89.33333vw;
}
.user-profile .profile-main .main .collect-main-box {
  padding: 10.66667vw 4vw;
  background-color: #fff;
}
.user-profile .profile-main .main .collect-main-box .table > tbody > tr > td,
.user-profile .profile-main .main .collect-main-box .table > tbody > tr > th,
.user-profile .profile-main .main .collect-main-box .table > tfoot > tr > td,
.user-profile .profile-main .main .collect-main-box .table > tfoot > tr > th,
.user-profile .profile-main .main .collect-main-box .table > thead > tr > td,
.user-profile .profile-main .main .collect-main-box .table > thead > tr > th {
  padding: unset;
  line-height: unset;
  vertical-align: revert;
  border-top: 0;
  background-color: #fff;
}
.user-profile .profile-main .main .collect-main-box tr > td.td_pic {
  width: 48vw;
}
.user-profile .profile-main .main .collect-main-box tr.line > td {
  border-bottom: solid 1px #ccc;
}
.user-profile .profile-main .main .collect-main-box tr > td .title {
  color: #333;
  font-family: PingFang SC;
  font-size: 5.86667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 6.4vw;
  /* 109.091% */
  overflow: hidden;
  white-space: nowrap;
  width: 133.33333vw;
}
.user-profile .profile-main .main .collect-main-box tr > td .date {
  color: #666;
  font-family: PingFang SC;
  font-size: 4.26667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.33333vw;
  /* 125% */
  padding: 2.66667vw 0 0 0;
}
.user-profile .profile-main .main .collect-main-box tr > td .description {
  color: #999;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.33333vw;
  /* 142.857% */
  padding: 2.66667vw 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 133.33333vw;
}
.user-profile .profile-main .main .collect-main-box tr > td a {
  color: #666;
}
.user-profile .profile-main .main .collect-main-box tr > td .cancel_favorites {
  width: 30.66667vw;
  height: 10.66667vw;
  border-radius: 1.6vw;
  border: 1px solid #ebebeb;
  background: #fff;
  display: block;
  line-height: 10.66667vw;
  text-align: center;
  background-image: url(/images/stars.png);
  background-repeat: no-repeat;
  background-size: 4.26667vw;
  background-position: 3.2vw 2.93333vw;
  padding: 0 0 0 4vw;
}
.user-profile .profile-main .main .collect-main-box .pic {
  background-repeat: no-repeat;
  background-size: cover;
  width: 42.13333vw;
  height: 33.33333vw;
  border-radius: 1.33333vw;
}
.user-profile .profile-main .main .collect-main-box .page-header {
  color: #fff;
  font-family: PingFang SC;
  font-size: 5.86667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 2.66667vw 2.66667vw 0px 0px;
  background: #2a323d;
  width: 100%;
}
.user-profile .profile-main .main .collect-main-box .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.user-profile .profile-main .main .editpassword {
  background-color: #fff;
}
.user-profile .profile-main .main .editpassword .row {
  margin: 0;
}
.user-profile .profile-main .main .editpassword .form-group {
  padding: 0 0 1.33333vw 0;
}
.user-profile .profile-main .main .editpassword .form-group label {
  padding: 0 0 0 5.33333vw;
  font-size: 3.73333vw;
}
.user-profile .profile-main .main .editpassword input,
.user-profile .profile-main .main .editpassword select {
  border-radius: 1.33333vw;
  border: 1px solid #efefef;
  background: #fbfbfb;
  height: 10.66667vw;
}
.user-profile .profile-main .main .editpassword .box-footer {
  text-align: center;
}
.user-profile .profile-main .main .editpassword .box-footer button {
  width: 26.66667vw;
  line-height: 8.53333vw;
  font-size: 3.73333vw;
  margin: 0 5.33333vw 0 0;
  border: 0;
  outline: 0;
  border-radius: 1.33333vw;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 5.33333vw;
  height: 8.53333vw;
}
.user-profile .profile-main .main .editpassword .box-footer .btn-primary {
  background: #2a323d;
  color: #fff;
}
.user-profile .profile-main .main .editpassword .box-footer .btn-default {
  background: #fceeee;
  color: #000000;
}
.user-profile .profile-main .main .posts-edit-main-box {
  padding: 8vw 2.66667vw;
  background-color: #fff;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info {
  font-size: 3.46667vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 {
  padding: 0;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .form-group {
  margin-bottom: 4vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .form-group .col-md-3,
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .form-group .col-md-4,
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .form-group .col-md-6 {
  margin-bottom: 4vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .spoken_language_box {
  display: flex;
  flex-wrap: nowrap;
  height: 8vw;
  line-height: 8vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .price_date_type_box {
  padding: 1.33333vw 0 0;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .input-group {
  margin: 0 4vw 0 0;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang {
  height: 53.33333vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #upload_area {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/upload.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 1.33333vw;
  border: 1px solid #e6e6e6;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #upload_area .upload_tips {
  color: #999;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 8vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #pickfiles {
  padding: 0;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default {
  float: left;
  width: 26.66667vw;
  height: 21.33333vw;
  list-style-type: none;
  margin: 2.66667vw 2.66667vw 0 0;
  position: relative;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .img-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  display: block;
  border-radius: 1.06667vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 {
  position: absolute;
  bottom: 1.33333vw;
  right: 1.33333vw;
  width: 8.8vw;
  height: 8.8vw;
  /* border-radius: 5px 0px; */
  background: rgba(0, 0, 0, 0.6);
  line-height: 8.8vw;
  text-align: center;
  cursor: pointer;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 img {
  width: 5.33333vw;
  height: 5.33333vw;
}
.user-profile .profile-main .main .posts-edit-main-box .posts-info .box-body .col-md-12.dlxl01 textarea {
  resize: none;
}
@media (min-width: 768px) {
  .user-profile .profile-main .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.user-profile .profile-main .main .page-header {
  margin-top: 0;
}
.wap-user-profile {
  padding: 18.66667vw 0 13.33333vw 0;
}
.wap-user-profile .profile-main {
  padding: 0 2.66667vw;
}
.wap-user-profile .need-login {
  height: 21.33333vw;
  line-height: 21.33333vw;
}
.wap-user-profile .need-login .name {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
}
.wap-user-profile .need-login .name a {
  color: #000;
}
.wap-user-profile .user-info {
  height: 13.33333vw;
  line-height: 13.33333vw;
}
.wap-user-profile .user-info .wx_thumbnail {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.wap-user-profile .user-info .wx_thumbnail .thumbnail {
  height: 26.66667vw;
  width: 26.66667vw;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.wap-user-profile .user-info .wx_thumbnail .name {
  padding: 0 0 0 5.33333vw;
  font-size: 4.8vw;
}
.wap-user-profile .min-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
  height: 21.33333vw;
  line-height: 21.33333vw;
  border-radius: 1.33333vw;
}
.wap-user-profile .min-menu .x1 {
  width: 50%;
  text-align: center;
}
.wap-user-profile .min-menu .x1 a {
  color: #000;
  font-weight: 500;
}
.wap-user-profile .min-menu .x1.x2 {
  border-right: solid 1px #efefef;
}
.wap-user-profile .menu {
  margin-top: 8vw;
  box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
  padding: 2.66667vw 0;
  border-radius: 1.33333vw;
}
.wap-user-profile .menu ul {
  padding: 0;
  margin: 0;
}
.wap-user-profile .menu ul li {
  width: calc(100% - 10.66667vw);
  height: 13.33333vw;
  line-height: 13.33333vw;
  border-bottom: solid 1px #efefef;
  margin: 0 5.33333vw;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 5.6vw;
  background-position: right;
}
.wap-user-profile .menu ul li a {
  color: #000;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
}
.wap-user-profile .menu ul .cb1 {
  border-bottom: unset;
}


