* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
ol,
p,
select,
textarea,
ul {
  margin: 0;
}

button,
input,
ol,
option,
select,
textarea,
ul {
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
li,
main,
nav,
section {
  display: block;
}

button,
iframe,
input,
select,
textarea {
  border: 1px solid gray;
}

button,
input,
select,
textarea {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

textarea {
  resize: none;
}

ol,
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

html {
  font-size: 100%;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

body,
html,
section {
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img,
input,
select,
textarea {
  border: 0 none;
}

button,
input,
select,
textarea {
  outline: 0;
  line-height: normal;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  background-color: transparent;
  -webkit-touch-callout: initial;
  font: 12px "Microsoft Yahei";
}

fieldset,
img {
  border: 0;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

q:after,
q:before {
  content: "";
}

i {
  font-style: normal;
}

a:focus,
area:focus {
  -moz-outline-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:active,
li:active {
  -webkit-tap-highlight-color: transparent !important;
  -moz-tap-highlight-color: transparent !important;
  -ms-tap-highlight-color: transparent !important;
  -o-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

input::-webkit-input-speech-button {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.az-header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 50px;
  background: 0 0;
}

.az-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.az-header-container .header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 1200px;
  /* background: url(../images/header-bg.png) no-repeat center; */
  background: var(--c1);
  background-size: cover;
  z-index: -1;
}

.header-content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
}

.header-content .header-l,
.header-content .header-r {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-content .header-l img {
  width: 108px;
}

.index-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 28px;
}

.index-nav .index-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: var(--c3);
}

.index-nav .index-nav-item.active,
.index-nav .index-nav-item:hover {
  color: var(--c4) !important;
  background-color: var(--c2);
}

.header-search {
  position: relative;
}

.header-search .txt-search {
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 26px;
  font-size: 14px;
  color: #fff;
  outline: 0;
  border: none;
  background-color: #4a4d54;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search .txt-search::-webkit-input-placeholder {
  font-size: 14px;
  color: silver;
}

.header-search .txt-search:-ms-input-placeholder {
  font-size: 14px;
  color: silver;
}

.header-search .txt-search::-ms-input-placeholder {
  font-size: 14px;
  color: silver;
}

.header-search .txt-search::placeholder {
  font-size: 14px;
  color: silver;
}

.header-search .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/search.png);
  background-size: 16px 16px;
  cursor: pointer;
}

.az-footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  min-width: 1200px;
}

.az-footer a {
  color: var(--c3);
}

.az-footer a:hover {
  color: #fff;
}

.friendly-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  background-color: #dbdbdb;
}

.friendly-links a {
  color: #333;
}

.friendly-links a:hover {
  color: var(--c1);
}

.friendly-links .friendly-title {
  color: #999;
}

.friendly-links .friendly-link-item {
  position: relative;
  height: 20px;
  padding: 0 10px;
}

.friendly-links .friendly-link-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #333;
}

.friendly-links .friendly-link-item:nth-last-of-type(1)::after {
  display: none;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 138px;
  font-size: 14px;
  color: var(--c3);
  background: var(--c1);
}

.footer-container .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container .link-list .link-item {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
}

.footer-container .link-list .link-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #999;
}

.footer-container .link-list .link-item:nth-last-of-type(1)::after {
  display: none;
}

.footer-container .copy-right {
  margin-top: 12px;
}

.footer-container .beian {
  margin-top: 12px;
}

.public-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 0;
  margin: 0 10px;
  border-top: 1px solid #f0f0ff;
  background: #fff;
}

.public-pagination-container .pagination-item {
  min-width: 28px;
  height: 28px;
  line-height: 26px;
  margin-right: 2px;
  border-radius: 28px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  background: #fff;
}

.public-pagination-container .pagination-item.active,
.public-pagination-container .pagination-item:hover {
  color: #fff;
  background: var(--c1);
}

.public-pagination-container .special-item {
  width: 70px;
  padding: 0;
  text-align: center;
}

.common-bread-crumb {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}

.common-bread-crumb .link {
  margin: 0 6px;
  color: #666;
}

.common-bread-crumb .link:hover {
  color: var(--c7);
}

.common-bread-crumb .current {
  margin: 0 6px;
  color: #333;
}

.public-module-title {
  padding: 0 10px;
  border: 1px solid var(--c9);
  border-bottom: 0;
  background: #fff;
  position: relative;
}

.public-module-title::after,
.public-module-title::before {
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  width: 10px;
  height: 10px;
}

.public-module-title::before {
  left: -1px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/module-icon-left.jpg) no-repeat;
}

.public-module-title::after {
  right: -1px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/module-icon-right.jpg) no-repeat;
}
.public-module-title-black::before {
  left: -1px;
  background: url(../images/module-icon-left-black.jpg) no-repeat;
}

.public-module-title-black::after {
  right: -1px;
  background: url(../images/module-icon-right-black.jpg) no-repeat;
}
.public-module-title-green::before {
  left: -1px;
  background: url(../images/module-icon-left-green.png) no-repeat;
}

.public-module-title-green::after {
  right: -1px;
  background: url(../images/module-icon-right-green.png) no-repeat;
}
.public-module-title-red::before {
  left: -1px;
  background: url(../images/module-icon-left-red.png) no-repeat;
}

.public-module-title-red::after {
  right: -1px;
  background: url(../images/module-icon-right-red.png) no-repeat;
}

.public-module-title .module-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 44px;
  border-bottom: 1px solid #f0f0ff;
}

.public-module-title .module-title-txt {
  display: inline-block;
  white-space: nowrap;
  line-height: 44px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 26px;
}

.public-module-title .module-title-txt h1{
  display: inline-block;
  white-space: nowrap;
  line-height: 44px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-position: left center;
}

.public-module-title .module-title-more {
  font-size: 14px;
  color: #999;
}

.public-module-title .module-title-more:hover {
  color: #333;
}

.public-module-title .predict-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/predict-icon.png);
}

.public-module-title .topic-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/topic-icon.png);
}

.public-module-title .game-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/game-icon.png);
}

.public-module-title .community-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/community-icon.png);
}

.public-module-title .publish-article-icon {
  width: 24px;
  height: 22px;
  padding-left: 34px !important;
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/publish-article-icon.png);
}

.public-module-title .posts-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/posts-icon.png);
  background-size: 18px 18px;
}

.public-module-title .his-post-icon {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/his-post-icon.png);
}

.public-module-title .hot-player-icon-black {
  background-image: url(../images/hot-player-icon-black.png);
  background-size: 17px 20px;
}

.public-module-title .hot-player-icon-red {
  background-image: url(../images/hot-player-icon-red.png);
  background-size: 17px 20px;
}

.public-module-title .hot-player-icon-green {
  background-image: url(../images/hot-player-icon-green.png);
  background-size: 17px 20px;
}

.public-module-title .team-icon-black {
  background-image: url(../images/team-icon-black.png);
  background-size: 16px 17px;
}

.public-module-title .team-icon-red {
  background-image: url(../images/team-icon-red.png);
  background-size: 16px 17px;
}

.public-module-title .team-icon-green {
  background-image: url(../images/team-icon-green.png);
  background-size: 16px 17px;
}

.public-module-title .new-match-icon-black {
  background-image: url(../images/new-match-icon-black.png);
  background-size: 18px 18px;
}
.public-module-title .new-match-icon-red {
  background-image: url(../images/new-match-icon-red.png);
  background-size: 18px 18px;
}
.public-module-title .new-match-icon-green {
  background-image: url(../images/new-match-icon-green.png);
  background-size: 18px 18px;
}

.public-module-title .hot-match-icon-black {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/hot-match-icon-black.png);
  background-size: 20px 20px;
}

.public-module-title .hot-match-icon-red {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/hot-match-icon-red.png);
  background-size: 20px 20px;
}

.public-module-title .hot-match-icon-green {
  background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/hot-match-icon-green.png);
  background-size: 20px 20px;
}

.public-module-title .news-icon-black {
  background-image: url(../images/news-icon-black.png);
  background-size: 16px 18px;
}

.public-module-title .news-icon-red {
  background-image: url(../images/news-icon-red.png);
  background-size: 16px 18px;
}

.public-module-title .news-icon-green {
  background-image: url(../images/news-icon-green.png);
  background-size: 16px 18px;
}

.public-module-title .team-member-icon-black {
  background-image: url(../images/team-member-icon-black.png);
  background-size: 24px 20px;
}
.public-module-title .team-member-icon-red {
  background-image: url(../images/team-member-icon-red.png);
  background-size: 24px 20px;
}
.public-module-title .team-member-icon-green {
  background-image: url(../images/team-member-icon-green.png);
  background-size: 24px 20px;
}
@media only screen and (max-width: 1000px) {
  .public-module-title .hot-player-icon-red {
    background-size: 11px 14px;
  }
  .public-module-title .hot-player-icon-green {
    background-size: 11px 14px;
  }
  .public-module-title .team-icon-red {
    background-size: 12px 13px;
  }

  .public-module-title .team-icon-green {
    background-size:  12px 13px;
  }
  .public-module-title .new-match-icon-red {
    background-size: 13px 13px
  }
  .public-module-title .new-match-icon-green {
    background-size: 13px 13px
  }
  .public-module-title .news-icon-red {
    background-size: 12px 14px;
  }

  .public-module-title .news-icon-green {
    background-size: 12px 14px;
  }


}

.public-hot-player {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 10px 10px 20px;
}

