/*.introduce{display:none;}*/
#category_list .category.level_one{}
#category_list .category.level_two{padding-left:20px;display: none;}
#category_list .category.level_three{padding-left:40px;display: none;}
#category_list .category.level_four{padding-left:50px;display: none;}

#category_list .category_div{cursor: pointer;display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #EAEAEA;}
#category_list .category_div:hover{color: #221815;}
#category_list .category_div.curr a{color:#173b65;}
#category_list .category_name a{font-family: harmonyos sans, Sans-serif;font-size: 15px;font-weight: 600;color: #545454;}
#category_list .category_name a:hover{color:#221815;}
#category_list .level_two .category_name a{font-weight: 500;font-size: 14px;}
#category_list .level_three .category_name a{font-weight: 500;font-size: 14px;}
#category_list .level_four .category_name a{font-weight: 500;font-size: 14px;color:#898989;}
#category_list .level_four .category_name a:hover{font-weight: 500;font-size: 14px;color:#221815;}

#category_list .category_name.child_name a{font-weight: 600;}
#category_list .show_child{width:10px;transform: rotate(270deg) scaleY(2);transform-origin: 50% 50%;color:#7A7A7A38;margin-right: 10px;font-weight: 500;transition: all var(--n-menu-title-transition);}

/*#content_list .content_info{margin-bottom: 30px;}*/
/*#content_list .content_other_background{background:#E2EEF8;}*/
/*#content_list .content_info .content_title{padding-left: 15px;border-bottom: 1px solid #EAEAEA;}*/
/*#content_list .content_info .content_title h3{color: #173b65;font-weight: bold;}*/
/*#content_list .content_info .content_content{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 65px;padding-top:40px; }*/
/*#content_list .content_info .content_content .info{display:block;}*/
/*#content_list .content_info .content_content .info .info_img:hover{transform:scale(0.9);transition-duration: .3s;transition-property: transform;}*/
/*#content_list .content_info .content_content .info .info_text{text-align:center;color: #545454;font-family: harmonyos sans, Sans-serif;font-size: 15px;font-weight: bold;line-height: 20px;margin-bottom: 16px;}*/
/*#content_list .content_info .content_content .info .info_text:hover{color:#221815;}*/

/*#content_list .product_info .product_content{position: relative;border-bottom: 1px solid #ccc;}*/
/*#content_list .product_info .product_content .product_bar{padding:10px;}*/
/*#content_list .product_info .product_content .product_header{height:44px;display: grid;grid-template-columns: 200px 1.5fr 1fr;grid-gap: 1px;border-bottom: none;position: absolute;width:100%;}*/
/*#content_list .product_info .product_content .product_header .thead{background:#173b65;color:#FFFFFF;display:flex;justify-content: center;align-items: center;padding: 10px 0;}*/
/*#content_list .product_info .product_content .product_header .thead span{font-weight: 700;}*/
/*#content_list .product_info .product_content .absolute_fill{height:44px;}*/
/*#content_list .product_info .product_content .product_body1{display: grid;grid-template-columns: 200px 1.5fr 1fr;!*margin-bottom: 10px;*!border:1px solid #ccc;border-bottom: none;font-family: harmonyos sans, Sans-serif;}*/
/*#content_list .product_info .product_content .product_body1 .table_data{border-style: solid;border-width: 0px 1px 0px 0px;border-color: #E0E0E0;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding: 10px;}*/
/*#content_list .product_info .product_content .product_body1 .phone_body{display:none;}*/
/*#content_list .product_info .product_content .product_body1 .table_data.main_image{padding:0;}*/
/*#content_list .product_info .product_content .product_body1 .image{width: 150px;height: 150px;line-height:150px;cursor: pointer;margin: 5px auto;font-size:0;}*/
/*#content_list .product_info .product_content .product_body1 .image img{display: inline-block;vertical-align: middle;max-height: 150px;}*/
/*#content_list .product_info .product_content .product_body1 .no{text-align: center;margin-bottom: 10px;}*/
/*#content_list .product_info .product_content .product_body1 .control{display:flex;gap:5px;padding:0 10px 22px 10px;}*/
/*#content_list .product_info .product_content .product_body1 .num_div{display:flex;justify-content:center;width: 30%;border: 1px solid #ccc;color: rgb(51, 51, 51);background: #f9f9f9;padding: 5px;border-radius: 6px;}*/
/*#content_list .product_info .product_content .product_body1 .num_div .num{color:#173b65;text-align: center;border:none;outline: 0;background: none;}*/
/*#content_list .product_info .product_content .product_body1 .num_div .sub{cursor: pointer;}*/
/*#content_list .product_info .product_content .product_body1 .num_div .add{cursor: pointer;}*/
/*#content_list .product_info .product_content .product_body1 .add_cart{width: 70%;background: #173b65;display: flex;align-content: center;align-items: center;justify-content: center;transition:all 0.4s ease-out;border-radius: 6px}*/
/*#content_list .product_info .product_content .product_body1 .add_cart a{color: #FFFFFF;font-size: 13px;font-weight: 600;line-height: 21px;letter-spacing: 2px;}*/
/*#content_list .product_info .product_content .product_body1 .add_cart:hover{background: #221815;}*/

