/**
 * desc: Ã©â‚¬Å¡Ã§â€Â¨Ã¥ÂÂÃ¥Å Â©Ã¦Â Â·Ã¥Â¼Â
 * date: 2023.03.20
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

html {
    opacity: 0;
}
html, body {
    color: #2a2b2d;
    font-weight: normal;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "Hiragino Sans GB", sans-serif;
    background-color: #fff;
}

img {
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.full {
    width: 100%;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.flex {
    display: flex;
}

.align-items {
    align-items: center;
}

.top-desc {
    margin-bottom: .15rem;
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

fieldset, img {
    border: 0
}

img, svg {
    vertical-align: text-top
}

img {
    object-fit: cover;
}

.tc {
    text-align: center;
}

.tc .hw-title {
    display: inline-block;
}

body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    position: relative;
    font-size: .14rem;
    line-height: 1;
    font-weight: 400;
    color: #181b20;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, Arial, sans-serif !important
}

img {
    transform: translateZ(0)
}

button.my-btn {
    transition: all .3s;
    cursor: pointer;
    border: none
}

button.my-btn:hover {
    opacity: .6
}

button.my-btn[disabled] {
    opacity: 1;
    color: #00000040 !important;
    background: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
    text-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

button.my-btn[disabled]:hover {
    opacity: 1
}

.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.pd {
    padding-left: .8rem !important;
    padding-right: .8rem !important
}

.wh-uniform {
    position: relative
}

.wh-uniform > div {
    position: absolute;
    width: 100%;
    height: 100%
}

.wh-uniform:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.el-loading-mask .el-loading-spinner {
    transform: translateY(-50%)
}

.is-hover-shadow {
    transition: all .3s ease;
    cursor: pointer
}

.is-hover-shadow:hover {
    box-shadow: 0 .02rem .12rem #0000001a
}

.el-icon {
    font-size: inherit;
    line-height: 1
}

.el-icon > svg {
    width: 1em;
    height: 1em
}

.el-dialog .el-dialog__headerbtn {
    font-size: .32rem
}

.el-dialog .el-dialog__body {
    padding: .4rem .4rem .8rem
}

.f {
    display: flex
}

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

.f-jb-ac {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-je {
    display: flex;
    justify-content: space-evenly
}

.f-jfe {
    display: flex;
    justify-content: flex-end
}

.f-w {
    display: flex;
    flex-wrap: wrap
}

.f-fc {
    display: flex;
    flex-direction: column
}

.f-fc-jc {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.f-fc-ac {
    display: flex;
    flex-direction: column;
    align-items: center
}

.f-jc-ac {
    display: flex;
    justify-content: center;
    align-items: center
}

.f-fc-jb {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.f-fc-je {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.f-je-ac {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.f-jse-ac {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.f-jc {
    display: flex;
    justify-content: center
}

.f-ac {
    display: flex;
    align-items: center
}

.f-fc-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.time-pass {
    transition: all .3s
}

.hover:hover {
    opacity: .5
}

.hover-pass {
    font-size: .18rem;
    font-weight: 500;
    white-space: nowrap;
    color: #b58347;
    /*transition: all .3s;*/
    cursor: pointer
}

.hover-pass:hover {
    opacity: .6
}

.flex-overflow {
    flex: 1;
    overflow: hidden
}

.hideDot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.hideDot2, .hideDot3, .hideDot4, .hideDot5, .hideDot6, .hideDot7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all
}

.hideDot2 {
    -webkit-line-clamp: 2
}

.hideDot3 {
    -webkit-line-clamp: 3
}

.hideDot4 {
    -webkit-line-clamp: 4
}

.hideDot5 {
    -webkit-line-clamp: 5
}

.hideDot6 {
    -webkit-line-clamp: 6
}

.hideDot7 {
    -webkit-line-clamp: 7
}

.w {
    width: 13rem;
    margin: 0 auto;
    height: inherit
}

.mb-20 {
    margin-bottom: .2rem !important
}

@font-face {
    font-family: octicons-link;
    src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format("woff")
}

.is-desk {
    display: block;
}
.is-mobile {
    display: none;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background-color: #fff;
}
.pd {
    padding-left: 1.92rem !important;
    padding-right: 1.92rem !important;
}
.header .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .nav nav {
    position: relative;
    top: .05rem;
}
.header .logo {
    width: 2.44rem;
    height: .52rem;
}
.header .logo img {
    width: 100%;
}
nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: .4rem;
}
nav ul li {
    position: relative;
    margin-right: .35rem;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li > a {
    display: flex;
    align-items: center;
    line-height: .19rem;
    position: relative;
    font-size: .19rem;
    color: #2a2b2d;
    font-weight: 600;
    text-align: center;
}
.header.en nav ul li > a {
    font-size: .16rem;
    max-width: .9rem;
}
nav ul li > a.active, nav ul li > a.active i {
    color: #b58347;
}
nav ul li > a.active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -.1rem;
    left: 0;
    z-index: 2;
    width: 100%;
    border-bottom: 2px solid #b58347;
}
nav ul li i {
    display: inline-block;
    width: 1em;
}

