html, body{
    overflow-x:inherit!important;
}
.TrendChart{
    box-sizing: border-box;
    margin-top: 30px;
}
.TrendChart .breadNav{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.TrendChart .breadNav a{
    font-size: 12px;
    color: #666666;
}
.TrendChart .breadNav span{
    padding: 0 5px;
}
.TrendChart .breadNav a:last-of-type{
    color: #333333;
}
.TrendChart .breadNav a:last-of-type:hover{

}
.ProductDesc{
    font-size: 14px;
    line-height: 22px;
    margin-top: -8px;
}
.TrendChartBox{
    background: #FFFFFF;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.TrendChartBox .Title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 0 18px;
}
.TrendChartBox .Title>span {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.TrendChartHeader{
    display: flex;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 28px;
}
.TrendChartHeader .Left>div:nth-child(1){
    display: flex;
    align-items: flex-end;
    color: #123293;
    flex-wrap: wrap;
}
.TrendChartHeader .Left>div:nth-child(1)>span{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.TrendChartHeader .Left>div:nth-child(2){
    margin-top: 12px;
    font-size: 14px;
    color: #AAAAAA;
}
.TrendChartHeader .Left>div:nth-child(2)>span:nth-child(2){
    margin-left: 22px;
}
.TrendChartHeader .Right{
    margin-left: auto;
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 5px;
    flex-shrink: 0;
}
.SelectDays{
    height: 32px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
}
.SelectDays .active{
    background-color: #F5F5F5;
    color: #333333!important;
}
.TrendChartHeader .Right .SelectDays{
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.TrendChartHeader .Right .SelectDays a{
    color: #666666;
    padding: 0 12px;
    height: 100%;
    line-height: 32px;
}
#Time_Range{
    width: 210px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    color: #a4a4a4;
    background-size: 12px;
    padding-right: 32px;
    margin-left: 10px;
}
#Time_Range::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: url("../Img/Time_Icon.png") no-repeat center, #F5F5F5;
    background-size: 12px auto;
    border-left: 1px solid #E2E2E2;
}

#Time_Range>span{
    flex: 1;
    text-align: center;
}
#Time_Range>i {
    font-style: normal;
}
.OperateBox{
    display: flex;
    align-items: center;
}
.OperateBox a{
    display: inline-flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 20px;
    cursor: pointer!important;
    border-radius: 4px;
}
.OperateBox a:nth-child(1){
    background: url("../Img/DownPhoto.png") no-repeat center, #f1f1f1;
    background-size: 55%;
}
.OperateBox a:nth-child(2){
    background: url("../Img/DownExcel.png") no-repeat center, #f1f1f1;
    background-size: 55%;
}
.OperateBox a:nth-child(3){
    background: url("../Img/FullScreen.png") no-repeat center, #f1f1f1;
    background-size: 55%;
}
.ContentTrendChart{
    display: flex;
    margin-top: 13px;
}
.ContentTrendChart .TrendBox{
    width: 629px;
    height:612px; 
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(162,161,161,0.4);
    border-radius: 6px;
    margin-left: 28px;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.ContentTrendChart .TrendBox .UpDown {
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    margin-bottom: 10px;
}
.ContentTrendChart .TrendBox .UpDown>div{
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12px;
}
.ContentTrendChart .TrendBox .UpDown>div>p{
    margin: 0;
}
.ContentTrendChart .TableBox{
    flex: 1;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(162, 161, 161, 0.4);
    border-radius: 6px;
    position: relative;
    margin-right: 28px;
}
.ContentTrendChart .TableBox .compare{
    flex: 1;
}
.ContentTrendChart .TableBox .compare table{
    height: 100%;
}
.ContentTrendChart .TableBox .compare table tbody tr:nth-child(even){
    background-color: #f0f0f0af;
}
.ModulePart{
    position: relative;
}
.ModulePart>p:nth-child(1){
    font-size: 14px;
    color: #AAAAAA;
}
.ModulePart>p:nth-child(2){
    margin-top: 9px!important;
}
.ModulePart>p:nth-child(2)>span:nth-child(1){
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.ModulePart>p:nth-child(2)>span:nth-child(2){
    font-size: 14px;
    color: #666666;
    margin-left: 8px;
}
.ModulePart:nth-child(2)>p:nth-child(2)>span:nth-child(2) {
    margin-left: 20px;
}
.ModulePart>p:nth-child(3){
    font-size: 14px;
}
.ModulePart>p:nth-child(3) i{
    font-style: normal;
    color: rgba(0, 0, 0, 0.65);
}
.ModulePart>p:nth-child(3)>span:nth-child(2){
    margin-left: 10px;
}
.DownPrice,
.UpPrice{
   position: relative;
}
.UpPrice{
    color: #FF0000!important;
}
.UpPrice::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: -19px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(../Img/cfo_up_icon.png) no-repeat center;
    background-size: 100%;

}
.DownPrice{
    color: #31BB1A!important;
}
.DownPrice:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: -19px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(../Img/cfo_down_icon.png) no-repeat center;
    background-size: 100%;
}
.Chart{
    flex: 1;
    /*margin-top: 12px;*/
}
.TableBox::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../Img/water_bg.png");
}
.TableBox table{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse:collapse;
    border-spacing: 0px;
    flex: 1;
}
.TableBox table th,
.TableBox table td{
    /* border: 1px solid #EEEEEE; */
    vertical-align: middle;
}
.TableBox table th{
    height: 40px;
    background-color: #F5F5F5;
    font-weight: 400;
    font-size: 14px;
    font-weight: bold;
}
.TableBox table td{
    height: 40px;
    font-size: 14px;
    color: #333333;
}
.UpTd{
    color: #FF0000;
}
.DownTd{
    color: #18D018;
}
.TableBox table tbody tr:hover{
    background-color: #f6f6f6;
}

