h1{font-size: 20px;font-weight: bold;}
h2{font-size: 18px;font-weight: bold;}
h3{font-size: 16px;font-weight: 600;}
::-webkit-input-placeholder{color: #999}

body{background-color:#F2F3F5;}
.layui-card-header{display: flex;align-items: center}

.title{margin:20px auto;text-align: center;}
.time{margin:0 auto;text-align: center;}

.layui-container {padding:0;}
.layui-card-body {padding:5px 10px;}/*表格距离两边*/

.topad{margin:10px auto 0;text-align:center;}
/*.beijing{padding:5px; background-color: #e2e2e2;}*/
.topad img{max-width:100%;}

.layui-btn-container{padding-top:10px;}

/*数据来源*/
.source{text-align:right;color:#c2c2c2;font-size:0.8rem;}
.source a{color:#2F4056;}
.source a:hover{color:#5FB878;}

/*黄金*/
.jia{font-size:1.5rem;font-weight:700;line-height:2;}
.fd{font-size:.875rem;font-weight:600;}
.xin{font-size:.875rem;font-weight:600;}
.gao{font-size:.875rem;font-weight:600;color:#104E8B;}
.xin11{
    font-size: 12px;
    color: #656565;
}
.showmore{margin:10px auto;padding-bottom:10px;text-align:center;}

.bg1{background-color: #16baaa}
.bg2{background-color: #ff5722}
.bg3{background-color: #1688f1}
.bg4{background-color: #f39c12}
.bg5{background-color: #1ca62b}
.bg6{background-color: #e82983}
@media (max-width: 768px) {
    .topad img{max-width:99%;}
    /*.beijing{padding:0; background-color: #e2e2e2;}*/
    .header-width{width:auto!important;}
    .nav-child-me{left: auto; right: 2px; text-align: center;}/*下拉菜单靠边问题解决*/
}

#rmbprice,#usdprice{
    font-size:16px;
    font-weight: normal;
 
}
.red {color: #fe0100 !important;}
.blue{color: #26b6b0 !important;}
.green{color:#02b36d !important;}
i{color:#ddd;}

.datetime{color:#c2c2c2;font-size:12px;}

.layui-card-body p{text-indent:2em;}
/*.layui-card-body {color:#666;}*/
/*.layui-btn{width:66px;}*/
.layui-table th {
        text-align:center;/** 设置水平方向居中 */
    }
.layui-tab-title li {min-width:35px;}
.layui-timeline-item {
    padding-bottom: 10px;
}
.layui-timeline-item a:hover {
    color:#ff0000;
}
/*按钮最低宽度*/
.layui-btn-sm{min-width: 60px;}

/*vue未加载出来不显示*/
[v-cloak] {display: none;}
#container{height:500px;line-height: 500px;}
#container input{height: 21px !important;}
@media (max-width: 768px){
	.layui-btn-container{text-align:center;}
    #container{height:400px;line-height: 400px;}
}

.p3 {
    padding: 2px 5px;
    font-size: 14px !important;
    border-radius: 2px;
    color: #FFFFFF !important;
    text-align: center;
}