.user-register {
  padding: 70px 0 0 0;
  height: 100vh;
  background-image: url(/images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.user-register .form-group {
  margin-bottom: 25px;
}
.user-register .register-local-card-body {
  margin: 0 auto;
  width: 1200px;
  box-shadow: 0px 4px 22px 10px rgba(182, 90, 61, 0.25);
}
.user-register .register-local-card-body .box-body {
  margin-top: 100px;
}
.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: 540px;
  height: 742px;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 90px 80px;
}
.user-register .register-local-card-body .box-body .login-box .left-pic img {
  width: 408px;
}
.user-register .register-local-card-body .box-body .login-box .right-info {
  border-radius: 0 10px 10px 0;
  background: #fff;
  width: 100%;
  padding: 52px 90px 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 45px 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 38px;
  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;
  padding: 0 0 5px;
}
.user-register .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.user-register .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 10px;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 10px 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: 45px;
  border-radius: 5px;
  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 15px 0 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .security_question_list .col-md-6:last-child {
  padding: 0 0 15px 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 15px 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: 13px;
}
.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: 45px;
}
.user-register .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
}
.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;
  padding: 18px 0 0 0;
}
.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: -2px 0 0;
  width: 15px;
}
.user-register .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 50px 0 20px 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 5px;
  background: #ff6634;
  color: #fff;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 82px;
  height: 34px;
  /* flex-shrink: 0; */
  /* margin: 0 10px 0 0; */
  text-align: center;
  line-height: 32px;
  border: 0;
  width: 100%;
  height: 54px;
  /* line-height: 47px; */
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok {
  text-align: center;
  padding: 65px 0 0 0;
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok .pic img {
  width: 318px;
  height: 318px;
}
.user-register .register-local-card-body .box-body .login-box .right-info .ok .pic .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #ff6634;
}
.user-login {
  padding: 70px 0 0 0;
  height: 100vh;
  background-image: url(/images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.user-login .form-group {
  margin-bottom: 25px;
}
.user-login .register-local-card-body {
  margin: 0 auto;
  width: 1200px;
  box-shadow: 0px 4px 22px 10px rgba(182, 90, 61, 0.25);
}
.user-login .register-local-card-body .box-body {
  margin-top: 100px;
}
.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: 540px;
  height: 742px;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 90px 80px;
}
.user-login .register-local-card-body .box-body .login-box .left-pic img {
  width: 408px;
}
.user-login .register-local-card-body .box-body .login-box .right-info {
  border-radius: 0 10px 10px 0;
  background: #fff;
  width: 100%;
  padding: 120px 90px 50px;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 45px 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 38px;
  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 5px;
}
.user-login .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.user-login .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 10px;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 10px 0 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info input {
  height: 45px;
  border-radius: 5px;
  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: 78px;
  height: 30px;
  line-height: 30px;
  background: #f9f9f9;
  right: 2px;
  top: 3px;
  color: #de6a36;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 15px 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: 13px;
}
.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: 45px;
}
.user-login .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
}
.user-login .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 50px 0 20px 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 5px;
  background: #ff6634;
  color: #fff;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 82px;
  height: 34px;
  /* flex-shrink: 0; */
  /* margin: 0 10px 0 0; */
  text-align: center;
  line-height: 32px;
  border: 0;
  width: 100%;
  height: 54px;
  /* line-height: 47px; */
}
.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: -2px 0 0;
}
.user-login .register-local-card-body .box-body .login-box .right-info .forget-password-box .forget a {
  color: #ff6634;
}
.user-forgot {
  padding: 70px 0 0 0;
  height: 100vh;
  background-image: url(/images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.user-forgot .form-group {
  margin-bottom: 25px;
}
.user-forgot .register-local-card-body {
  margin: 0 auto;
  width: 1200px;
  box-shadow: 0px 4px 22px 10px rgba(182, 90, 61, 0.25);
}
.user-forgot .register-local-card-body .box-body {
  margin-top: 100px;
}
.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: 540px;
  height: 742px;
  background-image: url(/images/login-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 90px 80px;
}
.user-forgot .register-local-card-body .box-body .login-box .left-pic img {
  width: 408px;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info {
  border-radius: 0 10px 10px 0;
  background: #fff;
  width: 100%;
  padding: 120px 90px 50px;
}
.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 45px 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box .m1 {
  font-family: PingFang SC;
  font-size: 38px;
  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 5px;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .welcome-box .m2 a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info label span.required {
  width: 10px;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 10px 0 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info input {
  height: 45px;
  border-radius: 5px;
  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: 78px;
  height: 30px;
  line-height: 30px;
  background: #f9f9f9;
  right: 2px;
  top: 3px;
  color: #de6a36;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 {
  padding: 0 15px 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: 13px;
}
.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: 45px;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .verification_code .col-md-6 .cap-2 a {
  color: #ff6634;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .box-footer {
  padding: 50px 0 20px 0;
}
.user-forgot .register-local-card-body .box-body .login-box .right-info .box-footer .btn-primary {
  border-radius: 5px;
  background: #ff6634;
  color: #fff;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 82px;
  height: 34px;
  /* flex-shrink: 0; */
  /* margin: 0 10px 0 0; */
  text-align: center;
  line-height: 32px;
  border: 0;
  width: 100%;
  height: 54px;
  /* line-height: 47px; */
}
.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: -2px 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: 65px 0 0 0;
}
.user-forgot .ok .pic img {
  width: 318px;
  height: 318px;
}
.user-forgot .ok .pic .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #ff6634;
}
.user-profile {
  padding: 70px 0 0 0;
  background: #f5f5f5;
}
.user-profile .profile-main {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 1200px;
  padding: 40px 0 !important;
}
.user-profile .profile-main .required {
  color: red;
}
.user-profile .profile-main .sidebar {
  display: none;
  border-radius: 10px;
  background: #fff;
}
.user-profile .profile-main .sidebar li.active {
  border-radius: 10px;
  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: 15px 0;
  padding: 5px 20px;
}
.user-profile .profile-main .sidebar li a {
  color: #333;
  font-family: PingFang SC;
  font-size: 16px;
  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 .profile-main-box {
  padding: 40px 20px !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: 150px;
  width: 150px;
  border-radius: 50%;
  margin-right: 20px;
  background-size: cover;
}
.user-profile .profile-main .main .profile-main-box .avatar-container .edit-text {
  padding: 0 0 0 10px;
}
.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 15px 0;
}
.user-profile .profile-main .main .profile-main-box .user-base-profile .form-group label {
  font-size: 15px;
}
.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: 5px;
  border: 1px solid #efefef;
  background: #fbfbfb;
  height: 40px;
}
.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: 100px;
  line-height: 32px;
  font-size: 14px;
  margin: 0 20px 0 0;
  border: 0;
  outline: 0;
  border-radius: 5px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
}
.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;
}
.user-profile .profile-main .main .freead-main-box .page-header {
  border-radius: 10px 10px 0px 0px;
  background: #01afba;
  height: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
}
.user-profile .profile-main .main .freead-main-box .table-responsive {
  padding: 0 30px;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row {
  background: #fff;
  padding: 25px 10px !important;
  border-bottom: solid 1px #edecec;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .img {
  width: 158px;
  height: 125px;
}
.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 {
  padding: 10px 0 0 30px;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 90.909% */
  padding: 0 0 20px 0;
  width: 400px;
  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: 5px;
  background: #ffac92;
  width: 57px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin: 0 5px 0 0;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .status .date {
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #666;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .info-title-box .description {
  padding: 15px 0 0 0;
  font-size: 12px;
  color: #999;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 110px;
  padding: 0 0 0 20px;
}
.user-profile .profile-main .main .freead-main-box .table-responsive .lists .posts-row .tools-box div {
  width: 94.435px;
  height: 40px;
  display: block;
  text-align: center;
  border: solid 1px #ebebeb;
  line-height: 40px;
  margin: 0 0 0 9px;
  border-radius: 5px;
  color: #666;
  font-family: PingFang SC;
  font-size: 14px;
  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: 16px;
  background-position: 8px 11px;
  padding: 0 0 0 15px;
}
.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: 16px;
  background-position: 8px 11px;
  padding: 0 0 0 15px;
}
.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 .table .posts-title {
  max-width: 400px;
  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: 40px 0;
  background-color: #fff;
}
.user-profile .profile-main .main .pay-method-box .table > thead > tr > th {
  font-size: 16px;
}
.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 .modal-vertical-centered {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.user-profile .profile-main .main .pay-method-box .modal-vertical-centered .modal-body {
  width: 550px;
}
.user-profile .profile-main .main .collect-main-box {
  padding: 40px 15px;
  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: 180px;
}
.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: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 109.091% */
  overflow: hidden;
  white-space: nowrap;
  width: 500px;
}
.user-profile .profile-main .main .collect-main-box tr > td .date {
  color: #666;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  padding: 10px 0 0 0;
}
.user-profile .profile-main .main .collect-main-box tr > td .description {
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 10px 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 500px;
}
.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: 115px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  background-image: url(/images/stars.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 12px 11px;
  padding: 0 0 0 15px;
}
.user-profile .profile-main .main .collect-main-box .pic {
  background-repeat: no-repeat;
  background-size: cover;
  width: 158px;
  height: 125px;
  border-radius: 5px;
}
.user-profile .profile-main .main .collect-main-box .page-header {
  color: #fff;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px 10px 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 15px 0;
}
.user-profile .profile-main .main .editpassword .form-group label {
  font-size: 15px;
}
.user-profile .profile-main .main .editpassword input,
.user-profile .profile-main .main .editpassword select {
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fbfbfb;
  height: 40px;
}
.user-profile .profile-main .main .editpassword .box-footer {
  text-align: center;
}
.user-profile .profile-main .main .editpassword .box-footer button {
  width: 100px;
  line-height: 32px;
  font-size: 14px;
  margin: 0 20px 0 0;
  border: 0;
  outline: 0;
  border-radius: 5px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
}
.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: 30px 20px;
  background-color: #fff;
}
.user-profile .profile-main .main .posts-edit-main-box .spoken_language_box {
  display: flex;
  flex-wrap: nowrap;
  height: 30px;
  line-height: 30px;
}
.user-profile .profile-main .main .posts-edit-main-box .price_date_type_box {
  padding: 5px 0 0;
}
.user-profile .profile-main .main .posts-edit-main-box .input-group {
  margin: 0 15px 0 0;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang {
  height: 200px;
}
.user-profile .profile-main .main .posts-edit-main-box .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: 5px;
  border: 1px solid #e6e6e6;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang #upload_area .upload_tips {
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 30px;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang #pickfiles {
  padding: 0;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default {
  float: left;
  width: 123px;
  height: 123px;
  list-style-type: none;
  margin: 10px 10px 0 0;
  position: relative;
}
.user-profile .profile-main .main .posts-edit-main-box .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: 4px;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 33px;
  height: 33px;
  /* border-radius: 5px 0px; */
  background: rgba(0, 0, 0, 0.6);
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.user-profile .profile-main .main .posts-edit-main-box .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 img {
  width: 20px;
  height: 20px;
}
.user-profile .profile-main .main .posts-edit-main-box 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;
}

