/* Minification failed. Returning unminified contents.
(238,25): run-time error CSS1046: Expect comma, found '255'
(238,33): run-time error CSS1046: Expect comma, found '/'
(270,22): run-time error CSS1046: Expect comma, found '54'
(270,26): run-time error CSS1046: Expect comma, found ')'
(290,26): run-time error CSS1046: Expect comma, found '54'
(290,30): run-time error CSS1046: Expect comma, found ')'
(671,18): run-time error CSS1046: Expect comma, found '54'
(671,22): run-time error CSS1046: Expect comma, found ')'
(802,29): run-time error CSS1046: Expect comma, found '54'
(802,33): run-time error CSS1046: Expect comma, found ')'
 */
@charset 'utf-8';
/*@font-face{font-family: 'proxima_nova';src:url('/fonts/ProximaNova-Light-webfont.woff2'),url('/fonts/ProximaNova-Reg-webfont.woff2'),url('/fonts/ProximaNova-Sbold-webfont.woff2');}*/
/* ============== public css ================= */
body, html, ol, ul, p, h1, h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.7rem;
    font-weight: normal;
}

body, html {
    min-width: 1200px;
    /*font: 12px/1.5 tahoma,helvetica,arial,\5b8b\4f53,sans-serif;*/
}

body {
    font-family: "proxima_nova","Arial","Heiti TC","Microsoft JhengHei","Microsoft Yahei","PMingLiU","sans-serif";
}

