* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  list-style: none;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  height: 100%;
  background-color: #F8F8F8;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

input:focus {
  outline: none;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mt16 {
  margin-top: 0.213333rem;
}

.wrapper {
  box-sizing: border-box;
  transition: transform 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
  width: 100%;
  height: 100%;
}

#root {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.user-header {
  background-image: linear-gradient(120deg, #4C67FE, #2E34E4);
  width: 100%;
  padding: 0.64rem 0.64rem 1.28rem 0.64rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.user-header::before {
  content: '';
  position: absolute;
  right: 0.64rem;
  bottom: -12px;
  background-size: 2.44rem 2.8rem;
  width: 2.44rem;
  height: 2.8rem;
  z-index: 0;
}

.user-header .user-info {
  display: inline-flex;
}

.user-header .user-info .photo {
  width: 1.28rem;
  height: 1.28rem;
}

.user-header .user-info .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: #fff 2px solid;
  border-radius: 50%;
}

.user-header .user-info .txt {
  margin-left: 0.32rem;
}

.user-header .user-info .txt .name {
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
}

.user-header .user-info .txt p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.32rem;
  margin-top: 6px;
}

.inner {
  background-color: #fff;
}

.inner.pd {
  padding: 0 0.4267rem 0.4267rem;
}

.ad {
  width: 100%;
  margin-top: -0.64rem;
  position: relative;
  z-index: 1;
}

.ad.small-ad {
  margin-top: 0.4267rem;
  padding: 0 0.4267rem;
}

.ad img {
  width: 100%;
  display: block;
  border-radius: 0.2133rem;
}

.quick-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4267rem;
}

.quick-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F8FE;
  font-size: 0.4267rem;
  color: #333333;
  height: 1.7067rem;
  width: calc((100% - 8px )/2);
  border-radius: 0.2133rem;
}

.quick-nav a.contact {
  background-color: #FFF8F2;
}

.quick-nav a img {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 100%;
  display: block;
  margin-right: 0.32rem;
}

.section-tit {
  font-size: 0.48rem;
  color: #181818;
  height: 1.6rem;
  font-weight: 600;
  padding-left: 0.4267rem;
  display: flex;
  align-items: center;
}

.king-area {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.king-area li {
  width: 33.3%;
  margin-top: 0.4267rem;
  margin-bottom: 0.4267rem;
}

.king-area li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  color: #333333;
}

.king-area li a img {
  width: 1.44rem;
  height: 1.44rem;
}

.online-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  z-index: 2;
}

.online-box .photo {
  width: 0.8533rem;
  height: 0.8533rem;
  margin: auto;
  margin-bottom: 2px;
}

.online-box .photo img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.news-title {
  height: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 0.4267rem;
}

.news-title .tit {
  font-size: 0.48rem;
  font-weight: 600;
  color: #181818;
  position: relative;
}

.news-title .tit span {
  width: 0.32rem;
  height: 0.32rem;
  background-color: rgba(86, 94, 255, 0.2);
  display: inline-block;
  position: relative;
  margin-right: 0.2133rem;
  top: -2px;
}

.news-title .tit span::before {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #565EFF;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -0.08rem;
  left: -0.08rem;
}

.news-title .online-box {
  flex-direction: row;
  color: #565EFF;
  align-items: center;
}

.news-title .online-box .photo {
  margin-right: 0.2133rem;
}

.news-list {
  margin: 0 0.4267rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-list li {
  position: relative;
  margin-top: 0.64rem;
  display: block;
  background-color: #fff;
  border-radius: 0.2133rem;
  padding: 0.2133rem;
  width: calc((100% - 0.64rem) / 2);
}

.news-list li a .decs {
  padding: 0.32rem 0 0.16rem 0;
}

.news-list li a .decs .name {
  font-size: 0.4rem;
  color: #333333;
}

.news-list li a .pic {
  overflow: hidden;
}

.news-list li a .pic img {
  width: 100%;
  height: 100%;
  border-radius: 0.2133rem;
  display: block;
  object-fit: cover;
}

.return-top {
  width: 1.2533rem;
  height: 1.2533rem;
  background-color: rgba(51, 51, 51, 0.75);
  position: fixed;
  bottom: 1.6rem;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(1.3rem);
  transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.return-top.fadeIn {
  opacity: 1;
  transform: translateX(-0.32rem);
}

.return-top .iconfont img {
  width: 0.8533rem;
  height: 0.8533rem;
}

.new-headline {
  padding-top: 0.4267rem;
}

.new-headline h2 {
  font-size: 0.5333rem;
  font-weight: normal;
  color: #181818;
  font-weight: 600;
}

.new-headline .time {
  font-size: 0.3733rem;
  color: #999;
  margin-top: 0.2133rem;
}

.new-headline .time span {
  position: relative;
}

.new-headline .time span.tag {
  color: #565EFF;
  margin-right: 0.2133rem;
}

.abs {
  background-color: #F8F8F8;
  padding: 0.2133rem;
  color: #888;
  font-size: 0.3467rem;
  border-radius: 0.1067rem;
  margin-top: 0.2133rem;
}

.page-content {
  text-align: justify;
  word-break: normal;
  line-height: 1.4;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  overflow: hidden;
}

.page-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0.2133rem;
}

.pop-up {
  background: rgba(100, 100, 100, 0.5);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.pop-up > div {
  max-width: 600px;
  width: 80%;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  padding: 20px 30px 20px;
  z-index: 5001;
  border-radius: 10px;
}

.pop-up .close {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.pop-up .close img {
  width: 0.64rem;
  height: 0.64rem;
}

.wechat-box .title {
  margin: 0.2667rem 10% 0.5333rem 10%;
  font-size: 0.4267rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.wechat-box .wechat-pic {
  width: 100%;
}

.wechat-box .wechat-pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
