@charset "UTF-8";

body {
  padding-top: 40px
}

.special-body {
  /* background-color: #f7f7f7 */
}
.f-left{
  float: left;
}
.f-right{
  float: right;
}
ul,ol{
  list-style: none;
  padding-left: 0;
}
a{
  text-decoration: none;
}
table{
  width: 100%;
  display: block;
  margin: 40px auto;
  border-collapse: collapse;
}
td,th{
  border: 1px solid black;
  vertical-align: middle;
  line-height: 2.5em;
}
table tr:nth-child(odd) {
  background: #f5f5f5;
}
.clearfix:after{ content: '.'; display: block; height: 0; visibility: hidden; clear: both; }
.special-body .global-main-body .side-content .user,
.global-main-body .special-body .side-content .user,
.special-body .global-main-body .side-content .info,
.global-main-body .special-body .side-content .info {
  background-color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.g-top-bar {
  z-index: 9999;
  width: 100%;
  height: 40px;
}

.global-main,
.g-footer {
  min-width: 1160px
}
.ebrun-global-content {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.ebrun-global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  height: 60px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.ebrun-global-header .logo {
  display: block;
  float: left;
  width: 138px;
  /* height: 23px; */
  margin-top: 8px;
}
.ebrun-global-header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.ebrun-global-header .ebrun-navigation {
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 0;
  margin: 0 auto;
}
.ebrun-global-header .ebrun-navigation .treeview {
  position: relative;
  float: left;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: background-color .3s;
  margin-left: 40px;
}
.ebrun-global-header .ebrun-navigation .treeview a{
  display: block;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.ebrun-global-header .ebrun-user {
  float: right;
  width: 24px;
  height: 24px;
}
.ebrun-global-header .ebrun-user .search {
  margin-left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/static/default/web/icon_search_default.png) ;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,100%,.96);
}
.ebrun-global-content:before {
  content: " ";
  display: table;
}
.g-top-bar a,
.g-footer a {
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.g-top-bar a:hover,
.g-footer a:hover {
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel {
  width: 1160px;
  margin: 0 auto;
  min-height: 550px
}

.global-main__panel:before,
.global-main__panel:after {
  content: " ";
  display: table
}

.global-main__panel:after {
  clear: both
}

.global-main__panel .user-setting__page-title {
  width: 100%;
  height: 80px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  text-indent: 30px;
  color: #333
}

.global-main__panel .user-setting__page-title.setting {
  background: url(//imgs.ebrun.com/user/images/ico_user_seeting.png) no-repeat left center
}

.global-main__panel .user-setting__page-title.message {
  background: url(//imgs.ebrun.com/user/images/ico_user_message.png) no-repeat left center
}

.global-main__panel .side-nav {
  width: 300px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.global-main__panel .side-nav .special {
  padding-bottom: 26px
}

.global-main__panel .side-nav li {
  position: relative;
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-indent: 30px
}

.global-main__panel .side-nav li .msg-count {
  position: absolute;
  top: 20px;
  left: 80px;
  height: 16px;
  overflow: hidden;
  padding: 0 8px;
  font-size: 14px;
  line-height: 16px;
  text-indent: 0;
  color: #fff;
  background-color: #ff4c4c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.global-main__panel .side-nav li a {
  display: block;
  color: #595959;
  background-color: #fff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .side-nav li a:hover {
  background-color: #fafafa;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .side-nav .current {
  font-weight: 700;
  background: url(//imgs.ebrun.com/user/images/ico_arrow_right.png) no-repeat 265px center
}

.global-main__panel .side-nav .current::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 3px;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  background-color: #1a79ff
}

.global-main__panel .side-nav .current a {
  color: #1c1c1c;
  background-color: transparent
}

.global-main__panel .side-nav .current a:hover {
  background-color: transparent
}

.global-main__panel .side-nav .active a {
  background-color: #f7f7f7
}

.global-main__panel .side-nav .border {
  border-bottom: 1px solid #f7f7f7
}

.global-main__panel .main-content {
  width: 820px;
  background-color: #fff
}

.global-main__panel .main-content__panel-title {
  height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7
}

.global-main__panel .main-content__panel-title:before,
.global-main__panel .main-content__panel-title:after {
  content: " ";
  display: table
}

.global-main__panel .main-content__panel-title:after {
  clear: both
}

.global-main__panel .main-content__panel-title .main-content__panel-title-tips {
  font-size: 12px;
  font-weight: 400;
  text-indent: 30px;
  color: #999
}

.global-main__panel .main-content__panel-title p {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  text-indent: 40px;
  color: #333
}

.global-main__panel .main-content__panel-title a {
  display: block;
  float: right;
  width: 56px;
  height: 24px;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #595959;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .main-content__panel-title a:hover {
  color: #1a79ff;
  border-color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .btn-group {
  height: 30px;
  overflow: hidden;
  line-height: 30px
}

.global-main__panel .btn-group .btn {
  display: block;
  float: left;
  width: 84px;
  height: 28px;
  overflow: hidden;
  margin-right: 30px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.global-main__panel .btn-group .btn.confirm {
  color: #fff;
  background-color: #1a79ff;
  border-color: #1a79ff
}

.global-main__panel .btn-group .btn.cancel {
  color: #1c1c1c;
  background-color: #fff;
  border-color: #bbb
}

.global-main__panel .btn-group .btn.disabled {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
  cursor: default;
  cursor: not-allowed
}

.global-main__panel .info .well {
  margin-top: 30px
}

.global-main__panel .info .well:before,
.global-main__panel .info .well:after {
  content: " ";
  display: table
}

.global-main__panel .info .well:after {
  clear: both
}

.global-main__panel .info .label {
  float: left;
  width: 105px;
  height: 22px;
  overflow: hidden;
  margin-right: 30px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #999
}

.global-main__panel .info .text {
  float: left;
  width: 625px;
  font-size: 14px;
  line-height: 22px;
  color: #333
}

.global-main__panel .info .text span {
  margin-right: 10px
}

.global-main__panel .form-panel {
  padding-top: 30px
}

.global-main__panel .form-panel .noMargin,
.global-main__panel .form-panel.noMargin {
  margin: 0 !important
}

.global-main__panel .form-panel .form-group:before,
.global-main__panel .form-panel .form-group:after {
  content: " ";
  display: table
}

.global-main__panel .form-panel .form-group:after {
  clear: both
}

.global-main__panel .form-panel .form-group .occupied {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px
}

.global-main__panel .form-panel .form-group .label {
  float: left;
  width: 105px;
  height: 40px;
  overflow: hidden;
  margin-right: 30px;
  font-size: 14px;
  line-height: 40px;
  text-align: right;
  color: #999
}

.global-main__panel .form-panel .form-group .form-well {
  float: left;
  width: 650px
}

.global-main__panel .form-panel .form-group .form-well:before,
.global-main__panel .form-panel .form-group .form-well:after {
  content: " ";
  display: table
}

.global-main__panel .form-panel .form-group .form-well:after {
  clear: both
}

.global-main__panel .form-panel .form-group .form-well .text {
  float: left;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-indent: 20px;
  color: #333
}

.global-main__panel .form-panel .form-group .form-control {
  position: relative;
  float: left;
  margin-right: 30px
}

.global-main__panel .form-panel .form-group .form-control input,
.global-main__panel .form-panel .form-group .form-control textarea {
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.global-main__panel .form-panel .form-group .form-control input:focus,
.global-main__panel .form-panel .form-group .form-control textarea:focus {
  outline: 0 none
}

.global-main__panel .form-panel .form-group .form-control .form-text {
  display: block;
  width: 230px;
  height: 38px;
  overflow: hidden;
  padding-right: 56px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 38px;
  color: #333;
  border: 1px solid #eee;
  background-color: #fafafa;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-control .form-text:focus {
  background-color: #fff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-control .form-text.form-error {
  color: #ff4c4c;
  border-color: #ff4c4c
}

.global-main__panel .form-panel .form-group .form-control .count {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  line-height: 38px;
  color: #b5b5b5
}

.global-main__panel .form-panel .form-group .form-control .count .wrong-text {
  color: #ff4c4c
}

.global-main__panel .form-panel .form-group .form-control .area-count {
  top: auto;
  bottom: 40px;
  right: 20px;
  height: 22px;
  line-height: 22px;
  background-color: #fff
}

.global-main__panel .form-panel .form-group .verification-code-group {
  float: left
}

.global-main__panel .form-panel .form-group .verification-code-group .verification {
  display: block;
  width: 112px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff9500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.global-main__panel .form-panel .form-group .verification-code-group .verification.disabled {
  color: #fff;
  background-color: #bbb;
  cursor: default;
  cursor: not-allowed
}

.global-main__panel .form-panel .form-group .form-tips {
  font-size: 12px;
  line-height: 40px;
  color: #999
}

.global-main__panel .form-panel .form-group .form-select {
  float: left;
  margin-right: 30px
}

.global-main__panel .form-panel .form-group .form-select .select-well {
  position: relative;
  width: 308px;
  height: 38px;
  border: 1px solid #eee;
  background: #fafafa url(//imgs.ebrun.com/user/images/ico_menu_dropdown.png) no-repeat 275px center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-select .select-well.form-error {
  border-color: #ff4c4c
}

.global-main__panel .form-panel .form-group .form-select span {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-select ul {
  position: absolute;
  top: 37px;
  left: -1px;
  z-index: 10;
  width: 100%;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.global-main__panel .form-panel .form-group .form-select ul li {
  height: 28px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-select ul li:hover {
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-select.form-select-focus .select-well {
  background: #fff url(//imgs.ebrun.com/user/images/ico_menu_dropdown.png) no-repeat 275px center;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .form-select.form-select-active span {
  color: #333
}

.global-main__panel .form-panel .form-group .area-wrap {
  width: 608px;
  height: 118px;
  padding: 10px 20px;
  border: 1px solid #eee;
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .area-wrap.form-error {
  border-color: #ff4c4c
}

.global-main__panel .form-panel .form-group .area-wrap.area-wrap-active {
  background-color: #fff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .area-wrap .form-area {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  background-color: #fafafa;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .area-wrap .form-area:focus {
  background-color: #fff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main__panel .form-panel .form-group .radio {
  float: left
}

.global-main__panel .form-panel .form-group .radio .radio-panel:before,
.global-main__panel .form-panel .form-group .radio .radio-panel:after {
  content: " ";
  display: table
}

.global-main__panel .form-panel .form-group .radio .radio-panel:after {
  clear: both
}

.global-main__panel .form-panel .form-group .radio .radio-panel .radio-item {
  float: left;
  padding-left: 30px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  background: url(//imgs.ebrun.com/user/images/ico_radio_default.png) no-repeat left center;
  cursor: pointer
}

.global-main__panel .form-panel .form-group .radio .radio-panel .radio-item.checked {
  background: url(//imgs.ebrun.com/user/images/ico_radio_checked.png) no-repeat left center
}

.global-main__panel .form-panel .form-group .wrong-tips {
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  line-height: 30px;
  color: #ff4c4c
}

.g-footer {
  background-color: #fff !important
}

.message-com-nav {
  margin-bottom: 20px;
  padding: 0 40px;
  border-bottom: 1px solid #f7f7f7
}

.message-com-nav:before,
.message-com-nav:after {
  content: " ";
  display: table
}

.message-com-nav:after {
  clear: both
}

.message-com-nav li {
  float: left;
  height: 56px;
  margin-right: 32px
}

.message-com-nav li.current a {
  border-bottom: 2px solid #333;
  font-weight: 700;
  color: #333
}

.message-com-nav li a {
  display: inline-block;
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 56px;
  color: #595959;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.message-com-nav li a:hover {
  font-weight: 700;
  color: #333
}

.message-com-nav.back-nav {
  position: relative
}

.message-com-nav.back-nav .current a {
  padding-left: 16px;
  border: 0;
  background: url(//imgs.ebrun.com/user/images/ico_arrow_left.png) left center no-repeat
}

.message-com-nav.back-nav .current a:hover {
  color: #1a79ff;
  background: url(//imgs.ebrun.com/user/images/ico_arrow_left_current.png) left center no-repeat;
  cursor: pointer
}

.message-com-nav.back-nav span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 16px;
  line-height: 56px;
  color: #595959;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.not-comment {
  width: 100%;
  padding: 82px 0 230px;
  text-align: center
}

.not-comment img {
  display: inline-block;
  width: 260px;
  height: 162px
}

.not-comment p {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #595959
}

.comment-tab-item {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7
}

.comment-tab-item.border-none {
  border: 0
}

.comment-tab-item .comment-text {
  font-size: 14px;
  line-height: 22px;
  color: #333
}

.comment-tab-item .comment-text a {
  color: #333;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.comment-tab-item .comment-text a em {
  display: inline-block;
  font-style: normal;
  color: #1a79ff;
  line-height: 14px;
  border-bottom: 1px solid #1a79ff
}

.comment-tab-item .comment-text a:hover {
  color: #1a79ff
}

.comment-tab-item .reply-me {
  display: block;
  margin-top: 18px;
  padding: 14px 20px;
  background-color: #fafafa;
  border-radius: 3px;
  font-size: 14px;
  line-height: 22px
}

.comment-tab-item .reply-me em {
  color: #bbb;
  font-style: normal
}

.comment-tab-item .reply-me span {
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s;
  color: #999
}

.comment-tab-item .reply-me span:hover {
  color: #1a79ff
}

.comment-tab-item .time-and-icon {
  margin: 20px 0
}

.comment-tab-item .time-and-icon:before,
.comment-tab-item .time-and-icon:after {
  content: " ";
  display: table
}

.comment-tab-item .time-and-icon:after {
  clear: both
}

.comment-tab-item .time-and-icon a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #999
}

.comment-tab-item .time-and-icon .time {
  float: left
}

.comment-tab-item .time-and-icon ul {
  float: right
}

.comment-tab-item .time-and-icon ul li {
  float: left;
  margin-left: 34px
}

.comment-tab-item .time-and-icon ul li.icon_reply a {
  background: url(//imgs.ebrun.com/user/images/ico_reply.png) left center no-repeat
}

.comment-tab-item .time-and-icon ul li.icon_reply a:hover {
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s;
  background: url(//imgs.ebrun.com/user/images/ico_reply_hover.png) left center no-repeat
}

.comment-tab-item .time-and-icon ul li.icon_zan a {
  background: url(//imgs.ebrun.com/user/images/ico_zan.png) left center no-repeat
}

.comment-tab-item .time-and-icon ul li.icon_zan a:hover,
.comment-tab-item .time-and-icon ul li.icon_zan a.current {
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s;
  background: url(//imgs.ebrun.com/user/images/ico_zan_hover.png) left center no-repeat
}

.comment-tab-item .time-and-icon ul li a {
  padding-left: 24px;
  cursor: pointer
}

.comment-tab-item .time-and-icon ul li a:hover {
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.head-dl {
  width: 100%;
  margin-bottom: 15px
}

.head-dl:before,
.head-dl:after {
  content: " ";
  display: table
}

.head-dl:after {
  clear: both
}

.head-dl dt {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden
}

.head-dl dt img {
  display: block;
  width: 100%;
  height: 100%
}

.head-dl dd {
  float: left
}

.head-dl dd a {
  display: inline-block;
  padding-right: 22px;
  font-size: 16px;
  line-height: 50px;
  color: #1c1c1c;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.head-dl dd a:hover {
  color: #1a79ff
}

.head-dl dd a.jigou {
  background: url(//imgs.ebrun.com/user/images/ico_jigou.png) right center no-repeat
}

.head-dl dd a.qiye {
  background: url(//imgs.ebrun.com/user/images/ico_qiye.png) right center no-repeat
}

.head-dl dd a.geren {
  background: url(//imgs.ebrun.com/user/images/ico_geren.png) right center no-repeat
}

.system-message-time {
  width: 100%;
  text-align: center;
  border-top: 1px dashed #f7f7f7;
  font-size: 0
}

.system-message-time span {
  display: inline-block;
  margin-top: -7px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  color: #bbb
}

.system-message-item {
  width: 740px;
  margin: 0 auto;
  padding: 26px 0 38px
}

.system-message-item .system-message-text {
  width: 100%;
  margin-top: 28px;
  padding: 16px 0;
  background-color: #f7f7f7
}

.system-message-item .system-message-text p {
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.system-message-item .system-message-text p:hover {
  color: #1a79ff
}

.system-message-item .system-message-text p em {
  display: inline-block;
  font-style: normal;
  color: #1a79ff;
  line-height: 14px;
  border-bottom: 1px solid #1a79ff
}

.system-message-item .system-message-text p,
.system-message-item .system-message-text span {
  display: block;
  width: 698px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #333
}

.system-message-item .system-message-text a {
  display: inline-block;
  color: #1a79ff;
  line-height: 14px;
  border-bottom: 1px solid #1a79ff
}

.toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-size: 0
}

.toast p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  overflow: hidden;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.toast p.icon {
  padding-left: 67px
}

.toast p.success {
  background: rgba(0, 0, 0, .8) url(//imgs.ebrun.com/user/images/toast_success.png) no-repeat 40px center
}

.toast p.fail {
  background: rgba(0, 0, 0, .8) url(//imgs.ebrun.com/user/images/toast_fail.png) no-repeat 40px center
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal .search{
  padding-top: 80px;
}
.modal .search-content {
  width: 830px;
  margin: 140px auto 0;
}
.modal .search-control {
  position: relative;
  height: 36px;
  padding: 10px 0;
  border-bottom: 1px solid #dadfe6;
}
.modal .search-control .search-text {
  display: block;
  width: 730px;
  padding-right: 100px;
  font-size: 30px;
  line-height: 36px;
  border: 0;
  outline: none;
}
.modal .search-control .search-btn {
  position: absolute;
  top: 17px;
  right: 5px;
  width: 22px;
  height: 22px;
  background: url(/static/default/web/icon_search_default.png) no-repeat;
  cursor: pointer;
}
.modal .search-head .close {
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  background-image: url(/static/default/web/icon_close_default.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}
.modal .search-control .search-btn, .modal .search-control .search-btn:hover {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  transition: all .3s;
}
.modal .dialog-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.modal .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

.modal .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 10;
  max-width: 600px;
  overflow: hidden;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal .select-file-panel {
  padding: 30px 40px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.modal .select-file-panel .up-file-well {
  position: relative;
  float: left;
  width: 90px;
  height: 26px;
  overflow: hidden;
  margin-right: 20px
}

.modal .select-file-panel .up-file-well .up-file-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 88px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.modal .select-file-panel .up-file-well .up-file-btn:hover {
  color: #1a79ff;
  border-color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.modal .select-file-panel .up-file-well .file-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 40px;
  opacity: 0;
  cursor: pointer
}

.modal .select-file-panel .file-name {
  float: left;
  width: 410px;
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #1c1c1c
}

.modal .wrong-tips {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-indent: 40px;
  color: #ff4c4c
}

.modal .preview-image-panel {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.modal .preview-image-panel .preview-image-well {
  width: 520px;
  height: 255px;
  overflow: hidden;
  background: url(//imgs.ebrun.com/user/images/modal_up_img_bg.jpg) no-repeat left top
}

.modal .preview-image-panel .preview-image-well img {
  display: block;
  width: 100%;
  height: 100%
}

.modal .preview-tips {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 100%;
  color: #999
}

.modal .preview-tips span {
  margin-right: 15px;
  color: #ff4c4c
}

.modal .modal-header {
  height: 55px;
  overflow: hidden;
  font-size: 0;
  background-color: #fafafa
}

.modal .modal-header:before,
.modal .modal-header:after {
  content: " ";
  display: table
}

.modal .modal-header:after {
  clear: both
}

.modal .modal-header .title {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  color: #333
}

.modal .modal-header .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  line-height: 2px;
  background-color: #333
}

.modal .modal-header .close {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 30px;
  background: url(//imgs.ebrun.com/user/images/modal_close.png) no-repeat left center
}

.modal .modal-footer {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center
}

.modal .modal-footer .btn {
  display: inline-block;
  width: 158px;
  height: 28px;
  margin: 0 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.modal .modal-footer .btn.confirm {
  color: #fff;
  background-color: #1a79ff;
  border-color: #1a79ff
}

.modal .modal-footer .btn.disabled {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
  cursor: not-allowed
}

.modal .modal-footer .btn.cancel {
  color: #1c1c1c;
  background-color: #fff;
  border-color: #bbb
}

.pagination ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0
}

.pagination li {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 6px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer
}

.pagination li:hover {
  -webkit-transition: all, .3s;
  -moz-transition: all, .3s;
  -ms-transition: all, .3s;
  -o-transition: all, .3s;
  transition: all, .3s;
  border-color: #1a79ff
}

.pagination li:hover a {
  color: #1a79ff
}

.pagination li.disabled {
  cursor: not-allowed;
  border-color: #ddd
}

.pagination li.disabled a {
  color: #ddd;
  cursor: not-allowed
}

.pagination .pagination-item {
  border: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pagination .pagination-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #333
}

.pagination .pagination-item.pagination-active {
  border-color: #1a79ff
}

.pagination .pagination-item.pagination-active a {
  color: #1a79ff
}

.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-jump-prev,
.pagination .pagination-jump-next {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.pagination .pagination-prev a,
.pagination .pagination-next a,
.pagination .pagination-jump-prev a,
.pagination .pagination-jump-next a {
  display: block;
  margin: 0;
  height: 100%;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.pagination .pagination-prev a:after,
.pagination .pagination-next a:after,
.pagination .pagination-jump-prev a:after,
.pagination .pagination-jump-next a:after {
  display: block;
  font-size: 14px;
  height: 30px;
  text-align: center
}

.pagination .pagination-prev,
.pagination .pagination-next {
  margin: 0 6px
}

.pagination .pagination-prev {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_prev.jpg?__sprite) no-repeat left top
}

.pagination .pagination-prev.disabled,
.pagination .pagination-prev.disabled:hover {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_prev_disabled.jpg?__sprite) no-repeat left top
}

.pagination .pagination-prev:hover {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_prev_hover.jpg) center center no-repeat
}

.pagination .pagination-next {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_next.jpg?__sprite) no-repeat left top
}

.pagination .pagination-next.disabled,
.pagination .pagination-next.disabled:hover {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_next_disabled.jpg?__sprite) no-repeat left top
}

.pagination .pagination-next:hover {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_next_hover.jpg?__sprite) center center no-repeat
}

.pagination .pagination-jump-prev,
.pagination .pagination-jump-next {
  border: 0 none;
  background: url(//imgs.ebrun.com/user/images/bg_pagination_more.jpg?__sprite?__sprite) no-repeat left top
}

.pagination .pagination-jump-prev:hover,
.pagination .pagination-jump-prev.pagination-active {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_prev_jump.jpg?__sprite) no-repeat left top
}

.pagination .pagination-jump-next:hover,
.pagination .pagination-jump-next.pagination-active {
  background: url(//imgs.ebrun.com/user/images/bg_pagination_next_jump.jpg?__sprite) no-repeat left top
}

.global-main-body {
  width: 1160px;
  margin: 20px auto 0
}

.global-main-body:before,
.global-main-body:after {
  content: " ";
  display: table
}

.global-main-body:after {
  clear: both
}

.global-main-body .main-content {
  position: relative;
  width: 850px
}

.global-main-body .main-content .category {
  height: 58px;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.global-main-body .main-content .category ul {
  padding: 0 20px;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.global-main-body .main-content .category ul:before,
.global-main-body .main-content .category ul:after {
  content: " ";
  display: table
}

.global-main-body .main-content .category ul:after {
  clear: both
}

.global-main-body .main-content .category ul li {
  position: relative;
  float: left;
  height: 58px;
  margin-right: 33px;
  font-size: 16px;
  line-height: 58px;
  color: #595959
}

.global-main-body .main-content .category ul li.active {
  font-weight: 700
}

.global-main-body .main-content .category ul li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  overflow: hidden;
  line-height: 2px;
  background-color: #333
}

.global-main-body .main-content .category ul li.active a {
  color: #333
}

.global-main-body .main-content .category ul li a {
  color: #595959;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .category ul li a:hover {
  color: #333;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .sub-category {
  position: relative;
  top: -1px;
  height: 47px;
  overflow: hidden;
  background: url(//imgs.ebrun.com/user/images/bg_sub_category.gif) repeat-x
}

.global-main-body .main-content .sub-category:before,
.global-main-body .main-content .sub-category:after {
  content: " ";
  display: table
}

.global-main-body .main-content .sub-category:after {
  clear: both
}

.global-main-body .main-content .sub-category p {
  float: left;
  height: 47px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 47px;
  text-indent: 20px;
  color: #333
}

.global-main-body .main-content .sub-category ul {
  float: left
}

.global-main-body .main-content .sub-category ul:before,
.global-main-body .main-content .sub-category ul:after {
  content: " ";
  display: table
}

.global-main-body .main-content .sub-category ul:after {
  clear: both
}

.global-main-body .main-content .sub-category ul li {
  position: relative;
  float: left;
  width: 98px;
  height: 47px;
  overflow: hidden;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  color: #999;
  cursor: pointer;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .sub-category ul li:hover {
  color: #333;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .sub-category ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  overflow: hidden;
  line-height: 14px;
  background-color: #eee;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.global-main-body .main-content .sub-category ul li.active {
  font-weight: 700;
  color: #333;
  background: url(//imgs.ebrun.com/user/images/bg_sub_category_active.jpg) no-repeat left top
}

.global-main-body .main-content .sub-category ul li.active::after {
  background-color: transparent
}

.global-main-body .main-content .sub-category .btn {
  float: right;
  display: block;
  width: 96px;
  height: 24px;
  overflow: hidden;
  margin-top: 12px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.global-main-body .main-content .sub-category .btn.confirm {
  color: #fff;
  border-color: #1a79ff;
  background-color: #1a79ff
}

.global-main-body .main-content .sub-category .btn.cancel {
  color: #1c1c1c;
  border-color: #bbb;
  background-color: transparent
}

.global-main-body .main-content .sub-category .btn.disabled {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
  cursor: not-allowed
}

.global-main-body .main-content .content {
  position: relative;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px
}

.global-main-body .main-content .content .loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8)
}

.global-main-body .main-content .no-data {
  padding: 105px 0
}

.global-main-body .main-content .no-data img {
  display: block;
  margin: 0 auto
}

.global-main-body .main-content .no-data p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #595959
}

.global-main-body .main-content .focus {
  height: 190px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff
}

.global-main-body .main-content .focus .focus-container {
  width: 780px;
  height: 190px
}

.global-main-body .main-content .focus .focus-slide {
  width: 780px;
  height: 190px
}

.global-main-body .main-content .focus .focus-slide a {
  display: block;
  position: relative;
  z-index: 2
}

.global-main-body .main-content .focus .focus-slide img {
  display: block;
  width: 100%;
  height: 100%
}

.global-main-body .main-content .focus .focus-slide .focus-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.global-main-body .main-content .focus .focus-prev,
.global-main-body .main-content .focus .focus-next {
  width: 35px;
  height: 60px
}

.global-main-body .main-content .focus .focus-prev {
  background: url(//imgs.ebrun.com/user/images/bg_index_focus_prev.png) no-repeat left top
}

.global-main-body .main-content .focus .focus-next {
  background: url(//imgs.ebrun.com/user/images/bg_index_focus_next.png) no-repeat left top
}

.global-main-body .main-content .focus .focus-pagination {
  bottom: 12px;
  z-index: 2;
  height: 6px;
  overflow: hidden;
  line-height: 6px
}

.global-main-body .main-content .focus .focus-pagination a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  overflow: hidden;
  line-height: 6px;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.global-main-body .main-content .focus .focus-pagination a.focus-pagination-active {
  background-color: #ff9500
}

.global-main-body .main-content .content-item {
  position: relative;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item:hover {
  background: #fafafa;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item.first .link-well {
  border-top: 0
}

.global-main-body .main-content .content-item .link {
  position: relative;
  display: block;
  padding: 0 20px
}

.global-main-body .main-content .content-item .link-well {
  height: 127px;
  overflow: hidden;
  margin: 0 auto;
  padding: 21px 0;
  border-top: 1px solid #fafafa
}

.global-main-body .main-content .content-item .link-well:before,
.global-main-body .main-content .content-item .link-well:after {
  content: " ";
  display: table
}

.global-main-body .main-content .content-item .link-well:after {
  clear: both
}

.global-main-body .main-content .content-item .master-map {
  float: left;
  width: 190px;
  height: 127px;
  overflow: hidden;
  margin-right: 20px
}

.global-main-body .main-content .content-item .master-map img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all, .7s;
  -moz-transition: all, .7s;
  -ms-transition: all, .7s;
  -o-transition: all, .7s;
  transition: all, .7s
}

.global-main-body .main-content .content-item .master-map img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all, .7s;
  -moz-transition: all, .7s;
  -ms-transition: all, .7s;
  -o-transition: all, .7s;
  transition: all, .7s
}

.global-main-body .main-content .content-item .info {
  float: left;
  width: 560px
}

.global-main-body .main-content .content-item .info .title {
  height: 26px;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item .info .title:hover {
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item .info .des {
  height: 52px;
  margin-top: 6px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #595959;
  word-break: break-all
}

.global-main-body .main-content .content-item .content-side {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 230px
}

.global-main-body .main-content .content-item .content-side p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin: 0;
}

.global-main-body .main-content .content-item .content-side .btn-group {
  float: right
}

.global-main-body .main-content .content-item .content-side .btn-group a {
  display: block;
  float: left;
  margin-right: 20px;
  width: 96px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
  border: 1px solid #bbb;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item .content-side .btn-group a:hover {
  border-color: #1a79ff;
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .content-item .content-side .comm {
  float: right
}

.global-main-body .main-content .content-item .content-side .comm span {
  float: left;
  margin-left: 17px;
  margin-right: 20px;
  padding-left: 24px;
  color: #bbb
}

.global-main-body .main-content .content-item .content-side .comm span.pinglun {
  background: url(//imgs.ebrun.com/user/images/ico_pindao_pinglun.png) no-repeat left center
}

.global-main-body .main-content .content-item .content-side .comm span.zan {
  background: url(//imgs.ebrun.com/user/images/ico_pindao_zan.png) no-repeat left center
}

.global-main-body .main-content .content-item .content-side .comm span.price {
  color: #ff3b30;
  font-size: 16px
}

.global-main-body .main-content .content-item .content-side .time,
.global-main-body .main-content .content-item .content-side .address,
.global-main-body .main-content .content-item .content-side .status,
.global-main-body .main-content .content-item .content-side .tag {
  float: left
}

.global-main-body .main-content .content-item .content-side .address,
.global-main-body .main-content .content-item .content-side .status,
.global-main-body .main-content .content-item .content-side .tag {
  margin-left: 20px
}

.global-main-body .main-content .content-item .content-side .tag {
  padding-left: 17px;
  background: url(//imgs.ebrun.com/user/images/ico_pindao_xinwen_tag.png) no-repeat left center
}

.global-main-body .main-content .content-item .content-side .tag a {
  padding: 0;
  font-size: 14px;
  color: #999;
  cursor: default;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .main-content .pagination {
  margin-top: 20px
}

.global-main-body .side-content {
  width: 250px
}

.global-main-body .side-content .user,
.global-main-body .side-content .info {
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.global-main-body .side-content .user .head {
  padding-bottom: 27px
}

.global-main-body .side-content .user .head:before,
.global-main-body .side-content .user .head:after {
  content: " ";
  display: table
}

.global-main-body .side-content .user .head:after {
  clear: both
}

.global-main-body .side-content .user .head .master-map {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-top: 26px;
  margin-right: 14px;
  margin-left: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.global-main-body .side-content .user .head .name {
  display: inline-block;
  height: 26px;
  overflow: hidden;
  margin-top: 28px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #333
}

.global-main-body .side-content .user .head .name a {
  color: #333;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .side-content .user .head .name a:hover {
  color: #1a79ff;
  -webkit-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s
}

.global-main-body .side-content .user .head .name.v1 {
  background: url(//imgs.ebrun.com/user/images/user_v1.png) no-repeat right center
}

.global-main-body .side-content .user .head .name.v2 {
  background: url(//imgs.ebrun.com/user/images/user_v2.png) no-repeat right center
}

.global-main-body .side-content .user .head .name.v3 {
  background: url(//imgs.ebrun.com/user/images/user_v3.png) no-repeat right center
}

.global-main-body .side-content .user .fans {
  padding: 30px 0;
  border-top: 1px solid #eee
}

.global-main-body .side-content .user .fans:before,
.global-main-body .side-content .user .fans:after {
  content: " ";
  display: table
}

.global-main-body .side-content .user .fans:after {
  clear: both
}

.global-main-body .side-content .user .fans dl {
  position: relative;
  float: left;
  width: 50%;
  text-align: center
}

.global-main-body .side-content .user .fans dl:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 43px;
  overflow: hidden;
  line-height: 43px;
  background-color: #eee;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.global-main-body .side-content .user .fans dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #1c1c1c
}

.global-main-body .side-content .user .fans dd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #999
}

.global-main-body .side-content .info {
  min-height: 140px;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 20px
}

.global-main-body .side-content .info dl {
  padding: 0 20px
}

.global-main-body .side-content .info dl dt {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #333
}

.global-main-body .side-content .info dl dd {
  padding-top: 13px
}

.global-main-body .side-content .info dl dd p {
  font-size: 14px;
  line-height: 28px;
  color: #999
}

.global-main-body .side-content .info dl dd p span {
  margin-right: 10px
}

.global-main-body .side-content .info dl dd ul li {
  font-size: 14px;
  line-height: 28px
}

.global-main-body .side-content .info dl dd ul li a {
  color: #0062b0;
  text-decoration: underline
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.loader-inner {
  left: 50%;
  margin-top: 195px
}

.ball-spin-fade-loader {
  position: relative
}

.ball-spin-fade-loader>div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
  animation: ball-spin-fade-loader 1s 0s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .12s infinite linear;
  animation: ball-spin-fade-loader 1s .12s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s .24s infinite linear;
  animation: ball-spin-fade-loader 1s .24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .36s infinite linear;
  animation: ball-spin-fade-loader 1s .36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s .48s infinite linear;
  animation: ball-spin-fade-loader 1s .48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .6s infinite linear;
  animation: ball-spin-fade-loader 1s .6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s .72s infinite linear;
  animation: ball-spin-fade-loader 1s .72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .84s infinite linear;
  animation: ball-spin-fade-loader 1s .84s infinite linear
}

.ball-spin-fade-loader>div {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #1a79ff
}

.breadcrumb ul li{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.breadcrumb ul li a{
  font-size: 14px;
  color: #666;
}
.category h2{
  font-size: 20px;
  color: #333;
}
.hospital-wrap li{
  margin-bottom: 16px;
}
.hospital-wrap li .img-wrap{
  width: 100%;
  height: 120px;
}
.hospital-wrap li .img-wrap img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.hospital-wrap li .text-wrap h3{
  font-size: 18px;
  color: #333;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hospital-wrap li .text-wrap .desc{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.hospital-wrap li .text-wrap .time{
  font-size: 14px;
  color: #999;
}
.links li a{
  color: #a1a8b3!important;
}
.now_nav{
  color: #1a79ff !important;
}
.ebrun-global-header .ebrun-navigation .treeview{
  margin-left: 20px !important;
}
.header-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 320px;
  text-align: center;
  overflow: hidden;
  margin: 20px auto;
}
.header-image .swiper-slide img{
  display: block;
  width: 100%;
  height:320px;
  margin: 0 auto;
  object-fit: cover;
}
.form-group{
  margin-top: 20px;
}
.control-label{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
label .selected{
  background:#1A79FF ;
  color: #fff;
}
label a{
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  padding: 8px;
  /* margin: 0 2px; */
}
.label-success{
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.h1_wrap{
  margin-top: 20px;
}
.h1_wrap h1{
  font-size: 20px;
  color: #333;
}
.h1_wrap p{
  margin-top: 20px;
}
/* 底部 */
.global-footer {
  width: 100%;
  min-width: 1160px;
  margin-top: 30px;
  background-color: #262626;
}
.eb-content-wrap {
  width: 1160px;
  margin: 0 auto;
  padding-top: 40px;
}
.global-footer .copyright {
  height: 40px;
  margin-top: 32px;
  box-shadow: inset 0 1px 0 0 #2e3033;
}
/* .footer-row{
  height: 284px;
} */
.global-footer .footer-row.friend-link {
  margin-top: 23px;
  padding-top: 28px;
  border-top: 1px solid #45474d;
}
/* .global-footer .footer-row:after, .global-footer .footer-row:before {
  content: " ";
  display: table;
} */
.global-footer .footer-row .footer__logo-well {
  margin-right: 100px;
}
.global-footer .footer-row .col {
  float: left;
}
.footer__other-link {
  margin-left: 0!important;
}
.global-footer .footer-row .footer__qr-code {
  float: right;
}
.global-footer .footer-row .footer__logo-well .logo {
  display: block;
  width: 73px;
  float: none;
  margin-top: 0;
  margin-right: 0;
}
.global-footer .footer-row .footer__logo-well .footer__tips {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #dbdfe6;
}
.global-footer .footer-row .footer__other-link>ul {
  float: left;
  margin-right:130px;
}
.global-footer .footer-row .footer__other-link li.title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #dbdfe6;
}
.global-footer .footer-row .footer__other-link li.title, .global-footer .footer-row .footer__qr-code li.title {
  padding: 0;
}
.global-footer .footer-row .footer__other-link li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
.global-footer .footer-row .footer__other-link li a {
  color: #a1a8b3;
  transition: color .3s;
}
.global-footer .footer-row .footer__qr-code>ul {
  float: left;
  width: 108px;
  text-align: center;
  margin-left: 40px;
}
.global-footer .footer-row .inner-row .links {
  float: right;
  width: 1045px;
}
.global-footer .footer-row .inner-row .links li {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 8px;
}
.global-footer .copyright p {
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #727680;
}
.global-footer .copyright p span {
  position: relative;
}
.global-footer .copyright p a {
  color: #727680;
}
.global-footer .footer-row .footer__qr-code li img {
  display: block;
  width: 108px;
  height: 108px;
}
.global-footer .footer-row .footer__qr-code li.title {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #dbdfe6;
}
.global-footer .footer-row .inner-row>p {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #a1a8b3;
}
.global-footer .footer-row .inner-row .links li a {
  font-size: 12px;
  line-height: 20px;
  color: #5b6066;
  transition: color .3s;
}
.global-footer .footer-row .footer__qr-code li p {
  margin-top: 10px;
  font-size: 14px;
  color: #a1a8b3;
  line-height: 24px;
}
.main-module {
  position: relative;
  float: left;
  width: 830px;
  overflow: hidden;
}
.side-module, .side-module1 {
  position: relative;
  float: right;
  width: 300px;
}
.aside-panel .panel-head .title {
  height: 40px;
  /* line-height: 40px; */
  border-bottom: 1px solid #e6ebf2;
  border-radius: 1px;
}
.aside-panel .panel-head .title h2:after, .aside-panel .panel-head .title h3:after, .aside-panel .panel-head .title p:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #262626;
}
.aside-panel .panel-head .title h2, .aside-panel .panel-head .title h3, .aside-panel .panel-head .title p {
  position: relative;
  float: left;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #262626;
}
.aside-panel .panel-head .title h2 a{
  color: #262626;
}
.post-header .breadcrumb{
  margin: 20px 0;
}
.post-text-title{
  font-size: 22px;
  text-align: center;
}
.top-info{
  padding: 10px 0;
}
.source{
  margin: 10px 0;
}
.source .info,.source .date-time{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.source .date-time{
  margin-left: 10px;
}
.post-text p,.post-text li{
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  text-indent: 2em;
  line-height: 30px;
  padding: 4px 0;
}
.post-text h2,.post-text h3{
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.post-text h4{
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.post-text img,.post-text video{
  display: block;
  width: 100%;
  height: auto !important;
  margin: 10px auto;
}
.panel-head .title{
  margin-bottom: 20px;
}
.panel-head .title h2{
  float: left;
}
.panel-head .title .title-more{
  color: #666;
  font-size: 14px;
  float: right;
  padding-right: 10px;
  margin-top: 14px;
}
.recommend-list{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.recommend-item {
  margin-bottom: 10px;
}
.recommend-item .logo img{
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}
.recommend-item .info .title{
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  font-weight: normal;
}
.recommend-item .date{
  font-size: 14px;
  color: #999;
  margin: 0;
}
.news-state-list li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-state-list li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
}
.side-module{
  padding-top: 20px
}
.related .recommend-item .logo{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.related .recommend-item .logo img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.related .recommend-item .des{
  color: #666;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related .recommend-item .info{
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 80px;
}
.related .recommend-item .info .title{
  margin: 0;
}
.modal{
  display: none;
}
.home-title {
  font-size: 0;
  opacity: 0;
}
.hot-zt{
  width: 850px;
  margin: 20px auto 0;
}
.hot-zt .zt-left{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.hot-zt .zt-right{
  display: inline-block;
  vertical-align: middle;
  width: 740px;
  /* height: 40px; */
}
.hot-zt .zt-right a{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #eee;
  padding: 4px 16px;
  border-radius: 12px;
  color: #696969;
  box-sizing: border-box;
  margin: 0 8px;
}
.pre_page a,.next_page a,.pre_page span,.next_page span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}
.turn_page .pre_page,.turn_page .next_page{
  margin: 10px 0;
}
.pre_page a,.next_page a{
  color: #1a79ff;
}
.pre_page .no_title,.next_page .no_title{
  color: #333;
}
.button{
  border: 0;
}
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 2px 12px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #3ea8e2 solid 1px; color: #3ea8e2}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important;}