[v-cloak] {
    display: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.centerBox {
    width: 1200px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================================== */

/*header*/
#header {
    width: 100%;
}

.headerTopContent {
    min-height: 115px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.logo {
    width: 190px;
    margin-left: 10px;
}

.right_box {
    width: 100%;
    text-align: right;
}

    .right_box .language, .right_box .fontSize {
        display: inline-block;
    }

    .right_box .fontSize {
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        margin-right: 13px;
    }

        .right_box .fontSize span {
            margin-left: 6px;
            background-color: #f2f3f3;
            border: 1px solid #ccc;
            box-sizing: border-box;
            text-align: center;
            width: 1rem;
            height: 1rem;
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .right_box .fontSize .sFont {
            font-size: 0.5rem;
        }

        .right_box .fontSize .mFont {
            font-size: 0.7rem;
        }

        .right_box .fontSize .lFont {
            font-size: 0.86rem;
        }

        .right_box .fontSize span.active {
            background-color: #ccc;
        }

.language a {
    font-size: 0.65rem;
    padding: 0.2rem;
    color: #000;
}

.language span {
    color: #d0d0d0;
}

.search {
    font-size: 0;
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: flex-end;
}

    .search input, .search button {
        border: none;
        /*outline: none;*/
    }

    .search input {
        width: 462px;
        height: 45px;
        font-size: 0.65rem;
        padding: 12px;
        box-shadow: inset #dcdcdc 0px 0px 10px 0px;
        background-color: #f9f9f9;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .search button {
        width: 70px;
        cursor: pointer;
        background-color: #522a80;
        vertical-align: middle;
    }

    .search img {
        width: 36%;
    }

/*nav*/
.headerNav {
    background-color: #f9f9f9;
}

    .headerNav ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        flex-wrap: wrap;
    }

    .headerNav li {
        float: left;
        margin: 0 15px;
        font-size: 0.6rem;
        min-height: 56px;
        padding: 16px 0;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: center;
        align-items: center;
    }

        .headerNav li a {
            color: #000;
        }

/*----------*/

/*banner*/
.indexBanner .swiper-slide img {
    width: 100%;
}

.indexBanner .swiper-pagination {
    bottom: 46px !important;
    left: -80px !important;
    text-align: right;
}

.indexBanner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    margin: 0 10px !important;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #522a80;
    box-shadow: 0 0 15px 3px #000;
}

.indexBanner .stop-btn {
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    position: absolute;
    bottom: 45px;
    left: 40px;
    z-index: 11;
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----*/

/*newStamps*/
.newStamps .newStampsBox {
    width: 90%;
    margin: 0 auto;
}

.newStamps .title {
    text-align: center;
    padding: 25px 0 40px;
    font-size: 1.2rem;
}

    .newStamps .title span:first-child {
        color: #522a80;
    }

    .newStamps .title span:last-child {
        color: rgb(0 54 0);
    }

.new_one {
    margin-bottom: 95px;
}

    .new_one .one_title {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .new_one .new_intr {
        width: 70%;
        float: left;
    }

        .new_one .new_intr .new_date {
            padding: 8px 0;
            color: rgb(0 54 0);
        }

        .new_one .new_intr .new_content p {
            overflow: hidden;
            display: -webkit-inline-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            line-height: 1rem;
            max-height: 4rem;
            min-height: 1rem;
        }
		
        .new_one .new_intr p {
            text-align: justify;
        }

        .new_one .new_intr .Readmore {
            background-color: #522a80;
            color: #fff;
            min-height: 45px;
            font-size: 0.65rem;
            margin-top: 25px;
            text-align: center;
            padding: 10px 37px;
            box-sizing: border-box;
            display: inline-flex;
            display: -webkit-inline-flex;
            display: -moz-inline-flex;
            display: -ms-inline-flex;
            justify-content: center;
            align-items: center;
        }

    .new_one .new_img {
        width: 26%;
        text-align: center;
        float: right;
    }

        .new_one .new_img img {
            max-width: 100%;
        }

/*index promotion*/
.pro_one .proBox {
    /*background-color: #eae1d5;*/
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
}

.pro_one .pro_img {
    /*float: right;*/
    width: 55%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
}

    .pro_one .pro_img img {
        max-width: 660px;
        max-height: 352px;
    }

.pro_one .pro_block {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    padding: 45px 0;
    width: 45%;
}

.pro_one .pro_content {
    width: 460px;
    min-height: 262px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    float: right;
    /*margin: 0 70px;*/
    padding: 25px 32px;
    box-sizing: border-box;
}

    .pro_one .pro_content .title {
        color: #fff;
        margin-bottom: 15px;
        font-size: 0.68rem;
        overflow: hidden;
        display: -webkit-inline-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .pro_one .pro_content .pro_desc {
        min-height: 100px;
        max-height: 4rem;
        min-height: 3.7rem;
        overflow: hidden;
    }

        .pro_one .pro_content .pro_desc p {
            color: #fff;
            font-size: 0.68rem;
            overflow: hidden;
            display: -webkit-inline-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            line-height: 1rem;
        }

    .pro_one .pro_content a {
        /*background-color: #006f45;*/
        color: #fff;
        min-height: 45px;
        font-size: 0.65rem;
        margin-top: 25px;
        text-align: center;
        padding: 10px 37px;
        box-sizing: border-box;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        justify-content: center;
        align-items: center;
    }

/*Footer*/
.footerNav {
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .footerNav ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        flex-wrap: wrap;
    }

    .footerNav li {
        float: left;
        margin: 0 42px;
        font-size: 0.6rem;
        min-height: 56px;
        padding: 16px 0;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: center;
        align-items: center;
    }

        .footerNav li a {
            color: #000;
        }

.copyRight {
    margin: 25px 0;
}

    .copyRight p {
        text-align: center;
        font-size: 0.6rem;
        margin: 10px 0;
    }

.footer_icons {
    height: 63px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

    .footer_icons img {
        max-height: 100%;
        margin: 0 5px;
    }


/*cms*/
/*Stamps*/
.cmsBanner {
    text-align: center;
    margin-bottom: 12px;
    font-size: 0;
}

    .cmsBanner img {
        max-height: 265px;
        max-width: 100%;
    }

.Category {
    width: 26%;
    ;
    float: left;
    margin-bottom: 50px;
}

    .Category li {
        padding: 15px 20px 15px 25px;
        border-top: 1px solid #fefefe;
        /*	background: -webkit-linear-gradient(left bottom, #ecebeb , #f9f9f9); 
    background: -o-linear-gradient(top right, #ecebeb, #f9f9f9); 
    background: -moz-linear-gradient(top right, #ecebeb, #f9f9f9); 
    background: linear-gradient(to top right, #ecebeb , #f9f9f9); */
    }


    .Category .liBlock {
        height: 6px;
        /*background: linear-gradient(left , rgb(135, 1, 10) , rgb(242, 72, 33) 34% , rgb(247, 113, 47) 66% , rgb(252, 219, 124) 100%);
	background: -o-linear-gradient(left , rgb(135, 1, 10) , rgb(242, 72, 33) 34% , rgb(247, 113, 47) 66% , rgb(252, 219, 124) 100%);
	background: -ms-linear-gradient(left , rgb(135, 1, 10) , rgb(242, 72, 33) 34% , rgb(247, 113, 47) 66% , rgb(252, 219, 124) 100%);
	background: -moz-linear-gradient(left , rgb(135, 1, 10) , rgb(242, 72, 33) 34% , rgb(247, 113, 47) 66% , rgb(252, 219, 124) 100%);
	background: -webkit-linear-gradient(left , rgb(135, 1, 10) , rgb(242, 72, 33) 34% , rgb(247, 113, 47) 66% , rgb(252, 219, 124) 100%);*/
    }

    .Category li a {
        display: inline-block;
        width: 100%;
        font-size: 0.65rem;
        padding: 5px 0 5px 15px;
        color: #000;
    }

    .Category li .title {
        display: inline-block;
        width: 100%;
        font-size: 0.65rem;
        padding: 5px 0 5px 15px;
        /*border-left: 0.15rem solid #850009;*/
    }

    /*.Category li.active {
	background: -webkit-linear-gradient(left bottom, #8f010a , #c1070a);
	background: -o-linear-gradient(top right, #8f010a, #c1070a);
	background: -moz-linear-gradient(top right, #8f010a, #c1070a);
	background: linear-gradient(to top right, #8f010a, #c1070a);
}*/

    .Category li.active a {
        color: #fff;
    }

.CatList {
    width: 74%;
    float: left;
    padding: 33px 0 33px 45px;
    box-sizing: border-box;
}

    .CatList .sort_box {
        text-align: right;
        margin-bottom: 1rem;
    }

/* --- CatList 主题样式 --- */
/*Style1*/
.cmsListBox_one {
    padding-right: 25px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
}

    .cmsListBox_one .list_one {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 45px;
        float: left;
    }

        .cmsListBox_one .list_one:nth-child(3n) {
            margin-right: 0;
        }

    .cmsListBox_one .list_img {
        height: 170px;
        padding: 8px;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
    }

        .cmsListBox_one .list_img img {
            max-width: 100%;
            max-height: 100%;
            flex-shrink: 0;
        }

    .cmsListBox_one .list_one .title {
        text-align: center;
        font-size: 0.65rem;
        line-height: 1rem;
        margin: 15px 0;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 3.2rem;
    }

/*Style2*/
.cmsListBox_two .top_box .top_left {
    width: 36.5%;
    float: left;
    text-align: right;
}

.cmsListBox_two .top_box .top_img {
    width: 280px;
    height: 193px;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: #d8d8d8 0px 0px 10px 0px;
    position: relative;
    z-index: 3;
    position: relative;
    float: right;
}

    .cmsListBox_two .top_box .top_img img {
        max-width: 100%;
        max-height: 100%;
        flex-shrink: 0;
    }

.cmsListBox_two .top_right {
    width: 63.5%;
    float: left;
    height: 193px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.cmsListBox_two .top_label {
    margin-top: -50px;
}

.cmsListBox_two .top_right p {
    font-size: 0.68rem;
}

.cmsListBox_two .top_right .title {
    color: #522a80;
    margin-bottom: 7px;
}

.cmsListBox_two .top_right .date {
    color: rgb(0 54 0);
}

.cmsListBox_two .main_box {
    width: 100%;
    background-color: #f6f6f7;
    margin-top: -55px;
    position: relative;
}

#style2S .main_box {
    margin-top: 0;
}

    #style2S .main_box .two_right {
        width: 100%;
        margin-top: 0;
        border-left: none;
    }

/*角样式*/
.cmsListBox_two .main_box .top_right_corner {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    right: 0;
    /*	border-top: 0.15rem solid #850009;
	border-right: 0.15rem solid #850009;*/
}

.cmsListBox_two .main_box .left_bottom_corner {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    bottom: 0;
    left: 0;
    /*	border-bottom: 0.15rem solid #850009;
	border-left: 0.15rem solid #850009;*/
}

.cmsListBox_two .main_box .two_left {
    width: 36.5%;
    float: left;
    height: 100%;
    padding-top: 5px;
    box-sizing: border-box;
}

.cmsListBox_two .main_box .two_right {
    width: 63.5%;
    float: left;
    min-height: 1000px;
    padding: 0 20px 0 23px;
    border-left: 1px dashed #ccc;
    box-sizing: border-box;
    margin-top: -55px;
}

.cmsListBox_two .main_box .two_left ul {
    width: 270px;
    float: right;
}

.cmsListBox_two .main_box .two_left li {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

    .cmsListBox_two .main_box .two_left li.active {
        background-color: #008c55;
        width: 105%;
        color: #fff;
        border: 0;
        position: relative;
    }

    .cmsListBox_two .main_box .two_left li img {
        vertical-align: middle;
        padding: 0 0.8rem;
        width: 0.8rem;
        float: left;
    }

    .cmsListBox_two .main_box .two_left li p {
        font-size: 0.65rem;
        margin-left: 60px;
        padding-right: 12px;
    }

.cmsListBox_two .two_right .two_right_top {
    width: 100%;
}

.cmsListBox_two .two_right li {
    padding: 1rem 0.56rem 1rem 0.7rem;
    border-bottom: 1px dashed #ccc;
}

    .cmsListBox_two .two_right li:last-child {
        border-bottom: 0;
        padding-bottom: 100px;
    }

.cmsListBox_two .two_right .two_right_top td {
    width: 50%;
}

    .cmsListBox_two .two_right .two_right_top td:first-child .img_box {
        position: relative;
        display: inline-block;
        /*max-width: 90%;*/
        border: 1px solid #ccc;
        font-size: 0;
        padding: 5px;
        background-color: #fff;
    }

    .cmsListBox_two .two_right .two_right_top td:first-child img {
        max-width: 213px;
        /*max-height: 100%;*/
        max-height: 250px;
    }

.cmsListBox_two .two_right .two_right_top a {
    display: inline-block;
    padding: 5px 13px;
    color: #fff;
    font-size: 0.65rem;
    background-color: rgb(0 54 0);
}

.cmsListBox_two .two_right .two_right_top .cmsCart {
    vertical-align: middle;
    margin-right: 0.3rem;
    width: 1.5rem;
}

.cmsListBox_two .two_right .two_right_top .greyBtn {
    background-color: #ccc;
    cursor: not-allowed;
}

.cmsListBox_two .two_right .two_right_content {
    width: 100%;
    margin-top: 13px;
    font-size: 0.65rem;
}

    .cmsListBox_two .two_right .two_right_content .firstRow {
        color: #522a80;
    }

    .cmsListBox_two .two_right .two_right_content tr td {
        padding: 3px 0;
    }

    .cmsListBox_two .two_right .two_right_content tr > td .cms_desc {
        width: 353px;
        overflow: auto;
    }

/*.cmsListBox_two .two_right .two_right_content tr > td:nth-child(2) {
	padding-left: 20px;
}*/

/*Style2 内容部分*/
.cmsListBox_two .two_right .two_right_two {
    padding: 25px 20px 65px 12.5px;
    min-height: 1000px;
    position: relative;
    /* display: none; */
    box-sizing: border-box;
}

.cmsListBox_two .two_right .two_right_two_top p:first-child {
    float: left;
    color: #48aa8e;
}

.cmsListBox_two .two_right .back {
    float: right;
    color: #522a80;
    margin-top: -5px;
    cursor: pointer;
}

    .cmsListBox_two .two_right .back img {
        margin-right: 8px;
        max-width: 17px;
    }

.cmsListBox_two .two_right .cmsContent {
    padding: 25px 0;
    overflow: auto;
}

.cmsListBox_two .two_right .two_right_two_bottom {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

/*Style3*/
.cmsListBox_three .title {
    color: #522a80;
}

.cmsListBox_three .topTips {
    margin: 13px 0;
}

    .cmsListBox_three .topTips p {
        font-size: 0.65rem;
    }

    .cmsListBox_three .topTips a {
        color: #48aa8e;
    }

.cmsListBox_three .three_block {
    width: 100%;
    display: flex;
    padding: 1.4rem 0 1.5rem;
    border-bottom: 1px dashed #ccc;
}

    .cmsListBox_three .three_block:last-child {
        border-bottom: 0;
    }

    .cmsListBox_three .three_block .sortNum {
        padding: 0 25px;
        box-sizing: border-box;
        min-width: 125px;
        height: 125px;
        float: left;
        background-color: rebeccapurple;
        color: #fff;
        border-radius: 50%;
        /* clip-path: polygon(0% 0%, 100% 0%, 100% 8%,60% 100%, 0% 100%); */
        clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
        box-shadow: #d8d8d8 0px 0px 10px 0px;
        font-size: 60px;
        text-align: center;
        line-height: 125px;
        margin-right: 13px;
        box-sizing: border-box;
    }

    .cmsListBox_three .three_block .three_right {
        flex: 1;
    }

    .cmsListBox_three .three_block .three_right_top {
        margin: 38px 0;
    }

        .cmsListBox_three .three_block .three_right_top p {
            font-size: 0.68rem;
        }

        .cmsListBox_three .three_block .three_right_top .date {
            color: #48aa8e;
            margin: 5px 0;
        }

    .cmsListBox_three .three_block .three_right_img {
        text-align: center;
    }

        .cmsListBox_three .three_block .three_right_img .img_box {
            display: inline-block;
            position: relative;
        }

            .cmsListBox_three .three_block .three_right_img .img_box img {
                max-width: 100%;
                max-height: 580px;
            }

    .cmsListBox_three .three_block .three_right_desc {
        margin-top: 25px;
        overflow: auto;
    }

        .cmsListBox_three .three_block .three_right_desc p {
            font-size: 0.69rem;
        }

    .cmsListBox_three .three_block .design_author {
        color: #48aa8e;
        text-align: right;
        margin: 13px 0 25px;
        font-size: 0.68rem;
    }

    .cmsListBox_three .three_block .three_block_two {
        background-color: #f4f3f3;
        padding: 25px 35px;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }

        .cmsListBox_three .three_block .three_block_two li {
            float: left;
            width: 50%;
            padding: 5px 0;
        }

        .cmsListBox_three .three_block .three_block_two table {
            width: 100%;
        }

            .cmsListBox_three .three_block .three_block_two table td {
                font-size: 0.67rem;
            }

                .cmsListBox_three .three_block .three_block_two table td:first-child {
                    width: 38px;
                    padding-right: 12px;
                }

                    .cmsListBox_three .three_block .three_block_two table td:first-child img {
                        max-width: 100%;
                    }


/*Style4*/
.cmsListBox_four {
    padding-left: 15px;
}

.four_title {
    color: #522a80;
    font-size: 0.8rem;
}

.cmsListBox_four li {
    margin: 20px 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

    .cmsListBox_four li img {
        vertical-align: middle;
        margin-right: 15px;
        max-width: 20px;
    }

    .cmsListBox_four li a {
        color: #018568;
        font-size: 0.68rem;
        flex: 1;
    }

    .cmsListBox_four li:hover a {
        color: #522a80;
    }


/*Philatelic Story*/
.date_list li a {
    font-size: 0.7rem;
}

.philatelic_title_img img {
    max-width: 250px;
}

.philatelic_search {
    margin: 50px 0 50px 50px;
}

    .philatelic_search .select_title {
        color: #522a80;
        margin-bottom: 25px;
    }

    .philatelic_search select {
        /*outline: none;*/
        border: 0;
        background-color: #ececec;
        padding: 10px 37px;
        font-size: 0.7rem;
        text-align: center;
        text-align-last: center;
        margin-right: 20px;
        vertical-align: middle;
    }

    .philatelic_search .view {
        padding: 10px 37px;
        background-color: #196041;
        color: #fff;
    }


/*style5(MemberArea)*/
.cmsListBox_five ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
}

.cmsListBox_five li {
    width: 50%;
    float: left;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.6rem;
}

    .cmsListBox_five li img {
        max-width: 80%;
        margin-bottom: 0.5rem;
    }

/*-----*/
#style5 .Name {
    color: #522a80;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

#style5 .Title {
    color: #018568;
    margin-bottom: 25px;  
}

#style5 .desc {
    margin-bottom: 45px;
}

    #style5 .desc h1 {
        font-size: 0.55rem;
    }

    #style5 .desc p {
        font-size: 0.55rem;
        line-height: 0.9rem;
    }

#style5 ul.list-paddingleft-2 li {
    list-style: disc;
    margin-bottom: 10px;
}

#style5 ul.list-paddingleft-2 ul li {
    list-style: circle;
    margin-bottom: 10px;
}

