

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #f0f0f0;
}

body > .head {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999999;
}
body > .head_1 {
    height: 60px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999999;
}

.head .item {
    min-width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 30px 0 7%;
    color: #102757;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
}

.content {
    width: 86%;
    background: white;
    min-height: 500px;
    margin: 30px auto;
}

.content .head {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    text-indent: 50px;
    color: white;
    background: #3498fd;
}





.reg {
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    margin: auto;
    padding-top: 40px;
}

.reg form {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}

.reg .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 10px;
}

.reg .text {
    font-size: 16px;
    color: #232A30;
    line-height: 15px;
    margin-bottom: 25px;
    margin-left: 70px;
}

.reg .item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;

}

.reg .item label {
    display: inline-block;
    width: 65px;
    font-size: 13px;
    color: #6E757F;
    text-align: right;
    margin-right: 15px;
}

.reg .item .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
}

.reg .item input, .reg .item select {
    width: 300px;
    height: 42px;
    background: #F5F6FA;
    padding: 4px 10px;
    border-radius: 1px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.mini-select select {
    width: 100px !important;
}

.require {
    color: red;
    margin-left: 6px;
}


.btns {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 60px;
}
.btns1 {
    width: 100%;
    text-align: center;
}

.btns button {
    width: 277px;
    height: 37px;
    background: rgba(49, 153, 255, 1);
    border-radius: 18px;
    color: #FFFFFF;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.btns a {
    font-size: 12px;
    color: #4A70F1;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.treaty {
    padding: 0 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.division-line {
    width: 1px;
    height: 80%;
    border-right: 1px solid #d2d2d2;
}




.retrieve {
    width: 500px;
    height: 400px;
    background: #FFF;
    margin: auto;
    padding: 40px 0;
}

.retrieve .title {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 26px;
}

.retrieve .item {
    margin-bottom: 24px;
    padding-left: 95px;
}

.retrieve .item input {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    padding: 4px 10px;
    border-radius: 1px;
    border: 1px solid #d2d2d2;
}

.retrieve .yzm {
    margin-bottom: 24px;
    padding-left: 95px;
}

.retrieve .yzm input {
    width: 135px;
    height: 33px;
    background: #F5F6FA;
    border: 1px solid #d2d2d2;
    padding: 4px 10px;
    border-radius: 1px;
}

.retrieve .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
    padding-top: 3px;
}



.qr {
    width: 700px;
    height: 480px;
    background: #FFFFFF;
    margin: auto;
    padding: 26px 0;
}

.qr form {
    width: 100%;
    box-sizing: border-box;
}

.qr .step1 {
    padding-left: 90px;
}


.qr .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 10px;
}

.qr .text {
    font-size: 12px;
    color: #232A30;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: 70px;
}

.qr .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.qr .item label {
    display: inline-block;
    width: 70px;
    font-size: 13px;
    color: #6E757F;
    text-align: right;
    margin-right: 15px;
}

.qr .item .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
}

.qr .item input, .qr .item select {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
}
