.main {
  padding-top: 108px;
  background-color: #F2F5F8;
}

.main .box .box-content {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 79px;
}

.main .box .box-content .crumbs {
  padding-bottom: 40px;
}

.main .box .box-content .detail .left {
  width: 65.7%;
}

.main .box .box-content .detail .left>div {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.main .box .box-content .detail .left .top {
  border-top: 3px solid #0762D5;
  padding: 0 5.4%;
}

.main .box .box-content .detail .left .top .box1 {
  padding: 50px 0 45px;
  border-bottom: 1px solid #EEEEEE;
}

.main .box .box-content .detail .left .top .box1 .title {
  font-size: 24px;
  color: #393939;
  line-height: 36px;
  font-weight: bold;
}

.main .box .box-content .detail .left .top .box1 .text-box {
  padding-right: 1.2%;
  margin-top: 25px;
}

.main .box .box-content .detail .left .top .box1 .text-box>div {
  width: 50%;
}

.main .box .box-content .detail .left .top .box1 .text-box .l {
  font-size: 16px;
  color: #717171;
}

.main .box .box-content .detail .left .top .box1 .text-box .l span {
  margin-right: 4.8%;
  display: inline-block;
}

.main .box .box-content .detail .left .top .box1 .text-box .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main .box .box-content .detail .left .top .box1 .text-box .r a {
  margin-right: 3.6%;
}

.main .box .box-content .detail .left .top .box1 .text-box .r a img {
  box-sizing: content-box;
  padding: 0 10px;
  cursor: pointer;
  margin: 0;
}

.main .box .box-content .detail .left .top .box2 img {
  max-width: 100%;
}

.main .box .box-content .detail .left .top .box2 {
  padding: 45px 0;
}

.main .box .box-content .detail .left .top .box2 p {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  margin-bottom: 30px;
}

.main .box .box-content .detail .left .top .box2 .img-box {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.main .box .box-content .detail .left .top .box2 .img-box img {
  width: 100%;
}

.main .box .box-content .detail .left .bot {
  margin-top: 28px;
}

.main .box .box-content .detail .left .bot .button {
  font-size: 16px;
  color: #7d7d7d;
  height: 75px;
}

.main .box .box-content .detail .left .bot .prev-btn,
.main .box .box-content .detail .left .bot .next-btn {
  background-color: #fff;
  line-height: 75px;
  width: 38%;
  text-align: center;
}

.main .box .box-content .detail .left .bot .back-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0761D3;
}

.main .box .box-content .detail .left .bot .back-btn img {
  margin-right: 3.4%;
}

.main .box .box-content .detail .right {
  width: 31.1%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 1.7% 18px 2.1%;
}

.main .box .box-content .detail .right .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
  color: #0762d5;
  padding: 37px 0 26px;
}

.main .box .box-content .detail .right .title-box img {
  margin-right: 2.9%;
}

.main .box .box-content .detail .right .list {
  width: 100%;
}

.main .box .box-content .detail .right .list .i {
  padding: 18px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .box .box-content .detail .right .list .i .img-box {
  width: 45.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.main .box .box-content .detail .right .list .i .img-box img {
  width: 100%;
}

.main .box .box-content .detail .right .list .i .text-box {
  width: 49.4%;
  font-size: 14px;
}

.main .box .box-content .detail .right .list .i .text-box .text1 {
  color: #a2a2a2;
}

.main .box .box-content .detail .right .list .i .text-box .text2 {
  margin-top: 5px;
  color: #494949;
  line-height: 24px;
}

.main .box .box-content .detail .right .list .i:hover .img-box img {
  transform: scale(1.1);
  transition: all .3s;
}

@media screen and (max-width: 1400px) {
  .main .box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .main .box .box-content {
    padding: 50px 0;
  }

  .main .box .box-content .detail .right {
    display: none;
  }

  .main .box .box-content .detail .left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main .box .box-content .detail .left .top {
    padding: 0 20px;
  }

  .main .box .box-content .detail .left .top .box1 {
    padding: 50px 0 40px;
  }

  .main .box .box-content .detail .left .top .box2 {
    padding: 40px 0 30px;
  }

  .main .box .box-content .detail .left .top .box2 p {
    margin-bottom: 20px;
  }

  .main .box .box-content .detail .left .top .box2 .img-box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 630px) {
  .main .box .box-content .detail .left .top .box1 .text-box {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main .box .box-content .detail .left .top .box1 .text-box>div {
    width: 100%;
  }

  .main .box .box-content .detail .left .top .box1 .text-box .r {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .main .box .box-content .detail .left .bot .back-btn img {
    display: none;
  }
}

@media screen and (max-width: 390px) {

  .main .box .box-content .detail .left .bot .prev-btn,
  .main .box .box-content .detail .left .bot .next-btn,
  .main .box .box-content .detail .left .bot .back-btn {
    width: calc(100% / 3);
  }
}