.public-hot-player .hot-player-item {
  margin-top: 8px;
  border: 1px solid #fff;
  background-color: #f7f8fa;
  border-radius: 4px;
  padding: 5px 8px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.public-hot-player .hot-player-item:first-child {
  margin-top: 0;
}

.public-hot-player .hot-player-item:hover {
  border: 1px solid var(--c5);
}

.public-hot-player .hot-player-item .info-block {
  width: 36px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.public-hot-player .hot-player-item .avatar {
  width: 36px;
  height: 36px;
}

.public-hot-player .hot-player-item .name {
  font-size: 14px;
  color: #333;
}

.public-hot-player .hot-player-item .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
  padding-right: 16px;
}

.public-hot-player .hot-player-item .country {
  width: 30px;
  height: 22px;
  border-radius: 1px;
  margin-right: 16px;
}

.public-hot-player .hot-player-item .position {
  font-size: 12px;
  color: #666;
}

.public-hot-player .hot-player-item .team {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  background-color: #1d2029;
  border-radius: 10px;
}

.public-hot-team {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.public-hot-team .hot-team-item {
  margin-top: 8px;
  margin-right: 8px;
  border: 1px solid #fff;
  background-color: #f7f8fa;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 94px;
}

.public-hot-team .hot-team-item:hover {
  border: 1px solid #bb8bff;
  background: #faf7ff;
}

.public-hot-team .hot-team-item .logo-block {
  font-size: 0;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.public-hot-team .hot-team-item .logo {
  max-width: 48px;
  max-height: 48px;
}

.public-hot-team .hot-team-item .name {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-new-match {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 8px 9px;
}

.public-new-match .new-match-item {
  margin-top: 8px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0 0 9px;
  cursor: pointer;
}

.public-new-match .new-match-item:first-child {
  margin-top: 0;
}

.public-new-match .new-match-item:hover {
  border: 1px solid var(--c5);
  background-color: var(--c6);
}

.public-new-match .new-match-item .predict-number {
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  color: #666;
  text-align: center;
  height: 18px;
  line-height: 18px;
  padding-top: 6px;
}

.public-new-match .new-match-item .match-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #666;
  height: 30px;
}

.public-new-match .new-match-item .match-date,
.public-new-match .new-match-item .match-name {
  display: block;
  width: 110px;
  text-align: center;
  color: #666;
}

.public-new-match .new-match-item .match-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6px;
}

.public-new-match .new-match-item .match-item {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0;
}

.public-new-match .new-match-item .match-logo {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.public-new-match .new-match-item .match-code {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  width: 90%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-new-match .new-match-item .match-item-vs {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.public-new-match .new-match-item .vs-block {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333;
}

.public-new-match .new-match-item .vs-block .end {
  font-size: 20px;
  font-weight: 700;
  color: #c2c2c2;
}

.public-new-match .new-match-item .vs-block .being {
  font-size: 20px;
  font-weight: 700;
  color: #fe5c4c;
}

.public-new-match .new-match-item .match-total {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
}

.public-new-match .new-match-item .font-black {
  color: #333;
}

.public-hot-match {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
}

.public-hot-match .hot-match-item {
  border-top: 1px solid var(--c9);
  background-color: #fff;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 50px;
}

.public-hot-match .hot-match-item:hover {
  background-color: #faf7ff;
}

.public-hot-match .hot-match-item .logo-block {
  display: block;
  width: 35px;
  font-size: 0;
}

.public-hot-match .hot-match-item .logo {
  max-width: 30px;
  max-height: 40px;
}

.public-hot-match .hot-match-item .name {
  display: block;
  width: 150px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-article-list {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 0 10px;
}

.public-article-list .article-item {
  border-top: 1px solid #f0f0ff;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.public-article-list .article-item:first-child {
  border-top: 0;
}

.public-article-list .article-item .cover-block {
  display: block;
  width: 96px;
  height: 74px;
  border-radius: 8px;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
}

.public-article-list .article-item .cover-block:hover .cover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.public-article-list .article-item .video {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/bofang-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  z-index: 1;
}

.public-article-list .article-item .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.public-article-list .article-item .title-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.public-article-list .article-item .title {
  height: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.public-article-list .article-item .title:hover {
  color: #333;
  text-decoration: underline;
}

.module-mb {
  margin-bottom: 12px;
}

.az-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/page-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-color: #f3f4f8;
}

.az-container .az-main {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 24px;
}

.az-container .az-main-left {
  position: relative;
  width: 890px;
  border: 1px solid var(--c9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.az-container .az-main-left .commonDetail-content .public-module-title {
  padding: 15px 0 0;
  border: 0;
}

.az-container .az-main-left .commonDetail-content .public-module-title::before,
.az-container .az-main-left .public-module-title::after {
  display: none;
}

.az-container
.az-main-left
.commonDetail-content
.public-module-title
.module-title-block {
  border-bottom: 0;
}

.az-container .az-main-right {
  width: 304px;
}

.az-container .home-page {
  padding-top: 14px;
}

.area-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.area-selector .show-area-btn {
  display: none;
}

.area-selector .area-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 28px;
}

.area-selector .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-selector .area-link {
  display: inline-block;
  min-width: 66px;
  height: 28px;
  padding: 0 10px;
  line-height: 26px;
  margin-top: 10px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 28px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #333;
}

.area-selector .area-link.active,
.area-selector .area-link:hover {
  border: 1px solid var(--c1);
  color: #fff;
  background: var(--c1);
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 12px 20px;
}

.team-list .team-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 134px;
  height: 162px;
  margin: 20px 5px 0;
  border-radius: 4px;
  background: #f3f3f3;
}

.team-list .team-list-item:hover {
  border: 1px solid var(--c5);
  background: var(--c6);
}

.team-list .team-logo-wrapper {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.team-list .team-item-logo {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-list .team-name {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.player-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-left: 4px;
  padding-bottom: 20px;
}

.player-list .player-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 410px;
  height: 68px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 10px 15px 0;
  border: 1px solid #f4f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f4f5f7;
}

.player-list .player-list-item:hover {
  border: 1px solid var(--c5);
  background: var(--c6);
}

.player-list .player-avatar {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #f7f7f7;
  background: #fff;
}

.player-list .player-name {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.player-list .player-name-country-pos {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.player-list .player-country-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.player-list .player-country {
  width: 32px;
  border-radius: 2px;
}

.player-list .player-position {
  margin-left: 20px;
  font-size: 14px;
  color: #666;
}

.player-list .player-team {
  display: inline-block;
  width: 50px;
  height: 24px;
  padding: 0 5px;
  margin-left: 28px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  background: #1d2029;
  color: #fff;
}

.home-page .home-main-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 11px;
}

.home-page .az-main-left {
  width: 212px;
  border: 0;
  background: 0 0;
}

.home-page .az-main-left .public-new-match {
  padding: 8px 5px;
}

.home-page .az-main-left .public-new-match .new-match-item .match-name-block {
  padding: 0 8px;
}

.home-page .az-main-left .public-new-match .new-match-item .match-date,
.home-page .az-main-left .public-new-match .new-match-item .match-name {
  width: auto;
}

.home-page .az-main-left .public-new-match .new-match-item .match-item {
  width: 70px;
}

.home-page .az-main-left .public-new-match .new-match-item .match-item-vs {
  width: 50px;
}

.home-page
.az-main-left
.module-hot-match
.public-module-title
.module-title-block {
  border-bottom: 0;
}

.home-page .az-main-middle {
  width: 662px;
  padding-top: 252px;
}

.home-page .single-banner {
  display: block;
  font-size: 0;
}

.home-page .single-banner .banner {
  border-radius: 8px;
  width: 100%;
  max-height: 330px;
}

.home-page .home-banner {
  position: absolute;
  top: 14px;
  left: 223px;
  width: 662px;
  border-radius: 7px;
}

.home-page .home-banner .banner-container {
  width: 100%;
  border-radius: 7px;
}

.home-page .home-banner .swiper-slide {
  display: block;
  cursor: pointer;
  font-size: 0;
}

.home-page .home-banner .img {
  width: 100%;
  height: 240px;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page .home-banner .swiper-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  bottom: 12px;
}

.home-page .home-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.6;
  margin: 0 7px;
}

.home-page .home-banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
  background-color: var(--c7);
}

.home-page .home-title-tabs .module-title-block {
  height: 59px;
}

.home-page .home-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home-page .home-list-tabs .tab-item {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}

.home-page .home-list-tabs .tab-item::after {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/undeline-icon.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: none;
  width: 23px;
  height: 4px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
}

.home-page .home-list-tabs .tab-item::after {
  content: "";
  display: none;
  width: 23px;
  height: 4px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
}

.home-page .home-list-tabs .tab-item-black::after {
  background: url(../images/undeline-icon-black.png) no-repeat;
  background-size: 100% 100%;
}

.home-page .home-list-tabs .tab-item-red::after {
  background: url(../images/undeline-icon-red.png) no-repeat;
  background-size: 100% 100%;
}

.home-page .home-list-tabs .tab-item-green::after {
  background: url(../images/undeline-icon-green.png) no-repeat;
  background-size: 100% 100%;
}

.home-page .home-list-tabs .tab-item:hover {
  color: #333;
}

.home-page .home-list-tabs .tab-item.active {
  color: #333;
  font-weight: 700;
}

.home-page .home-list-tabs .tab-item.active::after {
  display: block;
}

.home-article-list {
  background: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 0 16px;
}

.home-article-list .article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0ff;
  padding: 15px 0 20px;
  position: relative;
}

.home-article-list .article-item.textAndImg .article-title {
  line-height: 42px;
}

.home-article-list .article-item.textAndImg .article-content {
  padding-top: 2px;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
}

.home-article-list .article-item.textAndImg .article-date {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.home-article-list .img-block {
  display: block;
  position: relative;
  width: 182px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 20px;
}

.home-article-list .img-block:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-article-list .img-block .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}

.home-article-list .img-block .mins {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

.home-article-list .img-block .video {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/bofang-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

.home-article-list .article-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-article-list .article-title {
  display: block;
  font-size: 16px;
  color: #1d2029;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-article-list .article-title:hover {
  color: #000;
  text-decoration: underline;
}

.home-article-list .article-content {
  font-size: 12px;
  color: #999;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-article-list .article-date {
  display: block;
  position: relative;
  font-size: 12px;
  color: #b2b2b2;
  padding-left: 20px;
}

.home-article-list .article-date::after {
  content: "";
  background: url(../images/date-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
}

.home-article-list .article-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.home-article-list .article-more .more {
  display: inline-block;
  font-size: 16px;
  color: #666;
  position: relative;
  padding-right: 16px;
}

.home-article-list .article-more .more::after {
  content: "";
  background: url(../images/more-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
}

.article-page .article-content-block {
  padding: 17px 30px 30px;
}

.article-page .article-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0ff;
}

.article-page .article-title ,.article-page .article-title h1{
  padding-bottom: 20px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}
.article-page a.article-title,.article-page .article-title h1{

  padding-bottom:0
}
.article-page .article-content h3{
padding:10px 0
}

.article-page .article-date {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #b2b2b2;
}

.article-page .article-date::after {
  content: "";
  background: url(../images/date-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
}

.article-page .article-content {
  padding-top: 20px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}

.article-page .article-content img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin:10px 0
}

.article-page .article-content video {
  width: 100%;
}

.commonDetail-page .commonDetail-intro {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 184px;
}

.commonDetail-page .commonDetail-intro.team-intro {
  height: 264px;
}

.commonDetail-page .commonDetail-intro.team-intro .intro-name {
  font-size: 16px;
}

.commonDetail-page .commonDetail-intro.team-intro .intro-content-block {
  width: 570px;
  height: 250px;
}

.commonDetail-page .commonDetail-intro .intro-content-block {
  padding: 30px 20px 20px 0;
  height: 100%;
  width: 700px;
}

.commonDetail-page .commonDetail-intro .intro-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.commonDetail-page .commonDetail-intro .intro-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commonDetail-page .commonDetail-intro .intro-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.commonDetail-page .commonDetail-intro .intro-subname {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-left: 12px;
  padding-left: 14px;
}

.commonDetail-page .commonDetail-intro .intro-subname::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.commonDetail-page .commonDetail-intro .intro-content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.commonDetail-page .commonDetail-intro .intro-left {
  width: 130px;
  font-size: 0;
  padding-top: 30px;
}

.commonDetail-page .commonDetail-intro .intro-left .intro-block {
  display: none;
}

.commonDetail-page .commonDetail-intro .intro-team {
  width: 130px;
  height: 130px;
  border: 1px solid #e7eaf0;
  border-radius: 5px;
}

.commonDetail-page .commonDetail-intro .intro-player {
  width: 130px;
  height: 130px;
  border: 1px solid #e7eaf0;
  border-radius: 50%;
}

.commonDetail-page .commonDetail-intro .intro-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

.commonDetail-page .commonDetail-intro .intro-nationality {
  width: 34px;
  height: 22px;
  border-radius: 4px;
  margin: 0 3px;
}

.commonDetail-page .commonDetail-intro .intro-tag {
  display: inline-block;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #999;
  margin: 0 3px;
}

.commonDetail-page .commonDetail-intro .intro-team-block {
  margin-right: 15px;
  margin-top: 26px;
  width: 268px;
  border-radius: 6px;
  background-color: #fff;
}

.commonDetail-page .commonDetail-intro .intro-team-block .logo-block {
  background-color: #e7eaf0;
  height: 94px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
}

.commonDetail-page .commonDetail-intro .intro-team-block .logo-block .logo {
  max-width: 100%;
  max-height: 100%;
}

.commonDetail-page .commonDetail-intro .intro-team-block .content {
  padding: 5px 0 5px 15px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}

.commonDetail-page .commonDetail-intro .intro-team-block .name-block {
  line-height: 32px;
}

.commonDetail-page .commonDetail-intro .intro-team-block .name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.commonDetail-page .commonDetail-intro .intro-team-block .subname {
  color: #999;
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.commonDetail-page .commonDetail-intro .intro-team-block .subname::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #999;
}

.commonDetail-page .commonDetail-intro .intro-team-block .font-bold {
  font-weight: 700;
}

.commonDetail-page .commonDetail-intro .m-intro-btn {
  display: none;
}

.commonDetail-page .commonDetail-content {
  padding: 0 30px;
}

.commonDetail-page .commonDetail-module-tabs {
  padding: 40px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commonDetail-page .commonDetail-module-tabs .tab-item {
  display: block;
  height: 26px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 13px;
  font-size: 14px;
  color: #333;
  padding: 0 8px;
  margin-right: 5px;
  cursor: pointer;
}

.commonDetail-page .commonDetail-module-tabs .tab-item.active,
.commonDetail-page .commonDetail-module-tabs .tab-item:hover {
  border: 1px solid #1d2029;
  background-color: #1d2029;
  color: #fff;
}

.commonDetail-page .l-m-team-member table {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.commonDetail-page .l-m-team-member thead tr {
  background-color: #f4f5f8;
}

.commonDetail-page .l-m-team-member thead th {
  height: 34px;
}

.commonDetail-page .l-m-team-member thead th:first-child {
  padding-left: 36px;
  text-align: left;
}

.commonDetail-page .l-m-team-member thead th:nth-child(2) {
  text-align: left;
}

.commonDetail-page .l-m-team-member tbody tr {
  border-bottom: 1px solid #f4f5f8;
  cursor: pointer;
}

.commonDetail-page .l-m-team-member tbody tr:hover {
  background-color: #f9fafb;
}

.commonDetail-page .l-m-team-member tbody tr:hover .avatar {
  border: 1px solid var(--c1);
}

.commonDetail-page .l-m-team-member tbody tr:hover .name {
  color: var(--c1)
}

.commonDetail-page .l-m-team-member tbody tr:hover .content {
  text-decoration: underline;
}

.commonDetail-page .l-m-team-member tbody td {
  height: 52px;
}

.commonDetail-page .l-m-team-member tbody td:first-child {
  padding-left: 10px;
  text-align: left;
}

.commonDetail-page .l-m-team-member tbody td:nth-child(2) {
  text-align: left;
}

.commonDetail-page .l-m-team-member .content {
  font-size: 12px;
  color: #999;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.commonDetail-page .l-m-team-member .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

.commonDetail-page .l-m-team-member .avatar {
  width: 30px;
  height: 30px;
  border: 1px solid #e7eaf0;
  border-radius: 4px;
}

.commonDetail-page .l-m-team-member .block {
  padding-left: 5px;
  line-height: 18px;
}

.commonDetail-page .l-m-team-member .name {
  display: block;
  font-size: 14px;
  color: #333;
}

.commonDetail-page .l-m-team-member .game {
  font-size: 12px;
  color: #999;
}

.commonDetail-page .l-m-team-member-m {
  display: none;
}

.commonDetail-page .l-m-history-match .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  border-bottom: 1px solid #f4f5f8;
}

.commonDetail-page .l-m-history-match .logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #e7eaf1;
}

.commonDetail-page .l-m-history-match .score {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
}

.commonDetail-page .l-m-history-match .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commonDetail-page .l-m-history-match .vs {
  display: block;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.commonDetail-page .l-m-history-match .text {
  font-size: 14px;
  color: #333;
}

.commonDetail-page .l-m-history-match .nationality {
  width: 24px;
  height: 16px;
  margin: 0 10px;
}

.commonDetail-page .l-m-history-match .font-red {
  color: #ff4532;
}

.commonDetail-page .l-m-history-match-details table {
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.commonDetail-page .l-m-history-match-details thead tr {
  background-color: #f4f5f8;
}

.commonDetail-page .l-m-history-match-details thead th {
  font-size: 14px;
  font-weight: 700;
  height: 34px;
}

.commonDetail-page .l-m-history-match-details tbody tr {
  border-bottom: 1px solid #f4f5f8;
}

.commonDetail-page .l-m-history-match-details tbody td {
  height: 44px;
}

.commonDetail-page .l-m-history-match-details .result {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #999;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.commonDetail-page .l-m-history-match-details .bg-orange {
  background-color: #ff4532;
}

.commonDetail-page .l-m-history-match-details .hero {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.commonDetail-page .l-m-history-match-details .img-block {
  font-size: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commonDetail-page .l-m-history-match-details .img {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin: 0 1px;
}

.commonDetail-page .l-m-history-match-details .align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commonDetail-page .l-m-history-match-details .more {
  color: #333;
  white-space: nowrap;
}

.commonDetail-page .l-m-history-match-details .more:hover {
  color: #8734fe;
}

.commonDetail-page .l-m-history-match-details .team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commonDetail-page .l-m-history-match-details .team-l,
.commonDetail-page .l-m-history-match-details .team-r {
  display: inline-block;
  width: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commonDetail-page .l-m-history-match-details .team-l {
  text-align: left;
}

.commonDetail-page .l-m-history-match-details .team-r {
  text-align: right;
}

.commonDetail-page .l-m-history-match-details .vs {
  color: #999;
}

.commonDetail-page .l-m-history-match-details .name {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}

.commonDetail-page .l-m-history-match-details .date {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #999;
}

.commonDetail-page .l-m-history-match-details .font-gray {
  color: #999;
}

.commonDetail-page .l-m-history-match-details-m {
  display: none;
}

.commonDetail-page .l-m-hero-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commonDetail-page .l-m-hero-player .item {
  display: block;
  width: 80px;
  font-size: 0;
  margin-left: 36px;
  cursor: pointer;
}

.commonDetail-page .l-m-hero-player .item:first-child {
  margin-left: 0;
}

.commonDetail-page .l-m-hero-player .item:hover .player {
  border-color: #8734fe;
}

.commonDetail-page .l-m-hero-player .item:hover .name {
  color: #8734fe;
}

.commonDetail-page .l-m-hero-player .player {
  width: 80px;
  height: 80px;
  border: 1px solid #e7eaf0;
  border-radius: 50%;
}

.commonDetail-page .l-m-hero-player .name {
  display: block;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commonDetail-page .l-m-hero-role {
  position: relative;
  padding: 0 35px;
}

.commonDetail-page .l-m-hero-role .hero-button-next,
.commonDetail-page .l-m-hero-role .hero-button-prev {
  display: block;
  width: 25px;
  height: 70px;
  cursor: pointer;
  background: #e7eaf0;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  outline: 0;
  border-radius: 5px;
}

.commonDetail-page .l-m-hero-role .hero-button-next::after,
.commonDetail-page .l-m-hero-role .hero-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -6px;
}

.commonDetail-page .l-m-hero-role .hero-button-prev {
  left: 0;
}

.commonDetail-page .l-m-hero-role .hero-button-prev::after {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/slider-left-icon.png) no-repeat center/100% 100%;
}

.commonDetail-page .l-m-hero-role .hero-button-next {
  right: 0;
}

.commonDetail-page .l-m-hero-role .hero-button-next::after {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/slider-right-icon.png) no-repeat center/100% 100%;
}

.commonDetail-page .l-m-hero-role .hero-slider-item {
  display: block;
  width: 76px;
  cursor: pointer;
  position: relative;
  font-size: 0;
  border-radius: 5px;
  border: 1px solid #e7eaf0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.commonDetail-page .l-m-hero-role .hero-slider-item:hover {
  border: 1px solid #8734fe;
}

.commonDetail-page .l-m-hero-role .hero-slider-item:hover .name {
  color: #8734fe;
}

.commonDetail-page .l-m-hero-role .avatar {
  width: 100%;
  height: 76px;
}

.commonDetail-page .l-m-hero-role .name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 5px 5px;
}

.commonDetail-page .l-m-hero-skin {
  overflow: hidden;
}

.commonDetail-page .l-m-hero-skin .hero-skin-block {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.commonDetail-page .l-m-hero-skin .item {
  width: 154px;
  height: 110px;
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
  border: 1px solid #e4e5e9;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 14px;
}

.commonDetail-page .l-m-hero-skin .img {
  width: 100%;
  height: 100%;
}

.commonDetail-page .l-m-hero-skin .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
}

.commonDetail-page .l-m-skill-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.commonDetail-page .l-m-skill-intro .item {
  width: 400px;
  height: 140px;
  background-color: #f4f5f8;
  border-radius: 5px;
  margin-top: 10px;
}

.commonDetail-page .l-m-skill-intro .item:first-child,
.commonDetail-page .l-m-skill-intro .item:nth-child(2) {
  margin-top: 0;
}

.commonDetail-page .l-m-skill-intro .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #e7eaf0;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
  font-size: 0;
  line-height: 0;
}

.commonDetail-page .l-m-skill-intro .logo {
  width: 32px;
  height: 32px;
  border-radius: 5px;
}

.commonDetail-page .l-m-skill-intro .name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 0 8px;
}

.commonDetail-page .l-m-skill-intro .subname {
  font-size: 16px;
  color: #999;
  padding-left: 8px;
  position: relative;
}

.commonDetail-page .l-m-skill-intro .subname::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: #999;
}

.commonDetail-page .l-m-skill-intro .content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 72px;
  padding: 6px 10px 0;
  overflow: hidden;
}

.commonDetail-page .l-m-use-skill {
  font-size: 14px;
}

.commonDetail-page .l-m-use-skill .title {
  font-weight: 700;
  color: #333;
  line-height: 30px;
}

.commonDetail-page .l-m-use-skill .content {
  color: #666;
  line-height: 24px;
  padding-bottom: 18px;
}

.commonDetail-page .module-team-honor .team-honor {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 10px 0 14px 14px;
}

.commonDetail-page .module-team-honor .name {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 22px;
}

.commonDetail-page .module-team-honor .content {
  overflow-y: scroll;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 258px;
}

.commonDetail-page .module-affiliation-team .affiliation-team-block {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.commonDetail-page .module-affiliation-team .affiliation-team {
  background-color: #fff;
  border: 1px solid var(--c9);
  border-top: 0;
  padding: 9px 9px 12px;
}

.commonDetail-page .module-affiliation-team .affiliation-team .info-block {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/affiliation-team-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 136px;
  padding-top: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commonDetail-page .module-affiliation-team .affiliation-team .logo-block {
  font-size: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--c1);
  background-color: #fff;
  padding: 3px;
  overflow: hidden;
}

.commonDetail-page
.module-affiliation-team
.affiliation-team
.logo-block
.logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.commonDetail-page .module-affiliation-team .affiliation-team .name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
}

.commonDetail-page
.module-affiliation-team
.affiliation-team
.name-block
.subname {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
}

.commonDetail-page .module-affiliation-team .affiliation-team .content {
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f8f8f8;
  border-radius: 0 0 6px 6px;
  padding: 10px 0 10px 20px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

.aboutUs-page .az-main-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutUs-page .aboutUs-item {
  width: 300px;
  height: 280px;
  border-left: 2px solid #f0f0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aboutUs-page .aboutUs-item:first-child {
  border: 0;
}

.aboutUs-page .aboutUs-item .icon {
  width: 118px;
  height: 130px;
}

.aboutUs-page .aboutUs-item .content-block {
  text-align: center;
}

.aboutUs-page .aboutUs-item .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 46px;
  padding-top: 12px;
}

.aboutUs-page .aboutUs-item .content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.match-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.match-list .match-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 278px;
  height: 112px;
  padding-left: 18px;
  margin-top: 20px;
  margin-left: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  background: #f3f3f3;
}

.match-list .match-list-item:hover {
  border: 1px solid #bb8bff;
  background: #faf7ff;
}

.match-list .match-icon {
  width: 72px;
  height: 72px;
  border: 1px solid #e7e7e7;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  background: #fff;
}

.match-list .match-name-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 7px;
}

.match-list .match-name {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.match-list .match-time {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.az-container .game-list-left {
  border: none;
  background: 0 0;
}

.match-header-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 152px;
  padding: 0 30px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/match-infos-bg.png) no-repeat top center/100% 100%;
}

.match-header-infos .match-icon {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #eaedf2;
}

.match-header-infos .match-name-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 14px;
  font-size: 14px;
  color: #c8c8c8;
}

.match-header-infos .match-name {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.match-header-infos .game-name {
  margin-top: 10px;
}

.match-header-infos .match-time {
  margin-top: 5px;
}

.game-wrapper {
  padding-bottom: 28px;
  margin-top: 10px;
  border: 1px solid var(--c9);
  background: #fff;
}

.game-wrapper .game-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  border-bottom: 1px solid var(--c9);
  font-size: 16px;
  color: #999;
}

.game-wrapper .game-tabs-item {
  position: relative;
  margin: -10px 10px 0;
  cursor: pointer;
  padding-bottom: 5px;
}

.game-wrapper .game-tabs-item.active,
.game-wrapper .game-tabs-item:hover {
  font-weight: 700;
  color: #333;
}

.game-wrapper .game-tabs-item.active:after,
.game-wrapper .game-tabs-item:hover:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/undeline-icon.png) no-repeat center/100% 100%;
}

.game-wrapper .game-list-item {
  padding: 0 24px;
}

.game-wrapper .game-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
}

.game-wrapper .game-date .date-no {
  font-weight: 700;
  font-size: 22px;
}

.game-wrapper .game-date .date-word {
  margin-left: 12px;
  font-size: 14px;
  color: #666;
}

.game-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-top: 10px;
  -webkit-box-sizing: border;
  box-sizing: border;
  border: 1px solid #f6f8fa;
  background: #f6f8fa;
}

.game-link:hover {
  border: 1px solid var(--c5);
  background: var(--c6);
}

.game-link:first-child {
  margin-top: 0;
}

.game-link .game-time-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 272px;
  height: 44px;
  border-right: 1px solid #e6e6e6;
  font-size: 14px;
  color: #666;
}

.game-link .game-time {
  display: inline-block;
  width: 88px;
  text-align: right;
}

