@charset "utf-8";

/*-------------------top-------------------*/
#mainimg .slick-prev {
    left: 16vw;
}

#mainimg .slick-next {
    right: 16vw;
}

.top_goods{
    margin-top: 80px;
}
.top_goods .goods_box{
    margin-top: 40px;
    display: flex;
}
.top_goods .goods_box .goods{
    position: relative;
}
.top_goods .goods_box .goods:before{
    position: absolute;
    content: '';
    width: 232px;
    height: 356px;
    left: 20px;
    top: -20px;
    background: url("../images/top/bg_goods.png")no-repeat center center;
    z-index: -1;
}
.top_goods .goods_box .goods+.goods{
    margin-left: 64px;
}
.top_goods .goods .name{
    margin: 15px 0 20px;
}
.top_goods .goods .txt{
    font-size: 14px;
    color: #111;
}
.a_btn{
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #137dc5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.top_goods .a_btn{
    margin: 80px auto 0;
}


.top_contents{
    margin-top: 120px;
    color: #111;
}
.top_contents .contents_box{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.top_contents .contents_box .goods_sort{
    width: 48%;
}
.goods_sort .name{
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
}
.goods_sort .txt{
    font-size: 15px;
    margin-top: 15px;
    line-height: 2;
}
.goods_sort .tag{
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 8px 0 0;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #1175be;
    background-color: #e2eff6;
    border: 1px solid #1175be;
    cursor: pointer;
}
.top_contents .a_btn{
    margin: 60px auto 0;
}




.top_news{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0 120px;
}
.top_news ul{
    width: 800px;
    margin: 40px auto 0;
    border-bottom: 1px dotted #c0c0c0;
    cursor: pointer;
}
.top_news li div{
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 80px;
    border-top: 1px dotted #c0c0c0;
    background: url("../images/top/news_arrow.png")no-repeat center right;
    color: #404040;
}
.top_news li .date{
    font-size: 15px;
    font-weight: 900;
    margin-right: 30px;
}
.top_news li .tit{
    font-size: 14px;
    font-weight: 700;
}
.top_news li:hover .tit{
    color: #2a8acb;
}


.top_news .news_person{
    margin-top: 120px;
    display: flex;
}
.top_news .person_dec{
    color: #111;
    font-size: 14px;
    width: 500px;
    margin-left: 50px;
}
.top_news .person_dec .tit{
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}
.top_news .person_dec .name{
    font-size: 18px;
    color: #1175be;
    font-weight: 700;
}
.top_news .person_dec .txt{
    margin-top: 45px;
    font-weight: 700;
    line-height: 2;
}
.top_news .person_dec .other{
    margin-top: 20px;
    line-height: 2;
}


.top_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 630px;
    height: 182px;
    margin: 0 auto 80px;
}
.top_banner img{
    display: block;
}

@media screen and (max-width: 1700px) {
    #mainimg .slick-prev {
        left: 12vw;
    }

    #mainimg .slick-next {
        right: 12vw;
    }
}

@media screen and (max-width: 1550px) {
    #mainimg .slick-prev {
        left: 8vw;
    }

    #mainimg .slick-next {
        right: 8vw;
    }
}

@media screen and (max-width: 1388px) {
    #mainimg .slick-prev {
        left: 4vw;
    }

    #mainimg .slick-next {
        right: 4vw;
    }
}

@media screen and (max-width: 1280px) {
    #mainimg .slick-prev {
        left: 2vw;
    }

    #mainimg .slick-next {
        right: 2vw;
    }
}


