*{
	margin:0;
	padding:0;
}
html{
	font-size:100px!important;
	font-family: 'MicrosoftYaHei-Bold';
}
body{
	font-size: 0.13rem!important;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul{
    padding: 0;
    margin: 0;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 4px;
    height: 12px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.3); */
    /* border-radius:6px; */
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    /* border-radius:6px; */
    background:rgba(0,0,0,0.2);
    /* -webkit-box-shadow:inset006pxrgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
    /* background:rgba(255,0,0,0.4); */
}


.wrapper_login{
	position: fixed;
}
.wrapper{
    width: 100%;
    height: 100%;
    background: #edeff5;
}
.btn-default{
	background-color: #3956ca;
	border:0;
	outline: none;
	color: #fff;
}
.file_upload{
    position:relative;
    display: inline-block;
    width: 1.48rem;
    height: 0.35rem;
    vertical-align: top;
}
.file_upload input{
	position: absolute;
    left: 0;
    width: 1.48rem;
    top:0;
    height: 100%;
    cursor: pointer;
}
.file_upload input[type="file"]{
    opacity:0;
    z-index:111;
}
/*--------------page leftDetail & rightOutter start-------------------*/

.wrapper_container{
	background-color: #edeff5;
	padding:0.1rem 0.25rem;
	display: flex;
	flex-direction: row;
	font-size: 13px;
}

/*-------------nav start ---------------*/
.page_nav{
	/* width: 2.8rem; */
	min-height:7.0rem;
	background-color: #fff;
    padding-top: 0.23rem;
    min-width: 14vw;
    max-width: 14vw;
}
.page_nav ul{
	margin:0;
	padding:0;
}
.nav_title{
	padding-bottom: 0.16rem;
	font-weight: bold;
	padding-left: 0.21rem;
}
.page_nav li{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding:0.18rem 0;
	padding-left: 0.21rem;
	cursor: pointer;
}
.page_nav .toggle{
	height: auto;
    padding: 0!important;
    border-top: 1px dashed #888;
    position: relative;
}
.page_nav .toggle::after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -0.05rem;
    bottom: -0.05rem;;
    border: 0.05rem solid transparent;
    border-right: 0.05rem solid #C5C3C4;
}
.page_nav .toggle.active::after{
	right: -0.10rem;
}
.toggle_shink .toggle::after{
	border-right: 0.05rem solid transparent;
	border-left: 0.05rem solid #C5C3C4;
	right: -0.1rem;
}
.toggle_shink .toggle.active::after{
	right: -0.15rem;
}
.toggle_shink{
	width:0.6rem;
}
.toggle_shink li span,.toggle_shink li p,.toggle_shink .nav_title span{
	display:none;
}
.toggle_shink .nav_title i{
	background-image: url(../images/nav_all.png);
}
.page_nav li:nth-child(7){
	padding-top:0.4rem;
	border-top: 1px dashed #888;
}
.page_nav .active{
	color: #3956ca;
	border-right: 0.04rem solid #3956ca;
}
.page_nav i{
	background-repeat: no-repeat;
	display: block;
    width: 20px;
    height: 20px;
    padding-right:0.22rem;
    box-sizing: content-box;
}
.page_nav li:nth-child(1) i{
	background-image: url(../images/nav_rule.png);
}
.page_nav li:nth-child(2) i{
	background-image: url(../images/nav_config.png);
}
.page_nav li:nth-child(3) i{
	background-image: url(../images/nav_order.png);
}
.page_nav li:nth-child(4) i{
	background-image: url(../images/nav_import.png);
}
.page_nav li:nth-child(5) i{
	background-image: url(../images/nav_run.png);
}
.page_nav li:nth-child(6) i{
	background-image: url(../images/nav_reportPassedBy.png);
}
.page_nav li:nth-child(8) i{
    background-image: url(../images/nav_secondResult.png);
}
.page_nav li:nth-child(9) i{
	background-image: url(../images/nav_report.png);
}
.page_nav li:nth-child(10) i{
    background-image: url(../images/tiaozheng.png);
}
.page_nav li:nth-child(11) i{
	background-image: url(../images/user.png);
}
.page_nav li:nth-child(11).manager i{
	background-image: url(../images/nav_manager.png);
}

