﻿*{
    padding: 0;
    margin: 0;

}
/*字体*/
/*@font-face {
    font-family: Helvetica;
    src: url('https://visualft.cfbond.com/year_report_static2020/year_report_h5//font/Helvetica.ttf');
}
@font-face {
    font-family: pingfang;
    src: url('https://visualft.cfbond.com/year_report_static2020/year_report_h5//font/PingFang-SC-Semibold.ttf');
}
@font-face {
    font-family: pingfang_regular;
    src: url('https://visualft.cfbond.com/year_report_static2020/year_report_h5//font/PingFangSC-Regular.TTF');
}*/
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
dl{
    margin-bottom:0;
}
img{
    border:none;
    display: block;
}
.events-img{
    pointer-events: none;/*阻止微信端的点击预览*/
}
.letter-spacing{
	 letter-spacing:1px;/*css每个字之间的间距*/
}
input{
    outline: none;
    /*-webkit-user-select:auto!important;!* //防止手机端的input不能点击 *!
	 -webkit-appearance:none; !*ios上的input=button自带样式*!*/
}
body{
    width:100vw;
    height:100vh;
    margin: 0 auto;
    color: #505A65;
    overflow-x: hidden;
    font-size: 0.28rem;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling : touch;
    background-color: #ffffff;
    overflow-y: auto;
    position: relative;
    font-family: PingFang SC Semibold,Microsoft YaHei, sans-serif;
}
body::-webkit-scrollbar {
      display: none;
  }
.font_pf{
    font-family: PingFang SC,Microsoft YaHei, sans-serif;
}
pre{
    font-family: PingFang SC Semibold,Microsoft YaHei, sans-serif;
    text-align: justify;
    white-space: pre-wrap;
}
div{
	box-sizing: border-box;
	white-space: normal;
	/* white-space:pre; 类似 HTML 中的 <pre> 标签。*/
	/*  white-space:nowrap; 文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
}
.w100{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
.hide{
    display: none;
}
.show{
    display: block;
}
button{
    cursor: pointer;
    outline: none;
}
.word-wrap{
    word-wrap:break-word;/*解决div中全是字母不会换行问题*/
}
.cale{
	width:calc(100% - 100px);
}
/*-webkit-overflow-scrolling : touch*/ /*解决ios滚动出现卡顿*/
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.over-text{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.cursor{cursor: pointer;}
.over-text3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.over-text2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text-justify{
	text-justify:inter-ideograph;text-align: justify;/*文本左右对齐*/
}

/* 水平方向产生滚动条 */
/*ul元素样式*/
.ul{
    overflow-y:hidden;
    overflow-x:auto;
    white-space: nowrap;
}
/*li元素样式*/
.li{
    display: inline-table;
    vertical-align: top;
    width:250px;
}
/* 文字阴影 */
.text-shadow{
    text-shadow: 3px 3px 3px #000;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
/* 占位符的字体的颜色 */
.where::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.where:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.where::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.where:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #a5a5a5;
}
.contain{
    object-fit: contain;/*显示图片的主要样式，会有空白*/
}
.input-defult-lg::-webkit-input-placeholder { /* WebKit browsers */
    color: #D5D9E1;
}
.input-defult-lg:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D5D9E1;
}
.input-defult-lg::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D5D9E1;
}
/*清楚input的叉*/
input::-webkit-search-cancel-button{
    display: none;
}
input[type=search]::-ms-clear{
    display: none;
}
.over-scroll::-webkit-scrollbar-thumb{
    background: rgba(246,228,195,1);
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    scrollbar-base-color: rgba(246,228,195,1); /*立体滚动条的颜色（包括箭头部分的背景色）*/
}
.over-scroll::-webkit-scrollbar-button{
    height:  0px;
}
.over-scroll::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    background: rgba(246,228,195,0);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.over-scroll2::-webkit-scrollbar-thumb{
     background: rgba(246,228,195,1);
     background-clip: padding-box;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     scrollbar-base-color: rgba(255,255,255,0.4); /*立体滚动条的颜色（包括箭头部分的背景色）*/
 }
