@media screen and (max-width: 1360px) {

    body .content {

        display: flex;

        flex-direction: column;

        min-width: 100%;

        background-color: #f1f9fc;

    }



    body .content .product-compontent .product-compontent-banner {

        width: 100%;

        height: 8rem;

        background-image: url('../../images/investment-banner.png');

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

    }



    body .content .product-compontent .product-compontent-nav {

        width: 100%;

        height: 4rem;

        background-color: #fff;

        display: flex;

        justify-content: center;

    }



    body .content .product-compontent .product-compontent-nav-content {

        width: 100%;

        margin: 0 auto;

        display: flex;

        padding: 0 1rem;

        box-sizing: border-box;

        justify-content: space-between;

    }



    body .content .product-compontent .product-compontent-nav-content-left {

        width: 100%;

        display: flex;

        justify-content: center;

    }



    body .content .product-compontent .product-compontent-nav-content-left a {

        min-width: unset;

        text-align: center;

        height: 100%;

        line-height: 4rem;

        color: #000000;

        font-size: 1rem;

        position: relative;

        margin-right: 1rem;

        cursor: pointer;

        transition: all .3s;

    }



    body .content .product-compontent .product-compontent-nav-content-left a:hover {

        color: #0084ce;

        position: relative;

    }



    body .content .product-compontent .product-compontent-nav-content-left a:hover::after {

        content: unset;

        width: unset;

        position: absolute;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }



    body .content .product-compontent .product-compontent-nav-content-left a:last-child {

        margin: 0;

    }



    body .content .product-compontent .product-compontent-nav-content-left .select-nav {

        color: #0084ce;

        position: relative;

    }



    body .content .product-compontent .product-compontent-nav-content-right {

        display: none;

        align-items: center;

    }



    body .content .product-compontent .select-nav::after {

        content: unset;

        width: unset;

        position: unset;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }



    body .report {

        width: 100%;

        padding: 0 1rem;

        box-sizing: border-box;

        margin: 0 auto;

        display: flex;

        flex-direction: column;

    }



    body .report .report-header {

        width: 100%;

        margin-top: 2rem;

        display: flex;

        flex-direction: column;

        justify-content: space-between;

        align-items: center;

        margin-bottom: 2rem;

    }



    body .report .report-header .title {

        color: #000000;

        font-size: 1.5rem;

        margin: 1rem 0;

    }



    body .report .report-header .time {

        width: 16rem;

        height: 3rem;

        background-color: #ffffff;

        box-shadow: 0px 0px 30px 0px rgba(10, 85, 127, 0.08);

        border-radius: 2rem;

        padding: 0 1.2rem;

        box-sizing: border-box;

        display: flex;

        justify-content: space-between;

        align-items: center;

        cursor: pointer;

        position: relative;

    }



    body .report .report-header .time span:first-child {

        color: #999999;

        font-size: 1rem;

    }



    body .report .report-header .time span:last-child {

        font-size: 1.2rem;

        color: #0084ce;

        margin-right: 5px;

    }



    body .report .report-header .time span:nth-child(2) {

        color: #000000;

        font-size: 1.5rem;

        font-weight: unset;

        margin-left: 1rem;

    }



    body .report .container {

        display: flex;

        flex-direction: column;

        width: 100%;

    }



    body .report .container .container-li {

        width: 100%;

        background-color: #ffffff;

        box-shadow: 0px 0px 30px 0px rgba(10, 85, 127, 0.08);

        border-radius: 4px;

        margin-bottom: 1rem;

        padding: 1rem;

        box-sizing: border-box;

        display: flex;

        align-items: center;

        justify-content: space-between;

        cursor: pointer;

    }



    body .report .container .container-li:last-child {

        margin: 0;

    }



    body .report .container .container-li img {

        width: 2rem;

    }



    body .report .container .container-li .title {

        flex: 1;

        color: #000000;

        font-size: 1rem;

        margin: 0 1rem;

        transition: all .3s;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

    }



    body .report .container .container-li .time {

        color: #999999;

        font-size: 1rem;

        margin-right: 0;

        transition: all .3s;

    }



    body .report .container .container-li:hover div {

        color: #0084ce;

    }



    body .report .report-page {

        margin-top: 3rem;

        margin-bottom: 3rem;

        height: unset;

    }

}



.content {

    display: flex;

    flex-direction: column;

    background-color: #f1f9fc;

}



.content .product-compontent {

    display: flex;

    flex-direction: column;

    width: 100%;

}



