﻿.zt{
    overflow-x: hidden;
}
header .title{
    display: block;
    width: 640px;
    margin: 0 auto;
}
.ui-block-1 article ul{
    display: flex;
}
.ui-block-1 article ul li:nth-child(2){
    margin-left: 30px;
    display: block;
    width: 800px;
    text-align: center;
}
.ui-block-1 article ul li h1{
    font-size: 36px;
}
.ui-block-1 article ul li p{
    text-align: left;
    font-size: 26px;
    line-height: 1.5;
}
.zt .ui-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 3.6;
    width: 25%;
    border-radius: 30px;
    background: #0362B6;
    color: #fff;
}
.ui-block-3 header img{
    width: 1200px;
}
.ui-block-3 article{
    display: flex;
    justify-content: space-between;
}
.ui-block-3 article ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ui-block-3 article ul li p{
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
}
.ui-block-5{
    background: #035DAD;
    color: #fff;
    padding: 3% 0;
}
.ui-block-5 header{
    text-align: center;
}
.ui-block-5 header h1{
    font-size: 32px;
    font-weight: bold;
}
.ui-block-5 header h2{
    font-size: 24px;
}
.ui-block-5 article input{
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    line-height: 3;
    box-sizing: border-box;
    padding-left: 2%;
    border-radius: 30px;
}
.ui-block-5 article .ui-btn{
    background: #A00763;
    width: 40%;
    line-height: 3.4;
}