/*------------ all ------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@font-face {
    font-family: "Rounded Mgen+ 2cp Heavy";
    src: url("../css/fonts/rounded-mgenplus-2cp-heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
body {
    color: #444;
    letter-spacing: 0.6px;
    line-height: 1.5;
    font-family: 'Noto Sans TC', serif;
}
.main-content > .container {
    max-width: 1260px;
}
.main-top {
    display: none;
}
.content {
    margin-top: 0;
    margin-bottom: 0;
}
.main-content {
    background: #EEEEEE;
    padding-bottom: 0;
    padding-top: 0;
}
.breadcrumb {
    background: #EEEEEE;
    display: none;
}
.main-title {
    border-bottom: 1px solid #D6D6D6;
}
section.content .row {
    display: flex;
}
section.content .col {
    box-sizing: border-box;
}
@keyframes grahover {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.main-box {
    padding-top: 22px;
    background: #EEEEEE;
}
.main-box .main-container {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.wow {
    visibility: hidden;
}
/*------------ menu ------------*/
.menu-box {
    display: flex;
    transition: all .0s ease;
    padding: 0 0 15px;
    justify-content: space-between;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.menu-box .tablinks {
    appearance: none;
    -webkit-appearance: none;
    width: 25%;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    transition: border-color .3s ease , color .3s ease;
    text-align: center;
    height: 70px;
    color: #9F9A94;
    z-index: 0;
    border-top: 0 solid #E6E6E6;
    border-bottom: 5px solid #E6E6E6;
    cursor: pointer;
    border-left: 0;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    white-space: nowrap;
    letter-spacing: 2px;
    padding: 5.5px 0;
}
.menu-box .tablinks+.tablinks:before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    left: -1px;
    top: calc(50% - 10px);
    background: #E6E6E6;
}
.menu-box .tablinks:hover,
.menu-box .tablinks.active {
    color: #554942;
}
.menu-box .menu-line {
    position: absolute;
    bottom: 15px;
    height: 5px;
    background: linear-gradient(to right,#5AC995 0%,#3D83B6 50%,#AC83C9 100%);
    left: 0;
    width: 0;
    pointer-events: none;
    transition: none;
    transform: scaleX(0);
    transform-origin: center; 
    transition: none;
}
.menu-box.is-reveal .menu-line{
    transition: transform .35s ease-out;
    transform: scaleX(1);
}
.menu-box.is-ready .menu-line{
    transition: left 0.5s ease-in-out, width 0.5s 0.10s;
    transform: scaleX(1);
}
.menu-box.icon-drop .menu-line:before{
    animation: iconDrop 0.3s ease-out forwards;
}
@keyframes iconDrop{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.site-main.top-fixed .menu-box.is-ready .menu-line{
    display: none;
}
/*------------ /menu ------------*/
/*------------ 網站不只要給人類看 ------------*/
.sect-story {
    position: relative;
    padding: 0 0 95px;
}
.story_list {
    display: flex;
    align-items: flex-end;
}
.story_list .item_left {
    width: 100%;
    max-width: 585px;
    z-index: 1;
}
.story_list .box .txt {
    padding: 0 57px 53px 0;
}
.story_list .box .col+.col {
    margin: 30px 0 0;
}
.story_list .box h1,
.story_list .box h2 {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #1E7D8C;
}
.story_list .box p {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #666666;
}
.story_list .col_bottom h2 {
    margin: 0 0 15px;
}
.story_list .btn {
    margin: 40px 0 0;
}
.story_list .btn a {
    display: block;
    text-align: center;
    width: 256px;
    height: 67px;
    line-height: 67px;
    border-radius: 67px;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF);
    background-size: 400%;
}
.story_list .btn a:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
.story_list .item_right {
    width: 100%;
    max-width: 808px;
    margin-left: -122px;
    margin-right: -11px;
    z-index: 2;
}
.story_list .item_right .pic {
    position: relative;
}
.story_list .item_right .pic_txt {
    position: absolute;
    top: 40px;
    left: 0;
    display: inline-block;
    animation: dialogBox2 3s 1s ease-in-out infinite forwards alternate;
}
.story_list .item_right .pic_txt span {
    display: block;
    color: #FFFF73;
    font-weight: 600;
    font-size: 32px;
    padding: 18px 29.5px;
    border-radius: 93px;
    background: linear-gradient(45deg, #1E818F 0%, #253B6F 50%);
}
.story_list .item_right .pic_txt span em {
    font-style: unset;
}
.story_list .item_right .pic_txt .chattri {
    position: absolute;
    right: 90px;
    bottom: -25px;
    width: 55px;
    height: auto;
    transform: scaleX(-1);
}
.story_list .item_right .pic_txt .chattri path {
    fill:#253B6F;
}
@keyframes dialogBox {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    25%, 
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes dialogBox2 {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    25%, 
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*------------ /網站不只要給人類看 ------------*/
/*------------ AEO答案引擎優化 ------------*/
.sect-aeo {
    position: relative;
    padding: 0 0 55px;
    z-index: 1;
}
.aeo_title {
    text-align: center;
    margin: 0 0 50px;
}
.aeo_title h2 {
    position: relative;
    margin: 0 auto 5px;
    padding: 0;
    width: fit-content;
    font-size: 36px;
    font-weight: bold;
}
.aeo_list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 921px;
}
.aeo_list .box {
    width: calc(100% / 3);
    padding: 0 13px;
}
.aeo_list .txt{
    text-align: center;
}
.aeo_list .txt .title {
    display: inline-block;
    text-align: center;
    margin: 0 auto -1px;
    font-size: 20px;
    padding: 6px 16px;
    line-height: 1.5;
    color: #F0F0F0;
    background: #444444;
    border-radius: 10px 10px 0 0;
}
/*星球動畫*/
.planet_animation {
    width: 1600px;
    height: 600px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    position: absolute;
    top: 90%;
    left: 50%;
    z-index: -1;
}
.planet_animation .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 20px;
}
.planet_animation .circle:nth-of-type(1),
.planet_animation .circle:nth-of-type(7) {
    background: url(../images/aeo/sect_aeo_ic1.webp);
}
.planet_animation .circle:nth-of-type(2),
.planet_animation .circle:nth-of-type(8) {
    background: url(../images/aeo/sect_aeo_ic2.webp);
}
.planet_animation .circle:nth-of-type(3),
.planet_animation .circle:nth-of-type(9) {
    background: url(../images/aeo/sect_aeo_ic3.webp);
}
.planet_animation .circle:nth-of-type(4),
.planet_animation .circle:nth-of-type(10) {
    background: url(../images/aeo/sect_aeo_ic4.webp);
}
.ellipplanet_animationse .circle:nth-of-type(5),
.planet_animation .circle:nth-of-type(11) {
    background: url(../images/aeo/sect_aeo_ic5.webp);
}
.planet_animation .circle:nth-of-type(6),
.planet_animation .circle:nth-of-type(12) {
    background: url(../images/aeo/sect_aeo_ic6.webp);
}
/*/星球動畫*/
/*------------ /AEO答案引擎優化 ------------*/
/*------------ AI_Overview ------------*/
.sect-aio {
    position: relative;
    padding: 0 0 80px;
    z-index: 2;
}
.aio_list {
    display: flex;
    align-items: flex-end;
}
.aio_list .item_left {
    width: calc(100% - 641px);
    padding-right: 55px;
    padding-bottom: 30px;
}
.aio_list .txt h2 {
    margin: 0;
    color: #5E6166;
    font-size: 65px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.aio_list .txt p {
    font-size: 24px;
    color: #777777;
}
.aio_list .txt p span {
    color: #4EACA9;
}
.aio_list .item_right {
    width: 100%;
    max-width: 641px;
    margin-right: -33px;
}
.aio_list .item_right .pic {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 45px;
}
/*------------ /AI_Overview ------------*/
/*------------ FAQ_vs_Q&A ------------*/
.sect-faqqa {
    position: relative;
    padding: 0 0 83px;
    z-index: 2;
}
.faqqa_list {
    display: flex;
    align-items: flex-start;
}
.faqqa_list .item_left {
    width: 100%;
    max-width: 730px;
    z-index: 1;
}
.faqqa_list .item_left .pic,
.faqqa_list .item_left .pic img{
    border-radius: 40px;
    margin: 0;
    padding: 0;
}
.faqqa_list .item_right {
    width: calc(100% - 730px);
    padding-left: 57px;
    z-index: 2;
}
.faqqa_list .txt h2 {
    margin: 0;
    color: #5E6166;
    font-size: 65px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.faqqa_list .txt p {
    font-size: 24px;
    color: #777777;
}
.faqqa_list .txt p span {
    color: #4DACA9;
}
.faqqa_list .pic {
    padding: 30px 0 0;
    margin: 0 0 0 -15px;
}
.faqqa_list .btn {
    margin: 52px 0 0;
}
.faqqa_list .btn a {
    display: block;
    text-align: center;
    width: 256px;
    height: 67px;
    line-height: 67px;
    border-radius: 67px;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #5AC995, #438BC0, #5AC995, #438BC0, #5AC995, #438BC0);
    background-size: 400%;
}
.faqqa_list .btn a:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
/*------------ /FAQ_vs_Q&A ------------*/
/*------------ 網頁人+AI機器人+GOOGLE人 ------------*/
.sect-webaigoo {
    position: relative;
    padding: 0 0 70px;
    z-index: 2;
}
.webai_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.webai_list .item_left {
    width: 100%;
    max-width: 798px;
    margin: 0 0 0 -33px;
}
.webai_list .item_left .pic {
    position: relative;
}
.webai_list .item_left .pic img {
    position: relative;
    z-index: 2;
}
.webai_list .item_left .pic_txt_all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.webai_list .item_left .pic_txt.pic_txt_1 {
    position: absolute;
    top: 0;
    left: 75px;
    display: inline-block;
    animation: dialogBox 3s 0.5s ease-in-out infinite forwards alternate;
}
.webai_list .item_left .pic_txt.pic_txt_2 {
    position: absolute;
    top: 110px;
    right: 75px;
    display: inline-block;
    animation: dialogBox 3s 1s ease-in-out infinite forwards alternate;
}
.webai_list .item_left .pic_txt.pic_txt_3 {
    position: absolute;
    top: 220px;
    right: 0;
    display: inline-block;
    animation: dialogBox 3s 1.5s ease-in-out infinite forwards alternate;
}
.webai_list .item_left .pic_txt span {
    display: block;
    color: #444;
    font-weight: 600;
    font-size: 30px;
    padding: 25.5px 29.5px;
    border-radius: 50vw;
    background: #fff;
}
.webai_list .item_left .pic_txt .chattri {
    position: absolute;
    left: 90px;
    bottom: -35px;
    width: 70px;
    height: auto;
}
.webai_list .item_left .pic_txt .chattri path {
    fill:#fff;
}
.webai_list .item_right {
    padding-left: 16px;
    margin-right: -20px;
    width: 100%;
    max-width: 518px;
}
.webai_list .item_right .pic {
    position: relative;
}
.webai_list .item_right .pic img {
    position: relative;
    z-index: 2;
}
.webai_list .item_right .pic_txt_all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.webai_list .item_right .pic_txt_w_1{
    animation: dialogBox 3s 1.5s ease-in-out infinite forwards alternate;
}
.webai_list .item_right .pic_txt.pic_txt_1 {
    position: absolute;
    top: 0;
    left: 65px;
    display: inline-block;
    transform: rotate(-15deg);
}
.webai_list .item_right .pic_txt_w_2{
    animation: dialogBox 3s 2s ease-in-out infinite forwards alternate;
}
.webai_list .item_right .pic_txt.pic_txt_2 {
    position: absolute;
    top: 92px;
    left: 0;
    display: inline-block;
    transform: rotate(-15deg);
}
.webai_list .item_right .pic_txt span {
    display: inline-block;
    color: #83D1B8;
    font-weight: 600;
    font-size: 50px;
    padding: 15px 30px;
    border-radius: 50vw;
    background: linear-gradient(45deg, #1E818F 0%, #253B6F 40%);
    font-family: 'Poppins', serif;
}
.webai_list .item_right .pic_txt .chattri {
    position: absolute;
    right: 40px;
    bottom: -32px;
    width: 70px;
    height: auto;
    transform: scaleX(-1);
}
.webai_list .item_right .pic_txt .chattri path {
    fill:#253B6F;
}
.goo_list {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -63px;
    z-index: 2;
}
.goo_list .item_left {
    width: 100%;
    background: #fff;
    padding: 63px 63px 55px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.goo_list .txt .title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
}
.goo_list .txt .box {
    display: inline-flex;
    border: 1px solid #eee;
    border-radius: 10px;
}
.goo_list .txt .box+.box {
    margin: 15px 0 0;
}
.goo_list .txt .box h3 {
    box-sizing: border-box;
    text-align: center;
    padding: 10.5px 0;
    width: 225px;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    background: #eee;
    border-radius: 10px;
}
.goo_list .txt .box span {
    color: #4EACA9;
}
.goo_list .txt .box p {
    box-sizing: border-box;
    padding: 10.5px 15px;
    width: calc(100% - 225px);
    font-size: 22px;
}
.goo_list .txt .box p strong {
    color: #1F778A;
    font-weight: 400;
}
.goo_list .item_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 830px;
    z-index: 1;
}
.goo_list .item_right .pic{
    position: relative;
}
.goo_list .item_right .pic_txt {
    position: absolute;
    top: 44px;
    left: 0;
    display: inline-block;
    z-index: -1;
}
.goo_list .item_right .pic_txt span {
    display: block;
    text-align: left;
    color: #E4E4E6;
    font-weight: 600;
    font-size: 30px;
    padding: 40px 205.5px 40px 57px;
    border-radius: 50vw;
    background: linear-gradient(45deg, #1E818F 0%, #253B6F 50%);
}
.goo_list .item_right .pic_txt .chattri {
    position: absolute;
    right: 180px;
    bottom: -40px;
    width: 85px;
    height: auto;
    transform: scaleX(-1);
}
.goo_list .item_right .pic_txt .chattri path {
    fill:#253B6F;
}
/*------------ /網頁人+AI機器人+GOOGLE人 ------------*/
/*------------ 多米諾怎麼做，你和AI都看得到 ------------*/
.sect-dosee {
    position: relative;
    padding: 0 0 45px;
    z-index: 2;
}
.dosee_title {
    text-align: center;
    margin: 0 0 50px;
}
.dosee_title h2 {
    position: relative;
    margin: 0 auto 5px;
    padding: 0;
    width: fit-content;
    font-size: 60px;
    font-weight: bold;
}
.dosee_title h2 .title_1 {
    color: #448CBF;
}
.dosee_title h2 .title_2 {
    color: #8B59BF;
}
.dosee_title p {
    font-size: 30px;
    font-weight: 500;
}
.dosee_title p span{
    color: #59C994;
}
.dosee_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}
.dosee_list::before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: url(../images/aeo/sect_dosee_start.webp) no-repeat;
    background-size: contain;
}
.dosee_list .box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid #DADADD;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
}
.dosee_list .box .pic,
.dosee_list .box .pic img {
    border-radius: 20px;
    /* width: 294px; */
}
.dosee_list .box .txt {
    box-sizing: border-box;
    width: calc(100% - 294px);
    padding-left: 20px;
}
.dosee_list .box .txt h3 {
    font-size: 30px;
    font-weight: 600;
}
.dosee_list .box .txt p {
    font-size: 16px;
    color: #999999;
}
.dosee_list .box .txt .price {
    padding: 15px 0 0;
    font-size: 40px;
    font-weight: 400;
    color: #BD3733;
    font-family: 'Lora', sans-serif;
}
.dosee_list .box .txt span {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #D9D9DD;
}
.dosee_list .box .txt span i {
    font-style: unset;
    text-decoration: line-through;
}
.dosee_list .box .btn {
    display: block;
    margin: 30px 0 0;
}
.dosee_list .box .btn a {
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    border-radius: 48px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #5AC995, #438BC0, #5AC995, #438BC0, #5AC995, #438BC0);
    background-size: 400%;
}
.dosee_list .btn a:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
/*------------ /多米諾怎麼做，你和AI都看得到 ------------*/
/*------------ 方案介紹_方案內容比較表 ------------*/
.sect-feature {
    padding: 0 0 88px;
    width: 100%;
    /* overflow-x: auto; */
    z-index: 2;
}
.feature_list {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.feature_list .feature_item {
    display: grid;
    grid-template-columns: 26% repeat(4, 18.5%);
    border: 0;
    font-size: 20px;
    color: #777;
}
.feature_list .cell {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.feature_list .head_left {
    position: relative;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 0;
    border-right: 0;
    background: #EEEEEE;
    z-index: 1;
}
.feature_list .head_left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -83px;
    width: 146px;
    height: 139px;
    background: url(../images/aeo/sect_feature_start.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.feature_list .head_left h2 {
    font-size: 30px;
    color: #444;
}
.feature_list .head_left h2 span:not(.circle) {
    margin: 0 10px 0 0;
}
.feature_list .head_left .circle {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
}
.feature_list .head_left .circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61px;
    height: 61px;
    border-radius: 100%;
    z-index: -1;
}
.feature_list .head_left .circle:nth-of-type(2)::before {
    background: linear-gradient(to right, #5AC995 0%, #438BC0 80%);
}
.feature_list .head_left .circle:nth-of-type(3):before {
    background: linear-gradient(to right, #438BC0 0%, #8060BE 80%);
}
.feature_list .head_left .circle:nth-of-type(4):before {
    background: linear-gradient(to right, #8060BE 0%, #8060BE 100%);
}
.feature_list .plan {
    flex-direction: column;
    padding: 20px 15px;
    margin: 0 0 0 -1px;
    border: 1px solid #ddd;
    border-radius: 15px 15px 0 0;
    justify-content: space-between;
}
.feature_list .highlight {
    position: relative;
    background: #F3FCF9;
    z-index: 1;
}
.feature_list .plan.noradius{
    border-radius: 0;
}
.feature_list .plan.noradius2{
    border-radius: 15px 0 0 0;
    border-left-width: 2px;
}
.feature_list .plan.noradius3{
    border-radius: 0 15px 0 0;
}
.feature_list .plan h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #444;
}
.feature_list .plan .price {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #BD3734;
    font-family: 'Lora', sans-serif;
}
.feature_list .plan .btn {
    margin: 0;
}
.feature_list .plan .btn a {
    display: block;
    text-align: center;
    width: 104px;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    background: #fff;
    border-radius: 32px;
    border: 1px solid #DFDFE1;
    transition: all 0.3s ease;
}
.feature_list .plan.highlight .btn a {
    color: #fff;
    background: linear-gradient(to right, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF);
    background-size: 400%;
}
.feature_list .plan .btn a:hover,
.feature_list .plan.highlight .btn a:hover {
    color: #fff;
    background: linear-gradient(to right, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF);
    background-size: 400%;
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
.feature_list .feature {
    border-right: 1px solid #ddd;
    padding: 10px 15px 10px 25px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: #EEEEEE;
}
.feature_list .feature h4 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.feature_list .feature h4::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -25px;
    width: 17px;
    height: 16px;
    background: url(../images/aeo/sect_feature_ic.webp) no-repeat;
    background-size: contain;
}
.feature_list .feature span {
    font-size: 13px;
    letter-spacing: 0;
}
.feature_list .merge {
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
/*------------ /方案內容比較表 ------------*/
/*------------ 新視野行銷專案團隊 ------------*/
.sect-team {
    position: relative;
    padding: 0;
    z-index: unset;
}
.sect-team::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1920px;
    height: 218px;
    background: url(../images/aeo/sect_team_circle.webp) no-repeat 50% 50%;
    background-size: contain;
}
.team_title {
    text-align: center;
}
.team_title .title {
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.team_title .title span {
    display: inline-block;
    background: linear-gradient(to right, #5AC995 0%, #438BC0 50%, #8B5BBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team_list {
    position: relative;
    z-index: 3;
}
.team_list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -12px;
}
.team_list .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 43px);
    margin: 0 21.5px;
    padding: 76.5px 0;
    border-radius: 100%;
    background: linear-gradient(to bottom, #fff 0%, #F0F0F0 100%);
}
.team_list .box:nth-of-type(2),
.team_list .box:nth-of-type(3) {
    margin-top: 47px;
}
.team_list .box .num {
    font-weight: bold;
    font-size: 60px;
    color: #5AC995;
}
.team_list .box i {
    font-style: unset;
    font-weight: bold;
    font-size: 60px;
    color: #5AC995;
}
.team_list .box h3 {
    font-size: 30px;
    font-weight: 500;
}
/*------------ /新視野行銷專案團隊 ------------*/
/*------------ 帶來哪些AEO價值 ------------*/
.sect-value {
    position: relative;
    padding: 128px 0 60px;
    z-index: 2;
}
.sect-value::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.value_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.value_list .item_left {
    width: calc(100% - 672px);
}
.value_list .item_left .title {
    position: relative;
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    width: fit-content;
    z-index: 1;
}
.value_list .item_left .title::before {
    content: '';
    position: absolute;
    top: -65px;
    left: -75px;
    width: 167px;
    height: 141px;
    background: url(../images/aeo/sect_value_start.webp) no-repeat;
    background-size: contain;
    z-index: -1;
}
.value_list .item_left .title span.title_1 {
    display: inline-block;
    background: linear-gradient(to right, #5AC995 0%, #438BC0 50%, #8B5BBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.value_list .item_left .title span.title_2 {
    color: #59C994;
}
.value_list li {
    padding-left: 35px;
}
.value_list li+li {
    padding-top: 20px;
}
.value_list li h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.value_list li h3::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -30px;
    width: 24px;
    height: 23px;
    background: url(../images/aeo/sect_feature_ic.webp) no-repeat;
    background-size: contain;
}
.value_list li span {
    font-size: 16px;
    letter-spacing: 0;
    color: #999999;
}
.value_list .item_right {
    width: 100%;
    max-width: 672px;
    padding-left: 79px;
    margin-right: -103px;
}
.value_list .item_right .pic {
    position: relative;
}
.value_list .item_right .pic .pic_box_all {
    position: relative;
    animation: planetFloat 5s ease-in-out infinite;
}
.value_list .pic_box_all .pic_box{
    position: absolute;
    opacity: 1;
    z-index: 1;
}
.value_list .pic_box_all .pic_box_1{
    bottom: 90px;
    right: 150px;
}
.value_list .pic_box_all .pic_box_2{
    bottom: 240px;
    left: 15px;
}
.value_list .pic_box_all .pic_box_3{
    bottom: 15px;
    right: 270px;
}
.value_list .item_right .pic_txt_all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.value_list .item_right .pic_txt.pic_txt_1 {
    position: absolute;
    top: 0;
    left: 75px;
    display: inline-block;
    animation: dialogBox 3s 0.5s ease-in-out infinite forwards alternate;
}
.value_list .item_right .pic_txt.pic_txt_1 .txt {
    display: block;
    color: #999999;
    padding: 60px 29.5px 70px;
    border-radius: 50vw;
    background: #F0F0F0;
}
.value_list .pic_txt.pic_txt_1 .txt span {
    font-size: 20px;
    letter-spacing: 0.8px;
}
.value_list .pic_txt.pic_txt_1 .txt h3 {
    font-size: 30px;
    letter-spacing: 0.8px;
}
.value_list .pic_txt.pic_txt_1 .txt h3 span {
    font-size: 30px;
    color: #448CBF;
}
.value_list .pic_txt.pic_txt_1 .chattri {
    position: absolute;
    left: 85px;
    bottom: -38px;
    width: 80px;
    height: auto;
}
.value_list .pic_txt.pic_txt_1 .chattri path {
    fill:#F0F0F0;
}
.value_list .item_right .pic_txt.pic_txt_2 {
    position: absolute;
    top: 265px;
    left: 10px;
    width: 178px;
    height: 125px;
    animation: dialogBox 3s 1s ease-in-out infinite forwards alternate;
}
.value_list .item_right .pic_txt.pic_txt_3 {
    position: absolute;
    top: 350px;
    right: -100px;
    width: 189px;
    height: 133px;
    animation: dialogBox 3s 1.5s ease-in-out infinite forwards alternate;
}
.value_list .pic_box_all_m {
    display: none;
}
/*------------ /帶來哪些AEO價值 ------------*/
/*------------ 四大承諾 ------------*/
.sect-promise {
    position: relative;
    padding: 0 0 80px;
    z-index: 2;
}
.sect-promise::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff; 
    z-index: -1;
}
.promise_title {
    text-align: center;
    margin: 0 0 40px;
}
.promise_title .title {
    font-size: 30px;
    font-weight: 600;
}
.promise_title .title span {
    font-weight: 500;
    color: #BD3733;
    padding-right: 10px;
}
.promise_list .item {
    display: flex;
    align-items: stretch;
    margin: 0 -48px;
}
.promise_list .box {
    box-sizing: border-box;
    width: calc(100% / 4 - 24px);
    background: #F4F4F4;
    border-radius: 20px;
    padding: 10px;
    margin: 0 12px;
}
.promise_list .box h3 {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #666;
}
.promise_list .box h3::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -3px;
    width: 26px;
    height: 30px;
    background: url(../images/aeo/sect_promise_ic.webp) no-repeat;
    background-size: contain;
}
.promise_list .box p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.3;
    color: #999;
}
.promise_list .box p span {
    color: #666;
}
/*------------ /四大承諾 ------------*/
/*------------ 搜尋時代與習慣正在發生改變 ------------*/
.sect-recommend {
    position: relative;
    padding: 0 0 47px;
    z-index: 2;
}
.sect-recommend::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.recommend_title {
    text-align: center;
}
.recommend_title .title {
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.recommend_title .title span.title_1 {
    color: #8B59BF;
}
.recommend_title .title span.title_2 {
    color: #3D83B6;
}
.recommend_title p {
    font-size: 30px;
    font-weight: 500;
}
.recommend_title p span {
    color: #3FBF85;
}
.sect-recommend .btn {
    margin: 40px 0 0;
}
.sect-recommend .btn a {
    display: block;
    text-align: center;
    width: 256px;
    height: 67px;
    line-height: 67px;
    border-radius: 67px;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF);
    background-size: 400%;
}
.sect-recommend .btn a:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
/*------------ /搜尋時代與習慣正在發生改變 ------------*/
/*------------ AEO行銷方案 ------------*/
.sect-plan {
    position: relative;
    padding: 0 0 60px;
    z-index: 2;
}
.sect-plan::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.plan_list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 64px;
}
.plan_list .item_left {
    position: relative;
    width: 100%;
    max-width: 831px;
    padding-left: 100px;
    margin-right: -62px;
    z-index: 2;
}
.plan_list .item_right {
    position: relative;
    width: 100%;
    max-width: 396px;
    padding-right: 36px;
    padding-bottom: 30px;
    z-index: 1;
}
.plan_list .item_right .pic_txt {
    position: absolute;
    left: -25px;
    top: 188px;
}
.plan_list .item_right .pic_txt .circle {
    width: 245px;
    height: 100px;
}
.plan_list .item_right .pic_txt .circle path {
    fill: none;
    stroke: rgb(255, 153, 153, 0.8);
    stroke-width: 3;
    stroke-linecap: round;
}
.plan_title {
    text-align: center;
}
.plan_title p {
    font-size: 28px;
    font-weight: 500;
}
.plan_title p span {
    color: #40BF85;
}
/*------------ /AEO行銷方案 ------------*/
/*------------ 企業品牌 ------------*/
.sect-brand {
    position: relative;
    padding: 0 0 68px;
    z-index: 2;
}
.sect-brand::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 32%;
    background: #fff;
    z-index: -1;
}
.brand_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 68px;
    margin: 0 -20px;
}
.brand_list .item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 0 20px;
    border-radius: 15px;
}
.brand_list .box {
    position: relative;
    box-sizing: border-box;
    padding: 40% 40px 45px;
    color: #fff;
    overflow: hidden;
    border-radius: 15px;
}
.brand_list .box a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.brand_list .box .pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
    z-index: -1;
}
.brand_list .box .pic img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
    transition: all .5s ease;
}
.brand_list .box:hover .pic img{
    transform: scale(1.2);
}
.brand_list .box h2 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.brand_list .box h2::after {
    content: '';
    position: relative;
    display: block;
    width: 52px;
    height: 5px;
    background: #fff;
    margin: 20px auto;
}
.brand_list .box p {
    font-size: 16px;
    letter-spacing: 0;
    height: 100px;
}
.brand_title {
    text-align: center;
}
.brand_title p {
    font-size: 28px;
    font-weight: 400;
}
.brand_title p span {
    color: #40BF85;
}
/*------------ /企業品牌 ------------*/
/*------------ 台北台中網頁最高評價就是新視野 ------------*/
.sect-photo {
    position: relative;
    padding: 0 0 100px;
    margin: 0 -266.5px;
    z-index: 2;
}
.sect-photo .container {
    max-width: 1763px;
}
/*------------ /台北台中網頁最高評價就是新視野 ------------*/
/*------------ 方案介紹_AEO方案相關 ------------*/
.sect-faq{
    position: relative;
    padding: 0 0 80px;
    z-index: 2;
}
.faq-title {
    text-align: center;
    margin: 0 0 40px;
}
.faq-title .title {
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.faq-title .title span {
    color: #59C994;
}
.faq-title p {
    margin: 40px 0 0;
    font-size: 30px;
    font-weight: 500;
}
.faq-title .btn {
    display: flex;
    justify-content: center;
    margin: 56px auto 0;
}
.faq-title .btn a {
    display: block;
    text-align: center;
    width: 256px;
    height: 67px;
    line-height: 67px;
    border-radius: 67px;
    font-size: 26px;
    color: #fff;
    background: #BD3733;
    transition: all 0.3s ease;
}
.faq-title .btn a:hover {
    color: #fff;
    background: #8a3330;
}
.faq-sort-all {
    margin: 0 -10px;
    padding: 0 0 40px;
}
.faq-sort-all li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
    background: #FFFFFF;
    border: 1px solid #EFEFF0;
    border-radius: 20px;
}
.faq-sort-all li a{
    display: block;
    padding: 20px;
    background: linear-gradient(to right, #5AC995 0%, #438BC0 50%, #8B5BBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sect-faq .faq-sort+.faq-sort {
    margin: 40px 0 0;
}
.faq-sort .title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #262C31;
    padding: 0 0 0 45px;
    margin: 0 0 15px;
}
.faq-sort .title::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    width: 26px;
    height: 30px;
    background: url(../images/aeo/sect_promise_ic.webp) no-repeat;
    background-size: contain;
}
.sect-faq .faq-item {
    margin-bottom: 0;
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #EFEFF0;
}
.sect-faq .faq-item+.faq-item {
    margin: 15px 0 0;
}
.sect-faq .faq-question {
    position: relative;
    cursor: pointer;
    padding: 20px 42px 20px 58px;
}
.sect-faq .name{
    position: relative;
    color: #262C31;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
.sect-faq .name:before{
    content: "Q";
    position: absolute;
    left: -35px;
    top: 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    font-family: 'Roboto', sans-serif;
}
.sect-faq .faq-question:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #999 transparent;
    position: absolute;
    top: 30px;
    right: 42px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.sect-faq .faq-item.active .faq-question:before {
    transform: rotate(0deg);
}
.sect-faq .faq-answer {
    display: none;
    position: relative;
    border-radius: 18px;
}
.sect-faq .faq-answer .editor {
    font-size: 16px;
    padding: 0 40px 30px 58px;
    min-height: 40px;
}
.sect-faq .faq-answer .answer-strong {
    font-weight: bold;
}
.sect-faq .faq-answer .answer-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: none;
}
.sect-faq .faq-answer .answer-list li{
    padding-left: 30px;
    position: relative;
}
.sect-faq .faq-answer .answer-list li:before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: #787878;
    left: 14px;
    top: 8px;
}
.sect-faq .faq-answer .answer-color-1{
    position: relative;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
    display: inline-block;
    background: linear-gradient(to right, #5AC995 0%, #438BC0 50%, #8B5BBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sect-faq .faq-answer .answer-color-1::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #5AC995 transparent;
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
/*------------ /AEO方案相關 ------------*/
/*------------ 新視野能為您打造AEO優勢 ------------*/
.sect-advantages {
    position: relative;
    padding: 0 0 40px;
    z-index: 2;
}
.advantages_title {
    text-align: center;
}
.advantages_title .title {
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.advantages_title .title span.title_1 {
    display: inline-block;
    background: linear-gradient(to right, #5AC995 0%, #438BC0 50%, #8B5BBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advantages_title .title span.title_2 {
    color: #59C993;
}
.advantages_list .item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.advantages_list .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 - 102px);
    margin: 0 15px 40px;
    border: 1px solid #DADADA;
    border-radius: 15px;
    background: #fff;
    padding: 74.8px 35px;
}
.advantages_list .box .pic {
    margin: 0 auto 10px;
}
.advantages_list .box h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
}
.advantages_list .box p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.8;
    color: #999;
}
/*------------ /新視野能為您打造AEO優勢 ------------*/
/*------------ 立刻開始用AEO佈局未來 ------------*/
.sect-start {
    position: relative;
    padding: 0 0 90px;
    z-index: 2;
}
.start_title {
    text-align: center;
}
.start_title .title {
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.start_title .title span {
    color: #805FBE;
}
.start_title p {
    font-size: 30px;
    font-weight: 500;
}
.start_title p span {
    color: #41C085;
}
.sect-start .btn {
    display: flex;
    justify-content: center;
    margin: 56px auto 0;
}
.sect-start .btn a {
    display: block;
    text-align: center;
    width: 256px;
    height: 67px;
    line-height: 67px;
    border-radius: 67px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #3D83B6 0%, #8B5BBF 100%);
    transition: all 0.3s ease;
    background: linear-gradient(to right, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF, #3D83B6, #8B5BBF);
    background-size: 400%;
}
.sect-start .btn a:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
/*------------ /立刻開始用AEO佈局未來 ------------*/
/*------------ rwd ------------*/
@media screen and (min-width: 1061px) {
    .site-main.top-fixed .menu-box {
        position: fixed;
        z-index: 5;
        right: 150px;
        display: flex;
        flex-direction: column;
        width: 40px;
        left: unset;
        box-shadow: unset;
        background: transparent;
        top: 12%;
    }
    .site-main.top-fixed .menu-box .tablinks {
        width: 100%;
        height: unset;
        line-height: 40px;
        font-size: 18px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        margin-bottom: 20px;
        color: #000;
        font-weight: normal;
        letter-spacing: 2px;
        border: 1px solid #000;
        padding-top: 10px;
        padding-bottom: 8px;
        border-radius: 5px;
        background: #FFF;
        line-height: 2;
        text-shadow: unset;
    }
    .site-main.top-fixed .menu-box .tablinks.active,
    .site-main.top-fixed .menu-box .tablinks:hover {
        color: #CA2F3F;
        border: 1px solid #CA2F3F;
    }
    .site-main.top-fixed .menu-box .tablinks+.tablinks:before {
        display: none; 
    }
}
@media screen and (max-width: 1700px) {
    .site-main.top-fixed .menu-box {
        right: 23px;
        top: 120px;
    }
}
@media screen and (max-width: 1500px) {
    .main-box {
        overflow: hidden;
    }
}
@media screen and (max-width: 1440px) {
    .tab {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1300px) {
    .story_list {
        align-items: flex-start;
    }
    .planet_animation {
        width: 1200px;
        height: 600px;
        top: 70%;
    }
    .sect-faqqa .container {
        padding-right: 15px;
        max-width: 1300px;
        margin-left: auto;
    }
    .webai_list .item_left .pic_txt.pic_txt_1 {
        left: 33px;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        top: 110px;
        left: unset;
        right: 70px;
    }
    .webai_list .item_left .pic_txt.pic_txt_3 {
        left: unset;
        right: 0;
    }
    .dosee_list {
        margin: 0;
    }
    .dosee_list .box .txt p,
    .dosee_list .box .txt span {
        font-size: 14px;
    }
    .feature_list .head_left::before {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100px;
        height: 84px;
        z-index: -1;
    }
    .faq-sort-all {
        margin: 0 -5px;
    }
    .faq-sort-all li {
        width: calc(100% / 4 - 10px);
        margin: 0 5px;
        font-size: 18px;
        border-radius: 10px;
    }
    .plan_list .item_left {
        padding-left: 36px;
    }
    .sect-photo {
        padding: 0 0 40px;
        margin: 0;
    }
}
@media screen and (max-width: 1200px) {
    .aio_list .txt p {
        font-size: 20px;
    }
    .faqqa_list .txt p {
        font-size: 20px;
    }
    .dosee_list .box {
        flex-direction: column;
        padding: 10px;
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }
    .dosee_list::before {
        top: calc(50% - 5px);
        left: 50%;
        width: 34px;
        height: 34px;
    }
    .dosee_list .box .txt {
        width: 100%;
        padding: 15px 0 0;
    }
    .webai_list .item_left .pic_txt span {
        font-size: 25px;
    }
    .webai_list .item_right .pic_txt span {
        font-size: 35px;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        top: 100px;
        right: 80px;
    }
    .webai_list .item_left .pic_txt.pic_txt_3 {
        top: 200px;
    }
    .webai_list .item_left {
        width: 60%;
        max-width: unset;
    }
    .webai_list .item_right {
        padding: 0;
        width: 40%;
        max-width: unset;
    }
    .goo_list .item_right {
        width: 55%;
        max-width: unset;
        display: none;
    }
    .goo_list .item_right .pic_txt {
        top: -25px;
        left: 0;
    }
    .goo_list .item_right .pic_txt span {
        font-size: 25px;
        padding: 40px 120px 40px 57px;
    }
    .feature_list .head_left h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1100px) {
    .tabcontent {
        padding-left: 15px;
        padding-right: 15px;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        top: 100px;
        right: 20px;
    }
    .goo_list .item_left {
        padding: 63px 25% 55px 63px;
    }
    .goo_list .item_right .pic_txt {
        top: -80px;
        left: 0;
    }
    .promise_list .box {
        width: calc(100% / 4 - 10px);
        margin: 0 5px;
    }
    .brand_list {
        margin: 0 -10px;
    }
    .brand_list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1060px) {
    .site-main.top-fixed .sect-tab-content {
        margin-top: 140px;
    }
    .menu-box {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        background: unset;
        border-radius: 0;
        justify-content: center;
        padding: 10px 0;
    }
    .menu-box .tablinks {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 0;
        border-bottom: 2px solid #E6E6E6;
        padding-top: 0;
    }
    .menu-box .tablinks:nth-child(1),
    .menu-box .tablinks:nth-child(2),
    .menu-box .tablinks:nth-child(3) {
        width: calc(100% / 3 - 10px);
    }
    .menu-box .tablinks:nth-child(4),
    .menu-box .tablinks:nth-child(5) {
        width: calc(100% / 2 - 10px);
    }
    .menu-box .tablinks+.tablinks:before {
        left: -5px;
    }
    .menu-box .tablinks:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: linear-gradient(to right, #438BC0, #E86060);
        transition: all 0.5s ease;
    }
    .menu-box .tablinks.active:after {
        width: 100%;
    }
    .menu-box .tablinks:nth-child(4):before {
        display: none;
    }
    .menu-box .menu-line{
        display: none;
    }
    .site-main.top-fixed .menu-box {
        position: fixed;
        left: 0;
        right: 0;
        box-shadow: 0px 5px 9px 0px #00000030;
        width: 100vw;
        background: #FFF;
        top: 61px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        z-index: 499;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .site-main.top-fixed .menu-box .tablinks {
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        height: 36px;
        line-height: 36px;
        padding-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .main-content {
        padding-bottom: 0;
        padding-top: 0;
    }
    .main-box {
        padding-top: 0;
        overflow: visible;
    }
    .menu-box {
        background: #fff;
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .tab {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .tab .tablinks {
        height: 150px;
        padding-top: 54px;
        font-size: 16px;
    }
    .tabcontent {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    section.content .row {
        flex-direction: column;
    }
    .sect-story {
        padding: 0 0 50px;
    }
    .story_list {
        flex-direction: column;
    }
    .story_list .item_left {
        padding-top: 0;
        margin: 0 auto;
    }
    .story_list .item_left .box {
        display: flex;
        flex-direction: column-reverse;
    }
    .story_list .box .txt {
        text-align: center;
        padding: 0 0 30px;
    }
    .story_list .box h1,
    .story_list .box h2 {
        width: fit-content;
        margin: 0 auto 5px;
    }
    .story_list .box p {
        font-size: 15px;
    }
    .story_list .item_right {
        margin: 0 auto 0;
    }
    .story_list .item_left .pic_txt,
    .story_list .item_right .pic_txt {
        animation: none;
    }
    .aeo_title {
        margin: 0 0 30px;
    }
    .aeo_list .item {
        flex-direction: column;
        max-width: unset;
    }
    .aeo_list .box {
        width: 100%;
        padding: 0;
    }
    .aeo_list .box+.box {
        padding: 30px 0 0;
    }
    .aeo_list .txt .title {
        font-size: 17px;
    }
    .planet_animation {
        display: none;
    }
    .sect-aio {
        padding: 0 0 50px;
    }
    .aio_list {
        flex-direction: column;
    }
    .aio_list .txt h2 {
        font-size: 35px;
    }
    .aio_list .item_left {
        text-align: center;
        width: 100%;
        padding: 0 0 30px;
    }
    .aio_list .item_right {
        width: 100%;
        margin: 0 auto;
    }
    .sect-faqqa {
        padding: 0 0 50px;
    }
    .faqqa_list {
        flex-direction: column;
    }
    .faqqa_list .txt h2 {
        font-size: 35px;
    }
    .faqqa_list .item_left {
        text-align: center;
        width: 100%;
        max-width: unset;
        padding: 0 0 30px;
        margin: 0 auto;
    }
    .faqqa_list .item_right {
        width: 100%;
        padding: 0;
    }
    .faqqa_list .item_right .txt {
        text-align: center;
    }
    .faqqa_list .pic {
        padding: 20px 0 0;
        margin: 0;
    }
    .faqqa_list .item_right .pic,
    .faqqa_list .item_right .pic img {
        border-radius: 0;
    }
    .faqqa_list .btn {
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
    }
    .sect-webaigoo {
        padding: 0 0 50px;
    }
    .sect-webaigoo::before {
        height: 100%;
    }
    .webai_list {
        flex-direction: column;
    }
    .webai_list .item_left {
        margin: 0;
        width: 100%;
        max-width: 798px;
    }
    .webai_list .item_left .pic_txt.pic_txt_1 {
        left: unset;
        right: 200px;
        animation: none;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        right: 100px;
        animation: none;
    }
    .webai_list .item_left .pic_txt.pic_txt_3 {
        animation: none;
    }
    .webai_list .item_right {
        padding: 0;
        margin: -150px 0 0 auto;
        width: 100%;
        max-width: 518px;
        z-index: 2;
    }
    .webai_list .item_right .pic_txt_w_1,
    .webai_list .item_right .pic_txt_w_2 {
        animation: none;
    }
    .goo_list {
        box-sizing: border-box;
        margin: -100px 0 0;
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 30px 30px 0;
        border-radius: 15px;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    }
    .goo_list .item_left {
        padding: 0 0 30px;
        background: transparent;
        border-radius: 0;
        box-shadow: unset;
    }
    .goo_list .txt .title {
        text-align: center;
    }
    .goo_list .txt .box {
        display: flex;
        align-items: center;
    }
    .goo_list .txt .box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .goo_list .txt .box h3 {
        width: 100%;
    }
    .goo_list .txt .box p {
        width: 100%;
    }
    .goo_list .item_right {
        position: relative;
        width: 100%;
        max-width: 830px;
    }
    .goo_list .item_right .pic_txt {
        top: 0;
        width: 100%;
    }
    .dosee_title {
        margin: 0 0 20px;
    }
    .sect-feature {
        padding: 0 0 50px;
    }
    .sect-promise {
        padding: 0 0 30px;
    }
    .promise_title {
        margin: 0 0 30px;
    }
    .promise_list .item {
        flex-wrap: wrap;
        margin: 0;
    }
    .promise_list .box {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 30px;
    }
    .feature_list {
        overflow-x: auto;
        position: relative;
    }
    .feature_list .feature_item {
        grid-template-columns: 24% repeat(4, 19%);
        min-width: 1000px;
    }
    .feature_list .cell {
        padding: 5px 10px;
        font-size: 15px;
    }
    .feature_list .head_left .circle {
        letter-spacing: 0.6px;
    }
    .feature_list .head_left .circle::before {
        width: 45px;
        height: 45px;
    }
    .feature_list .plan {
        padding: 15px 10px;
    }
    .feature_list .plan .price {
        margin: 0;
        font-size: 18px;
    }
    .feature_list .plan .btn a {
        width: 94px;
        height: 27px;
        line-height: 27px;
        font-size: 13px;
    }
    .feature_list .feature{
        position: sticky;
        left: 0;
        padding: 5px 10px 5px 15px;
        z-index: 2;
    }
    .feature_list .feature h4::before {
        left: -15px;
        width: 12px;
        height: 11px;
    }
    .feature_list .head_left {
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .feature_list .feature::after {
        content: "";
        position: absolute;
        top: 0;
        right: -6px;
        width: 6px;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.08), transparent);
    }
    .sect-faq {
        padding: 0 0 50px;
    }
    .faq-title {
        margin: 0 0 20px;
    }
    .sect-faq .name {
        font-size: 16px;
    }
    .sect-faq .name:before {
        font-size: 22px;
    }
    .sect-faq .faq-question {
        padding: 15px 30px 15px 35px;
    }
    .sect-faq .faq-answer .editor {
        padding: 0 30px 30px 35px;
    }
    .sect-faq .name:before {
        left: -25px;
        top: 0;
    }
    .sect-faq .faq-item{
        border-radius: 10px;
    }
    .sect-faq .faq-question:before {
        top: 19px;
        right: 15px;
        font-size: 18px;
        line-height: 18px;
    }
    .sect-faq .faq-item+.faq-item {
        margin: 15px 0 0;
    }
    .faq-sort-all {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        padding: 0 0 50px;
    }
    .sect-faq .faq-sort+.faq-sort {
        margin: 50px 0 0;
    }
    .faq-sort-all li a {
        padding: 10px;
    }
    .sect-team {
        padding: 0;
    }
    .sect-team::before {
        width: 1000px;
        height: 114px;
    }
    .team_list .item {
        justify-content: center;
        margin: 0;
    }
    .team_list .box {
        width: 150px;
        height: 150px;
        margin: 0 10px;
        padding: unset;
    }
    .team_list .box:nth-of-type(2),
    .team_list .box:nth-of-type(3) {
        margin-top: 20px;
    }
    .sect-value {
        padding: 50px 0;
    }
    .value_list {
        flex-direction: column;
    }
    .value_list .item_left {
        width: 100%;
        padding: 0 0 30px;
    }
    .value_list li {
        padding-left: 15px;
    }
    .value_list .item_right {
        width: 100%;
        max-width: unset;
        padding-left: 0;
        margin-right: unset;
    }
    .value_list .item_right .pic .pic_box_all {
        animation: none;
        display: none;
    }
    .value_list .pic_box_all_m {
        display: block;
    }
    .value_list .item_right .pic_txt.pic_txt_1 {
        animation: none;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .value_list .item_right .pic_txt.pic_txt_1 .txt {
        padding: 10px 20px;
    }
    .value_list .pic_txt.pic_txt_1 .chattri {
        left: calc(100% - 60%);
        width: 55px;
        bottom: -25px;
    }
    .sect-advantages {
        padding: 0 0 30px;
    }
    .advantages_list .item {
        margin: 0 -10px;
    }
    .advantages_list .box {
        width: calc(100% / 2 - 92px);
        margin: 0 10px 20px;
        padding: 35px;
    }
    .advantages_list .box .pic {
        width: 80px;
    }
    .sect-recommend .btn{
        margin: 20px auto 0;
    }
    .sect-recommend .btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
    .sect-plan {
        padding: 0 0 50px;
    }
    .plan_list {
        padding: 0 0 30px;
        flex-direction: column;
    }
    .plan_list .item_left {
        padding: 0;
        margin: 0 auto;
    }
    .plan_list .item_right {
        text-align: center;
        padding: 100px 0 15px;
        margin: -80px auto 0;
        background: #fff;
        border-radius: 20px;
        max-width: 396px;
    }
    .plan_list .item_right .pic_txt {
        left: 25%;
        top: 63%;
        transform: translate(-50%, -50%);
    }
    .plan_list .item_right .pic_txt .circle {
        width: 170px;
        height: 80px;
    }
    .sect-brand {
        padding: 0 0 50px;
    }
    .brand_list {
        padding: 0 0 30px;
    }
    .brand_list .box {
        padding: 40% 20px 30px;
    }
    .sect-photo {
        padding: 0 0 40px;
    }
    .sect-start {
        padding: 0 0 50px;
    }
    /*文字優化*/
    .story_list .item_left .pic_txt span {
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .story_list .item_right .pic_txt span {
        font-size: 18px;
        padding: 10px 15px;
    }
    .story_list .box h1,
    .story_list .box h2{
        font-size: 22px;
        padding: 0;  
    }
    .story_list .btn {
        margin: 20px 0 0;
    }
    .story_list .btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
    .aeo_title h2 {
        font-size: 22px;
        padding: 0;
    }
    .aeo_title h2::before {
        width: 30px;
        height: 30px;
    }
    .aeo_title p{
        font-size: 15px;
    }
    .aio_list .txt p{
        font-size: 15px;
    }
    .aio_list .txt h2{
        font-size: 30px;
    }
    .faqqa_list .btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
    .faqqa_list .txt h2 {
        font-size: 30px;
    }
    .faqqa_list .txt p {
        font-size: 15px;
    }
    .dosee_list .box .txt h3 {
        font-size: 18px;
    }
    .dosee_list .box .txt .price {
        font-size: 25px;
    }
    .dosee_list .box .btn {
        margin: 15px 0 0;
    }
    .dosee_list .box .btn a {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .webai_list .item_left .pic_txt span {
        font-size: 20px;
        padding: 10px 15px;
    }
    .webai_list .item_left .pic_txt .chattri {
        left: 40px;
        bottom: -18px;
        width: 40px;
    }
    .webai_list .item_left .pic_txt.pic_txt_1 {
        left: unset;
        right: 100px;
        top: 0;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        left: unset;
        right: 50px;
        top: 70px;
    }
    .webai_list .item_left .pic_txt.pic_txt_3 {
        left: unset;
        right: 0;
        top: 140px;
    }
    .webai_list .item_left .pic_txt span {
        font-size: 15px;
    }
    .webai_list .item_right .pic_txt span {
        font-size: 18px;
        padding: 10px 20px;
    }
    .webai_list .item_right .pic_txt .chattri {
        right: 20px;
        bottom: -17px;
        width: 40px;
    }
    .goo_list .txt .title {
        font-size: 20px;
    }
    .goo_list .txt .box h3,
    .goo_list .txt .box p {
        font-size: 16px;
    }
    .goo_list .item_right .pic_txt span {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 15px;
    }
    .goo_list .item_right .pic_txt .chattri {
        right: calc(100% - 60%);
        width: 55px;
        bottom: -25px;
    }
    .dosee_title h2 {
        font-size: 22px;
    }
    .dosee_title p {
        font-size: 20px;
    }
    .feature_list .head_left h2 {
        font-size: 20px;
    }
    .feature_list .plan h3 {
        font-size: 18px;
    }
    .feature_list .feature h4 {
        font-size: 15px;
    }
    .feature_list .feature span {
        font-size: 12px;
    }
    .promise_title .title {
        font-size: 20px;
    }
    .promise_list .box h3 {
        font-size: 16px;
    }
    .faq-title .title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .faq-title p {
        font-size: 16px;
    }
    .faq-title .btn {
        margin: 30px auto 0;
    }
    .faq-title .btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
    .faq-sort .title {
        font-size: 18px;
        padding: 0 0 0 30px;
    }
    .faq-sort .title::before {
        top: -2px;
        left: -3px;
    }
    .faq-sort-all li {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }
    .faq-sort-all li a {
        font-size: 16px;
        height: calc(100% - 20px);
    }
    .sect-faq .faq-answer .editor {
        font-size: 15px;
    }
    .sect-faq .faq-answer .answer-color-1::before {
        font-size: 20px;
        line-height: 20px;
    }
    .team_title .title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .team_list .box .num,
    .team_list .box i {
        font-size: 24px;
    }
    .team_list .box h3 {
        font-size: 18px;
    }
    .value_list .item_left .title {
        margin: 0 auto 20px;
        font-size: 24px;
        width: auto;
    }
    .value_list .item_left .title::before {
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        width: 100px;
        height: 84px;
        z-index: -1;
    }
    .value_list li h3 {
        font-size: 20px;
    }
    .value_list li span {
        font-size: 14px;
    }
    .value_list li h3::before {
        left: -15px;
        width: 12px;
        height: 11px;
    }
    .value_list .pic_txt.pic_txt_1 .txt span {
        font-size: 15px;
        letter-spacing: 0.8px;
    }
    .value_list .pic_txt.pic_txt_1 .txt h3,
    .value_list .pic_txt.pic_txt_1 .txt h3 span {
        font-size: 18px;
    }
    .value_list .item_right .pic_txt.pic_txt_2 {
        animation: none;
        top: 90px;
        width: 125px;
        height: 88px;
    }
    .value_list .item_right .pic_txt.pic_txt_2 img{
        width: 125px;
        height: 88px;
    }
    .value_list .item_right .pic_txt.pic_txt_3 {
        animation: none;
        top: 100px;
        right: 0;
        width: 100px;
        height: 70px;
    }
    .value_list .item_right .pic_txt.pic_txt_3 img {
        width: 100px;
        height: 70px;
    }
    .advantages_title .title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .advantages_list .box h3 {
        font-size: 16px;
    }
    .advantages_list .box p {
        font-size: 14px;
    }
    .recommend_title .title,
    .start_title .title {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .recommend_title p,
    .plan_title p,
    .brand_title p,
    .start_title p {
        font-size: 16px;
    }
    .brand_list .box h2 {
        font-size: 18px;
    }
    .brand_list .box p {
        font-size: 14px;
        height: 120px;
    }
    .sect-start .btn{
        margin: 20px auto 0;
    }
    .sect-start .btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
    /*/文字優化*/
}
@media screen and (max-width: 767px) {
    .webai_list .item_left {
        margin: 0 auto 0 0;
        max-width: 585px;
    }
    .webai_list .item_right {
        margin: -100px 0 0 auto;
        max-width: 400px;
    }
    .goo_list .item_right {
        max-width: 585px;
    }
    .goo_list {
        padding: 30px 15px 0;
    }
    .webai_list .item_left .pic_txt.pic_txt_1 {
        right: 40px;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        right: 20px;
    }
    .dosee_list .box {
        flex-direction: row;
        width: calc(100% - 10px);
        margin: 0 0 10px;
    }
    .dosee_list .box .txt {
        padding: 0 0 0 15px;
    }
    .sect-promise {
        padding: 0 0 50px;
    }
    .promise_list .box {
        width: 100%;
        margin: 0 auto;
    }
    .promise_list .box+.box {
        margin: 30px auto 0;
    }
    .team_list .item {
        flex-wrap: wrap;
    }
    .team_list .box:nth-of-type(2),
    .team_list .box:nth-of-type(3) {
        margin-top: unset;
    }
    .advantages_list .box {
        width: 100%;
    }
    .brand_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .brand_list .item {
        width: calc(100% / 2);
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 760px) {
    .tab {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .tab .tablinks {
        width: 110px;
        height: 100px;
        font-size: 15px;
        white-space: nowrap;
        margin-bottom: 8px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .tab .tablinks:before,
    .tab .tablinks:after {
        margin-top: 10px;
    }
}
@media screen and (max-width: 667px) {
    .webai_list .item_right {
        margin: -80px 0 0 auto;
        max-width: 320px;
    }
    .webai_list .item_right .pic_txt.pic_txt_1 {
        top: 5px;
        left: 40px;
    }
    .webai_list .item_right .pic_txt.pic_txt_2 {
        top: 55px;
        left: 0;
    }
}
@media screen and (max-width: 500px) {
    .site-main.top-fixed .sect-tab-content {
        margin-top: 90px;
    }
    .menu-box .tablinks,
    .site-main.top-fixed .menu-box .tablinks {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 4px;
        letter-spacing: 1px;
    }
    .menu-box .tablinks:nth-child(1),
    .site-main.top-fixed .menu-box .tablinks:nth-child(1),
    .menu-box .tablinks:nth-child(2),
    .site-main.top-fixed .menu-box .tablinks:nth-child(2),
    .menu-box .tablinks:nth-child(3),
    .site-main.top-fixed .menu-box .tablinks:nth-child(3) {
        width: calc(100% / 3 - 4px);
    }
    .menu-box .tablinks:nth-child(4),
    .site-main.top-fixed .menu-box .tablinks:nth-child(4),
    .menu-box .tablinks:nth-child(5),
    .site-main.top-fixed .menu-box .tablinks:nth-child(5) {
        width: calc(100% / 2 - 4px);
    }
    .menu-box .tablinks+.tablinks:before {
        left: -3px;
    }
    .menu-box,
    .site-main.top-fixed .menu-box {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-top: 4px;
    }
    .dosee_list .box {
        flex-direction: column;
        width: 100%;
        margin: 0 0 10px;
        padding: 25px;
    }
    .dosee_list .box .txt {
        padding: 15px 0 0;
    }
    .dosee_list::before {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .story_list .item_left .pic_txt{
        top: 10px;
        right: 0;
    }
    .story_list .item_right .pic_txt {
        top: 100px;
    }
    .story_list .item_right .pic_txt span em {
        display: block;
    }
    .story_list .item_right .pic_txt .chattri {
        right: 25px;
        bottom: -18px;
        width: 40px;
    }
    .webai_list .item_right {
        margin: 0 0 0 auto;
        max-width: 275px;
    }
    .webai_list .item_right .pic_txt.pic_txt_1 {
        top: 5px;
        left: 55px;
    }
    .webai_list .item_right .pic_txt.pic_txt_2 {
        top: 92px;
        left: 0;
    }
    .webai_list .item_right .pic_txt_all {
        top: -30px;
        left: -35px;
    }
    .webai_list .item_left .pic_txt.pic_txt_1 {
        right: 10px;
    }
    .webai_list .item_left .pic_txt.pic_txt_2 {
        right: 5px;
    }
    .webai_list .item_right .pic_txt.pic_txt_1 {
        top: 50px;
    }
    .goo_list .item_right .pic_txt {
        position: relative;
        top: unset;
        left: unset;
    }
    .goo_list .item_right .pic_txt span {
        padding: 10px 15px;
    }
    .feature_list .feature_item {
        grid-template-columns: 18% repeat(4, 20.5%);
        min-width: 1000px;
    }
    .feature_list .head_left h2 span:not(.circle) {
        margin: 0 0 10px 10px;
        display: block;
    }
    .feature_list .head_left .circle {
        margin: 0 0 0 10px;
    }
    .brand_list .item {
        width: 100%;
        padding: 0 10px;
    }
    .brand_list .item+.item {
        padding-top: 20px;
    }
}
@media screen and (max-width: 389px) {
    .tab .tablinks:hover,
    .tab .tablinks.active {
        border: 2px solid #ED9B52;
        color: #ED9B52;
    }
    .tab .tablinks {
        margin-left: 2px;
        margin-right: 2px;
    }
    .tab .tablinks {
        width: 105px;
        font-size: 14px;
    }
    .tab {
        flex-wrap: nowrap;
    }
}