.header {
    height: 48px;
    width: 100%;
}
.header > header {
    height: 100%;
    width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header > header > img {
    height:33px;
}
.header > header > span {
    font-size:12px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(98,98,98,1);
    letter-spacing:1px;
    margin-left: 16px;
}
.funIntroduced {
    box-sizing: border-box;
    height:144px;
    width: 100%;
    background:rgba(245,245,245,1);
    padding-top: 25px;
}
.funIntroduced > .list {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.funIntroduced > .list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.funIntroduced > .list > li > img {
    height:48px;
    margin-bottom: 15px;
}
.funIntroduced > .list > li > span {
    height:17px;
    font-size:12px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(124,123,123,1);
    line-height:17px;
}
.infoBox {
    height: 280px;
    box-sizing: border-box;
    padding-top: 64px;
}
.infoBox > .big {
    font-size:28px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:40px;
    letter-spacing:1px;
    text-align: center;
}
.infoBox > .fun {
    font-size:20px;
    font-family:PingFang-SC-Medium;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
    letter-spacing:1px;
    text-align: center;
}
.infoBox > .tao {
    font-size:20px;
    font-family:PingFang-SC-Medium;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    letter-spacing:1px;
    text-align: center;
}
.infoBox > .phone {
    margin-top: 14px;
    font-size:20px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(239,135,51,1);
    line-height:28px;
    letter-spacing:1px;
    text-align: center;
}
.mall {
    background:rgba(245,245,245,1);
    padding-top: 58px;
    padding-bottom: 110px;
}
.mall > h2 {
    height:37px;
    font-size:26px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(82,81,81,1);
    line-height:37px;
    letter-spacing:1px;
    text-align: center;
}
.mall > .divider {
    width:130px;
    height:2px;
    background:rgba(216,216,216,1);
    margin: 4px auto;
}
.mall > .mallModel {
    margin: 0 auto;
    margin-top: 46px;
    width: 1024px;
    background:rgba(255,255,255,1);
    display: flex;
    align-items: center;
}
.mall > .mallModel > .mallModelLeft {
    padding-top: 49px;
    padding-bottom: 85px;
    padding-right: 58px;
    border-right: 1px solid #EAEAEA;
}
.mall > .mallModel > .mallModelLeft > li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.mall > .mallModel > .mallModelLeft > li > img {
    width: 33px;
    margin-left: 36px;
}
.mall > .mallModel > .mallModelLeft > li > p {
    width:295px;
    height:111px;
    border-radius:6px;
    border:1px solid rgba(197,197,197,1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 36px;
}
.mall > .mallModel > .mallModelLeft > li > p > img {
    max-height: 87px;
    max-width: 262px;
}
.mall > .mallModel > .mallModelRight {

}
.mall > .mallModel > .mallModelRight > img {
    width: 403px;
    height: 432px;
    margin-left: 80px;
}
.mall > .mallModel > .mallModelRight > div {
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.mall > .mallModel > .mallModelRight > div > img {
    width: 33px;
    margin-left: 50px;
}
.mall > .mallModel > .mallModelRight > div > p {
    width:295px;
    height:111px;
    border-radius:6px;
    border:1px solid rgba(197,197,197,1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 36px;
}
.mall > .mallModel > .mallModelRight > div > p > img {
    max-height: 87px;
    max-width: 262px;
}
.footer {

}
.footer > footer {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer > footer > .mallList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 18px;
    height: 105px;
}
.footer > footer > .mallList > li {
    margin-top: 5px;
}
.footer > footer > .mallList > li > a {
    font-size:12px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(158,158,158,1);
    line-height:17px;
}
.footer > footer > .divider {
    width:1024px;
    height:1px;
    background:rgba(214,214,214,1);
    margin: 0px auto 20px;
}
.footer > footer > p {
    font-size:12px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(98,98,98,1);
    line-height:17px;
    text-align: center;
}
