﻿/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}

/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* -----初始化标签-----结束----- */

/* -----浏览器自带标签-----结束----- */

/* -----用户自定义标签-----开始----- */

/* -----田永新自定义标签-----开始----- */

wf-breadcrumb {
  display: block;
  padding: 10px 0;
}

wf-breadcrumb a {
  text-decoration: none;
  margin: 0 6px;
}

wf-catalog {
  display: block;
  width: 950px;
  overflow: hidden;
}

wf-catalog .catalog_filter {
  text-align: left;
  background: #f3f3f3;
  border: 1px solid #ccc;
  color: #484848;
  line-height: 36px;
  padding: 0 7px;
  display: block;
  width: 942px;
  margin-bottom: 10px;
}

wf-catalog .catalog_filter .catalog_selected {
  display: inline-block;
  margin-right: 25px;
}

wf-catalog .catalog_selected select {
  font-size: 12px;
  font-family: inherit;
  line-height: inherit;
}

wf-catalog .catalog_filter .catalog_search {
  float: right;
  line-height: 33px;
}

wf-catalog .catalog_search .search_input {
  width: 200px;
  border: 1px solid #afafaf;
  line-height: 22px;
  height: 26px;
  line-height: 18px;
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 12px;
}

wf-catalog .catalog_search .search_button {
  width: 80px;
  background: #e9e9e9;
  border: 1px solid #afafaf;
  text-align: center;
  color: #333;
  font-size: 12px;
  height: 26px;
  line-height: 18px;
  margin-left: 3px;
  vertical-align: middle;
  cursor: pointer;
}

wf-catalog .catalog_search .search_button:hover {
  background: #fff;
}

wf-catalog wf-catalog-item {
  float: left;
  width: 190px;
  height: 340px;
}

wf-catalog wf-catalog-item .publish_ahead {
  position: absolute;
  right: 20px;
  top: -4px;
  width: 54px;
  height: 54px;
  background: url(../images/icon-sprites.png) no-repeat;
  background-position: 0 -43px;
}

wf-catalog wf-catalog-item img {
  width: 150px;
  height: 210px;
  border: 1px solid #e3e3e3;
  display: block;
  margin: 0 auto;
}

wf-catalog wf-catalog-item span {
  display: block;
  text-align: center;
}

wf-pagination {
  display: block;
}

wf-pagination ul li {
  display: inline-block;
  cursor: pointer;
}

wf-pagination ul li span {
  margin-left: 6px;
  padding: 0px 10px;
  background-color: #417dc9;
  color: #fff;
  border-radius: 2px;
  height: 25px;
  line-height: 25px;
}

wf-pagination ul li a {
  display: inline-block;
  padding: 0 8px;
  min-width: 32px;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 7px;
  background-color: #f1eff0;
  border-radius: 2px;
  color: #333;
}

wf-pagination ul li a:hover {
  color: #417dc9;
}

wf-menu {
  display: block;
  width: 220px;
}

