.master-header{
    height: 460px;
    background: #0086E4;
    color: #ffffff;
    position: relative;
}
.master-header .light{
    width: 547px;
    height: 461px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/sitefiles/library/images/2021/8/87edc6f163e4164a.png");
}
.master-header .master-bg{
    width: 546px;
    height: 450px;
    position: absolute;
    left: 1370px;
    top: 0;
    background-image: url("/sitefiles/library/images/2021/8/8d0ebfa2ff79100d.png");
}
.master-header .center-content{
    position: relative;
    z-index: 1;
    height: 100%;
}
.master-header .example{
    width: 363px;
    height: 459px;
    background-image: url("/sitefiles/library/images/2021/8/da10ed8213dd711a.png");
    position: absolute;
    right: 0;
    bottom: 0;
}
.master-header .title{
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 88px;
}
.master-header .text{
    width: 666px;
    margin-bottom: 14px;
    padding: 20px;
    font-size: 20px;
    background: rgba(255,255,255,.1);
    border-radius: 8px;
}
.master-header .qrcode{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.master-header .qrcode .qrcode-box{
    background-color: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
}
.master-header .qrcode .qrcode-text {
    font-size: 18px;
    margin-left: 20px;
}
.master-header .qrcode img{
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}
.master-header .qrcode .code-title{
    font-size: 16px;
    margin-top: 8px;
}
.advantage-box{
    padding: 88px 0;
}
.advantage-box .font36{
    margin-bottom: 60px;
}
.advantage-box ul{
    display: flex;
}
.advantage-box ul li{
    width: 25%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.advantage-box ul li .radius{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-box ul li label{
    font-size: 24px;
    line-height: 30px;
}
.advantage-box ul li:nth-child(1) .radius{
    background: linear-gradient(90deg, #63BFFF 0%, #0086E4 100%);
}
.advantage-box ul li:nth-child(1) .zys-icon{
    width: 59px;
    height: 44px;
    background-position: 0 -267px;
}
.advantage-box ul li:nth-child(2) .zys-icon{
    width: 45px;
    height: 55px;
    background-position: -70px -267px;
}
.advantage-box ul li:nth-child(3) .zys-icon{
    width: 54px;
    height: 44px;
    background-position: -125px -267px;
}
.advantage-box ul li:nth-child(4) .zys-icon{
    width: 45px;
    height: 43px;
    background-position: -190px -267px;
}
.advantage-box ul li:nth-child(2) .radius{
background: linear-gradient(90deg, #FFCD61 0%, #FBA64B 100%);
}
.advantage-box ul li:nth-child(3) .radius{
background: linear-gradient(90deg, #37C9AA 0%, #6ADCC4 100%);
}
.advantage-box ul li:nth-child(4) .radius{
background: linear-gradient(90deg, #FFDCA5 0%, #EEB674 100%);
}

.process-box{
    padding: 64px 0 32px 0;
    background: #0086e4 url("/sitefiles/library/images/2021/8/fb844fee6c8bd065.png");
}
.process-box .font36{
    margin-bottom: 60px;
    color: #ffffff;
}
.process-box .process-center-box{
    display: flex;
    justify-content: space-between;
}
.process-box .switch{
    width: 400px;
    background: rgba(229,244,255,.1);
}
.process-box .switch li{
    display: flex;
    align-items: center;
    padding: 30px;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.process-box .switch li.active{
    background: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.process-box .switch li.active .title,.process-box .switch li.active label{
    color: #333333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.process-box .switch li.active .num{
    color: #ffffff;
    background: #0086e4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.process-box .switch li .num{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    color: #0086E4;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 24px;
    text-align: center;
}
.process-box .switch li .content .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.process-box .switch li .content label{
    font-size: 20px;
}
.process-box .example-box{
    margin-right: 100px;
    flex: 1;
}
.example-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.example-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.example-box div{
    box-shadow: 0px 0px 64px 0px rgba(51, 51, 51, 0.1);
}
.example-box > div{
    width: 246px;
    height: 499px;
    position: relative;
}
.example-box > div > div{
    position: absolute;
}
.example-box > div div:first-child{
    bottom: 70px;
    left: -200px;
}
.example-box > div div:last-child{
    right: -250px;
    top: 86px;
}
#example1{
    background: url("/sitefiles/library/images/2021/8/b4b9be592540e417.png") no-repeat;
}
#example1 .example1-1{
    width: 241px;
    height: 140px;
    background: url("/sitefiles/library/images/2021/8/59125d411c86e53.png") no-repeat;
}
#example1 .example1-2{
    width: 301px;
    height: 301px;
    background: url("/sitefiles/library/images/2021/8/9a330f9485bd901d.png") no-repeat;
}
#example2{
    background: url("/sitefiles/library/images/2021/8/98540cc31a93a661.png") no-repeat;
}
#example2 .example2-1{
    width: 356px;
    height: 164px;
    background: url("/sitefiles/library/images/2021/8/7bd3797445f53e20.png") no-repeat;
}
#example2 .example2-2{
    width: 301px;
    height: 301px;
    background: url("/sitefiles/library/images/2021/8/b564082046f548ce.png") no-repeat;
}
#example3{
    background: url("/sitefiles/library/images/2021/8/e4e39339307b1a05.png") no-repeat;
}
#example3 .example3-1{
    width: 278px;
    height: 185px;
    background: url("/sitefiles/library/images/2021/8/ae272fdf17101226.png") no-repeat;
}
#example3 .example3-2{
    width: 301px;
    height: 341px;
    background: url("/sitefiles/library/images/2021/8/96caa951686543a.png") no-repeat;
}
#example4{
    background: url("/sitefiles/library/images/2021/8/fb03d82726c27059.png") no-repeat;
}
#example4 .example4-1{
    width: 359px;
    height: 213px;
    background: url("/sitefiles/library/images/2021/8/9f2c300e2a5ec218.png") no-repeat;
}
#example4 .example4-2{
    width: 301px;
    height: 301px;
    background: url("/sitefiles/library/images/2021/8/117f25e6fed5059c.png") no-repeat;
}

.notice-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}
.notice-box .notice-1-example{
    width: 394px;
    height: 228px;
    margin-left: 160px;
    background: url("/sitefiles/library/images/2021/8/71e44b53f89d8b56.png") no-repeat;
}
.notice-box .notice-2-example{
    position: relative;
    margin-right: 408px;
}
.notice-box .notice-2-example div:first-child{
    width: 192px;
    height: 410px;
    background: url("/sitefiles/library/images/2021/8/7ec923c15110d018.png") no-repeat;
}
.notice-box .notice-2-example div:last-child{
    width: 280px;
    height: 174px;
    position: absolute;
    right: -243px;
    top: 145px;
    background: url("/sitefiles/library/images/2021/8/179045d0cd682026.png") no-repeat;
}
.taking-process-list {
    display: flex;
    background: #ffffff;
    font-size: 20px;
    margin: 0 -215px;
    margin-bottom: 88px;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0 0 32px rgb(51 51 51 / 10%);
}
.taking-process-list .item {
    padding: 30px 10px;
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    line-height: 36px;
    align-items: center;
    flex-direction: column;
    border-right: 1px #e5f3fc solid;
}
.taking-process-list .item .bold{
    font-size: 20px;
}
.taking-process-list .item label{
    font-size: 16px;
}
.taking-process-list .item:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #E5F3FC;
    right: -16px;
    top: 70px;
    box-sizing: border-box;
    background: #ffffff url(/sitefiles/library/images/2021/8/44ce0824048cac28.png);
    background-position: -782px -31px;
}
.taking-process-list .item:last-child:before {
    display: none;
}