#style5 ul.list-paddingleft-2 p.rowThree {
    list-style-type: none;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    float: left;
}



#style5 ul.list-paddingleft-2 p.rowFour {
    list-style-type: none;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

#style5 ul.list-paddingleft-2 {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
}

#style5 .firstRow {
}

#style5 table {
    margin-top: 12px;
    margin-bottom: 12px;
    border-collapse: collapse;
}

#style5 tr.firstRow td {
    font-size: 0.55rem;
    padding: 10px;
    background-color: #FFDDFF
}

#style5 td {
    font-size: 0.55rem;
    padding: 10px;
    line-height: 0.8rem;
}

#style5 .librabyP {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#style5 .backTo {
    text-align: right
}

ol.list-paddingleft-2 li {
    list-style-type: decimal;
}

#style5 ol.list-paddingleft-2 {
    font-size: 0.55rem;
    line-height: 0.9rem;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#style5 a:link {
  color: #6C6CEE;
  text-decoration: underline;
}

#style5 a:visited {
  color: #6C6CEE;
  text-decoration: underline;
}
/*-----*/

/*zoom*/
.zoomImg {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.ImgViewer {
    width: 100%;
    height: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    align-items: center;
    justify-content: center;
}

/*SiteMap*/
.SM_list {
    padding: 45px 30px;
}

    .SM_list > ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -mz-flex;
        flex-wrap: wrap;
    }

        .SM_list > ul > li {
            width: 22%;
            float: left;
            margin-right: 4%;
            margin-bottom: 33px;
        }

            .SM_list > ul > li:nth-child(4n) {
                margin-right: 0;
            }

            .SM_list > ul > li .title {
                padding: 12px 22px;
                color: #fff;
                font-size: 0.7rem;
            }

    .SM_list .menuList {
        padding: 18px 25px;
    }

        .SM_list .menuList li {
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -mz-flex;
            margin-bottom: 20px;
            align-items: baseline;
        }

            .SM_list .menuList li span {
                display: inline-block;
                width: 5px;
                height: 5px;
                border: 2px solid;
                border-radius: 50%;
                /*margin-top: 5px;*/
                margin-right: 12px;
                flex-shrink: 0;
            }

            .SM_list .menuList li p {
                font-size: 0.65rem;
            }

                .SM_list .menuList li p a {
                    color: #000;
                }