/*#content_list .product_info .product_content .product_body1 i{font-style:normal}*/
/*#content_list .product_info .product_content .product_body1 .product_name{overflow: hidden;height: 24px;width: 100%;position: relative;margin-bottom:5px;}*/
/*#content_list .product_info .product_content .product_body1 .product_name a{color: #666a71;font-size: 16px;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;position: absolute;inset: 0 0 0 0;}*/
/*#content_list .product_info .product_content .product_body1 .product_name a:hover{color:#221815;}*/
/*#content_list .product_info .product_content .product_body1 .price{color: #666a71;font-size: 15px;font-weight: 600;line-height: 24px;margin-bottom: 10px;}*/
/*#content_list .product_info .product_content .product_body1 .attribute_list{display:grid;grid-template-columns: repeat(2,1fr);}*/
/*#content_list .product_info .product_content .product_body1 .attribute{font-size:13px;color:#7B7E85;line-height: 24px;word-break: break-word;}*/
/*#content_list .product_info .product_content .product_body1 .attribute_price{color:#173b65;}*/
/*#content_list .product_info .product_content .product_body1 .attribute.other_detail{word-break: break-word;}*/
/*#content_list .product_info .product_content .product_body1 .attribute.other_detail i{margin-right: 3px;}*/
/*#content_list .product_info .product_content .product_body1 .no_attribute{display:none;}*/
/*#content_list .product_info .product_content .product_body1 .tag_list{display:flex;gap:10px;flex-wrap: wrap;}*/
/*#content_list .product_info .product_content .product_body1 .tag_list .tag{border-radius: 3px;font-size: 12px;font-weight: 400;}*/
/*#content_list .product_info .product_content .product_body1 .tag_list .hot{color:#cfb55d;}*/
/*#content_list .product_info .product_content .product_body1 .tag_list .discount{color:#c56f40;}*/

/*#content_list .product_info .product_content .product_body1 .model_list{margin-bottom: 20px;height:120px;}*/
/*#content_list .product_info .product_content .product_body1 .model_list .model{font-size:13px;line-height:20px;color:#757A81;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}*/
/*#content_list .product_info .product_content .product_body1 .model_list .more{color:#173b65;text-decoration: underline;}*/
/*#content_list .product_info .product_content .product_body1 .model_list .more:hover{font-style:italic; color:#221815;}*/
/*#content_list .product_info .product_content .product_body1 .view_more a{color:#173b65;font-size: 14px;font-weight: 600;text-transform: uppercase;text-decoration: underline;line-height: 21px;letter-spacing: 2px;}*/
/*#content_list .product_info .product_content .product_body1 .view_more a:hover{font-style:italic; color:#221815;}*/

