html {
    font-size: 16px;
}

@media only screen and (max-width: 1250px) {
    html {
        font-size: 11.3833333px !important;
    }

    body {
        width: 1250px;
    }
}
@media only screen and (min-width: 1250px)  and (max-width:1366px){
    html {
        font-size: 11.3833333px !important;
    }
    body{
        width:100%;
    }

}
@media only screen and (min-width: 1366px)  and (max-width: 1600px) {

    html {
        font-size:11.3833333px !important;
    }
    body{
        width:100%;
    }
}

@media only screen and (min-width: 1920px) {
    html {
        font-size: 16px !important;
    }

}
/*@media only screen and (min-width: 1366px) {*/
    /*html {*/
        /*font-size: 11.3833333px !important;*/
    /*}*/
/*}*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:MicrosoftYaHei;
    background-color: #f9f9f9;
}
ul,li,p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.container{
    padding: 0;
}
.content{
    width: 100%;
    background: #f5f5f5;
    padding: 0 2rem;
    /*display: -webkit-box;*/
    overflow: auto;
}
header{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    font-size: 0.875rem;
}
header .h_right span{
    margin-right: 1rem;
}
header .f_red{
    color: #f00;
}
nav{
    height: 5rem;
    display: flex;
    justify-content: center;
}
nav .nav-left{
    width: 20%;
    background: #FFCC00;
    height: 100%;
    float: left;
    background: linear-gradient(-135deg, transparent 4rem, #FFCC00 0);
}

nav .nav-left span{
    color: #69560E;
    font-size: 2.63rem;
    display: block;
    height: 100%;
    font-family: MicrosoftYaHei-Bold;
    line-height: 5rem;
    padding-left: 4rem;
    font-weight: bold;
}
nav .nav-right{
    width: 84%;
    background-color: #99CC33;
    height: 80%;
    /*position: relative;*/
    margin-left: -4rem;
    margin-top: 1rem;
    background: linear-gradient(45deg, transparent 3rem, #99CC33 0);
}
nav .nav-right ul{
    width: 100%;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
nav .nav-right ul li{
    border-right: 1px solid rgba(122,170,26,1);
    height: 50%;
    text-align: center;
    font-size:1.25rem;
    font-family:MicrosoftYaHei;
    color:#fff;
    width: 11.1111%;
    box-shadow: 1px 0 0 rgba(122,170,26,1);
    cursor: pointer;
}
nav .nav-right ul li:last-child{
    border: none;
    box-shadow: none;
}
nav .nav-right ul .active{
    color: #000000;
}
nav .nav-right li .li_number{
    position: relative;
    width:1.25rem;
    height:1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: 0.75rem;
    background:rgba(247,81,81,1);
    border-radius: 50%;
    top: -0.625rem;
    display: inline-block;
    color: #fff;

}
.page {
    margin-top: 1rem;
    width: 100%;
    /*margin-left: 2rem;*/
    text-align: center;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page img {
    float: left;
}

.page span {
    width: 2rem;
    height: 2rem;
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
    display: block;
    text-align: center;
    line-height: 2rem;
    float: left
}

.page .count {
    width: 6rem;
}

.page .active {
    color: #FFFEFE;
    background: #99CC33;
}

.page .blank {
    width: 3rem;
    border: none
}

.page .page_count {
    width: 3rem;
}
.page_div {
    width: 30%;
    display: flex;
    justify-content: space-around;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  text-decoration:none;
}
/* .clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
} */
/* 头部共有样式 */

.title{
  height: 5rem;
  margin-top: 0rem;
  padding-top: 1.7rem;
  line-height: 1.5
}

.title .mag-l{
  border: 1px solid #ccc;
  border-radius: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  /* margin-top: 1rem; */
  text-decoration: none;
  color: #fff;
  background-color: #93c430;
  margin-left: 2%;
}
.navgitar{
  background-color: #fff !important;
}
.bg-light{
    background-color: #fff !important;
    height: 90%;
}
.pad-l{
  margin-left:1%;
      padding-top: 2%;
}
.mag-img{
  margin-top: 0.2rem;
}
.pad-l .nav-link{
  /* color: black; */
  font-family: "宋体";
  font-size: 1rem;
  float: right;
  padding-left: 4rem;
  padding-right: 4rem;
}
.pad-2 {
    padding-right: 0px;
    text-align: right;
}
.nav-let{
  /* float: left; */
  /* display: inline-block; */
}
.nav-righ{
  visibility:hidden;
  /* display: inline-block; */
}
.nav-right{
  float: right;
}
.icon-1{
  padding-left: 0.9rem;;
}
.pad-l a{
  color: #ccc;
  margin-top: 3%;
}
.pad-l a:hover{
  color: black;
}
/* 头部共有样式 */
/*内容共有样式  */
.content-container{
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.bg-container{
  background-color: #fff;
  border-radius: 6px;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
select{
appearance: none; /* 去掉默认图标 */
-moz-appearance: none; /* Firefox */
-webkit-appearance: none; /* Safari and Chrome */
padding:0 20px 0 5px;
background: url("../images/imgs/images/images/administration_center.png") no-repeat scroll right center transparent ;/* 自己的图*/
}
button{
  cursor: pointer;
}
.group-positon{
  position: relative;
}
.tex-16{
  position: absolute;
  left: 363px;
  top: 37px;
  font-size: 13px;
  font-weight: bold;
}
.text-16{
  position: absolute;
  left:677px;
  top: 37px;
  font-size: 13px;
  color: #ccc;
  font-weight: bold;
}
input:focus{
  outline: none;
}
.rdo {
    width: 20px;
    height: 0px;
    background-color: #93c430;
    margin-right: 30px;
    border-radius: 50%;
    position: relative;
}
.rdo:before,.rdo:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: .3s ease;

}
.rdo:before {
  top: -10px;
  left: 30px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.rdo:after {
  top: -7px;
left: 32px;
width: 8px;
height: 8px;
background-color: #fff;
}
.rdo:checked:after {
  top: -7px;
left: 33px;
width: 7px;
height: 7px;
background-color: #93c430;
}
.rdo:checked:before {
    border-color:#93c430;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.title{
    height: 5rem;
    margin-top: 0rem;
    padding-top: 1rem;
    line-height: 1.5
}
.title a{
    border: 1px solid #ccc;
    border-radius: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /* margin-top: 1rem; */
    text-decoration: none;
    color: #fff;
    background-color: #93c430;
    font-size: 0.88rem;
}
/*内容共有样式  */
/**头部*/
.headerUserInfo{
    float: right;
}
.headerUserInfo span{
    color: #666;
}
.outBtn{
    color: #F75151!important;
}
.myResume,.myName{
    border-right: 1px solid #ccc;
    padding-right: 5px;
}
.danger_alert{
    /*width: 100%;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FF4848!important;
    width: 18rem;
    font-size: 0.75rem;
    padding-left: 2rem;
    /*margin: 0 auto;*/
    position: relative;
    top: 0.3rem;

}