/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

::-webkit-scrollbar,
*::-webkit-scrollbar {
    display: none
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4bg.ttf) format('truetype')
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4bg.ttf) format('truetype')
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26Zw.ttf) format('truetype')
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4bg.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype')
}

body {
    font: 16px/26px "Prompt";
    font-family: 'Prompt', sans-serif;
    height: 100%
}

.wrapper {
    width: 90%;
    margin: 0 5%
}

nav ul {
    margin: 0;
    padding: 0
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #e44d26
}

nav a:hover,
nav a:visited {
    color: white
}

nav a:hover {
    text-decoration: underline
}

.main {
    padding: 30px 0
}

.main article h1 {
    font-size: 2em
}

.main aside {
    color: white;
    padding: 0px 5% 10px
}

.footer-container footer {
    color: white;
    padding: 20px 0
}

.ie7 .title {
    padding-top: 20px
}

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

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0
}

input,
textarea,
input:focus,
textarea:focus {
    transition: all;
    box-shadow: none
}

a:focus,
a:hover {
    text-decoration: none
}

.swiper-pagination-bullet {
    background-color: #FFF
}

.code-select-popup-wrap {
    position: fixed;
    width: 100%;
    z-index: 1
}

.code-select-popup-wrap .popup-box-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    min-height: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px #333
}

.code-select-popup-wrap .popup-box-wrap .close-btn {
    position: absolute;
    top: 10px;
    right: 10px
}

.code-select-popup-wrap .popup-box-wrap .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 30px;
    background: no-repeat center url(../images/bg-checkcode-head.webp);
    background-size: cover
}

.code-select-popup-wrap .popup-box-wrap .popup-content .sub-head {
    text-transform: uppercase;
    font: bold 21px "tahoma";
    margin: 0 0 20px 0;
    color: #FFF
}

.code-select-popup-wrap .popup-box-wrap .popup-content .status-icon {
    margin: 0 0 20px 0
}

.code-select-popup-wrap .popup-box-wrap .popup-content .select-content {
    display: flex
}

.code-select-popup-wrap .popup-box-wrap .popup-content .select-content .selector {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px 0 0 0;
    margin: 0 10px;
    text-decoration: none;
    background: #EFEFEF
}

.code-select-popup-wrap .popup-box-wrap .popup-content .select-content .selector img {
    max-width: 200px
}

.code-select-popup-wrap .popup-box-wrap .popup-content .select-content .selector .title {
    text-align: center;
    color: #333;
    font: 600 18px/20px "tahoma";
    text-transform: uppercase;
    padding: 5px;
    margin: 10px 0
}

.input-section-wrap {
    display: flex;
    flex-flow: column;
    height: calc(100vh);
    width: 100%;
    background-size: cover;
    background-position: top;
    justify-content: center;
    align-items: center;
    background-image: url(../images/bg-checkcode-head.webp)
}

.input-section-wrap .logo {
    width: 320px;
    margin: 0
}

.input-section-wrap .input-cover {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 22px;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
    border-image: linear-gradient(180deg, #E11D24 50%, #E5B209 50%) 1;
    border-left: 6px solid;
    border-radius: 4px;
    margin-bottom: 40px
}

.input-section-wrap .input-cover .header {
    padding: 0 0 10px 0;
    color: #FFF
}

.input-section-wrap .input-cover .header .logo-mini {
    display: flex;
    margin: 30px auto 20px
}

.input-section-wrap .input-cover .header .heading {
    display: flex;
    margin: 0 auto;
    width: -webkit-fill-available;
    max-width: 400px
}

.input-section-wrap .input-cover .header h2 {
    font: bold 20px/24px "tahoma";
    margin: 20px 0 0 0;
    text-transform: uppercase
}

.input-section-wrap .input-cover .header p {
    font: normal 16px/20px "Helvetica Neue";
    margin: 10px 0 0 0
}

.input-section-wrap .input-cover .input-container {
    display: flex;
    margin: 15px 0
}

.input-section-wrap .input-cover .input-container .s1 {
    width: 35%;
    height: 50px;
    background: #666;
    color: #FFF;
    font: 500 18px/22px "Oswald";
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.input-section-wrap .input-cover .input-container .s2 {
    width: 35%;
    height: 50px;
    background: #dcdcdc;
    font: 500 18px/22px "Oswald";
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.input-section-wrap .input-cover .input-container .input-authen {
    display: flex;
    height: 50px;
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px 5px 5px 10px;
    font: 100 16px/22px "Helvetica Neue";
    color: #000;
    letter-spacing: 2px
}

.input-section-wrap .input-cover .btn-authen {
    display: flex;
    height: 50px;
    width: 100%;
    margin: 22px 0 0 0;
    background: #E5B209;
    color: #333;
    border-radius: 4px;
    border: none;
    justify-content: center;
    align-items: center;
    font: bold 18px/22px "tahoma";
    text-transform: uppercase
}

.input-section-wrap .input-cover .contact-web {
    display: flex;
    font: normal 14px/18px "Helvetica Neue";
    justify-content: center;
    padding: 20px 0 0 0;
    color: #CCC
}

.code-location-wrap {
    background: #FFF;
    display: flex;
    width: 100%;
    padding: 20px 0 20px 0;
    justify-content: center;
    background-image: url(../images/bt-bg-cover.webp)
}

.code-location-wrap .code-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.code-location-wrap .code-wrap .logo {
    width: 100%;
    max-width: 350px
}

.code-location-wrap .code-wrap .right-content {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 10px
}

.code-location-wrap .code-wrap .right-content h3 {
    font: bold 18px/22px "Tahoma";
    text-transform: uppercase
}

.code-location-wrap .code-wrap .right-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.code-location-wrap .code-wrap .right-content ul li {
    color: #666
}

.code-location-wrap .code-wrap .right-content ul li b {
    color: #333
}

.wp-stars svg {
    width: 18px
}

@media only screen and (min-width:500px) {
    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0
    }
    nav li:first-child a {
        margin-left: 0
    }
    nav li:last-child a {
        margin-right: 0
    }
    nav ul li {
        display: inline
    }
    .oldie nav a {
        margin: 0 .7%
    }
    .wp-stars svg {
        width: 18px
    }
}

@media only screen and (min-width:800px) {
    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
        -moz-box-shadow: 0 5px 10px #aaa;
        box-shadow: 0 5px 10px #aaa
    }
    nav {
        float: right;
        width: 38%
    }
    .main article {
        float: left;
        width: 57%
    }
    .main aside {
        float: right;
        width: 28%
    }
}

@media only screen and (min-width:1100px) {
    .wrapper {
        width: 1100px;
        margin: 0 auto
    }
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}