nav ul li:hover > a {
    opacity: 0.6;
}

nav ul li:hover .dropdown-content {
    display: block;
}

nav ul .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: .4rem;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 .12rem rgba(0, 0, 0, .12);
    border-radius: 4px;
}
nav ul .dropdown-content::before {
    content: '';
    display: block;
    position: absolute;
    top: -.2rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: .4rem;
}
nav ul .dropdown-content a {
    position: relative;
    z-index: 3;
    display: block;
    font-size: .14rem;
    color: #606266;
    padding: .05rem .16rem;
    line-height: .22rem;
    white-space: nowrap;
}

nav ul .dropdown-content a:hover {
    color: #b58347;
}
.language {
    position: relative;
    display: flex;
    font-size: .16rem;
    color: #616366;
    padding-bottom: .1rem;
    top: .05rem;
}
.language img {
    width: .2rem;
    height: .2rem;
    margin-right: .04rem;
}
.language span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.language i {
    width: 1em;
    height: 1em;
    margin-left: .08rem;
}
.language .dropdown-con {
    display: none;
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 .12rem rgba(0, 0, 0, .12);
    border-radius: 4px;
}
.language .dropdown-con a {
    display: block;
    font-size: .14rem;
    color: #606266;
    line-height: .22rem;
    padding: .05rem .16rem;
    white-space: nowrap;
}
.language:hover .dropdown-con {
    display: block;
}

.language .dropdown-con a.active {
    background-color: #ecf5ff;
    color: #b58347;
}

.wraper {
    padding-top: 1rem;
}

.swiper-banner {
    height: 9.8rem;
    overflow: hidden;
}
.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.hover-card {
    cursor: pointer;
    transition: box-shadow .3s, border-color .3s
}

.hover-card:hover {
    box-shadow: 0 .01rem .02rem -.02rem #00000029, 0 .03rem .06rem #0000001f, 0 .05rem .12rem .04rem #00000017
}

.icon {
    font-size: inherit;
    width: 1em;
    height: 1em;
    fill: #333;
    overflow: hidden;
    vertical-align: -.15em
}

.icon-main {
    line-height: 0
}

.el-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.el-overlay .el-dialog {
    margin: 15vh auto .5rem;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    width: 12rem;
    max-width: 95%;
}
.el-overlay ul, .el-overlay li {
    list-style: inside;
}
.el-overlay .el-dialog .el-dialog__body {
    padding: .2rem;
    font-size: .14rem;
    color: #606266;
}

.el-overlay .content {
    line-height: 1.5;
}

.el-overlay .content .title {
    font-size: .36rem;
    font-weight: 500;
    color: #2a2b2d;
    line-height: .42rem;
    margin-bottom: .16rem;
}

.el-overlay .content .info-list {
    margin-bottom: .12rem;
    display: flex;
    flex-wrap: wrap
}

.el-overlay .content .info-list .cell {
    margin-bottom: .12rem;
    font-size: .16rem;
    font-weight: 400;
    color: #2a2b2d;
    margin-right: .5rem;
    line-height: .19rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.el-overlay .content .info-list .cell .desc {
    font-size: .16rem;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .19rem;
}
.desc markdown-body {
    margin-bottom: .32rem;
}
.el-overlay .content .info-list:nth-child(3) {
    margin-bottom: .2rem
}

.el-overlay .content .info-list:nth-child(3) .cell .desc {
    color: #b58347
}

.el-overlay .content .s-title {
    font-size: .24rem;
    font-weight: 500;
    color: #2a2b2d;
    line-height: .28rem;
    margin-bottom: .12rem;
}

.el-overlay .content .desc {
    font-size: .16rem;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .19rem;
    margin-bottom: .32rem;
    word-break: break-all;
}

.el-overlay .content .desc:last-child {
    margin-bottom: 0
}

.swiper-pagination-bullet {
    background: #b58347 !important;
    opacity: 0.5 !important;
    width: .24rem !important;
    height: 0.045rem !important;
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #b58347 !important;
    opacity: 1 !important;
}


.com-nav {
    width: 100%;
    height: .68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f8fb;
}
.com-nav li {
    width: 1.92rem;
    height: .68rem;
    padding: 0 .1rem;
    font-size: .18rem;
    font-weight: 400;
    color: #616366;
}
.com-nav li.active{
    font-weight: 500;
    color: #fff;
    background: #b58347;
}
.com-nav .my-svg {
    width: .24rem;
    margin: 0 .04rem 0 0;
}
.com-nav li.active .my-svg g {
    fill: #fff;
}
.hw-title {
    font-size: .44rem;
    font-weight: 600;
    color: #2a2b2d;
    line-height: .62rem;
    padding-top: .39rem;
    padding-bottom: .13rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    display: inline-block;
}

.hw-title span {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.14rem;
    color: #f7f8fb;
    white-space: nowrap;
    z-index: -1;
}
.pagination {
    margin-top: .72rem;
}
.pagination .el-pagination {
    width: 100%;
    font-size: .14rem;
}
.pagination .el-pager li.is-active {
    font-size: 12px;
    color: #b58347;
    cursor: default;
}
.pagination .el-pager li {
    font-size: 12px;
}
.pagination .el-input__wrapper {
    font-size: .14rem;
    width: 1.28rem;
    height: .32rem;
    margin: 0 2px;
}

.pagination .el-pagination .el-select {
    width: 1.28rem;
}
.pagination .el-pagination__sizes, .pagination .el-pagination__total,
.pagination .el-pagination .btn-prev, .pagination .el-pagination__jump{
    margin-left: .1rem;
}
.pagination .el-pager li.is-active {
    color: #b58347;
}
.el-empty__image {
    width: 1.2rem;
}
.el-empty__description p {
    font-size: .14rem;
}
body .swiper-button-next, body .swiper-button-prev {
    cursor: pointer!important;
}
.banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

.banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: .48rem;
    font-weight: 400;
    color: #fff;
    line-height: .68rem;
    max-width: 10rem;
    text-shadow: 0 .02rem .12rem rgba(42, 43, 45, .5);
}
.mySelect {
    background: #fff;
    box-shadow: 0 0 0 .01rem #dcdfe6 inset;
    border-color: #c0c4cc;
    border-radius: 2px;
    height: .5rem;
    font-size: .18rem;
    color: #606266;
    padding: 0 .06rem;
}
.mySelect::placeholder {
    color: #181b20;
}

