@font-face {
    font-family: "webfont";
    font-display: swap;
    src: url('./fonts/webfont.eot');
    /* IE9 */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/webfont.woff2') format('woff2'),
        url('./fonts/webfont.woff') format('woff'),
        /* chrome、firefox */
        url('./fonts/webfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('./fonts/webfont.svg#webfont') format('svg');
    /* iOS 4.1- */
}

html,
body {
    font-family: 'webfont', 'Source Han Sans CN', 'Noto Sans SC';
    width: 100%;
    height: 100%;
}

.container {
    padding-top: 1%;
    padding-bottom: 44px;
}

.row {
    text-align: center;
}

.bai_box {
    margin-bottom: 4%;
}

.url_box1 {
    margin-bottom: 1%;
}

.input-group-lg {
    width: 75%;
    margin: auto;
    margin-top: -16px;
}

.input-group-lg .btn {
    background-color: #4e6ef2;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
}

.url_box .input-group {
    width: 75%;
    margin: auto;
}

.url_box a {
    text-decoration: none;
}

.url_box img {
    max-width: 99%;
    max-height: 128px;
    border: 1px solid #ededed;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.url_box p {
    font-size: 1.6vw;
    color: #333333;
}

.footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #9195a3;
}

.footer span,
.footer a {
    display: inline-block;
    vertical-align: middle;
}