@media (max-width: 768px) {
  /* html, body {
    height: 100%;
    overflow: auto;
  } */
  .v-header {
    display: none;
  }
  .v-header-wrap {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
            box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
    .header-box .wrap-menu {
      width: 18px;
      height: 14px;
      background: url(/partials/header/menu.cf14f58f3c6d.png) no-repeat;
      background-size: 100% 100%;
    }
    .header-box img {
      width: 95px;
      height: auto;
    }
    .header-box .blank {
      width: 18px;
      height: 14px;
    }
  .navs {
    display: none;
  }
  .wrap-navs {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 1000px;
    opacity: 0;
    background-color: #000;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: -235px;
    z-index: 999;
    height: 1000px;
    width: 235px;
    margin: 0;
    /* padding: 0 15px; */
    background-color: #fff;
  }
    .main-nav img {
      width: 115px;
      height: auto;
    }
    .main-nav .logo {
      padding: 25px 0;
      margin: 0 15px;
      border-bottom: 1px solid #F0F1F7;
    }
    .main-nav .bb {
      position: relative;
      margin: 0 15px
    }
    .main-nav .bb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    background-color: #F0F1F7;
  }
    .main-nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style-type: none;
      padding-left: 15px
    }
    .main-nav li:active {
    background-color: #F0F1F7;
  }
    .main-nav li i {
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
  }
    .main-nav li .home {
        background-image: url(/partials/header/home.76d52fc64723.png);
  }
    .main-nav li .gs-bloc {
        background-image: url(/partials/header/company.3d929a252619.png);
  }
    .main-nav li .news {
        background-image: url(/partials/header/news.26e01fded9b0.png);
  }
    .main-nav li .business {
        background-image: url(/partials/header/business.c959dfaa1962.png);
  }
    .main-nav li .investor {
        background-image: url(/partials/header/investor.68c3622e7232.png);
  }
    .main-nav li .recruit {
        background-image: url(/partials/header/recruit.4ee0bd2789aa.png);
  }
    .main-nav li .contact {
        background-image: url(/partials/header/contact.4989a318a4ad.png);
  }
    .main-nav li a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        color: #141414;
        padding-left: 15px;
  }
    .main-nav li a:visited {text-decoration:none;
  }
    .main-nav li a:link {text-decoration:none;
  }
    .main-nav li a:active {text-decoration:none;
  }
    .main-nav li .current {
        color: #EA2F47;
  }
}

