.container {
    width: 1300px;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    overflow: auto;
}

.page-head {
    position: relative;
    height: 548px;
    background-image: url('../img/head_bg@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-head .name {
    position: absolute;
    left: 282px;
    bottom: 200px;
}

.page-head .name span {
    display: block;
    width: 72px;
    height: 6px;
    background: #00479D;
}

.page-head .name p {
    margin-top: 4px;
    font-size: 32px;
    font-weight: 700;
    color: #00479D;
    line-height: 40px;
}

.page-head .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 678px;
    height: 190px;
    padding: 10px 40px 0 0;
    display: flex;
    justify-content: flex-end;
    background: rgba(36, 156, 237, 0.7);
}

.page-head .desc p {
    width: 56%;
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: 700;
    color: #00479D;
    line-height: 40px;
}

.page-main {
    padding: 0 60px;
}

.page-main .main-title {
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1072E8;
}

.main-one-crad {
    display: flex;
}

.main-one-crad .item-left {
    padding-top: 70px;
}

.main-one-crad .item-left .name {
    font-size: 14px;
    font-weight: 700;
    color: #151515;
    line-height: 22px;
}

.main-one-crad .item-left .desc {
    margin: 20px 0 27px;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
    line-height: 22px;
}

.main-one-crad .item-left .scope {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 32px;
    background: #1072E8;
    cursor: pointer;
}

.main-one-crad .item-left .scope span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 8px;
}

.main-one-crad .item-left .scope img {
    width: 16px;
    height: 16px;
}

.main-one-crad .item-right {
    height: 370px;
}

.main-one-crad .item-right img {
    width: 100%;
    height: 100%;
}

.main-two-crad {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 104px 0;
    box-shadow: 0px 8px 10px 0px rgba(188, 192, 194, 0.3);
}

.main-two-crad .item {
    border-right: 1px solid #D8D8D8;
}

.main-two-crad .item:last-child {
    border-right: 0;
}

.main-two-crad .item .item-value {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #151515;
    line-height: 40px;
}

.main-two-crad .item .item-tips {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #898989;
    line-height: 22px;
}

.main-three-crad {
    margin-top: 60px;
    display: flex;
    height: 520px;
}

.main-three-crad .item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-three-crad .item-left img {
    width: 100%;
    height: 408px;
    vertical-align: middle;
}

.main-three-crad .item-left .tips {
    flex: 1;
    display: flex;
    align-items: center;
}

.main-three-crad .item-left .text {
    font-size: 32px;
    font-weight: 700;
    color: #1072E8;
    line-height: 24px;
}

.main-three-crad .item-left .line {
    flex: 1;
    height: 2px;
    margin: 0 60px 0 20px;
    background: #1072E8;
}

.main-three-crad .item-right {
    width: 580px;
    padding: 30px 20px 30px;
    background: linear-gradient(91deg, #31A2FF 0%, #1072E8 100%);
}

.main-three-crad .item-right p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

.page-footer {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 234px;
    margin-top: 102px;
    padding-left: 70px;
    background: #1072E8;
}

.page-footer .desc {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 60px;
}

.page-footer .phone {
    margin-top: 84px;
}

.page-footer .phone img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.page-footer .phone span {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

.page-footer .gopath {
    margin-top: 16px;
    cursor: pointer;
}

.page-footer .gopath img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.page-footer .gopath span {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.page-footer .ICP {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
    cursor: pointer;
}

.page-footer .img {
    position: absolute;
    top: -72px;
    right: 160px;
}

.page-footer .img img {
    width: 482px;
    height: 306px;
}

.page-form{
    padding: 80px 50px;
    background: #fff;
}

.page-form .form-box {
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8;
}

.page-form .form-title {
    font-weight: 700;
    font-size: 32px;
    color: #151515;
    margin-bottom: 30px;
}

.page-form .form-desc {
    padding: 30px;
    background: #E4F2FF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #7EA9FF;
}

.page-form .form-desc h2{
    font-weight: 700;
    font-size: 32px;
    color: #1072E8;
}

.page-form .form-desc p{
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    line-height: 22px;
}

.page-form .form-item{
    margin-top: 30px;
}

.page-form .form-item .item-label{
    font-weight: 700;
    font-size: 20px;
    color: #151515;
    margin-bottom: 10px;
}

.page-form .form-item .item-content {
    position: relative;
    width: 600px;
}

.page-form .form-item .item-content input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    width: 100%;
    height: 48px;
    padding-right: 145px !important;
    line-height: 48px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.page-form .form-item .item-content input:focus {
    outline: none;
    border-color: #7EA9FF;
}

.page-form .form-item .item-slot {
    position: absolute;
    top: 16px;
    right: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1072E8;
    cursor: pointer;
}

.page-form .form-footer{
    padding: 60px 0;
    text-align: center;
}

.page-form .form-footer button{
    width: 213px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    background: #1072E8;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.page-form .form-success{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-form .form-success img{
    width: 364px;
    height: 364px;
}

.page-form .form-success .tip{
    width: 571px;
    margin: 20px 0 30px;
    font-weight: 500;
    font-size: 16px;
    color: #151515;
    line-height: 24px;
    text-align: center;
}

.page-form .form-success .btn{
    width: 194px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(16,114,232,0.9);
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #1072E8;
    cursor: pointer;
}

button[disabled]{
    color: #151515 !important;    
    background: #E7E7E7 !important;
    cursor: not-allowed !important;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_1 {
    flex: 1;
}