.container {
  padding: 0 !important;
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1080px) {
  .container {
    display: none;
  }
  .news-container.container {
    display: none;
  }
  .m-top-menu-container {
    display: block !important;
  }
}
.mobile-container {
  display: none !important;
  height: 100%;
}
@media screen and (max-width:1080px) {
  .mobile-container {
    display: block !important;
  }
}
.tab-container {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  /* transition: 0.1s all linear; */
  z-index: 10;
}
.tab-container .tab {
  height: 100%;
  display: flex;
  align-items: center;
}
.bgfff {
  background: rgba(255,255,255,1);
  position: fixed;
  top: 0;
  left: 0;
  box-shadow:0px 4px 8px 0px rgba(0,0,0,0.02);
}
.tab-container .tab #logo1 {
  width: 200px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.tab-container .tab #logo2 {
  width: 200px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.tab-container #logo2 img {
  width: 200px !important;
}
.tab-container #logo1 img {
  width: 200px !important;
}

.tab-container .tab .tab-list {
  position: relative;
}

.tab-list .langauage-btn {
  transform: translateY(19px);
  cursor: pointer;
  width: 52px;
  height: 26px !important;
  font-size: 14px;
  justify-content: center;
  line-height: 26px;
  border: 1px solid #ddd;
  border-radius: 2px;
  opacity: .6;
}
.tab-container .tab .tab-list.tab1 {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 126px;
  margin-right: 16px;
}
.tab-container .tab .tab-list.tab1 .actived {
  border-bottom: 2px solid #fff;
}
.tab-container .tab .tab-list.tab1 .actived i {
  bottom: -2px;
}
.tab-container .tab .tab-list.tab2 .actived i {
  bottom: -2px;
}
.tab-container .tab .tab-list.tab1 li {
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  float: left;
  padding-right: 44px;
  letter-spacing: 0px;
}
.tab-7 {
  width: 28px;
}
.tab-container .tab .tab-list.tab1 li a {
  box-sizing: border-box;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  /* transition: all 0.7s linear; */
  /* border-bottom: 2px solid transparent; */
}
/* .tab-container .tab .tab-list.tab1 li a:hover {
  border-bottom: 2px solid #fff;
} */
.tab-container .tab .tab-list.tab1 li i {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tab-container .tab .tab-list.tab1 li:last-child {
  padding-right: 0;
  padding-left: 0;
}
.tab-container .tab .tab-list.tab1 li:nth-child(7) {
  padding-right: 48px;
  /* visibility: hidden; */
}
.tab-container .tab .tab-list.tab2 {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 126px;
  margin-right: 16px;
}
.tab-container .tab .tab-list.tab2 .actived {
  border-bottom: 2px solid #2f318b;
  color: #2f318b;
}
.tab-container .tab .tab-list.tab2 li {
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  float: left;
  padding-right: 44px;
  letter-spacing: 0px;
}
.tab-container .tab .tab-list.tab2 li i {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #2f318b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tab-container .tab .tab-list.tab2 li a {
  box-sizing: border-box;
  transition: all 0.5s linear;
  /* border-bottom: 2px solid transparent; */
  position: relative;
  color: #222;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.tab-container .tab .tab-list.tab2 li a:hover {
  color: #2f318b;
}
.tab-container .tab .tab-list.tab2 li:nth-child(7) {
  padding-right: 48px;
}
.tab-container .tab .tab-list.tab2 li:last-child {
  padding-right: 0;
  padding-left: 0;
}
.tab-container .tab .register {
  
  cursor: pointer;
  width: 96px;
  height: 32px;
  background: linear-gradient(270deg, #ff9783 0%, #ff613d 100%);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: relative;
  transition: all 0.4s linear;
  position: relative;
  overflow: hidden;
}
.tab-container .tab .register .bling {
  position: absolute;
  left: -20px;
  width: 0;
  height: 60px;
  background-color: #eee;
  transform: skewX(-30deg);
  box-shadow: 0px 4px 10px 4px rgba(255, 255, 255, 0.3);
}
.tab-container .tab .register span {
  position: absolute;
  /* background: linear-gradient(270deg, #ff9783 0%, #ff613d 100%, 0.8); */
  /* opacity: 0.8; */
}
.bottom-container {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 292px;
  background-color: #0E1421;
}

.bottom-container.index-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 368px;
  background-color: #0E1421;
}
.bottom-container.index-bottom .bottom {
  padding-top: 72px;
}
.bottom-container.index-bottom .bottom .bottom-code {
  top: 79px;
}
.bottom-container.index-bottom .bottom .bottom-code img {
  margin-bottom: 18px;
}

.bottom-container .bottom {
  box-sizing: border-box;
  height: 100%;
  padding-top: 64px;
  position: relative;
}
.bottom-container .bottom h1 {
  width: 144px;
  height: 23px;
  background-image: url('../img/logo-new-white.png');
  background-size: contain;
  background-repeat: no-repeat !important;
  margin-bottom: 21px;
}
.bottom-container .bottom .bottom-list li {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  margin-bottom: 12px;
}
.bottom-container .bottom .bottom-list li:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
}
.bottom-container .bottom .bottom-list li:nth-child(5) {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.bottom-container .bottom .bottom-list li:nth-child(5) a {
  cursor: pointer;
  margin-left: 30px;
  text-decoration: underline;
}
.bottom-container .bottom .bottom-code {
  position: absolute;
  display: flex;
  top: 79px;
  right: 10px;
  height: 121px;
  box-sizing: border-box;
}
.bottom-container .bottom .bottom-code .qr-code {
  width: 122px;
  height: 121px;
  background-color: #fff;
  border-radius: 4px;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.bottom-container .bottom .bottom-code .qr-code:first-child {
  margin-right: 30px;
}
.bottom-container .bottom .bottom-code img {
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}
.bottom-container .font-tip {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.bottom-container .bottom-list .to-article {
  color: #888;
  margin-left: 0 !important;
}
.bottom-container .bottom-blogroll{
  margin-top: 48px;
  margin-bottom: 48px;
}
.bottom-container .bottom-blogroll .bottom-line{
  display: flex;
  flex-wrap:wrap;
}
.bottom-container .bottom-blogroll .bottom-line .tr-link{
  margin-right: 10px;
  font-size: 14px;
  color: #888;
  line-height: 12px;
  flex-shrink: 0;
}
.bl-container {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.bottom-container .bottom-blogroll .bottom-line a{
  text-decoration: none;
  color: #888;
}
.bottom-container .bottom-blogroll .bottom-line a:hover{
  text-decoration: none;
  color: #fff;
}
.bottom-container .bottom-blogroll .bottom-line .bl-link{
  margin-right: 10px;
  font-size: 14px;
  color: #888;
  line-height: 12px;
  cursor: pointer;
  margin-bottom: 12px;
}

img.qidian_wpa_img {
  visibility: hidden;
  width: 64px !important;
  height: 64px !important;
  bottom: 292px !important;
}

.slide-container {
  width: 48px;
  height: 112px;
  position: fixed;
  right: 0;
  bottom: 40%;
  transform: translateY(50%);
  z-index: 10;
  box-shadow:-4px 0px 6px 0px rgba(0,0,0,0.06);
}
.slide-container > div,.advisory {
  width: 100%;
  height: 56px;
  background-color: #a4c4f9;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all linear;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.slide-container > div.try-warpper {
  background-color: #A4C4F9;
}
.slide-container > div:hover {
  background-color: #A4C4F9;
}
.slide-container > div img {
  width: 24px;
  height: 24px;
}
.slide-container > div span {
  color: #fff;
  font-size: 12px;
}
.tool-tip-warpper {
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
  width: 143px;
  height: 52px;
  background-color: #fff;
  box-shadow:0px 2px 6px 0px rgba(0,0,0,0.08);
  border-radius:1px;
  opacity: 0;
  top: 0;
  right: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tool-tip-warpper span {
  color: #555 !important;
  letter-spacing: 0;
}
.tool-tip-warpper img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px;
}
.tool-tip-warpper > div {
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 12px;
}
.qq #qidinqq {
  width: 50px;
  height: 18px;
  border: 1px solid #1A5AD8;
  transform: scale(0.83);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: rgba(26,90,216,0.72) !important;
  margin-left: 3px;
}
.slide-container > div.try-warpper:hover {
  background-color: #4d99ff;
}
/* .advisory-warpper:hover #bottom-codea {
  transition: 0.5s all linear;
  right: 58px;
  opacity: 1;
} */

.side-tool {
  position: fixed;
  cursor: pointer;
  right: 28px;
  bottom: 100px;
  width: 64px;
  height: 192px;
  z-index: 200;
  border-radius:0 0 2px 2px;
}

.side-tool .tool {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid #2753D5;
  height: 64px;
  background: #205BEA;
  position: relative;
}
.side-tool .tool .code:hover {
  background-color: rgba(32, 91, 234, 0.8);
}
.side-tool .tool .phone:hover {
  background-color: rgba(32, 91, 234, 0.8);
}
.side-tool .code-tool {
  border-radius: 0px 0px 2px 2px;
}

.side-tool .tool .scan-code {
  box-sizing: border-box;
  position: absolute;
  width: 164px;
  height: 160px;
  right: 60px;
  bottom: -14px;
  background: url(../img/%c3%a5%c2%be%c2%ae%c3%a4%c2%bf%c2%a1%c3%a5%c2%af%c2%b9%c3%a8%c2%af%c2%9d%c3%a6%c2%a1%c2%86%402x.html) no-repeat center center;
  background-size: contain;
  padding: 10px 14px;
  opacity: 0;
  cursor: default;
}
.side-tool .tool .scan-code img {
  width: 96%;
  height: 96%;
}
.side-tool .tool .phone, .side-tool .tool .code{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.side-tool .tool img {
  width: 24px;
  height: 24px;
}
.side-tool .tool p {
  transform-origin: center;
  transform: scale(0.5);
  font-size: 20px;
  text-align: center;
  width: 200%;
  color: #fff;
  /* margin-top: 4px; */
  line-height: 18px;
  opacity: 0.78;
}
.side-tool .tool .phone-number {
  box-sizing: border-box;
  position: absolute;
  width: 175px;
  height: 84px;
  right: 60px;
  top: -8px;
  background: url(../img/%c3%a7%c2%94%c2%b5%c3%a8%c2%af%c2%9d%c3%a5%c2%af%c2%b9%c3%a8%c2%af%c2%9d%c3%a6%c2%a1%c2%86%402x.html) no-repeat center center;
  background-size: cover;
  padding: 20px 28px;
  opacity: 0;
  cursor: default;
}

.side-tool .tool .phone-number .phone-label {
  font-size: 14px;
  line-height: 12px;
  color: #888;
  margin-bottom: 8px;
}

.side-tool .tool .phone-number .value {
  font-size: 16px;
  color: #000;
  line-height: 14px;
}

#udesk_container #udesk_btn a{
  width: 40px;
  height: 40px;
  right: -13px !important;
  bottom: 3% !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url('../img/%c3%a5%c2%ae%c2%a2%c3%a6%c2%9c%c2%8d%c3%a7%c2%b3%c2%bb%c3%a7%c2%bb%c2%9f.html');
  background-size: contain;
}
#udesk_container #udesk_btn a span img {
  visibility: hidden !important;
}
@keyframes appear {
  0% {
    transform: translateX(40px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}
.customer-tip {
  cursor: pointer;
  animation: appear .2s ease;
  animation-fill-mode: forwards;
  animation-delay: 10s;
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 16px;
  bottom: 3%;
  right: 48px;
  width: 172px;
  height: 58px;
  background-image: url('../img/%c3%a5%c2%af%c2%b9%c3%a8%c2%af%c2%9d%c3%a6%c2%a1%c2%86.html');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
}
.customer-tip p {
  cursor: pointer;
  font-size: 12px;
  line-height: 17px;
  color: #1379FF;
}
.customer-tip #close-tip {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-image: url('../img/%c3%a5%c2%85%c2%b3%c3%a9%c2%97%c2%adicon.html');
  background-size: contain;
}