* {
	margin: 0;
	padding: 0;
}
.body{
  background-color: #F5F5F5;
}
ul,li{
    list-style: none;
}
.loading{
  width:80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10000;
}
body {
	background-color: #dcdcdc;
}
  .app{
     background: linear-gradient(180deg, #C1F9CE 0%, #F5F5F5 40%);
     background-repeat: no-repeat;
  }
#xian {
	width: 100%;
	height: 1px;
	background-color: #C0C0C0;
}
.modal-content{
  width:400px;
  height:120px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal-body {
  font-size: 20px;
  text-align: center;
}

.modal-footer p {
	text-align: center;
}

#fanhui {
	border: none;
	color: white;
	background-color: #dcdcdc;
	font-size: 20px;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover,a:visited,a:link,a:active{
	color: #333;
  text-decoration: none;
}
.app{
  display: none;
}
#fanhui {
				position: absolute;
			}
.align_center{
  display: flex;
  justify-content: center;
}

  .pageItem{
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
  }
  .pageItem .active{
    background-color: #ddd;
  }
  .mt20{
    margin-top:20px;
  }
  .mb20{
    margin-bottom:20px;
  }
  .select2-container .select2-selection--single {
                height: 50px;
                line-height: 50px;
                border-radius: 25px;
                padding-left: 20px;
            }
    .select2-container--default .select2-selection--single .select2-selection__rendered
            {
                line-height: 50px;

            }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #5cb85c;
  }
.row1{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