.content .product-compontent .product-compontent-banner {

    width: 100%;

    height: 320px;

    background-image: url('../../images/investment-banner.png');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.content .product-compontent .product-compontent-nav {

    width: 100%;

    height: 70px;

    background-color: #fff;

    display: flex;

    justify-content: center;

}



.content .product-compontent .product-compontent-nav-content {

    width: 1360px;

    margin: 0 auto;

    display: flex;

    padding: 0 20px;

    box-sizing: border-box;

    justify-content: space-between;

}



.content .product-compontent .product-compontent-nav-content-left {

    display: flex;

}



.content .product-compontent .product-compontent-nav-content-left a {

    min-width: 100px;

    text-align: center;

    height: 100%;

    line-height: 70px;

    color: #000000;

    font-size: 16px;

    position: relative;

    margin-right: 40px;

    cursor: pointer;

    transition: all .3s;

}



.content .product-compontent .product-compontent-nav-content-left a:hover {

    color: #0084ce;

    position: relative;

}



.content .product-compontent .product-compontent-nav-content-left a:hover::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-left a:last-child {

    margin: 0;

}



.content .product-compontent .product-compontent-nav-content-left .select-nav {

    color: #0084ce;

    position: relative;

}



.content .product-compontent .select-nav::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-right {

    display: flex;

    align-items: center;

}



.content .product-compontent .product-compontent-nav-content-right span:first-child {

    font-size: 16px;

    color: #0084ce;

    margin-right: 7px;

}



.content .product-compontent .product-compontent-nav-content-right a {

    color: #888888;

    font-size: 14px;

    cursor: pointer;

    transition: all .3s;

}



.content .product-compontent .product-compontent-nav-content-right span {

    margin: 0 14px;

    font-size: 14px;

    color: #888888;

}



.content .product-compontent .product-compontent-nav-content-right a:hover {

    color: #0084ce;

}





.report {

    width: 1200px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

}



.report .report-header {

    width: 100%;

    margin-top: 80px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 45px;

}



.report .report-header .title {

    color: #000000;

    font-size: 36px;

}



.report .report-header .time {

    width: 323px;

    height: 52px;

    background-color: #ffffff;

    box-shadow: 0px 0px 30px 0px rgba(10, 85, 127, 0.08);

    border-radius: 26px;

    padding: 0 28px;

    box-sizing: border-box;

    display: flex;

    justify-content: space-between;

    align-items: center;

    cursor: pointer;

    position: relative;

}



.report .report-header .time .select-option {

    position: absolute;

    width: 85%;

    border-radius: 3px;

    height: 300px;

    overflow: auto;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 55px;

    background-color: #fff;

    box-shadow: 0px 4px 24px 1px rgba(8, 100, 178, 0.2);

    display: none;

}



.report .report-header .time .select-option::-webkit-scrollbar {

    /*滚动条整体样式*/

    width: 0px;

    /*高宽分别对应横竖滚动条的尺寸*/

    height: 1px;

}



.report .report-header .time .select-option::-webkit-scrollbar-thumb {

    /*滚动条里面小方块*/

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);

    background: rgb(192, 192, 192);

}



.report .report-header .time .select-option::-webkit-scrollbar-track {

    /*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);

    border-radius: 10px;

    background: #EDEDED;

}



.report .report-header .time .select-option .option {

    height: 40px;

    text-align: center;

    line-height: 40px;

    color: #888888;

}



.report .report-header .time .select-option .option:hover {

    background-color: #f1f9fc;

    color: #0084ce;

}



.report .report-header .time span:first-child {

    color: #999999;

    font-size: 14px;

}



.report .report-header .time span:last-child {

    font-size: 16px;

    color: #0084ce;

    margin-right: 5px;

}



.report .report-header .time span:nth-child(2) {

    color: #000000;

    font-size: 22px;

    font-weight: 500;

    margin-left: 60px;

}



.report .container {

    display: flex;

    flex-direction: column;

    width: 100%;

}



.report .container .container-li {

    width: 100%;

    background-color: #ffffff;

    box-shadow: 0px 0px 30px 0px rgba(10, 85, 127, 0.08);

    border-radius: 4px;

    margin-bottom: 20px;

    padding: 16px 20px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    cursor: pointer;

}



.report .container .container-li:last-child {

    margin: 0;

}



.report .container .container-li img {

    width: 37px;

}



.report .container .container-li .title {

    flex: 1;

    color: #000000;

    font-size: 18px;

    margin: 0 20px;

    transition: all .3s;

}



.report .container .container-li .time {

    color: #999999;

    font-size: 16px;

    margin-right: 15px;

    transition: all .3s;

}



.report .container .container-li:hover div {

    color: #0084ce;

}



.report .report-page {

    margin-top: 60px;

    margin-bottom: 70px;

    height: 34px;

}

