
/* reset */
html {
  height: 100%;
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {
  *zoom: 1;
}

li {
  list-style-type: none;
}

iframe, frame, fieldset, img {
  border: 0 none;
}

img {
  vertical-align: top;
  object-fit: cover;
}

input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

input, textarea, button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=radio] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  resize: none;
}

input[type="checkbox"] i {
  background-color: #C44A4A;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

th {
  font-weight: normal;
}

em,
cite,
address,
i {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

body, input, select, button, textarea {
  color: #333;
  font-size: var(--font-14);
  font-family: "PingFangSC", "Microsoft Yahei", "微软雅黑", "Arial";
}

body {
  line-height: 1.5;
}

a:link, a:visited, a:active, a {
  text-decoration: none;
}

a * {
  *cursor: pointer;
}

:focus {
  outline: none;
}

.clearfix {
  *zoom: 1;
}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*清除浮动兼容*/
[v-cloak] {
  visibility: hidden;
}

/* 防止页面加载时出现 vuejs 的变量名 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  
  not supported by any browser */
}

body {
  width: 100%;
  height: 100%;
}

.kefu-btn {
  position: fixed;
  bottom: 80px;
  right: 4%;
  border-radius: 4px;
  z-index: 99;
  background: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid #CFCFCF;
  padding: 2px;
  cursor: pointer;
}

.kefu-btn img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.kefu-btn:hover .kefu-pop {
  display: block;
}

.kefu-pop {
  position: absolute;
  min-width: 200px;
  right: 0;
  height: 104px;
  padding: 16px;
  top: -124px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  bottom: -20px;
  right: 0px;
  display: none;
  white-space: nowrap;
  line-height: 1.5;
}

.kefu-pop::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: var(--main-color);
  top: 18px;
  left: 0;
}

.kefu-pop::after {
  content: '';
  position: absolute;
  display: block;
  border: 10px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: -20px;
  right: 20px;
}

.kefu-pop .kefu-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.kefu-pop .kefu-tip {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}

.kefu-pop .tel-num {
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.kefu-pop .kefu-name {
  color: #666;
  font-size: 14px;
}

/* 顶部样式 start */
.index .page-header {
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
}

.index .page-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 458px;
  background: url("../image/work2.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

.index .page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.white-head .page-header {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(238, 238, 238, 0.8);
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
}

.white-head .page-header::before {
  display: none;
}

.white-head .page-header .header-wrap {
  background-color: #fff;
}

.white-head .page-header .header-wrap .container {
  width: 1200px;
  margin: 0 auto;
}

.white-head .page-header .header-wrap .logo-name {
  color: #000;
}

.white-head .page-header .header-wrap .header-right {
  color: #333;
}

.white-head .page-header .header-wrap .header-right .nav-list .nav-item {
  color: #333333;
}

.white-head .page-header .header-wrap .header-right .nav-list .nav-list-item {
  color: #333333;
}

.white-head .page-header .header-wrap .header-right .login-btn-wrap .login-btn {
  color: #333;
}

.white-head .page-header .header-wrap .header-right .login-btn-wrap .btn::after {
  border: 1px solid #eee;
  border-radius: 2px;
}

.white-head .page-header .user-name {
  color: #333333;
  font-size: var(--font-16);
}

.white-head .page-header .exit-btn {
  color: #333333;
  font-size: var(--font-16);
}

.header-wrap {
  height: 73px;
}

.header-wrap .logo-wrap {
  float: left;
  color: #000;
  margin-top: 11px;
  display: flex;
  width: 28%;
}

.header-wrap .logo-wrap .logo {
  margin-right: 10px;
  width: auto;
  width: 50%;
  vertical-align: middle;
  object-fit: contain;
}

.header-wrap .logo-wrap .logo-name {
  width: 6em;
  margin-top: 22px;
  display: inline-block;
  vertical-align: middle;
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 0px;
  color: #000;
}

.header-wrap .header-right {
  float: right;
  font-size: var(--font-18);
  margin-top: 20px;
}

.header-wrap .header-right > div {
  display: inline-block;
  vertical-align: middle;
}

.header-wrap .header-right .nav-list {
  color: #fff;
  position: relative;
}

.header-wrap .header-right .nav-list .nav-item {
  /** 文本1 */
  font-size: var(--font-16);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 24px;
}

.header-wrap .header-right .nav-list .active {
  border-bottom: 3px solid #fff;
  padding-bottom: 23px;
}

.header-wrap .header-right .login-btn-wrap {
  margin-right: 0;
  font-family: 'PingFangSC';
}

.header-wrap .header-right .login-btn-wrap .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-16);
  padding: 5px 22px;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.header-wrap .header-right .login-btn-wrap .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  overflow: hidden;
  box-sizing: border-box;
}

