/*共用*/

.top-tel {
    color: rgb(157, 162, 167);
    margin-right: 5rem;
    margin-bottom: -1.5rem;
    margin-top: 1rem;
    text-align: end;
    font-weight: bold;
}

#totop {
    position: fixed;
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 5px;
    background-color: rgba(68, 155, 255, 0.5);
    bottom: 3rem;
    right: 3rem;
    border: none;
    font-size: 2rem;
    opacity: 0;
    transition: 500ms ease;
    text-align: center;
    box-shadow: rgba(43, 43, 43, 0.459) 0px 3px 8px;
    z-index: 99;
}

#totop:hover {
    background-color: rgb(72, 151, 224);
    box-shadow: rgba(43, 43, 43, 0.4) 0px 4px 15px;
}


/*頁腳貼底*/

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
}

#footer {
    position: relative;
    margin-top: -146px;
    clear: both;
}


/*清除連結底線*/

a:link {
    text-decoration: none !important;
}


/*nav*/

.nav-bg {
    background-color: none;
    font-size: 1.5rem;
}

.nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0px !important;
    margin-right: 1rem;
}

.navbar-brand img {
    width: 300px;
    margin-left: 2rem;
    margin: 1rem 0rem 0rem 3rem;
}

.navbar-nav .active,
.navbar-nav a:hover {
    border-bottom: 5px #0E5997 solid;
    font-weight: 800;
}

.lli {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 10px !important;
    margin-right: 0rem;
}

.lli:hover {
    border: none !important;
    background-color: #0E5997 !important;
    color: white !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0px 0px;
    font-size: 1.1rem;
    text-align: center;
    z-index: 999;
}

.dropdown:hover .dropdown-content,
.dropdown:active .dropdown-content {
    display: block;
}

.arr-bg {
    background-color: rgba(255, 255, 255, 0.295)!important;
}


/*footer*/

.footer-T-bg {
    background-color: #4E83AB;
    color: white;
}

.footer-C-bg {
    background-color: #21507A;
}

.copyright {
    text-align: center;
    color: white;
    height: 1rem;
    margin-top: 0.6rem;
}

.icons {
    font-size: 2rem;
}

.icons a {
    color: white;
}

.icons a:hover {
    color: rgb(179, 188, 199);
}

.no-deco {
    text-decoration: none;
}

.no-deco:hover {
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
}

.text-center {
    text-align: center;
}


/*各分頁*/


/*index*/

.index-title {
    color: #384248;
    font-weight: bolder;
    letter-spacing: 8px;
    margin: 2rem 0rem;
}

.index-title::before {
    content: "— ";
    color: #a8a8a8;
    font-size: 2.5rem;
}

.index-title::after {
    content: " —";
    color: #a8a8a8;
    font-size: 2.5rem;
}

.hottest {
    height: 380px;
    background-color: #BED1DF;
}

.over-hide {
    height: 380px;
    overflow: hidden;
}

.hot-title {
    font-weight: bolder;
    font-size: 2.2rem;
    color: #384248;
}

.hot-img {
    width: auto;
    height: 380px;
}

.hot-info {
    margin-top: 8rem !important;
}

.hot-btn {
    border: none;
    background-color: white;
    font-weight: bold;
    height: 45px;
    margin-top: 1.2rem !important;
    justify-content: end;
}

.hot-btn a {
    color: black;
}

.hot-btn a:hover {
    color: black;
    font-weight: bolder;
}

.hot-btn:hover {
    background-color: rgb(243, 229, 203);
}

.sys-bg {
    margin-top: 2rem;
    height: 400px;
    background-color: #BED1DF;
}

.sys-img {
    min-height: 300px;
    width: 100%;
}

.sys-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    color: rgb(85, 85, 85);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: inherit !important;
    background-color: inherit !important;
}

/* .nav-pills .nav-link.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #bed1df transparent;
    position: absolute;
    margin-top: 0.5rem;
    margin-left: -1.8rem;
} */

.sys-intro-s {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 2rem;
}

.icon-mt {
    margin-top: 2rem;
}

.cog,
.invoice,
.spa,
.boxes,
.users,
.bill,
.dollar,
.edit {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    color: white;
    font-size: 3.5rem;
}

.cog {
    background-color: #285e88;
}

.cog:hover {
    background-color: #10324d;
}

.invoice {
    background-color: #6FB94A;
}

.invoice:hover {
    background-color: #48812b;
}

.spa {
    background-color: #F56691;
}

.spa:hover {
    background-color: #c2476c;
}

