﻿body, div {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #333;
}

html, body {
    height: 100%;
}

@media screen and (max-width:1000px) {
    body {
        font-size: 18px;
    }
}

#container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header {
    flex: 0 0 auto;
}

.main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

a {
    color: #f75940;
    text-decoration: none;
}

    a:hover {
        color: #bf4c3a;
    }

input[type='checkbox'] {
    display: none;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
}

    input[type=number] {
        -moz-appearance: textfield;
    }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

img, table, p {
    margin: 0;
    padding: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    background: #c2c2c2;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f1f1f1
}

/*旋转动画*/
.loading-box {
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
    margin-left: calc(50% - 50px);
    margin-top: calc(45vh - 50px)
}

.loading {
    animation: loading 0.8s linear infinite;
    margin-top: 20px;
}

    .loading i {
        font-size: 40px !important;
        color: #fff;
    }

.loading-text {
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

.toast {
    margin-top: 20px;
}

    .toast i {
        font-size: 40px !important;
        color: #fff;
    }
/*
      turn : 定义的动画名称
      1s : 动画时间
      linear : 动画以何种运行轨迹完成一个周期
      infinite :规定动画应该无限次播放
     */
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.cl:after {
    content: ""; /*设置内容为空*/
    height: 0; /*高度为0*/
    line-height: 0; /*行高为0*/
    display: block; /*将文本转为块级元素*/
    visibility: hidden; /*将元素隐藏*/
    clear: both; /*清除浮动*/
}

.cl {
    zoom: 1; /*为了兼容IE*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    display: inline-block;
}

.xz1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xz2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btnHui {
    color: #333;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 10px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .btnHui:hover {
        background: #d9d9d9;
    }

.btnHuiNot {
    color: #333;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 10px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: not-allowed;
}

.btnHuang {
    color: #fff;
    background: #f75940;
    border-radius: 4px;
    padding: 5px 10px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .btnHuang:hover {
        background: #bf4c3a;
    }

.btnHong {
    color: #fff;
    background: red;
    border-radius: 4px;
    padding: 5px 10px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .btnHong:hover {
        background: #be2222;
    }

.btnLan {
    color: #fff;
    background: #0384c6;
    border-radius: 4px;
    padding: 5px 10px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .btnLan:hover {
        background: #0384c6;
    }

.fontBtn {
    color: #f75940;
    cursor: pointer;
}

    .fontBtn:hover {
        color: #bf4c3a;
    }

.btnSelectAll {
    cursor: pointer;
}

    .btnSelectAll:hover {
        color: #f75940;
    }

.Tcheng {
    color: #f75940 !important;
}

.Thui {
    color: #999 !important;
}

.Tlv {
    color: #53b427 !important;
}

.Txie {
    font-style: italic !important;
}

.Tfw600 {
    font-weight: 600 !important;
}

.Tline {
    text-decoration: line-through 3px;
}

.checkbox {
    position: relative;
}

    .checkbox input[type='checkbox'] {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        opacity: 0;
    }

    .checkbox label {
        position: absolute;
        top: -9px;
        height: 15px;
        line-height: 15px;
    }

        .checkbox label:before {
            content: '';
            position: absolute;
            left: -8px;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

        .checkbox label:after {
            content: '';
            position: absolute;
            left: -3px;
            top: 2px;
            width: 4px;
            height: 8px;
            border: 0;
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff;
            background: #fff;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

    .checkbox input[type='checkbox']:checked + label:before {
        background: #f75940;
        border-color: #f75940;
    }

    .checkbox input[type='checkbox']:checked + label:after {
        background: #f75940;
    }

.radioBox {
    margin-right: 20px;
    color: #999 !important;
}

.radio {
    margin: 0 10px;
}

    .radio input {
        width: 14px !important;
        height: 14px !important;
        margin: 5px !important;
        cursor: pointer;
    }

    .radio label {
        cursor: pointer;
        color: #333 !important;
        font-weight: 600;
    }

/*禁止页面滚动*/
.ovhide {
    overflow: hidden;
}
/*指针手势*/
.cursor-p {
    cursor: pointer;
}

.cursor-not {
    cursor: not-allowed !important;
}

.topBox {
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.top {
    width: 1180px;
    margin: 0 auto;
}

.topLogo img {
    width: 140px;
    margin-top: 20px;
}

.topNavIcon {
    display: none;
}

.topNavBox {
    line-height: 80px;
    font-size: 16px;
}

    .topNavBox ul {
        padding: 0;
        margin: 0;
    }

        .topNavBox ul li {
            float: left;
            margin-right: 20px;
        }

.mTopNavClose {
    display: none;
}

.topNavBox div {
    margin-right: 20px;
    cursor: pointer;
}

.topNavBox span {
    background: #f75940;
    color: #fff;
    font-size: 10px;
    border-radius: 6px;
    margin-left: 5px;
    padding: 2px 4px;
}

.topNavBox a {
    color: #333;
}

    .topNavBox a:hover {
        color: #f75940;
    }

.topNavEd a {
    color: #f75940 !important;
}

.topNavVip {
    color: #ba944d !important;
    font-weight: 600;
}

.topNavVipSpan {
    background: #cfa049 !important;
}

.topLogin {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    height: 85px;
}

.topLoginBtn {
    background: #f75940;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    margin: 20px 20px 0 0;
}

    .topLoginBtn:hover {
        background: #bf4c3a;
    }

    .topLoginBtn a {
        color: #fff;
        padding: 0 15px;
        line-height: 40px;
    }

        .topLoginBtn a:hover {
            color: #fff;
        }

.topName {
    font-size: 14px;
    line-height: 80px;
}

.topNameA {
    color: #333 !important;
    margin-right: 10px;
}

    .topNameA:hover {
        color: #f75940 !important;
    }

@media screen and (max-width:1000px) {
    .top {
        width: 100%;
        margin: 0;
    }

    .topLogo img {
        margin-top: 10px !important;
    }

    .topNavIcon {
        display: block;
        text-align: center;
        padding: 0 10px;
        height: 80px;
        width: 60px;
        line-height: 80px;
        margin-right: 0px !important;
    }

        .topNavIcon i {
            font-size: 30px;
            color: #f75940;
        }
    /*.topNavBox { }*/
    .topNavBox ul {
        display: none;
        position: fixed;
        z-index: 999999;
        background: rgba(0,0,0,0.5);
        width: 100%;
        top: 0;
        left: 0;
        font-size: 18px !important;
        border-bottom: 4px solid #ddd;
        height: 100vh;
    }

        .topNavBox ul li {
            float: none;
            text-align: center;
            line-height: 80px !important;
            border-bottom: 1px solid #ddd;
            background: #fff;
            width: 100%;
        }

    .mTopNavClose {
        display: block;
        color: #f75940 !important;
    }

    .topLoginBtn {
        background: #fff;
        color: #333;
        line-height: 40px;
        padding: 0 !important;
        border-radius: 6px;
        margin: 20px 0 0 0 !important;
    }

        .topLoginBtn:hover {
            background: #fff;
        }
}

.selectBox {
    height: 110px;
    background: #f1f1f1;
}

.select {
    width: 1180px;
    margin: 0 auto;
}

.selectInput {
    margin-left: 20%;
    width: calc(50% - 40px);
    height: 50px;
    margin-top: 15px;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.selectBtn {
    cursor: pointer;
    height: 50px;
    padding: 0 25px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    border-radius: 0 10px 10px 0;
    background: #f75940;
    color: #fff;
    font-weight: 600;
}

    .selectBtn:hover {
        background: #bf4c3a;
    }

.shiliBtn {
    height: 50px;
    width: 100px;
    text-align: center;
    margin: 15px 10px;
    line-height: 50px;
}

.selectNews {
    width: 636px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin: 0 auto;
    padding-right: 70px;
}

    .selectNews div {
        background: #f1f1f1 !important;
    }

@media screen and (max-width:1000px) {
    .shiliBtn {
        width: 100%;
        margin: 0;
        background: #f1f1f1;
    }

    .select {
        width: 100%;
    }

    .selectInput {
        margin-left: 20px;
        width: calc(100% - 130px);
        font-size: 16px;
    }

    .selectNews {
        width: calc(100% - 40px);
        padding-right: 0;
    }

    #newsLb {
        width: 100% !important;
    }
}

.banner {
    width: 1180px;
    height: 550px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 0 auto;
}

    .banner img {
        float: right;
        width: 500px;
        height: 550px;
    }

.bannerTextBox {
    float: left;
    width: 500px;
    margin-top: 100px;
    position: absolute;
    z-index: 2;
}

.bannerH1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 10px;
}

.bannerH2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.bannerH3 {
    line-height: 24px;
    margin: 20px 0;
}

.bannerH4 {
    line-height: 24px;
    margin: 20px 0;
}

.bannerBtn {
    padding: 8px 0;
    background: #f75940;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    width: 140px;
    text-align: center;
    cursor: pointer;
}

.bannersC {
    width: 1180px !important;
    height: 550px !important;
    margin: 0 auto;
}

.banners {
    width: 100%;
    height: 550px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

@media screen and (max-width:1000px) {
    .banner {
        width: 100%;
        height: auto;
    }

    .bannerTextBox {
        position: absolute;
        z-index: 1;
        width: 90%;
        margin: 50px 5%;
    }

    .bannerBtn {
        font-size: 18px;
    }

    .banner img {
        width: 100%;
        height: auto;
        margin-top: 240px;
        z-index: 0;
    }

    .bannersC {
        width: 100% !important;
    }

        .bannersC img {
            height: auto;
            z-index: 0;
            right: 0;
            width: 160%;
            margin-left: -60%;
            margin-top: 210px;
        }
}

.com {
    width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .com {
        width: calc(100% - 10%);
        padding: 0 5%;
    }
}

.list {
    width: 72%;
    margin: 20px 3% 0 0;
}

.listTla {
    font-size: 36px;
    padding: 20px 0;
    border-bottom: 2px solid #f75940;
}

.listTlaB {
    font-size: 36px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.listTlaF {
    font-size: 18px;
}

@media screen and (max-width:1000px) {
    .list {
        width: 100%;
    }
}

.child {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.childTla a {
    font-size: 16px;
    font-weight: 600;
}

.childClass div {
    margin-top: 10px;
}

.childClass i {
    margin-right: 10px;
}

.comtList {
    width: 100%;
}

.comt {
    padding: 0 0 20px 0;
    margin-top: 20px;
}
/*.comtChild div{margin-top:10px;padding:10px 0;border-bottom:1px solid #ddd;}*/
.comtChildBox {
    margin-top: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.comtChildTips {
    padding: 10px;
    background: #fffdeb;
    border: 1px solid #e2cfa3;
    border-radius: 4px;
    margin-top: 20px;
}

.comtChildTipsS {
    font-size: 12px;
}

.comtTla {
    width: 200px;
    margin-right: 20px;
}

.comtText {
    width: calc(100% - 220px)
}

.comtTextLink {
    line-height: 30px;
}

.contTextLinkIcon {
    margin: 0 0 0 20px !important;
    font-size: 18px !important;
}

.comtCol1 {
    width: 60px;
    margin-right: 20px;
}

.comtCol2 {
    width: calc(100% - 80px);
}

.comtTh {
    font-weight: 600;
}

.comtBold {
    font-weight: 600;
}

.comtChild i {
    margin-right: 10px;
}

.comtChildTla {
    font-size: 16px;
    font-weight: 600;
    color: #f75940;
}

.comtBtnHui {
    color: #333;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}

    .comtBtnHui:hover {
        background: #d9d9d9;
    }

.comtBtnHuang {
    color: #fff;
    background: #f75940;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}

    .comtBtnHuang:hover {
        background: #bf4c3a;
    }

.comtBtnHong {
    color: #fff;
    background: red;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}

    .comtBtnHong:hover {
        background: #be2222;
    }

.comtBtnBlue {
    color: #fff;
    background: #0384c6;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}

    .comtBtnBlue:hover {
        background: #1e63ff;
    }

.maininfoSLine {
    padding: 20px;
    border: 1px solid #f75940;
    border-radius: 10px;
    margin-top: 20px;
}

.maininfoSDemoBtn {
    margin: 0 20px;
    width: 200px;
}

.maininfoSDemoBtnSale {
    position: absolute;
    z-index: 1;
    background: #be2222;
    color: #ffe200;
    font-weight: 900;
    padding: 0 6px;
    margin: -8px 0 0 -14px;
    font-size: 12px;
    line-height: 20px;
}

.maininfoSVipBtn:hover {
    background: -webkit-linear-gradient(left, #ecc885, #f9ecce) !important;
    background: -o-linear-gradient(right, #ecc885, #f9ecce) !important;
    background: -moz-linear-gradient(right, #ecc885, #f9ecce) !important;
    background: linear-gradient(to right, #ecc885, #f9ecce) !important;
}

.maininfoSDemoList {
    margin: 30px;
}

.demoSelect {
    float: left;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 8px;
    background: #fff;
    margin-right: 10px;
    margin-top: 5px;
}

    .demoSelect i {
        margin: 0 !important;
    }

.demoSelected {
    border: 1px solid #f75940 !important;
    color: #f75940 !important;
}

.demoSelectnull {
    border: 1px solid #ddd !important;
    color: #999;
    background: #f6f6f6;
}

.demoSelectTips {
    font-size: 12px;
    margin-left: 5px;
}

.buyTips {
    text-align: center;
    margin-top: 10px;
}

.buyBtnTline {
    display: none;
}

@media screen and (max-width:1000px) {
    .comt {
        padding: 0 0 20px 0;
        margin-top: 20px;
        width: 100%;
    }

    .comtChildTla {
        font-size: 22px;
    }

    .comtChildBox {
        font-size: 18px;
    }

    .comtTla {
        width: 25%;
    }

    .comtText {
        width: calc(75% - 20px) !important;
    }

    .comtChildTips {
        line-height: 35px;
        font-size: 14px;
    }

        .comtChildTips span {
            white-space: nowrap;
        }

    .comtChildTipsS {
        font-size: 14px;
    }

    .maininfoSDemoList {
        margin: 20px 0 30px 0;
    }

    .demoSelect {
        margin: 10px 10px 0 0;
        padding: 9px 13px;
    }

    .maininfoSDemoBtn {
        width: calc(100% - 20px) !important;
        margin: 0 0 20px 0;
        height: 40px;
        line-height: 40px;
    }

    .buyTips {
        font-size: 14px;
    }

    .buyBtnTline {
        display: inline-block;
        z-index: 2;
        border-top: 2px solid #fff;
        width: 40px;
        height: 6px;
        margin: 0 0 0 -46px;
    }

    .maininfoSDemoBtnSale {
        margin: -8px 0 0 -2.6%;
        height: 30px;
        width: 66px;
        font-size: 16px;
        line-height: 30px;
    }
}

.ad {
    width: 25%;
    margin-top: 20px;
}

.adTla {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 2px solid #f75940;
    margin-top: 22px;
}

.adNavBox {
    padding: 20px 10px;
}

.adNav {
    padding: 10px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
}

    .adNav span {
        font-size: 20px;
        font-weight: 600;
        margin-right: 10px;
    }

    .adNav a {
        color: #333 !important;
    }

        .adNav a:hover {
            color: #f75940 !important;
        }

footer {
    width: 100%;
    background: #f1f1f1;
}

.footer {
    width: 1180px;
    margin: 0 auto;
}

.footerBox {
    width: 1180px;
    margin: 30px auto 0 auto;
    padding: 20px 0;
    text-align: center;
}

.footerEmail {
    padding: 50px 0;
    border-bottom: 2px solid #ddd;
}

.footerEmailTal {
    text-align: center;
    font-size: 26px;
    color: #f75940;
}

    .footerEmailTal i {
        font-size: 30px;
        margin-right: 10px;
        color: #f75940;
    }

.bottomNav {
    margin: 20px 0;
    height: 180px;
}

.bottomLogo {
    height: 240px;
    margin-right: 80px;
}

    .bottomLogo img {
        width: 280px;
        margin-top: 80px;
    }

.bottomLogos {
    width: 1180px;
    margin: 0 auto;
}

    .bottomLogos img {
        width: 120px;
    }

.botNavBox {
    margin-right: 80px;
}

.botTla {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.botNav {
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.bottomTips {
    height: 50px;
    line-height: 50px;
    text-align: left;
}

@media screen and (max-width:1000px) {
    .footerBox {
        width: 100%;
    }
}

.popMc {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
}

.popBox {
    margin: 0 auto;
    width: 600px;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popBoxW300 {
    width: 300px;
}

.popBoxImg {
    width: 300px;
}

.popTla {
    width: calc(100% - 20px);
    padding: 10px 10px;
    background: #f75940;
    color: #fff;
    font-size: 16px;
}

.popComt {
    padding: 10px;
    text-align: center;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.popComtText {
    min-height: 60px;
    padding: 10px 0;
    line-height: 24px;
}

.popBtnBox {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
}

    .popBtnBox div {
        margin: 10px 20px 10px 0;
    }

.popTable {
    border: 1px solid #f75940;
    border-collapse: collapse;
    width: 100%;
}

    .popTable th {
        background: #f75940;
        color: #fff;
        line-height: 30px;
    }

    .popTable th, .popTable td {
        padding: 2px 10px !important;
    }

#popClose {
    cursor: pointer;
}

.popImg {
    width: 580px;
    height: 373px;
}

    .popImg img {
        width: 580px;
        height: 373px;
    }

.popInput {
    width: 580px;
    height: 80px;
    background: #f75940;
    margin-top: -1px;
}

    .popInput input {
        width: 300px;
        height: 50px;
        line-height: 40px;
        padding: 0 10px;
        border-radius: 6px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

@media screen and (max-width:1000px) {
    .popBox {
        width: 90%
    }

    .popTla {
        width: calc(100% - 20px);
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

    .popBoxW300 {
        width: 80%;
    }

    .popBoxImg {
        width: 100%;
    }
}

.loginBox {
    width: 1178px;
    margin: 100px auto 0 auto;
    border: 1px solid #ddd;
}

.loginLeft {
    width: 798px;
    height: 500px;
    background: #ddd;
}

.loginRight {
    width: 340px;
    height: 460px;
    padding: 20px;
    text-align: center;
}

    .loginRight input {
        width: calc(100% - 20px);
        height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 4px;
    }

.loginWX {
    margin-top: 100px;
}

    .loginWX img {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .loginWX i {
        font-size: 24px;
        margin-right: 5px;
        color: #20bd2d;
    }

.loginEmail {
    margin-top: 57px;
}

.loginEmailTla {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
}

.loginEmailInput {
    text-align: left;
    line-height: 50px;
    font-size: 14px;
}

.loginEmailBtn {
    width: 100%;
    background: #f75940;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
}

    .loginEmailBtn:hover {
        background: #bf4c3a;
    }

.acc {
    margin: 30px auto;
    border: 1px solid #ddd;
    background: #f1f1f1;
}

.accLeft {
    background: #f1f1f1;
    padding: 10px;
    width: 180px;
}

    .accLeft ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .accLeft ul li {
            line-height: 40px;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

.accRight {
    padding: 20px;
    width: 940px;
    background: #fff;
}

.accRight1 {
    padding: 20px;
    width: 1200px;
    background: #fff;
}

.accTla {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.accUserInfoBtn a {
    margin-right: 20px;
    line-height: 40px;
}

.accInput {
    text-align: left;
    line-height: 40px;
    font-size: 14px;
}

    .accInput input {
        width: 240px;
        height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 4px;
    }

.accBtnBox {
    margin-top: 30px;
    border-top: 2px solid #ddd;
}

.accBtn {
    width: 260px;
    background: #f75940;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
}

    .accBtn:hover {
        background: #bf4c3a;
    }

.accTable {
    border: 1px solid #f75940;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

    .accTable th {
        background: #f75940;
        color: #fff;
        line-height: 30px;
        padding: 2px 10px !important;
    }

    .accTable td {
        padding: 5px 10px !important;
    }

.tablePage {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .tablePage a {
        border: 1px solid #f75940;
        background: #fff;
        border-radius: 4px;
        padding: 3px 10px;
        color: #f75940;
        cursor: pointer;
        margin-right: 10px;
    }

        .tablePage a:hover {
            background: #f75940;
            color: #fff;
        }

    .tablePage strong {
        margin-right: 10px;
        color: #f75940;
    }

.tablePageD {
    color: #333 !important;
}

@media screen and (max-width:1000px) {
    .accLeft {
        width: 100%;
        padding: 0;
        margin: 20px 0 -1px 0;
    }

        .accLeft ul {
            background: #fff;
        }

            .accLeft ul li {
                float: left;
                margin-right: 10px;
                background: #fff;
                padding: 10px 20px;
            }

    .accRight {
        width: calc(100% - 40px);
    }

    .accInput {
        font-size: 18px;
    }

        .accInput input {
            font-size: 18px;
            width: calc(100% - 20px);
            height: 50px;
            line-height: 50px;
        }

    .accBtnBox {
        border: none;
    }

    .accBtn {
        width: 100%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

        .accBtn:hover {
            background: #f75940;
        }

    .tablePage a {
        padding: 2px 5px;
        margin-right: 5px;
    }
}

.yzm-img {
    width: 600px;
    padding: 0;
    margin: 0;
}

.yzm-box {
    background: #f75940;
    width: 600px;
    margin: -10px auto 0 auto;
    padding-bottom: 30px;
}

.yzm-input {
    margin-top: 40px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #f1f1f1;
}

.yzm-btn {
    width: 320px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #f75940;
    margin: 0 auto;
    border-radius: 6px;
    cursor: pointer;
    margin: 20px auto;
    font-weight: 600;
}

    .yzm-btn:hover {
        background: #f6f6f6;
    }

@media screen and (max-width:1000px) {
    .yzm-img {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .yzm-box {
        width: 100%;
    }
}

.baogaoBox {
    margin: 10px 0 10px 0;
}

    .baogaoBox ul {
        float: left;
        width: 14.5%;
        margin: 0;
        padding: 10px;
        margin-top: 20px;
        height: 183px;
    }

        .baogaoBox ul:hover {
            background: #f1f1f1;
        }

.baogaoBoxTla {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    background: #0384c6;
}

.baogaoTla {
    font-size: 16px;
    color: #0384c6;
    margin-bottom: 10px;
    font-weight: 600
}

.showBaogao {
    font-size: 12px;
    cursor: pointer;
    color: #333;
}

    .showBaogao:hover {
        color: #0384c6;
    }

.showBaogaoBox {
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    .baogaoBox ul {
        float: none;
        width: calc(100% - 20px);
        height: auto;
    }

    .showBaogao {
        font-size: 16px;
        color: #333;
    }

        .showBaogao:hover {
            color: #333;
        }

    .baogaoBox ul {
    }
}

.vipBanner {
    width: 100%;
    height: 400px;
    background: #f1f1f1;
    background: url(/Content/img/vipBanner.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.vipBox {
    margin: -350px auto 0 auto;
    width: 900px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 20px;
}

.bgVip {
    background: -webkit-linear-gradient(left, #ecc885, #f9ecce); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ecc885, #f9ecce); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ecc885, #f9ecce); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ecc885, #f9ecce); /* 标准的语法 */
}

.vipTla {
    color: #4a2310;
    height: 70px;
    line-height: 70px;
    border-radius: 20px 20px 0 0;
    font-size: 26px;
    font-weight: 600;
}

.vipCom {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px;
}

.vipSelectBox {
    margin: 20px -30px 0 0;
}

.vipSelect {
    width: 200px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-right: 35px;
    cursor: pointer;
}

    .vipSelect:hover {
        border: 2px solid #f75940;
        color: #f75940;
    }

.vipSelected {
    border: 2px solid #f75940;
    color: #f75940;
}

.vipBtn {
    margin: 40px 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.vipSelectTla {
    font-size: 18px;
    color: #f75940;
    margin-bottom: 10px;
}

    .vipSelectTla img {
        width: 40px;
        height: 40px;
    }

.vipSelectMoney span {
    font-size: 28px;
    color: #f75940;
    font-weight: 600;
    margin: 0 5px;
}

.vipSelectDm {
    margin-top: 10px;
}

    .vipSelectDm span {
        color: #f75940;
        margin: 0 5px;
    }

.vipLink {
}

    .vipLink span {
        margin: 0 5px;
    }

.ptVipImg {
    background: url(/Content/img/icon_vip.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 3px 15px;
    margin-right: 5px;
}

.ptVipImg1 {
    background: url(/Content/img/icon_vip_1.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 3px 15px;
    margin-right: 5px;
}

.sVipImg {
    background: url(/Content/img/icon_svip.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 3px 15px;
    margin-right: 5px;
}

.ssVipImg {
    background: url(/Content/img/icon_ssvip.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 3px 15px;
    margin-right: 5px;
}

.vipEx {
    margin-top: 50px;
}

.vipTable {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

    .vipTable th {
        font-weight: 500;
        font-size: 18px;
    }

    .vipTable th, .vipTable td {
        background: #fff;
        color: #333;
        padding: 20px;
    }

        .vipTable td:first-child {
            text-align: left;
        }

    .vipTable tr:nth-child(even) td {
        background: #f6f6f6;
    }

.vipTableThTlaFfont {
    font-size: 14px;
    color: #999;
    margin-top: 16px;
}

.vipTableThTlaPt {
    font-size: 18px;
    line-height: 40px;
}

.vipTableThTlaS {
    font-size: 18px;
    line-height: 40px;
    color: #f75940;
    font-weight: 600;
}

.vipiconNot {
    font-size: 23px !important;
    font-weight: 600;
    color: #999;
}

.vipiconYes {
    font-size: 23px !important;
    font-weight: 600;
    color: #f75940;
}

.vipTablebtn {
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 30px;
}

.vipSelectGg {
    position: absolute;
    z-index: 1;
    background: #f75940;
    margin: 91px 0 0 191px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 10px 0 10px 0;
}

    .vipSelectGg i {
        font-size: 22px !important;
        color: #fff;
    }

.vipTableTdTla {
    font-size: 18px;
    margin-bottom: 10px;
}

.vipTableCol1 {
}

.vipTableCol2 {
    width: 28%;
}

.vipTableCol3 {
    width: 40%;
}

.vipTableCol4 {
    width: 22%;
}


@media screen and (max-width:1000px) {
    .vipBox {
        width: 100%;
    }

    .vipSelectBox {
        margin: 0;
    }

    .vipSelect {
        width: 300px;
        margin: 0 auto 20px auto;
    }

    .vipSelectGg {
        margin: 96px 0 0 291px;
    }

    .vipTableCol1 {
    }

    .vipTableCol2 {
        width: 15%;
    }

    .vipTableCol3 {
        width: 15%;
    }

    .vipTableCol4 {
        width: 15%;
    }

    .vipTablebtn {
        display: none;
    }
}

.userAgreement h2 {
    margin-top: 40px;
}

.userAgreement p {
    line-height: 24px;
    margin: 5px 0;
    text-indent: 2em;
}

.userAgreement span {
    color: #f75940;
    font-weight: 600;
}

@media screen and (max-width:1000px) {
    .userAgreement p, .userAgreement h4, .userAgreement h3 {
        line-height: 40px;
        margin: 20px 0;
    }
}

.aboutBannerBg {
    background: #000;
}

.aboutBanner {
    width: 100%;
    height: 400px;
    background: url(/Content/img/bg.0.jpg);
    opacity: 0.6;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.aboutBannerTlaBox {
    width: 1180px;
    margin: 0 calc(50% - 500px);
    padding-top: 80px;
    position: absolute;
    z-index: 1;
}

.aboutBannerTla {
    font-size: 24px;
    font-weight: 600;
    color: #f75940;
    margin: 50px 0 0 0;
}

.aboutBannerTlaEn {
    font-size: 80px;
    color: #fff;
}

.aboutText {
    line-height: 30px;
    width: 800px;
    margin: 50px auto;
}

    .aboutText p {
        margin-top: 10px;
        text-indent: 2em;
    }

.aboutTextF {
    font-size: 30px;
    color: #f75940;
    font-weight: 600;
}

@media screen and (max-width:1000px) {
    .aboutBannerTlaBox {
        margin: 20px;
    }

    .aboutText {
        width: 100%;
    }
}

.stUpDate {
    font-size: 14px;
    line-height: 60px;
}

.stData {
    margin: 20px -10px 0 0;
    text-align: center;
}

.stDataView {
    width: calc(25% - 14px);
    text-align: center;
    background: #f6f6f6;
    padding: 20px 0;
    margin-right: 10px;
}

.stDataViewC {
    margin: 10px 5px 0 0;
}

    .stDataViewC span {
        font-size: 32px;
        color: #f75940;
        font-weight: 600;
    }

.stDataCom {
    margin-top: 20px;
}

.stDataComBox {
    margin: 10px -10px 0 0;
}

.stDataComV {
    width: calc(33.33% - 32px);
    float: left;
    border: 1px solid #ddd;
    margin: 10px 10px 0 0;
    padding: 10px;
    border-radius: 6px;
}

    .stDataComV:hover {
        border: 1px solid #f75940;
        background: #f6f6f6;
    }

.stDataComVT {
    max-width: calc(100% - 90px)
}

.stDataComVTN {
    margin-left: 10px;
    color: #f75940;
}

.stNewsBox {
    margin-top: 20px;
}

.stNewsVBox {
    margin: 20px -10px 0 0;
}

.stNewsC {
    width: calc(25% - 15.2px);
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 10px 20px 0;
    cursor: pointer;
}

    .stNewsC:hover > .stNewsCT {
        color: #f75940 !important;
    }

    .stNewsC:hover > .stNewsCTC {
        color: #f75940 !important;
    }

    .stNewsC img {
        width: 100%;
        height: 120px;
        border-radius: 6px 6px 0 0;
    }

.stNewsCT {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 600;
}

.stNewsCTC {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    color: #999;
    margin-bottom: 10px;
    height: 32px;
}

@media screen and (max-width:1000px) {
    .stUpDate {
        float: none;
        font-size: 20px;
    }

    .stDataView {
        float: none;
        display: block;
        width: calc(100% - 10px);
        margin-bottom: 20px;
        padding: 50px 0;
    }

    .stDataComV {
        float: none;
        width: calc(100% - 30px);
        font-size: 18px;
    }

    .stDataComVT {
        font-size: 18px;
        width: calc(100% - 102px);
    }

    .stDataComVTN, .stNewsCT, .stNewsCTC {
        font-size: 18px;
    }

    .stNewsC {
        display: block;
        width: calc(100% - 10px)
    }
}

.newsTlaBox {
    text-align: center;
}

.newsTla {
    font-size: 30px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-weight: 600;
}

.newsTlaT {
    font-size: 14px;
    color: #666;
    margin-right: -20px;
}

    .newsTlaT span {
        margin-right: 20px;
    }

.newsC p {
    text-indent: 2em;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.newsC img {
    width: calc(100% - 2px);
    margin: 20px 0;
    border: 1px solid #ddd;
}

.newsC span {
    color: #f75940;
    font-weight: 600;
}

.newsItem {
    line-height: 50px;
}

    .newsItem div:hover {
        color: #f75940;
        background: #f1f1f1;
    }

.newsItemN {
    border-bottom: 1px solid #ddd;
}

.newsListTla {
    width: calc(90% - 5px);
}

.newsListDate {
    width: calc(10% - 5px);
    text-align: right;
}

@media screen and (max-width:1000px) {
    .newsListTla {
        float: none !important;
        width: 100% !important;
    }

    .newsListDate {
        float: none !important;
        width: 100% !important;
        text-align: left;
        color: #999;
        margin-top: -20px;
    }
}

.footerB {
    position: absolute;
    z-index: 99999;
    bottom: 0;
}

/* .category-container 使用 flex 布局 */
.category-container {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 水平居中 */
    gap: 10px; /* 元素之间的间距 */
    max-width: 100%; /* 确保容器不超过父容器宽度 */
    align-items: flex-start; /* 保证每行的对齐方式是顶部对齐 */
}

/* 控制每个链接的宽度，确保每行最多显示 5 个 */
.category-region {
    width: calc(20% - 10px); /* 每个链接占 20% 减去间隔宽度 */
    text-align: center; /* 居中文本 */
    padding: 10px;
    border: 1px solid #16b777; /* 边框样式 */
    border-radius: 8px; /* 圆角效果 */
    display: inline-block; /* 确保每个链接以块状形式显示 */
}

.category-container > .category-region:nth-last-child(-n+5) {
    margin-left: 0; /* 清除可能的右侧间距 */
}

.category-container > .category-region:nth-child(5n+1) {
    margin-left: 0; /* 确保每行的第一个链接左对齐 */
}

.category-region:hover {
    background-color: #f75940; /* 悬停时背景变色 */
    color: #fff; /* 悬停时字体变白 */
}

/* 响应式设计，确保在屏幕宽度变小时元素不会被压缩 */
@media (max-width: 768px) {
    .region {
        width: 48%; /* 中等屏幕宽度时，每行最多显示 2 个链接 */
    }
}

@media (max-width: 480px) {
    .category-region {
        width: 100%; /* 小屏幕时，每行显示 1 个链接 */
    }
}

.btn-bg {
    background-color: #f75940;
}