/*#content_list .product_info .page_size{display: flex;justify-content: right;margin-top: 10px;}*/
/*#content_list .product_info .page_size select{width: auto;}*/
/*#content_list .product_info .page_show{display: flex;justify-content: center;}*/
/*#content_list .product_info .page_show .page_list{display: flex;border:#ccc 1px solid;border-radius: 5px;width: auto;}*/
/*#content_list .product_info .page_show span{display:block;color:white;padding: 10px 20px;background:#173b65;}*/
/*#content_list .product_info .page_show a{display:block;color:#173b65;padding: 10px 20px;border-left: #ccc 1px solid;}*/
/*#content_list .product_info .page_show .page-numbers.dots{color:#a0a0a0;background:#f4f4f4;}*/


/*#content_list .product_info_new .product_content{position: relative;border-bottom: 1px solid #ccc;}*/
/*#content_list .product_info_new .product_content .product_bar{padding:10px;}*/
/*#content_list .product_info_new .product_content .product_header{height:44px;display: grid;grid-template-columns: 80px 200px 1.5fr 1fr;grid-gap: 1px;border-bottom: none;position: absolute;width:100%;}*/
/*#content_list .product_info_new .product_content .product_header .thead{background:#173b65;color:#FFFFFF;display:flex;justify-content: center;align-items: center;padding: 10px 0;}*/
/*#content_list .product_info_new .product_content .product_header .thead span{font-weight: 700;}*/
/*#content_list .product_info_new .product_content .absolute_fill{height:44px;}*/
/*#content_list .product_info_new .product_content .product_body1{display: grid;grid-template-columns: 80px 200px 1.5fr 1fr;!*margin-bottom: 10px;*!border:1px solid #ccc;border-bottom: none;font-family: harmonyos sans, Sans-serif;}*/
/*#content_list .product_info_new .product_content .product_body1 .table_data{border-style: solid;border-width: 0px 1px 0px 0px;border-color: #E0E0E0;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding: 10px;}*/
/*#content_list .product_info_new .product_content .product_body1 .phone_body{display:none;}*/
/*#content_list .product_info_new .product_content .product_body1 .table_data.main_image{padding:0;}*/
/*#content_list .product_info_new .product_content .product_body1 .image{width: 150px;height: 150px;line-height:150px;cursor: pointer;margin: 5px auto;font-size:0;}*/
/*#content_list .product_info_new .product_content .product_body1 .image img{display: inline-block;vertical-align: middle;max-height: 150px;}*/
/*#content_list .product_info_new .product_content .product_body1 .no{text-align: center;margin-bottom: 10px;}*/
/*#content_list .product_info_new .product_content .product_body1 .control{display:flex;gap:5px;padding:0 10px 22px 10px;}*/
/*#content_list .product_info_new .product_content .product_body1 .num_div{display:flex;justify-content:center;width: 30%;border: 1px solid #ccc;color: rgb(51, 51, 51);background: #f9f9f9;padding: 5px;border-radius: 6px;}*/
/*#content_list .product_info_new .product_content .product_body1 .num_div .num{color:#173b65;text-align: center;border:none;outline: 0;background: none;}*/
/*#content_list .product_info_new .product_content .product_body1 .num_div .sub{cursor: pointer;}*/
/*#content_list .product_info_new .product_content .product_body1 .num_div .add{cursor: pointer;}*/
/*#content_list .product_info_new .product_content .product_body1 .add_cart{width: 70%;background: #173b65;display: flex;align-content: center;align-items: center;justify-content: center;transition:all 0.4s ease-out;border-radius: 6px}*/
/*#content_list .product_info_new .product_content .product_body1 .add_cart a{color: #FFFFFF;font-size: 13px;font-weight: 600;line-height: 21px;letter-spacing: 2px;}*/
/*#content_list .product_info_new .product_content .product_body1 .add_cart:hover{background: #221815;}*/