.game-link .game-name {
  display: inline-block;
  width: 126px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-link .game-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-link .status{
  width: 70px;
  text-align: center;
}

.game-link .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-link .team-name {
  display: inline-block;
  width: 165px;
  margin: 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  color: #666;
}

.game-link .team-name:first-child {
  text-align: right;
}

.game-link .team-logo {
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
  object-fit: cover;
}

.game-link .team-vs-sign {
  display: inline-block;
  width: 54px;
  height: 24px;
  margin: 0 23px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #999;
}

.hot-player-tabs {
  position: relative;
  padding: 14px 10px;
  border-left: 1px solid var(--c9);
  border-right: 1px solid var(--c9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.hot-player-tabs .tabs-limit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.hot-player-tabs .more-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 23px;
  cursor: pointer;
  background: url(../images/more-icon.png) no-repeat center/100% 100%;
}

.hot-player-tabs .tab-item {
  display: inline-block;
  padding: 0 6px;
  height: 26px;
  margin-right: 5px;
  line-height: 24px;
  text-align: center;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #333;
}

.hot-player-tabs .tab-item.active,
.hot-player-tabs .tab-item:hover {
  border-color: #1d2029;
  color: #fff;
  background: #1d2029;
}

.hot-player-tabs .tabs-all {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  padding: 10px 0 10px 5px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 #ccc;
  box-shadow: 0 5px 5px 0 #ccc;
}

.hot-player-tabs .tabs-all .tab-item {
  margin-top: 14px;
}

.hot-player-tabs .tab-title {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.hot-player-tabs .close-tabs {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 28px;
  height: 23px;
  cursor: pointer;
  background: url(../images/more-icon.png) no-repeat center/100% 100%;
}

.game-hot-player {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0 !important;
}

.game-hot-player:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teams-detail-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 218px;
  background: url(../images/game-detail-bg.png) no-repeat top center/100% 100%;
}

.teams-detail-infos .match-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.teams-detail-infos .match-name {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.teams-detail-infos .match-time {
  margin-top: 10px;
  font-size: 14px;
  color: #c8c8c8;
}

.teams-detail-infos .teams-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
.teams-tag{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  text-align: center;
  margin-top: 10px;
}
.teams-tag li{
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  margin-right:5px;
  box-sizing: border-box;
}
.teams-tag li:last-child{
  margin-right:0
}
.teams-tag a{
  color: #333 !important;

}
.teams-tag li:hover{
  border: 1px solid var(--c5);
  background-color: var(--c6);
}
.teams-detail-infos .team-name-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teams-detail-infos .team-logo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.teams-detail-infos .team-name {
  display: inline-block;
  width: 182px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 15px;
  font-size: 20px;
  color: #fff;
}

.teams-detail-infos .team-name:first-child {
  text-align: center;
}

.teams-detail-infos .team-sign-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teams-detail-infos .team-sign-time .match-time {
  display: none;
}

.teams-detail-infos .team-vs-sign {
  display: inline-block;
  width: 74px;
  height: 30px;
  margin: 0 36px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #999;
}

.teams-intros-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 20px 0;
  border: 1px solid var(--c9);
  background: #fff;
}

.teams-intros-wrapper .game-tabs {
  display: none;
}

.teams-intros-wrapper .teams-intros {
  position: relative;
  width: 50%;
  padding: 0 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f0f0ff;
}

.teams-intros-wrapper .teams-intros:last-child {
  border-right: 0;
}

.teams-intros-wrapper .team-name {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.teams-intros-wrapper .team-desc {
  margin-top: 6px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
}
.teams-intros-wrapper .select4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  border-bottom: 1px solid #eee2ff;
  font-size: 16px;
  color: #999;
}

.select4 li {
  position: relative;
  margin: -10px 10px 0;
  cursor: pointer;
  padding-bottom: 5px;
  width: 2.6666666667rem;
  line-height: .9333333333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 .5333333333rem;
  text-align: center;
  flex: 1;

}
.select4 li:hover,.select4 li.active{
  color: var(--c7);
  font-weight: 700;
}
.select4 li.active:after,.select4 li:hover:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/undeline-icon.png) no-repeat center/100% 100%
}
.select4-green li.active:after,.select4-green li:hover:after{
  background: url(../images/undeline-icon-green.png) no-repeat center/100% 100% !important
}
.select4-black li.active:after,.select4-black li:hover:after{
  background: url(../images/undeline-icon-black.png) no-repeat center/100% 100% !important
}
.select4-red li.active:after,.select4-red li:hover:after{
  background: url(../images/undeline-icon-red.png) no-repeat center/100% 100% !important
}


.select4 li,
.select4 li a,
.select4 li span {
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
}

.select4 li a,
.select4 li span {
  padding: 10px 8px;
}

.select4 li.current a,
.select4 li.current span {
  border-bottom: 4px solid red;
  color: red;
}
.matchInfo{
  width: 100%;

}
.matchInfo .qingbaoDiv {
  overflow: hidden;
  padding: 0 20px;
}

.matchInfo .qingbaoDiv p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 42px;
}

.matchInfo .qingbaoDiv p:last-child {
  border-bottom: 0px !important
}

.matchInfo .qingbaoDiv .X {
  overflow-y: auto;
  max-height: 500px;
  width: 46%;
  float: left;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 9px;
}

.matchInfo .qingbaoDiv .Y {
  overflow-y: auto;
  max-height: 500px;
  width: 45%;
  float: left;
  margin-left: 3%;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 9px;
}
.flexA {
  display: flex;
  align-items: center;
}
.pd20 {
  padding: 20px;
}
.gmtbDetail {
  width: 100%;
  height: auto;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #EEEEEE;
}
.imgSize2 {
  width: 24px;
  height: 22px;
  margin: 0 24px;
}
.gmtbDetail img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
  margin-left: 12px;
}

.gmtbDetail th {
  width: 168px;
}

.gmtbDetail tr {
  height: 64px;
}

.gmtbDetail tbody tr:nth-child(1) {
  background-color: #f6f6f7;
}

.gmtbDetail td {
  text-align: center;
  line-height: 64px;
}

.gmDul li {
  height: 30px;
  text-align: center;
  padding: 0 8px;
  line-height: 30px;
  color: #909399;
  cursor: pointer;
}

.gmDul li:hover {
  background-color: #f3f5f9 !important;
  color: var(--c7) !important;
}
.marrig10 {
  margin-right: 10px !important;
}
.gmDall li {
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.gmDall li:nth-child(1){
  margin-right:10px;
}
.gmDall li:hover {
  background-color: var(--c7) !important;
  color: #fff !important;
  border: 1px solid var(--c7) !important;
}
.ActBgcolor {
  background-color: var(--c7) !important;
  color: #fff !important;
  border: 1px solid var(--c7) !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.gmDTb {
  width: 100%;
  border: 1px solid #EDEDED;
  border-collapse: collapse;
  text-align: center;
}

.gmDTb thead tr {
  height: 34px;
  text-align: center;
  font-weight: 400 !important;
  color: #bbb;
  border-bottom: 1px solid #eeeeee;
}

.gmDTb tbody tr {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eeeeee;
}

.gmDTb tbody tr:nth-child(2n+1) {
  background-color:#f7f8fa;
}

.gmDdata {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.gmDdata i{
  font-style: normal;
}
.green {
  color: #83cb00;
}

.red {
  color: #f21646;
}

.blue {
  color: #007fff;
}
.ActBgcolor1 {
  background-color: #f3f5f9 !important;
  color: var(--c7) !important;
}
.dzDIV2{
  padding: 10px;
  box-sizing: border-box;
}
.marbtm10{
  margin-bottom: 10px;
}
.gmDselect {
  /* width: 80px; */
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  color: #909399;
  text-align: center;
  border: 1px solid #909399;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}



.gmDselectDown {
  display: none;
  z-index: 100;
  position: absolute;
  width: 80px;
  top: 24px;
  left: -1px;
  background-color: #fff;
  box-shadow: 5px 5px 3px 0px #ccc;
}

.gmDselectDown li {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.gmDselect:hover .gmDselectDown {
  display: block;
}

.gmDselectDown li span {
  display: inline-block;
  width: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  border-radius: 4px;
}

.gmDselectDown li span:hover {
  width: 100%;
  background-color: var(--c7);
  color: #fff;
}
.mt15 {
  margin-top: 15px !important;
}
.no_show {
  display: none !important;
}


.matchInfoDiv {
  width: 100%;
  padding: 0px 20px;
}
.dzDIV {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #f0f0f0;
}
.dzDIV .dz_head {
  background: #f0f0f0 !important;
  line-height: 37px;
  height: 37px;
  text-align: center;
  display: flex;
}

.dzDIV .dz_head img {
  vertical-align: middle;
}

.dzDIV .dz_list {
  line-height: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}

.dzDIV .dz_list:last-child {
  border-bottom: 0px !important
}

.dzDIV .dz_head span {
  width: 100%;
  font-size: 13px;
}

.dzDIV .dz_list span {
  width: 100%;
  font-size: 13px;
  border-right: 1px solid #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dzDIV .dz_list a {
  color: red;
  font-weight: bold;
}

.dzDIV .dz_list span:last-child {
  border-right: 0px;
}

.matchInfo h1 {
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}


/*移动端的比赛详情*/
.lvContent {
  height: 100%;
  overflow-y: scroll;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #fff;
}

.lvTit {
  padding: calc(2.7 * 0.12rem);
  width: 100%;
  font-size: 13px;
}

.lvTit a {
  display: block;
  width: calc(2.7 * 0.22rem);
  height: calc(2.7 * 0.22rem);
  margin: 0 calc(2.7 * 0.05rem) 0 0;
}

.lvwith {
  width: 60%;
  padding-left: calc(2.7 * 0.1rem);
}

.lvwith li {
  height: calc(2.7 * 0.24rem);
  padding: 0 calc(2.7 * 0.1rem);
  line-height: calc(2.7 * 0.24rem);
  text-align: center;
  background: #f7f7f7;
  margin-right: calc(2.7 * 0.1rem);
  border-radius: calc(2.7 * 0.4rem);
  -webkit-border-radius: calc(2.7 * 0.4rem);
  -moz-border-radius: calc(2.7 * 0.4rem);
  -ms-border-radius: calc(2.7 * 0.4rem);
  -o-border-radius: calc(2.7 * 0.4rem);
}

.lvsession {
  width: calc(2.7 * 1.34rem);
  height: calc(2.7 * 0.28rem);
  background: #f7f7f7;
  border-radius: calc(2.7 * 0.4rem);
  -webkit-border-radius: calc(2.7 * 0.4rem);
  -moz-border-radius: calc(2.7 * 0.4rem);
  -ms-border-radius: calc(2.7 * 0.4rem);
  -o-border-radius: calc(2.7 * 0.4rem);
}

.lvsession li {
  width: calc(2.7 * 0.49rem);
  line-height: calc(2.7 * 0.28rem);
  text-align: center;
  border-radius: calc(2.7 * 0.4rem);
  -webkit-border-radius: calc(2.7 * 0.4rem);
  -moz-border-radius: calc(2.7 * 0.4rem);
  -ms-border-radius: calc(2.7 * 0.4rem);
  -o-border-radius: calc(2.7 * 0.4rem);
}

.lvNum {
  width: calc(2.7 * 0.4rem);
  height: calc(2.7 * 0.42rem);
  text-align: center;
  border: calc(2.7 * 0.015rem) solid #f5f5f5;
  border-radius: calc(2.7 * 0.02rem);
  -webkit-border-radius: calc(2.7 * 0.02rem);
  -moz-border-radius: calc(2.7 * 0.02rem);
  -ms-border-radius: calc(2.7 * 0.02rem);
  -o-border-radius: calc(2.7 * 0.02rem);
}

.lvNum li:first-child {
  height: calc(2.7 * 0.21rem);
  line-height: calc(2.7 * 0.21rem);
  background: #f4f5f7;
}

.lvTie {
  padding: 0 0 0 calc(2.7 * 0.15rem);
  flex: 1;
}

.lvTie span {
  font-size: 16px;
  color: #f23048;
}

.lvTie p {
  color: #9c9c9c;
  white-space: nowrap;
}

.lvTbscore {
  width: 100%;
  text-align: center;
  color: #9b9b9b;
}
.lvNum {
  width: calc(2.7 * 0.4rem);
  height: calc(2.7 * 0.42rem);
  text-align: center;
  border: calc(2.7 * 0.015rem) solid #f5f5f5;
  border-radius: calc(2.7 * 0.02rem);
  -webkit-border-radius: calc(2.7 * 0.02rem);
  -moz-border-radius: calc(2.7 * 0.02rem);
  -ms-border-radius: calc(2.7 * 0.02rem);
  -o-border-radius: calc(2.7 * 0.02rem);
}

.lvNum li:first-child {
  height:  calc(2.7 * 0.21rem);
  line-height:  calc(2.7 * 0.21rem);
  background: #f4f5f7;
}

.lvTie {
  padding: 0 0 0  calc(2.7 * 0.15rem);
  flex: 1;
}

.lvTie span {
  font-size:  16px;
  color: #f23048;
}
.lvTbscore{
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;

}

.lvTie p {
  color: #9c9c9c;
  white-space: nowrap;
}

.lvTbscore {
  width: 100%;
  text-align: center;
  color: #9b9b9b;
}
i {
  font-style: normal;
}
.lvDetailSwitchList {
  font-size:  calc(2.7 * 0.14rem);
}
.lvBr {
  border-right: 1px solid #eeeff1;
}

.lvTbscore tr {
  border-bottom: 1px solid #eeeff1;
}

.lvTbscore th {
  font-weight: 400 !important;
  height:  calc(2.7 * 0.32rem);
  background-color: #f6f7fb;
  white-space: nowrap;
}

.lvTbscore td {
  height:  calc(2.7 * 0.46rem);
}

.lvTbscore td:nth-child(2),
.lvTbscore td:nth-child(4) {
  width:  calc(2.7 * 0.78rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lvTbscore tbody tr:nth-child(2n) {
  background-color: #f6f7fb;
}
.lvTbscore .blue {
  color: #5e94d4;
}
.lvTbscore .red {
  color: #f23048;
}

.lvTBteam {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  padding-bottom:  calc(2.7 * 0.1rem);
}

.lvTBteam th {
  height:  calc(2.7 * 0.39rem);
  font-weight: 400;
  background: #fff;
}

.lvTBteam tr {
  border-bottom: 1px solid #eeeff1;
}

.lvTBteam tr:nth-child(2n-1) {
  background: #f6f7fb;
}

.lvTBteam td {
  height:  calc(2.7 * 0.46rem);
  color: #9b9b9b;
}

.lvTBteamtd {
  width:  calc(2.7 * 1.4rem);
  text-align: left;
  padding-left:  calc(2.7 * 0.15rem);
}

.lvTBteam i {
  display: inline-block;
  width:  calc(2.7 * 0.02rem);
  height:  calc(2.7 * 0.12rem);
  background: #ececec;
  border-radius: 0.01rem;
  -webkit-border-radius: 0.01rem;
  -moz-border-radius: 0.01rem;
  -ms-border-radius: 0.01rem;
  -o-border-radius: 0.01rem;
}
.actBc1 {
  color: #d94165 !important;
  background-color: #fee5eb !important;
}
/*结束*/


.team-players-slider {
  position: relative;
  margin-top: 14px;
  padding: 0 20px;
}

.team-players-slider .player-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 70px;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #fff;
}

.team-players-slider .player-arrow.arrow-left {
  left: 0;
  background-image: url(../images/arrow-left.png);
  background-position: left center;
}

.team-players-slider .player-arrow.arrow-right {
  right: 0;
  background-image: url(../images/arrow-right.png);
  background-position: right center;
}

.team-players-slider .player-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  width: 50px !important;
}

.team-players-slider .player-item:last-child {
  margin-right: 0;
}

.team-players-slider .player-item:hover .player-avatar {
  border: 1px solid #9f5dfe;
}

.team-players-slider .player-item:hover .player-name {
  color: #9f5dfe;
}

.team-players-slider .player-avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.team-players-slider .player-name {
  display: inline-block;
  width: 50px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  color: #333;
}

.game-detail-articles {
  margin-top: 10px;
}

.game-detail-articles .module-title-block {
  margin: 0 40px;
}

.game-detail-articles .public-module-title {
  padding: 0;
}

.game-detail-articles .home-article-list {
  padding: 0 40px;
}

.game-detail-articles .home-article-list .article-content {
  font-weight: 400;
}

.game-detail-articles .home-article-list .article-date {
  font-size: 14px;
}

.game-detail-articles .home-article-list .article-date::after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.match-live-routes {
  padding-bottom: 20px;
  border: 1px solid var(--c9);
  border-top: 0;
  font-size: 0;
  background: #fff;
}

.match-live-routes .live-route {
  display: inline-block;
  width: 30%;
  height: 28px;
  margin-left: 2.5%;
  margin-top: 10px;
  padding: 0 5px;
  line-height: 26px;
  border-radius: 28px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333;
}

.match-live-routes .live-route:hover {
  color: #fff;
  border-color: #1d2029;
  background: #1d2029;
}

.hero-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 9px;
  padding-bottom: 20px;
}

.hero-list .hero-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 132px;
  height: 160px;
  margin-top: 18px;
  margin-left: 11px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
}

.hero-list .hero-list-item:hover {
  border: 1px solid #bb8bff;
  background: #faf7ff;
}

.hero-list .hero-avatar {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.hero-list .hero-name-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-list .hero-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.hero-list .hero-pos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 84px;
  height: 22px;
  border-radius: 22px;
  font-size: 12px;
  color: #666;
  background: #e5e5e5;
}

.hero-list .pos-item {
  position: relative;
  padding: 0 6px;
}

.hero-list .pos-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #d7d7d7;
}

.hero-list .pos-item:last-child::after {
  display: none;
}

.area-selector-wrapper {
  position: relative;
  height: 70px;
  margin: 0 10px;
  border-bottom: 1px solid var(--c9);
}

.area-selector-wrapper .area-selector {
  position: absolute;
  top: 50%;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
}

.area-selector-wrapper .area-selector .area-link {
  margin-top: 0;
}

.area-selector-wrapper .area-selector .area-label {
  margin-top: 0;
}

.area-selector-wrapper .show-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.area-selector-wrapper .show-more:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-left: 4px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/arrow-down.png) no-repeat center/100% 100%;
}

.area-selector-wrapper .show-more.up::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.area-selector-wrapper .area-visible {
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  max-height: 240px;
  height: auto;
  overflow-y: auto;
  margin: 0 -10px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 2px 1px #ebe4f5;
  box-shadow: 0 1px 2px 1px #ebe4f5;
  background: #fff;
}

.area-selector-wrapper .area-visible .area-link {
  margin-top: 10px;
}

.area-selector-wrapper .area-visible .area-label {
  margin-top: 10px;
}

.area-selector-wrapper .area-visible .show-more {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 10px;
}

/* 资料库 */
/* 数据 */

.imgSize2 {
  width: 24px;
  height: 22px;
  margin: 0 24px;
  object-fit: contain;
}

