html {
    scroll-behavior: smooth;
}

.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

body {
    background-color: #F0F0F0;
}

.banner {
    padding: 40px 0;
    background-color: #fff;
}

.banner .container {
    background-size: 150px;
    background-position: calc(100% - 15px) top;
    background-repeat: no-repeat;
}

.top {
    margin-bottom: 20px;
}

.top h3 {
    font-size: 20px;
    color: #000000;
    font-family: "阿里巴巴普惠体 2.0 85 Bold";
}

.top p {
    font-size: 14px;
    color: #000000;
    font-family: "阿里巴巴普惠体 2.0 45 Light";
}

.btm {
    line-height: 1.8;
    font-size: 12px;
    color: #646464;
}

.big-block {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: calc(100% - 15px) 20px;
}

.big-block .title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.big-block .title h3 {
    font-size: 18px;
    color: #000000;
    font-family: "阿里巴巴普惠体 2.0 85 Bold";
}

.big-block .title p {
    margin-left: 10px;
    font-size: 12px;
    color: #A0A0A0;
    font-family: "阿里巴巴普惠体 2.0 85 Bold";
}

.tt {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    font-family: "阿里巴巴普惠体 2.0 85 Bold";
}


.common-p {
    width: 58%;
    line-height: 1.5;
    font-size: 12px;
    color: #606060;
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
}

.common-p a {
    text-decoration: underline;
    color: #4673C4;
}

.w-100 {
    width: 100%;
    margin-top: -20px;
}

.common-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #F47836;
}

.common-tel img {
    width: 10px;
    margin-right: 15px;
}

.zixun-tel img {
    width: 16px;
}

.tt {
    margin-bottom: 15px;
    text-align: center;
}


.m-block {
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 20px;
    border: 1px solid #A0A0A0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-position: 90% 35px;
}

.m-block-1 {
    background-size: auto 80px;
    background-position: 90% 35px;
}

.m-block .sws {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.m-block .sws img {
    height: 16px;
    margin-left: 10px;
}

.region-links {
    margin: 0 10px;
    display: flex;
    justify-content: space-between;

}

.region-link {
    display: flex;
    align-items: center;
    padding: 5px 7px;
    border: 1px solid #F47836;
    border-radius: 29px;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
}


.region-link span {
    margin-left: 4px;
    font-size: 10px;
}
