.personalContent {
    margin: 0 auto;
    z-index: 10;
    border-radius: 6px;
    /* border-top: 8px solid #f40; */
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px #eeeeee;
}

.personalContent .content_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding-top: 25px;
}

.personalContent .content_title>span {
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #e55352;
}

.personalContent .content_input {
    margin: 29px 20px 72px;
    margin-top: 29px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.personalContent .content_input .content_input_data {
    width: 49%;
    height: 64px;
    background: #f5f8fa;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    color: #333333;
    line-height: 64px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.personalContent .content_input .content_input_data>input {
    outline: none;
    border: none;
    background: none;
    font-size: 18px;
    width: 60%;
}

.contentSpan {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
}

.activeSpan {
    color: #FFFFFF !important;
    background: #e55352 !important;
    border: none;
}

.subdiv {
    width: 100%;
    margin-top: 40px;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center; */
}

.subdiv input {
    width: 700px;
    margin: 0 auto;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#e55352;
    background-size: 100% 100%;
    color: #FFFFFF;
    border-radius: 6px;
    outline: none;
    border: none;
    font-size: 20px;
}

.personalContent .name_check_order {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
    padding: 20px 0;
}

.personalContent .name_check_order>a {
    color: #CCCCCC;
    font-size: 20px;
    text-decoration: none;
}

.content_input>label {
    font-weight: normal;
}

.div_radio label {
    font-weight: normal;
}

.personalContent .content_information {
    margin: 0 20px;
    border: 1px solid #FFFFFF;
    padding-top: 72px;
}

.content_bottom {
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_bottom .content_baby_text {
    padding-left: 20px;
}

.content_bottom .babyTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.content_bottom .babyCenter {
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
}

.content_bottom .babyBottom {
    padding-bottom: 20px;
    display: block;
    color: #CCCCCC;
    font-size: 12px;
}

.div_radio {
    display: inline-flex;
}

.div_radio_left {
    float: left;
    text-align: left;
    width: 100px;
}

.div_radio_right {
    float: left;
    text-align: right;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.div_radio label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

input[type="radio"]+label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #666666;
    margin-right: 3px;
}

input[type="radio"]:checked+label::before {
    /* background-clip: content-box; */
    background-color: #e55352;
    width: 12px;
    height: 12px;
    padding: 2px;
    border: 1px solid #e55352;
}

.content-wrapper {
    height: 780px;
    width: 100%;
    background: url('/assets/img/pc/bottom-img2.png') no-repeat;
    background-size: 100% 100%;
}

.bottom-wrapper {
    width: 100%;
    height: 650px;
    background: url('/assets/img/pc/bottom-img.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 190px;
    height: 236px;
    color: #f40;
    /* margin-right: 31px; */
}

.content-back1 {
    background: url('/assets/img/pc/master/e.png') no-repeat;
    background-size: 100% 100%;
}

.content-back1:hover {
    background: url('/assets/img/pc/master/e1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back2:hover {
    background: url('/assets/img/pc/master/nian1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back3:hover {
    background: url('/assets/img/pc/master/zhi1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back4:hover {
    background: url('/assets/img/pc/master/quan1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back5:hover {
    background: url('/assets/img/pc/master/ke1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back6:hover {
    background: url('/assets/img/pc/master/zhuan1.png') no-repeat;
    background-size: 100% 100%;
}

.content-back2 {
    background: url('/assets/img/pc/master/nian.png') no-repeat;
    background-size: 100% 100%;
}

.content-back3 {
    background: url('/assets/img/pc/master/zhi.png') no-repeat;
    background-size: 100% 100%;
}

.content-back4 {
    background: url('/assets/img/pc/master/quan.png') no-repeat;
    background-size: 100% 100%;
}

.content-back5 {
    background: url('/assets/img/pc/master/ke.png') no-repeat;
    background-size: 100% 100%;
}

.content-back6 {
    background: url('/assets/img/pc/master/zhuan.png') no-repeat;
    background-size: 100% 100%;
}