@media screen and (max-width: 767px) {
    .top_goods{
        margin-top: 40px;
    }
    .top_goods .goods_box{
        margin-top: 50px;
        display: block;
    }
    .top_goods .goods_box .goods{
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .top_goods .goods_box .goods:before{
        position: absolute;
        content: '';
        width: 350px;
        height: 150px;
        left: 0;
        top: -20px;
        background: url("../images/top/bg_goods_sp.png")no-repeat center center;
        -webkit-background-size: 100%;
        background-size: 100%;
        z-index: -1;
    }

    @media screen and (max-width: 599px){
    .top_goods .goods_box .goods:before{
        width: 98%;
    }
    }
    .top_goods .goods_box .goods+.goods{
        margin-left: 0;
        margin-top: 70px;
    }
    .top_goods .goods>a{
        width: 45%;
    }
    .top_goods .goods>div{
        width: 50%;
    }
    .top_goods .goods .name{
        width: 85%;
        margin: 0 0 10px;
    }
    .top_goods .goods .name1{
        width: 60%;
    }
    .top_goods .goods .txt{
        font-size: 10px;
    }
    .a_btn{
        width: 80%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .top_goods .a_btn{
        margin: 60px auto 0;
    }


    .top_contents{
        margin-top: 55px;
    }
    .top_contents .contents_box{
        margin-top: 40px;
        display: block;
    }
    .top_contents .contents_box .goods_sort{
        width: 100%;
    }
    .goods_sort+.goods_sort{
        margin-top: 30px;
    }
    .goods_sort .name{
        font-size: 16px;
        margin-top: 10px;
    }
    .goods_sort .txt{
        font-size: 12px;
        margin-top: 5px;
        font-weight: 500;
    }
    .top_contents .a_btn{
        margin: 40px auto 0;
    }
    .top_news{
        padding: 55px 0 60px;
    }
    .top_news ul{
        width: 100%;
        margin: 20px auto 0;
    }
    .top_news li div{
        display: block;
        padding: 10px 20px;
        height: auto;
    }
    .top_news li .date{
        font-size: 12px;
        margin-right: 0;
    }
    .top_news li .tit{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
        font-size: 12px;
        font-weight: 500;
    }

    .top_news .news_person{
        margin-top: 60px;
        display: block;
    }
    .top_news .person_dec{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        padding: 0 10px;
        font-size: 12px;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .top_news .person_dec .tit{
        font-size: 45px;
        writing-mode:vertical-lr;
        margin: 0 10px;
    }
    .top_news .person_dec .txt{
        margin-top: 25px;
    }
    .top_news .person_dec .other{
        margin-top: 15px;
        line-height: 2;
    }
    .top_banner{
        width: 100%;
        margin: 0 auto 40px;
    }
}

/*-------------------item-------------------*/
#item .item_about{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0 120px;
    background-color: #111;
}
#item .item_about .hdm{
    color: #fff;
}
#item .item_about .hdm span{
    color: #1175be;
}
#item .item_box{
    margin-top: 60px;
    display: flex;
    align-items: center;

}
#item .item_box2{
    flex-direction: row-reverse;
}
#item .item_box2 .item_dec{
    padding-left: 0;
    padding-right: 10px;
}
#item .item_box img{
    flex: none;
}
#item .item_box .item_dec{
    color: #fff;

}
#item .item_box .item_dec .num{
    font-size: 24px;
    font-weight: 700;
    color: #feed35;
    line-height: 1;
    margin-bottom: 15px;
}
#item .item_box .item_dec .tit{
    font-size: 40px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 1;
}
#item .item_box2 .item_dec .tit {
    margin-right: -200px;
}
#item .item_box .item_dec .txt{
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
}
#item .item_goods{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0 160px;
}
#item .item_goods .goods_box{
    margin-top: 50px;
}
#item .item_goods .goods_box+.goods_box{
    margin-top: 100px;
}
#item .item_goods .goods{
    display: flex;
    align-items: center;
    color: #111;
}

#item .item_goods .goods .goods_dec{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80px;
    width: 380px;
}
#item .item_goods .goods_dec .txt{
    font-size: 18px;
    margin-top: 30px;
    line-height: 2;
    font-weight: 600;
}
#item .item_goods .goods_dec .goods_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    background-color: #ffe200;
    font-weight: 700;
    color: #000;
}
#item .item_goods .goods_dec .goods_link span{
    margin-left: 10px;
}
#item .item_goods .goods+.a_btn{
    margin: 25px auto 0;
}