.page_nav li:nth-child(1).active i{
	background-image: url(../images/nav_rule_active.png);
}
 .page_nav li:nth-child(2).active i{
	background-image: url(../images/nav_config_active.png);
}
.page_nav li:nth-child(3).active i{
	background-image: url(../images/nav_order_active.png);
}
.page_nav li:nth-child(4).active i{
	background-image: url(../images/nav_import_active.png);
}
.page_nav li:nth-child(5).active i{
	background-image: url(../images/nav_run_active.png);
}
.page_nav li:nth-child(6).active i{
	background-image: url(../images/nav_reportPassedBy_active.png);
}
.page_nav li:nth-child(8).active i{
    background-image: url(../images/nav_secondResult_active.png);
}
.page_nav li:nth-child(9).active i{
	background-image: url(../images/nav_report_active.png);
}
.page_nav li:nth-child(10).active i{
    background-image: url(../images/tiaozheng.png);
}
.page_nav li:nth-child(11).active i{
	background-image: url(../images/user_active.png);
}
.page_nav li:nth-child(11).manager.active i{
	background-image: url(../images/nav_manager_active.png);
}
.page_nav .nav_container{
	align-items:start;
	align-items: flex-start;
}
.nav_container p{
	line-height:1.53;
	padding-bottom:0.12rem;
	margin-bottom:0;
}
.nav_container span{
	display:block;
	padding:0.07rem 0;
	color:#333;
	font-size:0.12rem;
}
li.active.nav_container{
	border-right: 0;
}
.nav_container_list{
	flex:1;
}
.nav_container_list .active{
	border-right:0.04rem solid #3956ca;
}
/*------------------nav end -------------------*/

/*-------------container start -----------------*/
.page_container{
	flex:1;
	min-height:7.0rem;
	background-color: #fff;
	margin-left: 0.08rem;
	padding-bottom:0.21rem;
    /* width:0; */
    max-width: 85%;
    min-width: 85%;
}

/*-------------container end ------------------*/

/*--------------page leftDetail & rightOutter end-------------------*/


/*--------------btn start----------------------*/
.btn{
    cursor:pointer;
    height: 0.35rem;
}
.btn_nostyle{
	background-color: transparent;
	color: #000;
	border:0;
	outline: none;
	padding: 0.07rem 0.17rem;
}
.btn_color{
	background-color: #fff;
	color: #0531a8;
	border:1px solid #0531a8;
	padding: 0 0.16rem;
	min-width: 1.48rem;
	border-radius: 0.03rem;
}
.btn_bgcolor{
	background-color: #3956ca;
	color: #fff;
	padding:0 0.16rem;
	min-width: 1.48rem;
	border:1px solid #3956ca;
    border-radius: 0.03rem;
    display: inline-block;
    vertical-align: top;
}
.btn_small{
    min-width:48px;
    height:24px;
    padding:0;
}

/*--------------btn end------------------------*/


