/*字体颜色*/
.text-blue {
  color: #0c49ae;
}

.text-light-blue {
  color: #0c49ae;
}

.text-orange {
  color: #ffca7b;
}

.eight {
  font-size: 23px;
  font-weight: bold;
}

/*自适应*/
.banner-content-fixed-width {
  width: 88%;
  /*width: 83.3%;*/
  /*max-width: 1601px;*/
  max-width: 1517px;
  margin: auto;
}

.content-fixed-width {
  width: 80.5%;
  max-width: 1200px;
  margin: 0 auto;
}

.clearBoth {
  clear: both;
}

/*icon*/
.banner-icon {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../image/homeImg/banner/banner_icon.png');
  background-size: cover;
}

.computer_icon.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/computer-active.png');
  background-size: cover;
}

.computer_icon:not(.active) {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/computer.png');
  background-size: cover;
}

.phone_icon.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/phone-active.png');
  background-size: cover;
}

.phone_icon:not(.active) {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/phone.png');
  background-size: cover;
}

.iPad_icon.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/iPad-active.png');
  background-size: cover;
}

.iPad_icon:not(.active) {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/device/iPad.png');
  background-size: cover;
}

.to-user-icon {
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../image/homeImg/to-use/to-use-icon.png');
  background-size: cover;
}

.tick_icon {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../image/homeImg/features/tick_icon.png');
  background-size: cover;
}

.dot_icon {
  width: 36px;
  height: 8px;
  background: url('../image/homeImg/features/dot_icon.png');
  background-size: cover;
}

.right-arrow {
  margin: 0 12px;
  width: 57px;
  height: 15px;
  background: url('../image/homeImg/features/right-arrow.png');
  background-size: cover;
}

.to_top_icon {
  display: block;
  width: 20px;
  height: 10px;
  background: url('../image/homeImg/to-top/up_arrow.png');
  background-size: cover;
}

.home-to-top-container:hover .to_top_icon {
  display: block;
  width: 20px;
  height: 10px;
  background: url('../image/homeImg/to-top/up_arrow_hover.png');
  background-size: cover;
}

.blue_line {
  margin-bottom: 0 !important;
  width: 100%;
  height: 2px;
  background: url('../image/homeImg/features/blue_line.png');
  background-size: cover;
}

/*头部*/
/*home-head-container*/
.home-head-container {
  width: 100%;
  height: 644px;
}

.home-head-container .banner {
  padding-top: 74px;
  width: 100%;
  height: 100%;
  background: url('../image/homeImg/banner/banner_background.jpg');
  background-size: cover;
}

.banner-top {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 74px;
  line-height: 74px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
}

.banner-top .nav-bar {
  width: 100%;
  height: 100%;
}

.nav-bar a {
  color: #333940;
  font-weight: 400;
}

.nav-bar .nav-left {
  float: left;
  margin-left: 40px;
}

.nav-left a {
  display: block;
}

.nav-left img {
  width: 116px;
  height: 33px;
}

.nav-bar .nav-middle {
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-middle ul li {
  display: inline-block;
  margin-right: 84px;
  text-align: center;
}

.nav-middle ul li a {
  font-size: 16px;
  text-decoration: none;
}

.nav-middle ul li a:hover {
  color: #0c49ae;
}

.nav-middle ul li a.active {
  color: #0c49ae;
}

.nav-bar .nav-right {
  float: right;
  margin-right: 20px;
  font-size: 0;
}

.nav-bar .nav-right .nav-login-content {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.nav-right .login-box {
  font-size: 14px;
}

.banner-content {
  height: 570px;
  display: flex;
  align-items: center;
}

.banner-content .content-left {
  max-width: 601px;
  margin-right: 48px;
}

.banner-content .content-left .title1 {
  max-width: 601px;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}

.banner-content .content-left .title2 {
  max-width: 460px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  margin-top: 8px;
}

.banner-content .content-left .item-box {
  margin-top: 24px;
  height: 126px;
}

.banner-content .content-left .item-box ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  cursor: unset;
}

.banner-content .content-left .btn-container {
  margin-top: 40px;
  display: flex;
}

.btn-container .btn-left,
.btn-container .btn-right {
  width: 152px;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(11, 19, 36, 0.19);
  cursor: pointer;
}

.banner-content .content-left .btn-container .btn-left {
  margin-right: 28px;
}

.banner-content .content-left .btn-container .btn-right {
}

.banner-content .content-left .btn-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
}

