    section .personal {
        display: none;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        background: #fff;
        z-index: 9;
    }
    
    section .personal h1 {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 1px;
        color: #333333;
        text-align: center;
        line-height: 100px;
    }
    
    section .personal div {
        width: 65%;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        flex-flow: nowrap;
    }
    
    section .personal div i {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 1px;
        color: #e60012;
        font-style: normal;
        display: inline-block;
    }
    
    section .personal div span {
        width: 100px;
        display: block;
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #333333;
        text-align: center;
    }
    
    section .personal div input {
        width: 300px;
        height: 30px;
        border: 1px solid #d2d2d2;
        text-indent: 0.5rem;
    }
    
    section .personal div .radio {
        width: 22px;
        height: 22px;
        border: 1px solid #d2d2d2;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    #section .personal select {
        width: 300px;
        height: 30px;
    }
    
    section .personal div p {
        width: 300px;
    }
    
    section .personal div p span {
        color: #666666;
    }
    
    .personal .botton-btn a {
        text-align: center;
    }
    
    .personal a {
        display: inline-block;
        margin: 30px auto;
        height: 38px;
        background-color: #e60012;
        border-radius: 10px;
        text-decoration: none;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 38px;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        width: 30%;
        margin-top: 50px;
        color: #fff;
    }
    
    .mark1 {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }
    
    .tj {
        display: flex;
        justify-content: center;
        flex-flow: nowrap;
    }
    
    .tj button {
        position: relative;
        color: #fff;
        width: 150px;
        height: 36px;
        text-align: center;
        display: inline-block;
        margin: 20px auto;
        background-color: #e60012;
        border: none;
        font-style: 24px;
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
        /* text-align: center; */
    }
    
    .tj input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 9;
    }
    
    @media(max-width:600px) {
        #section .box .box-content .box-toggle .toggle-title span {
            width: 33%;
        }
        #section .box .box-nav span:nth-child(4),
        #section .box .box-nav span:nth-child(5) {
            display: none;
        }
        #section .box .box-content .box-toggle .toggle-title span:nth-child(4),
        #section .box .box-content .box-toggle .toggle-title span:nth-child(5) {
            display: none;
        }
        section .personal {
            width: 98%;
        }
        section .personal div {
            flex-flow: wrap;
            justify-content: flex-start;
            margin: 10px auto;
        }
        .tj button {
            width: 100%;
        }
        section .personal div input {
            width: 100%;
        }
        #section .personal select {
            width: 100%;
        }
    }