@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
}

.btn {
  display: inline-block;
  height: 33px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #409EFF;
  border: 1px solid #409EFF;
  line-height: 33px;
  transition: all 0.2s;
  border-radius: 2px;
  margin: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.pos-absolute {
  position: absolute;
}

.btn-outline {
  background: #FFF3F3;
}
.btn-outline:hover {
  background: #ffebeb;
}

.btn-danger {
  background: #FFAE00;
  color: #fff;
  border-color: #FFAE00;
}
.btn-danger:hover {
  background: rgba(255, 174, 0, 0.8);
}

.btn-warning {
  background: #409EFF;
  color: #fff;
  border-color: #409EFF;
}
.btn-warning:hover {
  opacity: 0.8;
}

.red {
  color: #409EFF;
}

a.link {
  color: #4B96F8;
  cursor: pointer;
}

a.link-red {
  color: #409EFF;
}

a.link-default {
  color: #666;
}

.custom-table th.el-table__cell {
  background: #eee;
  color: #333;
  font-size: 16px;
}

.el-button {
  border-radius: 2px;
  min-width: 80px;
}

.logo-inner {
  display: flex;
  align-items: center;
}
.logo-inner img {
  height: 88px;
}
.logo-inner .line {
  width: 1px;
  height: 57px;
  margin: 0 30px;
  background: #D2D2D2;
}
.logo-inner .logo-txt {
  font-size: 42px;
  font-weight: bold;
  color: #082B68;
  letter-spacing: 8px;
  background: linear-gradient(0deg, #0044BF 0%, #1E6CDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-inner .logo-sub-txt {
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 400;
  color: #082B68;
  background: #E4EFFF;
  border-radius: 8px;
}

.login {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: url(../image/login-bg.png) no-repeat center;
  background-size: cover;
}
.login .logoWithText {
  position: absolute;
  top: 13%;
  left: 8%;
}

.login-btn-pop.el-tooltip__popper.is-dark {
  background: #409EFF;
  font-size: 16px;
}
.login-btn-pop.el-tooltip__popper[x-placement^="left"] .popper__arrow::after {
  border-left-color: #409EFF;
}
.login-btn-pop.el-tooltip__popper[x-placement^="left"] .popper__arrow {
  border-left-color: #409EFF;
}

.header {
  padding: 20px 0;
}
.header .w-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .go-login {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.header .go-login a {
  color: #206EDD;
  text-decoration: underline;
  font-weight: bold;
}
.header .logo-inner {
  height: 70px;
}
.header .logo-inner .line {
  height: 45px;
  margin: 0 24px;
}
.header .logo-inner .logo-txt {
  font-size: 34px;
}
.header .logo-inner .logo-sub-txt {
  font-size: 14px;
}

.forget-password {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: url(../image/forget-bg.png) no-repeat center;
  background-size: cover;
}
.forget-password .tabs-wrapper {
  width: 1000px;
  margin: auto;
  height: 60px;
  margin-bottom: 1%;
  margin-top: 6%;
}
.forget-password .tabs-wrapper .el-step__icon.is-text {
  height: 44px;
  width: 44px;
}
.forget-password .tabs-wrapper .is-process .el-step__icon.is-text {
  border-color: #409EFF;
  color: #409EFF;
}
.forget-password .tabs-wrapper .el-step__icon .el-step__icon-inner {
  position: relative;
  z-index: 9;
  font-size: 28px;
  font-weight: normal;
}
.forget-password .tabs-wrapper .el-step.is-center .el-step__main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 20px);
  margin: auto;
  text-align: center;
}
.forget-password .tabs-wrapper .el-step:last-of-type .el-step__line {
  display: block;
}
.forget-password .tabs-wrapper .el-step__title.is-process {
  color: #409EFF;
}
.forget-password .tabs-wrapper .el-step__description.is-process {
  color: #409EFF;
}
.forget-password .tabs-wrapper .el-step__title {
  font-size: 12px;
}
.forget-password .tabs-wrapper .el-step.is-horizontal .el-step__line {
  height: 0;
  left: 0;
  right: 0;
  top: 22px;
  border-bottom: 2px solid #DDDDDD;
}
.forget-password .tabs-wrapper .el-step.is-horizontal .is-finish .el-step__line,
.forget-password .tabs-wrapper .el-step.is-horizontal .is-process .el-step__line {
  border-color: #409EFF;
}
.forget-password .tabs-wrapper .el-step.is-horizontal .el-step__line .el-step__line-inner {
  border: none;
}
.forget-password .tabs-wrapper .el-step.is-center .el-step__description {
  padding: 0;
}
.forget-password .login-form-wrapper {
  margin: 50px auto 60px;
  display: block;
  min-height: unset;
  padding: 45px 45px;
}
.forget-password .login-form-wrapper .form-tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
.forget-password .finish {
  text-align: center;
  padding-top: 20px;
}
.forget-password .finish img {
  width: 100px;
}
.forget-password .finish p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 73px;
  margin: 5px 0 10px 0;
}
.forget-password .finish .btn-box-flex {
  width: 440px;
  margin: auto;
}