/*#content_list .product_info_new .product_content .product_body1 i{font-style:normal}*/
/*#content_list .product_info_new .product_content .product_body1 .product_name{overflow: hidden;height: 24px;width: 100%;position: relative;margin-bottom:5px;}*/
/*#content_list .product_info_new .product_content .product_body1 .product_name a{color: #666a71;font-size: 16px;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;position: absolute;inset: 0 0 0 0;}*/
/*#content_list .product_info_new .product_content .product_body1 .product_name a:hover{color:#221815;}*/
/*#content_list .product_info_new .product_content .product_body1 .price{color: #666a71;font-size: 15px;font-weight: 600;line-height: 24px;margin-bottom: 10px;}*/
/*#content_list .product_info_new .product_content .product_body1 .attribute_list{display:grid;grid-template-columns: repeat(2,1fr);}*/
/*#content_list .product_info_new .product_content .product_body1 .attribute{font-size:13px;color:#7B7E85;line-height: 24px;word-break: break-word;}*/
/*#content_list .product_info_new .product_content .product_body1 .attribute_price{color:#173b65;}*/
/*#content_list .product_info_new .product_content .product_body1 .attribute.other_detail{word-break: break-word;}*/
/*#content_list .product_info_new .product_content .product_body1 .attribute.other_detail i{margin-right: 3px;}*/
/*#content_list .product_info_new .product_content .product_body1 .no_attribute{display:none;}*/
/*#content_list .product_info_new .product_content .product_body1 .tag_list{display:flex;gap:10px;flex-wrap: wrap;}*/
/*#content_list .product_info_new .product_content .product_body1 .tag_list .tag{border-radius: 3px;font-size: 12px;font-weight: 400;}*/
/*#content_list .product_info_new .product_content .product_body1 .tag_list .hot{color:#cfb55d;}*/
/*#content_list .product_info_new .product_content .product_body1 .tag_list .discount{color:#c56f40;}*/

/*#content_list .product_info_new .product_content .product_body1 .model_list{margin-bottom: 20px;height:120px;}*/
/*#content_list .product_info_new .product_content .product_body1 .model_list .model{font-size:13px;line-height:20px;color:#757A81;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}*/
/*#content_list .product_info_new .product_content .product_body1 .model_list .more{color:#173b65;text-decoration: underline;}*/
/*#content_list .product_info_new .product_content .product_body1 .model_list .more:hover{font-style:italic; color:#221815;}*/
/*#content_list .product_info_new .product_content .product_body1 .view_more a{color:#173b65;font-size: 14px;font-weight: 600;text-transform: uppercase;text-decoration: underline;line-height: 21px;letter-spacing: 2px;}*/
/*#content_list .product_info_new .product_content .product_body1 .view_more a:hover{font-style:italic; color:#221815;}*/

/*#content_list .product_info_new .page_show{display: flex;justify-content: space-between;gap:20px;align-items: center;background:#173b65;padding:10px 20px;width:100%;}*/

/*#content_list .product_info_new .page_size{display: flex;justify-content: right;}*/
/*#content_list .product_info_new .page_size select{width: auto;}*/

/*#content_list .product_info_new .page_show .page_list{display: flex;border:#ccc 1px solid;border-radius: 5px;width: auto;}*/
/*#content_list .product_info_new .page_show .page_list span{display:block;color:white;padding: 10px 20px;background:#221815;}*/
/*#content_list .product_info_new .page_show .page_list a{display:block;color:#FFFFFF;padding: 10px 20px;border-left: #ccc 1px solid;}*/
/*#content_list .product_info_new .page_show .page-numbers.dots{color:#a0a0a0;background:#f4f4f4;}*/

