@charset "UTF-8";
/*
*   
*/
.location {
  width: 100%;
}

.location .locationWrap {
  width: 1440px;
  margin: 31px auto 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #E5E5E5;
  color: #999999;
}

.location .locationWrap a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-right: 7px;
}

.location .locationWrap a:first-child + a {
  color: #C13939;
}

.detail {
  width: 100%;
  margin: 49px auto;
}

.detail .detailContent {
  width: 1430px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}

.detail .detailContent div {
  float: left;
}

.detail .detailContent .detailContentLeft {
  width: 464px;
  height: 564px;
}

.detail .detailContent .detailContentLeft img {
  width: 100%;
  height: 100%;
}

.detail .detailContent .detailContentRight {
  margin-left: 30px;
  width: 936px;
}

.detail .detailContent .detailContentRight .detailContentRightTop {
  width: 100%;
  margin-top: 28px;
}

.detail .detailContent .detailContentRight .detailContentRightTop p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.detail .detailContent .detailContentRight .serviceTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  margin-top: 54px;
}

.detail .detailContent .detailContentRight .serviceItems {
  margin-top: 19px;
}

.detail .detailContent .detailContentRight .serviceItems .item {
  width: 100%;
}

.detail .detailContent .detailContentRight .serviceItems .item .itemsDot {
  width: 6px;
  height: 6px;
  background-color: #C13939;
  margin: 13.5px 21px 13.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.detail .detailContent .detailContentRight .serviceItems .item .itemText {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
}

.detail .leader {
  width: 1440px;
  margin: 80px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.detail .leaderVideo {
  position: relative;
  width: 1440px;
  height: 584px;
  background-color: #F0F0F0;
  margin: 48px auto 0;
  cursor: pointer;
}

.detail .leaderVideo .playButton {
  position: absolute;
  width: 10%;
  top: 45%;
  left: 45%;
}

.detail .leaderVideo .playButton img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .footer .footerWrap .footerRight .footerRightInput {
    border: 0;
  }
}
/*# sourceMappingURL=dispute.css.map */