/*分页器*/

.page-box {
    text-align: center;
    margin-top: 40px;
}

    .page-box a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #000;
        padding: 0 15px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        vertical-align: middle;
    }

        .page-box a:first-child {
            border-left: 1px solid #000;
        }

    .page-box #prePage,
    .page-box #nextPage {
        padding: 0;
        width: 40px;
    }

    .page-box #prePage {
        background: url('../../Images/page-last.png') no-repeat center center;
    }

    .page-box #nextPage {
        background: url('../../Images/page-next.png') no-repeat center center;
    }

    .page-box .current {
        background-color: #000;
        color: #fff;
    }

/*CMS 面包屑导航*/
.top-position {
    margin-bottom: 45px;
    background: -webkit-linear-gradient(left bottom, #ecebeb, #f9f9f9); /* Safari 5.top1 - 6.0 */
    background: -o-linear-gradient(top right, #ecebeb, #f9f9f9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #ecebeb, #f9f9f9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #ecebeb, #f9f9f9); /* 标准的语法（必须放在最后） */
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
}


    .top-position p {
        font-size: 0.6rem;
        padding: 15px 25px;
    }

        .top-position h1 {
            font-size: 0.6rem;
            padding: 15px 25px;
            color: #fff;
            margin: 0;
        }

        .top-position p a {
            color: #000;
        }

            .top-position p a:hover {
                text-decoration: underline;
            }

/* --------------------- */

/*oversea*/
.overseaStyle1 li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 16px;
}

    .overseaStyle1 li:nth-child(2n) {
        margin-right: 0;
    }

    .overseaStyle1 li .list_img {
        height: 172px;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        align-items: center;
        justify-content: center;
    }

        .overseaStyle1 li .list_img img {
            max-width: 386.84px;
            max-height: 100%;
        }

    .overseaStyle1 li .title {
        color: #333333;
        font-size: 0.6rem;
        text-align: center;
        padding: 18px 10px;
    }

/*Detail1*/
#Detail1 > ul > li {
    padding: 30px 28px 35px 32px;
    margin-bottom: 30px;
}

    #Detail1 > ul > li:nth-child(2n) {
        background-color: #f7f5f5;
    }

    #Detail1 > ul > li > .title {
        font-size: 0.65rem;
        color: #7c51a1;
        margin-bottom: 12px;
    }

    #Detail1 > ul > li > ul > li {
        margin-bottom: 40px;
    }

        #Detail1 > ul > li > ul > li:last-child {
            margin-bottom: 0;
        }

        #Detail1 > ul > li > ul > li > table td:nth-child(2) {
            padding: 0 15px;
        }

        #Detail1 > ul > li > ul > li > table td p {
            line-height: 1rem;
            font-size: 0.68rem;
        }

        #Detail1 > ul > li > ul > li > table td .item_title {
            color: #008c55;
        }


