.main{
    background: #F9F9F9;
}

h2{
    color:#000;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 60px;
    font-weight: 400;
}
.under-line{
    width: 30px;
    height: 6px;
    background-color: #FA6029;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.title{
    font-size: 40px;
    color:#000;
    font-weight: 500;
    line-height: 56px;
}

.desc{
    text-align: center;
    font-size: 16px;
    color:#333333;
    font-weight: 300;
    line-height: 19px;
}

.product{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.product-item{
    /* width: 48%; */
    display: flex;
    justify-content: space-between;
}

.product-item img{
    width: 300px;
    height: 460px;
}

.product-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-desc div{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.product-desc{
    margin-top: 80px;
    transform: translateY(-50px);
}

.product-name h1{
    font-size: 48px;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
}

.product-line{
    width: 38px;
    height: 2px;
    opacity: 1;
    background-color: #FFB038;
    margin-top: 14px;
}

.product-btn{
    border-radius: 50px;
    background-color: #FA6029;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.target{
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}

.target-list{
    margin-top: 45px;
}

.target-item{
    width: 470px;
    height: 100px;
    padding:20px;
    margin-top: 30px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 2px 12px 1px rgba(225, 225, 225, 0.5);
    border-radius: 6px 6px 6px 6px;
}

.target-item:hover{
    transform:scale(1.2);
}

.target-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
}

.target-name{
    display: flex;
    align-items: center;
}

.target-name div{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 23px;
}

.target-name .target-tag{
    width: 74px;
    height: 24px;
    background: #FFF3EF;
    border-radius: 4px 4px 4px 4px;
    color: #FA6029;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin-left: 11px;
}

.target-desc div{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.list-wrapper{
    padding:50px 0;
}

.list-wrapper:nth-of-type(2n){
    background-color: #fff;
}

.list{
    width: 1300px;
    margin: 0 auto;
}

.list-item{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    align-items: center;
}

.list-desc{
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.list-desc div{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.list-icon{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #FA6029;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

.list-icon i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%; 
    background-color: #FA6029;
    margin-top: 2px;
}

.swiper-container2{
    overflow: hidden;
    width: 680px;
    height: 312px;
}

.list-box{
    display: flex;
    align-items: center;
}

.list-box .list-left{
    margin-right: 70px;
    cursor: pointer;
}

.list-box .list-right{
    margin-left: 70px;
    cursor: pointer;
}

.swiper-container2 img{
    width: 680px;
    height: 312px;
}