/**{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: Microsoft JhengHei;*/
/*}*/
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
main img{
    display: block;
    width: 100%;
}
.section-title{
    font-size: 32px;
    color: #0060B2;
    text-align: center;
}
.wrap-width{
    width: 1250px;
    margin: 0 auto;
}

.select{
    position: relative;
}
.select img:nth-of-type(2){
    display: none;
}
.select img:nth-of-type(3){
    display: none;
}
.select-text{
    position: absolute;
    width: 1250px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.select-text p{
    font-size: 18px;
    color: #1A1A1A;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.6em;
    margin-top: 1%;
}
.select-text p:nth-of-type(2){
    display: none;
}

.brand-wrap{
    /* display: none; */
    position: relative;
    width: 96%;
    margin: 3% auto 0;
}
.brand-wrap .brand-content{
    margin-top: 2%;
}
#brand-swiper{
    width: 30%;
}
/* #brand-swiper .swiper-slide{
    box-sizing: border-box;
    padding: 0 2%;
} */
#brand-swiper .swiper-slide .brand-item-img{
    width: 35%;
    margin: 0 auto 2%;
}
.brand-item-intro-top{
    text-align: center;
    margin-bottom: 1%;
}
.brand-item-intro-top .brand-name{
    font-size: 24px;
    font-weight: bold;
}
.brand-index{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 1%;
    margin-bottom: 2%;
}
.brand-index .start{
    display: flex;
}
.brand-index .start img{
    width: 20px;
}
.brand-index .start img:not(:nth-of-type(1)){
    margin-left: 4px;
}
.brand-flag{
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #1B1B1B;
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 18px;
}
.brand-item-inrto-bottom{
    color: #323232;
    line-height: 1.5em;
    margin-top: 10px;
}
.brand-item-inrto-bottom p:nth-of-type(2){
    margin: 2px 0;
}
.brand-content{
    position: relative;
}
.brand-content .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #111;
}
.brand-content .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
}
.brand-content #brand-pagination{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: -12%;
}
.brand-content #brand-pagination .swiper-pagination-bullet{
    margin: 0 5px;
}
.brand-content .brand-button{
    position: absolute;
    top: 37%;
    width: 63px;
    height: 110px;
    z-index: 2;
    cursor: pointer;
}
.brand-content .brand-button p{
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: #eee;
    transition: all 0.4s;
    border-radius: 10px;
}
.brand-content .brand-button:hover p{
    background-color: #0060B2;
}
.brand-content .brand-button p:nth-of-type(1){
    top: 51.5%;
}
.brand-content .brand-button p:nth-of-type(2){
    top: 49.5%;
}
#brand-prev{
    left: 25%;
}
#brand-prev p:nth-of-type(1){
    left: 0%;
    transform: rotate(-45deg);
    transform-origin: left;
}
#brand-prev p:nth-of-type(2){
    left: 0%;
    transform: rotate(45deg);
    transform-origin: left;
}
#brand-prev:hover p:nth-of-type(1){
    transform: rotate(-35deg);
}
#brand-prev:hover p:nth-of-type(2){
    transform: rotate(35deg);
}
#brand-next{
    right: 25%;
}
#brand-next p:nth-of-type(1){
    right: 0%;
    transform: rotate(45deg);
    transform-origin: right;
}
#brand-next p:nth-of-type(2){
    right: 0%;
    transform: rotate(-45deg);
    transform-origin: right;
}
#brand-next:hover p:nth-of-type(1){
    transform: rotate(35deg);
}
#brand-next:hover p:nth-of-type(2){
    transform: rotate(-35deg);
}

