@font-face {
	font-family: 'TencentSansW7';
	src: url('https://mat1.gtimg.com/finance/ttf/st/p/vendorts/300d49e7233bf296.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.main {
	font-family: arial;
	font-size: 14x;
	background: #fff;
}
.real-wrap {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}
.main h3.special {
	padding-left: 20px;
	font-size: 14px;
	line-height: 2em;
	margin: 1em auto;
	color: #195A95;
	letter-spacing: 1px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #BAC6D8;
}
.stockPanel {
	width: 100%;
	display: inline-block;
}
.stockPanel .title {
	color: #2A2E2E;
	font-size: 13px;
	font-family:PingFang-SC;
	font-weight:500;
	height: 22px;
	line-height: 23px;
}

.stockPanel table {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 36px;
}

.stockPanel tr.head th {
	background-color: #fbfbfb;
	color: #919797;
	font-size: 9px;
	font-family:PingFang-SC;
	font-weight:500;
	text-align: left;
	padding-left: 10px;
	line-height: 23px;
	height: 23px;
}
.stockPanel tr.head th.rb {
	width: 208px;
	/* border-right: 3px solid #fff; */
	position: relative;
}
.stockPanel tr.head th.rb.nobg {
	background: none;
}
.stockPanel tr.head th.rb i {
	position: absolute;
	background: none;
	left: 0;
	top: 0;
	height: 30px;
	width: 0px;
}
.stockPanel tr.head th.white {
	background-color: #fff;
}
.stockPanel td {
	color: #5f6464;
	font-size: 13px;
	font-family:PingFang-SC;
	font-weight:bold;
	background-color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
.stockPanel .price {
	font-size: 23px;
	font-family: TencentSansW7;
	color: #2a2e2e;
	/* padding-top: 10px;
	padding-bottom: 10px;
	height: 56px; */
}
.h5-panel {
	background-color: #fbfbfb;
	display: inline-block;
}
.right {
	float: right;
}
.row {
	font-weight: bold;
	width: 96%;
	margin: 16px 0px;
}
.msg {
	height: 13px;
	font-size: 9px;
	font-family: PingFang-SC;
	font-weight: 500;
	color: #919797;
	line-height: 13px;
	text-align: center;
	margin-top: 15px;
}
.msg a{
	color: #2A2E2E;
}
.change {
	font-family: TencentSansW7;
	font-size: 9px;
}
.change.down {
	color: #FF3E00;
}
.change img {
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: 6px;
}
.change.up {
	color: #488F34;
}
.blankc {
	height:15px;
	display: none;
}

#changetab{
	margin-top: 70px;
}
#changetab div{
	width: 50%;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	color: #2a2e2e;
	border-top: 3px solid transparent;
	font-family: PingFang-SC;
	font-weight: bold;
	font-size: 13px;
}
#changetab div.on{
	font-weight: bold;
	background-color: #FBFBFB;
	border-top-color: #0052d9;
}
/* #changetab div:nth-child(2).on{
	background-color: #FBFBFB;
} */
#chart,
#fenhong{
	height: 570px;
	background-color: #fbfbfb;
}
.fenhongDiv{
	background-color: #fbfbfb;
}

#fenhong.more .fenhongDiv .morelist{
	/* display: none; */
}
.morebtn{
	margin: 0px 15px;
	border-top: 1px solid #f2f3f5;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
#fenhong.more .morebtn span:nth-child(1){
	display: inline;
}
#fenhong.more .morebtn span:nth-child(2){
	display: none;
}
#fenhong .morebtn span:nth-child(1){
	display: none;
}
#fenhong .morebtn span:nth-child(2){
	display: inline;
}
#fenhong .morebtn span{
	position: relative;
}
#fenhong .morebtn span:nth-child(1)::after{
    content: "";
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 9px;
    height: 9px;
    top: -1px;
    right: -20px;
    transform: rotate(45deg);
}
#fenhong .morebtn span:nth-child(2)::after{
    content: "";
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 9px;
    height: 9px;
    top: 5px;
    right: -20px;
    transform: rotate(-135deg);
}

.fenhongDiv .title{
	background-color: #F2F3F5;
	font-family: PingFang-SC;
	font-weight: 500;
}
.fenhongDiv .listcontent{
	height: 460px;
	overflow-y: scroll;
}
.fenhongDiv div.title span{
	height: 40px;
	line-height: 40px;
	padding: 0px;
}
.fenhongDiv div span{
	display: inline-block;
	width: 15%;
	color: #2A2E2E;
	line-height: 25px;
	padding: 10px 0;
	text-align: center;
	/* white-space: nowrap;   */
	/* text-overflow: ellipsis;  */
	overflow: hidden;
	vertical-align: top;
}

.fenhongDiv div span:nth-child(3){
	width: 40%;
}

.topbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	height: 28px;
}
.topbar span{
	float: left;
	font-size: 19px;
	font-family: TencentSansW7;
	color: #2a2e2e;
}
.topbar img{
	float: right;
	height: 25px;
	margin-top: 4px;
}

.chartoption{
	margin-top: 5px;
	color: #2a2e2e;
}
.chartoption .title{
	font-size: 16px;
	font-weight: bold;
	font-family: PingFang-SC-Bold,PingFang-SC;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.chartoption .option input{
	color: #5f6464;
}
.chartoption .option img.icon{
	display: inline-block;
	margin-bottom: -2px;
	width: 19px;
	height: 16px;
}
.chartoption .option span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 90px;
	font-family: PingFang-SC-Medium,PingFang-SC;
	font-weight: 500;
	font-size: 14px;
}