.banner-content .content-left .btn-container .btn-left a {
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  background: linear-gradient(180deg, #07c281 0%, #02b667 100%);
}

.banner-content .content-left .btn-container .btn-right a {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #124498;
  background: #ffffff;
}

.banner-content .content-left .btn-container .btn-left a:hover {
  background: linear-gradient(180deg, #07cc8d 0%, #04c376 100%);
}

.banner-content .content-left .btn-container .btn-right a:hover {
  background: #e8e8e8;
}

.banner-content .content-left .btn-container .btn-left a:active {
  background: linear-gradient(180deg, #06b56f 0%, #02a756 100%);
}

.banner-content .content-right {
  max-width: 868px;
}

.banner-content .content-right img {
  width: 100%;
}

.banner-content .content-right video {
  width: 100%;
  border-radius: 10px;
}

/*中部*/
/*home-content-container*/
.home-content-container {
  width: 100%;
}

/* 1、home-device-container*/
.home-device-container {
  background: #fafafa;
  padding: 80px 0;
  text-align: center;
}

.device-top .title1 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: bold;
  color: #020713;
  line-height: 42px;
}

.device-top .title2 {
  margin: 0 auto 48px;
  max-width: 519px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
}

.device-content {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09), 0 4px 16px 0 rgba(0, 0, 0, 0.09);
}

.device-content .device-nav-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #f4f4f4;
  border-radius: 4px 4px 4px 4px;
}

.device-nav-bar .dot_icon {
  position: absolute;
  left: 16px;
}

.device-nav-bar .nav-bar-box {
  display: flex;
  justify-content: space-between;
  width: 268px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
}

.device-nav-bar .nav-bar-box .device-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 36px;
  border-radius: 46px 46px 46px 46px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}

.device-nav-bar .nav-bar-box .device-item img {
  width: 24px;
  height: 24px;
}

.device-content .case-box {
  width: 100%;
  padding: 20px;
}

.device-content .case-box .case-item {
  position: relative;
}

.device-content .case-box img {
  max-width: 1157px;
  width: 100%;
}

.device-content .case-box-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.58%;
  height: 9.5%;
  /*padding: 15px 67px;*/
  background: rgba(12, 73, 174, 0.85);
  border-radius: 50px 50px 50px 50px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 23px;
  cursor: pointer;
}

/* 2、home-features-container*/
.home-features-container {
}

.features-item {
  margin-top: 120px;
  display: flex;
  align-items: center;
}

.features-item:nth-child(odd) .features-item-image {
  float: left;
  align-items: flex-end;
}

.features-item:nth-child(even) .features-item-image {
  float: right;
  align-items: flex-start;
}

.features-item:nth-child(odd) .features-item-text {
  align-items: flex-start;
}

.features-item:nth-child(even) .features-item-text {
  align-items: flex-end;
}

.features-item.textLeft-imgRight .features-item-text {
  align-items: flex-end;
}

.features-item.textRight-imgLeft .features-item-text {
  align-items: flex-start;
}

.features-item.textRight-imgLeft .features-item-image {
  float: left;
  align-items: flex-end;
}

.features-item.textLeft-imgRight.item7 .features-item-text .title3 {
  text-align: right;
}

.features-container-top .features-item:nth-child(odd) {
  background: #fafafa;
  text-align: left !important;
}

.features-container-top .features-item:nth-child(even) {
  background: #ffffff;
  text-align: right !important;
}

.features-container-top .features-item.item5 .features-item-image,
.features-container-top .features-item.item5 .features-item-text {
  height: 462px;
}

.features-container-bottom .features-item:nth-child(odd) {
  background: #fafafa;
  text-align: left !important;
}

.features-container-bottom .features-item:nth-child(even) {
  background: #ffffff;
  text-align: right !important;
}

.features-container-bottom .features-item:last-child .features-item-text {
  padding-right: 130px;
  text-align: left;
}

.features-container-bottom .features-item:last-child .features-item-image {
  padding: 0;
}

.features-container-bottom .features-item:last-child .features-item-image,
.features-container-bottom .features-item:last-child .features-item-text {
  height: 454px;
}

.features-container-bottom .features-item:last-child img {
  max-width: 700px;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.features-item-image,
.features-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 324px;
  width: 100%;
}

.features-item-image img {
  max-width: 600px;
  width: 100%;
}

.features-item-text {
}

.features-item-text > div {
  margin-bottom: 16px;
}

.features-item-text .title1 {
  font-size: 32px;
  font-weight: bold;
  color: #020713;
  line-height: 38px;
}

.features-item-text .title2 {
  font-size: 24px;
  font-weight: 400;
  color: #020713;
  line-height: 38px;
  margin-bottom: 0;
}

.features-item-text .title3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}

.features-item-text .title4 {
  font-size: 24px;
  font-weight: 400;
  color: #333940;
  line-height: 28px;
}

.features-item.item1 .btn-item {
  padding: 14px 20px;
  width: 463px;
  background: #f6f7f9;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: 400;
  color: #020713;
  line-height: 19px;
}

.features-item.item2 .title3 a {
  color: #0076fe;
}

.features-item.item2 .title3 a:hover {
  text-decoration: underline;
}

.features-item.item2 .btn-item a {
  display: block;
  text-decoration: none;
  padding: 13px 36px;
  background: #0c49ae;
  box-shadow: 0 4px 4px 0 rgba(11, 19, 36, 0.19);
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 23px;
}

.features-item.item2 .btn-item a:hover {
  background: #0a3a8b;
}

