@charset "UTF-8";
@font-face { font-family: DINR; src: url("../font/DINPro-Regular.ttf") format("truetype"); }
@font-face { font-family: DINM; src: url("../font/DINPro-Medium.ttf") format("truetype"); }
* { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a, a:active, a:focus, a:hover, a:visited { text-decoration: none; }

img { border: 0; vertical-align: top; }

li, ol, ul { list-style: none; }

i { font-style: normal; }

.clearfix:after { clear: both; display: block; overflow: hidden; height: 0; content: ''; }

.fl { float: left; }

.fr { float: right; }

.oe1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.flex-box { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex-direction-row { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }

.flex-direction-column { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex-wrap-nowrap { -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; flex-wrap: nowrap; }

.flex-wrap-wrap { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }

.flex-justify-center { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

.flex-justify-between { -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; }

.flex-align-item-start { -webkit-box-align: start; -moz-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.flex-align-item-center { -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex1 { -webkit-flex: 1; -ms-flex: 1; flex: 1; }

body { position: relative; margin: 0 auto; width: 1920px; height: 1080px; background-size: 100% 100%; color: #ffffff; font: 12px/1 'Microsoft YaHei', Arial, Verdana, Helvetica, sans-serif; -webkit-text-size-adjust: none; }
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; }

.header { position: absolute; left: 0; top: 0; width: 100%; height: 86px; background: url(../img/board/header_tt.png) no-repeat center 0; line-height: 66px; text-align: center; font-size: 28px; font-weight: 700; }

.main_box { padding: 82px 52px 0; height: 1080px; box-sizing: border-box; overflow: hidden; background: #01081d url("../img/board/bg.jpg") no-repeat 0 0; }
.main_box .main_tt { position: relative; left: -9px; padding-left: 36px; width: 409px; height: 38px; background: url(../img/main_tt.png) no-repeat 0 0; line-height: 30px; font-size: 14px; font-weight: bold; color: #e5efff; box-sizing: border-box; }
.main_box .sub_tt { position: relative; padding-left: 12px; font-size: 14px; font-weight: bold; }
.main_box .sub_tt:before { content: ''; position: absolute; left: 0; width: 4px; height: 14px; border-radius: 4px; background-color: #2ee2f3; }

.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: 147px; padding-top: 25px; padding-bottom: 28px; }
.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: 94px; 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: 14px; }
.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: 257px; padding-top: 10px; padding-bottom: 28px; }
.main_content .center .part4 .part_content .num_b ul li { margin-top: 15px; margin-right: 15px; float: left; width: 154px; height: 94px; 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: 14px; }
.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: 366px; padding-top: 10px; }
.main_content .center .part5 .part_content .commonality_b ul li { margin-top: 15px; margin-right: 15px; float: left; width: 210px; height: 94px; 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: 14px; }
.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 */