/*#content_list .product_info_new .product_content .product_body1 .table_data.choose_data{display: flex;justify-content: center;align-items: center}*/
/*#content_list .product_info_new .product_footer{display: flex;justify-content:right;align-items:center;gap:30px;bottom:0;color:#FFFFFF;}*/
/*#content_list .product_info_new .product_footer .add_to_cart{background: #221815;padding:10px 20px;border-radius: 6px;}*/
/*#content_list .product_info_new .product_footer .add_to_cart a{color:#FFFFFF;}*/

#content_list .content_content{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 30px;}
#content_list .content_content .info_img{margin-bottom: 10px;}
#content_list .content_content .info_text{font-size: 16px;color:#173b65;text-align:center;}
#content_list .content_content .info:hover .info_text{color:#221815;}

#content_list .product_info .product_content{position: relative;border-bottom: 1px solid #ccc;}
#content_list .product_info .product_content .product_bar{padding:10px;display: flex;justify-content: space-between;align-items: center;}
#content_list .product_info .product_content .product_header{height:44px;display: grid;grid-template-columns: 80px 200px 1.5fr 1fr;grid-gap: 1px;border-bottom: none;position: absolute;width:100%;}
#content_list .product_info .product_content .product_header .thead{background:#173b65;color:#FFFFFF;display:flex;justify-content: center;align-items: center;padding: 10px 0;}
#content_list .product_info .product_content .product_header .thead span{font-weight: 700;}
#content_list .product_info .product_content .absolute_fill{height:44px;}
#content_list .product_info .product_content .product_body1{display: grid;grid-template-columns: 80px 200px 1.5fr 1fr;/*margin-bottom: 10px;*/border:1px solid #ccc;border-bottom: none;font-family: harmonyos sans, Sans-serif;}
#content_list .product_info .product_content .product_body1 .table_data{border-style: solid;border-width: 0px 1px 0px 0px;border-color: #E0E0E0;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding: 10px;}
#content_list .product_info .product_content .product_body1 .phone_body{display:none;}
#content_list .product_info .product_content .product_body1 .table_data.main_image{padding:0;}
#content_list .product_info .product_content .product_body1 .image{width: 150px;height: 150px;line-height:150px;cursor: pointer;margin: 5px auto;font-size:0;}
#content_list .product_info .product_content .product_body1 .image img{display: inline-block;vertical-align: middle;max-height: 150px;}
#content_list .product_info .product_content .product_body1 .no{text-align: center;margin-bottom: 10px;}
#content_list .product_info .product_content .product_body1 .control{display:flex;gap:5px;padding:0 10px 22px 10px;}
#content_list .product_info .product_content .product_body1 .num_div{display:flex;justify-content:center;width: 30%;border: 1px solid #ccc;color: rgb(51, 51, 51);background: #f9f9f9;padding: 5px;border-radius: 6px;}
#content_list .product_info .product_content .product_body1 .num_div .num{width:50%;color:#173b65;text-align: center;border:none;outline: 0;background: none;}
#content_list .product_info .product_content .product_body1 .num_div .sub{cursor: pointer;color:#173b65;}
#content_list .product_info .product_content .product_body1 .num_div .add{cursor: pointer;color:#173b65;}
#content_list .product_info .product_content .product_body1 .add_cart{width: 70%;background: #173b65;display: flex;align-content: center;align-items: center;justify-content: center;transition:all 0.4s ease-out;border-radius: 6px}
#content_list .product_info .product_content .product_body1 .add_cart a{color: #FFFFFF;font-size: 13px;font-weight: 600;line-height: 21px;letter-spacing: 2px;}
#content_list .product_info .product_content .product_body1 .add_cart:hover{background: #221815;}
#content_list .product_info .product_content .product_body1 i{font-style:normal}
#content_list .product_info .product_content .product_body1 .product_name{overflow: hidden;height: 24px;width: 100%;position: relative;margin-bottom:5px;}
#content_list .product_info .product_content .product_body1 .product_name a{color: #666a71;font-size: 16px;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;position: absolute;inset: 0 0 0 0;}
#content_list .product_info .product_content .product_body1 .product_name a:hover{color:#221815;}
#content_list .product_info .product_content .product_body1 .price{color: #666a71;font-size: 15px;font-weight: 600;line-height: 24px;margin-bottom: 10px;}
#content_list .product_info .product_content .product_body1 .attribute_list{display:grid;grid-template-columns: repeat(2,1fr);}
#content_list .product_info .product_content .product_body1 .attribute{font-size:13px;color:#7B7E85;line-height: 24px;word-break: break-word;}
#content_list .product_info .product_content .product_body1 .attribute_price{color:#173b65;}
#content_list .product_info .product_content .product_body1 .attribute.other_detail{word-break: break-word;}
#content_list .product_info .product_content .product_body1 .attribute.other_detail i{margin-right: 3px;}
#content_list .product_info .product_content .product_body1 .no_attribute{display:none;}
#content_list .product_info .product_content .product_body1 .tag_list{display:flex;gap:10px;flex-wrap: wrap;}
#content_list .product_info .product_content .product_body1 .tag_list .tag{border-radius: 3px;font-size: 12px;font-weight: 400;}
#content_list .product_info .product_content .product_body1 .tag_list .hot{color:#cfb55d;}
#content_list .product_info .product_content .product_body1 .tag_list .discount{color:#c56f40;}
#content_list .product_info .product_content .product_body1 .model_list{margin-bottom: 20px;height:120px;}
#content_list .product_info .product_content .product_body1 .model_list .model{font-size:13px;line-height:20px;color:#757A81;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#content_list .product_info .product_content .product_body1 .model_list .more{color:#173b65;text-decoration: underline;}
#content_list .product_info .product_content .product_body1 .model_list .more:hover{font-style:italic; color:#221815;}
#content_list .product_info .product_content .product_body1 .view_more a{color:#173b65;font-size: 14px;font-weight: 600;text-transform: uppercase;text-decoration: underline;line-height: 21px;letter-spacing: 2px;}
#content_list .product_info .product_content .product_body1 .view_more a:hover{font-style:italic; color:#221815;}
/*#content_list .product_info .page_show{display:flex;flex-direction: column;background:#173b65;}*/
#content_list .product_info .page_show{display: flex;justify-content: space-between;gap:20px;align-items: center;background:#173b65;padding:10px 20px;width:100%;background:#173b65;}
#content_list .product_info .page_size{display: flex;justify-content: right;}
#content_list .product_info .page_size select{width: auto;border-radius: 6px;}
#content_list .product_info .page_show .page_show_content{display:flex;gap:10px;}
#content_list .product_info .page_show .page_list{display: flex;border:#ccc 1px solid;border-radius: 6px;width: auto;overflow: hidden;}
#content_list .product_info .page_show .page_list span{display:block;color:white;padding: 8px 16px;background:#221815;}
/*#content_list .product_info .page_show .page_list a{display:block;color:#FFFFFF;padding: 10px 20px;border-left: #ccc 1px solid;}*/
/*#content_list .product_info .page_show .page-numbers.dots{color:#a0a0a0;background:#f4f4f4;border-left: #ccc 1px solid;}*/
#content_list .product_info .page_show .page_list a{display:block;background:#FFFFFF;color:#000000;padding: 8px 16px;border-left: #ccc 1px solid;}
#content_list .product_info .page_show .page-numbers.dots{background:#FFFFFF;color:#000000;border-left: #ccc 1px solid;}
#content_list .product_info #jump_page{display:flex;gap:5px;align-items: center;}
#content_list .product_info #jump_page span{color:#FFFFFF;}
#content_list .product_info #jump_page .jump_page{width: 70px;text-align: center;border-radius: 6px;padding:8px 16px;border: none;}
/*#content_list .product_info #jump_page .jump_botton{background: #221815;padding: 5px 10px;border-radius: 6px;}*/
/*#content_list .product_info #jump_page .jump_botton a{color:#FFFFFF;}*/
#content_list .product_info .product_content .product_body1 .table_data.choose_data{display: flex;justify-content: center;align-items: center}
#content_list .product_info .product_footer{display: flex;justify-content:right;align-items:center;gap:30px;bottom:0;color:#FFFFFF;}
#content_list .product_info .product_footer .add_to_cart{background: #221815;padding:8px 16px;border-radius: 6px;white-space:nowrap;}
#content_list .product_info .product_footer .add_to_cart a{color:#FFFFFF;}

