﻿
.toast {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  z-index: 13;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.toast.in {
  -webkit-animation-name: contentZoomIn;
  animation-name: contentZoomIn;
}

.toast .iconfont {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  display: block;
}

.toast .iconfont.icon-loading:before {
  display: block;
  -webkit-transform: rotate(360deg);
  animation: rotation 2.7s linear infinite;
}

.toast .text {
  text-align: center;
  max-width: 300px;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}

@keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}
.top_r{
    display: none;
}

.container{
    width: 980px;
    margin: 0 auto;
}
.loginBg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.loginBg .container{
    height: 100%;

}
.loginBox{
    position:relative;
    top:50%;
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    text-align: center;
    overflow: hidden;

}
.logoLeft{
    float: left;
    background: #4474fe;
    border-radius: 5px 0 0 5px;
    width: 50%;
    height: 400px;

}
.logoLeft p{
    display: inline-block;
    position:relative;
    top:50%;
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.logoLeft p img{
    max-width: 100%;
}
.form{
    float: left;
    background: #ffffff;
    border-radius: 0px 5px 5px 0px;
    width: 50%;
    height: 400px;

}
.form  .title{
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 55px;
}
.form .row{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    height: 38px;
    margin-top: 25px;
}
.form .row i{
    display: inline-block;
    float: left;
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    margin-left: 15px;
    margin-left: 10px;
    width: 12px;
}
.form .row i img{
    width: 100%;
}
.form .row input{
    float: left;
    width: calc(100% - 45px);
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    height: 38px;
    margin-left: 10px;
}
.form  a.submit{
    width: 80%;
    margin: 0 auto;
    background: #4474fe;
    border-radius: 5px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    display: inline-block;
    margin-top: 35px;
}

.leftNav{
    float: left;
    width: 256px;
    position: relative;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
}

.leftNav .logo{
    height: 50px;
    background: #4474fe;
}



.leftNav::-webkit-scrollbar{  
    display: none;
}


.leftNav li{
    height: 50px;
}
.leftNav li i{
    display: inline-block;
    float: left;
    position:relative;
    top:50%;
     transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    margin-left: 30px;
    width: 14px;
    height: 14px;
}

.leftNav li:nth-child(1) i{
    background-image: url(../images/n1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li:nth-child(2) i{
    background-image: url(../images/n2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li:nth-child(3) i{
    background-image: url(../images/n3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li:nth-child(4) i{
    background-image: url(../images/n4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li:nth-child(5) i{
    background-image: url(../images/n5.png);
    background-repeat: no-repeat;
    background-size: contain;
}





.leftNav li.on{
    background: #f0f4ff;
}

.leftNav li.on::after{
    content: '';
    background: #4474fe;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}

.leftNav li.on:nth-child(1) i{
    background-image: url(../images/n1s.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li.on:nth-child(2) i{
    background-image: url(../images/n2s.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li.on:nth-child(3) i{
    background-image: url(../images/n3s.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li.on:nth-child(4) i{
    background-image: url(../images/n4s.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leftNav li.on:nth-child(5) i{
    background-image: url(../images/n5s.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.body{
    height: 100vh;
}



.leftNav li  a{
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
}
.rightBox{
    background: #ebedef;
    width: calc(100% - 256px);
    position: relative;
    height: 100%;
    float: left;
    overflow-y: auto;
}
.rightBox .rightTop{
    background: #ffffff;
    height: 50px;
}
.rightBox .rightTop p{
    font-size: 22px;
    line-height: 50px;
    margin-left: 15px;
    display: inline-block;
    float: left;
}

.rightBox .box{
    width: 96%;
    margin: 20px auto;
    background: #ffffff;
    height:calc(100% - 90px);
    overflow: hidden;
}

.rightBox .box2{
    width: 96%;
    margin: 20px auto;
    background: #ffffff;
    overflow: hidden;
    padding: 25px 0;
}



.form2{
    width: 765px;
    margin:  10px auto;
    overflow: hidden;
    margin-top: 35px;
}

.form2 .rowh50{
    overflow: hidden;
    height: 50px;
    margin-top: 15px;
}

.form2 .row{
    overflow: hidden;
    height: 37px;
    margin-top: 15px;
}
.form2 .row .col{
    width: 49%;
    height: 100%;
}
.form2 .row.all .col{
    width: 100%;
}


.form2 .row .col span{
    display: inline-block;
    width: 145px;
    float: left;
    text-align: right;
    line-height: 35px;
  
}
.form2 .row .col .inputs{
    display: inline-block;
    width: calc(100% - 155px);
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
 
}

.form2 .row .col.tt span{
    width: 0;
}

.form2 .row .col:nth-child(1){
    float: left;
}
.form2 .row .col:nth-child(2){
    float: right;
}
.form2 .row .col.ot{
    width:auto;float: left; 
}
.form2 .row label{
    display: inline-block;
    float: left;
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    margin-left: 10px;

}



.form2 .row .inputs input{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 35px;
    width: calc(100% - 2px);
    float: left;
    text-indent: 10px;
}

.form2 .row .btn{
    border: 1px  solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;background: #4474fe;
    color: #ffffff;
    margin-left: 10px;
    line-height: 35px;
}


.suoding{
    border: 1px solid #c6c6c6;
    border-radius: 35px;
    height: 20px;
    width: 48px;
    cursor: pointer;
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.suoding em{
    background: #c6c6c6;
    border-radius: 35px;
    width: 25px;
    float: right;
    display: inline-block;
    height: 20px;
}
.suoding.on em{
    background: #406ff3;
    float: left;
}
.form2 .row .inputs a.s{
    border: 1px  solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
}
.form2 .row .inputs a.on{
    background: #4474fe;
    color: #ffffff;
}
.row.all .col .inputs input{
    width: 40%;
}

.searchRow a.btn{
    border: 1px  solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;background: #4474fe;
    color: #ffffff;
    margin-left: 10px;
    line-height: 35px;
   
}


.form2 .row .inputs a.btn{
    border: 1px  solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;background: #4474fe;
    color: #ffffff;
    float: left;
    margin-left: 10px;
   
}
.searchRow{
    margin-left: 20px;
    margin-top: 15px;
    overflow: hidden;
    height: 38px;
}
.searchRow span{
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    float: left;

}
.searchRow label{
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    float: left;
    margin-right: 10px;
}

span.txts{
    margin-left: 25px;
  
}
input.txts{
    margin-left: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 35px;
    width: 200px;  text-indent: 12px;
    margin-right: 25px;
    float: left;
}
.searchRow span{
    display: inline-block;
    float: left;
    line-height: 35px;
}


.yaoQingList{
    width: 96%;
    margin: 15px auto;

}
.yaoQingList ul{

    width: 100%;

}
.yaoQingList ul li.tit{
    background: #fafafa;
}

.yaoQingList ul li{
    border-bottom: 1px solid #e8e8e8;
    line-height: 3;
    width: 100%;
    display: flex;

  
}
.yaoQingList ul li span{
    text-align: center;
    width: 20%;
  
}

.yaoQingList ul li i{
    width: 20%;
    font-style: normal;
    text-align: center;

}

.page{

    width: 96%;

    text-align: right;
    margin: 0 auto;
}
.page a{

    padding: 5px 10px;
    margin: 0 2px;
    font-size: 12px;
    border: 1px solid #ccced0;
    background: #ffffff;
    border-radius: 5px;
}
.page a.on{
    color: #ffffff;
   background: #4474fe;
}


.num{
    float: left;
    position:relative;
    top:50%;
   transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    margin-left: 10px;
 
}
.num input{
    width: 22px;background: #f2f3f5;
    text-align: center;
    height: 25px;
    border: 0;
    float: left;
}
 .num a{
    display: inline-block;
    background: #f2f3f5;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    font-size: 18px;float: left;
}