.compare-wrap{
    margin: 5% auto;
}
.compare-process{
    margin: 2% auto;
    background: url(/static/images/single_allon4/compare-bg.png) no-repeat;
    background-size: cover;
}
.compare-process .compare-item{
    display: flex;
    align-items: center;
}
.compare-process .compare-item .img-left{
    position: relative;
    width: 20%;
}
.compare-process .compare-item .img-left .flag{
    position: absolute;
    top: 0%;
    left: 0%;
    font-size: 18px;
    color: #FFFFFF;
    background: #0060B2;
    padding: 3px 10px;
}
.compare-process .compare-item .img-right{
    display: flex;
    align-items: center;
    width: 80%;
    padding: 0 6%;
    box-sizing: border-box;
}
.compare-process .compare-item .img-right img:nth-of-type(2n-1){
    width: 20%;
}
.compare-process .compare-item .img-right img:nth-of-type(2n){
    width: 4%;
    margin: 0 8%;
}
.compare-process .compare-item:nth-of-type(2){
    margin: 2% auto;
}

.advantage{

}
.advantage-title p{
    text-align: center;
    color: #666666;
    font-size: 18px;
}
.advantage_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
}
.advantage_wrap-m{
    display: none;
}
.advantage_wrap .advantage_content:nth-of-type(1),
.advantage_wrap .advantage_content:nth-of-type(3){
    width: 34%;
}
.advantage_wrap .advantage_content:nth-of-type(2){
    position: relative;
    width: 22%;
}
.advantage_content .item{
    position: relative;
    padding-bottom: 4%;
}
.advantage_content .item .line{
    position: absolute;
}
.advantage_content #item1 .line:nth-of-type(1){
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #095398;
    transform-origin: right;
    transition: 0.3s;
}
.advantage_content #item1 .line:nth-of-type(2){
    right: -8%;
    bottom: -23%;
    width: 10%;
    height: 2px;
    background: #095398;
    transform-origin: right;
    transform: rotate(35deg);
    transition: 0.3s;
}
.advantage_content #item2 .line:nth-of-type(1){
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #095398;
    transform-origin: left;
    transition: 0.3s;
}
.advantage_content #item2 .line:nth-of-type(2){
    left: -8%;
    bottom: -19%;
    width: 10%;
    height: 2px;
    background: #095398;
    transform-origin: left;
    transform: rotate(-35deg);
    transition: 0.3s;
}
.advantage_content #item3 .line:nth-of-type(1){
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #095398;
    transform-origin: right;
    transition: 0.3s;
}
.advantage_content #item3 .line:nth-of-type(2){
    right: -16.2%;
    bottom: 19%;
    width: 20%;
    height: 2px;
    background: #095398;
    transform-origin: right;
    transform: rotate(-35deg);
    transition: 0.3s;
}
.advantage_content #item4 .line:nth-of-type(1){
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #095398;
    transform-origin: left;
    transition: 0.3s;
}
.advantage_content #item4 .line:nth-of-type(2){
    left: -16.2%;
    bottom: 19%;
    width: 20%;
    height: 2px;
    background: #095398;
    transform-origin: left;
    transform: rotate(35deg);
    transition: 0.3s;
}
.advantage_content .item .item_title{
    display: flex;
    font-size: 24px;
    align-items: center;
    color: #095398;
}
.advantage_content .item .item_title span{
    position: relative;
    background: #095398;
    width: 24px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    margin-right: 10px;
}
.advantage_content .item .item_title span::after{
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #095398;
}
.advantage_content .item p{
    line-height: 1.5em;
    text-align: justify;
    margin-top: 10px;
    font-size: 16px;
}
.advantage_content .item:nth-of-type(2){
    padding-top: 30%;
}
.advantage_wrap .advantage_content:nth-of-type(2) img{
    width: 100%;
}
.advantage_wrap .advantage_content:nth-of-type(2) img:nth-of-type(2){
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    transform: scale(1.1);
}
.advantage_wrap-m{
    display: none;
}