@media screen and (max-width: 767px) {
    #item .item_about{
        padding: 100px 0 60px;
    }
    #item .item_about .hdm{
        font-size: 30px;
    }
    #item .item_box{
        padding: 0 10px;
        margin-top: 40px;
        display: block;
    }
    #item .item_box .item_dec .num{
        font-size: 18px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #item .item_box .item_dec .tit{
        font-size: 32px;
        line-height: 1.3;
    }
    #item .item_box2 .item_dec .tit {
        margin-right: 0;
    }
    #item .item_box .item_dec .txt{
        margin-top: 10px;
        font-size: 14px;
    }
    #item .item_goods{
        padding: 55px 0 80px;
    }
    #item .item_goods .goods>img{
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
    }
    #item .item_goods .goods_box{
        margin-top: 50px;
    }
    #item .item_goods .goods_box+.goods_box{
        margin-top: 50px;
    }
    #item .item_goods .goods{
        display: block;
    }
    #item .item_goods .goods .goods_dec{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        padding-bottom: 0;
    }
    #item .item_goods .goods_dec .name{
        width: 60%;
        margin-left: 10px;
    }
    #item .item_goods .goods_dec .txt{
        font-size: 14px;
        margin-top: 15px;
        font-weight: 500;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
    #item .item_goods .goods_dec .goods_link{
        width: calc(100% - 20px);
        height: 50px;
        margin: 20px 10px 0;
    }
    #item .item_goods .goods_dec .goods_link span{
        margin-left: 10px;
    }
    #item .item_goods .goods+.a_btn{
        width: calc(100% - 20px);
        margin: 20px 10px 0;
    }
}

/*-------------------sort-------------------*/
#sort .sort_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 120px;
}
#sort .sort_box .tag_box{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: fit-content;
    padding: 24px;
    margin: 40px auto 0;
    border-radius: 13px;
    background-image: linear-gradient(#e9f0f4,#d8e2e9);
}
#sort .sort_box .tag_box a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    color: #1175be;
    background-color: transparent;
    border: 1px solid #1175be;
    cursor: pointer;
}
#sort .sort_box .sort_tag{
    margin-top: 80px;
}
#sort .sort_box .sort_tag .tag_name{
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}
#sort .sort_tag .tag_name span{
    color: #1175be;
}
#sort .sort_tag ul{
    margin: -80px 0 0 -80px;
}
#sort .sort_tag li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 80px 0 0 80px;
}

@media screen and (max-width: 767px) {
    #sort .sort_box{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 0 60px;
    }
    #sort .sort_box .tag_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px;
        margin: 20px auto 0;
        border-radius: 10px;
    }
    #sort .sort_box .tag_box a{
        margin: 5px;
        padding: 5px;
        font-size: 12px;
        line-height: 1;
    }
    #sort .sort_box .sort_tag{
        margin-top: 50px;
    }
    #sort .sort_box .sort_tag .tag_name{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #sort .sort_tag ul{
        margin: 0;
    }
    #sort .sort_tag li{
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 30px;
    }
}

/*-------------------gdo-------------------*/
#teaser.gdo{

}
#gdo .inner{
    max-width: 1200px;
}
#gdo .gdo_profile{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0 100px;
}
#gdo .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#gdo .hdm{
    margin: 0 30px;
    font-size: 42px;
    color: #231815;
}
#gdo .hdm span{
    font-size: 20px;
    color: #231815;
}
#gdo .profile_box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#gdo .profile_box div{
    width: 260px;
}
#gdo .profile_box div+div{
    margin-left: 45px;
}
#gdo .profile_box .name{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0;
}
#gdo .profile_box .txt{
    font-size: 14px;
}