#Detail1 .d_imgBox {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 140px;
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: #d8d8d8 0px 0px 10px 0px;
    position: relative;
}

    #Detail1 .d_imgBox img {
        max-width: 194px;
        max-height: 100%;
    }

#Detail1 .buyBtn {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    font-size: 0.65rem;
    background-color: #008c55;
}

    #Detail1 .buyBtn img {
        vertical-align: middle;
        margin-right: 12px;
        width: 38px;
    }

#Detail1 .greyBtn {
    background-color: #ccc;
    cursor: not-allowed;
}


/*-------*/

/*Detail2*/
#Detail2 .topContent {
    padding: 0 25px;
    margin-bottom: 50px;
}

    #Detail2 .topContent .Title {
        font-size: 0.65rem;
        color: #7c51a1;
        margin-bottom: 6px;
    }

    #Detail2 .topContent .date {
        font-size: 0.65rem;
        color: #7c51a1;
    }

    #Detail2 .topContent .desc {
        font-size: 0.65rem;
        margin: 25px 0;
    }

#Detail2 .item_list li .item_desc {
    font-size: 0.65rem;
    padding: 0 25px;
    margin-bottom: 30px;
}

#Detail2 .itemTitle {
    padding: 12px 25px;
    color: #fff;
    background-color: #008c55;
    font-size: 0.65rem;
}

