.over-all-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.over-all-page .alert {
  background: #FFFFFF;
  border-radius: 15px;
  width: 40%;
  padding: 11px 40px;
}

.main-one {
  background-color: #F5F5F5;
  /* padding: 100px 0px 0px; */
  padding: 36px 0px;
}
.main-one .content {
  display: flex;
  gap: 45px;
  width: 90%;
  background-color: white;
  padding: 30px 20px 30px;
}
/* .main-one .content .right {
  width: 50%;
}
.main-one .content .right .r1 {
  width: 558px;
  height: 395px;
  margin-bottom: 11px;
}
.main-one .content .right .r2 {
  display: flex;
  gap: 15px;
  width: 100%;
}
.main-one .content .right .r2 .box {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.main-one .content .right .r2 .box img {
  width: 116.03px;
  height: 116.03px;
} */
.main-one .content .left {
  width: 100%;
}
.main-one .content .left p {
  margin-bottom: 0%;
}
.main-one .content .left .descrip {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.main-one .content .left .descrip p {
  width: 90%;
  font-weight: 400;
  font-size: 22px;
}
.main-one .content .left .descrip span {
  float: left;
}
.main-one .content .left .descrip span i {
  color: #F4C01E;
  margin-right: 5px;
}
.main-one .content .left .clear {
  clear: both;
}
.main-one .content .left .descrip2 {
  color: rgba(0, 0, 0, 0.84);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.main-one .content .left .descrip3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  width: 90%;
  line-height: 30px;
  margin-bottom: 18px;
}
.main-one .content .left .model-num {
  font-weight: 400;
  font-size: 20px;
}
.main-one .content .left .warn {
  width: 85%;
  height: 78px;
  background-color: #F7F8FD;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  margin-bottom: 20px;
}
.main-one .content .left .warn p {
  padding: 15px 5px 0px;
  line-height: 24px;
  margin-right: 10px;
  width: 80%;
  font-weight: 400;
  font-size: 17px;
}
.main-one .content .left .two-btu {
  display: flex;
  gap: 11px;
}

.main-one .content .left .two-btu button{
 background-color: #4e2e75;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
  cursor: pointer;
  border: none;
  gap: 20px;
  padding-top: 3.4%;
}
.main-one .content .left .two-btu form {
  /* background-color: #4e2e75; */
  height: 50px;
  width: 65%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  gap: 20px;
}

.main-one .content .left .two-btu button a,
.main-one .content .left .two-btu form h1 {
  color: white;
  font-size: 17px;
  text-decoration: none;
}

.main-one .content .left .two-btu button:hover,
.main-one .content .left .two-btu form:hover {
  background-color: #0f1c2b;
}

/* .main-one .content .left .two-btu {
  display: flex;
  gap: 11px;
}
.main-one .content .left .two-btu button {
  background-color: #4e2e75;
  height: 50px;
  width: 65%;
  border-radius: 5px;

}
.main-one .content .left .two-btu button a {
  color: white;
  font-size: 17px;
} */
.main-one .content .left .two-btu .quantity {
  width: 30%;
  padding: 13px 0px;
  background: #F7F8FD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.main-one .content .left .two-btu .quantity span {
  font-weight: 400;
  font-size: 17px;
}
.main-one .content .boxes {
  display: flex;
  padding: 20px 0px 0px;
}
.main-one .content .boxes .box {
  width: 33%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-one .content .boxes .box div {
  background-color: rgba(23, 41, 61, 0.48);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.main-one .content .boxes .box span {
  font-size: 17px;
}
.main-one .content .boxes .box p {
  line-height: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
}
.main-one .content .not-auth .pri .rote {
  border-top: 1px solid rgba(0, 0, 0, 0.51);
}
.main-one .content .active {
  color: #ffffff;
  background-color: #4e2e75;
}

.showone-suggest {
  background-color: #F5F5F5;
  padding: 30px 0px;
}
.showone-suggest .content {
  background-color: #ffffff;
  width: 100%;
  padding: 20px 20px 0px;
}
.showone-suggest .content h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.showone-suggest .content .boxes {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.showone-suggest .content .boxes .box {
  width: 25%;
  position: relative;
  border-radius: 7px;
  direction: rtl;
  margin-bottom: 20px;
}
.showone-suggest .content .boxes .box .over {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #4e2e75;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showone-suggest .content .boxes .box img {
  height: 231px;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.showone-suggest .content .boxes .box .part2 {
  display: flex;
  gap: 0px;
}
.showone-suggest .content .boxes .box .part2 p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.showone-suggest .content .boxes .box .part2 span {
  font-weight: 400;
  font-size: 16px;
}
.showone-suggest .content .boxes .box .part2 span i {
  color: #F4C01E;
  line-height: 30px;
}
.showone-suggest .content .boxes .box .part3 {
  display: flex;
  justify-content: space-between;
}
.showone-suggest .content .boxes .box .part3 p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 10px;
}
.showone-suggest .content .boxes .box .part3 p span {
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.42);
}
/* .showone-suggest .content .boxes .box .part3 a { */
.showone-suggest .content .boxes .box .part3 button {
    background-color: #4e2e75;
  color: #ffffff;
  padding: 11px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.showone-suggest .content .boxes .box .part3 a i {
  color: #ffffff;
}/*# sourceMappingURL=showone.css.map */




/* ================ */

.main-one .arrow{
  width: 90%;
  margin: auto;
  /* display: flex; */
  gap: 20px;
  margin-bottom: 33px;

}
.main-one .arrow .fero {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}

.main-one .arrow .seco {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.container1 {
  width: 90%;
  margin: auto;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.onewhole-side {
  background-color: white;
  height: 300px;
  width: 30%;
  padding: 5px 15px;
  max-height:  calc(100vh - 96px);
  overflow: auto;
  position: sticky;
  top: 96px;
}
 .onewhole-side ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
}
.onewhole-side ul li:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.onewhole-side ul hr:not([size]) {
  height: 0.5px;
}
.onewhole-side ul hr {
  margin-bottom: 0px;
}
.onewhole-side .two-btu {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 15px;
}
.onewhole-side .two-btu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #4e2e75;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
  border-radius: 4px;
}
.onewhole-side .two-btu .btu2 {
  background: rgba(23, 41, 61, 0.48);
}
.onewhole-side .sample {
  padding: 10px 40px;
  background: #F7F8FD;
  border: 1px solid #000000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}















.main-one .container1 .content .right .r1 {
  width: 100%;
  height: 357px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-one .container1 .content .right .r1 img {
  width: 377px;
  height: 311px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-one .container1 .content .right .r2 {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 50vh;
  overflow: hidden;
  overflow-x: scroll;
}
.main-one .container1 .content .right .r2 .scrollLeft{
  width: 100%;
  /* height: 357px; */
  display: flex;
  /* color:white; */
  align-items: center;
  justify-content: center;
}


.main-one .container1 .content .right .r2 .scrollRight{
  width: 100%;
  /* height: 357px; */
  display: flex;
  /* color:white; */
  align-items: center;
  justify-content: center;
}


.main-one .container1 .content .right .r2 .box {
  width: 25%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.main-one .container1 .content .right .r2 .box img {
  width: 77.99px;
  height: 95.34px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.variant ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.variant li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.variant .cont{
    display: flex;
    gap: 26px;
    justify-content: center;
    align-items: center;
}

.variant .count{
    border-radius: 50px;
    background-color: #F7F8FD;
    padding: 3px 0px;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 6px 10px;
}
.variant .count input{
    border: 0;
    width: 60px;
}

.part2{
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}
