a:active,
a:hover,
a:link,
a:visited {
  outline: 0;
  text-decoration: none !important
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: 0 0;
  box-shadow: none
}

.panel:last-child {
  border-bottom: none
}

.panel-group>.panel:first-child .panel-heading {
  border-radius: 0
}

.panel-group .panel {
  border-radius: 0
}

.panel-group .panel+.panel {
  margin-top: 0 !important
}

.panel-heading {
  background-color: #d9edf7;
  border-radius: 0;
  border: none;
  color: #1080ff
}

.panel-heading h4 {
  line-height: 25px
}

.panel-body {
  background: #fff;
  border: 1px solid #d9edf7
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px
}

.dropd {
  background-color: transparent;
  font-weight: 400;
  color: #1080ff;
  cursor: pointer;
  border-radius: 0;
  border: 0 none #fff
}

.ptitle {
  text-align: left;
  display: inline-block;
  line-height: 35px;
  text-indent: 2em
}

button.glyphicon-chevron-down,
button.glyphicon-chevron-up {
  margin-top: 5px
}

button.glyphicon-list-alt,
button.glyphicon-user {
  margin-top: 9px
}

button.glyphicon-chevron-down,
button.glyphicon-chevron-up {
  text-indent: 0
}

@media (min-width:768px) and (max-width:1024px) {

  button.glyphicon-chevron-down,
  button.glyphicon-chevron-up {
    margin-right: .25em
  }
}

@media (min-width:1024px) and (max-width:1200px) {

  button.glyphicon-chevron-down,
  button.glyphicon-chevron-up {
    margin-right: .25em
  }
}

@media(min-width:1200px) and (max-width:1400px) {

  button.glyphicon-chevron-down,
  button.glyphicon-chevron-up {
    margin-right: .6em
  }
}

@media(min-width:1400px) {

  button.glyphicon-chevron-down,
  button.glyphicon-chevron-up {
    margin-right: .6em
  }
}

.panel-title a {
  display: block;
  color: #1080ff;
  position: relative;
  text-align: left;
  text-indent: 2em;
  width: 99%
}

.panel-title a .badge {
  text-indent: 0;
  background: red;
  margin-left: 1em
}

.panel-heading a:before {
  text-indent: 0;
  content: '\e113';
  position: absolute;
  font-family: 'Glyphicons Halflings';
  right: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  transition: all .5s
}

.panel-heading.active a:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s;
  transition: all .5s
}

#panelSQR {
  min-height: 90px
}

.btn-save {
  padding: 10px 16px;
  margin: 10px;
  line-height: 1.33;
  border-radius: 6px
}

.l-h-3 {
  line-height: 3
}

body {
  overflow-x: hidden;
  overflow-y: auto
}

.noList.h5 {
  line-height: 40px;
  text-indent: 2em;
  margin-left: 2em
}

.panel-collapse .panel-body {
  padding: 0
}

.list-group-item {
  padding: 5px 15px
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.list-group-item .YYlist .YYlist-text {
  background: url(../../Content/imgs/enter.png) no-repeat calc(100% - 19px) center;
  background-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 35px;
  padding: 18px
}

.topBanner {
  background-position: 28% center !important
}

.topBanner {
  background: url(../../Content/imgs/main/topbanner.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  -moz-background-position: center;
  text-align: center;
  color: #fff;
  height: 70px;
  line-height: 70px;
  width: 100%;
  font-size: 16px;
  padding: 0 30px 0 16px;
  margin-bottom: 0;
  position: relative
}

.returnBack {
  height: 100%;
  background: url(../../Content/imgs/main/home.png) no-repeat center;
  background-size: 16px;
  border: none
}

.downfile,
.searchBtn {
  position: absolute;
  top: 0;
  right: 16px
}

input,
select {
  color: #333;
  font-size: 15px
}

select {
  direction: l;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  background: url(../../Content/imgs/enter.png) no-repeat right;
  background-size: 12px
}

select.form-control {
  padding: 6px 15px 6px 0
}

[disabled],
select:disabled {
  background-image: none;
  background-color: transparent !important;
  color: #ccc
}
/* iOS设备特定的CSS */
@supports(-webkit-touch-callout:none) {
  /*针对IOS的css*/
  select:disabled,
  *[disabled] {
    color: rgb(20, 20, 20);
  }
}


.careMode #listDiv .panel .panel-heading {
  padding: 10px 0px;
}
.careMode #listDiv .panel .panel-heading .panel-title a .badge{
  margin: 0;
}
.careMode #listDiv .panel .panel-body .list-group-item .YYlist .divSQJL img{
  display: none;
}
.careMode #listDiv .panel .panel-body .list-group-item .YYlist .YYlist-text{
  padding: 3px;
}