﻿
body {
    font-family: 微软雅黑;
    font-size: 15px;
}

/*
a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}
*/
    a:link,
    a:visited,
    a:active {
        color: #3f3f3f;
        text-decoration: none;
    }

a:hover {
    color: #CA252B;
    text-decoration: none;
}

    /***
Fix link outlines after click
***/
    a, a:focus, a:hover, a:active {
        outline: 0;
    }


ul, ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
}
ol, ol li {
    padding: 0;
    margin: 0;
}


img {
    max-width: 100%;
    height: auto;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.page-title{
    margin: 0;
}

.h-50px {
    height: 50px !important;
}


.bg-mode {
    background: #fff !important;
}


.shadow {
    -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}


@media (min-width: 576px)
{
.p-sm-6 {
    padding: 3.5rem !important;
}

.p-sm-7 {
    padding: 4rem !important;
}
}

.logo{
    max-height: 60px;
}

.btn-block {
    display: block;
    width: 100%;
}


.btn-default,
a.btn-default {
    background-color: #CA252B;
    color: #fff;
}

    .btn-default:hover,
    a.btn-default:hover {
        background-color: #CA252B;
        color: #fff;
    }




.search-result-box{
    min-height: 80px;
}


#search-result,
#search-result .yes-result,
#search-result .no-result {
    display: none;
}


    #search-result label {
        width: 100px;
        text-align: right;
        padding: 0;
        margin: 0;
    }


    #yes-result li {
        line-height: 30px;
    }    
  
    .vh-xxl-100 {
        height: 100vh !important;
    }
    
    .section {
        padding-top: 3.5rem;
        padding-bottom: 2.8rem;
    }  
    .field-validation-error {
        font-size: .8em;
    }

    .search-box{
        position: relative;
    }

    .copyright {
        width: 100%;
        position: absolute;
        bottom: 0;
        border: 0;
        background: #fff;
        line-height: 16px;
        padding: 0px 0 15px;
        z-index: 1;
        left: 0;
        right: 0;
       
    }
    .copyright span,
    .copyright a{
        font-size: 14px;
        color: #8c8c8c;
    }

    .form-control:focus {   
        outline: 0;
        border-color: #CA252B;
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); 
      }    
/* Checkbox */
.form-check-input:checked ~ .form-check-label::before {
    color: #c3a14d;
    border-color: #c3a14d;
    background-color: #c3a14d;
}

.form-check-input:focus ~ .form-check-labell::before {
    box-shadow: 0 0 0 0.2rem rgba(195,161,77, 0.25);
}


.form-check-input:checked {
    background-color: #CA252B;
    border-color: #CA252B;
}

.qrcode-box {
   
    width: 160px;
    height: 160px;
    margin-top: 24px;
    border: 1px solid #e6e8f2;
    border-radius: 8px;
}

.qr-title{
    font-size: 14px;
    color: #8c8c8c;
}