.content_box {
    padding: 40px 20px 0 20px;
    background: white;
    margin-bottom: 40px;
}

.container {
    width: 100% !important;
    background: transparent;
    padding-top: 510px !important
}

.qiming-style {
    width: 100%;
    height: 450px;
    background: url(/assets/img/pc/babyname1.png) no-repeat;
    background-size: 100% 100%;
}

.personalContent {
    max-width: 1100px;
    /* padding-top: 650px */
    top: -90px;
}

.baby_introduce {
    display: flex;
}

.introduce_left {
    width: 390px;
    background: #F5F5F5;
    padding-bottom: 40px;
    border-radius: 10px;
}

.introduce_left_text {
    padding: 20px 0 16px 20px;
    font-size: 18px;
}

.introduce_left_text>a {
    color: #333333;
}

.introduce_left_content {
    padding: 0 20px;
    /* color: #000000; */
    font-size: 14px;
}

.introduce_left_content>a {
    /* padding: 0 20px; */
    color: #000000;
    /* font-size: 14px; */
}

.introduce_center {
    padding: 0 30px;
    width: 450px;
}

.introduce_center_title {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.introduce_center_line {
    display: flex;
    width: 400px;
    height: 1px;
    background: #E52E16;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.introduce_center_text {
    padding-top: 20px;
    font-size: 14px;
}

.introduce_center_text a {
    text-decoration: none;
    color: #000000;
}

.introduce_center_text2 ul li {
    padding: 0 0 16px 20px;
    list-style-type: none;
}

.introduce_center_text2 ul li>a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}

.content_center {
    width: 300px;
    height: 376px;
    border: 1px solid #f40;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 10px;
}

.content_center_top {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.content_center_top_name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.flex_ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 332px;
    padding-bottom: 5px;
}

.myLi {
    color: #fff;
    padding: 10px 0 0px 0;
    display: inline-block;
}

.content_hot>ul>li>a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.hot_text {
    color: #fff !important;
    background: #FF9406;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 14px;
    display: inline-block;
    border-radius: 4px;
}

.content_hot>ul>li>a>span {
    display: inline-block;
    /* display: none; */
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    line-height: 20px;
    text-align: center;
    margin: 0 8px;
}

.content_hot .blue_text {
    color: #fff;
    background: #00B7EE;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 14px;
    display: inline-block;
    border-radius: 4px;
}

.content_bottom {
    width: 100%;
    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;
    color: #000000;
}

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

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

.pcdbanner {
    position: absolute;
    color: white;
    text-align: center;   
    font-family: '微软雅黑';
    width: 100%;
    height: 650px;
    }
#baby {
    background-image: url('/assets/img/pc/bg_babyname.jpg');
}
#company {
    background-image: url('/assets/img/pc/bg_companyname.jpg');
}
#shop {
    background-image: url('/assets/img/pc/bg_shopname.jpg');
}
.pcdbanner .h1 {
    font-size: 86px;
    height: 100px;
    padding-top: 88px;
    font-weight: bold;
    margin-bottom: 20px;
    }
.pcdbanner .ti_red {
    color: #e55352;
    }  
.pcdbanner .ti_orange {
    color: #fff600;
    }
.pcdbanner .ti_blue {
    color: #00ffde;
    }  
.pcdbanner .h2 {
    font-size: 30px;
    padding-top: 88px;
    }
.pcdbanner .h3 {
    font-size: 15px;
    line-height: 26px;
    padding-left:22%;
    padding-right:22%;
     
    }
.sexact {
    background-color: #e55352;
    color: #fff !important;
}