
.forget div {
    margin-top: 27px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    font-family: SourceHanSansCN-Medium;
}

.forget span {
    display: block;
    font-size: 20px;
    margin-top: 11px;
    font-family: SourceHanSansCN-Normal;
    color: #333333;
}

.mainBox {
    /* position: relative; */
    padding-top: 50px;
    width: 1200px;
    /* 	height: 976px; */
    margin-top: 37px;
    padding-bottom: 81px;
    background: #FFFFFF;
}

.m {
    width: 792px;
    margin: 0 205px 0 203px;
}

.mainBox .m .typeBox {
    display: flex;
    justify-content: center;
    margin: 100px auto;
}
.typeBox a {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:20px;
}

        .mainBox .m .form div select {
            float: left;
            width: 558px;
            height: 60px;
            font-size: 22px;
            padding-left: 18px;
            cursor: pointer;
            border: none;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url("../images/dropDown.png") no-repeat 525px center #F4F4F4;
        }

        .mainBox .m .form div label {
            float: left;
            position: relative;
            width: 152px;
            height: 60px;
            line-height: 60px;
            font-size: 22px;
            font-family: SourceHanSansCN-Regular;
            text-align: right;
            margin-right: 0;
            padding-right: 29px;
        }

            .mainBox .m .form div label:before {
                content: '';
                margin-bottom: 10px;
                margin-right: 4px;
                display: inline-block;
                background: url(../images/＊@2x.png) no-repeat;
                background-size: 9px 9px;
                width: 9px;
                height: 9px;
            }


        .mainBox .m .form div:nth-last-child(1) label:before {
            top: 18px;
            left: -17px;
        }

        .mainBox .m .form div:nth-last-child(2) label:before {
            top: 18px;
            left: 28px;
        }

        .mainBox .m .form div:nth-last-child(3) label:before {
            top: 18px;
            left: 28px;
        }

        .mainBox .m .form div input {
            float: left;
            height: 60px;
            line-height: 60px;
            width: 558px;
            outline: none;
            background: #F4F4F4;
            border: 0;
            font-size: 22px;
            padding-left: 18px;
            padding-top: 19px;
            padding-bottom: 18px;
        }

        .mainBox .m .form div .error {
            border: 1px solid #FE5D5D;
            background: #FFEAE7;
        }

        .mainBox .m .form div input::placeholder {
            color: #B0B0B0;
            font-family: SourceHanSansCN-Regular;
            font-size: 22px;
        }

    .mainBox .m .form div {
        position: relative;
    }

    .mainBox .m .form .message div {
        float: left;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 182px;
        margin-left: 10px;
        background-color: #2EC973;
        cursor: pointer;
    }

        .mainBox .m .form .message div i {
            font-size: 18px;
            color: #FFFFFF;
            font-family: SourceHanSansCN-Regular;
        }


    .mainBox .m .form div span {
        position: absolute;
        display: none;
        right: -110px;
        bottom: 5px;
        width: 210px;
        text-align: center;
        line-height: 48px;
        height: 48px;
        background: #FFEAE7;
        text-align: right;
        border: 1px solid #FE5D5D;
    }

        .mainBox .m .form div span img {
            position: absolute;
            left: 11px;
            bottom: 13px;
            width: 22px;
            height: 22px;
        }

        .mainBox .m .form div span i {
            font-style: normal;
            font-family: SourceHanSansCN-Regular;
            font-size: 20px;
            margin-right: 12px;
            color: #B0B0B0;
        }

#nextStep {
    display: block;
    width: 558px;
    text-align: center;
    margin-left: 123px;
    height: 54px;
    line-height: 54px;
    font-family: SourceHanSansCN-Regular;
    color: #EEEEEE;
    font-size: 22px;
    cursor: pointer;
    background-color: #00577B;
}

#agreementTitle {
    cursor: pointer;
}

    #agreementTitle:hover {
        border-bottom: 1px solid #00577B;
    }
/*删除确认框*/
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.3);
    z-index: 99999;
}

.modal {
    position: fixed;
    top: 15%;
    margin-top: -110px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
    border-radius: 8px;
    display: block;
    z-index: 99;
}

    .modal img {
        position: absolute;
        right: 34px;
        top: 30px;
        cursor: pointer;
        z-index: 10;
    }

.modalTitle {
    position: relative;
    padding-top: 64px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.modalTitle1 {
    font-size: 24px;
}

.modalTitle2 {
    font-size: 22px;
}

.modalMain {
    font-size: 16px;
    padding: 0 40px;
    line-height: 40px;
    overflow-y: scroll;
    height: 600px;
}

    .modalMain p {
        text-indent: 1.5em;
    }

    .modalMain .littleTitle {
        padding-left: 60px;
    }

.modal-btns {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .modal-btns div {
        height: 30px;
        line-height: 30px;
        width: 60px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        margin-right: 15px;
    }

#modal-submit {
    background: #00577B;
    color: #FFFFFF;
    border-radius: 8px;
}

#modal-cancel {
    border-radius: 8px;
    border: 1px solid #00577B;
}
