*{
    padding: 0;
    margin: 0;
}
body{
    width: 100%;
    height: 1080px;
    background: linear-gradient(90deg, #2F73F2 0%, #43C6FD 100%);
    display: grid;
    justify-content: center;
    align-content: center;
}
#box1{
    width: 1550px;
    height: 900px;
    background: #FFFFFF;
    border-radius: 20px;
    display: grid;
    justify-content: center;
    align-content: center;
}
image{
    font-size: 0;
}
#img1{
    margin-right: 15px;
    grid-column:1/2;
}
#bd{
    text-align: center;
    grid-column:2/3;
    display: grid;
    align-content: space-between;
}
#bd p{
    font-size: 32px;
    color: #57A3EE;
}
#bd img{
    vertical-align:middle
}
.input1{
    width: 395px;
    height: 75px;
    background: #F8F8F8;
    border: none;
    border-radius: 0px 6px 6px 0px;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    vertical-align:middle
}
input::placeholder{
    font-size: 18px;
    color: #999999;
}
#input4{
    margin-top: 30px;
}
.input2{
    width: 350px;
    height: 50px;
    background: #57A3EE;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 50px;
}
.input3{
    width: 165px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #57A3EE;
    border-radius: 5px;
    font-size: 18px;
    color: #57A3EE;
    margin-top: 20px;
}
.input5{
    margin-right: 20px;
}
.input6{
    width: 165px;
    height: 50px;
    background: #EFEFEF;
    opacity: 1;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    color: #666666;
}

.czmm{
            margin-top: 10px;
            height: 25px;
            /* padding-right: 100px; */

        }
        .czmm a{
            text-decoration: none;
            color: #999999;
            float: right;
        }
        .zhezhao{
            position: fixed;
            left: 0px;
            top: 0px;
            background: rgba(0,0,0,0.29);
            width: 100%;
            height: 100%;
        }
        .cz-tk{
            position: relative;
            width: 815px;
            height: 420px;
            background: #FFFFFF;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            opacity: 1;
            border-radius: 24px;
            text-align: center;
            top: 32%;
            padding: 30px 0 0 0;
            margin: 0 auto;
        }
        .cz-top{
            margin-bottom: 35px; 
            font-weight: 300px;
        }
        .cz-top p{
            font-size: 22px;
            font-weight: 400;
            color: #333333;
        }
        .cz-form{
            min-height: 200px; 
            margin-bottom: 50px;
        }
        .form-p{
            font-size: 18px; 
            width: 180px; 
            float: left; 
            line-height: 45px; 
            text-align: left; 
            margin-left: 90px;
        }
        .cz-right input{
            width: 430px;
            height: 45px;
            background: rgba(248, 248, 248, 0.39);
            opacity: 1;
            border: none;
            padding-left: 18px;
            margin-left: 12px;
            float: left;
            margin-bottom: 25px;
        }
        .cz-right button{
            float: left; 
            margin-left: 15px; 
            width: 150px; 
            height: 45px; 
            background: #57A3EE; 
            border-radius: 5px; 
            font-size: 16px; 
            color: #fff; 
            line-height: 45px; 
            border: none;
        }
        .cz-bottom{
            width: 100%; 
            height: 50px; 
            text-align: center; 
            margin-left: 85px;
        }
        .cz-bottom a{
            float: left; 
            text-decoration: none;
        }
        .cz-bottom1{
            width: 280px; 
            height: 46px; 
            border: 2px solid #57A3EE; 
            background-color: #fff; 
            border-radius: 5px;
        }
        .cz-bottom1 p{
            font-size: 16px; 
            color: #57A3EE; 
            line-height: 46px;
        }
        .cz-bottom2{
            width: 280px; 
            height: 50px; 
            background: #57A3EE; 
            border-radius: 5px;
        }
        .cz-bottom2 p{
            font-size: 16px; 
            color: #fff; 
            line-height: 50px;