/* =============================================================================
HTML5 CSS Reset Minified - Eric Meyer
========================================================================== */
* {
    padding: 0;
    margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 14px;
}

input {
    outline: none!important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}/*去掉超级链接的下划线*/
img {
    border: none;
}/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;/* vertical-align:baseline; */background:transparent;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
  My CSS
  ========================================================================== */

/* ---- base ---- */

html,body{
    width:100%;
    height:100%;
    /* background:#111; */
}

html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
    font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
    display:block;
    vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */
.pic-1{
    position: fixed;
    /* width: 420px; */
    height: 370px;
    left: 19%;
    top: 27%;
}
#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.login-content{
    width: 340px;
    height: 460px;
    /* margin: 0 auto; */
    position: fixed;
    top: 20%;
    box-shadow: 0px 0px 10px #FFE;
    /* border: 1px solid #2890fa; */
    background: rgba(255 255 255 / 1);
    border-radius: 4px;
    right: 18%;
}
.login-content .logo{
    
display: block;
    
margin: auto;
    
/*width: 160px;*/
    
margin-top: 5px;
text-align:center;
}
.title{

text-align: center;

font-size: 20px;

letter-spacing: 3px;

padding: 10px 0px;

padding-bottom: 5px;
}
.small-title{
    
text-align: center;
    
font-size: 15px;
    
letter-spacing: 2px;
    
color: #666666;
}
.login-box{
    padding: 0px 20px;
    padding-top: 10px;
}
.login-box ul li{
    border-bottom: 1px solid #e2e2e2;
    /* line-height: 58px; */
    color: #666666;
    margin-bottom: 5px;
    /* height: 55px; */
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
}
.login-box ul li i{

color: #666666;

font-size: 18px;

padding-right: 2px;
}
.login-box ul li span{
    
display: inline-block;
    
width: 55px;
}
.login-box ul li input{
    padding:5px 3px;
    border: none;
    background: rgba(0,0,0,0);
    color: #666666;
    width: 190px;
    font-size: 16px;
}
    .login-box ul li .w-56 {
        width: 56px !important;
    }
.logo-option {
    overflow: hidden;
    padding-top: 15px;
}
.logo-option p{

float: left;
}
.logo-option p input{

width: 15px;

height: 15px;

position: relative;

top: -2px;
}
.logo-option p span{

padding-left: 5px;

font-size: 14px;
}
.logo-option a{

float: right;

font-size: 14px;
}
.login-box button{
    width: 230px;
    height: 43px;
    background: linear-gradient(90deg, #137CD7 0%, #9197D6 100%);
    opacity: 1;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    border: none;
    margin: auto;
    display: block;
    margin-top: 20px;
    outline: none;
    cursor: pointer;
    /* box-shadow: 0px 0px 8px #8ca9d0; */
    box-shadow: 0px 0px 7px #FFE;
}
.login-box button:hover{
    box-shadow: 0px 0px 0px #FFE;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.footer{
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 20px;
    color: #D4DFED;
}
.footer a{
    color: #D4DFED;
}
.login-tap{

height: 70px;
}
.account-login{

}
.account-login-tap{
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    height: 50px;
}
.account-login-tap img{
position: absolute;

right: 66px;

z-index: 22;

top: 16px;
}
    .account-login-tap i {
        background: url(../img/login/pic-17.png) no-repeat;
        display: block;
        width: 60px;
        height: 60px;
        background-size: 100% 100%;
        position: absolute;
        right: 7px;
        top: 7px;
        cursor: pointer;
    }
.scanCode-login-tap{
    display: none;
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    height: 50px;
}
.scanCode-login-tap img{
    position: absolute;

    right: 66px;

    z-index: 22;

    top: 16px;
}
    .scanCode-login-tap i {
        background: url(../img/login/pic-16.png) no-repeat;
        display: block;
        width: 60px;
        height: 60px;
        background-size: 100% 100%;
        position: absolute;
        right: 7px;
        top: 7px;
        cursor: pointer;
    }
.scanCode-login{
    padding-top: 20px;
    display: none;
}
.scanCode-login dl{

text-align: center;
}
.scanCode-login .qeCode{

display: block;

margin: auto;

margin-top: 30px;

margin-bottom: 30px;
}
.scanCode-login .tips{

text-align: center;

color: #2E8BD7;

font-size: 15px;

letter-spacing: 1px;
}
.scanCode-login dl dt{

font-size: 16px;

text-align: center;

letter-spacing: 3px;

font-weight: bold;
}
.scanCode-login dl dd{

height: 3px;

width: 123px;

display: inline-block;

background: #2886D7;
}


@media screen and (min-width: 1441px) {
    .pic-1{
        top: auto;
        bottom: 31%;
        height: 440px;
    }
    .login-content{
        top: auto;
        bottom: 31%;
        right: 25%;
    }
}
@media screen and (max-width: 500px) {
    .login-content {
        position: absolute;
        left: 50%;
        margin-left: -170px;
        top: 10%;
        padding-top: 30px;
        height: 400px;
    }

    .footer {
        display: none;
    }

    .login-tap {
        display: none;
    }
}