@charset "utf-8";
/*
Template Name: Corshop Theme
Template URI: http://www.corshop.cn/
Description: Corshop Theme
Version: 1.0
Author: CorTeam
Author URI: http://www.corshop.cn/
Logo filename: logo.gif
*/

/* ====================
     公共样式
==================== */

@font-face {
    font-family: 'Fredoka';          /* 你给字体起的名字 */
    src: url('Fredoka.woff2') format('woff2'),
    url('Fredoka.woff') format('woff'),
    url('Fredoka.ttf') format('truetype');
    font-weight: normal;            /* 可选：normal / bold / 100-900 */
    font-style: normal;             /* 可选：normal / italic */
    font-display: swap;             /* 优化渲染，避免白屏 */
}

body {
    font-size: 16px;
    font-family: Fredoka, "Microsoft Yahei", Arial, Helvetica, sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p, div, body {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-weight: normal;
}

em, i, u {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.hidden {
    overflow: hidden;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.inline {
    display: inline;
}

.none, .hide {
    display: none !important;
}

.hidden {
    overflow: hidden;
}

.dashed {
    color: #3f3f3f;
    padding: 2px 0 3px 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.cor_captcha {
    text-transform: uppercase;
}

.cor_captcha_img {
    cursor: pointer;
}

/*英文强制换行*/
.word {
    word-break: break-all;
}

.inputText {
    border: 1px solid #ddd;
    padding: 6px 8px;
    background-color: transparent;
}



/* ---------- 顶部欢迎条 & 导航 ---------- */

.top-bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #ffd800;
}
.top-bar-inner{
    display: -webkit-box;
    -webkit-box-align: center;
    width: 1200px;
    margin: 0 auto;
}
.top-notice{
    -webkit-box-flex: 1;
    padding-left: 30px;
    background: url("images/top_icon.png") no-repeat 0 center;
    height: 50px;
    line-height: 50px;
}
.lang-select{
    display: -webkit-box;
    -webkit-box-align: center;
    cursor: pointer;
}
.lang-select img{
    display: block;
    height: 20px;
}
.lang-select span{
    display: block;
    margin-right: 10px;
}
.lang-select i{
    font-size: 20px;
}
#language_dropdown_menu {
    border-radius: 0px !important;
    border: 0px;
}
#language_dropdown_menu img{
    width: 20px;
    vertical-align: middle;
}
#language_dropdown_menu a{
    display: -webkit-box;
    -webkit-box-align: center;
}
#language_dropdown_menu a span {
    display: block;
    margin-right: 10px;
}
#language_dropdown_menu a span img {
    display: block;
}


#noticeModal .modal-body img {
    max-width: 100%;
    height: auto;
}
#noticeModal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
#noticeModal .modal-body p{
    margin-bottom: 1em;
}

#noticeModal .modal-body ul,
#noticeModal .modal-body ol {
    padding-left: 40px !important;
    margin: 1em 0 !important;
}

/* 最强覆盖所有 list-style: none; 的版本 */
#noticeModal .modal-body ul,
#noticeModal .modal-body ol,
#noticeModal .modal-body li {
    list-style: revert !important;
    list-style-position: outside !important;
}

/* 恢复默认缩进 */
#noticeModal .modal-body ul,
#noticeModal .modal-body ol {
    padding-left: 40px !important;
    margin: 1em 0 !important;
}

/* 删除可能干扰的伪元素 */
#noticeModal .modal-body li::before {
    content: none !important;
}

#noticeModal .modal-body h1,
#noticeModal .modal-body h2,
#noticeModal .modal-body h3,
#noticeModal .modal-body h4,
#noticeModal .modal-body h5,
#noticeModal .modal-body h6 {
    margin: 0.5em 0 0.5em;
}


header.main-header {
    width: 100%;
    height: 50px;
    background-color: #ffd800;
    position: relative;
}
.main-nav {
    position: relative;
    z-index: 99;
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
}
.nav-left {
}
.nav-left a{
    display: -webkit-box;
    -webkit-box-align: center;
}
.logo-pig {
    width: 66px;
    height: 45px;
    margin-right: 20px;
    background: url("images/logo.png") center no-repeat;
}
.logo-text {
    font-size: 30px;
    white-space: nowrap;
}
.nav-menu {
    display: flex;
    font-size: 18px;
}
.nav-menu a {
    display: block;
    margin: 0 15px;
    line-height: 38px;
    position: relative;
}
.nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: width 0.25s;
}
.nav-menu a:hover::after {
    width: 100%;
}
.nav-right {
    display: flex;
    align-items: center;
}
.btn-login {
    line-height: 46px;
    background: #ffd800;
    border-radius: 999px;
    padding: 0px 28px;
    font-size: 18px;
}
.btn-login:hover{
    background: #f5cd00;
}
.btn-login span{
    display: block;
    padding-left: 28px;
    background: url("images/top_user.png") no-repeat 0 center;
}


