/* 集合了
  @import 'reset.less';
  @import 'var.less';
  @import 'element.less';
*/

/* reset.less' */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/* 禁止纵向滚动回弹 */
body {
  -webkit-overflow-scrolling: touch;
  }
input, textarea {
  font-family: "PingFang SC";
}

input::placeholder, textarea::placeholder {
  font-family: 'PingFang SC' !important;
}

input::-webkit-input-placeholder, textarea::-webkit-textarea-placeholder {
  font-family: 'PingFang SC' !important;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* element.less */
#app .box .el-button.el-button--default:hover {
  color: #ffffff;
  background-color: #0052D9;
  border: 1px solid #0052D9;
}
#app .box .el-button.el-button--primary {
  border: none;
}
#app .box .el-button.el-button--primary:hover {
  opacity: 0.8;
}
#app .box .el-button.el-button--info:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
#app .box .el-button.is-round {
  min-width: 144px;
  padding: 0 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 100px;
}
#app .box .el-button.cancle:hover {
  color: #0052D9;
  background-color: #ffffff;
}
#app .box .el-button.el-button--text {
  padding: 0;
  min-width: 0;
  color: #0052D9;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  border: none;
}
#app .box .el-button.el-button--text.is-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#app .box .el-radio {
  position: relative;
  min-height: 40px;
  line-height: 40px;
  margin-right: 0;
  color: rgba(0, 0, 0, 0.9);
  white-space: normal;
  padding-left: 24px;
  margin-left: 40px;
}
#app .box .el-radio:first-child {
  margin-left: 0;
}
#app .box .el-radio .el-radio__label {
  padding-left: 0;
}
#app .box .el-radio .el-radio__input {
  position: absolute;
  left: 0;
  top: 12px;
}
#app .box .el-radio .el-radio__input .el-radio__inner {
  width: 16px;
  height: 16px;
}
#app .box .el-radio .el-radio__input .el-radio__inner::after {
  width: 6px;
  height: 6px;
}
#app .box .el-radio.is-checked .el-radio__input .el-radio__inner {
  border-color: #0052D9;
  background: #0052D9;
}
#app .box .el-radio.is-checked .el-radio__label {
  color: rgba(0, 0, 0, 0.9);
  white-space: normal;
}
#app .box .el-pagination {
  float: right;
  margin-top: 24px;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 4px;
}
#app .box .el-pagination button {
  width: 24px;
  height: 24px;
  min-width: 0;
  padding: 0;
}
#app .box .el-pagination .el-pager {
  box-sizing: border-box;
}
#app .box .el-pagination .el-pager .number {
  width: 24px;
  min-width: 0;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  padding: 0;
  margin: 0 4px;
  box-sizing: border-box;
}
#app .box .el-pagination .el-pager .number.active {
  color: #ffffff;
  background-color: #0052D9;
  border-radius: 2px;
}
#app .box .el-pagination .el-pager .more {
  width: 24px;
  height: 24px;
  line-height: 24px;
  min-width: 0;
  font-weight: normal;
}
#app .box .el-pagination .el-pager .more::before {
  line-height: 24px;
}
#app .box .el-pagination .el-icon {
  font-size: 16px;
  font-weight: 400;
}


/* global */

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow:hidden;
}