.header-wrap .header-right .login-btn-wrap .btn + .btn {
  margin-left: 16px;
}

.header-wrap .header-right .login-btn-wrap .header-wrap .header-right .login-btn-wrap .btn {
  background-color: #fff;
}

.header-wrap .header-right .login-btn-wrap .login-btn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.header-wrap .header-right .login-btn-wrap .register-btn {
  color: var(--main-color);
  background-color: #fff;
}

.header-wrap .header-right .user-info {
  color: #fff;
}

.header-wrap .header-right .user-info .exit-btn {
  margin-left: 16px;
  cursor: pointer;
}

/* 顶部样式 end */
.page-main {
  box-sizing: border-box;
  /*为元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制*/
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  display: block;
}

.filter-pop .el-select-dropdown__item {
  font-size: var(--font-18);
}

.filter-pop.el-popper .popper__arrow {
  display: none;
}

/* 底部样式 start */
footer {
  height: 116px;
  background: #243a59;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
}

footer .goTop {
  display: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 4%;
  cursor: pointer;
  z-index: 107;
  padding: 8px;
}

footer .goTop img {
  width: 100%;
  height: 100%;
}

footer .footer-wrap {
  padding-top: 8px;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  font-size: var(--font-18);
}

footer .footer-wrap ul {
  display: flex;
  justify-content: space-between;
}

footer .footer-wrap ul li {
  text-align: left;
}

footer .footer-wrap ul li:last-child {
  text-align: right;
}

footer .footer-wrap ul li p {
  font-size: var(--font-16);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: white;
}

footer .footer-wrap p {
  margin-top: 16px;
}

/* 底部样式 end */
/* 分页样式 start */
.page-box .el-pagination {
  font-weight: normal;
}

.page-box .el-pagination button, .page-box .el-pagination span:not([class*=suffix]) {
  font-size: var(--font-16);
}

.page-box .el-pagination__editor.el-input {
  font-size: 16px;
}

.page-box .el-pagination__editor.el-input .el-input__inner {
  height: 32px;
  border-radius: 2px;
  border-color: #eee;
}

.page-box .el-pagination.is-background .btn-next, .page-box .el-pagination.is-background .btn-prev, .page-box .el-pagination.is-background .el-pager li {
  background: #fff;
  padding: 0 8px;
  position: relative;
  line-height: 32px;
  height: 32px;
  margin: 0 4px;
  border-radius: 2px;
}

.page-box .el-pagination.is-background .btn-next::after, .page-box .el-pagination.is-background .btn-prev::after, .page-box .el-pagination.is-background .el-pager li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}

.page-box .el-pagination.is-background .el-pager li:not(.disabled).active::after {
  display: none;
}

.page-box .el-pagination button, .page-box .el-pagination span:not([class*=suffix]) {
  line-height: 32px;
}

.page-box .el-pagination__jump {
  margin-left: 12px;
}

.page-box .total-page {
  font-weight: normal;
  margin-left: 12px;
  color: #333;
}

/* 分页样式 end */
/* 弹窗样式 start */
/* 弹窗样式 start */
/* 登录弹窗样式 start */
.guanbi {
  position: absolute;
  top: -114px;
  right: -444px;
}

.guanbi img {
  height: 32px;
  width: 32px;
}

.login-dialog-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.login-dialog {
  display: flex;
  justify-content: space-between;
}

