* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

@font-face {
    font-family: "myanmar";
    src: url(../font/shijiekeji2.ttf);
}

body {
    font-family: Arial, Arial, myanmar_font;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "myanmar";
}
.trp-language-switcher{
    height: 100%;
}
.trp-language-switcher > div{
    border: none;
    padding: 4px 10px;
}
.trp-language-switcher{
    width: 120px;
}

.max {
    max-width: 1440px;
    padding: 0 15px;
    margin: auto;
}
.tp-r>div{
    display: flex;
    align-items: center;
}
.tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0; */
}

.tp-list {
    display: flex;
    align-items: center;
}

.tp-list a {
    padding: 0 5px;
}

.tp-list a img {
    display: block;
    width: 30px;
    height: 30px;
    transition: all .3s;
}

.tp-list a:hover {
    opacity: .8;
}

.tp-l {
    color: #53BC77;
    font-size: 16px;
    font-family: 'iconfont';
    line-height: 40px;
    font-weight: 500;
}

.head-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list li {
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-list li i {
    margin-left: 5px;
    color: #53BC77;
    font-weight: 600;
}

.nav-list li>a {
    color: #53BC77;
    font-weight: 600;
    line-height: 60px;
}

.head-l img {
    height: 60px;
    display: block;
}

.nav-two {
    padding: 10px 0;
    width: 195px;
    left: 0;
    top: 100%;
    background: #faf7f2;
    z-index: 999;
    box-shadow: 0 0 4px rgba(122, 122, 122, .8);
    border-radius: 2px;
    position: absolute;
    display: none;
}

.nav-two>div a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 0 14px;
    line-height: 41px;
}

.nav-two>div:hover a {
    background: #fff;
    color: #53BC77;
}

#vdo {
    width: 100%;
    height: auto;
    display: block;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background: #53BC77;
}

.pad {
    padding: 3vw 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-l {
    width: 50%;
    padding: 0 15px;
}

.about-r {
    width: 50%;
    padding: 0 15px;
    position: relative;
}

.about-l h3 {
    line-height: 1.3;
    font-size: 3.2vw;
    font-family: myanmar;
    margin-bottom: 20px;
}

.about-l h3 span {
    color: #53BC77;
}

.about-l p {
    color: #777;
    word-break: break-word;
    line-height: 1.5;
    margin-bottom: 24px;
        font-family: 'iconfont';
}

.more {
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    background: #53bc78d2;
    border-radius: 30px;
    color: #fff;
}

.more:hover {
    opacity: .8;
}

.about-img {
    display: block;
    width: 100%;
}

.play {
    width: 70px;
    height: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    cursor: pointer;
    z-index: 11;
}

.vo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    background: #000;
    display: none;
}

.vo div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.vo video {
    width: 100%;
}

.title {
    font-size: 56px;
    color: #000;
    line-height: 1.3;
    font-family: myanmar;
    text-align: center;
    margin-bottom: 16px;
}

.title span {
    color: #53BC77;
}

.bg {
    background: #53bc781c;
}

.pack-txt {
    color: rgba(119, 119, 119, 1);
    word-break: break-word;
    line-height: 1.5;
}

.pack-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}

.pack-list li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.pack-list li>div {
    text-align: center;
}

.pack-list li>div img {
    width: 90px;
    height: 90px;
}

.pack-list li h5 {
    font-size: 18px;
    color: rgba(23, 23, 22, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px 0;
    font-weight: 500;
    font-family: myanmar;
}

.pack-list li p {
    font-size: 14px;
    color: rgba(23, 23, 22, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.about-c {
    align-items: flex-start;
}

.Brand .max {
    width: 100%;
    max-width: 100%;
}

.Brand-c {
    align-items: flex-start;
}

.Brand-c>div {
    width: 50%;
    padding: 0 15px;
    position: relative;
}

.Brand-l>div {
    position: sticky;
    top: 0;
}

.Brand-l>div img {
    display: block;
    width: 100%;
}

.Brand-title {
    margin-bottom: 40px;
}

.Brand-title h5 {
    line-height: 1;
    font-size: 60px;
    font-family: myanmar;
    font-weight: 400;
}

.Brand-list li {
    margin-bottom: 40px;
}

.Brand-list li h5 {
    display: flex;
    align-items: center;
    color: #53BC77;
    margin-bottom: 20px;
    font-size: 16px;
}

.Brand-list li h5 img {
    width: 22px;
    margin-right: 10px;
}

.Brand-list li p {
    color: #696969;
}

.Brand-text p {
    color: #53BC77;
    margin-bottom: 30px;
}

.Category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.Category-list li {
    width: 25%;
    padding: 0 10px;
}

.Category-list li div {
    position: relative;
}

.Category-img {
    display: block;
    width: 100%;
}

.Category-play {
    width: 46px;
    height: 46px;
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
}

.Category-list li h3 {
    color: rgba(31, 30, 30, 1);
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 30px 0;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}

.Category-list li:hover h3 {
    color: #53BC77;
}

.box-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.box-list li {
    width: 25%;
    padding: 0 10px;
}

.box-text {
    position: relative;
}

.box-text img {
    width: 100%;
    display: block;
}

.box-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15%;
    color: #fff;
    background: rgba(119, 119, 119, 0.5);
    color: #fff;
    text-align: center;
    transition: all .3s;
    display: none;
}

.box-list h3 {
    color: rgba(31, 30, 30, 1);
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 30px 0;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}

.box-list li:hover h3 {
    color: #53BC77;
}

.box-list li:hover .box-txt {
    display: block;
}

.str3-2 li {
    width: 280px;
}

.str3-2 li img {
    display: block;
    width: 100%;
}

#marquee1 ul {
    display: flex;
}

#marquee1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#marquee1 ul li {
    margin: 0 10px;
}