.features-item.item4 .btn-container {
  max-width: 318px;
}

.features-item.item4 .btn-container .btn-item:nth-child(odd) {
  margin-right: 12px;
}

.features-item.item4 .btn-container .btn-item {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  padding: 9px 30px;
  width: 151px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
  font-size: 14px;
  font-weight: 400;
  color: #020713;
  line-height: 16px;
}

.features-item.item5 .btn-container .btn-item {
  margin-right: 24px;
  padding: 10px 18px 8px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #020713;
  line-height: 16px;
}

.features-item.item5 .text-container {
  width: 323px;
  height: 119px;
  display: flex;
  justify-content: space-between;
}

.features-item.item5 .text-container ul {
  float: left;
}

.features-item.item5 .text-container ul li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.features-item.item5 .contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 434px;
  padding: 6px 6px 6px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #83572e;
  line-height: 16px;
  background: linear-gradient(90deg, #fff6e7 0%, #ffe6c0 100%);
  border-radius: 32px 32px 32px 32px;
}

.features-item.item5 .contact-container .contact-btn {
  position: relative;
  width: 130px;
  text-align: center;
  padding: 11px 18px;
  margin-left: 12px;
  color: #fffaef;
  background: linear-gradient(225deg, #545454 0%, #272630 100%);
  border-radius: 46px 46px 46px 46px;
  cursor: pointer;
  user-select: none;
}

.features-item.item5 .contact-container .contact-btn:hover {
  background: #212024;
}

.features-item.item5 .contact-btn:hover .customer_code {
  display: flex;
}

.customer_code:hover {
  display: flex;
}

.features-item.item5 .customer_code {
  display: none;
  position: absolute;
  right: 0;
  top: 46px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 177px;
  height: 177px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 9%);
}

.features-item.item5 .customer_code::before {
  position: absolute;
  top: -18px;
  right: 20px;
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.features-item.item5 .customer_code img {
  width: 159px;
  height: 159px;
}

.features-item.item6 .btn-container .btn-item {
  display: inline-block;
  margin-left: 28px;
  margin-bottom: 12px;
  padding: 9px 16px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
  font-size: 14px;
  font-weight: 400;
  color: #020713;
  line-height: 16px;
}

.features-item.item6 .btn-container .btn-item.active {
  background: #0c49ae;
  color: #ffffff;
}

.features-item.item8 {
  margin-top: 0;
}

.features-item.item11 .features-item-text .title1 {
  text-align: right;
  margin-bottom: 30px;
}

.features-item.item11 .btn-container .btn-item {
  width: 370px;
  display: flex;
  justify-content: left;
  align-content: center;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 4px 4px 4px 4px;
}

.features-item.item11 .btn-container .btn-item ul {
  margin: 0;
}

.features-item.item11 .dot_icon {
  position: absolute;
  top: 25px;
  left: 21px;
}

.features-item-text .title6 {
  font-size: 20px;
  font-weight: bold;
  color: #020713;
}

.server-container {
  text-align: center;
  padding-top: 73px;
  background: url('../image/homeImg/features/feature-item7-bg.jpg');
  background-size: cover;
}

.server-container .features-item-text {
  height: auto;
}

.server-container .title1 {
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}

.server-container .title4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}

.server-container .title5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
}

.server-container .process-container {
  max-width: 693px;
  margin: 60px auto 53px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.server-container .process-container .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.server-container .process-container .process-item img {
  width: 56px;
  height: 56px;
}

.process-item .text1 {
  margin: 8px 0;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}

.process-item .text2 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

/*home-more-container*/
.home-more-container {
  margin-top: 120px;
  padding-top: 60px;
  text-align: center;
  min-height: 564px;
  background: url('../image/homeImg/more/more_bg.jpg');
  background-size: cover;
}

.home-more-container .more-top {
  margin-bottom: 44px;
}

.home-more-container .more-top .title1 {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 4px;
}

.home-more-container .more-top .title2 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}

.home-more-container .more-content .more-content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
  padding: 32px 41px 0;
  max-width: 328px;
  min-height: 330px;
  border-radius: 12px;
  background-size: cover;
  transition: all ease-in-out 0.2s;
}

.more-content .more-content-item:hover .img-box {
  transform: translate(-50%, -16px);
  opacity: 1;
}

.more-content-item.item1 {
  padding: 32px 62px 0 !important;
  background: url('../image/homeImg/more/Rectangle_1.png');
}

.more-content-item.item2 {
  background: url('../image/homeImg/more/Rectangle_2.png');
}

.more-content-item.item3 {
  background: url('../image/homeImg/more/Rectangle_3.png');
}

.more-content-item.item1:hover {
  background: url('../image/homeImg/more/Rectangle_1-1.png');
  background-size: cover;
}

.more-content-item.item2:hover {
  background: url('../image/homeImg/more/Rectangle_2-2.png');
  background-size: cover;
}

.more-content-item.item3:hover {
  background: url('../image/homeImg/more/Rectangle_3-2.png');
  background-size: cover;
}

