@charset "utf-8";
html {
    font-size: 100px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #2c06a0
}

abbr[title] {
    border-bottom: .01rem dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    /* display: block; */
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    border: none;
    border-top: .02rem solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
/* 
input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
} */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100% !important;
    width: 100%!important;
}

td,
th {
    padding: 0
}

@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.none {
    display: none
}

.check:checked,
.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.check+label:after,
.check+label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 13px;
    border-radius: 3px;
    content: '';
    background: #000
}

.check:checked+label:after {
    background: #ca140d
}

.radio:checked+label,
.radio:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px
}

.radio+label:after,
.radio+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
    border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked+label:before {
    border: 1px solid #d9a65c
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9a65c;
    top: 3px;
    left: 4px
}

::-webkit-input-placeholder {
    color: #999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #999
}


/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left!important
}

.fr {
    float: right!important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.login{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: url(../images/loginbg.jpg) no-repeat center center;background-size: cover;display: flex;align-items: center;justify-content: center;}
.loginMain{width: 6.7rem;height: auto;max-width: 670px;box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);border-radius: 20px;}
.loginMain .Dtop{height: 80px;background: url(../images/logintop.jpg) no-repeat center center ;background-size: cover;padding: .15rem .5rem;display: flex;align-items: center;justify-content: flex-start;color: #fff;border-radius: 20px 20px 0 0;}
.loginMain .Dtop .logo img{height: .49rem;width: auto;padding-right: .25rem;border-right: 1px rgba(255, 255, 255, .3) solid;margin-right: .25rem;}
.loginMain .Dtop span{font-size: .28rem;display: inline-block;}
.loginMain .Dmain{width: 100%;padding:.4rem .5rem .6rem ;border-radius:0 0 20px 20px;background: #f8f5f5;}
.loginMain  .Dlist{}
.loginMain  .Dmain .tip{font-size: .18rem;color: #000;margin-bottom: .3rem;}
.loginMain  .Dmain .tip h3{font-size: .24rem;font-weight: bold;line-height: 2;}
.loginMain .Dlist{padding:.1rem .7rem 0 .7rem;}
.loginMain .Dlist li{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: .15rem;}
.loginMain .Dlist li > label{width: .9rem;font-size: .16rem;color: #666;}
.loginMain .Dlist li .inputBox{width: calc(100% - .8px);display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.loginMain .Dlist li .inputBox .input{width: 100%;border: 1px #d2d2d2 solid;background: #fff;padding: .05rem;line-height: .32rem;height: .44rem;color: #333;}
.loginMain .Dlist li .inputBox .input.input-val{max-width: calc(100% - 110px) !important;width: calc(100% - 110px) }
.loginMain .Dlist li .inputBox .input.input-val::placeholder{font-size: .14rem;}
.loginMain .checkBox{display: flex;justify-content: space-between;align-items: center;width: 100%;flex-wrap: wrap;margin: .15rem auto .3rem;}
.loginMain .checkBox .left{display: flex;align-items: center;font-size: .14rem;}
.inputcheckbox input{
	display: none
	}
.inputcheckbox label {
	padding: 0 16px 0 0;
	display: inline-block;
	position: relative;
    color: #666;
	}
.inputcheckbox label:before {
	box-sizing: border-box;
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #4529b2;
	margin-right: 8px;
    border-radius: 0;
	vertical-align: middle;
	display: inline-block;
	transition: 0.1S;
	}
.inputcheckbox input + label:before {
	border: 3px solid #4529b2;
    border-radius: 0;
	}
.inputcheckbox label:before {
	background: url(../images/ico_tick.svg) no-repeat center;
	background-size: 0;
	border-radius: 4px;
	transition: 0.2S;
	}
.inputcheckbox input:checked + label:before {
	background-color: #4529b2;
	background-size: 16px;
	border-color: #4529b2;
	}

    .loginMain .checkBox a{color: #6600cc;font-size: .14rem;}
    .btn{width: 100%;height: .5rem;background: url(../images/logintop.jpg) no-repeat center center ;background-size: cover;text-align: center;line-height: .5rem;font-size: .24rem;letter-spacing: 10px;color: #fff;box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);cursor: pointer;}

    @media screen and (max-width:768px) {
        .loginMain{width: 5rem;}
        .loginMain .Dtop{padding-left:.3rem ;padding-right:.3rem ;}
        /* .loginMain .Dlist{padding: .15rem 0 0;} */
        /* .loginMain .Dlist li .inputBox{width: calc(100% - 1rem);} */
        .login{overflow: auto;position: static;min-height: 100vh;}
        .loginMain{margin: 1rem auto .5rem;}
        .loginMain .Dtop .logo img{height: .4rem;    padding-right: .15rem;margin-right: .15rem;}
    }


    @media screen and (max-width:640px) {
.loginMain{width: 90%;}
.loginMain .Dtop{padding-left:.15rem ;padding-right:.15rem ;}
.loginMain .Dtop .logo img{height: .3rem;}
.loginMain .Dtop span{font-size: .16rem;}
.loginMain .Dmain{padding: .3rem;}
.loginMain .Dlist{padding: .15rem 0;}
.loginMain .checkBox{margin: .15rem auto .2rem;}
.loginMain .Dmain .tip{font-size: .16rem;}
.loginMain .Dmain .tip h3{font-size: .2rem;}
.btn{height: .44rem;line-height: .44rem;font-size: .2rem;}
    }
