@charset "UTF-8";
body { /*background: url("../img/board/kbbg1.jpg") no-repeat 0 0;
background-size: 100% 100%;*/ background: #01081d url("../img/board/bg.jpg") no-repeat 0 0; background-size: 100% 100%; /*    .jedate{ //color: black; background: rgb(8,17,41); .jedate-wrap{ background: rgb(8,17,41); } .jedate-content{ .daystable{ thead{ background: rgb(8,17,41); } } } }*/ }
body .ustom-input { width: 180px; border: 1px solid #2a5a94; height: 34px; background-color: rgba(8, 24, 55, 0.9); box-sizing: border-box; padding-left: 10px; margin-right: 10px; color: #fff; }
body .ustom-input::placeholder { color: #fff; }
body .ustom-input:focus { outline: none; border: 1px solid #2e80e3 !important; }

.a_btn { padding-left: 58px; position: relative; top: 10px; left: -12px; display: block; height: 52px; line-height: 52px; color: #fff; background: url("../img/board/back.png") no-repeat 0 0; }

.main_box { padding-top: 30px; }

.main_content { display: grid; grid-template-columns: 540px auto 540px; grid-column-gap: 16px; }
.main_content .part .board_header3 { width: 549px; background: url("../img/board/title1.png") no-repeat 0 0; }
.main_content .part .board_header4 { width: 712px; background: url("../img/board/title2.png") no-repeat 0 0; }
.main_content .part .part_content { padding: 29px 22px; box-sizing: border-box; background: linear-gradient(to right, rgba(50, 137, 255, 0.1), rgba(50, 137, 255, 0.05)); }
.main_content .left .part1 .part_content { width: 100%; height: 302px; }
.main_content .left .part1 .part_content h3 { font-size: 20px; color: #fff; margin-top: 24px; }
.main_content .left .part1 .part_content h3 .score_box { padding: 6px 10px; background: #3289ff; border-radius: 4px; margin-left: 32px; font-size: 14px; color: #fff; }
.main_content .left .part1 .part_content h3 .score_box .score { font-family: DINR; }
.main_content .left .part1 .part_content ul { margin-top: 30px; }
.main_content .left .part1 .part_content ul li { float: left; margin-top: 20px; font-size: 12px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main_content .left .part1 .part_content ul li:nth-child(odd) { width: 320px; }
.main_content .left .part1 .part_content ul li:nth-child(2n) { width: 150px; }
.main_content .left .part1 .part_content .main_business { color: #fff; font-size: 14px; margin-top: 25px; width: 100%; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 4; /* 显示五行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ }
.main_content .left .part1 .part_content .intro { margin-top: 20px; font-size: 14px; color: #fff; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 5; /* 显示五行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ }
.main_content .left .part2 { margin-top: 20px; }
.main_content .left .part2 .part_content { width: 100%; height: 526px; }
.main_content .left .part2 .part_content .order_h { margin-top: 18px; }
.main_content .left .part2 .part_content .order_h ul { display: flex; justify-content: space-between; }
.main_content .left .part2 .part_content .order_h ul li { width: 94px; height: 90px; background: rgba(50, 137, 255, 0.1); box-sizing: border-box; padding: 20px 0 0 29px; border: 1px solid #163763; }
.main_content .left .part2 .part_content .order_h ul li h4 { font-size: 14px; color: #fff; position: relative; }
.main_content .left .part2 .part_content .order_h ul li h4::before { position: absolute; content: ''; width: 8px; height: 8px; background: #1190f3; border-radius: 50%; left: -14px; top: 3px; }
.main_content .left .part2 .part_content .order_h ul li p { font-size: 28px; color: #fff; font-family: DINPro; margin-top: 9px; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(1) { width: 104px; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(2) h4::before { background: #6bbbfa; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(3) h4::before { background: #9e6eff; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(4) h4::before { background: #fd5451; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(5) h4::before { background: #feae4d; }
.main_content .left .part2 .part_content .order_h ul li:nth-child(6) h4::before { background: #04cd83; }
.main_content .left .part2 .part_content .order_b { margin-top: 30px; }
.main_content .left .part2 .part_content .order_b .ob_h { display: flex; justify-content: space-between; align-items: center; }
.main_content .left .part2 .part_content .order_b .ob_h h5 { font-size: 14px; color: #fff; font-weight: bold; position: relative; margin-left: 14px; }
.main_content .left .part2 .part_content .order_b .ob_h h5::before { position: absolute; content: ''; width: 4px; height: 14px; background: #2ee2f3; border-radius: 2px; left: -14px; top: 1px; }
.main_content .left .part2 .part_content .order_b .ob_b { width: 100%; height: 320px; }
.main_content .center .part3 .part_content { width: 100%; height: 141px; }
.main_content .center .part3 .part_content .serve_b ul { display: flex; justify-content: space-between; }
.main_content .center .part3 .part_content .serve_b ul li { width: 154px; height: 83px; background: rgba(50, 137, 255, 0.1); box-sizing: border-box; padding: 20px 0 0 31px; border: 1px solid #163763; }
.main_content .center .part3 .part_content .serve_b ul li h4 { font-size: 14px; color: #fff; position: relative; }
.main_content .center .part3 .part_content .serve_b ul li h4::before { position: absolute; content: ''; width: 8px; height: 8px; background: #1190f3; border-radius: 50%; left: -14px; top: 3px; }
.main_content .center .part3 .part_content .serve_b ul li p { font-size: 28px; color: #fff; font-family: DINPro; margin-top: 9px; }
.main_content .center .part3 .part_content .serve_b ul li:nth-child(2) h4::before { background: #6bbbfa; }
.main_content .center .part3 .part_content .serve_b ul li:nth-child(3) h4::before { background: #9e6eff; }
.main_content .center .part3 .part_content .serve_b ul li:nth-child(4) h4::before { background: #fd5451; }
.main_content .center .part3 .part_content .serve_b ul li:nth-child(5) h4::before { background: #feae4d; }
.main_content .center .part3 .part_content .serve_b ul li:nth-child(6) h4::before { background: #04cd83; }
.main_content .center .part4 { margin-top: 20px; }
.main_content .center .part4 .part_content { width: 100%; height: 240px; padding-top: 10px; }
.main_content .center .part4 .part_content .num_b ul li { margin-top: 15px; margin-right: 15px; float: left; width: 154px; height: 84px; background: rgba(50, 137, 255, 0.1); border: 1px solid #163763; box-sizing: border-box; padding: 20px 0 0 31px; }
.main_content .center .part4 .part_content .num_b ul li h4 { font-size: 14px; color: #fff; position: relative; }
.main_content .center .part4 .part_content .num_b ul li h4::before { position: absolute; content: ''; width: 8px; height: 8px; background: #1190f3; border-radius: 50%; left: -14px; top: 3px; }
.main_content .center .part4 .part_content .num_b ul li p { font-size: 28px; color: #fff; font-family: DINPro; margin-top: 9px; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(4n) { margin-right: 0; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(2) h4::before { background: #6bbbfa; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(3) h4::before { background: #9e6eff; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(4) h4::before { background: #fd5451; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(5) h4::before { background: #feae4d; }
.main_content .center .part4 .part_content .num_b ul li:nth-child(6) h4::before { background: #04cd83; }
.main_content .center .part5 { margin-top: 20px; }
.main_content .center .part5 .part_content { width: 100%; height: 330px; padding-top: 2px; }
.main_content .center .part5 .part_content .commonality_b { margin-top: 9px; }
.main_content .center .part5 .part_content .commonality_b ul li { margin-top: 15px; margin-right: 15px; float: left; width: 210px; height: 84px; background: rgba(50, 137, 255, 0.1); border: 1px solid #163763; box-sizing: border-box; padding: 20px 0 0 31px; }
.main_content .center .part5 .part_content .commonality_b ul li h4 { font-size: 14px; color: #fff; position: relative; }
.main_content .center .part5 .part_content .commonality_b ul li h4::before { position: absolute; content: ''; width: 8px; height: 8px; background: #1190f3; border-radius: 50%; left: -14px; top: 3px; }
.main_content .center .part5 .part_content .commonality_b ul li p { font-size: 28px; color: #fff; font-family: DINPro; margin-top: 9px; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(3n) { margin-right: 0; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(2) h4::before { background: #6bbbfa; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(3) h4::before { background: #9e6eff; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(4) h4::before { background: #fd5451; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(5) h4::before { background: #feae4d; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(6) h4::before { background: #04cd83; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(7) h4::before { background: #0073cc; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(8) h4::before { background: #ffcf28; }
.main_content .center .part5 .part_content .commonality_b ul li:nth-child(9) h4::before { background: #24e8ff; }
.main_content .right .part6 .part_content { width: 100%; height: 336px; }
.main_content .right .part7 { margin-top: 20px; }
.main_content .right .part7 .part_content { width: 100%; height: 491px; padding-top: 2px; }
.main_content .right .part7 .part_content .afterSale_header { margin-top: 19px; }
.main_content .right .part7 .part_content .afterSale_header ul { display: flex; justify-content: space-between; }
.main_content .right .part7 .part_content .afterSale_header ul li { width: 94px; height: 80px; background: rgba(50, 137, 255, 0.1); border: 1px solid #163763; box-sizing: border-box; padding: 20px 0 0 26px; position: relative; cursor: pointer; }
.main_content .right .part7 .part_content .afterSale_header ul li.on { background: #1190f3; }
.main_content .right .part7 .part_content .afterSale_header ul li.on::after { content: ''; position: absolute; bottom: -16px; /* 控制三角形距离底部的位置 */ left: 50%; /* 将三角形水平居中 */ border-width: 8px; /* 三角形的大小，可以根据需要调整 */ border-style: solid; border-color: transparent transparent #1190f3 transparent; /* 设置三角形颜色和边框 */ transform: translateX(-50%) rotate(180deg); /* 将三角形翻转并水平居中 */ }
.main_content .right .part7 .part_content .afterSale_header ul li.on h4 { color: #fff; }
.main_content .right .part7 .part_content .afterSale_header ul li.on h4::before { background: #fff; }
.main_content .right .part7 .part_content .afterSale_header ul li.on p { color: #fff; }
.main_content .right .part7 .part_content .afterSale_header ul li h4 { font-size: 14px; color: #fff; position: relative; }
.main_content .right .part7 .part_content .afterSale_header ul li h4::before { position: absolute; content: ''; width: 8px; height: 8px; background: #1190f3; border-radius: 50%; left: -14px; top: 3px; }
.main_content .right .part7 .part_content .afterSale_header ul li p { font-size: 28px; color: #fff; font-family: DINPro; margin-top: 5px; }
.main_content .right .part7 .part_content .afterSale_header ul li:nth-child(2) h4::before { background: #0073cc; }
.main_content .right .part7 .part_content .afterSale_header ul li:nth-child(3) h4::before { background: #feae4d; }
.main_content .right .part7 .part_content .afterSale_header ul li:nth-child(4) h4::before { background: #04cd83; }
.main_content .right .part7 .part_content .afterSale_header ul li:nth-child(5) h4::before { background: #6bbbfa; }
.main_content .right .part7 .part_content .afterSale_main .main_table { font-size: 12px; }
.main_content .right .part7 .part_content .afterSale_main .main_table p i { font-style: italic; }
.main_content .right .part7 .part_content .afterSale_main .main_table .blue { color: #68a5f8; }
.main_content .right .part7 .part_content .afterSale_main .main_table .blue1 { color: #2ee2f3; }
.main_content .right .part7 .part_content .afterSale_main .main_table .red { color: #f55659; }
.main_content .right .part7 .part_content .afterSale_main .main_table .yellow { color: #ffe13a; }
.main_content .right .part7 .part_content .afterSale_main .main_table .green { color: #17e5b2; }
.main_content .right .part7 .part_content .afterSale_main .main_table .num { font-family: DINR; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_th { font-weight: 700; line-height: 15px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_th li { float: left; }
.main_content .right .part7 .part_content .afterSale_main .main_table .center { text-align: center; }
.main_content .right .part7 .part_content .afterSale_main .main_table .em { font-style: italic; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td { line-height: 34px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_1 a p { padding-left: 12px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_1 a p span { width: 100%; background: url("../img/digital/no1.png") no-repeat center; display: inline-block; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_2 a p { padding-left: 12px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_2 a p span { width: 100%; background: url("../img/digital/no2.png") no-repeat center; display: inline-block; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_3 a p { padding-left: 12px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li.t_3 a p span { width: 100%; background: url("../img/digital/no3.png") no-repeat center; display: inline-block; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li a > div { float: left; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li a .num_box { float: right; padding-right: 5px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .w1 { width: 14%; }
.main_content .right .part7 .part_content .afterSale_main .main_table .w2 { width: 66%; }
.main_content .right .part7 .part_content .afterSale_main .main_table .w3 { width: 20%; }
.main_content .right .part7 .part_content .afterSale_main .main_table { width: 100%; box-sizing: border-box; margin-top: 30px; }
.main_content .right .part7 .part_content .afterSale_main .main_table p { padding-left: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_th { line-height: 36px; background: linear-gradient(to top, rgba(50, 137, 255, 0.2), rgba(50, 137, 255, 0)); font-weight: 400; border-bottom: 1px solid #4885ce; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td { line-height: 36px; height: 300px; margin-top: 4px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li { height: 36px; margin-bottom: 2px; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li a { color: #fff; }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li:nth-child(odd) { background-color: rgba(50, 137, 255, 0.1); }
.main_content .right .part7 .part_content .afterSale_main .main_table .table_td li:nth-child(even) { background-color: rgba(50, 137, 255, 0.05); }

.main_table { border: 1px solid #11182c; background-color: rgba(8, 14, 28, 0.5); font-size: 12px; }
.main_table p i { font-style: italic; }
.main_table .blue { color: #68a5f8; }
.main_table .blue1 { color: #2ee2f3; }
.main_table .red { color: #f55659; }
.main_table .yellow { color: #ffe13a; }
.main_table .green { color: #17e5b2; }
.main_table .num { font-family: DINR; }
.main_table .table_th { line-height: 36px; background: linear-gradient(to top, rgba(50, 137, 255, 0.2), rgba(50, 137, 255, 0)); font-weight: 400; border-bottom: 1px solid #4885ce; }
.main_table .table_th li { float: left; }
.main_table .center { text-align: center; }
.main_table .em { font-style: italic; }
.main_table .table_td { line-height: 34px; }
.main_table .table_td li { /*&:nth-child(1){ p{ padding-left: 12px; span{ width: 100%; background: url("../img/digital/no1.png") no-repeat center; display: inline-block; } }
}
&:nth-child(2){ p{ padding-left: 12px; span{ width: 100%; background: url("../img/digital/no2.png") no-repeat center; display: inline-block; } }
}
&:nth-child(3){ p{ padding-left: 12px; span{ width: 100%; background: url("../img/digital/no3.png") no-repeat center; display: inline-block; } }
}*/ }
.main_table .table_td li:nth-child(odd) { background-color: rgba(50, 137, 255, 0.1); }
.main_table .table_td li:nth-child(even) { background-color: rgba(50, 137, 255, 0.05); }
.main_table .table_td li.t_1 p { padding-left: 12px; }
.main_table .table_td li.t_1 p span { width: 100%; background: url("../img/digital/no1.png") no-repeat center; display: inline-block; }
.main_table .table_td li.t_2 p { padding-left: 12px; }
.main_table .table_td li.t_2 p span { width: 100%; background: url("../img/digital/no2.png") no-repeat center; display: inline-block; }
.main_table .table_td li.t_3 p { padding-left: 12px; }
.main_table .table_td li.t_3 p span { width: 100%; background: url("../img/digital/no3.png") no-repeat center; display: inline-block; }
.main_table .table_td li > div { float: left; }
.main_table .table_td li .num_box { float: right; padding-right: 5px; }
.main_table .w1 { width: 10%; }
.main_table .w2 { width: 50%; }
.main_table .w3 { width: 18%; }
.main_table .w4 { width: 22%; }

.nano { position: relative; width: 100%; height: 100%; overflow: hidden; }
.nano > .nano-content { overflow: scroll; overflow-x: hidden; left: 0; }
.nano > .nano-content:focus { outline: dotted thin; }
.nano > .nano-content::-webkit-scrollbar { display: none; }
.nano > .nano-pane { width: 4px; visibility: visible\9; opacity: .99; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: rgba(50, 137, 255, 0.1); }
.nano > .nano-pane.active, .nano > .nano-pane.flashed { visibility: visible\9; opacity: .99; }
.nano > .nano-pane > .nano-slider { background: #253860; position: relative; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nano > .nano-content, .nano > .nano-pane { position: absolute; right: 0; top: 0; bottom: 0; }
.nano.has-scrollbar > .nano-content::-webkit-scrollbar { display: block; }
.nano:hover > .nano-pane { visibility: visible\9; opacity: .99; }

/*# sourceMappingURL=boardDetail.css.map */
