/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* Custom CSS
  * --------------------------------------- */
body {
    font-family: arial, helvetica;
    color: #2A2A38;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 1.8em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.twitter-share-button {
    position: fixed !important;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 822px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}



/* Demos Menu
  * --------------------------------------- */
#demosMenu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    padding: 5px 10px;
}

/* Buttons
  * --------------------------------------- */
#download a {
    text-decoration: none
}

#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
  * --------------------------------------- */
.preview-extensions-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.8);
}

.preview-extensions-menu li {
    display: inline-block;
    margin: 0;
}

.preview-extensions-menu li a {
    padding: 15px 25px;
    display: block;
}

.preview-buy-extension {
    background: #3cc63c;
}

.preview-more-extensions {
    background: #fff;
}

.preview-buy-extension a {
    color: #fff;
}

.preview-buy-extension:hover {
    background-color: #1a961a;
}

.preview-more-extensions a {
    color: #333;
}

.code {
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 5px;
    line-height: 25px;
}


/* section 首页定制
  ———————————————————— */

.section {
    text-align: center;
    color: #fff;
    height: 100%;
}

.section h1 {
    font-size: 45.5px;
    color: #fff;
    font-family: arial, helvetica;
    margin-top: 70px;
    font-weight: 700;
}

.section h1 span {
    display: block;
    font-size: 86px;
    color: #43CF7C;
    line-height: 120px;
}

.section p {
    font-size: 29px;
    width: 800px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .7);
}

.section .content {
    display: grid;
    grid-gap: 32px;
    align-self: center;
    justify-self: center;
    margin: 40px auto 0;
    width: 1120px;
}

.section .content figure {
    display: grid;
    grid-gap: 16px;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);

}

.section .content h3 {
    font-size: 24px;
    align-self: center;
    justify-self: center;
    color: #2a2a38;
    font-weight: 700;
}

.section .content figure img {
    margin: 0 auto;
    align-self: center;
    justify-self: center;
    margin-top: 50px;
    width: 72px;
    height: 72px;
}

.section .content figcaption {
    font-size: 16px;
    color: #2a2a38;
    padding: 0 60px;
    margin-bottom: 50px;
}

#section0 h1 {
    margin-top: 140px;
    box-sizing: border-box;
}

#section0 .subtitle {
    display: block;
    font-size: 49px;
    color: #EBD4B6;
    font-weight: 700;
}

#section0 .homelogo {
    height: 186px;
    width: auto;
}

#section0 .content {
    grid-template-columns: repeat(3, 1fr);
}

#section0 .content h3 {
    color: #EBD4B6;
}

#section0 .content figcaption {
    color: rgba(255, 255, 255, .8);
    padding: 0 10px;
    margin-bottom: 50px;
}

#section0 .content figure {
    border: 0px solid #535397;
    background-color: rgba(86, 86, 156, 0);
    backdrop-filter: blur(0px);

}

#section0 .content figure img {
    height: 200px;
    width: auto;
}

#section1 .content {
    grid-template-columns: repeat(3, 1fr);
}

#section2 .content {
    grid-template-columns: repeat(3, 1fr);
}

#section2 .content figure {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);

}

#section2 .content figure img {
    margin-top: 50px;
    width: 110px;
    height: 130px;
}

#section2 .content h3 {
    color: #43CF7C;
}

#section2 .content figcaption {
    color: #43CF7C;
}

#section3 .content {
    grid-template-columns: repeat(3, 1fr);
}


#section4 .content {
    grid-template-columns: repeat(3, 1fr);
}

#section4 .content figure {
    background-color: rgba(67, 207, 124, .9);
}

#section4 .content figure img {
    width: 72px;
    height: 72px;
}

#section5 .content {
    grid-template-columns: repeat(3, 1fr);
}


/* Bottom menu
 * --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

/* Sections backgrounds
 * --------------------------------------- */
#section0 {
    background-image: url(../images/bg100.jpg);
    background-size: cover;
    background-position: center;
}

#section1 {
    background-image: url(../images/bg200.jpg);
    background-size: cover;
    background-position: center;
}

#section2 {
    background-image: url(../images/bg300.jpg);
    background-size: cover;
    background-position: center;
}

#section3 {
    background-image: url(../images/bg400.jpg);
    background-size: cover;
    background-position: center;
}