.register {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: url(../image/register-bg.png) no-repeat center;
  background-size: cover;
}
.register .tabs-wrapper {
  width: 1000px;
  margin: auto;
  height: 60px;
  margin-bottom: 1%;
  margin-top: 4%;
}
.register .tabs-wrapper .el-step {
  left: -70px;
}
.register .tabs-wrapper .el-step .is-finish .el-step__icon {
  border: none;
  color: #fff;
}
.register .tabs-wrapper .el-step .is-finish .el-step__icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  width: 50px;
  background: url(../image/icon-num-bg.png);
}
.register .tabs-wrapper .el-step__icon.is-text {
  height: 44px;
  width: 44px;
}
.register .tabs-wrapper .is-process .el-step__icon.is-text {
  border-color: #409EFF;
  color: #409EFF;
}
.register .tabs-wrapper .el-step__icon .el-step__icon-inner {
  position: relative;
  z-index: 9;
  font-size: 28px;
  font-weight: normal;
}
.register .tabs-wrapper .el-step.is-center .el-step__main {
  position: absolute;
  top: -5px;
  left: calc(50% + 35px);
  width: 160px;
  text-align: left;
}
.register .tabs-wrapper .el-step__title.is-process {
  color: #409EFF;
}
.register .tabs-wrapper .el-step__description.is-process {
  color: #409EFF;
}
.register .tabs-wrapper .el-step__title {
  font-size: 24px;
}
.register .tabs-wrapper .el-step__description {
  font-size: 16px;
}
.register .tabs-wrapper .el-step.is-horizontal .el-step__line {
  height: 0;
  border-bottom: 1px dashed #DDDDDD;
}
.register .tabs-wrapper .el-step.is-horizontal .is-finish .el-step__line {
  border-color: #409EFF;
}
.register .tabs-wrapper .el-step.is-horizontal .el-step__line .el-step__line-inner {
  border: none;
}
.register .tabs-wrapper .el-step.is-center .el-step__line {
  left: calc(50% + 170px);
  right: calc(-50% + 40px);
  top: 22px;
}
.register .tabs-wrapper .el-step.is-center .el-step__description {
  padding: 0;
}
.register .login-form-wrapper {
  margin: 50px auto 60px;
  display: block;
  min-height: unset;
  padding: 45px 45px;
}
.register .login-form-wrapper .form-tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
.register .info-form-wrapper {
  width: 800px;
}
.register .info-form-wrapper .login-form {
  width: 470px;
  margin: auto;
}
.register .info-form-wrapper .el-form-item {
  margin-bottom: 16px;
}
.register .info-form-wrapper .el-form-item__content {
  line-height: 32px;
}
.register .info-form-wrapper .el-form-item__label {
  line-height: 32px;
}
.register .info-form-wrapper .el-radio {
  margin-right: 15px;
}
.register .info-form-wrapper .finish {
  text-align: center;
  padding-top: 20px;
}
.register .info-form-wrapper .finish img {
  width: 320px;
}
.register .info-form-wrapper .finish p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 73px;
  margin: 10px 0 40px 0;
}
.register .info-form-wrapper .finish .btn-box-flex {
  width: 440px;
  margin: auto;
}