.will {
    background-image: url(/img/Products-Discounts.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-size: cover;
}

.tables ul {
    display: flex;
    flex-wrap: wrap;
}

.tables ul li {
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    width: 33.33%;
    margin-bottom: -1px;
    margin-right: -1px;
}

.tables ul li a {
    color: #333;
}

.tables ul li:hover a {
    color: #53BC77;
}

.will-txt h3 {
    font-size: 36px;
    line-height: 1.3;
    font-family: myanmar;
    color: #000;
    font-weight: 500;
    padding: 0 10%;
    margin-bottom: 50px;
}

.will-txt div {
    text-align: center;
}

.will-txt div a {
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    background: #ffff;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
}

.will-txt div a:hover {
    background: #53BC77;
    color: #fff;
}

.Exhibition-img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.Exhibition-img:hover img {
    transform: scale(1.1);
}

.Exhibition-slide {
    overflow: hidden;
    margin-top: 20px;
}

.Exhibition-slide .swiper-slide h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 15px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Exhibition-slide .swiper-slide p {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Exhibition-slide .swiper-slide:hover h3 {
    color: #53BC77;
}

.Exhibition-img {
    overflow: hidden;
}

.News .Category-list li {
    width: 33.3%;
    margin-bottom: 20px;
}
.News .Category-list li>a{
        display: flex;
    flex-direction: column;
    height: 100%;
    
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 8px 12px;
    color: #333;
    border: 1px solid #BFBFBF;
}
.News .Category-list li h3 {
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* -webkit-box-orient: vertical; */
    font-size: 20px;
}
.wp-pagenavi {
    clear: both;
    padding: 10px 0;
}
.News .Category-list li p {
    color: #777;
    /*margin-bottom: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .Category-list li div {
    overflow: hidden;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.News .Category-list li img {
    transition: all .3s;
}

.News .Category-list li:hover img {
    transform: scale(1.1);
}

.with {
    background-image: url(/img/xd.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
    text-align: center;
    background-size: cover;
}

.with h3 {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 500;
}

.with p {
    padding: 0 15%;
    font-size: 14px;
}

.form-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.form-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.form-list li input {
    color: #fff;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 54px;
    outline: none;
    padding: 0 10px;
}

.form-list li input::placeholder {
    color: #fff;
}

.form-list li:last-child {
    width: 100%;
}

.form-list li textarea {
    width: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.4);
    outline: none;
    padding: 10px;
    font-size: 16px;
}

.form-list li textarea::placeholder {
    color: #fff;
}

.btn {
    text-align: center;
    padding-top: 20px;
}

.btn button {
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    color: #fff;
    background: #53BC77;
    border-radius: 50px;
    border: none;
    outline: none;
    transition: all .3s;
}

.btn button:hover {
    opacity: .8;
}

footer {
    background-color: rgba(26, 26, 26, 1);
}

.foot-list {
    display: flex;
    flex-wrap: wrap;
}

.foot-list li {
    flex: 1;
    padding-right: 90px;
}

.foot-list li:last-child {
    padding: 0;
}

.foot-list li h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.foot-list li>a {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    display: block;
}

.foot-list li>div {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.foot-list li>div a {
    color: #999;
}

.foot-list li a:hover {
    color: #53BC77;
}

.foot-list li p {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.foot-us .more {
    margin: 15px 0;
    color: #fff;
}

.foot-b {
    background-color: rgba(26, 26, 26, 1);
    text-align: center;
    padding-bottom: 2vw;
    padding-top: 10px;
    border-top: 1px solid rgba(144, 144, 144, .2);
    color: #999;
    font-size: 14px;
}

.Top {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(122, 122, 122, .4) 0 0 15px;
    z-index: 44;
    transition: .2s;
    opacity: .8;
}

.Top i {
    font-size: 25px;
    color: #53BC77;
}

.now {
    border-radius: 10px 10px 29px 29px;
    text-align: center;
    background-color: #53BC77;
    color: #fff;
    width: 57px;
    padding: 10px 0 12px;
    right: 23px;
    position: fixed;
    right: 22px;
    bottom: 100px;
    z-index: 44;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    transition: .3s;
}

.now i {
    font-size: 26px;
    color: #fff;
}

.fm {
    position: fixed;
    width: 400px;
    right: 22px;
    bottom: 20px;
    z-index: 99999;
    background-color: #fff;
    color: #666;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
    overflow: hidden;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0) translateZ(0);
    transform-origin: right calc(100% - 112px);
    visibility: visible;
    transform: none;
    opacity: 1;
    background-color: #53BC77;
    padding: 0 15px 30px 15px;
    display: none;
}

.fm-t {
    display: flex;
    line-height: 58px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-weight: 500;
    /* padding: 0 10px; */
    display: flex;
    justify-content: space-between;
}

.fm-t i {
    width: 48px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.fm-list li {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 12px 16px;
    color: #666;
    margin-bottom: 20px;
}

.fm-list li p {
    margin: 0 0 2px;
    font-size: 14px;
    display: block;
    color: #555;
}

.fm-list li input {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    outline: 0;
    width: 100%;
    height: 40px;
}

.fm-list li textarea {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    outline: 0;
    padding: 10px 0;
    width: 100%;
    height: 60px;
}

.fm-list button {
    color: #fff;
    height: 40px;
    background-color: #333;
    position: relative;
    border-color: transparent;
    border-radius: 10px;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    width: 100%;
    transition: .2s;
}

.fm-list button:hover {
    background: rgba(51, 51, 51, 0.692);
}

.sear {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
    color: #333;
    display: none;
}

.sear-c {
    max-width: 100%;
    width: 1400px;
    position: fixed;
    left: 0;
    top: 140px;
    right: 0;
    margin: auto;
    z-index: 4;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    height: 40px;
    border-radius: 20px;
    z-index: 99999;
    display: none;
}

.sear-c>div {
    position: relative;
    width: 100%;
}

.s1 {
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.sear-c>div input {
    padding: 0 70px 0 40px;
    display: block;
    background: rgba(255, 255, 255, .8);
    outline: 0;
    border: 1px solid;
    border-color: #fff;
    color: inherit;
    border-radius: 20px;
    width: 100%;
    height: 40px;
}

.sear-r {
    position: absolute;
    right: 0px;
    top: 1px;
    height: 37px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    cursor: pointer;
    transition: .3s;
    font-style: initial;
    border-radius: 20px;
    padding: 0 20px;
    border: none;
    outline: 0;
    color: #fff;
    background: #53BC77;
}

.sear-r i {
    font-size: 24px;
}

.search {
    margin-left: 20px;
    cursor: pointer;
}

.search i {
    font-size: 35px;
    color: #53BC77;
    font-weight: 600;
}

.dy {
    overflow: hidden;
}

.num {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.num div {
    width: 25%;
    text-align: center;
}

.num h3 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 3vw;
    color: #53BC77;
    font-family: myanmar;
    font-weight: 500;
}

.num p {
    color: rgba(31, 30, 30, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* .Inquiry{
    display: none;
} */

.m-btn {
    display: none;
}

.head-ls {
    display: none;
}

.box {
    background-image: url(/img/file_01709264260188.webp);
    padding-top: 11vw;
    padding-bottom: 11vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.head-rs {
    display: none;
}

.box h3 {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 3.2vw;
    color: #FFFFFF;
    text-align: center;
}

.box-item {
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-item a {
    color: #fff;
    font-size: 14px;
}

.box-item a:hover {
    color: #53BC77;
}

.prod-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prod-l {
    width: 300px;
    position: relative
}

.prod-r {
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}

.prod-list {
    padding: 0px 0px 10px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff;
}

.prod-list h2 {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(144, 144, 144, .1);
    font-size: 16px;
    font-family: myanmar;
}

.prod-list li a {
    padding: 10px 40px 10px 20px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: .3s;
    color: #000;
    font-size: 14px;
}

.prod-list li a:hover {
    background: rgba(85, 85, 85, 0.048);
    color: #53BC77;
}

.prod-list li.on a {
    color: #53BC77;
    background: rgba(85, 85, 85, 0.048);
    font-weight: 600;
}

.prod-form {
    position: sticky;
    top: 10px;
    padding: 6px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #fff;
}

.prod-form h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: myanmar;
    padding: 12px 0 12px;
}

.prod-form input {
    border: none;
    outline: 0;
    color: inherit;
    display: block;
    width: 100%;
    font-size: inherit;
    box-shadow: none;
    font-weight: 500;
    resize: none;
    color: #333;
    padding: 0 10px;
    border: none;
    background: #F2F2F2;
    height: 38px;
    font-size: 14px;
    margin-bottom: 12px;
}

.prod-form textarea {
    height: 72px;
    border: none;
    outline: 0;
    color: inherit;
    display: block;
    width: 100%;
    font-size: inherit;
    box-shadow: none;
    font-weight: 500;
    resize: none;
    color: #333;
    padding: 10px;
    border: none;
    background: #F2F2F2;
    font-size: 14px;
    margin-bottom: 12px;
}

.prod-form button {
    width: 100%;
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    border-radius: 50px;
    background: #53BC77;
    color: #fff;
    border: none;
    margin-bottom: 20px;
}

.prod-text {
    font-size: 14px;
}

.prod-r.News .Category-list li h3 {
    -webkit-line-clamp: 2;
}

.prod-r.News .Category-list li p {
    -webkit-line-clamp: 5;
    font-size: 14px;
}

.page {
    text-align: center;
    margin-top: 50px;
}

.detail-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-l {
    width: calc(100% - 300px);
    background-color: #fff;
}

.detail-r {
    width: 300px;
    padding-left: 20px;
    position: relative;
}

.detail-t {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid #E4E8EA;
}

.detail-t>div {
    width: 50%;
}

.t-r {
    flex: 1;
    padding-left: 25px;
}

.t-r h3 {
    font-size: 32px;
    color: #333;
    font-family: myanmar;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 30px;
}

.t-r li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.t-r li strong {
    width: 120px;
    font-size: 14px;
}

.t-r li p {
    flex: 1;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
}

.easyzoom img {
    display: block;
    width: 100%;
}

.easyzoom {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom a img {
    vertical-align: bottom;
    width: 85%;
    max-height: 529px;
}
.vos{
    background: #fff;
    display: flex;
    align-items: center;
}
.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}


/* .easyzoom.is-error img{cursor: not-allowed;} */

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom-flyout img {
    width: auto;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.easyzoom-flyout img {
    width: auto!important;
}

.tab {
    padding: 25px;
    border: 1px solid #E4E8EA;
    border-top: none;
}

.tab-list {
    margin-top: 30px;
    border: 1px solid #E4E8EA;
    border-bottom: 1px solid #E4E8EA;
}

.tab-list {
    display: flex;
}

.tab-list li {
    width: 20%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #E4E8EA;
    color: #53BC77;
    font-size: 14px;
    font-weight: 600;
}

.tab-list .on {
    background: #53BC77;
    color: #fff;
}

.tab>div {
    display: none;
}

.tab>div:nth-child(1) {
    display: block;
}

.detail-r .prod-list {
    border: 1px solid #E4E8EA;
    box-shadow: none;
}

.detail-r .prod-form {
    border: 1px solid #E4E8EA;
    box-shadow: none;
}

.detail-list {
    padding: 10px 20px;
}

.detail-list>div {
    margin-bottom: 10px;
}

.detail-list>div a {
    display: flex;
    align-items: center;
}

.detail-img {
    width: 102px;
    flex-shrink: 0;
    border: 1px solid #E4E8EA;
    background-color: #fff;
}

.detail-img img {
    display: block;
    width: 100%;
}

.detail-text {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 1px;
    flex-grow: 1;
}

.detail-text h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 14px;
    max-height: 40px;
    margin-bottom: 6px;
    word-wrap: break-word;
    font-family: myanmar;
    color: #000;
}

.detail-text p {
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    opacity: .6;
    white-space: normal;
    word-wrap: break-word;
    color: #666;
}

.detail-list>div:hover h3 {
    color: #53BC77;
}

td {
    padding: 5px 10px;
     border: 1px solid #333; 
    vertical-align: middle;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tables {
     overflow: auto; 
}

.Gift-text {
    font-size: 14px;
    line-height: 1.5;
    opacity: .8;
}

.Gift-list {
    margin-top: 3vw;
}

.Gift-b {
    padding-top: 3vw;
}

.Gift-b .Category-list li h3 {
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.Gift-b .Category-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000;
    transition: all .3s;
}

.Gift-b .Category-list li {
    width: 33.3%;
}

.Gift-b .Category-list li:hover p {
    color: #53BC77;
}

.abouts .about-l h3 {
    font-style: italic;
    font-size: 36px;
}

.abouts .two-slide {
    padding-top: 3vw;
}

.abouts .about-l p {
    font-family: 'iconfont';
    font-size: 17px;
}

.Advantage-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vw;
}

.Advantage-list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

.Advantage-list li img {
    width: 90px;
    height: 90px;
}

.Advantage-list li p {
    font-size: 14px;
    padding: 15px 0;
}

.cate-slide .swiper-slide img {
    display: block;
    width: 100%;
}

.cate-slide .swiper {
    padding: 50px 0;
}

.cate-slide .swiper-pagination {
    bottom: 0;
}

.cate-slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.cate-slide .swiper-pagination-bullet-active {
    border: 1px solid #53BC77;
    background: #fff;
}

.cate-slide .swiper-button-next {
    width: 30px;
    height: 66px;
    background: #53BC77;
    right: 0;
}

.cate-slide .swiper-button-next:after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.cate-slide .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.cate-slide .swiper-button-prev {
    width: 30px;
    height: 66px;
    background: #53BC77;
    font-size: 20px;
    left: 0;
}

.service .Brand-r h5 {
    font-size: 48px;
    font-weight: 400;
}

.service .Brand-r li {
    margin-bottom: 20px;
}

.service .Brand-r li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: Arial, Arial, myanmar_font;
    margin-bottom: 0px;
}

.service .Brand-r li p {
    font-size: 14px;
    color: #777;
}

.service .Brand-c {
    align-items: center;
}

.Process-list {
    margin-top: 40px;
}

.Process-list li {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}

.Process-list li>div {
    background: #fff;
    padding: 12% 4%;
}

.Process-list li>div div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.Process-list li>div h3 {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 10px;
}

.Process-list li>div p {
    height: 40px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.boxes .boxes-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.boxes .boxes-list>li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.boxes .boxes-list .Brand-c h5 {
    font-size: 26px;
}

.boxes .boxes-list .Brand-c .Brand-title {
    margin-bottom: 20px;
}

.boxes .boxes-list .Brand-c .Brand-r {
    padding: 15px;
}

.the .Category-list li {
    margin-bottom: 10px;
}

.the .Category-list li h3 {
    padding: 10px 0px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: 'arial';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.the .Category-list {
    margin-top: 40px;
}

.faq-list {
    margin-top: 40px;
}

.faq-list li {
    padding: 16px 32px;
    margin-bottom: 16px;
    transition: .2s;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #E5EAF4;
}

.faq-list li h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    font-weight: 400;
}

.faq-list li p {
    font-size: 14px !important;
    color: #777 !important;
}

.faq-list li:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.boxes .Brand-list li {
    margin-bottom: 0;
}

.cases-banner img {
    display: block;
    width: 100%;
}

.add {
    margin-top: 10px;
}

.add .top_title {
    color: #53BC77;
    font-weight: 400;
    margin-bottom: 10px;
}

.add .box-item {
    color: #53BC77;
    justify-content: left;
}

.add .box-item a {
    color: #53BC77;
}

.add-t div {
    font-size: 20px;
    margin-bottom: 30px;
    color: #555;
    padding: 0 10px;
}

.add-t div strong {
    color: #53BC77;
}

.add-list li {
    padding: 20px 0;
}

.add-list h1{
    font-size: 70px;
    font-family: fantasy;
    color: #E5E7E9;
}
.add-list li a {
    display: flex;
    flex-wrap: wrap;
}

.add-list li a div {
    padding: 0 10px;
    width: 50%;
}

.add-list li a div img {
    display: block;
    width: 100%;
}

.add-list li a div h3 {
    color: #53BC77;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
}
.add-text{
    margin-top:2%
    
}
.add-text p {
    font-size: 18px;
    color: rgba(23, 23, 22, 1);
}

.add-list li:nth-child(2n) a {
    flex-direction: row-reverse;
}

.praise .Category-list {
    margin-top: 30px;
}

.praise .Category-list li {
    margin-bottom: 20px;
}

.Solution .Category-list {
    margin: 0;
}

.Solution .prod-c {
    margin-top: 60px;
}

.rwo li>div {
    position: relative;
}

.rwo li>div .Category-play {
    width: 46px;
    height: 46px;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
}

.rwo li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    transition: all .3s;
}

.rwo li p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
}

.rwo li:hover p {
    color: #53BC77;
}

.rwo li:hover h3 {
    color: #53BC77;
}

#news .Category-list li {
    width: 50%;
}

.nes-t h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
}

.nes-t p {
    font-size: 12px;
    opacity: .9;
}

.nes-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid;
    border-color: rgba(220, 220, 220, .2);
}

.nes-b a {
    padding: 20px 0;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.nes-b a h5 {
    font-size: 16px;
    margin: 0 20px 0 10px;
    color: #000;
}

.nes-b a:nth-child(2) h5 {
    font-size: 16px;
    margin: 0 10px 0 20px;
    color: #000;
}

.nes-b a span {
    font-size: 12px;
    color: #000;
}

.nes-b a i {
    font-size: 20px;
    color: #000;
}

.nes-b a:nth-child(2) i {
    transform: rotate(180deg);
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    padding: 3vw 0 4vw 0;
}

.contact-list li {
    width: 20%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-list li img {
    width: 86px;
    height: 86px;
}

.contact-list li h3 {
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    margin: 10px 0 20px 0;
}

.contact-list li p {
    font-size: 16px;
}

.map {
    width: 100%;
}

.detail-vdo {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.detail-vdo>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.detail-vdo>div video {
    width: 100%;
    display: block;
}

.Brand .Brand-r>div {
    position: sticky;
    top: 0px;
}

.Brand-c {
    align-items: stretch;
}

.Inquiry {
    display: none;
}

.mt3 {
    margin-top: 3vw;
}
.vos{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: #000;
}
.tab img{
    max-width: 100% !important;
}
.current>a{
    color: #739d82 !important;
}
#wpforms-form-64 .wpforms-field-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wpforms-form-64 .wpforms-field-container input{
        color: #fff !important;
    font-size: 14px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    border-style: solid !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    width: 100% !important;
    height: 54px !important;
    outline: none !important;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px !important;
    color: #fff;
}
#wpforms-form-64 .wpforms-field-container>div{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.form{
    padding-top: 3vw;
}
#wpforms-form-64 #wpforms-64-field_8-container{
    width: 100% !important;
    padding: 0 10px;
}
#wpforms-64-field_8-container textarea{
    width: 100% !important;
    border-color: rgba(255, 255, 255, 0) !important;
    border-style: solid !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    outline: none !important;
    padding: 10px !important;
    font-size: 16px !important;
}
#wpforms-submit-64{
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    color: #fff;
    background: #53BC77;
    border-radius: 50px;
    border: none;
    outline: none;
    transition: all .3s;
}
#wpforms-64-field_9-container{
    display: none;
}
#wpforms-form-64 .wpforms-field-container input::placeholder{
    color: #fff !important;
}
#wpforms-64-field_8-container textarea::placeholder{
    color: #fff !important;
}
#wpforms-form-3460 input{
    max-width: 100%;
    width: 100%;
    color: #333;
    padding: 0 10px;
    border: none;
    background: #F2F2F2;
    height: 38px;
    font-size: 14px;
        font-family: 'myanmar';

}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    color: #53bc77;
}
#wpforms-form-3460 textarea{
        max-width: 100%;
    width: 100%;
    color: #333;
    padding: 0 10px;
    border: none;
    background: #F2F2F2;
    font-size: 14px;
        font-family: 'myanmar';
}
#wpforms-3460-field_9-container{
    display: none;
}
#wpforms-submit-3460{
        width: 100%;
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    border-radius: 50px;
    background: #53BC77;
    color: #fff;
    border: none;
}
#wpforms-form-65 .wpforms-field-container>div{
        background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    padding: 12px 16px;
    color: #666;
    margin-bottom: 20px;
}
#wpforms-form-65 .wpforms-field-container>div input{
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    outline: 0;
    width: 100%;
    height: 40px;
    max-width: 100%;
    min-width: 100%;
    padding: 8px 0;
}
#wpforms-form-65 .wpforms-field-container>div textarea{
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    outline: 0;
    padding: 10px 0;
    width: 100%;
    height: 60px;

    
}
#wpforms-65-field_9-container{
    display: none;
}
#wpforms-submit-65{
    color: #fff;
    height: 40px;
    background-color: #333;
    position: relative;
    border-color: transparent;
    border-radius: 10px;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    width: 100%;
    transition: .2s;
}
div.wpforms-container-full{
    margin: 0 !important;
}
#wpforms-form-3459 input{
        width: 100%;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 0;
}
#wpforms-form-3459 textarea{
        width: 100%;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 0;
}
#wpforms-3459-field_9-container{
    display: none;
}
#wpforms-submit-3459{
        display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 0;
    padding: 0;
    border-radius: 6px;
    outline: 0;
    transition: .3s;
    cursor: pointer;
    flex-shrink: 0;
    background: #53BC77;
    width: 100%;
}
#wpforms-form-3460{
    margin-bottom: 15px;
}
.en1{
    display: none;
}
.Exhibition-slide img{
    display: block;
    width: 100%;
}
header{
    background: #fff;
}
.fixed{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
@media(min-width:769px) {
    .nav-list li:hover .nav-two {
        display: block;
    }
    .Gift .pack-txt {
        padding: 0 6%;
        text-align: center;
    }
    .easyzoom{
        height: 420px !important;
    }
}

@media(max-width:768px) {
    .add-text {
    margin-top: 0%;
}
    .tp {
        /*display: none;*/
    }
    .tp-l{
        display: none;
    }
    .tp-r .tp-list{
        display: none !important;
    }
    .en{
        position: absolute;
        right: 10px;
        top: 12px;
    }
/*    .en{*/
/*        display: none;*/
/*    }*/
/*    .en1{*/
/*    display: block;*/
/*}*/
.trp-language-switcher{
    width: 80px;
}
.tp-l{
    display: none;
}
.tp-list{
    display: none;
}
.head-rs{
    padding-right: 80px;
}

    #wpforms-form-64 .wpforms-field-container>div{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
}
    .easyzoom{
        height: auto !important;
    }
    .box-item{
        flex-wrap: wrap;
    }
    .contact-list li {
        width: 50%;
    }
    .tables ul li {
        width: 100%;
        font-size: 14px;
        padding: 8px 10px;
    }
    .tables ul {
        border-bottom: 1px solid #cdcdcd;
    }
    .contact-list li h3 {
        font-size: 18px;
    }
    .contact-list li p {
        font-size: 14px;
    }
    .nes-b a span {
        display: none;
    }
    .nes-t h3 {
        font-size: 22px;
    }
    .Solution .prod-l {
        display: none;
    }
    .add .top_title {
        font-size: 22px;
    }
    .add-t div {
        font-size: 16px;
    }
    .add-list li a div {
        width: 100%;
    }
    .add-list li:nth-child(2n) a {
        flex-direction: row-reverse;
    }
    .add-list li a div h3 {
        font-size: 22px;
    }
    .add-text p {
        font-size: 14px;
    }
    .add-text {
        margin-bottom: 20px;
    }
    .Process-list li>div p {
        -webkit-line-clamp: 3;
    }
    .boxes .boxes-list .Brand-c .Brand-r {
        padding: 5px;
    }
    .boxes .boxes-list>li {
        width: 100%;
    }
    .boxes .boxes-list .Brand-c h5 {
        font-size: 22px;
    }
    .service .Brand-r h5 {
        font-size: 26px;
    }
    .Process-list li {
        width: 50%;
    }
    .Advantage-list li {
        width: 50%;
    }
    .abouts .about-l h3 {
        font-size: 22px;
    }
    .Gift-b .Category-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .head-ls {
        display: block;
    }
    .head-rs {
        display: flex;
        align-items: center;
    }
    .trp-language-switcher > div{
        background: none;
    }
    .trp-language-switcher > div > a{
        padding: 3px 5px;
    }
    .head-r {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        border-top: 1px solid #f2f2f2;
    }
    .head-ls {
        display: block;
        width: 30px;
        line-height: 50px;
        text-align: center;
        color: #53BC77;
    }
    .head-ls i {
        font-size: 22px;
    }
    .search {
        margin: 0 10px 0 0;
    }
    .search {
        display: none;
    }
    .search.m {
        display: block;
    }
    body {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        background: #fff;
    }
    header>div {
        position: relative;
    }
    .nav-list {
        display: block;
    }
    .nav-list li>a {
        line-height: 50px;
        display: block;
        width: 100%;
    }
    .nav-list li i {
        margin: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav-list li {
        flex-wrap: wrap;
    }
    .nav-two {
        /* display: block; */
        position: inherit;
        width: 100%;
        padding: 5px 0;
    }
    .nav-two {
        background: #fff;
        box-shadow: none;
    }
    .sear-c {
        width: 95%;
    }
    .about-l {
        width: 100%;
        padding: 0;
    }
    .about-r {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .about-l h3 {
        font-size: 26px;
    }
    .about-l p {
        font-size: 14px;
        line-height: 1.3;
    }
    .about-c {
        flex-flow: column-reverse;
    }
    .play {
        width: 46px;
        height: 46px;
        left: calc(50% - 23px);
        top: calc(50% - 23px);
    }
    .play img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .num {
        margin-top: 30px;
    }
    .num div {
        width: 50%;
        padding: 25px 10px;
    }
    .num h3 {
        font-size: 32px;
    }
    .num p {
        font-size: 14px;
    }
    .more {
        padding: 10px 35px;
    }
    .title {
        font-size: 22px;
    }
    .pack-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .pack-list li h5 {
        font-size: 16px;
        padding: 10px 0;
    }
    .pack-list li p {
        -webkit-line-clamp: 5;
    }
    .pack-list {
        margin-top: 60px;
    }
    .Brand-c>div {
        width: 100%;
        padding: 0;
    }
    .Brand-title h5 {
        font-size: 22px;
    }
    .Brand-title {
        margin-bottom: 30px;
    }
    .Brand-l {
        margin-bottom: 30px;
    }
    .Brand-list li h5 {
        font-size: 14px;
    }
    .Brand-list li p {
        font-size: 14px;
    }
    .pack-txt {
        font-size: 14px;
    }
    .Category-list li {
        width: 50%;
    }
    .Category-list li h3 {
        font-size: 16px;
    }
    .Category-list {
        margin-top: 60px;
    }
    .box-list li {
        width: 50%;
    }
    .box-list h3 {
        font-size: 16px;
    }
    .will-txt h3 {
        font-size: 22px;
    }
    .box-list {
        margin-top: 60px;
    }
    .Exhibition-slide .swiper-slide h3 {
        font-size: 16px;
    }
    .Exhibition-slide .swiper-slide p {
        font-size: 14px;
    }
    .News .Category-list li {
        width: 50%;
    }
    .News .Category-list li h3 {
        font-size: 16px;
    }
    .News .Category-list li p {
        font-size: 14px;
    }
    .with h3 {
        font-size: 22px;
    }
    .form-list li {
        width: 100%;
        padding: 0;
    }
    .foot-list li {
        padding: 15px 20px;
        width: 50%;
        flex: none;
        display: none;
    }
    .foot-cont {
        width: 100% !important;
    }
    .foot-us {
        width: 100% !important;
        display: block !important;
    }
    .foot-us h3 {
        display: none;
    }
    .foot-us p {
        display: none;
    }
    .foot-list li>div {
        display: none;
    }
    .tp-list {
        display: block !important;
        text-align: center;
    }
    .foot-list li>div a {
        display: inline-block;
    }
    .Top {
        display: none;
    }
    .m-btn {
        position: fixed;
        z-index: 36;
        box-sizing: border-box;
        font-size: 14px;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1);
        background: #fff;
        white-space: nowrap;
        transition: .2s;
        display: block;
    }
    .m-btn>div {
        display: flex;
        justify-content: center;
        padding: 15px 0;
    }
    .m-btn span {
        display: flex;
        align-items: center;
        border-radius: 50px;
        background: #53BC77;
        color: #fff;
        padding: 10px 35px;
        margin: 0 10px;
    }
    .share_fun_box2__icon {
        margin-right: 10px;
    }
    .share_fun_box2__icon path {
        fill: currentColor;
    }
    .fm {
        width: 100%;
        height: 100%;
        border-radius: 0;
        left: 0;
        top: 0;
    }
    .Exhibition-slide {
        margin-top: 4vw;
    }
    .now {
        display: none;
    }
    .Inquiry {
        width: 100%;
        height: 100%;
        border-radius: 0;
        left: 0;
        top: 0;
        opacity: 1;
        background-color: #fff;
        padding: 0 15px 30px 15px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        display: none;
    }
    .Inquiry-list>div {
        margin: 12px 0 20px;
    }
    .Inquiry-list input {
        width: 100%;
        background: none;
        outline: none;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 12px 0;
    }
    .Inquiry-list textarea {
        width: 100%;
        background: none;
        outline: none;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 12px 0;
        height: 80px;
    }
    .Inquiry-list button {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border: 0;
        padding: 0;
        border-radius: 6px;
        outline: 0;
        transition: .3s;
        cursor: pointer;
        flex-shrink: 0;
        background: #53BC77;
        width: 100%;
    }
    .prod-l {
        width: 100%;
    }
    .prod-r {
        width: 100%;
        flex: none;
        padding: 0;
    }
    .prod-form {
        display: none;
    }
    .detail-r {
        display: none;
    }
    .detail-l {
        width: 100%;
    }
    .detail-t>div {
        width: 100%;
    }
    .detail-t {
        padding: 10px;
    }
    .galleryxia {
        display: none;
    }
    .t-r {
        padding: 0;
    }
    .t-r h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .tab-list li {
        width: 25%;
        font-weight: 400;
        line-height: 40px;
    }
}

.tables table{
    border-collapse: collapse;
}