.login-dialog.el-dialog {
  padding: 0;
  position: absolute;
  width: 52%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-dialog.el-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
}

.login-dialog.el-dialog .el-dialog__header {
  padding: 0;
}

.login-dialog .left-img {
  float: left;
  width: 30%;
  height: 100%;
}

.login-dialog .left-img img {
  width: 100%;
  height: 100%;
  object-position: top;
}

.login-dialog .right {
  width: 70%;
  float: left;
}

.login-dialog .right {
  padding: 15% 0 10%;
  position: relative;
}

.login-dialog .right img {
  width: 28%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 27px;
  margin-top: 25px;
}

.login-dialog .right .el-form {
  width: 40%;
  min-width: 200px;
  margin: 0 auto;
}

.login-dialog .right .el-form .el-form-item {
  line-height: 0;
}

.login-dialog .right .el-form .el-form-item .el-form-item__content {
  position: relative;
  line-height: 0;
}

.login-dialog .right .el-form .el-form-item span {
  /** 文本1 */
  font-size: var(--font-14);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  color: #666666;
}

.login-dialog .right .el-form .el-form-item .el-input {
  margin-top: 9.5px;
}

.login-dialog .right .el-form .el-form-item .icon-eye {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 99;
  margin-top: 43px;
  margin-left: 85%;
}

.login-dialog .right .x-btn {
  background-color: #dc241e;
  border-radius: 2px;
  margin-top: 30px;
  width: 40%;
  min-width: 200px;
  height: 40px;
  margin: 34px auto 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.el-dialog__header {
  display: none;
}

.login-dialog-close-btn {
  margin-top: 20px;
  margin-right: 20px;
}

/* 登录弹窗样式 end */
@media screen and (max-width: 768px) {
  .header-wrap .logo-wrap .logo {
    /* width: 80%; */
    height: 36px;
    margin-top: -4px;
  }
  .header-wrap .header-right .user-info {
    margin-top: 2px;
  }
  body #login_app .page-header .user-name {
    font-size: 12px;
    margin-right: -10px;
  }
  body #login_app .page-header .exit-btn {
    font-size: 12px;
  }
  body::before,
  .page-header::before {
    height: 285px;
  }
  .login-dialog.el-dialog {
    width: 85%;
  }
  .page-main {
    padding-bottom: 80px;
  }
  .filter-pop .el-select-dropdown__item {
    font-size: var(--font-14);
  }
  .filter-pop.el-popper[x-placement^=bottom] {
    margin-top: 6px;
  }
  /* 友情链接 start */
  .friend-link-wrap {
    padding: 16px;
  }
  .friend-link-wrap .friend-link-title {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .friend-link-wrap .friend-link-title::after {
    right: 8px;
    left: 80px;
  }
  .friend-link-wrap .friend-list {
    display: flex;
    flex-wrap: wrap;
  }
  .friend-link-wrap .friend-list .friend-item {
    width: 100%;
    margin-left: 0;
    font-size: var(--font-16);
    color: #333;
    margin-bottom: 24px;
    text-align: center;
  }
  .friend-link-wrap .friend-list .img-wrap {
    width: 100%;
    height: 79px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(167, 167, 167, 0.25);
    margin-bottom: 8px;
  }
  /* 友情链接 end */
  footer {
    height: 80px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
  }
  footer .goTop {
    bottom: 65px;
  }
  footer .footer-wrap {
    padding: 8px 0;
    font-size: var(--font-14);
  }
  footer .footer-wrap ul {
    margin-bottom: 20px;
  }
  footer .footer-wrap p {
    margin-top: 8px;
  }
  .header-wrap .logo-wrap .logo-name {
    margin-top: 36px;
    width: 44%;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 25px;
  }
}

