.section {
    position: relative;
    padding: 100px 0 0;
}
.container {
    max-width: 1400px !important;
    width: -webkit-fill-available;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (min-width:1280px)  and (max-width:1440px) {

    .container{
        padding: 0 100px;
    }
}
.relations-nav{
      position: relative;
    padding: 20px 0 0;  
}
#investor .stock .content {
    background-color: #f5f7f7;
    padding: 70px;
}
#investor .stock .title {
    font-weight: lighter;
    font-size: 20px;
    margin-top: 10px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    justify-content: space-between;
}
#investor .stock .stock-present {
    line-height: 1;

}
#investor .stock .stock-present .stock-present-box{
        display: flex;
    flex-direction: row;
}
#investor .stock .stock-present .price-de{
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px){
    .col-md-8 {
    width: 66.66666667%;
}
    .col-md-7 {
        width: 58.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-4 {
    width: 33.33333333%;
}
    .col-md-5 {
        width: 41.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-3 {
        width: 25%;
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }
    .col-md-9 {
        width: 75%;
    }
}
#investor .stock .stock-present .change::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top:2px;
}
#investor .stock .stock-present.up .price::after, #investor .stock .stock-present.up .change::after {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border: #e60d16 solid 7px;
}
#investor .stock .stock-present.down .price::after, #investor .stock .stock-present.down .change::after {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border: #43b610 solid 7px;
    top: 10px;
}
#investor .stock .stock-present.down .price, #investor .stock .stock-present.down .change {
    color: #43b610;
}
#investor .stock .stock-present .price {
    font-weight: bold;
    font-size: 48px;
}
#investor .stock .stock-present .price, #investor .stock .stock-present .change {
    vertical-align: middle;
    display: inline-block;
}
#investor .stock .stock-present .price span {
    font-size: 18px;
    color: #393e40;
}
#investor .stock .stock-present .change {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    position: relative;
    padding-right: 18px;
}
#investor .stock .stock-present  .rmb{
    padding-left: 18px;
    font-size: 16px;
    font-weight: bold;
}
.nav:before,
.row:before,
.container:before{
    display: table;
    content: " ";

}
.nav:after,
.row:after,
.container:after{
    clear: both;
    display: table;
    content: " ";
}
#investor .stock .tip {
    margin-top: 30px;
    color: #919797;
    font-size: 12px;
}
#investor .stock .transaction .item {
    position: relative;
}
#investor .stock .transaction .item .label {
    font-size: 20px;
    color: #070731;
   
    display: inline;
    padding: 0.2em 0.6em 0.3em;


    line-height: 1;

    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    padding-left: 0;
}
#investor .stock .transaction .item .value {
    font-size: 32px;
    line-height: 1.65;
}
#investor .stock .transaction .item .value strong {
    font-weight: normal;
}
#investor .stock .transaction .item .value span {
    font-size: 20px;
        vertical-align: super;
}
#investor .stock .transaction .item:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    overflow: hidden;
    background-color: #d9e0e0;
    left: 0;
    top: 0;
}
#investor .stock .stock-present.up .price, #investor .stock .stock-present.up .change {
    color: #e60d16;
}
.p100 {
    padding-bottom: 100px;
}
.nav-tabs {
    height: 60px;
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0055A5;
 
    border-bottom: 3px solid #0055A5;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 56px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    color: #070731;
}
.nav>li>a {
    position: relative;
    display: block;
    margin-right: 50px;
}
.tab-content .tab-pane{
    display: none;
}
.tab-content .tab-pane.active{
    display:block;
}
.invrstor{
    padding-top:3.7% ;
    padding-bottom:7.5%;
}

.invrstor .invrstor_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.invrstor .invrstor_box .img{
    position: relative;
    width: 49.643%;
    border-radius: 3px;
    overflow: hidden;
}
.invrstor .invrstor_box .img img{
    width: 100%;
}
.invrstor .invrstor_box .text{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 52px;
    background: rgb(0 0 0 / 3%);
}
@media screen and (max-width:1440px) {
            .invrstor .invrstor_box .text{
        font-size: 38px;
    }
}
@media screen and (max-width:1366px) {
    .row{
        
    }
    .nav:after, .row:after, .container:after,
    .nav:before, .row:before, .container:before{
        display: none;
    }
    .col-md-9{
        width: 60%;
    }
        .invrstor .invrstor_box .text{
        font-size: 36px;
    }
}
@media screen and (max-width:1200px) {
            .invrstor .invrstor_box .text{
        font-size: 33px;
    }
}
@media screen and (max-width:1024px) {
    .row{
        flex-direction: column;
        margin: 0;
    }
    .col-md-9{
        width: 100%;
    }
    .transaction .row{
        flex-direction: row;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        margin: 10px 0;
    }
    #investor .stock .transaction .item{
        width: 46%;
        padding-left: 20px;
    }
    #investor .stock .content{
            padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    }
    .relations-nav .container{
            max-width: 600px !important;
    margin: 0 auto;
    }
    .invrstor .invrstor_box .text{
        font-size: 26px;
    }
}

@media screen and (max-width:640px) {
    .section{
        padding-top: 30px;
    }
   .invrstor .invrstor_box{
           flex-direction: column;
   } 
   .invrstor .invrstor_box .img{
       width: 100%;
       margin-bottom: 10px;
   }
   .invrstor .invrstor_box .text{
       font-size:21px;
   }
   #investor .stock .transaction .item{
       width: 42%;
   }
}<!--ºÄÊ±1772873079.3173Ãë-->