/* 
* @Author: Marte
* @Date:   2021-05-13 10:05:17
* @Last Modified by:   Marte
* @Last Modified time: 2021-05-18 18:02:12
*/

.clear{
	clear:both;
 	overflow:hidden;
}
.red{color:#dc3545;}
.fl{float:left;}
.fr{float:right;}
.container-row{
	width:1200px; 
	margin:0 auto;
}
.container-row p{
	margin-bottom:0;
}
.stock-panel {
    padding: 50px 20px 20px 50px;
    background-color: #2b3459;
    color: #fff;
    margin-top:20px;
}
.colWidth-l{width:30%;}
.colWidht-r{width:62%;}
.colWidth{width:25%;}
.total{line-height:80px;}
.shuJu{
	font-size:70px; 
	font-weight:bold;
	margin-top:30px;
}
.rmb{
	font-size:28px;
	font-weight:bold;}
.text-light {
    color: #f8f9fa !important;
}

.stockFont {
    font-family: Bahnschrift;
    font-size: 28px;
    padding: 3px;
}
.currentPriceStyle {
    color: #dc3545!important;
}

.text-success{color:#28a745 !important;}
.text-danger{color: #dc3545!important;}
.text-light{color:#fff;}





@media (min-width:1026px) and (max-width:1344px){
   .container-row{width:90%; margin:0 5%;}
}

@media (min-width:768px) and (max-width:1025px){
   .container-row{width:96%; margin:0 2%;}
   .total{line-height:40px;}
   .shuJu{font-size:40px;}
   .rmb{font-size:18px;}
}
@media (max-width:767px){
/*	#header{padding:0;}
	.about_top{margin-top:50px!important;}
	.header.btn_click .nav_right{top:50px!important;}*/
   .container-row{width:96%; margin:0 2%;}
   .total{line-height:40px;}
   .colWidth-l{width:35%; margin-top:30px;}
   .colWidht-r{width:65%;}
   .colWidth{width:50%;}
   .total{line-height:28px;}
   .shuJu{font-size:24px;}
   .rmb{font-size:16px;}
   .stock-panel{padding:15px;}
   .stockFont {
    font-family: Bahnschrift;
    font-size: 20px;
	}
}