.container {
  padding: 0 !important;
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1080px) {
  .container {
    display: none;
  }
}
.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: 1;
}
.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: 220px;
  height: 38px;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat !important;
}
.tab-container .tab #logo2 {
  width: 220px;
  height: 38px;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat !important;
}
.tab-container .tab .tab-list.tab1 {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 156px;
  margin-right: 24px;
}
.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:nth-child(8) {
  padding-right: 0;
  padding-left: 0;
}
.tab-container .tab .tab-list.tab1 li:nth-child(7) {
  padding-right: 120px;
}
.tab-container .tab .tab-list.tab2 {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 156px;
  margin-right: 24px;
}
.tab-container .tab .tab-list.tab2 .actived {
  border-bottom: 2px solid #174CB4;
  color: #174CB4;
}
.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: #174CB4;
  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: #174CB4;
}
.tab-container .tab .tab-list.tab2 li:nth-child(7) {
  padding-right: 120px;
}
.tab-container .tab .tab-list.tab2 li:nth-child(8) {
  padding-right: 0;
  padding-left: 0;
}
.tab-container .tab .register {
  cursor: pointer;
  width: 68px;
  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: 204px;
  background-color: #F2F8FF;
}
.bottom-container .bottom {
  box-sizing: border-box;
  height: 100%;
  padding-top: 24px;
  position: relative;
}
.bottom-container .bottom h1 {
  width: 182px;
  height: 21px;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat !important;
  margin-bottom: 15px;
}
.bottom-container .bottom .bottom-list li {
  /* width: 331px; */
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 17px;
  margin-bottom: 10px;
}
.bottom-container .bottom .bottom-list li:nth-child(1) {
  /* width: 182px; */
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}
.bottom-container .bottom .bottom-list li:nth-child(5) {
  /* width: 350px; */
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 17px;
}
.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;
  top: 36px;
  right: 10px;
  width: 136px;
  height: 132px;
  background-color: #fff;
}
.bottom-container .bottom .bottom-code img {
  width: 100%;
  height: 100%;
}
.bottom-container .font-tip {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555;
}

img.qidian_wpa_img {
  visibility: hidden;
  width: 64px !important;
  height: 64px !important;
  bottom: 292px !important;
}

.slide-container {
  width: 48px;
  height: 56px;
  position: fixed;
  right: 0;
  bottom: 40%;
  transform: translateY(50%);
  box-shadow:-4px 0px 6px 0px rgba(0,0,0,0.06);
}
.slide-container > div,.advisory {
  width: 100%;
  height: 56px;
  background-color: #7CAAF7;
  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;
  box-sizing: border-box;
  width: 168px;
  height: 168px;
  background-color: rgb(238, 150, 17);
  opacity: 0;
  top: 0;
  right: 0;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tool-tip-warpper img {
  width: 150px !important;
  height: 150px !important;
}
.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/微信对话框@2x.png) 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/电话对话框@2x.png) 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;
}