#product {
    width: 100%;
}

#product > .headerBox {
    width: 100%;
    position: relative;
}

#product > .headerBox  > img {
    width: 100%; /* 设置为自动适应 */
    height: auto; /* 设置为自动适应 */
    max-width: 100%; /* 最大宽度限制为容器宽度的百分之百 */
    max-height: 100%; /* 最大高度限制为容器高度的百分之百 */
}

#product > .headerBox > .headerContent {
    position: absolute;
    width: 1200px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product > .headerBox > .headerContent > h2 {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 65px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

#product > .headerBox > .headerContent > p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 34px;
}

#product > .headerBox > .headerContent > a {
    width: 120px;
    height: 40px;
    background: #0866FF;
    border-radius: 30px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

#product > .solTitle {
    font-size: 46px;
    font-weight: 600;
    color: #222222;
    line-height: 65px;
    padding: 74px 0 10px 0;
    text-align: center;
}

#product > .solSubTitle{
    /* 适应多样化需求，高效智能服务交付 */
    color: #858F9C;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding-bottom: 74px;
}

#product > .solContainer {
    width: 100%;
    margin-bottom: 80px;
}

#product >  .solContainer > .solContent {
    width: 1200px;
    margin: 0 auto;
    height: 768px;
    display: flex;
    justify-content: space-between;
}

#product >  .solContainer > .solContent > .solContentItem {
    width: 32%;
    height: 100%;
    border-radius: 16px;
    background-color: #1B62FF;
    overflow: hidden;
}

#product >  .solContainer > .solContent > .solContentItem > .itemTitle {
    width: 100%;
    height: 150px;
    padding: 20px;
    box-sizing: border-box;
}

#product >  .solContainer > .solContent > .solContentItem > .itemTitle > h2 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
}

#product >  .solContainer > .solContent > .solContentItem > .itemTitle > p {
    /* 精选优质媒体限时打包特惠，省时省钱，企业 */
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
}

#product >  .solContainer > .solContent > .solContentItem > .itemContent {
    width: 100%;
    height: 618px;
    border-radius: 16px;
    background-color: #F6FAFF;
    box-sizing: border-box;
    padding: 20px;
}

#product >  .solContainer > .solContent > .solContentItem > .itemContent > .conTable {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; /* 可以调整列之间的间距 */
    margin-bottom: 10px;
}

#product >  .solContainer > .solContent > .solContentItem > .itemContent > .conTable >.tabItem {
    height: 48px;
    background: white;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
}

#product >  .solContainer > .solContent > .solContentItem > .itemContent > p {
    /* 门户自媒体套餐5家 */
    color: #646A73;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 44px;
    letter-spacing: 1px;
}

#product > .secBg {
    width: 100%;
    background-color: #F6FAFF;
    padding-bottom: 74px;
}

#product > .secBg > .secTitle {
    font-size: 46px;
    font-weight: 600;
    color: #222222;
    line-height: 65px;
    padding: 74px 0 10px 0;
    text-align: center;
}

#product > .secBg  >.secSubTitle {
    color: #858F9C;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding-bottom: 74px;
}

#product > .secBg >.secContainer {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; /* 可以调整列之间的间距 */
}

#product > .secBg >.secContainer > .secItem {
    height: 212px;
    background: white;
    box-sizing: border-box;
    padding: 26px;
}

#product > .secBg >.secContainer > .secItem > h2 {
    color: #000000;
    font-weight: 500;
    font-size: 26px;
    text-align: left;
}

#product > .secBg >.secContainer > .secItem > .itemBox {
    display: flex;
}

#product > .secBg >.secContainer > .secItem > .itemBox >.secBoxITem {
    width: 100px;
    margin-right: 10px;
    background-color: #F6FAFF;
    padding: 10px;
    border-radius: 10px;
}

#product > .trdContent {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 70px;
}

#product > .trdContent > .trdOne {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 240px;
    line-height: 240px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: white;
}

#product > .fthBox {
    width: 100%;
    background-color: #F6FAFF;
    padding: 70px 0;
}

#product > .fthBox >.fthOne {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#product > .fthBox >.fthOne > .fthItem {
    width: 320px;
    height: 340px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

#product > .fifBox {
    width: 100%;
    height: 554px;
    margin-top: 70px;
    margin-bottom: 70px;
}

#product > .fifBox > .fifContent {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#product > .fifBox > .fifContent > .roundBig {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 554px;
    height: 554px;
    border: 1px dashed #CCDCFF;
    border-radius: 50%;
}
#product > .fifBox > .fifContent > .roundSmall {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 500px;
    border: 1px dashed #CCDCFF;
    border-radius: 50%;
}

#product > .fifBox > .fifContent > .center {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #1B62FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

#product > .fifBox > .fifContent > .item  {
    position: absolute;
    width: 450px;
    height: 164px;
    border-radius: 80px;
    background-color: #E0EAFF;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product > .fifBox > .fifContent > .meiti {
    top: 0;
    left: 0;
}

#product > .fifBox > .fifContent > .chuanbo {
    top: 0;
    right: 0;
}

#product > .fifBox > .fifContent > .fabu {
    bottom: 0;
    left: 0;
}

#product > .fifBox > .fifContent > .xiaoguo {
    bottom: 0;
    right: 0;
}

#product  > .sixBg {
    width: 1200px;
    margin: 0 auto;
}

#product >.sixContent {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

#product >.sixContent > .sixItem {
    width: 150px;
    height: 180px;
    border-radius: 8px;
    background-color: #F6FAFF;
    margin: 0 9px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}