<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


img {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

.mr-top5 {
    margin-top: 5%;
}

.disp {
    display: flex;
    flex-direction: column;
}

.disp-r {
    display: flex;
    justify-content: space-around;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

#main {
    width: 100%;
    background: url(../images/bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 120px;
}

.header img {
    display: block;
    text-align: center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.content {
    background: url(../images/yuyue_bg.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 2%;
}

.input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border: 1px solid #c5d0e7;
    padding-left: 4%;;
    margin-top: .25rem;
    background-color: #fff;
    border-radius: 0.1rem;
    font-size: 20px;

}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_bg.png) 90% center no-repeat;
    background-size: 16px;
}

#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 060px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: 20px;
    margin-top: 20px;
    padding: 0;
}

._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label {
    padding: 0 !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px;
}

._nc .stage1 .slider {
    height: 60px !important;
    left: .7rem;
    right: .7rem;
}

._nc .stage1 .button {
    width: 60px !important;
    height: 60px !important;
}

.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper, .nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 60px;
}

.nc-container .nc_scale .scale_text {
    font-size: 20px !important;
    text-align: left;
}

.nc_scale {
    height: 60px !important;
}

.nc-container .nc_scale span {
    height: 60px !important;
    line-height: 60px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 60px;
}

.nc-container .nc_scale .btn_ok {
    line-height: 60px;
}

.code_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send {
    width: 48%;
    height: 60px;
    background-image: -moz-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    background-image: -webkit-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    background-image: -ms-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    box-shadow: 0px 8px 25px 0px rgba(0, 75, 216, 0.3);
    color: #fff;
    font-size: 20px;
    border-radius: .11rem;
    cursor: pointer;
    margin-top: 0.25rem;
}

