*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f7f8fa;
}
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC","思源黑体","roboto";
}
input {
    font-family: inherit;
}
.main{
    width: 100%;
}

/* 页头start */
.header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-bg{
    background: url('../image/header_icon.png');
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.header-bg.no-change{
    background: url('../image/header_icon2.png');
    opacity: 1;
}
.logo {
    margin-left: 16px;
}
.menu {
    background: url('../image/menu_icon.svg') no-repeat center;
    height: 100%;
    width: 32px;
    padding: 0px 8px;
    float: right;
}
.download{
    width: 62px;
    height: 22px;
    border: 1px solid #FFFFFF;
    border-radius: 3.2px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    float: right;
    margin-top: 14px;
}
/* 页头end */

/* 页尾start */
.bottom-contact{
    background: #2962FF;
    /* height: 314px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.bottom-contact-us{
    margin: 32px auto 4px;
    font-size: 16px;
    color: #FFFFFF;
}
.bottom-contact-phone{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 12px;
    padding-bottom: 32px;
}
.bottom-contact-tip{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-contact-tip div img{
    width: 100px;
    height: 100px;
}
.bottom-contact-tip div:first-child{
    margin-right: 31px;
}
.bottom-contact-tip div span{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: 16px auto 32px;
}
.bottom-tip{
    background: #3A4461;
    height: 120px;
}
.bottom-tip span{
    display: block;
    padding: 10px 12px;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 15px;
}
.bottom-fixed{
    position: fixed;
    right: 0px;
    bottom: 150px;
    display: none;
}
.bottom-consult{
    background: rgb(255, 255, 255);
    width: 48px;
    height: 120px;   
    -webkit-box-shadow: 0 6px 12px 0 rgba(130, 137, 158, 0.15);
    box-shadow: 0 6px 12px 0 rgba(130, 137, 158, 0.15);
    border-radius: 6px;
    color: #3385FF;
    cursor: pointer;
    margin-bottom: 8px;
}
.bottom-consult .tips{
    display: block;
    font-size: 14px;
    color: #2962FF;
    text-align: left;
    line-height: 19px;
    padding: 12px 16px 4px 16px;
}
.bottom-consult img{
    padding: 0 16px 20px 16px;
}

.user-content{
    opacity: 0.95;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.logon{
    height: 46px;
    border: 1px solid #2962FF;
    border-radius: 10px;
    margin-right: 15px;
    flex: 1;
    line-height: 46px;
    font-size: 17px;
    color: #2962FF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
}
.logon:active{
    color: #2962FF;
}
.registration{
    height: 46px;
    background: #2962FF;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
}
/* 页尾end */

/* 导航页内容start */
.navigation{
    width: 100%;
    background: #FFFFFF;
    /* margin-top: 50px; */
}
.about-nav ul{
    padding-top: 50px;
    padding-bottom: 84px;
}
.navigation ul li{
    line-height: 54px;
    position:relative;
    /* padding-left:16px; */
}

.navigation ul li a.navlink{
    display:block;
    width: calc(100% - 16px);    
    padding-left: 16px;  
    font-size: 14px;
    color: #17233D;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.navigation ul li .navigation-sub{
    background: #F7F8FA;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    padding-left:16px;
}
.navigation ul li .navigation-sub .sub-two{
    font-size: 14px;
    color: #17233D;
    position:relative;
    margin-left: 10px;
    border-bottom: 1px solid #eee;
}
.navigation ul li .navigation-sub .sub-three{
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.5s;
    margin-left: 30px;
}
.navigation ul li .navigation-sub .sub-three .sub-navs{
   color:#808695;
   font-size: 14px;
   border-bottom: 1px solid #eee;
   display:block;
}
.narrowfar,.narrowsub{
    position:absolute;
    top:20px;
    right:16px;
    background:url("../image/arrow-down.svg") 0 0 no-repeat;   
    width:14px;
    height:15px;
}
.narrowfar.up ,.narrowsub.up{
    background:url("../image/arrow-up.svg") 0 0 no-repeat;
}
/* 导航页内容end */
/*
    视频播放
 */
.videoWin{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #151010;
}
.videoWin video{
    width: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.videoWin img{
    position: absolute;
    top: 17px;
    right: 16px;
}

/*
    关于我们样式
 */
.about-us {
    width: 100%;
}
.about-us  .about-img {
    width: 100%;
}
.about-img-container{
    position: relative;
}
.about-img-container p{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 34px;
    font-weight: 600;
    position: absolute;
    top: 74px;
    left: 24px;
}
.about-img-container span {
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 22px;
    line-height: 22px;
    position: absolute;
    top: 124px;
    left: 24px;
    right: 60px;
}
.about-us .title {
    font-size: 21px;
    color: #2962FF;
    text-align: center;
    margin: 16px auto;
    display: block;
    font-weight: 600;
    line-height: 32px;
    
}
.about-us .content {
    font-size: 14px;
    color: #808695;
    text-align: justify;
    line-height: 20px;
    padding: 0 24px;
}
.multi{
    margin-top: 16px;
}
.mg-b-16{
    margin-bottom: 16px;
}
.about-us .card-container {
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
}
.about-us .card-inner-container {
    border: 1px solid #e6e9f0;
    width: 100%;
    height: 100%;
}
.about-us .card-inner-container > span {
    font-size: 16px;
    color: #2962ff;
    text-align: center;
    font-weight: 600;
    display: block;
}
.about-us .first-line {
    margin-top: 9px;
}

/*
    信息安全
*/
.safety .anchor-fill ul li{
    display: inline-block;
}
.safety .anchor-fill ul span{
    display: inline-block;
    height: 14px;
    border-right: 1px solid;
}
.privacy-content{
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 100px;
}
.privacy-content ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 30px;
}
.privacy-content::-webkit-scrollbar{
    display: none;
}

.bottom-fixed .sus-consult {
  width:40px;
  color: #3385FF;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.14);
  margin-bottom: 8px;
  position: relative;
}

.bottom-fixed .sus-consult span {
  display: block;
  width: 18px;
  height: 84px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
}

.bottom-fixed .sus-consult .line {
  width: 36px;
  height: 1px;
  background: #E6F0FF;
  margin: 0 auto;
}

.bottom-fixed .sus-consult > div:active .line,
.bottom-fixed .sus-consult .phone-box.active .line,
.bottom-fixed .sus-consult .adviser-box.active .line{
  background: #3385FF;
}

.bottom-fixed .sus-consult .consult-text {
  display: inline-block;
  height: 16px;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 6px;
  color: #5C647A;
  vertical-align: top;
}

.bottom-fixed .sus-consult .detail-phone {
  display: none;
  position: absolute;
  width: 174px;
  top: 0;
  right: 45px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.14);
  border-radius: 4px;
}

.bottom-fixed .sus-consult .consult-img {
background-image: url('../image/consult_nor@2x.png');
background-size: cover;
}
.bottom-fixed .sus-consult > div:active .consult-img{
background-image: url('../image/consult_sel@2x.png');
background-size: cover;
}

.bottom-fixed .sus-consult .phone-img {
background-image: url('../image/phone_nor@2x.png');
background-size: cover;
}
.bottom-fixed .sus-consult > div:active .phone-img{
background-image: url('../image/phone_sel@2x.png');
}
.bottom-fixed .sus-consult .phone-box.active .phone-img{
background-image: url('../image/phone_sel@2x.png');
}

.bottom-fixed .sus-consult .adviser-img {
background-image: url('../image/adviser_nor@2x.png');
background-size: cover;
}
.bottom-fixed .sus-consult > div:active .adviser-img{
background-image: url('../image/adviser_sel@2x.png');
}
.bottom-fixed .sus-consult .adviser-box.active .adviser-img{
background-image: url('../image/adviser_sel@2x.png');
}

.bottom-fixed .sus-consult .contact-img {
background-image: url('../image/contact_nor@2x.png');
background-size: cover;
}

.bottom-fixed .sus-consult > div:active .contact-img{
background-image: url('../image/contact_sel@2x.png');
}

.bottom-fixed .sus-consult .consult-box{
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom-fixed .sus-consult .consult-box > div{
  height: 24px;
  width: 24px;
}

.bottom-fixed .sus-consult > div:active{
background: #3385FF;
}

.bottom-fixed .sus-consult .phone-box.active{
background: #3385FF;
}
.bottom-fixed .sus-consult .adviser-box.active{
background: #3385FF;
}

.bottom-top{
  width: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.14);
  border-radius: 4px 0px 0px 4px;
  padding: 8px 0px;
}

.bottom-top img{
  height: 24px;
  display: block;
  margin: 0 auto;
}

.bottom-fixed .detail {
  position: absolute;
  width: 147px;
  height: 211px;
  top: 0;
  right: 44px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.14);
  border-radius: 4px;
}