wf-menu wf-submenu {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  background: #6a97d2;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 42px;
  padding: 0px 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

wf-menu wf-submenu .submenu-title {
  display: block;
  color: #fff;
}

wf-menu wf-submenu .submenu-title:hover {
  color: #fff;
}

wf-menu wf-submenu .submenu-num {
  float: right;
  position: absolute;
  right: 10px;
  top: 0px;
}

wf-menu wf-submenu .active {
  background: #6a97d2;
  color: #fff !important;
}

wf-menu wf-submenu .active a {
  color: #fff !important;
}

wf-menu wf-menu-item {
  display: block;
  position: relative;
  background: #f3f3f3;
  color: #417dc9;
  font-size: 12px;
  padding: 0px 10px;
  border-top: 1px solid #dfdfdf;
  margin: 0 -10px;
  padding-left: 28px;
}

wf-menu .menu-num {
  float: right;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0px;
}

wf-menu wf-menu-item a {
  font-weight: normal;
  display: block;
}

wf-magazine-tip {
  border: 1px solid #d2d2d2;
  color: #077c04;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px;
  margin: 0 2px;
  white-space: nowrap;
  display: inline-block;
}

wf-img-prizes {
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 35px;
  height: 46px;
  background: url(../images/icon-prizes.png) no-repeat;
}

wf-relate {
  width: 230px;
  float: right;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

wf-relate .relate-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  background-color: #e6e6e6;
  padding-left: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}

wf-relate .relate-title {
  margin-bottom: 15px;
}

wf-relate .relate-container {
  overflow: hidden;
  margin-bottom: 15px;
}

wf-relate .relate-row {
  padding-left: 20px;
  line-height: 28px;
  height: 28px;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

wf-relate .relate-doubrow {
  line-height: 28px;
  height: 28px;
  width: 112px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

wf-relate .relate-doubrow:nth-child(odd) {
  padding-left: 20px;
}

wf-relate .relate-threerow {
  line-height: 28px;
  height: 28px;
  width: 66px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

wf-relate .rightWarn {
  top: 8px;
  left: 76px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rightwarn-icon.png) no-repeat;
}

wf-relate .rightWarnText {
  position: absolute;
  width: 248px;
  top: 34px;
  left: -2px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 1px 8px 1px #e6e6e6;
  z-index: 1000;
  font-size: 12px;
  color: #555555;
  line-height: 24px;
  padding: 20px 25px;
  background: #fff;
}

wf-relate .rightWarnText img {
  position: absolute;
  left: 82px;
  top: -9px;
}

wf-btn-box {
  display: block;
  padding-right: 20px;
  position: relative;
  margin: 15px 0;
}

wf-btn-box>a {
  cursor: pointer;
}

wf-btn-box .read {
  display: inline-block;
  font-size: 12px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #1b5db1;
  position: relative;
  vertical-align: middle;
  line-height: 24px;
  border: solid 1px #417dc9;
  padding: 2px 12px;
  margin-right: 16px;
}

wf-btn-box .read:hover {
  text-decoration: none;
  background: #417dc9;
  color: #fff;
}

wf-btn-box .read .icon {
  background: url(../images/result_list_icons.png);
  width: 16px;
  height: 17px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}

wf-btn-box .read .icon_down {
  background-position: -33px -44px;
}

wf-btn-box .read:hover>.icon_down {
  background-position: -33px -60px;
}

wf-btn-box .read .icon_book {
  background-position: -50px -44px;
}

wf-btn-box .read:hover>.icon_book {
  background-position: -50px -61px;
}

wf-btn-box .read .icon_free {
  width: 21px;
  background: url(../images/newiconfont.png) no-repeat -2px -35px;
  margin-right: 2px;
}

wf-btn-box .read:hover>.icon_free {
  background-position: -2px -53px;
}

wf-btn-box .read .icon_paper {
  background: url(../images/newiconfont.png) no-repeat -2px -2px;
  width: 16px;
  height: 16px;
}

wf-btn-box .read:hover>.icon_paper {
  background-position: -2px -19px;
}

wf-btn-box .read .icon_export {
  background-position: -68px -44px;
}

wf-btn-box .read:hover>.icon_export {
  background-position: -68px -60px;
}

wf-btn-box .read .icon_collection {
  background: url(../images/newiconfont.png) no-repeat -2px -127px;
}

wf-btn-box .read:hover>.icon_collection {
  background-position: -2px -108px;
}

wf-btn-box .read:hover wf-share-text {
  color: #fff !important;
}

wf-btn-box .read .icon_share {
  background-position: 0 -44px;
}

wf-btn-box .read:hover>.icon_share {
  background-position: 0 -61px;
}

wf-btn-box .read .icon_nstl {
  background: url(../images/icon_other.png) no-repeat center;
}

wf-btn-box .read:hover>.icon_nstl {
  background: url(../images/icon_other_hover.png) no-repeat center;
}
wf-btn-box .networkList{
  width: 130px;
  position: absolute;
  z-index: 9999;
  top: 42px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
wf-btn-box .networkList a{
  display: block;
}
wf-btn-box .nstlDOAJ{
  background: url(../images/type1.png) no-repeat center;
  width: 22px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
/* -----学位目录----- */
wf-catalog-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 109;
  background: rgba(0,0,0,.5);
}
wf-catalog-box wf-catalogue-content{
  width: 900px;
  height: 600px;
  margin-top: -300px;
  margin-left: -450px;
  position: fixed;
  z-index: 120;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  background: #fff;
}
wf-catalog-box .closeContent{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
wf-catalogue-content .catalogueClose{
  height: 36px;
}
wf-catalogue-content .catalogueClose .closeIcon{
  display: block;
  float: right;
  padding: 8px 10px 12px 10px;
  margin: 0 5px;
  height: 17px;
  width: 17px;
  line-height: 17px;
  cursor: pointer;
  box-sizing: content-box;
}
wf-catalogue-content .catalogueClose .closeIcon span{
  display: inline-block;
  background: url(../images/icon_all.png) no-repeat -240px -90px;
  width: 17px;
  height: 17px;
  margin: 0;
}
wf-catalogue-content .thesisContent{
  margin: 0 40px;
  position: relative;
}
wf-catalogue-content .thesisContent .contentButton{
  position: absolute;
  right: 30px;
  top: 65px;
}
wf-catalogue-content .thesisContent .contentButton .btn{
  display: block;
  width: 56px;
  height: 68px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #bebebe;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
wf-catalogue-content .thesisContent .contentButton .btn .icon{
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icon_all.png) no-repeat;
  margin: 10px auto 5px;
}
wf-catalogue-content .thesisContent .contentButton .btn span{
  color: #417dc9;
}
wf-catalogue-content .thesisContent .contentButton .btn .downloadIcon{
  background-position: -40px -302px;
}
wf-catalogue-content .thesisContent .contentButton .btn .openIcon{
  background-position: 0 -340px;
}
wf-catalogue-content .thesisContent .contentButton .btn .topIcon{
  background-position: -50px -340px;
}
wf-catalogue-content .thesisContent .catalogueTitle{
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  color: #417dc9;
}
wf-catalogue-content.closeContent .thesisContent .catalogueList{
  width: 100%;
  height: 80vh;
}
wf-catalogue-content .thesisContent .catalogueList{
  margin: 15px 0;
  height: 460px;
  overflow-y: scroll;
  padding-right: 110px;
}
wf-catalogue-content .thesisContent .catalogueList ul li{
  padding: 10px 0;
  line-height: 20px;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  list-style: none;
}
wf-catalogue-content .thesisContent .catalogueList ul li a{
  color: #2d8cf0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
wf-catalogue-content .thesisContent .catalogueList .icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
wf-catalogue-content .thesisContent .catalogueList .icon_l_up{
  background: url(../images/up.png) no-repeat center 2px;
}
wf-catalogue-content .thesisContent .catalogueList .icon_l_down{
  background: url(../images/down.png) no-repeat center 2px;
}
wf-catalogue-content .thesisContent .catalogueList .catalogueSubclass{
  background: url(../images/catalogue_bg.gif) repeat-x 0 6px;
  list-style: none;
  margin-left: 20px;
  padding: 2px 0;
  line-height: 20px;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
}
wf-catalogue-content .thesisContent .catalogueList .catalogueSubclass div{
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 10px 3px 0;
}
wf-catalogue-content .thesisContent .catalogueList .catalogueSubclass span{
  float: right;
  background: #fff;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: 400;
}

/* -----田永新自定义标签-----结束----- */

/* -----王志敏自定义标签-----开始----- */

wf-block {
  display: block;
}

wf-inline-block {
  display: inline-block;
}

wf-inline {
  display: inline;
}

wf-row {
  position: relative;
  display: block;
  box-sizing: border-box;
  *zoom: 1;
}

wf-row::before,
wf-row::after {
  display: table;
  content: "";
}

wf-row::after {
  clear: both;
}

wf-col-1,
wf-col-2,
wf-col-3,
wf-col-4,
wf-col-5,
wf-col-6,
wf-col-7,
wf-col-8,
wf-col-9,
wf-col-10,
wf-col-11,
wf-col-12,
wf-col-13,
wf-col-14,
wf-col-15,
wf-col-16,
wf-col-17,
wf-col-18,
wf-col-19,
wf-col-20,
wf-col-21,
wf-col-22,
wf-col-23,
wf-col-24,
[class*=wf-col-] {
  display: block;
  float: left;
  box-sizing: border-box;
}

wf-col-1,
[class*=wf-col-1] {
  width: 4.16667%;
}

wf-col-2,
[class*=wf-col-2] {
  width: 8.33333%;
}

wf-col-3,
[class*=wf-col-3] {
  width: 12.5%;
}

wf-col-4,
[class*=wf-col-4] {
  width: 16.66667%;
}

wf-col-5,
[class*=wf-col-5] {
  width: 20.83333%;
}

wf-col-6,
[class*=wf-col-6] {
  width: 25%;
}

wf-col-7,
[class*=wf-col-7] {
  width: 29.16667%;
}

wf-col-8,
[class*=wf-col-8] {
  width: 33.33333%;
}

wf-col-9,
[class*=wf-col-9] {
  width: 37.5%;
}

wf-col-10,
[class*=wf-col-10] {
  width: 41.66667%;
}

wf-col-11,
[class*=wf-col-11] {
  width: 45.83333%;
}

wf-col-12,
[class*=wf-col-12] {
  width: 50%;
}

wf-col-13,
[class*=wf-col-13] {
  width: 54.16667%;
}

wf-col-14,
[class*=wf-col-14] {
  width: 58.33333%;
}

wf-col-15,
[class*=wf-col-15] {
  width: 62.5%;
}

wf-col-16,
[class*=wf-col-16] {
  width: 66.66667%;
}

wf-col-17,
[class*=wf-col-17] {
  width: 70.83333%;
}

wf-col-18,
[class*=wf-col-18] {
  width: 75%;
}

wf-col-19,
[class*=wf-col-19] {
  width: 79.16667%;
}

wf-col-20,
[class*=wf-col-20] {
  width: 83.33333%;
}

wf-col-21,
[class*=wf-col-21] {
  width: 87.5%;
}

wf-col-22,
[class*=wf-col-22] {
  width: 91.66667%;
}

wf-col-23,
[class*=wf-col-23] {
  width: 95.83333%;
}

wf-col-24,
[class*=wf-col-24] {
  width: 100%;
}

[class*=wf-col-280px] {
  width: 280px;
}

[class*=wf-col-900px] {
  width: 96%
}

[class*=wf-offset-1] {
  margin-left: 4.16667%;
}

[class*=wf-offset-2] {
  margin-left: 8.33333%;
}

[class*=wf-offset-4] {
  margin-left: 16.66667%;
}

[class*=wf-offset-20px] {
  margin-left: 20px;
}

wf-tab,
wf-tab-header,
wf-tab-body {
  display: block;
}

wf-tab-header {
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}

wf-tab-header>div {
  position: relative;
  display: inline-block;
  min-width: 65px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  transition: all .2s;
  -webkit-transition: all .2s;
  cursor: pointer;
}

wf-tab-body {
  padding-top: 10px;
}

wf-tab.has-border>wf-tab-header {
  border-bottom: 2px solid #ddd;
}

wf-tab.has-border>wf-tab-header>div.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 41px;
  border-bottom: 2px solid #417DC9;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}

wf-tab.has-bg>wf-tab-header {
  border-bottom: 1px solid #ddd;
}

wf-tab.has-bg>wf-tab-header>div.active {
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  background-color: #fff;
  margin-top: -8px;
  line-height: 36px;
}

wf-field,
wf-field-label,
wf-field-value {
  display: block;
}

wf-field-lable {
  width: 115px;
  float: left;
  text-align: right;
}
wf-field-lable.active{
    background-color: #417dc9;
    padding-top: 0;
    margin-top: 10px;
}
wf-field-lable.active a{
    color: #fff;
}

wf-field-value {
  /* margin: 10px 0 0 115px; */
  margin-left: 115px;
}

wf-field.lable-w-100 wf-field-lable {
  width: 100px;
}

wf-field.lable-w-100 wf-field-value {
  margin-left: 100px;
}

keyword,
author {
  display: inline-block;
  font-size: 14px;
  padding-right: 20px;
  margin-bottom: 5px;
}

keyword:last-child,
author:last-child {
  padding-right: 0;
}

wf-core-perio {
  display: inline-block;
  /* background: url(../images/perio_badge.png) no-repeat; */
  background: url(../images/perio_badge.png) no-repeat;
  padding: 3px 0px 3px 24px;
  margin: 0px 16px 0px 0px;
  font-size: 14px;
  color: #999;
}

wf-equal-height {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 999em;
}

wf-ellipsis-btn {
  margin-left: 10px;
  font-size: inherit;
  color: #417dc9;
  cursor: pointer;
}

wf-ellipsis-btn:hover {
  color: #ff6c00;
}

wf-ellipsis-btn.opened {
  display: block;
  margin-left: 0;

}

wf-related-literature{
  font-size: 12px;
  margin-top: 20px;
}
wf-related-literature,
wf-related-literature-header,
wf-related-literature-content,
wf-related-literature-item {
  display: block;
}
wf-related-literature-header{
  border-bottom: 4px solid #417dc9;
}
wf-related-literature-header ul li {
  cursor: pointer;
  padding: 12px 17px 12px;
  display: inline-block;
  zoom: 1;
  font-size: 16px;
  font-weight: 700;
  margin: 0 8px 0 0;
  color: #417dc9;
}
wf-related-literature-header ul li.active{
  background: #417dc9;
  color: #fff;
}

wf-related-literature-item .download-icon{
  display: inline-block;
  vertical-align: middle;
  background: url(../images/detail_down.png) no-repeat;
  margin-right: 19px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
wf-related-literature-content{
  padding: 0 20px;
}
wf-related-literature-content .title {
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  font-size: 16px;
}
wf-related-literature-content .show-reference-btn{
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  color: #417dc9;
  margin-left: 8px;
  text-decoration: underline;
  float: right;
}
wf-related-literature-content .show-reference-btn:hover{
  color: #ff6c00;
}
wf-related-literature-content li>div{
  padding-bottom: 36px;
  border-bottom: 1px dotted #484848;
}

wf-related-literature-item {
  line-height: 26px;
  margin-bottom: 5px;
}

wf-issue-arrow {
  position: absolute;
  right: -7px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  transition: all .2s;
  -webkit-transition: all .2s;
  cursor: pointer;
}

wf-issue-arrow:before,
wf-issue-arrow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

wf-issue-arrow:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3677b1;
}

wf-issue-arrow:after {
  top: -12.5%;
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  transform-origin: 50% 50%;
  transform: translate(50%, 50%) rotate(-135deg);

}

wf-issue-arrow.active:after {
  top: 12.5%;
  transform: translate(50%, 50%) rotate(45deg);
}

wf-issue-list,
wf-issue-item {
  display: block;
}

wf-issue-list {
  padding: 10px 0 20px;
}

wf-issue-item wf-field-lable {
  position: relative;
  display: block;
  width: 50px;
  line-height: 20px;
  padding-top: 10px;
  border-right: 1px solid #cfcfcf;
}

wf-issue-item wf-field-value {
  line-height: 20px;
  padding: 10px 0 10px 15px;
  margin: 0 0 0 49px;
  border-left: 1px solid #cfcfcf;
}

/* wf-issue-item wf-field-value span {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 10px;
  cursor: pointer;
}

wf-issue-item wf-field-value span.active {
  color: #fff;
  background: #3677b1;
} */
wf-issue-item  span {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 10px;
  cursor: pointer;
}

wf-issue-item  span.active {
  color: #fff;
  background: #3677b1;
}
.first_published_tree{
  margin-top: 10px;
}
wf-article-list {
  margin-right: 10px;
}
.first_published_tree wf-field-value {
  line-height: 20px;
  padding: 0px;
  margin: 0 0 0 0px;
  border-left: none;
}
.fPublish_icon {
  margin: 0 0 0 8px;
}
wf-article-list,
wf-article-item {
  display: block;
}

wf-article-column {
  background: #f5f5f5;
  text-align: left;
  font-size: 14px;
  padding: 7px 0;
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  font-weight: 700;
}

wf-article-item {
  line-height: 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #eee;
}

wf-article-item>a {
  margin-left: 5px;
  font-size: 12px;
  display: inline;
  vertical-align: top;
}

wf-article-item wf-inline-block {
  width: 180px !important;
  line-height: 1;
  margin: 10px 0 0 20px;
}

wf-article-item author+author {
  margin-left: 10px;
}

wf-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  border: 6px solid transparent;
}

wf-arrow.left {
  border-left-width: 0;
  border-right-color: #417dc9;
}

wf-arrow.right {
  border-right-width: 0;
  border-left-color: #417dc9;
}

wf-arrow.left.disabled {
  border-right-color: #ccc;
}

wf-arrow.right.disabled {
  border-left-color: #ccc;
}

wf-icon-dialog {
  position: absolute;
  left: 25px;
  top: -12px;
  width: 160px;
  padding: 5px 0 10px 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #417dc9;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #a9bce1;
  box-shadow: 3px 3px 3px #d4d4d4;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 910;
  zoom: 1;
}

wf-icon-dialog:hover {
  color: #ff6c00;
}

wf-icon-dialog wf-icon {
  position: absolute;
  top: 12px;
  left: -8px;
  width: 10px;
  height: 17px;
  background-position: -250px -200px;
  z-index: 10;
}

wf-icon-dialog .use {
  line-height: 8px;
  padding-left: 7px;
  margin: 11px 0 6px 20px;
  border-left: 8px solid #99cd00;
}

wf-icon-dialog .use.obtain {
  border-color: #ff9900;
}

wf-icon-dialog .use.quote {
  border-color: #329aff;
}

wf-icon-dialog .use.spread {
  border-color: #cd66ff;
}

wf-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: url(../images/icon_all.png) no-repeat 0 0;
}

wf-icon.pos-250-0 {
  background-position: -250px 0;
}

wf-place-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #eee;
  border: 1px solid #e3e3e3;
}

wf-place-holder wf-img-prizes {
  left: -10px;
}

wf-place-holder .publish_ahead {
  position: absolute;
  right: 0px;
  top: -4px;
  width: 54px;
  height: 54px;
  /* background: url(../images/icon-sprites.png) no-repeat; */
  background: url(../images/icon-prizes.png) no-repeat;
  background-position: 0 -43px;
  z-index: 1;
}

wf-place-holder>img {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #dfdfdf;
}

wf-place-holder.p-137_5 {
  padding-bottom: 137.5%;
}

wf-analysis-word {
  position: relative;
  display: inline;
}

wf-analysis-word a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -12px;
  width: 14px;
  height: 14px;
  background: url(../images/icon_key_word.png) center center/100% no-repeat;
}

wf-inside-search {
  display: inline-block;
  z-index: 1;
}

wf-inside-search input {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
  box-sizing: border-box;
}

wf-inside-search input[type="text"] {
  width: 180px;
  padding: 0 8px;
  margin-right: 5px;
  border: 1px solid #cbcbcb;
}

wf-inside-search input[type="button"] {
  width: 80px;
  color: #fff;
  border: none;
  line-height: 22px;
  text-align: center;
  background-color: #417dc9;
}

/* 分享和投稿 */
wf-share-wrapper,
wf-share-text,
wf-contribute-wrapper,
wf-contribute-text {
  display: inline-block;
}

wf-share-wrapper,
wf-contribute-wrapper {
  position: relative;
}

wf-share-icon,
wf-contribute-icon {
  float: left;
  width: 16px;
  height: 15px;
  margin-top: 3px;
  background: url(../images/perio_share.png) 0 0 no-repeat;
}

wf-contribute-icon {
  background-image: url(../images/perio_contribute.png)
}

wf-share-text:hover,
wf-contribute-text:hover {
  color: #417dc9;
  cursor: pointer;
}

wf-share-text:hover wf-share-icon,
wf-contribute-text:hover wf-contribute-icon {
  background-position-y: -15px;
}

wf-share-dialog,
wf-contribute-dialog {
  display: none;
  width: 90px;
  position: absolute;
  top: 40px;
  right: 0px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 99;
}

wf-share-dialog li {
  line-height: 22px;
  padding: 0 8px;
  margin: 1px 0;
  font-size: 12px;
  color: #000;
  border: 1px solid #fff;
}

wf-share-dialog li:hover {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
}

wf-share-dialog li span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
  background: url(../images/ico.png) 0 0 no-repeat;
}

wf-share-dialog li:nth-child(1) span {
  background-position-y: -646px;
}

wf-share-dialog li:nth-child(2) span {
  background-position-y: -288px;
}

wf-share-dialog li:nth-child(3) span {
  background-position-y: -628px;
}

wf-share-dialog li:nth-child(4) span {
  background-position-y: -112px;
}

wf-share-dialog li:nth-child(5) span {
  background-position-y: -0;
}

wf-share-dialog li:nth-child(6) span {
  background-position-y: -432px;
}

wf-contribute-dialog {
  width: 80px;
}

wf-contribute-dialog input[type=button] {
  width: 78px;
  height: 30px;
  margin-right: 12px;
  font-size: 12px;
  color: #333333;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

wf-contribute-dialog input[type=button]:hover {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
}

wf-email-wrapper,
wf-mail-wrapper {
  position: relative;
  display: inline-block;
  display: none;
}

wf-mail-wrapper .popup-email,
wf-email-wrapper .popup-email {
  z-index: 9997;
  position: absolute;
  top: 40px;
  right: 8px;
  width: 410px;
  min-height: 140px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 10px 10px 60px;
  box-shadow: 3px 3px 3px #e0e0e0;
  box-sizing: content-box;
}

wf-email-wrapper .popup-email {
  min-height: 126px;
  padding-top: 24px;
}

wf-email-wrapper .popup-email .popup-title,
wf-mail-wrapper .popup-email .popup-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 17px;
}

wf-email-wrapper .popup-email .popup-item,
wf-mail-wrapper .popup-email .popup-item {
  line-height: 25px;
  width: 410px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

wf-email-wrapper .popup-email .popup-item span,
wf-mail-wrapper .popup-email .popup-item span {
  display: inline-block;
  width: 90px;
  text-align: right;

}

wf-email-wrapper .popup-email .icon,
wf-mail-wrapper .popup-email .icon {
  background-image: url(../images/email_close.png);
  background-repeat: no-repeat;
  display: inline-block;
}

wf-email-wrapper .popup-email .icon-close,
wf-mail-wrapper .popup-email .icon-close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  width: 23px;
  height: 23px;
  background-position: -93px -10px;
}

wf-email-wrapper .popup-email .icon-email,
wf-mail-wrapper .popup-email .icon-email {
  height: 33px;
  background: url(../images/icon.sprite.png) -10px -52px;
  float: left;
  width: 65px;
}

wf-email-wrapper .popup-email .context,
wf-mail-wrapper .popup-email .context {
  float: left;
  width: 321px;
  color: #666;
  margin-left: 20px;
  margin-top: -15px;
}

wf-email-wrapper .popup-email .context {
  width: 300px;
}

wf-email-wrapper .popup-email .context h1,
wf-mail-wrapper .popup-email .context h1 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 17px;
}