.rednderChart {
    width: 1200px;
    height: 432px;
    position: absolute;
    transform: translate(-12000px)
}

.fullScreen {
    height: 100vh!important;
    display: flex!important;
    flex-direction: column!important;
}
.fullScreen .UpDown{
    display: none!important;
}
.fullScreen .Chart{
    flex: 1;
    height: 100%;
}
.fullScreen .TrendBox{
    width: 70%;
}
.fullScreen .ContentTrendChart{
    flex: 1;
}


.Pagination {
    margin-bottom: 0!important;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin-left: 5px;
    font-size: 12px;
    color: var(--create_time_text);
    position: relative;
    cursor: pointer!important;
    transition: all 0.2s;
}
.Pagination>a:hover{
    box-shadow: inset 0 0 3px rgb(207, 207, 207);
}

.Pagination>a.active {
    border-color: #4373F8;
    background-color: #2872C9;
    color: #FFFFFF;
}
.Pagination .prevpage::after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-right-color: #AAAAAA;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 7px);
}

.Pagination .lastpage::after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-left-color: #AAAAAA;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 2px);
}

.up_text{
    color: #CF0F0F!important;
}
.down_text{
    color: #31BB1A!important;
}

.layer_box{
    background: url(../Img/mask_icon.png) no-repeat center;
    background-position: 0 36px;
    background-size: cover;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */
    width: 100%;
    height: 703px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.layer_box::before{
    content: "CFO数据图表";
    position: absolute;
    display: flex;
    align-items: center;
    width: calc(100% - 26px);
    height: 50px;
    background-color: #FFF;
    box-sizing: border-box;
    padding-left: 20px;
    left: 13px;
    top: 0;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    box-shadow: 0 0 12px #c1c1c1;
}

.PermissionWrap {
    width: 830px;
    height: 350px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    display: flex;
    margin-top: 30px;
    background-color: #FFFFFF;
}

.PermissionWrap .leftContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    flex: 1;
}

.PermissionWrap .leftContent:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 260px;
    background-color: #EFEFEF;
    position: absolute;
    right: 0;
    top: 40px;
}

.PermissionWrap .leftContent .titleBox {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PermissionWrap .leftContent .title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.PermissionWrap .leftContent .subTitle {
    font-size: 12px;
    color: #AAAAAA;
    margin-top: 10px;
}

.PermissionWrap .leftContent .Btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 10px;
}

.PermissionWrap .leftContent .submitBtn1 {
    background: linear-gradient(180deg, #4C9BED 0%, #2E60BB 100%);
    color: #FFFFFF;
}

.PermissionWrap .leftContent .submitBtn2 {
    color: #3874CC;
    border: 1px solid #4186DB;
}

.PermissionWrap .attrMap {
    display: grid;
    grid-template-columns: var(--grid);
    column-gap: var(--colgap);
    row-gap: 16px;
}

.PermissionWrap .attrMap span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.PermissionWrap .attrMap span i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #ECF8FF;
    border-radius: 50%;
    margin-right: 10px;
}

.PermissionWrap .attrMap span img {
    width: 32px;
    height: auto;
}

.PermissionWrap .rightContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    padding-top: 30px;
}

.PermissionWrap .rightContent img {
    width: 120px;
    height: 120px;
    margin: 40px auto 42px;
}

.PermissionWrap .rightContent>span:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.PermissionWrap .rightContent>div {
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: column;
}