html,
body {
  font-family: "PingFang SC";
  min-width: 1366px;
}
.box .content {
  padding: 0 5.5%;
  background: #f5f5f5;
  margin-top: 72px;
  overflow: hidden;
}
.box .content .main {
  max-width: 1280px;
  min-height: 943px;
  padding: 56px 0 120px;
  box-sizing: border-box;
  margin: 0 auto;
}
.box .content .main .tag_box {
  font-size: 0;
}
.box .content .main .tag_box .tag {
  color: #0052D9;
  line-height: 20px;
  border: 1px solid #0052D9;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 8px;
  display: inline-block;
}
.box .content .main .tag_box .tag:first-child {
  margin-left: 0;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 72px;
  font-size: 0;
  padding: 0 5.5%;
  background: #ffffff;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  z-index: 999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.header .main {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.header.header_home {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.header.header_home .logo {
  background-image: url(../image/logo_white.png);
}
.header.header_home .header_btn {
  color: #ffffff;
  border-bottom: 2px solid transparent;
  transition: 0.35s;
}
.header.header_home .header_btn.header_btn_active {
  border-bottom: 2px solid #ffffff;
}
.header.header_home .header_btn:hover {
  border-bottom: 2px solid #ffffff;
}
.header.header_home .login_btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.header.header_home .login_info {
  color: #ffffff;
}
.header .login_info .hello-name {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .header_bg {
  height: 100%;
  display: inline-block;
}
.header .header_list {
  float: right;
  margin: 16px 0;
  display: inline-block;
}
.header .header_btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
  margin-left: 48px;
  text-decoration: none;
  display: inline-block;
}
.header .header_btn:first-child {
  margin-left: 0;
}
.header .login_btn {
  height: 40px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 22px;
  padding: 9px 20px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  outline: none;
}
.header .logo {
  width: 243px;
  height: 56px;
  background-image: url(../image/logo_black.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 8px 0;
  text-indent: -9999px;
  display: inline-block;
}
.header .login_info {
  position: relative;
  margin-left: 48px;
  padding: 4px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.footer {
  padding: 0 5.5% 25px;
  background: #f0f0f0;
}
.footer .main {
  max-width: 1280px;
  margin: 0 auto;
}
.footer .contact {
  font-size: 0;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.footer .contact .contact_text {
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  margin-right: 33px;
  vertical-align: top;
  display: inline-block;
}
.footer .contact .contact_img {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  cursor: pointer;
  background-size: cover;
  display: inline-block;
}
.footer .contact .contact_img:hover .contact_hover {
  z-index: 1;
  opacity: 1;
}
.footer .contact .contact_img .contact_hover {
  position: absolute;
  top: -150px;
  left: -75px;
  margin-left: 12px;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  transition: 0.2s;
  opacity: 0;
  z-index: -1;
}
.footer .contact .contact_img:last-child {
  margin-right: 0;
}
.footer .footer_content {
  font-size: 0;
  padding: 24px 0 8px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.footer .footer_content .content_list {
  margin-right: 168px;
  display: inline-block;
}
.footer .footer_content .content_list .list_title {
  font-size: 16px;
  margin-bottom: 24px;
  color: #323232;
}
.footer .footer_content .content_list .list_item {
  color: #7f7f7f;
  font-size: 14px;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}
.footer .footer_content .content_list .list_item:hover {
  text-decoration: underline;
}
.footer .footer_content .content_right {
  float: right;
  text-align: right;
}
.footer .footer_content .content_right .footer_logo {
  width: 243px;
  height: 56px;
  background-image: url(../image/footer_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .footer_content .content_right .language .el-dropdown {
  cursor: pointer;
}
.footer .copyright {
  font-size: 14px;
  color: #323232;
  padding-top: 17px;
}
.center_box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1152px) {
  .box .content {
    margin-top: 60px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    margin: 2px 0;
  }
  .header .header_list {
    margin: 10px 0;
  }
  .header .header_list .header_btn {
    margin-left: 32px;
  }
}
.header_dropdown {
  padding: 4px !important;
}
.header_dropdown .el-dropdown-menu__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}
.header_dropdown .el-dropdown-menu__item:not(:last-child) {
  margin-bottom: 2px;
}
.header_dropdown .el-dropdown-menu__item:focus,
.header_dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #f5f5f5;
  color: #000000;
}
.header_dropdown .login_out_icon {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../image/login_out.png") no-repeat center;
  background-size: cover;
}




/* loading */
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8);
  z-index: 100000;
}

.loading-content {
  position: absolute;
  height: 96px;
  width: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
  background: white;
}

.block-item-wrapper {
  position: relative;
  height: 96px;
  width: 96px;
  overflow: hidden;
}

.block-item-wrapper.loading-item-2 {
  display: none;
}

.block-item-wrapper .block-item {
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 96px;
}

.block-item-wrapper .loading-block-item1 {
  background: url(../image/loading/loading-block.png) no-repeat;
  background-size: 120px 96px;
}

.block-item-wrapper .loading-block-item2 {
  background: url(../image/loading/loading-block2.png) no-repeat;
  background-size: 120px 96px;
}

.block-item-wrapper .loading-block-item3 {
  background: url(../image/loading/loading-block3.png) no-repeat;
  background-size: 120px 96px;
}

.block-item-wrapper .loading-block-item4 {
  background: url(../image/loading/loading-block4.png) no-repeat;
  background-size: 120px 96px;
}

.block-item-wrapper .loading-block-item5 {
  background: url(../image/loading/loading-block5.png) no-repeat;
  background-size: 120px 96px;
}

.block-item-wrapper .loading-block-item1.active {
  animation: loadingBlock1 2s cubic-bezier(0.2, 0.0, 0.0, 1) forwards;
}

.block-item-wrapper .loading-block-item2.active {
  animation: loadingBlock2 2s cubic-bezier(0.2, 0.0, 0.05, 1) .65s forwards;
}

.block-item-wrapper .loading-block-item3.active {
  animation: loadingBlock3 2s cubic-bezier(0.2, 0.0, 0.1, 1) 1.3s forwards;
}

.block-item-wrapper .loading-block-item4.active {
  animation: loadingBlock4 2s cubic-bezier(0.2, 0.0, 0.15, 1) 1.95s forwards;
}

.block-item-wrapper .loading-block-item5.active {
  animation: loadingBlock5 2s cubic-bezier(0.2, 0.0, 0.2, 1) 2.6s forwards;
}
@keyframes loadingBlock1 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(216px, 0);
  }
}

@keyframes loadingBlock2 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(216px, 0);
  }
}

@keyframes loadingBlock3 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(216px, 0);
  }
}

@keyframes loadingBlock4 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(216px, 0);
  }
}

@keyframes loadingBlock5 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(216px, 0);
  }
}

#app .home .box_content .el-pagination button:disabled {
  width: 32px;
  height: 32px;
  border: 1px solid #C0C4CC;
  border-radius: 16px;
}
#app .home .box_content .el-pagination button {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 16px;
}
#app .home .box_content .el-pagination .btn-next {
margin-left: 8px;
}
#app .home .box_content .el-pagination {
  padding-right: 0;
  margin-top: 0;
}