#Detail2 .item_list > ul > li {
    margin-bottom: 50px;
}

    #Detail2 .item_list > ul > li > ul > li {
        margin-bottom: 25px;
    }

        #Detail2 .item_list > ul > li > ul > li:last-of-type {
            margin-bottom: 0;
        }

        #Detail2 .item_list > ul > li > ul > li > ul {
            padding: 20px 25px;
            background-color: #f7f5f5;
        }

            #Detail2 .item_list > ul > li > ul > li > ul > li > .list_title {
                color: #7c51a1;
                font-size: 0.65rem;
                margin-bottom: 12px;
            }

            #Detail2 .item_list > ul > li > ul > li > ul > li > ul > li {
                margin-bottom: 35px;
            }

                #Detail2 .item_list > ul > li > ul > li > ul > li > ul > li:last-child {
                    margin-bottom: 0;
                }

                #Detail2 .item_list > ul > li > ul > li > ul > li > ul > li > table td:nth-child(2) {
                    padding: 0 15px;
                }

                #Detail2 .item_list > ul > li > ul > li > ul > li > ul > li > table td p {
                    line-height: 1rem;
                    font-size: 0.68rem;
                }

                #Detail2 .item_list > ul > li > ul > li > ul > li > ul > li > table td .item_title {
                    color: #008c55;
                }