#section4 {
    background-image: url(../images/bg500.jpg);
    background-size: cover;
    background-position: center;
}

#section5 {
    background-image: url(../images/bg600.png);
    background-size: cover;
    background-position: center;
}

/* Custom CSS
  * --------------------------------------- */

/* 导航菜单
  * ———————————————————————————————————————— */
.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
}

.navbar2 {
    display: none;
}

.navbar1 .logo {
    flex-shrink: 0;
    padding: 0px 20px;
}

.navbar1 .logo img {
    height: 40px;
    width: auto;
}

.navbar1 nav {
    padding: 0 20px;
    display: flex;
    gap: 20px;
}

.navbar1 nav a {
    text-decoration: none;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0px 15px;
    font-size: 16px;
    box-sizing: border-box;
}

.navbar1 nav a:hover {
    color: #43CF7C;
}

.navbar1 nav a.cur {
    color: #43CF7C;
    border-bottom: 3px solid #43CF7C;
    font-weight: 700;
}



/* 栏目
 * ———————————————————— */
.column_header {
    background-image: url('../images/column_top.jpg');
    /* 背景图路径 */
    background-position: center;
    /* 居中显示背景图 */
    background-repeat: no-repeat;
    /* 防止背景图重复 */
    background-size: cover;
    /* 按比例放大背景图以覆盖整个 div */
    width: 100%;
    height: 720px;
    margin: 0 auto;
    padding: 0;
}

.column_content {
    width: 1120px;
    margin: 0 auto;
    padding-top: 200px;
    box-sizing: border-box;
}

.column_header_text {
    text-align: center;
}

.column_header_text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.column_header_text h1 span {
    color: #43CF7C;
}

.column_header_text .subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 400;
    width: 800px;
    margin: 33px auto;
}

.column_header_text .botton {

    display: block;
    color: #2A2A38;
    font-size: 24px;
    line-height: 66px;
    font-weight: 800;
    width: 264px;
    height: 66px;
    margin: 66px auto;
    border-radius: 33px;
    background: linear-gradient(to right, #F4D7BE, #D99F7A);
}


/* 模块格式化
  * ———————————————————— */
.x_blog,
.x_news,
.x_postlist,
.x_postlist_news,
.x_resource,
.x_flow,
.x_feature,
.x_tagline {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08);
}



.x_title {
    text-align: center;
    position: relative;
}

.x_title h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    position: relative;
}

.x_title p {
    font-size: 24px;
    font-weight: 400;
    margin-top: 24px;
    color: rgba(42, 42, 56, 0.7)
}

.container {
    max-width: 1120px;
    padding: 60px 80px;
    margin: 0 auto;
}

.content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 32px;
    position: relative;
    max-width: 1120px;
    padding: 60px 80px;
    margin: 0 auto;

}

.content figure {
    display: grid;
    grid-gap: 16px;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 7px 22px 58px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
}


.content .list {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}


/* 联系我们模块 */
.x_contact {}

.x_contact .content {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));

}

/* item_news */
.item_title {
    font-size: 32px;
    font-weight: 700;
}

.item_news,
.item_QR {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 7px 22px 58px rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
}


.item_news .item_content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    align-self: center;
    justify-self: center;
    margin-top: 20px;
}

.item_news .item_content a {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 84px auto;
    color: #2A2A38;

}

.item_news .desc_img {
    background: #C0C0C4;
    width: 84px;
    height: 56px;
}

.item_news .desc_title {
    font-size: 16px;
    line-height: 28px;
    text-align: left;

}

