body {
  background-color: #f1f3f7;
}

a {
  text-decoration: none;
}

p,
ul {
  margin: 0;
}

h5 {
  padding: 0;
  margin: 0;
}

/********** 头尾样式 start **********/
.header,
.footer {
  background-color: #262626;
  color: #fff;
}

.header .head-box,
.footer .foot-box {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.header .head-left {
  font-size: 18px;
}

.header .head-left a {
  color: #fff;
}

.header .head-right {
  font-size: 16px;
  display: flex;
}

.footer .foot-top {
  background-color: #232933;
  padding: 40px 0;
}
.footer .foot-top .foot-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .foot-top .foot-box .right-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .foot-top .foot-box .text {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  word-break: keep-all;
}
.footer .foot-top .foot-box img:not(:last-child) {
  margin-right: 20px;
}
.footer .foot-bottom {
  background-color: #12151a;
}
.footer .foot-bottom .foot-box {
  font-size: 14px;
  padding: 15px 80px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
/********** 头尾样式  end  **********/
/********** 公共样式 start **********/
.c-red {
  color: #ea3131;
}

.icon::before {
  content: "";
  display: block;
  background: url(../img/icon.png) no-repeat;
}

.icon-search::before {
  width: 20px;
  height: 20px;
  background-position: -5px -147px;
}

.icon-love::before {
  width: 30px;
  height: 30px;
  background-position: -1px 0;
}

.icon-about::before {
  width: 25px;
  height: 25px;
  background-position: -4px -498px;
}

.banner {
  height: 264px;
  position: relative;
  overflow: hidden;
}

.eject {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.eject .content {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  margin: 5px auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px #dcdcdc;
  box-shadow: 0px 2px 4px #dcdcdc;
  position: relative;
}

.eject .content h5 {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}

.eject .content h5::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/icon.png) no-repeat;
  background-position: -7px -431px;
}

.eject .error-tips h5::before {
  background-position: -7px -219px;
}

.eject .success-tips h5::before {
  background-position: -7px -288px;
}

.eject .warning-tips h5::before {
  background-position: -7px -361px
}

.eject .info-tips h5::before {
  background-position: -7px -431px;
}

.eject .confirm-modal {
  padding: 20px 30px;
  width: 490px;
  display: inline-block;
  border-radius: 5px;
  margin: 5px auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px #dcdcdc;
  box-shadow: 0px 2px 4px #dcdcdc;
  position: relative;
}

.eject .confirm-modal .confirm-modal-head {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.eject .confirm-modal .confirm-modal-head .confirm-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: -10px;
  vertical-align: middle;
  background: url(../img/icon.png) no-repeat 0 -75px;
  cursor: pointer;
}

.eject .confirm-modal .confirm-modal-body {
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.eject .confirm-modal .confirm-modal-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.eject .confirm-modal .confirm-modal-footer .confirm-btn {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
  color: #333;
  height: 32px;
  line-height: 22px;
  padding: 5px 18px;
  margin-left: 10px;
  cursor: pointer;
}

.eject .confirm-modal .confirm-modal-footer .confirm-btn-ok {
  border: 1px solid #1677ff;
  background: #1677ff;
  color: #fff;
}

.banner .img {
  left: 50%;
  margin-left: -960px;
  position: absolute;
}

.main-box {
  margin: 10px auto;
  box-sizing: border-box;
}

.page_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.page_box span,
.page_box a,
.page_box strong {
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}

.page_box a,
.page_box strong,
.page_box .disabled {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.page_box strong {
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #e63946;
}

.page_box a {
  margin: 0 5px;
}

.page_box .pl-text {
  width: 50px;
  border: 1px solid #cdcfd2;
  border-radius: 5px;
  margin: 0 5px;
}

/********** 公共样式  end  **********/
/********** 列表页 start **********/
.page-list .search {
  background-color: #fff;
  border: 1px solid #fff;
}

.page-list .search .search-box {
  padding: 0 5px;
  display: flex;
}

.page-list .search .form-select {
  width: 190px;
  margin-left: 15px;
}

.page-list .search .input-text {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
  margin-right: 10px;
}

.page-list .search .icon-search {
  background-color: #fff;
}

.page-list .list-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}

.page-list .list-box li {
  border-radius: 5px;
  width: 200px;
  margin: 10px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px #dcdcdc;
  box-shadow: 0px 2px 4px #dcdcdc;
}

.page-list .list-box .user-img {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #f9faff;
}

.page-details .user-img p,
.page-list .list-box .user-img p {
  color: #c6cbd4;
  font-size: 14px;
  margin-top: 14px;
}

.page-details .user-img .empty-img,
.page-list .list-box .user-img .empty-img {
  width: 60px;
  height: 50px;
  background: url(../img/empty-pic.png) no-repeat center;
}

.page-list .list-box .user-img img {
  width: 100%;
}

.page-list .list-box .user-info {
  text-align: center;
  background-color: #fff;
  min-height: 57px;
  padding: 6px 0;
}

.page-list .list-box .user-name {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.page-list .list-box .user-contact {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.page-list .content-box {
  min-height: 450px;
}

.page-list .empty-box {
  margin: 150px auto 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-list .empty-box p {
  color: #666666;
  font-size: 16px;
  margin-top: 6px;
}
/********** 列表页  end  **********/
/********** 详情页 start **********/
.page-details {
  background: #fff;
  margin: 20px auto;
  padding: 30px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.page-details .user-img {
  padding-right: 40px;
  width: 30%;
}

.page-details .user-img .empty {
  height: 400px;
  border: 1px solid #e5e6ed;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f9faff;
  border-radius: 5px;
}

.page-details .user-info {
  width: 70%;
}

.page-details .user-img img {
  width: 100%;
}

.page-details .user-name {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 900;
}

.page-details .user-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid #ddd;
}

.page-details .user-content li {
  display: flex;
  width: 50%;
  padding-left: 100px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.page-details .user-content .long {
  width: 100%;
}

.page-details .user-content .label {
  width: 100px;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.page-details .user-content .value {
  padding: 10px;
}

.page-details .aspiration {
  background: #fff8f9;
  padding: 15px 20px;
}

.page-details .aspiration .title {
  color: #ea3131;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 900;
}

.page-details .aspiration {
  color: #764349;
}

.page-details .box-title {
  font-size: 22px;
  color: #ea3131;
  padding: 20px 0;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.page-details .box-title .icon-love {
  margin-right: 10px;
}

.page-details .code-box {
  display: flex;
  justify-content: space-between;
}

.page-details .code-box .code-img {
  padding-right: 45px;
}

.page-details .code-box .code-left,
.page-details .code-box .code-right {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  width: 48%;
  border-radius: 10px;
}

.page-details .code-box .code-text {
  text-align: center;
}

.page-details .code-box .code-title {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 7px;
}

.page-details .code-box .code-subtitle {
  font-size: 16px;
}

.page-details .code-box .code-left {
  border: 1px solid #00c125;
}

.page-details .code-box .code-left .code-title {
  color: #00c125;
}

.page-details .code-box .code-right {
  border: 1px solid #3c84dd;
}

.page-details .code-box .code-right .code-title {
  color: #3c84dd;
}

/********** 详情页  end  **********/