#Detail2 .d_imgBox {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 140px;
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: #d8d8d8 0px 0px 10px 0px;
    position: relative;
}

    #Detail2 .d_imgBox img {
        max-width: 194px;
        max-height: 100%;
    }

#Detail2 .buyBtn {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    font-size: 0.65rem;
    background-color: #008c55;
}

    #Detail2 .buyBtn img {
        vertical-align: middle;
        margin-right: 12px;
        width: 38px;
    }

#Detail2 .greyBtn {
    background-color: #ccc;
    cursor: not-allowed;
}
#Detail2 .itemDeadline {
    font-size: 0.65rem;
    padding: 0 25px;
    margin: 25px 0;
}



/*-------*/


/* =============== 主题样式切换 ================== */
/*首页What's New*/
.newStamps_style1 .new_intr {
    float: left;
}

.newStamps_style1 .new_img {
    float: right;
}

.newStamps_style2 .new_intr {
    float: right;
}

.newStamps_style2 .new_img {
    float: left;
}
/*----------*/


/*index promotion*/
.pro_style1 {
    flex-direction: row-reverse;
}

    .pro_style1 .pro_img {
        justify-content: flex-end;
    }

    .pro_style1 .pro_block {
        justify-content: flex-start;
    }

.pro_style2 .pro_img {
    justify-content: flex-start;
}

.pro_style2 .pro_block {
    justify-content: flex-end;
}

/*.color_style1 {
	background-color: #eae1d5;
}

.color_style1 .pro_content {
	background-color: #806a4d;
}

.color_style1 .pro_content a {
    background-color: #006f45;
}

.color_style2 {
	background-color: #5ec6e8;
}

.color_style2 .pro_content {
	background-color: #317d97;
}

.color_style2 .pro_content a {
    background-color: #b83030;
}

.color_style3 {
	background-color: #b7d359;
}

.color_style3 .pro_content {
	background-color: #677c1d;
}

.color_style3 .pro_content a {
    background-color: #c05600;
}*/

/*cms(Stamps) Style*/
/*.cms_style1 .cmsListBox_one {
	display: block;
}

.cms_style2 .cmsListBox_two {
	display: block;
}

.cms_style3 .cmsListBox_three {
	display: block;
}

.cms_style4 .cmsListBox_four {
	display: block;
}*/

