.financial-reports-page{background-color:#fff;position:relative}.financial-reports-page .box-head{display:flex;justify-content:space-between;align-items:center}.financial-reports-page .box-head .box-title{padding:10px}.financial-reports-page .box-head .box-title .title{font-size:24px;font-weight:700}.financial-reports-page .box-head .box-title .update-time{color:#606060;font-size:14px;font-style:italic}.financial-reports-page .box-head .box-search{padding-right:20px}.financial-reports-page .box-head .box-search .search-input{border:1px solid #e4e4e4;border-radius:5px}.financial-reports-page .box-head .box-search .search-input input{height:30px}.financial-reports-page .content .company-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #e4e4e4}.financial-reports-page .content .company-item .company-name{display:flex}.financial-reports-page .content .company-item .company-name a{text-decoration:none;color:#000}.financial-reports-page .content .company-item .company-name a .bctc-company-symbol{font-size:20px;font-weight:700;padding:5px}.financial-reports-page .content .company-item .company-name a .bctc-company-symbol:hover{color:#007042}.financial-reports-page .content .company-item .company-name a .bctc-company-name{font-size:16px}.financial-reports-page .content .company-item .company-name a .bctc-company-name:hover{color:#007042}.financial-reports-page .content .company-item .company-report .view-more{display:flex}.financial-reports-page .content .company-item .company-report .view-more a{text-decoration:none}.financial-reports-page .content .company-item .company-report .view-more a.btn-options{display:flex;padding:5px;background-color:#f0f2f5;border-radius:5px;margin:5px;white-space:nowrap;color:#000;position:relative}.financial-reports-page .content .company-item .company-report .view-more a.btn-options img{width:15px;height:15px;margin-right:5px}.financial-reports-page .content .company-item .company-report .view-more a.btn-options .new-report{background-color:#ff2a4e;font-size:10px;line-height:13px;border-radius:2rem;padding:0 6px;color:#fff;position:absolute;top:-6px;right:-8px}