.content_padd {
  padding: 15px;
}

.flexJ {
  display: flex;
  justify-content: space-between;
}

.cont .flexA {
  display: flex;
  align-items: center;
  justify-content: start;
}

.flexAC {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.marbtm10 {
  margin-bottom: 10px !important;
}

.leftData {
  width: 200px;
  min-height: 48px;
}

.leftData .alldata {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #5c6166;
  display: flex;
  /* border-bottom: 1px solid #F6F6F6; */
  align-items: center;
  justify-content: center;
}

.layui-menu .layui-menu-item-group > .layui-menu-body-title {
  padding: 10px 15px;
  color: #f21646;
}

.leftData .layui-menu li {
  padding: 0;
}

.leftData .layui-menu > .layui-menu-item-group > .layui-menu-body-title {
  color: #2e3133;
  padding: 10px 15px;
  border-top: 1px solid #f6f6f6;
}

.leftData .layui-menu > .layui-menu-item-down > .clickshowLeft {
  border-left: 3px solid var(--c1);
}

.leftData .layui-menu > .layui-menu-item-down > ul {
  border-top: 1px solid #f6f6f6;
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}

.leftData .layui-menu .layui-menu-item-down .layui-menu-body-title {
}

/* leftDataè¾¹ä¸Šçš„æ»‘å— */
.leftData ::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

/* æ»šåŠ¨æ§½ */
.leftData ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: rgba(153, 153, 153, 0.1);
}

/* æ»šåŠ¨æ¡ä¸Šçš„æ»šåŠ¨æ»‘å— */
.leftData ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(153, 153, 153, 0.5);
}

.leftData .layui-menu {
  max-height: 1300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.leftData .layui-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.leftData .layui-menu-item-group ul li {
  padding: 5px 15px;
}

.leftData .layui-menu-body-title > .layui-icon {
}

.leftData .layui-menu-body-title .layuiIconAdd {
  left: 0;
}

.leftData .layui-menu .layui-menu-item-up .layuiclick {
  color: #2e3133;
}

.leftData .layuiIconmargin {
  margin-left: 10px;
}

.leftData .layui-menu > .layui-menu-item-group {
  padding: 10px 15px;
}

.rightData {
  width: 990px;
}

.selectPulldown {
  background-color: #f6f6f6;
  color: #000;
}

.selectPulldown:hover {
  color: #000;
}

.dataSideTit {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #f6f6f6;
}

.dataSideIn li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  color: #999999;
  border-bottom: 1px solid #f6f6f6;
}

.dataSwiper {
  padding: 10px;
  background-color: #fff;
  position: relative;
}

.mySwiper2 {
  height: 120px;
  padding: 0 30px !important;
}

.competitionListBox {
  width: 90px;
  height: 90px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
}

.competitionListBox img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.swiper-button-next2 {
  height: 130px !important;
  font-size: 20px !important;
  right: 0 !important;
  top: 15px !important;
}

.rightData .flexjust {
  justify-content: center;
}

.swiper-button-prev2 {
  height: 130px !important;
  font-size: 20px !important;
  left: 0 !important;
  top: 15px !important;
}

.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-size: 20px !important;
  color: #333333 !important;
}

.hotleagueList {
  display: flex;
  flex-wrap: wrap;
}

.hotleagueList > li {
  width: 316px;
}

.htleagueOl {
  justify-content: space-around;
}

.htleagueOl img {
  width: 46px;
  height: 46px;
  margin: 0 20px;
  transition: all 0.3s;
}

.htleagueOl > li:hover .fs16 {
  transform: scale(1.1);
}

.htleagueOl > li:hover .marbtm10 {
  color: red !important;
}

.htleagueOl > li:hover .marbtm10 {
  color: red !important;
}

.htleagueOl > Li {
  height: 74px;
  border-bottom: 1px solid #f3f3f3;
}

.htleagueOl p {
  font-size: 16px;
  color: #333;
}

.contentbody_title {
  height: 194px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  display: grid;
  padding: 22px 30px;
  margin-bottom: 10px;
}

.contentbody_title > div:nth-child(1) {
  display: flex;
  margin-bottom: 12px;
}

.contentbody_title h3 {
  font-size: 28px;
  color: #000000;
}

.contentbody_title > div:nth-child(2) p {
  font-size: 14px;
  color: #6f6f6f;
}

.contentbody_title > div:nth-child(2) p span {
  display: inline-block;
  margin-left: 16px;
}

.contentbody_title > div:nth-child(2) p:nth-child(1) {
  margin-bottom: 16px;
}

.contentbody_title div img {
  display: inline-block;
  object-fit: contain;
  width: 60px;
  margin-right: 20px;
}

/* è¯¦æƒ…é¡µ */
.dtdetailTit {
  height: 72px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/datadetailbanner.png) no-repeat;
  background-size: 890px 72px;
}

.dtdetailTit img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50%;
}

.dtdetailTit h1 {
  font-size: 20px;
  color: #000;
}

.dtdetailTit p {
  font-size: 12px;
  color: #bfbfbf;
}

.dtInfo {
  color: #333 !important;
}

.dtInfo li {
  display: flex;
  margin-bottom: 12px;
}

.dtInfo div {
  width: 180px;
}

.dtInfo2 {
  color: #333;
  height: 135px;
  display: grid;
  grid-template-columns: 316px 550px;
  grid-template-rows: repeat(2, 101px);
  padding: 17px 16px;
}

.brief_intro_content {
  padding: 0 22px;
  padding-bottom: 18px;
}

.brief_intro_content p {
  font-size: 14px;
  color: #555555;
}

.dtInfo2 li {
  display: flex;
  margin-bottom: 12px;
}

.dtInfo2 .dtInfo_leftImg {
  border-right: 1px solid #dce1e6;
  display: flex;
  padding-right: 25px;
}

.dtInfo2 .Imgcontent {
  width: 100px;
  margin-right: 20px;
}

.dtInfo2 .Imgcontent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dtInfo2 .right_Title {
  display: grid;
}

.dtInfo2 .right_Title h4 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}

.dtInfo2 .right_Title p {
  font-size: 20px;
  font-weight: 500;
  color: #555555;
}

.dtInfo2 .dtInfo_rightcontent {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px;
  padding-right: 10px;
}

.dtInfo2 .dtInfo_rightcontent div {
  display: inline-block;
  margin-right: 20px;
}

.dtInfo2 .dtInfo_rightcontent div:nth-child(3n) {
  margin-right: 0;
}

.dtInfo2 .dtInfo_rightcontent p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.dtInfo2 .dtInfo_rightcontent div span {
  display: inline-block;
  margin-right: 12px;
  color: #000000;
}

.dtInfo span,
.dtInfo2 span {
  color: #999;
}

/* åˆ‡æ¢ */
.dtswitch,
.dtswitch2 {
  display: flex;
  justify-content: space-around;
  height: 44px;
  background: #eeeeee;
  background-color: #ffff;
  margin-bottom: 10px;
}

.dtswitch li {
  margin-right: 50px;
  padding: 0 20px;
  height: 44px;
  display: block;
  line-height: 44px;
  font-size: 14px;
  color: #999;
}

.content_padd {
  padding: 15px;
  background-color: #fff;
}

/* 1 */
.recentBox {
  border: 1px solid #ebebeb;
  min-height: 300px;
  position: relative;
}
.dtbox{
  width: 100%;
  height: auto;
}
.dtbox ul{
}

.layui-table td, .layui-table th{
padding: 9px 6px;
}
.min_highet {
  width: 100%;
  min-height: 600px;
}
.Nodata{display: flex;
align-items: center;
flex-direction: column;
margin: 0 auto;
}
.team_content_one li {
  height: 54px;
  border-bottom: 1px solid #dce1e6;
  width: 100%;
  padding: 16px;
  float: left;
  display: flex;
  justify-content: space-between;
}

.team_content_one p {
  font-size: 14px;
  color: #333333;
}

.team_content_one li > div {
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team_content_one li > div > div:first-child.firstDiv {
  margin-right: 18px;
}

.team_content_one li > div > div a.topa {
  width: 150px;
  justify-content: space-between;
}

.team_content_one li > div > div a.topa > div {
  width: 120px;
}

.team_content_one li > div > div a.topa > div span {
  width: 100%;
  text-align: right;
}

.team_content_one li > div div:last-child.lastDiv {
  margin-left: 18px;
}

.team_content_one li > div div {
  display: flex;
  align-items: center;
}

.team_content_one li > div img {
  width: 30px;
  height: 100%;
  object-fit: contain;
  margin: 10px;
}

.team_content_one li > a {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_content_one li > a > img {
  display: inline-block;
  height: 10px;
  width: 10px;
}


.recentliveUl li {
  height: 70px;
  border-bottom: 1px solid #ebebeb;
}

.livelistTime {
  height: 40px;
  line-height: 40px;
  padding-left: 34px;
  position: relative;
}

.livelistTime::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 16px;
  left: 20px;
  border-radius: 50%;
}

.recentliveOl {
  display: flex;
  padding-left: 20px;
}

.recentliveOl > li:nth-child(1) {
  margin-right: 50px;
}

.recentliveOl > li:nth-child(2) {
  width: 112px;
  margin-right: 70px;
}

.recentliveOl > li:nth-child(3) {
  width: 490px;
}

.recentliveOl > li:first-child,
.recentliveOl > li:last-child {
  line-height: 70px;
}

.recentliveOl .imgSize2 {
  margin-left: 0;
  margin-right: 10px;
}

.recentliveOlTeam img {
  width: 56px;
  height: 50px;
  margin: 0 4px;
  object-fit: contain;
}

.recentliveOlTeam p {
  width: 110px;
}

.recentliveOlTeam > div:last-child > div {
  padding-left: 10px;
}

.recentliveOlTeam {
  margin-right: 70px;
}

.recentliveOlTeam > div:nth-child(1) {
  width: 155px;
  justify-content: flex-end;
}

.recentliveOlTeam p {
  color: #333;
}

.recentliveOlTeam a {
  color: #000;
}

.recentliveOlTeam > div:nth-child(3) {
  width: 155px;
}

.recentliveOlTeam > div:nth-child(2) {
  line-height: 70px;
  width: 76px;
  text-align: center;
  margin: 0 30px;
}

/* 2 */
.playerBox {
  border: 1px solid #ebebeb;
}

.Leaderboards {
  display: flex;
}

.Leaderboards .Leaderboards_table {
  width: calc(100% - 140px);
  padding: 20px 15px;
}

.Leaderboards_table .layui-table {
  border: none;
}

.playerTb {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

.playerTb thead {
  height: 42px;
  padding: 0 10px;
  border-bottom: 1px solid #eeeeee;
}

.playerTb thead tr {
  padding: 0 10px;
}

.playerTb thead {
  background: #fafafa;
}

.playerTb thead th {
  font-weight: 400 !important;
}

.playerTb tbody tr {
  height: 42px;
  border-bottom: 1px solid #eeeeee;
}

.playerTb tbody tr:nth-child(2n) {
  background: #fafafa;
}

.playerTb thead th:nth-child(1),
.playerTb thead th:nth-child(2),
.playerTb thead th:nth-child(3),
.playerTb thead th:nth-child(8) {
  text-align: left;
  padding-left: 10px;
}

.playerTb thead th:nth-child(4),
.playerTb thead th:nth-child(5),
.playerTb thead th:nth-child(6),
.playerTb thead th:nth-child(7) {
  text-align: center;
  padding-left: 10px;
}

.playerTb thead th:last-child {
  text-align: right;
  padding-right: 10px;
}

.playerTb tbody td:nth-child(1),
.playerTb tbody td:nth-child(2),
.playerTb tbody td:nth-child(3),
.playerTb tbody td:nth-child(8) {
  text-align: left;
  padding-left: 10px;
  line-height: 42px;
}

.playerTb tbody td:nth-child(4),
.playerTb tbody td:nth-child(5),
.playerTb tbody td:nth-child(6),
.playerTb tbody td:nth-child(7) {
  text-align: center;
  padding-left: 10px;
}

.playerTb tbody td:last-child {
  text-align: right;
  padding-right: 10px;
}

/* 3 */
.topBox {
}

.information_content {
  padding: 16px;
}

.information_content div {
  display: block;
}

.information_content div.rightContent {
  display: grid;
}

.information_content .infoliIn {
  width: 100%;
}

.information_content img {
  width: 208px;
  height: 125px;
}

.information_content img:hover {
  transition: all 0.5s;
  transform: scale(1.2);
}

.rightContent h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
}

.information_content a:hover .rightContent h5 {
}

.information_content .rightContent .contentAll {
  white-space: wrap;
  font-size: 14px;
  color: #999999;
  height: auto;
}

.information_content .rightContent .content_foot {
  display: flex;
  justify-content: space-between;
}

.information_content .rightContent .content_foot span {
  font-size: 12px;
  color: #999999;
}

.topTb,
.jftable,
.topTb1,
.topTb2 {
  width: 100%;
  border: 1px solid #ededed;
  border-collapse: collapse;
  background-color: #fff !important;
}

.topTb tr,
.jftable tr,
.topTb1 tr,
.topTb2 tr {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400 !important;
}

.topTb th,
.topTb td,
.jftable th,
.jftable td,
.topTb1 th,
.topTb1 td,
.topTb2 td,
.topTb2 th {
  border-right: 1px solid #e5e5e5;
}

.topTb tbody td:nth-child(2) {
  justify-content: center;
}

.topTb img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.topTb thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.topTb thead tr:nth-child(2) {
  height: 52px;
}

/* .topTb thead tr:nth-child(1) th:nth-child(1) {
    width: 246px;
  }

  .topTb thead tr:nth-child(1) th:nth-child(2) {
    width: 303px;
    justify-content: center;
  }

  .topTb thead tr:nth-child(1) th:nth-child(3) {
    width: 306px;
  } */

.topTb tbody td {
  height: 46px;
}

.topTb tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  color: #fff;
}

/* è”èµ› */
.dttit img {
  width: 80px;
  margin-right: 30px;
}

.dttit h1 {
  font-size: 24px;
  color: #6f6f6f;
}

.jfswitch {
  width: 140px;
  background: #f7f7f7;
  float: left;
  padding: 2px 0;
}

.jfswitch li {
  height: 44px;
  width: 100%;
  line-height: 44px;
  text-align: center;
}

.leftLine {
  position: relative;
}

.leftLine::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jfswitch li:hover {
  background: #fff;
}

/* table */

.jftable thead tr th:nth-child(1) {
  width: 54px;
}

.jftable thead tr th:nth-child(2) {
  width: 150px;
}

.jftable thead tr th:nth-child(3) {
  width: 54px;
}

.jftable thead tr th:nth-child(4) {
  width: 54px;
}

.jftable thead tr th:nth-child(5) {
  width: 54px;
}

.jftable thead tr th:nth-child(6) {
  width: 54px;
}

.jftable thead tr th:nth-child(7) {
  width: 54px;
}

.jftable thead tr th:nth-child(8) {
  width: 54px;
}

.jftable thead tr th:nth-child(9) {
  width: 54px;
}

.jftable thead tr th:nth-child(10) {
  width: 54px;
}

.jftable thead tr th:nth-child(11) {
  width: 54px;
}

.jftable thead tr th:nth-child(12) {
  width: 54px;
}

.jftable thead tr th:nth-child(13) {
  width: 54px;
}

.jftable {
  width: 830px;
  float: left;
}