.over-scroll2::-webkit-scrollbar-button{
    height:  0px;
}
.over-scroll2::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    background: rgba(216,216,216,0);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.over-scroll3::-webkit-scrollbar-thumb{
    background: #97A8BB;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    scrollbar-base-color: #97A8BB; /*立体滚动条的颜色（包括箭头部分的背景色）*/
}
.over-scroll3::-webkit-scrollbar-button{
    height:  0px;
}
.over-scroll3::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    background: rgba(55,57,76,0.2);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
/*水平垂直居中*/
.center1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;/*列*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.center2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.center3{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.flex_left {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex_between{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex_end {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-wrap{
    flex-wrap: wrap
}
/*三角形*/
#triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}
#triangle-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
}
.filter{
    -webkit-filter: grayscale(0%)!important; /* Chrome, Safari, Opera， ie不支持*/
    filter: grayscale(0%)!important;
}
#app{
    width: 100vw;
    height: 100vh;
    vertical-align: top;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
/*.prism-big-play-btn.pause {
    display: block!important;
}
.prism-big-play-btn.playing {
    display: none!important;
}*/
.prism-player .prism-big-play-btn{
    left: calc(50% - 50px)!important;
    bottom: calc(50% - 50px)!important;
}
.maikecir2{
    /*transform-origin: center;*/
    animation: maicir 1.5s linear infinite;
    -webkit-animation: maicir 1.5s linear infinite;
}
.maikecir22{
    /*transform-origin: center;*/
    animation: maicir 1.5s linear infinite;
    -webkit-animation: maicir 1.5s linear infinite;
}
@keyframes maicir {
    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes maicir {
    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

.prism-cc-btn,.prism-setting-btn,.prism-volume{
    display: none;
}
.loading_page{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background-color: #ffffff;
}
.loading_content{
    width: 100%;
    height: 100%;
}
.loading{
    width: 120px;
}
/*.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/sys/preloader.svg);
    background-size: 90px;
}*/
.music_box_up{
    top: 2.3rem;
}
.fw600{
    font-weight: 600;
}
.fwb{
    font-weight: bold;
}
.common_box{
    border-radius: 0.2rem;
    padding: 0.27rem;
    background-color: #ffffff;
}
.common_boxshadow_inset{
    box-shadow: inset 0 1px 0.3rem 0 #FF8781;
}
.common-sub-title{
    width: 6.74rem;
    margin: auto;
    margin-bottom: 0.34rem;
    position: relative;
}
.common-sub-title .title_icon{
    height: 0.4rem;
    width: 3px;
    background-color: #fff;
    margin-right: 0.2rem;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.common-sub-title .title_h1{
    font-size: 0.4rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.4rem;
    margin-left: 0.2rem;
}
.section{
    margin-bottom: 0.5rem;
}
.common-title{
    color: #FFFFFF;
    font-size: 0.54rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3rem;
}
.common_index_box{
    padding: 0.4rem 0.3rem;
}
.common_chart_box{
    padding-top: 0.4rem;
    padding-bottom: 0.7rem;
}
.common_gdsl_box{
    padding-top: 0.4rem;
    padding-bottom: 0.7rem;
}
.common_stock_company{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.zan{
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    position: relative;
    z-index: 9;
}
.mb70{
    margin-bottom: 0.7rem;
}
.mb40{
    margin-bottom: 0.4rem;
}
.mb32{
    margin-bottom: 0.4rem;
}


.charts_animation{
    animation: chartsMove 1.0s ease-in;
    -webkit-animation: chartsMove 1.0s ease-in;
}
/*
@keyframes chartsMove {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

@-webkit-keyframes chartsMove {
    0%{
        width: 0;

    }
    100% {
        width:60%;
    }
}
*/




/* Icon Bounce */
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}