#gdo .gdo_tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 170px;
}
#gdo .tab_hd{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 0 50px;
    background-color: #FFDF02;
}
#gdo .tab_hd .inner{
    background: url("../images/gdo/bg01.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#gdo .tab_hd img{
    display: block;
    margin: 0 auto;
}
#gdo .tab_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFEC67;
    padding-top: 10px;
}
#gdo .tab_box ul{
    display: flex;
    justify-content: center;
}
#gdo .tab_box li{
    width: 25%;
}
#gdo .tab_box li a{
    position: relative;
    display: block;
    flex-direction: column;
    padding: 35px 10px 10px;
    border-radius: 20px;
}
#gdo .tab_box li a .img{
    position: relative;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 84px;
}
#gdo .tab_box li a.on{
    position: relative;
    border-radius: 20px 20px 0 0;
    background: #fff;
}
#gdo .tab_box li a.on .img:after{
    content: '';
    position: absolute;
    width: 248px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background: url("../images/gdo/ico03.png")no-repeat center center;
}
#gdo .demo_tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
}
#gdo .demo_tab .tabBox .tit{
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}
#gdo .demo_tab .tabBox .txt_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 70px;
    padding: 35px 0 35px 45px;
    min-height: 250px;
    font-size: 19px;
    line-height: 2;
    border: 1px solid #604C3F;
}
#gdo .demo_tab .tabBox .txt_box .txt{
    width: 740px;
}
#gdo .demo_tab .tabBox .txt_box .img{
    position: absolute;
    right: 70px;
    bottom: 20px;
    z-index: 9;
}
#gdo .demo_tab .tabBox .tit2{
    position: relative;
    width: fit-content;
    font-size: 42px;
    font-weight: 700;
    margin: 85px auto 0;
}
#gdo .demo_tab .tabBox .tit2:after,
#gdo .demo_tab .tabBox .tit2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    background-color: skyblue;
}
#gdo .demo_tab .tabBox .tit2:before {
    left: -120px;
}
#gdo .demo_tab .tabBox .tit2:after {
    right: -120px;
}
#gdo .dialogue_box{
    margin-top: 75px;
}
#gdo .dialogue_box .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gdo .dialogue_box .box+.box{
    margin-top: 50px;
}
#gdo .dialogue_box .box .person{
    flex: none;
    display: flex;
    flex-direction: column;
}
#gdo .dialogue_box .box .person .name{
    margin-top: 8px;
    font-size: 25px;
    text-align: center;
}
#gdo .dialogue_box .box .txt{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    padding: 40px 45px 35px 45px;
    line-height: 2;
    font-size: 19px;
    border-radius: 12px;
    border: 1px solid #604C3F;
}
#gdo .dialogue_box .box .txt:before,
#gdo .dialogue_box .box .txt:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    border-right: 40px solid #604C3F;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#gdo .dialogue_box .box .txt:after{
    left: -36px;
    border-right: 40px solid #fff;
}
#gdo .demo_tab .img_box{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
#gdo .gdo_tab .a_btn{
    margin: 70px auto 0;
}
/*#gdo .tab_box li a.on:before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*bottom: 0;*/
    /*left: -20px;*/
    /*background-color: #fff;*/
/*}*/
/*#gdo .tab_box li a.on:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*bottom: 0;*/
    /*right: -20px;*/
    /*background-color: #fff;*/
/*}*/

