header .content > .nav_designTeam:hover {
  position: relative;
  color: #19459b !important;
}
header .content > .nav_designTeam::after {
  content: "";
  display: none;
}
header .content > .nav_case {
  position: relative;
  color: #fff !important;
}
header .content > .nav_case::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  background: #fff;
}
.caseBox .topBannerImg,
.caseDetailsBox .topBannerImg {
  background-image: url(../img/jpal.jpg);
  background-repeat: no-repeat;
  background-position: 0 70%;
}
.caseBox .sreachBox .btn {
  width: 163px;
  height: 50px;
  line-height: 50px;
  color: #5f5f5f;
  text-align: center;
  padding: 0;
  border: 1px solid #5f5f5f;
  border-radius: 10px;
}
.caseBox .sreachBox .btn:first-child {
  margin-right: 30px;
}
.caseList {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.caseList .caseItem:nth-child(2),
.caseList .caseItem:nth-child(5) {
  margin: 0 40px;
}
.caseList .caseItem {
  width: 390px;
  cursor: pointer;
  padding: 18px 0;
}

.caseList .caseItem .imgBox {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.caseList .caseItem .imgBox .mask {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  background-color: #00000036;
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
}
.caseList .caseItem .designerBox {
  display: flex;
  padding: 10px 10px;
  justify-content: left;
  background-color: #fff;
}
.caseList .designerBox .photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto 0;
}
.caseList .caseItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.caseList .caseItem img:hover {
  transform: scale(1.15);
}
.caseList .designerBox .info {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.caseList .designerBox .info p {
  margin: 0;
}
.caseList .designerBox .info .name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.caseList .designerBox .info .tag {
  font-size: 12px;
}

.caseList .designerBox .btnBox {
  width: 114px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: auto 0;
  color: #19459b;
  border: 1px solid #19459b;
  border-radius: 10px;
  background-color: #fff;
  transition-duration: 300ms;
}
.caseList .designerBox .btnBox:hover {
  background-color: #19459b;
  background-position-x: 85%;
  color: #fff;
}
.caseDetailsBox {
  overflow: hidden;
  background: rgba(236, 242, 248, 0.7);
}
.caseDetailsBox .containerBox {
  width: 1250px;
  margin: 30px auto 0;
}
.caseDetailsBox .headImg {
  width: 100%;
  height: 500px;
  position: relative;
}
.caseDetailsBox .headImg .mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.caseDetailsBox .headImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumbBox {
  margin: 90px auto 30px;
  padding-left: 30px;
  color: #030507;
  font-size: 24px;
  font-weight: 400;
}
.breadcrumbBox span {
  color: #19459b;
}
.detailsBox,
.recommendBox {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.formTemple {
  width: 320px;
  flex: none;
  margin-left: 20px;
}
.detailsBox .richTextBox {
  flex: 1;
  overflow: hidden;
  padding: 70px 50px 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.detailsBox .richTextBox .prompt {
  color: #19459b;
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0 70px;
  cursor: pointer;
}
.detailsBox .richTextBox .title {
  color: #030507;
  font-size: 24px;
  font-weight: 400;
}
.detailsBox .richTextBox .createTime {
  color: #8b8b8b;
  margin: 20px auto;
}
.detailsBox .richTextBox .rechText {
  text-align: left;
}
.detailsBox .richTextBox .nextArticle {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.detailsBox .richTextBox .nextArticle span:first-child {
  color: #19459b;
}
.detailsBox .richTextBox .case_info {
  width: 100%;
  height: 100px;
  background: rgba(239, 245, 255, 1);
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.detailsBox .richTextBox .case_info ul {
  margin: 20px auto;
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.detailsBox .richTextBox .case_info ul li {
  flex: 1;
  font-weight: bold;
  box-shadow: 1px 0px 0px 0px rgba(222, 222, 222, 1);
}
.detailsBox .richTextBox .case_info ul li:nth-child(5) {
  box-shadow: 0px 0px 0px 0px rgba(222, 222, 222, 1);
}
.case_info ul li p:nth-child(1) {
  font-size: 16px;
  color: rgba(74, 74, 74, 1);
  line-height: 26px;
}
.case_info ul li p:nth-child(2) {
  font-size: 14px;
  color: rgba(114, 114, 114, 1);
  line-height: 20px;
}
.case_info_pic {
  width: 100%;
  height: 326px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 239, 239, 1);
  display: flex;
}
.watermark-image {
  position: relative;
}

.info_left {
  /* float: left; */
  width: 365px;
  height: 324px;
  flex: none;
  border-right: 1px solid rgba(239, 239, 239, 1);
  padding: 10px;
}
.info_right {
  /* float: left; */
  flex: 1;
  padding: 12px;
  overflow: hidden;
}
.info_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.des_info {
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  height: 74px;
}
.info_right img {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}
.info_right .des_name {
  float: left;
  padding-left: 20px;
}
.info_right .des_name p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: rgba(66, 66, 66, 1);
}
.info_right .des_name p:nth-child(2) {
  width: 94px;
  height: 20px;
  background: #9bd7f7;
  border: #0ca8fb;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #19459b;
  line-height: 18px;
}
.info_right .des_yuyue {
  float: right;
}
.info_right .des_yuyue span {
  background: linear-gradient(90deg, #55b7ea, #0382c5);
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 47px;
  cursor: pointer;
}
.info_right .des_linian {
  text-align: left;
  height: 224px;
  width: 100%;
  overflow: hidden;
}
.des_linian p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: rgba(66, 66, 66, 1);
  line-height: 16px;
  margin-top: 20px;
}
.info_right .des_linian .des_linian_p {
  height: 178px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: rgba(114, 114, 114, 1);
  line-height: 28px;
}
.info_right .des_linian .des_linian_p p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(114, 114, 114, 1);
  line-height: 28px;
}
.info_right .des_linian .des_linian_p::-webkit-scrollbar {
  width: 12px;
  border-radius: 12px;
}
.info_right .des_linian .des_linian_p::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 12px rgba(222, 222, 222, 1);
  background: #dedede;
}
.info_right .des_linian .des_linian_p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 12px rgba(239, 239, 239, 1);
  border-radius: 12px;
  background: #efefef;
}

.partiLine {
  height: 20px;
  margin: 40px -50px;
  background: #e2e2e259;
}
.richContent img {
}
.recommendBox {
  margin: 30px auto;
}
.recommend {
  background-color: #fff;
  width: 800px;
  box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.recommend .title {
  display: flex;
  justify-content: space-between;
  color: #030303;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  border-bottom: 1px solid #e2e2e2;
}
.recommend .title span:last-child {
  color: #5f5f5f;
  font-size: 14px;
  cursor: pointer;
}
.recommend .title .glyphicon-arrow-right {
  margin-left: 10px;
}
.recommend .caseList.row {
  margin: 0;
  padding: 25px;
  display: flex;
}
.recommend .caseList.row .changbox {
  flex: none;
  width: 278px;
  height: 177px;
}
.recommend .changbox .anamationtop {
  height: 50%;
}
.recommend .changbox .anamationtop > div {
  bottom: 0px;
}
.recommend .changbox .anamationtop div div {
  width: 50px;
  height: 50px;
}
.recommend .changbox .anamationtop div p {
  font-size: 16px;
  margin-bottom: 0;
}
.recommend .changbox .anamationbot {
  height: 50%;
}
.recommend .changbox .anamationbot p {
  margin-top: 15px;
}
.recommend .changbox .anamationbot span {
  width: 30%;
  font-size: 12px;
}
.caseItem .vrcase {
  display: none;
}
/* vr样板间样式 */
.vrCaseBox .topBannerImg {
  background-image: url(../img/vr_case.jpg);
  background-repeat: no-repeat;
  background-position: 0 30%;
}
.vrCaseBox .caseItem .vrcase {
  display: block;
  position: absolute;
  width: 178px;
  height: 40px;
  background: #19459b;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vrCaseBox .caseItem .vrcase > img {
  width: 26px;
  height: 26px;
}
.vrCaseBox .caseItem .vrcase p {
  height: 18px;
  line-height: 16px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
