﻿﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*@media only screen and (min-width: 320px) {
    html {
        font-size: 62.5% !important;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 125% !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 150% !important;
    }
}

@media only screen and (min-width: 1242px) {
    html {
        font-size: 187.5% !important;
    }
}*/

/*html {
    font-size: 62.5% !important;
}*/

.logo {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    .logo img {
        width:100%;
    }

.btnqd {
    width:50%;
    text-align:center;
    margin:0 auto;
}
.btnqd input[type='submit'] {
    width:100%;
}

.txtinput {
    border-radius: 50px;
   width:80%;
    height: 87px;
    padding-left: 40px;
    /*padding-right: 40px;*/
    border: 1px solid #afadab;
    font-size: 32px;
}

.control-label {
    color: #3d7329;
    font-size: 20px;
    font-weight: bold;
    line-height:87px;
    text-align:center;
}

.slSelect {
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sl_bg.png) no-repeat 98% 50%;
}


.btnSave {
    background: url(../images/btn.jpg) no-repeat;
    width: 360px;
    height: 137px;
    border: none;
}

.qrc {
    margin-top:10px;
    text-align:center;
}
    .qrc img {
        width:80%;
    }
    .qrc-a {
        text-align: center;
    }
.qrc-a img {
    width:50%;
}

