header .container {
  background: #000;
}

.order {
  margin-top: 50px;
}
.order .inner {

}
.order .inner .info {
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding: 20px 0;
}
.order .inner .container {
  display: flex;
  justify-content: space-between;
}
.order .inner .left {
  width: 940px;
  display: flex;
  flex-wrap: wrap;
}
.order .inner .left >div {
  width: 460px;
  height: 460px;
}
.order .inner .left>div img {
  width: 100%;
}
.order .inner .left .img01,
.order .inner .left .img03 {
  margin: 0 10px 10px 0;
}





.order .inner .right {
  width: 400px;
  height: 1000px;
  margin-top: 70px;
}
.order .inner .right .title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.order .inner .right .title p:first-child {
  font-size: 22px;
}
.order .inner .right .title p:last-child {
  padding-top: 12px;
}
.order .inner .right .color_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.order .inner .right .color_list>div {
  width: 92.5px;
  height: 92.5px;
  margin-bottom: 10px;
}
.order .inner .right .color_list>div img {
  width: 100%;
}
.order .inner .right .color_list .pro02 {
  margin: 0 10px;
}
.order .inner .right .color_list .pro03 {
  margin-right: 10px;
}
.order .inner .right .txt {
  font-size: 15px;
}
.order .inner .right .add {
  margin: 30px 0;
}
.order .inner .right .add button {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
}
.order .inner .right .add button:first-child {
  background: #000;
  color: #fff;
  border: none;
}



.order .inner .right .detail p {
  margin-bottom: 30px;
}
.order .inner .right .detail .list_box {
  width: 100%;
}
.order .inner .right .detail .list_box i {
  font-size: 22px;
}
.order .inner .right .detail .list_box>div {
  width: 100%;
  height: 60px;
  display: block;
  border-bottom: 1px solid #ccc;
  transition: all 0.6s;
  overflow: hidden;
}
.order .inner .right .detail .list_box .pro.on {
  height: 220px;
}
.order .inner .right .detail .list_box .free.on {
  height: 432px;
}
.order .inner .right .detail .list_box .basic.on {
  height: 148px;
}
.order .inner .right .detail .list_box .del.on {
  height: 242px;
}
.order .inner .right .detail .list_box .del.on {
  height: 278px;
}
.order .inner .right .detail .list_box .txt {
  height: 60px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.order .inner .right .detail .list_box .sub {
  font-size: 13px;
  list-style: block;
  line-height: 26px;
  padding: 0 30px;
}
.order .inner .right .detail .list_box .free .pra_img {
  width: 280px;
  height: 310px;
  margin: 0 auto;
  background: #ccc;
}


/* sns */
.sns {
  margin-top: 100px;
}
.sns .inner p:nth-child(1) {
  font-size: 20px;
}
.sns .inner p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 50px;
}
.sns .inner .sns_box {
  display: flex;
}
.sns .inner .sns_box .sns02 {
  margin: 0 20px
}
.sns .inner .sns_box p {
  margin-top: 5px;
}



/* recommend */
.recommend {
  margin-top: 100px;
  margin-bottom: 100px;
}
.recommend .inner {}
.recommend .inner>p {
  font-size: 20px;
}
.recommend .inner .rec_pro_box {
  display: flex;
}
.recommend .inner .rec_pro_box>div:nth-child(2) {
  margin: 0 20px;
}
.recommend .inner .rec_pro_box>div p:nth-child(2) {
  margin-bottom: 10px;
}
.recommend .inner .rec_pro_box>div p:nth-child(1),
.recommend .inner .rec_pro_box>div p:nth-child(2) {
  font-size: 13px;
}
.recommend .inner .rec_pro_box>div p:nth-child(3) {
  font-size: 11px;
}
.recommend .inner .rec_pro_box>div p:nth-child(1) {
  margin-top: 10px;
}