html {
    height: 100%;
    width: 100%;
    overflow: auto;
    touch-action: manipulation;
    overflow-y: auto;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif;
    background-color: #fff;
    font-weight: normal;
    height: 100%;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

.scrollable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.default-query {
    position: relative;
    min-height: 100%;
    padding-bottom: 20px;
}

.wrap-banner {
    height: 150px;
    background-color: rgb(28, 119, 172);
    display: table;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.wrap-banner .inside {
    display: table-cell;
    vertical-align: middle;
}

.query-score-title {
    font-size: 48px;
    font-weight: bold;
    z-index: 9;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif;
}

.wrap-user-form {
    width: 800px;
    margin: 25px auto 15px;
    background-color: #fff;
    padding: 20px 115px;
    font-size: 14px;
    display: table;
}

.box-shadow {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.wrap-user-form form {
    position: relative;
}

.form-group {
    clear: both;
}

.wrap-user-form .form-group {
    margin-bottom: 5px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: auto;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a, button, input, a:focus, button:focus, input:focus, a:active, button:active, input:active, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wrap-user-form input {
    width: 100%;
    height: 41px;
    padding: 3px 10px;
    margin: 20px auto 0;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    outline: none;
}

p {
    margin: 0 0 5px;
}

.tip {
    padding-left: 11px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a, button, input, a:focus, button:focus, input:focus, a:active, button:active, input:active, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    padding: 8px 10px;
    color: #fff;
    font-size: 16px;
    outline: none;
    min-width: 110px;
}

.btn-blue {
    background-color: #c11a20;
    border-radius: 50px;
}

.btn-info {
    background-color: #1199c4;
    margin: 5px;
    float: left;
}

#btnBak {
    float: none;
}

#inputBox {
    background-image: url("../../resources/images/qrcode.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#to-score {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    padding: 9px;
}

#notice {
    font-size: 14px;
    margin-left: -95px;
    margin-right: -105px;
}

#scoreBox {
    width: 800px;
    margin: 25px auto 15px;
    background-color: #fff;
    font-size: 14px;
    display: table;
    border-top: #3776B9 10px solid;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#speNotice {
    width: 800px;
    margin: 10px auto 10px;
    background-color: #FDFCCC;
    font-size: 14px;
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#validImg {
    width: 100px;
    height: 40px;
    padding: 3px 10px;
    margin: 20px auto 0;
}

.support-txt {
    text-align: center;
}

.txt-gray {
    color: #999;
}

@media (max-width: 768px) {
    .wrap-banner {
        font-size: 16px;
        font-weight: normal;
        background-color: rgb(28, 119, 172);
        height: 110px;
        padding-top: 0;
    }

    .query-score-title {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .wrap-user-form {
        width: 100%;
        padding: 40px 20px;
    }

    .wrap-user-form input {
        width: 100%;
    }

    .btn {
        min-width: 80px;
    }

    #inputBox {
        background-image: none
    }

    #notice {
        margin-left: 0px;
        margin-right: 0px;
    }

    #scoreBox {
        width: 100%;
    }

    #speNotice {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .default-query {
        padding-bottom: 17px;
    }
}

table.reference {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

table, tbody, td, tfoot, tr {
    border: 0;
    margin: 0;
    padding: 0;
}

table.reference tr {
    margin-bottom: 5px;
}

table.reference td {
    line-height: 2em;
    min-width: 24px;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
    border-top: #B5CFF5 1px dotted;
    border-right: #B5CFF5 1px dotted;
    border-bottom: #B5CFF5 1px dotted;
}

table.reference tr:nth-child(even) {
    background-color: #fff;
}

table.reference tr:nth-child(odd) {
    background-color: #F8FBFE;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}