/**
 * Theme Name:        neon
 * Theme URI:         https://www.bzhy.com/themes
 * Description:       Wordpress theme for https://www.neonsports.cn
 * Version:           1.0.0
 * Author:            Wayne Wang
 * Author URI:        https://www.neonsports.cn
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       neon
 * Tested up to:      6.7
 * Requires at least: 6.7
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */


html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: Inter, SF Pro Text, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

body{
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px !important;
}

a {
    color: #1e1e1e;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.neon-logo-line {
    width: 100%;
    margin: 0px auto;
    display: flow-root;
}

.neon-float-right {
    float: right;
}

.neon-flex {
    display: flex;
}

.neon-float-left {
    float: left;
}

.neon-vertcal-center{
    align-items: center;
}

.wp-block-navigation-item {
    list-style: none;
    height: 2rem;
    padding-right: 1rem;
}

.neoncommerce_footer {
    margin-left: 5px; 
    margin-right: 5px;
    background: #316ce6;
    border-top: 1px solid #2f60ae;
    
}

.neoncommerce_footercolumn {
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 10px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
}

.neoncommerce_footercolumn div {
    line-height: 30px;
    font-size: 16px;
}
.neoncommerce_footercolumn span {
    font-weight: 600;
    margin-left: 5px;
    font-size: 24px;
    font-family: fangsong;
}

.neoncommerce_footercolumn div a {
    color: #fff;
}

.neoncommerce_footercolumn div a:hover{
    color: #ff0000;
    text-decoration-color:#ff0000;
    text-decoration-line:underline;
    text-decoration-style:solid;
}

.neoncommerce_fastLinkTitle {
    text-align: center;
}

.neoncommerce_fastLinBlock{
    display: inline-block;
}
.neoncommerce_footmenufastlink {
    display: inline-block;
}

.neoncommerce_footmenufastlink li {
    list-style: none;
    text-align: left;
    margin-left: 10px;
}