.advertisement{
    /* display: none; */
    position: relative;
    margin: 4% auto;
}
.advertisement img:nth-of-type(2){
    display: none;
}
.advertisement-content{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    transform: translate(-50%,-50%);
}
.advertisement-content a{
    display: flex;
    width: 250px;
    margin: 2% auto 0;
    justify-content: center;
    align-items: center;
    background: #007CE5;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 8px 0;
    /* box-shadow: 0 0 5px 1px #eee; */
}
.advertisement-content a img{
    width: 24px;
    animation: phone 3s linear infinite;
}
.advertisement-content a span{
    font-size: 20px;
    color: #FFFEFE;
    margin-left: 8px;
}

.dentist{
    /* display: none; */
}
.dentist-wrap{
    margin-top: 2%;
}
.dentist-title p{
    text-align: center;
    color: #666666;
    font-size: 18px;
}
.dentist-wrap .dentist-item{
    padding: 2% 0;
}
.dentist-wrap .dentist-item:nth-of-type(2n-1){
    background: #F7F7F7;
}
.dentist-wrap .dentist-item .dentist-item-content{
    display: flex;
    justify-content: space-between;
}
.dentist-item-content .dentist-img{
    width: 30%;
}
.dentist-item-content .dentist-intro{
    width: 65%;
}
.dentist-item-content .dentist-intro .dentist-name p:nth-of-type(1){
    font-weight: bold;
    font-size: 28px;
    color: #0060B2;
}
.dentist-item-content .dentist-intro .dentist-name p:nth-of-type(2){
    font-size: 24px;
}
.dentist-item-content .dentist-intro .dentist-rank{
    margin-top: 2%;
}
.dentist-item-content .dentist-intro .dentist-rank li{
    position: relative;
    font-size: 18px;
    color: #1A1A1A;
    box-sizing: border-box;
    padding-left: 16px;
}
.dentist-item-content .dentist-intro .dentist-rank li:not(:nth-of-type(1)){
    margin-top: 1%;
}
.dentist-item-content .dentist-intro .dentist-rank li .spot{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0060B2;
    border-radius: 50%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(1){
    font-weight: bold;
    color: #010101;
    font-size: 20px;
    margin: 10px auto;
}
.dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(2){
    font-size: 18px;
    line-height: 1.5em;
}
.dentist-item-content .dentist-intro .dentsit-honor{
    display: flex;
    margin-top: 2%;
    flex-wrap: wrap;
}
.dentist-item-content .dentist-intro .dentsit-honor span{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.dentist-item-content .dentist-intro .dentsit-honor img{
    width: 80%;
    transform: translateY(7px);
}

.all-on-4{

}
.all-on-4 .f-title{
    color: #0060B2;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0060b2;
}
.painless{
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.painless .painless-img{
    width: 36%;
}
.painless .painless-img img:nth-of-type(2){
    display: none;
}
.painless .painless-text{
    width: 62%;
}
.painless .painless-text .painless-title .b-title{
    font-size: 20px;
    color: #0045AF;
}
.painless .painless-text .painless-title .s-title{
    display: inline-block;
    color: #1A1A1A;
    font-size: 20px;
    border-bottom: 1px solid #a6a6a6;
}
.painless .painless-text .painless-detail{
    font-size: 18px;
    color: #1A1A1A;
    margin-top: 4%;
    text-align: justify;
    line-height: 1.5em;
}
.guide{
    margin-top: 3%;
}
.guide table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.guide table th,.guide table td{
    border: 1px solid #B4C0C6;
}
.guide table th{
    background-color: #E7EBED;
    padding: 10px 0;
    font-size: 20px;
}
.guide table td{
    font-size: 18px;
    padding: 16px 0;
    color: #404040;
    font-weight: bold;
}
.guide .guide-table-top{
    margin: 3% auto;
}
.guide-table-top tr td:nth-of-type(1),
.guide-table-top tr td:nth-of-type(2){
    width: 30%;
}
.guide-table-top tr td:nth-of-type(3){
    width: 40%;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
}
.guide-table-top tr td:nth-of-type(3) p:nth-of-type(2){
    text-indent: 2em;
    line-height: 1.5em;
    margin-top: 2%;
}
.guide-table-bottom tr td:nth-of-type(1){
    width: 30%;
}

.change{
    margin: 4% auto;
}
.change table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 3%;
}
.change table tr th{
    font-size: 22px;
    background-color: #E7EBED;
}
.change table tr td{
    width: 25%;
    font-size: 20px;
}
.change table th,.change table td{
    border: 1px solid #B4C0C6;
    padding: 16px 0;
}
.change table tr:not(:last-child) td:nth-of-type(1){
    background-color: #E7EBED;
}
.change table tr td:nth-of-type(2){
    color: #C54F4F;
    font-weight: bold;
}
.change table tr td:nth-of-type(3){
    color: #808080;
}
.change table tr:nth-of-type(6) td{
    text-align: left;
    padding: 1.5% 3%;
    background-color: #FAFAFA;
}
.change table tr:nth-of-type(6) td p{
    line-height: 1.5em;
    color: #666666;
    font-size: 15px;
}

@media screen and (max-width:1400px) {
    .section-title{
        font-size: 28px;
    }

    .select-text{
        width: 980px;
    }
    .wrap-width{
        width: 980px;
    }

    #brand-swiper{
        width: 40%;
    }

    .brand-item-intro-top .brand-name{
        font-size: 22px;
    }
    .brand-index{
        font-size: 18px;
    }
    .brand-index .start img{
        width: 17px;
    }
    .brand-flag{
        font-size: 16px;
    }

    .advertisement-content{
        font-size: 24px;
    }
    .advantage_content #item1 .line:nth-of-type(2){
        bottom: -15.5%;
    }
    .advantage_content #item2 .line:nth-of-type(2){
        bottom: -15.5%;
    }
    .advantage_content #item3 .line:nth-of-type(2){
        bottom: 16%;
    }
    .advantage_content #item4 .line:nth-of-type(2){
        bottom: 16%;
    }

    .dentist-item-content .dentist-intro .dentist-name p:nth-of-type(1){
        font-size: 26px;
    }
    .dentist-item-content .dentist-intro .dentist-name p:nth-of-type(2){
        font-size: 22px;
    }
    .dentist-item-content .dentist-intro .dentist-rank li{
        font-size: 16px;
    }
    .dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(1){
        font-size: 18px;
    }
    .dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(2){
        font-size: 16px;
    }
    .dentist-item-content .dentist-intro .dentsit-honor span{
        font-size: 18px;
    }

    .all-on-4 .f-title{
        font-size: 23px;
    }
    .painless .painless-text .painless-title .b-title{
        font-size: 18px;
    }
    .painless .painless-text .painless-title .s-title{
        font-size: 18px;
    }
    .painless .painless-text .painless-detail{
        font-size: 16px;
    }

    .guide table th{
        font-size: 18px;
    }
    .guide table td{
        font-size: 16px;
    }

    .change table tr th{
        font-size: 20px;
    }
    .change table tr td{
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .select-text{
        width: 768px;
    }
    .select-text p:nth-of-type(1){
        display: none;
    }
    .select-text p:nth-of-type(2){
        display: block;
    }
    .wrap-width{
        width: 768px;
    }

    #brand-swiper{
        width: 50%;
    }
    .brand-content .brand-button{
        top: 20%;
    }
    .brand-content .brand-button p{
        width: 45px;
    }
    #brand-prev{
        left: 15%;
        width: 45px;
        height: 90px;
    }
    #brand-next{
        right: 15%;
        width: 45px;
        height: 90px;
    }

    .advantage_content #item1 .line:nth-of-type(2){
        bottom: -13%;
    }
    .advantage_content #item2 .line:nth-of-type(2) {
        bottom: -11%;
    }
    .advantage_content #item3 .line:nth-of-type(2) {
        bottom: 12%;
    }
    .advantage_content #item4 .line:nth-of-type(2) {
        bottom: 11%;
    }

    .block{
        display: block;
    }
}

