@charset "utf-8";
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
bl ockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/nexdata/static/public/font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('/nexdata/static/public/font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('/nexdata/static/public/font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('/nexdata/static/public/font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
  }
/*, sans-serif, Montserrat*/
body {
    font-size: 16px;
    font-style: normal;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    color: #202020;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);f7f8fd*/
    background: #fff;
}

input {
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    color: #333;
}
main{
    min-width: 1260px;
    max-width: 1260px;
    margin: 0 auto;
}
h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 26px;
}
h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}
h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}
p{
    font-size: 18px;
    line-height: 26px;
}
small {
    font-size: 12px
}

h2 {
    font-size: 16px
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

a:link,
a:visited,
a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
    /* color: black; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-box-shadow: none;
    /* box-shadow: none;
    border: none; */
}

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

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    /*解决长时间按住页面会闪退的问题 移动端*/
    -webkit-text-size-adjust: 100%;
    /*解决移动端旋转之后字体适应问题*/
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible;
    outline: none;
}

i,
em,
b {
    font-style: normal;
}

button,
select {
    text-transform: none;
    font-family: 'Montserrat';
}

textarea {
    overflow: auto
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

g,
text,
path,
circle {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #999;
    font-family: "Montserrat";
    -webkit-font-smoothing: antialiased;
}


/*/!*input 添加hover focus 触发动画效果*!/
input[type=text]:hover,  input[type=text]:focus, input[type=password]:hover,  input[type=password]:focus {
    border: 1px solid #56b4ef;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
    -webkit-transition: box-shadow .5s;
}*/


/*-webkit-input-placeholder 加动画效果 只有webkit支持*/

input:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder {
    color: #666;
    -webkit-transition: color .5s;
}

.loadBox {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -200px;
}

.load {
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    line-height: 100%;
    margin-top: 200px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: loading 2s infinite linear;
    -moz-animation: loading 2s infinite linear;
    -o-animation: loading 2s infinite linear;
    -ms-animation: loading 2s infinite linear;
    animation: loading 2s infinite linear;
}

@-webkit-keyframes loading {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 0.2em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 .2em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 -0.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 .2em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 .2em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 .2em #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 -.5em #fbb0b0;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 .2em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 .2em #fbb0b0;
    }
}

@keyframes loading {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 0.2em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 0 #fbb0b0, 3em 0 0 .2em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 -0.5em #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 0 #fbb0b0, 2em 2em 0 .2em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 -.5em #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 0 #fbb0b0, 0 3em 0 .2em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 -.5em #fbb0b0, -2em -2em 0 -0.5em #fbb0b0;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 0 #fbb0b0, -2em 2em 0 .2em #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 -.5em #fbb0b0;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 .2em #fbb0b0, -2em -2em 0 0 #fbb0b0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #fbb0b0, 2em -2em 0 -0.5em #fbb0b0, 3em 0 0 -.5em #fbb0b0, 2em 2em 0 -.5em #fbb0b0, 0 3em 0 -.5em #fbb0b0, -2em 2em 0 0 #fbb0b0, -3em 0 0 0 #fbb0b0, -2em -2em 0 .2em #fbb0b0;
    }
}

.errors {
    width: 100%;
    margin-top: 100px;
    color: red;
    text-align: center;
    font-size: 24px;
}

.prompt {
    display: none;
    color: #fa5d5d;
}

.maskLayer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
}

/*no data*/

.whenNoData {
    width: 100%;
    padding-top: 200px;
    text-align: center;
}

.whenNoData img.noDataImg {
    display: inline-block;
    width: 194px;
    height: 194px;
    margin-bottom: 40px;
}

.whenNoData p.noDataP {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: red;
    line-height: 20px;
    margin-bottom: 100px;
}


/*
    名字居左 数字居右 时间居中
*/

.lefterA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
}

.centerA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}

.righterA {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right !important;
}

.AlvinBtn {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

.AlvinBtn:active {
    box-shadow: none;
}

.AlvinBtn:hover {
    box-shadow: none;
}

.must::before {
    content: "*";
    position: absolute;
    color: red;
    left: 0;
    top: 2px;
}

.reset {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.reset:hover {
    background-color: #feb034;
    color: #fff;
}

.titleName {
    position: relative;
    height: 58px;
    width: 100%;
    font-size: 20px;
    line-height: 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.titleName:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 58px;
    background-color: #4474f2;
    left: 0;
    top: 0;
}

textarea {
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}
.tit_hy{
    padding:80px 0 0;
}
.whiteBtn{
    border-radius: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
    /* 蓝色渐变 */
    border: 2px solid transparent;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(270deg, #2E8CFD 17%, #0048FF 100%);
    /* 背景剪裁和起点 */
    -webkit-background-clip: padding-box, border-box;
    -webkit-background-origin: padding-box, border-box;
    position: relative;
    cursor: pointer;
}
.whiteBtn>a{
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(270deg, #2E8CFD 17%, #0048FF 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.blueBtn{
    border: 0;
    border-radius: 12px;
    /* 蓝色渐变 */
    background: linear-gradient(270deg, #2E8CFD 17%, #0048FF 100%);
    cursor: pointer;
}
.blueBtn>a{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.whiteBtn:hover,.blueBtn:hover{
    box-shadow: 2px 2px 6px -2px #005EFF;
}
.whiteBtn a:hover{
    background: none;
    -webkit-text-fill-color: #0049c5;
    -webkit-background-clip: text;
}
.messageError{
    display: none;
    height: 18px;
    padding: 14px 57px 14px 46px;
    border-radius: 8px;
    background: #FEF1F0;
    font-size: 14px;
    line-height: normal;
    color: #D10000;
    z-index: 99999;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}
.messageError .errorImg{
    width: 18px;
    position: absolute;
    top: 14px;
    left: 20px;
}
.messageError .clossImg{
    width: 18px;
    position: absolute;
    top: 14px;
    right: 17px;
    cursor: pointer;
}
.messageSuccess{
    display: none;
    height: 18px;
    padding: 14px 57px 14px 46px;
    border-radius: 8px;
    background: #d0ffe8;
    font-size: 14px;
    line-height: normal;
    color: #0CCD70;
    z-index: 99999;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}
.messageSuccess .successImg{
    width: 18px;
    position: absolute;
    top: 14px;
    left: 20px;
}
.messageSuccess .clossSuccessImg{
    width: 18px;
    position: absolute;
    top: 14px;
    right: 17px;
    cursor: pointer;
}