#gdo .gdo_choice{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 170px 0 210px;
    background-color: #F3F1DF;
}
#gdo .gdo_choice .txt{
    text-align: center;
    font-size: 23px;
    line-height: 2;
    margin-top: 50px;
}
#gdo .a_btn{
    width: 670px;
    height: 75px;
    font-size: 32px;
    line-height: 75px;
    background-color: #231815;
    color: #fff;
}
#gdo .gdo_choice .a_btn{
    margin: 80px auto 0;
}
#gdo .apply_box{
    margin-top: 90px;
}
#gdo .apply_box_top{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 120px;
    display: flex;
    align-items: center;
    height: 150px;
    background-color: #E06428;
}
#gdo .apply_box_top:after{
    content: '';
    position: absolute;
    width: 345px;
    height: 345px;
    top: 25px;
    right: 45px;
    border-radius: 50%;
    background: url("../images/item/img_item01.png") no-repeat center center #fff;
    -webkit-background-size: 80%;
    background-size: 80%;
}
#gdo .apply_box_bottom{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E06428;
    margin-top: 10px;
    padding: 10px 0 45px 40px;

}
#gdo .apply_box_bottom a{
    display: flex;
    justify-content: center;
    width: 90%;
    height: 72px;
    margin: 10px auto 0;
    line-height: 72px;
    border-radius: 36px;
    color: #E06428;
    font-size: 36px;
    font-weight: 700;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    #gdo .inner{
        max-width: 1200px;
    }
    #gdo .gdo_profile{
        padding: 45px 0 50px;
    }
    #gdo .title img{
        width: 30px;
    }
    #gdo .hdm{
        margin: 0 10px;
        font-size: 20px;
    }
    #gdo .hdm span{
        font-size: 16px;
    }
    #gdo .profile_box{
        display: block;
        margin-top: 10px;
    }
    #gdo .profile_box .box{
        width: 100%;
        display: flex;
        margin-top: 20px;
    }
    #gdo .profile_box .box .img{
        width: 70%;
        margin-right: 10px;
    }
    #gdo .profile_box .box div{
        align-self: flex-end;
    }
    #gdo .profile_box .box+.box{
        margin-left: 0;
    }
    #gdo .profile_box .name{
        font-size: 20px;
    }
    #gdo .profile_box .txt{
        font-size: 12px;
    }
    #gdo .gdo_tab{
        padding-bottom: 70px;
    }
    #gdo .tab_hd{
        padding: 60px 0 25px;
    }
    #gdo .tab_hd img{
        display: block;
        margin: 0 auto;
    }
    #gdo .tab_box{
        padding-top: 5px;
    }
    #gdo .tab_box li a{
        position: relative;
        display: block;
        flex-direction: column;
        padding: 20px 10px 10px;
        border-radius: 10px;
    }
    #gdo .tab_box li a .img{
        margin: 0 auto;
        height: 40px;
    }
    #gdo .tab_box li a.on{
        position: relative;
        border-radius: 10px 10px 0 0;
        background: #fff;
    }
    #gdo .tab_box li a.on .img:after{
        content: '';
        position: absolute;
        width: 90%;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px;
        background: url("../images/gdo/ico03.png")no-repeat center center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    #gdo .demo_tab{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 30px;
    }
    #gdo .demo_tab .tabBox .tit{
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }
    #gdo .demo_tab .tabBox .txt_box{
        margin-top: 35px;
        padding: 20px;
        min-height: auto;
        font-size: 14px;
        border-left: none;
        border-right: none;
    }
    #gdo .demo_tab .tabBox .txt_box .txt{
        width: 100%;
    }
    #gdo .demo_tab .tabBox .txt_box .img{
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    #gdo .demo_tab .tabBox .tit2{
        font-size: 20px;
        margin: 40px auto 0;
    }
    #gdo .demo_tab .tabBox .tit2:after,
    #gdo .demo_tab .tabBox .tit2:before{
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        top: -10px;
        background-color: skyblue;
    }
    #gdo .demo_tab .tabBox .tit2:before {
        left: -60px;
    }
    #gdo .demo_tab .tabBox .tit2:after {
        right: -60px;
    }
    #gdo .dialogue_box{
        margin-top: 30px;
    }
    #gdo .dialogue_box img.visible-ts{
        margin: 25px 0;
    }
    #gdo .dialogue_box .box+.box{
        margin-top: 25px;
    }
    #gdo .dialogue_box .box .person{
        width: 80px;
    }
    #gdo .dialogue_box .box .person img{
        width: 100%;
    }
    #gdo .dialogue_box .box .person .name{
        margin-top: 5px;
        font-size: 16px;
    }
    #gdo .dialogue_box .box .txt{
        width: calc(100% - 100px);
        padding: 10px;
        font-size: 14px;
        border-radius: 5px;
    }
    #gdo .dialogue_box .box .txt:before,
    #gdo .dialogue_box .box .txt:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border-right: 20px solid #604C3F;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    #gdo .dialogue_box .box .txt:after{
        left: -18px;
        border-right: 20px solid #fff;
    }

    #gdo .dialogue_box .box2{
        flex-direction: row-reverse;
    }
    #gdo .dialogue_box .box2 .txt:before,
    #gdo .dialogue_box .box2 .txt:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        left: unset;
        right: -20px;
        border-left: 20px solid #604C3F;
        border-right: none;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    #gdo .dialogue_box .box2 .txt:after{
        left: unset;
        right: -18px;
        border-left: 20px solid #fff;
    }
    #gdo .demo_tab .img_box{
        display: none;
    }
    #gdo .gdo_tab .a_btn{
        margin: 35px auto 0;
    }
    #gdo .gdo_choice{
        padding: 80px 0 50px;
    }
    #gdo .gdo_choice .txt{
        text-align: center;
        font-size: 12px;
        line-height: 2;
        margin-top: 20px;
    }
    #gdo .a_btn{
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    #gdo .gdo_choice .a_btn{
        margin: 40px auto 0;
    }
    #gdo .gdo_choice a.visible-ts{
        margin-top: 30px;

    }
}