.boxes {
    background-color: #FE9748;
}

.boxes:hover {
    background-color: #b4672c;
}

.users {
    background-color: #9868C2;
}

.users:hover {
    background-color: #68408a;
}

.bill {
    background-color: #3E942E;
}

.bill:hover {
    background-color: #27661b;
}

.dollar {
    background-color: #F1AD26;
}

.dollar:hover {
    background-color: #c48913;
}

.edit {
    background-color: #48B6BE;
}

.edit:hover {
    background-color: #34898f;
}

.hc-bg {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/shutterstock_285735134.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.hc-img {
    height: 250px;
    margin-top: 125px;
}

.hc-title {
    margin-top: 7rem !important;
    color: #AB7C2B;
    font-weight: bold;
}

.hc-info {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
}

.sell {
    background-image: url(../images/75086148_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.sell::after {
    display: block;
    content: "硬體銷售";
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.5rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 150px;
    height: 50px;
    padding: 0.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.attend {
    background-image: url(../images/43145754_L.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.attend::after {
    display: block;
    content: "連線客服";
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.5rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 150px;
    height: 50px;
    padding: 0.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.web {
    background-image: url(../images/5a7560544d326.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.web::after {
    display: block;
    content: "系統客製化";
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.5rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 150px;
    height: 50px;
    padding: 0.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.sold {
    background-image: url(../images/43292337_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.sold::after {
    display: block;
    content: "售後服務";
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.5rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 150px;
    height: 50px;
    padding: 0.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.serv-btn {
    border: none;
    background-color: #4E83AB;
    color: white;
    font-weight: bold;
    height: 45px;
    margin-top: 3rem !important;
    margin-bottom: 3rem;
}

.serv-a {
    color: white;
    text-align: center;
}

.serv-a:hover {
    color: white;
}

.serv-btn:hover {
    background-color: #2a5779;
    color: white;
}


/*about*/

.about-title {
    color: #AB7C2B;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.about-info {
    text-align: center;
    font-size: 1.1rem;
}


/*news*/

.news-one {
    background-image: url(../images/5a1e6971733cb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.news-one:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/5a1e6971733cb.jpg);
}

.news-one>span {
    display: block;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 2rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    height: 100px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.news-two {
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.news-two:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/1.jpg);
}

.news-two>span {
    display: block;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.7rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    height: 100px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.news-three {
    background-image: url(../images/5656054fad13c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.news-three:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/5656054fad13c.jpg);
}

.news-three>span {
    display: block;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.7rem;
    background-color: rgba(24, 24, 24, 0.63);
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    height: 100px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    text-decoration: none;
    text-align: left;
}

.c-hover {
    color: black;
}

.c-hover:hover {
    color: gray;
}

.card-title {
    font-weight: bold;
}

.c-img {
    height: 200px;
    overflow: hidden;
}

.c-img-h {
    width: 100%;
}

.more {
    border: 3px solid #707070;
    background-color: white;
    margin-bottom: 12rem;
    margin-top: 2rem !important;
    color: #707070;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 2px;
    height: 3.5rem
}

.more:hover {
    background-color: rgb(223, 223, 223);
    color: #444444;
}

.post-banner {
    background-image: url(../images/43292337_l.jpg);
    height: 350px;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.post-title {
    font-size: 2rem;
    font-weight: bold;
}

.next-post {
    justify-content: end;
    text-align: end;
}


/*service*/

.m3 {
    margin-top: 3rem !important;
}

.service-bg {
    height: 800px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.486), rgba(255, 255, 255)), url(../images/bg-wave.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.service-title {
    font-weight: bolder;
}


/*system*/

.system-bg {
    width: 100vw;
    min-height: 700px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.322), rgba(255, 255, 255)), url(../images/43292337_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sys-btn {
    margin-top: 3rem;
}

.icon-size {
    font-size: 3.5rem;
    margin-bottom: 0.8rem;
}

.PSI,
.CON,
.BIL,
.SAL,
.ACC,
.CUS,
.BTY,
.IVE {
    margin-top: 3rem;
    display: inline-block;
    height: 10rem;
    width: 100%;
    padding: 1.8rem 1.3rem;
    color: white;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.6rem;
    text-align: center;
}

.PSI {
    background-color: #E88125;
}

.PSI:hover {
    background-color: #b45c0f;
    color: white;
}

.CON {
    background-color: #50BADB;
}

.CON:hover {
    background-color: #25a0c5;
    color: white;
}

.BTY {
    background-color: #EF736A;
}

.BTY:hover {
    background-color: #c05149;
    color: white;
}

.IVE {
    background-color: #95CC55;
}

.IVE:hover {
    background-color: #6ba727;
    color: white;
}

.BIL {
    background-color: #6D8ED2;
}

.BIL:hover {
    background-color: #4c6cad;
    color: white;
}

.SAL {
    background-color: #AF7ECB;
}

.SAL:hover {
    background-color: #7f5597;
    color: white;
}

.ACC {
    background-color: #D5A639;
}

.ACC:hover {
    background-color: #cc8418;
    color: white;
}

.CUS {
    background-color: #8C8F91;
}

.CUS:hover {
    background-color: #686d70;
    color: white;
}

.system-title {
    margin-top: 6rem;
    font-weight: bolder;
    font-size: 3rem;
}

.system-info {
    font-size: 1.2rem;
}

.sys-intro-title {
    width: 25vw;
    margin-top: 3rem !important;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 5px solid #0e395f;
    color: #0e395f;
}

.sys-para-title {
    font-weight: 700;
}


/*contect*/

.work-time {
    font-size: 1rem;
    color: rgb(150, 150, 150);
}

.red-sign {
    color: red;
    margin-top: -0.5rem;
}

.contect-bg {
    height: 830px;
    resize: both;
    margin-top: -45rem !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.027), rgba(255, 255, 255)), url(../images/36958795_L.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -99;
}

.contect-intro {
    font-weight: bold;
    font-size: 1.3rem;
    color: #152c57;
}

.send-space {
    justify-content: flex-end;
}

.send {
    background-color: #DF631F;
    color: white;
    font-weight: 800;
    border: none;
    border-radius: 5px;
    font-size: 1.3rem;
    letter-spacing: 3px;
    height: 3rem;
}

.send:hover {
    background-color: #b34205;
}


/*staff*/

.staff-title {
    text-align: center;
    margin-top: 5rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: rgb(67, 75, 77);
}

.sub-input {
    font-size: 1.2rem;
    padding: 0.5rem 0rem;
}

.login {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 0rem;
    border: none;
    border-radius: 5px;
    background-color: #DF631F;
    color: white;
    text-align: center;
}

.login a {
    color: white;
}

.login a:hover {
    color: white;
}

.login:hover {
    background-color: #b34205;
}


/*斷點*/

@media (max-width: 1400px) {
    .nav-link {
        font-size: 1.2rem;
    }
    .navbar-brand img {
        width: 270px;
    }
    .PSI,
    .CON,
    .BTY,
    .IVE,
    .BIL,
    .SAL,
    .ACC,
    .CUS {
        font-size: 1.4rem;
        padding: 1.8rem 0rem;
    }
    .nav-pills .nav-link.active::after {
        border-bottom: none;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        font-size: 1rem;
        margin-right: 0.3rem;
    }
    .navbar-brand img {
        width: 210px;
    }
    #footer {
        margin-top: -137px;
    }
    .footer-T-bg,
    .copyright {
        font-size: 0.9rem;
    }
    .icons {
        font-size: 1.7rem;
    }
    .contect-bg {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.712), rgba(255, 255, 255)), url(../images/36958795_L.jpg);
        margin: 0px;
        height: 800px;
    }
    .about-bg {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.712), rgba(255, 255, 255)), url(../images/79749950_L.jpg);
        margin: 0px;
        height: 760px;
    }
    .PSI,
    .CON,
    .BIL,
    .SAL,
    .ACC,
    .CUS {
        font-size: 1.3rem;
        padding: 1.8rem 0rem;
    }
    .BTY,
    .IVE {
        font-size: 1.2rem;
        padding: 1.8rem 0rem;
    }
    .hc-title {
        margin-top: 5rem !important;
    }
    .sys-bg {
        height: 500px;
    }
    .news-one>span,
    .news-two>span,
    .news-three>span {
        font-size: 1.6rem;
    }
}

@media (max-width: 992px) {
    .hot-img {
        width: 100vw;
        height: auto;
        margin-top: -10vw;
    }
    #totop {
        bottom: 2rem;
        right: 2rem;
    }
    .lg-hide {
        display: none;
    }
    .navbar-brand img {
        margin: 0.3rem 0rem 0rem 1.3rem;
    }
    #footer {
        margin-top: -130px;
    }
    .footer-T-bg,
    .copyright {
        font-size: 0.8rem;
    }
    .icons {
        font-size: 1.5rem;
    }
    .PSI,
    .CON,
    .BTY,
    .IVE,
    .BIL,
    .SAL,
    .ACC,
    .CUS {
        font-size: 1.5rem;
        padding: 1.8rem 0rem;
    }
    .hc-img {
        height: 200px;
        margin-top: 10px;
        left: calc(50% - 150px);
        position: relative;
    }
    .hc-bg {
        height: 700px;
    }
    .sys-bg {
        height: 750px;
    }
    .about-bg {
        height: 900px;
    }
    .news-one>span,
    .news-two>span,
    .news-three>span {
        font-size: 1.4rem;
    }
    .hottest {
        height: 700px;
    }
    .hot-info {
        margin-top: 5rem !important;
    }
}

@media (max-width: 767px) {
    #totop {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .top-tel {
        display: none;
    }
    .contect-bg {
        max-height: 600px;
    }
    .send-space {
        margin-top: 2rem !important;
        margin-bottom: 10rem !important;
        justify-content: center !important;
    }
    .system-bg {
        width: 100vw;
        min-height: 800px;
        background-image: linear-gradient(to top, rgba(133, 227, 255, 0.555), rgba(255, 255, 255)), url();
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .hot-info {
        margin-top: 3rem !important;
    }
    .over-hide {
        height: 250px;
        overflow: hidden;
    }
    .hottest {
        height: 550px;
    }
    .sys-bg {
        height: 650px;
    }
    .about-bg {
        height: 780px;
    }
    .news-one {
        height: 250px;
    }
    .news-one>span,
    .news-two>span,
    .news-three>span {
        font-size: 1.5rem;
        padding-top: 1.25rem;
    }
    .sys-intro-title {
        width: 50vw;
    }
    .service-bg {
        height: 1350px;
    }
    .topic {
        font-size: 0.7em;
        padding-left: 5%;
        padding-right: 5%;
    }
    .cog,
    .invoice,
    .spa,
    .boxes,
    .users,
    .bill,
    .dollar,
    .edit {
        border-radius: 100%;
        height: 80px;
        width: 80px;
        color: white;
        font-size: 2.5rem;
    }
    .icon-mt {
        margin-top: 1.2rem;
    }
    .sys-title {
        font-size: 1.4rem;
    }
}

@media(max-width:700px) {
    .dn-700 {
        display: none;
    }
}

@media (max-width: 576px) {
    .hot-img {
        margin-top: -8vw;
    }
    #totop {
        bottom: 1.3rem;
        right: 1.3rem;
    }
    .system-bg {
        min-height: 1900px;
    }
    #carouselExample {
        display: none;
    }
    .footer-space {
        padding-top: 1rem;
    }
    .form {
        line-height: 2;
    }
    .contect-bg {
        visibility: hidden;
    }
    .hc-bg {
        height: 780px;
    }
    .sys-bg {
        height: auto;
        padding: 0.8rem;
    }
    .sys-img {
        min-height: 150px;
    }
    .hot-title {
        font-size: 1.8rem;
    }
    .img-s {
        height: 120px;
        width: 120px;
    }
    .cog,
    .invoice,
    .spa,
    .boxes,
    .users,
    .bill,
    .dollar,
    .edit {
        border-radius: 100%;
        height: 70px;
        width: 70px;
        color: white;
        font-size: 2rem;
    }
    .icon-mt {
        margin-top: 1.2rem;
    }
    .sys-title {
        font-size: 1.2rem;
    }
    .hottest {
        height: 500px;
    }
}

@media (max-width: 420px) {
    .hot-info {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 375px) {
    .navbar-brand img {
        width: 180px;
        margin: 0rem 0rem 0rem 0rem;
    }
    .footer-T-bg {
        font-size: 0.7rem;
    }
    .copyright {
        font-size: 0.5rem;
        margin-top: 0.3rem;
        height: 1.3rem;
    }
    .hc-bg {
        height: 820px;
    }
    .hottest {
        height: 530px;
    }
    .hide-s {
        display: none;
    }
    .hc-title {
        font-size: 1.25rem;
    }
}


/*跳轉入口*/

.entrence {
    width: 90%;
    height: 180px;
    color: #FFF;
    font-size: 2em;
    text-align: center;
    padding-top: 40px;
    margin: 30px 0px 30px 0px;
    border-radius: 10px;
    display: block;
}

.entrence {
    background-color: #A98ED6;
}

.btn-top:hover {
    top: 5px;
}

.entrence:hover {
    opacity: 80%;
    color: white;
    box-shadow: 0px 5px 8px 0px #696969;
}