.banner-img {
    width: 100%;
    height: auto;
}
.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.07291666666666667rem;
}
.bannertit:after {
    content: "";
    position: relative;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.129rem;
    left: 0.020833333333333332rem;
}


.content {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.mapbox {
    padding: 0.5208333333333334rem 0 0;
    width: 83.33333333333334%;
    margin: 0 auto;
    border-radius: 0.052083333333333336rem;
    background-color: #ffffff;
    overflow: hidden;
}
.mapimg{
    width: 100%;
}
.sbox{
    width: 83.33333333333334%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.4609375rem;
}
.stitle{
    font-size: 0.25rem;
    line-height: 0.3125rem;
    color: #333333;
}
.scon {
    margin-top: 0.3567708333333333rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.2604166666666667rem;
}
.sli {
    width: 45.8125%;
    margin-right: 3.125%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.sli-l {
    width: 0.46875rem;
    height: 0.46875rem;
    border-radius: 50%;
    background-color: #00958f;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.08333333333333333rem;
}
.sli-l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sli-r {
    flex: 1;
    width: auto;
    display: flex;
    flex-direction: column;
}
.sli-title {
    font-size: 0.125rem;
    line-height: 0.15104166666666666rem;
    color: #333333;
    word-wrap: break-word;
    width: 100%;
    margin-top: 0.0390625rem;
    overflow: hidden;
}
.sli-con {
    word-break: break-word;
    width: 100%;
    font-size: 0.125rem;
    line-height: 0.15104166666666666rem;
    color: #666666;
    margin-top: 0.10416666666666667rem;
    overflow: hidden;
}
#message {
    padding-top: 0.5208333333333334rem;
}
.message {
    background-color: #f7f7f7;
}
.messagebox {
    width: 8.333333333333334rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5208333333333334rem 0;
}
.messageleft{
    width: 40%;
}
.messagetit {
    font-size: 0.25rem;
    color: #333333;
    font-weight: 700;
    font-family: "Roboto-Bold";
}
.messagecon {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    font-weight: 500;
    font-family: "Roboto-Medium";
    width: 65%;
    margin-top: 0.11979166666666667rem;
}
.messageright {
    width: 56.875%;
    border-radius: 0.052083333333333336rem;
    background-color: rgba(233, 233, 235);
    overflow: hidden;
    padding: 0.21875rem 0.21875rem 0.203125rem;
    box-sizing: border-box;
}
.messageform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feedback {
    width: 46.61016949152542%;
    height: 0.328125rem;
}
.feedback input{
    outline: 0;
    border-radius: 0.052083333333333336rem;
    background-color: #ffffff;
    border: 1px solid #dedede;
    font-size: 0.09375rem;
    height: 0.19791666666666666rem;
    width: 100%;
    color: #999999;
    padding: 0 0.06770833333333333rem;
    line-height: 0.19791666666666666rem;
}
.feedback-textarea{
    width: 100%;
    height: 0.6510416666666666rem;
}
.feedback-detail {
    border-radius: 0.052083333333333336rem;
    background-color: #ffffff;
    border: 1px solid #dedede;
    width: 100%;
    outline: 0;
    resize: none;
    font-size: 0.09375rem;
    color: #999999;
    padding: 0.041666666666666664rem 0.06770833333333333rem;
    line-height: 0.109375rem;
    height: 0.5208333333333334rem;
}
.error {
    font-size: 0.07291666666666667rem;
    color: red;
    padding: 0 0.06770833333333333rem;
}
.feedback-submit{
    width: 100%;
}
.messagesubmit {
    width: 0.8958333333333334rem;
    height: 0.19791666666666666rem;
    border-radius: 0.052083333333333336rem;
    background-color: #00958f;
    border: 0px;
    box-sizing: border-box;
    font-size: 0.09375rem;
    color: #ffffff;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
}
.bannertit:after {
    left: 0;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}

.mapbox {
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    margin: 0.75rem 0 1.5375rem;
}

.sbox{
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box; 
    margin-bottom: 1.4625rem;
}
.sbox:last-child{
    margin-bottom: 1.6rem;
}
.stitle {
    font-size: 0.525rem;
    line-height: 0.8rem;
}
.scon {
    margin-top: 0.3625rem;
    row-gap:0px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    row-gap: 0.5rem;
}
.sli{
    width: 100%;
    margin-right: 0px;
}
.sli-l {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
}
.sli-r{
    justify-content: center;
}
.sli-title {
    font-size: 0.375rem;
    line-height: 0.375rem;
    margin-top: 0;
}
.sli-con {
    margin-top: 0.1625rem;
    font-size: 0.375rem;
    line-height: 0.375rem;
}

#message{
    padding-top: 0px;
    
}
.messagebox{
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 1.05rem;
}
.messageleft {
    width: 100%;
}
.messagetit {
    font-size: 0.525rem;
    line-height: 0.525rem;
    text-align: center;
    margin-top: 1.0375rem;
}
.messagecon {
    font-size: 0.375rem;
    line-height: 0.475rem;
    text-align: center;
    width: 100%;
    margin-top: 0.0875rem;
}
.messageright {
    width: 100%;
    margin-top: 0.65rem;
    border-radius: 0.125rem;
    padding: 0.55rem;
}
.feedback {
    width: 100%;
    height: 1.375rem;
}
.feedback input{
    font-size: 0.325rem;
    height: 0.825rem;
    line-height: 0.825rem;
    border-radius: 0.125rem;
    padding: 0 0.275rem;
}
.feedback-textarea {
    height: 3.25rem;
}
.feedback-detail {
    font-size: 0.325rem;
    line-height: 15px;
    height: 2.725rem;
    padding: 0.225rem 0.275rem;
    border-radius: 0.125rem;
}
.error {
    font-size: 0.325rem;
}
.feedback-submit {
    width: 100%;
}
.messagesubmit {
    width: 100%;
    text-align: center;
    border-radius: 0.125rem;
    background-color: #00958f;
    color: #ffffff;
    font-size: 0.375rem;
    line-height: 0.825rem;
    height: 0.825rem;
}
}