/* ---------- Footer 区 ---------- */

.footer {
    position: relative;
    width: 100%;
    height: 650px;
    background: url("images/footer.jpg") no-repeat center;
    color: #FFF;
}
.footer-main {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
.footer-contact{
    display: -webkit-box;
    -webkit-box-align: center;
    padding-top: 50px;
    font-size: 18px;
}
.footer-contact dl{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-align: center;
}
.footer-contact dl dt{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffd800;
}
.footer-contact dl:nth-child(1) dt{
    background: #ffd800 url("images/footer-icon1.png") no-repeat center;
}
.footer-contact dl:nth-child(2) dt{
    background: #ffd800 url("images/footer-icon2.png") no-repeat center;
}
.footer-contact dl:nth-child(3) dt{
    background: #ffd800 url("images/footer-icon3.png") no-repeat center;
}
.footer-contact dl dd{
    padding-left: 25px;
    line-height: 180%;
}
.footer-main-inner {
    -webkit-box-flex: 1;
    margin-top: 75px;
    padding-bottom: 80px;
    display: -webkit-box;
    -webkit-box-align: start;
}
.footer-left {
    width: 675px;
}
.footer-logo{
    display: -webkit-box;
    -webkit-box-align: center;
}
.footer-logo .logo-pig {
    margin-right: 15px;
}
.footer-title {
    font-size: 36px;
}
.footer-text {
    margin-top: 20px;
    width: 510px;
    font-size: 18px;
    opacity: 0.8;
}
.footer-right{
    -webkit-box-flex: 1;
}
.footer-block-title {
    position: relative;
    font-size: 26px;
    padding-bottom: 15px;
}
.footer-block-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 4px;
    background: #ffd800;
}
.footer-list {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.footer-list li{
    float: left;
    width: 50%;
    line-height: 38px;
    overflow: hidden;
    font-size: 18px;
}
.footer-list li a{
    color: #FFF;
}
.footer-bottom {
    padding: 40px 0px;
    display: -webkit-box;
    -webkit-box-align: center;
}
.footer-bottom-inner {
    -webkit-box-flex: 1;
    font-size: 18px;
    opacity: 0.58;
}
.footer-social {
    display: -webkit-box;
    -webkit-box-align: center;
}
.footer-social span {
    display: block;
    width: 38px;
    height: 38px;
    margin-left: 15px;
    border-radius: 100%;
}
.footer-social span:nth-child(1){
    background: #ffd93b url("images/footer-media1.png") no-repeat center;
}
.footer-social span:nth-child(2){
    background: #ffd93b url("images/footer-media2.png") no-repeat center;
}
.footer-social span:nth-child(3){
    background: #ffd93b url("images/footer-media3.png") no-repeat center;
}
.footer-social span:nth-child(4){
    background: #ffd93b url("images/footer-media4.png") no-repeat center;
}


/* 覆盖 Bootstrap 按钮主色为 #FFD800 */
.btn-primary {
    background-color: #FFD800 !important;
    border-color: #FFD800 !important;
    color: #000; /* 可选：黄色背景通常搭配黑字更清晰 */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.dropdown-toggle.show {
    background-color: #e6c200 !important; /* #FFD800 的略深色 */
    border-color: #e6c200 !important;
    color: #000;
}

/* focus 阴影（可选） */
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 216, 0, 0.4) !important;
}


.layui-layer-loading-icon{
    font-size: 100px !important;
    color: #FFD800 !important;
}

.header-title{
    width: 100%;
    height: 380px;
    padding-top: 30px;
    box-sizing: border-box;
    background: url("images/header-title.jpg") no-repeat center 55%;
    background-size: auto 160%;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
}
.header-title p{
    display: block;
    font-size: 48px;
}
.header-title span{
    display: block;
    margin-top: 20px;
    font-size: 30px;
    opacity: 0.7;
}