.bottom-fixed .phone .detail-title{
  font-size: 12px;
  color: #3A4461;
  line-height: 16px;
  margin-top: 10px;
  margin-left: 16px;
}
.bottom-fixed .phone .detail-text{
  height: 16px;
  margin-top: 4px;
  margin-left: 16px;
  position: relative;
}
.bottom-fixed .phone .detail-phone-text{
  position: absolute;
  top: 2px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url(../image/common/ic_phone_blue.svg);
}
.bottom-fixed .phone .detail-phone-num{
  display: inline-block;
  padding-left: 12px;
  font-size: 12px;
  color: #3385FF;
  line-height: 16px;
  font-weight: 700;
  vertical-align: top;
}
.bottom-fixed .phone .detail-time{
  font-size: 10px;
  color: #82899E;
  line-height: 16px;
  margin-left: 28px;
}
.bottom-fixed .phone .detail-time span{
  margin-right: 2px;
}
.bottom-fixed .phone .detail-img{
  width: 115px;
  height: 115px;
  margin-left: 16px;
  margin-top: 4px;
  background-image: url(../image/advisercode_xft.png);
  background-size: cover;
}
.bottom-fixed .phone .detail-img.st{
  width: 115px;
  height: 115px;
  margin-left: 16px;
  margin-top: 4px;
  background-image: url(../image/advisercode_st.png);
  background-size: cover;
}
.bottom-fixed .phone .detail-img.uat{
  width: 115px;
  height: 115px;
  margin-left: 16px;
  margin-top: 4px;
  background-image: url(../image/advisercode_uat.png);
  background-size: cover;
}
.bottom-fixed .phone .detail-bottom{
  transform: scale(0.83);
  font-size: 12px;
  color: #82899E;
  text-align: center;
  line-height: 15px;
  margin: 8px auto 16px;
}
.bottom-fixed .phone .detail-close{
  width: 16px;
  height: 16px;
  background-image: url(../image/icon-close.png);
  background-size: cover;
  position: absolute;
  right: 11.9px;
  top: 16px;
  cursor: pointer;
}