@media (min-width: 769px) {
  .v-header-wrap {
    display: none;
  }
  .v-header {
    height: 80px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9;
    background: #fff;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1);
            box-shadow: 0 10px 20px 0 RGBA(207, 210, 215, .1)
  }
  .v-header.suspension {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: none;
  }
  .v-header .container {
      padding: 0;
      width: 1200px;
  }
      /* max-width: 1200px; */
      .v-header .container .row{
        margin: 0;
      }
  .v-header .logo {
      float: left;
      margin-top: 15px;
      width: 170px;
      height: 50px;
  }
  .v-header .wrap-navs {
      display: none;
  }
  .v-header .navs {
      float: left;
      margin-left: 20px;
      position: relative;
  }
      .v-header .navs .activeBar{
        display: none;
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 3px;
        background: #EB2F45;
        border-radius: 50px;
      }
      .v-header .navs .mainNav {
        margin-bottom: 0;
        position: relative;
      }
        .v-header .navs .mainNav .current{
          display: none;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -10px;
          width: 20px;
          height: 3px;
          background: #EB2F45;
          border-radius: 50px;
        }
        .v-header .navs .mainNav > li {
          position: relative;
          float: left;
          font-size: 16px;
          height: 80px;
          line-height: 80px;
          list-style-type: none;
          text-align: center;
          cursor: pointer;
        }
          .v-header .navs .mainNav > li .active{
            position: relative;
            color: #EB2F45;
          }
        .v-header .navs .mainNav > li:hover > a {
              color: #EB2F45;
  }
        .v-header .navs .mainNav > li > a {
            text-decoration: none;
            padding: 0 35px;
            display: inline-block;
            color: #333;
  }
        .v-header .navs .mainNav > li .secondNav {
            position: absolute;
            top: 80px;
            left: 50%;
            z-index: 999;
            margin-left: -60px; 
            padding-top: 15px;
            width: 120px;
  }
            .v-header .navs .mainNav > li .secondNav .li-current {
              display: none;
              position: absolute;
              left: 0;
              top: 28px;
              width: 3px;
              height: 20px;
              background: #EB2F45;
              border-radius: 50px;
              z-index: 9;
            }
            .v-header .navs .mainNav > li .secondNav > ul {
              position: relative;
              background-color: #fff;
              border-radius: 6px;  
              -webkit-box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);  
                      box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);
            }
              .v-header .navs .mainNav > li .secondNav > ul .triangle{
                display: none;     
                position: absolute;
                top: -6px;
                left: 50%;
                margin-left: -6px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #fff;
              }         
              .v-header .navs .mainNav > li .secondNav > ul > li {
                position: relative;
                display: none;
                height: 46px;
                line-height: 46px;
                list-style-type: none
              }         
              .v-header .navs .mainNav > li .secondNav > ul > li:hover > a {
                    color: #EB2F45;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li > a {
                  text-decoration: none;
                  color: #333;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li .active {
                  color: #EB2F45;
  }         
              .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus {
                  display: none;                
                  position: absolute;
                  top: 0;
                  right: -120px;
                  padding-left: 10px; 
                  width: 120px;
  }
                  .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul{
                    position: relative;
                    background-color: #fff;
                    border-radius: 6px;          
                    -webkit-box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);          
                            box-shadow:  0 10px 20px 0 RGBA(207, 210, 215, .35);
                  }  
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul .triangle{
                      position: absolute;
                      top: 17px;
                      left: -6px;
                      width: 0;
                      height: 0;
                      border-top: 6px solid transparent;
                      border-bottom: 6px solid transparent;
                      border-right: 6px solid #fff;
                    }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li{
                      display: none;
                      position: relative;
                      list-style-type: none;
                      height: 46px;
                      line-height: 46px
                      
                    }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li:hover >a {
                          color: #EB2F45;
  }                                                            
                    .v-header .navs .mainNav > li .secondNav > ul > li .thirdMenus >ul > li a {
                        text-decoration: none;
                        color: #333;
  }
}
    


.v-loading{
  margin-top: 28px;
  text-align: center;
}
  .v-loading .text{
    font-size: 16px;
    color: #949aa6;
  }

.v-loadFailed{
  margin-top: 28px;  
  text-align: center;
}

.v-loadFailed .text{
    font-size: 16px;
    color: #949aa6;
  }

.wrap-loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.wrap-loading-more.loading .icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/components/loading-more/loading.5c32d3fd40b9.gif) no-repeat;
      background-size: 100% 100%;
}
.wrap-loading-more.loading span {
      font-size: 14px;
      color: #6B798E;
      text-align: center;
      line-height: 30px;
}
.wrap-loading-more.no-more span {
      position: relative
}
.wrap-loading-more.no-more span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -65px;
  width: 50px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F0F1F7;
}
.wrap-loading-more.no-more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F0F1F7;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  background:rgba(255,255,255,1);
  -webkit-box-shadow:0px 0px 25px 0px rgba(157,174,191,0.25);
          box-shadow:0px 0px 25px 0px rgba(157,174,191,0.25);
}
  .back-to-top i {
    display: inline-block;
    width: 19px;
    height: 10px;
    margin-top: 15px;
    background: url(/components/back-to-top/arrow.8167b7502439.png) no-repeat;
    background-size: 100% 100%;
  }

body{
  overflow-y: scroll; 
}
ul li{
  list-style: none
  }
.hiddenL{
  display: none
  }
.listActive{
  color:#EB2F45;
  }
.listActive a {
    color:#EB2F45;
    }
