* {
	margin: 0;
	padding: 0;
}

#c_static_001-1652521044710 {
    background: #fff;
    padding-top: 40px !important;
}



/*9.22*/
.prolistk {
    display: flex;
    flex-wrap: wrap;
}
.prolist_list{
    width: calc((100% - 80px) / 5);
    margin-bottom:20px;
}
.prolist_list:nth-child(5n),
.prolist_list:nth-child(5n-1),
.prolist_list:nth-child(5n-2),
.prolist_list:nth-child(5n-3){
    margin-left: 20px;
}
.prolist_list.active .list{
    border-color: #333;
}







/* 配件定制页面 */
.warp {
	/*background: rgba(0, 0, 0, 0.05);*/
	padding-bottom: 45px;
}

.header-title,
.illustrated-parts,
.specific,
.list-button {
	max-width: 1400px;
	width: 85%;
	margin: 0 auto;
}

.header-title {
	font-size: 46px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	padding: 40px 0;
}

.header-warp {
	border-bottom: 1px solid #D6D6D6;
}
.prolist_swiper{
    width: 100%;
    height: 280px;
}
.prolist_swiper .swiper-slide{
    height: calc((100% - 25px) / 2);
}

.illustrated-parts .list-title {
	font-size: 28px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
	padding-top: 37px;
	padding-bottom: 43px;
}

.illustrated-parts .list-table {
	display: flex;
	flex-wrap: wrap;
}

.illustrated-parts .list {
    cursor: pointer;
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #fff;
	border-radius: 8px 8px 8px 8px;
	border: 2px solid #D2D2D1;
	padding: 8px;
}

.illustrated-parts .list:nth-child(4n) {
	margin-right: 0px;
}

.illustrated-parts .list-img {
	width: 40%;
}

.illustrated-parts .list-img img {
	width: 100%;
}

.illustrated-parts .list-content {
    padding-left:10px;
	font-size: 0.8vw;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
}

.list-button {
	display: flex;
	margin-top: 15px;
	margin-bottom: 20px;
	align-items: center;
	position: relative;
}
.list-button .pro_prev,
.list-button .pro_next{
	width: 32px;
	height: 32px;
	margin-right: 7px;
    position: initial;
    background: #EE5537;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-button .pro_prev:after,
.list-button .pro_next:after{
    font-size: 18px;
    color: #fff;
}


.list-button .next-title {
	margin-left: 7px;
	font-size: 20px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
}
.specific.active{
	display: flex;
}
.specific {
    display: none;
	position: relative;
	background: #fff;
	padding-top: 20px;
	border-radius: 12px;
	flex-wrap: wrap;
}

.specific .zoom {
	display: flex;
	position: absolute;
	top: 18px;
	left: 14px;
	z-index: 9;
}

.specific .zoom>div {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.38);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #CBCBCB;
	margin-right: 10px;
    cursor: pointer;
}

.specific .zoom>div img {
	display: block;
	margin: 9px auto;
}

.specific .specific_content {
	border-right: 1px solid #D6D6D6;
	width: 40%;
	position: relative;
	overflow: hidden;
}

.specific .specific_content>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.specific .specific-right {
	padding-left: 10px;
	width: 60%;
	height: 600px;
}