.backtop {
    display: none;
}
body .el-backtop {
    position: fixed;
    right: 76px;
    bottom: 92px;
    z-index: 99;
    background-color: #fff;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    color: #b58347!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    box-shadow: 0 0 .06rem rgba(0, 0, 0, .12);
    cursor: pointer;
}
.fixed-news-content {
    position: fixed;
    right: 76px;
    bottom: 40px;
    z-index: 99;
    width: 2.52rem;
    height: .44rem;
    background-image: url(../images/news-bg-cn.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.fixed-news-content span {
    display: block;   
    font-size: .14rem;
    font-weight: 500;
    color: #2e2461;
    padding-left: .48rem;
    padding-right: .1rem;
}

html[lang="en-US"] .fixed-news-content {
    background-image: url(../images/news-bg-en.png);
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}
.breadcrumb {
    font-size: .14rem;
    color: #a8abb2;
    margin-bottom: .5rem;
    margin-left: -4px;
}
.breadcrumb a {
    font-size: .14rem;
    color: #303133;
    font-weight: 700;
    padding-top: 5px;
}
.breadcrumb > p {
    color: #b58347;
    padding-top: 5px;
    display: inline-block;
}
.breadcrumb > * {
    margin: 0 4px;
}
footer {
    background: #2a2b2d;
    padding: .4rem 0 0;
}

footer .bigTitle {
    position: relative;
    font-size: .88rem;
    font-weight: 600;
    color: rgba(247, 248, 251, 0.08);
    z-index: 1;
}

footer .bigTitle span {
    position: absolute;
    left: 0;
    bottom: 15%;
    font-size: .24rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}
footer .top-info {
    padding: .4rem 0 1.2rem;
}
footer .top-info .content .info-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 3.8rem);
    grid-template-rows: repeat(3, .6rem);
    gap: .24rem;
    grid-template-areas:
            ". textarea"
            ". textarea"
            ". .";
    align-items: stretch;
}

footer .top-info .content .info-grid .el-form-item {
    margin: 0
}

footer .top-info .content .info-grid .el-form-item:nth-last-child(2) {
    grid-area: textarea
}

footer .top-info .content .info-grid .el-form-item .el-form-item__content {
    display: flex;
    align-items: stretch
}

footer .top-info .content .info-grid .submit {
    background: #b58347;
    font-size: .14rem;
    font-weight: 500;
    color: #fff;
    line-height: .14rem;
    flex: 1
}

footer .top-info .content .info-grid .el-textarea, .top-info .content .info-grid .el-input {
    background: #494a4c;
    box-shadow: none !important
}

footer .top-info .content .info-grid .el-textarea .el-input__wrapper, .top-info .content .info-grid .el-input .el-input__wrapper {
    background: inherit;
    outline: none;
    box-shadow: none !important;
    padding: .01rem .1rem
}

footer .top-info .content .info-grid .el-textarea textarea, .top-info .content .info-grid .el-input textarea {
    background: inherit;
    box-shadow: none;
    resize: none;
    padding: .08rem .1rem;
    height: 100%
}

