.craft .box {
  min-height: calc(100vh - 365px);
  background: #dbe4f3 url('./home-bg-01.png') no-repeat bottom left;
  background-size: 100% auto;
  /*background-attachment: fixed; */
  padding: 15px 0;
  opacity: 80%;
}

.craft .box .main {
  margin-top: 30px;
  display: flex;
}

.craft .box .main .menu {
  width: 300px;
}

.craft .box .main .menu .menu-item > span {
  display: block;
  height: 64px;
  padding: 16px 40px;
  color: #fff;
  font-size: 24px;
  background: #2a82e4;
  /* background: rgba(121, 173, 232, 0.9); */
  cursor: pointer;
  transition: all 0.3s linear;
}

.craft .box .main .menu .menu-item > span:hover {
  background: #2a82e4;
}

.craft .box .main .menu .menu-item .list {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.craft .box .main .menu .menu-item.active .list.list-number-1 {
  height: 100%;
}

.craft .box .main .menu .menu-item.active .list.list-number-2 {
  height: 100%;
}

.craft .box .main .menu .menu-item.active .list.list-number-3 {
  height: 100%;
}

.craft .box .main .menu .menu-item.active .list.list-number-4 {
  height: 100%;
}

.craft .box .main .menu .menu-item.active .list.list-number-5 {
  height: 100%;
}

.craft .box .main .menu .menu-item.active .list.list-number-6 {
  height: 100%;
}

.craft .box .main .menu .menu-item .list .list-item {
  display: block;
  height: 49px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 40px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.craft .box .main .menu .menu-item .list .list-item:hover {
  color: #2b4c9d;
  background: #fff;
}

.craft .box .main .menu .menu-item:not(:last-child),
.craft .box .main .menu .menu-item .list .list-item:not(:last-child) {
  /* margin-bottom: 1px; */
  border-bottom: 1px solid #dbe4f3;
}

.craft .box .main .menu .menu-item.active > span {
  background: url('./craft-bg-2.png') no-repeat;
  background-size: 100% 100%;
}

.craft .box .main .menu .menu-item .list .list-item.active {
  color: #2b4c9d;
}

.craft .box .main .main-right {
  margin-left: 58px;
  flex: 1;
  overflow: hidden;
  min-height:500px;
}

.craft .box .main .main-right .id-1 {
  width: 1052px;
  min-height: 558px;
  box-sizing: content-box;
  /* margin-left: 82px; */
  /* margin-right: 44px; */
  background: url('./craft-bg-3.png') no-repeat;
  background-size: 100% 100%;
  background-clip: padding-box;
  position: relative;
}

.craft .box .main .main-right .id-1 > span {
  display: block;
  width: 367px;
  height: 68px;
  color: #000;
  padding: 0 24px;
  text-align: center;
  position: absolute;
  left: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.craft .box .main .main-right .id-1 .text-2 {
  top: 98px;
}

.craft .box .main .main-right .id-1 .text-3 {
  top: 196px;
  color: #fff;
}

.craft .box .main .main-right .id-1 .text-4 {
  width: 160px;
  top: 294px;
}

.craft .box .main .main-right .id-1 .text-5 {
  width: 160px;
  top: 294px;
  left: 252px;
}

.craft .box .main .main-right .id-1 .text-6 {
  top: 392px;
}

.craft .box .main .main-right .id-1 .text-7 {
  top: 490px;
}

.craft .box .main .main-right .id-1 > div {
  width: 475px;
  min-height: 194px;
  padding: 18px;
  position: absolute;
  top: 135px;
  right: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 10px;
}

.craft .box .main .main-right .id-1 > div p {
  padding-left: 28px;
  position: relative;
}

.craft .box .main .main-right .id-1 > div p::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #2a82e4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.craft .box .main .main-right .id-1 > div p strong {
  color: #d43030;
}

.craft .box .main .main-right .id-2,
.craft .box .main .main-right .id-4 {
  min-height: 560px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 40px;
  display: flex;
  color: #000;
}

.craft .box .main .main-right .id-2 .left img,
.craft .box .main .main-right .id-4 .left img {
  display: block;
  width: 317px;
}

.craft .box .main .main-right .id-2 .left img:last-child {
  margin-top: 20px;
}

.craft .box .main .main-right .id-2 .right,
.craft .box .main .main-right .id-4 .right {
  margin-left: 40px;
  /*padding-top: 30px;*/
}

.craft .box .main .main-right .id-2 .right .row:not(:last-child),
.craft .box .main .main-right .id-4 .right .row:not(:last-child) {
  margin-bottom: 20px;
}

.craft .box .main .main-right .id-2 .right .row .label,
.craft .box .main .main-right .id-4 .right .row .label {
  display: inline-block;
  width: 80px;
  padding-right: 16px;
  text-align-last: justify;
  font-weight: bold;
  position: relative;
}

.craft .box .main .main-right .id-2 .right .row .label::after,
.craft .box .main .main-right .id-4 .right .row .label::after {
  content: '：';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 0;
}

.craft .box .main .main-right .id-4 .right .row div {
  padding-left: 10px;
  padding-top: 6px;
  line-height: 30px;
}

.craft .box .main .main-right > div {
  /*opacity: 1;
  transform: translateX(80px);
  pointer-events: none;*/
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.craft .box .main .main-right > div.active {
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}


.craft .box .title {
  position: relative;
  text-align: center;
  padding-bottom: 7px;
  padding-top:40px;
}

.craft .box .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: #2a82e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.craft .box .title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
}

.craft .box .title p {
  font-size: 18px;
  color: #999;
  margin-top: 8px;
}



@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 移动端 */
#app.mobile.craft .box {
  /* padding: 0.15rem 0 1rem; */
  background-size: 100%;
  min-height: calc(100vh - 1.84rem - 2.68rem);
}

.craft .box .main .menu .menu-open-btn,
.craft .masking {
  display: none;
}

#app.mobile.craft .box .container {
  padding: 0 0.2rem;
}

