
html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
}

.avue-home {
  background-color: #303133;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.avue-home__main {
  user-select: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.avue-home__footer {
  width: 100%;
  flex-grow: 0;
  text-align: center;
  padding: 1em 0;
}

.avue-home__footer > a {
  font-size: 12px;
  color: #ABABAB;
  text-decoration: none;
}

.avue-home__loading {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}

.avue-home__title {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 10px;
}

.avue-home__sub-title {
  color: #ABABAB;
  font-size: 12px;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}
fieldset, img, input, button ,select{
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul, ol {
  list-style: none;
}
input , button{
  padding-top: 0;
  padding-bottom: 0;
  font-family: "΢���ź�";
}
button{
  cursor:pointer;
}
select, input {
  vertical-align: middle;
}
select, input, textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.f-l{
  float: left;
}
.f-r{
  float: right;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;

}
s, /*em ,*/i{
  font-style: normal;
  text-decoration: none;
}
.inner{
  width: 1200px;
  margin: 0 auto;
}
.header{
  background-color: #273444;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .inner>img{
  width: 130px;
  height: 53px;
  float: left;
  margin: 20px 30px 0 0;
}
.header .inner h2{
  float: left;
  color: #eff0f2;
  font-size: 32px;
  line-height: 54px;
  margin-top: 20px;
}

.header ul{
  float: right;
}
.header ul li{
  float: left;
  height: 93px;
  margin-left: 30px;
}
.header ul li img{
  float: left;
  height: 22px;
  margin: 37px 10px 0 0;
}
.header ul li:nth-child(3) img{
  height: 16px;
  margin-top: 39px;
}
.header ul li:nth-child(4) img{
  height: 19px;
  width: 27px;
  margin-top: 39px;
}
.header ul li p{
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 93px;
}
.header ul li img.pic{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 34px;
}
/* .header ul li:last-child p{
    padding-right: 20px;
    background: url(../images/6.png) no-repeat right center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
} */
.title{
  overflow: hidden;
  padding: 16px 0;
}
.title h3{
  float: left;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  border-left: 6px solid #2672ff;
  font-weight: bold;
}
.title p{
  float: left;
  font-size: 15px;
  color: #44aee2;
  line-height: 18px;
  margin-left: 23px;
}
.content{
  padding-bottom: 130px;
}
.content .top{
  background-color: #eeeff1;
  padding: 38px 6px 20px 18px;
}
.content .top a{
  float: left;
  width: 124px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #20a1ff;
  margin-right: 10px;
}
.content .top a.down1{
  background-color: #20a1ff;
  color: #fff;
}
.content .top a.down2{
  background-color: #fff;
  color: #20a1ff;
}
.content .top a.r{
  float: right;
  border: 1px solid #49b21a;
  background-color: #49b21a;
  color: #20a1ff;
}
.content .top a.r img{
  float: left;
  margin: 7px 10px 0 12px;
}
.content .top a.r p{
  float: left;
  color: #fff;
}
.zd360-table table{
  display: block;
  width: 1200px;
  height: 800px;
  overflow-y: auto;
}
/*table::-webkit-scrollbar {
    width: 4px;
}
table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 10px;
}
table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
}
table::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd;
}*/
.zd360-table table tr{
  display: block;
  width: 1200px;
}
.zd360-table tr:nth-child(2n-1){
  background-color: #f5f5f5;
}
.zd360-table tr th{
  font-size: 14px;
  line-height: 48px;
  color: #fff;
  background-color: #20a1ff;
  border-right: 1px solid #208af5;
}
.zd360-table tr th div{
  position: relative;
}
.zd360-table tr th div input{
  width: 17px;
  height: 17px;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.zd360-table tr th div img{
  width: 17px;
  height: 17px;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 1;
  display: none;
  margin: 0;
}
.zd360-table tr th div img.c1{
  display: block;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 2;
}
.zd360-table tr td{
  font-size: 14px;
  line-height: 34px;
  color: #373737;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zd360-table tr td a.ck{
  margin-right: 36px;
  color: #373737;
}
.zd360-table tr td a.xx{
  padding-right: 20px;
  background: url(../images/11.png) no-repeat right center;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  color: #373737;
}
.zd360-table tr td:last-child{
  width: 420px;
}
.zd360-table tr td a>img{
  width: 24px;
  height: 24px;
  margin-left: 24px;
}
.zd360-table tr td:first-child{
  width: 60px;
}
.zd360-table tr td div{
  position: relative;
}
.zd360-table tr td div input{
  width: 17px;
  height: 17px;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.zd360-table tr td div img{
  width: 17px;
  height: 17px;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 1;
  display: none;
  margin: 0;
}
.zd360-table tr td div img.c1{
  display: block;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 2;
}
.content table tr th:nth-child(1){
  width: 51px;
}
.content table tr th:nth-child(2){
  width: 207px;
}
.content table tr th:nth-child(3){
  width: 161px;
}
.content table tr th:nth-child(4){
  width: 161px;
}
.content table tr th:nth-child(5){
  width: 193px;
}
.content table tr th:nth-child(6){
  width: 424px;
}
.content table tr td:nth-child(1){
  width: 51px;
}
.content table tr td:nth-child(2){
  width: 207px;
}
.content table tr td:nth-child(3){
  width: 161px;
}
.content table tr td:nth-child(4){
  width: 161px;
}
.content table tr td:nth-child(5){
  width: 193px;
}
.content table tr td:nth-child(6){
  width: 424px;
}
.content .page p{
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 27px;
  padding: 0 10px;
}
.content .page ul{
  float: right;
  padding-top: 20px;
}
.content .page ul li{
  float: left;
}
.content .page ul li a,
.content .page ul li button{
  display: block;
  font-size: 12px;
  line-height: 26px;
  color: #666;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  margin-left: 5px;
  background-color: #fff;
  border-radius: 2px;
}
.content .page ul li a.pre{
  color: #ccc;
}
.content .page ul li a.first{
  background-color: #f5f5f5;
}
.content .page ul li a.current{
  background-color: #4e99ff;
  color: #fff;
  border-color: #4e99ff;
}
.footer{
  background-color: #2f3c4e;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 100%;

}
.xiugai_nav{
  padding: 53px 0 103px 0;
}
.xiugai_nav div{
  width: 620px;
  height: 4px;
  margin: 0 auto;
  background-color: #44aee2;
  position: relative;
}
.xiugai_nav ul{
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.xiugai_nav ul li{
  float: left;
  width: 78px;
  background-color: RGB(255,255,255);
  position: absolute;
}
.xiugai_nav ul li h3{
  font-size: 20px;
  line-height: 58px;
  width: 58px;
  border-radius: 50%;
  border: 1px solid #44aee2;
  color: #44aee2;
  text-align: center;
  background-color: #e9f1ff;
  margin: 0 auto;
}
.xiugai_nav ul li:nth-child(2){
  left: 268px;
}
.xiugai_nav ul li:last-child{
  left: 542px;
}
.xiugai_nav ul li.active h3{
  background-color: #44aee2;
  color: #fff;
}
.xiugai_nav ul li p{
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  width: 130px;
  position: absolute;
  top: 92px;
  left: 50%;
  margin-left: -65px;
}
.xiangmu_nav{
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 53px 0 103px 0;
  margin-top: 25px;
}
.xiangmu_nav div{
  width: 1130px;
  height: 4px;
  margin: 0 auto;
  background-color: #44aee2;
  position: relative;
}
.xiangmu_nav ul{
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.xiangmu_nav ul li{
  float: left;
  width: 78px;
  background-color: #f5f5f5;
  position: absolute;
}
.xiangmu_nav ul li h3{
  font-size: 20px;
  line-height: 58px;
  width: 58px;
  border-radius: 50%;
  color: #44aee2;
  text-align: center;
  background-color: #e9f1ff;
  margin: 0 auto;
}
.xiangmu_nav ul li:nth-child(2){
  left: 268px;
}
.xiangmu_nav ul li:nth-child(3){
  left: 542px;
}
.xiangmu_nav ul li:nth-child(4){
  left: 794px;
}

.xiangmu_nav ul li:nth-child(5){
  left: 1052px;
}

.xiangmu_nav ul li.active h3{
  background-color: #44aee2;
  color: #fff;
}
.xiangmu_nav ul li p{
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  width: 130px;
  position: absolute;
  top: 92px;
  left: 50%;
  margin-left: -65px;
}
a.btn{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
  line-height: 40px;
  color: #fff;
  background-color: #44aee2;
  font-size: 18px;
  border-radius: 6px;
}
.mengban{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:998
}
.mg2{margin-left:auto;margin-right:auto;overflow:hidden;padding-top: 20px;}
.cen{ text-align:center}
.mb1t{ margin-top:120px; margin-bottom:40px;}
.mb1f{ color:#fff; font-size:22px; margin-top:20px; margin-bottom:30px;}
.mb1x{ display:block; width:85px;height: 25px;line-height: 5px; border:2px solid #fff; border-radius:12px; color:#fff; font-size:22px;}
.mb2t{ margin-top:372px; margin-left:45px; float:left }
.mb2m{ margin-top:545px; margin-left:15px; float:left}
.mb2f{ color:#fff; font-size:22px; margin-top:520px; margin-bottom:30px;}
.mb2x{ margin-left:55px;}
.mb2w{ margin-left:25px; float:left}
.mg{ width:1200px;margin-left:auto; margin-right:auto; overflow:hidden}
.con1t{ font-size:28px; margin-top:25px; margin-bottom:40px; line-height:34px;}
.con1f{ margin-bottom:35px;}
.con1ft{ margin-bottom:20px; text-align:center}
.con1ft span{color:#000;font-size: 22px;display:inline-block;margin-right:28px;}
.con1ft a{ color:#fff; font-size:14px; display:inline-block; height:32px; line-height:32px; width:90px; background:#44afe1; border-radius:12px;}
.mengban2{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:998
}
.mengban3{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:998
}
.mb3t{ margin-top:320px}
.mb4t{ margin-top:383px}
.mb3w{ box-sizing:border-box; padding-left:320px;}
.xf1{ width:350px; height:210px; position:fixed; top:50%; left:50%; margin-left:-175px; margin-top:-105px; border:1px solid #d8d8d8; border-radius:12px; background:#fff}
.xf1t{ height:44px; line-height:44px; background:#44aee2; box-sizing:border-box; padding-left:6px; color:#fff; font-size:14px; margin-bottom:34px;}
.xf1m{ box-sizing:border-box; padding-left:20px;}
.xf1m span{ float:left; color:#4a4a4a; font-size:14px;}
.xf1m select{ float:left; color:#4a4a4a; font-size:14px; border:none; padding:0px; margin-left:30px;}
.xf1f{ display:block; width:82px; height:32px; line-height:32px; background:#44afe1; border-radius:4px; color:#fff; font-size:14px; margin-top:50px;}
.con2{ width:440px; margin-top:80px;}
.con2 a{ display:block; width:138px; height:42px; line-height:42px; background:#447fed; border-radius:12px; color:#fff; font-size:16px; text-align:center}
.bd1{ border:none!important; width:auto!important; padding:0px!important; float:none!important; width:136px!important; text-align:center;color: #373737; font-size:14px;}
.bd2{ border:none!important; width:auto!important; padding:0px!important; float:none!important; width:80px!important; text-align:center;color: #373737; font-size:14px;}
.bd3{ border:none!important; width:auto!important; padding:0px!important; float:none!important; width:338px!important; text-align:center;color: #373737; font-size:14px;}
.bd4{ border:1px solid #8f9192; width:150px; height:30px; line-height:30px; position:absolute; left:50px; bottom:8px; border-radius:4px;}
.bd5{ padding:0px!important; float:none!important; width:55px!important;}


.person-layer .layui-layer-title {
  color:#fff;
  background-color:#20a1ff;
  font-size: 16px;
}

.person-layer.skin-3 .layui-layer-btn .layui-layer-btn0 {
  padding: 0 35px;
}

.person-layer.skin-3 .layui-layer-btn .layui-layer-btn1 {
  margin: 0px 20px;
  border:0;
  color: #fff;
  background-color: #1E9FFF;
  padding: 0 35px;
}


.person-layer .layui-layer-content {
  text-align: center;
  font-size: 16px!important;
}
.result .layui-layer-content{
  text-align: left;
}
.person-layer .layui-layer-btn {
  padding:8px 12px;
  text-align:center;
  background-color:#f1f2f6;
  border-top:1px solid #c9d2db;
}

.person-layer .layui-layer-btn a {
  padding: 0 41px;
  margin:0 10px;
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  border:0;
}

.person-layer .layui-layer-btn .layui-layer-btn0 {
  padding: 0 30px;
}

.person-layer .layui-layer-btn .layui-layer-btn1 {
  padding: 0 30px;
}





.mobileExam-layer .layui-layer-title {
  color:#fff;
  background-color:#20a1ff;
  font-size: 30px;
}

.mobileExam-layer .layui-layer-content {
  text-align: center;
  line-height: 35px;
  font-size: 30px!important;
}

.mobileExam-layer .layui-layer-btn {
  padding:8px 12px;
  text-align:center;
  background-color:#f1f2f6;
  border-top:1px solid #c9d2db;
}

.mobileExam-layer .layui-layer-btn a {
  padding: 0 41px;
  margin:0 10px;
  line-height: 36px;
  height: 36px;
  font-size: 30px;
  border:0;
}

.mobileExam-layer .layui-layer-btn .layui-layer-btn0 {
  padding: 10px 40px 10px 40px;
}

.mobileExam-layer .layui-layer-btn .layui-layer-btn1 {
  padding: 10px 40px 10px 40px;
}
.fixed-footer{
  position: fixed;
  bottom: 0;
}
.content-div{
  margin: 17px 0 30px 3%;
  width: 94%;
}
.el-dialog__headerbtn .el-dialog__close{
  color: #d7d7d7 !important;
}
.frame-bar{
  line-height: 40px;
  border-left: 12px solid #2672ff;
  float: left;
  font-size: 18px;
  padding-left: 10px;
  font-weight: bold;
  width: 100%;
}
.projectStepMain{
  border-radius: 8px;
  background-color: #FFFFFF;
}
.bar-mar{
  margin-top: 10px;
}

.frame-barSon{
  line-height: 20px;
  border-left: 10px solid #2672ff;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
  width: 80%;
  margin-bottom: 10px;
  margin-left: 50px;
}

.frame-Grandson{
  line-height: 20px;
  float: left;
  font-size: 12px;
  width: 80%;
  margin-bottom: 5px;
  color:#373737
}

.customizedDialog .el-step__title.is-process {
  color: rgb(25, 121, 234) !important;
}

.customizedDialog .el-dialog__header {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  cursor: move;
  color: #fff;
  background-color: #20a1ff;
  font-size: 16px;
}
.customizedDialog .el-dialog__title {
  color: #fff;
}

.customizedDialog .el-step__title {
  font-size: 21px;
  line-height: 38px;
}

.customizedDialog .el-step__head.is-process {
  color: rgb(25, 121, 234) !important;
  border-color: rgb(25, 121, 234) !important;;
}

.customizedDialog .el-loading-mask {
  z-index: 19909999 !important;
}
.customizedDialog .el-dialog__title {
  font-size: 20px;
  font-weight: bold;
}
.customizedDialog .el-dialog__body {
  padding-right: 10px;
  padding-left: 5px;
}
.customizedDialog .el-dialog__body {
  padding-right: 10px;
  padding-left: 5px;
}
.customizedDialog .el-dialog__footer {
  padding: 8px 12px;
  text-align: center;
  background-color: #f1f2f6;
  border-top: 1px solid #c9d2db;
}
.customizedDialog .el-dialog__close:hover{
  color: #d7d7d7!important;
}
.customizedDialog .el-dialog__headerbtn:hover .el-dialog__close{
  color: #d7d7d7!important;
}