.specific .specific-list {
	display: flex;
	min-height: 60px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	align-items: center;
	cursor: pointer;
}
.biaoji_numlist {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.num_dingwei{
    position: absolute;
    color: #333;
    font-size: 16px;
    border: 1px solid #333;
    cursor: pointer;
}
.num_dingwei.active{
    background-color: #f0593d80;
    box-shadow: 0 0 4px #f0593d80, inset 0 0 4px #f0593d80;
}
.line_num{
    background: #333;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.specific .find {
	width: 100px;
	line-height: 60px;
	padding-left: 10px;
}

.specific .find-content>img {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

.find-content{
	width: 85px;
	height: 40px !important;
	background: rgba(255,255,255,0.38);
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #CBCBCB;
	line-height: 40px;
	text-align: center;
	align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}
.specific .drawing-no {
	width: 22%;
	line-height: 1.5;
}

.specific .name {
	width: 40%;
	line-height: 2;
}

.specific .freq {
	width: 100px;
	line-height: 60px;
}

.specific .inquiry {
	display: flex;
}

.specific .specific-list-title .inquiry {
	line-height: 60px;
}

.specific .inquiry-content {
	display: flex;
	align-items: center;

}

.specific .inquiry-num {
	width: 53px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #D2D2D1;
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}
.specific .inquiry-num span{
	line-height: 31px;
}
.num_caozuo{
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.add_num,.sub_num{
    height: 9px;
    cursor: pointer;
}
.add_num img, .sub_num img{
    display: block;
    width: 12px;
}
.specific .specific-list-title .find,
.specific .specific-list-title .drawing-no,
.specific .specific-list-title .name,
.specific .specific-list-title .freq,
.specific .specific-list-title .inquiry {
	font-size: 18px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
}

.specific .specific-list-content .find,
.specific .specific-list-content .drawing-no,
.specific .specific-list-content .name,
.specific .specific-list-content .freq,
.specific .specific-list-content .inquiry {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #676767;
}

.c {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 10px;
}

.select-active{
    border: 2px solid #273A60 !important;
}



/* 询价单提示 */
.xj-warp {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.inquiry-img{
    cursor: pointer;
}
.tishi {
	height: 100%;
	background: #fff;
	padding: 64px 52px;
	width: 100%;
	max-width: 641px;
	margin-left: auto;
}

.tishi-price {
	display: flex;
}

.tishi-title {
	font-size: 24px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
	padding-bottom: 48px;
	border-bottom: 1px solid #DEDEDE;
}

.tishi-name {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 50px;
}

.tishi-price {
	display: flex;
	padding: 42px 0;
}

.tishi-price>div {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #676767;
}

.tishi-price>div:first-child {
	flex: 0 0 40px;
}

.tishi-price>div:nth-child(2) {
	flex: 0 0 83%;
}

.price {
	font-size: 24px !important;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei !important;
	font-weight: bold !important;
	color: #333333 !important;
    line-height: 15px;
}
.tishi-button{
	width: 85%;
	height: 48px;
	background: #EE5537;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 2px solid #EE5537;
	margin: 0 auto;
	font-size: 24px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
	margin-top: 85%;
	cursor: pointer;
}
.tishi-qx{
	width: 44px;
	height: 44px;
    position: absolute;
    right: 50px;
	top: 58px;
	cursor: pointer;
}
.tishi-qx>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* 询价单 */
.inquiry-warp{
	background: #fff;
	display: none;
	padding-bottom: 45px;
}
.inquiry-header-warp{
	padding-top: 52px;
	padding-bottom: 41px;
	max-width: 1400px;
	width: 85%;
	margin: 0 auto;
	display: flex; 
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.inquiry-list-warp{
	border-top: 1px solid #D6D6D6;
}
.inquiry-header-title{
	font-size: 36px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
}
.inquiry-now{
	width: 376px;
	height: 48px;
	background: #EE5537;
	border-radius: 8px 8px 8px 8px;
	
	font-size: 24px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
}
.inquiry-list-warp{
	background: #fff;
	padding: 15px 0;
}
.inquiry-list{
	max-width: 1400px;
	width: 85%;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px solid #707070;
}
.inquiry-list-l{
	display: flex;
	margin-bottom: 0px;
	align-items: center;
}
.inquiry-list-l>div{
	width: calc(100% / 3);
	width: calc(100% / 4);
}
.inquiry-list-num .num{
	width: 53px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #D2D2D1;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 31px;
}
.inquiry-list-num>div{
	width: 100px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #676767;
}
.inquiry-list-price{
	text-align: right;
	font-size: 36px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
}
.inquiry-list-title{
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.inquiry-remove{
	font-size: 16px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	cursor: pointer;
}

.inquiry-remove-all{
	width: 85%;
	max-width: 1400px;
	margin: 45px auto;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.remove-all{
	width: 121px;
	height: 41px;
	background: #EE5537 !important;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #EE5537;
	
	line-height: 41px;
	font-size: 16px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}



/* 询价表单 */
.inquiry-table{
	width:85%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 30px;
}
.inquiry-table>div{
	width: calc((100% - 47px) / 2);
	margin-bottom: 22px;
	margin-right: 2px;
	margin-left: 2px;
}
.inquiry-table>div>input{
	padding-left: 20px;
    width: calc(100% - 24px);
	height: 46px;
	border: 1px solid #CED4DA;
}
.mui-input-message{
	width: calc(100% - 28px) !important;
}
.mui-input-message>textarea{
	width: 100%;
	height: 430px !important;
	border: 1px solid #CED4DA;
	padding-top: 22px;
	padding-left: 20px;
}
.submit{
	width: 376px;
	height: 48px;
	background: #EE5537;
	border-radius: 24px 24px 24px 24px;
	opacity: 1;
	border: 2px solid #EE5537;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
    margin: 50px auto !important;
}
.back_add,.xuanhaole{
    height: 41px;
    background: #EE5537;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid #EE5537;
    line-height: 41px;
    padding: 0 15px;
    font-size: 16px;
    font-family: Husqvarna Gothic-Bold, Husqvarna Gothic;
    font-weight: bold;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}
.specific-list.active{
    background: #F3F3F3;
}
.specific-list.active *{
    font-weight: bold !important;
}
.xuanhaole{
    margin: 0 auto;
    margin-top: 35px;
}
.inquiry-form{
    display: none;
}
.inquiry-list-id{
    display: none;
}
.zoom_img{
    width: 100%;
}
.zomm-con{
    transition: all 0.05s;
    zoom:100% !important;
}
.num_inp{
    width: 100%;
    border: none;
}
.q_cont{
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.q_list{
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.q_text1{
    font-size: 16px;
    margin-bottom: 10px;
}
.q_text1 span{
    font-weight: bold;
}
.q_title2{
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    background: #EE5537;
    border-radius: 4px 4px 4px 4px;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
}
.details_cont{
    max-width: 1400px;
    width: 95%;
    padding: 50px 0;
    margin: 0 auto;
}
.details_list{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.details_title0{
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
.details_title3{
    font-size: 18px;
}
.details_title1{
    font-size: 18px;
    margin-top: 20px;
}
.details_title2{
    margin: 10px 0;
}
.details_title2 span{
    margin-left: 15px;
}







.order-title-box {
    display: flex;
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #707070;
}
.order-title-box  > div{
    width: calc(100% / 4);
}


.order-num {
    text-align: center;
}

.order-num .inquiry-num {
    flex: 1;
}



@media only screen and (max-width: 768px){
    .illustrated-parts .list-content{
        font-size: 12px;
    }
    .inquiry-header-warp,
    .header-title,
    .illustrated-parts .list-title{
        padding: 30px 0;
        font-size: 24px;
        line-height: 1;
    }
    .inquiry-header-title{
        font-size: 24px;
        line-height: 1;
    }
    .inquiry-table>div,.inquiry-table>div>input{
        width: 100%;
    }
    .mui-input-message>textarea{
        height: 60px !important;
    }
    .submit{
        margin-top: 20px;
        margin-bottom:20px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .list-button .next-title{
        font-size: 16px;
    }
    .specific .specific_content{
        width: 100%;
    }
    .specific .specific-right{
        width: 100%;
    }
    .specific .specific-list-title .find, .specific .specific-list-title .drawing-no, .specific .specific-list-title .name, .specific .specific-list-title .freq, .specific .specific-list-title .inquiry,
    .specific .specific-list-content .find, .specific .specific-list-content .drawing-no, .specific .specific-list-content .name, .specific .specific-list-content .freq, .specific .specific-list-content .inquiry{
        font-size: 14px;
    }
    .specific{
        position: relative;
        z-index: 9;
    }
    .c{
        width: 600px;
        background: #fff;
        padding-right: 10px;
    }
    .specific .specific-right{
        height: 450px;
        overflow-x: scroll;
    }
    .specific .specific-right::-webkit-scrollbar {
        width: 5px;
        height: 2px; 
    }
    .tishi{
        width: 90%;
        height: 60%;
        border-radius: 12px;
        left: 50%;
        top: 50%;
        position: relative;
        transform: translateX(-50%) translateY(-50%);
        margin-left: 0;
        padding: 20px;
    }
    .tishi-title{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .tishi-qx {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }
    .tishi-name{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .tishi-price>div:nth-child(2){
        flex: 0 0 54%;
    }
    .price{
        font-size: 16px !important;
    }
    .tishi-button{
        position: absolute;
        bottom: 30px;
        margin-top: 0;
        font-size: 16px;
    }
    .inquiry-now {
        width: 40%;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    #c_static_001-1652521044710 .e_html-41{
        position: relative;
        z-index: 9;
    }
    .inquiry-list-title{
        font-size: 16px;
    }
    .inquiry-remove-all{
        display: block;
    }
    .back_add{
        margin-top: 15px;
    }
    .inquiry-list-price{
        font-size: 16px;
    }
    .mui-input-message{
        width: 100% !important;
    }
    .prolist_list{
        width:calc((100% - 10px) / 2);
    }
    .prolist_list:nth-child(5n), .prolist_list:nth-child(5n-1), .prolist_list:nth-child(5n-2), .prolist_list:nth-child(5n-3) {
        margin-left: 0;
    }
    .prolist_list:nth-child(2n){
        margin-left: 10px;
    }
}











/*新增*/
.details_list {
    display: flex;
}

.details_list > div  {
    flex: 1;
}

.details_title0 {
    text-align: left;
}
.details_title1 {
    margin-top: 0;
}

.detail-title-box {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.detail-title-item {
    flex: 1;
    text-align: left;
}


.product-module {
    width: 85%;
    margin: 0 auto;
    font-size: 28px;
    color: #000;
    padding: 20px 0;
    text-align: left;
}