@media screen and (max-width:768px) {
    .section-title{
        font-size: 26px;
    }
    .select-text{
        width: 94%;
        bottom: 12%;
    }
    .wrap-width{
        width: 94%;
    }

    .select img:nth-of-type(1){
        display: none;
    }
    .select img:nth-of-type(2){
        display: block;
    }

    .brand-wrap{
        margin: 3% auto 0;
    }
    #brand-swiper{
        width: 70%;
    }
    #brand-prev{
        left: 12%;
    }
    #brand-next{
        right: 12%;
    }
    .brand-item-intro-top .brand-name{
        font-size: 20px;
    }
    .compare-wrap{
        margin: 10% auto;
    }
    .compare-process{
        margin: 4% auto;
    }
    .compare-process .compare-item .img-left .flag{
        font-size: 15px;
    }
    .compare-process .compare-item .img-right{
        padding: 0 4%;
    }
    .compare-process .compare-item .img-right img:nth-of-type(2n-1){
        width: 24%;
    }
    .compare-process .compare-item .img-right img:nth-of-type(2n){
        margin: 0 5%;
    }

    .advantage_wrap{
        display: none;
    }
    .advantage_wrap-m{
        display: block;
        margin: 4% auto;
    }
    .advantage_content-m{
        display: flex;
        justify-content: space-between;
    }
    .advantage_content-m .advantage_item-m{
        width: 42%;
    }
    .advantage_img-m{
        position: relative;
        width: 100%;
        margin: 6% auto;
    }
    .advantage_img-m img{
        display: block;
        width: 40%;
        margin: 0 auto;
    }
    .advantage_img-m img:nth-of-type(2){
        position: absolute;
        top: 0%;
        left: 50%;
        width: 40%;
        transform: translateX(-50%);
    }
    .advantage_img-m .line_wrap{
        position: absolute;
        width: 40%;
        height: 2px;
        display: flex;
        transition: 0.3s;
    }
    .advantage_img-m .line_wrap .line{
        height: 2px;
        background: #095398;
    }
    .advantage_img-m #line_wrap1{
        top: -7%;
        left: 0;
    }
    .advantage_img-m #line_wrap1 .line:nth-of-type(1){
        position: absolute;
        right: 20%;
        top: 0;
        width: 80%;
        transform-origin: right;
    }
    .advantage_img-m #line_wrap1 .line:nth-of-type(2){
        position: absolute;
        top: 0;
        right: 0%;
        width: 20%;
        margin-top: 7%;
        margin-right: 3px;
        transform: rotate(20deg);
        transform-origin: right;
    }
    .advantage_img-m #line_wrap2{
        top: -7%;
        right: 0;
    }
    .advantage_img-m #line_wrap2 .line:nth-of-type(1){
        position: absolute;
        left: 20%;
        top: 0;
        width: 80%;
        transform-origin: left;
    }
    .advantage_img-m #line_wrap2 .line:nth-of-type(2){
        position: absolute;
        left: 0%;
        top: 0%;
        width: 20%;
        transform: rotate(-20deg);
        margin-top: 7%;
        margin-left: 3px;
        transform-origin: left;
    }
    .advantage_img-m #line_wrap3{
        bottom: -7%;
        left: 0;
    }
    .advantage_img-m #line_wrap3 .line:nth-of-type(1){
        position: absolute;
        bottom: 0%;
        right: 20%;
        width: 80%;
        transform-origin: right;
    }
    .advantage_img-m #line_wrap3 .line:nth-of-type(2){
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 20%;
        transform: rotate(-20deg);
        margin-bottom: 6.8%;
        margin-right: 3px;
        transform-origin: right;
    }
    .advantage_img-m #line_wrap4{
        bottom: -7%;
        right: 0;
    }
    .advantage_img-m #line_wrap4 .line:nth-of-type(1){
        position: absolute;
        bottom: 0%;
        left: 20%;
        width: 80%;
        transform-origin: left;
    }
    .advantage_img-m #line_wrap4 .line:nth-of-type(2){
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 20%;
        transform: rotate(20deg);
        margin-bottom: 6.8%;
        margin-left: 3px;
        transform-origin: left;
    }
    .advantage_item-m .item_title{
        display: flex;
        align-items: baseline;
        margin-bottom: 8px;
    }
    .advantage_item-m .item_title span{
        font-size: 16px;
        background-color: #095398;
        color: #FFF;
        padding: 2px 8px;
    }
    .advantage_item-m .item_title h5{
        font-size: 18px;
        margin-left: 5px;
        color: #095398;
    }
    .advantage_item-m p{
        font-size: 16px;
        color: #444;
        line-height: 1.5em;
        text-align: justify;
    }

    .advertisement{
        margin: 6% auto;
    }
    .advertisement >img:nth-of-type(1){
        display: none;
    }
    .advertisement img:nth-of-type(2){
        display: block;
    }

    .advertisement-content{
        font-size: 3.5vw;
    }
    .advertisement-content .slogan span{
        display: block;
        font-weight: bold;
        margin: 1% 0;
    }

    .dentist-wrap{
        margin-top: 4%;
    }

    .painless{
        flex-wrap: wrap;
    }
    .painless .painless-img{
        width: 100%;
    }
    .painless .painless-img img:nth-of-type(1){
        display: none;
    }
    .painless .painless-img img:nth-of-type(2){
        display: block;
    }
    .painless .painless-text{
        width: 100%;
        margin-top: 3%;
    }
    .painless .painless-text .painless-title .b-title{
        font-size: 20px;
    }
    .painless .painless-text .painless-detail{
        margin-top: 3%;
    }

    .guide{
        margin-top: 5%;
    }
    .guide table td{
        padding: 16px 10px;
    }
    .change{
        margin: 6% auto;
    }
    .change table{
        margin-top: 4%;
    }
    .change table tr th{
        font-size: 18px;
    }
    .change table tr td{
        font-size: 17px;
    }
}