.borderActive{
  background:#EB2F45;
}
.hoverItem{
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background:url(/views/investor/investor-relations/smallYes.87835b5aadb4.png) no-repeat;
  background-position: 0 10px;
}
@media (min-width: 769px) {
  .v-investor-wrap {
    display: none;
  }
    .v-investor .hideimg{
      position: fixed;
      bottom: 0;
      left: 0;
      height: 0;
      width: 0;
    }
    .v-investor .investor-banner{
      height: 240px;
      width: 100%;
      background: url(/views/investor/investor-relations/img-banner.a2084db48223.png) no-repeat;
      background-size: cover;
      background-position: top center;
    }
    .v-investor .investor-content{    
      margin-bottom: 40px;
    }
      .v-investor .investor-content > .container{
        background: #fff;
        margin-top: -100px;
        padding: 10px 30px 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
      }
      .v-investor .investor-content .crumbs{
        height:75px;
        line-height:75px;
      }
      .v-investor .investor-content .investor-side{
        cursor: pointer;
        width:239px;
        background:#F9FAFC;
        border: 1px solid #F3F4F8;
        border-radius:6px;
        /* font-weight: bold; */
        float: left;
      }
        .v-investor .investor-content .investor-side .leftBorder{
        display: inline-block;
        width:3px;
        height:20px;
        margin-right:50px;
        border-radius: 2px;
        padding-top:10px;
        vertical-align: top;
        }
        .v-investor .investor-content .investor-side .leftBorderOne{
          margin-right:27px;
        }
        .v-investor .investor-content .investor-side .title{
          height:20px;
          line-height: 20px;
          font-size: 20px;
          padding-left: 29px;
          text-align: left;
          margin-bottom: 30px;
          margin-top: 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
          .v-investor .investor-content .investor-side .title .dian{
            display: inline-block;
            margin-left:10px;
            width:14px;
            height:14px;
            background: url(/views/investor/investor-relations/icon_heng.b4bc76a975e7.png) no-repeat left center;
          }
          .v-investor .investor-content .investor-side .title .imgActive{
            display: inline-block;
            margin-left:10px;
            width:14px;
            height:14px;
            background: url(/views/investor/investor-relations/icon_tang.7cefb0e01e07.png) no-repeat left center;
          }
        .v-investor .investor-content .investor-side .titleOne{
          padding-left:0;
        }
        .v-investor .investor-content .investor-side .secondList{
          font-size: 16px;
        }
          .v-investor .investor-content .investor-side .secondList li{
            margin: 19px 0;
          }
            .v-investor .investor-content .investor-side .secondList li a{color:black;text-decoration: none;}
            .v-investor .investor-content .investor-side .secondList li a:visited{text-decoration: none;color:black;}
            .v-investor .investor-content .investor-side .secondList li a:hover{text-decoration: none;color:black}
            .v-investor .investor-content .investor-side .secondList li a:active{text-decoration: none;color:black;}
      .v-investor .investor-content .investor-aside{
        float: right;
        width:870px;
        min-height: 482px;
        border: 1px solid #f3f4f8;
        border-radius: 6px;
        padding: 0 30px;
      }
        .v-investor .investor-content .investor-aside .bannerAsideOne{
          border-radius: 6px;
          height:250px;
          width:100%;
          background: url(/views/investor/investor-relations/banner.38d7a2b979ac.png) no-repeat;
          background-size:100% 100%; 
        }
        .v-investor .investor-content .investor-aside .contactList{
          width:50%;
          float:left;
          padding-left: 46px;
          margin-top:30px;
        } 
          .v-investor .investor-content .investor-aside .contactList .contactOne{
            display: inline-block;
            margin:0 20px 0 17px;
            font-size: 20px;
            font-weight: bold;
          }
          .v-investor .investor-content .investor-aside .contactList .specialList{
            width:63px;
          }
          .v-investor .investor-content .investor-aside .contactList .contactTwo{
          font-size: 16px; 
          }
            .v-investor .investor-content .investor-aside .contents .col-md-4{
              padding: 0;
            }
            .v-investor .investor-content .investor-aside .contents .piece{
              display:block;
              padding:40px 25px 0 25px;
              width:276px;
              height:325px;
              border: 1px solid #F3F4F8;
              border-radius: 3px;
              cursor: pointer;
              text-decoration: none
            }
            .v-investor .investor-content .investor-aside .contents .piece:hover{
    -webkit-box-shadow:  0px 15px 25px 0 RGBA(144, 145, 146, 0.1);
            box-shadow:  0px 15px 25px 0 RGBA(144, 145, 146, 0.1);
    -webkit-transition: -webkit-box-shadow  1.2s;
    transition: -webkit-box-shadow  1.2s;
    transition: box-shadow  1.2s;
    transition: box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }
            .v-investor .investor-content .investor-aside .contents .piece:hover .btn-wrap{
                  -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
                          box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);    
                  -webkit-transition: background 1.2s, -webkit-box-shadow  1.2s;    
                  transition: background 1.2s, -webkit-box-shadow  1.2s;    
                  transition: background 1.2s, box-shadow  1.2s;    
                  transition: background 1.2s, box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }            
                  .v-investor .investor-content .investor-aside .contents .piece:hover .btn-wrap .btn-go{
                    border: 0;
                    background: -webkit-gradient(linear, left top, right top, from(#F4533A),to(#EB2F45));
                    background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1);
                  }                
                    .v-investor .investor-content .investor-aside .contents .piece:hover .btn-wrap .btn-go .arrow{
                      background: url(/views/investor/investor-relations/arrow-selected.232deb7547f5.png);
                    }
            .v-investor .investor-content .investor-aside .contents .text{
              position: relative;
              height: 152px;
              font-size: 16px;
              color: #111111;
              line-height: 35px;
            }
              .v-investor .investor-content .investor-aside .contents .text .tag{
                position: absolute;
                bottom: 0;
                left: 0;
                width: 50px;
                height: 3px;
                border-radius: 2px;
                background: -webkit-gradient(linear, left top, right top, from(#F4533A),to(#EB2F45));
                background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1);                
              }
            .v-investor .investor-content .investor-aside .contents .time{
              margin-top: 19px;
              font-size: 14px;
              line-height: 19px;
              color: #949AA6;
            }
            .v-investor .investor-content .investor-aside .contents .btn-wrap{
              position: relative;
              margin-top: 29px;
              margin-left: auto;
              margin-right: auto;
              width: 80px;
              height: 40px;
              border-radius: 20px;
              overflow: hidden;
              cursor: pointer;
            }
            .v-investor .investor-content .investor-aside .contents .btn-go{
              width: 80px;
              height: 40px;
              border: 2px solid #C5CBD9;
              border-radius: 20px;
            }
              .v-investor .investor-content .investor-aside .contents .btn-go .arrow{
                position: absolute;
                width: 11px;
                height: 19px;
                top: 50%;
                margin-top: -9.5px;
                left: 50%;
                margin-left: -3.5px;
                background: url(/views/investor/investor-relations/arrow-unselected.1f7c1a4054cc.png) no-repeat;
              }
        .v-investor .investor-content .investor-aside .more-wrap{
            display: block;
            margin-top: 31px;
            margin-left: auto;
            margin-right: auto;
            width: 120px;
            height: 40px;
            color: #949AA6;
            border: 2px solid #C5CBD9;
            border-radius: 20px;
            text-align: center;
            line-height: 36px;
            cursor: pointer;
            overflow: hidden;
            text-decoration: none
          }
        .v-investor .investor-content .investor-aside .more-wrap:hover{
    line-height: 40px;
    border: 0;
    -webkit-box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
            box-shadow:  0px 5px 15px 0 rgba(236,51,68,0.35);
    -webkit-transition: background 1.2s, -webkit-box-shadow  1.2s;
    transition: background 1.2s, -webkit-box-shadow  1.2s;
    transition: background 1.2s, box-shadow  1.2s;
    transition: background 1.2s, box-shadow  1.2s, -webkit-box-shadow  1.2s; 
  }
        .v-investor .investor-content .investor-aside .more-wrap:hover .btn-more{
                color: #fff;
                background: -webkit-gradient(linear, left top, right top, from(#F4533A),to(#EB2F45));
                background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1); 
  }
        .v-investor .investor-content .investor-aside .tabs{
          font-weight: bold;
          font-size: 20px;
          height:70px;
          line-height: 70px;
          color: #141414;
          border-bottom: 1px solid #F3F4F8;
        }
          .v-investor .investor-content .investor-aside .tabs .tab{
            position: relative;
            padding-bottom: 14px;          
            margin-right: 59px;
            cursor: pointer;
          }
          .v-investor .investor-content .investor-aside .tabs .tab.active{
            color: #EB2F45;
          }
            .v-investor .investor-content .investor-aside .tabs .tab.active .current{
              position: absolute;
              width: 20px;
              height: 3px;
              border-radius: 2px;
              bottom: 0;
              left: 50%;
              margin-left: -10px;
              background: #EB2F45;
            }
        .v-investor .investor-content .investor-aside .item{
          display: block;
          height:60px;
          overflow: hidden;
          line-height: 60px;
          /* padding:0 10px; */
          border-bottom: 1px solid #F3F4F8;
        }
          .v-investor .investor-content .investor-aside .item .pic{
            width:10px;
            height:60px;
            float:left;
            background: url(/views/investor/investor-relations/gray_nor.2dbee34c48b2.png) no-repeat;
            padding:0;
            background-position: 0 25px;
          }
          .v-investor .investor-content .investor-aside .item .title{
            white-space: nowrap;
            text-overflow: ellipsis;
            width:550px;
            overflow: hidden;
            float:left;
            padding-left:10px;
            font-weight: bold;
            font-size: 16px;
            color: black;
          }
          .v-investor .investor-content .investor-aside .item .time{
            float:right;
            font-size: 14px;
            color: #949AA6;
          }
        .v-investor .investor-content .investor-aside .item:hover .pic{
              -webkit-transition: all 0.8s;
              transition: all 0.8s;
              background:url(/views/investor/investor-relations/red_down.ca16ebd81e2e.png) no-repeat;
              background-position: 0 25px; 
  }
        .v-investor .investor-content .investor-aside .item:hover .title{
              color:red; 
  }
      .v-investor .investor-content .messageShow{
        margin-bottom: 20px;
      }
      .v-investor .investor-content .noBorderPad{
        border: 0;
        padding:0;
      }
      .v-investor .investor-content .hidePriceKLine {
        position: absolute!important;
        top: 0;
        left: -10000px;
      }
      .v-investor .investor-content .priceShow{
        position: relative;
        padding:0;
        margin: 0;
      }
        .v-investor .investor-content .priceShow .header-info {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 8;
        }
        .v-investor .investor-content .priceShow .name-code {
          font-size: 18px;
          font-weight: 600;
          padding: 10px 0 0 40px;
        }
        .v-investor .investor-content .priceShow .info-box {
          padding: 0 40px;
        }
        .v-investor .investor-content .priceShow .current-info {
          float: left;
          font-size: 18px;
          color: #1CB44A;
        }
          .v-investor .investor-content .priceShow .current-info .icon {
            display: inline-block;
            width: 14px;
            height: 13px;
          }
        .v-investor .investor-content .priceShow .current-info.up {
    color: #FC3438; 
  }
        .v-investor .investor-content .priceShow .current-info.up i {
              background: url(/views/investor/investor-relations/up.7fe5863929c2.png) no-repeat;
              background-size: 100% 100%; 
  }
        .v-investor .investor-content .priceShow .current-info.down {
    color: #1CB44A; 
  }
        .v-investor .investor-content .priceShow .current-info.down i {
              background: url(/views/investor/investor-relations/down.dda893dabdcd.png) no-repeat;
              background-size: 100% 100%; 
  }
        .v-investor .investor-content .priceShow .current-info.fair {
    color: #bec4ce; 
  }
        .v-investor .investor-content .priceShow .current-info.fair i {
              height: 3px;
              margin-bottom: 5px;
              background: url(/views/investor/investor-relations/fair.9f70fa32350f.png) no-repeat;
              background-size: 100% 100%; 
  }
        .v-investor .investor-content .priceShow .current-info .current-price {
            font-size: 24px; 
  }
        .v-investor .investor-content .priceShow .k-type {
          width: 320px;
          height: 30px;
          line-height: 30px;
          margin: 10px auto;
        }
          .v-investor .investor-content .priceShow .k-type li {
            float: left;
            margin: 0 20px;
            font-size: 14px;
            font-weight: 500;
            color: #000;
            cursor: pointer;
            text-align: center;
          }
          .v-investor .investor-content .priceShow .k-type .current {
            border-bottom: 3px solid #EB2F45;
          }
        .v-investor .investor-content .priceShow .kline-day-info {
          margin: 20px 40px 0;
        }
          .v-investor .investor-content .priceShow .kline-day-info span {
            padding-right: 5px;
          }
        .v-investor .investor-content .priceShow .container {
          position: absolute;
          top: 0;
          left: -10000px;
        }
        .v-investor .investor-content .priceShow .time-label {
          position: absolute;
          left: 80px;
          right: 80px;
          bottom: 35px;
          display: none;
        }
          .v-investor .investor-content .priceShow .time-label span {
            font-size: 13px;
            color: #333;
          }
}
@media (max-width: 768px) {
  .v-investor {
    display: none;
  }
  .v-investor-wrap {
    overflow: hidden;
  }
    .v-investor-wrap .page-box {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      z-index: 1;
      background: #fff;
    }
      .v-investor-wrap .page-box .second-tab {
        display: none;
      }
        .v-investor-wrap .page-box .second-tab ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0;
          border-top: 1px solid #F4F4F6;
        }
          .v-investor-wrap .page-box .second-tab ul li {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            color: #C9CBD8;
            text-align: center;
            padding: 15px 0
          }
          .v-investor-wrap .page-box .second-tab ul li.active {
    color: #EA2F47; 
  }
    .v-investor-wrap .page-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 360px;
      margin: 0 auto;
      padding: 15px 0 12px;
    }
      .v-investor-wrap .page-tab li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 17px;
        line-height: 17px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #C9CBD8;
        list-style-type: none
      }
      .v-investor-wrap .page-tab li.active {
    color: #141414; 
  }
      .v-investor-wrap .page-tab .active-bar {
        position: absolute;
        top: 41px;
        left: 36px;
        width: 20px;
        height: 3px;
        border-radius: 3px;
        background-color: #EA2F47;
      }
  .box-shadow {
    padding: 15px;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
            box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
    border-radius: 3px;
  }
  .pages { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    width: 400%;
    /* padding-bottom: 35px; */
    padding-top: 44px;
    tranform: translate3d(0,0,0);
    -webkit-transition: 0.3s ease-out transform;
    transition: 0.3s ease-out transform;
  }
    .pages a:visited{text-decoration:none;}
    .pages a:link{text-decoration:none; }
    .pages a:active{text-decoration:none;}
  .page-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 200px;
  }
  .content {
    margin-bottom: 15px;
  }
    .content .title {
      font-size: 18px;
      color: #141414;
      font-weight: 500;
      line-height: 25px;
    }
    .content .time {
      font-size: 13px;
      color: #BDC3CB;
      padding-top: 5px;
    }
  .pd-20 {
    padding: 20px 15px;
  }
  .pd-60 {
    padding: 60px 15px 20px;
  }
  .pro-notice-list {
    display: none;
  }
    .achievement .box-shadow {
      padding-bottom: 20px;
    }
    .achievement .more {
      text-align: right;
    }
    .achievement a {
      display: inline-block;
      width: 100px;
      height: 29px;
      line-height: 29px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      background: -webkit-gradient(linear,right top, left top,from(rgba(235,47,69,1)),to(rgba(244,83,58,1)));
      background: linear-gradient(270deg,rgba(235,47,69,1) 0%,rgba(244,83,58,1) 100%);
      border-radius: 29px;
    }
    .achievement .more-achievement {
      text-align: center;
    }
      .achievement .more-achievement a {
        position: relative;
        width: auto;
        height: auto;
        color: #6B798E;
        margin-right: 15px;
        background: #fff
      }
      .achievement .more-achievement a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 21px;
    height: 21px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/views/investor/investor-relations/more-wrap.d2c5a250be1e.png) no-repeat;
    background-size: 100% 100%; 
  }
  .investor-AQ {
    display: none;
  }
    .investor-AQ a {
      display: block;
    }
    .investor-AQ img {
      width: 100%;
      height: auto;
    }
    .investor-AQ .tip {
      font-size: 13px;
      color: #BDC3CB;
      line-height: 20px;
      padding-top: 10px;
    }
  .investor-hotline {
    display: none;
  }
    .investor-hotline img {
      width: 100%;
      height: auto;
    }
    .investor-hotline li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      color: #141414;
      height: 65px;
      border-bottom: 1px solid #F0F1F7
    }
    .investor-hotline li:last-child {
    border: none; 
  }
    .investor-hotline li label {
        font-weight: 500;
        padding-left: 35px;
        line-height: 25px;
        margin: 0;
        background-size: 25px 25px;
        background-position: 0 -2px;
        background-repeat: no-repeat; 
  }
    .investor-hotline li label.contact {
    background-image: url(/views/investor/investor-relations/icon-line-1.ee4eecae2a13.png); 
  }
    .investor-hotline li label.hotline {
    background-image: url(/views/investor/investor-relations/icon-line-2.42fe1c9e1dd0.png); 
  }
    .investor-hotline li label.fax {
    background-image: url(/views/investor/investor-relations/icon-line-3.5fd25b94983e.png); 
  }
    .investor-hotline li label.email {
    background-image: url(/views/investor/investor-relations/icon-line-4.2b6f70fd59b1.png); 
  }
    .investor-hotline li a {
        color: #141414; 
  }
    .investor-hotline li a.phone {
    color: #6A798E;
    text-decoration: underline; 
  }
  .k-line-box {
    position: relative;
    padding: 20px 15px 0;
  }
    .k-line-box .price-detail-header {
      padding: 15px
    }
    .k-line-box .price-detail-header.up {
    background: rgba(249,55,63,1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
            box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
    border-radius: 3px; 
  }
    .k-line-box .price-detail-header.down {
    background: rgba(28,180,74,1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
            box-shadow: 0px 0px 25px 0px rgba(157,174,191,0.25);
    border-radius: 3px; 
  }
    .k-line-box .price-detail-header label {
        margin: 0; 
  }
    .k-line-box .price-detail-header .header-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; 
  }
        .k-line-box .price-detail-header .header-one label {
          font-size: 17px;
          font-weight: 500;
          color: #fff;
          line-height: 25px;
        }
        .k-line-box .price-detail-header .header-one span {
          font-size: 15px;
          color: #fff;
          line-height: 25px;
          opacity: 0.4;
        }
    .k-line-box .price-detail-header .header-two {
        font-size: 15px;
        color: #fff;
        padding-top: 5px; 
  }
        .k-line-box .price-detail-header .header-two label {
          font-size: 23px;
          font-weight: 600;
          line-height: 22px;
        }
        .k-line-box .price-detail-header .header-two span {
          padding-left: 30px
        }
        .k-line-box .price-detail-header .header-two span:last-child {
    padding-left: 15px; 
  }
    .k-line-box .tips {
      padding: 15px;
    }
      .k-line-box .tips p {
        margin: 0;
        font-size: 13px;
        color: #6B798E
      }
      .k-line-box .tips p:last-child {
    padding-top: 5px; 
  }
      .k-line-box .tips .k-line-wrap {
        display: none;
      }
        .k-line-box .tips .k-line-wrap ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0;
          padding-top: 1px;
        }
          .k-line-box .tips .k-line-wrap ul li {
            width: 33%;
            font-size: 13px;
            padding-top: 2px;
          }
          .k-line-box .tips .k-line-wrap ul label {
            font-weight: normal;
            color: #6B798E;
            padding-right: 8px;
            margin: 0;
          }
          .k-line-box .tips .k-line-wrap ul span {
            color: #141414;
          }
          .k-line-box .tips .k-line-wrap ul .red {
            color: #EA2F47;
          }
    .k-line-box .k-line-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px;
      margin: 0;
    }
      .k-line-box .k-line-btn li {
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #EA2F47;
        text-align: center;
        border-radius: 15px;
        border:1px solid rgba(234,47,71,1)
      }
      .k-line-box .k-line-btn li.current {
    color: #fff;
    background: linear-gradient(255deg,rgba(235,47,69,1) 0%,rgba(244,83,59,1) 100%); 
  }
    .k-line-box #kLineContainerWrap {
      width: 100%;
      height: 300px;
      padding-top: 10px;
    }
    .k-line-box .time-label-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 30px;
      left: 40px;
      right: 40px;
    }
    .k-line-box .ma-data-wrap {
      display: none;
      position: absolute;
      top: 220px;
      left: 20px;
    }
      .k-line-box .ma-data-wrap span {
        font-size: 11px;
        padding-right: 3px;
      }
      .k-line-box .ma-data-wrap .ma5 {
        color: #A095FC;
      }
      .k-line-box .ma-data-wrap .ma10 {
        color: #73D6AC;
      }
      .k-line-box .ma-data-wrap .ma20 {
        color: #EDC889;
      }
      .k-line-box .ma-data-wrap .ma30 {
        color: #F49696;
      }
}