.code_input .code {
    width: 48%;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder {
    color: #666;
}

.por {
    margin-top: 20px;
}

.submit {
    width: 100%;
    height: 70px;
    margin-top: 0.3rem;
    text-align: center;
    background-image: -moz-linear-gradient(90deg, rgb(241, 81, 77) 0%, rgb(254, 115, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 81, 77) 0%, rgb(254, 115, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 81, 77) 0%, rgb(254, 115, 127) 100%);
    box-shadow: 0px 5px 15px 0px rgba(239, 96, 101, 0.5);
    border-radius: 1rem;
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit .span {
    font-size: 16px;
    color: #ffd74a;
    padding: 0;
    display: block;
    font-weight: 400;
    padding-top: 3px;
}

.box_checkbox {
    float: left;
}

.box_checkbox label {
    font-size: 14px;
}

.last-check label a {
    font-size: 14px;
    color: #666;
}

.distpicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yuyue_box {
    width: 50%;
    background-color: #fff;
    padding: 0 4%;
    box-sizing: border-box;
    padding-bottom: 4%;
    border-radius: 20px 0 0 20px;
}

.code_box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #548cff;
    padding: 0 4%;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
}

.code_box ul {
    width: 100%;
}

.code_box ul li {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    margin-bottom: 4%;
    padding-bottom: 4%;
    text-align: center;
    width: 100%;

}

.code_tit {
    font-size: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(-45deg, rgb(168, 229, 252) 0%, rgb(224, 246, 253) 25%, rgb(222, 217, 255) 50%, rgb(185, 238, 254) 75%, rgb(163, 207, 253) 91%, rgb(140, 175, 252) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(168, 229, 252) 0%, rgb(224, 246, 253) 25%, rgb(222, 217, 255) 50%, rgb(185, 238, 254) 75%, rgb(163, 207, 253) 91%, rgb(140, 175, 252) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(168, 229, 252) 0%, rgb(224, 246, 253) 25%, rgb(222, 217, 255) 50%, rgb(185, 238, 254) 75%, rgb(163, 207, 253) 91%, rgb(140, 175, 252) 100%);
    width: 30%;
    height: 50%;
    text-align: center;
    border-radius: 0 20px 20px 0;
    padding: 6% 0;
}

.code_img {
    width: 180px;
    height: 200px;
    background-size: contain;
    border-radius: 20px;
    background-color: #fff;
}

.code_img img {
    width: 100%;
    height: 100%;
}

.code_con {
    margin-left: 4%;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.code_con2 {
    width: 70%;
    height: 100%;
    background-image: url(../images/kefu11.png);
    background-size: 100%;
    padding: 30px;
}

.kefu_a {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 22px;
}

.kefu_a1 {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 22px;
    margin: 60px 50px 0;
    width: 38%;
    text-align: center;
}

.por {
    position: relative;
}

.distpicker .por {
    width: 49%;
}

.footer1 {
    background: url(../images/footer_bg.png) no-repeat;
    background-size: 100% 100%;
}

.footer1 {
    text-align: center;
    padding: 2% 0;
    margin-top: -10%;
    padding-top: 10%;
}

.footer1 a, .footer1 p {
    font-size: 18px;
    color: #fff;
}

.header_tit {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    background-image: -webkit-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    background-image: -ms-linear-gradient(94deg, rgb(31, 110, 250) 0%, rgb(42, 131, 251) 52%, rgb(52, 151, 252) 100%);
    box-shadow: 5.448px 10.692px 28px 0px rgba(0, 75, 216, 0.59), inset 0.845px 1.813px 0px 0px rgba(182, 233, 251, 0.9);
    border-radius: 50px;
    padding: 1% 0;
    margin-bottom: 4%;
}

.header_tit h1 {
    font-size: 30px;
    color: #fff;
    margin-right: 4%;
}

.header {
    margin-bottom: 4%;
}

.txt {
    width: 100%;
    margin-top: 20px;
    color: black;
    text-align: center;
    font-size: 14px;

}

.footer1 img {
    height: 50px;
}

.title02 {
    color: #172a89;
    font-size: 90px;
}

.zhezhao {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: #0000004b;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.tanchuang_con {
    position: relative;
    width: 30%;
    margin: auto;
}

.close {
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;;
}

.tanchuang_con .a1 {
    position: absolute;
    display: block;
    width: 64%;
    height: 14%;
    left: 17.5%;
    top: 51.5%;
}

.tanchuang_con .a2 {
    position: absolute;
    display: block;
    width: 64%;
    height: 14%;
    left: 17.5%;
    bottom: 17.5%;
}

.content1 {
    background: url(../images/yuyue_bg.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 2%;
    margin-top: 20px;
}

.code_box1 {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #548cff;
    padding: 0 4%;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1200px) {
    .header {
        margin: 12% 0;
    }

    .header_tit {
        width: 100%;
        margin-bottom: 8%;
        padding: 4% 0;
    }

    .header_tit img {
        width: 20%;
    }

    .header_tit h1 {
        font-size: 0.5rem;
    }

    #main {
        height: 100%;
        background-size: auto 100%;
        padding: 1rem;
    }

    .container {
        width: 95%;
        margin: 0 auto;
    }

    .content, .code_box {
        flex-wrap: wrap;
    }

    .yuyue_box, .code_box {
        width: 100%;
        border-radius: 20px;
    }

    .code_box ul li {
        font-size: 14px;
    }

    .code_box {
        margin-top: 4%;
    }

    .code_box ul, .code_con {
        width: 100%;
        padding: 6%;
    }

    .code_tit {
        width: auto;
    }

    .input, .send, .submit {
        font-size: 16px;
    }

    ._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label {
        font-size: 16px !important;
        height: 2rem !important;
        line-height: 2rem !important;
    }

    ._nc .stage1 .slider {
        left: 0 !important;
        right: 0 !important;
    }

    .input, ._nc .stage1 .slider, ._nc .stage1 .button {
        height: 2rem !important;
    }

    .send {
        height: 2rem;
    }

    .por {
        margin-top: 20px;
    }

    .submit {
        height: 3rem;
        margin-top: 20px;
        font-size: 1rem;
    }

    .code_tit p {
        font-size: 16px;
    }

    .footer1 {
        background: #69a7ff;
        text-align: center;
        padding: 8% 0;
        margin-top: 0%;
    }

    .footer1 a, .footer1 p {
        font-size: 14px;
    }

    .txt {
        width: 100%;
        font-size: 0.6rem;

    }

    .title02 {
        color: #172a89;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;

    }

    .footer1 img {
        height: 2rem;
    }

    .code_box1 {
        border-radius: 20px;
        display: block;
    }

    .code_con {
        width: 100%;
        height: auto;
    }

    .code_con2 {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
    }

    .kefu_a, .kefu_a1 {
        width: 90%;
        font-size: 0.8rem;
    }


    .tanchuang_con {

        width: 99%;
        top: 5%;
    }





}</pre></body></html>