.bottom-fixed .adviser .detail-title{
  font-size: 12px;
  color: #3A4461;
  line-height: 18px;
  margin-top: 16px;
  margin-left: 16px;
}
.bottom-fixed .adviser .detail-text{
  font-size: 12px;
  transform: scale(0.83);
  transform-origin: left;
  color: #82899E;
  margin-top: 4px;
  margin-left: 16px;
}
.bottom-fixed .adviser .detail-img{
  width: 115px;
  height: 115px;
  margin-left: 16px;
  margin-top: 4px;
  background-image: url(../image/adviser_code.png);
  background-size: cover;
}
.bottom-fixed .adviser .detail-bottom{
  transform: scale(0.83);
  font-size: 12px;
  color: #82899E;
  text-align: center;
  line-height: 15px;
  margin: 8px auto 16px;
}
.bottom-fixed .adviser .detail-close{
  width: 16px;
  height: 16px;
  background-image: url(../image/icon-close.png);
  background-size: cover;
  position: absolute;
  right: 11.9px;
  top: 16px;
  cursor: pointer;
}

/* 级联选择组件 */
.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block;
}
.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -350px;
  left: 0;
  background: white;
}
.mobileSelect .content .fixWidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .btnBar {
  font-size: 15px;
  height: 42px;
  position: relative;
  text-align: center;
  line-height: 42px;
}
.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: 42px;
  width: 55px;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #1890FF;
}
.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #1890FF;
}
.mobileSelect .content .btnBar .title {
  font-size: 17px;
  padding: 0 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 238px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 16px;
  display: block;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel .selectLine {
  z-index: -99;
  background-color: rgba(243,248,255,1);
  height: 34px;
  width: 100%;
  position: absolute;
  top: 102px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(203,224,255,1);
  border-bottom: 1px solid rgba(203,224,255,1);
}
.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 238px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(rgba(255, 255, 255, 0)),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff,
    rgba(255, 255, 255, 0),
    #ffffff
  );
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(255, 255, 255, 0),
    #ffffff
  );
  opacity: 0.9;
  pointer-events: none;
}
.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}
.mobileSelect-show .content {
  bottom: 0;
}