.more {
  position: relative;
  font-size: var(--font-14);
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  .header-wrap {
    height: 60px;
  }
  .header-wrap .logo-wrap {
    width: 27%;
  }
  .header-wrap .logo-wrap .logo {
    height: 35px;
    margin-top: -4px;
  }
  .header-wrap .logo-wrap .logo-name {
    font-size: var(--font-18);
  }
  .header-wrap .nav-item {
    margin-right: 0;
  }
  .header-wrap .header-right {
    font-size: var(--font-14);
  }
  .header-wrap .header-right .login-btn-wrap {
    margin-right: 0;
  }
  .header-wrap .header-right .login-btn-wrap .btn {
    width: 50px;
  }
  .header-wrap .header-right .login-btn-wrap .btn + .btn {
    margin-left: 8px;
  }
  .search-wrap .type-list .type-item {
    padding: 2px 6px;
    font-size: var(--font-12);
  }
  .index .header-wrap .logo-wrap .logo-name {
    font-size: 0;
  }
  .header-wrap {
    height: 40px;
  }
  .header-wrap .logo-wrap .logo {
    height: 26px;
  }
  .header-wrap .header-right {
    display: flex;
    margin-top: 8px;
  }
  .header-wrap .header-right .nav-list {
    display: block;
    font-size: 14px;
  }
  .header-wrap .header-right .nav-list .nav-item {
    margin-right: 12px;
    font-size: 14px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 9px;
    border-bottom: 2px;
  }
  .header-wrap .header-right .login-btn-wrap {
    margin-right: 0;
    margin-left: 8px;
  }
  .header-wrap .header-right .login-btn-wrap .btn {
    padding: 2px 7px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .header-wrap .header-right .login-btn-wrap .btn:after {
    display: none;
  }
  .header-wrap .logo-wrap .logo {
    height: 26px;
  }
  .header-wrap .header-right {
    display: flex;
    margin-top: 8px;
  }
  .header-wrap .header-right .nav-list {
    display: block;
    font-size: 14px;
  }
  .header-wrap .header-right .nav-list .nav-item {
    margin-right: 12px;
    font-size: 12px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 9px;
    border-bottom: 2px;
  }
  .header-wrap .header-right .login-btn-wrap {
    margin-right: 0;
    margin-left: 8px;
  }
  .header-wrap .header-right .login-btn-wrap .btn {
    padding: 2px 7px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .header-wrap .header-right .login-btn-wrap .btn:after {
    display: none;
  }
  .wrap-1200 {
    padding: 0 8px;
  }
  .login-dialog.el-dialog {
    width: 100%;
  }
  .login-dialog.el-dialog .left-img {
    display: none;
  }
  .login-dialog.el-dialog .right {
    width: 100%;
  }
  .login-dialog.el-dialog .right .el-form {
    width: 66%;
    margin: 16px auto;
  }
  .login-dialog.el-dialog .right .x-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap {
    height: 55px;
  }
  .header-wrap .logo-wrap {
    width: 27%;
  }
  .header-wrap .logo-wrap .logo-name {
    display: none;
  }
  .header-wrap .logo-wrap .logo {
    height: 26px;
  }
  .header-wrap .header-right {
    display: flex;
    margin-top: 15px;
  }
  .header-wrap .header-right .nav-list {
    display: block;
    font-size: 14px;
  }
  .header-wrap .header-right .nav-list .nav-item {
    margin-right: 12px;
    font-size: 12px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 17px;
    border-bottom: 2px solid #fff;
  }
  .header-wrap .header-right .login-btn-wrap {
    margin-right: 0;
    margin-left: 8px;
  }
  .header-wrap .header-right .login-btn-wrap .btn {
    padding: 2px 7px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .header-wrap .header-right .login-btn-wrap .btn:after {
    display: none;
  }
  .wrap-1200 {
    padding: 0 8px;
  }
  .login-dialog-close-btn {
    margin: 5px;
  }
  .login-dialog.el-dialog {
    width: 85%;
  }
  .login-dialog.el-dialog .left-img {
    display: none;
  }
  .login-dialog.el-dialog .right {
    width: 100%;
    padding: 5% 0 14%;
  }
  .login-dialog.el-dialog .right img {
    display: none;
  }
  .login-dialog.el-dialog .right .el-form {
    width: 90%;
    margin: 16px auto;
  }
  .login-dialog.el-dialog .right .el-form .el-form-item .icon-eye {
    margin-left: 89%;
  }
  .login-dialog.el-dialog .right .x-btn {
    margin: 0 auto;
    width: 90%;
  }
  .login-dialog.el-dialog .login-dialog-close-btn img {
    transform: scale(0.5);
  }
  .more {
    position: relative;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 24px;
  }
  .more .more2 {
    display: none;
  }
  footer {
    height: auto;
  }
  footer div a {
    top: 79px;
    right: -229px;
  }
  footer .footer-wrap {
    padding: 11px 16px;
    height: auto;
  }
  footer .footer-wrap ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
  }
  footer .footer-wrap ul li {
    text-align: left;
    height: 56px;
    margin-bottom: 20px;
  }
  footer .footer-wrap ul li p {
    display: flex;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .more {
    position: relative;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 24px;
  }
  .header-wrap {
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .logo-wrap {
    width: 36%;
  }
  .header-wrap .logo-wrap .logo {
    height: 26px;
    margin-top: -4px;
  }
  .header-wrap .logo-wrap .logo-name {
    display: none;
  }
  .header-wrap .header-right {
    display: flex;
    margin-top: 8px;
  }
  .header-wrap .header-right .nav-list {
    display: block;
    font-size: 14px;
  }
  .header-wrap .header-right .nav-list .nav-item {
    margin-right: 12px;
    font-size: 12px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 9px;
    border-bottom: 2px solid #fff;
  }
  .header-wrap .header-right .login-btn-wrap {
    margin-right: 0;
    margin-left: 3px;
  }
  .header-wrap .header-right .login-btn-wrap .btn {
    padding: 2px 4px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .header-wrap .header-right .login-btn-wrap .btn:after {
    display: none;
  }
  .wrap-1200 {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrap .logo-wrap .logo-name {
    font-size: 18px;
  }
  .header-wrap .logo-wrap .logo {
    width: 58%;
  }
}

@media screen and (max-width: 1110px) {
  .header-wrap .logo-wrap .logo-name {
    display: none;
    font-size: 0;
  }
}

@media screen and (min-width: 2048px) {
  footer .goTop {
    display: block;
    width: 50px;
    height: 50px;
  }
  .wrap-1200 {
    width: 80%;
  }
  .header-wrap .logo-wrap .logo {
    margin-top: -2px;
    height: 50px;
  }
  .header-wrap .logo-wrap .logo-name {
    margin-top: 26px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 21px;
  }
  .login-dialog .right {
    padding: 19% 0 10%;
  }
  .login-dialog .right .el-form .el-form-item .icon-eye {
    margin-left: 92%;
  }
}

@media screen and (min-width: 2560px) {
  .wrap-1200 {
    width: 80%;
  }
  .header-wrap .logo-wrap .logo {
    margin-top: -7px;
    height: 50px;
  }
  .header-wrap .logo-wrap .logo-name {
    margin-top: 18px;
    margin-left: -49px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 17px;
  }
}

@media screen and (min-width: 3440px) {
  .wrap-1200 {
    width: 80%;
  }
  .header-wrap .logo-wrap .logo-name {
    margin-top: 13px;
    margin-left: -63px;
  }
  .header-wrap .logo-wrap .logo-name {
    margin-top: 17px;
    margin-left: -97px;
  }
  .header-wrap .logo-name {
    margin-top: 20px;
  }
  .header-wrap .header-right {
    margin-top: 12px;
  }
  .header-wrap .header-right .nav-list .active {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 3840px) {
  .header-wrap .logo-wrap .logo-name {
    margin-top: 18px;
    margin-left: -125px;
  }
  .wrap-1200 {
    width: 80%;
  }
  .header-wrap .logo-wrap {
    height: 50px;
  }
  .header-wrap .header-right {
    margin-top: 6px;
  }
}

@media screen and (min-width: 4000px) {
  .wrap-1200 {
    width: 80%;
  }
}

@media screen and (min-width: 4096px) {
  .header-wrap .header-right {
    margin-top: 6px;
  }
  .login-dialog .el-dialog {
    width: 34%;
  }
  .login-dialog .right .x-btn {
    height: 54px;
  }
}
