/*=== type ===*/
@font-face {
    font-family: 'cool-font';
    src: url(/fonts/cool-font.ttf)
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
/* line 825, src/assets/css/_default.scss */
::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    background-color: #AAAAAA;
}

:root {
    --font-family-sans-serif: 'cool-font', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: 'cool-font', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html,
body {
    font-family: 'cool-font', Arial, sans-serif !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #2c88cb;
    text-decoration: none;
}

div {
    padding: 0;
    margin: 0;
}

.btn {
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
    background-color: #0420B2;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}

.btn-line {
    color: #666bd3;
    background-color: #ffffff;
    border: 1px solid #666bd3;
}

.btn-s {
    min-width: 100%;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.btn-m {
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.btn-l {
    min-width: 220px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
}

.btn:hover {
    letter-spacing: 1px;
    background-color: #AAAAAA;
    box-shadow: 0px 0px 10px 1px #ccc;
    transition: all 200ms ease-in-out;
}

.btn-line:hover {
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #666bd3;
    box-shadow: 0px 0px 10px 1px #ccc;
    transition: all 200ms ease-in-out;
}

input[type="text"] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

input[type="text"]:hover {
    border: 1px solid #0420B2;
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #0420B2;
    background-color: #f6faff;
}

textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: 'cool-font', Arial, sans-serif !important;
}

textarea:hover {
    border: 1px solid #0420B2;
    background-color: #f6faff;
}

textarea:focus {
    outline: none;
    border: 1px solid #0420B2;
}

input[type="checkbox"]{
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.w-full {
    width: 100% !important;
}

.w-1200 {
    width: 1200px !important;
}

.p-hide {
    display: none !important;
}

.pdx-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

/*移动设备*/
@media screen and (min-width: 0px) and (max-width: 1280px) {
    .w-full {
        width: 100% !important;
    }

    .w-1200 {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .p-hide {
        display: flex !important;
    }

    .m-hide {
        display: none !important;
    }

    .col-m-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-m-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-m-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-m-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-m-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-m-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-m-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-m-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-m-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-m-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-m-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-m-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}