:root {
    --radius: 6px;
}

.agfontsize {
    font-size: 12px;
}

.common-title .icon {
    width: 2.4rem;
    height: 2.4rem;
}

.common-title .name {
    font-size: 1.6rem;
}

/* 通用副標題 */
.subtitleBox {
    padding: 1rem 0;
}

.subtitle {
    padding: 0.3rem 1rem;
    text-indent: 0.3rem;
    font-size: 1.6rem;
}

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

.subtitle::after {
    left: 0.4rem;
    top: 0.4rem;
    width: 1.062rem;
    height: 0.63108rem;
}

.navbar .logo {
    filter: none;
    width: auto;
    height: 2.433rem;
}

.navbar {
    background: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar .container-fluid {
    padding-right: 0;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0,161,185,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5) !important;
}

.navbar .dropdown-menu {
    text-align: center;
}

/* 首页轮播图 */
.banner {
    overflow: hidden;
}

.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
    font-size: 20px;
}

/* 牙齿选择 */
.teethChoice {
    height: 590px;
    padding-top: 50px;
    background: url('../img/Group2129.png') no-repeat bottom center,url('../img/image 107.jpg') no-repeat bottom center;
    background-size: 100% 280px,cover;
}
.teethChoice .common-title .name p{
    font-size: 20px;
}
.teethChoice .content{
    margin-top: 50px;
    text-align: justify;
    font-size: 14px;
    line-height: 175%;
}

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

.dentistryService .projectList ul {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-row-gap: 30px;
    grid-column-gap: 2.5%;
    padding: 30px 0;
}

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

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

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

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

/* 優勢 */
.tabs-youshi .item a {
    height: 2.5rem;
    width: 10rem;
    font-size: 1rem;
}

.tabs-youshi .item a i {
    width: 2rem;
    height: 2rem;
}

.tabs-youshi .item a::before {
    top: 0.75rem;
    height: 1rem;
}

.youshi-01 .tab-content {
    margin: 2rem 0;
}

.tabs-youshi .item a.active::after {
    bottom: 0.6rem;
    height: 0.6rem;
}

.youshi-01 .tab-content .cover img {
    width: 50% !important;
    display: block;
    margin: 0 auto;
}

.youshi-01 .tab-content h5 {
    margin: 1rem 0;
    font-size: 1.2rem;
}

.youshi-01 .tab-content h5 span {
    font-size: 1.6rem;
}

.youshi-01 .tab-content .info {
    margin-top: 2rem;
    padding: 0 0.25rem;
}

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

.youshi-01 .tab-content ul li a {
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
    width: 80%;
}

/* 針對服務 */
.zhenduifuwu {
    padding-bottom: 40px;
}

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

.zhenduifuwu .iconList ul li p {
    font-size: 14px;
}

.zhenduifuwu .title-sub p {
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
}

.zhenduifuwu .iconList ul {
    margin: 20px 0;
    padding: 0 10px;
    padding-bottom: 20px;
}