.login-form-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 530px;
  min-height: 640px;
  padding: 80px 56px;
  background: #fff;
  box-shadow: 0px 3px 12px 4px rgba(6, 0, 1, 0.05);
  border-radius: 20px;
}
.login-form-wrapper .el-tabs__item {
  font-size: 24px;
  color: #666;
}
.login-form-wrapper .el-tabs__item.is-active {
  font-size: 30px;
  color: #333;
}
.login-form-wrapper .el-tabs__active-bar {
  display: none;
}
.login-form-wrapper .el-tabs__nav-wrap::after {
  display: none;
}
.login-form-wrapper .el-link--inner,
.login-form-wrapper .el-checkbox__label {
  font-size: 16px;
}
.login-form-wrapper .btn-box {
  margin-bottom: 15px;
}
.login-form-wrapper .btn-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-form-wrapper .login-btn {
  height: 54px;
  min-width: 175px;
  font-size: 20px;
  margin-bottom: 5px;
}
.login-form-wrapper .wechat {
  text-align: center;
  font-weight: 400;
  color: #333333;
  line-height: 39px;
}
.login-form-wrapper .wechat .tit {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.login-form-wrapper .wechat p {
  margin-bottom: 30px;
  font-size: 16px;
}
.login-form-wrapper .wechat img {
  width: 300px;
}
.login-form-wrapper .switch-btn-box {
  position: absolute;
  height: 90px;
  width: 90px;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.login-form-wrapper .switch-btn-box .switch-btn {
  display: inline-block;
  width: 40px;
  height: 90px;
}
.login-form-wrapper .switch-btn-box .switch-btn:after {
  content: '';
  position: absolute;
  height: 90px;
  width: 90px;
  top: 0;
  right: 0;
}
.login-form-wrapper .switch-btn-box .switch-btn.btn-wechat:after {
  background: url("../image/icon-code.png") no-repeat top right;
  background-size: contain;
}
.login-form-wrapper .switch-btn-box .switch-btn.btn-account:after {
  background: url("../image/icon-account.png") no-repeat top right;
  background-size: contain;
}
.login-form-wrapper .form {
  margin: 20px 0;
}
.login-form-wrapper .code-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #f8f9fb;
}
.login-form-wrapper .code-btn.el-button.is-disabled.el-button--text {
  background: #f8f9fb;
}
.login-form-wrapper .register-link {
  color: #409EFF;
  font-size: 16px;
}
.login-form-wrapper .forget-link {
  color: #409EFF;
  font-size: 16px;
}
.login-form-wrapper .other-way .tit {
  text-align: center;
  border-top: 2px dashed #E3E3E5;
}
.login-form-wrapper .other-way .tit span {
  position: relative;
  display: inline-block;
  text-align: center;
  top: -9px;
  width: 120px;
  height: 18px;
  line-height: 18px;
  background: #fff;
  color: #75777E;
}
.login-form-wrapper .other-way .other-list {
  text-align: center;
  margin-top: 10px;
}
.login-form-wrapper .other-way .other-list .other-btn {
  cursor: pointer;
}

.inp-gray-light .el-input__inner {
  background: rgba(242, 243, 248, 0.5);
  border: none;
  height: 56px;
}
.inp-gray-light .el-textarea__inner {
  background: rgba(242, 243, 248, 0.5);
  border: none;
}

.inp-gray .el-input__inner {
  background: #F2F3F8;
  border: none;
  height: 56px;
}
.inp-gray .el-textarea__inner {
  background: #F2F3F8;
  border: none;
}

.inp-line .el-input__inner,
.inp-line .el-input__inner:focus {
  border-radius: 0;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

.w-main {
  width: 84%;
  min-width: 1200px;
  margin: auto;
  position: relative;
}

.w-1400 {
  width: 1400px;
}

.main-header {
  padding: 15px 30px;
  background: #4872FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-inner {
  height: 56px;
}
.main-header .logo-inner img {
  height: 56px;
}
.main-header .logo-inner .line {
  height: 45px;
  margin: 0 24px;
  background: #D2D2D2;
}
.main-header .logo-inner .logo-txt {
  font-size: 28px;
  background: none;
  -webkit-text-fill-color: #fff;
}
.main-header .logo-inner .logo-sub-txt {
  font-size: 12px;
  color: #409EFF;
  text-align: center;
  background: #E4EFFF;
}
.main-header .header-info {
  display: flex;
  align-items: center;
}
.main-header .header-info .line {
  width: 1px;
  height: 34px;
  margin: 0 24px;
  background: rgba(255, 255, 255, 0.22);
}
.main-header .header-info .el-dropdown {
  color: #fff;
}
.main-header .header-info .header-btn {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.main-header .header-info .header-btn i {
  font-size: 20px;
  vertical-align: middle;
}
.main-header .header-info .header-btn em {
  display: inline-block;
  vertical-align: middle;
}

.main-body {
  height: calc(100% - 86px);
  background: #F0F2F5;
  display: flex;
  align-items: center;
}
.main-body .side-menu {
  width: 272px;
  height: 100%;
  background: #fff;
  overflow: auto;
}
.main-body .side-menu .el-submenu.is-active .el-menu {
  background: #F2F7FF;
}
.main-body .side-menu .el-submenu.is-active .el-submenu__title {
  background: #3370FF;
  color: #fff;
}
.main-body .side-menu .el-submenu.is-active i {
  color: #fff;
  font-size: 16px;
}
.main-body .main-content {
  flex: 1;
  height: 100%;
  overflow: auto;
  padding: 20px;
}

.person .person-tab {
  background: #fff;
  margin-bottom: 20px;
  padding: 18px 24px;
}
.person .person-tab .tab-item {
  position: relative;
  display: inline-block;
  height: 52px;
  width: 135px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  line-height: 52px;
  background: #FFFFFF;
  color: #666;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-right: 8px;
  vertical-align: top;
}
.person .person-tab .tab-item.active {
  background: #4872FA;
  color: #fff;
}
.person .person-tab .tab-item.active img {
  filter: grayscale(100%) brightness(100);
}
.person .person-tab .tab-item.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-5px);
  border: 8px solid;
  border-color: #4872FA transparent transparent transparent;
}
.person .person-tab .tab-item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.person .person-tab .tab-item span {
  display: inline-block;
  vertical-align: middle;
}
.person .info-list {
  margin-bottom: 10px;
}
.person .info-list:last-child {
  margin-bottom: 0;
}
.person .info-list .info-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.person .info-list .info-item img {
  display: inline-block;
  vertical-align: middle;
}
.person .info-list .info-item span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.person .info-list .info-item .name {
  color: #999999;
}
.person .study-list .study-item {
  display: flex;
  padding: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.person .study-list .study-item img {
  margin-right: 12px;
}
.person .study-list .study-item .name {
  color: #999999;
}
.person .el-radio {
  margin-right: 5px;
}
.person .el-radio .el-radio__label {
  padding-left: 5px;
}
.person .btn-box {
  text-align: center;
}
.person .btn-box .el-button {
  width: 175px;
  font-size: 20px;
  border-radius: 4px;
  height: 54px;
}
.person .btn-box .el-button--default {
  border-color: #409EFF;
  color: #409EFF;
}
.person .btn-box .el-button + .el-button {
  margin-left: 60px;
}
.person .introduce img {
  float: left;
}
.person .introduce .introduce-text .name {
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 62px;
  border-bottom: 4px solid #4872FA;
}
.person .introduce .introduce-text .sub-name {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 62px;
}
.person .introduce .introduce-text p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.person .introduce .introduce-text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.person .introduce .introduce-text .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.person .introduce .introduce-text .description {
  text-indent: 2em;
  margin-top: 20px;
}
.person .honor-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  padding: 23px 30px;
  margin-bottom: 20px;
}
.person .honor-list .list-item:hover {
  background: #F2F7FF;
}
.person .honor-list .list-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
.person .honor-list .list-item p span {
  color: #666666;
}
.person .honor-list .list-item .img {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-right: 35px;
  position: relative;
}
.person .honor-list .list-item .img .honer-type {
  position: absolute;
  top: -3px;
  left: 0;
  width: 19px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.person .honor-list .list-item .img .honer-type.type1 {
  background-image: url(../image/honor/国家级.png);
}
.person .honor-list .list-item .img .honer-type.type2 {
  background-image: url(../image/honor/省级.png);
}
.person .honor-list .list-item .img .honer-type.type3 {
  background-image: url(../image/honor/市级.png);
}
.person .honor-list .list-item .img .honer-type.type4 {
  background-image: url(../image/honor/其他.png);
}
.person .honor-list .list-item .detail {
  display: flex;
  align-items: center;
}
.person .honor-list .list-item .check {
  margin-right: 50px;
}
.person .honor-list .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 5px;
}
.person .honor-list .title .honer-level {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.person .honor-list .title .honer-level.level1 {
  background-image: url(../image/honor/第一名.png);
}
.person .honor-list .title .honer-level.level2 {
  background-image: url(../image/honor/第二名.png);
}
.person .honor-list .title .honer-level.level3 {
  background-image: url(../image/honor/第三名.png);
}
.person .honor-list .title .honer-level.level4 {
  background-image: url(../image/honor/特等奖.png);
}
.person .honor-list .update-time {
  width: 30%;
}
.person .honor-list .operate {
  width: 180px;
  text-align: center;
}
.person .honor-list .operate .el-button--default {
  border-color: #409EFF;
  color: #409EFF;
}
.person .honor-list .operate .el-button + .el-button {
  margin-left: 0;
  margin-top: 10px;
}
.person .honor-list .left {
  flex: 1;
  overflow: hidden;
}
.person .report-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  padding: 23px 30px;
  margin-bottom: 20px;
}
.person .report-list .list-item:hover {
  background: #F2F7FF;
}
.person .report-list .list-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
.person .report-list .list-item p span {
  color: #666666;
}
.person .report-list .list-item .img {
  width: 147px;
  height: 106px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-right: 35px;
  position: relative;
}
.person .report-list .list-item .detail {
  display: flex;
  align-items: center;
}
.person .report-list .list-item .check {
  margin-right: 50px;
}
.person .report-list .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 5px;
}
.person .report-list .update-time {
  width: 30%;
}
.person .report-list .operate {
  width: 180px;
  text-align: center;
}
.person .report-list .operate .el-button--default {
  border-color: #409EFF;
  color: #409EFF;
}
.person .report-list .operate .el-button + .el-button {
  margin-left: 0;
  margin-top: 10px;
}
.person .report-list .left {
  flex: 1;
  overflow: hidden;
}
.person .group-photo-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  padding: 23px 30px;
  margin-bottom: 20px;
}
.person .group-photo-list .list-item:hover {
  background: #F2F7FF;
}
.person .group-photo-list .list-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
.person .group-photo-list .list-item p span {
  color: #666666;
}
.person .group-photo-list .list-item .img {
  width: 168px;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  position: relative;
}
.person .group-photo-list .list-item .detail {
  display: flex;
  align-items: center;
}
.person .group-photo-list .list-item .check {
  margin-right: 50px;
}
.person .group-photo-list .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}
.person .group-photo-list .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 5px;
}
.person .group-photo-list .picture-list .picture-item {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 1px rgba(6, 0, 1, 0.09);
  border-radius: 4px;
  padding: 10px 8px;
  margin-right: 3%;
}
.person .group-photo-list .picture-list .picture-item .desc {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.person .group-photo-list .update-time {
  width: 260px;
  text-align: center;
}
.person .group-photo-list .operate {
  width: 140px;
  text-align: center;
}
.person .group-photo-list .operate .el-button--default {
  border-color: #409EFF;
  color: #409EFF;
}
.person .group-photo-list .operate .el-button + .el-button {
  margin-left: 0;
  margin-top: 10px;
}
.person .group-photo-list .left {
  flex: 1;
  width: 0;
}
.person .work-table {
  width: 100%;
}
.person .work-table .el-button {
  min-width: 50px;
  padding: 0 5px;
  font-size: 16px;
}
.person .work-table .el-button--text {
  color: #4872FA;
}
.person .work-table .thead .th {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #333333;
  height: 72px;
  background: #F7F8FA;
  padding: 20px 10px;
}
.person .work-table .td {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 31px;
  padding: 18px 10px;
  border-top: 1px solid #F1F3F5;
}
.person .work-table .td span {
  display: inline-block;
  vertical-align: middle;
}

.honor-pop .el-dialog__header {
  padding: 0;
}
.honor-pop .el-dialog__body {
  padding: 0;
}
.honor-pop .el-dialog {
  border-radius: 20px;
  overflow: hidden;
}
.honor-pop .el-dialog__close {
  font-size: 22px;
}
.honor-pop .honor-pop-content {
  height: 450px;
  display: flex;
  box-shadow: 0px 3px 12px 4px rgba(6, 0, 1, 0.05);
}
.honor-pop .swiper-button-prev, .honor-pop .swiper-container-rtl .swiper-button-next {
  background-image: url("../image/honor/icon-left.png");
  height: 54px;
  width: 38px;
  background-size: 38px 54px;
  left: 0;
}
.honor-pop .swiper-button-next, .honor-pop .swiper-container-rtl .swiper-button-prev {
  background-image: url("../image/honor/icon-right.png");
  height: 54px;
  width: 38px;
  background-size: 38px 54px;
  right: 0;
}
.honor-pop .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  opacity: 1;
}
.honor-pop .swiper-pagination-bullet-active {
  background: #FFB72E;
}
.honor-pop .left-img {
  height: 100%;
  width: 55%;
  overflow: hidden;
  padding: 60px 25px;
  background-color: #4872FA;
}
.honor-pop .left-img .img {
  padding-top: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.honor-pop .left-img .swiper-pagination {
  bottom: 0;
}
.honor-pop .left-img .swiper-container {
  padding-bottom: 30px;
}
.honor-pop .right {
  height: 100%;
  width: 45%;
  overflow: hidden;
  padding: 60px;
}
.honor-pop .right .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.honor-pop .right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
.honor-pop .right p span {
  color: #666666;
}
.honor-pop .right .operate {
  margin-top: 30px;
  text-align: center;
}
.honor-pop .right .operate .el-button--default {
  border-color: #4872FA;
  color: #4872FA;
}
.honor-pop .right .operate .el-button--primary {
  border-color: #4872FA;
  background-color: #4872FA;
}
.honor-pop .right .operate .el-button {
  width: 130px;
}
.honor-pop .right .operate .el-button + .el-button {
  margin-left: 10px;
  margin-top: 10px;
}

.el-button {
  min-width: 76px;
  border-radius: 4px;
}
.el-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.el-button span {
  display: inline-block;
  vertical-align: middle;
}
.el-button.button-dash {
  border: 1px dashed #ddd;
  background: #F5F6FA;
  height: 50px;
  color: #4872FA;
}
.el-button.button-dash:hover {
  background: #ecf0ff;
}

.el-button + .el-button {
  margin-left: 5px;
}

.custom-card {
  padding: 27px 54px;
  background: #fff;
  margin-bottom: 20px;
}
.custom-card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-card .card-title .title-text {
  height: 26px;
  padding-left: 7px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #4872FA;
}
.custom-card .card-title .title-text .sub-title {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.custom-card .card-title .title-right {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.custom-card .card-title .operate-box {
  display: flex;
  align-items: center;
}
.custom-card .card-title .operate-box .notice {
  margin-left: 20px;
}
.custom-card .card-title .operate-box .el-button + .el-button {
  margin-left: 15px;
}
.custom-card .card-content {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 25px;
}
.custom-card .card-content .card-title-inner {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 20px;
}
.custom-card .card-content .el-tag {
  border: none;
}
.custom-card .card-bottom {
  margin-top: 24px;
}

.notice-pop.el-tooltip__popper.is-dark {
  background: #adadad;
  font-size: 16px;
}
.notice-pop.el-tooltip__popper[x-placement^="right"] .popper__arrow::after {
  border-right-color: #adadad;
}
.notice-pop.el-tooltip__popper[x-placement^="right"] .popper__arrow {
  border-right-color: #adadad;
}

.m-page {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: url(../image/search/mobile-bg.png) no-repeat top;
  background-size: cover;
}
.m-page .m-head {
  display: flex;
  align-items: center;
  padding: 28px 20px 0;
  justify-content: space-between;
}
.m-page .m-head .right-icon {
  position: relative;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  opacity: 1;
}
.m-page .m-head .right-icon:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  top: -10px;
}
.m-page .m-head .right-icon:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  bottom: -10px;
}
.m-page .m-prestore {
  padding: 30% 20px 20px;
}
.m-page .m-prestore .pre-name {
  padding-left: 20px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 36px;
  background: linear-gradient(90deg, #FF7642, #F24837);
  border-radius: 8px 8px 0px 0px;
}
.m-page .m-prestore .pre-table {
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #D7000F;
  line-height: 36px;
}
.m-page .m-prestore .pre-table th {
  font-weight: 400;
  border: 2px solid #FEBFB9;
  height: 36px;
  text-align: center;
}
.m-page .m-prestore .pre-table td {
  border: 2px solid #FEBFB9;
  height: 36px;
  text-align: center;
}
.m-page .m-prestore .pre-table td:nth-child(1) {
  color: #333333;
}
.m-page .m-prestore .pre-table td:nth-child(2) {
  color: #333333;
}
.m-page .m-prestore .pre-right {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.m-page .m-prestore .pre-right .question {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 10px;
}
.m-page .m-prestore .prestore-list {
  padding-bottom: 8%;
}

.m-dialog {
  border: 4px;
}
.m-dialog .el-dialog__header {
  display: none;
}
.m-dialog .el-dialog__body {
  padding: 0;
}
.m-dialog .el-dialog {
  border-radius: 8px;
}
.m-dialog .pop-title {
  padding: 20px 20px 30px;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 36px;
  background: url(../image/search/mobile-pop-bg.png) no-repeat top;
  background-size: cover;
  margin-bottom: 10px;
}
.m-dialog .m-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.m-dialog .m-pop {
  padding: 10px 20px;
}
.m-dialog .m-pop li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.m-dialog .m-pop li i {
  color: #409EFF;
}
.m-dialog .m-pop .btn-pc {
  margin-top: 20px;
  text-align: center;
}
.m-dialog .m-pop .btn {
  display: block;
  margin: 15px auto 20px;
  color: #F5F5F6;
  width: 183px;
  height: 45px;
  background: #D7000F;
  border-radius: 23px;
  line-height: 45px;
  font-size: 18px;
  opacity: 1;
}

.banner img {
  display: block;
  width: 100%;
}

.bread {
  background: #F5F5F5;
  padding: 20px 0;
}

.footer {
  background: #000000;
  text-align: center;
  padding: 30px 0;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.footer.footer-wh span {
  color: #fff;
}
.footer span {
  margin: 0 4px;
  color: #858585;
}
.footer span img {
  vertical-align: middle;
  margin-right: 3px;
}
.footer .copyright {
  margin-left: 15px;
}

.person-content {
  background: #F5F5F5;
  position: relative;
  padding-bottom: 40px;
}
.person-content .person-main {
  position: relative;
  background: #fff;
}
.person-content .person-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 220px;
  bottom: 0;
  width: 20px;
  background: #F5F5F5;
}
.person-content .left-menu {
  width: 220px;
  float: left;
  padding: 20px 0;
  background: #fff;
}
.person-content .left-menu .menu-item {
  color: #333;
}
.person-content .left-menu .menu-item .link {
  display: block;
  height: 44px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  color: inherit;
  cursor: pointer;
}
.person-content .left-menu .menu-item .link:hover, .person-content .left-menu .menu-item .link.active {
  color: #409EFF;
  background: #FFF3F3;
}
.person-content .left-menu .menu-item .link.active {
  border-right: 3px solid #409EFF;
}
.person-content .left-menu .menu-item .iconfont {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
  color: #409EFF;
}
.person-content .left-menu .menu-item span {
  display: inline-block;
  vertical-align: middle;
}
.person-content .left-menu .menu-sub {
  margin-left: 45px;
  padding: 5px 0;
}
.person-content .left-menu .menu-sub .sub-link {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}
.person-content .left-menu .menu-sub .sub-link:hover, .person-content .left-menu .menu-sub .sub-link.active {
  color: #409EFF;
}
.person-content .person-index:before {
  position: absolute;
  content: '';
  top: 80px;
  bottom: 0;
  left: 50%;
  border-right: 1px solid #eee;
}
.person-content .right-content {
  position: relative;
  min-height: 200px;
  margin-left: 240px;
  padding: 30px;
  background: #fff;
  overflow: hidden;
}
.person-content .right-content .item-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.person-content .right-content .item-title a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.person-content .right-content .item-title a .iconfont {
  margin-right: 3px;
}
.person-content .person-info-top {
  margin-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.person-content .person-info-top .person-photo {
  width: 135px;
  float: left;
}
.person-content .person-info-top .person-photo img {
  width: 135px;
  height: 135px;
  border-radius: 6px;
  object-fit: cover;
}
.person-content .person-info-top .person-des {
  margin-left: 160px;
  padding-top: 5px;
}
.person-content .person-info-top .person-des-item {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333333;
  font-size: 14px;
}
.person-content .person-info-top .person-des-item span {
  vertical-align: middle;
}
.person-content .person-info-top .person-des-name {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.person-content .person-info-top .person-des small {
  margin: 0 10px;
  font-size: 14px;
  color: #999;
}
.person-content .person-info-assets {
  padding-top: 35px;
  padding-bottom: 35px;
}
.person-content .person-info-assets-item {
  border-right: 1px solid #eee;
  padding-left: 5%;
}
.person-content .person-info-assets-item:last-child {
  border: none;
}
.person-content .person-info-assets-item .icon {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: #FC9637;
}
.person-content .person-info-assets-item .icon .iconfont {
  font-size: 30px;
}
.person-content .person-info-assets-item .assets-info {
  display: inline-block;
  vertical-align: top;
}
.person-content .person-info-assets-item .assets-info .assets-name {
  font-weight: 400;
  color: #999999;
}
.person-content .person-info-assets-item .assets-info .assets-num {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.person-content .person-info-assets-item .total {
  font-size: 14px;
  color: #333333;
  line-height: 2;
  height: 28px;
  margin-top: 3px;
}
.person-content .person-info-assets-item .used {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  height: 21px;
}
.person-content .person-info-assets-item .link {
  font-size: 14px;
  color: #358DF7;
  margin-top: 3px;
  cursor: pointer;
}
.person-content .manager-info .person-info-top {
  margin-right: 160px;
  border-bottom: none;
}
.person-content .manager-info .manager-wechat {
  float: right;
  width: 160px;
  border: 1px solid #DCDCDC;
  padding: 10px;
  text-align: center;
}
.person-content .manager-info .manager-wechat img {
  width: 100%;
}
.person-content .manager-info .el-rate {
  display: inline-block;
  vertical-align: middle;
}
.person-content .manager-info .el-rate__icon {
  margin-right: 2px;
}
.person-content .manager-info .el-rate__text {
  margin-left: 5px;
}
.person-content .work-info {
  padding-bottom: 40px;
  padding-top: 35px;
}
.person-content .work-info .work-info-item {
  margin: 18px 0;
}
.person-content .work-info .work-info-item .address-input {
  margin-top: 15px;
  margin-left: 85px;
}
.person-content .user-info {
  padding-top: 30px;
  padding-bottom: 40px;
}
.person-content .user-info-item {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}
.person-content .user-info-item .iconfont {
  color: green;
  font-size: 22px;
  margin-right: 5px;
}
.person-content .user-info-item p {
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 2;
}
.person-content .user-info .link {
  color: #358DF7;
  float: right;
  cursor: pointer;
}
.person-content .bottom-content {
  border-top: 1px solid #eee;
}
.person-content .pay-select-list .pay-select {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
  border: 2px solid #f1f1f1;
  cursor: pointer;
}
.person-content .pay-select-list .pay-select.active {
  border-color: #409EFF;
}
.person-content .pay-select-list .pay-select img {
  height: 58px;
}
.person-content .order-list {
  min-height: 500px;
  position: relative;
}
.person-content .order-list .order-operation {
  padding: 25px 25px;
  margin-left: -25px;
  margin-right: -25px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.person-content .order-list .order-operation .opr-btn {
  float: right;
}
.person-content .order-list .order-operation .opr-btn .btn-prev {
  height: 50px;
  min-width: 150px;
  margin-left: 20px;
}
.person-content .order-list .order-operation .opr-btn .btn-prev:hover {
  border-color: #409EFF;
  color: #409EFF;
}
.person-content .order-list .order-operation .opr-btn .btn-next {
  height: 50px;
  min-width: 150px;
  color: #fff;
  margin-left: 30px;
  background-image: linear-gradient(to right, #C5000E, #FF0024);
}
.person-content .order-list .order-operation .opr-btn .btn-next:hover {
  border-color: #FF002499;
  background-image: linear-gradient(to right, #C5000E99, #FF002499);
}
.person-content .order-list .num {
  font-size: 24px;
  color: #409EFF;
  font-weight: bold;
}
.person-content .order-list .pagination {
  padding: 25px 0;
  text-align: center;
}
.person-content .my-order-list .order-tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 25px;
}
.person-content .my-order-list .search-form .el-select {
  width: 110px;
}
.person-content .my-order-list .search-form .el-date-editor {
  width: 230px;
}
.person-content .my-order-list .order-tb {
  width: 100%;
}
.person-content .my-order-list .order-tb thead th {
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.person-content .my-order-list .order-tb.order-tb-pre .tr-th td {
  padding-right: 100px;
}
.person-content .my-order-list .order-tb.order-tb-pre .tr-bd td {
  vertical-align: middle;
}
.person-content .my-order-list .order-tb .sep-row {
  height: 20px;
}
.person-content .my-order-list .order-tb .sep-row td {
  border: 0;
}
.person-content .my-order-list .order-tb .tr-th {
  height: 44px;
  line-height: 44px;
  color: #aaa;
  overflow: hidden;
  background: #FAFAFA;
  border: 1px solid #D2D2D2;
}
.person-content .my-order-list .order-tb .tr-th.status-red {
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 243, 243, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #FFBDBD) 1 1;
}
.person-content .my-order-list .order-tb .tr-th.status-red .status {
  background: #409EFF;
  border-color: #409EFF;
}
.person-content .my-order-list .order-tb .tr-th.status-blue {
  background: linear-gradient(90deg, #FFFFFF, rgba(243, 249, 255, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #BDD3FF) 1 1;
}
.person-content .my-order-list .order-tb .tr-th.status-blue .status {
  background: #167BFF;
  border-color: #167BFF;
}
.person-content .my-order-list .order-tb .tr-th.status-orange {
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 249, 243, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #FFDFBD) 1 1;
}
.person-content .my-order-list .order-tb .tr-th.status-orange .status {
  background: #FF8F16;
  border-color: #FF8F16;
}
.person-content .my-order-list .order-tb .tr-th.status-gray {
  background: #FAFAFA;
  border: 1px solid #D2D2D2;
}
.person-content .my-order-list .order-tb .tr-th.status-gray .status {
  background: #999;
  border-color: #999;
}
.person-content .my-order-list .order-tb .tr-th td {
  position: relative;
  padding: 0 75px 0 15px;
}
.person-content .my-order-list .order-tb .tr-th td .dealtime {
  margin-right: 25px;
  _margin-right: 15px;
}
.person-content .my-order-list .order-tb .tr-th td .number {
  margin-right: 25px;
}
.person-content .my-order-list .order-tb .tr-th td .status {
  position: absolute;
  right: -5px;
  top: 5px;
  height: 34px;
  min-width: 70px;
  padding: 0 10px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  border-right: 0px solid #409EFF;
  border-left: 0px solid #409EFF;
  background: #FAFAFA;
  border-color: #999;
  box-sizing: border-box;
}
.person-content .my-order-list .order-tb .tr-th td .status:before {
  content: '';
  position: absolute;
  right: 1px;
  bottom: -3px;
  transform: rotate(45deg);
  border-top: 3px solid transparent;
  border-right: 3px solid #409EFF;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right-color: inherit;
}
.person-content .my-order-list .order-tb .tr-th td .status:after {
  content: '';
  position: absolute;
  right: 1px;
  top: -3px;
  transform: rotate(-45deg);
  border-top: 3px solid transparent;
  border-right: 3px solid #409EFF;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right-color: inherit;
}
.person-content .my-order-list .order-tb .tr-th td .right-op {
  float: right;
  line-height: 0;
  margin-top: 3px;
}
.person-content .my-order-list .order-tb .tr-th td .right-op a {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #555;
}
.person-content .my-order-list .order-tb .tr-th td .right-op a:hover {
  color: #409EFF;
}
.person-content .my-order-list .order-tb .tr-th td .right-op a:hover span {
  color: #409EFF;
}
.person-content .my-order-list .order-tb .tr-th td .right-op span {
  color: #999;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  transform: scale(0.9);
}
.person-content .my-order-list .order-tb .tr-bd {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  border: 1px solid #E5E5E5;
}
.person-content .my-order-list .order-tb .tr-bd .text-block {
  display: inline-block;
  text-align: left;
}
.person-content .my-order-list .order-tb .tr-bd td {
  padding: 15px 0;
  min-width: 50px;
  vertical-align: top;
  position: relative;
}
.person-content .my-order-list .order-tb .tr-bd td:last-child:after {
  display: none;
}
.person-content .my-order-list .order-tb .tr-bd td:after {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  bottom: 15px;
  width: 1px;
  background: #eee;
}
.person-content .my-order-list .order-tb .tr-th a:hover {
  color: #e4393c;
}
.person-content .ticket-manage .ticket-item {
  margin-bottom: 20px;
}
.person-content .ticket-manage .ticket-item .ticket-head {
  height: 44px;
  line-height: 44px;
  position: relative;
  padding: 0 55px 0 15px;
  color: #aaa;
  background: #FAFAFA;
  font-size: 14px;
  border: 1px solid #D2D2D2;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-red {
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 243, 243, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #FFBDBD) 1 1;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-red .status {
  background: #409EFF;
  border-color: #409EFF;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-blue {
  background: linear-gradient(90deg, #FFFFFF, rgba(243, 249, 255, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #BDD3FF) 1 1;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-blue .status {
  background: #167BFF;
  border-color: #167BFF;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-orange {
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 249, 243, 0.8));
  border: 1px solid;
  border-image: linear-gradient(90deg, #D7D7D7, #FFDFBD) 1 1;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-orange .status {
  background: #FF8F16;
  border-color: #FF8F16;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-gray {
  background: #FAFAFA;
  border: 1px solid #D2D2D2;
}
.person-content .ticket-manage .ticket-item .ticket-head.status-gray .status {
  background: #999;
  border-color: #999;
}
.person-content .ticket-manage .ticket-item .ticket-head .dealtime {
  margin-right: 25px;
  _margin-right: 15px;
}
.person-content .ticket-manage .ticket-item .ticket-head .number {
  margin-right: 10px;
}
.person-content .ticket-manage .ticket-item .ticket-head .tag {
  background: #FFFFFF;
  border: 1px solid #D00001;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #D00001;
  line-height: 20px;
  padding: 0 6px;
  margin-right: 10px;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op {
  float: right;
  line-height: 0;
  margin-top: 3px;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op a {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #555;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op a:hover {
  color: #409EFF;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op a:hover span {
  color: #409EFF;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op a i {
  font-size: 24px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.person-content .ticket-manage .ticket-item .ticket-head .right-op span {
  color: #999;
  display: inline-block;
  font-size: 10px;
  line-height: 1.1;
  transform: scale(0.9);
}
.person-content .ticket-manage .ticket-item .ticket-body {
  padding: 20px 25px;
  border: 1px solid #E5E5E5;
  border-top: none;
}
.person-content .ticket-manage .ticket-item .ticket-body p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.person-content .ticket-manage .ticket-operate {
  padding: 30px 0;
  text-align: center;
}
.person-content .ticket-manage .ticket-operate .btn {
  height: 50px;
  padding: 0 70px;
  font-size: 18px;
  line-height: 48px;
  border-radius: 4px;
}
.person-content .ticket-card {
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
.person-content .ticket-card .ticket-card-item {
  padding: 30px 9%;
}
.person-content .ticket-card .ticket-card-item.item1:before {
  left: 25%;
}
.person-content .ticket-card .ticket-card-item.item2:before {
  left: 50%;
}
.person-content .ticket-card .ticket-card-item.item3:before {
  left: 75%;
}
.person-content .ticket-card .ticket-card-item.item4:before {
  display: none;
}
.person-content .ticket-card .ticket-card-item:before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  border-right: 1px solid #C9C9C9;
}
.person-content .ticket-card .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 63px;
}
.person-content .ticket-card .name img {
  height: 32px;
}
.person-content .ticket-card .prestore {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.person-content .ticket-card .prestore span {
  font-size: 22px;
  font-weight: 400;
  color: #409EFF;
  line-height: 24px;
}
.person-content .ticket-card p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}
.person-content .order-step {
  margin: 0 auto 30px;
}
.person-content .order-step .el-steps {
  justify-content: space-between;
}
.person-content .order-step .el-step {
  position: relative;
  flex-basis: 32.9% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DCDCDC;
  padding: 8px 0 9px;
  border-left: 0px solid #DCDCDC;
  border-top: 0px solid #DCDCDC;
  border-bottom: 0px solid #DCDCDC;
}
.person-content .order-step .el-step:first-child:before {
  display: none;
}
.person-content .order-step .el-step:last-child:after {
  display: none;
}
.person-content .order-step .el-step:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid #409EFF;
  border-bottom: 25px solid transparent;
  border-left-color: inherit;
  z-index: 1;
}
.person-content .order-step .el-step:before {
  content: '';
  display: block;
  border-top: 25px solid #409EFF;
  border-bottom: 25px solid #409EFF;
  border-left: 25px solid #f5f5f5;
  border-top-color: inherit;
  border-bottom-color: inherit;
  position: absolute;
  left: 0px;
  top: 0;
}
.person-content .order-step .el-step.active {
  background: #409EFF;
  border-color: #409EFF;
}
.person-content .order-step .el-step.success {
  background: #e49192;
  border-color: #e49192;
}
.person-content .order-step .el-step__head {
  width: auto;
  margin-right: 10px;
}
.person-content .order-step .el-step__line {
  display: none !important;
}
.person-content .order-step .el-step__title.is-process {
  color: #fff;
}
.person-content .order-step .el-step__title.is-success {
  color: #fff;
}
.person-content .order-step .el-step__icon.is-text {
  border: none;
}
.person-content .order-step .el-step__title.is-wait {
  color: #666;
}
.person-content .order-step .el-step__head {
  color: #999;
}
.person-content .order-step .el-step__icon {
  font-size: 18px;
}
.person-content .order-step .el-step__head.is-process {
  color: #409EFF;
}
.person-content .order-step .el-step__head.is-success {
  color: #e49192;
}
.person-content .ticket-operate .email-inp {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.person-content .ticket-operate .ticket-table {
  margin-bottom: 30px;
  font-size: 14px;
}
.person-content .ticket-operate .ticket-table table {
  width: 100%;
}
.person-content .ticket-operate .ticket-table tr td {
  padding: 10px;
  border: 1px solid #A9868F;
  vertical-align: middle;
}
.person-content .ticket-operate .ticket-table tr td.slim {
  width: 14px;
  line-height: 2;
}
.person-content .ticket-operate .ticket-table .brown {
  color: #7B5529;
}
.person-content .ticket-operate .ticket-table .service {
  white-space: nowrap;
}
.person-content .ticket-operate .ticket-table .ticket-op {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.person-content .ticket-operate .ticket-table .space {
  letter-spacing: 3px;
}
.person-content .ticket-operate .ticket-table .ticket-name {
  font-size: 24px;
  font-weight: 400;
  color: #7B5529;
  line-height: 48px;
  text-align: center;
  letter-spacing: 4px;
}
.person-content .ticket-operate .ticket-table .rize p {
  line-height: 2.2;
}
.person-content .ticket-operate .ticket-table .rize p .brown {
  display: inline-block;
  text-align: justify;
}
.person-content .ticket-operate .ticket-btn {
  margin-bottom: 40px;
}
.person-content .quotation-operate .quotation-head-info {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #DCDCDC;
}
.person-content .quotation-operate .quotation-head-info p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.person-content .quotation-operate .quotation-item {
  margin-bottom: 30px;
}
.person-content .quotation-operate .quotation-item .quotation-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin-bottom: 10px;
}
.person-content .quotation-operate .quotation-item .quotation-table {
  margin-bottom: 20px;
}
.person-content .quotation-operate .quotation-item .quotation-table table {
  width: 100%;
}
.person-content .quotation-operate .quotation-item .quotation-table tr th {
  background: #F3F3F3;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.person-content .quotation-operate .quotation-item .quotation-table tr td {
  padding: 20px 10px;
  border: 1px solid #E5E5E5;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  min-height: 60px;
}
.person-content .quotation-operate .quotation-item .quotation-table tr td.red {
  color: #409EFF;
}
.person-content .quotation-operate .quotation-item .quotation-img {
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
}
.person-content .quotation-operate .quotation-item .quotation-img img {
  height: 330px;
}
.person-content .quotation-operate .quotation-check {
  margin-bottom: 40px;
}

.fixed-nav {
  width: 74px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fixed-nav .nav-item {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.57);
  cursor: pointer;
}
.fixed-nav .nav-item .iconfont {
  font-size: 30px;
}
.fixed-nav .nav-item:hover, .fixed-nav .nav-item.active {
  background: #409EFF;
}

.blue-bg {
  background: #010105 url("../image/index/index-bg.png") no-repeat center;
  background-size: cover;
}

.prestore-bg {
  background: #010105 url("../image/prestore-bg.jpg") no-repeat center;
  background-size: cover;
}

.dialog-btn-cancel {
  height: 50px;
  min-width: 150px;
  border-radius: 4px;
  font-size: 20px;
}

.dialog-btn {
  height: 50px;
  min-width: 150px;
  color: #fff;
  margin-left: 30px;
  font-size: 20px;
  border-radius: 4px;
  background-color: #409EFF;
}
.dialog-btn:hover {
  border-color: #FF002499;
  background-color: #FF002499;
}

.dialog-footer {
  padding-bottom: 35px;
}

.affixing {
  border-top: 1px solid #eee;
}

.element-edit {
  padding: 30px 0;
  background: #fff;
  margin-bottom: 20px;
}

.video-player-box {
  width: 100%;
}
.video-player-box .video-js {
  width: 100%;
}

.form-item-dbline .el-form-item__label {
  line-height: 20px;
}

.editor—wrapper {
  border: 1px solid #ccc;
  z-index: 100;
  /* 按需定义 */
}
.editor—wrapper .toolbar-container {
  border-bottom: 1px solid #ccc;
}
.editor—wrapper .editor-container {
  height: 300px;
}

/*# sourceMappingURL=style.css.map */






/*手机补充样式*/
@media (max-width: 460px) {
    
  .login .logoWithText{
      position: unset;
  }
  
  .login .login_form{
      margin-top: 5vh;
  }
  
  .login .login_form .login-form-wrapper{
      width: 100% !important;
      padding: 35px 25px !important;
      min-height: unset !important;
      margin-right: unset;
  }
  
  
  .login .login_form .login-form-wrapper .el-tabs__item.is-active{
      font-size: 26px;
  }
  .login .login_form .login-form-wrapper .el-tabs__item{
      font-size: 18px;
      padding: 0 8px;
  }
  
  .login .login_form .login-form-wrapper .el-link--inner,
  .login .login_form .login-form-wrapper .el-checkbox__label{
      font-size: 12px;
  }
  
}




