.page-search {
  width: 200px;
  padding: 15px;
  background: #FFF;
  margin: 0 20px 0 0;
  border-radius: 5px;
  border: 1px solid #DDD;
}
.page-search.max {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.page-search.max .form-group {
  margin-bottom: 0;
}
.page-search.max .title {
  padding: 10px 0 0 10px;
}
.page-search .title {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.page-search button {
  width: 100%;
  margin: 0;
}

.hide-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.label {
  padding: 0.2em 0.6em;
}

div {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

table .ng-leave {
  -webkit-transition: none !important;
}

.btn {
  line-height: 1.45857 !important;
}

.red {
  color: #FF0000;
}

.help-block {
  color: #999;
}

.md-button {
  padding: 0 20px;
}

.cut {
  object-fit: cover !important;
}

.nodata {
  text-align: center;
  color: #999;
}

.action a {
  background: #2196F3;
  color: #FFF;
  padding: 5px 15px;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
.action a:hover {
  transition: all 0.3s;
  opacity: 1 !important;
}
.action a.del {
  background: #FF0000;
}
.action a.orange {
  background: #FF9900;
}

.tools {
  min-width: 200px;
}
.tools a {
  width: 30px;
  height: 30px;
  background: #333C44;
  color: #FFF;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
}
.tools a i {
  font-size: 18px !important;
  line-height: 30px;
}
.tools a.warning {
  background: #FF8F00;
}
.tools a.warning:hover {
  background: #FF6F00;
}
.tools a.danger {
  background: #FF0000;
  color: #FFF;
}
.tools a:hover {
  background: #0055CC;
  color: #FFF;
}
.tools a.del:hover {
  background: #FF0000;
  color: #FFF;
}

.form-validation .form-group label {
  margin-bottom: 10px;
}
.form-validation .form-group .help-block {
  color: #999999 !important;
  margin-bottom: 0px !important;
  line-height: 25px !important;
}
.form-validation .form-group .ng-active {
  position: relative;
  overflow: hidden;
}
.form-validation .form-group .ng-active div {
  color: #FF0000;
  margin-top: 7px;
}

.vocation .item .v {
  border: 1px solid #DDD;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  cursor: pointer;
}
.vocation .item .v.ac {
  border-color: #FF6600;
  color: #FF6600;
}
.vocation .se {
  background: #F5F5F5;
  padding: 15px;
}

.kaizhou-page .v {
  background: #FFF;
  padding: 10px 15px;
  border: #EEE 1px solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.kaizhou-page .v a {
  float: right;
  margin-left: 0.625rem;
}

.vocation-bind a {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 13px;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
  outline: #333 solid 1px;
}

.weiboList .item {
  background: #FFF;
  border-radius: 0.625rem;
  border: 1px solid #EEE;
  padding: 15px;
  margin-bottom: 20px;
}
.weiboList .item .content {
  margin-top: 10px;
  line-height: 30px;
}
.weiboList .item .video {
  max-width: 300px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.weiboList .item .video i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 50px !important;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
}
.weiboList .item .video img {
  width: 100%;
}
.weiboList .item .images {
  max-width: 300px;
  margin-top: 10px;
}
.weiboList .item .images .v {
  padding: 1px;
}
.weiboList .item .images .v img {
  border-radius: 5px;
}
.weiboList .item .actions .v {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.weiboList .item .user .time {
  color: #999;
  font-size: 12px;
}
.weiboList .item .user .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.weiboList .item .user .avatar img {
  width: 100%;
  height: 100%;
}

.page-head {
  margin: 20px 0;
  display: flex;
}
.page-head h4 {
  margin: 0;
}
.page-head .head-tools {
  position: relative;
  margin-left: 10px;
  margin-top: 2px;
}
.page-head .head-tools a {
  width: 28px;
  height: 28px;
  background: #2196F3;
  display: inline-block;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-head .head-tools a:hover {
  background: #0C7CD6;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-head .head-tools a i {
  line-height: 28px;
}

.areaSelect .head {
  background: #F7F7F7;
  padding: 10px;
  max-height: 140px;
  overflow: auto;
  border-bottom: 1px #DDD solid;
}
.areaSelect .head .item {
  background: rgba(237, 93, 33, 0.1);
  color: #ED5D21;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
}
.areaSelect .body .v {
  max-height: 400px;
  overflow: auto;
}
.areaSelect .body .v .item {
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #EEE;
  text-align: center;
  padding: 8px 0;
}
.areaSelect .body .v .item.ac {
  color: #0055CC;
  background-color: rgba(0, 85, 204, 0.1);
}