#app.mobile.craft .box .main {
  margin-top: 0.3rem;
  display: block;
}

#app.mobile.craft .box .main .menu {
  width: 3.6rem;
  margin: 0 auto  0.5rem;
  /* height: 100vh;
  position: fixed;
  top: 0;
  right: -0.01rem;
  z-index: 100;
  padding: 2.16rem 0.3rem 0.3rem;
  background: #fff;
  transform: translateX(100%); */
}

#app.mobile.craft .box .main .menu.transition {
  transition: transform 0.3s ease-in-out;
}

#app.mobile.craft .box .main .menu.active {
  transform: translateX(0);
  touch-action: none;
  -ms-touch-action: none;
}

#app.mobile.craft .masking {
  display: block;
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: -0.01rem;
  transform: translateX(100%);
  transition: transform 0.15s linear;
}

#app.mobile.craft .masking.active {
  touch-action: none;
  -ms-touch-action: none;
  transform: translateX(0);
}

#app.mobile.craft .box .main .menu .menu-open-btn {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.24rem 0 0 0.24rem;
  position: absolute;
  left: -0.59rem;
  top: 2.57rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#app.mobile.craft .box .main .menu .menu-open-btn img {
  display: block;
  width: 0.2rem;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

#app.mobile.craft .box .main .menu.active .menu-open-btn img {
  transform: rotate(180deg);
}

#app.mobile.craft .box .main .menu .menu-item:not(:last-child),
#app.mobile.craft .box .main .menu .menu-item .list .list-item:not(:last-child) {
  margin-bottom: 0.01rem;
}

#app.mobile.craft .box .main .menu .menu-item > span {
  height: 0.64rem;
  padding: 0.16rem 0.4rem;
  font-size: 0.24rem;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-1 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-2 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-3 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-4 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-5 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item.active .list.list-number-6 {
  height: 100%;
}

#app.mobile.craft .box .main .menu .menu-item .list .list-item {
  height: 0.48rem;
  font-size: 0.18rem;
  padding: 0.12rem 0.4rem;
}

#app.mobile.craft .box .main .main-right {
  margin-left: 0;
}

