/* pc样式 */
html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  background-image: url(../images/body_bg.png);
  background-size: 100% 632px;
  background-repeat: no-repeat;
  background-position: 0 40px;
  font-family: 'Helvetica Neue',
    Helvetica,
    'PingFang SC',
    'Hiragino Sans GB',
    'Microsoft YaHei',
    '微软雅黑',
    Arial,
    sans-serif;
}

.lph-home-container {
  min-height: 100%;
  margin: 0 auto;
}

.wrap_w {
  width: 1195px;
  margin: 0 auto;
}

#back-to-top {
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png) no-repeat center center;
  background-size: 40px 40px;
  position: fixed;
  right: 5%;
  top: 60%;
  border: 0;
  text-indent: -222px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}

/* 页头start */
.public-page-header {
  position: relative;
  width: 100%;
  min-width: 1195px;
}

.public-page-header .page-header-top {
  width: 100%;
  background: #f0f6fb;
}

.public-page-header .page-header-top .wrap_w {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #042b6c;
  /* width: 100%; */
}

.public-page-header .page-header-top a {
  color: #042b6c;
}

.public-page-header .header-top-left {
  /* margin-left: 80px; */
}

.public-page-header .header-top-right {
  display: flex;
  align-items: center;
  /* margin-right: 76px; */
}

.public-page-header .top-right-login {
  height: 27px;
  line-height: 27px;
  border-right: 1px solid #3167c2;
}

.public-page-header .top-right-login .top-right-icon {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin: 0 33px 0 15px;
  background: url(../images/down_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}

.public-page-header .top-right-other {
  display: flex;
  align-items: center;
}

.public-page-header .top-right-other .right-other-item {
  margin-left: 23px;
  position: relative;
}

.public-page-header .top-right-other .right-other-item .pop-up-wx {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  border: #fff solid 10px;
  border-radius: 15px;
  top: 30px;
  left: -30px;
  transform: scaleY(0);
  transform-origin: center top;
}

.public-page-header .top-right-other .right-other-item:hover .pop-up-wx {
  transform: scaleY(1);
  transition: all 0.3s;
}

.public-page-header .top-right-other .right-other-item:first-child {
  margin-left: 39px;
}

.public-page-header .page-header-center {
  width: 100%;
  height: 195px;
  padding-top: 55px;
  background-color: #2b7efa;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.public-page-header .header-center-title {
  /* margin-left: 80px; */
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #fff;
}

.public-page-header .page-header-tabs-box {
  position: absolute;
  width: 1195px;
  height: 62px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.public-page-header .header-tabs {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  /* overflow: hidden; */
  background: #93cdff;
}

.public-page-header .header-tab {
  width: calc(100% / 6);
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.public-page-header .header-tab:first-child {
  border-radius: 10px 0 0 0;
}

.public-page-header .header-tab:last-child {
  border-radius: 0 10px 0 0;
}

.public-page-header .header-tab:hover {
  cursor: pointer;
}

.public-page-header .header-tab-active {
  font-weight: 700;
  color: #042b6c;
  background: #e9f5ff;
}

.public-page-header .header-tabs-line {
  width: 100%;
  height: 6px;
  background: #e9f5ff;
}

.public-page-header .page-header-line {
  width: 100%;
  height: 18px;
}

/* 页头end */

/* 页尾start */
.public-page-footer {
  width: 100%;
  min-width: 1195px;
  height: 156px;
  padding-top: 20px;
  background: linear-gradient(180deg, #2373ea 0%, #569aff 83.85%);
  box-sizing: border-box;
}

.public-page-footer a {
  color: #fff;
}

.public-page-footer .page-footer-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

.public-page-footer .page-footer-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/footer_icon.png) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}

/* 页尾end */