/* 通用标题 */
.common-title {
    padding: 30px 0;
}

.agfontsize {
    font-size: 18px;
}

/* 通用副標題 */
.subtitleBox {
    padding: 40px 0;
}

.subtitle {
    padding: 10px 20px;
    text-indent: 10px;
    font-size: 30px;
    min-width: 250px;
}

.subtitle .more {
    width: 2.2rem;
    height: 2.2rem;
}

.subtitle::after {
    left: 10px;
    top: 10px;
    width: 21.24px;
    height: 12.612px;
}

/* 全局导航 */
.navbar {
    color: white;
    background: var(--gradient);
}

.navbar a {
    color: white !important;
}

.navbar a:hover {
    color: #fff000 !important;
}

.navbar .dropdown-menu {
    max-width: max-content;
    padding: 10px;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.navbar .dropdown-menu.show {
    display: grid;
}

.navbar .dropdown-menu li {
    position: relative;
    padding: 10px 0;
    min-width: 130px;
    text-align: center;
}

.navbar .dropdown-menu li::after {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: #dedede;
}

.navbar .dropdown-menu li::before {
    position: absolute;
    width: 1px;
    right: 0;
    bottom: 10px;
    height: 20px;
    content: '';
    background-color: #dedede;
}

.navbar .dropdown-menu li a {
    display: inline;
    color: var(--color-1) !important;
    /*border-right: 1px solid #dedede;*/
}

.navbar .dropdown-menu li a img {
    vertical-align: sub;
    margin-right: 5px;
}

.navbar .dropdown-menu li:nth-child(3n+3)::before {
    display: none;
}

.navbar .dropdown-menu li:nth-last-child(-n+3)::after {
    display: none;
}

.navbar .dropdown-item:hover {
    color: #02a3b7 !important;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: transparent;
}

.navbar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.navbar .logo {
    filter: brightness(9999);
}

.navbar .whatsapp {
    font-family: 'TW-B';
    background: white;
    padding: 8px 15px;
    border-radius: 20px;
    margin-left: 40px;
    animation: whatsappBreath 1s linear infinite;
}

.navbar .whatsapp img {
    vertical-align: sub;
}

.navbar .whatsapp span {
    color: var(--color-4);
}

.listInformation ul li .cover img {
    height: 100%;
}

.bannerSwiper {
    max-height: 800px;
}

/* 博士医生，一对一服务 */
.doctoralDoctorTeam .listBs .swiper-slide img {
    max-height: max-height;
}

.doctoralDoctorTeam .swiper {
    max-height: 250px;
}

/* 牙齿选择 */
.teethChoice {
    height: 900px;
    padding-top: 100px;
    background: url('../img/Group1687.jpg') no-repeat;
    background-size: 100% 100%;
}
.teethChoice .content{
    text-align: center;
    font-size: 24px;
    line-height: 175%;
}

/* 牙科服務 */
.dentistryService {
    padding: 80px 0;
}

.dentistryService .projectList ul {
    display: grid;
    grid-template-columns: 140px 140px 140px 140px 140px 140px;
    grid-row-gap: 50px;
    grid-column-gap: 90px;
    padding: 20px 0;
}

.dentistryService .projectList ul li {
    width: 100%;
}

.dentistryService .projectList ul li:hover .cover img {
    transform: scale(1.2);
}

.dentistryService .projectList ul li p {
    margin-top: 20px;
    font-size: 20px;
}

.dentistryService .projectList ul li .cover {
    padding: 5px;
}

.dentistryService .projectList ul li .cover img {
    transition: 0.3s;
}

.dentistryService .projectList ul li .cover, .dentistryService .projectList ul li .cover img {
    border-radius: 140px;
}

/* 優勢 */
.youshi-01 .tab-content h5 {
    padding-bottom: 5px;
}

.youshi-01 .tab-content ul li a {
    font-size: 20px;
    height: 3rem;
    transition: 0.2s;
    line-height: 3rem;
}

.youshi-01 .tab-content ul li .num {
    font-size: 2.5rem;
}

.youshi-01 .tab-content ul li:hover a {
    font-size: 25px;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.youshi-01 .tab-content h5 span {
    display: inline-block;
    animation: whatsappBreath 2.5s linear infinite;
}


/* 針對服務 */
.zhenduifuwu .title-sub {
    margin-bottom: 20px;
}

.zhenduifuwu .desc p{
	font-size: 20px;
    line-height: 32px;
}

.zhenduifuwu .service-intro{
    margin-top: 60px;
    border-radius: 16px;
    padding-bottom: 40px;
}
.zhenduifuwu .service-intro h2{
	font-size: 32px;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    border-radius: 0 0 16px 16px;
}
.zhenduifuwu .service-intro ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.zhenduifuwu .service-intro ul li{
    position: relative;
    width: 33.33%;
    padding: 40px 20px;
    margin: 40px 0;
}
.zhenduifuwu .service-intro ul li:nth-child(3n+1):after,.zhenduifuwu .service-intro ul li:nth-child(3n+2):after{
    position: absolute;
    top: 10%;
    content:'';
    right: 0;
    height: 70%;
    width: 1px;
    background-color: #DEDEDE;
}
.zhenduifuwu .service-intro ul li::before{
    position: absolute;
    bottom: 0;
    content:'';
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
}
.zhenduifuwu .service-intro ul li:nth-child(n+4)::before{
    display: none;
}
.zhenduifuwu .service-intro ul li .icon{
    width: 54px;
    height: 54px;
}
.zhenduifuwu .service-intro ul li .name{
    font-size: 28px;
    margin: 19px 0;
}
.zhenduifuwu .service-intro ul li .desc{
	font-size: 18px;
    line-height: 32px;
    padding: 0 30px;
}
.zhenduifuwu .service-intro ul li a.more{
    width: 222px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    color: #00A1B9;
    border-radius: 27px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #00A1B9;
}
.zhenduifuwu .title-sub p {
    border-radius: 0 0 15px 15px;
}

.zhenduifuwu .iconList {
    padding: 0 60px;
}

.zhenduifuwu .iconList ul {
    padding: 40px 0;
}

.zhenduifuwu .iconList ul li img {
    width: 3rem;
    height: 3rem;
}

.zhenduifuwu .imageListUl li {
    transform: rotate(0deg);
}

.zhenduifuwu .imageListUl li .cover {
    border-radius: 15px;
    overflow: hidden;
}

.zhenduifuwu .imageListUl li:hover img {
    transform: scale(1.2);
}

.zhenduifuwu .iconList ul li p {
    font-size: 22px;
    margin-left: 20px;
    font-weight: bold;
}

.zhenduifuwu .imageListUl li img {
    transition: 0.2s;
}

/* 明星推荐 */
.starRec .video {
    height: 640px;
}

.starRec .video video {
    height: 100%;
}

/* 品牌理念 */
.brandConcept {
    padding: 80px 0;
}

/* 医院资讯 */
.informationMain {
    padding: 40px 0;
}

.informationMain .list ul li .cover {
    height: 250px;
}

/* 轻松看牙 */
.process {
    margin: 80px 0;
}

.process .bg {
    position: relative;
}

.process .itembody {
    justify-content: space-between;
}

.process .itembodyBg::after {
    position: absolute;
    bottom: 136px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: var(--color-2);
}

.process .itembody li {
    width: 250px;
    text-align: center;
}

.process .itembody li .name {
    font-size: 25px;
    font-family: 'TW-B';
}

.process .itembody li .num {
    font-size: 16px;
}

.process .itembody li .yuan {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 30px auto;
    background-color: white;
    border-radius: 15px;
    z-index: 1;
    border: 1px solid var(--color-2);
}

.process .listLc::after {
    position: absolute;
    bottom: 158px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: var(--color-2);
}

/* 浮动导航 */
.fixedMenu {
    position: fixed;
    right: 64px;
    top: 30%;
    z-index: 999;
}

.fixedMenu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixedMenu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedMenu ul li {
    position: relative;
    margin: 20px 0;
}

.fixedMenu ul li.phone:hover p {
    display: block;
}

.fixedMenu ul li.phone .dt {
    display: none;
}

.fixedMenu ul li.phone p {
    position: absolute;
    display: none;
    right: 100px;
    top: 10px;
    width: 210.63px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    font-family: 'TW-B';
    font-size: 24px;
    color: white;
    margin-bottom: 0;
    background-image: var(--gradient);
}

.fixedMenu ul li.phone p:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 15px;
    right: -10px;
    border-top: solid 10px transparent;
    border-left: solid 10px var(--color-3);
    border-bottom: solid 10px transparent;
}

.fixedMenu ul li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(90deg, #00A1B9, #37CB8D);
}

.fixedMenu ul li a .icon img {
    width: 40px;
    height: 40px;
    filter: brightness(100);
}

.fixedMenu ul li.whatsapp .icon {
    background-image: linear-gradient(90deg, #19BE35, #54ED70);
}

.fixedMenu ul li .value span {
    display: none;
}

.fixedMenu ul li.top a .icon {
    font-size: 30px;
}

/* 项目详情 */
.serve-icon-nav {
    padding: 50px 0;
}

.serve-icon-nav ul li .cover {
    max-width: 160px;
    max-height: 118px;
    margin: 0 auto;
}

.serve-icon-nav ul li .cover .mask a {
    padding: 8px 20px;
    font-size: 16px;
}

.serve-items-page .advantage .cover {
    padding: 23px 27px;
    background: linear-gradient(140deg, #00A1B9, #37CB8D, transparent, transparent, transparent, transparent) no-repeat;
    background-size: 80% 80%;
}

.serve-items-page .advantage {
    margin-top: 50px;
}

.serve-items-page .advantage .row {
    width: 100%;
}

.serve-items-page .advantage .cover img {
    max-width: 440px;
}

.serve-items-page .advantage .nums {
    font-size: 40px;
}

.serve-items-page .advantage .text {
    font-size: 26px;
    margin-left: 10px;
}

.serve-items-page .advantage .content {
    line-height: 32px;
}

.serve-items-page .advantage .item {
    margin: 5px 0;
}

.serve-items-page .item-info .cover .coverBox img {
    height: auto;
}

.serve-process-list {
    margin: 40px 0;
}

.serve-process-list ul li {
    margin: 20px 0;
}

.serve-process-list ul li .cover {
    text-align: left;
}

.serve-process-list ul li img {
    border-radius: 15px;
}

.serve-process-list ul li .title {
    padding: 20px 0;
    font-size: 28px;
}

.serve-process-list ul li .title .nums {
    padding: 0px 20px;
    font-size: 24px;
    margin-right: 10px;
}

.serve-process-list ul li .desc {
    line-height: 32px;
    font-size: 18px;
    width: 90%;
}

.zzxt {
    padding: 80px 0;
}

.zzxt ul {
    margin-top: 60px;
    grid-template-columns: 50% 50%;
}

.zzxt ul li {
    position: relative;
    padding: 40px 20px;
    width: 100%;
    padding-bottom: 50px;
    border-right: 1px solid #00A1B9;
}

.zzxt ul li .cover {
    position: relative;
}

.zzxt ul .cover p {
    bottom: -20px;
}

.zzxt ul li:nth-child(2n+2) {
    border-right-color: transparent;
}

.zzxt ul li:nth-of-type(1), .zzxt ul li:nth-of-type(2) {
    padding-top: 0;
}

.zzxt ul li:nth-last-child(1), .zzxt ul li:nth-last-child(2) {
    padding-bottom: 0;
}

.zzxt ul li:nth-last-child(-n+2)::after {
    display: none;
}

.zzxt ul li::after {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: #00A1B9;
}

.zzxt ul li .info::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #F1FBFF;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 70px;
    left: -15px;
}

.zzxt ul .cover p span {
    padding: 5px 20px;
    border-radius: 20px;
}

.zzxt ul .info {
    padding: 15px;
    position: relative;
    margin-left: 40px;
    line-height: 30px;
}

.zzxt ul .info .thzs, .zzxt ul .info .ssd {
    margin: 5px 0;
}

.zzxt ul .cover p {
    top: 120px;
}

.zyjs .tis {
    max-width: 900px;
    margin: 20px auto;
    font-size: 20px;
    line-height: 32px;
}

.zyjs img {
    display: block;
    margin: 80px auto;
}

.fangan {
    margin: 80px 0;
}

.fangan .tabs li {
    margin: 20px 30px;
    font-size: 32px;
}

.fangan .tab-content {
    padding: 40px 0;
}

.fangan .tab-content .item {
    padding: 50px 100px;
    border-radius: 15px;
}

.fangan .tab-content .item .cover img {
    border-radius: 20px;
}

.fangan .tab-content .item .info {
    margin-left: 100px;
    font-size: 20px;
}

.fangan .tab-content .item .info .numsBox {
    margin-top: 40px;
}

.fangan .tab-content .item .info .numsBox p {
    margin: 10px 0;
}

.promotion ul li {
    margin: 40px 0;
}

.ag_buya_wuliao .agtitle {
    font-family: GenSenRounded TW;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 0 10% 50px 10%;
}

.ag_buya_wuliao .agbody {
    display: flex;
}

.ag_buya_wuliao .agbody .agimage1 {
    width: 430px;
    height: 402px;
}

.ag_buya_wuliao .agbody .aglabel {
    text-align: center;
    line-height: 84px;
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    width: 395px;
    height: 84px;
    border-radius: 180px;
    border-bottom-right-radius: 0;
    position: relative;
    top: -30px;
    background: linear-gradient(90deg, #37CB8D 0%, #00A1B9 100%);
}

.ag_buya_wuliao .agbody .agcontent {
    display: flex;
    flex-wrap: wrap;
}

.ag_buya_wuliao .agbody .agcontent .agtitle1 {
    margin: 25px 30px;
    width: 368px;
    height: 187px;
    border: 2px solid #00A1B9;
    /*border-image: linear-gradient(to right, #00A1B9, #37CB8D) 1;*/
    border-radius: 24px;
}

.ag_buya_wuliao .agbody .agcontent .agtitle2 {
    margin: auto;
    position: relative;
    top: -32px;
    width: 210px;
    height: 63px;
    border-radius: 100px;
    background-color: #E4F7FF;
}

.ag_buya_wuliao .agbody .agcontent .agtitle3 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    line-height: 63px;
    background: linear-gradient(to right, #00A1B9, #37CB8D);
    -webkit-background-clip: text; /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent; /*给文字设置成透明*/
}

.ag_buya_wuliao .agbody .agcontent .agcontents {
    padding: 0 28px;
    font-family: GenSenRounded TW;
    font-weight: 400;
    font-size: 24px;
}

.ag_buya_duibi {
    width: 100%;
    position: absolute;
    left: 0;
    background: url('/uploads/20240821/Group 1788.png') no-repeat;
}

.ag_buya_duibi .agtable {
    line-height: 100px;
}

.ag_buya_duibi .agtable .agtr {
    width: 80%;
    margin: 0 10%;
}

.ag_buya_duibi .agtable .agtr .agheader {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    text-align: center;
    height: 100px;
    display: flex;
    width: 100%;
}

.ag_buya_duibi .agtable .agtr .agheader2 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    height: 100px;
    display: flex;
    width: 100%;
}

.ag_buya_duibi .agtable .agtr .agcolor {
    background: #F1FBFF;
}


.ag_buya_duibi .agtable .agtr .agbr {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.agtd10 {
    width: 10%;
    margin: auto 0;
}

.agtd25 {
    width: 25%;
    margin: auto 0;
}

.agtd20 {
    width: 20%;
    margin: auto 0;
}

.color1 {
    color: #323E48;
}

.color2 {
    color: #05B3BF;
}

.color3 {
    color: #728392;
}

.agdiv {
    width: 100%;
    height: 800px;
}

.ag_yazhou_guocheng {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ag_yazhou_guocheng .agmod {
    width: 380px;
    margin-top: 40px
}

.ag_yazhou_guocheng .agmod img {
    width: 100%;
    border-radius: 24px;
}

.ag_yazhou_guocheng .agmod .agtitle {
    display: flex;
    margin-top: 10px;
}

.ag_yazhou_guocheng .agmod .agtitle .agtitle1 {
    margin: auto 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    color: #FFF000;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 36px;
    width: 90px;
    height: 54px;
}

.ag_yazhou_guocheng .agmod .agtitle .agtitle2 {
    margin: auto 20px;
    color: #05B3BF;
    font-size: 26px;
    font-weight: 700;
}

.ag_yazhou_guocheng .agmod .agcon {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400
}

/*///////////////////////////////////////////////////////////////*/

.informationMain .container .agmar {
    margin: 100px 0;
}

.tab-content .agdis {
    display: flex;
}

.tab-content .agdis .agimage {
    width: 40%;
}

.tab-content .agdis .agimage image {
    width: 400px;
    height: 400px;
}

.tab-content .agdis .agcon {
    width: 60%;
}

.tab-content .agdis .agcon .agtit1 {
    margin: 20px 0;
    font-size: 36px;
    font-weight: 700;
    color: #00A1B9;
}

.tab-content .agdis .agcon .agtext1 {
    font-size: 22px;
    font-weight: 400;
}

.tab-content .agdis2 {
    margin-top: 50px;
    border-radius: 24px;
    width: 100%;
    background-color: #F1FBFF;
    padding: 20px 12%;
    line-height: 50px
}

.tab-content .agdis2 .agtext1 {
    font-size: 20px;
    font-weight: 400;
}

.tab-content .agdis2 .agtext1 .agcolor {
    font-size: 20px;
    font-weight: 400;
}

.ag_yagen_type {
    width: 100%;
    background-color: #F1FBFF;
}

.ag_yagen_type .agbackground {
    background: url('/uploads/20240821/Group 1753.png') no-repeat;
}

.ag_yagen_type .agbackground .agtitle {
    padding: 100px 0
}

.ag_yagen_type .agbackground .agcon {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
}

.ag_yagen_type .agbackground .agcon .agcon_div {
    border-radius: 24px;
    width: 280px;
    height: 360px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
}

.ag_yagen_type .agbackground .agcon .agcon_div .agcon_divs {
    left: -5;
    top: -5;
    width: 100%;
    border-radius: 24px;
    height: 100%;
    border: 1px solid #00A1B9;
    background-color: #FFFFFF;
    position: relative;
}

.ag_yagen_type .agbackground .agcon .agcon_div .agcon_divs img {
    width: 64px;
    height: 64px;
    position: relative;
    left: 10;
    top: -32;
}

.ag_yagen_type .agbackground .agcon .agcon_div .agcon_divs .agcon_title {
    position: relative;
    left: 20%;
    top: -94;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    width: 60%;
    height: 60px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    border-radius: 40px;
}

.ag_yagen_type .agbackground .agcon .agcon_div .agcon_divs .agcon_con {
    width: 90%;
    left: 5%;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -80;
}

.ag_yagen_guocheng .agtitle {
    padding: 50px 0;
}

.ag_yagen_guocheng .agcon {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 0 80px
}

.ag_yazhou_time {
    height: 600px;
    margin: 50px
}

.ag_yazhou_time .agbackground {
    padding: 0 0 70px 0;
    width: 100%;
    background-color: #F1FBFF;
    position: absolute;
    left: 0
}

.ag_yazhou_time .agbackground .agbackgroundimg {
    padding: 0 250px;
    background: url('/uploads/20240821/Group 1753.png') no-repeat;
}

.ag_yazhou_time .agbackground .agbackgroundimg .agtitle {
    padding: 50px 0;
}

.ag_yazhou_time .agbackground .agbody .agcon {
    padding: 0 50px;
    font-weight: 400;
    font-size: 28px;
}

.ag_yatao_liaocheng {
    border-radius: 24px;
    display: flex;
    width: 100%;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
}

.ag_yatao_liaocheng .agimage {
    width: 50%;
}

.ag_yatao_liaocheng .agimage img {
    width: 80%;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
}

.ag_yatao_liaocheng .agliaocheng {
    margin: auto 0;
    width: 50%;
}

.ag_yatao_liaocheng .agliaocheng .agliaochengcon {
    width: 90%;
    padding: 20px 0;
    display: flex;
}

.ag_yatao_liaocheng .agliaocheng .agliaochengcon_border {
    border-bottom: 1px dashed #FFFFFF;
}

.ag_yatao_liaocheng .agliaocheng .agliaochengcon .agtitle {
    line-height: 30px;
    height: 30px;
    color: #1DB7A3;
    text-align: center;
    width: 120px;
    background-color: #FFFFFF;
    border-radius: 24px
}

.ag_yatao_liaocheng .agliaocheng .agliaochengcon .agcon {
    color: #FFFFFF;
    margin-left: 30px;
}

.agallcon {
    border-radius: 24px;
    font-weight: 400;
    font-size: 24px;
    padding: 20px;
    background-color: #F1FBFF;
}

.ag_languang {
    justify-content: space-between;
}

.ag_languang .agbag {
    width: 620px;
    height: 430px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    border-radius: 24px
}

.ag_languang .agbag .agtxt {
    left: -5;
    top: -5;
    position: relative;
    border: 2px solid #00A1B9;
    width: 620px;
    height: 430px;
    background-color: #FFFFFF;
    border-radius: 24px
}

.ag_languang .agbag .agtxt .aghe {
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
    font-weight: 700;
    font-size: 32px;
    border-radius: 36px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    width: 40%;
    height: 64px;
    position: relative;
    top: -32;
    left: 30%
}


.ag_languang .agbag .agtxt .agcon {
    font-size: 24px;
    font-weight: 400;
}

.ag_languang .agbag .agtxt .agcon .agcons {
    margin: 30px;
}

.ag_languang .agbag .agtxt .agcon .agcons img {
    width: 20px;
    height: 20px;
}

.ag_languang .agwhe {
    left: -5;
    top: -5;
    position: relative;
    border: 2px solid #00A1B9;
    width: 620px;
    height: 430px;
    background-color: #FFFFFF;
    border-radius: 24px
}

.ag_languang .agwhe .agwhes {
    color: #000000;
    text-align: center;
    line-height: 64px;
    font-weight: 700;
    font-size: 32px;
    border-radius: 36px;
    background: #E2E2E2;
    width: 40%;
    height: 64px;
    position: relative;
    top: -32;
    left: 30%;
}

.ag_languang .agwhe .agcon .agcons {
    font-weight: 400;
    font-size: 24px;
    margin: 20px;
}

.ag_languang .agwhe .agcon .agcons img {
    width: 20px;
    height: 20px;
}


.send {
    position: relative;
    width: 700px;
    height: 100%;
    background: #F1FBFF;
    border-radius: 32px; /* 圆角 */
    padding: 10%;
    font-size: 32px;
    font-weight: 500;
}

.send .arrow {
    position: absolute;
    top: 40%;
    left: -82; /* 圆角的位置需要细心调试哦 */
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 41px;
    border-color: #fff #F1FBFF #fff #fff;
}

.ag_jiancha_dingqi {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ag_jiancha_dingqi .agago {
    width: 20%;
    margin: 2%;
    border-radius: 24px;
    border: 1px solid #00A1B8;
    text-align: center
}

.ag_jiancha_dingqi .agago .agtitle {
    color: #00A1B9;
    font-family: GenSenRounded TW;
    font-weight: 700;
    font-size: 24px;
}

.ag_jiancha_dingqi .agago .agcon {
    background-color: #F1FBFF;
    padding: 20px 5px;
    border-radius: 24px;
    font-size: 20px;
}

.ag_jiancha_time {
    display: flex;
    justify-content: space-between;
}

.ag_jiacha_con {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.ag_jiacha_con .agdiv {
    width: 25%;
    height: 400px;
}

.ag_jiacha_con .agdiv .agimgs {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #01A2B9;
}

.ag_jiacha_con .agdiv .agtitles {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0;
}

.ag_jiacha_con .agdiv .agcons {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.ag_hh {
    height: 1000px;
}

.ag_bottom_fuwu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 10%
}

.ag_bottom_fuwu .agmargin {
    margin: 0 50px
}

.ag_bottom_fuwu .agmargin .agcon {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 400
}

.ag_tiemian_duibi {
    width: 100%;
    position: absolute;
    left: 0;
    background: url('/uploads/20240821/Group 1788.png') no-repeat;
}

.ag_tiemian_duibi .agtable {
    line-height: 100px;
}

.ag_tiemian_duibi .agtable .agtr {
    width: 80%;
    margin: 0 10%;
}

.ag_tiemian_duibi .agtable .agtr .agheader {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
    text-align: center;
    height: 100px;
    display: flex;
    width: 100%;
}

.ag_tiemian_duibi .agtable .agtr .agheader2 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    height: 100px;
    display: flex;
    width: 100%;
}

.ag_tiemian_duibi .agtable .agtr .agcolor {
    background: #F1FBFF;
}

.ag_tiemian_duibi .agtable .agtr .agbr {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.agtd30 {
    width: 30%;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    margin: auto 0;
}

.agtd10s {
    width: 10%;
    margin: auto 0;
}

.duogao {
    height: 1000px;
}

.duogaos {
    height: 1400px;
}

.xiyaduogao {
    height: 1200px;
}

/*新 列表*/
.agnewtable {
    width: 70%;
    margin: 0 15%;
    border: 1px solid #00A1B9;
    border-radius: 36px;
}

.agnewtable .agtablehead {
    border-radius: 36px 36px 0 0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    display: flex;
    text-align: center;
    height: 110px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
}

.agnewtable .agtabletitle {
    width: 25%;
    margin: auto 0;
}

.agnewtable .agtabletitle_sanlie {
    width: 33%;
    margin: auto 0;
}

.agnewtable .agtablebody {
    padding: 20px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    display: flex;
    text-align: center;
}

.agnewtable .agtablecolor1 {
    background-color: #F1FBFF;
}

.agnewtable .agtablecolor2 {
    background-color: #FFFFFF;
}

.agnewtable .agtabletitle_x {
    font-size: 32px;
    font-weight: 700;
    width: 25%;
    margin: auto 0;
    background-image: -webkit-linear-gradient(left, #00A1B9, #37CB8D, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtable .agtabletitle_x_sanlie {
    font-size: 24px;
    font-weight: 700;
    width: 33%;
    margin: auto 0;
    background-color: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtable .agtabletitle_s {
    width: 21%;
    margin: auto 2%;
}

.agnewtable .agtabletitle_s_sanlie {
    width: 30%;
    margin: auto 3%;
}

.agnewtable .agtableborder {
    border-radius: 0 0 36px 36px;
}

.agxiyawhy {
    position: relative;
    border-radius: 24px;
    border: 1px solid #00A1B9;
    padding: 50px 0;
    margin: 100px 0
}

.agxiyawhy .agxiyadiv {
    display: flex;
}

.agxiyawhy .agimg {
    margin: auto 0;
    z-index: 999;
}

.agxiyawhy .agtitle {
    margin: auto 0;
    color: #FFFFFF;
    margin-left: -80px;
    border-radius: 294px;
    background-color: #00A1B9;
    height: 54px;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 54px;
    padding: 0 40px 0 80px
}

.agxiyawhy .agcon {
    font-size: 24px;
    font-weight: 400;
    width: 90%;
    margin: 0 5%
}

.agxiyawhy .agimgs {
    position: absolute;
    right: 0;
    top: 0;
}

.ag_zhihui_zhengzhuang {
    display: flex;
    justify-content: center;
}

.ag_zhihui_zhengzhuang .ag_zhihui_div {
    text-align: center;
    margin: 0 20px
}

.ag_zhihui_zhengzhuang .ag_zhihui_title {
    font-size: 30px;
    font-weight: 700;
    color: #05B3BF;
    margin: 10px 0
}

.ag_zhihui_zhengzhuang .ag_zhihui_con {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0
}

/*新 列表*/
.agnewtables {
    width: 100%;
    margin: 0;
    border: 1px solid #00A1B9;
    border-radius: 36px;
}

.agnewtables .agtablehead {
    border-radius: 36px 36px 0 0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    display: flex;
    text-align: center;
    height: 110px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
}

.agnewtables .agtabletitle {
    width: 25%;
    margin: auto 0;
}

.agnewtables .agtabletitles {
    width: 71%;
    display: flex;
    margin: auto 0;
    justify-content: space-between;
    padding: 0 2%
}

.agnewtables .agtablediv {
    display: flex;
}

.agnewtables .agtablediv .agtabledivtit {
    position: relative;
    left: -20;
    border-radius: 36px;
    margin: auto 0;
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 40px
}

.agnewtables .agtablediv img {
    z-index: 1;
}

.agnewtables .agtabletitle_sanlie {
    width: 33%;
    margin: auto 0;
}

.agnewtables .agtablebody {
    padding: 20px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    display: flex;
    text-align: center;
}

.agnewtables .agtablecolor1 {
    background-color: #F1FBFF;
}

.agnewtables .agtablecolor2 {
    background-color: #FFFFFF;
}

.agnewtables .agtabletitle_x {
    font-size: 32px;
    font-weight: 700;
    width: 25%;
    margin: auto 0;
    background-image: -webkit-linear-gradient(left, #00A1B9, #37CB8D, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtables .agtabletitle_x_sanlie {
    font-size: 24px;
    font-weight: 700;
    width: 33%;
    margin: auto 0;
    background-color: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtables .agtabletitle_s {
    width: 21%;
    margin: auto 2%;
}

.agnewtables .agtabletitle_s_sanlie {
    width: 30%;
    margin: auto 3%;
}

.agnewtables .agtableborder {
    border-radius: 0 0 36px 36px;
}

.agnewtables .agtablebody {
    padding: 0;
    display: flex;
    height: 800px;
    font-size: 24px;
    font-weight: 400;
}

.agnewtables .agtablebody .agtablebodywidth {
    width: 25%;
}

.agnewtables .agtablebody .agtablebodywidth .agtablebodycontents .agtablebodycontentsmargin {
    width: 100%;
    margin: auto 0;
    text-align: center;
}

.agnewtables .agtablebody .agtablebodywidth .agtablebodycontents {
    height: 160px;
    display: flex;
}

.agnewtables .agtablebody .agtablebodywidth .agtablebodycontents2 .agtablebodycontentsmargin {
    width: 100%;
    margin: auto 0;
    text-align: center;
}

.agnewtables .agtablebody .agtablebodywidth .agtablebodycontents2 {
    height: 200px;
    display: flex;
}

.agnewtables .agtablebody .agtablebodycolor {
    background-color: #F1FBFF;
}

.agnewtables .agtablebody .agtablebodywidth2 {
    width: 40%;
    background-color: F1FBFF;
}

.agnewtables .agtablebody .agtablebodywidth2 .agtablebodyborder {
    border: 1px solid #00A1B9;
    color: #00A1B9;
    height: 760px;
    margin: 20px 0;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px
}

.agnewtables .agtablebody .agtablebodywidth2 .agtablebodyborder .agtablebodycontent2 {
    height: 152px;
    display: flex;
    padding: 0 20px;
}

.agnewtables .agtablebody .agtablebodywidth2 .agtablebodyborder .agtablebodycontent22 {
    height: 196px;
    display: flex;
    padding: 0 20px;
}

.agtablebodycontent2s {
    width: 100%;
    margin: auto 0;
    text-align: center;
}

.agnewtables .agtablebody .agtablebodywidth3 {
    width: 35%;
}

.agnewtables .agtablebody .agtablebodywidth3 .agtablebodycontent3 {
    height: 160px;
    display: flex;
    padding: 0 20px
}

.agnewtables .agtablebody .agtablebodywidth3 .agtablebodycontent32 {
    height: 200px;
    display: flex;
    padding: 0 20px
}

/*新 列表*/
.agnewtabless {
    width: 70%;
    margin: 0 15%;
    border: 1px solid #00A1B9;
    border-radius: 36px;
}

.agnewtabless .agtablehead {
    border-radius: 36px 36px 0 0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    display: flex;
    text-align: center;
    height: 110px;
    background: linear-gradient(90deg, #00A1B9 0%, #37CB8D 100%);
}

.agnewtabless .agtabletitle {
    width: 30%;
    margin: auto 0;
}

.agnewtabless.agtabletitles {
    width: 71%;
    display: flex;
    margin: auto 0;
    justify-content: space-between;
    padding: 0 2%
}

.agnewtabless .agtablediv {
    display: flex;
}

.agnewtabless .agtablediv .agtabledivtit {
    position: relative;
    left: -20;
    border-radius: 36px;
    margin: auto 0;
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 40px
}

.agnewtabless .agtablediv img {
    z-index: 1;
}

.agnewtabless .agtabletitle_sanlie {
    width: 33%;
    margin: auto 0;
}

.agnewtabless .agtablebody {
    padding: 20px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    display: flex;
    text-align: center;
}

.agnewtabless .agtablecolor1 {
    background-color: #F1FBFF;
}

.agnewtabless .agtablecolor2 {
    background-color: #FFFFFF;
}

.agnewtabless .agtabletitle_x {
    font-size: 32px;
    font-weight: 700;
    width: 25%;
    margin: auto 0;
    background-image: -webkit-linear-gradient(left, #00A1B9, #37CB8D, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtabless .agtabletitle_x_sanlie {
    font-size: 24px;
    font-weight: 700;
    width: 33%;
    margin: auto 0;
    background-color: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agnewtabless .agtabletitle_s {
    width: 21%;
    margin: auto 2%;
}

.agnewtabless .agtabletitle_s_sanlie {
    width: 30%;
    margin: auto 3%;
}

.agnewtabless .agtableborder {
    border-radius: 0 0 36px 36px;
}

.agnewtabless .agtablebody {
    padding: 0;
    display: flex;
    height: 900px;
    font-size: 24px;
    font-weight: 400;
}

.agnewtabless .agtablebody .agtablebodywidth {
    width: 25%;
}

.agnewtabless .agtablebody .agtablebodywidth .agtablebodycontents .agtablebodycontentsmargin {
    width: 100%;
    margin: auto 0;
    text-align: center;
}

.agnewtabless .agtablebody .agtablebodywidth .agtablebodycontents {
    height: 150px;
    display: flex;
}

.agnewtabless .agtablebody .agtablebodywidth .agtablebodycontents2 .agtablebodycontentsmargin {
    width: 100%;
    margin: auto 0;
    text-align: center;
}

.agnewtabless .agtablebody .agtablebodywidth .agtablebodycontents2 {
    height: 200px;
    display: flex;
}

.agnewtabless .agtablebody .agtablebodycolor {
    background-color: #F1FBFF;
}

.agnewtabless .agtablebody .agtablebodywidth2 {
    width: 40%;
    background-color: F1FBFF;
}

.agnewtabless .agtablebody .agtablebodywidth2 .agtablebodyborder {
    border: 1px solid #00A1B9;
    color: #00A1B9;
    height: 860px;
    margin: 20px 0;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px
}

.agnewtabless .agtablebody .agtablebodywidth2 .agtablebodyborder .agtablebodycontent2 {
    height: 143px;
    display: flex;
    padding: 0 20px;
}

.agnewtabless .agtablebody .agtablebodywidth2 .agtablebodyborder .agtablebodycontent22 {
    height: 196px;
    display: flex;
    padding: 0 20px;
}

.agnewtabless .agtablebody .agtablebodywidth3 {
    width: 35%;
}

.agnewtabless .agtablebody .agtablebodywidth3 .agtablebodycontent3 {
    height: 150px;
    display: flex;
    padding: 0 20px
}

.agnewtabless .agtablebody .agtablebodywidth3 .agtablebodycontent32 {
    height: 200px;
    display: flex;
    padding: 0 20px
}

.duogaosd {
    height: 1400px;
}

.ag_zhiya_end {
    width: 80%;
    border: 2px solid #00A1B9;
    margin: 80px 0;
    border-radius: 32px
}

.ag_zhiya_end .ag_zhiya_div {
    display: flex;
    height: 25%;
    margin: 0 20px;
}

.ag_zhiya_end .ag_zhiya_div img {
    margin: auto 30px;
    width: 46px;
}

.ag_zhiya_end .ag_zhiya_content {
    margin: auto 0;
    font-size: 22px;
    font-weight: 700;
}
.news-bus .busList .list {
    margin: 40px 0;
}
.news-bus .busList .list .route-bar {
    height: 42px;
}
.news-bus .busList .list .left-dash {
    border-top: 2px dashed #fff;
    margin-right: 30px;
    margin-left: 10px;
}


.news-bus .busList .list .right-dash {
    border-top: 2px dashed #fff;
    margin-left: 30px;
    margin-right: 10px;
}

.news-bus .busList .list .head{
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-bus .busList .list .icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.news-bus .busList .list .icon.dishi{
    background: url('../img/news-bus-dishi.svg') no-repeat center;
    background-size: 32px 32px;
}
.news-bus .busList .list .icon.buxing{
    background: url('../img/news-bus-buxing.svg') no-repeat center;
    background-size: 32px 32px;
}
.news-bus .busList .list .icon.ditie{
    background: url('../img/news-bus-ditie.svg') no-repeat center;
    background-size: 26px 26px;
}
.news-bus .busList .list .icon.gongjiao{
    background: url('../img/news-bus-gongjiao.svg') no-repeat center;
    background-size: 32px 32px;
}
.news-bus .busList .list .content {
    font-size: 24px; 
    color: #fff;
    white-space: break-spaces;
}
.news-bus .desc{
    margin: 40px 0;
    font-size: 24px;
    padding: 0 10%;
    margin-bottom: 70px;
    text-align: center;
}

.news-bus .port-table{
	margin: 120px 0;
}


.news-bus .port-table2{
	margin: 40px auto;
}

.news-bus .qaHelpBox{
    margin-bottom: 100px;
}
.news-bus .tis{
	font-size: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.addressDesc{
    margin-top: 120px;
    margin-bottom: 100px;
}
.addressDesc .desc{
    margin-top: 40px;
    border: 1px solid #DEDEDE;
    padding: 40px 133px;
    font-size: 18px;
    line-height: 160%;
}
.addressDesc .desc p{
    margin: 18px 0;
}

.teamDesc{
    margin-top: 20px;
    margin-bottom: 40px;
}
.teamDesc .common-title .name{
    font-size: 32px;
}
.teamDesc .desc{
    margin-top: 10px;
    border: 1px solid #DEDEDE;
    padding: 40px 133px;
    font-size: 18px;
    line-height: 160%;
}
.teamDesc .desc p{
    margin: 18px 0;
}

.anliCard .cardbox{
    padding: 50px;
    margin: 20px;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    display: flex;
}
.anliCard .cardbox .info{
    width: 60%;
}
.anliCard .cardbox .info .common-title .name{
    font-size: 32px;
}
.anliCard .cardbox .info .common-title {
    padding: 0;
}
.anliCard .cardbox .cover{
    width: 40%;
    text-align: right;
}
.anliCard .cardbox .cover img{
    max-width: 100%;
}

.anliCard .cardbox .info .text{
    font-size: 17px;
    line-height: 160%;
}
.anliCard .cardbox .info .text p{
    margin: 18px 0;
}

.latestDentalPromotions .list{
    margin: 40px 0;
}
.latestDentalPromotions .list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.latestDentalPromotions .list ul li{
    width: 420px;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0;
}
.latestDentalPromotions .list ul li:nth-of-type(1),.latestDentalPromotions .list ul li:nth-of-type(2){
    width: 640px;
}
.latestDentalPromotions .list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newPromotion{
    padding: 30px 0;
}
.newPromotion .item .info{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 55%;
    height: 100%;
}
.newPromotion .item.item-1 h3{
    margin-bottom: 40px;
    font-size: 35px;
}
.newPromotion .item.item-1 .info{
    padding: 110px;
    left: 0;
}


.newPromotion .item.item-2 h3,.newPromotion .item.item-2 h4{
    font-size: 60px;
}
.newPromotion .item.item-2 .info{
    padding: 140px;
    width: 50%;
    left: 0;
}
.newPromotion .item.item-2 .info h4{
    margin: 20px 0;
    white-space: pre-wrap;
}
.newPromotion .item.item-2 .info p{
    height: 48px;
    border-radius: 48px;
    line-height: 45px;
    font-size: 20px;
    max-width: 420px;
}

.newPromotion .item.item-3 .info{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    text-align: right;
    padding-right: 64px;
}
.newPromotion .item.item-3 .info h3{
    margin-top: 80px;
    font-size: 70px;
}
.newPromotion .item.item-3 .info .project{
    width: 450px;
    height: 86px;
    border-radius: 16px;
    margin: 20px 0;
    margin-left: auto;
    overflow: hidden;
}
.newPromotion .item.item-3 .info .project .goods,.newPromotion .item.item-3 .info .project .price{
    flex: 1;
    text-align: center;
}
.newPromotion .item.item-3 .info .project .price{
    font-size: 40px;
}
.newPromotion .item.item-3 .info .project .name{
    font-size: 25px;
}
.newPromotion .item.item-3 .info .project .desc{
    font-size: 20px;
}
.newPromotion .item.item-3 .info ul{
    position: relative;
    right: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 50px;
    margin-top: 50px;
}
.newPromotion .item.item-3 .info ul li{
    width: 45%;
    text-align: left;
    font-size: 20px;
    color: white;
    margin: 10px;
}
.newPromotion .item.item-3 .info ul li p:nth-of-type(2){
    font-size: 18px;
}

.newPromotion .item.item-4{
    display: flex;
    background-color: #F1FBFF;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}
.newPromotion .item.item-4 .info{
    position: relative;
    margin-left: 40px;
    padding: 50px 40px 50px 0;
    background: url('../img/promotion-item-4-bg.svg')no-repeat right bottom;
    background-size: 293px auto;
}
.newPromotion .item.item-4 .info h3{
    position: relative;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 20px;
}
.newPromotion .item.item-4 .info h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.5%, #FFF000 53%, rgba(255, 255, 255, 0) 100%);
    width: 60%;
    height: 22px;
    z-index: -1;
}
.newPromotion .item.item-4 .info h3::before{
    position: absolute;
    top: -15px;
    left: -10px;
    content: '';
    background: #FFF000;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    z-index: -1;
}
.newPromotion .item.item-4 .info p{
	line-height: 170%;
    font-size: 18px;
    text-align: justify;
}


.newPromotion .item.item-5 h3{
    margin-bottom: 40px;
    font-size: 30px;
}
.newPromotion .item.item-5 h3 span{
    font-size: 35px;
}
.newPromotion .item.item-5 .info{
    width: 75%;
    padding: 80px 60px;
}
.newPromotion .item.item-5 .info h5{
    line-height: 160%;
    font-size: 20px;
    white-space: pre-wrap;
}
.newPromotion .item.item-5 .info .bottomBox{
    display: flex;
    margin-top: 40px;
}

.newPromotion .item.item-5 .info .bottomBox .menu .icon{
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
    margin-right: 20px;
}
.newPromotion .item.item-5 .info .bottomBox .menu{
	border-radius: 20px;
    margin-right: 22px;
    padding: 15px 20px;
}
.newPromotion .item.item-5 .info .bottomBox .menu .text p{
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
}