.item_QR .item_content {
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_QR .QR {
    width: 160px;
    background: #fff;
    margin: 0 auto;
    display: block;
}

/* 特点 */
.x_feature .content {
    display: grid;
    grid-gap: 108px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.x_feature .item {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: auto auto;
    align-items: start;
}

.x_feature .item h3 {
    font-size: 2.2rem;
    line-height: 4.4rem;
    font-weight: 700;
}

.x_feature .item p {
    font-size: 1.5rem;
    line-height: 2.2rem;
}

/* 常见问题 */
.x_problem .x_title {
    padding: 40px 0;
    background-image: url('../images/title_bg.png');
    /* 背景图路径 */
    background-position: center;
    /* 居中显示背景图 */
    background-repeat: no-repeat;
    /* 防止背景图重复 */
}

.x_problem .content {
    grid-template-columns: 1fr 1fr;
    /* 两列布局，每列占一半宽度 */
    grid-gap: 20px 32px;
}

.x_problem .content a {
    display: grid;
    grid-template-columns: auto 40px;
    grid-gap: 16px;
    color: #2A2A38;
    box-sizing: border-box;
    align-self: center;
    justify-self: center;
    padding: 30px 28px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 7px 22px 58px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
}

.x_problem .content a h3 {
    font-size: 24px;
    line-height: 34px;
}

.x_problem .content span {
    display: block;
}

.x_problem .content span img {
    height: 30px;
    width: auto;
}




/* 资源 */
.x_resource .content {
    display: grid;
    grid-gap: 32px;
    align-self: center;
    justify-self: center;
    margin: 100px auto;
    max-width: 1120px;
    margin-top: -160px;
}

.x_resource .content figure {
    display: grid;
    grid-gap: 16px;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 7px 22px 58px rgba(0, 0, 0, 0.1);
}

.x_resource .content h3 {
    font-size: 24px;
    align-self: center;
    justify-self: center;
    color: #2a2a38;
    font-weight: 700;
}

.x_resource .content figure img {
    margin: 0 auto;
    align-self: center;
    justify-self: center;
    margin-top: 50px;
    width: 72px;
    height: 72px;
}

.x_resource .content figcaption {
    font-size: 16px;
    color: #2a2a38;
    padding: 0 60px;
    margin-bottom: 50px;
    text-align: center;
}

.x_contentpage .title {
    padding: 40px;
    margin:1px auto 40px;
    background-color: #2a2a38;
}
.x_contentpage .title h1{
    font-size:4rem;
    color:#fff;
}

.x_contentpage .location {
    padding: 20px;
    margin:0px auto;
    background-color: #2a2a38;
    font-size:1.2rem;
    color:#e1e1e1;
}
.x_contentpage .location a{
    color:#fff;
}


.x_contentpage .content {
    padding: 0;
}


/* modules End */

@media (max-width: 1024px) {
    .navbar1 {
        display: none;
    }

    .navbar2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0px;
        background-color: rgba(0, 0, 0, 0.5);
        /* 修改为所需的背景颜色 */

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .navbar2 .logo {
        flex-shrink: 0;
        padding: 10px 40px;
    }

    .navbar2 .logo img {
        height: 60px;
        width: auto;
    }

    .navbar2 .menu-icon {
        color: #fff;
        font-size: 65px;
        /* 根据需要调整大小 */
        cursor: pointer;
        padding: 0 20px;
    }

    .navbar2 nav {
        display: none;
        /* 默认隐藏 */
        flex-direction: column;
        position: absolute;
        top: 0px;
        /* 根据头部高度调整 */
        left: 0;
        right: 0;
        background-color: #fff;
        /* 修改为所需的背景颜色 */
        padding: 20px 40px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        z-index: 10;
    }

    .navbar2 nav.show {
        display: flex;
    }

    .navbar2 .close-icon {
        align-self: flex-end;
        font-size: 48px;
        /* 根据需要调整大小 */
        cursor: pointer;
        height: 60px;
        padding: 20px;
    }

    .navbar2 nav a {
        text-decoration: none;
        color: #333;
        /* 修改为所需的链接颜色 */
        padding: 20px;
        font-size: 48px;
        /* 根据需要调整字体大小 */
    }

    .navbar2 nav a:hover {
        background-color: #f0f0f0;
        /* 修改为所需的悬停背景颜色 */
        border-radius: 5px;
        /* 可选：在悬停时为链接添加圆角 */
    }

}



/*  footer
  * -------------------- */

.footer {
    background-color: #2A2A38;
}

.footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 如果需要垂直居中对齐 */
    gap: 20px;
    padding: 0px;
    /* 可选：增加内容的内边距 */
    height: 120px;
}

.footer .content a {
    text-decoration: none;
    color: #C0C0C4;
    padding: 10px 15px;
}

.footer .copyright {
    color: #7F7F88;
    font-size: 14px;
    padding: 0px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 1120px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.footer .copyright a {
    color: #7F7F88;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
}



/* copyright 
  * -------------------- */
.section .copyright {
    width: 100%;
    z-index: 9999999;
    position: absolute;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.5);

}

.section .copyright li.left {
    justify-content: flex-start;
}

.section .copyright li.right {
    justify-content: flex-end;
}

.section .copyright a {
    color: rgba(255, 255, 255, 0.5);
}

/* Mobile end 
  * ------------------ */
@media screen and (max-width: 1024px) {
    h1 {
        font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        color: #fff;
        font-size: 5.2em;
        line-height: 1.125;
        font-weight: 700;
        letter-spacing: .002em;
    }


    .section p,
    .intro p {
        margin: 20px auto 40px auto;
    }

    .content .list {
        grid-template-columns: 1fr;
    }

    .content figure h3 {
        font-size: 44px;
    }

    .content figure figcaption {
        font-size: 44px;
    }

    .section .content {
        display: grid;
        grid-gap: 32px;
        align-self: center;
        justify-self: center;
        margin: 40px auto 0;
        width: 1120px;
    }

    .section .content figure {
        display: grid;
        grid-gap: 16px;
        align-self: center;
        justify-self: center;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-color: rgba(255, 255, 255, 0.9);

    }

    .section .content h3 {
        font-size: 3rem;
        align-self: center;
        justify-self: center;
        color: #2a2a38;
        font-weight: 700;
    }

    .section .content figure img {
        margin: 0 auto;
        align-self: center;
        justify-self: center;
        margin-top: 50px;
        width: 72px;
        height: 72px;
    }

    .section .content figcaption {
        font-size: 2rem;
        color: #2a2a38;
        padding: 0 60px;
        margin-bottom: 50px;
    }

    .section .content {
        display: grid;
        grid-gap: 32px;
        align-self: center;
        justify-self: center;
        margin: 40px auto 0;
        width: 100%;
        box-sizing: border-box;
    }

    /* section0 */
    #section0 {
        height: 100%:
    }

    #section0 .content {
        grid-template-columns: 1fr;
    }

    #section0 h1 {
        height: 200px;
        line-height: 200px;
    }

    #section0 .content figcaption {
        margin-bottom: 0px;
    }

    #section0 .content figure img {
        height: 160px;
        margin: 0;
    }

    /* section1 */
    #section1 .content {
        grid-template-columns: 1fr;
    }

    #section2 .content {
        grid-template-columns: 1fr;
    }

    #section3 .content {
        grid-template-columns: 1fr;
    }

    #section4 .content {
        grid-template-columns: 1fr;
    }

    #section5 .content {
        grid-template-columns: 1fr;
    }

    /* 模块 */
    .column_content {
        width: 84%;
    }

    .column_header_text h1 {
        font-size: 4rem;
    }

    .column_header_text .subtitle {
        font-size: 2rem;
    }

    .column_header_text .botton {
        font-size: 2.4rem;
        line-height: 6rem;
        width: 24rem;
        height: 6rem;
        margin: 66px auto;
        border-radius: 3rem;
    }

    .x_feature .item {

        grid-template-columns: 1fr;
    }

    .x_feature .item img {

        width: 100%;
        height: auto;
    }

    .x_resource {
        width: 100%:
    }

    .x_resource .content {
        padding: 4rem;
        box-sizing: border-box;
    }

    .x_resource .content h3 {
        font-size: 3rem;
        align-self: center;
        justify-self: center;
        color: #2a2a38;
        font-weight: 700;
    }

    .x_resource .content figcaption {
        font-size: 2rem;
        color: #2a2a38;
        padding: 0 60px;
        margin-bottom: 50px;
    }

    .x_resource .content figure img {
        width: 10rem;
        height: auto;
    }

    .x_problem .content {
        grid-template-columns: 1fr;
        grid-gap: 20px 32px;

        padding: 4rem;
        box-sizing: border-box;
    }

    .x_problem .content figure {
        grid-template-columns: auto 40px;
        padding: 30px 48px;
        box-sizing: border-box;
        align-self: center;
        justify-self: center;
    }

    .x_problem .content h3 {
        font-size: 2.5rem;
        line-height: 5rem;
        color: #2a2a38;
        font-weight: 400;
    }

    .x_banner .content {
        padding: 4rem;
        box-sizing: border-box;

    }

    .x_banner img {
        width: 100%;
        height: auto;
    }

    .x_contact .content {
        display: grid;
        grid-gap: 32px;
        grid-template-columns: 1fr;
        padding: 4rem;
        box-sizing: border-box;
    }

}