.home-more-container .more-content .title1 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #020713;
  line-height: 28px;
}

.home-more-container .more-content .title2 {
  font-size: 16px;
  font-weight: 400;
  color: #333940;
  line-height: 19px;
}

.home-more-container .more-content .title2 ul {
  margin: 0 auto;
  max-width: 115px;
  list-style: disc;
}

.more-content .img-box {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 131px;
  margin-top: 28px;
  flex: 1;
  width: 100%;
  transition: all ease-in-out 0.2s;
}

.more-content img {
  margin-bottom: 8px;
  width: 150px;
  height: 148px;
}

.more-content .img-box .title7 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

/*home-to-use-container*/
.home-to-use-container {
  margin-top: 120px;
  text-align: center;
  height: 364px;
}

.home-to-use-container .to-use-title {
}

.home-to-use-container .to-use-title .title1 {
  margin: 0 auto;
  max-width: 601px;
  font-size: 32px;
  font-weight: bold;
  color: #020713;
  line-height: 38px;
}

.home-to-use-container .to-use-title .title2 {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 613px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}

.home-to-use-container .to-use-btn {
  margin: 0 auto;
  margin-top: 48px;
  max-width: 200px;
}

.to-use-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 19px 0;
  background: linear-gradient(180deg, #07c281 0%, #02b667 100%);
  box-shadow: 0 4px 26px 0 rgba(4, 186, 110, 0.2);
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 23px;
  cursor: pointer;
}

.to-use-btn a:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(180deg, #07cc8d 0%, #04c376 100%);
}

