html,
body {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BCBCBC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BCBCBC;
}

.brandlogo {
    object-fit: cover;
    height: 100px;
    width: auto;
}

.mainnav {
    position: fixed !important;
    z-index: 999999;
    left: 0;
    top: 0px;
}


.footicon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.sec-block {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1080px;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 960px) {
    .container-wrap {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
}



.header-blank {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 117px;
    text-align: center;
}


.homebantextbg {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 0%;
    background-color: #000;
    opacity: 0.5;
}


.homebantext {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homebantext-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #fff;
}

.homebantext-t>.label-ht {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
}

.homebantext-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homebantext-m>.label-ddesc {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.homebantext-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homebantext-b>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 13px 36px;
    border: none;
    background: #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.homebantext-b>.link1:hover {
    color: #333;
    text-decoration: none;
}

.homebantext-b>.link1:active {
    color: #333;
    text-decoration: none;
}

.homebantext-b>.link1:visited {
    color: #333;
    text-decoration: none;
}

/*--------自适应--------*/


.swhome-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swhome {
    width: 100%;
    height: auto;
}

.swhome .swiper-slide {
    position: relative;
}


.swhome .swiper-slide img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.swhome .swiper-pagination {
    bottom: 30px !important;
}

.swhome .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 8px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
    border: solid 1px #fff;
    margin: 0 8px;
}

.swhome .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

.swhome-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhome-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.swhome-next label,
.swhome-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.swhome .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhome .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhome .swiper-button-next:after,
.swhome .swiper-button-prev:after {
    content: '';
}




.insightbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px auto;
    padding: 0px 0px;
}

.insightbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.insightbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.insightbox-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    color: #fff;
}

.insightbox-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0 0;
    padding: 0px 0px;
}