/*--------------note start---------------------*/
.note{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(74, 73, 73, 0.5);
    display:none;
    z-index: 1000;
}
.note_container{
	width: 4.2rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
}
.note_title{
	height: 0.5rem;
	background-color: #3b58cb;
	padding-left:0.21rem;
	font-weight: bold;
	position: relative;
	color: #fff;
}
.note_title span{
	display: block;
    line-height: 3.85;
}
.note_title i{
	background: url(../images/close_icon.png) no-repeat;
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}
.note_content{
	padding: 0.2rem 0.3rem;
	text-align: center;
	max-height: 300px;
    overflow: auto;
}
.note_content::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.note_content::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.note_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.note_content p{
	font-weight: bold;
}
.note_content .note_warning{
	color: #ff0000;
	word-wrap: break-word;
    box-sizing: border-box;
}
.note_warning span{
	display: block;
    line-height: 2;
}
.note_button{
	padding: 0.2rem 0;
	text-align: center;
}
.note_desc{
	line-height: 0.36rem;
	text-align: center;
}
.btn_note{
	border-radius: 0.18rem;
	padding: 0 0.6rem;
    color: #fff;
    border: 0;
    outline: none;
    line-height: 0.36rem;
    background: linear-gradient(to bottom, #607ad8 50%, #4761ce);
}
.btn_space{
	padding-left: 0.3rem;
	display: inline-block;
}
.btn_note_color{
	color: #3b58cb;
	background-color: #fff;
	border: 0;
	outline: none;
	font-weight: bold;
}

/*--------------note end-----------------------*/



/*--------------checkbox start-----------------*/
.check_style{
	display: none;
}
.check_style+span{
	display: flex;
	flex-direction: row;
	cursor: pointer;
}
.check_style+span:hover{
	color: #3956ca;
}
.check_style+span::before{
	content:'';
	background:url(../images/check.png) no-repeat;
	width: 14px;
    height: 14px;
    display: block;
    padding-right: 0.07rem;
}
.check_style:checked+span::before{
	background:url(../images/checked.png) no-repeat;
}
.radio_style+span::before{
	background:url(../images/radio.png) no-repeat;
	background-position-y: -3px;
}
.check_style:checked+span::before{
	background:url(../images/radio_checked.png) no-repeat;
	background-position-y: -3px;
}
/*--------------checkbox end-------------------*/

/*--------------upload file success start-------------------*/
.show_status{
	position: fixed;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    transition:top 0.6s;
    z-index:111;
}
.show_success{
	background: #339900;
    top: 0;
}
.show_error{
	top:0;
	background: #ff5b5b;
}
/*--------------upload file success end-------------------*/

/*--------------loading start-------------------*/
.loading_center{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #3956ca;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    display:none;
	z-index: 1000;
}
.loader {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  /*margin-top: 60px;
  margin-bottom: 70px;*/
  top: 50%;
  transform: translateY(-50%);
}

.loader .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;

  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
}

.loader .dot:nth-child(1) {
  animation-delay: 0.2s;
}

.loader .dot:nth-child(2) {
  animation-delay: 0.35s;
}

.loader .dot:nth-child(3) {
  animation-delay: 0.45s;
}

.loader .dot:nth-child(4) {
  animation-delay: 0.55s;
}

.loader .dot:after, .loader .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3956ca;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}

.loader .dot .first {
  background: #3956ca;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
  animation-delay: 0.2s;
}

@keyframes dotrotate { 
  from { transform: rotate(0deg); } 
  to { transform: rotate(360deg); }
}

@keyframes dotscale { 
  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
}



.uploading{
	float: left;
    color:#3956ca;
    height: 100px;
    vertical-align: middle;
    border-radius: 1px;
    margin-right: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    font-weight: bold;
}
.typing_loader{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
       -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
    margin: 46px auto; /* Not necessary- its only for layouting*/  
    position: relative;
    left: -12px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(57,86,202, 1);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
      }
    25%{ 
        background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
    }
    75%{ background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,1);
      }
}

@-moz-keyframes typing{
   0%{
        background-color: rgba(57,86,202, 1);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
      }
    25%{ 
        background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
    }
    75%{ background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,1);
      }
}

@keyframes typing{
   0%{
        background-color: rgba(57,86,202, 1);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
      }
    25%{ 
        background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,2), 
                    24px 0px 0px 0px rgba(57,86,202,0.2);
    }
    75%{ background-color: rgba(57,86,202, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(57,86,202,0.2), 
                    24px 0px 0px 0px rgba(57,86,202,1);
      }
}
.loading_text{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}
/*--------------loading end---------------------*/
.font_center{
    text-align: center;
}
/*-------------- tab start ---------------------*/

/*-------------- tab end ---------------------*/


.am-selected-list{
	font-size:0.13rem!important;
	color:#000;
}