wf-mail-wrapper .popup-email .context .detail {
  line-height: 20px;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

wf-email-wrapper .popup-email .context .detail {
  line-height: 20px;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  /* 主要代码 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  /* 几行后显示省略号 */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

wf-email-wrapper .popup-email .button_close,
wf-mail-wrapper .popup-email .button_close {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -50px;
}

wf-email-wrapper .popup-email .button_close input,
wf-mail-wrapper .popup-email .button_close input {
  background: #417dc9;
  outline: none;
  border: 0;
  color: #fff;
  height: 36px;
  width: 101px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: button;
}

header {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 84px;
}

/* -----王志敏自定义标签-----结束----- */

/* -----用户自定义标签-----结束----- */

/* -----用户自定义类名样式-----开始----- */

/* 清浮動 */
.clearfix {
  *zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

.clearfix::after {
  clear: both;
}

/* 文本省略 */
.ellipsis-basic {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-multi-2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.ellipsis-multi-3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

/* 禁用文字选中 */
.unselect {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  /* No support for these yet, use at own risk */
  user-select: none;
}

/* 圖片佔位 */
/* .imgholdplace(@per) {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  font-size: 14px;
  padding-bottom: @per;
  img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
} */

.container {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* -----田永新自定义类名样式-----开始----- */

.content-error {
  width: 960px;
  height: 850px;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/error-bg.png) no-repeat center center;
}

.content-error .tips {
  margin: 30px auto;
  color: #579bf1;
  font-family: "微软雅黑";
  font-size: 22px;
}

.content-error p {
  width: 312px;
  margin: 0 auto;
  color: #53585b;
  font-family: "微软雅黑";
  font-size: 16px;
  text-align: left;
}

.database-des {
  background-color: #f3f3f3;
  border: 1px solid #dfdfdf;
  line-height: 1.875;
  padding: 20px 40px;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: -1px;
}

.newest-perio {
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
}

.newest-perio .scrollbox {
  position: relative;
  overflow: hidden;
  padding: 15px 60px;
}

.newest-perio .scrollbox ul {
  position: relative;
  overflow: hidden;
}

.newest-perio .scrollbox li {
  position: relative;
  float: left;
  width: 135px;
  height: 160px;
  text-align: center;
}

.newest-perio .scrollbox li a {
  cursor: pointer;
}

.newest-perio .scrollbox li img {
  width: 114px;
  height: 160px;
}

.newest-perio .scrollbox li h3 {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: none;
  margin: 0;
  padding: 5px;
  width: 113px;
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.125;
  opacity: 0.7;
}

.newest-perio .scrollbox li:hover h3 {
  display: block;
}

.newest-perio .scrollbox .btn {
  position: absolute;
  display: inline-block;
  margin: 0;
  width: 50px;
  background: #fff;
  color: #000;
  text-align: center;
  font: 16px/160px "\5B8B\4F53";
  cursor: pointer;
}

.newest-perio .scrollbox .leftbtn {
  top: 15px;
  left: 0;
}

.newest-perio .scrollbox .rightbtn {
  top: 15px;
  right: 0;
}

.catalogueBtn {
  font-size: 24px;
  font-weight: 400;
  background: #427dc9;
  line-height: 35px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 5px 15px;
  margin-right: 8px;
  border-radius: 6px;
  cursor: pointer;
}

.catalogueBtn:hover {
  color: #ff6c00;
}
.firstPublish {
  background: #e7fbe1;
    font-weight: normal;
    color: #5c9947;
    padding: 0 3px;
    border-radius: 4px;
    border: 1px solid #5c9947;
    font-size: 7px;
}
.classification {
    background-color: #f3f3f3;
    height: 52px;
    border-bottom: 1px solid #dfdfdf;
}
.classification>div {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #dfdfdf;
}
.classification .active {
    background-color: #fff;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom-color: #fff;
    color: #417dc9;
}
wf-filter-conditions {
    display: inline-block;
    box-sizing: border-box;
    width: 32.1%;
    margin-right: 18px;
    position: relative;
    margin-bottom: 20px;
}
wf-filter-conditions:nth-child(3n) {
    margin-right: 0;
}
wf-filter-conditions>span{
    display: inline-block;
    height: 42px;
    width: 100%;
    line-height: 42px;
    text-align: center;
    border: 1px solid #b5ccea;
    cursor: pointer;
}
wf-filter-conditions wf-filter-list {
    display: none;
}
wf-filter-conditions.active span{
    border: 2px solid #b5ccea;
    background: #f7fcff;
    border-bottom: none;
    position: relative;
}
wf-filter-conditions.active span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 23px;
    border-left: 2px solid #b5ccea;
    border-right: 2px solid #b5ccea;
    top: 40px;
    left: -2px;
    z-index: 3;
   background-color: #f7fcff;
}
 wf-filter-list{
    display: none;
    width: 1200px;
    border: 2px solid #b5ccea;
    background: #f7fcff;
    margin-bottom: 20px;
}
wf-filter-list wf-filter-item {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1.5%;
    width: 32.3%;
    line-height: 30px;
    height: 30px;

}
wf-filter-list wf-filter-item:nth-child(3n) {
    margin-right: 0;
}
.z-index-999 {
    z-index: 999;
}
wf-filter-item-block {
    display: block;
    width: 100%;
    margin: 10px 20px;
    border-bottom: 1px dotted #ccc;
}
wf-filter-item-block wf-filter-item-title {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;

}
wf-filter-item-block wf-filter-item-line a{
    display: inline-block;
    margin: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

wf-unit-num-list{
    display: block;
    background: #f5f5f5;
    padding: 1px 0;
    margin: 14px 0;
}
wf-unit-num-item {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
}
wf-unit-num-item wf-icon {
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
wf-unit-num-item .creator_num {
    background-position: 0 -573px;
}
wf-unit-num-item .max_cite {
    background-position: -36px -573px;
}
wf-unit-num-item .unit_num {
    background-position: -88px -573px;
}
wf-unit-num-item .cite_num {
    background-position: -121px -573px;
}
wf-unit-num {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 4px;
}
wf-unit-num span,wf-unit-num b {
    display: inline-block;
    width: 100%;
}
wf-unit-num b {
    color: #999;
    font-size: 28px;
    font-weight: 500;
}
wf-table{
    display: block;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
wf-table-title{
    height: 38px;
    display: block;
    background:#f3f3f3 ;
    border:1px solid #ccc;
    line-height: 38px;
    padding-left: 20px;
    color: #6f7073;
}
wf-table-tr{
    display: block;
    width: 100%;
}
wf-table-tr.title {
    display: inline-block;
    font-weight: 700;
    color: #484848;
    line-height: 1.75;
}
wf-table-tr:nth-child(even) {
    background-color: #f7f7f7;
}
wf-table-td{
    display: inline-block;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 10px 4px;
    box-sizing: border-box;
}
wf-table-td.s1 {
    width: 4%;
}
wf-table-td.s2 {
    width: 8%;
}
wf-table-td.s3 {
    width: 10%;
}
wf-table-td.s4 {
    width: 12%;
}
wf-table-td.s5 {
    width: 16%;
}
wf-table-td.s6 {
    width: 19%;
}
wf-table-td.s7 {
    width: 20%;
}
wf-table-td.s8 {
    width: 30%;
}
wf-table-td a {
   padding: 0 5px;
}

wf-vidios {
    width: 219px;
    background: #fff;
    margin: 5px 1px 0 0;
    color: #717171;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
wf-vidios a {
    display: inline-block;
    width: 100%;
    height: auto;
}
wf-vidios a img{
    width: 100%;
}
wf-vidios .title {
    padding-left: 5px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    font-size: 12px;
    margin-top: 5px;
}
wf-vidios-info{
    padding-left: 5px;
}
.time{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAABWi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi89Wi8/tqrYEAAAAEXRSTlMAgAZ7SBZ1G25PaVQSYB9EQQJCFz8AAAB+SURBVBjTRY9LFsQgCARpwA9qTO5/2oFRk15ZZeNDiiRtOTdNtMKKHeU/X5Anee0WXGEUdazqqDC/gAQD8ZageOGhIxyMGsYnCioJaIlQDHHBIbInBKhi73NGFPfLDt2lpLcgmESGuk3K6Ht1LczTgLY+07HT+cxaBrLNOP8AaFkCqbEggNoAAAAASUVORK5CYII=) no-repeat center center;
}
.play-icon{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA7CAMAAADy+wKBAAAAt1BMVEUAAAAAAAAHBweqqqpzc3P9/f35+fkAAAASEhIAAADt7e3p6emtra2bm5uXl5eHh4dsbGwNDQ0AAAAAAADr6+vCwsKOjo58fHxnZ2c0NDQYGBjy8vLi4uLd3d3Ly8vGxsa+vr6wsLCmpqajo6OTk5NWVlYvLy8pKSkAAAAAAAD19fXv7+/k5OTf39/IyMienp6Dg4NJSUlDQ0Pm5uYAAAAAAADQ0NAkJCTc3Ny3t7ddXV0AAAD////fF+gEAAAAPHRSTlOUAJbOtv37jJlM8vDPx8W/tJiQMPLawbqzopr27Onf29jRzMrEraGfeQz49O3q3ci8qabueg3hnujUrzFWee9BAAAB80lEQVRIx+2X2XqiQBBGCxBFFgEFA0bcxX2JJrP+7/9c08xAAjPQLF7MTc4VN6e7q7qKr4sEQdh1X/tUh/62u2Mecwcdqk9nELkDasZAoF2nodt5oy41hJnbxu4r9ZuqzPzkDy+m7k4mrmS+1BR9Y4wEeWz41U1FbyNDW1IqqpYWG1oQaPEqmlVJ7SFC1a1QJBJDS1cRsaJy5mBoppIKYeiAIZWqBhjuiDKMplV2/gHGhf5hCcaan+EDAIMoX1ZtnqsDcCmXaUnIGxl4tguO9AzIX4vdCwAz/hYvl+wqQwC9YvcOHMSkQoD7E6UQ2cbj4vJPh/QExpf1X8m4FbkmAI9iWvjNzKcED8CVU1LtTcZltN9jDGVOpl1Aow834diKA3aAWZE7Ab7luECcswA4c9yA556YW/PMY6vCmfW8XO3fc+VHuapzR99DSrAAXBvWxpxXG3RM1aQHHDM1aXNrkox0LxiGmNML/B5UKJfRnt+DJAGYFl4+FsTBVgEsKYcFAMcmHmtEcr6KNfFZgTHN/ccOqQwJDHWopMyVimyw/J2hzlu+SCT6rfkBya7lePe4653g5LTjHvaoGvZijwz7pUiVCXsnGTHyqbehetyu0ux8nknXG33ywX94jXYeeD9vH3q3vzWfFx6aUwThZ/P5qPlc9gv78mdAUR/YMgAAAABJRU5ErkJggg==) no-repeat;
    width: 59px;
    height: 59px;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    top: 33%;
    left: 50%;
}

.wf-h3-title {
    color: #f47c7c;
    font-size: 24px;
    margin: 0 0 19px 0;
    font-weight: 500;
}
.text-2-indent {
    text-indent:2em;
}
.sPublish_icon{
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  size: 2;
  text-align: center;
  vertical-align: middle;
  line-height: 17px;

  /* width: 30px;
  height: 17px;
  border: 1px solid;
  border-radius: 3px;
  color: rgb(92,153,71);
  background-color: rgb(231,251,225); */
  /* width: 30px; */
  height: 19px;
  border: 1px solid #d44cdd;
  border-radius: 3px;
  padding: 0 3px 0;
  color: #d44cdd;
  margin-right: 5px;
  position: relative;
  top: -2px;
  font-size: 12px;
}
/* -----田永新自定义类名样式-----结束----- */

/* -----用户自定义类名样式-----结束----- */