#screen{background:#f8f8f8;padding:30px;margin-top:-10px;}
#screen .screen_info{margin:5px 0;}
#screen .screen_info .screen_title{color:#555;font-family: harmonyos sans, Sans-serif;font-size: 14px;font-weight: 400;text-transform: uppercase;letter-spacing: 2px;}
#screen .screen_info .screen_content select{padding:12px;font-family: harmonyos sans, Sans-serif;font-size: 14px;font-weight: 400;line-height: 24px;background: #FFFFFF;border-color: #1c1c1c80;border-radius: 0;outline: 0;}
#screen .screen_info .screen_content select:focus{background:white;color:black;}
#screen .screen_info .screen_content input{font-family: harmonyos sans, Sans-serif;background: #FFFFFF;border-color: #1c1c1c80;color:rgba(0,0,0,.85);font-size:12px;}
#screen .screen_info.choose .screen_content input{background: #173b65;border-color: #1c1c1c80;color:#FFFFFF;}
/*#screen .screen_info .screen_content input{font-family: harmonyos sans, Sans-serif;background: #173b65;border-color: #1c1c1c80;color:#FFFFFF;font-size:12px;}*/
/*#screen .screen_info .screen_content input.layui-disabled{background: #FFFFFF;color:rgba(0,0,0,.85);}*/
#screen .screen_info .layui-select-title input::-webkit-input-placeholder{color: rgba(206, 206, 206, 0.84);}
#screen .screen_submit{display:block;width:100%;border:none;cursor: pointer;color:white;background:#173b65;text-align:center;padding:14px 0;font-family: harmonyos sans, Sans-serif;font-size: 17px;font-weight: 600;line-height: 21px;letter-spacing: 2px;transition:all 0.4s ease-out;margin-top:20px;}
#screen .screen_submit:hover{background:#221815;transform: skewX(-10deg);}
#screen .custom_search{display: flex;border-radius: 6px;border: 1px solid #ccc;overflow: hidden;}
#screen .custom_search_input{background: #FFFFFF;width: 90%;}
#screen .custom_search_input input{height: 38px;border: none;font-size:12px;}
#screen .custom_search_button{height: 38px;border: none;background: #221815;color: #FFFFFF;}

