@charset "utf-8";
/* CSS Document */

*{
    font-family: 微軟正黑體;
}

.navbar{
    box-shadow: 3px 3px 7px #999;
    border-radius: 50px;
    margin: 2% 5%;
    padding: 12px 32px;
    /* background-image: url(../images/logo.png); */
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    font-weight: bold;
}

.nav-link,.gly-link{
    opacity: 0.8;
    transition: .5s;
    color: #666;
}

.nav-link:hover,.gly-link:hover{
    opacity: 1;
    transition: .5s;
}

.gly-link{
    opacity: 0.6;
    margin: 0px 17px;
}

.logo_space{
    width: 500px;
}

@media(max-width:1200px){
    #carouselExampleControls{
        display: none;
    }
    #about{
        margin-top: 100px;
    }
}

.orange{
    color: #ff5c33;
}

.clay{
    color: #1cbea1;
}

.white{
    color: #fff;
}

.tomato{
    color: tomato;
}

.fw{
    font-weight: bold;
}

.carousel-caption{
    text-align: left;
    left: 13%;
    bottom: 20%;
}

.carousel-caption h2{
    font-size: 2.2vw;
    text-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.carousel-caption h3{
    font-size: 1.5vw;
    text-shadow: 3px 3px 7px rgba(0,0,0,0.7);
}

.btn-white{
    border:solid 3px #fff;
    border-radius: 7px;
    padding:7px 12px;
    color: #fff;
    background-color: rgba(255,255,255,0);
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}

.btn-white:hover{
    border:solid 3px #fff;
    background-color: #fff;
    color: #1cbea1;
    transition: .5s;
    cursor: pointer;
}

.btn-success{
    border:solid 3px #1cbea1;
    border-radius: 7px;
    padding:7px 12px;
    color: #1cbea1;
    background-color: rgba(255,255,255,0);
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}

.btn-success:hover{
    border:solid 3px #1cbea1;
    background-color: #1cbea1;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.btn-danger{
    border:solid 3px #ff5c33;
    border-radius: 7px;
    padding:7px 12px;
    color: #ff5c33;
    background-color: rgba(255,255,255,0);
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}

.btn-danger:hover{
    border:solid 3px #ff5c33;
    background-color: #ff5c33;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.inshadow .shadow_o,.inshadow .shadow_c{
    margin-top: 100px;
    letter-spacing: 15px;
    font-size: 6vw;
    font-weight: bold;
    -webkit-background-clip: text;
    color:transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px; 
}

.inshadow .shadow_o{
    background-color: #ff5c33;
}

.inshadow .shadow_c{
    background-color: #1cbea1;
}

.page1{
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    padding-top: 20px;
}

.line{
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-weight: bold;
    font-size: 37px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lh{
    line-height: 32px;
}

strong{
    color: tomato;
}

.text-width{
    margin: auto;
    width: 50%;
    padding-bottom: 70px;
}

.page2{
    background-image: url(../images/order_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 20px;
}

.o_img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.am{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm{
    border:solid 3px #1cbea1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1cbea1;
    border-radius: 7px;
    width: 120px;
}

.shop_add,.shop_min{
    margin: 5px;
    color: #1cbea1;
    font-size: 20px;
}

.shop_box{
    background-color: #1cbea1;
    border-radius: 20px;
    padding: 22px;
    width: 100%;
    height: 100%;
}

.shop_list{
    display: block;
    margin-top: 25%;
    margin-bottom: 25%;
}

.spe{
    color:rgba(255,255,255,0.7);
    font-weight: bold;
    font-size: 1.07em;
}

.shop_tb{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.chart{
    margin: auto;
    max-width: 700px;
    height: 60%;
}

.page3{
    padding-top: 20px;
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.mbox{
    padding: 0;
    border-top: 5px solid #1cbea1;
    border-bottom: 5px solid #1cbea1;
}

.mbox .close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

.page4{
    padding-top: 20px;
    background-image: url(../images/board_bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.tas{
    text-shadow: rgba(0,0,0,0.4)3px 3px 5px;
}

.chat_box{
    border:solid 4px #e1e1e1;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 42px;
    height: 570px;
    margin-bottom: 40px;
}

#chat_to{
    height: 70%;
    overflow-y: scroll;
}

#chat_to::-webkit-scrollbar{
    display: none;
}

.chat-box{
    list-style-type: none;
    font-size: 1.2em;
}

.chat-tit{
    color: teal;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

box{
    display: block;
    border-left: 5px solid teal;
    color: rgb(6,45,45);
    padding-left: 5px;
    margin-top: 15px;
}

footer{
    padding-top: 20px;
    background-color: #1cbea1;
    color: #fff;
    font-weight: bold;
}

.linet,.linet:hover{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.r_body{
    border:solid 3px #1cbea1;
    background-color: rgba(255,255,255,0.9);
    z-index: 998;
    border-radius: 20px;
    width: 280px;
    height: 350px;
    padding: 20px;
    position: fixed;
    right: 62px;
    bottom: 178px;
}

#rsay_to{
    height: 67%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.robot_top{
    position: fixed;
    right: 20px;
    bottom: 21px;
    width: 80px;
    height: 160px;
    display: flex;
    flex-direction: column;
}

.robot_top span{
    background-color: #1cbea1;
    border:solid 3px #fff;
    color: #fff;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    padding-top: 21px;
    font-size: 22px;
    margin-top: 5px;
}

.robot_pic{
    background-image: url(../images/robot.png);
    background-size: cover;
}

.r_photo{
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.r_c .btn-success{
    font-size: 17px;
}

.r_c{
    position: fixed;
    bottom: 237px;
    margin-left: 15px;
}

.r_box{
    position: fixed;
    bottom: 200px;
}

.r_text{
    border-radius: 20px;
    background-color: #e1e1e1;
    border:none;
    width: 230px;
}

.r_hi{
    background-color: #e1e1e1;
    border-radius: 0px 7px 7px 7px;
    padding: 7px;
    margin-left: 7px;
    margin-top: 20px;
    width: 62%;
}

.r_p{
    background-color: #1cbea1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    margin-top: 40px;
    margin-left: 7px;
}

.talk{
    background-color: #1cbea1;
    border-radius: 7px 7px 0px 7px;
    padding: 7px;
    margin-top: 20px;
    color: #fff;
}

.r_div{
    margin-left: 7px;
}

.rr_div{
    margin-left: 72px;
}

.r_pic{
    width: 40px;
    height: 40px;
    margin-left: 7px;
}


