.wrap{
   width: 100%;
   max-width: 800px;
   min-height: 100vh;
   margin: 0 auto;
}

.prev-wrap{
   width: 100%;
   height: 65px;
   padding: 20px 0 0 10px;
   box-sizing: border-box;
   font-size: 1rem;
   font-weight: 600;
}

.prev-wrap p{
   cursor: pointer;
}

.prev-wrap a,.prev-wrap a:hover{
   color: #424242;
}

.out_box-wrap{
   width: 100%;
   height: 900px;
}

.out_box{
   width: 100%;
}

.out_box_1{
   height: 350px;
   margin: 0 auto;
}

.box1-con{
   width: 350px;
   margin: 0 auto;
   padding: 20px 0;
   box-sizing: border-box;
}

.box1-text-wrap{
   height: 80px;
   text-align: center;
   align-content: center;
   font-size: 0.9rem;
}

.sub-text{
   margin-top: 5px;
   font-size: 0.83rem;
}

.color-text{
   color: #6c2bc8;
   font-weight: 600;
}

.box1-img-wrap{
   height: calc(100% - 80px);
}

.box1-img-wrap img{
   display: block;
   width: 230px;
   height: 230px;
   margin: 0 auto;
   object-fit: contain;
}

/*  */

.out_box_2{
   margin: 40px 0;
   height: 380px;
   padding: 0 80px;
   box-sizing: border-box;
   align-content: center;
}

.section-title-wrap{
   display: flex;
   justify-content: space-between;
}

.section-title{
   width: 150px;
   height: 30px;
   line-height: 30px;
   margin-bottom: 10px;
   font-size: 1.2rem;
   font-weight: 500;
}

.tire-form{
   width: 100%;
   height: 150px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   gap: 7px;
}

.tire-form select{
   width: 100%;
   height: 35px;
   border-radius: 5px;
   border: 1px solid #c0c0c0;
   font-size: 0.9rem;
}

.section-title-wrap select{
   width: 150px;
   height: 35px;
   border-radius: 5px;
   border: 1px solid #c0c0c0;
   font-size: 0.9rem;
}

.section-1{
   margin-bottom: 15px;
}

.out_box_3{
   height: 50px;
   margin-bottom: 40px;
   padding: 0 80px;
   box-sizing: border-box;
}

.nenxt-but{
   width: 100%;
   height: 100%;
   background-color: #81c784;
   border-style: none;
   color: #f5f5f5;
   cursor: pointer;
   font-size: 1.2rem;
   font-weight: 600;
}

.out_box_4{
   height: 150px;
   padding: 20px 10px 0 10px;
   box-sizing: border-box;
   border-top: 1px solid #bdbdbd;
   display: flex;
}

.footer-con{
   width: 50%;
   height: 100%;
   font-size: 0.85rem;
}

.foot-logo-box{
   width: 80px;
   height: 20px;
   margin-bottom: 5px;
}

.foot-logo-box img{
   display: block;
   object-fit: contain;
}

.right-foot{
   display: flex;
   justify-content: end;
}

.right-foot p{
   cursor: pointer;
}