.center-box{
    width: 1200px;
}

.old-title{
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.old-title i{
    color: #f27200;
    font-weight: 500;
}

.global-header-inner .nav{
    font-size: 14px;
}
.global-header-inner .nav .item{
    margin-left:20px;
}

.note-group-1{
    padding-top: 100px;
    background-color: #f6f6f6;
}

.note-group-1 .fun li::after{
    display: none;
}

.note-group-1 .fun li{
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.note-group-1 .fun li .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.note-group-1 .fun li .img-box img{
    width: 80px;
    height: 80px;
}
.multiple-filter-box{
    padding-bottom: 50px;
}
.multiple-filter-box h2{
    font-size: 26px;
    line-height: 26px;
    color: #3850b0;
    padding-left: 15px;
    padding-right: 15px;
}

.multiple-filter-box p{
    font-size: 14px;
    margin-top: 10px;
    color: #444;
    padding-left: 15px;
    padding-right: 15px;
}

.multiple-filter-box p b{
    font-weight: normal;
    color: #665ccf;
}

.multiple-filter-box .center-box{
    position: relative;
}

.multiple-filter-box .link{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 210px;
    height: 50px;
    background-color: #fa842d;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}
.multiple-filter-box .link:hover{
    opacity: 0.8;
}

.old-advert-phone{
    height: 160px;
    background: linear-gradient(to right, #4090f1, #733bf2);
}

.old-advert-phone .center-box{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.old-advert-phone .center-box>div:nth-child(1)>p:nth-child(1) {
    font-size: 26px;
    line-height: 46px;
}
.old-advert-phone .center-box>div:nth-child(1)>p:nth-child(2) {
    font-size: 18px;
    color: #faa249;
    line-height: 20px;
}
.old-advert-phone .center-box>div:nth-child(2) {
    display: flex;
    align-items: flex-start;
}

.old-advert-phone .center-box>div:nth-child(2) img{
    flex-shrink: 0;
}
.old-advert-phone .center-box>div:nth-child(2) p{
    margin-left: 28px;
    font-size: 14px;
}

.old-advert-phone .center-box>div:nth-child(2) b{
    display: block;
    font-size: 30px;
    line-height: 52px;
    color: #dea438;
}

.note-group-3{
    background-color: #f6f6f6;
}

.old-summary{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #626262;
}

.advantage-list-box{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
}

.advantage-list-box li{
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
    background: linear-gradient(#fb7a26, #f8933b);
    padding-bottom: 2px;
    display: flex;
    flex-direction: column;
}
.advantage-list-box li:first-child{
    margin-left: 0;
}

.advantage-list-box .head{
    display: flex;
    padding: 20px;;
    color: #fff;
}

.advantage-list-box .head .img-box{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-list-box .head .txt-box{
    margin-left: 24px;
}

.advantage-list-box .head .txt-box .name{
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}

.advantage-list-box .head .txt-box p{
    line-height: 20px;
    font-size: 14px;
}

.advantage-list-box .txt{
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    flex: 1;
    min-height: 220px;
}

.focus-quick-box{
    padding-bottom: 80px;
}

.focus-quick-box h2{
    padding-bottom: 20px;
}

.focus-quick-box ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.focus-quick-box li{
    flex: 1;
    min-width: 33.33%;
    height: 250px;
    box-sizing: border-box;
}

.focus-quick-box .img-box{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.focus-quick-box .txt-box{
    background: linear-gradient(#fa822c, #fb9936);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 48px;
    padding-right: 48px;
}

.focus-quick-box  li .title{
    line-height: 40px;
    font-size: 16px;
}

.focus-quick-box  li .txt{
    line-height: 22px;
    font-size: 12px;
}

.old-partners-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

.old-partners-box ul::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
    z-index: 2;
}
.old-partners-box ul::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 2px solid #fff;
    z-index: 2;
}

.old-partners-box li {
    width: 20%;
    padding: 20px 15px;
    box-sizing: border-box;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.old-partners-box li .img-box{
    width: 100%;
}
.old-partners-box li .img-box img{
    display: block;
    width: 100%;
}

.old-partners-box li p{
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #626262;
}

.old-function-list{
    display: flex;
    padding-bottom: 40px;
}

.old-function-list ul{
    flex: 1;
    overflow: hidden;
    margin-right: 65px;
    padding-top: 30px;
}

.old-function-list li{
    margin-top: 10px;
    height: 124px;
    border-radius: 10px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
}

.old-function-list li span{
    font-size: 60px;
    color: #e7e7e7;
    font-weight: 600;
}

.old-function-list li div{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.old-function-list li h3{
    line-height: 40px;
    font-size: 20px;
}

.old-function-list li  p{
    line-height: 22px;
    color: #626262;
    font-size: 14px;
}

.old-function-list li:hover div{
    background-color: #fb8e31;
    color: #fff;
}
.old-function-list li:hover div p{
    color: #fff;
}

.old-function-list .aside{
    width: 308px;
    flex-shrink: 0;
    padding-top: 30px;
}

.old-function-list .link-box{
    display: flex;
}

.old-function-list .link-box .btn{
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}

.old-function-list .link-box .btn:hover{
    opacity: 0.8;
}

.old-function-list .link-box .btn:nth-child(1) {
    background-color: #9c43f3;
}
.old-function-list .link-box .btn:nth-child(2) {
    margin-top: 6px;
    background-color: #fd9d39;
}

.old-function-list .link-box .help{
    flex: 1;
    margin-left: 6px;
    background-color: #2ab0ed;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.old-app-obx{
    background-color: #f6f6f6;
}

.old-app-obx ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 40px;
}

.old-app-obx li{
    width: 24%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 40px;
    min-height: 315px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.old-app-obx li h3{
    position: relative;
    height: 24px;
    padding-left: 28px;
    line-height: 24px;
    font-size: 22px;
    color: #f88b2e;
    font-weight: 500;
}
.old-app-obx li h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 24px;
    background-color: #f88b2e;
}
.old-app-obx li h3::after{
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    width: 2px;
    height: 24px;
    background-color: #666;
}
.old-app-obx li div{
    padding-left: 28px;
    line-height: 34px;
    font-size: 15px;
    color: #565253;
}

.old-app-obx li p{
    margin-top: 15px;
    color: #626262;
    line-height: 24px;
    padding-left: 28px;
    font-size: 14px;
}

.old-marketing-box ul{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    padding-bottom: 80px;
}

.old-marketing-box li {
    width: 265px;
    height: 265px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:center;
    border-radius: 50%;
    position: relative;
}

.old-marketing-box li  span{
    font-size: 80px;
    color: rgba(232, 232, 232, 0.2);
    font-weight: bold;
}

.old-marketing-box li h3{
    line-height: 60px;
    font-size: 36px;    
}

.old-marketing-box li p{
    line-height: 28px;
    font-size: 16px;
}

.old-marketing-box li div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}

.old-marketing-box li:nth-child(1) {
    background-color: #1aade1;
}
.old-marketing-box li:nth-child(2) {
    background-color: #a85bf9;
}
.old-marketing-box li:nth-child(3) {
    background-color: #fb9032;
}
.old-marketing-box li:nth-child(4) {
    background-color: #ff718b;
}

.note-group-box .special-fun .item:hover{
  background-color: #f8933b;
}