footer .top-info .content .info-grid .el-textarea input, .top-info .content .info-grid .el-input input, .top-info .content .info-grid .el-textarea textarea, .top-info .content .info-grid .el-input textarea {
    font-size: .2rem;
    color: #fff
}

footer .top-info .content .info-grid .el-textarea input::placeholder, .top-info .content .info-grid .el-input input::placeholder, .top-info .content .info-grid .el-textarea textarea::placeholder, .top-info .content .info-grid .el-input textarea::placeholder {
    color: #a1a3a6
}

footer .top-info .content .info-grid .el-textarea .el-input-group__prepend, .top-info .content .info-grid .el-input .el-input-group__prepend {
    background: inherit;
    box-shadow: none
}

footer .top-info .content .info-grid .el-textarea .el-input-group__prepend .el-select, .top-info .content .info-grid .el-input .el-input-group__prepend .el-select {
    width: unset !important
}

footer .top-info .content .info-grid .el-textarea .el-input-group__prepend input, .top-info .content .info-grid .el-input .el-input-group__prepend input {
    width: .3rem
}

footer .top-info .content .phone-content {
    margin-right: .15rem
}

footer .top-info .content .phone-content .phone {
    margin-bottom: .15rem
}

footer .top-info .content .phone-content .phone .label {
    font-size: .16rem;
    font-weight: 400;
    color: #a1a3a6;
    line-height: .19rem;
    margin-bottom: .13rem;
}

footer .top-info .content .phone-content .phone .info {
    font-size: .22rem;
    font-weight: 500;
    color: #fff;
    line-height: .3rem;
}

footer .top-info .content .phone-content .phone .info img {
    width: .24rem;
}

footer .top-info .content .phone-content .phone .info .com-svg {
    margin-right: .04rem;
}

footer .top-info .content .phone-content .phone:last-child {
    margin-bottom: 0
}

footer .top-info .content .qr-code {
    font-size: .14rem;
    font-weight: 400;
    color: #a1a3a6;
    line-height: .28rem;
    max-width: 1.25rem;
    text-align: center;
    margin-left: .2rem;
}

footer .top-info .content .qr-code > div {
    max-width: 1rem;
}

footer .top-info .content .qr-code .com-svg {
    width: .28rem;
    margin-right: .06rem
}

footer .top-info .content .qr-code img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
    margin-bottom: .12rem;
}

footer select {
    background: transparent;
    border: none;
    color: #fff;
    font-size: .14rem;
}

footer option {
    color: #333;
    padding: .2rem;
}

footer .bottom-nav {
    background: #35373c;
    position: relative;
    padding: .4rem 0 .2rem;
}

footer .bottom-nav .logo {
    width: 2.44rem;
}

footer .bottom-nav .content {
    flex: 1;
    justify-content: space-around;
}

footer .bottom-nav .content ul {
    width: 2.12rem;
    align-items: flex-end;
}

footer .bottom-nav .content ul li {
    font-size: .14rem;
    font-weight: 400;
    color: #f7f8fb;
    line-height: .2rem;
    margin-bottom: .12rem;
    text-align: right;
}

footer .bottom-nav .content ul li.title {
    font-size: .16rem;
    font-weight: 500;
    color: #fff;
    line-height: .19rem;
    margin-bottom: .18rem;
}

footer .copyright {
    font-size: .12rem;
    color: #c7cad4;
    text-align: center;
    padding-top: .5rem;
}

.tab-content > div {
    display: none;
}

.tab-content img {
    width: 100%;
}