#screen_new{display:flex;gap:10px;justify-content: space-between;padding:10px;background:#f8f8f8;}
#screen_new .custom_search{width:25%;display:flex;gap:10px;}
#screen_new .custom_search .custom_search_input{width:100%;}
#screen_new .custom_search_input input{height: 38px;font-size:14px;border:1px solid #eee;}
#screen_new .custom_search_button{height: 38px;border: none;background: #173b65;color: #FFFFFF;}
#screen_new .custom_search_button:hover{background:#221815;transform: skewX(-10deg);}
#screen_new .screen_list{width:70%;display: flex;flex-direction: column;gap:15px;}
#screen_new .screen_list .screen_box{display:flex; gap:10px;}
#screen_new .screen_info .screen_content input{font-family: harmonyos sans, Sans-serif;background: #173b65;border-color: #1c1c1c80;color:#FFFFFF;}
#screen_new .screen_info .screen_content input.layui-disabled{background: #FFFFFF;color:rgba(0,0,0,.85);}
#screen_new .screen_submit{height: 38px;border: none;background: #173b65;color: #FFFFFF;padding:0 15px;}
#screen_new .screen_submit:hover{background:#221815;transform: skewX(-10deg);}


#jquery-lightbox #lightbox-container-image-box{max-width:800px;max-height:800px;}
#jquery-lightbox #lightbox-container-image-data-box{max-width: 800px;}