@media screen and (max-width:425px) {
    .section-title{
        font-size: 22px;
    }

    .select img:nth-of-type(2){
        display: none;
    }
    .select img:nth-of-type(3){
        display: block;
    }
    .select-text{
        bottom: 10%;
    }
    .select-text p{
        font-size: 14px;
        line-height: 1.3em;
        margin-top: 3%;
    }

    #brand-swiper{
        width: 80%;
    }
    #brand-prev{
        left: 3%;
        width: 30px;
        height: 60px;
    }
    #brand-next{
        right: 3%;
        width: 30px;
        height: 60px;
    }
    .brand-content .brand-button p:nth-of-type(1){
        top: 52%;
    }
    .brand-content .brand-button p{
        width: 30px;
    }
    .brand-item-intro-top .brand-name{
        font-size: 16px;
    }
    .brand-index{
        font-size: 15px;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .brand-index .start img{
        width: 15px;
    }
    .brand-item-inrto-bottom{
        font-size: 15px;
    }

    .compare-process{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .compare-process .compare-item{
        width: 31%;
        flex-wrap: wrap;
    }
    .compare-process .compare-item .img-left{
        width: 100%;
    }
    .compare-process .compare-item .img-right{
        width: 100%;
    }
    .compare-process .compare-item:nth-of-type(2){
        margin: unset;
    }
    .compare-process .compare-item .img-right{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 12%;
        padding: 0 4%;
    }
    .compare-process .compare-item .img-right img:nth-of-type(2n-1){
        width: 100%;
    }
    .compare-process .compare-item .img-right img:nth-of-type(2n){
        width: 20%;
        transform: rotate(90deg);
    }
    .compare-process .compare-item .img-right img:nth-of-type(2n){
        margin: 10% 5%;
    }

    .advantage_item-m .item_title h5{
        font-size: 16px;
    }
    .advantage_item-m p{
        font-size: 15px;
    }
    .advantage_item-m .item_title span{
        font-size: 14px;
        padding: 2px 7px;
    }
    .advantage_content-m .advantage_item-m{
        width: 44%;
    }

    .advertisement-content{
        width: 100%;
        font-size: 16px;
    }

    .advertisement-content a{
        width: 200px;
        padding: 7px 0;
        margin: 4% auto 0;
    }
    .advertisement-content a img{
        width: 20px;
    }
    .advertisement-content a span{
        font-size: 16px;
    }
    .advertisement-content .slogan span{
        margin: 1% auto;
    }

    .dentist-title p{
        font-size: 15px;
    }
    .dentist-item-content .dentist-intro .dentist-name p:nth-of-type(1){
        font-size: 20px;
    }
    .dentist-item-content .dentist-intro .dentist-name p:nth-of-type(2){
        font-size: 16px;
    }
    .dentist-item-content .dentist-intro .dentist-rank li{
        display: flex;
        align-items: flex-start;
        font-size: 13px;
        padding-left: 8px;
    }
    .dentist-item-content .dentist-intro .dentist-rank li .spot{
        width: 6px;
        height: 6px;
    }
    .dentist-item-content .dentist-intro .dentist-rank li:not(:nth-of-type(1)){
        margin-top: 2%;
    }
    /* .dentist-item-content .dentist-intro .dentist-rank li:nth-of-type(2) .spot,
    .dentist-item-content .dentist-intro .dentist-rank li:nth-of-type(4) .spot,
    .dentist-item-content .dentist-intro .dentist-rank li:nth-of-type(5) .spot,
    .dentist-item-content .dentist-intro .dentist-rank li:nth-of-type(7) .spot{
        top: 27%;
    } */
    .dentist-wrap .dentist-item:nth-of-type(2) .dentist-item-content .dentist-intro .dentist-rank li:nth-of-type(2) .spot{
        top: 27%;
    }
    .dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(1){
        font-size: 16px;
    }
    .dentist-item-content .dentist-intro .dentist-qualifications p:nth-of-type(2){
        font-size: 14px;
    }
    .dentist-item-content .dentist-intro .dentsit-honor{
        flex-wrap: wrap;
    }
    .dentist-item-content .dentist-intro .dentsit-honor span{
        font-size: 16px;
    }
    .dentist-item-content .dentist-intro .dentsit-honor img{
        width: 100%;
    }
    .dentist-wrap .dentist-item{
        padding: 5% 0;
    }

    .all-on-4{
        margin-top: 6%;
    }
    .painless .painless-text .painless-title .b-title{
        font-size: 18px;
    }
    .painless .painless-text .painless-title .s-title{
        font-size: 16px;
        margin-top: 1%;
    }
    .painless .painless-text .painless-detail{
        font-size: 15px;
    }

    .guide table th{
        font-size: 15px;
    }
    .guide table td{
        font-size: 14px;
        padding: 8px 3px;
        font-weight: 400;
    }
    .change table tr th{
        font-size: 16px;
    }
    .change table th, .change table td{
        padding: 10px 0;
    }
    .change table tr th span{
        display: block;
    }
    .change table tr td{
        font-size: 15px;
    }
    .change table tr td:last-child{
        padding: 10px 5px;
    }
    .change table tr:nth-of-type(6) td p{
        font-size: 12px;
    }

    .all-on-4 .f-title{
        font-size: 21px;
    }

    .brand-wrap{
        margin: 7% auto 0;
    }
    .compare-wrap{
        margin: 15% auto;
    }
    .advertisement{
        margin: 8% auto;
    }
    .dentist-wrap{
        margin-top: 5%;
    }
    .section-title span{
        display: block;
    }
}