/*
Theme Name: oneav-child
Template: onenav
Description: OneNav 子主题
Author: BEWISER1
Version: 1.0
*/

/*! 
<?php
/*
 * @Theme Name:oneav-child
 * @Theme URI:https://www.iotheme.cn/
 * @Author: iowen
 * @Author URI: https://www.iowen.cn/
 * @Date: 2021-03-01 10:19:06
 * @LastEditors: iowen
 * @LastEditTime: 2024-08-30 18:36:02
 * @FilePath: /onenav-child/index.php
 * @Description: 
 */

.country-time{height:32px;line-height:32px;margin-top:10px;margin-bottom:8px;display:flex;justify-content:space-between}
.country-time span{color:#333;font-size:100%;font-weight:400}
.country-time span img{width:20px;height:14px}
.country-time span small{font-size:100%;font-weight:400}
#holiday .exchange{background:#fff;margin-bottom:15px;margin-top:0;line-height:60px;border-radius:10px;font-size:14px}
#holiday .exchange img{margin-right:8px;height:28px}
#holiday .exchange span:first-of-type{color:#4187fd;font-size:100%;font-weight:600}
#holiday .exchange span{cursor:pointer}
.exchange{margin-bottom:22px;margin-top:22px;line-height:15px;text-align:center}
.exchange span{cursor:pointer}
.exchange>div{display:flex;justify-content:space-between}
.exchange div{color:#000;text-decoration:none}
/* 汇率模块 - PC端一行 / 手机端两列 */
#exchange-rates {display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;font-size:100%;font-weight:400;color:#333}
#exchange-rates .col2 {flex-shrink:0;margin:0 4px}
#exchange-rates .col2:first-child {font-weight:600}
#holiday .exchange .r{color:red}

@media (max-width: 767.98px) {
.country-time {
        height: auto;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 0;
        text-align:center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block;
    }
	.exchange{line-height:32px;}
.exchange>div {
    display:block;
}
.exchange>.row {
    display:flex;
}
.col2{float:left;width:49.5%;margin-right:1%;}
.col2:nth-of-type(2n+1){clear:left}
.col2:nth-of-type(2n+0){margin-right:0;clear:right}
/* 汇率模块 - 手机端两列 */
#exchange-rates {flex-wrap:wrap;justify-content:space-between;line-height:1.6}
#exchange-rates .col2 {width:calc(50% - 4px);margin:3px 2px;line-height:32px;text-align:center;background:#f8f9fa;border-radius:4px;font-size:13px}
#exchange-rates .col2:first-child {width:100%;text-align:center;margin-bottom:8px;background:none;font-size:14px;line-height:24px;font-weight:600}
#exchange-rates .col2:first-child i {display:block;font-weight:400;font-size:12px;color:#999}
	
}