@media (min-width: 769px) {
    .container-wrap {
      display: none;
    }
    .footer{
      overflow: hidden;
      height: 184px;
    }
      /* background: -webkit-linear-gradient(right, #F4533A, #EB2F45);
      background: linear-gradient(to right, #F4533A 0%,#EB2F45 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4533A', endColorstr='#EB2F45',GradientType=1); */
      .footer .container{
        padding: 40px 0 0 29px;
        border-top: 1px solid #F3F4F8;
      }
        .footer .container .left{
          float: left;
        }
          .footer .container .left .logo{
            width: 201px;
            height: 55px;
            background: url(/partials/footer/logo.7e109050e0c9.png) no-repeat;
            background-size: 100% 100%;
          }
          .footer .container .left .copyright{
            text-align: right;
            margin-top: 10px;
            font-size: 14px;
            color: #949AA6;
          }
            .footer .container .left .copyright .beianhao{
              cursor:pointer;
              color:#949AA6;
            }
        .footer .container .center{
          float: left;    
          margin-left: 38px;
        }        
          /* .twoCodes{
            width: 160px;
            height: 160px;
            background: url('./twoCodes.png');
          } */
          .footer .container .center .title{
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #FFFFFF;
          }
        .footer .container .right{
          position: relative;
          float: left;
          margin-left: 82px;
          margin-top: 21px;
          font-size: 16px;
          line-height: 16px;
          color: #fff;
        }
          .footer .container .right .split{
            position: absolute;
            display: inline-block;
            width: 1px;
            height: 40px;
            top: 15px;
            left: -41px;
            background: RGBA(20, 20, 20, .3);
          }
          .footer .container .right ul{
            list-style: none;
          }
            .footer .container .right ul .first{
              /* width: 102px; */
              color: #141414;
              font-size: 18px;
              margin-right: 28px;
            }
            .footer .container .right ul li{
              display: inline-block;
              margin-right: 70px;
              vertical-align: middle;
            }
              .footer .container .right ul li a{
                color: #949AA6;
                text-decoration: none
              }
              .footer .container .right ul li a:hover {
        color: #141414;
    }
          .footer .container .right .links{
            margin-top: 30px;  
          }   
            .footer .container .right .links ul{
              display: inline-block;
            }
  }
