 
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}
@keyframes fadeOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}
@keyframes fadeOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.fade-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
a {
    background-color: transparent
}
strong {
    font-weight: bolder
}
code {
    font-family: monospace, monospace;
    font-size: 1em
}
img {
    border-style: none
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button], [type=submit], button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
[hidden] {
    display: none
}
dd, dl, figure, h1, h2, h3, p {
    margin: 0
}
button {
    background-color: transparent;
    background-image: none
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
ol {
    list-style: none;
    margin: 0;
    padding: 0
}
html {
     font-family: 微软雅黑;
    line-height: 1.5
}
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #d2d6dc
}
img {
    border-style: solid
}
textarea {
    resize: vertical
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a0aec0
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0aec0
}
input::placeholder, textarea::placeholder {
    color: #a0aec0
}
button {
    cursor: pointer
}
table {
    border-collapse: collapse
}
h1, h2, h3 {
    font-size: inherit;
    font-weight: inherit
}
a {
    color: inherit;
    text-decoration: inherit
}
button, input, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}
code {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
  object, svg {
    display: block;
    vertical-align: middle
}
/**
img {
    max-width: 100%;
    height: auto
}***/
.container {
    width: 100%
}
@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width:1500px) {
    .container {
        max-width: 1500px
    }
}
@media (min-width:1800px) {
    .container {
        max-width: 1800px
    }
}
.form-input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #d2d6dc;
    border-width: 1px;
    border-radius: .375rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.form-input::-webkit-input-placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-input:-ms-input-placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-input::placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(164, 202, 254, .45);
    border-color: #a4cafe
}
.form-textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #d2d6dc;
    border-width: 1px;
    border-radius: .375rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.form-textarea::-webkit-input-placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-textarea:-ms-input-placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-textarea::placeholder {
    color: #9fa6b2;
    opacity: 1
}
.form-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(164, 202, 254, .45);
    border-color: #a4cafe
}
.nav-background-initial {
    -webkit-animation: animation-to-none .3s 0s ease 0s 1 normal none running;
    animation: animation-to-none .3s 0s ease 0s 1 normal none running;
    -webkit-animation: animation-to-initial .3s;
    animation: animation-to-initial .3s;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial
}
.nav-background-white {
    -webkit-animation: animation-to-white .3s;
    animation: animation-to-white .3s;
    background-color: #fff
}
.hover-scale .scale-img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}
.hover-scale:hover .scale-img {
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05)
}
.card-title-mask {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}
.works-projects-container {
    position: relative;
    width: 100%;
    padding-top: 500%
}
@media (min-width:640px) {
    .works-projects-container {
        padding-top: 212%
    }
}
@media (min-width:1280px) {
    .works-projects-container {
        padding-top: 114%
    }
}
.works-projects-container .mask {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}
.works-projects-container .works-projects-grid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template: repeat(11, 1fr)/repeat(2, 1fr);
    grid-gap: .25rem;
    gap: .25rem
}
.works-projects-container .works-projects-grid .works-projects-cell {
    position: relative;
    overflow: hidden
}
.works-projects-container .works-projects-grid .works-projects-cell.slogan {
    grid-area: 1/1/1/3
}
.works-projects-container .works-projects-grid .works-projects-cell.resdential {
    grid-area: 2/1/2/3
}
.works-projects-container .works-projects-grid .works-projects-cell.demonstration-zone {
    grid-area: 3/1/3/1
}
.works-projects-container .works-projects-grid .works-projects-cell.mixed-used-tod {
    grid-area: 4/1/4/3
}
.works-projects-container .works-projects-grid .works-projects-cell.commercial {
    grid-area: 3/2/3/2
}
.works-projects-container .works-projects-grid .works-projects-cell.supertall {
    grid-area: 5/1/7/1
}
.works-projects-container .works-projects-grid .works-projects-cell.cultural {
    grid-area: 7/1/7/3
}
.works-projects-container .works-projects-grid .works-projects-cell.education {
    grid-area: 6/2/6/2
}
.works-projects-container .works-projects-grid .works-projects-cell.office {
    grid-area: 5/2/5/2
}
.works-projects-container .works-projects-grid .works-projects-cell.urban-design {
    grid-area: 8/2/10/2
}
.works-projects-container .works-projects-grid .works-projects-cell.medical-care {
    grid-area: 8/1/8/1
}
.works-projects-container .works-projects-grid .works-projects-cell.hospitality {
    grid-area: 10/1/10/3
}
.works-projects-container .works-projects-grid .works-projects-cell.urban-planning {
    grid-area: 9/1/9/1
}
.works-projects-container .works-projects-grid .works-projects-cell.landscape {
    grid-area: 11/1/11/1
}
.works-projects-container .works-projects-grid .works-projects-cell.interior {
    grid-area: 11/2/11/2
}
@media (min-width:640px) {
    .works-projects-container .works-projects-grid {
        grid-template: repeat(7, 1fr)/repeat(3, 1fr);
        grid-gap: .5rem;
        gap: .5rem
    }
    .works-projects-container .works-projects-grid .works-projects-cell.slogan {
        grid-area: 1/1/1/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.resdential {
        grid-area: 1/2/1/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.demonstration-zone {
        grid-area: 2/3/2/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.mixed-used-tod {
        grid-area: 3/2/3/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.commercial {
        grid-area: 4/3/4/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.supertall {
        grid-area: 2/1/4/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.cultural {
        grid-area: 4/1/4/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.education {
        grid-area: 5/2/5/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.office {
        grid-area: 2/2/2/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.urban-design {
        grid-area: 5/1/7/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.medical-care {
        grid-area: 5/3/5/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.hospitality {
        grid-area: 6/2/6/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.urban-planning {
        grid-area: 7/1/7/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.landscape {
        grid-area: 7/2/7/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.interior {
        grid-area: 7/3/7/3
    }
}
@media (min-width:1280px) {
    .works-projects-container .works-projects-grid {
        grid-template: repeat(5, 1fr)/repeat(4, 1fr);
        grid-gap: .5rem;
        gap: .5rem
    }
    .works-projects-container .works-projects-grid .works-projects-cell.slogan {
        grid-area: 1/1/1/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.resdential {
        grid-area: 1/2/1/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.demonstration-zone {
        grid-area: 1/4/1/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.mixed-used-tod {
        grid-area: 2/1/2/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.commercial {
        grid-area: 2/3/2/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.supertall {
        grid-area: 2/4/4/4
    }
    .works-projects-container .works-projects-grid .works-projects-cell.cultural {
        grid-area: 3/1/3/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.education {
        grid-area: 3/2/3/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.office {
        grid-area: 3/3/3/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.urban-design {
        grid-area: 4/1/6/1
    }
    .works-projects-container .works-projects-grid .works-projects-cell.medical-care {
        grid-area: 4/2/4/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.hospitality {
        grid-area: 4/3/4/5
    }
    .works-projects-container .works-projects-grid .works-projects-cell.urban-planning {
        grid-area: 5/2/5/2
    }
    .works-projects-container .works-projects-grid .works-projects-cell.landscape {
        grid-area: 5/3/5/3
    }
    .works-projects-container .works-projects-grid .works-projects-cell.interior {
        grid-area: 5/4/5/4
    }
}
.works-projects-container .works-projects-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.works-projects-container .works-projects-block .works-projects-cell {
    position: absolute;
    overflow: hidden
}
.works-projects-container .works-projects-block .works-projects-cell.slogan {
    top: calc(0%+ 0rem);
    left: calc(0%+ 0rem);
    width: 100%;
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.resdential {
    top: calc(9.09091%+ .02273rem);
    left: calc(0%+ 0rem);
    width: 100%;
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.demonstration-zone {
    top: calc(18.18182%+ .04545rem);
    left: calc(0%+ 0rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.mixed-used-tod {
    top: calc(27.27273%+ .06818rem);
    left: calc(0%+ 0rem);
    width: 100%;
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.commercial {
    top: calc(18.18182%+ .04545rem);
    left: calc(50%+ .125rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.supertall {
    top: calc(36.36364%+ .09091rem);
    left: calc(0%+ 0rem);
    width: calc(50% - .125rem);
    height: calc(18.18182% - .20455rem)
}
.works-projects-container .works-projects-block .works-projects-cell.cultural {
    top: calc(54.54545%+ .13636rem);
    left: calc(0%+ 0rem);
    width: 100%;
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.education {
    top: calc(45.45455%+ .11364rem);
    left: calc(50%+ .125rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.office {
    top: calc(36.36364%+ .09091rem);
    left: calc(50%+ .125rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.urban-design {
    top: calc(63.63636%+ .15909rem);
    left: calc(50%+ .125rem);
    width: calc(50% - .125rem);
    height: calc(18.18182% - .20455rem)
}
.works-projects-container .works-projects-block .works-projects-cell.medical-care {
    top: calc(63.63636%+ .15909rem);
    left: calc(0%+ 0rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.hospitality {
    top: calc(81.81818%+ .20455rem);
    left: calc(0%+ 0rem);
    width: 100%;
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.urban-planning {
    top: calc(72.72727%+ .18182rem);
    left: calc(0%+ 0rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.landscape {
    top: calc(90.90909%+ .22727rem);
    left: calc(0%+ 0rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
.works-projects-container .works-projects-block .works-projects-cell.interior {
    top: calc(90.90909%+ .22727rem);
    left: calc(50%+ .125rem);
    width: calc(50% - .125rem);
    height: calc(9.09091% - .22727rem)
}
@media (min-width:640px) {
    .works-projects-container .works-projects-block .works-projects-cell.slogan {
        top: calc(0%+ 0rem);
        left: calc(0%+ 0rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.resdential {
        top: calc(0%+ 0rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(66.66667% - .16667rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.demonstration-zone {
        top: calc(14.28571%+ .07143rem);
        left: calc(66.66667%+ .33333rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.mixed-used-tod {
        top: calc(28.57143%+ .14286rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(66.66667% - .16667rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.commercial {
        top: calc(42.85714%+ .21429rem);
        left: calc(66.66667%+ .33333rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.supertall {
        top: calc(14.28571%+ .07143rem);
        left: calc(0%+ 0rem);
        width: calc(33.33333% - .33333rem);
        height: calc(28.57143% - .35714rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.cultural {
        top: calc(42.85714%+ .21429rem);
        left: calc(0%+ 0rem);
        width: calc(66.66667% - .16667rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.education {
        top: calc(57.14286%+ .28571rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.office {
        top: calc(14.28571%+ .07143rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.urban-design {
        top: calc(57.14286%+ .28571rem);
        left: calc(0%+ 0rem);
        width: calc(33.33333% - .33333rem);
        height: calc(28.57143% - .35714rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.medical-care {
        top: calc(57.14286%+ .28571rem);
        left: calc(66.66667%+ .33333rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.hospitality {
        top: calc(71.42857%+ .35714rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(66.66667% - .16667rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.urban-planning {
        top: calc(85.71429%+ .42857rem);
        left: calc(0%+ 0rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.landscape {
        top: calc(85.71429%+ .42857rem);
        left: calc(33.33333%+ .16667rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.interior {
        top: calc(85.71429%+ .42857rem);
        left: calc(66.66667%+ .33333rem);
        width: calc(33.33333% - .33333rem);
        height: calc(14.28571% - .42857rem)
    }
}
@media (min-width:1280px) {
    .works-projects-container .works-projects-block .works-projects-cell.slogan {
        top: calc(0%+ 0rem);
        left: calc(0%+ 0rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.resdential {
        top: calc(0%+ 0rem);
        left: calc(25%+ .125rem);
        width: calc(50% - .25rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.demonstration-zone {
        top: calc(0%+ 0rem);
        left: calc(75%+ .375rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.mixed-used-tod {
        top: calc(20%+ .1rem);
        left: calc(0%+ 0rem);
        width: calc(50% - .25rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.commercial {
        top: calc(20%+ .1rem);
        left: calc(50%+ .25rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.supertall {
        top: calc(20%+ .1rem);
        left: calc(75%+ .375rem);
        width: calc(25% - .375rem);
        height: calc(40% - .3rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.cultural {
        top: calc(40%+ .2rem);
        left: calc(0%+ 0rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.education {
        top: calc(40%+ .2rem);
        left: calc(25%+ .125rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.office {
        top: calc(40%+ .2rem);
        left: calc(50%+ .25rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.urban-design {
        top: calc(60%+ .3rem);
        left: calc(0%+ 0rem);
        width: calc(25% - .375rem);
        height: calc(40% - .3rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.medical-care {
        top: calc(60%+ .3rem);
        left: calc(25%+ .125rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.hospitality {
        top: calc(60%+ .3rem);
        left: calc(50%+ .25rem);
        width: calc(50% - .25rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.urban-planning {
        top: calc(80%+ .4rem);
        left: calc(25%+ .125rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.landscape {
        top: calc(80%+ .4rem);
        left: calc(50%+ .25rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
    .works-projects-container .works-projects-block .works-projects-cell.interior {
        top: calc(80%+ .4rem);
        left: calc(75%+ .375rem);
        width: calc(25% - .375rem);
        height: calc(20% - .4rem)
    }
}
.publications .list .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
@media (min-width:1024px) {
    .publications .list .item {
        flex-direction: column;
        justify-content: flex-start
    }
}
.publications .list .item .cover {
    flex: none;
    position: relative;
    width: calc(50% - 1rem);
    height: 0;
    padding-bottom: calc(64.285% - 1.2857rem)
}
@media (min-width:1024px) {
    .publications .list .item .cover {
        width: 100%;
        padding-bottom: 128.57%
    }
}
.publications .list .item .cover .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}
.publications .list .item .cover .wrapper .book {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.publications .list .item .cover .wrapper .book .book-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all .4s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100
}
.publications .list .item .cover .wrapper .book .book-front > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}
.publications .list .item .cover .wrapper .book .book-front > :first-child img {
    width: 100%;
    height: 100%
}
.publications .list .item .cover .wrapper .book .book-front > :last-child {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    right: 4px;
    background: #fffbec;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(1deg);
    transform: rotateY(1deg)
}
.publications .list .item .cover .wrapper .book .book-front > :last-child:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: transparent;
    box-shadow: 0 0 30px 5px rgba(51, 51, 51, .8);
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg)
}
@media (min-width:1024px) {
    .publications .list .item .cover .wrapper .book:hover .book-front {
        -webkit-transform: rotateY(-142deg);
        transform: rotateY(-142deg)
    }
}
.publications .list .item .cover .wrapper .book .book-page {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 5px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition-timing-function: ease;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background: linear-gradient(90deg, #e1ddd8 0, #fffbf6);
    box-shadow: inset 0 -1px 2px rgba(50, 50, 50, .1), inset -1px 0 1px hsla(0, 0%, 58.8%, .2);
    border-radius: 0 5px 5px 0
}
.publications .list .item .cover .wrapper .book .book-page.book-page-1 {
    right: -1px;
    transition-duration: .3s;
    -webkit-transform: rotateY(-13deg);
    transform: rotateY(-13deg);
    z-index: 99
}
.publications .list .item .cover .wrapper .book .book-page.book-page-2 {
    right: -2px;
    transition-duration: .25s;
    -webkit-transform: rotateY(-11deg);
    transform: rotateY(-11deg);
    z-index: 98
}
.publications .list .item .cover .wrapper .book .book-page.book-page-3 {
    right: -3px;
    transition-duration: .2s;
    -webkit-transform: rotateY(-9deg);
    transform: rotateY(-9deg);
    z-index: 97
}
.publications .list .item .cover .wrapper .book .book-page.book-page-4 {
    right: -4px;
    transition-duration: .3s;
    -webkit-transform: rotateY(-7deg);
    transform: rotateY(-7deg);
    z-index: 3
}
.publications .list .item .cover .wrapper .book .book-page.book-page-5 {
    right: -5px;
    transition-duration: .3s;
    -webkit-transform: rotateY(-5deg);
    transform: rotateY(-5deg);
    z-index: 2
}
@media (min-width:1024px) {
    .publications .list .item .cover .wrapper .book:hover .book-page.book-page-1 {
        -webkit-transform: rotateY(-137deg);
        transform: rotateY(-137deg);
        transition-duration: .6s
    }
    .publications .list .item .cover .wrapper .book:hover .book-page.book-page-2 {
        -webkit-transform: rotateY(-127deg);
        transform: rotateY(-127deg);
        transition-duration: .7s
    }
    .publications .list .item .cover .wrapper .book:hover .book-page.book-page-3 {
        -webkit-transform: rotateY(-115deg);
        transform: rotateY(-115deg);
        transition-duration: .8s
    }
    .publications .list .item .cover .wrapper .book:hover .book-page.book-page-4 {
        -webkit-transform: rotateY(-12deg);
        transform: rotateY(-12deg);
        transition-duration: .9s
    }
    .publications .list .item .cover .wrapper .book:hover .book-page.book-page-5 {
        -webkit-transform: rotateY(-7deg);
        transform: rotateY(-7deg);
        transition-duration: .75s
    }
}
.publications .list .item .cover .wrapper .book .book-back {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%+ 12px);
    height: 100%;
    -webkit-transform: rotateY(-3deg);
    transform: rotateY(-3deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}
.publications .list .item .cover .wrapper .book .book-back > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
.publications .list .item .cover .wrapper .book .book-back > :first-child img {
    width: 100%;
    height: 100%
}
.publications .list .item .cover .wrapper .book .book-back > :last-child {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    right: 4px;
    background: #fffbec;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(-1deg);
    transform: rotateY(-1deg)
}
.publications .list .item .cover .wrapper .book .book-back > :last-child:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: transparent;
    box-shadow: 0 0 30px 5px rgba(51, 51, 51, .8);
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg)
}
.publications .list .item .cover .wrapper .mobile-book {
    position: relative
}
.publications .list .item .cover .wrapper .mobile-book:before {
    content: "";
    display: block;
    width: 18.4%;
    height: 4.3%;
    position: absolute;
    left: -8.7%;
    bottom: .7%;
    background: url(https://thape-assets.oss-cn-shanghai.aliyuncs.com/packs/media/images/book-shadow-left-995f3d0397fdf7fff563afb911fb2cc5.png) no-repeat 50%/cover;
    z-index: 10
}
.publications .list .item .cover .wrapper .mobile-book img {
    position: relative;
    z-index: 100
}
.publications .list .item .cover .wrapper .mobile-book:after {
    content: "";
    display: block;
    width: 25.3%;
    height: 5.8%;
    position: absolute;
    right: -11.7%;
    bottom: -1.3%;
    background: url(https://thape-assets.oss-cn-shanghai.aliyuncs.com/packs/media/images/book-shadow-right-c403dc4bdecde67e7f2256364d9dd4eb.png) no-repeat 50%/cover;
    z-index: 10
}
.publications .list .item .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: none;
    width: calc(50% - 1rem)
}
@media (min-width:1024px) {
    .publications .list .item .description {
        width: 100%;
        justify-content: flex-start
    }
}
.publications .list .item .description .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}
.home-project-item {
    position: relative;
    overflow: hidden
}
.home-project-item .cover {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
    width: 100%;
    height: 100%
}
@media (min-width:640px) {
    .home-project-item:hover .cover {
        -webkit-transform: translateZ(0) scale(1.05);
        transform: translateZ(0) scale(1.05)
    }
}
.home-project-item .description {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}
@media (min-width:640px) {
    .home-project-item .description {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out, opacity .2s ease-in-out;
        transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out
    }
    .home-project-item:hover .description {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--space-y-reverse))
}
.space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem*var(--space-y-reverse))
}
.bg-transparent {
    background-color: transparent
}
.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}
.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}
.bg-gray-50 {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--bg-opacity))
}
.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color: rgba(244, 245, 247, var(--bg-opacity))
}
.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #e5e7eb;
    background-color: rgba(229, 231, 235, var(--bg-opacity))
}
.bg-gray-500 {
    --bg-opacity: 1;
    background-color: #6b7280;
    background-color: rgba(107, 114, 128, var(--bg-opacity))
}
.bg-red-600 {
    --bg-opacity: 1;
    background-color: #e02424;
    background-color: rgba(224, 36, 36, var(--bg-opacity))
}
.bg-green-600 {
    --bg-opacity: 1;
    background-color: #057a55;
    background-color: rgba(5, 122, 85, var(--bg-opacity))
}
.bg-black6c {
    background-color: #101820
}
.bg-black6c-t70 {
    background-color: rgba(16, 24, 32, .7)
}
.bg-form-background {
    background-color: #fcfdff
}
.bg-thape-white-t50 {
    background-color: hsla(0, 0%, 100%, .5)
}
.bg-thape-white-t80 {
    background-color: hsla(0, 0%, 100%, .8)
}
.bg-thape-white-t95 {
    background-color: hsla(0, 0%, 100%, .95)
}
.bg-thape-bg-gray {
    background-color: #656565
}
.bg-thape-city-gray {
    background-color: #adadb2
}
.bg-thape-company-gray {
    background-color: #cbcbcf
}
.bg-thape-dark-gray {
    background-color: #ebebeb
}
.hover\:bg-gray-50:hover {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--bg-opacity))
}
.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color: rgba(244, 245, 247, var(--bg-opacity))
}
.hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #6b7280;
    background-color: rgba(107, 114, 128, var(--bg-opacity))
}
.hover\:bg-black6c:hover {
    background-color: #101820
}
.focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color: rgba(244, 245, 247, var(--bg-opacity))
}
.active\:bg-gray-50:active {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--bg-opacity))
}
.active\:bg-black6c-t70:active {
    background-color: rgba(16, 24, 32, .7)
}
.bg-opacity-50 {
    --bg-opacity: 0.5
}
.bg-opacity-75 {
    --bg-opacity: 0.75
}
.border-transparent {
    border-color: transparent
}
.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}
.border-gray-200 {
    --border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--border-opacity))
}
.border-gray-300 {
    --border-opacity: 1;
    border-color: #d2d6dc;
    border-color: rgba(210, 214, 220, var(--border-opacity))
}
.border-gray-500 {
    --border-opacity: 1;
    border-color: #6b7280;
    border-color: rgba(107, 114, 128, var(--border-opacity))
}
.border-gray-600 {
    --border-opacity: 1;
    border-color: #4b5563;
    border-color: rgba(75, 85, 99, var(--border-opacity))
}
.border-black6c {
    border-color: #101820
}
.border-thape-dark-gray {
    border-color: #ebebeb
}
.focus\:border-gray-300:focus, .hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #d2d6dc;
    border-color: rgba(210, 214, 220, var(--border-opacity))
}
.focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #9fa6b2;
    border-color: rgba(159, 166, 178, var(--border-opacity))
}
.focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #374151;
    border-color: rgba(55, 65, 81, var(--border-opacity))
}
.rounded {
    border-radius: .25rem
}
.rounded-md {
    border-radius: .375rem
}
.rounded-xl {
    border-radius: .75rem
}
.rounded-full {
    border-radius: 9999px
}
.border-solid {
    border-style: solid
}
.border-2 {
    border-width: 2px
}
.border {
    border-width: 1px
}
.border-b-0 {
    border-bottom-width: 0
}
.border-t-2 {
    border-top-width: 2px
}
.border-b-4 {
    border-bottom-width: 4px
}
.border-t {
    border-top-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.cursor-default {
    cursor: default
}
.cursor-pointer {
    cursor: pointer
}
.cursor-not-allowed {
    cursor: not-allowed
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.table {
    display: table
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.flex-no-wrap {
    flex-wrap: nowrap
}
.items-end {
    align-items: flex-end
}
.items-center {
    align-items: center
}
.content-center {
    align-content: center
}
.content-between {
    align-content: space-between
}
.justify-end {
    justify-content: flex-end
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.flex-1 {
    flex: 1 1
}
.flex-auto {
    flex: 1 1 auto
}
.flex-initial {
    flex: 0 1 auto
}
.flex-none {
    flex: none
}
.order-first {
    order: -9999
}
.float-left {
    float: left
}
.float-none {
    float: none
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.font-sans {
     font-family: 微软雅黑;
}
.font-xlight {
    font-weight: 200
}
.font-light {
    font-weight: 300
}
.font-normal {
    font-weight: 400
}
.font-medium {
    font-weight: 500
}
.font-semibold {
    font-weight: 600
}
.font-bold {
    font-weight: 700
}
.h-2 {
    height: .5rem
}
.h-4 {
    height: 1rem
}
.h-5 {
    height: 1.25rem
}
.h-6 {
    height: 1.5rem
}
.h-32 {
    height: 8rem
}
.h-48 {
    height: 12rem
}
.h-64 {
    height: 16rem
}
.h-auto {
    height: auto
}
.h-full {
   /** height: 100%**/
    height: 100%
}
.h-screen {
    height: 100vh
}
.text-xs {
    font-size: .75rem
}
.text-sm {
    font-size: .875rem
}
.text-base {
    font-size: 1rem
}
.text-lg {
    font-size: 1.125rem
}
.text-xl {
    font-size: 1.25rem
}
.text-2xl {
    font-size: 1.5rem
}
.text-3xl {
    font-size: 1.875rem
}
.leading-4 {
    line-height: 1rem
}
.leading-5 {
    line-height: 1.25rem
}
.leading-6 {
    line-height: 1.5rem
}
.leading-9 {
    line-height: 2.25rem
}
.leading-none {
    line-height: 1
}
.leading-tight {
    line-height: 1.25
}
.leading-snug {
    line-height: 1.375
}
.leading-normal {
    line-height: 1.5
}
.leading-loose {
    line-height: 2
}
.m-0 {
    margin: 0
}
.m-auto {
    margin: auto
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0
}
.mx-0 {
    margin-left: 0;
    margin-right: 0
}
.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}
.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}
.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.mt-0 {
    margin-top: 0
}
.mr-0 {
    margin-right: 0
}
.mb-0 {
    margin-bottom: 0
}
.ml-0 {
    margin-left: 0
}
.mt-1 {
    margin-top: .25rem
}
.mr-1 {
    margin-right: .25rem
}
.mb-1 {
    margin-bottom: .25rem
}
.mt-2 {
    margin-top: .5rem
}
.mr-2 {
    margin-right: .5rem
}
.mb-2 {
    margin-bottom: .5rem
}
.ml-2 {
    margin-left: .5rem
}
.mt-3 {
    margin-top: .75rem
}
.mr-3 {
    margin-right: .75rem
}
.ml-3 {
    margin-left: .75rem
}
.mt-4 {
    margin-top: 1rem
}
.mb-4 {
    margin-bottom: 1rem
}
.ml-4 {
    margin-left: 1rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mt-8 {
    margin-top: 2rem
}
.mb-10 {
    margin-bottom: 2.5rem
}
.ml-12 {
    margin-left: 3rem
}
.ml-20 {
    margin-left: 5rem
}
.ml-auto {
    margin-left: auto
}
.-mr-1 {
    margin-right: -.25rem
}
.-mt-px {
    margin-top: -1px
}
.max-h-full {
    max-height: 100%
}
.max-w-full {
    max-width: 100%
}
.max-w-screen-md {
    max-width: 768px
}
.min-h-full {
    min-height: 100%
}
.object-cover {
    object-fit: cover
}
.opacity-0 {
    opacity: 0
}
.opacity-75 {
    opacity: .75
}
.opacity-100 {
    opacity: 1
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.overflow-auto {
    overflow: auto
}
.overflow-hidden {
    overflow: hidden
}
.overflow-y-auto {
    overflow-y: auto
}
.overflow-x-hidden {
    overflow-x: hidden
}
.p-0 {
    padding: 0
}
.p-1 {
    padding: .25rem
}
.p-2 {
    padding: .5rem
}
.p-3 {
    padding: .75rem
}
.p-4 {
    padding: 1rem
}
.p-5 {
    padding: 1.25rem
}
.p-6 {
    padding: 1.5rem
}
.px-0 {
    padding-left: 0;
    padding-right: 0
}
.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}
.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}
.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
.pt-0 {
    padding-top: 0
}
.pt-1 {
    padding-top: .25rem
}
.pr-1 {
    padding-right: .25rem
}
.pb-1 {
    padding-bottom: .25rem
}
.pl-1 {
    padding-left: .25rem
}
.pt-2 {
    padding-top: .5rem
}
.pb-2 {
    padding-bottom: .5rem
}
.pl-2 {
    padding-left: .5rem
}
.pt-3 {
    padding-top: .75rem
}
.pr-3 {
    padding-right: .75rem
}
.pb-3 {
    padding-bottom: .75rem
}
.pt-4 {
    padding-top: 1rem
}
.pb-4 {
    padding-bottom: 1rem
}
.pb-5 {
    padding-bottom: 1.25rem
}
.pt-6 {
    padding-top: 1.5rem
}
.pb-6 {
    padding-bottom: 1.5rem
}
.pb-8 {
    padding-bottom: 2rem
}
.pt-8 {
    padding-top: 2rem
}
.pt-10 {
    padding-top: 2.5rem
}
.pr-10 {
    padding-right: 2.5rem
}
.pb-12 {
    padding-bottom: 3rem
}
.pt-20 {
    padding-top: 5rem
}
.placeholder-thape-guest-gray::-webkit-input-placeholder {
    color: #b8b8b8
}
.placeholder-thape-guest-gray:-ms-input-placeholder {
    color: #b8b8b8
}
.placeholder-thape-guest-gray::placeholder {
    color: #b8b8b8
}
.pointer-events-none {
    pointer-events: none
}
.static {
    position: static
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    right: 0;
    left: 0
}
.inset-0, .inset-y-0 {
    top: 0;
    bottom: 0
}
.inset-x-0 {
    right: 0;
    left: 0
}
.top-0 {
    top: 0
}
.right-0 {
    right: 0
}
.bottom-0 {
    bottom: 0
}
.left-0 {
    left: 0
}
.right-2 {
    right: .5rem
}
.bottom-4 {
    bottom: 1rem
}
.bottom-b30 {
    bottom: 30%
}
.left-6 {
    left: 1.5rem
}
.right-16 {
    right: 4rem
}
.right-24 {
    right: 6rem
}
.right-32 {
    right: 8rem
}
.resize-none {
    resize: none
}
.resize {
    resize: both
}
.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}
.focus\:shadow-lg:focus, .hover\:shadow-lg:hover, .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}
.focus\:shadow-outline-gray:focus {
    box-shadow: 0 0 0 3px rgba(159, 166, 178, .45)
}
.fill-current {
    fill: currentColor
}
.table-fixed {
    table-layout: fixed
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}
.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}
.text-gray-400 {
    --text-opacity: 1;
    color: #9fa6b2;
    color: rgba(159, 166, 178, var(--text-opacity))
}
.text-gray-500 {
    --text-opacity: 1;
    color: #6b7280;
    color: rgba(107, 114, 128, var(--text-opacity))
}
.text-gray-700 {
    --text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--text-opacity))
}
.text-black6c {
    color: #101820
}
.text-black6c-t70 {
    color: rgba(16, 24, 32, .7)
}
.text-gray1c {
    color: #d9d9d6
}
.text-thape-white-t50 {
    color: hsla(0, 0%, 100%, .5)
}
.text-thape-white-t80 {
    color: hsla(0, 0%, 100%, .8)
}
.text-thape-copyright-gray {
    color: #8c8c8c
}
.text-thape-icon-gray {
    color: #959595
}
.text-thape-darker-gray {
    color: #9e9e9e
}
.text-thape-guest-gray {
    color: #b8b8b8
}
.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}
.hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #6b7280;
    color: rgba(107, 114, 128, var(--text-opacity))
}
.hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--text-opacity))
}
.hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #161e2e;
    color: rgba(22, 30, 46, var(--text-opacity))
}
.hover\:text-black6c:hover {
    color: #101820
}
.hover\:text-black6c-t70:hover {
    color: rgba(16, 24, 32, .7)
}
.focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}
.focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--text-opacity))
}
.focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #252f3f;
    color: rgba(37, 47, 63, var(--text-opacity))
}
.focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #161e2e;
    color: rgba(22, 30, 46, var(--text-opacity))
}
.focus\:text-black6c:focus {
    color: #101820
}
.focus\:text-black6c-t70:focus {
    color: rgba(16, 24, 32, .7)
}
.active\:text-gray-800:active {
    --text-opacity: 1;
    color: #252f3f;
    color: rgba(37, 47, 63, var(--text-opacity))
}
.underline {
    text-decoration: underline
}
.tracking-tighter {
    letter-spacing: -.05em
}
.tracking-tight {
    letter-spacing: -.025em
}
.tracking-wider {
    letter-spacing: .05em
}
.tracking-widest {
    letter-spacing: .1em
}
.align-middle {
    vertical-align: middle
}
.whitespace-no-wrap {
    white-space: nowrap
}
.break-all {
    word-break: break-all
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.w-0 {
    width: 0
}
.w-2 {
    width: .5rem
}
.w-4 {
    width: 1rem
}
.w-5 {
    width: 1.25rem
}
.w-6 {
    width: 1.5rem
}
.w-20 {
    width: 5rem
}
.w-24 {
    width: 6rem
}
.w-28 {
    width: 7rem
}
.w-32 {
    width: 8rem
}
.w-40 {
    width: 10rem
}
.w-48 {
    width: 12rem
}
.w-56 {
    width: 14rem
}
.w-1\/2 {
    width: 50%
}
.w-1\/3 {
    width: 33.333333%
}
.w-2\/3 {
    width: 66.666667%
}
.w-1\/4 {
    width: 25%
}
.w-1\/6 {
    width: 25%
}
.w-3\/4 {
    width: 75%
}
.w-5\/6 {
    width: 83.333333%
}
.w-full {
    width: 100%
}
.z-0 {
    z-index: 0
}
.z-10 {
    z-index: 10
}
.z-50 {
    z-index: 50
}
.gap-1 {
    grid-gap: .25rem;
    gap: .25rem
}
.gap-x-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem
}
.gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.col-span-2 {
    grid-column: span 2/span 2
}
.row-span-2 {
    grid-row: span 2/span 2
}
.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}
.origin-top-right {
    -webkit-transform-origin: top right;
    transform-origin: top right
}
.translate-x-0 {
    --transform-translate-x: 0
}
.-translate-x-1\/2 {
    --transform-translate-x: -50%
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform
}
.ease-linear {
    transition-timing-function: linear
}
.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.duration-150 {
    transition-duration: .15s
}
.duration-200 {
    transition-duration: .2s
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes ping {
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes ping {
    75%, to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}
@keyframes pulse {
    50% {
        opacity: .5
    }
}
@-webkit-keyframes bounce {
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}
@keyframes bounce {
    0%, to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}
* {
    -webkit-tap-highlight-color: transparent
}
.flex-grid {
    display: block;
    overflow: hidden
}
.flex-grid-box {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}
.flex-grid-box > * {
    flex: none
}
.flex-grid-cols-1-gap-1 {
    width: calc(100%+ .25rem);
    margin-left: -.125rem
}
.flex-grid-cols-1-gap-1 > * {
    width: calc(100% - .25rem);
    margin: 0 .125rem
}
.flex-grid-cols-1-gap-1 > :nth-child(n) {
    margin-top: 0
}
.flex-grid-cols-1-gap-1 > :nth-child(n+2) {
    margin-top: .25rem
}
.flex-grid-cols-2-gap-1 {
    width: calc(100%+ .25rem);
    margin-left: -.125rem
}
.flex-grid-cols-2-gap-1 > * {
    width: calc(50% - .25rem);
    margin: 0 .125rem
}
.flex-grid-cols-2-gap-1 > :nth-child(n) {
    margin-top: 0
}
.flex-grid-cols-2-gap-1 > :nth-child(n+3) {
    margin-top: .25rem
}
.flex-grid-cols-4-gap-1 {
    width: calc(100%+ .25rem);
    margin-left: -.125rem
}
.flex-grid-cols-4-gap-1 > * {
    width: calc(25% - .25rem);
    margin: 0 .125rem
}
.flex-grid-cols-4-gap-1 > :nth-child(n) {
    margin-top: 0
}
.flex-grid-cols-4-gap-1 > :nth-child(n+5) {
    margin-top: .25rem
}
.flex-grid-cols-11-gap-1 {
    width: calc(100%+ .25rem);
    margin-left: -.125rem
}
.flex-grid-cols-11-gap-1 > * {
    width: calc(9.09091% - .25rem);
    margin: 0 .125rem
}
.flex-grid-cols-11-gap-1 > :nth-child(n) {
    margin-top: 0
}
.flex-grid-cols-11-gap-1 > :nth-child(n+12) {
    margin-top: .25rem
}
.rounded-xl {
    border-radius: 1.25rem
}
img {
    image-rendering: crisp-edges
}
.h1-cap {
    --border-opacity: 1;
    border-color: #161e2e;
    border-color: rgba(22, 30, 46, var(--border-opacity));
    border-style: solid;
    padding-bottom: .25rem
}
.breadcrumb-item {
    display: inline-block;
    padding-left: .125rem
}
.breadcrumb-item:before {
    color: rgba(16, 24, 32, .7);
    content: ">";
    display: inline-block;
    padding-right: .125rem
}
.header-item {
    display: inline-block;
    padding-left: .125rem
}
.header-item:before {
    color: rgba(16, 24, 32, .7);
    content: "|";
    padding-right: .125rem
}
.header-item-last, .header-item:before {
    display: inline-block
}
.header-item-last:before {
    padding-right: .125rem
}
.header-item-last:after, .header-item-last:before {
    color: rgba(16, 24, 32, .7);
    content: "|";
    display: inline-block
}
.header-item-last:after {
    padding-left: .125rem
}
.header-item-b {
    display: inline-block;
    padding-left: .125rem
} 
.header-item-b-last, .header-item-b:before {
    display: inline-block
}
.header-item-b-last:before {
    padding-right: .125rem
}
.header-item-b-last:after, .header-item-b-last:before {
    color: rgba(16, 24, 32, .7);
    content: "|";
    display: inline-block
}
.header-item-b-last:after {
    padding-left: .125rem
}
.w-18 {
    width: 4.475rem
}
.filter-blur {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}
.map-dot-y:before {
    content: "⦿"; color: #f00;
    position: absolute;
    top: -1px
}
.map-dot-y:before {
    left: -15px
}
.map-dot-a:after, .map-dot-b:before, .map-dot-d:before, .map-dot-t:before {
    content: "⦿";
    position: absolute;
    top: -1px
}
.map-star-a:after, .map-star-b:before, .map-star-d:before, .map-star-t:before {
    content: "★";
    position: absolute;
    top: -6px;
    font-size: 16px;
    color: #f50000
}
.map-dot-b:before {
    left: -15px
}
.map-dot-a:after {
    right: -15px
}
.map-dot-t:before {
    top: 15px;
    left: 8px
}
.map-dot-d:before {
    top: -15px;
    left: 12px
}
.map-star-b:before {
    left: -16px
}
.map-star-a:after {
    right: -16px
}
.map-star-t:before {
    top: 15px;
    left: 8px
}
.map-star-d:before {
    top: -18px;
    left: 12px
}
p {
    text-align: justify
}
@-webkit-keyframes animation-to-white {
    to {
        background-color: #fff
    }
}
@keyframes animation-to-white {
    0% {
        background-color: transparent;
        background-color: initial
    }
    to {
        background-color: #fff
    }
}
@-webkit-keyframes animation-to-initial {
    to {
        background-color: transparent;
        background-color: initial
    }
}
@keyframes animation-to-initial {
    0% {
        background-color: #fff
    }
    to {
        background-color: transparent;
        background-color: initial
    }
}
.main > * {
    width: 100%
}
.thape-slide, .thape-slide .slide-images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.thape-slide .slide-images .image-item {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0
}
.thape-slide .slide-images .image-item.active {
    display: block
}
.thape-slide .slide-images .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.thape-slide .slide-images .qlink {z-index: 9999999;
    position:absolute; color: #fff; text-align: center;
    bottom: 15%;
    left: 50%; margin-left:-28%;
    width: 56%;
     line-height: 50px; margin-bottom: 1px; background: rgba(0,0,0,0.5);
}
.thape-slide .slide-images .qlink li{ z-index: 99999999; list-style-type: none; float: left;  width: 16.6667%;
}
.action-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    color: #fff
}
@media (min-width:768px) {
    .action-area {
        opacity: 0
    }
    .action-area:hover {
        opacity: 1
    }
}
.action-left {
    left: 0
}
@media (min-width:768px) {
    .action-left {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent)
    }
}
.action-left:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent)
}
.action-right {
    right: 0
}
@media (min-width:768px) {
    .action-right {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .6), transparent)
    }
}
.action-right:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .6), transparent)
}
.thape-logo-svg {
    fill: currentColor;
    width: 8rem;
    height: 2.5rem
}
.thape-logo-svg.big-font {
    width: 18rem
}
@media (min-width:640px) {
    .thape-logo-svg {
        fill: currentColor;
        width: 12rem
    }
    .thape-logo-svg.big-font {
        width: 14rem
    }
}
.news-img > p img {
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media (min-width:640px) {
    .sm\:space-y-1 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0.25rem*(1 - var(--space-y-reverse)));
        margin-bottom: calc(0.25rem*var(--space-y-reverse))
    }
    .sm\:space-y-8 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(2rem*(1 - var(--space-y-reverse)));
        margin-bottom: calc(2rem*var(--space-y-reverse))
    }
    .sm\:bg-transparent {
        background-color: transparent
    }
    .sm\:border-b-2 {
        border-bottom-width: 2px
    }
    .sm\:block {
        display: block
    }
    .sm\:inline-block {
        display: inline-block
    }
    .sm\:inline {
        display: inline
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .sm\:items-end {
        align-items: flex-end
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:content-start {
        align-content: flex-start
    }
    .sm\:justify-start {
        justify-content: flex-start
    }
    .sm\:justify-between {
        justify-content: space-between
    }
    .sm\:flex-1 {
        flex: 1 1
    }
    .sm\:flex-initial {
        flex: 0 1 auto
    }
    .sm\:order-none {
        order: 0
    }
    .sm\:font-semibold {
        font-weight: 600
    }
    .sm\:h-52 {
        height: 13rem
    }
    .sm\:h-auto {
        height: auto
    }
    .sm\:text-xs {
        font-size: .75rem
    }
    .sm\:text-sm {
        font-size: .875rem
    }
    .sm\:text-base {
        font-size: 1rem
    }
    .sm\:text-lg {
        font-size: 1.125rem
    }
    .sm\:text-xl {
        font-size: 1.25rem
    }
    .sm\:text-2xl {
        font-size: 1.5rem
    }
    .sm\:text-3xl {
        font-size: 1.875rem
    }
    .sm\:text-4xl {
        font-size: 2.25rem
    }
    .sm\:text-5xl {
        font-size: 3rem
    }
    .sm\:leading-5 {
        line-height: 1.25rem
    }
    .sm\:leading-6 {
        line-height: 1.5rem
    }
    .sm\:leading-tight {
        line-height: 1.25
    }
    .sm\:leading-snug {
        line-height: 1.375
    }
    .sm\:leading-normal {
        line-height: 1.5
    }
    .sm\:leading-relaxed {
        line-height: 1.625
    }
    .sm\:leading-loose {
        line-height: 2
    }
    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .sm\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
    .sm\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .sm\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
    .sm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
    .sm\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .sm\:mt-0 {
        margin-top: 0
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:ml-1 {
        margin-left: .25rem
    }
    .sm\:mt-2 {
        margin-top: .5rem
    }
    .sm\:mb-2 {
        margin-bottom: .5rem
    }
    .sm\:ml-2 {
        margin-left: .5rem
    }
    .sm\:mt-3 {
        margin-top: .75rem
    }
    .sm\:mr-3 {
        margin-right: .75rem
    }
    .sm\:mb-3 {
        margin-bottom: .75rem
    }
    .sm\:ml-3 {
        margin-left: .75rem
    }
    .sm\:mt-4 {
        margin-top: 1rem
    }
    .sm\:mt-6 {
        margin-top: 1.5rem
    }
    .sm\:ml-10 {
        margin-left: 2.5rem
    }
    .sm\:mt-12 {
        margin-top: 3rem
    }
    .sm\:max-w-lg {
        max-width: 32rem
    }
    .sm\:overflow-visible {
        overflow: visible
    }
    .sm\:p-4 {
        padding: 1rem
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .sm\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .sm\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .sm\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }
    .sm\:pt-0 {
        padding-top: 0
    }
    .sm\:pl-0 {
        padding-left: 0
    }
    .sm\:pb-1 {
        padding-bottom: .25rem
    }
    .sm\:pt-2 {
        padding-top: .5rem
    }
    .sm\:pr-2 {
        padding-right: .5rem
    }
    .sm\:pl-2 {
        padding-left: .5rem
    }
    .sm\:pt-3 {
        padding-top: .75rem
    }
    .sm\:pt-4 {
        padding-top: 1rem
    }
    .sm\:pr-4 {
        padding-right: 1rem
    }
    .sm\:pb-4 {
        padding-bottom: 1rem
    }
    .sm\:pb-6 {
        padding-bottom: 1.5rem
    }
    .sm\:pb-7 {
        padding-bottom: 1.75rem
    }
    .sm\:pt-10 {
        padding-top: 2.5rem
    }
    .sm\:pl-10 {
        padding-left: 2.5rem
    }
    .sm\:pt-32 {
        padding-top: 8rem
    }
    .sm\:pr-36 {
        padding-right: 9rem
    }
    .sm\:absolute {
        position: absolute
    }
    .sm\:inset-x-0 {
        right: 0;
        left: 0
    }
    .sm\:bottom-0 {
        bottom: 0
    }
    .sm\:text-left {
        text-align: left
    }
    .sm\:text-justify {
        text-align: justify
    }
    .sm\:tracking-normal {
        letter-spacing: 0
    }
    .sm\:whitespace-normal {
        white-space: normal
    }
    .sm\:break-all {
        word-break: break-all
    }
    .sm\:w-24 {
        width: 6rem
    }
    .sm\:w-28 {
        width: 7rem
    }
    .sm\:w-32 {
        width: 8rem
    }
    .sm\:w-36 {
        width: 9rem
    }
    .sm\:w-40 {
        width: 10rem
    }
    .sm\:w-44 {
        width: 11rem
    }
    .sm\:w-48 {
        width: 12rem
    }
    .sm\:w-56 {
        width: 14rem
    }
    .sm\:w-64 {
        width: 16rem
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:w-1\/3 {
        width: 33.333333%
    }
    .sm\:w-2\/3 {
        width: 66.666667%
    }
    .sm\:w-3\/4 {
        width: 75%
    }
    .sm\:w-3\/12 {
        width: 25%
    }
    .sm\:w-full {
        width: 100%
    }
    .sm\:gap-2 {
        grid-gap: .5rem;
        gap: .5rem
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:flex-grid-cols-1-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .sm\:flex-grid-cols-1-gap-2 > * {
        width: calc(100% - .5rem);
        margin: 0 .25rem
    }
    .sm\:flex-grid-cols-1-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .sm\:flex-grid-cols-1-gap-2 > :nth-child(n+2) {
        margin-top: .5rem
    }
    .sm\:flex-grid-cols-2-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .sm\:flex-grid-cols-2-gap-2 > * {
        width: calc(50% - .5rem);
        margin: 0 .25rem
    }
    .sm\:flex-grid-cols-2-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .sm\:flex-grid-cols-2-gap-2 > :nth-child(n+3) {
        margin-top: .5rem
    }
}
@media (min-width:768px) {
    .md\:block {
        display: block
    }
    .md\:inline {
        display: inline
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:flex-auto {
        flex: 1 1 auto
    }
    .md\:order-last {
        order: 9999
    }
    .md\:float-right {
        float: right
    }
    .md\:font-medium {
        font-weight: 500
    }
    .md\:h-6 {
        height: 1.5rem
    }
    .md\:text-xs {
        font-size: .75rem
    }
    .md\:text-sm {
        font-size: .875rem
    }
    .md\:text-base {
        font-size: 1rem
    }
    .md\:text-xl {
        font-size: 1.25rem
    }
    .md\:leading-snug {
        line-height: 1.375
    }
    .md\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
    .md\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:mr-2 {
        margin-right: .5rem
    }
    .md\:ml-2 {
        margin-left: .5rem
    }
    .md\:mb-3 {
        margin-bottom: .75rem
    }
    .md\:mt-6 {
        margin-top: 1.5rem
    }
    .md\:mt-12 {
        margin-top: 3rem
    }
    .md\:mt-24 {
        margin-top: 6rem
    }
    .md\:p-3 {
        padding: .75rem
    }
    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pb-3 {
        padding-bottom: .75rem
    }
    .md\:pb-4 {
        padding-bottom: 1rem
    }
    .md\:pl-4 {
        padding-left: 1rem
    }
    .md\:pt-8 {
        padding-top: 2rem
    }
    .md\:pb-8 {
        padding-bottom: 2rem
    }
    .md\:pb-12 {
        padding-bottom: 3rem
    }
    .md\:right-6 {
        right: 1.5rem
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-9\/12 {
        width: 75%
    }
    .md\:gap-y-12 {
        grid-row-gap: 3rem;
        row-gap: 3rem
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:flex-grid-cols-2-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .md\:flex-grid-cols-2-gap-2 > * {
        width: calc(50% - .5rem);
        margin: 0 .25rem
    }
    .md\:flex-grid-cols-2-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .md\:flex-grid-cols-2-gap-2 > :nth-child(n+3) {
        margin-top: .5rem
    }
    .md\:flex-grid-cols-3-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .md\:flex-grid-cols-3-gap-2 > * {
        width: calc(33.33333% - .5rem);
        margin: 0 .25rem
    }
    .md\:flex-grid-cols-3-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .md\:flex-grid-cols-3-gap-2 > :nth-child(n+4) {
        margin-top: .5rem
    }
    .md\:flex-grid-cols-11-gap-3 {
        width: calc(100%+ .75rem);
        margin-left: -.375rem
    }
    .md\:flex-grid-cols-11-gap-3 > * {
        width: calc(9.09091% - .75rem);
        margin: 0 .375rem
    }
    .md\:flex-grid-cols-11-gap-3 > :nth-child(n) {
        margin-top: 0
    }
    .md\:flex-grid-cols-11-gap-3 > :nth-child(n+12) {
        margin-top: .75rem
    }
}
@media (min-width:1024px) {
    .lg\:border-b {
        border-bottom-width: 1px
    }
    .lg\:block {
        display: block
    }
    .lg\:inline-block {
        display: inline-block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .lg\:items-end {
        align-items: flex-end
    }
    .lg\:justify-between {
        justify-content: space-between
    }
    .lg\:flex-initial {
        flex: 0 1 auto
    }
    .lg\:float-right {
        float: right
    }
    .lg\:float-left {
        float: left
    }
    .lg\:text-sm {
        font-size: .875rem
    }
    .lg\:text-base {
        font-size: 1rem
    }
    .lg\:text-lg {
        font-size: 1.125rem
    }
    .lg\:text-xl {
        font-size: 1.25rem
    }
    .lg\:text-2xl {
        font-size: 1.5rem
    }
    .lg\:text-3xl {
        font-size: 1.875rem
    }
    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
    .lg\:mt-0 {
        margin-top: 0
    }
    .lg\:mb-4 {
        margin-bottom: 1rem
    }
    .lg\:mr-8 {
        margin-right: 2rem
    }
    .lg\:mt-12 {
        margin-top: 3rem
    }
    .lg\:ml-20 {
        margin-left: 5rem
    }
    .lg\:mt-24 {
        margin-top: 6rem
    }
    .lg\:mt-32 {
        margin-top: 8rem
    }
    .lg\:p-4 {
        padding: 1rem
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }
    .lg\:pt-0 {
        padding-top: 0
    }
    .lg\:pr-4 {
        padding-right: 1rem
    }
    .lg\:pb-4 {
        padding-bottom: 1rem
    }
    .lg\:pl-4 {
        padding-left: 1rem
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:pb-24 {
        padding-bottom: 6rem
    }
    .lg\:absolute {
        position: absolute
    }
    .lg\:right-0 {
        right: 0
    }
    .lg\:bottom-0 {
        bottom: 0
    }
    .lg\:left-0 {
        left: 0
    }
    .lg\:top-4 {
        top: 1rem
    }
    .lg\:top-8 {
        top: 2rem
    }
    .lg\:right-8 {
        right: 2rem
    }
    .lg\:text-right {
        text-align: right
    }
    .lg\:text-justify {
        text-align: justify
    }
    .lg\:w-8 {
        width: 2rem
    }
    .lg\:w-80 {
        width: 20rem
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:gap-x-16 {
        grid-column-gap: 4rem;
        -webkit-column-gap: 4rem;
        column-gap: 4rem
    }
    .lg\:gap-x-24 {
        grid-column-gap: 6rem;
        -webkit-column-gap: 6rem;
        column-gap: 6rem
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:flex-grid-cols-2-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .lg\:flex-grid-cols-2-gap-2 > * {
        width: calc(50% - .5rem);
        margin: 0 .25rem
    }
    .lg\:flex-grid-cols-2-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .lg\:flex-grid-cols-2-gap-2 > :nth-child(n+3) {
        margin-top: .5rem
    }
    .lg\:flex-grid-cols-3-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .lg\:flex-grid-cols-3-gap-2 > * {
        width: calc(33.33333% - .5rem);
        margin: 0 .25rem
    }
    .lg\:flex-grid-cols-3-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .lg\:flex-grid-cols-3-gap-2 > :nth-child(n+4) {
        margin-top: .5rem
    }
    .lg\:flex-grid-cols-4-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .lg\:flex-grid-cols-4-gap-2 > * {
        width: calc(25% - .5rem);
        margin: 0 .25rem
    }
    .lg\:flex-grid-cols-4-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .lg\:flex-grid-cols-4-gap-2 > :nth-child(n+5) {
        margin-top: .5rem
    }
    .lg\:flex-grid-cols-7-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .lg\:flex-grid-cols-7-gap-2 > * {
        width: calc(14.28571% - .5rem);
        margin: 0 .25rem
    }
    .lg\:flex-grid-cols-7-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .lg\:flex-grid-cols-7-gap-2 > :nth-child(n+8) {
        margin-top: .5rem
    }
    .lg\:flex-grid-cols-14-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .lg\:flex-grid-cols-14-gap-2 > * {
        width: calc(7.14286% - .5rem);
        margin: 0 .25rem
    }
    .lg\:flex-grid-cols-14-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .lg\:flex-grid-cols-14-gap-2 > :nth-child(n+15) {
        margin-top: .5rem
    }
}
@media (min-width:1280px) {
    .xl\:block {
        display: block
    }
    .xl\:hidden {
        display: none
    }
    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .xl\:text-lg {
        font-size: 1.125rem
    }
    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .xl\:mt-5 {
        margin-top: 1.25rem
    }
    .xl\:mr-5 {
        margin-right: 1.25rem
    }
    .xl\:mb-5 {
        margin-bottom: 1.25rem
    }
    .xl\:ml-5 {
        margin-left: 1.25rem
    }
    .xl\:mt-8 {
        margin-top: 2rem
    }
    .xl\:mt-16 {
        margin-top: 4rem
    }
    .xl\:mt-40 {
        margin-top: 10rem
    }
    .xl\:max-w-xl {
        max-width: 36rem
    }
    .xl\:p-5 {
        padding: 1.25rem
    }
    .xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }
    .xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }
    .xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }
    .xl\:pt-0 {
        padding-top: 0
    }
    .xl\:pb-5 {
        padding-bottom: 1.25rem
    }
    .xl\:right-10 {
        right: 2.5rem
    }
    .xl\:w-1\/4 {
        width: 25%
    }
    .xl\:w-2\/5 {
        width: 40%
    }
    .xl\:w-3\/5 {
        width: 60%
    }
    .xl\:gap-x-32 {
        grid-column-gap: 8rem;
        -webkit-column-gap: 8rem;
        column-gap: 8rem
    }
    .xl\:gap-y-24 {
        grid-row-gap: 6rem;
        row-gap: 6rem
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:flex-grid-cols-9-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .xl\:flex-grid-cols-9-gap-2 > * {
        width: calc(11.11111% - .5rem);
        margin: 0 .25rem
    }
    .xl\:flex-grid-cols-9-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .xl\:flex-grid-cols-9-gap-2 > :nth-child(n+10) {
        margin-top: .5rem
    }
}
@media (min-width:1500px) {
    .xxl\:text-xl {
        font-size: 1.25rem
    }
    .xxl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }
    .xxl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
    .xxl\:mb-6 {
        margin-bottom: 1.5rem
    }
    .xxl\:mt-48 {
        margin-top: 12rem
    }
    .xxl\:max-w-2xl {
        max-width: 42rem
    }
    .xxl\:max-w-screen-lg {
        max-width: 1024px
    }
    .xxl\:p-6 {
        padding: 1.5rem
    }
    .xxl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .xxl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .xxl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .xxl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .xxl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem
    }
    .xxl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }
    .xxl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }
    .xxl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }
    .xxl\:pt-0 {
        padding-top: 0
    }
    .xxl\:pt-1 {
        padding-top: .25rem
    }
    .xxl\:pb-6 {
        padding-bottom: 1.5rem
    }
    .xxl\:top-12 {
        top: 3rem
    }
    .xxl\:right-12 {
        right: 3rem
    }
    .xxl\:flex-grid-cols-6-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .xxl\:flex-grid-cols-6-gap-2 > * {
        width: calc(16.66667% - .5rem);
        margin: 0 .25rem
    }
    .xxl\:flex-grid-cols-6-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .xxl\:flex-grid-cols-6-gap-2 > :nth-child(n+7) {
        margin-top: .5rem
    }
    .xxl\:flex-grid-cols-10-gap-2 {
        width: calc(100%+ .5rem);
        margin-left: -.25rem
    }
    .xxl\:flex-grid-cols-10-gap-2 > * {
        width: calc(10% - .5rem);
        margin: 0 .25rem
    }
    .xxl\:flex-grid-cols-10-gap-2 > :nth-child(n) {
        margin-top: 0
    }
    .xxl\:flex-grid-cols-10-gap-2 > :nth-child(n+11) {
        margin-top: .5rem
    }
    .xxl\:flex-grid-cols-14-gap-3 {
        width: calc(100%+ .75rem);
        margin-left: -.375rem
    }
    .xxl\:flex-grid-cols-14-gap-3 > * {
        width: calc(7.14286% - .75rem);
        margin: 0 .375rem
    }
    .xxl\:flex-grid-cols-14-gap-3 > :nth-child(n) {
        margin-top: 0
    }
    .xxl\:flex-grid-cols-14-gap-3 > :nth-child(n+15) {
        margin-top: .75rem
    }
}
@media (min-width:1800px) {
    .xxxl\:h-36 {
        height: 9rem
    }
    .xxxl\:text-2xl {
        font-size: 1.5rem
    }
    .xxxl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }
    .xxxl\:mt-3 {
        margin-top: .75rem
    }
    .xxxl\:mb-6 {
        margin-bottom: 1.5rem
    }
    .xxxl\:mb-8 {
        margin-bottom: 2rem
    }
    .xxxl\:mt-56 {
        margin-top: 14rem
    }
    .xxxl\:p-8 {
        padding: 2rem
    }
    .xxxl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .xxxl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .xxxl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .xxxl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }
    .xxxl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }
    .xxxl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem
    }
    .xxxl\:pt-0 {
        padding-top: 0
    }
    .xxxl\:pb-8 {
        padding-bottom: 2rem
    }
    .xxxl\:right-16 {
        right: 4rem
    }
    .xxxl\:top-20 {
        top: 5rem
    }
}

.zhengwen{line-height: 2.4em; height: auto; overflow: auto;}
    .zhengwen p{   padding-top: 6px; padding-bottom: 6px;}
.zhengwen img{max-width:100%; height: auto; overflow: auto;}
@media (max-width:780px) {
    .zhengwen{line-height: 1.8em;  }
    .zhengwen p{ font-size:12px; padding-top: 6px; padding-bottom: 6px;}
}
.daxie{ text-transform: uppercase;}
.tt1,.tt10,.tt14{display: none}
.tel {  
    font-size:18px; }

.weizhi{ float: right; text-align: right;
    height:50px; line-height: 50px; overflow: hidden; 
	bottom: 0px; width: auto; 
}
.weizhi .place{ width:auto;  margin-left: 20px; 
	height:50px;
	line-height:50px;  
	color:#aaa;
	overflow:hidden;  text-align:left;   font-size: 14px;
}  
.weizhi .place strong{
	color:#777; background:url(/skin/wz2.png) no-repeat left 3px;  padding-left:20px;
	font-weight:normal; 
	letter-spacing:1px;
}
.weizhi .place a{
	color:#777;
	margin:0px 2px;
}
.weizhi .place a:hover{
	color:#777;
	margin:0px 2px;
	TEXT-DECORATION:none;
}


.weizhi-b{ float: left; text-align: left;
    height:50px; line-height: 50px; overflow: hidden; 
	bottom: 0px; width: auto; 
}
.weizhi-b .place{ width:auto;  margin-left: 0px; 
	height:50px;
	line-height:50px;  
	color:#aaa;
	overflow:hidden;  text-align:left;   font-size: 14px;
}  
.weizhi-b .place strong{
	color:#777;   padding-left:0px;
	font-weight:normal; 
	letter-spacing:1px;
}
.weizhi-b .place a{
	color:#777;
	margin:0px 2px;
}
.weizhi-b .place a:hover{
	color:#777;
	margin:0px 2px;
	TEXT-DECORATION:none;
}
.jincou{letter-spacing: -2px;}

.baseli{list-style-type: none;} 
.baseli:hover a{ color:#02901c;} 



.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ellipsis-2{overflow:hidden;max-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ellipsis-3{overflow:hidden;max-height:4.5em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}

.jiage{ font-family: 'Orbitron', sans-serif; 
}

.yincang{display:none} 
.pic_kuan{}
.pic_kuan img{ max-width: 100%; height: auto;}

.xiuzheng{width: 100%;height: 80px; overflow: hidden;}

@media (max-width:780px) {
    .xiuzheng{width: 100%;height: 60px; overflow: hidden;}

}




@media (max-width:768px) {
    .thape-slide .slide-images .qlink { line-height: 44px;
        bottom:60px; left: 50%; margin-left:-50%; width: 100%;
    }
    .thape-slide .slide-images .qlink li{  width:50%; }
} 
@media (max-width:1024px) {
    .thape-slide .slide-images .qlink { line-height: 44px;
        bottom:100px; left: 50%; margin-left:-35%; width:70%;
    }
    .thape-slide .slide-images .qlink li{  width:33.333%; }
}
@media (max-width:1440px) {
    .thape-slide .slide-images .qlink { line-height: 44px;
          left: 50%; margin-left:-42%; width:84%;
    } 
}

.dp_high_100{height:66%;} 
.dp_high_M_100{margin-top: 66vh; z-index: 1} 
@media (max-width:768px) {
	.dp_high_100{height:50%;} 
	.dp_high_M_100{margin-top: 50vh; z-index: 1} 
} 

  /* 新闻列表 */
.news_list01 .inp_wrap{background:#f7f8fa; height:67px; line-height:67px; padding-left:72px; position:relative;}
.news_list01 .inp_wrap .inp{height:67px; line-height:67px; width:calc(100% - 72px); padding:0; margin:0; border:none; background:none; font-size:20px;}
.news_list01 .inp_wrap .inp::-webkit-input-placeholder {color:#b9bec7;}
.news_list01 .inp_wrap .btns{width:23px; height:23px; background:url(../img/news_list01_1.png) no-repeat center; border:none; padding:0; margin:0; position:absolute; top:50%; margin-top:-11px; left:24px; cursor:pointer;}
.news_list02{margin-top:55px;}
.news_list02 .li_{width:32%; float:left; margin-right:2%; margin-bottom:55px;}
.news_list02 .li_three{margin-right:0;}
.news_list02 .li_ .rect-3422{padding-bottom:34.22%;}
.news_list02 .li_ .rect-77{padding-bottom:77%;}
.news_list02 .li_ .rect-60{padding-bottom:60%;}
.news_list02 .li_ .rect-51{padding-bottom:51.2%;}
.news_list02 .li_ .img_{position:relative; z-index:2;}
.news_list02 .li_ .img_ img{transition:all 0.5s ease;}
.news_list02 .li_ .title{font-size:22px; line-height:22px; color:#fff; position:absolute; left:35px; bottom:25px;}
.news_list02 .li_ .intro_{background:#f2f5f8; position:relative; border-bottom:4px solid #a5a2a2;}
.news_list02 .li_ .intro_:after{content:''; width:100%; height:4px; background:#4479c9; position:absolute; left:0; bottom:-4px; transform:scale(0); transition:all 0.5s ease;}
.news_list02 .li_ .intro_ .box{padding:50px 40px 30px 35px;}
.news_list02 .li_ .intro_ .box .tit{font-size:32px; line-height:42px; color:#374567; transition:all 0.5s ease; margin-bottom:30px; max-height:84px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.news_list02 .li_ .intro_ .box .con{font-size:16px; line-height:28px; color:#54657f; height:112px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; }
.news_list02 .li_ .intro_ .box .date{position:absolute; left:35px; bottom:28px; font-size:15px; color:#b6b6b6; line-height:23px;}
.news_list02 .li_ .intro_ .box .icon{width:26px; height:25px; background:url(../img/news_list02_3.png) no-repeat center; position:absolute; right:30px; bottom:20px;}
.news_list02 .li_ .intro_ span{display:block; font-size:12px; color:#fff; text-align:center; width:100px; height:27px; line-height:27px; background:#4479c9; position:relative; margin-bottom:42px}
.news_list02 .li_ .intro_ span:after{content:''; width:14px; height:15px; background:url(../img/news_list02_2.png) no-repeat center; position:absolute; top:100%; left:0;}
.news_list02 .li_.no_img .img_:after{content:''; width:14px; height:15px; background:url(../img/news_list02_2.png) no-repeat center; position:absolute; top:100%; left:35px;}
.news_list02 .li_.has_img .intro_ .box{padding-top:30px;}
.news_list02 .li_:hover .intro_:after{transform:scale(1)}
.news_list02 .li_:hover .intro_ .box .tit{color:#4479c9;}
.news_list02 .li_:hover .img_ img{-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.news_list02 .widgets_common_pages_6{margin-top:0;}