/*cms color Style*/
.cmsColor_style1 .Category li.active {
    background: -webkit-linear-gradient(left bottom, #8f010a, #c1070a);
    background: -o-linear-gradient(top right, #8f010a, #c1070a);
    background: -moz-linear-gradient(top right, #8f010a, #c1070a);
    background: linear-gradient(to top right, #8f010a, #c1070a);
}

.cmsColor_style1 .Category .liBlock {
    background: linear-gradient(left, rgb(135, 1, 10), rgb(242, 72, 33) 34%, rgb(247, 113, 47) 66%, rgb(252, 219, 124) 100%);
    background: -o-linear-gradient(left, rgb(135, 1, 10), rgb(242, 72, 33) 34%, rgb(247, 113, 47) 66%, rgb(252, 219, 124) 100%);
    background: -ms-linear-gradient(left, rgb(135, 1, 10), rgb(242, 72, 33) 34%, rgb(247, 113, 47) 66%, rgb(252, 219, 124) 100%);
    background: -moz-linear-gradient(left, rgb(135, 1, 10), rgb(242, 72, 33) 34%, rgb(247, 113, 47) 66%, rgb(252, 219, 124) 100%);
    background: -webkit-linear-gradient(left, rgb(135, 1, 10), rgb(242, 72, 33) 34%, rgb(247, 113, 47) 66%, rgb(252, 219, 124) 100%);
}

.cmsColor_style2 .Category li.active {
    background: -webkit-linear-gradient(left bottom, #125ca2, #4ab5f7);
    background: -o-linear-gradient(top right, #125ca2, #4ab5f7);
    background: -moz-linear-gradient(top right, #125ca2, #4ab5f7);
    background: linear-gradient(to top right, #125ca2, #4ab5f7);
}

.cmsColor_style2 .Category .liBlock {
    background: linear-gradient(left, rgb(2, 23, 105) 2%, rgb(18, 92, 162) 33%, rgb(74, 181, 247) 70%, rgb(12, 147, 210) 98%);
    background: -o-linear-gradient(left, rgb(2, 23, 105) 2%, rgb(18, 92, 162) 33%, rgb(74, 181, 247) 70%, rgb(12, 147, 210) 98%);
    background: -ms-linear-gradient(left, rgb(2, 23, 105) 2%, rgb(18, 92, 162) 33%, rgb(74, 181, 247) 70%, rgb(12, 147, 210) 98%);
    background: -moz-linear-gradient(left, rgb(2, 23, 105) 2%, rgb(18, 92, 162) 33%, rgb(74, 181, 247) 70%, rgb(12, 147, 210) 98%);
    background: -webkit-linear-gradient(left, rgb(2, 23, 105) 2%, rgb(18, 92, 162) 33%, rgb(74, 181, 247) 70%, rgb(12, 147, 210) 98%);
}

.cmsColor_style3 .Category li.active {
    background: -webkit-linear-gradient(left bottom, #ff9b06, #ffcb3b);
    background: -o-linear-gradient(top right, #ff9b06, #ffcb3b);
    background: -moz-linear-gradient(top right, #ff9b06, #ffcb3b);
    background: linear-gradient(to top right, #ff9b06, #ffcb3b);
}

.cmsColor_style3 .Category .liBlock {
    background: linear-gradient(left, rgb(255, 155, 6) 1%, rgb(255, 180, 13) 33%, rgb(255, 203, 59) 66%, rgb(255, 197, 49) 99%);
    background: -o-linear-gradient(left, rgb(255, 155, 6) 1%, rgb(255, 180, 13) 33%, rgb(255, 203, 59) 66%, rgb(255, 197, 49) 99%);
    background: -ms-linear-gradient(left, rgb(255, 155, 6) 1%, rgb(255, 180, 13) 33%, rgb(255, 203, 59) 66%, rgb(255, 197, 49) 99%);
    background: -moz-linear-gradient(left, rgb(255, 155, 6) 1%, rgb(255, 180, 13) 33%, rgb(255, 203, 59) 66%, rgb(255, 197, 49) 99%);
    background: -webkit-linear-gradient(left, rgb(255, 155, 6) 1%, rgb(255, 180, 13) 33%, rgb(255, 203, 59) 66%, rgb(255, 197, 49) 99%);
}

/* =========================================== */

/*@media only screen and (max-width: 1400px){
	.centerBox {
	    width: 1000px;
	}

	.SM_list .menuList li span {
		width: 4px;
		height: 4px;
	}
}

@media only screen and (max-width: 1000px) {
	.centerBox {
	    width: 660px;
	}

	.pro_one .pro_content .pro_desc {
		height: 3.8rem;
	    -webkit-line-clamp: 3;
	}
}*/


/* zoom img */
#imgDialog {
    border: 0;
    overflow: visible;
}

#imgDialog img {
    max-width: 85vw;
    max-height: 90vh;
}

#closeImgBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    z-index: 999;
    border: 1px solid;
    background: #009688;
    cursor: pointer;
}

.zoomImgBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    cursor: pointer;
    border: 0;
}

.WAC-img {
    max-width: unset !important;
    margin: 0 0 0 10px;
}

/*For rolling message*/
         /* Container to control overflow and position */
        .scrolling-container {
            width: 100%;
            height: 50px; /* Set a fixed height for the container */
            overflow: hidden;
            background: #ffffff; /* Background set to white */
            position: relative;
        }

        /* Text that will scroll */
        .scrolling-text {
            position: absolute;
            width: 100%;
            text-align: left;
            font-size: 14px;
            color: #333;
            animation: scroll-vertical 20s linear infinite; /* Adjust speed here */
        }

        /* Keyframes for vertical scrolling */
        @keyframes scroll-vertical {
            from {
                transform: translateY(100%); /* Start below the container */
            }
            to {
                transform: translateY(-100%); /* End above the container */
            }
        }