.insnav {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.insnav>.link1 {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.insnav>.link1.on {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.insnav>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.insnav>.link1:active {
    color: #fff;
    text-decoration: none;
}

.insnav>.link1:visited {
    color: #fff;
    text-decoration: none;
}

.insightbox-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.insightboxitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #fff;
    background: #fff;
}

.insightboxitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.insightboxitem-t>a>.img1 {
    width: 100%;
    height: 140px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.insightboxitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.insightboxitem-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 15px 0px 0 0;
    padding: 0px 20px;
}

.insightboxitem-m1>.label-date {
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.insightboxitem-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 3px 20px;
}

.insightboxitem-m2-a {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.insightboxitem-m2-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}

.insightboxitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px;
}

.insightboxitem-b>.label-read {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.img-insights {
    width: 100%;
    height: 100%;
    margin: 0 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.abs-insights {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
}

/*--------自适应--------*/

.homeevent {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 0px 20px 0;
    border-bottom: solid 1px #ddd;
}

.homeevent-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 28%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeevent-l>.label-dt {
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    font-family: 'Playfair Display', Georgia, serif;
}

.homeevent-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeevent-m>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homeevent-m>.link2 {
    margin: 20px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
    font-style: normal;
    text-align: left;
    text-decoration: none;
}


.homeevent-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 28%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeevent-r>.label-ap {
    padding: 0px 0px;
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homeevent-r>.label-hkust {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homeevents{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: top;
    justify-content: center;
}


/*--------自适应--------*/


.swblog-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swblog .swiper-pagination {
    bottom: 30px !important;
    display: none !important;
}




.bloglist-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
    background: #fff;
}

.bloglist {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.bloglist-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0px 0px;
    padding: 0px 30px 0px 0px;
    border-right: solid 1px #ddd;
    background: #fff;
}

.xblogitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.xblogitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
}

.xblogitem-l>a>.img {
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 2/1.3;
}

.xblogitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.xblogitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.xblogitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.xblogitem-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 5px;
}

.xblogitem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.xblogitem-info-b>.label2 {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.xblogitem-info-b>.sp {
    margin: 0 10px;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.xblogitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.xblogitem-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.xblogitem-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.xblogitem-info-title>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.xblogitem-info-title>.label-title:active {
    color: #333;
    text-decoration: none;
}

.xblogitem-info-title>.label-title:visited {
    color: #333;
    text-decoration: none;
}


.xblogitem-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.xblogitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.xblogitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
}

.xblogitem-info-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
}

.xblogitem-info-d>.label-read {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.bloglist-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 100px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    background: #fff;
}

.blogcat {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blogcat-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blogcat-t>.label-catt {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.blogcat-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.blogcat-b>.link1 {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.blogcat-b>.link1.on {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}


.blogcat-b>.link1:hover {
    color: #666;
    text-decoration: none;
}

.blogcat-b>.link1:active {
    color: #666;
    text-decoration: none;
}

.blogcat-b>.link1:visited {
    color: #666;
    text-decoration: none;
}

/*--------自适应--------*/


.subbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 130px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subbox-l>.label-tt {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.subbox-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.subbox-m>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ddd;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.subbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subbox-r>.button-signup {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #E4E4C6;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.blogdetail {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px 0px 50px;
    background: #fff;
}

.blogdetail-e {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.blogdetail-e>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #999;
}

.blogdetail-e>.label-allp {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.blogdetail-e>.label-allp:hover {
    color: #999;
    text-decoration: none;
}

.blogdetail-e>.label-allp:active {
    color: #999;
    text-decoration: none;
}

.blogdetail-e>.label-allp:visited {
    color: #999;
    text-decoration: none;
}

.label-allp>label {
    color: #999;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.blogdetail-t {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.blogdetail-t>.label-title {
    padding: 0px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.blogdetail-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.blogdetail-m1>.label-from {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.blogdetail-m1>.label-view {
    margin: 0px 10px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.blogdetail-m1>.label-date {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.blogdetail-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.blogdetail-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.blogdetail-detail p {}

.blogdetail-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}


.blogdetail-detail {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.blogdetail-detail h1 {
    font-size: 50px;
}

.blogdetail-detail h2 {
    font-size: 40px;
}

.blogdetail-detail h3 {
    font-size: 30px;
}

.blogdetail-detail h4 {
    font-size: 20px;
}

.blogdetail-detail h5 {
    font-size: 18px;
}

.blogdetail-detail p {
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

.blogdetail-detail img {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    height: auto;
}

.blogdetail-detail video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.blogdetail-detail figcaption {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}


.blogdetail-detail>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.blogdetail-detail>.img {
    object-fit: cover;
}

.blogdetail-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
}

/*--------自适应--------*/

.sharebox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.sharebox>a {
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}

.sharebox>a svg {
    width30px;
    height: 30px;
}


.relpost-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px auto;
    padding: 0px 0px;
    background: #fff;
}

.relpost {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.relpost-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 0px;
}

.relpost-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.relpost-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.relpost-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px;
    padding: 0px 0px;
    background: #fff;
}

.relpost-item-l {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}

.relpost-item-l>a>.img {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/0.8;
}

.relpost-item-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.relpost-item-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.relpost-item-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.relpost-item-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.relpost-item-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.relpost-item-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.relpost-item-info-title>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.relpost-item-info-title>.label-title:active {
    color: #333;
    text-decoration: none;
}

.relpost-item-info-title>.label-title:visited {
    color: #333;
    text-decoration: none;
}


.relpost-item-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.relpost-item-info-b>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.relpost-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.relpost-b>.link-more {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.relpost-b>.link-more:hover {
    color: #666;
    text-decoration: none;
}

.relpost-b>.link-more:active {
    color: #666;
    text-decoration: none;
}

.relpost-b>.link-more:visited {
    color: #666;
    text-decoration: none;
}

/*--------自适应--------*/


.signbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.signbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.signbox-t>.label-st {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.signbox-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.signbox-m1>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.signbox-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.signbox-m2>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.signbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.signbox-b>.button-sign2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #E4E4C6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/