.w1180 {
    width: 1200px;
    margin: auto;
}

.pattern {
    padding: 80px 0;
}

.pattern_tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.pattern_sub {
    color: #575D6C;
    text-align: center;
    margin-top: 8px;
}

.finance {
    padding: 160px 0;
    background-image: url(/img/fbg.png);
    background-size: cover;
}

.finance li {
    padding: 1px;
    float: left;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    height: 218px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    top: 0;
    box-shadow: 0px 4px 30px 0px rgba(49, 101, 197, 0.19);
}

.finance li img {
    width: 81px;
}

.finance li>div {
    background: #FFFFFF;
    height: 100%;
    border-radius: 7px;
    padding-top: 28px;
}

.finance li:nth-child(4n) {
    margin-right: 0;
}

.finance li img {
    margin-bottom: 5px;
}

.finance li:hover {
    transition: 0.5s;
    top: -10px;
}

.finance_des {
    color: #575D6C;
}

.finance_des>p:first-child {
    margin: 5px 0;
}

.finance ul {
    margin-top: 65px;
    margin-bottom: 30px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_14 {
    font-size: 14px;
}

.fnt_20 {
    font-size: 20px;
}

/* 准备的材料 */
.h2 {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #191c3d;
    text-align: center;
    margin-top: 80px;
}

.h6 {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #191c3d;
    text-align: center;
    margin-top: 17px;
    font-weight: 400;
}

#data-box {
    width: 1200px;
    height: 175px;
    margin: 50px auto 0px auto;
    display: flex;
    justify-content: space-between;
}

.data-content {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.data-content-imgs {
    width: 200px;
    height: 140px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d4deff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-size {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191c3d;
    font-weight: bold;
}

#serve-flow {
    width: 100%;
    height: 434px;
    background-color: #f5f7fa;
    margin: 80px auto 0px auto;
}

.flow-h2 {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #191c3d;
    text-align: center;
    padding-top: 60px;
}

.flow-h6 {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #191c3d;
    text-align: center;
    margin-top: 17px;
    font-weight: 400;
}

.serve-flow-box {
    width: 960px;
    height: 195px;
    margin: 40px auto 0px auto;
}

.serve-flow-list {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.serve-flow-content {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    border-radius: 14px;
    padding-top: 39px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.serve-flow-imgs1 {
    width: 52px;
    height: 44px;
    background-image: url(/img/serve-flow1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.serve-flow-size1 {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191c3d;
    margin-top: 23px;
}

.serve-flow-size2 {
    width: 78px;
    height: 26px;
    background-color: #3665f5;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    bottom: -10px;
}

.serve-flow-imgs2 {
    width: 48px;
    height: 51px;
    background-image: url(/img/serve-flow2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.serve-flow-imgs3 {
    width: 48px;
    height: 51px;
    background-image: url(/img/serve-flow3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.serve-flow-imgs4 {
    width: 48px;
    height: 51px;
    background-image: url(/img/serve-flow4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.serve-flow-imgs5 {
    width: 48px;
    height: 51px;
    background-image: url(/img/serve-flow5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.serve-flow-img {
    width: 820px;
    height: 11px;
    background-image: url(/img/serve-flow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 25px auto 0px auto;
}

#rest-serve {
    width: 1200px;
    height: 346px;
    margin: 49px auto;
}

.rest-serve-box {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.rest-serve-content1 {
    width: 280px;
    height: 160px;
    background-color: #cde6fd;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.scale {
    transition: all 0.5s;
}

.rest-serve-size1 {
    font-family: FZLTDHJW-GB1-0;
    font-size: 22px;
    font-weight: bold;
    color: #293534;
}

.rest-serve-size2 {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #293534;
    margin: 16px 0px 18px 0px;
}

.rest-serve-btn {
    width: 100px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 17px;
    padding: 0px 0px 0px 15px;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    text-align: left;
    color: #333333;
    border: 0;
    background-image: url(/img/icon2.png);
    background-repeat: no-repeat;
    background-position: 80px 12px;
}

.rest-serve-content2 {
    width: 280px;
    height: 160px;
    background-color: #d4e1ff;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-content3 {
    width: 280px;
    height: 160px;
    background-color: #e0ddfc;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-content4 {
    width: 280px;
    height: 160px;
    background-color: #f3f3e8;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-box1 {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.rest-serve-content5 {
    width: 280px;
    height: 160px;
    background-color: #f7efe2;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-content6 {
    width: 280px;
    height: 160px;
    background-color: #cfd9f8;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-content7 {
    width: 280px;
    height: 160px;
    background-color: #d1eaf0;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}

.rest-serve-content8 {
    width: 280px;
    height: 160px;
    background-color: #cae1f6;
    border-radius: 4px;
    padding: 33px 0px 0px 28px;
    box-sizing: border-box;
}