.faq{padding:40px;opacity: 0.9;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;}
.faq_bg{background-color:#F7F7F7;}
.faq .faq_content{max-width: 1440px;padding:10px;margin: 0 auto;}
.faq .faq_title{display:flex;align-items:center;justify-content:space-between;padding-right:26px;cursor: pointer;}
.faq .faq_title .faq_title_text{font-family: "harmonyos sans", Sans-serif;font-size: 28px;font-weight: 600;line-height: 45.6px;color: #012358;}
.faq .faq_title .faq_icon{display:flex;}
.faq .faq_title .faq_icon svg{width:28px;height:28px;}
.faq .faq_describe{display:none;color: #5A5A5A;font-size: 1rem;line-height: 1.7;margin-top: 35px;}

.faq_list .faq ul{padding-left: 40px; }
.faq_list .faq li {list-style-type: disc;}

/*手机*/
@media screen and (max-width: 600px){
    #content_list .content_info .content_content{grid-template-columns: repeat(2,1fr) !important;grid-gap: 22px !important;}
    #content_list .content_info .content_content .info .info_text{font-size: 12px !important;}

    #content_list .product_info .product_content .product_header{display:none;}
    #content_list .product_info .product_content .product_body1{display:block;}
    #content_list .product_info .product_content .product_body1 .table_data{border:none;display: none;}
    #content_list .product_info .product_content .product_body1 .phone_body{display:grid;grid-template-columns: 100px 1fr;padding: 0;}
    #content_list .product_info .product_content .product_body1 .phone_body .image{padding: 2px;border-right: 1px solid #ccc;width:auto;height: auto;margin: 0;position: relative;}
    #content_list .product_info .product_content .product_body1 .phone_body .image image{position: absolute;inset: 50% 0 0 0;transform: translateY(-50%);}
    #content_list .product_info .product_content .product_body1 .phone_body .phone_attribute{padding: 10px;}
    #content_list .product_info .product_content .product_body1 .phone_body .product_name{height: auto;}
    #content_list .product_info .product_content .product_body1 .phone_body .product_name a{font-size:14px;position: relative;white-space:pre-wrap;word-wrap:break-word;text-wrap: normal;}
    #content_list .product_info .product_content .product_body1 .phone_body .num{width: 100px;}
    #content_list .product_info .product_content .product_body1 .phone_body .add_cart{width:auto;padding:0 10px;}
    #content_list .product_info .product_content .product_body1 .phone_body .add_cart a{font-size:12px;}
    #content_list .product_info .product_content .product_body1 .phone_body .control{margin-top:10px;padding:0;}
    #content_list .product_info .product_content .product_body1 .phone_body .tag_list{min-height: 22px;}
    #content_list .product_info .product_content .product_body1 .model_list{display:none;}
    #content_list .product_info .product_content .product_body1 .view_more{display:none;}
    #content_list .product_info .page_show{flex-direction: column;}
    #content_list .product_info .page_show .page_show_list{flex-direction: column;}
    #content_list .product_info .page_show .page_show_list .page-numbers{padding:5px 10px !important;}
    #content_list .product_info .page_show .product_footer{flex-direction: column;}

    #screen{display:none;margin-top:0;}
    #show_screen{display:block;}
    #category_list{display:none;}

    #screen_new{display:none;}
    #screen_new .custom_search{margin-bottom: 10px;}
    #screen_new .screen_list{flex-direction: column;}

    .faq{padding:20px;}
    .faq .faq_title .faq_title_text{font-size: 16px;line-height: 21px;}
    .faq .faq_describe{font-size: 14px;line-height: 21px;}

    #content_list .product_info .page_show a{padding:10px;}
}