/*--------------top(202505改修)--------------*/
.lineup_box{ margin-top: 40px;}
.lineup_box .tit_sort,
.lineup_box .detail_sort{ display: flex; align-items: stretch;}
.lineup_box .product{ width: 300px; margin-right: 10px; flex-shrink: 0;}
.lineup_box .item{ width: 810px; padding: 10px; flex-shrink: 0;}
.lineup_box .item table{ width: 100%; height: 100%;}
.lineup_box .item table td{ font-weight: 700; line-height: 1.2; text-align: center; vertical-align: middle; width: calc(100% / 7);}
.lineup_box .tit_sort{ margin-bottom: 20px;}
.lineup_box .tit_sort .product{ background: #ffe100; font-size: 18px; font-weight: 700; text-align: center; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.lineup_box .tit_sort .item{ background: #ffe100; border-radius: 10px;}
.lineup_box .tit_sort .item table td{ border-right: 1px solid #ffe100; padding: 8px 0;}
.lineup_box .tit_sort .item table td:nth-of-type(odd){ background: #f9f3ac;}
.lineup_box .tit_sort .item table td:nth-of-type(even){ background: #fdfbe7;}
.lineup_box .detail_sort{ margin-bottom: 20px;}
.lineup_box .detail_sort:last-of-type{ margin-bottom: 0;}
.lineup_box .detail_sort .product{ background: url(../images/top/lineup-bg.jpg) left top no-repeat; background-size: 100%; height: 150px; display: flex; align-items: center; justify-content: center;}
.lineup_box .detail_sort .product .left a:hover{ opacity: 0.8;}
.lineup_box .detail_sort .product .left{ margin-right: 10px;}
.lineup_box .detail_sort .product .left .img{ width: 135px; margin-bottom: 10px;}
.lineup_box .detail_sort .product .left .btn{ background: #0071be; font-size: 10px; line-height: 1.2; color: #fff; text-align: center; padding: 5px 0;}
.lineup_box .detail_sort .product .right .logo{ width: 134px;}
.lineup_box .detail_sort .product .right p{ font-size: 10px; line-height: 1.4; margin-top: 10px;}
.lineup_box .detail_sort .item{ background: #d8e2e9; border-radius: 10px;}
.lineup_box .detail_sort .item table td{ font-size: 24px; list-style: 1.3; border-right: 1px solid #d8e2e9; padding: 8px 0;}
.lineup_box .detail_sort .item table td:nth-of-type(odd){ background: #f9f3ac;}
.lineup_box .detail_sort .item table td:nth-of-type(even){ background: #fdfbe7;}
@media screen and (max-width: 767px) {
    .lineup_box{ margin: 40px -10px 0; overflow-x: scroll; overflow-y: hidden; max-height: 610px;}
    .lineup_box .scale{ transform: scale(0.8); transform-origin: top left;}
    .lineup_box .tit_sort,
    .lineup_box .detail_sort{ padding: 0 10px;}
}

/*--------------top(202511改修)--------------*/
.top_movie{ padding: 80px 0 90px;}
.movie_list{ display: flex; margin-top: 40px;}
.movie_list li{ width: 540px; margin-right: auto;}
.movie_list li:last-child{ margin-right: 0;}
.movie_list li p{ font-size: 15px; font-weight: 700; color: #000; margin-top: 15px;}
@media screen and (max-width: 767px) {
    .top_movie{ padding: 55px 0 40px;}
    .movie_list{ display: block; margin-top: 40px;}
    .movie_list li{ width: auto; margin-right: 0; margin-bottom: 30px;}
    .movie_list li:last-child{ margin-bottom: 0;}
    .movie_list li p{ font-size: 14px; margin-top: 12px;}
}