.zhenduifuwu .desc{
    margin: 0.6rem 0;
}
.zhenduifuwu .desc p{
    width: 90%;
    text-indent: 0.87rem;
}
.zhenduifuwu .service-intro{
    margin-top: 30px;
}
.zhenduifuwu .container{
    padding: 0;
}
.zhenduifuwu .service-intro h2{
	font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    border-radius: 0 0 8px 8px;
}
.zhenduifuwu .service-intro ul{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.zhenduifuwu .service-intro ul li{
    position: relative;
    flex: 0 50%;
    padding: 20px 10px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}
.zhenduifuwu .service-intro ul li .name{
    font-size: 16px;
    margin: 10px 0;
}
.zhenduifuwu .service-intro ul li .desc{
	font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
}
.zhenduifuwu .service-intro ul li a.more{
    width: 130px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #00A1B9;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    border: 1px solid #00A1B9;
}
.zhenduifuwu .service-intro ul li:nth-child(2n){
    border-right: none;
}
.zhenduifuwu .service-intro ul li:nth-of-type(1),.zhenduifuwu .service-intro ul li:nth-of-type(2){
    border-top: 0;
}
.zhenduifuwu .service-intro ul li .icon{
    width: 27px;
    height: 27px;
}
.zhenduifuwu .imageListUl {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-row-gap: 10px;
    grid-column-gap: 3.5%;
}

.zhenduifuwu .imageListUl {
    padding: 1rem 0;
}

.zhenduifuwu .imageListUl li .info {
    padding: 0.5rem;
    align-items: start !important;
}

.zhenduifuwu .imageListUl li .num {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.zhenduifuwu .imageListUl li .info {
    font-size: 1rem;
}

.zhenduifuwu01 .itemList {
    margin-bottom: 2rem;
}

.zhenduifuwu01 .itemList ul {
    align-items: flex-start
}

.zhenduifuwu01 .itemList ul li {
    flex: 0 45%;
    flex-shrink: 0;
}

.zhenduifuwu .iconList ul li p {
    white-space: pre-line;
    width: 90%;
    margin-left: 5px;
}

.zhenduifuwu01 .itemList ul li .cover img {
    width: 80%;
}

.menzhenliucheng .listLc img {
    max-width: 100%;
}

/* 明星推荐 */
.starRec {
    padding: 1rem 0;
}

.starRec .video {
    margin: 1rem auto;
    border-radius: 16px;
    height: max-content;
    max-height: 300px;
}

.starRec .images img {
    width: 100%;
    border-radius: 16px;
}

.starRec .images .item:nth-of-type(1) {
    margin-bottom: 0.8rem;
}

/* 关于我们，旧五大原因 */
.reasons5 {
    background: transparent;
}

.reasons5 .statisticalData .box {
    padding: 0;
}

.reasons5 .common-title {
    margin-bottom: 2rem;
}

.reasons5 .statisticalData .cover img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.reasons5 .statisticalData .info {
    position: relative;
    padding: 1rem 1rem;
}

.reasons5 .statisticalData {
    padding: 0;
}

.reasons5 .statisticalData .article {
    padding: 0;
}

.reasons5 .statisticalData .article h1 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}

.reasons5 .statisticalData .article .more {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reasons5 .statisticalData .article p {
    font-size: 16px;
}

.reasons5 .statisticalData .info .item .nums {
    font-size: 1.6rem;
}

.reasons5 .listYs {
    padding: 0 15px !important;
}

.reasons5 .listYs ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.reasons5 .listYs li {
    width: 30% !important;
    margin-bottom: 1rem;
    margin-left: 0 !important;
}

.reasons5 .listYs li:nth-of-type(4) {
    margin-left: auto !important;
    margin-right: 0.6rem !important;
}

.reasons5 .listYs li:nth-of-type(5) {
    margin-right: auto !important;
    margin-left: 0.6rem !important;
}

.reasons5 .listYs li .b {
    width: 90%;
}

.reasons5 .listYs ul li .info .key {
    font-size: 1.2rem;
}

.reasons5 .listYs ul li .info .name {
    font-size: 1.2rem;
}

.reasons5 .listYs ul li .info .b {
    font-size: 0.8rem;
}

.reasons5 .listYs ul li .info .name::after {
    bottom: 3px;
}

.reasons5 .listYs {
    padding: 1rem 0;
}

/* 品牌理念 */
.brandConcept .info .name {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.brandConcept .info .name::after {
    width: 2rem;
}

.brandConcept .info .title {
    font-size: 1.2rem;
}

.brandConcept .info .value {
    margin-top: 1rem;
    font-size: 1rem;
}

.brandConcept a img {
    height: max-content !important;
    max-height: 300px;
}

/* 文章资讯 */
.informationMain {
    padding: 40px 0;
}

.informationMain .bottomTabs {
    margin-top: 40px;
}

.informationMain .bottomTabs li {
    width: auto;
    height: 3rem;
}

.informationMain .list ul li {
    margin: 10px 0;
    padding: 10px 15px;
}

.informationMain .bottomTabsBox {
    margin-bottom: 2rem;
}

.informationMain .bottomTabs li a {
    /*padding: 0 1rem;*/
    font-size: 0.7rem;
}

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

/* 问答列表 */
.helpList .item .head {
    font-size: 1.2rem;
}

.helpList .item .text {
    padding: 0.5rem 0 !important;
    font-size: 1rem;
    line-height: 1.4rem !important;
}

.qaHelpBox .tabs {
    padding: 0.5rem 0;

    font-size: 1.2rem;
}

.qaHelpBox .tabs .lst {
    margin: 0 1rem;
}

/* 看牙流程 */
.process {
    margin: 20px 0;
}

.process .itembody {
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.process .itembody li {
    position: relative;
    width: 33.33%;
    height: 250px;
    text-align: center;
    margin: 10px 0;
}

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

.process .itembody li .yuan::before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 15px;
    height: 15px;
    margin: 20px auto;
    background-color: white;
    border-radius: 15px;
    z-index: 1;
    border: 1px solid var(--color-2);
}

.process .itembody li .yuan {
    position: relative;
    min-height: 40px;
}

.process .itembody li img {
    width: 80%;
}

.process .itembody li .name {
    margin-top: 8px;
    font-size: 18px;
    font-family: 'TW-B';
}

.process .itembody li .num {
    margin-top: 5px;
    font-size: 14px;
}

/* 门店地址 */
.shopList {
    margin-top: 0rem;
}

.shopList .mendianList .title {
    border-top: 1px solid #DEDEDE;
}

.shopList .mendianList .itemBody {
    border-top: 1px solid #DEDEDE;
}

.shopList .mendianList .title .icon {
    display: block;
}

.shopList .mendianList .item .cover, .shopList .mendianList .item .cover img {
    width: 8.28rem;
    height: 5.76rem;
    border-radius: 1rem;
}

.shopList .mendianList .item .info {
    margin-left: 0.5rem;
}

.shopList .mendianList .item .info p {
    padding: 0rem 0;
    margin-bottom: 0.2rem;
    font-size: 1rem !important;
    padding-left: 1.5rem !important;
}

.shopList .mendianList .item .info p.time, .shopList .mendianList .item .info p.phone, .shopList .mendianList .item .info p.address {
    background-size: 1rem 1rem;
}

.shopList .mendianList .item .itemBody .b a {
    width: 100%;
    font-size: 1.4rem;
}

/* 滚动环境图 */
.contextDiagram .bottomTabs li {
    width: auto;
    height: 3rem;
}

.contextDiagram .bottomTabsBox {
    margin-bottom: 2rem;
}

.contextDiagram .bottomTabs li a {
    padding: 0 1rem;
    font-size: 0.75rem;
}

.scrollImageBox div ul {
    height: 120px
}

.scrollImageBox div li {
    float: left;
    text-align: center;
    width: 130px;
    height: 120px;
    padding: 0 5px
}

.scrollImageBox div img {
    width: 120px;
    margin-bottom: 0
}

.scrollImageBox .shebeitu img {
    width: 120px
}

.scrollImageBox ul li a {
    text-overflow: inherit;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px
}

.scrollImageBox > div > div {
    height: 102px
}


/* 全局底部 */
.footer .logo {
    display: block;
    text-align: center;
}

.footer .b2 {
    margin: 2rem 0;
    font-size: .9rem;
}

.footer .b3 {
    width: 55%;
    margin: 0 auto;
}

/* 浮动导航 */
.fixedMenuH{
	height: 4rem;
}
.fixedMenu{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	height: 4rem;
	color: white;
	background-color: #00A3BA;
}
.fixedMenu ul{
    padding: 0 0.2rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixedMenu ul li{
    position: relative;
	height: 100%;
	flex: 1;
	font-size: 0.85rem;
}
.fixedMenu ul li:nth-of-type(1){
	flex-shrink: 0;
}
.fixedMenu ul li:nth-of-type(2){
	flex-shrink: 0;
}
.fixedMenu ul li:nth-of-type(3){
	flex-shrink: 0;
}
.fixedMenu ul li p{
	margin: 0;
}
.fixedMenu ul li .icon{
	width: 1.8rem;
	height: 1.8rem;
}
.fixedMenu ul li .icon img{
	width: 100%;
	height: 100%;
}
.fixedMenu ul li.phone .dt{
    position: absolute;
    right: -1rem;
    bottom: 0;
}
.fixedMenu ul li.phone .dt img{
    width: 5rem;
}
.fixedMenu ul li .value{
	margin-left: 0.3rem;
	font-family: 'TW-B';
}
.fixedMenu ul li.phone a{
    padding-left: 0.5rem;
    justify-content: start;
	background-color: #02BCE8;
}
.fixedMenu ul li.phone .value{
	margin-left: 0.1rem;
}
.fixedMenu ul li.phone span{
	font-family: 'TW-R';
}
.fixedMenu ul li.top{
	display: none;
}
.fixedMenu ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	color: white;
	align-items: center;
	justify-content: center;
}

/* 医生团队列表页面 */
.medical-tabs ul {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 0.5rem;
    grid-column-gap: 2%;
}

.medical-list ul li .box {
    border: 1px solid #DEDEDE;
    padding: 0.5rem 0.5rem;
    height: 100%;

}

.medical-list ul li .box .info .nickname {
    font-size: 1.4rem;
    font-family: 'Microsoft YaHei';
}

.medical-list ul li .box .info .desc, .medical-list ul li .box .info .tag span {
    font-size: 0.9rem !important;
    font-family: 'Microsoft YaHei';
}

.medical-list ul li .box .info .btnA a {
    padding: 0.3rem 3rem;
    display: inline-block;
}

.medical-list ul li .cover img {
    max-width: 140px;
    max-height: 140px;
}

.medical-list ul li .info .desc {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 医生团队详情 */
.medical-details {
    margin: 2rem 0;
}

.medical-info .info {
    margin-top: 20px;
}

.medical-details .medical-info .info .t .nickname span {
    font-size: 1.6rem;
}

.medical-details .medical-info .info .tag {
    height: 28px;
    font-size: 14px;
    margin-left: 0.5rem;
    text-indent: 30px;
    background-size: 23px 23px;
}

.medical-details .medical-info .info .tagTwo {
    font-size: 14px;
    height: 28px;
}

.medical-skill .info {
    margin-top: 10px;
}

/* 资讯中心 */
.listInformation ul li {
    padding: 1rem;
    margin: 1rem 0;
}

.listInformation ul li .cover {
    height: max-content;
}

.articleDetails .cover {
    padding-top: 20px;
}

.listJz {
    margin: 40px 0;
}

.listJz ul li {
    padding: 1rem;
    margin: 1rem 0;
}

/* 项目详情 */
.serve-icon-nav {
    margin-top: 20px;
}

.serve-icon-nav .common-title {
    margin-bottom: 20px;
}

.serve-icon-nav ul li {
    margin: 10px 0;
}

.serve-icon-nav .cover .mask a {
    padding: 5px 15px;
    font-size: 12px;
}

.serve-items-page .item-info .cover .coverBox {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}

.serve-items-page .item-info {
    padding: 1rem;
    margin-top: 2rem !important;
    background: url('../img/bg-dian.png') no-repeat #F1FBFF 80% -2rem;
    background-size: 15rem auto;
}

.serve-items-page .item-info .info {
    padding: 0;
    text-align: justify;
}

.serve-items-page .item-info .info .nameBox {
    display: flex;
    align-content: center;
    justify-content: center;
}

.serve-items-page .item-info .info .nameBox .name span {
    font-size: 1.6rem;
}

.serve-items-page .item-info .info .desc {
    font-size: 1.1rem;
}

.serve-items-page .advantage .cover img {
    width: 100%;
    height: max-content;
    border-radius: 10px;
}

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

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

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

.serve-items-page .advantage .content {
    line-height: 25px;
    margin-top: 10px;
}

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

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

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

.serve-process-list ul li .title {
    padding: 10px 0;
    margin-top: 5px;
    font-size: 16px;
}

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

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

.serve-process-list ul li .desc {
    font-size: 14px;
    text-align: justify;
}

.zyjs .tis {
    margin: 20px auto;
    font-size: 16px;
    line-height: 25px;
}

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

.zzxt ul {
    margin-top: 20px;
    grid-template-columns: 100%;
}

.zzxt ul li {
    position: relative;
    padding: 20px 0px;
    width: 100%;
    padding-bottom: 30px;
}

.zzxt ul li .cover {
    position: relative;
    width: 120px;
    height: 120px;
}

.zzxt ul li .cover img {
    width: 100%;
}

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

.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:last-child::after {
    display: none;
}

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

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

.zzxt ul .info {
    padding: 10px 15px;
    position: relative;
    margin-left: 20px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

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

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

.fangan {
    margin: 40px 0;
}

.fangan .tabs li {
    margin: 10px 10px;
    font-size: 16px;
}

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

.fangan .tab-content .item {
    padding: 15px;
    border-radius: 15px;
    flex-direction: column;
}

.fangan .tab-content .item .cover {
    padding: 20px 0;
}

.fangan .tab-content .item .cover img {
    max-width: 100%;
}

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

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

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

.aboutList .listData .item .info {
    padding: 0.5rem;
}

.aboutList .listData .item .cover {
    width: 100%;
    height: auto;
}

.aboutList .listData .item .info .name {
    padding-left: 0.5rem;
}

.aboutList .listData .info ul li {
    padding-left: 0;
}

.aboutList .listData .info ul li::before {
    content: ''
}

.position .bgBox {
    padding: 1rem 0;
}

.position .info h2 {
    font-size: 1.5rem;
}

.position .info h5 {
    margin: 0.3rem 0;
}

.position .info h5 span {
    font-size: 1rem;
}

.position .info p {
    line-height: 1.4rem;
    font-size: 0.9rem;
    max-width: 90%;
    margin: 0 auto;
}

.about-navIcon {
    margin-top: 0.5rem;
}

.navIconBox {
    padding: 0.5rem 1rem;
    grid-row-gap: 0.5rem;
}

.navIconBox .item::before {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 0.5rem;
    bottom: 1.4rem;
}

.navIconBox .item::after {
    border-radius: 0.5rem;
    bottom: 1.6rem;
    height: 2px;
}

.navIconBox .item .name {
    margin-top: 1.2rem;
}

.aboutHistory ul {

}

.aboutHistory ul li {
    font-size: 0.9rem;
}

.aboutHistory ul li img {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    margin-right: 0.5rem;
}

.aboutHistory ul:after {
    left: 6.04rem;
    top: -1rem;
}

.aboutHistory ul li strong {
    left: -6rem;
    font-size: 1rem;
}

.aboutHistory ul li::after {
    top: 0.55rem;
}

.aboutHistory .title .bg {
    font-size: 2.8rem;
}

.aboutHistory .title .name {
    font-size: 1.4rem;
}

.aboutHistory .container {
    padding: 1rem 0;
}

.duoyuan ul li p {
    position: absolute;
    right: 0.7rem;
    bottom: 0.3rem;
    color: white;
    padding: 0.1rem 0.5rem;
    border-radius: 0.8rem 0 0 0;
    font-size: 0.8rem;
    background-color: var(--color-2);
}

.wudatese .navicon {
    padding: 0.5rem;
    margin: 2rem 0;
}

.wudatese .navicon ul {
    flex-wrap: wrap;
}

.wudatese .navicon ul li {
    font-size: 1rem;
    flex: 0 0 33%;
    margin: 0.5rem 0;
}

.promotion ul li {
    margin: 1.5rem 0;
}

/* 表单页 */
.formPage {
    margin: 0;
    padding: 1rem 1rem;
}

.formPage .titleTips {
    color: #323E48;
}

.formPage .item {
    margin: 1rem 0;
}

.formPage .form-btn {
    margin: 1.5rem 0 1rem 0;
}

.formPage-container {
    padding: 0;
}

.ag_buya_wuliao .agtitle {
    font-family: GenSenRounded TW;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 5%;
}

.ag_buya_wuliao .agbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

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

.ag_buya_wuliao .agbody .aglabel {
    text-align: center;
    line-height: 84px;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 700;
    width: 355px;
    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: 100%;
    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: 94%;
    margin: 0 3%;
}

.ag_buya_duibi .agtable .agtr .agheader {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    font-weight: 700;
    font-size: 18px;
    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: 16px;
    height: 100px;
    color: #FFFFFF;
    text-align: center;
    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: 700px;
}

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

.ag_yazhou_guocheng .agmod {
    /*width: 380px;*/
    width: 45%;
    margin-top: 40px
}

.ag_yazhou_guocheng .agmod img {
    width: 100%;
}

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

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

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

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

/*//////////////////*/
.informationMain .container .agmar {
    margin: 50px 0;
}

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

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

.agimages {
    width: 100%;
}

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

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

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

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

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

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

.tab-content .agdis2 .agtext1 .agcolor {
    color: #01A2B9;
}

.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: 50px 0
}

.ag_yagen_type .agbackground .agcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ag_yagen_type .agbackground .agcon .agcon_div {
    border-radius: 24px;
    margin: 50px 0;
    width: 100%;
    height: 300px;
    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: 20;
    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: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px
}


.ag_yazhou_time {
    height: 900px;
    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 {
    background: url('/uploads/20240821/Group 1753.png') no-repeat;
}

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

.ag_yazhou_time .agbackground .agbody img {
    width: 80%;
    margin: 50px 10%;
}

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

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

.ag_yatao_liaocheng .agimage {
    width: 100%;
}

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

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

.ag_yatao_liaocheng .agliaocheng .agliaochengcon {
    width: 100%;
    padding: 20px;
    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
}

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

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

.ag_languang {

}

.ag_languang .agbag {
    width: 90%;
    margin: 0 5%;
    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: 100%;
    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: 18px;
    font-weight: 400;
}

.ag_languang .agbag .agtxt .agcon .agcons {
    margin: 0;
}

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

.ag_languang .agwhe {
    left: -5;
    top: -5;
    position: relative;
    border: 2px solid #00A1B9;
    width: 90%;
    margin: 50px 5% 0 5%;
    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: 18px;
}

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

.aghhh {
    height: 1100px;
}

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

.ag_jiancha_dingqi .agago {
    width: 46%;
    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;
    flex-wrap: wrap;
}

.ag_jiancha_time div img {
    width: 100%;
}

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

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

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

.ag_jiacha_con .agdiv {
    width: 50%;
    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: 22px;
    font-weight: 700;
    margin: 20px 0;
}

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

.ag_hh {
    height: 1800px;
}

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

.ag_bottom_fuwu .agmargin {
    margin: 0 10px
}

.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: 98%;
    margin: 0 1%;
}

.ag_tiemian_duibi .agtable .agtr .agheader {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    font-weight: 700;
    font-size: 22px;
    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: 16px;
    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: 30%;
    margin: auto 0;
}

.duogao {
    height: 2000px;
}

.xiyaduogao {
    height: 2200px;
}

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

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

.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_sanlie {
    width: 33%;
    margin: auto 0;
}

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

.agnewtable .agtabletitle {
    width: 25%;
    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: 24px;
    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_s {
    width: 21%;
    margin: auto 2%;
    font-size: 16px;
}

.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 {
    width: 80px;
    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: 14px;
    font-weight: 700;
    line-height: 54px;
    padding: 0 40px 0 80px
}

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

.agxiyawhy .agimgs {
    width: 100px;
    position: absolute;
    right: -10;
    top: -50;
}

.ag_zhihui_zhengzhuang {
    display: flex;
    flex-wrap: wrap;
    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: 18px;
    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: 75%;
    display: flex;
    margin: auto 0;
    justify-content: space-between;
}

.agnewtables .agtablediv {
    display: flex;
}

.agnewtables .agtablediv img{
    width: 50px;
}

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

.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: 1300px;
    font-size: 18px;
    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: 260px;
    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: 1260px;
    margin: 20px 0;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px
}

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

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

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

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

.duogaos {
    height: 1800px;
}

.duogaosd {
    height: 1300px;
}

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

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

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

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

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

.agnewtabless .agtablehead {
    border-radius: 36px 36px 0 0;
    color: #FFFFFF;
    font-size: 24px;
    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;
    font-size: 16px;
}

.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
}

.ag_zhiya_end {
    width: 100%;
    height: 500px;
    border: 2px solid #00A1B9;
    margin: 20px 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 10px;
    width: 46px;
}

.ag_zhiya_end .ag_zhiya_content {
    margin: auto 0;
    font-size: 22px;
    font-weight: 700;
}

.agnone {
    display: none;
}

.news-bus{
    margin: 80px 0;
}
.news-bus .busList .list {
    margin: 20px 0;
}
.news-bus .busList .list .route-bar {
    height: 56px;
}
.news-bus .busList .list .left-dash {
    border-top: 2px dashed #fff;
    margin-right: 10px;
    margin-left: 5px;
}


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

.news-bus .busList .list .head{
    padding: 10px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.news-bus .busList .list .head .item{
    flex: 0 50%;
}
.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: 16px; 
    color: #fff;
    white-space: break-spaces;
}
.news-bus .desc{
    margin: 20px 0;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}

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

.news-bus .tis{
	font-size: 17px;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.news-bus .port-table2{
	margin: 30px 0;
}


.addressDesc{
    margin-top: 60px;
    margin-bottom: 50px;
}
.addressDesc .desc{
    margin-top: 20px;
    border: 1px solid #DEDEDE;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 160%;
}
.addressDesc .desc p{
    margin: 18px 0;
}

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


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

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

.latestDentalPromotions{
    margin-top: 60px;
}
.latestDentalPromotions .list{
    margin: 40px 0;
}
.latestDentalPromotions .list ul li{
    margin: 20px 0;
}
.latestDentalPromotions .list ul li a{
    display: flex;
}
.latestDentalPromotions .list ul li img{
    width: 100%;
    height: 100%;
}


.newPromotion .item .info{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.newPromotion .item.item-1 h3{
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.newPromotion .item.item-1 .info{
    padding: 20px;
    font-size: 14px;
}

.newPromotion .item.item-2 h3,.newPromotion .item.item-2 h4{
    font-size: 30px;
    text-align: center;
}
.newPromotion .item.item-2 .info{
    padding: 20px;
    width: 100%;
}
.newPromotion .item.item-2 .info h4{
    white-space: pre-wrap;
    margin: 20px 0;
}
.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{
    width: 100%;
}
.newPromotion .item.item-3 .info h3{
    margin-top: 30px;
    font-size: 40px;
    text-align: center;
}
.newPromotion .item.item-3 .info .project{
    width: 320px;
    height: 52px;
    border-radius: 16px;
    margin: 15px auto;
    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: 25px;
}
.newPromotion .item.item-3 .info .project .name{
    font-size: 16px;
}
.newPromotion .item.item-3 .info .project .desc{
    font-size: 14px;
}
.newPromotion .item.item-3 .info ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.newPromotion .item.item-3 .info ul li{
    width: 46%;
    text-align: left;
    font-size: 16px;
    color: white;
    margin: 10px 0;
    text-align: justify;
}
.newPromotion .item.item-3 .info ul li p:nth-of-type(2){
    font-size: 14px;
}


.newPromotion .item.item-4{
    background-color: #F1FBFF;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
.newPromotion .item.item-4 .info{
    position: relative;
    display: block;
    padding: 20px;
    height: max-content;
    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: 25px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 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: 20px;
    font-size: 20px;
}
.newPromotion .item.item-5 h3 span{
    font-size: 25px;
}
.newPromotion .item.item-5 .info{
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newPromotion .item.item-5 .info h5{
    line-height: 160%;
    font-size: 16px;
    white-space: pre-wrap;
}
.newPromotion .item.item-5 .info .bottomBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    margin-left: 80px;
}

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