#app.mobile.craft .box .main .main-right .id-1 {
  width: 6.02rem;
  height: 7.625rem;
  background: url('./craft-mbg-3.png') no-repeat center/100% 100%;
  position: relative;
  margin: 0 auto;
  margin-left: 0.75rem;
}

#app.mobile.craft .box .main .main-right .id-1 > span {
  width: 3.67rem;
  height: 0.68rem;
  font-size: 0.18rem;
  padding: 0 0.17rem;
  left: 0.955rem;
}

#app.mobile.craft .box .main .main-right .id-1 .text-2 {
  top: 0.98rem;
}

#app.mobile.craft .box .main .main-right .id-1 .text-3 {
  top: 1.96rem;
  color: #fff;
}

#app.mobile.craft .box .main .main-right .id-1 .text-4 {
  width: 1.6rem;
  top: 2.94rem;
}

#app.mobile.craft .box .main .main-right .id-1 .text-5 {
  width: 1.6rem;
  top: 2.94rem;
  left: 3.035rem;
}

#app.mobile.craft .box .main .main-right .id-1 .text-6 {
  top: 3.92rem;
}

#app.mobile.craft .box .main .main-right .id-1 .text-7 {
  top: 4.9rem;
}

#app.mobile.craft .box .main .main-right .id-1 > div {
  width: 6.02rem;
  height: 1.84rem;
  padding: 0.18rem 0.3rem 0.18rem 0.4rem;
  top: 5.785rem;
  left: 0.1rem;
}

#app.mobile.craft .box .main .main-right .id-1 > div p {
  font-size: 0.18rem;
  padding-left: 0.28rem;
}

#app.mobile.craft .box .main .main-right .id-1 > div p::before {
  width: 0.13rem;
  height: 0.13rem;
  border: 0.02rem solid #2a82e4;
}

#app.mobile.craft .box .main .main-right .id-2,
#app.mobile.craft .box .main .main-right .id-4 {
  height: auto;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.3rem;
  color: #000;
}

#app.mobile.craft .box .main .main-right .id-2 {
  display: block;
}

#app.mobile.craft .box .main .main-right .id-2 .left {
  display: block;
}

#app.mobile.craft .box .main .main-right .id-2 .left img,
#app.mobile.craft .box .main .main-right .id-4 .left img {
  display: inline-block;
  width: 3.17rem;
}

#app.mobile.craft .box .main .main-right .id-2 .left img:last-child {
  margin-top: 0;
  margin-left: 0.16rem;
}

#app.mobile.craft .box .main .main-right .id-2 .right {
  margin-left: 0;
  padding-top: 0.2rem;
}

#app.mobile.craft .box .main .main-right .id-2 .right .row:not(:last-child),
#app.mobile.craft .box .main .main-right .id-4 .right .row:not(:last-child) {
  margin-bottom: 0.2rem;
}

#app.mobile.craft .box .main .main-right .id-2 .right .row .label,
#app.mobile.craft .box .main .main-right .id-4 .right .row .label {
  font-size: 0.18rem;
  width: 0.9rem;
  padding-right: 0.16rem;
  line-height: 0.3rem;
}

#app.mobile.craft .box .main .main-right .id-2 .right .row .label::after,
#app.mobile.craft .box .main .main-right .id-4 .right .row .label::after {
  width: 0.16rem;
}

#app.mobile.craft .box .main .main-right .id-2 .right .row .content,
#app.mobile.craft .box .main .main-right .id-4 .right .row .content {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

#app.mobile.craft .box .main .main-right .id-4 .right {
  margin-left: 0.4rem;
  padding-top: 0;
}

#app.mobile.craft .box .main .main-right .id-4 .right .row div {
  padding-left: 0.1rem;
  padding-top: 0.06rem;
  line-height: 0.3rem;
  font-size: 0.18rem !important;
}

#app.mobile.craft .box .title {
  padding-bottom: 0.07rem;
  padding-top: 0.3rem;
}

#app.mobile.craft .box .title h2 {
  font-size: 0.42rem;
}

#app.mobile.craft .box .title p {
  font-size: 0.18rem;
  margin-top: 0.08rem;
}