.jftable img {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.jftable thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.jftable thead tr:nth-child(2) {
  height: 44px;
  text-align: center;
}

.jftable tbody tr td {
  height: 40px;
}

.jftable tbody tr td:nth-child(2) {
  line-height: 40px;
  justify-content: center;
}

.jftable tbody tr:hover {
  background: #e8e8e8;
}

.jftable tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.topTb1 thead tr:nth-child(1),
.topTb2 thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.topTb1 thead tr:nth-child(2) {
  height: 52px;
}

.topTb1 tbody tr td,
.topTb2 tbody tr td {
  height: 48px;
}

.topTb1 img,
.topTb2 img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.topTb1 tbody tr:hover,
.topTb2 tbody tr:hover {
  background: #e8e8e8;
}

.topTb1 thead tr:nth-child(1) th {
  width: 238px;
}

.topTb1 thead tr th:nth-child(2) {
  width: 600px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(1) {
  width: 238px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(2) {
  width: 357px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(3) {
  width: 357px;
}

.topTb1 tbody tr:nth-child(-n + 3) td:nth-child(1) span,
.topTb2 tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.teamplayerSwitch,
.teamplayerSwitch2,
.teamplayerSwitch3 {
  display: flex !important;
}

.teamplayerSwitch li,
.teamplayerSwitch2 li,
.teamplayerSwitch3 li {
  width: 112px;
  height: 36px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 4px;
}

.teamplayerSwitch2 {
  padding-left: 17px;
}

.teamplayerSwitch2 li {
  position: relative;
  border: none;
}

.teamplayerSwitch2 > li > div {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dce1e6;
  transform: skewX(-45deg);
}

.teamplayerSwitch2 li span {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
}

.teamplayerSwitch li:hover,
.teamplayerSwitch3 li:hover,
.teamplayerSwitch2 li:hover > div {
  border: 1px solid var(--c1);
  color: #fff;
  background: var(--c1);
}

.teamplayerSwitch2 li:hover {
  color: #ffffff;
}

.teamplayerSwitch li.ActBgcolor3,
.teamplayerSwitch3 li.ActBgcolor3 {
  border: 1px solid var(--c1);
  color: #fff;
  background: var(--c1);
}

.teamplayerSwitch2 li.ActBgcolor3 {
  color: #fff;
}
.teamplayerSwitch2 li.ActBgcolor3 div {
  color: #fff;
  background: var(--c1);
}

.teamplayerSwitch9 {
  flex-wrap: wrap;
}

.teamplayerSwitch9 li {
  margin-bottom: 10px;
}

.teamplayerSwitch9 li:last-child {
  margin-bottom: 0;
}

.layuiTableline td a {
  display: flex;
  align-items: center;
}

.layuiTableline img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  object-fit: contain;
}

.layui-table td,
.layui-table th {
  text-align: center;
}

.layui_table4 td,
.layui_table4 th {
  text-align: left;
}

.layui_table4 td:first-child,
.layui_table4 th:first-child,
.layui_table4 td:last-child,
.layui_table4 th:last-child {
  text-align: center;
}

.layui_table4 td:nth-child(2),
.layui_table4 th:nth-child(2),
.layui_table4 td:nth-child(3),
.layui_table4 th:nth-child(3) {
  padding-left: 120px;
}

.layui_table3 td:nth-child(2),
.layui_table3 th:nth-child(2) {
  max-width: 150px;
  text-align: left;
}

.layui_table2 td:nth-child(2),
.layui_table2 th:nth-child(2) {
  padding-left: 350px;
  text-align: left;
}

.layui_table5 td:nth-child(2),
.layui_table5 th:nth-child(2) {
  padding-left: 230px;
  text-align: left;
}

.layui_table6 td:nth-child(2),
.layui_table6 th:nth-child(2) {
  max-width: 170px;
  text-align: left;
}

.layui_table6 td:last-child,
.layui_table6 th:last-child {
  max-width: 130px;
  text-align: right;
}

.layui_table7 td:nth-child(1),
.layui_table7 th:nth-child(1) {
  width: 170px;
  max-width: 170px;
  text-align: left;
}

.layui_table7 td,
.layui_table7 th {
  padding-left: 5px;
  padding-right: 5px;
}

.layui_table7 td:first-child,
.layui_table7 th:first-child {
  padding-left: 10px;
}

.layui_table7 td:last-child,
.layui_table7 th:last-child {
  padding-right: 10px;
}

.a_content {
  display: flex;
}

.leftImg,
.rightContent {
  display: inline-block;
}

.leftImg img:hover {
  transition: all 0.5s;
  transform: scale(1.2);
}

.rightContent {
  display: grid;
}

.rightContent p {
  height: 80px;
}

.right_tab {
  justify-content: flex-start;
}

.right_tab div {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 20px;
}

.right_tab2 .titSwitch:nth-child(2) {
  display: flex;
  align-items: end;
}

.right_tab2 .titSwitch:nth-child(2) a {
  color: #999999;
}

.right_tab2 {
  padding-left: 10px;
}

.right_tab2 .bot_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #dce1e6;
}

.list_content2 .dtswitch2 {
  height: 34px;
  padding: 0 30px;
  justify-content: space-around;
}

.list_content2 .dtswitch2 li {
  margin-right: 0;
  padding: 0 8px;
  height: 34px;
  display: block;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.list_content2 .dtswitch2 li.dtswitchclick {
  font-weight: 500;
  color: #4fb0ff;
  border-bottom: 1px solid #4fb0ff;
}

.Tab_titSwitch {
  padding-left: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Tab_titSwitch div {
  width: 140px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.Tab_titSwitch div.clicktab {
  color: #ffffff;
}

.right_content .jfTeamtit {
  padding-bottom: 8px;
  border-bottom: 1px solid #dce1e6;
}

.right_jfTeamtit {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce1e6;
}

.right_jfTeamtit li:nth-child(1) {
  text-align: left;
  width: 20%;
}

.right_jfTeamtit li:nth-child(2) {
  width: 30%;
}

.right_jfTeamtit li:nth-child(3) {
  width: 30%;
}

.right_jfTeamtit li:nth-child(4) {
  width: 20%;
  text-align: right;
  font-weight: 400;
}

.right_jfpbt li:nth-child(1),
.jfpbt_jfTeam li:nth-child(1) {
  width: 18%;
}

.right_jfpbt li:nth-child(2),
.jfpbt_jfTeam li:nth-child(2) {
  width: 35%;
}

.right_jfpbt li:nth-child(3),
.jfpbt_jfTeam li:nth-child(3) {
  width: 15%;
}

.right_jfpbt li:nth-child(4),
.jfpbt_jfTeam li:nth-child(4) {
  width: 15%;
}

.right_jfpbt li:nth-child(5),
.jfpbt_jfTeam li:nth-child(5) {
  width: 17%;
}

.jfTeam2 li:nth-child(1) {
  width: 20%;
}

.jfTeam2 li:nth-child(2) {
  width: 30%;
}

.jfTeam2 li:nth-child(3) {
  width: 30%;
  text-align: center;
}

.jfTeam2 li:nth-child(4) {
  width: 20%;
  text-align: right;
}

.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
  color: #f21646;
}
.infoBox > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.infoBox img {
  width: 192px;
  height: 108px;
  margin-right: 14px;
}

.infoli {
  color: #999;
}

.infoliIn a > div > span {
  display: inline-block;
  color: #999;
}

.infoliIn {
  width: 510px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 20px;
  padding-bottom: 20px;
}
.infoli:first-child .infoliIn {
  margin-top: 0;
}
.infoli:last-child .infoliIn {
  border: none;
}
.infoliIn p {
  height: 80px;
  color: #1d2029;
}

.infoliIn:hover a > div > p {
  color: #000;
  text-decoration: underline;
}

.Redlabel a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #333;
  max-width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Redlabel a.clicklabel,
.Redlabel a:hover {
  border: 1px solid var(--c1);
  color: #fff;
  background: var(--c1);
}

.area-resulit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.area-resulit div:nth-child(1) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  border: 1px solid var(--c1);
  cursor: pointer;
  margin-right: 3px;
}
.area-resulit div:nth-child(2) {
  color: #999;
  font-size: 14px;
}

.area-resulit div img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.entry-page {
  margin-top: 20px;
  overflow: hidden;
}
.entry-page div {
  box-sizing: border-box;
}
.entry-page-next,
.entry-page-prev {
  position: relative;
  width: 49%;
  padding: 60px 15px 10px;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}
.entry-page-next:before,
.entry-page-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.entry-page-next i img,
.entry-page-prev i img {
  width: 13px;
  height: 11px;
  vertical-align: middle;
}
.entry-page-next a,
.entry-page-prev a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}
.entry-page-next a span,
.entry-page-prev a span {
  display: block;
  padding: 10px 15px 0;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.entry-page-next .entry-page-info,
.entry-page-prev .entry-page-info {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.entry-page-prev {
  float: left;
}
.entry-page-next {
  float: right;
}
.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background-color: #f1f3f5;
}

.content_dataheader {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.ActBrcolor {
  color: #333 !important;
}

.dtswitch li {
  position: relative;
}
.dtswitch li::after {
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/undeline-icon.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: none;
  width: 23px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.dtswitch li.ActBrcolor::after {
  display: block;
}

/* 视频集锦 */
.mainlist {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  padding-top: 10px;
  border-radius: 0 0 4px 4px;
}

.sec-panel-body > .post-loop-card {
  margin-top: 0;
}
.post-loop-card {
  display: flex;
  margin: -10px -10px 10px;
  flex-wrap: wrap;
}
.post-loop-card .item {
  width: 33.33%;
  padding: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.post-loop-card .item :nth-child(1),
.post-loop-card .item :nth-child(2),
.post-loop-card .item :nth-child(3) {
  padding-top: 0;
}
.post-loop-card .item-inner,
.post-loop-image .item-inner,
.post-loop-masonry .item-inner {
  background: var(--theme-el-bg-color);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 hsla(var(--theme-color-hsl), 0.3);
  transition: all 0.2s ease-out 0s;
}

.post-loop-card .item-inner:hover {
  box-shadow: 0 2px 10px 3px hsla(var(--theme-color-hsl), 0.15);
  transform: translateY(-3px);
  transition: all 0.2s ease-in 0s;
}

.post-loop-card.cols-2 .item {
  width: calc(100% / 3);
}

.post-loop-card .item-img .item-category {
  position: absolute;
  left: 10px;
  top: 15px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

.post-loop-card .item-img .item-category:hover {
  color: #fff;
  text-decoration: none;
  background: var(--c1);
}
.post-loop-card .item-title {
  margin: 0;
}
.post-loop-card .item-meta {
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  font-size: 12px;
  color: var(--theme-light-color);
}
.post-loop-card .item-meta-left {
  white-space: nowrap;
}
.post-loop-card .item-meta-right {
  flex-shrink: 0;
}
.post-loop-card .item-meta-li {
  margin-left: 5px;
  color: var(--theme-light-color);
}
.post-loop-card .item-meta-li .wi {
  font-size: 14px;
  margin-right: 2px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.wpcom-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  display: inline-block;
}

.post-loop-card .item-meta-li.a {
  text-decoration: none;
}
.post-loop-card .item-inner {
  position: relative;
}

.post-loop-card .item-inner:before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
.post-loop-card .item-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-loop-card .item-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  content: "";
  transition: all 0.3s ease 0s;
}

.post-loop-card .item-wrap {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  box-sizing: border-box;
}
.post-loop-card .item-wrap:hover {
  text-decoration: none;
}
.post-loop-card .item-title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-loop-card .item-title {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-height: 44px;
  padding: 0 15px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.post-loop-card .item-meta {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  opacity: 0.95;
}
.post-loop-card .item-meta-li {
  color: #fff;
}

/* 集锦详情 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.videomain {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  padding-top: 0;
  padding: 17px;
  padding: 0 10px;
  border: 1px solid var(--c9);
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.videomain::after,
.videomain::before {
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  width: 10px;
  height: 10px;
}
.videomain::before {
  left: -1px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/module-icon-left.jpg) no-repeat;
}

.videomain::after {
  right: -1px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/module-icon-right.jpg) no-repeat;
}

.lxtitle {
  color: #333;
  font-size: 26px;
  width: 100%;
  margin-bottom: 11px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  clear: both;
}
.shipin_video {
  width: 848px;
  height: 608px;
  background: #000;
  text-align: center;
}
.shipin_video .backimg {
  width: 100%;
  height: 100%;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/qd.png) no-repeat;
}
.shipin_video .videoico {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.videoico img {
  width: 25px;
  height: 25px;
}

.luxianglb {
  width: 330px;
  height: 608px;
  overflow: hidden;
  background: #232222;
}

.luxianglb_title {
  text-align: center;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  border-bottom: 2px #3c3c3c solid;
}
.bssm_pl {
  background: #fff;
  border-radius: 4px;
}

.bsshuming {
  overflow: hidden;
  margin-top: 12px;
  padding: 17px 12px;
}

.bssm_bt {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.bssm_xx {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.bssm_xx span {
  color: #333;
  font-weight: 700;
}

.bssm_xx a {
  color: #e60640;
}

.bssm_xx a:hover {
  color: #9f5dfe;
}

.bssm_xx cite {
  color: #333;
  padding: 0 5px;
}
.xg_duansp {
  padding-bottom: 10px;
}

.xg_duansp li {
  background: #434343;
  padding: 5px 8px;
  border-radius: 6px;
  color: #ccc;
  margin: 5px 2px 5px 7px;
  overflow: hidden;
}

.xg_duansp li a {
  color: #ccc;
}

.xg_duansp li a:hover {
  color: #009cff;
}

.xg_duansp h5 {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.xg_duansp li.dspselect a {
  color: #009cff;
}

.xg_duansp li.dspselect {
  color: #009cff;
}

.xgdsp_img {
  width: 130px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
}

.xgdsp_img img {
  width: 130px;
  height: 75px;
}

.xgdsp_title {
  width: 154px;
  padding-left: 10px;
}
.dqdsp {
  padding-top: 5px;
}

.dqdsp li {
  background: #434343;
  padding: 5px 8px;
  border-radius: 6px;
  color: #ccc;
  margin: 5px 2px 5px 7px;
  overflow: hidden;
}

.dqdsp li a {
  color: #ccc;
}

.dqdsp li a:hover {
  color: #009cff;
}

.dqdsp h5 {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.dqdsp li.dspselect a {
  color: #009cff;
}

.dqdsp li.dspselect {
  color: #009cff;
}
.bssm_xx_dsp {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
}

.bssm_xx_dsp span {
  color: #333;
  font-weight: 700;
}

.bssm_xx_dsp a {
  color: #e60640;
}

.bssm_xx_dsp a:hover {
  color: var(--c7);
}

.bssm_xx_dsp cite {
  color: #333;
  padding: 0 5px;
}
.spgjc {
  float: left;
  height: 30px;
  line-height: 30px;
}

.spgjc li {
  float: left;
}

.spgjc a {
  padding: 0 15px;
  background: #ededed;
  margin: 0 10px;
  display: inline-block;
  border-radius: 30px;
  min-width: 40px;
  text-align: center;
  color: #333;
}
.zdh_enu_unt .max-btn {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/max-btn.png);
  top: -40px;
  right: 6px;
  cursor: pointer;
  z-index: 999;
  background-size: 100% 100%;
}

.zdh_enu_unt {
  position: relative;
}
.videosroll {
  height: 460px;
  overflow-y: scroll;
}
.videosroll::-webkit-scrollbar {
  display: none;
}


/*球队详情*/
.leftBox {
  width: 890px;
}
.rightBox {
  width: 300px;
}
.dtInfo2 {
  color: #333;
  height: 135px;
  display: grid;
  grid-template-columns: 316px 550px;
  grid-template-rows: repeat(2, 101px);
  padding: 17px 16px;
}
.brief_intro_content {
  padding: 0 22px;
  padding-bottom: 18px;
}

.brief_intro_content p {
  font-size: 14px;
  color: #555555;
}

.dtInfo2 li {
  display: flex;
  margin-bottom: 12px;
}
.bcgFFF {
  background-color: #fff !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dtInfo2 .dtInfo_leftImg {
  border-right: 1px solid #DCE1E6;
  display: flex;
  padding-right: 25px;
}

.dtInfo2 .Imgcontent {
  width: 100px;
  margin-right: 20px;

}

.dtInfo2 .Imgcontent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dtInfo2 .right_Title {
  display: grid;
}

.dtInfo2 .right_Title h4 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  display:flex;
  align-items: center;
}

.dtInfo2 .right_Title p {
  font-size: 20px;
  font-weight: 500;
  color: #555555;
  display:flex;
  align-items: center;
}

.dtInfo2 .dtInfo_rightcontent {

  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px;
  padding-right: 10px;
}

.dtInfo2 .dtInfo_rightcontent div {
  display: inline-block;
  margin-right: 20px;
}

.dtInfo2 .dtInfo_rightcontent div:nth-child(3n) {
  margin-right: 0;
}

.dtInfo2 .dtInfo_rightcontent p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.dtInfo2 .dtInfo_rightcontent div span {
  display: inline-block;
  margin-right: 12px;
  color: #000000;
}

.dtInfo span,
.dtInfo2 span {
  color: #999;
}
.rightpadd{

  padding:10px
}
.title {
  font-size: 18px;
  height: 24px;
  display: flex;
  padding-left: 16px;
  align-items: center;
  position: relative;
}
.right_tab2 {
  padding-left: 10px;
}

.right_tab2 .bot_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #DCE1E6;
}
.flexJ {
  display: flex;
  justify-content: space-between;
}
.title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 22px;
  left: -10px;
  background: var(--c1);
}
.titSwitch {
  font-size: 14px;
  color: #707070;
}
.titSwitch span {
  cursor: pointer;
}
.ActFWtcolor {
  color: var(--c1) !important;
  font-weight: 600;
}
.right_tab2 .titSwitch:nth-child(2) {
  display: flex;
  align-items: end;
}

.right_tab2 .titSwitch:nth-child(2) a {
  color: #999999;

}
.jfTeamtit {
  display: flex;
  padding-top: 10px;
}

/*.jfTeamtit li:nth-child(1) {*/
/*  width: 14%;*/
/*}*/

/*.jfTeamtit li:nth-child(2) {*/
/*  width: 36%;*/
/*}*/

/*.jfTeamtit li:nth-child(3) {*/
/*  width: 36%;*/
/*}*/

/*.jfTeamtit li:nth-child(4) {*/
/*  width: 14%;*/
/*  font-weight: 600;*/
/*}*/
.right_content .jfTeamtit {
  padding-bottom: 8px;
  border-bottom: 1px solid #DCE1E6;
}
.jfrankTeam li {
  height: 38px;
}

.jfFCon .jfrankTeam li:nth-child(-n + 3) .jfTeam li:nth-child(1) p {
  background-color: var(--c1);
  color: #fff;
}

.jfBCon .jfrankTeam li:nth-child(-n + 3) .jfTeam li:nth-child(1) p {
  background-color: #4fb0ff;
  color: #fff;
}
.jfTeam {
  display: flex;
  align-items: center;
  height: 38px;
}

.jfTeam:hover {
  background-color: #f1f3f5;
  color: var(--c1);
}

.jfTeam>li {
  line-height: 38px;
}

.jfTeam>li:first-child {
  display: flex;
  align-items: center;
}

.jfTeam li p {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

/*.jfTeam li:nth-child(1) {*/
/*  width: 14%;*/
/*}*/

/*.jfTeam li:nth-child(2) {*/
/*  width: 36%;*/
/*}*/

/*.jfTeam li:nth-child(3) {*/
/*  width: 36%;*/
/*}*/

/*.jfTeam li:nth-child(4) {*/
/*  width: 14%;*/
/*}*/
.ActFtcolor {
  color: var(--c1) !important;
}
.leftLine {
  position: relative;
  background-color: #fff !important;
  color: var(--c1) !important;
}
.leftLine {
  position: relative;
}

.leftLine::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  background: var(--c1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*移动端球队详情*/
.lviDate {
  height: 0.27rem;
  line-height: 0.27rem;
  padding-left: 0.1rem;
  font-size: 0.12rem;
  color: #909090;
}
.lviTime p {
  color: #1e1e1e;
  font-size: 0.12rem;
}

.lviTime span {
  color: #96959a;
  font-size: 0.11rem;
}
.bestTb {
  height: 100%;
  overflow-y: scroll;
}
.lvtTb2 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  vertical-align: middle;
}
.lvtTb2 {
  width: 100%;
  text-align: center;
}

.lvtTb2 thead tr {
  border-bottom: 1px solid #f2f3f5;
}

.lvtTb2 th {
  font-weight: normal;
  height: 0.41rem;
  line-height: 0.41rem;
  display: inline-block;
}

.lvtTb2 td {
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  border-bottom:none
}

.lvtTb2 tbody {
  position: relative;
  display: block;
  height: 3rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.lvtTb2 tbody tr{
  border-bottom: 1px solid #f2f3f5;
}
.lvtTb2 tr{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.lvtTb2 th:nth-child(1),.lvtTb2 td:nth-child(1){
  width: 0.3rem;
}
.lvtTb2 th:nth-child(2),.lvtTb2 td:nth-child(2){
  width: 60%;
}
.lvtTb2 th:nth-child(3),.lvtTb2 td:nth-child(3){
  width: 20%;
}
.lvtTb2 {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .post-loop-card .item-inner:hover {
    box-shadow: 0 0 1px 0 hsla(var(--theme-color-hsl), 0.3);
    transform: none;
  }
  .post-loop-card.cols-2 .item {
    width: calc(100% / 2);
    padding: 5px;
  }
  .post-loop-card .item-title {
    font-size: 0.14rem;
    -webkit-line-clamp: 1;
  }
  .post-loop-card .item-meta {
    font-size: 0.12rem;
  }
  .post-loop-card .item-wrap {
    padding: 0.05rem;
  }
  .post-loop-card .item-img .item-category {
    top: 10px;
  }
  .post-loop-card .item-title {
    bottom: 25px;
  }
  .post-loop-card .item-meta {
    bottom: 5px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1340px) {
  .header-content {
    width: 1000px;
  }

  .az-header-container .header-bg {
    min-width: 1000px;
  }

  .az-container .az-main {
    width: 1000px;
  }

  .az-container .az-main-left {
    width: 685px;
  }

  .team-list {
    padding: 0 13px 20px;
  }

  .team-list .team-list-item {
    width: 154px;
    height: 160px;
  }

  .player-list {
    padding-left: 11px;
  }

  .player-list .player-list-item {
    width: 320px;
    padding: 0 10px;
    margin: 10px 5px 0;
  }

  .player-list .player-position {
    margin-left: 15px;
  }

  .player-list .player-team {
    margin-left: 15px;
  }

  .home-page .az-main-left {
    width: 212px;
  }

  .home-page .az-main-middle {
    width: 462px;
    padding-top: 222px;
  }

  .home-page .home-banner {
    width: 462px;
  }

  .home-page .home-banner .img {
    height: 210px;
  }

  .home-article-list .article-item.textAndImg .article-title {
    line-height: 18px;
  }

  .commonDetail-page .commonDetail-intro {
    padding-left: 20px;
  }

  .commonDetail-page .commonDetail-intro.team-intro .intro-name {
    font-size: 16px;
  }

  .commonDetail-page .commonDetail-intro.team-intro .intro-content-block {
    width: 380px;
    height: 250px;
  }

  .commonDetail-page .commonDetail-intro .intro-content-block {
    width: 512px;
  }

  .commonDetail-page .commonDetail-content {
    padding: 0 20px;
  }

  .commonDetail-page .commonDetail-module-tabs {
    padding: 30px 0 10px;
  }

  .commonDetail-page .l-m-history-match .score {
    width: 60px;
  }

  .commonDetail-page .l-m-skill-intro .item {
    width: 316px;
    height: 160px;
  }

  .commonDetail-page .l-m-skill-intro .content {
    height: 100px;
  }

  .commonDetail-page .l-m-hero-skin .hero-skin-block {
    width: 670px;
  }

  .commonDetail-page .l-m-hero-skin .item {
    margin: 0 9px 9px 0;
  }

  .commonDetail-page .l-m-history-match-details .team-l,
  .commonDetail-page .l-m-history-match-details .team-r {
    width: 40px;
  }

  .commonDetail-page .l-m-history-match-details .name {
    width: 90px;
  }

  .commonDetail-page .l-m-hero-player .item {
    margin-left: 32px;
  }

  .aboutUs-page .az-main-left {
    width: 100%;
  }

  .match-list .match-list-item {
    width: 310px;
  }

  .game-link .game-time-name {
    width: 170px;
  }

  .game-link .game-time {
    width: 56px;
  }

  .game-link .game-name {
    width: 80px;
  }

  .teams-detail-infos .team-name {
    width: 140px;
  }

  .teams-intros-wrapper .teams-intros {
    padding: 0 28px;
  }

  .game-detail-articles .module-title-block {
    margin: 0 28px;
  }

  .game-detail-articles .home-article-list {
    padding: 0 28px;
  }

  .hero-list {
    padding-left: 1px;
  }

  .hero-list .hero-list-item {
    width: 154px;
    height: 162px;
    margin-left: 13px;
  }
  .rightData {
    width: 790px;
  }

  .recentliveOl > li:nth-child(3) {
    width: 450px;
  }

  .recentliveOl > li:first-child,
  .recentliveOl > li:last-child {
    margin-right: 20px;
  }

  .recentliveOl > li:nth-child(2) {
    width: 110px;
    margin-right: 40px;
  }

  .recentliveOlTeam {
    margin-right: 50px;
  }

  .recentliveOlTeam > div:nth-child(1),
  .recentliveOlTeam > div:nth-child(3) {
    width: 125px;
  }

  .recentliveOlTeam img {
    width: 25px;
  }

  .recentliveOl > li:last-child {
    width: 60px;
  }

  .layui_table2 td:nth-child(2),
  .layui_table2 th:nth-child(2) {
    padding-left: 250px;
  }

  .shipin_video {
    width: 720px;
  }
  .luxianglb {
    width: 248px;
  }
  .xgdsp_img,
  .xgdsp_img img {
    width: 100px;
    height: 55px;
  }
  .xgdsp_title {
    width: 120px;
  }
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 37.5px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 320px) {
  html {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 360px) {
  html {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 375px) {
  html {
    font-size: 37.5px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 384px) {
  html {
    font-size: 38.4px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 400px) {
  html {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 412px) {
  html {
    font-size: 41.2px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 414px) {
  html {
    font-size: 41.4px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 480px) {
  html {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 76.8px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 1024px) {
  html {
    font-size: 102.4px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 1024px) {
  html {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    background: #f2f2f2;
  }

  .az-header {
    height: 1.4933333333rem;
  }

  .az-header-container {
    height: 1.4933333333rem;
    padding: 0 0.2666666667rem;
    background: var(--c1);
  }

  .az-header-container .header-bg {
    display: none;
  }

  .header-content {
    width: 100%;
  }

  .header-content .index-nav {
    position: absolute;
    top: 1.4933333333rem;
    right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1.52rem;
    width:auto;
    height: auto;
    padding: 0.08rem 0.0266666667rem;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 5px -1px #222631;
    box-shadow: 0 0 5px -1px #222631;
    background: var(--c8)

  }

  .header-content .index-nav .index-nav-item {
    width: 100%;
    height: 0.64rem;
    padding: 0;
    border-top: 1px solid #5b5e64;
    font-size: 0.2933333333rem;
    color: #fefefe;
  }

  .header-content .index-nav .index-nav-item:first-child {
    border-top: 0;
  }

  .header-content .index-nav:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0.2133333333rem;
    border: 6px solid transparent;
    border-bottom-color: #4a4d54;
  }

  .header-content .header-l img {
    display: block;
    width: 2.4rem;
  }

  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.8266666667rem;
  }

  .header-search .txt-search {
    width: 3.8666666667rem;
    height: 0.8266666667rem;
    padding-left: 0.32rem;
    padding-right: 0.72rem;
    font-size: 0.2933333333rem;
  }

  .header-search .icon-search {
    right: 0.2133333333rem;
    width: 0.4266666667rem;
    height: 0.4266666667rem;
    line-height: 0.4266666667rem;
    margin-top: -0.2133333333rem;
    background-size: 0.4266666667rem 0.4266666667rem;
  }

  .header-menu {
    display: inline-block;
    width: 0.96rem;
    height: 0.96rem;
    margin-left: 0.16rem;
    border-radius: 50%;
  }

  .header-menu-black {
    background: url(../images/header-menu-icon-black.png) rgb(255 255 255 / 20%) no-repeat center/100% 100%;
  }

  .header-menu-red {

    background:url(../images/header-menu-icon-red.png) rgb(255 255 255 / 80%) no-repeat center/80% 80%;
  }

  .header-menu-green {
    background: url(../images/header-menu-icon-green.png) rgb(255 255 255 / 80%) no-repeat center/80% 80%;
  }

  .az-footer {
    min-width: 100%;
  }

  .friendly-links {
    padding: 0.2666666667rem 0;
    font-size: 0.32rem;
  }

  .friendly-links .friendly-title {
    color: #333;
  }

  .friendly-links .friendly-link-item {
    height: auto;
    padding: 0 0.2666666667rem;
  }

  .friendly-links .friendly-link-item::after {
    width: 0.0133333333rem;
  }

  .footer-container {
    height:auto;
    padding:0.2rem 0;
    font-size: 0.32rem;
    color: var(--c3);
  }
  .footer-container .link-list{
    flex-wrap: wrap;
  }
  .footer-container .link-list .link-item{
    white-space: nowrap;
  }
  .footer-container .beian,
  .footer-container .copy-right {
    margin-top: 0.1333333333rem;
  }

  .public-pagination-container .m-hide {
    display: none;
  }

  .public-pagination-container .pagination-item {
    min-width: 0.7466666667rem;
    height: 0.7466666667rem;
    line-height: 0.7466666667rem;
    border-radius: 0.7466666667rem;
    margin-right: 0.24rem;
    font-size: 0.3466666667rem;
  }

  .public-pagination-container .special-item {
    width: 1.4933333333rem;
    height: 0.7466666667rem;
    line-height: 0.7466666667rem;
  }

  .common-bread-crumb {
    padding: 0 0.2666666667rem;
    font-size: 0.2666666667rem;
    color: #999;
    background: #f2f2f2;
    height: 0.6666666667rem;
  }

  .common-bread-crumb .current,
  .common-bread-crumb .link {
    color: #999;
    margin: 0;
  }

  .common-bread-crumb .current {
    text-decoration: none;
  }

  .public-module-title {
    padding: 0 0.2666666667rem;
    border: 0;
    border-bottom: 0.0133333333rem solid #f0f0ff;
  }

  .public-module-title::after,
  .public-module-title::before {
    display: none;
  }

  .public-module-title .module-title-block {
    height: 0.8rem;
    border-bottom: 0;
  }

  .public-module-title .module-title-txt {
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding-left: 0.4rem;
  }

  .public-module-title .module-title-more {
    font-size: 0.2666666667rem;
  }

  .public-module-title .predict-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/predict-icon.png);
  }

  .public-module-title .topic-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/topic-icon.png);
  }

  .public-module-title .game-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/game-icon.png);
  }

  .public-module-title .community-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/community-icon.png);
  }

  .public-module-title .publish-article-icon {
    width: 24px;
    height: 22px;
    padding-left: 34px !important;
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/publish-article-icon.png);
  }

  .public-module-title .posts-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/posts-icon.png);
    background-size: 0.32rem 0.32rem;
  }

  .public-module-title .his-post-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/his-post-icon.png);
  }

  .public-module-title .hot-player-icon {
    background-size: 0.2933333333rem 0.3466666667rem;
  }

  .public-module-title .team-icon {
    background-size: 0.2933333333rem 0.3066666667rem;
  }

  .public-module-title .new-match-icon {
    background-size: 0.32rem;
  }

  .public-module-title .hot-match-icon {
    background-size: 0.3466666667rem 0.3466666667rem;
  }

  .public-module-title .news-icon {
    background-size: 0.32rem 0.3733333333rem;
  }

  .public-module-title .video-icon {
    background-size: 0.32rem 0.32rem;
  }

  .public-module-title .history-match-icon {
    background-size: 0.32rem 0.3466666667rem;
  }

  .public-module-title .skin-icon {
    background-size: 0.4rem 0.32rem;
  }

  .public-module-title .score-icon {
    background-size: 0.3733333333rem 0.3733333333rem;
  }

  .public-module-title .skill-icon {
    background-size: 0.3733333333rem 0.2933333333rem;
  }

  .public-module-title .data-icon {
    background-size: 0.3733333333rem 0.3733333333rem;
  }

  .public-module-title .team-member-icon {
    background-size: 0.4rem 0.3466666667rem;
  }

  .public-module-title .team-honor-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/team-honor-icon.png);
  }

  .public-module-title .team-player-icon {
    background-image: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/team-player-icon.png);
  }

  .public-module-title .live-icon {
    background-size: 0.32rem 0.3333333333rem;
  }

  .public-hot-player {
    border: 0;
    padding: 0.2666666667rem 0.2666666667rem 0.2133333333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .public-hot-player .hot-player-item {
    margin-top: 0;
    margin-bottom: 0.1866666667rem;
    width: 4.6133333333rem;
    height: 1.36rem;
    border: 0.0133333333rem solid #f7f8fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f8fa;
    border-radius: 0.1333333333rem;
    padding: 0 0.1333333333rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .public-hot-player .hot-player-item:hover {
    border: 0.0133333333rem solid #bb8bff;
    background-color: #faf7ff;
  }

  .public-hot-player .hot-player-item .info-block {
    width: 1.0666666667rem;
  }

  .public-hot-player .hot-player-item .avatar {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
  }

  .public-hot-player .hot-player-item .name {
    display: block;
    width: 100%;
    line-height: 0.56rem;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.0266666667rem;
  }

  .public-hot-player .hot-player-item .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0.1333333333rem;
    width: 2.0266666667rem;
  }

  .public-hot-player .hot-player-item .country {
    width: 30px;
    height: 22px;
    border-radius: 1px;
    margin-right: 16px;
  }

  .public-hot-player .hot-player-item .position {
    display: block;
    width: auto;
    height: 0.4266666667rem;
    line-height: 0.4266666667rem;
    text-align: center;
    background-color: #e7e2f0;
    font-size: 0.2666666667rem;
    background-color: #e7e2f0;
    border-radius: 0.0666666667rem;
  }

  .public-hot-player .hot-player-item .team {
    width: 0.9333333333rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0;
    font-size: 0.2666666667rem;
    border-radius: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .public-hot-team {
    border: 0;
    padding: 0.2666666667rem 0 0.2133333333rem 0.2666666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .public-hot-team .hot-team-item {
    margin-bottom: 0.1866666667rem;
    margin-right: 0.1866666667rem;
    border: 0.0133333333rem solid #fff;
    background-color: #f7f8fa;
    border-radius: 0.1466666667rem;
    width: 1.76rem;
    height: 1.8933333333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .public-hot-team .hot-team-item:hover {
    border: 0.0133333333rem solid #bb8bff;
    background-color: #faf7ff;
  }

  .public-hot-team .hot-team-item .logo-block {
    height: 0.8533333333rem;
  }

  .public-hot-team .hot-team-item .logo {
    max-width: 0.8533333333rem;
    max-height: 0.8533333333rem;
  }

  .public-hot-team .hot-team-item .name {
    padding-top: 0.2rem;
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 0.32rem;
  }

  .public-new-match {
    border: 0;
    padding: 0.2666666667rem 0 0.4rem 0.2666666667rem;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .public-new-match .new-match-item {
    margin-top: 0;
    margin-right: 0.2666666667rem;
    border: 0.0133333333rem solid #ddd;
    border-radius: 0.1466666667rem;
    padding: 0 0 0.16rem;
    width: 3.8666666667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .public-new-match .new-match-item:active,
  .public-new-match .new-match-item:hover {
    border: 0.0133333333rem solid #bb8bff;
    background-color: #faf7ff;
  }

  .public-new-match .new-match-item .match-name-block {
    padding: 0 0.1333333333rem;
    font-size: 0.24rem;
    height: 0.6666666667rem;
    border-bottom: 0.0133333333rem solid #e9e9e9;
  }

  .public-new-match .new-match-item .match-date,
  .public-new-match .new-match-item .match-name {
    width: auto;
  }

  .public-new-match .new-match-item .match-info {
    padding-top: 0.16rem;
  }

  .public-new-match .new-match-item .match-item {
    width: 1.36rem;
  }

  .public-new-match .new-match-item .match-logo {
    width: 0.72rem;
    height: 0.72rem;
    border: 0.0133333333rem solid #eaeaea;
  }

  .public-new-match .new-match-item .match-code {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.2666666667rem;
  }

  .public-new-match .new-match-item .match-item-vs {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .public-new-match .new-match-item .vs-block {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.4rem;
  }

  .public-new-match .new-match-item .vs-block .end {
    font-size: 0.4rem;
  }

  .public-new-match .new-match-item .vs-block .being {
    font-size: 0.4rem;
  }

  .public-new-match .new-match-item .match-total {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.2666666667rem;
  }

  .public-new-match .new-match-item .font-black {
    color: #333;
  }

  .public-hot-match {
    border: 0;
    padding: 0.2933333333rem 0 0.2rem 0.2666666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .public-hot-match .hot-match-item {
    border-top: 0;
    background-color: #f7f8fa;
    border: 0.0133333333rem solid #f7f8fa;
    padding: 0;
    width: 3.0666666667rem;
    height: 0.96rem;
    border-radius: 0.12rem;
    margin-right: 0.1333333333rem;
    margin-bottom: 0.2133333333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .public-hot-match .hot-match-item:active,
  .public-hot-match .hot-match-item:hover {
    background-color: #faf7ff;
    border: 0.0133333333rem solid #bb8bff;
  }

  .public-hot-match .hot-match-item .logo-block {
    width: auto;
  }

  .public-hot-match .hot-match-item .logo {
    max-width: 0.5866666667rem;
    max-height: 0.5866666667rem;
  }

  .public-hot-match .hot-match-item .name {
    padding-left: 0.1333333333rem;
    width: 2rem;
    font-size: 0.2933333333rem;
  }

  .public-article-list {
    background-color: #fff;
    border: 0;
    padding: 0 0.5333333333rem;
  }

  .public-article-list .article-item {
    border-top: 0.0133333333rem solid #f0f0ff;
    padding: 0.4rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .public-article-list .article-item .cover-block {
    width: 2.5866666667rem;
    height: 2rem;
    border-radius: 0.2666666667rem;
    margin-right: 0;
    margin-left: 0.2666666667rem;
  }

  .public-article-list .article-item .video {
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
  }

  .public-article-list .article-item .cover {
    border-radius: 0.2666666667rem;
  }

  .public-article-list .article-item .title-block {
    line-height: 0;
    -webkit-line-clamp: initial;
  }

  .public-article-list .article-item .title {
    display: block;
    line-height: 0.6666666667rem;
    font-size: 0.3466666667rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .module-mb {
    margin-bottom: 0.2666666667rem;
  }

  .az-container .az-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0.6666666667rem;
    margin-top: 0 !important;
  }

  .az-container .az-main-left {
    width: 100%;
    margin-bottom: 0.2666666667rem;
    border: none;
  }

  .az-container .az-main-left .commonDetail-content .public-module-title {
    padding: 0 0.2666666667rem;
    border: 0;
    border-bottom: 0.0133333333rem solid #f0f0ff;
  }

  .az-container .az-main-left .public-module-title {
    padding: 0 0.2666666667rem;
    border: 0;
    border-bottom: 0.0133333333rem solid #f0f0ff;
  }

  .az-container .az-main-right {
    width: 100%;
  }

  .az-container .home-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .area-selector {
    margin: 0 0.2666666667rem;
    padding-top: 0.08rem;
    padding-bottom: 0.2666666667rem;
    border-bottom: 0;
    height: 1.0666666667rem;
    overflow: hidden;
  }

  .area-selector.area-visible {
    height: auto;
    overflow: auto;
  }

  .area-selector.area-visible .show-area-btn {
    display: none;
  }

  .area-selector.area-visible .hide-area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.7333333333rem;
  }

  .area-selector .area-label {
    margin-right: 0.2666666667rem;
    margin-top: 0.1866666667rem;
    line-height: 0.7466666667rem;
    font-weight: 700;
    font-size: 0.32rem;
  }

  .area-selector .area-link {
    min-width: 1.44rem;
    height: 0.7466666667rem;
    line-height: 0.7466666667rem;
    padding: 0 0.1866666667rem;
    margin-right: 0.1333333333rem;
    margin-top: 0.1866666667rem;
    font-size: 0.32rem;
  }

  .area-selector .show-area-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.6rem;
    height: 0.7466666667rem;
    margin-top: 0.1866666667rem;
    white-space: nowrap;
    font-size: 0.2666666667rem;
    color: #999;
  }

  .area-selector .show-area-btn::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.0533333333rem;
    background: url(../images/double-arrow-down.png) no-repeat center/100% 100%;
  }

  .area-selector .show-area-btn.up::after {
    background: url(../images/double-arrow-up.png) no-repeat center/100% 100%;
  }

  .team-list {
    padding: 0 0.1333333333rem 0.2666666667rem;
  }

  .team-list .team-list-item {
    width: 2.21999999rem;
    height: 1.8666666667rem;
    margin: 0.2133333333rem 0.1066666667rem 0;
  }

  .team-list .team-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.8533333333rem;
    height: 0.8533333333rem;
    border-radius: 0.1333333333rem;
    border: none;
    background: 0 0;
  }

  .team-list .team-name {
    margin-top: 0;
    font-size: 0.32rem;
  }

  .player-list {
    padding-left: 0.16rem;
    padding-top: 0;
    padding-bottom: 0.2666666667rem;
  }

  .player-list .player-list-item {
    width: 4.64rem;
    height: 1.36rem;
    padding: 0 0.1333333333rem;
    margin: 0.2133333333rem 0.1066666667rem 0;
    border-radius: 0.1333333333rem;
  }

  .player-list .player-avatar {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: 0.16rem;
  }

  .player-list .player-name {
    font-weight: 400;
    font-size: 0.32rem;
  }

  .player-list .player-name-country-pos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .player-list .player-country-pos {
    margin-top: 0.1066666667rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .player-list .player-position {
    margin-left: 0;
  }

  .player-list .player-country {
    width: 0.6133333333rem;
    border-radius: 0.08rem;
  }

  .player-list .player-position {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0.7466666667rem;
    height: 0.4266666667rem;
    margin-right: 0.08rem;
    font-size: 0.2666666667rem;
    color: #666;
    background: #e7e2f0;
  }

  .player-list .player-team {
    margin-left: 0;
    width: 1.0666666667rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2666666667rem;
  }

  .home-page .home-main-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0;
    margin-top: 0.2666666667rem;
  }

  .home-page .az-main-left {
    width: 100%;
  }

  .home-page .az-main-left .public-new-match {
    padding: 0.2666666667rem 0 0.4rem 0.2666666667rem;
  }

  .home-page .az-main-left .public-new-match .new-match-item .match-name-block {
    padding: 0 0.1333333333rem;
  }

  .home-page .az-main-left .public-new-match .new-match-item .match-date,
  .home-page .az-main-left .public-new-match .new-match-item .match-name {
    width: auto;
  }

  .home-page .az-main-left .public-new-match .new-match-item .match-item {
    width: 1.36rem;
  }

  .home-page .az-main-left .public-new-match .new-match-item .match-item-vs {
    width: auto;
  }

  .home-page .az-main-middle {
    width: 100%;
    padding-top: 0;
  }

  .home-page .single-banner {
    display: none;
  }

  .home-page .home-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .home-page .home-banner .banner-container {
    width: 100%;
    border-radius: 0;
  }

  .home-page .home-banner .img {
    height: 4.64rem;
    border-radius: 0;
  }

  .home-page .home-banner .swiper-pagination {
    bottom: 0.2666666667rem;
  }

  .home-page .home-banner .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.08rem;
    margin: 0 0.1333333333rem;
  }

  .home-page .home-banner .swiper-pagination-bullet-active {
    width: 0.48rem;
  }

  .home-page .home-title-tabs .module-title-block {
    height: 1.0666666667rem;
  }

  .home-page .home-list-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-page .home-list-tabs .tab-item {
    font-size: 0.3733333333rem;
    margin-right: 0.4rem;
    margin-left: 0.6666666667rem;
  }

  .home-page .home-list-tabs .tab-item::after {
    width: 0.6133333333rem;
    height: 0.1066666667rem;
    bottom: -0.2133333333rem;
    margin-left: -0.3066666667rem;
  }

  .home-page .home-list-tabs .tab-item:active,
  .home-page .home-list-tabs .tab-item:hover {
    color: #333;
  }

  .home-article-list {
    border: 0;
    padding: 0 0.5333333333rem;
  }

  .home-article-list .article-item {
    border-bottom: 0.0133333333rem solid #f0f0ff;
    padding: 0.2666666667rem 0 0.3466666667rem;
  }

  .home-article-list .article-item.textAndImg {
    padding: 0.4rem 0 0.3466666667rem;
  }

  .home-article-list .article-item.textAndImg .article-title {
    line-height: 0.6666666667rem;
    height: 1.25rem;
  }

  .home-article-list .article-item.textAndImg .article-content {
    padding-top: 0.0533333333rem;
    margin-bottom: 0.2666666667rem;
    -webkit-line-clamp: 2;
  }

  .home-article-list .article-item.textAndImg .article-date {
    position: relative;
    left: 0;
    bottom: auto;
  }

  .home-article-list .img-block {
    width: 3.44rem;
    height: 2.6133333333rem;
    border-radius: 0.2666666667rem;
    margin-left: 0.2666666667rem;
  }

  .home-article-list .img-block .img {
    border-radius: 0.2666666667rem;
  }

  .home-article-list .img-block .mins {
    right: 0.1333333333rem;
    bottom: 0.1333333333rem;
    font-size: 0.2666666667rem;
    opacity: 1;
  }

  .home-article-list .img-block .video {
    width: 0.9333333333rem;
    height: 0.9333333333rem;
    margin: -0.4666666667rem 0 0 -0.4666666667rem;
  }

  .home-article-list .article-title {
    font-size: 0.3466666667rem;
    line-height: 0.6666666667rem;
    -webkit-line-clamp: 2;
  }

  .home-article-list .article-title:active,
  .home-article-list .article-title:hover {
    color: #000;
    text-decoration: underline;
  }

  .home-article-list .article-content {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.5866666667rem;
    padding-top: 0.08rem;
    margin-bottom: 0.2133333333rem;
  }

  .home-article-list .article-date {
    font-size: 0.32rem;
    padding-left: 0.4266666667rem;
  }

  .home-article-list .article-date::after {
    width: 0.3466666667rem;
    height: 0.3466666667rem;
    margin: -0.1733333333rem 0 0 0;
  }

  .home-article-list .article-more {
    height: 1.3066666667rem;
    line-height: 1.3066666667rem;
  }

  .home-article-list .article-more .more-block {
    width: 4.0533333333rem;
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
    border-radius: 0.12rem;
    background-color: #f3f3f3;
  }

  .home-article-list .article-more .more {
    padding-right: 0.32rem;
    font-size: 0.2666666667rem;
    color: #999;
  }

  .home-article-list .article-more .more::after {
    content: "";
    background: url(../images/double-arrow-down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin: -0.08rem 0 0 0;
  }

  .article-page .article-content-block {
    padding: 0.32rem 0.32rem 0.2666666667rem;
  }

  .article-page .article-info {
    padding-bottom: 0.32rem;
    border-bottom: 0;
  }

  .article-page .article-title,.article-page .article-title h1 {
    padding-bottom: 0.2666666667rem;
    line-height: 0.56rem;
    font-size: 0.4rem;
    color: #333;
  }
    .article-page .article-title h1{

      padding-bottom:0
    }

  .article-page .article-content h3{
    font-size: 0.4rem;
    padding:0.2rem 0
  }

  .article-page .article-date {
    padding-left: 0.4266666667rem;
    font-size: 0.32rem;
  }

  .article-page .article-date::after {
    width: 0.3466666667rem;
    height: 0.3466666667rem;
    margin: -0.1733333333rem 0 0 0;
  }

  .article-page .article-content {
    padding-top: 0;
    line-height: 0.6133333333rem;
    font-size: 0.3733333333rem;
  }

  .article-page .article-content img {
    margin:0.1rem 0;
    border-radius: 0.4rem;
  }

  .article-page .article-content video {
    border-radius: 0.4rem;
  }

  .match-list {
    padding: 0 0.2933333333rem 0.4rem;
  }

  .match-list .match-list-item {
    width: 100%;
    height: 1.1733333333rem;
    margin-left: 0;
    margin-top: 0.2133333333rem;
    padding: 0 0.16rem;
    border-radius: 0.1333333333rem;
  }

  .match-list .match-name-time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.1333333333rem;
  }

  .match-list .match-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 0.3733333333rem;
  }

  .match-list .match-time {
    margin-top: 0;
    font-size: 0.32rem;
  }

  .match-list .match-icon {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    background: #fff;
  }

  .area-selector-wrapper {
    height: auto;
    border-bottom: 0;
    padding-top: 0.2666666667rem;
    padding-bottom: 0.1333333333rem;
  }

  .area-selector-wrapper .area-selector {
    position: relative;
    -webkit-transform: none;
    transform: none;
    height: 0.7466666667rem;
  }

  .area-selector-wrapper .show-more {
    display: none;
  }

  .area-selector-wrapper .show-area-btn {
    margin-top: 0;
  }

  .area-selector-wrapper .area-visible {
    height: auto;
    padding: 0 0.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .area-selector-wrapper .area-visible .show-area-btn {
    margin-top: 0.2666666667rem;
  }

  .match-header-infos {
    width: 100%;
    height: 2.64rem;
    padding: 0 0.3733333333rem;
    font-size: 0.32rem;
  }

  .match-header-infos .match-icon {
    width: 1.6933333333rem;
    height: 1.6933333333rem;
    border-radius: 0.1866666667rem;
  }

  .match-header-infos .match-name-time {
    margin-left: 0.32rem;
  }

  .match-header-infos .match-name {
    font-size: 0.44rem;
  }

  .match-header-infos .game-name {
    margin-top: 0.1333333333rem;
  }

  .match-header-infos .match-time {
    margin-top: 0;
  }

  .game-wrapper {
    margin-top: 0;
  }

  .game-wrapper .game-tabs {
    height: 1.12rem;
  }

  .game-wrapper .game-tabs-item {
    font-size: 0.2rem;
    color: #333;
    white-space: nowrap;
  }

  .game-wrapper .game-tabs-item.active,
  .game-wrapper .game-tabs-item:hover {
    color: var(--c7);
  }

  .game-wrapper .game-tabs-item.active::after,
  .game-wrapper .game-tabs-item:hover::after {
    bottom: 0;
  }

  .game-wrapper .game-list-item {
    padding: 0 0.24rem;
  }

  .game-wrapper .game-date {
    height: 0.9333333333rem;
    font-weight: 700;
  }

  .game-wrapper .game-date .date-no,
  .game-wrapper .game-date .date-word {
    font-size: 0.4rem;
    color: #333;
  }

  .game-wrapper .game-date .date-word {
    margin-left: 0.1333333333rem;
  }

  .game-link {
    height: 1.84rem;
    margin-top: 0.1866666667rem;
    border-radius: 0.1866666667rem;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
  }

  .game-link .game-time-name {
    width: 1.2rem;
    border-right: 0;
    font-weight: 700;
    color: #333;
  }

  .game-link .game-time {
    width: 1.2rem;
  }

  .game-link .game-teams {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .game-link .game-name {
    display: none;
  }

  .game-link .team-logo {
    width: 0.6933333333rem;
    height: 0.6933333333rem;
  }

  .game-link .team-name {
    width: 1.9733333333rem;
    margin: 0 0.1333333333rem;
    font-size: 0.3466666667rem;
    color: #333;
  }

  .game-link .team-vs-sign {
    width: 0.9066666667rem;
    height: 0.5333333333rem;
    line-height: 0.5333333333rem;
    margin: 0 0.1866666667rem;
  }

  .hot-player-tabs {
    padding: 0.4rem 0.2666666667rem;
  }

  .hot-player-tabs .tab-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.7466666667rem;
    padding: 0 0.1333333333rem;
    margin-right: 0.2666666667rem;
    line-height: 0;
    font-size: 0.32rem;
  }

  .hot-player-tabs .tabs-all {
    display: none;
  }

  .hot-player-tabs .close-tabs,
  .hot-player-tabs .more-icon {
    width: 0.7466666667rem;
    height: 0.6133333333rem;
  }

  .hot-player-tabs .tab-title {
    font-size: 0.32rem;
  }

  .hot-player-tabs .tabs-all {
    padding: 0.4rem 0.2666666667rem;
  }

  .hot-player-tabs .tabs-all .tab-item {
    margin-top: 0.2666666667rem;
  }

  .game-detail-articles .home-article-list {
    padding: 0 0.5333333333rem;
  }

  .game-detail-articles .home-article-list .article-date {
    font-size: 0.32rem;
    padding-left: 0.4266666667rem;
  }

  .game-detail-articles .home-article-list .article-date::after {
    width: 0.3466666667rem;
    height: 0.3466666667rem;
    margin: -0.1733333333rem 0 0 0;
  }

  .game-hot-player {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .game-hot-player:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .teams-detail-infos {
    height: 3.6133333333rem;
    background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/game-detail-m-bg.png) no-repeat center/100% 100%;
  }
  .teams-tag{

    margin-top: 5px;
  }
  .teams-detail-infos .match-infos {
    display: none;
  }

  .teams-detail-infos .team-name-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teams-detail-infos .team-name-logo:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .teams-detail-infos .team-logo {
    width: 1.6rem;
    height: 1.6rem;
  }

  .teams-detail-infos .team-name {
    margin: 0.1333333333rem 0 0;
    font-size: 0.3466666667rem;
    text-align: center;
  }

  .teams-detail-infos .team-sign-time .match-time {
    display: block;
    margin-top: 0.2666666667rem;
  }

  .teams-detail-infos .team-vs-sign {
    width: 1.0666666667rem;
    height: 0.5066666667rem;
    margin: 0;
    line-height: 0.5066666667rem;
    border-radius: 0.5066666667rem;
    font-size: 0.32rem;
  }

  .teams-detail-infos .teams-infos {
    margin-top: 0rem;
  }

  .teams-intros-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    border: none;
  }

  .teams-intros-wrapper .game-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .teams-intros-wrapper .game-tabs-item {
    width: 2.6666666667rem;
    line-height: 0.9333333333rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0.5333333333rem;
    text-align: center;
  }

  .teams-intros-wrapper .game-tabs-item.active::after,
  .teams-intros-wrapper .game-tabs-item:hover::after {
    bottom: 0;
  }

  .teams-intros-wrapper .teams-intros {
    display: none;
    width: 100%;
    padding: 0.2666666667rem 0 0.64rem;
    border-right: 0;
  }

  .teams-intros-wrapper .teams-intros:nth-child(2) {
    display: block;
  }

  .teams-intros-wrapper .team-desc {
    padding-left: 0.5066666667rem;
    padding-right: 0.44rem;
    line-height: 0.5066666667rem;
    font-size: 0.32rem;
    color: #666;
  }

  .teams-intros-wrapper .team-name {
    display: none;
  }

  .team-players-slider {
    height: auto;
    padding-left: 0.48rem;
    padding-right: 0;
    overflow-x: auto;
  }

  .team-players-slider .player-arrow {
    display: none;
  }

  .team-players-slider .player-item {
    width: 1.6rem !important;
    margin-right: 0.1866666667rem !important;
  }

  .team-players-slider .player-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
  }

  .team-players-slider .player-name {
    width: 1.6rem;
    margin-top: 0.1333333333rem;
    font-size: 0.32rem;
    color: #333;
  }

  .match-live-routes .live-route {
    height: 0.9333333333rem;
    line-height: 0.9333333333rem;
    border-radius: 0.16rem;
    font-size: 0.32rem;
    border-color: #f7f8fa;
    background: #f7f8fa;
  }

  .hero-list {
    padding: 0;
    padding-bottom: 0.2666666667rem;
  }

  .hero-list .hero-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 4.6266666667rem;
    height: 1.52rem;
    padding: 0 0.2133333333rem;
    margin-top: 0.2666666667rem;
    margin-left: 0.24rem;
    border-radius: 0.1333333333rem;
  }

  .hero-list .hero-avatar {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    border-radius: 0.1066666667rem;
  }

  .hero-list .hero-name-pos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0.1333333333rem;
  }

  .hero-list .hero-name {
    width: 2.9333333333rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }

  .hero-list .hero-pos {
    height: 0.48rem;
    min-width: 0;
    padding: 0;
    margin-top: 0.08rem;
    border-radius: 0.08rem;
    font-size: 0.2933333333rem;
    color: #666;
    background: #e7e2f0;
  }

  .hero-list .pos-item {
    padding: 0 0.1333333333rem;
  }

  .commonDetail-page .az-main-left {
    background: 0 0;
  }

  .commonDetail-page .commonDetail-intro {
    padding: 0.4rem 0.48rem 0.4533333333rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    border-radius: 0;
    position: relative;
    margin-bottom: 0.2666666667rem;
    background: #fff url(https://www.zuoxiangmu.com/static/home/ercpseo/images/intro-bg.jpg) no-repeat;
    background-size: 100%;
  }

  .commonDetail-page .commonDetail-intro.team-intro {
    height: auto;
  }

  .commonDetail-page .commonDetail-intro.team-intro .intro-content-block {
    width: auto;
    height: auto;
  }

  .commonDetail-page .commonDetail-intro .intro-content-block {
    width: 100%;
    padding: 0 0 0.9333333333rem;
    position: relative;
  }

  .commonDetail-page .commonDetail-intro .intro-content {
    padding: 0.2666666667rem 0 0;
    overflow-y: hidden;
    font-size: 0.2933333333rem;
    line-height: 0.5066666667rem;
    height: auto;
    max-height: 4.7466666667rem;
    width: 100%;
  }

  .commonDetail-page .commonDetail-intro .intro-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .commonDetail-page .commonDetail-intro .intro-left .intro-block {
    display: block;
  }

  .commonDetail-page .commonDetail-intro .intro-block {
    padding-left: 0.2666666667rem;
  }

  .commonDetail-page .commonDetail-intro .intro-info-block {
    display: none;
  }

  .commonDetail-page .commonDetail-intro .intro-team {
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    border: 0;
    border-radius: 0.08rem;
  }

  .commonDetail-page .commonDetail-intro .intro-player {
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    border: 0.0133333333rem solid #e7eaf0;
    border-radius: 50%;
  }

  .commonDetail-page .commonDetail-intro .intro-name {
    font-size: 0.3733333333rem;
    text-align: left;
    line-height: 0.6933333333rem;
    padding-top: 0;
  }

  .commonDetail-page .commonDetail-intro .intro-subname {
    font-size: 0.32rem;
    line-height: 0.5866666667rem;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .commonDetail-page .commonDetail-intro .intro-subname::after {
    display: none;
  }

  .commonDetail-page .commonDetail-intro .intro-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0.2133333333rem;
  }

  .commonDetail-page .commonDetail-intro .intro-nationality {
    width: 0.7733333333rem;
    height: 0.48rem;
    border-radius: 0.0533333333rem;
    margin: 0 0.1066666667rem 0 0;
  }

  .commonDetail-page .commonDetail-intro .intro-tag {
    padding: 0 0.16rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.0533333333rem;
    font-size: 0.32rem;
    margin: 0 0.1066666667rem 0 0;
  }

  .commonDetail-page .commonDetail-intro .m-intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0.8rem;
    right: 0.8rem;
    height: 0.7466666667rem;
    line-height: 0.7466666667rem;
    background-color: #f4f5f8;
    border-radius: 0.08rem;
  }

  .commonDetail-page .commonDetail-intro .m-intro-btn .btn {
    font-size: 0.2666666667rem;
    color: #666;
    position: relative;
    padding-right: 0.2666666667rem;
  }

  .commonDetail-page .commonDetail-intro .m-intro-btn .btn::after {
    content: "";
    background: url(https://www.zuoxiangmu.com/static/home/ercpseo/images/arrow-icon14.png) no-repeat center/100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.0533333333rem;
    display: block;
    width: 0.1866666667rem;
    height: 0.12rem;
  }

  .commonDetail-page .commonDetail-intro .m-intro-btn.active .btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .commonDetail-page .commonDetail-intro .intro-team-block {
    width: 100%;
    border-radius: 0;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .logo-block {
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    border-radius: 0.08rem;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .content {
    padding: 0 0 0 0.2666666667rem;
    line-height: 0.4533333333rem;
    font-size: 0.2933333333rem;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .name-block {
    line-height: 0.6933333333rem;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .name {
    font-size: 0.3733333333rem;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .subname {
    padding-left: 0.1866666667rem;
    margin-left: 0.1333333333rem;
  }

  .commonDetail-page .commonDetail-intro .intro-team-block .subname::before {
    width: 0.04rem;
    height: 0.32rem;
    margin-top: -0.16rem;
  }

  .commonDetail-page .commonDetail-content {
    padding: 0;
  }

  .commonDetail-page .commonDetail-module-tabs {
    background-color: #fff;
    border-bottom: 0.0133333333rem solid #f0f0ff;
    padding: 0 0.2666666667rem;
  }

  .commonDetail-page .commonDetail-module-tabs .tab-item {
    height: 0.8rem;
    line-height: 0.8rem;
    border: 0;
    border-radius: 0;
    font-size: 0.32rem;
    font-weight: 700;
    color: #333;
    padding: 0 0.1333333333rem;
    margin-right: 0;
  }

  .commonDetail-page .commonDetail-module-tabs .tab-item.active,
  .commonDetail-page .commonDetail-module-tabs .tab-item:hover {
    border: 0;
    background: 0 0;
    color: #8734fe;
  }

  .commonDetail-page .l-m-team-member {
    display: none;
    background: #fff;
    padding: 0.24rem 0.2666666667rem 0.2666666667rem;
  }

  .commonDetail-page .l-m-team-member table {
    width: 100%;
    font-size: 0.2666666667rem;
    text-align: center;
    color: #666;
  }

  .commonDetail-page .l-m-team-member thead tr {
    background-color: #f4f5f8;
  }

  .commonDetail-page .l-m-team-member thead th {
    height: 0.6666666667rem;
  }

  .commonDetail-page .l-m-team-member thead th:first-child {
    padding-left: 0.32rem;
  }

  .commonDetail-page .l-m-team-member thead th:nth-child(2) {
    text-align: center;
  }

  .commonDetail-page .l-m-team-member tbody tr {
    border-bottom: 0.0133333333rem solid #e6e6e6;
  }

  .commonDetail-page .l-m-team-member tbody tr:active,
  .commonDetail-page .l-m-team-member tbody tr:hover {
    background-color: #f9fafb;
  }

  .commonDetail-page .l-m-team-member tbody tr:active .avatar,
  .commonDetail-page .l-m-team-member tbody tr:hover .avatar {
    border: 0.0133333333rem solid #ffbe00;
  }

  .commonDetail-page .l-m-team-member tbody tr:active .name,
  .commonDetail-page .l-m-team-member tbody tr:hover .name {
    color: #ff9000;
  }

  .commonDetail-page .l-m-team-member tbody tr:active .more,
  .commonDetail-page .l-m-team-member tbody tr:hover .more {
    color: #ff9000;
  }

  .commonDetail-page .l-m-team-member tbody td {
    height: 0.9866666667rem;
  }

  .commonDetail-page .l-m-team-member tbody td:first-child {
    padding-left: 0.2666666667rem;
    text-align: left;
  }

  .commonDetail-page .l-m-team-member tbody td:nth-child(2) {
    text-align: center;
  }

  .commonDetail-page .l-m-team-member .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
  }

  .commonDetail-page .l-m-team-member .avatar {
    width: 0.6133333333rem;
    height: 0.6133333333rem;
    border: 0.0133333333rem solid #e7eaf0;
    border-radius: 0.0533333333rem;
  }

  .commonDetail-page .l-m-team-member .block {
    padding-left: 0.1333333333rem;
    line-height: normal;
  }

  .commonDetail-page .l-m-team-member .name {
    font-size: 0.2933333333rem;
    font-weight: 700;
  }

  .commonDetail-page .l-m-team-member .game {
    font-size: 0.24rem;
  }

  .commonDetail-page .l-m-team-member .more {
    font-size: 0.2666666667rem;
    color: #005aff;
  }

  .commonDetail-page .l-m-team-member-m {
    display: block;
  }

  .commonDetail-page .l-m-history-match {
    background-color: #fff;
    margin-bottom: 0.2666666667rem;
    padding: 0.1066666667rem 0.2666666667rem 0.5333333333rem;
  }

  .commonDetail-page .l-m-history-match .item {
    height: 0.8rem;
    padding: 0 0.2666666667rem;
    border-bottom: 0.0133333333rem solid #e6e6e6;
  }

  .commonDetail-page .l-m-history-match .logo {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 0.0133333333rem solid #e7eaf1;
  }

  .commonDetail-page .l-m-history-match .score {
    width: auto;
    font-size: 0.2933333333rem;
  }

  .commonDetail-page .l-m-history-match .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .commonDetail-page .l-m-history-match .vs {
    width: 0.6666666667rem;
    font-size: 0.2933333333rem;
    font-weight: 700;
  }

  .commonDetail-page .l-m-history-match .text {
    font-size: 0.2933333333rem;
    font-weight: 700;
  }

  .commonDetail-page .l-m-history-match .nationality {
    width: 0.5066666667rem;
    height: 0.32rem;
    border-radius: 0.04rem;
    margin: 0 0.1066666667rem;
  }

  .commonDetail-page .l-m-history-match .font-red {
    color: #ff4532;
  }

  .commonDetail-page .l-m-history-match-details {
    display: none;
  }

  .commonDetail-page .l-m-history-match-details-m {
    display: block;
    background: #fff;
    padding: 0.2666666667rem 0.4rem 0.4533333333rem;
    margin-bottom: 0.2666666667rem;
  }

  .commonDetail-page .l-m-history-match-details-m table {
    width: 100%;
    font-size: 0.2666666667rem;
    color: #333;
    text-align: center;
    font-weight: 700;
  }

  .commonDetail-page .l-m-history-match-details-m thead tr {
    background-color: #f4f5f8;
  }

  .commonDetail-page .l-m-history-match-details-m thead th {
    font-size: 0.2666666667rem;
    font-weight: 700;
    height: 0.6666666667rem;
    white-space: nowrap;
  }

  .commonDetail-page .l-m-history-match-details-m thead th:first-child {
    text-align: left;
  }

  .commonDetail-page .l-m-history-match-details-m tbody tr {
    border-bottom: 0.0133333333rem solid #e6e6e6;
    padding: 0 0.2666666667rem;
  }

  .commonDetail-page .l-m-history-match-details-m tbody td {
    height: 1.4666666667rem;
  }

  .commonDetail-page .l-m-history-match-details-m tbody td:first-child {
    padding-left: 0;
  }

  .commonDetail-page .l-m-history-match-details-m tbody td:last-child {
    padding-right: 0;
  }

  .commonDetail-page .l-m-history-match-details-m .result {
    display: inline-block;
    width: 0.3466666667rem;
    height: 0.3466666667rem;
    line-height: 0.3466666667rem;
    text-align: center;
    background-color: #999;
    border-radius: 0.0533333333rem;
    font-size: 0.2666666667rem;
    color: #fff;
  }

  .commonDetail-page .l-m-history-match-details-m .bg-orange {
    background-color: #ff4532;
  }

  .commonDetail-page .l-m-history-match-details-m .hero {
    width: 0.6133333333rem;
    height: 0.6133333333rem;
    border-radius: 0.08rem;
  }

  .commonDetail-page .l-m-history-match-details-m .img-block {
    font-size: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .commonDetail-page .l-m-history-match-details-m .img-height {
    height: 0.8rem;
  }

  .commonDetail-page .l-m-history-match-details-m .align-center {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .commonDetail-page .l-m-history-match-details-m .img {
    width: 0.3466666667rem;
    height: 0.3466666667rem;
    border-radius: 0.04rem;
    margin: 0 0.0266666667rem 0.0266666667rem 0;
  }

  .commonDetail-page .l-m-history-match-details-m .more {
    display: block;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
  }

  .commonDetail-page .l-m-history-match-details-m .more:active {
    color: #ff9000;
  }

  .commonDetail-page .l-m-history-match-details-m .team-l,
  .commonDetail-page .l-m-history-match-details-m .team-r {
    display: block;
    width: 1.4666666667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .commonDetail-page .l-m-history-match-details-m .name {
    display: block;
    width: 1.4666666667rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .commonDetail-page .l-m-history-match-details-m .date {
    display: block;
    text-align: left;
    font-size: 0.24rem;
    color: #999;
    font-weight: 400;
    white-space: nowrap;
  }

  .commonDetail-page .l-m-history-match-details-m .font-gray {
    color: #999;
  }

  .commonDetail-page .l-m-history-match-details-m .font-gray:active {
    color: #999;
  }

  .commonDetail-page .l-m-hero-player {
    background-color: #fff;
    padding: 0.2666666667rem 0 0.4rem 0.3466666667rem;
    margin-bottom: 0.2666666667rem;
    overflow-x: scroll;
  }

  .commonDetail-page .l-m-hero-player .item {
    width: 1.6rem;
    margin-left: 0.2133333333rem;
  }

  .commonDetail-page .l-m-hero-player .item:active .player,
  .commonDetail-page .l-m-hero-player .item:hover .player {
    border-color: #8734fe;
  }

  .commonDetail-page .l-m-hero-player .item:active .name,
  .commonDetail-page .l-m-hero-player .item:hover .name {
    color: #8734fe;
  }

  .commonDetail-page .l-m-hero-player .player {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.0133333333rem solid #e7eaf0;
  }

  .commonDetail-page .l-m-hero-player .name {
    line-height: 0.6133333333rem;
    font-size: 0.32rem;
  }

  .commonDetail-page .l-m-hero-role {
    padding: 0.2666666667rem 0 0.4rem 0.2666666667rem;
    background: #fff;
    margin-bottom: 0.2666666667rem;
  }

  .commonDetail-page .l-m-hero-role .hero-button-next,
  .commonDetail-page .l-m-hero-role .hero-button-prev {
    display: none;
  }

  .commonDetail-page .l-m-hero-role .hero-swiper {
    overflow: auto;
  }

  .commonDetail-page .l-m-hero-role .hero-slider-item {
    width: 1.6rem;
    border-radius: 0.08rem;
    border: 0;
    margin-right: 0.16rem;
  }

  .commonDetail-page .l-m-hero-role .hero-slider-item:active,
  .commonDetail-page .l-m-hero-role .hero-slider-item:hover {
    border: 0;
  }

  .commonDetail-page .l-m-hero-role .hero-slider-item:active .name,
  .commonDetail-page .l-m-hero-role .hero-slider-item:hover .name {
    color: #8734fe;
  }

  .commonDetail-page .l-m-hero-role .avatar {
    border-radius: 0.08rem;
    height: 1.6rem;
  }

  .commonDetail-page .l-m-hero-role .name {
    position: relative;
    bottom: 0;
    height: 0.5066666667rem;
    line-height: 0.5066666667rem;
    font-size: 0.32rem;
    font-weight: 700;
    color: #333;
    background: 0 0;
    border-radius: 0;
  }

  .commonDetail-page .l-m-hero-skin {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.2666666667rem 0 0.1333333333rem 0.2666666667rem;
    background: #fff;
    margin-bottom: 0.2666666667rem;
  }

  .commonDetail-page .l-m-hero-skin .hero-skin-block {
    width: 10rem;
  }

  .commonDetail-page .l-m-hero-skin .item {
    width: 2.9866666667rem;
    height: 2.1333333333rem;
    margin: 0 0.2133333333rem 0.2666666667rem 0;
    border: 0.0133333333rem solid #e4e5e9;
    border-radius: 0.1066666667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .commonDetail-page .l-m-hero-skin .img {
    width: 100%;
    height: 100%;
  }

  .commonDetail-page .l-m-hero-skin .title {
    height: 0.5333333333rem;
    line-height: 0.5333333333rem;
    font-size: 0.2933333333rem;
    border-radius: 0 0 0.1066666667rem 0.1066666667rem;
  }

  .commonDetail-page .l-m-skill-intro {
    padding: 0.2666666667rem 0.2666666667rem 0.4rem;
    margin-bottom: 0.2666666667rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
  }

  .commonDetail-page .l-m-skill-intro .item {
    width: 100%;
    height: auto;
    background-color: #f4f5f8;
    border-radius: 0.08rem;
    margin-top: 0.2133333333rem;
  }

  .commonDetail-page .l-m-skill-intro .item:nth-child(2) {
    margin-top: 0.2133333333rem;
  }

  .commonDetail-page .l-m-skill-intro .info {
    height: 0.8266666667rem;
    border-radius: 0.08rem 0.08rem 0 0;
    padding: 0 0.2666666667rem;
  }

  .commonDetail-page .l-m-skill-intro .logo {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 0.08rem;
  }

  .commonDetail-page .l-m-skill-intro .name {
    font-size: 0.32rem;
    padding: 0 0.1333333333rem;
  }

  .commonDetail-page .l-m-skill-intro .subname {
    font-size: 0.32rem;
    padding-left: 0.1333333333rem;
  }

  .commonDetail-page .l-m-skill-intro .subname::before {
    width: 0.0133333333rem;
    height: 0.32rem;
    margin-top: -0.16rem;
  }

  .commonDetail-page .l-m-skill-intro .content {
    font-size: 0.2666666667rem;
    line-height: 0.4533333333rem;
    padding: 0.16rem 0.2666666667rem 0.2rem;
    height: auto;
    overflow: auto;
  }

  .commonDetail-page .l-m-use-skill {
    background-color: #fff;
    padding: 0.2666666667rem 0.2666666667rem 0;
    font-size: 0.2933333333rem;
  }

  .commonDetail-page .l-m-use-skill .title {
    line-height: 0.6666666667rem;
  }

  .commonDetail-page .l-m-use-skill .content {
    line-height: 0.48rem;
    padding-bottom: 0.2666666667rem;
  }

  .commonDetail-page .module-hero-video .public-article-list {
    padding: 0.2666666667rem 0 0.4rem 0.2666666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .commonDetail-page .module-hero-video .public-article-list .article-item {
    width: 2.9333333333rem;
    margin-right: 0.2666666667rem;
    margin-bottom: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    padding: 0;
  }

  .commonDetail-page
  .module-hero-video
  .public-article-list
  .article-item
  .cover-block {
    margin: 0;
    width: 100%;
    height: 2.2133333333rem;
  }

  .commonDetail-page
  .module-hero-video
  .public-article-list
  .article-item
  .title-block {
    padding-top: 0.1333333333rem;
  }

  .commonDetail-page
  .module-hero-video
  .public-article-list
  .article-item
  .title {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
    -webkit-line-clamp: 2;
  }

  .commonDetail-page .module-affiliation-team .affiliation-team {
    border: 0;
    padding: 0.4rem 0.8rem 0;
    height: 3.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .commonDetail-page .module-affiliation-team .affiliation-team .info-block {
    background: #f4f5f8;
    width: 3.92rem;
    height: 2.2666666667rem;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .commonDetail-page .module-affiliation-team .affiliation-team .logo-block {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .commonDetail-page
  .module-affiliation-team
  .affiliation-team
  .logo-block
  .logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .commonDetail-page .module-affiliation-team .affiliation-team .name-block {
    display: none;
  }

  .commonDetail-page .module-affiliation-team .affiliation-team .content {
    border: 0;
    background: 0 0;
    border-radius: 0;
    padding: 0 0 0 0.2666666667rem;
    line-height: 0.4533333333rem;
    font-size: 0.2933333333rem;
  }

  .commonDetail-page .module-team-honor .team-honor {
    background-color: #fff;
    border: 0;
    padding: 0.2666666667rem 0.48rem 0.5333333333rem;
  }

  .commonDetail-page .module-team-honor .name {
    display: none;
  }

  .commonDetail-page .module-team-honor .content {
    overflow-y: auto;
    font-size: 0.375rem;
    line-height: 0.625rem;
    height: auto;
  }

  .aboutUs-page .az-main-left {
    padding: 0.16rem 0 0.3466666667rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aboutUs-page .aboutUs-item {
    width: 100%;
    height: 2.6666666667rem;
    border-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0.4rem 0 0.6666666667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .aboutUs-page .aboutUs-item .icon {
    width: 1.5733333333rem;
    height: 1.7333333333rem;
  }

  .aboutUs-page .aboutUs-item .content-block {
    text-align: left;
    padding-left: 0.5333333333rem;
  }

  .aboutUs-page .aboutUs-item .title {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    padding-top: 0;
  }

  .aboutUs-page .aboutUs-item .content {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .area-resulit div:nth-child(2) {
    font-size: 16px;
    margin-left: 5px;
  }
  .entry-page-next,
  .entry-page-prev {
    width: 100%;
    margin-bottom: 15px;
  }

}

.az-E-sports {
  height: 100%;
  overflow-y: auto;
}

.intro-content img {
  max-width: 100%;
}
