@charset "UTF-8";

#Home {
    padding: 50px 0;
    min-height: calc(100vh - 10px);
    background: rgba(255, 255, 255, .4);
}

#graphic {
    background: #fff;
}

#graphic, #main, #sub, .card {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#graphic {
    height: 524px;
}

#main {
    height: 500px;
}

#sub {
    margin-top: 10px;
    height: 124px;
}

#qrcode > img {
    height: 100%;
    width: 100%;
}

#inputData .card{
    min-height: 524px;
}

#standData {
    text-align: left;
}

#standData > input {
    margin: 2px 0;
    width: 100%;
}

#introduce {
    margin-top: 10px;
    padding-left: 0;
}

.sp-replacer {
    background-color: #fff;
    border-color: #ced4da;
    border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important;
}

.sp-choose, .sp-cancel {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    background-color: transparent;
    padding: .25rem .4rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    border-radius: .25rem !important;
}

.sp-choose {
    background: #065cff !important;
    color: #fff!important;
    border: 2px solid #fff !important;
}

.sp-cancel {
    color: #fff !important;
    background: #df5e2b !important;
    border: 2px solid #fff !important;
}

.sp-choose:hover, .sp-cancel:hover {
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    text-decoration: none !important;
}

@media (max-width: 767px){
    #__echarts_download_wrap__ img {
        width: 100%;
    }
    #introduce {
        padding: 0;
    }
    #inputData {
        padding: 0;
    }
    .form-floating label.form-label {
        font-size: 12px;
    }
}

@media (min-width: 768px){
    .pNo {
        display: none;
    }
}

body{
    color: #000;
    background-color: rgba(255, 255, 255, .5);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

*::-webkit-scrollbar{
    display:none;
}

a:hover {
    text-decoration: none;
}

* {
    cursor: url(/image/icon/horse-cursor.png),auto !important;
}

#header {
    background: rgba(0, 0, 0, .5);
    color: rgba(101, 194, 229, 1);
    padding: 20px 0;
    width: 100%;
    height: 90px;
}

#header #logo {
    float: left;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

#header #Title {
    float: right;
    margin: 0;
}

#header #Title h2 {
    display: block;
    margin: 0;
}

#header #Title h5 {
    display: none;
    margin: 0;
}

@media (max-width: 991px) {

    #header {
        height: 80px;
    }

    #header #logo img {
        max-height: 40px;
    }

    #header #Title h2 {
        display: none;
    }

    #header #Title h5 {
        display: block;
        margin-top: 7.5px;
    }
}

#footer {
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-family: "Comic Sans MS", cursive, sans-serif;
    padding: 10px 0;
    height: 65px;
    font-size: 13px;
}

#footer .copyright {
    text-align: center;
}

#footer i {
    color: #3bd03b;
}

#footer a {
    color: cyan;
}

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 185, 255, 0.85);
    color: #000;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top:focus {
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #03C4EB;
    color: #fff;
}