* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

a {
    cursor: pointer;
}

.theme-color {
    background: #3072D0 !important;
}

.hollow-btn-theme-blue {
    border-width: 1px;
    border-style: solid;
    border-color: #199FFF !important;
    color: #199FFF !important;
}

.solid-btn-theme-blue {
    background: #199FFF;
    color: #ffffff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #199FFF !important;
}

.solid-btn-theme-white {
    background: #FFFFFF;
    color: #199FFF !important;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF !important;
    width: 135px;
    border-radius: 6px;
    font-size: 18px;
}

.solid-btn-theme-white.layui-btn-disabled {
    border-color: #eee !important;
    color: #d2d2d2 !important;
}

.a-btn {
    border-radius: 6px;
    padding: 5px 24px;
}

/**头部样式**/
.header {
    height: 190px;
    background: url("../img/header_bg.png");
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.site-logo {
    height: 76px;
    width: 730px;
}

.search-input {
    width: 300px;
    height: 40px;
}

.search-btn {
    width: 110px;
    height: 40px;
    background: #3072D0;
}

/**底部样式**/
.footer {
    height: 290px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    border-top: 5px solid #63bbff;
    margin-top: 10px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 75px;
    justify-content: center;
}

.footer-content-child {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.footer-content-child:first-child {
    display: flex;
    width: 600px;
    text-align: left;
}

.footer-content-child span {
    width: 34%;
    display: flex;
    align-items: center;
}

.footer-content-child img {
    height: 47px;
}

.footer-content-child div {
    margin-left: 10px;
}

.footer-content-child:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
}

/* 微信公众号二维码样式 - 兼容IE11 */
.footer-content-child {
    position: relative;
}

.wx-qrcode-container {
    cursor: pointer;
    display: inline-block;
}

.wx-qrcode-popup {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    text-align: center;
    /* 使用flex垂直排列 */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 仅在悬停时显示 */
.wx-qrcode-container:hover + .wx-qrcode-popup {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.wx-qrcode-popup::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

/* 微信图片样式 */
.wx-qrcode-popup img {
    width: 96px;
    height: 96px;
    margin-bottom: 10px;
}

.wx-qrcode-popup img:last-child {
    margin-bottom: 0;
}

/**主体样式**/
.common-width {
    width: 1200px;
    margin: 0 auto;
}

.content {
    min-height: 500px;
    margin: 20px 0;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.second-block .layui-this {
    color: #3072D0 !important;
}

.second-block .layui-this:after {
    border-bottom: 4px solid #3072D0 !important;
}

.layui-tab-title li {
    font-size: 18px !important;
}

.price {
    color: #FD6500;
}

.layui-tab-brief {
    position: relative;
}

/**导航**/
.nav {
    background: #3072D0;
}

.nav-bar {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.nav-bar li {
    width: 150px;
    height: 60px;
    display: block;
    text-align: center;
}

.nav-bar li a {
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
}

.nav-this {
    background: #44AEFF !important;
}

/**公共样式**/
.text-center {
    text-align: center;
    justify-content: center;
}

.text-right {
    text-align: right;
    justify-content: right;
}

.flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.flex-both {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.pointer {
    cursor: pointer;
}

.text-orange {
    color: #F56200;
}

.text-red {
    color: red;
}

.text-green {
    color: #34C448 !important;
}

.text-green-light {
    color: #a2e4ae !important;
}

.text-black {
    color: #393D49 !important;
}

.text-blue {
    color: #1E9FFF !important;
}

.text-bold {
    font-weight: bold;
}

.text-bold-16 {
    font-weight: bold;
    font-size: 16px;
}

.ml10 {
    margin-left: 10px !important;
}

.nowrap {
    text-wrap: nowrap;
}

.a-under-line {
    text-decoration: underline;
}

.line-height-18 {
    line-height: 1.8;
}

.layui-form-item-no-mp {
    margin: 0 !important;
}

.layui-form-item-no-mp .layui-form-checkbox[lay-skin=primary] {
    margin: 0 !important;
}

@media all and (max-width: 500px) {
    .header, .nav, .footer {
        display: none !important;
    }
}