/*h5*/
@media screen and (max-width: 750px) {
    body {
        min-width: unset
    }
    .is-desk {
        display: none;
    }
    .is-mobile {
        display: block;
    }
    body .pd {
        padding-left: .14rem !important;
        padding-right: .14rem !important
    }
    body img {
        width: 100%;
    }

    .is-mobile .header {
        display: flex;
        justify-content: space-between;
        font-size: .14rem;
        height: .44rem;
        padding: 0 .14rem;
    }
    .wraper {
        padding-top: .44rem;
    }
    .is-mobile .header > span {
        display: flex;
        align-items: center;
    }
    .is-mobile .menu {
        width: .2rem;
        margin-right: 4px;
        margin-top: -1px;
    }
    .is-mobile .header > a {
        display: block;
        width: 1.1rem;
        height: auto;
    }
    .is-mobile .logo {
        width: 100%;
        margin: 0;
    }
    .is-mobile .language {
        padding: 0;
        top: 0;
    }
    .is-mobile .language img {
        width: .22rem;
        height: .22rem;
        margin: 0;
    }
    .is-mobile .language .dropdown-con {
        top: .26rem;
        left: -.48rem;
    }
    #footer .js_nav {
        position: relative;
        z-index: 6;
        background: #35373c;
        width: auto;
        height: initial;
        border-radius: 0;
        font-size: .13rem;
        color: #fff;
        overflow-y: initial;
        padding-top: 0;
    }
    #footer ul.js_nav > li  {
        border-bottom: 1px solid #a1a3a6;
    }
    #footer ul.js_nav li > a {
        padding: .175rem 0.06rem;
    }
    #footer ul.js_nav .dropdown-content {
        background: transparent;
        margin-top: -.2rem;
    }
    #footer ul.js_nav .dropdown-content a {
        padding: .1rem 0.06rem;
        color: #606266;
    }
    #footer ul.js_nav li a svg {
        width: .1rem;
    }
    .fixed-news-content {
        right: 10px;
        bottom: .3rem;
    }
    body .el-backtop {
        right: 11px;
        bottom: .8rem;
    }
    .fixed-news-content span {
        font-size: .12rem;
    }
    body .breadcrumb {
        margin-bottom: .15rem;
        line-height: .16rem;
    }
    body .pagination {
        margin: .3rem 0;
    }
    body .pagination .el-pagination .el-select {
        width: .9rem;
    }
    body .pagination .el-input__wrapper {
        font-size: .12rem;
        width: .9rem;
        height: .25rem;
    }
    body .pagination .el-pagination__sizes, body .pagination .el-pagination__total,body .pagination .el-pagination .btn-prev, body .pagination .el-pagination__jump {
        margin-left: .05rem;
        font-size: .12rem;
    }
    body .el-overlay .el-dialog .el-dialog__body {
        padding: .2rem .08rem;
        padding-top: 0
    }
    body .el-overlay .content .title {
        font-size: .14rem;
        font-weight: 500;
        color: #2a2b2d;
        line-height: .2rem;
        margin-bottom: .2rem;
    }
    body .el-overlay .content .info-list{
        margin-bottom: .1rem;
        gap: .1rem;
        display: flex;
        flex-wrap: wrap;
    }
    body .el-overlay .content .info-list .cell {
        margin-bottom: 0;
        margin-right: 0;
        font-size: .12rem;
        font-weight: 400;
        color: #2a2b2d;
        line-height: .14rem;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    body .el-overlay .content .s-title {
        font-size: .14rem;
        font-weight: 500;
        color: #2a2b2d;
        line-height: .2rem;
        margin-bottom: .14rem;
        margin-top: .2rem;
    }
    body .el-overlay .content .info-list .cell .desc {
        font-size: .12rem;
        line-height: .14rem;
        margin-bottom: 0;
    }
    body .el-overlay .content .desc, .markdown-body > * {
        font-size: .12rem!important;
        white-space: normal!important;
    }
    body .el-empty__image {
        width: 1rem;
    }
    .hw-title {
        font-size: .2rem;
        font-weight: 600;
        line-height: .21rem;
        padding-top: .03rem;
        padding-bottom: 0
    }

    .hw-title:after {
        font-size: .26rem;
        line-height: .26rem;
        top: unset;
        bottom: .01rem
    }

    .popup-wrapper {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2000;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
    }
    ul.js_nav {
        background: #2a2b2d;
        width: 66.6%;
        height: 100vh;
        border-radius: 0 .17rem .2rem 0;
        font-size: .16rem;
        color: #fff;
        overflow-y: auto;
        padding-top: .25rem;
    }
    ul.js_nav li {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    ul.js_nav li > a {
        display: block;
        padding: .16rem .25rem;
    }
    ul.js_nav li.active > a {
        color: #b58347;
    }
    ul.js_nav li > a.active {
        color: #b58347;
    }
    ul.js_nav li a i {
        position: absolute;
        right: .2rem;
        z-index: 20001;
        transform: rotate(-90deg);
    }
    ul.js_nav li a svg{
        width: .14rem;
    }
    ul.js_nav .dropdown-content {
        display: none;
        background: #3e3e3f;
        position: relative;
        top: 0;
        left: 0;
        z-index: 20001;
        padding: .1rem 0;
    }
    ul.js_nav .dropdown-content a {
        display: block;
        font-size: .14rem;
        padding: .1rem .25rem;
    }
    body .swiper-button-next:after, body .swiper-button-prev:after {
        font-size: .16rem;
    }
    .main-content {
        padding: 0 .15rem;
    }
    #footer {
        padding: .2rem 0 0;
    }
    #footer footer {
        padding: 0;
    }
    body .bigTitle {
        font-size: .24rem;
    }
    #footer .bigTitle span {
        font-size: .18rem;
        bottom: -.01rem;
    }
    #footer footer .top-info .content .qr-code img {
        width: .56rem;
        height: .56rem;
        margin-bottom: .06rem;
    }
    #footer footer .top-info .content .phone-content {
        margin-right: .1rem;
    }
    #footer footer .top-info .content .phone-content .phone {
        margin-bottom: 0;
    }
    #footer footer .top-info .content .phone-content .phone .label {
        font-size: .12rem;
        margin-bottom: 0;
    }
    #footer footer .top-info .content .phone-content .phone .info {
        font-size: .14rem;
    }
    body .f-jse-ac, body .flex {
        display: block;
    }
    body .top-info {
        padding: .15rem 0;
    }
    body .top-info .content .info-grid {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, .3rem);
        gap: .1rem .14rem;
        margin-bottom: .15rem;
        grid-template-areas:
                ". textarea"
                ". textarea"
                ". .";
        align-items: stretch;
    }
    #footer footer .top-info .content .info-grid .el-textarea input, .top-info .content .info-grid .el-input input, .top-info .content .info-grid .el-textarea textarea, .top-info .content .info-grid .el-input textarea {
        font-size: .12rem;
    }
    #footer footer .top-info .content .info-grid .el-textarea .el-input-group__prepend .el-select, .top-info .content .info-grid .el-input .el-input-group__prepend .el-select {
        width: .6rem!important;
    }
    #footer .top-info .content .info-grid .submit {
        padding: .1rem 0;
        line-height: .1rem;
    }
    .footer-wrapper .top-info .content .f {
        justify-content: space-between;
        align-items: center;
    }
    .footer-wrapper .top-info .content .qr-code {
        font-size: .12rem;
    }
    #footer .bottom-nav {
        padding: .2rem 0;
    }
    #footer .bottom-nav .logo {
        display: block;
        width: 1.22rem;
        height: .26rem;
        margin: 0 auto .05rem;
    }
    #footer footer .copyright {
        padding-top: .2rem;
    }
    body .hover-pass:hover {
        opacity: 1;
    }
    .hw-title {
        font-size: .18rem;
        font-weight: 600;
        line-height: .21rem;
        padding-top: .03rem;
        padding-bottom: 0;
    }
    .hw-title span {
        font-size: .24rem;
        line-height: .26rem;
        top: unset;
        bottom: .01rem;
    }

    body .about-us {
        height:unset;
        padding: .2rem 0 .2rem .14rem;
        display: flex;
        align-items: center
    }

    body .about-us>div:first-child {
        overflow: hidden;
        flex: 1;
        margin-right: .12rem
    }

    body .about-us .hw-title {
        white-space: normal;
        margin-bottom: .11rem
    }

    body .about-us .desc {
        width: unset;
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .16rem;
        margin-bottom: .1rem;
    }

    body .about-us .cover {
        position: unset;
        width: 1.52rem;
        height: 1.2rem;
        right: unset;
        top: unset;
        transform: unset;
    }
    body .com-more {
        font-size: .12rem;
    }
    body .news {
        padding-top: .2rem;
        margin-bottom: 0;
    }

    body .news .hw-title {
        margin-bottom: .16rem
    }
    body .com-tab, body .tab-nav {
        overflow-x: scroll;
        width: 100%;
    }
    body .com-tab::-webkit-scrollbar,body .tab-nav::-webkit-scrollbar {
        display: none;
    }
    body .tab-nav {
        justify-content: initial;
    }
    body .news .com-tab {
        margin-bottom: .09rem;
        height: .4rem;
    }
    body .tab-nav > li, body .com-tab > li {
        font-size: .14rem;
        font-weight: 400;
        color: #616366;
        white-space: nowrap;
        line-height: .16rem;
        position: relative;
        padding: .1rem;
        margin-right: .2rem;
    }
    body .tab-content {
        margin-top: .09rem;
    }
    body .news .tab-content {
        margin-top: .09rem;
    }
    body .cell-list {
        display: block;
    }
    body .cell-list .left .time {
        left: 0;
        width: .56rem;
        height: .56rem;
    }
    body .cell-list .left {
        margin: 0;
        width: 100%;
    }
    body .cell-list .left .cell img {
        width: 100%;
        height: 1.24rem;
        margin-bottom: .08rem;
        margin-right: 0;
    }
    body .cell-list .left .cell .title {
        font-size: .12rem;
        font-weight: 500;
        color: #2a2b2d;
        line-height: .14rem;
        margin-bottom: .08rem;
        padding: 0;
        height: auto;
    }
    body .cell-list .cell .desc {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .14rem;
        padding: 0;
        margin-bottom: .15rem;
    }
    body .cell-list .left .cell a {
        display: none;
        padding: 0;
        font-size: .12rem;
    }
    body .cell-list .cell a {
        font-size: .12rem;
        text-align: left;
        padding: 0;
    }
    body .cell-list .right {
        width: 100%;
    }
    body .cell-list .right .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        height: .98rem;
        display: flex;
        align-items: center;
    }
    body .cell-list .right .cell .info {
        position: relative;
        width: 100%;
        padding-left: 1.14rem;
    }
    body .cell-list .right .cell .info .my-preview {
        position: initial;
    }
    body .cell-list .right .cell .info > img,
    body .cell-list .cell .info video{
        position: absolute;
        top: -12%;
        left: 0;
        z-index: 2;
        width: 1.02rem;
        height: .68rem;
        padding: 0;
        margin: 0;
    }
    body .cell-list .right .cell .title {
        font-size: .12rem;
        font-weight: 500;
        color: #2a2b2d;
        line-height: .14rem;
        margin-bottom: .12rem;
        height: .28rem;
        padding: 0;
    }
    body .cell-list .left .time>span:first-child {
        font-size: .12rem;
        line-height: .14rem;

    }
    body .cell-list .left .time>span:last-child {
        font-size: .24rem;
        line-height: .28rem;
    }
    body .business {
        margin-top: .4rem;
        padding: .3rem 0 .4rem;
    }
    body .business .top-title>span:first-child {
        height: .33rem;
        line-height: .33rem;
        padding-left: .06rem;
        padding-right: .06rem;
        font-size: .18rem;
    }
    body .business .top-title>span:last-child {
        font-size: .24rem;
        line-height: .3rem;
        font-weight: 700;
        color: #f7f8fb;
        position: relative;
        z-index: 1;
        transform: translate(-.06rem);
    }
    body .bup {
        height: .64rem;
        width: calc(100% - .14rem);
        position: relative;
        left: .14rem;
        padding: 0 .09rem 0 0;
        display: flex;
        align-items: center;
        margin-bottom: .14rem;
    }
    body .bup .com-tab {
        margin-left: 0;
        justify-content: initial;
        padding: 0 .09rem;
        height: 100%;
    }
    body .com-tab>li {
        font-size: .12rem;
        font-weight: 400;
        color: #f7f8fb;
        line-height: .14rem;
        position: relative;
        white-space: nowrap;
        padding: 0;
        margin-right: .18rem;
    }
    body .com-tab>li:after {
        bottom: -0.04rem;
        height: .02rem;
    }
    body .my-svg {
        width: .2rem;
        margin-bottom: .08rem;
    }
    body .business .business-content {
        padding-bottom: 0;
    }
    body .business .business-content .tab-content {
        margin-top: 0;
    }
    body .business .business-content .tab-content .content {
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }
    body .business .content .info {
        width: 100%;
        flex: initial;
        margin: 0;
    }
    body .business-content .content .el-image {
        width: 100%;
        height: 1.87rem;
        margin: 0 0 .12rem 0;
    }
    body .business-content .info .my-svg,
    body .business .content .info .title {
        display: none;
    }
    body .business .business-content .content .info .desc {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .18rem;
        margin-bottom: .06rem;
    }
    body .isBtn {
        background: transparent;
        padding: 0;
        font-size: .12rem;
        color: #b58347;
        font-weight: normal;
    }
    body .isBtn svg path {
        color: #b58347;
        fill: #b58347;
    }
    body .banner .title {
        font-size: .12rem;
    }
    body .com-nav {
        height: .36rem;
        padding: 0 .08rem;
        justify-content: flex-start;
        width: 100vw;
        overflow-x: scroll;
    }
    body .com-nav::-webkit-scrollbar {
        display: none;
    }
    body .com-nav > li {
        border-radius: .02rem;
        width: unset;
        height: .24rem;
        padding: 0 .08rem;
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .16rem;
        white-space: nowrap;
    }
    body .com-nav .my-svg {
        width: .18rem;
        height: .18rem;
        margin-right: .04rem;
    }
    body .group-profile {
        padding-top: .2rem;
        padding-bottom: .4rem;
    }
    body .tab-content .hw-title {
        margin-bottom: .2rem;
    }
    body .group-profile .desc {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .18rem;
        margin-bottom: .2rem;
    }

    body .contact-wrapper .info-list {
        position: relative;
        padding: .2rem .14rem .46rem;
        margin: 0
    }

    body .contact-wrapper .info-list .consult-list {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        background: #ffffff;
        box-shadow: unset;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    body .contact-wrapper .info-list .consult-list>div {
        background: #ffffff;
        box-shadow: 0 0 .16rem .01rem #0000000f;
        width: 100%;
        padding: .24rem .1rem .14rem;
        margin-bottom: .2rem
    }

    body .contact-wrapper .info-list .consult-list .cell {
        width: 100%;
        border: .01rem solid #b58347;
        padding: .28rem .16rem .15rem;
        position: relative;
        align-items: flex-start
    }

    body .contact-wrapper .info-list .consult-list .cell .title {
        position: absolute;
        top: 0;
        left: 50%;
        padding: 0 .2rem;
        background-color: #fff;
        transform: translate(-50%,-50%);
        font-size: .18rem;
        font-weight: 500;
        color: #b58347;
        line-height: .25rem
    }

    body .contact-wrapper .info-list .consult-list .cell .title .com-svg {
        width: .28rem;
        margin-right: .08rem
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .18rem;
        display: flex;
        align-items: flex-start;
        margin-bottom: .14rem
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell:last-child {
        margin-bottom: 0
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell .com-svg {
        width: .18rem;
        margin-right: .04rem
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell .value {
        color: #000;
        max-width: 1.3rem
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell .value.tag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: .04rem .1rem
    }

    body .contact-wrapper .info-list .consult-list .cell .content .s-cell .value.tag .s-tag {
        display: flex;
        align-items: center;
        height: .18rem;
        margin: 0;
        background: #b58347;
        padding: 0 .12rem;
        font-size: .12rem;
        font-weight: 400;
        color: #fff;
        line-height: .14rem;
        border-radius: .09rem
    }

    body .contact-wrapper .info-list .contact-list {
        display: grid;
        background-color: #fff;
        grid-template-columns: repeat(1,1fr);
        gap: .2rem;
        box-shadow: unset;
        margin-bottom: 0
    }

    body .contact-wrapper .info-list .contact-list .cell {
        background: #ffffff;
        box-shadow: 0 0 .16rem .01rem #0000000f;
        padding: .14rem .2rem
    }

    body .contact-wrapper .info-list .contact-list .cell .title {
        font-size: .12rem;
        font-weight: 500;
        color: #2a2b2d;
        line-height: .18rem;
        margin-bottom: .14rem
    }

    body .contact-wrapper .info-list .contact-list .cell .title .com-svg,body .contact-wrapper .info-list .contact-list .cell .title .el-image {
        width: .18rem;
        height: .18rem;
        font-size: .18rem;
        margin-right: .04rem
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell {
        margin-bottom: .14rem
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell:last-child {
        margin-bottom: 0
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell .com-svg {
        width: .18rem;
        height: .18rem;
        margin-right: .04rem
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell .content {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .14rem
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell .content .label {
        white-space: nowrap;
        display: inline
    }

    body .contact-wrapper .info-list .contact-list .cell .s-cell .content .val {
        color: #2a2b2d;
        display: inline;
        white-space: pre-wrap
    }


    body .feedback {
        margin:0 .14rem .4rem;
        height: unset;
        background: #f7f8fb;
        text-align: center;
        padding: .2rem .14rem .15rem
    }

    body .feedback .title {
        font-size: .14rem;
        font-weight: 500;
        color: #000;
        line-height: .2rem;
        margin-bottom: .14rem
    }

    body .feedback .tip {
        text-align: left;
        font-size: .12rem;
        font-weight: 400;
        color: #000;
        line-height: .14rem;
        max-width: unset;
        margin: unset;
        margin-bottom: .2rem
    }

    body .feedback .content {
        margin-bottom: .2rem;
        margin-top: 0;
        width: 100%
    }

    body .feedback .content .com-svg {
        width: .24rem;
        height: .24rem;
        margin-right: .08rem
    }

    body .feedback .content .top {
        margin-bottom: .14rem;
        display: block
    }

    body .feedback .content .top .cell {
        width: 100%;
        height: .24rem;
        margin-bottom: .14rem
    }

    body .feedback .content .top .cell>div {
        height: .24rem
    }

    body .feedback .content .el-input__wrapper {
        --el-input-focus-border-color: #fff
    }

    body .feedback .content .el-textarea,body .feedback .content .el-input {
        background: #ffffff;
        --el-component-size: .24rem;
        box-shadow: none!important
    }

    body .feedback .content .el-textarea .el-input__wrapper,body .feedback .content .el-input .el-input__wrapper {
        background: inherit;
        outline: none;
        box-shadow: none!important;
        padding: .01rem .04rem
    }

    body .feedback .content .el-textarea textarea,body .feedback .content .el-input textarea {
        background: inherit;
        box-shadow: none;
        resize: none;
        padding: .1rem .06rem;
        height: .86rem
    }

    body .feedback .content .el-textarea input,body .feedback .content .el-input input,body .feedback .content .el-textarea textarea,body .feedback .content .el-input textarea {
        font-size: .12rem
    }

    body .feedback .content .el-textarea input::placeholder,body .feedback .content .el-input input::placeholder,body .feedback .content .el-textarea textarea::placeholder,body .feedback .content .el-input textarea::placeholder {
        color: #a1a3a6
    }

    body .feedback .content .el-textarea .el-input-group__prepend,body .feedback .content .el-input .el-input-group__prepend {
        background: inherit;
        box-shadow: none
    }

    body .feedback .content .el-textarea .el-input-group__prepend .el-select,body .feedback .content .el-input .el-input-group__prepend .el-select {
        width: unset!important
    }

    body .feedback .content .el-textarea .el-input-group__prepend input,body .feedback .content .el-input .el-input-group__prepend input {
        width: .4rem
    }

    body .feedback .submit {
        margin: 0 auto;
        min-width: 1.08rem;
        width: unset;
        padding: 0 .3rem;
        height: .24rem;
        background: #b58347;
        font-size: .12rem;
        font-weight: 500;
        color: #fff;
        line-height: .16rem;
        border: none
    }
    body .banner {
        max-height: 1.4rem;
    }
    body .banner img {
        max-height: 100%;
    }
}