body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: normal;
    font-family: "Microsoft YaHei", "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

div, h1, h2, h3, p, span, ul, li, input, button {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
}
svg * {
    fill: none;
    stroke: currentColor;
}
i {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
@font-face {
    font-family: 'pfdintextcondpro';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
    url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype'),
    url('../fonts/pfdintextcondpro-regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.forgot,.button,.dep-drop span
{
    transition: 0.3s 0.1s ease;
    -webkit-transition: 0.3s 0.1s ease;
    -moz-transition: 0.3s 0.1s ease;
}
.login-body{
    background: url('../img/login/login-bg.png');
    background-size: cover;
    position: relative;
}
.login-body-admin{
    background: url('../img/login/login-bg2.png');
    background-size: cover;
    position: relative;
}
.main-wrap{
    width: 1003px;
    box-sizing: border-box;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}
.logo div{
    background: url('../img/login/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 46px;
    float: left;
}
.logo{
    overflow: hidden;
    margin: 0 auto 20px;
}
.logo p{
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
    font-family: 'simhei';
    line-height: 50px;
    float: left;
}
.logo p:before{
    content: '';
    border-left: 1px solid #fff;
    margin: 0 10px;
}

.main-box{
    width: 100%;
    height:100%;
    margin: 0 auto;
}
.main-box .slider-box{
    width: 100%;
    height: 100%;
}

.log-tab1-bg{
    background: url('../img/login/log-tab-bg1.png');
}
.log-tab2-bg{
    background:#2974ff
}
.log-tab3-bg{
    background: url('../img/login/log-tab-bg3.png');
}
.input-view{
    width: 360px;
    float: right;
    box-sizing: border-box;
    padding: 0 5px;
    height: 100%;
    position: relative;
}
.input-wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 50px 0;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 450px;
}
.input-wrap > h1{
    font-size: 22px;
    font-family: 'simhei';
    margin-bottom: 40px;
}
.input-box{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    font-size: 14px;
}
.dep:after{
    content: '';
    width: 28px;
    height:28px;
    background: url('../img/login/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.dep-input{
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #3c3a3a;
    font-weight: bold;
    text-indent: 15px;
}
.dep-drop{
    width: 100%;
    height:  200px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: none;
    z-index: 100;
}
.dep-drop .header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}
.dep-drop .header h1{
    font-size: 14px;
    font-weight: bold;
    color: #a5a5a5;
    float: left;
    line-height: 30px;
}
.dep-drop .close{
    background-image: url('../img/login/close.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    float: right;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}
.dep-drop .close:hover{
    background-color: #e7f1fe
}
.dep-drop .body{
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    height: 100%;
    padding-bottom: 0;
    overflow-y: auto
}
.dep-drop span{
    width: 100%;
    line-height: 28px;
    color: #4a4949;
    cursor: pointer;
    border-radius: 4px;
    text-indent: 20px
}
.dep-drop span:hover{
    background: #e7f1fe
}
.user,.password{
    overflow: hidden;
}
.user input,.password input{
    width: 100%;
    display: block;
    border: none;
    height: 28px;
    line-height: 28px;
    text-indent: 38px;
    color: #3c3a3a;
    font-weight: bold
}
.user:before,.password:before{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -14px;
    display: block;
}
.user:before{
    background-image: url('../img/login/login-input1.png');
}
.password:before{
    background-image: url('../img/login/login-input2.png');
}
.tip{
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}
.rememb{
    float: left;
    overflow: hidden;
}
.rememb input{
    visibility: hidden;
    position: absolute;
    left: -1000px;
}
.rememb label{
    font-size: 12px;
    color: #848484;
    line-height: 16px;
    position: relative;
    padding-left: 20px;
}
.rememb label:before{
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #c9c9c9;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px
}
.rememb .checked:before{
    background-repeat: no-repeat;
    background-position: center;
}
.rememb-color-1 .checked:before{
    background-image: url('../img/login/checkbox.png');
    border: 1px solid #2974ff;
}
.rememb-color-2 .checked:before{
    background-image: url('../img/login/checkbox2.png');
    border: 1px solid #6e5e93;
}
.forgot{
    float: right;
    line-height: 18px;
    font-size: 12px;
    color: #848484;
}
.forgot:hover{
    color: #2974ff;
}
.button{
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.button-1{
    color: #fff;
    background: #2974ff;
    box-shadow: 0px 3px 8px 0px rgba(1, 68, 193, 0.3);
    width: 100%;
}
.button-1:hover{
    background: #0d5ff7;
}
.button-2{
    color: #fff;
    background: #6e5e93;
    box-shadow: 0px 3px 8px 0px rgba(1, 68, 193, 0.3);
    width: 100%;
}
.button-2:hover{
    background: #62508c;
}
.login-link{
    color: #2974ff;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}
.login-link2{
    color: #6e5e93;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}

.pic-box{
    float: left;
    width: 50%;
    height: 100%;
}
.corp{
    position: absolute;
    background: url(../img/login/corp.png) center no-repeat;
    width: 230px;
    height: 24px;
    left: 30px;
    bottom: 20px;
}
.illstration{
    float: left;
    width: 623px;
    position: relative;
    height: 100%;
}
.illstration img{
    position: absolute
}
.illstration svg{
    position: absolute
}
.pic-1{
    width: 560px;
    height: 401px;
    background: url('../img/login/illustration.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    z-index: 50;
    left: 40px;
}
.svg-outline1{
    stroke: #f9f9f9;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: #fff;
    stroke-miterlimit: 10;
}
.windows-1{
    right: 204px;
    top: 92px;
    z-index: 49;
}
.windows-2{
    top: 94px;
    left: 102px;
    z-index: 47;
}
.windows-3{
    top: 277px;
    left: 43px;
    z-index: 48;
}
.windows-4{
    right: 243px;
    top: 48px;
    z-index: 49;
}
.windows-5{
    left: 120px;
    top: 53px;
    z-index: 49;
}
.graph-element-01{
    top: 186px;
    left: 128px;
    z-index: 46;
    -webkit-animation:fadeInUP-1 0.8s 0.8s ease both;
    -moz-animation:fadeInUP-1 0.8s 0.8s ease both;
    -ms-animation:fadeInUP-1 0.8s 0.8s ease both;
    animation:fadeInUP-1 0.8s 0.8s ease both;
}
.graph-element-02{
    top: 110px;
    left: 157px;
    z-index: 46;
    -webkit-animation:fadeInUP-1 0.8s 0.9s ease both;
    -moz-animation:fadeInUP-1 0.8s 0.9s ease both;
    -ms-animation:fadeInUP-1 0.8s 0.9s ease both;
    animation:fadeInUP-1 0.8s 0.9s ease both;
}
.graph-element-03{
    top: 134px;
    left: 157px;
    z-index: 46;
    -webkit-animation:fadeInUP-1 0.8s 1s ease both;
    -moz-animation:fadeInUP-1 0.8s 1s ease both;
    -ms-animation:fadeInUP-1 0.8s 1s ease both;
    animation:fadeInUP-1 0.8s 1s ease both;
}
.graph-element-04{
    top: 158px;
    left: 157px;
    z-index: 46;
    -webkit-animation:fadeInUP-1 0.8s 1.1s ease both;
    -moz-animation:fadeInUP-1 0.8s 1.1s ease both;
    -ms-animation:fadeInUP-1 0.8s 1.1s ease both;
    animation:fadeInUP-1 0.8s 1.1s ease both;
}
.graph-element-05{
    top: 185px;
    left: 157px;
    z-index: 46;
    -webkit-animation:fadeInUP-1 1s 1.2s ease both;
    -moz-animation:fadeInUP-1 1s 1.2s ease both;
    -ms-animation:fadeInUP-1 1s 1.2s ease both;
    animation:fadeInUP-1 1s 1.2s ease both;
}
.graph-element-06{
    left: 55px;
    position: absolute;
    top: 299px;
    z-index: 51;
    -webkit-animation: fadeInLeft-1 0.5s 1.3s ease both;
    -moz-animation: fadeInLeft-1 0.5s 1.3s ease both;
    -ms-animation: fadeInLeft-1 0.5s 1.3s ease both;
    animation: fadeInLeft-1 0.5s 1.3s ease both;
}
.graph-element-06 img{
    display: block;
    height: 22px;
    position: relative;
    /* -webkit-transform: scaleX(0.9) skewY(-30deg);  */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 14px 14.6px;
    -webkit-transform: rotateX(-33.5deg) rotateY(48deg);
    transform: rotateX(-33.5deg) rotateY(48deg);
    -webkit-animation: fastspin 6s ease-in-out infinite 4.5s;
    animation: fastspin 6s ease-in-out infinite 4.5s;
}
.graph-element-07{
    left: 204px;
    top: 206px;
    position: absolute;
    z-index: 48;
    -webkit-animation: Appear-1 0.8s 2s ease both;
    -moz-animation: Appear-1 0.8s 2s ease both;
    -ms-animation: Appear-1 0.8s 2s ease both;
    animation: Appear-1 0.8s 2s ease both;
}
.graph-element-07 span{
    display: block;
    -webkit-transform: scaleX(0.9) skewY(-30deg);
    -moz-transform: scaleX(0.9) skewY(-30deg);
    -ms-transform: scaleX(0.9) skewY(-30deg);
    transform: scaleX(0.9) skewY(-30deg);
    width: 71px;
    height: 71px;
}
.graph-element-07 img{
    position: relative;
    -webkit-animation:Circle-1 20s linear infinite;
    -moz-animation:Circle-1 20s linear infinite;
    -ms-animation:Circle-1 20s linear infinite;
    animation:Circle-1 20s linear infinite;
}
.graph-element-08{
    left: 165px;
    top: 253px;
    z-index: 49;
    -webkit-animation:fadeInRight-1 1s 2s ease both;
    -moz-animation:fadeInRight-1 1s 2s ease both;
    -ms-animation:fadeInRight-1 1s 2s ease both;
    animation:fadeInRight-1 1s 2s ease both;
}
.graph-element-09{
    left: 58px;
    top: 355px;
    z-index: 49;
    z-index: 49;
    position: absolute;
    -webkit-animation: fadeInLeft-1 0.5s 1.5s ease both;
    -moz-animation: fadeInLeft-1 0.5s 1.5s ease both;
    -ms-animation: fadeInLeft-1 0.5s 1.5s ease both;
    animation: fadeInLeft-1 0.5s 1.5s ease both;
}
.graph-element-09 img{
    position: relative;
    -webkit-animation: fadeOutUp-1 7s ease-in-out infinite 3s;
    -moz-animation: fadeOutUp-1 7s ease-in-out infinite 3s;
    -ms-animation: fadeOutUp-1 7s ease-in-out infinite 3s;
    animation: fadeOutUp-1 7s ease-in-out infinite 3s;
}
.graph-background-1{
    position: absolute;
    top: 38px;
    left: 22px;
    z-index: 30;
    -webkit-animation: fadeInLeft-1 0.7s 1.4s ease both;;
}
.graph-background-1 img{
    position: relative;
    opacity: 0.6;
    -webkit-animation: Shine-1 5s ease infinite 3s;
}
.graph-background-2{
    position: absolute;
    top: 81px;
    left: 364px;
    z-index: 31;
    -webkit-animation: fadeInRight-1 0.7s 1.4s ease both;;
}
.graph-background-2 img{
    position: relative;
    opacity: 0.6;
    -webkit-animation: Shine-1 5s ease infinite 5s;
}
.graph-background-3{
    position: absolute;
    top: 43px;
    left: 16px;
    z-index: 32;
    -webkit-animation: fadeInLeft-1 0.7s 1.6s ease both;;
}
.graph-background-3 img{
    position: relative;
    opacity: 0.7;
    -webkit-animation: Shine-3 5s ease-in infinite 7s;
}
.graph-background-4{
    position: absolute;
    top: 65px;
    left: 16px;
    z-index: 34;
    -webkit-animation: Appear-2 0.7s 1.6s ease both;
}
.graph-background-4 img{
    position: relative;
    -webkit-animation: Shine-4 5s ease-in infinite 9s;
}
.graph-background-5{
    position: absolute;
    top: 49px;
    left: 302px;
    z-index: 34;
    -webkit-animation: Appear-2 0.5s 1.5s ease both;
}
.graph-background-5 img{
    position: relative;
    opacity: 0.7;
    -webkit-animation: Shine-1 5s ease-in infinite 11s;
}
.graph-background-6{
    top: 121px;
    left: 161px;
    z-index: 51;
    -webkit-animation: Appear-2 0.5s 1.8s ease both;
}
/* ---------------animate----------------- */
@-webkit-keyframes fadeInUP-1{
    0%{-webkit-transform:translate(0,20px);opacity:0}
    100%{-webkit-transform:translate(0,0);opacity:1}
}
@-moz-keyframes fadeInUP-1{
    0%{-moz-transform:translate(0,20px);opacity:0}
    100%{-moz-transform:translate(0,0);opacity:1}
}
@-ms-keyframes fadeInUP-1{
    0%{-ms-transform:translate(0,20px);opacity:0}
    100%{-ms-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes fadeInLeft-1{
    0%{-webkit-transform:translate(-10px,8px);opacity:0}
    100%{-webkit-transform:translate(0,0);opacity:1}
}
@-moz-keyframes fadeInLeft-1{
    0%{-moz-transform:translate(-10px,8px);opacity:0}
    100%{-moz-transform:translate(0,0);opacity:1}
}
@-ms-keyframes fadeInLeft-1{
    0%{-ms-transform:translate(-10px,8px);opacity:0}
    100%{-ms-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes Circle-1 {
    0%,100% {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes Circle-1 {
    0%,100% {-moz-transform: rotate(0deg)}
    100% {-moz-transform: rotate(360deg)}
}
@-ms-keyframes Circle-1 {
    0%,100% {-ms-transform: rotate(0deg)}
    100% {-ms-transform: rotate(360deg)}
}
@-webkit-keyframes Appear-1 {
    0%{-webkit-transform: scale(0.5); opacity: 0}
    100%{-webkit-transform: scale(1); opacity: 1}
}
@-moz-keyframes Appear-1 {
    0%{-moz-transform: scale(0.5); opacity: 0}
    100%{-moz-transform: scale(1); opacity: 1}
}
@-ms-keyframes Appear-1 {
    0%{-ms-transform: scale(0.5); opacity: 0}
    100%{-ms-transform: scale(1); opacity: 1}
}
@-webkit-keyframes Appear-2 {
    0%{opacity: 0}
    100%{ opacity: 1}
}
@-webkit-keyframes fadeInRight-1 {
    0%{-webkit-transform:translate(36px,-20px);opacity:0}
    100%{-webkit-transform:translate(0,0);opacity:1}
}
@-moz-keyframes fadeInRight-1 {
    0%{-moz-transform:translate(36px,-20px);opacity:0}
    100%{-moz-transform:translate(0,0);opacity:1}
}
@-ms-keyframes fadeInRight-1 {
    0%{-ms-transform:translate(36px,-20px);opacity:0}
    100%{-ms-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes fastspin{
    0%{-webkit-transform:rotateX(-33.5deg) rotateY(48deg)}
    40%,to{-webkit-transform:rotateX(-33.5deg) rotateY(-312deg)}
}
@-moz-keyframes fastspin{
    0%{-moz-transform:rotateX(-33.5deg) rotateY(48deg)}
    40%,to{-moz-transform:rotateX(-33.5deg) rotateY(-312deg)}
}
@-ms-keyframes fastspin{
    0%{-ms-transform:rotateX(-33.5deg) rotateY(48deg)}
    40%,to{-ms-transform:rotateX(-33.5deg) rotateY(-312deg)}
}
@-webkit-keyframes fadeOutUp-1{
    0%{-webkit-transform:translate(0,0);opacity:1}
    10%{-webkit-transform:translate(0,-8px);opacity:0}
    12%{-webkit-transform:translate(0,8px);opacity:0}
    20%{-webkit-transform:translate(0,0);opacity:1}
}
@-moz-keyframes fadeOutUp-1{
    0%{-moz-transform:translate(0,0);opacity:1}
    10%{-moz-transform:translate(0,-8px);opacity:0}
    12%{-moz-transform:translate(0,8px);opacity:0}
    20%{-moz-transform:translate(0,0);opacity:1}
}
@-ms-keyframes fadeOutUp-1{
    0%{-ms-transform:translate(0,0);opacity:1}
    10%{-ms-transform:translate(0,-8px);opacity:0}
    12%{-ms-transform:translate(0,8px);opacity:0}
    20%{-ms-transform:translate(0,0);opacity:1}
}
@-webkit-keyframes Shine-1{
    0%,50%{opacity:0.6}
    25%{opacity:0.1}
}
@-webkit-keyframes Shine-3{
    0%,50%{opacity:0.7}
    25%{opacity:0.1}
}
@-webkit-keyframes Shine-4{
    0%,50%{opacity:1}
    25%{opacity:0.3}
}