.to-use-btn a:active {
  color: #ffffff;
  background: linear-gradient(180deg, #06b56f 0%, #02a756 100%);
}

.to-use-btn a:focus {
  color: #ffffff;
  text-decoration: none;
}

/*home-to-top-container*/
.home-to-top-container {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 22px;
  width: 50px;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.home-to-top-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-to-top-container:hover {
  border: 1px solid #eeeeee;
  background-color: #0c49ae;
}

/* 状态切换 */
.switch-img img.active {
  display: block;
}

.switch-img img:not(.active) {
  display: none;
}

.device-nav-bar .nav-bar-box .device-item.active {
  background: #0c49ae;
  color: #ffffff;
}

.device-nav-bar .nav-bar-box .device-item:not(.active) {
  background: #ffffff;
  color: #333940;
}

.device-nav-bar .nav-bar-box .device-item:not(.active):hover {
  background: #f5f5f5;
}

.device-content .case-box .case-item.active {
  display: block;
}

.device-content .case-box .case-item:not(.active) {
  display: none;
}

.features-item.item1 .btn-item.active {
  background: #0c49ae;
  color: #ffffff;
}

.features-item.item1 .btn-item:not(.active):hover {
  background: #ecedef;
}

.features-item.item4 .btn-container .btn-item.active {
  background: #0c49ae;
  color: #ffffff;
}

.features-item.item4 .btn-container .btn-item:not(.active):hover {
  background: #dcdcdc;
}

.features-item.item5 .btn-container .btn-item.active {
  padding: 8px 18px 10px;
  font-weight: bold;
  color: #ffffff;
  background: #0c49ae;
}

.features-item.item5 .btn-container .btn-item:not(.active):hover {
  background: #dcdcdc;
}

/*.features-item.item5 .customer_code.active {*/
/*    display: flex;*/
/*}*/

/*.features-item.item5 .customer_code:not(.active) {*/
/*    display: none;*/
/*}*/

.features-item.item6 img.active {
  display: block;
}

.features-item.item6 img:not(.active) {
  display: none;
}

.features-item.item11 img.active {
  display: block;
}

.features-item.item11 img:not(.active) {
  display: none;
}

.features-item.item11 .btn-container .btn-item.active {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.features-item.item11 .btn-container .btn-item:not(.active) {
  background: #f6f7f9;
  border: none;
}

/* 窗口尺寸监听 */
@media (max-width: 1200px) {
  .nav-middle ul li {
    margin-right: 48px;
  }

  .banner-content .content-left {
    margin-right: 40px;
  }

  .banner-content .content-left .title1 {
    font-size: 37px;
  }

  .banner-content .content-left .title2 {
    font-size: 17px;
  }

  .banner-content .content-left .item-box ul li {
    font-size: 15px;
  }

  .features-item-image,
  .features-item-text {
    align-items: center !important;
    text-align: center;
  }

  .banner-content .content-right {
    min-width: 472px;
  }

  .features-container-bottom .features-item:last-child .features-item-text {
    padding-right: 0;
  }

  .features-item {
    margin-top: 60px;
  }
}

@media (max-width: 840px) {
  .nav-middle ul li {
    margin-right: 24px;
  }

  .features-item {
    margin-top: 45px;
  }
}

/* 立即使用按钮的二维码弹窗 */
/* .btn-container .btn-left {
    position: relative;
}

.btn-container .btn-left::after {
    content: ' ';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.app-download-qrcode {
	position: absolute;
	margin-top: 5px;
	width: 262px;
	height: 269px;
	padding: 25px 50px 15px;
	top: 100%;
	background-image: url('https://www.yunzhan365.com/images/home/appDownloadTip/app_download_pop_window_background.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	text-align: center;
	transition: all 0.175s ease-out;
	cursor: default;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.09);
}

.app-download-qrcode.pop-window-hide {
	opacity: 0;
	visibility: hidden;
}

.app-download-qrcode.pop-window-show {
	opacity: 1;
	visibility: visible;
}

.app-download-qrcode .qrcode {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 161px;
	height: 161px;
	border: 1px solid #ECECEC;
}

.app-download-qrcode .qrcode .qrcode-corner-box {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #0076fe;
	z-index: 2;
}

.app-download-qrcode .qrcode .top-left-box {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}

.app-download-qrcode .qrcode .top-right-box {
	top: 0;
	right: 0;
	border-left: none;
	border-bottom: none;
}

.app-download-qrcode .qrcode .bottom-left-box {
	bottom: 0;
	left: 0;
	border-top: none;
	border-right: 0;
}

.app-download-qrcode .qrcode .bottom-right-box {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

.app-download-qrcode .qrcode .qrcode-img {
	margin: 0 auto;
	width: 145px;
	height: 145px;
    border-radius: 5px;
    overflow: hidden;
}

.app-download-qrcode .qrcode-line {
    display: block;
    margin-top: 6px;
    width: 100%;
    height: 1px;
    background-color: #999999;
}

.app-download-qrcode .qrcode-title {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: 700;
	color: #333940;
	line-height: 16px;
}

.app-download-qrcode .qrcode-second-title {
	margin-top: 6px;
}

.app-download-qrcode .qrcode-second-title span {
    display: block;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #000000;
	line-height: 14px;
    text-align: left;
} */

/* 旧的top代码 */
@media screen and (max-width: 1870px) {
  .nav-search {
    width: 160px !important;
  }
}
@media screen and (max-width: 1730px) {
  .nav-list-o > li > a {
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 1510px) {
  .nav-list-more {
    display: inline-block !important;
  }
  .nav-list-support {
    display: none !important;
  }
  .hidden-dropdown-support {
    display: block !important;
  }
}
@media screen and (max-width: 1466px) {
  .nav-list-print {
    display: none !important;
  }
  .hidden-dropdown-print {
    display: block !important;
  }
}
@media screen and (max-width: 1436px) {
  .nav-list-features {
    display: none !important;
  }
  .hidden-dropdown-features {
    display: block !important;
  }
}
@media screen and (max-width: 1290px) {
  .nav-list-products {
    display: none !important;
  }
  .hidden-dropdown-products {
    display: block !important;
  }
}
@media screen and (max-width: 1190px) {
  .nav-floder-btn {
    display: none;
  }
}
/* @media screen and (max-width: 1390px) {
    .nav-list-explore {
      display: none !important;
    }
    .nav-list-templates {
      display: none !important;
    }
    .hidden-templates {
      display: block !important;
    }
    .hidden-explore {
      display: block !important;
    }
    .nav-floder-btn {
      display: none;
    }
  } */
@media screen and (max-width: 1170px) {
  .nav-max > a.af-left {
    display: none;
  }
}
.site-nav {
  position: relative;
}
.nav-max,
.af-w-max {
  position: relative;
  margin: 0 auto;
  min-width: 1060px;
  /*height: 100%;
      min-height: 100%;*/
  padding: 0 20px;
}
.af-w-max {
  max-width: 1220px;
  min-width: 1060px;
  /* max-width: 1260px; */
}
.af-w-max.large {
  max-width: 1260px;
}
.nav-max.p-15,
.af-w-max.p-15 {
  padding: 0 10px;
}
.nav-max.p-15 {
  /* overflow: hidden; */
}
.nav-max.p-15:after,
.nav-max.p-15:before {
  content: '';
  line-height: 0;
  height: 0;
  width: 0;
  display: block;
  visibility: hidden;
}

.nav-max.p-15:after {
  clear: both;
}
.nav-list-zs {
  position: relative;
}
.nav-list-zs:after {
  content: 'HOT';
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #f83031;
  width: 38px;
  text-align: center;
  right: -26px;
  top: 10px;
  height: 17px;
  line-height: 18px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.nav-list-o > li.nav-list-more {
  display: none;
  height: 74px;
  cursor: pointer;
}
.nav-list-more .head-more-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin: 27px 14px;
  background: url('/images/new_icon.png') no-repeat;
  background-position: -114px -590px;
  cursor: pointer;
}
.nav-list-more:hover .nav-list-hidden {
  display: block;
}
.nav-list-hidden {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
  border-radius: 4px;
  top: 50px;
  z-index: 999;
}
.nav-list-hidden > li {
  display: none;
  cursor: pointer;
}
.nav-list-hidden > li:hover > a {
  color: #0076fe;
}
.nav-list-hidden > li > a {
  display: inline-block;
  color: #333940;
  font-size: 14px;
  padding: 6px 0;
  color: #0076fe;
}
.nav-list-hidden > li > a:hover,
.nav-list-hidden > li > a.active {
  color: #0076fe;
}
/*  top  */
.site-nav-t {
  position: relative;
  height: 25px;
  line-height: 25px;
  background-color: #4f6179;
  color: #b8c4ce;
  overflow: hidden;
}
.nav-t-l,
.nav-t-r {
  font-size: 0;
}
.nav-t-l > div,
.nav-t-r > div {
  display: inline-block;
  font-size: 12px;
}
.nav-t-l > div {
  margin-right: 16px;
  cursor: pointer;
}
.nav-t-l a,
.nav-t-r a {
  color: inherit;
}
.nav-t-r > div {
  margin-left: 16px;
}
.nav-b-l {
  margin-left: 12px;
}
/*  middle  */
.site-nav-m {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(51, 57, 64, 0.08);
  height: 74px;
  background-color: #fff;
  /*overflow: hidden;*/
}
.site-nav-m > .nav-max {
  /* padding: 0 10px; */
  background-color: #fff;
}
.nav-logo {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 20px;
  display: block;
}
.nav-m-r {
  position: relative;
  height: 100%;
}
.nav-search > input.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
  font-size: 13px;
}
.nav-search > input.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
  font-size: 13px;
}
.nav-search > input.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
  font-size: 13px;
}
.nav-search > input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
  font-size: 13px;
}
.nav-search,
.nav-l-c,
.nav-b-r,
.nav-login,
.nav-signup {
  display: inline-block;
}
.nav-search {
  position: relative;
  width: 300px;
}
.nav-search > input.form-control {
  padding: 0 36px 0 16px;
  background: #f5f7fa;
  border-radius: 18px;
  border: none;
  height: 34px;
  box-shadow: none;
  line-height: 25px;
}
.nav-search-btn {
  background: url('/images/new_icon.png') no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  background-position: -316px -380px;
  top: 10px;
  right: 12px;
  border-left: none;
  cursor: pointer;
}
.nav-l-c > a {
  color: #333940;
  font-size: 14px;
  line-height: 0;
}
.nav-login {
  /* color: #ddd;
      padding: 5px 10px;
      cursor: pointer; */
}
.nav-login,
.nav-signup {
  line-height: 21px;
  border: none;
  border-radius: 0;
}
.nav-line {
  height: 16px;
  width: 1px;
  background: #ddd;
  margin: 0 14px;
}
/* bottom */
.site-nav-b {
  position: relative;
  /*overflow: hidden;*/
  height: 40px;
  background-color: #394b63;
  line-height: 40px;
}
.nav-list-o {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list-o > li {
  display: inline-block;
  /*margin-right: 28px;*/
  /* margin-right: 17px; */
}
.nav-list-o > .nav-list-sub-menu-label {
  position: relative;
}
.nav-list-o > li > a {
  display: block;
  line-height: 74px;
  font-size: 16px;
  color: #333940;
  padding: 0 20px;
  cursor: pointer;
}
.nav-list-o > li > ul > li > a,
.hidden-features > ul > li > a,
.hidden-features > div > ul > li > a {
  display: block;
  line-height: 45px;
  font-size: 14px;
  color: #333940;
}
.nav-list-o > .nav-list-sub-menu-label > a > i,
.hidden-features > a > i {
  display: inline-block;
  border: 4px solid #333940;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.nav-list-o > .nav-list-sub-menu-label > ul {
  position: absolute;
  display: none;
  background-color: #fff;
  left: -40%;
  box-shadow: 0 2px 12px 0 rgb(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
  border-radius: 4px;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul {
  display: inline-block;
  width: 184px;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul > li {
  line-height: 16px;
  text-align: center;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul > li:nth-last-child(1) {
  border-bottom: 0;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul > li:hover {
  background-color: #f1f1f1;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul > li:hover > a {
  color: #0076fe;
}
.nav-list-o > .nav-list-sub-menu-label:hover > ul > li > a.active {
  color: #0076fe;
}
.nav-list-o > li:not(.active):hover > a {
  color: #0076fe;
}
.nav-list-o > li.active > a {
  color: #0076fe;
}
.nav-upload-btn {
  background-color: #206083;
}
.nav-upload-btn > i {
  position: relative;
  background: url('/images/new_icon.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background-position: -604px -9px;
  top: 10px;
  left: 12px;
}
.nav-upload-btn,
.nav-floder-btn {
  line-height: 40px;
  width: 108px;
  height: 36px;
  line-height: 36px;
  color: #0076fe;
  background-color: #f3f8ff;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 16px;
}
.nav-floder-btn > i {
  position: relative;
  background: url('/images/new_icon.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background-position: -580px -9px;
  top: 10px;
  left: 12px;
}

.nav-htlp-c {
  position: absolute;
  width: 140px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -60px;
  top: 40px;
  padding: 10px 0;
}
.nav-htlp-c > li {
  display: block;
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.nav-htlp-c > li > a {
  font-size: 14px;
  display: block;
  height: 100%;
  position: relative;
  padding: 0px 20px 0 20px;
  color: #333;
  cursor: pointer;
}
.nav-htlp-c > li > a:hover {
  background-color: #e7e7e7;
}
.nav-list-help {
  position: relative;
}
.nav-list-help:hover .nav-htlp-c {
  visibility: visible;
  opacity: 1;
}

/*  login  */
.nav-login-content {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}
.nav-login-content > a {
  display: block;
  padding: 1px 0;
  color: #333940;
  font-size: 14px;
  overflow: hidden;
}
.nav-user-img {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 6px 0 14px;
  line-height: 0;
  font-size: 0;
  border: 1px solid #f4f4f4;
}
.nav-user-img > img {
  width: 100%;
  height: 100%;
}
.nav-login-name {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  min-width: 36px;
}
.nav-login-hide-menu {
  position: absolute;
  width: 140px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -80px;
  top: 30px;
  padding: 10px 0;
}
.nav-login-hide-menu > li {
  display: block;
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.nav-login-hide-menu > li > a:hover {
  background-color: #f3f8ff;
}
.nav-login-hide-menu > li > a {
  font-size: 14px;
  display: block;
  height: 100%;
  position: relative;
  padding: 0px 20px 0 4px;
  color: #333;
  cursor: pointer;
}
.nav-follow-icon {
  padding: 6px 14px;
  background-position: -273px -88px;
}
.nav-flip-icon {
  padding: 6px 14px;
  background-position: -244px -295px;
}
.nav-product-icon {
  padding: 6px 14px;
  background-position: -269px -297px;
}
.nav-contact-icon {
  padding: 6px 14px;
  background-position: -298px -296px;
}
.nav-account-icon {
  padding: 6px 14px;
  background-position: -326px -297px;
}
.nav-logout-icon {
  padding: 6px 14px;
  background-position: -351px -298px;
}
.nav-login-content:hover .nav-login-hide-menu {
  visibility: visible;
  opacity: 1;
}

.marquee-content {
  position: absolute;
  width: 100%;
  z-index: 40;
}
.marquee-content-inner {
  position: relative;
  width: 100%;
}
.marquee-content-inner > .marquee-tag {
  display: block;
  padding-top: 4px;
}
.marquee-text {
  color: #fff;
  line-height: 24px;
}
.marquee-text > a {
  color: #fff;
}

/* hook */
.nav-toggle-hook {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 34px;
  left: -60px;
  line-height: 34px;
  color: #888;
  text-align: left;
  padding-left: 10px;
}
.nav-toggle-hook > .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 6px;
  text-indent: -999px;
  background: url(/images/nav_hook.png) -33px -7px;
  margin-top: -3px;
}
.nav-toggle-hook.hook-open > .arrow {
  background-position: -33px -14px;
}
.nav-toggle-hook > .current-tab {
  font-size: 12px;
  font-weight: normal;
}
.nav-tabs-hook {
  display: none;
  position: absolute;
  width: 64px;
  left: -60px;
  top: 34px;
  background-color: #fff;
  z-index: 100;
  text-align: left;
}
.nav-tab-hook {
  display: block;
  height: 26px;
  color: #888;
  padding-left: 9px;
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
}
.nav-tab-hook:not(.current):hover,
.nav-tab-hook.current {
  background: #f1f1f1;
}

/* 全站左上角的免费送会员更换成下载App */
.top-app-download {
  position: relative;
  width: 82px;
  top: 25%;
}

.top-app-download::after {
  content: ' ';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.top-app-download:hover .top-app-download-qrcode {
  opacity: 1;
  visibility: visible;
}

.top-app-download .download-image {
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.top-app-download-qrcode {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  width: 262px;
  height: 269px;
  padding: 25px 50px 20px;
  top: 100%;
  background-image: url('/images/home/appDownloadTip/app_download_pop_window_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  text-align: center;
  cursor: default;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
}

.top-app-download-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 161px;
  height: 161px;
}

.top-app-download-qrcode .qrcode .qrcode-corner-box {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0076fe;
  z-index: 2;
}

.top-app-download-qrcode .qrcode .top-left-box {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.top-app-download-qrcode .qrcode .top-right-box {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.top-app-download-qrcode .qrcode .bottom-left-box {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: 0;
}

.top-app-download-qrcode .qrcode .bottom-right-box {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.top-app-download-qrcode .qrcode .qrcode-img {
  margin: 0 auto;
  width: 145px;
  height: 145px;
}

.top-app-download-qrcode .qrcode-title {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333940;
  line-height: 19px;
}

.top-app-download-qrcode .qrcode-second-title {
  margin-top: 8px;
}

.top-app-download-qrcode .qrcode-second-title span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}

.top-app-download-qrcode .qrcode-second-title img {
  vertical-align: middle;
}
.hidden-features {
  position: relative;
}
.nav-list-hidden > li:hover {
  background: #f1f1f1;
}
/* .hidden-features:hover > .nav-list-more-features {
    display: block;
  } */
.hidden-features > a > i {
  transform: rotate(-90deg);
}
.hidden-features > ul > li > a,
.hidden-features > div > ul > li > a {
  line-height: 45px;
}
.hidden-features > ul > li > a:hover,
.hidden-features > ul > li > a:active,
.hidden-features > div > ul > li > a:hover,
.hidden-features > div > ul > li > a:active {
  color: #0076fe;
}
.hidden-features > a > i {
  margin-left: 5px;
}
.nav-list-more-features-unpadding {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* width: 210px; */
  /* background-color: #0076fe ; */
}

.nav-list-more-features {
  background: #fff;
  padding: 6px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
  border-radius: 4px;
  z-index: 999;
  width: max-content;
  min-width: 156px;
  /* width: 206px; */
}
.nav-list-more-features > li {
  display: block;
}
.nav-list-more-features > li > a {
  box-sizing: border-box;
  display: block;
  padding: 0 25px;
}
.nav-list-more-features > li > a {
  box-sizing: border-box;
  padding: 0 25px;
}
.nav-list-hidden > li > a {
  padding: 6px 25px;
}
.hidden-features:hover > .nav-list-more-features-unpadding {
  visibility: visible;
}

.product-serve {
  position: relative;
}

.discount-label {
  position: absolute;
  top: 17px;
  width: 32px;
  height: 20px;
}
/* 旧的top代码 */

/* 旧的bottom代码 */
.footer {
  text-align: left;
}
.footer-u {
  background-color: #121212;
  padding: 28px 0;
  overflow: hidden;
}
.bottom-footer-wrap {
  display: inline-block;
}
.footer-wrap {
  padding: 0 90px 0 15px;
}
.footer-wrap.first-wrap {
  padding-right: 15px;
}
.footer-wrap.no-p {
  border: none;
}
.footer-wrap > h4 {
  color: #d3d3d3;
  margin-top: 0;
}
.footer-wrap > ul {
}
.footer-wrap > ul > li {
  padding: 8px 0;
  font-size: 14px;
}
.footer-wrap > ul > li > a {
  color: #adadad;
}
.footer-wrap > ul > li > a:hover {
  text-decoration: underline;
  color: #f2f2f2;
}
.footer-wrap,
.footer-share {
  /* height: 194px; */
  /* height: 250px; */
  min-height: 220px;
}
.footer-share {
  position: relative;
  padding-left: 17px;
  padding-bottom: 17px;
}
.bottom-footer-share {
  display: inline-block;
}
.footer-contact {
  width: 152px;
  color: #adadad;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-right: 48px;
  float: left;
  font-size: 13px;
  line-height: 18px;
}
.footer-contact li {
  padding: 10px 0;
  font-size: 14px;
}
.footer-contact div {
  color: #d3d3d3;
  font-size: 18px;
  padding-bottom: 18px;
  line-height: 24px;
}
.footer-contact a {
  color: inherit;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.footer-follow {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
.footer-follow > div {
  position: relative;
  width: 198px;
  height: 54px;
  background: url('/images/icon.png') no-repeat;
  cursor: pointer;
}
.footer-follow > div.sina-follow {
  background-position: -14px -138px;
  margin-bottom: 16px;
}
.footer-follow > div.tencent-follow {
  background-position: -229px -138px;
}
.footer-wechat {
  position: relative;
  display: inline-block;
}
.footer-wechat > img {
  border: none;
  max-width: 124px;
  /* height: 100%; */
}
.footer-wechat > div {
  width: 100%;
  padding: 8px 0 4px;
  text-align: center;
  color: #adadad;
  font-size: 12px;
}
.footer-d {
  background-color: #121212;
  color: #5f6160;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  padding: 10px 0;
}
.footer-d a {
  color: inherit;
}
.footer-d a:hover {
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .footer-wrap {
    padding: 0 60px 0 15px;
  }
}

@media (max-width: 1150px) {
  .footer-wrap {
    padding: 0 38px 0 15px;
  }
}

.footer-d .footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-d .footer-container .footer-container-left {
  text-align: left;
}

.footer-d .footer-container .footer-container-right {
  text-align: right;
}

.footer-container .company-info {
  display: inline-block;
}

.footer-container .app-info {
  display: inline-block;
}

.footer-container .app-info p {
  display: inline-block;
}

.footer-wrap-container {
  display: flex;
}
.bottom-footer-wrap h4 {
  margin-bottom: 18px;
  line-height: 24px;
}
.footer-container-row {
  line-height: 30px;
}
.footer-u-home {
  padding: 42px 0 28px;
}
.footer-wrap.bottom-footer-wrap.bottom-footer-wrap-padding {
  padding-right: 36px;
}
/* 旧的bottom代码 */

.cmup_avatar_trigger {
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  height: 40px;
  line-height: 0;
  margin-left: 20px;
  position: relative;
  width: 40px;
  margin-top: 15px;
}