@media (max-width: 768px) {
    .footer .container {
      display: none;
    }
    .footer .container-wrap {
      padding: 35px 15px 38px;
      background-color: #F7F8FA;
    }
      .footer .container-wrap .wrap-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .footer .container-wrap .wrap-menus h1 {
          font-size: 15px;
          color: #6B798E;
          margin: 0;
        }
        .footer .container-wrap .wrap-menus .horizontal-line {
          width: 100%;
          height: 3px;
          margin: 15px 0;
          border-left: 10px solid #9398A5;
        }
        .footer .container-wrap .wrap-menus ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          list-style: none;
          margin: 0;
        }
          .footer .container-wrap .wrap-menus ul li {
            width: 52px
          }
          .footer .container-wrap .wrap-menus ul li.line {
        width: 1px;
        height: 10px;
        background: #D9DBE0;
    }
          .footer .container-wrap .wrap-menus ul li a {
              font-size: 13px;
              color: #6B798E;
              font-weight: 400;
    }
          .footer .container-wrap .wrap-menus ul li a:visited {text-decoration:none;
    }
          .footer .container-wrap .wrap-menus ul li a:link {text-decoration:none;
    }
          .footer .container-wrap .wrap-menus ul li a:active {text-decoration:none;
    }
      .footer .container-wrap .gsjk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px;
        padding-left: 30px;
      }
        .footer .container-wrap .gsjk img {
          width: 95px;
          height: 25px;
        }
        .footer .container-wrap .gsjk .line {
          width: 1px;
          height: 20px;
          background: #D9DBE0;
          margin: 0 20px;
        }
        .footer .container-wrap .gsjk .copy-right {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
        }
          .footer .container-wrap .gsjk .copy-right p {
            font-size: 13px;
            color: #6B798E;
            margin-bottom: 0;
          }
          .footer .container-wrap .gsjk .copy-right .beianhao{
            cursor:pointer;
            color:#6B798E;
          } 
}
