@charset "UTF-8";
.cf:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
/*********************公用部分***********************/

.fl-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 80px;
  font-size: 16px;
  color: #666666;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fl-headerinner {
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.logo-title{
  margin-right: 36px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
 .home-tab{
  margin-right: 36px;
  font-size: 16px;
  color: #333333;
  padding-bottom: 4px;
  line-height: 40px;
  text-decoration: none;
}
 .doc-center{
  margin-right: 36px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  border-bottom: 4px solid #336AFF;
  line-height: 40px;
  text-decoration: none;
}
 .doc-center:hover{
  color: #333333;
}
.partner-center{
  margin-right: 36px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  /* border-bottom: 4px solid #336AFF; */
  line-height: 40px;
  text-decoration: none;
}
.fl-headerinner .headerlog {
  position: relative;
  float: left;
 
  width: 269px;
  height: 80px;
  overflow: hidden;
}

.fl-headerinner .headerlog a {
  display: block;
  height: 51px;
  line-height: 80px;
  margin-top: 18px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.headeron,
.headeractive {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(175, 168, 168, 0.1);
}

.headeron .fl-headerinner .headerlog a,
.headeractive .fl-headerinner .headerlog a {

  background: url(../img/logo.png) center no-repeat;
  background-size: 207px 51px;
}

.fl-footer {
  background: #131314;
}
.fl-footer dt{
  padding-left: 40px;
}
.fl-footer a:hover{
  color: #fff;
}
.fl-footer a:link,.fl-footer a:visited,.fl-footer a:active{
  color: #6f6f6f;
  text-decoration: none;
}

.fl-footerinner {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
}

.fl-footerinner .footerbg1 {
  width: 1180px;
  height: 140px;
  border-bottom: 1px solid #363637;
  overflow: hidden;
}

.fl-footerinner .footerbg1 ul {
  width: 1280px;
  height: 100%;
}

.fl-footerinner .footerbg1 ul li {
  width: 25%;
  float: left;
  line-height: 140px;
}

.fl-footerinner .footerbg1 ul li img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 7px;
}

.fl-footerinner .footerbg1 ul li span {
  font-size: 18px;
  color: #a3aab6;
}

.footerlistwrap {
  padding: 20px 0;
  border-bottom: 1px solid #363637;
}

.footerlistwrap-left {
  float: left;
  margin-right: 35px;
}

.footerlistwrap-left dl {
  float: left;
  min-width: 240px;
  /* margin-right: 35px; */
}

.footerlistwrap-left .footerlistwrap-flex {
  display: flex;
  flex-wrap: wrap;
}

.footerlistwrap-left dt {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
}

.footerlistwrap-left dd {
  color: #9096a1;
  height: 30px;
}

.footerlistwrap-left dd a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.footerlistwrap-right {
  margin-top: 17px;
  float: right;
  border-left: 1px solid #363637;
}

.footerlistwrap-right .footer-code {
  width: 120px;
  height: 120px;

  margin: 31px 0 0 40px;
}

.footerlistwrap-right p {
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
  /* margin-top: 20px; */
  margin-left: 62px;
}





.placeholder {
  min-height: 600px;
  position: relative;
}

.placeholder-icon {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.placeholder-btnbox {
  margin: 0 auto;
  text-align: center;
}

.placeholder-btnbox a {
  display: inline-block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  background: #5190f1;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  margin: 25px 45px;
}

.placeholder-btnbox .index {
  color: #5995f1;
  background: #fff;
  border: 1px solid #5190f1;
}

.fadeInUp {
  animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  -moz-animation: fadeInUp 1s ease;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
}

.fadeInRight {
  animation: fadeInRight 1s ease 0.4s forwards;
  -webkit-animation: fadeInRight 1s ease 0.4s forwards;
  -moz-animation: fadeInRight 1s ease 0.4s forwards;
  -ms-animation: fadeInRight 1s ease 0.4s forwards;
  -o-animation: fadeInRight 1s ease 0.4s forwards;
}

.fadeInLeft {
  animation: fadeInLeft 1s ease 0.4s forwards;
  -webkit-animation: fadeInLeft 1s ease 0.4s forwards;
  -moz-animation: fadeInLeft 1s ease 0.4s forwards;
  -ms-animation: fadeInLeft 1s ease 0.4s forwards;
  -o-animation: fadeInLeft 1s ease 0.4s forwards;
}

.zoomIn {
  animation: zoomIn 1s ease;
  -webkit-animation: zoomIn 1s ease;
  -moz-animation: zoomIn 1s ease;
  -ms-animation: zoomIn 1s ease;
  -o-animation: zoomIn 1s ease;
}

.shake {
  animation: shake 1s ease;
  -webkit-animation: shake 1s ease;
  -moz-animation: shake 1s ease;
  -ms-animation: shake 1s ease;
  -o-animation: shake 1s ease;
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#BizQQWPA {
  width: 100%;
  height: 100%;
}

#newBridge {
  display: none !important;
}

.footerlistwrap .interior {
  min-width: 120px;
}

/* 消息提示 */
.message {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 9999;
}

.message-text {
  display: inline-block;
  color: #333;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  pointer-events: all;
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 18px;
}

.success {
  background: #00a854;
}

.error {
  background: #f04134;
}

.warning {
  background: #ffbf00;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


