@charset "utf-8";
/**
 * @description [网站]
 * @author [tt]
 * @time [2018-11-09]
 */

/* 初始化 */
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

img {
  float: none;
  border: none;
  max-width: 100%;
}

fieldset {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  color: #660;
  font-weight: 400;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

dd,
dt,
li {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}

body {
  word-break: break-all;
  font: 12px/1.42857143 "Microsoft Yahei", 微软雅黑, Verdana, Arial, Helvetica, sans-serif, 宋体;
}

input,
select {
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  outline: none;
  resize: none;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  blr: expression(this.onFocus=this.blur());
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

button {
  outline: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}

.fix {
  zoom: 1;
}

.fix:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "clear";
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ell2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

input {
  outline: 0
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/*通用*/
.icons {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
}

.mobile-wraper .icons {
  cursor: pointer;
}

/* 网站 */
.wraper {
  min-width: 1300px;
}

.header {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: #123874;
}

.header .header-wrap {
  width: 1350px;
  height: 100%;
  margin: auto;
  position: relative;
}

.header .logo {
  width: 396px;
  height: 100%;
  float: left;
}

.icon-logo {
  width: 224px;
  height: 60px;
  background: url(../img/web/logo.png) no-repeat center;
  float: left;
  cursor: pointer;
}

.header .logo span {
  display: inline-block;
  padding-left: 24px;
  font-size: 18px;
  float: left;
  line-height: 59px;
  cursor: pointer;
}

.header .nav {
  float: left;
  height: 100%;
}

.header .nav .nav-item {
  /*width: 82px;*/
  height: 100%;
  float: left;
  font-size: 16px;
  line-height: 59px;
  cursor: pointer;
}

.header .nav .nav-item a {
  display: block;
  padding: 0 11px;
  width: 100%;
  height: 100%;
  color: #fff;
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent;
}

.header .entrance {
  float: right;
  display: flex;
  height: 100%;
  padding-left: .5em;
  align-items: center;
  font-size: 16px
}

.header .entrance>span {
  margin-left: 10px
}

.header .entrance a {
  color: #ffffff
}

.header .entrance .anticon {
  cursor: pointer
}


@media screen and (min-width: 1367) {
  .header .nav .nav-item a {
    padding: 0 22px;
  }
}

.header .nav .nav-item.on a,
.header .nav .nav-item:hover a {
  background-color: #2564ba;
  border-width: 0 1px;
  border-style: solid;
  /*border-color: #144bc0;*/
}

.icon-user {
  background: url(../../resources/img/web/icon-user.png) no-repeat center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.banner {
  width: 100%;
  height: 441px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-container img {
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
}

.main-index {
  padding-bottom: 130px;
  /*margin-top: 20px;*/
}

.main-wrap {
  width: 1200px;
  margin: auto;
}

.wraper-manage .main-wrap {
  width: auto;
}

.news {
  padding: 40px 0 0;
}

.news .news-wrap {
  width: 530px;
  float: left;
}

.news .news-wrap+.news-wrap {
  float: right;
}

.activity-header,
.news-header {
  padding: 20px 0;
  border-bottom: #ececec 1px solid;
}

.news-header .news-header-left {
  font-size: 18px;
  color: #333;
  line-height: 20px;
}

.news-header .news-header-right a,
.news-header .news-header-right {
  display: inline-block;
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #9b9b9b;
  color: #fff;
  border-radius: 9.5px;
  cursor: pointer;
  float: right;
  padding-left: 6px;
  box-sizing: border-box;
}

.news-header .news-header-right:hover a,
.news-header .news-header-right:hover {
  background-color: #3e83f1;
}

.news-list {
  padding: 0 0 0 30px;
}

.news-list .news-item {
  margin: 17px 0 34px 0;
  cursor: pointer;
}

.icon-star {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url(../../resources/img/web/icon-star.png) no-repeat center;
  float: left;
}

.icon-notice {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url(../../resources/img/web/icon-notice.png) no-repeat center;
  float: left;
}

.news-list .news-item .news-item-main {
  width: 320px;
  float: left;
  padding: 0 10px 0 12px;
}

.news-list .news-item .news-item-title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .news-item:hover .icon-star {
  background-image: url(../../resources/img/web/icon-star-on.png);
}

.news-list .news-item:hover .icon-notice {
  background-image: url(../../resources/img/web/icon-notice-on.png);
}

.news-list .news-item:hover .news-item-title {
  color: #3e83f1;
}

.news-list .news-item .news-item-content {
  margin-top: 7px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .news-item .news-item-date {
  float: right;
  padding: 0 0 0 6px;
  border-left: #ececec 1px solid;
  color: #666;
}

.news-list .news-item-date p {
  font-size: 14px;
}

.news-list .news-item-date span {
  font-size: 16px;
}

.activity-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 754px;
  height: 300px;
  box-shadow: 0 0 8px #e5e5e5;
  cursor: pointer;
}

.activity-top .activity-top-img {
  float: left;
  padding: 20px 0 20px 10px;
  width: 372px;
  height: 100%;
}

.activity-top .activity-top-img img {
  width: 100%;
  height: 100%;
}

.activity-top .activity-top-main {
  float: left;
  width: 382px;
  padding: 20px;
}

.activity-top .activity-top-main .activity-top-title {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 28px;
}

.activity-top:hover .activity-top-main .activity-top-title {
  color: #3e83f1;
}

.activity-top .activity-top-main .activity-top-content {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  height: 200px;
  overflow: hidden;
}

.activity-main {
  padding: 20px 0;
  height: 340px;
}

.activity-main .news-list {
  width: 100%;
  position: relative;
  padding-left: 784px;
}

.activity-main .news-list .news-item {
  margin: 0 0 32px 0;
}

.mien-main {
  margin: 0 -9.5px;
}

.mien-main .mien-item {
  width: 25%;
  float: left;
  padding: 20px 9.5px;
  cursor: pointer;
}

.mien-main .mien-item .mien-item-wrap {
  padding: 5px;
  height: 300px;
  box-shadow: 0 0 8px #e5e5e5;
}

.mien-main .mien-item .mien-img {
  width: 100%;
  height: 198px;
}

.mien-main .mien-img img {
  width: 100%;
  height: 100%;
}

.mien-main .mien-item .mien-titles {
  padding: 14px 12px 0 18px;
}

.mien-main .mien-item .mien-title {
  float: left;
  font-size: 16px;
  color: #333;
  /*display: inline-block;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  height: 44px;
  width: 100%;
  text-overflow: ellipsis;
  /*有些示例里需要定义该属性，实际可省略*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*规定超过两行的部分截断*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  /*在任何地方换行*/
}

.mien-main .mien-item .mien-date {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 6px;
}

.mien-main .mien-item .mien-content {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  padding: 12px 18px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #123874;
  text-align: center;
  line-height: 59px;
  color: #fff;
}

.footer span {
  display: inline-block;
  vertical-align: middle;
}

.footer span.admin-entrance {
  cursor: pointer;
  margin-left: 46px;
}

.footer span.admin-entrance a {
  color: #fff;
}

.icon-admin {
  width: 24px;
  height: 24px;
  background: url(../../resources/img/web/icon-administrators.png) no-repeat center;
  vertical-align: middle;
  margin-right: 10px;
}

/*新闻*/
.main-news {
  background-color: #f5f5f5;
}

.location {
  width: 100%;
  height: 54px;
  line-height: 53px;
  font-size: 0;
}

.location span {
  font-size: 14px;
  color: #666;
}

.location span:last-of-type {
  color: #333;
}

.icon-location {
  width: 16px;
  height: 14px;
  background: url(../../resources/img/web/icon-location.png) no-repeat center;
  margin-right: 10px;
}

.main-content {
  width: 100%;
  min-height: 906px;
}

.main-content.main-content-sidebar {
  padding-left: 236px;
  position: relative;
}

.main-content.main-content-detail {
  position: relative;
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 21px 0 0;
  width: 215px;
  line-height: 47px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

.sidebar .sidebar-top {
  background-color: #123874;
  color: #fff;
}

.sidebar .sidebar-list {
  width: 100%;
}

.sidebar .sidebar-list .sidebar-item {
  width: 100%;
  height: 48px;
  border-width: 0 0 1px 0;
  border-color: #e6e6e6;
  border-style: solid;
  color: #666;
  cursor: pointer;
}

.sidebar .sidebar-list .sidebar-item a {
  width: 100%;
  height: 100%;
  display: block;
  color: #666;
}

.sidebar .sidebar-list .sidebar-item:first-of-type {
  border-width: 1px 0;
}

.sidebar .sidebar-list .sidebar-item.on {
  color: #3e83f1;
  background-color: #f0f0f0;
  position: relative;
}

.sidebar .sidebar-list .sidebar-item.on a {
  color: #143f7a;
}

.sidebar .sidebar-list .sidebar-item.on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #143f7a;
}

.main-content-right {
  position: relative;
  width: 100%;
  min-height: 870px;
  background-color: #fff;
  padding-bottom: 100px;
}

.main-content-center-info {
  padding: 30px 400px;
  text-align: center;
  font-size: 18px;
}

.p-content-center-info-title {
  font-size: 22px;
  padding-bottom: 25px;
}

.btn-info-submit {
  height: 42px !important;
  padding: 0 100px !important;
  font-size: 18px;
}


.main-content-center {
  width: 100%;
  min-height: 450px;
  background-color: #fff;
  padding-bottom: 10px;
}

.main-content-right .main-content-header span {
  display: inline-block;
  width: auto;
  line-height: 25px;
  margin-left: 19px;
  font-size: 18px;
  color: #333;
  border-bottom: #3e83f1 2px solid;
  padding: 15px 3px 7px 0
}

.main-content-list .item {
  border-bottom: #ececec 1px solid;
  padding: 0 19px;
  cursor: pointer;
}

.main-content-list .item .item-title {
  font-size: 16px;
  color: #333;
  padding: 28px 0 14px 0;
}

.main-content-list .item:hover {
  background-color: #f4f9ff;
}

.main-content-list .item:hover .item-title {
  color: #3e83f1;
}

.main-content-list .item .item-date {
  color: #666;
  font-size: 0;
  padding-bottom: 20px;
}

.main-content-list .item .item-date span {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

.icon-time {
  width: 18px;
  height: 18px;
  background: url(../../resources/img/web/icon-time.png) no-repeat center;
  vertical-align: middle;
}

.page {
  padding: 10px 0;
}

.page .page-num-wrap {
  float: right;
}

.page-jump-wrap {
  float: right;
  line-height: 31px;
  padding: 10px 20px 10px 10px;
  font-size: 0;
}

.page-jump-wrap span,
.page-jump-wrap input {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.page .btn {
  padding: 6px 10px;
  border-radius: 0;
  border: #e6e6e6 1px solid;
}

.page .page-jump-left {
  padding-left: 20px;
}

.page .page-jump-right {
  padding-right: 20px;
}

.page .textbox-wrap {
  border: none;
  background: none;
}

.page .widget .input {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  padding: 0 4px;
  border: #e6e6e6 1px solid;
  border-radius: 0;
  text-align: center;
}

.page .page-submit {
  padding: 0 10px;
  line-height: 31px;
  height: 32px;
  border: #e6e6e6 1px solid;
  cursor: pointer;
}

.page .btn-primary {
  color: #fff;
  background-color: #3e83f1;
  border-color: #3e83f1;
}

/*tips*/
.alert-container .alert {
  padding: 6px 10px;
  border-width: 1px;
  min-width: 0;
}

.alert-container .alert .icon-remove {
  display: none;
}

.main-content-right .main-content-main {
  background-color: #fff;
}

.main-content-main .head {
  text-align: center;
  padding: 17px 10px;
}

.main-content-main .head .head-title {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
}

.main-content-main .head .head-date {
  color: #666;
  font-size: 0;
}

.main-content-main .head-date .source+.source {
  margin-right: 20px;
}

.main-content-main .head-date span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
}

.main-content-right .main-content-main .content {
  border-top: #ececec 1px solid;
  padding: 18px 21px;
}

.main-content-organization .main-content-main .content {
  border: none;
}

.main-content-right .main-content-main * {
  max-width: 100%;
}

.main-content-organization .head {
  padding: 20px 10px;
}

.main-content-organization .head .head-title {
  margin: 0;
}

.main-content-organization .head .btns {
  text-align: right;
}

.main-content-organization .head .btn-blue {
  width: 120px;
  height: 32px;
  font-size: 14px;
  border-radius: 4px;
}

.empty-data-show {
  margin: 20px auto;
  width: auto;
  height: 144px;
  background: url(../img/icon/empty-data.png) no-repeat center center;
}

.alumnus-query {
  padding: 20px;
}

.alumnus-query .head {
  color: #fff;
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}

.alumnus-query .head .head-num {
  display: inline-block;
  width: 33.333%;
  padding: 0 10px;
}

.alumnus-query .head-num .head-num-name {
  font-size: 14px;
  background-color: #626fff;
  height: 32px;
  line-height: 31px;
}

.alumnus-query .head-num .head-num-value {
  font-size: 20px;
  background-color: #6287ff;
  padding: 25px 0;
}

.alumnus-query .head-num:nth-of-type(2) .head-num-name {
  background-color: #3e69f1;
}

.alumnus-query .head-num:nth-of-type(2) .head-num-value {
  background-color: #3e83f1;
}

.alumnus-query .head-num:nth-of-type(3) .head-num-name {
  background-color: #6e55ff;
}

.alumnus-query .head-num:nth-of-type(3) .head-num-value {
  background-color: #6e71ff;
}

.alumnus-query .head-num span {
  display: block;
  text-decoration: underline;
  line-height: 27px;
}

/*table列表样式*/
.table-box {
  padding: 0;
  width: 100%;
  height: auto;
}

.list-table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}

/**
 * 表格内部样式
 */
.list-table thead {
  border: #c7cad1 1px solid;
}

.list-table thead tr th,
.list-table tbody tr td {
  padding: 0 6px;
  height: 35px;
  line-height: 41px;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
}

.list-table thead tr th {
  border: none;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  background-color: #c7cad1;
}

.list-table tbody tr td {
  height: 40px;
  line-height: 40px;
  color: #666;
  border: 1px solid #dadee5;

}

.list-table tbody tr td:hover,
.list-table tbody tr:hover td,
.list-table tbody tr.hover td {
  background-color: #eaf7ff;
}

.list-table div.ell {
  max-width: 150px;
}

.list-table thead tr th.first-checkbox,
.list-table tbody tr td.first-checkbox {
  padding-left: 14px;
}

.list-table thead tr .opt-table,
.list-table tbody tr .opt-table {
  text-align: center;
  max-width: 220px;
}

.list-table tbody tr .opt-table {
  text-align: center;
}

.list-table tbody tr .opt-table span {
  color: #3e83f1;
  cursor: pointer;
}

.list-table tbody tr .opt-table span+span {
  margin-left: 5px;
}

.query-wrap {
  padding: 20px 0
}

.query-form .button-wrap {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  float: right;
  margin-right: 20px;
}

.query-wrap form {
  margin: 0 -30px;
}

.query-wrap form>div {
  padding: 0 30px;
}

.query-wrap form>div.no-pr {
  padding-right: 0;
}

.query-wrap .form-control {
  padding-left: 58px;
}

.query-wrap .form-control.words-5 {
  padding-left: 65px;
}

.query-wrap .form-control .label {
  width: 58px;
  white-space: nowrap;
}

.query-wrap .form-control.no-title {
  padding-left: 0;
  position: relative;
}

.query-wrap .form-control.no-title input {
  padding-left: 51px;
}

.icon-search {
  width: 16px;
  height: 16px;
  background: url(../../resources/img/web/icon-search.png) no-repeat;
}

.query-wrap .icon-search {
  position: absolute;
  top: 8px;
  left: 20px;
}

.query-wrap .btn {
  height: 32px;
  padding: 0 16px;
  background-color: #3e83f1;
  outline: none;
  color: #fff;
  border: none;
  margin: 10px;
}

.query-wrap .btn:hover,
.query-wrap .btn:focus,
.query-wrap .btn:active {
  background-color: #3989f3;
  color: #fff;
}

.query-wrap .textbox-wrap,
.dropdown-wrap,
.datepicker-wrap {
  background-color: #fff;
}

.state-hover:hover {
  color: #333;
  background-color: #f0f0f0;
  border-color: #e0e0e0;
}

.state-selected,
.state-selected:link,
.state-selected:visited {
  background-color: #3e83f1;
}

.list-container .state-hover {
  border-width: 0;
}

.widget .select {
  border-left: none;
}

.pagination .number a.ellipsis,
.pagination .number span.ellipsis {
  width: 12px;
}

/*校友风采个人信息*/
.info-wrap {
  padding: 10px 20px;
}

.info-wrap .info-head {
  font-size: 0;
}

.info-wrap .info-list+.info-head {
  margin-top: 18px;
}

.icon-person {
  width: 19px;
  height: 18px;
  background: url(../../resources/img/web/icon-person.png);
}

.icon-at-school {
  width: 19px;
  height: 19px;
  background: url(../../resources/img/web/icon-at-school.png);
}

.icon-career {
  width: 19px;
  height: 18px;
  background: url(../../resources/img/web/icon-career.png);
}

.info-wrap .info-head .icons {
  vertical-align: middle;
}

.info-wrap .info-head span {
  margin-left: 15px;
  font-size: 16px;
  vertical-align: middle;
}

.info-wrap .info-list {
  margin-top: 10px;
}

.info-wrap .info-item {
  position: relative;
  margin: 7px 0 7px;
  padding: 0 16px;
  font-size: 14px;
  color: #666;
}

.info-wrap .info-item:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #3e83f1;
  position: absolute;
  top: 7px;
  left: 1px;
}

/*校友组织*/
.tab-wrap {}

.tab-wrap .tab-head {
  height: 40px;
  border-bottom: #ccc 1px solid;
  background-color: #e6e6e6;
  font-size: 0;
}

.tab-wrap .tab-head .tab {
  color: #333;
  display: inline-block;
  border: transparent 1px solid;
  margin-bottom: -1px;
  font-size: 16px;
  height: 100%;
  line-height: 39px;
  padding: 0 10px;
  cursor: pointer;
}

.tab-wrap .tab-head .tab.on {
  border-width: 1px 1px 0;
  border-color: #dbdbdb #dbdbdb #f5f5f5;
  border-style: solid;
  background-color: #f5f5f5;
  position: relative;
}

.tab-wrap .tab-head .tab.on:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3e83f1;
  position: absolute;
  top: -1px;
  left: 0;
}

.tab-wrap .tab-head .tab.on:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab-body {}

.tab-body .tab-content {}

.area-chose-wrap {
  font-size: 0;
}

.area-chose-wrap .item {
  display: inline-block;
  font-size: 16px;
  width: 12.5%;
  padding: 20px 30px;
}

.area-chose-wrap .item span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 31px;
  height: 32px;
  cursor: pointer;
  background-color: #e6e6e6;
  color: #666;
}

.area-chose-wrap .item span.on {
  background-color: #3e83f1;
  color: #fff;
}

.tab-content-list {
  margin: 0 -10px;
  font-size: 0;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
}

.tab-content-list .item {
  width: 33.333%;
  padding: 0 10px 30px;
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.tab-content-list .item .item-wrap {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10.78px 0.22px rgba(229, 239, 254, 0.85);
  cursor: pointer;
}

.tab-content-list .item .item-img {
  width: 100%;
  height: 225px;
  overflow: hidden;
}

.tab-content-list .item-img img {
  width: 100%;
  min-height: 225px;
}

.tab-content-list .item .item-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tab-content-list .item .item-content {
  height: 46px;
  line-height: 24px;
  padding-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tab-content-list .item .item-member {
  border-top: #f0f0f0 1px solid;
  font-size: 0;
  padding-top: 10px;
}

.tab-content-list .item-member>div {
  width: 50%;
  text-align: center;
  height: 24px;
  display: inline-block;
}

.tab-content-list .item-member i {
  vertical-align: middle;
  margin-right: 10px;
}

.tab-content-list .item-member span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.tab-content-list .item-member .item-member-right {
  position: relative;
}

.tab-content-list .item-member .item-member-right:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #f0f0f0;
}

.icon-president {
  width: 24px;
  height: 24px;
  background: url(../../resources/img/web/icon-president.png) no-repeat center;
}

.icon-member {
  width: 24px;
  height: 24px;
  background: url(../../resources/img/web/icon-member.png) no-repeat center;
}

/*h5*/
.mobile-wraper {
  max-width: 750px;
  min-height: 100%;
  margin: auto;
  color: #333;
}

.mobile-wraper-login {
  background: url(../../resources/img/web/h5/pic-bg-login.png) no-repeat center bottom;
}

.login-box {
  margin: auto;
  padding: 0 15px;
}

.login-box .login-head {
  padding: 50px 0 28px;
  text-align: center;
  font-size: 0;
}

.login-box .login-head p {
  font-size: 17px;
  color: #333;
  line-height: 23px;
  margin-top: 12px;
}

.icon-logo-h5 {
  width: 70px;
  height: 70px;
  background: url(../../resources/img/web/h5/logo-h5.png) no-repeat center;
  background-size: 70px;
}

.login-box .login-inputs {
  border-radius: 8px;
  box-shadow: 0 0 16px 0.22px rgba(232, 232, 232, .7);
  font-size: 15px;
  overflow: hidden;
}

.login-box .login-inputs .login-phone {
  border-bottom: #f5f5f5 1px solid;
  position: relative;
  padding: 0 25px 0 67px;
}

.login-box .login-phone input {
  padding: 0 15px;
}

.icon-clear {
  width: 14px;
  height: 14px;
  background: url(../../resources/img/web/h5/icon-clear.png) no-repeat center;
  background-size: 14px;
}

.login-box .login-phone .icon-clear {
  position: absolute;
  top: 18px;
  right: 10px;
}

.login-box .login-phone .country-code {
  position: absolute;
  height: 40px;
  line-height: 39px;
  width: 67px;
  top: 5px;
  left: 0;
  padding-left: 15px;
  border-right: #f5f5f5 1px solid;
}

.login-box .login-inputs .login-valid {
  position: relative;
}

.login-box .login-inputs .login-valid .disable {
  background-color: #eee;
  color: #aaa;
  border-color: #ccc;
}

.login-box .login-valid input {
  padding: 0 15px;
}

.login-box .login-valid span {
  position: absolute;
  display: inline-block;
  padding: 0 10px;
  width: 93px;
  height: 27px;
  line-height: 26px;
  font-size: 13px;
  border: #3e83f1 1px solid;
  border-radius: 14px;
  text-align: center;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.login-box .login-inputs input {
  border: none;
  width: 100%;
  height: 50px;
}

.login-enter {
  padding: 35px 0;
}

.btn-blue {
  width: 100%;
  height: 44px;
  font-size: 17px;
  background-color: #3e83f1;
  color: #fff;
  outline: none;
  border: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #3e83f1;
  color: #fff;
  outline: none;
  border: none;
}

.icon-login-user {
  width: 17px;
  height: 17px;
  background: url(../../resources/img/web/h5/icon-login-user.png) no-repeat;
  background-size: 17px;
}

.icon-id-card {
  width: 18px;
  height: 13px;
  background: url(../../resources/img/web/h5/icon-id-card.png) no-repeat;
  background-size: 18px 13px;
}

.login-row input:focus+.icon-login-user {
  width: 17px;
  height: 17px;
  background: url(../../resources/img/web/h5/icon-login-user-on.png) no-repeat;
  background-size: 17px;
}

.login-row input:focus+.icon-id-card {
  width: 18px;
  height: 13px;
  background: url(../../resources/img/web/h5/icon-id-card-on.png) no-repeat;
  background-size: 18px 13px;
}

.icon-grade {
  width: 16.5px;
  height: 16.5px;
  background: url(../../resources/img/web/h5/icon-grade.png) no-repeat;
  background-size: 16.5px;
}

.icon-array-right {
  width: 7.5px;
  height: 13.5px;
  background: url(../../resources/img/web/h5/icon-array-right.png) no-repeat;
  background-size: 7.5px 13.5px;
}

.login-inputs .login-row {
  position: relative;
  padding: 0 31px;
  box-sizing: border-box;
}

.login-inputs .login-row.login-auth-title {
  text-align: center;
  padding: 11px 0 18px;
}

.login-inputs .login-row.login-auth-title span {
  display: inline-block;
  border-bottom: #3e83f1 1px solid;
  height: 20px;
  line-height: 19px;
  box-sizing: border-box;
}

.login-inputs .login-row input {
  padding: 0 15px;
}

.login-inputs .login-row i.icons {
  position: absolute;
  top: 16.5px;
  left: 15px;
}

.login-inputs .login-row i.icon-id-card {
  top: 18.5px;
}

.login-inputs .login-row i.icon-array-right {
  top: 18.5px;
  left: auto;
  right: 15px;
}

.login-inputs .login-row+.login-row {
  border-top: #f5f5f5 1px solid;
}

.login-inputs .login-row .login-select {
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
}

.login-inputs .login-row .login-select input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mobile-head {
  border-bottom: #f0f0f0 1px solid;
  height: 47px;
}

.mobile-head .back {
  width: 50px;
  height: 100%;
  line-height: 50px;
  padding-left: 15px;
}

.icon-back {
  width: 7.5px;
  height: 13.5px;
  background: url(../../resources/img/web/h5/icon-back.png) no-repeat;
  background-size: 7.5px 13.5px;
}

.info-box {
  margin: auto;
  padding: 0 15px;
}

.info-box .info-head {
  font-size: 17px;
  color: #333;
  text-align: center;
  line-height: 47px;
}

.info-inputs {
  border-radius: 6px;
  overflow: hidden;
}

.info-inputs .info-row {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 102px;
}

.info-inputs .info-row.info-row-textarea {
  height: 75px;
  line-height: 75px;
}

.info-inputs .info-row+.info-row {
  margin-top: 1px;
}

.info-inputs .info-row .info-left {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e0e0e0;
  width: 101px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.info-inputs .info-row .info-right {
  height: 100%;
  position: relative;
}

.info-inputs .info-row .info-right .icon-array-right {
  position: absolute;
  top: 13px;
  right: 10px;
}

.info-inputs .info-row.info-row-textarea .info-right .icon-array-right {
  top: 31px;
}

.info-inputs .info-right .info-select,
.info-inputs .info-right input,
.info-inputs .info-right textarea {
  background-color: #f2f2f2;
  outline: none;
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #666;
}

.info-inputs .info-right textarea {
  padding: 20px 15px;
  line-height: 17.5px;
}

/* 个人中心*/
.personal-wrap {
  padding: 20px;
}

.personal-wrap .head {
  font-size: 0;
}

.personal-wrap .head .head-photo {
  display: inline-block;
  width: 27%;
  height: 90px;
  text-align: right;
}

.personal-wrap .head-photo img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: #cce4ff 3px solid;
}

.personal-wrap .head-info {
  display: inline-block;
  width: 62%;
  color: #4c4c4c;
  padding: 0 20px 0 50px;
  vertical-align: top;
}

.personal-wrap .head-info .item {
  /*line-height: 36px;*/
}

.personal-wrap .head-info .item {
  padding: 7px 0;
}

.personal-wrap .head-info span {
  font-size: 14px;
}

.personal-wrap .head-info span+span {
  margin-left: 15px;
}

.personal-wrap .head-info span.info-name+span {
  margin-left: 7.5px;
}

.personal-wrap .head-info span.info-name {
  font-size: 24px;
}

.personal-wrap .btns {
  text-align: right;
  font-size: 0;
  margin-bottom: 20px;
}

.btn-edit {
  padding: 6px 10px;
  background-color: #fff;
  color: #4c4c4c;
  outline: none;
  border: #cdcdcd 1px solid;
  border-radius: 2px;
  font-size: 14px;
}

.btn-edit:hover {
  background-color: #3e83f1;
  color: #fff;
  border: #3e83f1 1px solid;
}

.personal-wrap .btns .btn-edit {
  margin-left: 10px;
}

.personal-wrap .infos {
  border: #cdcdcd 1px solid;
  border-radius: 2px;
  position: relative;
}

.personal-wrap .infos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 19.6%;
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: #cdcdcd 1px solid;
  z-index: 1;
}

.personal-wrap .infos .item {
  font-size: 0;
  text-align: center;
}

.personal-wrap .infos .item-left {
  display: inline-block;
  width: 19.6%;
  font-size: 14px;
  padding: 16px;
  vertical-align: top;
  /*border-right:#cdcdcd 1px solid;*/
}

.personal-wrap .infos .item-right {
  display: inline-block;
  width: 80.4%;
  padding: 16px;
  font-size: 14px;
}

.personal-wrap .infos .item-vlaue {
  display: inline-block;
  width: auto;
  text-align: left;
}

.personal-wrap .infos .item:nth-child(odd) {}

.personal-wrap .infos .item:nth-child(even) {
  background-color: #f9fafc;
}

/* 弹框的样式 默认是蓝色的*/
.dialog .dialog-header {
  height: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #3094f9;
}

.dialog .dialog-title {
  padding: 6px 14px;
  line-height: 1.5;
  font-weight: initial;
}

.dialog .dialog-close {
  top: 8px;
  right: 12px;
  width: 14px;
  height: 14px;
  background: url(../img/common/dialog-close.png) no-repeat center center;
  color: #fff;
  font-size: 18px;
  opacity: initial;
  font-weight: initial;
}

.dialog-wrap {
  padding-bottom: 50px;
}

.dialog-wrap .dialog-footer {
  width: 100%;
  padding: 9px 10px;
  background-color: #f5f5f5;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dialog-wrap .dialog-button {
  float: inherit;
  text-align: center;
}

.dialog-wrap .dialog-footer button {
  padding: 0 25px;
  font-size: 14px;
  height: 31px;
  line-height: 29px;
  border-radius: 2px;
  background-color: #fff;
  outline: none;
}

.dialog-wrap .dialog-footer button:focus {
  outline: none;
}

.dialog-footer button.dialog-autofocus {
  background-color: #3094f9;
  border-color: #3094f9;
}

.dialog-footer button.dialog-autofocus:hover,
.dialog-footer button.dialog-autofocus:focus,
.dialog-footer button.dialog-autofocus:active {
  background-color: #3094f9;
  border-color: #3094f9;
}

.dialog-content-tip-list {
  color: #333;
  width: 150px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
}

.dialog-content-top-tip {
  color: #333;
  width: 100%;
  height: 50px;
  line-height: 70px;
  font-size: 14px;
}

.dialog-content-bottom-tip {
  color: #999;
  width: 100%;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
}

.dialog-content-list {
  padding: 10px 0px;
}

.dialog-type-confirm {
  width: 110px;
  height: 80px;
}

.dialog {
  border: none;
  /* overflow: hidden; */
  border-radius: 4px;
}

.form-wrap {
  padding: 10px 104px 10px 66px;
}

.form-wrap .state-hover,
.state-focused {
  border-color: #3ca6ff;
  box-shadow: 0 0 7px .22px rgba(60, 166, 255, .2);
}

.form-wrap .widget {
  overflow: visible;
}

.form-wrap .label {
  color: #4d4d4d;
  font-weight: bold;
}

.form-wrap .item .info-input {
  display: block;
  height: 30px;
  line-height: 22px;
  padding: 4px 10px;
  width: 100%;
  text-indent: 0;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border: 1px solid;
  border-color: #ddd;
  border-radius: 2px;
}

.components-btn,
.radio-wrap,
.checkbox-wrap {
  padding: 3px 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.radio-wrap .radio-default {
  padding: 0 10px 0 24px;
  float: left;
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #4c4c4c;
  cursor: pointer;
  background: url(../img/common/radio-default.png) no-repeat left center;
}

.radio-wrap .radio-default:hover,
.radio-wrap .radio-hover {
  background: url(../img/common/radio-hover.png) no-repeat left center;
}

.radio-wrap .radio-selected,
.radio-wrap .radio-selected:hover {
  background: url(../img/common/radio-selected.png) no-repeat left center;
}

.radio-wrap .radio-default[disabled],
.radio-wrap .radio-default-disabled {
  color: #999;
  cursor: default;
  background: url(../img/common/radio-default-disabled.png) no-repeat left center;
}

.radio-wrap .radio-selected[disabled],
.radio-wrap .radio-selected-disabled {
  background: url(../img/common/radio-selected-disabled.png) no-repeat left center;
}

/**
 * 添加点击动态效果
 */
.select-default .icon-node,
.radio-wrap .radio-default .icon-node {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}

.select-default .icon-node:focus,
.radio-wrap .radio-default .icon-node:focus {
  outline: none;
}

.select-default .icon-node:after,
.radio-wrap .radio-default .icon-node:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #3094f9;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  transition: all .3s;
}

.select-default .icon-node:after {
  border-radius: 0;
}

.select-default:active .icon-node:after,
.radio-wrap .radio-default:active .icon-node:after {
  opacity: .3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0s;
}

.radio-wrap .radio-default[disabled],
.radio-wrap .radio-default[disabled]:hover,
.radio-wrap .radio-default-disabled,
.radio-wrap .radio-default-disabled:hover {
  color: #999;
  cursor: default;
  background: url(../img/common/radio-default-disabled.png) no-repeat left center;
}

.radio-wrap .radio-selected[disabled],
.radio-wrap .radio-selected[disabled]:hover,
.radio-wrap .radio-selected-disabled,
.radio-wrap .radio-selected-disabled:hover {
  background: url(../img/common/radio-selected-disabled.png) no-repeat left center;
}

.radio-wrap .radio-default[disabled] .icon-node:after,
.radio-wrap .radio-default-disabled .icon-node:after,
.radio-wrap .radio-selected[disabled] .icon-node:after,
.radio-wrap .radio-selected-disabled .icon-node:after,
.select-default[disabled] .icon-node:after,
.select-default-disabled .icon-node:after {
  background: none;
  display: none;
}

.checkbox-wrap .select-default {
  padding: 0 10px 0 22px;
  position: relative;
}

/*-- mydate97 日期控件 --*/
.Wdate.datepicker {
  width: 100%;
  height: 30px;
  background: #fff url(../img/web/icon-calendar.png) no-repeat right;
  border: #cdcdcd 1px solid;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  padding: 4px 32px 4px 10px;
  text-indent: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog-wrap .radio-wrap {
  position: relative;
}

.dialog-wrap .radio-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.form-wrap .form-control {
  position: relative;
}

.icon-dropdown {
  width: 9px;
  height: 5px;
  background: url(../../resources/img/web/icon-dropdown.png) no-repeat;
}

.form-wrap .icon-dropdown {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: -1;
}

.dialog-wrap .infos .item-right {
  padding-right: 82px;
  /*position: relative;*/
}

.dialog-wrap .infos .item {
  position: relative;
}

.dialog-wrap .infos .switch-wrap {
  position: absolute;
  top: 15px;
  right: 20px;
}

/* 开关按钮 */
.switch-wrap {
  display: inline-block;
  vertical-align: middle;
}

.switch-wrap input[type="checkbox"] {
  display: none;
}

.switch-wrap input[type="checkbox"]+label {
  display: inline-block;
  width: 39px;
  height: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  box-sizing: border-box;
  background-color: #c7c2c2;
  border-radius: 20px;
  cursor: pointer;
}

.switch-wrap input[type="checkbox"]+label:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.switch-wrap input[type="checkbox"]:checked+label {
  background: #26a1ff;
}

.switch-wrap input[type="checkbox"]:checked+label:after {
  left: calc(100% - 18px);
  background: #fff;
}

.switch-disabled {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-variant: tabular-nums;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  min-width: 39px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-disabled:after {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.dialog-wrap .switch-wrap input[type="checkbox"]+label {
  width: 62px;
  padding: 2px 0 0 28px;
  color: #fff;
  font-size: 12px;
}

.dialog-wrap .switch-wrap input[type="checkbox"]:checked+label {
  width: 62px;
  padding: 2px 12px 0 0;
  color: #fff;
  font-size: 12px;
}

.dialog-wrap .switch-wrap input[type="checkbox"]:checked+label:after {
  left: calc(100% - 18px);
  background: #fff;
}

.dialog-wrap .switch-wrap input[type="checkbox"]+label:before {
  content: '不';
  display: block;
  position: absolute;
  left: 20px;
  top: 2px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.dialog-wrap .switch-wrap input[type="checkbox"]:checked+label:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 2px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

/*校友会*/
.associate-wrap {
  padding-top: 44px;
  position: relative;
}

.top-head {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  margin: auto;
  height: 44px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  z-index: 999;
}

.top-head>div {
  font-size: 12px;
  /*display: inline-block;*/
}

.top-head>div i {
  width: 100%;
  height: 100%;

}

.top-head .head-left {
  float: left;
  width: 39.5px;
  height: 100%;
}

.top-head .head-right {
  float: right;
  width: 45.5px;
  height: 100%;
}

.top-head .head-center {
  width: 100%;
  height: 100%;
  line-height: 44px;
  font-size: 17px;
  position: absolute;
  color: #282828;
  left: 0;
  padding: 0 50px;
  z-index: -1;
}

.icon-backs {
  width: 9.5px;
  height: 16.5px;
  background: url(../../resources/img/web/h5/icon-backs.png) no-repeat center;
  background-size: 9.5px 16.5px;
}

.icon-add {
  width: 15.5px;
  height: 15.5px;
  background: url(../../resources/img/web/h5/icon-add.png) no-repeat center;
  background-size: 15.5px;
}

.association-banner {
  max-height: 129px;
  overflow: hidden;
}

.association-banner img {
  width: 100%;
}

.association-tab {
  font-size: 0;
  height: 105px;
  text-align: center;
}

.association-tab .tab {
  display: inline-block;
  width: 25%;
  padding: 15px;
  font-size: 0;
}

.association-tab .tab p {
  font-size: 13px;
  padding: 5px;
}

.association-tab .tab.on {
  color: #3e83f1;
}

.icon-activity {
  width: 46px;
  height: 46px;
  background: url(../../resources/img/web/h5/icon-activity.png) no-repeat center;
  -webkit-background-size: 46px;
  background-size: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-notices {
  width: 46px;
  height: 46px;
  background: url(../../resources/img/web/h5/icon-notices.png) no-repeat center;
  -webkit-background-size: 46px;
  background-size: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-directory {
  width: 46px;
  height: 46px;
  background: url(../../resources/img/web/h5/icon-directory.png) no-repeat center;
  -webkit-background-size: 46px;
  background-size: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-message {
  width: 46px;
  height: 46px;
  background: url(../../resources/img/web/h5/icon-message.png) no-repeat center;
  -webkit-background-size: 46px;
  background-size: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*校友会tab内容*/
.head-label {
  position: relative;
  height: 35px;
  line-height: 35px;
  background-color: #f5f5f5;
  padding: 1px 0 0 15.5px;
  font-size: 15px;
}

.head-label:before {
  content: '';
  position: absolute;
  top: 10.5px;
  left: 0;
  width: 2px;
  height: 15px;
  background-color: #3e83f1;
}

.head-label.label-red:before {
  background-color: #ff0024;
}

.head-label.label-green:before {
  background-color: #00cc1b;
}

.tab-item-list {
  background-color: #fff;
}

.tab-item-list .item {
  width: 100%;
  padding: 10px 20px;
}

.tab-item-list .item+.item {
  border-top: #f5f5f5 1px solid;
}

.tab-item-list .item .item-title {
  font-size: 15px;
}

.tab-item-list .item .item-content {
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tab-item-list .item .item-img {
  width: 100%;
  max-height: 108px;
  overflow: hidden;
}

.tab-item-list .item-img img {
  width: 100%;
  margin: 5px 0 0 0;
}

.tab-item-list .item-foot {
  margin-top: 7px;
  color: #999;
  font-size: 0;
  height: 17px;
}

.tab-item-list .item-foot .foot-left {
  float: left;
  cursor: pointer;
}

.tab-item-list .item-foot .foot-right {
  float: right;
}

.icon-delete {
  width: 11px;
  height: 12.5px;
  background: url(../../resources/img/web/h5/icon-delete.png) no-repeat center;
  background-size: 11px 12.5px;
}

.tab-item-list .foot-left .icon-delete {
  vertical-align: middle;
  margin-right: 8px;
}

.tab-item-list .item-foot span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.association-tab-content {
  font-size: 0;
}

.association-tab-content .tab-item {
  width: 100%;
  display: none;
  font-size: 12px;
}

.association-tab-content .tab-item.on {
  display: inline-block;
}

.search-wrap {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  position: relative;
  border-width: 1px 0;
  border-color: #e6e6e6;
  border-style: solid;
}

.search-wrap input {
  width: 100%;
  height: 25px;
  line-height: 24px;
  padding: 0 0 0 114px;
  background-color: #efefef;
  outline: none;
  border: none;
  border-radius: 12px;
}

.icon-searchs {
  position: absolute;
  left: 107.5px;
  top: 16.5px;
  width: 12px;
  height: 12px;
  background: url(../../resources/img/web/h5/icon-searchs.png) no-repeat center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.associate-wrap .notice-wrap,
.associate-wrap .activity-wrap,
.associate-wrap .message-wrap {
  overflow: hidden;
  background-color: #f5f5f5;
}

.divite-line {
  margin-top: 10px;
}

.directory-list {
  padding: 0 15px;
  background-color: #fff;
}

.directory-list .item {
  position: relative;
  min-height: 49px;
  padding: 0 85px 0 44px;
}

.directory-list .item+.item {
  border-top: #e5e5e5 1px solid;
}

.directory-list .item .item-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 49px;
  text-align: right;
  padding-top: 5px;
}

.directory-list .item-photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.directory-list .item .item-opt {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 16px;
  width: 85px;
  height: 49px;
  font-size: 0;
  text-align: right;
}

.directory-list .item-opt .item-president {
  width: 100%;
  height: 100%;
  text-align: right;
}

.sign-red {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  border-radius: 2px;
  padding: 0 7px;
  line-height: 17px;
  font-size: 11px;
}

.btn-opt {
  display: inline-block;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  padding: 0;
  width: 37px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  border: #cdcdcd 1px solid;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-opt-agree {
  margin-right: 5px;
  background-color: #3ca6ff;
  color: #fff;
  border: #3ca6ff 1px solid;
}

.directory-list .item .item-info {
  padding: 7px 3px 4px 15px;
}

.directory-list .item-info .name {
  font-size: 14px;
  line-height: 19.5px;
}

.directory-list .item-info .teacher {
  color: #3e83f1;
  font-size: 12px;
  margin-left: 24px;
}

.directory-list .item-info .infos {
  font-size: 0;
  color: #666;
}

.directory-list .infos span {
  font-size: 12px;
  display: inline-block;
  line-height: 19.5px;
  margin-right: 15px;
}

.directory-list .infos span:last-of-type {
  margin-right: 0;
}

.icon-reply {
  width: 14px;
  height: 13px;
  background: url(../../resources/img/web/h5/icon-reply.png) no-repeat center;
  background-size: 14px 13px;
}

.message-list {
  background-color: #fff;
  padding: 5px 15px 20px 12.5px;
}

.message-list .item {
  font-size: 0;
  position: relative;
  padding: 15px 0 9px 33px;
}

.message-list .item+.item {
  border-top: #e7e7e7 1px solid;
}

.message-list .item-photo {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 33px;
  height: 33px;
}

.message-list .item-photo img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.message-list .item-main {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  padding: 0 0 0 7.5px;
}

.message-list .item-main .item-name {
  font-size: 13px;
  color: #282828;
}

.message-list .item-main .item-date {
  font-size: 12px;
  color: #d3d3d3;
  line-height: 19.5px;
}

.message-list .item-main .item-content {
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 19.5px;
  color: #282828;
}

.message-list .item-reply {
  width: 100%;
  margin-top: 7px;
  padding: 7px 10px;
  background-color: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}

.message-list .item-reply .reply-name {
  color: #333;
  line-height: 17px;
}

.message-list .item-reply .reply-content {
  color: #999;
  line-height: 17px;
}

.message-list .item-opt {
  font-size: 0;
  padding-top: 8.5px;
}

.message-list .item-opt .item-opt-item {
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 14px;
}

.message-list .item-opt-item>div {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  cursor: pointer;
}

.message-list .item-opt i,
.message-list .item-opt span {
  display: inline-block;
  vertical-align: middle;
}

.message-list .item-opt span {
  margin-left: 7px;
}

.reply-box {
  display: none;
  max-width: 750px;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  padding: 13px 15px 13px 12.5px;
  box-shadow: 0 0 7px -3px #cdcdcd;
}

.reply-box.on {
  display: block;
}

.reply-box .reply-inputs {
  width: 100%;
  height: 30px;
  position: relative;
  padding-right: 46px;
}

.reply-box .reply-submit {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #999;
  width: 46px;
  height: 100%;
  line-height: 29px;
}

.icon-write {
  width: 15px;
  height: 16px;
  background: url(../../resources/img/web/h5/icon-write.png) no-repeat center;
  background-size: 15px 16px;
}

.reply-box .icon-write {
  position: absolute;
  top: 7px;
  left: 10px;
}

.reply-box input {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 35px;
  background-color: #f2f2f2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: none;
  outline: none;
}

.create-box {
  display: none;
  position: absolute;
  top: 44px;
  right: 15px;
}

.create-box>div {
  color: #666;
  background-color: #fff;
  display: none;
  font-size: 12px;
  width: 90px;
  line-height: 31px;
  height: 31.5px;
  text-align: center;
  cursor: pointer;
}

.create-box .create-notice {
  border-top: #e5e5e5 1px solid;
}

.create-box>div:hover,
.create-box>div.on {
  color: #fff;
  background-color: #3e83f1;
}

.create-box.on-president.on,
.create-box.on-member.on,
.create-box.on-president .create-activity,
.create-box.on-president .create-notice,
.create-box.on-member .create-message {
  display: block;
}

/* 弹框的样式 默认是蓝色的*/
.dialog .dialog-header {
  height: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #3094f9;
}

.dialog .dialog-title {
  padding: 6px 14px;
  line-height: 1.5;
  font-weight: initial;
}

.dialog .dialog-close {
  top: 8px;
  right: 12px;
  width: 14px;
  height: 14px;
  background: url(../../resources/img/common/dialog-close.png) no-repeat center center;
  color: #fff;
  font-size: 18px;
  opacity: initial;
  font-weight: initial;
}

.dialog .dialog-footer {
  padding: 9px 10px;
  background-color: #f5f5f5;
}

.dialog .dialog-button {
  float: inherit;
  text-align: center;
}

.dialog .dialog-footer button {
  padding: 0 25px;
  font-size: 14px;
  height: 31px;
  line-height: 29px;
  border-radius: 4px;
  outline: none;
}

.dialog-footer button.dialog-autofocus {
  background-color: #3094f9;
  border-color: #3094f9;
}

.dialog-footer button.dialog-autofocus:hover,
.dialog-footer button.dialog-autofocus:focus,
.dialog-footer button.dialog-autofocus:active {
  background-color: #3094f9;
  border-color: #3094f9;
  outline: none;
}

.dialog-content-tip-list {
  color: #333;
  width: 150px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
}

.dialog-content-top-tip {
  color: #333;
  width: 100%;
  height: 50px;
  line-height: 70px;
  font-size: 14px;
}

.dialog-content-bottom-tip {
  color: #999;
  width: 100%;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
}

.dialog-content-list {
  padding: 10px 0px;
}

.dialog-type-confirm {
  width: 110px;
  height: 80px;
}

.dialog {
  border: none;
  /* overflow: hidden; */
  border-radius: 4px;
}

.dialog-text {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.edit-box {
  background: #f9f9f9;
}

.pt15 {
  padding-top: 15px;
}

.edit-box .edit-head {
  width: 100%;
  height: 25px;
}

.edit-box .edit-head input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 15px;
  font-size: 12px;
  color: #999;
}

.edit-box .edit-content {
  width: 100%;
  /*height: 255px;*/
  margin-top: 15px;
  font-size: 12px;
}

.associate-wrap .edui-toolbar {
  display: none;
}

.associate-wrap .edui-container {
  box-shadow: none;
  border: none;
}

.associate-wrap .edui-editor-body .edui-body-container {
  padding: 10px 15px;
  border: none;
  box-shadow: none;
  font-size: 12px;
}

.edit-button {
  margin-top: 26px;
  padding: 0 15px;
}

.edit-button .btn-blue {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.person-head {
  width: 100%;
  height: 104px;
  background: url(../../resources/img/web/h5/bg-person.png) no-repeat center;
  -webkit-background-size: 100% 104px;
  background-size: 100% 104px;
  font-size: 0;
}

.person-head .person-photo {
  display: inline-block;
  height: 60px;
  width: 28%;
  text-align: right;
  vertical-align: top;
}

.person-head .person-photo img {
  margin-top: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.person-head .person-info {
  display: inline-block;
  width: 72%;
  padding: 28px 10px 5px 16px;
}

.person-head .person-info span {
  font-size: 12px;
  color: #666;
}

.person-head .infos span+span {
  margin-left: 15px;
}

.person-head .person-info span.info-name {
  font-size: 16px;
  color: #222;
}

.person-head .person-info span.info-name+span {
  margin-left: 10px;
}

.apply-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: 80px;
  z-index: 9999;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #cdcdcd;
}

.apply-box button {
  display: none;
}

.apply-box button.btn-dis {
  background-color: #d6dce5;
}

.person-info-list {
  background-color: #fff;
  padding: 0 15px;
}

.person-info-list .item {
  min-height: 44px;
  font-size: 13px;
  position: relative;
  padding-left: 80px;
}

.person-info-list .item+.item {
  border-top: #cdcdcd 1px solid;
}

.person-info-list .item-left {
  position: absolute;
  left: 0;
  top: 13px;
  width: 80px;
  padding-left: 10px;
  color: #222;
}

.person-info-list .item-right {
  width: 100%;
  color: #666;
  padding: 12.5px 0;
}

.detail-box {
  padding: 0 15px 20px;
}

.detail-box .head {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  padding: 10px 0 3px;
}

.detail-box .infos {
  font-size: 12px;
  color: #999;
  padding: 2px 0 5px;
}

img {
  max-width: 100%;
}

.detail-box .detail-content {
  padding: 0;
}

/*头像上传*/
.photo-upload {
  position: relative;
  height: 100px;
}

.photo-upload .person-photo {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

.photo-upload .person-photo img {
  width: 100px;
  height: 100px;
}

.photo-upload .photo-upload-btn {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: #cdcdcd 1px dashed;
  background: #e7e7e7 url(../../resources/img/web/icon-upload.png) no-repeat center;
}

.photo-upload .photo-upload-btn .uploadifive-queue {
  display: none;
}

.photo-upload input {
  opacity: 0;
}

.photo-upload .uploadifive-button {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  color: #666;
  font-size: 12px;
}

.editor-label {
  font-size: 13px;
  line-height: 16px;
  padding: 8px 15px;
  background: #f9f9f9;
}

.editor-thumbnail {
  height: 87px;
  background-color: #fff;
  font-size: 0;
  padding: 15px;
}

.upload-img-wrap {
  vertical-align: top;
  display: inline-block;
  width: auto;
}

.upload-img-wrap img {
  width: 56.5px;
  height: 56.5px;
  margin-right: 5px;
}

.editor-thumbnail-upload {
  vertical-align: top;
  display: inline-block;
  width: 56.5px;
  height: 56.5px;
  background: url(../../resources/img/web/h5/icon-activity-upload.png) no-repeat center;
  -webkit-background-size: 56.5px;
  background-size: 56.5px;
}

/*pc校友会*/
.wraper-alumni {
  background-color: #f5f5f5;
}

.alumni-banner {
  width: 100%;
  height: auto;
  color: #333;
}

.alumni-banner img {
  width: 100%;
  min-height: 150px;
  max-height: 240px;
  margin-bottom: 10px;
}

.main-alumni-association {
  background-color: #f5f5f5;
}

.alumni-wrap {
  overflow: hidden;
  width: 1200px;
  padding: 0 0 0 330px;
  margin: 0 auto 20px;
}

.alumni-wrap .alumni-left {
  float: left;
  width: 320px;
  margin-left: -330px;
  background-color: #fff;
  margin-bottom: -200px;
  padding-bottom: 200px;
  min-height: 890px;

}

.alumni-left {
  padding: 30px 15px;
}

.alumni-head {
  -ms-text-align-last: center;
  text-align-last: center;
  text-align: center;
}

.icon-alumni {
  width: 86px;
  height: 86px;
  background: url(../../resources/img/web/icon-alumni-assoication.png) center no-repeat;
}

.alumni-name {
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}

.alumni-label {
  font-size: 12px;
  color: #666;
  line-height: 22px;
  margin-top: 10px;
}

.alumni-intro {
  font-size: 14px;
  line-height: 26px;
}

.alumni-wrap .alumni-main {
  position: relative;
  background-color: #fff;
  min-height: 890px;
  float: left;
  width: 100%;
  margin-left: 0;
  padding: 20px 11px;
  margin-bottom: -200px;
  padding-bottom: 200px;
}

.alumni-wrap .alumni-add {
  position: absolute;
  top: 20px;
  right: 26px;
}

.icon-alumni-add {
  width: 28px;
  height: 28px;
  background: url(../../resources/img/web/icon-alumni-add.png) no-repeat center;
  cursor: pointer;
}

.alumni-tab {
  font-size: 0;
  border-bottom: #e5e5e5 1px solid;
}

.alumni-tab .item {
  position: relative;
  width: 120px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
}

.alumni-tab .item span {
  cursor: pointer;
  padding: 10px 20px;
}

.alumni-tab .item.on:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #0a94ff;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
}

.alumni-tab-content>.item {
  display: none;
}

.alumni-tab-content>.item.on {
  display: block;
}

.item-alumni .item-head {
  position: relative;
  border-bottom: #e5e5e5 1px solid;
  min-height: 55px;
}

.item-alumni .alumni-search {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}

.item-alumni .alumni-search input {
  width: 208px;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  height: 34px;
  line-height: 26px;
  padding: 4px 10px;
  text-indent: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.btn-search {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 34px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #0a94ff;
  color: #fff;
  outline: none;
  border: none;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background-color: #3e83f1;
  color: #fff;
  outline: none;
  border: none;
}

.alumni-auditing {
  font-size: 0;
  padding-top: 15px;
}

.alumni-auditing .auditing-item {
  width: 60px;
  height: 28px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #0094ff;
  border: #0094ff 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.item-activity .item-head {
  padding-bottom: 15px;
  border-bottom: #e5e5e5 1px solid;
}

.alumni-auditing .auditing-item+.auditing-item {
  margin-left: 10px;
}

.alumni-auditing .auditing-item.on {
  background-color: #0094ff;
  color: #fff;
}

.alumni-auditing .auditing-item .not-auditing {
  display: inline-block;
  padding: 0 3.5px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  background-color: #ff4e36;
  overflow: hidden;
  color: #fff;
}

.alumni-order {
  font-size: 0;
  color: #666;
  margin-top: 12px;
}

.alumni-order .order-label {
  display: inline-block;
  font-size: 12px;
  padding: 2px 0;
}

.alumni-order .order-list {
  display: inline-block;
  font-size: 12px;
}

.alumni-order .order-list span {
  margin: 0 10px;
  padding: 2px 5px;
  cursor: pointer;
}

.alumni-order .order-list span.on {
  color: #0094ff;
}

.alumni-list .item {
  padding: 20px 52px 22px 42px;
  position: relative;
  border-bottom: #e5e5e5 1px solid;
}

.alumni-list .item .item-photo {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 20px;
  left: 0;
}

.alumni-list .item-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.alumni-list .item .item-president {
  position: absolute;
  top: 30px;
  right: 5px;
}

.alumni-list .item .item-info {
  padding: 0 0 0 16px;
  font-size: 0;
}

.alumni-list .item-info .name {
  font-size: 16px;
  color: #222;
}

.alumni-list .item-info .teacher {
  font-size: 14px;
  color: #3e83f1;
  margin-left: 15px;
}

.alumni-list .item-info .infos {
  font-size: 0;
  color: #666;
  margin-top: 5px;
}

.alumni-list .infos span {
  font-size: 12px;
}

.alumni-list .infos span+span {
  margin-left: 10px;
}

.alumni-tab-content .item-activity .item-date {
  position: relative;
}

.alumni-tab-content .item-activity .item-del {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.alumni-tab-content .item-activity .item-del i,
.alumni-tab-content .item-activity .item-del span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.alumni-tab-content .item-activity .item {
  /*border:none;*/
  background: none;
}

.btn-apply {
  width: 80px;
  height: 30px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  border: #0a94ff 1px solid;
  color: #0a94ff;
}

.btn-apply-audited {
  width: 80px;
  height: 30px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #e5e5e5;
  border: #e5e5e5 1px solid;
  color: #999;
}

.item-notic .news-list {
  padding: 0;
}

.item-notic .news-list .news-item {
  padding: 17px 0;
  margin: 0;
  border-bottom: #e5e5e5 1px solid;
}

.item-notic .news-item .news-item-date {
  border: none;
  font-size: 0;
  padding-top: 3px;
  padding-right: 10px;
}

.item-notic .news-item .news-item-date span {
  font-size: 14px;
  vertical-align: top;
  margin-left: 10px;
}

.item-notic .news-item .item-del {
  margin-top: 10px;
  text-align: right;
  font-size: 0;
}

.item-notic .news-item .item-del span {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.item-notic .news-item .item-del i {
  vertical-align: middle;
}

.item-del span {
  color: #999;
}

.item-del:hover span {
  color: #0a94ff;
}

.item-del:hover .icon-delete {
  background-image: url(../../resources/img/web/icon-delete-blue.png);
}

.item-message {}

.item-message .message-write-wrap {
  margin: 11px 0 0 0;
  position: relative;
  width: 100%;
  padding: 0 80px 0 0;
}

.write-input {
  width: 100%;
  height: 34px;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  line-height: 26px;
  padding: 4px 10px;
  text-indent: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.item-message .message-write-wrap .btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.item-message .message-list {
  padding: 0;
}

.item-message .item {
  background-color: #f7f7f7;
  padding: 12px 0 0 54px;
  margin-top: 10px;
}

.item-message .item+.item {
  margin-top: 20px;
  border: none;
}

.item-message .item-photo {
  width: 42px;
  height: 42px;
  top: 12px;
  left: 12px;
}

.item-message .item-photo img {
  width: 42px;
  height: 42px;
}

.item-message .item-main {
  margin-top: 12px;
  position: relative;
  padding: 0 12px;
}

.item-message .item-main .item-name,
.item-message .item-main .item-date {
  color: #666;
}

.item-message .item-date {
  position: absolute;
  top: 0;
  right: 15px;
}

.item-message .item-reply {
  border-top: #e5e5e5 1px solid;
  background: none;
  padding: 15px 10px 15px 0;
  margin-top: 0;
}

.item-message .item-opt {
  text-align: right;
  padding: 0 0 10px 0;
}

.item-message .item-opt .item-opt-item {
  width: 80px;
}

.item-message .item-reply .reply-name {
  color: #666;
}

.item-message .item-reply .reply-content {
  color: #333;
}

.item-message .item-write {
  position: relative;
  padding: 20px 80px 20px 0;
  border-top: #e5e5e5 1px solid;
}

.item-message .item-write .btn-search {
  position: absolute;
  top: 20px;
  right: 0;
}

/*web登录*/
.wraper-login {
  height: 100%;
  background: url(../../resources/img/web/bg-login.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.login-layout {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -245px;
  margin-left: -296px;
  width: 592px;
  height: 490px;
  padding: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .3);
}

.login-layout .login-box {
  width: 100%;
  height: 100%;
  padding: 0 70px;
  background-color: #fff;
}

.icon-logo-pc {
  width: 116px;
  height: 116px;
  background: url(../../resources/img/web/icon-logo.png) no-repeat center;
}

.login-layout .login-box .login-head {
  padding: 0;
}

.login-layout .login-head i {
  margin-top: -49px;
}

.login-layout .login-box .school-name {
  margin-top: 8px;
  font-size: 30px;
  color: #333;
  line-height: 36px;
}

.login-layout .login-box .school-english-name {
  font-size: 16px;
  margin-top: 0;
  color: #333;
  letter-spacing: 1px;
}

.login-layout .login-box .login-inputs {
  border-radius: inherit;
  box-shadow: none;
  overflow: inherit;
}

.login-layout .login-inputs .login-phone {
  margin-top: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: #e6e6e6 1px solid;
}

.login-layout .login-inputs .login-valid {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: #e6e6e6 1px solid;
  margin-top: 20px;
}

.login-layout .login-inputs input {
  height: 48px;
  border-radius: 6px
}

.login-layout .login-phone .country-code {
  top: 4px;
}

.login-layout .login-phone .icon-clear {
  display: none;
}

.login-layout .login-enter {
  padding: 30px 0;
}

.login-layout .login-enter .btn-blue {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0 0 20px 3px rgba(108, 139, 255, 0.2);
}

.login-layout .login-valid span {
  border: none;
  color: #299cf8;
}

.login-layout .login-inputs .login-valid .disable {
  background: none;
}

.authentication-dropdown {
  margin: 0;
}

.authentication-dropdown .form-control {
  padding-left: 0;

}

.auth-wrap {
  background-color: #fff;
}

.auth-wrap .info-title {
  font-size: 18px;
  color: #666;
  margin: 56px 0 5px;
}

.auth-wrap .query-wrap .form-control {
  padding: 0;
}

.auth-wrap .form-left {
  font-size: 14px;
  top: 6px;
  color: #666;
  width: 60px;
  left: -15px;
}

.auth-wrap .form-right {
  padding-left: 50px;
  text-align: left;
}

.auth-wrap .form-right-address {
  font-size: 0;
}

.auth-wrap .form-right-address>.widget {
  display: inline-block;
  width: 32%;

}

.auth-wrap .form-right-address>.widget+.widget {
  margin-left: 2%;
}

.auth-wrap .main-content-info {
  width: 450px;
  margin: auto;
  text-align: center;
}

.auth-wrap .main-content-info .btn-info-submits {
  width: 76%;
  margin: 0;
}

.create-box-web {
  border: #e5e5e5 1px solid;
  right: 10px;
  top: 48px;
  z-index: 999;
}

.item-alumni .item-opt {
  display: none;
  width: 90px;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 5px;
}

.item-alumni .unaudited .item-opt {
  display: block;
}

.associate-wrap-web {
  padding-top: 0;
}

.associate-edit-add {
  width: 1200px;
  margin: auto;
  background-color: #fff;
  padding: 50px 150px;
  margin-bottom: 60px;
  min-height: 899px;
}

.associate-edit-add .edit-head {
  position: relative;
  height: 50px;
  border-bottom: #e5e5e5 1px solid;
}

.associate-edit-add .edit-head input {
  padding: 0 130px 0 0;
  font-size: 18px;
}

.associate-edit-add .edit-head .edit-button {
  width: 120px;
  position: absolute;
  top: 5px;
  padding: 0;
  right: 0;
  margin: 0;
  height: 32px;
}

.associate-wrap .associate-edit-add .edui-editor-body .edui-body-container {
  padding: 10px 0;
}

.associate-edit-add .edit-head .btn-blue {
  height: 32px;
}

.associate-edit-add .editor-label {
  background-color: #fff;
  color: #999;
  font-size: 16px;
}

.associate-edit-add .editor-thumbnail {
  height: auto;
}

.associate-edit-add .upload-img-wrap {
  position: relative;
}

.icon-upload-remove {
  width: 22px;
  height: 22px;
  background: url(../../resources/img/web/icon-upload-remove.png) no-repeat center;
}

.associate-edit-add .upload-img-wrap .icon-upload-remove {
  position: absolute;
  right: 12px;
  top: -7px;
}

.associate-edit-add .editor-thumbnail-upload {
  width: 80px;
  height: 80px;
  background: url(../../resources/img/web/icon-association-add.png) no-repeat center;
}

.associate-edit-add .upload-img-wrap img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wraper-dialog {
  min-width: 850px;
  overflow: hidden;
  padding: 0;
}

.wraper-dialog .main-wrap {
  width: 100%;
}

.wraper-dialog .main-content {
  min-height: inherit;
}

.wraper-dialog .main-content .main-content-right {
  min-height: 450px;
}

.person-web-detail {
  padding: 0;
  background-color: #f5f5f5;
}

.person-web-detail .edit-box {
  width: 1200px;
  padding: 0 140px;
  margin: auto;
  background-color: #fff;
}

.person-web-detail .person-head {
  background: none;
  height: 155px;
  padding-top: 40px;
}

.person-web-detail .person-info-list {
  border-top: #e5e5e5 1px solid;
  width: 100%;
  padding: 20px 100px 0;
  min-height: 463px;
  margin-bottom: 100px;
}

.person-web-detail .person-info-list .item {
  padding: 0 20px 0 70px;
}

.person-web-detail .person-info-list .item+.item {
  border: 0;
}

.person-web-detail .person-info-list .item-left {
  width: 80px;
}

.person-web-detail .person-head .person-photo img {
  width: 86px;
  height: 86px;
  margin-top: 0;
}

.person-web-detail .person-head .person-info {
  padding: 21px 10px 5px 38px;
}

.person-web-detail .person-head .person-info span.info-name {
  font-size: 18px;
}

.person-web-detail .person-head .person-info span {
  color: #333;
  font-size: 18px;
}

.person-web-detail .person-head .infos span {
  font-size: 14px;
}

.person-web-detail .person-head .infos {
  margin-top: 5px;
}

.state-hover:hover {
  background: none;
}

.message-list .item-opt-item .item-opt-delete:hover span {
  color: #0a94ff;
}

.message-list .item-opt-item .item-opt-delete:hover .icon-delete {
  background-image: url(../../resources/img/web/icon-delete-blue.png);
}

.html-content {
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  margin: 10px;
}

.html-content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.html-content .content-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.html-content .toggle-btn {
  background-color: #3e83f1;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s;
}

.html-content .toggle-btn:hover {
  background-color: #2c6dd1;
}

.html-content .content-body {
  transition: height 0.3s ease;
  overflow: hidden;
  height: auto;
}

.html-content.collapsed .content-body {
  height: 0px !important;
  overflow: hidden;
}