
/* ----------------------------------------------
List
------------------------------------------------*/

/* Common */
.sort {padding: 20px 20px 20px 0px;}
.sort.btn_sortorderdown {background: url(/ssw/images/bullet/th_down_p.png) no-repeat right center; white-space:nowrap;}
.sort.btn_sortorderdown2 {background: url(/ssw/images/bullet/th_up_p.png) no-repeat right center; white-space:nowrap;}


/* Table Style */
.list_summary ul {}
.list_summary ul li {display:block; border:5px solid transparent; padding:5px; cursor:pointer;}
.list_summary ul li:hover {border:5px solid #cf0652;}
.list_summary ul li.select_cell {border:5px solid #7d2741; padding:5px;}
.list_summary ul li:nth-child(odd) {background:#f1f1f1;}
.list_summary table {width:100%; white-space:normal; border-collapse:collapse;}
.list_summary.list_header thead { height:50px; line-height:50px;}
.list_summary.list_header thead th {border-bottom:1px solid #a6a6a6; font-size:13px;}
.list_summary.list_header thead th label { margin-left:20px; display:block;}

.list_summary.list_body {height:calc(100% - 51px); overflow-y:scroll; overflow-x:hidden;}
.list_summary.list_body tr td {padding:13px 0;}
.list_summary.list_body td .button a { min-width:76px; white-space:nowrap; padding:0 14px;}
.list_summary.list_body td .button a.ccr {min-width:144px;}

/* thumb_list_wrap */
.thumb_list_cell {position:relative; height:80px;}
.thumb_list_wrap {overflow-y:hidden; overflow-x:scroll; position:absolute; top:0px; left:68px; right:0px;}
.thumb_list_wrap .thumb_list {text-align:left;}
.thumb_list_wrap .thumb_list:after{content:"";display:block;clear:both}
.thumb_list_wrap .thumb_list p {display:table-cell; vertical-align:middle; width:133px; height:75px; background:#fff; border:1px solid #DCDCDC; box-sizing:border-box; text-align:center;}
.thumb_list_wrap .thumb_list p img {max-width:131px; max-height:73px; vertical-align:middle;}

/* name_cell */
.name_cell {margin-left:10px; display:table;}
.name_cell p {display:table-cell;vertical-align:middle;width:130px;height: 75px;background:#fff;position:relative;text-align:center; border:1px solid #DCDCDC; overflow:hidden;}
.name_cell p .time {height:20px; line-height:20px; background:url(/ssw/images/page/bg_time.png); font-style:normal; font-size:14px; font-weight:bold; color:#FFF; position:absolute; bottom:0px; right:0px; text-align:center; padding:0 6px;}
.name_cell p img {max-width:128px; max-height:73px; display: inline-block; vertical-align:middle; border:0px; padding:0px; margin:0px;}
.name_cell p.vertical {width:90px; height:120px;}
.name_cell p .thumblist {display:block; width:32px; height:32px; line-height:32px; position:absolute; bottom:5px; right:5px; text-align:center; background:url(/ssw/images/page/btn_thumb_bg_n.png) no-repeat; color:#b5b5b5; font-weight:bold; font-size:14px;}
.name_cell p .thumblist:hover {background: url(/ssw/images/page/btn_thumb_bg_f.png) no-repeat; color:#FFF;}
.name_cell p .thumblist:active {background: url(/ssw/images/page/btn_thumb_bg_p.png) no-repeat; color:#b5b5b5;}
.name_cell p .thumblist.active {text-indent:-999em; background:url(/ssw/images/page/btn_thumb_open_n.png) no-repeat;}
.name_cell p .thumblist.active:hover {background:url(/ssw/images/page/btn_thumb_open_f.png) no-repeat;}
.name_cell p .thumblist.active:active {background:url(/ssw/images/page/btn_thumb_open_p.png) no-repeat;}

.name_cell p .thumblist:off {background: url(/ssw/images/page/btn_thumb_bg_p.png) no-repeat; color:#b5b5b5;}
.name_cell p .thumblist.off {text-indent:-999em; background:url(/ssw/images/page/btn_thumb_down_n.png) no-repeat;}
.name_cell p .thumblist.off:hover {background:url(/ssw/images/page/btn_thumb_down_f.png) no-repeat;}
.name_cell p .thumblist.off:active {background:url(/ssw/images/page/btn_thumb_down_p.png) no-repeat;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10-specific styles go here */  
   .name_cell p {border:2px solid #DCDCDC;}
} 


.name_cell span {display:table-cell; vertical-align:middle; color:#8b8b8b; padding:0 10px 0 30px; line-height:20px; height:75px; font-size:13px;}
.name_cell span strong {display:block; color:#000; font-size:15px; width:230px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.name_cell span em { font-style:normal; margin-left:15px;}
.name_cell span u {display:block; width:200px; text-decoration:none; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

  @media (max-width: 3000px) and (min-width: 2000px) { 
    .name_cell span strong {width: 600px !important;}
  } 
  
  @media (max-width: 2000px) and (min-width: 1780px) { 
    .name_cell span strong {width: 420px !important;}
  } 

  @media (max-width: 1780px) and (min-width: 1600px) { 
    .name_cell span strong {width: 320px !important;}
  } 

  @media (max-width: 1600px) and (min-width: 1459px) { 
    .name_cell span strong {width: 260px !important;}
  } 

  @media (max-width: 1459px) and (min-width: 0px) { 
    .name_cell span strong {width: 200px !important;}
  } 

/* update_cell */
.update_cell {font-size:13px; color:#8b8b8b; line-height:20px; word-break:break-all; margin-right:10px;}
.update_cell span {display:block; font-style:normal; color:#000; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:180px;}
.update_cell em { color:#464646; font-weight:bold; font-style:normal;}
.update_cell p {font-size:12px;color: #666;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/* detail_cell */
.detail_cell {font-size:13px;color:#8b8b8b;line-height:20px;}
.detail_cell strong {display:block; font-style:normal; color:#000; word-break:break-all; margin-right:10px; text-indent:0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:80px;}
.detail_cell strong.ico_green {background:url(/ssw/images/bullet/bul_green.png) no-repeat 0px 4px; padding-left:17px; width:auto;}
.detail_cell strong.ico_red {background:url(/ssw/images/bullet/bul_red.png) no-repeat 0px 4px; padding-left:17px; width:auto;}
.detail_cell strong.ico_gray {background:url(/ssw/images/bullet/bul_gray.png) no-repeat 0px 4px; padding-left:17px; width:auto;}
#s_dsl_DataServiceList .detail_cell strong.ico_gray {color:#888;}
.detail_cell span { display:inline-block; word-break:break-all; margin-right:10px;}

/* check_cell */
.check_cell {}
.check_cell strong {display:block; font-size:13px; margin-bottom:14px;}


/* detail_status */
.detail_status {font-size:13px; width:150px; position:relative;}
.detail_status strong {}
.detail_status p {display:block; text-align:right; font-size:13px; color:#8b8b8b;}
.detail_status .progress {width:150px; height:5px; background:#262626; margin:12px 0;}
.detail_status .progress span { display:block; height:5px; background:#cf0652; text-indent:-999em;}
.detail_status .btn {display:block; width:21px; height:22px; text-indent:-999em; position:absolute; bottom:0px; right:0px;}
.detail_status .retry {background:url(/ssw/images/button/btn_retry_s.png) no-repeat;}
.detail_status .retry:hover  {background-position:0px -22px;}
.detail_status .retry:active {background-position:0px -44px;}
.detail_status .cancel {background:url(/ssw/images/button/btn_cancel_s.png) no-repeat;}
.detail_status .cancel:hover  {background-position:0px -22px;}
.detail_status .cancel:active {background-position:0px -44px;}
.detail_status .disabled {background-position:left bottom; cursor:default;}
.detail_status .disabled:hover {background-position:left bottom; cursor:default;}
.detail_status .disabled:active {background-position:left bottom; cursor:default;}

/* type - thumblist - */
.thumblist thead th:nth-child(1),
.thumblist tbody td:nth-child(1) {width:58px; text-align:center;}
.thumblist thead th:nth-child(2),
.thumblist tbody td:nth-child(2) {}
.thumblist thead th:nth-child(3),
.thumblist tbody td:nth-child(3) {width:15%; text-align:left;}
.thumblist thead th:nth-child(4),
.thumblist tbody td:nth-child(4) {width:10%; text-align:left;}
.thumblist thead th:nth-child(5),
.thumblist tbody td:nth-child(5) {width:25%;}

/* type - distribution_list - */
.distribution_list thead th:nth-child(1),
.distribution_list tbody td:nth-child(1) {width:58px; text-align:center;}
.distribution_list thead th:nth-child(2),
.distribution_list tbody td:nth-child(2) {}
.distribution_list thead th:nth-child(3),
.distribution_list tbody td:nth-child(3) {width:18%; text-align:left;}
.distribution_list thead th:nth-child(4),
.distribution_list tbody td:nth-child(4) {width:17%; text-align:left;}
.distribution_list thead th:nth-child(5) {width:20%; text-align:left;}
.distribution_list tbody td:nth-child(5) {width:19%; text-align:left;}

/* type - videowall_list - */
.videowall_list thead th:nth-child(1),
.videowall_list tbody td:nth-child(1) {width:58px; text-align:center;}
.videowall_list thead th:nth-child(2),
.videowall_list tbody td:nth-child(2) {}
.videowall_list thead th:nth-child(3),
.videowall_list tbody td:nth-child(3) {width:17%; text-align:left;}
.videowall_list thead th:nth-child(4),
.videowall_list tbody td:nth-child(4) {width:16%; text-align:left;}
.videowall_list thead th:nth-child(5),
.videowall_list tbody td:nth-child(5) {width:20%; text-align:left;}

/* type - videowall_list_pre - */
.videowall_list_pre thead th:nth-child(1),
.videowall_list_pre tbody td:nth-child(1) {width:58px; text-align:center;}
.videowall_list_pre thead th:nth-child(2) {text-indent:167px; text-align:left;}
.videowall_list_pre thead th:nth-child(2) span {/*float:left; display:inline-block; text-indent:24px;*/}
.videowall_list_pre tbody td:nth-child(2) {}
.videowall_list_pre thead th:nth-child(3) {width:19.5%; text-align:left;}
.videowall_list_pre tbody td:nth-child(3) {width:20%; text-align:left;}
.videowall_list_pre thead th:nth-child(4) {width:16%; text-align:left;}
.videowall_list_pre tbody td:nth-child(4) {width:16%; text-align:left;}
.videowall_list_pre thead th:nth-child(5) {width:17.4%; text-align:left; padding-right:23px;}
.videowall_list_pre tbody td:nth-child(5) {width:16%; text-align:left;}

.videowall_list_pre .player_group .name_cell p {height:130px;}
.videowall_list_pre .player_group .name_cell p.rotate img {transform: rotate(90deg);}
.videowall_list_pre .player_group  tbody td.masterlist_cell {position:relative; height:210px;}

/* type - videowall_list - */
.videowall_list_pre .distribution thead th:nth-child(1),
.videowall_list_pre .distribution tbody td:nth-child(1) {width:58px; text-align:center !important;}
.videowall_list_pre .distribution thead th:nth-child(2),
.videowall_list_pre .distribution tbody td:nth-child(2) {width: 220px;}
.videowall_list_pre .distribution thead th:nth-child(3) {width:auto; text-align:left; text-indent:16px;}
.videowall_list_pre .distribution tbody td:nth-child(3) {width:auto; text-align:left;}
.videowall_list_pre .distribution thead th:nth-child(4),
.videowall_list_pre .distribution tbody td:nth-child(4) {width: 16%;text-align:left;padding-right: 0;}
.videowall_list_pre .distribution thead th:nth-child(5),
.videowall_list_pre .distribution tbody td:nth-child(5) {width: 18%;text-align:left;}
.videowall_list_pre .distribution thead th:nth-child(6) {width: 18%;text-align:left;}
.videowall_list_pre .distribution tbody td:nth-child(6) {width: 17%;text-align:left;}

.videowall_list_pre .distribution tbody td .name_cell {padding-left:0px;}
.videowall_list_pre .distribution tbody td .name_cell span {padding-left:0px;}
.videowall_list_pre .distribution tbody td .name_cell span strong { width:160px;}

/*
.videowall_list_pre .name_cell p {height:130px;}
.videowall_list_pre .name_cell p.vitical img {transform:rotate(90deg);}
*/

/* type - player_list - */
.player_list thead th:nth-child(1),
.player_list tbody td:nth-child(1) {width:58px; text-align:center;}
.player_list thead th:nth-child(2),
.player_list tbody td:nth-child(2) {}
.player_list thead th:nth-child(3) {width: 9%;text-align:left; text-indent:18px;}
.player_list tbody td:nth-child(3) {width: 9%;text-align:left;}
.player_list thead th:nth-child(4) {width: 14%;text-align:left;text-indent: 19px; white-space:nowrap;}
.player_list tbody td:nth-child(4) {width: 14%;text-align:left;}
.player_list thead th:nth-child(5) {width: 10%;text-align:left;text-indent: 16px;}
.player_list tbody td:nth-child(5) {width: 10%;text-align:left;}
.player_list thead th:nth-child(6) {width: 10%;text-align:left;text-indent: 20px;}
.player_list tbody td:nth-child(6) {width: 10%;text-align:left;}
.player_list thead th:nth-child(7) {width: 12%;}
.player_list tbody td:nth-child(7) {width: 10%;}


/* type - player_list_OLED - */
.player_list_oled thead th:nth-child(1),
.player_list_oled tbody td:nth-child(1) {width:58px; text-align:center;}
.player_list_oled thead th:nth-child(2),
.player_list_oled tbody td:nth-child(2) {}
.player_list_oled thead th:nth-child(3) {width: 9%;text-align:left; text-indent:18px;}
.player_list_oled tbody td:nth-child(3) {width: 9%;text-align:left;}
.player_list_oled thead th:nth-child(4),
.player_list_oled tbody td:nth-child(4) {width: 20%;text-align:left;}
.player_list_oled thead th:nth-child(5),
.player_list_oled tbody td:nth-child(5) {width: 14%;text-align:left;}
.player_list_oled thead th:nth-child(6) {width: 140px;}
.player_list_oled tbody td:nth-child(6) {width: 120px;}

/* type - Analytics_list - */
.analytics_list thead th:nth-child(1),
.analytics_list tbody td:nth-child(1) {width:58px; text-align:center;}
.analytics_list thead th:nth-child(2) { text-align:left; text-indent:138px;}
.analytics_list tbody td:nth-child(2) {}
.analytics_list thead th:nth-child(3),
.analytics_list tbody td:nth-child(3) {width:25%; text-align:left;}
.analytics_list thead th:nth-child(4),
.analytics_list tbody td:nth-child(4) {width:25%; text-align:left;}


/* type - scan_list - */
.scan_list thead th:nth-child(1) {width:68px; text-align:center;}
.scan_list tbody td:nth-child(1) {width:58px; text-align:center;}
.scan_list thead th:nth-child(2) {width:58%;}
.scan_list tbody td:nth-child(2) {width:61%;}
.scan_list thead th:nth-child(3),
.scan_list tbody td:nth-child(3) {text-align:left;}
.scan_list thead th:nth-child(4),
.scan_list tbody td:nth-child(4) {width:160px; text-align:left;}

.scan_list.list_header thead th label {margin-left:0px; display:inline-block; vertical-align:middle;}

/* type - editor_list - */
.editor_list {padding:9px; height:calc(100% - 18px); overflow-y:auto; overflow-x:hidden;}
.editor_list ul {overflow:hidden;}
.editor_list ul li {display:block; float:left; width:245px; height:230px; border:5px solid #FFF; margin:5px; background:#f1f1f1;}
.editor_list ul li:hover {border:5px solid #cf0652;}
.editor_list ul li.active {border:5px solid #530221;}
.editor_list ul li .photo {display: table-cell;width:245px;height:138px;background:#fff;position:relative;text-align: center;vertical-align: middle; border:1px solid #DCDCDC; box-sizing:border-box;}
.editor_list ul li .photo img {max-width: 243px;max-height: 138px;border:0px;vertical-align: middle;}
.editor_list ul li .photo label {position:absolute; top:6px; left:6px;}
.editor_list ul li .time {height:20px; line-height:20px; background:url(/ssw/images/page/bg_time.png); font-style:normal; font-size:14px; font-weight:bold; color:#FFF; position:absolute; bottom:1px; right:0px; text-align:center; padding:0 6px;}
.editor_list ul li h2 {display:block; height:17px; line-height:17px; margin:4px; font-size:15px; font-weight:bold; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.editor_list ul li p {display:block; margin:4px 0 14px 4px; font-size:13px; font-weight:normal; height:17px; line-height:17px;}
.editor_list ul li .add_project {display:table;}
.editor_list ul li .add_project a {display:table-cell; vertical-align:middle; text-align:center; width:245px; height:230px; color:#cf0652;}

/* type - oled_content - */
.oled_content thead th:nth-child(1),
.oled_content tbody td:nth-child(1) {width:58px; text-align:center;}
.oled_content thead th:nth-child(2),
.oled_content tbody td:nth-child(2) {}
.oled_content thead th:nth-child(3),
.oled_content tbody td:nth-child(3) {width:15%; text-align:left;}
.oled_content thead th:nth-child(4),
.oled_content tbody td:nth-child(4) {width:10%; text-align:left;}
.oled_content thead th:nth-child(5),
.oled_content tbody td:nth-child(5) {width:25%;}

/* ----------------------------------------------
DETAIL
------------------------------------------------*/
/* detail layer */
.detail_layer {position:absolute; top:89px; bottom:0px; left:260px; right:0px; height:100%; z-index:900; background:#cdcdcd; display:none;  min-width:1126px;}
.detail_box {height:calc(100% - 130px);}
.detail_wrap {height:100%; position:relative;}

/* footer_button_body */
.footer_button_body {height:calc(100% - 160px) !important;}
.side_body_01 {height:calc(100% - 180px) !important;}

/* detail_ccr */
.detail_wrap .detail_ccr {min-width:742px; height:100%; background:#eeeeee;  border-bottom:1px solid #7e7e7e; margin-left:14px; position:absolute; top:0px; left:0px; right:370px;} /* layer sub */
.detail_wrap .detail_ccr_sub {min-width:742px; height:100%; background:#eeeeee;  border-bottom:1px solid #7e7e7e; margin-left:14px; position:absolute; top:0px; left:0px; right:370px;} /* page sub */
.detail_wrap .detail_ccr_header {height:92px; border-bottom:1px solid #cdcdcd; padding-left:92px; position:relative; background:#FFF;}
.detail_wrap .detail_ccr_header h2 {display:block; font-size:24px; font-weight:normal; padding-top:20px;}
.detail_wrap .detail_ccr_header h2 input[readonly] {font-size:24px; font-weight:normal; border-radius:2px; text-indent:0px; width:50%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#222; background:#FFF; padding:0; cursor:default;}
.detail_wrap .detail_ccr_header h2 input[readonly]:focus {border:1px solid transparent;  width:60%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_ccr_header h2 input:hover {border-radius:30px; text-indent:0px; width:60%; color:#222; background:#F3F3F3; padding:0 20px;}
.detail_wrap .detail_ccr_header h2 input {height:36px; font-size:24px; font-weight:normal; border-radius:30px; text-indent:0px; width:60%; color:#222; background:#F3F3F3; padding:0 20px;}
.detail_wrap .detail_ccr_header h2 strong {display:block; font-size:14px; font-style:italic; font-weight:bold;}
.detail_wrap .detail_ccr_header h2 .required {font-size:12px; color:#fd311c;}

.detail_wrap .detail_ccr_header .button_gray {position:absolute; bottom:20px; right:16px;}
.detail_wrap .detail_ccr_header .button_gray a {/* font-weight:bold; */}
.detail_wrap .detail_ccr_body {height:calc(100% - 93px); overflow-y:auto; overflow-x:hidden; background:#eeeeee; }
.detail_wrap .detail_ccr_body .detail_ccr_box {padding-top:20px; width:558px; margin:0 auto;}
.detail_wrap .detail_ccr_body .detail_ccr_box dl {margin-bottom:36px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dt {font-size:14px; font-weight:bold; color:#464646; margin-bottom:10px; position:relative;}
.detail_wrap .detail_ccr_body .detail_ccr_box dt .button { position:absolute; top:-8px; right:0px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd {font-size:12px; color:#464646;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd .select_num {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd input {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd.time_input input {width:58px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd.time_input input[readonly]:focus {border:1px solid transparent; }
.detail_wrap .detail_ccr_body .detail_ccr_box dd.long_input input {width:556px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd.long_input input[readonly]:focus {border:1px solid transparent; } 
.detail_wrap .detail_ccr_body .detail_ccr_box dd.text {font-size:12px; color:#464646; line-height:18px;}
.detail_wrap .detail_ccr_body .detail_ccr_box dd.textarea {}
.detail_wrap .detail_ccr_body .detail_ccr_box dd.textarea textarea {padding:20px; box-sizing:border-box; font-size:12px; color:#464646; line-height:18px; width:100%; outline:none;}

.detail_wrap .detail_ccr_body .detail_ccr_box.firmware {background:#ccc;}
.detail_wrap .detail_ccr_body .detail_ccr_box.firmware dl {padding:0px 20px 20px 20px; margin-bottom:0px;}
.detail_wrap .detail_ccr_body .detail_ccr_box.firmware dl dd .detail_status {width:100%;}
.detail_wrap .detail_ccr_body .detail_ccr_box.firmware dl dd .detail_status .progress {width:100%;}

.detail_wrap .detail_ccr_body .detail_ccr_float {padding-top:20px; width:558px; margin:0 auto;}
.detail_wrap .detail_ccr_body .detail_ccr_float:after{content:"";display:block;clear:both}
.detail_wrap .detail_ccr_body .detail_ccr_float dl {float:left; margin-bottom:36px; clear:both;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl:nth-child(even) {float:right; clear:none;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.status {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.status .detail_status {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.status .detail_status .progress {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.status .detail_status p {color:#464646;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.switch_box {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.switch_box dd { margin-bottom:5px; overflow:hidden;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.switch_box dd .switch {float:left;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.switch_box dd .button {float:left; margin-left:6px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dt {font-size:14px;font-weight:bold; color:#464646;margin-bottom:10px; width:260px; white-space:nowrap;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd {font-size:12px; color:#464646;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd .select_num {width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd input {width:260px; cursor:text;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd input:disabled {cursor:default;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd.time_input input {width:62px; text-align:center;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd.time_input input[readonly]:focus {border:1px solid transparent;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns {}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns:after{content:"";display:block;clear:both}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns span {display:inline-block; vertical-align:middle;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns strong {display:inline-block; vertical-align:bottom; font-weight:normal; font-size:20px; padding:4px 3px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns dt {width:116px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns dd {width:116px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dl.columns dd .select_num {width:116px;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd .label .button { position:absolute; bottom:-36px; left:100px; white-space:nowrap;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd .time_picker { margin:10px 0;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd .time_picker .select_box_low { width:128px; display:inline-block;}
.detail_wrap .detail_ccr_body .detail_ccr_float dd .time_picker .select_box_low .select_num  {width:128px;}

.detail_wrap .detail_ccr_body .detail_ccr_float .multi_switch {float:right; width:260px;}
.detail_wrap .detail_ccr_body .detail_ccr_float .multi_switch dl {width:130px; float:left;}
.detail_wrap .detail_ccr_body .detail_ccr_float .multi_switch dl dt {width:130px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_ccr_body .detail_ccr_float .multi_switch .switch_box.disable {display:none;}

.detail_wrap .detail_ccr_body .detail_ccr_float .txt_right  {width:auto !important;}
.detail_wrap .detail_ccr_body .txt_right  {width:558px; margin:0 auto;}
.detail_wrap .detail_ccr_body .capture_img {width:558px; height:320px; margin:20px auto;}
.detail_wrap .detail_ccr_body .capture_img p {width:558px; height:320px; background:#fff; border:1px solid #DCDCDC; display:table-cell; vertical-align:middle; text-align:center;}
.detail_wrap .detail_ccr_body .capture_img p img {max-width:556px; max-height:318px; display:inline-block; vertical-align:middle;}

/* detail_ccr */
.detail_wrap .detail_setting {width:100%; height:calc(100% - 94px); padding:0 14px 0 14px;} /* layer sub */
.detail_wrap .detail_setting.log_report {height:calc(100% - 104px);}
.detail_wrap .detail_setting_header {height:74px; border-bottom:1px solid #b7b7b7; padding-left:56px; margin-right:30px; position:relative;}
.detail_wrap .detail_setting_header .button_cancel_s { left:0px;}
.detail_wrap .detail_setting_header h2 {display:block; font-size:24px; font-weight:normal; padding-top:24px; color:#464646;}
.detail_wrap .detail_setting_header .button_gray2 {position:absolute; bottom:16px; right:0px;}
.detail_wrap .detail_setting_header .button_gray2 a {/* font-weight:bold; */}
.detail_wrap .detail_setting_body {margin-top:14px; margin-right:30px; height:100%; background:#f2f2f2; border-bottom:1px solid #7e7e7e; min-width:1000px; overflow:hidden;}
.detail_wrap .detail_setting_body .detail_setting_navi {width:186px;height: calc(100% - 0px);background:#FFF;float:left; position:static; overflow:auto;}

.detail_wrap .detail_setting_body .detail_setting_navi ul {padding:10px 0 0 24px;}
.detail_wrap .detail_setting_body .detail_setting_navi ul li {margin:20px 0;}
.detail_wrap .detail_setting_body .detail_setting_navi ul li a {display:block; font-size:17px; font-weight:bold; line-height:20px; color:#464646;}
.detail_wrap .detail_setting_body .detail_setting_navi ul li a:hover {color:#e2105f;}
.detail_wrap .detail_setting_body .detail_setting_navi ul li a:focus {color:#530221;}
.detail_wrap .detail_setting_body .detail_setting_navi ul li a.active { padding-left:20px; background:url(/ssw/images/bullet/icon_dot_n.png) no-repeat left center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .detail_setting_navi.off {left:1200px; opacity:0; webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;}

.detail_wrap .detail_setting_body #settingsPopupBody {height:100%; overflow:auto;}

.detail_wrap .detail_setting_body .detail_setting_float {padding:20px 0 0px 0px; margin-left:92px; width:558px; clear:both;}
.detail_wrap .detail_setting_body .detail_setting_float:after {content:""; display:block; clear:both}
.detail_wrap .detail_setting_body .detail_setting_float h3 {display:block; clear:both; height:32px; line-height:32px; margin-bottom:10px; font-size:13px; font-weight:normal; border-bottom:1px solid #cdcdcd;}
.detail_wrap .detail_setting_body .detail_setting_float dl {float:left; margin:10px 0 36px 0; width:206px;}
.detail_wrap .detail_setting_body .detail_setting_float dl:nth-child(even) {float:right;}
.detail_wrap .detail_setting_body .detail_setting_float dl.mright {margin-right:350px;}
.detail_wrap .detail_setting_body .detail_setting_float dl.mright dt {width:500px;}
.detail_wrap .detail_setting_body .detail_setting_float dl.fulls {width:558px;}
.detail_wrap .detail_setting_body .detail_setting_float dl.fulls_hlaf { width:356px;}
.detail_wrap .detail_setting_body .detail_setting_float dl.fulls_hlaf dd .button {margin-top:4px;}
.detail_wrap .detail_setting_body .detail_setting_float dt {font-size:14px;font-weight:bold;font-style:italic;color:#464646;margin-bottom:10px;text-overflow: ellipsis;overflow:hidden;white-space:nowrap;}
.detail_wrap .detail_setting_body .detail_setting_float dd {position:relative;}
.detail_wrap .detail_setting_body .detail_setting_float dd p {font-size:12px;}
.detail_wrap .detail_setting_body .detail_setting_float dd .text_red2 { display:block; margin-top:10px;}
.detail_wrap .detail_setting_body .detail_setting_float dd .ddbtn { position:absolute; top:3px; right:-110px;}
.detail_wrap .detail_setting_body .detail_setting_float dd p.Required {position:absolute; top:40px; left:0; color:#fd311c; font-size:12px; width:340px; line-height:12px;}
.detail_wrap .detail_setting_body .detail_setting_float dd p.description {color:#a5a5a5; font-size:13px; width:558px; margin-top:10px; margin-bottom:-10px;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority {background:#FFF;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority table {width:100%; white-space:normal; border-collapse:collapse;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority table tr { font-size:12px; font-weight:normal;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority table tr th {border-left:1px solid #f2f2f2; font-weight:normal; padding:10px;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority table tr td {border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; padding:10px; text-align:center;}
.detail_wrap .detail_setting_body .detail_setting_float dd .authority table tr td:nth-child(1) {text-align:left;}
.detail_wrap .detail_setting_body .detail_setting_float dd .label { position:absolute; bottom:-36px; left:0px; width:300px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .detail_setting_float dd .label strong {font-weight:normal;}
.detail_wrap .detail_setting_body .detail_setting_float dd.ip_input { font-size:30px; width:380px;}
.detail_wrap .detail_setting_body .detail_setting_float dd.ip_input input {width:70px; text-align:center; display:inline-block; vertical-align:middle; font-size:14px;}
.detail_wrap .detail_setting_body .detail_setting_float dd.ip_input input[readonly]:focus {border:1px solid transparent;}

.detail_wrap .detail_setting_body .detail_setting_float dd.ipv6_input { font-size:30px; width:380px;}
.detail_wrap .detail_setting_body .detail_setting_float dd.ipv6_input input {width:340px; text-align:left; display:inline-block; vertical-align:middle; font-size:14px;}
.detail_wrap .detail_setting_body .detail_setting_float dd.ipv6_input input[readonly]:focus {border:1px solid transparent;}

.detail_wrap .detail_setting_body .detail_setting_float dd.maxWidth {width:558px;}
.detail_wrap .detail_setting_body .detail_setting_float dd.maxWidth .switch {display:inline-block; vertical-align:middle;}
.detail_wrap .detail_setting_body .detail_setting_float dd.maxWidth .select_box_low {display:inline-block; vertical-align:middle;}
.detail_wrap .detail_setting_body .detail_setting_float .detail_component {clear:both;}
.detail_wrap .detail_setting_body .detail_setting_float .detail_component h3 { border-bottom:0px;}
.detail_wrap .detail_setting_body .detail_setting_float .detail_component .button a.disable { background:#f2f2f2;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt {display:block; color:#a9a9a9; font-size:13px; margin-bottom:20px; position:relative; overflow:hidden;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt dl {float:none; margin-bottom:0px; width:auto; overflow:hidden;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt dl dt { clear:both; font-size:12px; color:#464646; font-style:normal; font-weight:normal; margin-bottom:10px; float:left; min-width:200px; padding-right:20px;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt dl dd {float:left; margin-bottom:10px;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt .authority {background:#FFF;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt .authority table {width:100%; white-space:normal; border-collapse:collapse;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt .authority table tr { font-size:12px; font-weight:normal; color:#464646;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt .authority table tr th {border-left:1px solid #f2f2f2; font-weight:normal; padding:10px;}
.detail_wrap .detail_setting_body .detail_setting_float .set_txt .authority table tr td {border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; padding:10px; text-align:center;}

.detail_wrap .detail_setting_body .detail_setting_float_img {padding-top:20px; float:left; margin-left:60px; width:80px;}
.detail_wrap .detail_setting_body .detail_setting_float_img dl {margin-bottom:36px;}
.detail_wrap .detail_setting_body .detail_setting_float_img dt {font-size:14px; font-weight:bold; font-style:italic; color:#464646; margin-bottom:10px;}
.detail_wrap .detail_setting_body .detail_setting_float_img dd {display:block; width:77px; height:77px; background:#cdcdcd;}

.detail_wrap .detail_setting_body .detail_setting_float dd .MultiFile-label {font-size:12px; color:#CCC; margin:10px 0 0 0; line-height:24px;}
.detail_wrap .detail_setting_body .detail_setting_float dd .MultiFile-label .MultiFile-remove {display:inline-block; width:24px; height:24px; text-indent:-999em; background:url(/ssw/images/button/btn_close_01_n.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float dd .MultiFile-label .MultiFile-remove:hover {background:url(/ssw/images/button/btn_close_01_f.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float dd .MultiFile-label .MultiFile-remove:active {background:url(/ssw/images/button/btn_close_01_p.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float dd .MultiFile-label .MultiFile-title  {display:inline-block; vertical-align:top;  width:48px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.detail_wrap .detail_setting_body .detail_setting_float_img dd .MultiFile-label {font-size:12px; color:#CCC; margin:10px 0 0 0; line-height:24px;}
.detail_wrap .detail_setting_body .detail_setting_float_img dd .MultiFile-label .MultiFile-remove {display:inline-block; width:24px; height:24px; text-indent:-999em; background:url(/ssw/images/button/btn_close_01_n.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float_img dd .MultiFile-label .MultiFile-remove:hover {background:url(/ssw/images/button/btn_close_01_f.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float_img dd .MultiFile-label .MultiFile-remove:active {background:url(/ssw/images/button/btn_close_01_p.png) no-repeat;}
.detail_wrap .detail_setting_body .detail_setting_float_img dd .MultiFile-label .MultiFile-title  {display:inline-block; vertical-align:top;  width:48px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}


/* user_table */
#logreportPopupBody {height:100%;}
.detail_wrap .detail_setting_body .detail_setting_width { position:relative; height:100%; overflow:hidden;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header {padding:16px;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header:after{content:"";display:block;clear:both}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header dl {position:absolute; top:14px; right:20px;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header dl.btnplus {position:relative; top:auto; right:auto; margin-left:10px;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header dl dt {display:inline-block; vertical-align:middle; font-size:14px; color:#666666;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header dl dd {display:inline-block; vertical-align:middle; width:250px;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_header .button {margin-top:4px;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_body {height:calc(100% - 120px); border-bottom:1px solid #a6a6a6;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_body .dub_header { background:#FFF;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_body .dub_body {height:calc(100% - 51px);}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_body .dub_body.user_table table tr:nth-child(even) {background:#FFF;}
.detail_wrap .detail_setting_body .detail_setting_width .dsw_user_body .footer_paging {margin-right:10px;}

.detail_wrap .detail_setting_body .log_report_header.setting .title input {width:120px; padding:0 10px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .search {width:170px; right:434px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .search input[type=text] {width:170px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .select_box_low.first {width:234px; right:190px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .select_box_low {width:160px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .title.lside span {left:196px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header.setting .title.lside .select_box_low {width:160px;}


.detail_wrap .detail_setting_body .user_table {}
.detail_wrap .detail_setting_body .user_table table {width:100%; white-space:normal; border-collapse:collapse; table-layout:fixed;}
.detail_wrap .detail_setting_body .user_table table tr { font-size:13px; text-align:left; color:#464646;}
.detail_wrap .detail_setting_body .user_table table tr th {height:49px; line-height:14px; border-top:1px solid #a6a6a6; border-bottom:1px solid #a6a6a6; padding-left:20px; font-size:13px; text-align:left; margin:0px;}
.detail_wrap .detail_setting_body .user_table table tr label { vertical-align:middle;}
.detail_wrap .detail_setting_body .user_table table tr td {height:40px; line-height:40px; padding-left:20px; font-weight:bold;}
.detail_wrap .detail_setting_body .user_table table tr td .ip_address {font-weight:normal; color:#919191; padding-left:10px;}

.detail_wrap .detail_setting_body .user_table table tr th:nth-child(1),
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(1) {width:60px; word-break:break-all; line-height:18px;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(2),
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(2) {word-break:break-all; line-height:18px;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(3),
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(3) {word-break:break-all;line-height:18px;width: 16%;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(4),
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(4) {width: 12%;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(5) {width: 16%;padding-left:10px;}
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(5) {width: 16%;word-break:break-all;line-height:18px;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(6) {width: 15%;padding-left:8px;}
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(6) {width: 15%;word-break:break-all;line-height:18px; overflow:hidden;}
.detail_wrap .detail_setting_body .user_table table tr th:nth-child(7) {width: 16%;padding-left:3px;}
.detail_wrap .detail_setting_body .user_table table tr td:nth-child(7) {width: 16%;}

/**/
.detail_wrap .detail_setting_body .delivery_table table tr td {text-overflow:ellipsis; white-space:nowrap;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(1) {width:40px; padding-left:10px;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(1) {width:40px; padding-left:10px;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(2) {padding-left:10px;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(2) {padding-left:14px;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(3),
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(3) {width:130px;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(4) {width:15%; padding-left:20px;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(4) {width:15%;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(4) span {width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(5) {width:15%; padding-left:20px;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(5) {width:15%;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(6) {width:16%; padding-left:8px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(6) {width:15%;}
.detail_wrap .detail_setting_body .delivery_table table tr th:nth-child(7) {width:150px; padding-left:10px;}
.detail_wrap .detail_setting_body .delivery_table table tr td:nth-child(7) {width:150px;}
.detail_wrap .detail_setting_body .delivery_table table tr td .select_box_low {max-width:160px;}

/* logReport_new */
.detail_wrap .detail_setting_body .detail_setting_width .log_report_header .log_table table tr th {background:#FFF; word-break:break-word; line-height:18px;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_body {height:calc(100% - 200px); border-bottom:1px solid #a6a6a6;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_body.dataSheet {height:calc(100% - 88px); border-top:1px solid #a6a6a6; overflow:auto;}
.detail_wrap .detail_setting_body .detail_setting_width .log_report_body .log_table table tr:nth-child(even) {background:#FFF;}

/* log_header */
.detail_wrap .detail_setting_body .log_report_header { position:relative;}
.detail_wrap .detail_setting_body .log_report_header .title {margin-left:20px; height:82px; font-size:18px; color:#919191; font-weight:bold; margin-bottom:4px;}
.detail_wrap .detail_setting_body .log_report_header .title h2 {display:block;font-size:22px;color:#464646;padding-top: 10px;padding-bottom: 0px;font-weight:normal;}
.detail_wrap .detail_setting_body .log_report_header .title h2 strong {display:inline-block; font-weight:bold; font-size:24px; margin-right:10px;}
.detail_wrap .detail_setting_body .log_report_header .title h2 span {display:inline-block; height:28px; line-height:28px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:70%;}
.detail_wrap .detail_setting_body .log_report_header .title input {display:inline-block; width:160px; font-size:18px; color:#919191; font-weight:bold; text-align:center;}
.detail_wrap .detail_setting_body .log_report_header .title.lside .select_box_low {position:absolute; top:28px; left:20px; width:200px;}
.detail_wrap .detail_setting_body .log_report_header .title.lside span {position:absolute; top:28px; left:240px; margin:0px;}
.detail_wrap .detail_setting_body .log_report_header .title span { display:block; height:34px; margin-top:6px;}
.detail_wrap .detail_setting_body .log_report_header .select_box_low { position:absolute; top:28px; right:20px; width:200px;}
.detail_wrap .detail_setting_body .log_report_header .select_box_low.right {left:20px; right:auto;}

.detail_wrap .detail_setting_body .log_report_header .dataSheet_select {position:absolute; top:28px; left:20px;}
.detail_wrap .detail_setting_body .log_report_header .dataSheet_select .text { display:inline-block; vertical-align:middle; font-size:14px;}
.detail_wrap .detail_setting_body .log_report_header .dataSheet_select .select_box_low {position:relative; display:inline-block; vertical-align:middle; min-width:250px; top:0; left:10px;}

.detail_wrap .detail_setting_body .log_report_header .search {position:absolute; top:29px; right:226px; display:block; width:240px;}
.detail_wrap .detail_setting_body .log_report_header .search.nonfilter {right:20px;}
.detail_wrap .detail_setting_body .log_report_header .search input[type=text] {border:2px solid #cdcdcd; background:#cdcdcd; color:#868686; width:240px; padding-right:36px; height:34px; font-size:14px; line-height:34px; border-radius:16px;}
.detail_wrap .detail_setting_body .log_report_header .search input[type=text]:focus {border:2px solid #cf0652;  color:#464646;}
.detail_wrap .detail_setting_body .log_report_header .search input[type=submit] { position:absolute; width:18px; height:18px; top:8px; right:14px; background:url(/ssw/images/common/icon_search_n.png) no-repeat; outline:none; cursor:pointer;}
.detail_wrap .detail_setting_body .log_report_header .search input[type=submit]:hover {background:url(/ssw/images/common/icon_search_f.png) no-repeat;}
.detail_wrap .detail_setting_body .log_report_header .search input[type=submit]:active {background:url(/ssw/images/common/icon_search_p.png) no-repeat;}

.detail_wrap .detail_setting_body .log_report_body {height:calc(100% - 137px); overflow-y:scroll; overflow-x:hidden;}

/* log_table */
.detail_wrap .detail_setting_body .log_table {}
.detail_wrap .detail_setting_body .log_table table {width:100%; white-space:normal; border-collapse:collapse; table-layout: fixed;}
.detail_wrap .detail_setting_body .log_table table tr { font-size:13px; text-align:left; color:#464646;}
.detail_wrap .detail_setting_body .log_table table tr th {height:49px; line-height:49px; border-top:1px solid #a6a6a6; border-bottom:1px solid #a6a6a6; font-weight:bold; text-align:left; padding:0 10px;}
.detail_wrap .detail_setting_body .log_table table tr td {height:40px; font-weight:normal; padding:0 10px;}
.detail_wrap .detail_setting_body .log_table table tr td span {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_table table tr td .ip_address {font-weight:normal; color:#919191; padding-left:10px;}
.detail_wrap .detail_setting_body .log_report_body .log_table table tr:nth-child(odd) {background:#f1f1f1;}

/* log_4_colum */
.detail_wrap .detail_setting_body .log_4_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_4_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_4_colum table tr td:nth-child(1) span {width:180px;}
.detail_wrap .detail_setting_body .log_4_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_4_colum table tr td:nth-child(2) {text-indent:4px;}
.detail_wrap .detail_setting_body .log_4_colum table tr th:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_4_colum table tr td:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_4_colum table tr th:nth-child(4) {width:19.6%;}
.detail_wrap .detail_setting_body .log_4_colum table tr td:nth-child(4) {width:18%;}

/* log_4_2_colum */
.detail_wrap .detail_setting_body .log_4_2_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_4_2_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr td:nth-child(1) span {width:180px;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_4_2_colum table tr td:nth-child(2) {}
.detail_wrap .detail_setting_body .log_4_2_colum table tr th:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr td:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr th:nth-child(4) {width:25%;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr td:nth-child(4) {width:25%;}
.detail_wrap .detail_setting_body .log_4_2_colum table tr td span.ip {display:inline-block; color:#a2a2a2;}

/* log_5_colum */
.detail_wrap .detail_setting_body .log_5_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_5_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_5_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_5_colum table tr td:nth-child(2) {width:230px;}
.detail_wrap .detail_setting_body .log_5_colum table tr th:nth-child(3),
.detail_wrap .detail_setting_body .log_5_colum table tr td:nth-child(3) {text-indent:4px; word-break:break-word; word-break:break-word; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_5_colum table tr th:nth-child(4) {width:16.6%;}
.detail_wrap .detail_setting_body .log_5_colum table tr td:nth-child(4) {width:15%;}
.detail_wrap .detail_setting_body .log_5_colum table tr th:nth-child(5) {width:10%;}
.detail_wrap .detail_setting_body .log_5_colum table tr td:nth-child(5) {width:10%;}

/* log_5_2_colum */
.detail_wrap .detail_setting_body .log_5_2_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_5_2_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_5_2_colum table tr td:nth-child(2) {text-indent:4px;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr th:nth-child(3) {width:20%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr td:nth-child(3) {width:20%;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr th:nth-child(4) {width:14%;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr td:nth-child(4) {width:14%;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr th:nth-child(5) {width:14%;}
.detail_wrap .detail_setting_body .log_5_2_colum table tr td:nth-child(5) {width:14%;}

/* log_5_3_colum */
.detail_wrap .detail_setting_body .log_5_3_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(1) {width:20%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(1) span {width:210px;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(2) {text-indent:4px;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr th:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(3) {width:16%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr th:nth-child(4) {width:14%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(4) {width:14%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr th:nth-child(5) {width:16.6%;}
.detail_wrap .detail_setting_body .log_5_3_colum table tr td:nth-child(5) {width:15%;}

/* log_5_4_colum */
.detail_wrap .detail_setting_body .log_5_4_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_5_4_colum table tr td:nth-child(1) {}
.detail_wrap .detail_setting_body .log_5_4_colum table tr th:nth-child(2) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr td:nth-child(2) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr th:nth-child(3),
.detail_wrap .detail_setting_body .log_5_4_colum table tr td:nth-child(3) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr th:nth-child(4) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr td:nth-child(4) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr th:nth-child(5) {width:20%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr td:nth-child(5) {width:19%;}
.detail_wrap .detail_setting_body .log_5_4_colum table tr td {}

/* log_n_colum */
.detail_wrap .detail_setting_body .log_n_colum table {table-layout:auto;}
.detail_wrap .detail_setting_body .log_n_colum table thead {}
.detail_wrap .detail_setting_body .log_n_colum table tr th {background:#fff; border-top:0px; text-indent:0; padding-left:20px; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_n_colum table tr td {text-indent:0; padding-left:20px; white-space:nowrap;}

/* log_6_colum */
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(2) {text-indent:0px;}
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(3) {width:100px; text-indent:0px;}
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(3) {width:100px; }
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(4) {width:120px; text-indent:4px;}
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(4) {width:120px;}
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(5) {width:120px; text-indent:4px;}
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(5) {width:120px;}
.detail_wrap .detail_setting_body .log_6_colum table tr th:nth-child(6) {width:10%; text-indent:0px;}
.detail_wrap .detail_setting_body .log_6_colum table tr td:nth-child(6) {width:10%; }

/* log_6_2_colum */
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(1) {width:140px;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(2) {text-indent:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(3) {width: 13%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(3) {width: 13.6%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(4) {width: 10%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(4) {width: 10%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(5) {width: 14%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(5) {width: 14%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr th:nth-child(6) {width:18.6%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td:nth-child(6) {width:17.6%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td .select_box_low {width:82%;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td .select_box_low span.icon_fall,
.detail_wrap .detail_setting_body .log_6_2_colum table tr td .select_box_low span.icon_spin {display:block; width:20px; height:20px; text-indent:-999em; position:absolute; top:7px; right:-24px;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td .select_box_low span.icon_fall {background:url(../images/page/icon_fail.png) no-repeat;}
.detail_wrap .detail_setting_body .log_6_2_colum table tr td .select_box_low span.icon_spin {background:url(../images/page/icon_spin.png) no-repeat;}

/* log_7_colum */
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(1) {width:180px;}
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(2) {text-indent:0px;}
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(3) {width:80px; text-indent:0px;}
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(3) {width:80px; }
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(4) {width:14%; text-indent:4px;}
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(4) {width:14%;}
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(5) {width:120px; text-indent:4px;}
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(5) {width:120px;}
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(6) {width:120px; text-indent:4px;}
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(6) {width:120px;}
.detail_wrap .detail_setting_body .log_7_colum table tr th:nth-child(7) {width:10%; text-indent:0px;}
.detail_wrap .detail_setting_body .log_7_colum table tr td:nth-child(7) {width:10%; }

/* log_7_2_colum */
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(1) {width:120px; }
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(1) span {width:140px;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(2) {width:200px;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(2) span {width:200px;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(3),
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(3) {}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(4) {width:9%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(4) {width:9%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(5) {width: 17%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(5) {width: 17%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(6) {width:14%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(6) {width:14%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr th:nth-child(7) {width:14.4%;}
.detail_wrap .detail_setting_body .log_7_2_colum table tr td:nth-child(7) {width:13%;}


/* log_8_sn_colum */
.detail_wrap .detail_setting_body .log_8_sn_colum table {width:100%; white-space:normal; border-collapse:collapse; table-layout:fixed;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(1) {width:70px; }
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(1) label,
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(1) label {margin:0 20px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(2) {width:18%; text-indent:0px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(2) span {}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(3),
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(3) {width:14%; text-indent:0px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(4),
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(4) {width: 14%;text-indent:0px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(5) {width: 15%;text-indent:0px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(5) {width: 15%;text-indent:8px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(6) {width: 13%;text-indent:0px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(6) {width: 13%; text-indent:5px;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr th:nth-child(7) {width: 22%;text-indent:0px; text-align: center;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td:nth-child(7) {width: 20%;text-indent:0px; text-align:center;}

.detail_wrap .detail_setting_body .log_8_sn_colum table tr th,
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td {font-size:13px; text-align:left; height:40px; padding-left:0;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td .detail_cell {display:inline-block; vertical-align:middle;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr td .switch {display:inline-block; vertical-align:middle;}
.detail_wrap .detail_setting_body .log_8_sn_colum table tr:nth-child(even) {background:#FFF;}

/* log_9_sl_colum */
.detail_wrap .detail_setting_body .log_8_sl_colum table {width:100%; white-space:normal; border-collapse:collapse;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(1),
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(1) {width:120px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(2),
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(2) {width:18%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(3),
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(3) {width:8%;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(4) {}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(4) {}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(5) {width:16%;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(5) {width:16.6%;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(6),
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(6) {width:10%; text-align:center;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(7),
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(7) {width:10%;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th:nth-child(8) {width:14.3%;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td:nth-child(8) {width:13%; text-indent:3px;}
.detail_wrap .detail_setting_body .log_8_sl_colum table tr th,
.detail_wrap .detail_setting_body .log_8_sl_colum table tr td {text-indent:0;}



/* device_nth */
.detail_wrap .detail_setting_body .device_nth table tr th:nth-child(1) {width:10%;}
.detail_wrap .detail_setting_body .device_nth table tr td:nth-child(1) {width:10%;font-weight:normal;}
.detail_wrap .detail_setting_body .device_nth table tr th:nth-child(2) {}
.detail_wrap .detail_setting_body .device_nth table tr td:nth-child(2) {font-weight:normal;}
.detail_wrap .detail_setting_body .device_nth table tr th:nth-child(3) {width:13%; text-indent:4px;}
.detail_wrap .detail_setting_body .device_nth table tr td:nth-child(3) {width:13%; font-weight:normal;}
.detail_wrap .detail_setting_body .device_nth table tr th:nth-child(4) {width:13%; text-indent:4px;}
.detail_wrap .detail_setting_body .device_nth table tr td:nth-child(4) {width:13%; font-weight:normal;}
.detail_wrap .detail_setting_body .device_nth table tr th:nth-child(5) {width:10%; text-indent:0px;}
.detail_wrap .detail_setting_body .device_nth table tr td:nth-child(5) {width:10%; font-weight:normal;}

/* content_nth */
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(1) {width: 14%;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(1) {width: 14%;font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(2) {width:16%;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(2) {width:16%; font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(3) {text-indent:10px;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(3) {font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(4) {width: 20%;text-indent: 10px;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(4) {width: 20%;font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(5) {width:12%;text-indent: 10px;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(5) {width:12%; font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(6) {width: 12%;text-indent: 4px;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(6) {width: 12%;font-weight:normal;}
.detail_wrap .detail_setting_body .content_nth table tr th:nth-child(7) {width: 14%;text-indent: 0px;}
.detail_wrap .detail_setting_body .content_nth table tr td:nth-child(7) {width: 14%;font-weight:normal;}


.duble_component {width:558px; margin:0 auto; position:relative;}
.duble_component .detail_component .component_header .button {top:-7px;}
.detail_component {width:558px; margin:0 auto; position:relative;}
.detail_component .component_header {position:relative;}
.detail_component .component_header:after{content:"";display:block;clear:both}
.detail_component .component_header h3 {font-size:14px; color:#464646; font-weight:bold; font-style:italic; line-height:20px;}
.detail_component .component_header h3 em {display:block; font-size:14px; color:#464646; font-weight:normal; font-style:normal;}
.detail_component .component_header .button { position:absolute; top:6px; right:0px;}
.detail_component .component_header .button.position_none { position:relative !important; top:auto !important; right:auto !important; margin-top:10px;}

.detail_component .component_header .slide_box { overflow:hidden; padding:0; position:relative; width:206px; height:30px; margin:10px 0 0 10px;}
.detail_component .component_header .slide_box .progress {position:absolute;top: 14px;left: 39px; width:126px; height:3px; background:#262626;}
.detail_component .component_header .slide_box .progress .progress_bar {position:absolute; top:0px; left:-1px; height:3px; background:#cf0652;}
.detail_component .component_header .slide_box .progress .progress_bar span {position:absolute; top:-10px; right:-11px; display:block; width:23px; height:23px; background:url(/ssw/images/editor/editor_slider.png) no-repeat; cursor:col-resize; text-indent:-999em;}
.detail_component .component_header .slide_box span { display:block; width:30px; height:30px; text-indent:999em; cursor:pointer; position:absolute;}
.detail_component .component_header .slide_box .btn_minus {background:url(/ssw/images/editor/editor_pop_btn_minus_n2.png) no-repeat;}
.detail_component .component_header .slide_box .btn_minus:hover {background:url(/ssw/images/editor/editor_pop_btn_minus_f.png)}
.detail_component .component_header .slide_box .btn_minus:active {background:url(/ssw/images/editor/editor_pop_btn_minus_p.png)}
.detail_component .component_header .slide_box .btn_plus  {background:url(/ssw/images/editor/editor_pop_btn_plus_n2.png) no-repeat; right:0px;}
.detail_component .component_header .slide_box .btn_plus:hover {background:url(/ssw/images/editor/editor_pop_btn_plus_f.png)}
.detail_component .component_header .slide_box .btn_plus:active {background:url(/ssw/images/editor/editor_pop_btn_plus_p.png)}
.detail_component .component_header .slide_box .slider { position:absolute; top:-1px; left:27px;}
.detail_component .component_header .slide_box .slider .ui-widget-header {height:3px;}
/* detail_oled */

.detail_oled {background:#cdcdcd; margin-bottom:5px;}
.detail_oled .component_header {}
.detail_oled .component_header h3 {padding:10px;}
.detail_oled .component_header .time_input {width:208px; padding:12px;}
.detail_oled .component_header.basic .time_input {width:234px;}
.detail_oled .component_header.advance .time_input {width: 290px;}
.detail_oled .component_header.advance .button_gray {display:inline-block; vertical-align:middle; margin-top:6px;}
.detail_oled .component_header.advance .time_input .time {display:inline-block; vertical-align:middle; float:right; margin-right:40px;}
.detail_oled .component_header.advance .time_input .time em {display:inline-block; vertical-align:middle; line-height:44px; font-style:normal; font-size:14px;}

.detail_oled .component_header .time_input input {width:46px; display:inline-block; text-indent:0; text-align:center;}
.detail_oled .component_header .time_input input[readonly]:focus {border:1px solid transparent;}
.detail_oled .component_header .time_input .button_close {display:inline; margin:3px 0 0 4px;}
.detail_oled .component_oled { display:none;}
.detail_oled .component_oled .slide_box { overflow:hidden; padding:0; position:relative; width:260px; margin:10px 0 0 10px;}
.detail_oled .component_oled .slide_box .progress {position:absolute;top: 14px;left: 39px; width:126px; height:3px; background:#262626;}
.detail_oled .component_oled .slide_box .progress .progress_bar {position:absolute; top:0px; left:-1px; height:3px; background:#cf0652;}
.detail_oled .component_oled .slide_box .progress .progress_bar span {position:absolute; top:-10px; right:-11px; display:block; width:23px; height:23px; background:url(/ssw/images/editor/editor_slider.png) no-repeat; cursor:col-resize; text-indent:-999em;}
.detail_oled .component_oled .slide_box span { display:block; width:30px; height:30px; text-indent:999em; cursor:pointer;}
.detail_oled .component_oled .slide_box .btn_minus {background:url(/ssw/images/editor/editor_pop_btn_minus_n2.png) no-repeat;}
.detail_oled .component_oled .slide_box .btn_minus:hover {background:url(/ssw/images/editor/editor_pop_btn_minus_f.png)}
.detail_oled .component_oled .slide_box .btn_minus:active {background:url(/ssw/images/editor/editor_pop_btn_minus_p.png)}
.detail_oled .component_oled .slide_box .btn_plus  {background:url(/ssw/images/editor/editor_pop_btn_plus_n2.png) no-repeat;}
.detail_oled .component_oled .slide_box .btn_plus:hover {background:url(/ssw/images/editor/editor_pop_btn_plus_f.png)}
.detail_oled .component_oled .slide_box .btn_plus:active {background:url(/ssw/images/editor/editor_pop_btn_plus_p.png)}

.detail_component .component_body { margin-bottom:10px;}
.detail_component .component_body ul {}
.detail_component .component_body ul li {display:block; height:83px; width:100%; background:#FFF; margin-top:5px;}
.detail_component .component_body ul li.ui-sortable-helper {box-shadow:0 6px 10px rgba(0, 0, 0, 0.3);}

.detail_component .component_body ul.player_list {font-size:0; margin-bottom:40px;}
.detail_component .component_body ul.player_list li {display:inline-block; vertical-align:top; width:calc(50% - 4px); height:auto; margin:4px 2px 0 2px;}
.detail_component .component_body ul.player_list li.full {width:calc(100% - 4px);}

.detail_component .component_body ul.player_list li .player {font-size:12px; line-height:20px; padding:14px;}
.detail_component .component_body ul.player_list li .player strong {display:block; color:#464646;}
.detail_component .component_body ul.player_list li .player p {display:block; color:#919191;}
.detail_component .component_body ul.player_list li .player strong,
.detail_component .component_body ul.player_list li .player p {text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}


.detail_component .component_video_wall {background:#cdcdcd; margin-top:10px; width:558px; height:527px; overflow:scroll;}
.detail_component .component_video_wall .vw_box {position:relative; display:table; transform-origin:left center;}
.detail_component .component_video_wall .select_media {background:#cdcdcd; position:absolute; top:0px; left:0px; right:0px; bottom:0px; text-align:center; z-index:9;}
.detail_component .component_video_wall .select_media .button{ display:inline-block; vertical-align:middle; margin-top:250px;}
.detail_component .component_video_wall .vw_box ul {padding:7px; position:absolute; transform-origin:left center;}
.detail_component .component_video_wall .vw_box ul:after{content:"";display:block;clear:both}
.detail_component .component_video_wall .vw_box ul li {display:block; width:255px; height:240px; border:5px solid #FFF; box-sizing:border-box; background:#FFF; margin:5px; float:left; position:relative;}
.detail_component .component_video_wall .vw_box ul li .add_content {background:#fff; position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px; text-align:center; z-index:99;}
.detail_component .component_video_wall .vw_box ul li .add_content .button{ display:inline-block; vertical-align:middle; margin-top:100px;}
.detail_component .component_video_wall .vw_box ul li .player_box {position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:77;}
.detail_component .component_video_wall .vw_box ul li .player_box .info {background:#fff;}
.detail_component .component_video_wall .vw_box ul li .player_box .btn_circle_x {position:absolute; top:10px; right:10px; z-index:10;}
.detail_component .component_video_wall .vw_box ul li .add_player { position:absolute; top:138px; left:0px; right:0px; bottom:0px; background:#FFF; z-index:88;}
.detail_component .component_video_wall .vw_box ul li .add_player .button{margin:30px 0 0 54px;}
.detail_component .component_video_wall .vw_box ul li .media_box  {background:#fff; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:66;}
.detail_component .component_video_wall .vw_box ul li .media_box .btn_circle_x {position:absolute; top:10px; right:10px; z-index:9;}
.detail_component .component_video_wall .vw_box ul li .photo {display:block; position:relative; width:245px; height:138px;}
.detail_component .component_video_wall .vw_box ul li .info { display:block; color:#5b5b5b; font-size:13px; padding:4px; line-height:20px; height:80px; overflow:hidden;}
.detail_component .component_video_wall .vw_box ul li .info h2 {color:#464646; font-size:15px;}
.detail_component .component_video_wall .vw_box ul li.active {border: 5px solid #CF0652;}
.detail_component .component_video_wall .vw_box.layout_1xn ul {width:265px;}
.detail_component .component_video_wall .vw_box.layout_2xn ul {width:530px;}
.detail_component .component_video_wall .vw_box.layout_3xn ul {width:795px;}
.detail_component .component_video_wall .vw_box.layout_4xn ul {width:1060px;}
.detail_component .component_video_wall .vw_box.layout_5xn ul {width:1325px;}
.detail_component .component_video_wall.oled_box {height:290px;}

/* new detail_oled */
.detail_oled {background:#cdcdcd; margin-bottom:5px;}
.detail_oled .component_header {height: 60px;}
.detail_oled .component_header h3 {padding:10px;width:450px;cursor:pointer;}
.detail_oled .component_header .button_close {right:12px;top: 14px;}
.detail_oled .component_header .time_input {width:40px; padding:12px 12px 12px 0;}
.detail_oled .component_header .time_input .loop {display:inline-block; vertical-align:middle; width:30px; height:30px; background:url(/ssw/images/bullet/icon_loop.png) no-repeat;}
.detail_oled .component_header .time_input input {width:46px; display:inline-block; text-indent:0; text-align:center; padding:0px;}
.detail_oled .component_header .time_input input[readonly]:focus {border:1px solid transparent;}
.detail_oled .component_header .time_input .button_close {display:inline; margin:0px 0 0 4px;}
.detail_oled .component_header .time_input .slide_box {display:inline-block; vertical-align:top; margin:3px;}

.detail_oled .component_oled { display:none;}
.detail_oled .component_oled .slide_box { overflow:hidden; padding:0; position:relative; width:206px; margin:10px 0 0 10px;}
.detail_oled .component_oled .slide_box .progress {position:absolute;top: 14px;left: 39px; width:126px; height:3px; background:#262626;}
.detail_oled .component_oled .slide_box .progress .progress_bar {position:absolute; top:0px; left:-1px; height:3px; background:#cf0652;}
.detail_oled .component_oled .slide_box .progress .progress_bar span {position:absolute; top:-10px; right:-11px; display:block; width:23px; height:23px; background:url(/ssw/images/editor/editor_slider.png) no-repeat; cursor:col-resize; text-indent:-999em;}
.detail_oled .component_oled .slide_box span { display:block; width:30px; height:30px; text-indent:999em; cursor:pointer;}
.detail_oled .component_oled .slide_box .btn_minus {background:url(/ssw/images/editor/editor_pop_btn_minus_n2.png) no-repeat;}
.detail_oled .component_oled .slide_box .btn_minus:hover {background:url(/ssw/images/editor/editor_pop_btn_minus_f.png)}
.detail_oled .component_oled .slide_box .btn_minus:active {background:url(/ssw/images/editor/editor_pop_btn_minus_p.png)}
.detail_oled .component_oled .slide_box .btn_plus  {background:url(/ssw/images/editor/editor_pop_btn_plus_n2.png) no-repeat;}
.detail_oled .component_oled .slide_box .btn_plus:hover {background:url(/ssw/images/editor/editor_pop_btn_plus_f.png)}
.detail_oled .component_oled .slide_box .btn_plus:active {background:url(/ssw/images/editor/editor_pop_btn_plus_p.png)}
.detail_oled .component_oled .slide_box .slider {position:absolute; top:-1px; left:27px;}

.detail_component_oled {width:558px; margin:0 auto; position:relative;}
.detail_component_oled .component_header {position:relative;}
.detail_component_oled .component_header:after{content:"";display:block;clear:both}
.detail_component_oled .component_header h3 {font-size:14px; color:#464646; font-weight:bold; font-style:italic; line-height:20px; margin:8px;}
.detail_component_oled .component_header.basic h3 {margin: 0 0 0 8px; width:280px;}
.detail_component_oled .component_header.basic h3.advanced {margin: 9px 0 0 8px; width:480px;}

.detail_component_oled .component_header.advance h3 {margin: 0 0 0 8px; width:220px;}
.detail_component_oled .component_header.advance h3.advanced {margin: 9px 0 0 8px; width:480px;}

.detail_component_oled .component_header h3 em {display:block; font-size:14px; color:#464646; font-weight:normal; font-style:normal; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_component_oled .component_header .button { position:absolute; top:15px; right:250px;}

.detail_component_oled .component_header .button_sync {position:absolute; top:13px; right:250px; cursor:pointer; width:30px; height:30px; overflow:hidden; background:url(/ssw/images/button/btn_sync.png) no-repeat;}
.detail_component_oled .component_header .button_sync:hover {background-position:left center;}
.detail_component_oled .component_header .button_sync:active {background-position:left bottom;}
.detail_component_oled .component_header .button_sync.sync {display:block; width:30px; height:30px; overflow:hidden; background:url(/ssw/images/button/btn_sync.png) top right;}
.detail_component_oled .component_header .button_sync.sync:hover {background-position:right center;}
.detail_component_oled .component_header .button_sync.sync:active {background-position:right bottom;}

.detail_component_oled .component_header .button.position_none { position:relative !important; top:auto !important; right:auto !important; margin-top:13px; display:inline-block;}
.detail_component_oled .component_header .button.position_none a {padding:0 18px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.detail_component_oled .component_header .slide_box { overflow:hidden; padding:0; position:relative; width:206px; margin:10px 0 0 10px;}
.detail_component_oled .component_header .slide_box .progress {position:absolute;top: 14px;left: 39px; width:126px; height:3px; background:#262626;}
.detail_component_oled .component_header .slide_box .progress .progress_bar {position:absolute; top:0px; left:-1px; height:3px; background:#cf0652;}
.detail_component_oled .component_header .slide_box .progress .progress_bar span {position:absolute; top:-10px; right:-11px; display:block; width:23px; height:23px; background:url(/ssw/images/editor/editor_slider.png) no-repeat; cursor:col-resize; text-indent:-999em;}
.detail_component_oled .component_header .slide_box span { display:block; width:30px; height:30px; text-indent:999em; cursor:pointer;}
.detail_component_oled .component_header .slide_box .btn_minus {background:url(/ssw/images/editor/editor_pop_btn_minus_n2.png) no-repeat;}
.detail_component_oled .component_header .slide_box .btn_minus:hover {background:url(/ssw/images/editor/editor_pop_btn_minus_f.png)}
.detail_component_oled .component_header .slide_box .btn_minus:active {background:url(/ssw/images/editor/editor_pop_btn_minus_p.png)}
.detail_component_oled .component_header .slide_box .btn_plus  {background:url(/ssw/images/editor/editor_pop_btn_plus_n2.png) no-repeat;}
.detail_component_oled .component_header .slide_box .btn_plus:hover {background:url(/ssw/images/editor/editor_pop_btn_plus_f.png)}
.detail_component_oled .component_header .slide_box .btn_plus:active {background:url(/ssw/images/editor/editor_pop_btn_plus_p.png)}
.detail_component_oled .component_header .slide_box .slider { position:absolute; top:-1px; left:27px;}

.detail_component_oled .inputBox {height:40px; line-height:40px; margin:0 20px; padding-top:10px; border-top:1px solid #bebfbf;}
.detail_component_oled .inputBox .label {display:inline-block; vertical-align:middle;}
.detail_component_oled .inputBox .label label {box-shadow:0px 1px 5px rgba(0,0,0,0.4); border-radius:50%;}
.detail_component_oled .inputBox input[type=text] {display:inline-block; vertical-align:middle; width:300px; float:right;}

.detail_component_oled .vsync {margin:10px 20px 0 20px;}
.detail_component_oled .vsync a {width:100%;}

.detail_component_oled .component_body { margin-bottom:10px;}
.detail_component_oled .component_body ul {}
.detail_component_oled .component_body ul li { display:block; height:83px; width:100%; background:#FFF; margin-top:5px;}
.detail_component_oled .component_video_wall {background:#cdcdcd; margin-top:10px; width:558px; height:524px; overflow:auto; text-align:center; position:relative; margin-bottom:5px;}

.detail_component_oled .component_video_wall .component_header h3 {margin: 0 0 0 8px;padding-left: 10px;width: 300px;text-align: left;line-height: 60px;}
.detail_component_oled .component_video_wall .component_header h3 em {display:block; font-size:14px; color:#464646; font-weight:normal; font-style:normal; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_component_oled .component_video_wall .component_header .button { position:absolute; top:15px; right:220px;}
.detail_component_oled .component_video_wall .component_header .button.position_none { position:relative !important; top:auto !important; right:auto !important; margin-top:13px; display:inline-block;}
.detail_component_oled .component_video_wall .component_header .button.position_none a {padding:0 18px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.detail_component_oled .component_video_wall .component_header .button_close {display:inline; margin: 14px 0 0 4px; right:12px;}

.detail_component_oled .component_video_wall.oled_box {height:290px;}
.detail_component_oled .component_video_wall.oled_box .vw_box {height:260px;}
.detail_component_oled .component_video_wall .vw_box {position:relative; display:table-cell; vertical-align:middle; width:558px; height:492px; text-align:center; transform-origin:left center;}
.detail_component_oled .component_video_wall .vw_box .tile-item {z-index:1;}
.detail_component_oled .component_video_wall .vw_box .tile-item.z_index_01 {z-index:2;}
.detail_component_oled .component_video_wall .vw_box .tile-item.mouseDown {z-index:2;}
.detail_component_oled .component_video_wall .vw_box .advcontent {display:block; border:1px solid #e1e1e1 !important; z-index:1;}
.detail_component_oled .component_video_wall .vw_box .advcontent.mouseDown {z-index:2;}
.detail_component_oled .component_video_wall .vw_box .tile-item.active:before {content:""; display:block; position:absolute; top:0px; left:0px; right:0px; bottom:0px; border:2px solid #cf0652; z-index:100;}
.detail_component_oled .component_video_wall .select_media {background:#cdcdcd; position:absolute; top:0px; left:0px; right:0px; bottom:0px; text-align:center; z-index:999;}
.detail_component_oled .component_video_wall .select_media .button{ display:inline-block; vertical-align:middle; margin-top:250px;}
.detail_component_oled .component_video_wall .vw_box ul {margin:0 auto; font-size: 0px; letter-spacing: 0px; word-spacing: 0px; position:relative; margin-top:16px; margin-bottom:16px;}
.detail_component_oled .component_video_wall .vw_box ul:after{content:"";display:block;clear:both}
.detail_component_oled .component_video_wall .vw_box .boxCombine {position:absolute; top:0px; left:0px; right:0px; bottom:0px; margin:7px; z-index:999; width:auto !important; height:auto !important;}
.detail_component_oled .component_video_wall .vw_box .boxCombine.active {margin:7px;}
.detail_component_oled .component_video_wall .vw_box .boxCombine .media_box {position:relative;}
.detail_component_oled .component_video_wall .vw_box .boxCombine .media_box img {position:absolute; top:50%; left:50%;}
.detail_component_oled .component_video_wall .vw_box ul li {display:inline-block; float:left; vertical-align:top; letter-spacing: 0px; word-spacing: 0px; background:#FFF; position:relative; margin:0.5px; cursor:pointer; z-index:1;}
.detail_component_oled .component_video_wall .vw_box ul li.z_index_01 {z-index:2;}
.detail_component_oled .component_video_wall .vw_box ul li.active:before {content:""; display:block; position:absolute; top:0px; left:0px; right:0px; bottom:0px; border:2px solid #cf0652; z-index:100;}
.detail_component_oled .component_video_wall .vw_box ul li span.number {display:block; font-size:11px; position:absolute; top:0px; left:0px; height:12px; line-height:12px; padding:0 4px; background:#000; color:#fff; z-index:999;}
.detail_component_oled .component_video_wall .sceneList .add_player {background:url(/ssw/images/bullet/icon_add_content.png) no-repeat center center !important;}
.detail_component_oled .component_video_wall .sceneList .videowall_object {background:#4d4d4d !important;}
.detail_component_oled .component_video_wall .sceneList .player_box.videowall_object span {color: #fff !important;}
.detail_component_oled .component_video_wall .sceneList .player_box.videowall_object.object_layer span {color: #333 !important;}
.detail_component_oled .component_video_wall .vw_box ul.sync {cursor:pointer;}
.detail_component_oled .component_video_wall .vw_box ul.sync.put:before {content:""; display:block; background:none;}
.detail_component_oled .component_video_wall .vw_box ul.sync .add_content {background:#fff;}
.detail_component_oled .component_video_wall .vw_box ul.sync:before {content:""; display:block; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background: url(/ssw/images/bullet/icon_add_content.png)no-repeat center center; z-index:100;}
.detail_component_oled .component_video_wall .vw_box ul.sync.active:before {content:""; border:2px solid #cf0652; z-index:100; }
.detail_component_oled .component_video_wall .vw_box .dragBlock.active {border:3px solid #cf0652; box-sizing: border-box;margin:0px; overflow:hidden;}
.detail_component_oled .component_video_wall .vw_box .dragBlock.active .media_box{padding:3px;position:relative; margin: -3px -3px;}
.detail_component_oled .component_video_wall .vw_box .add_content {display:block; background: url(/ssw/images/bullet/icon_add_content.png)#fff no-repeat center center; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:99;}
.detail_component_oled .component_video_wall .vw_box div .add_player { display:block; background: url(/ssw/images/bullet/icon_add_player.png) no-repeat center center; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:98; text-indent:-999em;}
.detail_component_oled .component_video_wall .vw_box div .add_player.active {border:3px solid #CF0652;}
.detail_component_oled .component_video_wall .vw_box .add_player { display:block; background: url(/ssw/images/bullet/icon_add_player.png) no-repeat center center; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:98;}
.detail_component_oled .component_video_wall .vw_box .player_box {display:inline-block; vertical-align:top; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background-size:cover !important; background-repeat:no-repeat !important; text-align:left;}
.detail_component_oled .component_video_wall .vw_box .player_box span {display:block;position:absolute;top:50%;left:0px;right:0px;font-size: 16px; color: #fff;text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-top:-18px;}
.detail_component_oled .component_video_wall .vw_box .media_box  {display:inline-block; vertical-align:top; width:100%; height:100%; overflow:hidden; background-size:contain !important; background-position:center center !important; background-repeat:no-repeat !important; text-align:left;}
.detail_component_oled .component_video_wall .vw_box .player_box.videowall_object span {color:transparent;}
.detail_component_oled .component_video_wall .vw_box .player_box.videowall_object.object_layer {background:#fff !important; width:100%; height:100%;}
.detail_component_oled .component_video_wall .vw_box .player_box.videowall_object.object_layer span {color:#333; text-align:center; width:auto; line-height:22px; top:10%; text-indent:0; padding:0px; margin:0px; font-size:14px;}

.detail_component_oled .component_video_wall .toolsOrder.active {top:0px;}
.detail_component_oled .component_video_wall .toolsOrder {height:40px; overflow:hidden; background:#f8f8f8; position:absolute; top:-45px; left:0px; width:100%; z-index:999; box-shadow: 0 1px 3px rgba(53, 57, 74, 0.2); display:flex; justify-content:space-between; align-items:center;/* */ display:-webkit-flex; -webkit-justify-content:space-between; -webkit-align-items:center;/* */ display: -ms-flexbox; -ms-flex-pack:justify; -ms-flex-align: center; transition:all .16s cubic-bezier(.7,0,.3,1); transform:all .16s cubic-bezier(.7,0,.3,1);-webkit-transition:all .16s cubic-bezier(.7,0,.3,1);}
.detail_component_oled .component_video_wall .toolsOrder .tools {margin:0 20px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button {height:35px;}

.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button {width:35px; height:35px; cursor:pointer; margin-left:10px; outline: none; text-indent:-999em;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button:first-child { margin-left:0px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.front {background:url(/ssw/images/editor/bring_front_02.png) no-repeat 0 0;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.front:hover {background-position:0px -35px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.front:active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.front.active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.front.disabled {background-position:left bottom; cursor:default;}

.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.forward {background:url(/ssw/images/editor/bring_forward_02.png) no-repeat 0 0;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.forward:hover {background-position:0px -35px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.forward:active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.forward.active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.forward.disabled {background-position:left bottom; cursor:default;}

.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.backward {background:url(/ssw/images/editor/bring_backward_02.png) no-repeat 0 0;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.backward:hover {background-position:0px -35px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.backward:active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.backward.active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.backward.disabled {background-position:left bottom; cursor:default;}

.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.back {background:url(/ssw/images/editor/bring_back_02.png) no-repeat 0 0;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.back:hover {background-position:0px -35px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.back:active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.back.active {background-position:0px -70px;}
.detail_component_oled .component_video_wall .toolsOrder .tools .order_button button.back.disabled {background-position:left bottom; cursor:default;}




/* /////////////////////////////////// portrait /////////////////////////////////// */

/* 1xn */
.detail_component_oled .component_video_wall .portrait.box_1x1 ul {width:138px;}
.detail_component_oled .component_video_wall .portrait.box_1x2 ul {width:138px;}
.detail_component_oled .component_video_wall .portrait.box_1x3 ul {width:91px;}
.detail_component_oled .component_video_wall .portrait.box_1x4 ul {width:68px;}
.detail_component_oled .component_video_wall .portrait.box_1x5 ul {width:55px;}
.detail_component_oled .component_video_wall .portrait.box_1x6 ul, .detail_component_oled .component_video_wall .portrait.box_1x7 ul, .detail_component_oled .component_video_wall .portrait.box_1x8 ul,
.detail_component_oled .component_video_wall .portrait.box_1x9 ul, .detail_component_oled .component_video_wall .portrait.box_1x10 ul, .detail_component_oled .component_video_wall .portrait.box_1x11 ul,
.detail_component_oled .component_video_wall .portrait.box_1x12 ul, .detail_component_oled .component_video_wall .portrait.box_1x13 ul, .detail_component_oled .component_video_wall .portrait.box_1x14 ul,
.detail_component_oled .component_video_wall .portrait.box_1x15 ul, .detail_component_oled .component_video_wall .portrait.box_1x16 ul, .detail_component_oled .component_video_wall .portrait.box_1x17 ul,
.detail_component_oled .component_video_wall .portrait.box_1x18 ul, .detail_component_oled .component_video_wall .portrait.box_1x19 ul, .detail_component_oled .component_video_wall .portrait.box_1x20 ul,
.detail_component_oled .component_video_wall .portrait.box_1x21 ul, .detail_component_oled .component_video_wall .portrait.box_1x22 ul, .detail_component_oled .component_video_wall .portrait.box_1x23 ul,
.detail_component_oled .component_video_wall .portrait.box_1x24 ul,
.detail_component_oled .component_video_wall .portrait.box_1x25 ul {width:55px;}

.detail_component_oled .component_video_wall .portrait.box_1x1 ul li {width:137px; height:243px;}
.detail_component_oled .component_video_wall .portrait.box_1x2 ul li {width:137px; height:243px;}
.detail_component_oled .component_video_wall .portrait.box_1x3 ul li {width:91px; height:162px;}
.detail_component_oled .component_video_wall .portrait.box_1x4 ul li {width:68px; height:121px;}
.detail_component_oled .component_video_wall .portrait.box_1x5 ul li {width:55px; height:96px;}
.detail_component_oled .component_video_wall .portrait.box_1x6 ul li, .detail_component_oled .component_video_wall .portrait.box_1x7 ul li, .detail_component_oled .component_video_wall .portrait.box_1x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x9 ul li, .detail_component_oled .component_video_wall .portrait.box_1x10 ul li, .detail_component_oled .component_video_wall .portrait.box_1x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x12 ul li, .detail_component_oled .component_video_wall .portrait.box_1x13 ul li, .detail_component_oled .component_video_wall .portrait.box_1x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x15 ul li, .detail_component_oled .component_video_wall .portrait.box_1x16 ul li, .detail_component_oled .component_video_wall .portrait.box_1x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x18 ul li, .detail_component_oled .component_video_wall .portrait.box_1x19 ul li, .detail_component_oled .component_video_wall .portrait.box_1x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x21 ul li, .detail_component_oled .component_video_wall .portrait.box_1x22 ul li, .detail_component_oled .component_video_wall .portrait.box_1x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_1x25 ul li {width:55px; height:96px;}

/* 2xn */
.detail_component_oled .component_video_wall .portrait.box_2x1 ul {width:522px;}
.detail_component_oled .component_video_wall .portrait.box_2x2 ul {width:276px;}
.detail_component_oled .component_video_wall .portrait.box_2x3 ul {width:184px;}
.detail_component_oled .component_video_wall .portrait.box_2x4 ul {width:138px;}
.detail_component_oled .component_video_wall .portrait.box_2x5 ul {width:112px;}
.detail_component_oled .component_video_wall .portrait.box_2x6 ul, .detail_component_oled .component_video_wall .portrait.box_2x7 ul, .detail_component_oled .component_video_wall .portrait.box_2x8 ul,
.detail_component_oled .component_video_wall .portrait.box_2x9 ul, .detail_component_oled .component_video_wall .portrait.box_2x10 ul, .detail_component_oled .component_video_wall .portrait.box_2x11 ul,
.detail_component_oled .component_video_wall .portrait.box_2x12 ul, .detail_component_oled .component_video_wall .portrait.box_2x13 ul, .detail_component_oled .component_video_wall .portrait.box_2x14 ul,
.detail_component_oled .component_video_wall .portrait.box_2x15 ul, .detail_component_oled .component_video_wall .portrait.box_2x16 ul, .detail_component_oled .component_video_wall .portrait.box_2x17 ul,
.detail_component_oled .component_video_wall .portrait.box_2x18 ul, .detail_component_oled .component_video_wall .portrait.box_2x19 ul, .detail_component_oled .component_video_wall .portrait.box_2x20 ul,
.detail_component_oled .component_video_wall .portrait.box_2x21 ul, .detail_component_oled .component_video_wall .portrait.box_2x22 ul, .detail_component_oled .component_video_wall .portrait.box_2x23 ul,
.detail_component_oled .component_video_wall .portrait.box_2x24 ul,
.detail_component_oled .component_video_wall .portrait.box_2x25 ul {width:114px;}

.detail_component_oled .component_video_wall .portrait.box_2x1 ul li {width:260px; height:462px;}
.detail_component_oled .component_video_wall .portrait.box_2x2 ul li {width:137px; height:243px;}
.detail_component_oled .component_video_wall .portrait.box_2x3 ul li {width:91px; height:162px;}
.detail_component_oled .component_video_wall .portrait.box_2x4 ul li {width:68px; height:121px;}
.detail_component_oled .component_video_wall .portrait.box_2x5 ul li {width:55px; height:96px;}
.detail_component_oled .component_video_wall .portrait.box_2x6 ul li, .detail_component_oled .component_video_wall .portrait.box_2x7 ul li, .detail_component_oled .component_video_wall .portrait.box_2x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x9 ul li, .detail_component_oled .component_video_wall .portrait.box_2x10 ul li, .detail_component_oled .component_video_wall .portrait.box_2x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x12 ul li, .detail_component_oled .component_video_wall .portrait.box_2x13 ul li, .detail_component_oled .component_video_wall .portrait.box_2x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x15 ul li, .detail_component_oled .component_video_wall .portrait.box_2x16 ul li, .detail_component_oled .component_video_wall .portrait.box_2x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x18 ul li, .detail_component_oled .component_video_wall .portrait.box_2x19 ul li, .detail_component_oled .component_video_wall .portrait.box_2x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x21 ul li, .detail_component_oled .component_video_wall .portrait.box_2x22 ul li, .detail_component_oled .component_video_wall .portrait.box_2x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_2x25 ul li {width:55px; height:96px;}

/* 3xn */
.detail_component_oled .component_video_wall .portrait.box_3x1 ul {width:522px;}
.detail_component_oled .component_video_wall .portrait.box_3x2 ul {width:414px;}
.detail_component_oled .component_video_wall .portrait.box_3x3 ul {width:276px;}
.detail_component_oled .component_video_wall .portrait.box_3x4 ul {width:207px;}
.detail_component_oled .component_video_wall .portrait.box_3x5 ul {width:168px;}
.detail_component_oled .component_video_wall .portrait.box_3x6 ul, .detail_component_oled .component_video_wall .portrait.box_3x7 ul, .detail_component_oled .component_video_wall .portrait.box_3x8 ul,
.detail_component_oled .component_video_wall .portrait.box_3x9 ul, .detail_component_oled .component_video_wall .portrait.box_3x10 ul, .detail_component_oled .component_video_wall .portrait.box_3x11 ul,
.detail_component_oled .component_video_wall .portrait.box_3x12 ul, .detail_component_oled .component_video_wall .portrait.box_3x13 ul, .detail_component_oled .component_video_wall .portrait.box_3x14 ul,
.detail_component_oled .component_video_wall .portrait.box_3x15 ul, .detail_component_oled .component_video_wall .portrait.box_3x16 ul, .detail_component_oled .component_video_wall .portrait.box_3x17 ul,
.detail_component_oled .component_video_wall .portrait.box_3x18 ul, .detail_component_oled .component_video_wall .portrait.box_3x19 ul, .detail_component_oled .component_video_wall .portrait.box_3x20 ul,
.detail_component_oled .component_video_wall .portrait.box_3x21 ul, .detail_component_oled .component_video_wall .portrait.box_3x22 ul, .detail_component_oled .component_video_wall .portrait.box_3x23 ul,
.detail_component_oled .component_video_wall .portrait.box_3x24 ul,
.detail_component_oled .component_video_wall .portrait.box_3x25 ul {width:172px;}

.detail_component_oled .component_video_wall .portrait.box_3x1 ul li {width:173px; height:307px;}
.detail_component_oled .component_video_wall .portrait.box_3x2 ul li {width:137px; height:243px;}
.detail_component_oled .component_video_wall .portrait.box_3x3 ul li {width:91px; height:162px;}
.detail_component_oled .component_video_wall .portrait.box_3x4 ul li {width:68px; height:121px;}
.detail_component_oled .component_video_wall .portrait.box_3x5 ul li {width:55px; height:96px;}
.detail_component_oled .component_video_wall .portrait.box_3x6 ul li, .detail_component_oled .component_video_wall .portrait.box_3x7 ul li, .detail_component_oled .component_video_wall .portrait.box_3x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x9 ul li, .detail_component_oled .component_video_wall .portrait.box_3x10 ul li, .detail_component_oled .component_video_wall .portrait.box_3x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x12 ul li, .detail_component_oled .component_video_wall .portrait.box_3x13 ul li, .detail_component_oled .component_video_wall .portrait.box_3x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x15 ul li, .detail_component_oled .component_video_wall .portrait.box_3x16 ul li, .detail_component_oled .component_video_wall .portrait.box_3x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x18 ul li, .detail_component_oled .component_video_wall .portrait.box_3x19 ul li, .detail_component_oled .component_video_wall .portrait.box_3x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x21 ul li, .detail_component_oled .component_video_wall .portrait.box_3x22 ul li, .detail_component_oled .component_video_wall .portrait.box_3x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_3x25 ul li {width:55px; height:96px;}

/* 4xn */
.detail_component_oled .component_video_wall .portrait.box_4x1 ul {width:520px;}
.detail_component_oled .component_video_wall .portrait.box_4x2 ul {width:520px;}
.detail_component_oled .component_video_wall .portrait.box_4x3 ul {width:368px;}
.detail_component_oled .component_video_wall .portrait.box_4x4 ul {width:276px;}
.detail_component_oled .component_video_wall .portrait.box_4x5 ul {width:280px;}
.detail_component_oled .component_video_wall .portrait.box_4x6 ul, .detail_component_oled .component_video_wall .portrait.box_4x7 ul, .detail_component_oled .component_video_wall .portrait.box_4x8 ul,
.detail_component_oled .component_video_wall .portrait.box_4x9 ul, .detail_component_oled .component_video_wall .portrait.box_4x10 ul, .detail_component_oled .component_video_wall .portrait.box_4x11 ul,
.detail_component_oled .component_video_wall .portrait.box_4x12 ul, .detail_component_oled .component_video_wall .portrait.box_4x13 ul, .detail_component_oled .component_video_wall .portrait.box_4x14 ul,
.detail_component_oled .component_video_wall .portrait.box_4x15 ul, .detail_component_oled .component_video_wall .portrait.box_4x16 ul, .detail_component_oled .component_video_wall .portrait.box_4x17 ul,
.detail_component_oled .component_video_wall .portrait.box_4x18 ul, .detail_component_oled .component_video_wall .portrait.box_4x19 ul, .detail_component_oled .component_video_wall .portrait.box_4x20 ul,
.detail_component_oled .component_video_wall .portrait.box_4x21 ul, .detail_component_oled .component_video_wall .portrait.box_4x22 ul, .detail_component_oled .component_video_wall .portrait.box_4x23 ul,
.detail_component_oled .component_video_wall .portrait.box_4x24 ul,
.detail_component_oled .component_video_wall .portrait.box_4x25 ul {width:226px;}

.detail_component_oled .component_video_wall .portrait.box_4x1 ul li {width:129px; height:229px;}
.detail_component_oled .component_video_wall .portrait.box_4x2 ul li {width:129px; height:229px;}
.detail_component_oled .component_video_wall .portrait.box_4x3 ul li {width:91px; height:162px;}
.detail_component_oled .component_video_wall .portrait.box_4x4 ul li {width:68px; height:121px;}
.detail_component_oled .component_video_wall .portrait.box_4x5 ul li {width:55px; height:96px;}
.detail_component_oled .component_video_wall .portrait.box_4x6 ul li, .detail_component_oled .component_video_wall .portrait.box_4x7 ul li, .detail_component_oled .component_video_wall .portrait.box_4x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x9 ul li, .detail_component_oled .component_video_wall .portrait.box_4x10 ul li, .detail_component_oled .component_video_wall .portrait.box_4x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x12 ul li, .detail_component_oled .component_video_wall .portrait.box_4x13 ul li, .detail_component_oled .component_video_wall .portrait.box_4x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x15 ul li, .detail_component_oled .component_video_wall .portrait.box_4x16 ul li, .detail_component_oled .component_video_wall .portrait.box_4x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x18 ul li, .detail_component_oled .component_video_wall .portrait.box_4x19 ul li, .detail_component_oled .component_video_wall .portrait.box_4x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x21 ul li, .detail_component_oled .component_video_wall .portrait.box_4x22 ul li, .detail_component_oled .component_video_wall .portrait.box_4x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_4x25 ul li {width:55px; height:96px;}

/* 5xn */
.detail_component_oled .component_video_wall .portrait.box_5x1 ul {width:522px;}
.detail_component_oled .component_video_wall .portrait.box_5x2 ul {width:522px;}
.detail_component_oled .component_video_wall .portrait.box_5x3 ul {width:460px;}
.detail_component_oled .component_video_wall .portrait.box_5x4 ul {width:345px;}
.detail_component_oled .component_video_wall .portrait.box_5x5 ul {width:280px;}
.detail_component_oled .component_video_wall .portrait.box_5x6 ul, .detail_component_oled .component_video_wall .portrait.box_5x7 ul, .detail_component_oled .component_video_wall .portrait.box_5x8 ul,
.detail_component_oled .component_video_wall .portrait.box_5x9 ul, .detail_component_oled .component_video_wall .portrait.box_5x10 ul, .detail_component_oled .component_video_wall .portrait.box_5x11 ul,
.detail_component_oled .component_video_wall .portrait.box_5x12 ul, .detail_component_oled .component_video_wall .portrait.box_5x13 ul, .detail_component_oled .component_video_wall .portrait.box_5x14 ul,
.detail_component_oled .component_video_wall .portrait.box_5x15 ul, .detail_component_oled .component_video_wall .portrait.box_5x16 ul, .detail_component_oled .component_video_wall .portrait.box_5x17 ul,
.detail_component_oled .component_video_wall .portrait.box_5x18 ul, .detail_component_oled .component_video_wall .portrait.box_5x19 ul, .detail_component_oled .component_video_wall .portrait.box_5x20 ul,
.detail_component_oled .component_video_wall .portrait.box_5x21 ul, .detail_component_oled .component_video_wall .portrait.box_5x22 ul, .detail_component_oled .component_video_wall .portrait.box_5x23 ul,
.detail_component_oled .component_video_wall .portrait.box_5x24 ul,
.detail_component_oled .component_video_wall .portrait.box_5x25 ul {width:282px;}

.detail_component_oled .component_video_wall .portrait.box_5x1 ul li {width:103px; height:183px;}
.detail_component_oled .component_video_wall .portrait.box_5x2 ul li {width:103px; height:183px;}
.detail_component_oled .component_video_wall .portrait.box_5x3 ul li {width:91px; height:162px;}
.detail_component_oled .component_video_wall .portrait.box_5x4 ul li {width:68px; height:121px;}
.detail_component_oled .component_video_wall .portrait.box_5x5 ul li {width:55px; height:96px;}
.detail_component_oled .component_video_wall .portrait.box_5x6 ul li, .detail_component_oled .component_video_wall .portrait.box_5x7 ul li, .detail_component_oled .component_video_wall .portrait.box_5x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x9 ul li, .detail_component_oled .component_video_wall .portrait.box_5x10 ul li, .detail_component_oled .component_video_wall .portrait.box_5x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x12 ul li, .detail_component_oled .component_video_wall .portrait.box_5x13 ul li, .detail_component_oled .component_video_wall .portrait.box_5x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x15 ul li, .detail_component_oled .component_video_wall .portrait.box_5x16 ul li, .detail_component_oled .component_video_wall .portrait.box_5x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x18 ul li, .detail_component_oled .component_video_wall .portrait.box_5x19 ul li, .detail_component_oled .component_video_wall .portrait.box_5x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x21 ul li, .detail_component_oled .component_video_wall .portrait.box_5x22 ul li, .detail_component_oled .component_video_wall .portrait.box_5x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_5x25 ul li {width:55px; height:96px;}


/* 6xn */
.detail_component_oled .component_video_wall .portrait.box_6x1 ul, .detail_component_oled .component_video_wall .portrait.box_6x2 ul, .detail_component_oled .component_video_wall .portrait.box_6x3 ul,
.detail_component_oled .component_video_wall .portrait.box_6x4 ul,.detail_component_oled .component_video_wall .portrait.box_6x5 ul,
.detail_component_oled .component_video_wall .portrait.box_6x6 ul, .detail_component_oled .component_video_wall .portrait.box_6x7 ul, .detail_component_oled .component_video_wall .portrait.box_6x8 ul,
.detail_component_oled .component_video_wall .portrait.box_6x9 ul, .detail_component_oled .component_video_wall .portrait.box_6x10 ul, .detail_component_oled .component_video_wall .portrait.box_6x11 ul,
.detail_component_oled .component_video_wall .portrait.box_6x12 ul, .detail_component_oled .component_video_wall .portrait.box_6x13 ul, .detail_component_oled .component_video_wall .portrait.box_6x14 ul,
.detail_component_oled .component_video_wall .portrait.box_6x15 ul, .detail_component_oled .component_video_wall .portrait.box_6x16 ul, .detail_component_oled .component_video_wall .portrait.box_6x17 ul,
.detail_component_oled .component_video_wall .portrait.box_6x18 ul, .detail_component_oled .component_video_wall .portrait.box_6x19 ul, .detail_component_oled .component_video_wall .portrait.box_6x20 ul,
.detail_component_oled .component_video_wall .portrait.box_6x21 ul, .detail_component_oled .component_video_wall .portrait.box_6x22 ul, .detail_component_oled .component_video_wall .portrait.box_6x23 ul,
.detail_component_oled .component_video_wall .portrait.box_6x24 ul,
.detail_component_oled .component_video_wall .portrait.box_6x25 ul {width:338px;}

.detail_component_oled .component_video_wall .portrait.box_6x1 ul li,.detail_component_oled .component_video_wall .portrait.box_6x2 ul li,.detail_component_oled .component_video_wall .portrait.box_6x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x4 ul li,.detail_component_oled .component_video_wall .portrait.box_6x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x6 ul li, .detail_component_oled .component_video_wall .portrait.box_6x7 ul li, .detail_component_oled .component_video_wall .portrait.box_6x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x9 ul li, .detail_component_oled .component_video_wall .portrait.box_6x10 ul li, .detail_component_oled .component_video_wall .portrait.box_6x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x12 ul li, .detail_component_oled .component_video_wall .portrait.box_6x13 ul li, .detail_component_oled .component_video_wall .portrait.box_6x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x15 ul li, .detail_component_oled .component_video_wall .portrait.box_6x16 ul li, .detail_component_oled .component_video_wall .portrait.box_6x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x18 ul li, .detail_component_oled .component_video_wall .portrait.box_6x19 ul li, .detail_component_oled .component_video_wall .portrait.box_6x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x21 ul li, .detail_component_oled .component_video_wall .portrait.box_6x22 ul li, .detail_component_oled .component_video_wall .portrait.box_6x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_6x25 ul li {width:55px; height:96px;}

/* 7xn */
.detail_component_oled .component_video_wall .portrait.box_7x1 ul,.detail_component_oled .component_video_wall .portrait.box_7x2 ul,.detail_component_oled .component_video_wall .portrait.box_7x3 ul,
.detail_component_oled .component_video_wall .portrait.box_7x4 ul,.detail_component_oled .component_video_wall .portrait.box_7x5 ul,
.detail_component_oled .component_video_wall .portrait.box_7x6 ul, .detail_component_oled .component_video_wall .portrait.box_7x7 ul, .detail_component_oled .component_video_wall .portrait.box_7x8 ul,
.detail_component_oled .component_video_wall .portrait.box_7x9 ul, .detail_component_oled .component_video_wall .portrait.box_7x10 ul, .detail_component_oled .component_video_wall .portrait.box_7x11 ul,
.detail_component_oled .component_video_wall .portrait.box_7x12 ul, .detail_component_oled .component_video_wall .portrait.box_7x13 ul, .detail_component_oled .component_video_wall .portrait.box_7x14 ul,
.detail_component_oled .component_video_wall .portrait.box_7x15 ul, .detail_component_oled .component_video_wall .portrait.box_7x16 ul, .detail_component_oled .component_video_wall .portrait.box_7x17 ul,
.detail_component_oled .component_video_wall .portrait.box_7x18 ul, .detail_component_oled .component_video_wall .portrait.box_7x19 ul, .detail_component_oled .component_video_wall .portrait.box_7x20 ul,
.detail_component_oled .component_video_wall .portrait.box_7x21 ul, .detail_component_oled .component_video_wall .portrait.box_7x22 ul, .detail_component_oled .component_video_wall .portrait.box_7x23 ul,
.detail_component_oled .component_video_wall .portrait.box_7x24 ul,
.detail_component_oled .component_video_wall .portrait.box_7x25 ul {width:394px;}

.detail_component_oled .component_video_wall .portrait.box_7x1 ul li,.detail_component_oled .component_video_wall .portrait.box_7x2 ul li,.detail_component_oled .component_video_wall .portrait.box_7x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x4 ul li,.detail_component_oled .component_video_wall .portrait.box_7x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x6 ul li, .detail_component_oled .component_video_wall .portrait.box_7x7 ul li, .detail_component_oled .component_video_wall .portrait.box_7x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x9 ul li, .detail_component_oled .component_video_wall .portrait.box_7x10 ul li, .detail_component_oled .component_video_wall .portrait.box_7x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x12 ul li, .detail_component_oled .component_video_wall .portrait.box_7x13 ul li, .detail_component_oled .component_video_wall .portrait.box_7x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x15 ul li, .detail_component_oled .component_video_wall .portrait.box_7x16 ul li, .detail_component_oled .component_video_wall .portrait.box_7x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x18 ul li, .detail_component_oled .component_video_wall .portrait.box_7x19 ul li, .detail_component_oled .component_video_wall .portrait.box_7x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x21 ul li, .detail_component_oled .component_video_wall .portrait.box_7x22 ul li, .detail_component_oled .component_video_wall .portrait.box_7x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_7x25 ul li {width:55px; height:96px;}

/* 8xn */
.detail_component_oled .component_video_wall .portrait.box_8x1 ul,.detail_component_oled .component_video_wall .portrait.box_8x2 ul,.detail_component_oled .component_video_wall .portrait.box_8x3 ul,
.detail_component_oled .component_video_wall .portrait.box_8x4 ul,.detail_component_oled .component_video_wall .portrait.box_8x5 ul,
.detail_component_oled .component_video_wall .portrait.box_8x6 ul, .detail_component_oled .component_video_wall .portrait.box_8x7 ul, .detail_component_oled .component_video_wall .portrait.box_8x8 ul,
.detail_component_oled .component_video_wall .portrait.box_8x9 ul, .detail_component_oled .component_video_wall .portrait.box_8x10 ul, .detail_component_oled .component_video_wall .portrait.box_8x11 ul,
.detail_component_oled .component_video_wall .portrait.box_8x12 ul, .detail_component_oled .component_video_wall .portrait.box_8x13 ul, .detail_component_oled .component_video_wall .portrait.box_8x14 ul,
.detail_component_oled .component_video_wall .portrait.box_8x15 ul, .detail_component_oled .component_video_wall .portrait.box_8x16 ul, .detail_component_oled .component_video_wall .portrait.box_8x17 ul,
.detail_component_oled .component_video_wall .portrait.box_8x18 ul, .detail_component_oled .component_video_wall .portrait.box_8x19 ul, .detail_component_oled .component_video_wall .portrait.box_8x20 ul,
.detail_component_oled .component_video_wall .portrait.box_8x21 ul, .detail_component_oled .component_video_wall .portrait.box_8x22 ul, .detail_component_oled .component_video_wall .portrait.box_8x23 ul,
.detail_component_oled .component_video_wall .portrait.box_8x24 ul,
.detail_component_oled .component_video_wall .portrait.box_8x25 ul {width:450px;}

.detail_component_oled .component_video_wall .portrait.box_8x1 ul li,.detail_component_oled .component_video_wall .portrait.box_8x2 ul li,.detail_component_oled .component_video_wall .portrait.box_8x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x4 ul li,.detail_component_oled .component_video_wall .portrait.box_8x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x6 ul li, .detail_component_oled .component_video_wall .portrait.box_8x7 ul li, .detail_component_oled .component_video_wall .portrait.box_8x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x9 ul li, .detail_component_oled .component_video_wall .portrait.box_8x10 ul li, .detail_component_oled .component_video_wall .portrait.box_8x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x12 ul li, .detail_component_oled .component_video_wall .portrait.box_8x13 ul li, .detail_component_oled .component_video_wall .portrait.box_8x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x15 ul li, .detail_component_oled .component_video_wall .portrait.box_8x16 ul li, .detail_component_oled .component_video_wall .portrait.box_8x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x18 ul li, .detail_component_oled .component_video_wall .portrait.box_8x19 ul li, .detail_component_oled .component_video_wall .portrait.box_8x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x21 ul li, .detail_component_oled .component_video_wall .portrait.box_8x22 ul li, .detail_component_oled .component_video_wall .portrait.box_8x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_8x25 ul li {width:55px; height:96px;}

/* 9xn */
.detail_component_oled .component_video_wall .portrait.box_9x1 ul,.detail_component_oled .component_video_wall .portrait.box_9x2 ul,.detail_component_oled .component_video_wall .portrait.box_9x3 ul,
.detail_component_oled .component_video_wall .portrait.box_9x4 ul,.detail_component_oled .component_video_wall .portrait.box_9x5 ul,
.detail_component_oled .component_video_wall .portrait.box_9x6 ul, .detail_component_oled .component_video_wall .portrait.box_9x7 ul, .detail_component_oled .component_video_wall .portrait.box_9x8 ul,
.detail_component_oled .component_video_wall .portrait.box_9x9 ul, .detail_component_oled .component_video_wall .portrait.box_9x10 ul, .detail_component_oled .component_video_wall .portrait.box_9x11 ul,
.detail_component_oled .component_video_wall .portrait.box_9x12 ul, .detail_component_oled .component_video_wall .portrait.box_9x13 ul, .detail_component_oled .component_video_wall .portrait.box_9x14 ul,
.detail_component_oled .component_video_wall .portrait.box_9x15 ul, .detail_component_oled .component_video_wall .portrait.box_9x16 ul, .detail_component_oled .component_video_wall .portrait.box_9x17 ul,
.detail_component_oled .component_video_wall .portrait.box_9x18 ul, .detail_component_oled .component_video_wall .portrait.box_9x19 ul, .detail_component_oled .component_video_wall .portrait.box_9x20 ul,
.detail_component_oled .component_video_wall .portrait.box_9x21 ul, .detail_component_oled .component_video_wall .portrait.box_9x22 ul, .detail_component_oled .component_video_wall .portrait.box_9x23 ul,
.detail_component_oled .component_video_wall .portrait.box_9x24 ul,
.detail_component_oled .component_video_wall .portrait.box_9x25 ul {width:506px;}

.detail_component_oled .component_video_wall .portrait.box_9x1 ul li,.detail_component_oled .component_video_wall .portrait.box_9x2 ul li,.detail_component_oled .component_video_wall .portrait.box_9x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x4 ul li,.detail_component_oled .component_video_wall .portrait.box_9x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x6 ul li, .detail_component_oled .component_video_wall .portrait.box_9x7 ul li, .detail_component_oled .component_video_wall .portrait.box_9x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x9 ul li, .detail_component_oled .component_video_wall .portrait.box_9x10 ul li, .detail_component_oled .component_video_wall .portrait.box_9x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x12 ul li, .detail_component_oled .component_video_wall .portrait.box_9x13 ul li, .detail_component_oled .component_video_wall .portrait.box_9x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x15 ul li, .detail_component_oled .component_video_wall .portrait.box_9x16 ul li, .detail_component_oled .component_video_wall .portrait.box_9x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x18 ul li, .detail_component_oled .component_video_wall .portrait.box_9x19 ul li, .detail_component_oled .component_video_wall .portrait.box_9x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x21 ul li, .detail_component_oled .component_video_wall .portrait.box_9x22 ul li, .detail_component_oled .component_video_wall .portrait.box_9x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_9x25 ul li {width:55px; height:96px;}

/* 10xn */
.detail_component_oled .component_video_wall .portrait.box_10x1 ul,.detail_component_oled .component_video_wall .portrait.box_10x2 ul,.detail_component_oled .component_video_wall .portrait.box_10x3 ul,
.detail_component_oled .component_video_wall .portrait.box_10x4 ul,.detail_component_oled .component_video_wall .portrait.box_10x5 ul,
.detail_component_oled .component_video_wall .portrait.box_10x6 ul, .detail_component_oled .component_video_wall .portrait.box_10x7 ul, .detail_component_oled .component_video_wall .portrait.box_10x8 ul,
.detail_component_oled .component_video_wall .portrait.box_10x9 ul, .detail_component_oled .component_video_wall .portrait.box_10x10 ul, .detail_component_oled .component_video_wall .portrait.box_10x11 ul,
.detail_component_oled .component_video_wall .portrait.box_10x12 ul, .detail_component_oled .component_video_wall .portrait.box_10x13 ul, .detail_component_oled .component_video_wall .portrait.box_10x14 ul,
.detail_component_oled .component_video_wall .portrait.box_10x15 ul, .detail_component_oled .component_video_wall .portrait.box_10x16 ul, .detail_component_oled .component_video_wall .portrait.box_10x17 ul,
.detail_component_oled .component_video_wall .portrait.box_10x18 ul, .detail_component_oled .component_video_wall .portrait.box_10x19 ul, .detail_component_oled .component_video_wall .portrait.box_10x20 ul,
.detail_component_oled .component_video_wall .portrait.box_10x21 ul, .detail_component_oled .component_video_wall .portrait.box_10x22 ul, .detail_component_oled .component_video_wall .portrait.box_10x23 ul,
.detail_component_oled .component_video_wall .portrait.box_10x24 ul,
.detail_component_oled .component_video_wall .portrait.box_10x25 ul {width:562px;}

.detail_component_oled .component_video_wall .portrait.box_10x1 ul li,.detail_component_oled .component_video_wall .portrait.box_10x2 ul li,.detail_component_oled .component_video_wall .portrait.box_10x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x4 ul li,.detail_component_oled .component_video_wall .portrait.box_10x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x6 ul li, .detail_component_oled .component_video_wall .portrait.box_10x7 ul li, .detail_component_oled .component_video_wall .portrait.box_10x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x9 ul li, .detail_component_oled .component_video_wall .portrait.box_10x10 ul li, .detail_component_oled .component_video_wall .portrait.box_10x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x12 ul li, .detail_component_oled .component_video_wall .portrait.box_10x13 ul li, .detail_component_oled .component_video_wall .portrait.box_10x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x15 ul li, .detail_component_oled .component_video_wall .portrait.box_10x16 ul li, .detail_component_oled .component_video_wall .portrait.box_10x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x18 ul li, .detail_component_oled .component_video_wall .portrait.box_10x19 ul li, .detail_component_oled .component_video_wall .portrait.box_10x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x21 ul li, .detail_component_oled .component_video_wall .portrait.box_10x22 ul li, .detail_component_oled .component_video_wall .portrait.box_10x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_10x25 ul li {width:55px; height:96px;}

/* 11xn */
.detail_component_oled .component_video_wall .portrait.box_11x1 ul,.detail_component_oled .component_video_wall .portrait.box_11x2 ul,.detail_component_oled .component_video_wall .portrait.box_11x3 ul,
.detail_component_oled .component_video_wall .portrait.box_11x4 ul,.detail_component_oled .component_video_wall .portrait.box_11x5 ul,
.detail_component_oled .component_video_wall .portrait.box_11x6 ul, .detail_component_oled .component_video_wall .portrait.box_11x7 ul, .detail_component_oled .component_video_wall .portrait.box_11x8 ul,
.detail_component_oled .component_video_wall .portrait.box_11x9 ul, .detail_component_oled .component_video_wall .portrait.box_11x10 ul, .detail_component_oled .component_video_wall .portrait.box_11x11 ul,
.detail_component_oled .component_video_wall .portrait.box_11x12 ul, .detail_component_oled .component_video_wall .portrait.box_11x13 ul, .detail_component_oled .component_video_wall .portrait.box_11x14 ul,
.detail_component_oled .component_video_wall .portrait.box_11x15 ul, .detail_component_oled .component_video_wall .portrait.box_11x16 ul, .detail_component_oled .component_video_wall .portrait.box_11x17 ul,
.detail_component_oled .component_video_wall .portrait.box_11x18 ul, .detail_component_oled .component_video_wall .portrait.box_11x19 ul, .detail_component_oled .component_video_wall .portrait.box_11x20 ul,
.detail_component_oled .component_video_wall .portrait.box_11x21 ul, .detail_component_oled .component_video_wall .portrait.box_11x22 ul, .detail_component_oled .component_video_wall .portrait.box_11x23 ul,
.detail_component_oled .component_video_wall .portrait.box_11x24 ul,
.detail_component_oled .component_video_wall .portrait.box_11x25 ul {width:618px;}

.detail_component_oled .component_video_wall .portrait.box_11x1 ul li,.detail_component_oled .component_video_wall .portrait.box_11x2 ul li,.detail_component_oled .component_video_wall .portrait.box_11x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x4 ul li,.detail_component_oled .component_video_wall .portrait.box_11x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x6 ul li, .detail_component_oled .component_video_wall .portrait.box_11x7 ul li, .detail_component_oled .component_video_wall .portrait.box_11x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x9 ul li, .detail_component_oled .component_video_wall .portrait.box_11x10 ul li, .detail_component_oled .component_video_wall .portrait.box_11x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x12 ul li, .detail_component_oled .component_video_wall .portrait.box_11x13 ul li, .detail_component_oled .component_video_wall .portrait.box_11x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x15 ul li, .detail_component_oled .component_video_wall .portrait.box_11x16 ul li, .detail_component_oled .component_video_wall .portrait.box_11x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x18 ul li, .detail_component_oled .component_video_wall .portrait.box_11x19 ul li, .detail_component_oled .component_video_wall .portrait.box_11x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x21 ul li, .detail_component_oled .component_video_wall .portrait.box_11x22 ul li, .detail_component_oled .component_video_wall .portrait.box_11x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_11x25 ul li {width:55px; height:96px;}

/* 12xn */
.detail_component_oled .component_video_wall .portrait.box_12x1 ul,.detail_component_oled .component_video_wall .portrait.box_12x2 ul,.detail_component_oled .component_video_wall .portrait.box_12x3 ul,
.detail_component_oled .component_video_wall .portrait.box_12x4 ul,.detail_component_oled .component_video_wall .portrait.box_12x5 ul,
.detail_component_oled .component_video_wall .portrait.box_12x6 ul, .detail_component_oled .component_video_wall .portrait.box_12x7 ul, .detail_component_oled .component_video_wall .portrait.box_12x8 ul,
.detail_component_oled .component_video_wall .portrait.box_12x9 ul, .detail_component_oled .component_video_wall .portrait.box_12x10 ul, .detail_component_oled .component_video_wall .portrait.box_12x11 ul,
.detail_component_oled .component_video_wall .portrait.box_12x12 ul, .detail_component_oled .component_video_wall .portrait.box_12x13 ul, .detail_component_oled .component_video_wall .portrait.box_12x14 ul,
.detail_component_oled .component_video_wall .portrait.box_12x15 ul, .detail_component_oled .component_video_wall .portrait.box_12x16 ul, .detail_component_oled .component_video_wall .portrait.box_12x17 ul,
.detail_component_oled .component_video_wall .portrait.box_12x18 ul, .detail_component_oled .component_video_wall .portrait.box_12x19 ul, .detail_component_oled .component_video_wall .portrait.box_12x20 ul,
.detail_component_oled .component_video_wall .portrait.box_12x21 ul, .detail_component_oled .component_video_wall .portrait.box_12x22 ul, .detail_component_oled .component_video_wall .portrait.box_12x23 ul,
.detail_component_oled .component_video_wall .portrait.box_12x24 ul,
.detail_component_oled .component_video_wall .portrait.box_12x25 ul {width:674px;}

.detail_component_oled .component_video_wall .portrait.box_12x1 ul li,.detail_component_oled .component_video_wall .portrait.box_12x2 ul li,.detail_component_oled .component_video_wall .portrait.box_12x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x4 ul li,.detail_component_oled .component_video_wall .portrait.box_12x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x6 ul li, .detail_component_oled .component_video_wall .portrait.box_12x7 ul li, .detail_component_oled .component_video_wall .portrait.box_12x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x9 ul li, .detail_component_oled .component_video_wall .portrait.box_12x10 ul li, .detail_component_oled .component_video_wall .portrait.box_12x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x12 ul li, .detail_component_oled .component_video_wall .portrait.box_12x13 ul li, .detail_component_oled .component_video_wall .portrait.box_12x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x15 ul li, .detail_component_oled .component_video_wall .portrait.box_12x16 ul li, .detail_component_oled .component_video_wall .portrait.box_12x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x18 ul li, .detail_component_oled .component_video_wall .portrait.box_12x19 ul li, .detail_component_oled .component_video_wall .portrait.box_12x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x21 ul li, .detail_component_oled .component_video_wall .portrait.box_12x22 ul li, .detail_component_oled .component_video_wall .portrait.box_12x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_12x25 ul li {width:55px; height:96px;}

/* 13xn */
.detail_component_oled .component_video_wall .portrait.box_13x1 ul,.detail_component_oled .component_video_wall .portrait.box_13x2 ul,.detail_component_oled .component_video_wall .portrait.box_13x3 ul,
.detail_component_oled .component_video_wall .portrait.box_13x4 ul,.detail_component_oled .component_video_wall .portrait.box_13x5 ul,
.detail_component_oled .component_video_wall .portrait.box_13x6 ul, .detail_component_oled .component_video_wall .portrait.box_13x7 ul, .detail_component_oled .component_video_wall .portrait.box_13x8 ul,
.detail_component_oled .component_video_wall .portrait.box_13x9 ul, .detail_component_oled .component_video_wall .portrait.box_13x10 ul, .detail_component_oled .component_video_wall .portrait.box_13x11 ul,
.detail_component_oled .component_video_wall .portrait.box_13x12 ul, .detail_component_oled .component_video_wall .portrait.box_13x13 ul, .detail_component_oled .component_video_wall .portrait.box_13x14 ul,
.detail_component_oled .component_video_wall .portrait.box_13x15 ul, .detail_component_oled .component_video_wall .portrait.box_13x16 ul, .detail_component_oled .component_video_wall .portrait.box_13x17 ul,
.detail_component_oled .component_video_wall .portrait.box_13x18 ul, .detail_component_oled .component_video_wall .portrait.box_13x19 ul, .detail_component_oled .component_video_wall .portrait.box_13x20 ul,
.detail_component_oled .component_video_wall .portrait.box_13x21 ul, .detail_component_oled .component_video_wall .portrait.box_13x22 ul, .detail_component_oled .component_video_wall .portrait.box_13x23 ul,
.detail_component_oled .component_video_wall .portrait.box_13x24 ul,
.detail_component_oled .component_video_wall .portrait.box_13x25 ul {width:730px;}

.detail_component_oled .component_video_wall .portrait.box_13x1 ul li,.detail_component_oled .component_video_wall .portrait.box_13x2 ul li,.detail_component_oled .component_video_wall .portrait.box_13x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x4 ul li,.detail_component_oled .component_video_wall .portrait.box_13x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x6 ul li, .detail_component_oled .component_video_wall .portrait.box_13x7 ul li, .detail_component_oled .component_video_wall .portrait.box_13x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x9 ul li, .detail_component_oled .component_video_wall .portrait.box_13x10 ul li, .detail_component_oled .component_video_wall .portrait.box_13x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x12 ul li, .detail_component_oled .component_video_wall .portrait.box_13x13 ul li, .detail_component_oled .component_video_wall .portrait.box_13x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x15 ul li, .detail_component_oled .component_video_wall .portrait.box_13x16 ul li, .detail_component_oled .component_video_wall .portrait.box_13x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x18 ul li, .detail_component_oled .component_video_wall .portrait.box_13x19 ul li, .detail_component_oled .component_video_wall .portrait.box_13x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x21 ul li, .detail_component_oled .component_video_wall .portrait.box_13x22 ul li, .detail_component_oled .component_video_wall .portrait.box_13x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_13x25 ul li {width:55px; height:96px;}

/* 14xn */
.detail_component_oled .component_video_wall .portrait.box_14x1 ul,.detail_component_oled .component_video_wall .portrait.box_14x2 ul,.detail_component_oled .component_video_wall .portrait.box_14x3 ul,
.detail_component_oled .component_video_wall .portrait.box_14x4 ul,.detail_component_oled .component_video_wall .portrait.box_14x5 ul,
.detail_component_oled .component_video_wall .portrait.box_14x6 ul, .detail_component_oled .component_video_wall .portrait.box_14x7 ul, .detail_component_oled .component_video_wall .portrait.box_14x8 ul,
.detail_component_oled .component_video_wall .portrait.box_14x9 ul, .detail_component_oled .component_video_wall .portrait.box_14x10 ul, .detail_component_oled .component_video_wall .portrait.box_14x11 ul,
.detail_component_oled .component_video_wall .portrait.box_14x12 ul, .detail_component_oled .component_video_wall .portrait.box_14x13 ul, .detail_component_oled .component_video_wall .portrait.box_14x14 ul,
.detail_component_oled .component_video_wall .portrait.box_14x15 ul, .detail_component_oled .component_video_wall .portrait.box_14x16 ul, .detail_component_oled .component_video_wall .portrait.box_14x17 ul,
.detail_component_oled .component_video_wall .portrait.box_14x18 ul, .detail_component_oled .component_video_wall .portrait.box_14x19 ul, .detail_component_oled .component_video_wall .portrait.box_14x20 ul,
.detail_component_oled .component_video_wall .portrait.box_14x21 ul, .detail_component_oled .component_video_wall .portrait.box_14x22 ul, .detail_component_oled .component_video_wall .portrait.box_14x23 ul,
.detail_component_oled .component_video_wall .portrait.box_14x24 ul,
.detail_component_oled .component_video_wall .portrait.box_14x25 ul {width:786px;}

.detail_component_oled .component_video_wall .portrait.box_14x1 ul li,.detail_component_oled .component_video_wall .portrait.box_14x2 ul li,.detail_component_oled .component_video_wall .portrait.box_14x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x4 ul li,.detail_component_oled .component_video_wall .portrait.box_14x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x6 ul li, .detail_component_oled .component_video_wall .portrait.box_14x7 ul li, .detail_component_oled .component_video_wall .portrait.box_14x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x9 ul li, .detail_component_oled .component_video_wall .portrait.box_14x10 ul li, .detail_component_oled .component_video_wall .portrait.box_14x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x12 ul li, .detail_component_oled .component_video_wall .portrait.box_14x13 ul li, .detail_component_oled .component_video_wall .portrait.box_14x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x15 ul li, .detail_component_oled .component_video_wall .portrait.box_14x16 ul li, .detail_component_oled .component_video_wall .portrait.box_14x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x18 ul li, .detail_component_oled .component_video_wall .portrait.box_14x19 ul li, .detail_component_oled .component_video_wall .portrait.box_14x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x21 ul li, .detail_component_oled .component_video_wall .portrait.box_14x22 ul li, .detail_component_oled .component_video_wall .portrait.box_14x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_14x25 ul li {width:55px; height:96px;}

/* 15xn */
.detail_component_oled .component_video_wall .portrait.box_15x1 ul,.detail_component_oled .component_video_wall .portrait.box_15x2 ul,.detail_component_oled .component_video_wall .portrait.box_15x3 ul,
.detail_component_oled .component_video_wall .portrait.box_15x4 ul,.detail_component_oled .component_video_wall .portrait.box_15x5 ul,
.detail_component_oled .component_video_wall .portrait.box_15x6 ul, .detail_component_oled .component_video_wall .portrait.box_15x7 ul, .detail_component_oled .component_video_wall .portrait.box_15x8 ul,
.detail_component_oled .component_video_wall .portrait.box_15x9 ul, .detail_component_oled .component_video_wall .portrait.box_15x10 ul, .detail_component_oled .component_video_wall .portrait.box_15x11 ul,
.detail_component_oled .component_video_wall .portrait.box_15x12 ul, .detail_component_oled .component_video_wall .portrait.box_15x13 ul, .detail_component_oled .component_video_wall .portrait.box_15x14 ul,
.detail_component_oled .component_video_wall .portrait.box_15x15 ul, .detail_component_oled .component_video_wall .portrait.box_15x16 ul, .detail_component_oled .component_video_wall .portrait.box_15x17 ul,
.detail_component_oled .component_video_wall .portrait.box_15x18 ul, .detail_component_oled .component_video_wall .portrait.box_15x19 ul, .detail_component_oled .component_video_wall .portrait.box_15x20 ul,
.detail_component_oled .component_video_wall .portrait.box_15x21 ul, .detail_component_oled .component_video_wall .portrait.box_15x22 ul, .detail_component_oled .component_video_wall .portrait.box_15x23 ul,
.detail_component_oled .component_video_wall .portrait.box_15x24 ul,
.detail_component_oled .component_video_wall .portrait.box_15x25 ul {width:842px;}

.detail_component_oled .component_video_wall .portrait.box_15x1 ul li,.detail_component_oled .component_video_wall .portrait.box_15x2 ul li,.detail_component_oled .component_video_wall .portrait.box_15x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x4 ul li,.detail_component_oled .component_video_wall .portrait.box_15x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x6 ul li, .detail_component_oled .component_video_wall .portrait.box_15x7 ul li, .detail_component_oled .component_video_wall .portrait.box_15x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x9 ul li, .detail_component_oled .component_video_wall .portrait.box_15x10 ul li, .detail_component_oled .component_video_wall .portrait.box_15x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x12 ul li, .detail_component_oled .component_video_wall .portrait.box_15x13 ul li, .detail_component_oled .component_video_wall .portrait.box_15x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x15 ul li, .detail_component_oled .component_video_wall .portrait.box_15x16 ul li, .detail_component_oled .component_video_wall .portrait.box_15x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x18 ul li, .detail_component_oled .component_video_wall .portrait.box_15x19 ul li, .detail_component_oled .component_video_wall .portrait.box_15x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x21 ul li, .detail_component_oled .component_video_wall .portrait.box_15x22 ul li, .detail_component_oled .component_video_wall .portrait.box_15x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_15x25 ul li {width:55px; height:96px;}

/* 16xn */
.detail_component_oled .component_video_wall .portrait.box_16x1 ul,.detail_component_oled .component_video_wall .portrait.box_16x2 ul,.detail_component_oled .component_video_wall .portrait.box_16x3 ul,
.detail_component_oled .component_video_wall .portrait.box_16x4 ul,.detail_component_oled .component_video_wall .portrait.box_16x5 ul,
.detail_component_oled .component_video_wall .portrait.box_16x6 ul, .detail_component_oled .component_video_wall .portrait.box_16x7 ul, .detail_component_oled .component_video_wall .portrait.box_16x8 ul,
.detail_component_oled .component_video_wall .portrait.box_16x9 ul, .detail_component_oled .component_video_wall .portrait.box_16x10 ul, .detail_component_oled .component_video_wall .portrait.box_16x11 ul,
.detail_component_oled .component_video_wall .portrait.box_16x12 ul, .detail_component_oled .component_video_wall .portrait.box_16x13 ul, .detail_component_oled .component_video_wall .portrait.box_16x14 ul,
.detail_component_oled .component_video_wall .portrait.box_16x15 ul, .detail_component_oled .component_video_wall .portrait.box_16x16 ul, .detail_component_oled .component_video_wall .portrait.box_16x17 ul,
.detail_component_oled .component_video_wall .portrait.box_16x18 ul, .detail_component_oled .component_video_wall .portrait.box_16x19 ul, .detail_component_oled .component_video_wall .portrait.box_16x20 ul,
.detail_component_oled .component_video_wall .portrait.box_16x21 ul, .detail_component_oled .component_video_wall .portrait.box_16x22 ul, .detail_component_oled .component_video_wall .portrait.box_16x23 ul,
.detail_component_oled .component_video_wall .portrait.box_16x24 ul,
.detail_component_oled .component_video_wall .portrait.box_16x25 ul {width:898px;}

.detail_component_oled .component_video_wall .portrait.box_16x1 ul li,.detail_component_oled .component_video_wall .portrait.box_16x2 ul li,.detail_component_oled .component_video_wall .portrait.box_16x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x4 ul li,.detail_component_oled .component_video_wall .portrait.box_16x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x6 ul li, .detail_component_oled .component_video_wall .portrait.box_16x7 ul li, .detail_component_oled .component_video_wall .portrait.box_16x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x9 ul li, .detail_component_oled .component_video_wall .portrait.box_16x10 ul li, .detail_component_oled .component_video_wall .portrait.box_16x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x12 ul li, .detail_component_oled .component_video_wall .portrait.box_16x13 ul li, .detail_component_oled .component_video_wall .portrait.box_16x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x15 ul li, .detail_component_oled .component_video_wall .portrait.box_16x16 ul li, .detail_component_oled .component_video_wall .portrait.box_16x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x18 ul li, .detail_component_oled .component_video_wall .portrait.box_16x19 ul li, .detail_component_oled .component_video_wall .portrait.box_16x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x21 ul li, .detail_component_oled .component_video_wall .portrait.box_16x22 ul li, .detail_component_oled .component_video_wall .portrait.box_16x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_16x25 ul li {width:55px; height:96px;}

/* 17xn */
.detail_component_oled .component_video_wall .portrait.box_17x1 ul,.detail_component_oled .component_video_wall .portrait.box_17x2 ul,.detail_component_oled .component_video_wall .portrait.box_17x3 ul,
.detail_component_oled .component_video_wall .portrait.box_17x4 ul,.detail_component_oled .component_video_wall .portrait.box_17x5 ul,
.detail_component_oled .component_video_wall .portrait.box_17x6 ul, .detail_component_oled .component_video_wall .portrait.box_17x7 ul, .detail_component_oled .component_video_wall .portrait.box_17x8 ul,
.detail_component_oled .component_video_wall .portrait.box_17x9 ul, .detail_component_oled .component_video_wall .portrait.box_17x10 ul, .detail_component_oled .component_video_wall .portrait.box_17x11 ul,
.detail_component_oled .component_video_wall .portrait.box_17x12 ul, .detail_component_oled .component_video_wall .portrait.box_17x13 ul, .detail_component_oled .component_video_wall .portrait.box_17x14 ul,
.detail_component_oled .component_video_wall .portrait.box_17x15 ul, .detail_component_oled .component_video_wall .portrait.box_17x16 ul, .detail_component_oled .component_video_wall .portrait.box_17x17 ul,
.detail_component_oled .component_video_wall .portrait.box_17x18 ul, .detail_component_oled .component_video_wall .portrait.box_17x19 ul, .detail_component_oled .component_video_wall .portrait.box_17x20 ul,
.detail_component_oled .component_video_wall .portrait.box_17x21 ul, .detail_component_oled .component_video_wall .portrait.box_17x22 ul, .detail_component_oled .component_video_wall .portrait.box_17x23 ul,
.detail_component_oled .component_video_wall .portrait.box_17x24 ul,
.detail_component_oled .component_video_wall .portrait.box_17x25 ul {width:954px;}

.detail_component_oled .component_video_wall .portrait.box_17x1 ul li,.detail_component_oled .component_video_wall .portrait.box_17x2 ul li,.detail_component_oled .component_video_wall .portrait.box_17x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x4 ul li,.detail_component_oled .component_video_wall .portrait.box_17x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x6 ul li, .detail_component_oled .component_video_wall .portrait.box_17x7 ul li, .detail_component_oled .component_video_wall .portrait.box_17x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x9 ul li, .detail_component_oled .component_video_wall .portrait.box_17x10 ul li, .detail_component_oled .component_video_wall .portrait.box_17x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x12 ul li, .detail_component_oled .component_video_wall .portrait.box_17x13 ul li, .detail_component_oled .component_video_wall .portrait.box_17x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x15 ul li, .detail_component_oled .component_video_wall .portrait.box_17x16 ul li, .detail_component_oled .component_video_wall .portrait.box_17x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x18 ul li, .detail_component_oled .component_video_wall .portrait.box_17x19 ul li, .detail_component_oled .component_video_wall .portrait.box_17x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x21 ul li, .detail_component_oled .component_video_wall .portrait.box_17x22 ul li, .detail_component_oled .component_video_wall .portrait.box_17x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_17x25 ul li {width:55px; height:96px;}

/* 18xn */
.detail_component_oled .component_video_wall .portrait.box_18x1 ul,.detail_component_oled .component_video_wall .portrait.box_18x2 ul,.detail_component_oled .component_video_wall .portrait.box_18x3 ul,
.detail_component_oled .component_video_wall .portrait.box_18x4 ul,.detail_component_oled .component_video_wall .portrait.box_18x5 ul,
.detail_component_oled .component_video_wall .portrait.box_18x6 ul, .detail_component_oled .component_video_wall .portrait.box_18x7 ul, .detail_component_oled .component_video_wall .portrait.box_18x8 ul,
.detail_component_oled .component_video_wall .portrait.box_18x9 ul, .detail_component_oled .component_video_wall .portrait.box_18x10 ul, .detail_component_oled .component_video_wall .portrait.box_18x11 ul,
.detail_component_oled .component_video_wall .portrait.box_18x12 ul, .detail_component_oled .component_video_wall .portrait.box_18x13 ul, .detail_component_oled .component_video_wall .portrait.box_18x14 ul,
.detail_component_oled .component_video_wall .portrait.box_18x15 ul, .detail_component_oled .component_video_wall .portrait.box_18x16 ul, .detail_component_oled .component_video_wall .portrait.box_18x17 ul,
.detail_component_oled .component_video_wall .portrait.box_18x18 ul, .detail_component_oled .component_video_wall .portrait.box_18x19 ul, .detail_component_oled .component_video_wall .portrait.box_18x20 ul,
.detail_component_oled .component_video_wall .portrait.box_18x21 ul, .detail_component_oled .component_video_wall .portrait.box_18x22 ul, .detail_component_oled .component_video_wall .portrait.box_18x23 ul,
.detail_component_oled .component_video_wall .portrait.box_18x24 ul,
.detail_component_oled .component_video_wall .portrait.box_18x25 ul {width:1010px;}

.detail_component_oled .component_video_wall .portrait.box_18x1 ul li,.detail_component_oled .component_video_wall .portrait.box_18x2 ul li,.detail_component_oled .component_video_wall .portrait.box_18x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x4 ul li,.detail_component_oled .component_video_wall .portrait.box_18x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x6 ul li, .detail_component_oled .component_video_wall .portrait.box_18x7 ul li, .detail_component_oled .component_video_wall .portrait.box_18x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x9 ul li, .detail_component_oled .component_video_wall .portrait.box_18x10 ul li, .detail_component_oled .component_video_wall .portrait.box_18x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x12 ul li, .detail_component_oled .component_video_wall .portrait.box_18x13 ul li, .detail_component_oled .component_video_wall .portrait.box_18x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x15 ul li, .detail_component_oled .component_video_wall .portrait.box_18x16 ul li, .detail_component_oled .component_video_wall .portrait.box_18x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x18 ul li, .detail_component_oled .component_video_wall .portrait.box_18x19 ul li, .detail_component_oled .component_video_wall .portrait.box_18x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x21 ul li, .detail_component_oled .component_video_wall .portrait.box_18x22 ul li, .detail_component_oled .component_video_wall .portrait.box_18x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_18x25 ul li {width:55px; height:96px;}

/* 19xn */
.detail_component_oled .component_video_wall .portrait.box_19x1 ul,.detail_component_oled .component_video_wall .portrait.box_19x2 ul,.detail_component_oled .component_video_wall .portrait.box_19x3 ul,
.detail_component_oled .component_video_wall .portrait.box_19x4 ul,.detail_component_oled .component_video_wall .portrait.box_19x5 ul,
.detail_component_oled .component_video_wall .portrait.box_19x6 ul, .detail_component_oled .component_video_wall .portrait.box_19x7 ul, .detail_component_oled .component_video_wall .portrait.box_19x8 ul,
.detail_component_oled .component_video_wall .portrait.box_19x9 ul, .detail_component_oled .component_video_wall .portrait.box_19x10 ul, .detail_component_oled .component_video_wall .portrait.box_19x11 ul,
.detail_component_oled .component_video_wall .portrait.box_19x12 ul, .detail_component_oled .component_video_wall .portrait.box_19x13 ul, .detail_component_oled .component_video_wall .portrait.box_19x14 ul,
.detail_component_oled .component_video_wall .portrait.box_19x15 ul, .detail_component_oled .component_video_wall .portrait.box_19x16 ul, .detail_component_oled .component_video_wall .portrait.box_19x17 ul,
.detail_component_oled .component_video_wall .portrait.box_19x18 ul, .detail_component_oled .component_video_wall .portrait.box_19x19 ul, .detail_component_oled .component_video_wall .portrait.box_19x20 ul,
.detail_component_oled .component_video_wall .portrait.box_19x21 ul, .detail_component_oled .component_video_wall .portrait.box_19x22 ul, .detail_component_oled .component_video_wall .portrait.box_19x23 ul,
.detail_component_oled .component_video_wall .portrait.box_19x24 ul,
.detail_component_oled .component_video_wall .portrait.box_19x25 ul {width:1066px;}

.detail_component_oled .component_video_wall .portrait.box_19x1 ul li,.detail_component_oled .component_video_wall .portrait.box_19x2 ul li,.detail_component_oled .component_video_wall .portrait.box_19x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x4 ul li,.detail_component_oled .component_video_wall .portrait.box_19x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x6 ul li, .detail_component_oled .component_video_wall .portrait.box_19x7 ul li, .detail_component_oled .component_video_wall .portrait.box_19x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x9 ul li, .detail_component_oled .component_video_wall .portrait.box_19x10 ul li, .detail_component_oled .component_video_wall .portrait.box_19x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x12 ul li, .detail_component_oled .component_video_wall .portrait.box_19x13 ul li, .detail_component_oled .component_video_wall .portrait.box_19x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x15 ul li, .detail_component_oled .component_video_wall .portrait.box_19x16 ul li, .detail_component_oled .component_video_wall .portrait.box_19x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x18 ul li, .detail_component_oled .component_video_wall .portrait.box_19x19 ul li, .detail_component_oled .component_video_wall .portrait.box_19x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x21 ul li, .detail_component_oled .component_video_wall .portrait.box_19x22 ul li, .detail_component_oled .component_video_wall .portrait.box_19x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_19x25 ul li {width:55px; height:96px;}

/* 20xn */
.detail_component_oled .component_video_wall .portrait.box_20x1 ul,.detail_component_oled .component_video_wall .portrait.box_20x2 ul,.detail_component_oled .component_video_wall .portrait.box_20x3 ul,
.detail_component_oled .component_video_wall .portrait.box_20x4 ul,.detail_component_oled .component_video_wall .portrait.box_20x5 ul,
.detail_component_oled .component_video_wall .portrait.box_20x6 ul, .detail_component_oled .component_video_wall .portrait.box_20x7 ul, .detail_component_oled .component_video_wall .portrait.box_20x8 ul,
.detail_component_oled .component_video_wall .portrait.box_20x9 ul, .detail_component_oled .component_video_wall .portrait.box_20x10 ul, .detail_component_oled .component_video_wall .portrait.box_20x11 ul,
.detail_component_oled .component_video_wall .portrait.box_20x12 ul, .detail_component_oled .component_video_wall .portrait.box_20x13 ul, .detail_component_oled .component_video_wall .portrait.box_20x14 ul,
.detail_component_oled .component_video_wall .portrait.box_20x15 ul, .detail_component_oled .component_video_wall .portrait.box_20x16 ul, .detail_component_oled .component_video_wall .portrait.box_20x17 ul,
.detail_component_oled .component_video_wall .portrait.box_20x18 ul, .detail_component_oled .component_video_wall .portrait.box_20x19 ul, .detail_component_oled .component_video_wall .portrait.box_20x20 ul,
.detail_component_oled .component_video_wall .portrait.box_20x21 ul, .detail_component_oled .component_video_wall .portrait.box_20x22 ul, .detail_component_oled .component_video_wall .portrait.box_20x23 ul,
.detail_component_oled .component_video_wall .portrait.box_20x24 ul,
.detail_component_oled .component_video_wall .portrait.box_20x25 ul {width:1122px;}

.detail_component_oled .component_video_wall .portrait.box_20x1 ul li,.detail_component_oled .component_video_wall .portrait.box_20x2 ul li,.detail_component_oled .component_video_wall .portrait.box_20x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x4 ul li,.detail_component_oled .component_video_wall .portrait.box_20x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x6 ul li, .detail_component_oled .component_video_wall .portrait.box_20x7 ul li, .detail_component_oled .component_video_wall .portrait.box_20x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x9 ul li, .detail_component_oled .component_video_wall .portrait.box_20x10 ul li, .detail_component_oled .component_video_wall .portrait.box_20x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x12 ul li, .detail_component_oled .component_video_wall .portrait.box_20x13 ul li, .detail_component_oled .component_video_wall .portrait.box_20x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x15 ul li, .detail_component_oled .component_video_wall .portrait.box_20x16 ul li, .detail_component_oled .component_video_wall .portrait.box_20x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x18 ul li, .detail_component_oled .component_video_wall .portrait.box_20x19 ul li, .detail_component_oled .component_video_wall .portrait.box_20x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x21 ul li, .detail_component_oled .component_video_wall .portrait.box_20x22 ul li, .detail_component_oled .component_video_wall .portrait.box_20x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_20x25 ul li {width:55px; height:96px;}

/* 21xn */
.detail_component_oled .component_video_wall .portrait.box_21x1 ul,.detail_component_oled .component_video_wall .portrait.box_21x2 ul,.detail_component_oled .component_video_wall .portrait.box_21x3 ul,
.detail_component_oled .component_video_wall .portrait.box_21x4 ul,.detail_component_oled .component_video_wall .portrait.box_21x5 ul,
.detail_component_oled .component_video_wall .portrait.box_21x6 ul, .detail_component_oled .component_video_wall .portrait.box_21x7 ul, .detail_component_oled .component_video_wall .portrait.box_21x8 ul,
.detail_component_oled .component_video_wall .portrait.box_21x9 ul, .detail_component_oled .component_video_wall .portrait.box_21x10 ul, .detail_component_oled .component_video_wall .portrait.box_21x11 ul,
.detail_component_oled .component_video_wall .portrait.box_21x12 ul, .detail_component_oled .component_video_wall .portrait.box_21x13 ul, .detail_component_oled .component_video_wall .portrait.box_21x14 ul,
.detail_component_oled .component_video_wall .portrait.box_21x15 ul, .detail_component_oled .component_video_wall .portrait.box_21x16 ul, .detail_component_oled .component_video_wall .portrait.box_21x17 ul,
.detail_component_oled .component_video_wall .portrait.box_21x18 ul, .detail_component_oled .component_video_wall .portrait.box_21x19 ul, .detail_component_oled .component_video_wall .portrait.box_21x20 ul,
.detail_component_oled .component_video_wall .portrait.box_21x21 ul, .detail_component_oled .component_video_wall .portrait.box_21x22 ul, .detail_component_oled .component_video_wall .portrait.box_21x23 ul,
.detail_component_oled .component_video_wall .portrait.box_21x24 ul,
.detail_component_oled .component_video_wall .portrait.box_21x25 ul {width:1178px;}

.detail_component_oled .component_video_wall .portrait.box_21x1 ul li,.detail_component_oled .component_video_wall .portrait.box_21x2 ul li,.detail_component_oled .component_video_wall .portrait.box_21x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x4 ul li,.detail_component_oled .component_video_wall .portrait.box_21x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x6 ul li, .detail_component_oled .component_video_wall .portrait.box_21x7 ul li, .detail_component_oled .component_video_wall .portrait.box_21x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x9 ul li, .detail_component_oled .component_video_wall .portrait.box_21x10 ul li, .detail_component_oled .component_video_wall .portrait.box_21x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x12 ul li, .detail_component_oled .component_video_wall .portrait.box_21x13 ul li, .detail_component_oled .component_video_wall .portrait.box_21x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x15 ul li, .detail_component_oled .component_video_wall .portrait.box_21x16 ul li, .detail_component_oled .component_video_wall .portrait.box_21x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x18 ul li, .detail_component_oled .component_video_wall .portrait.box_21x19 ul li, .detail_component_oled .component_video_wall .portrait.box_21x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x21 ul li, .detail_component_oled .component_video_wall .portrait.box_21x22 ul li, .detail_component_oled .component_video_wall .portrait.box_21x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_21x25 ul li {width:55px; height:96px;}

/* 22xn */
.detail_component_oled .component_video_wall .portrait.box_22x1 ul,.detail_component_oled .component_video_wall .portrait.box_22x2 ul,.detail_component_oled .component_video_wall .portrait.box_22x3 ul,
.detail_component_oled .component_video_wall .portrait.box_22x4 ul,.detail_component_oled .component_video_wall .portrait.box_22x5 ul,
.detail_component_oled .component_video_wall .portrait.box_22x6 ul, .detail_component_oled .component_video_wall .portrait.box_22x7 ul, .detail_component_oled .component_video_wall .portrait.box_22x8 ul,
.detail_component_oled .component_video_wall .portrait.box_22x9 ul, .detail_component_oled .component_video_wall .portrait.box_22x10 ul, .detail_component_oled .component_video_wall .portrait.box_22x11 ul,
.detail_component_oled .component_video_wall .portrait.box_22x12 ul, .detail_component_oled .component_video_wall .portrait.box_22x13 ul, .detail_component_oled .component_video_wall .portrait.box_22x14 ul,
.detail_component_oled .component_video_wall .portrait.box_22x15 ul, .detail_component_oled .component_video_wall .portrait.box_22x16 ul, .detail_component_oled .component_video_wall .portrait.box_22x17 ul,
.detail_component_oled .component_video_wall .portrait.box_22x18 ul, .detail_component_oled .component_video_wall .portrait.box_22x19 ul, .detail_component_oled .component_video_wall .portrait.box_22x20 ul,
.detail_component_oled .component_video_wall .portrait.box_22x21 ul, .detail_component_oled .component_video_wall .portrait.box_22x22 ul, .detail_component_oled .component_video_wall .portrait.box_22x23 ul,
.detail_component_oled .component_video_wall .portrait.box_22x24 ul,
.detail_component_oled .component_video_wall .portrait.box_22x25 ul {width:1234px;}

.detail_component_oled .component_video_wall .portrait.box_22x1 ul li,.detail_component_oled .component_video_wall .portrait.box_22x2 ul li,.detail_component_oled .component_video_wall .portrait.box_22x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x4 ul li,.detail_component_oled .component_video_wall .portrait.box_22x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x6 ul li, .detail_component_oled .component_video_wall .portrait.box_22x7 ul li, .detail_component_oled .component_video_wall .portrait.box_22x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x9 ul li, .detail_component_oled .component_video_wall .portrait.box_22x10 ul li, .detail_component_oled .component_video_wall .portrait.box_22x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x12 ul li, .detail_component_oled .component_video_wall .portrait.box_22x13 ul li, .detail_component_oled .component_video_wall .portrait.box_22x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x15 ul li, .detail_component_oled .component_video_wall .portrait.box_22x16 ul li, .detail_component_oled .component_video_wall .portrait.box_22x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x18 ul li, .detail_component_oled .component_video_wall .portrait.box_22x19 ul li, .detail_component_oled .component_video_wall .portrait.box_22x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x21 ul li, .detail_component_oled .component_video_wall .portrait.box_22x22 ul li, .detail_component_oled .component_video_wall .portrait.box_22x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_22x25 ul li {width:55px; height:96px;}

/* 23xn */
.detail_component_oled .component_video_wall .portrait.box_23x1 ul,.detail_component_oled .component_video_wall .portrait.box_23x2 ul,.detail_component_oled .component_video_wall .portrait.box_23x3 ul,
.detail_component_oled .component_video_wall .portrait.box_23x4 ul,.detail_component_oled .component_video_wall .portrait.box_23x5 ul,
.detail_component_oled .component_video_wall .portrait.box_23x6 ul, .detail_component_oled .component_video_wall .portrait.box_23x7 ul, .detail_component_oled .component_video_wall .portrait.box_23x8 ul,
.detail_component_oled .component_video_wall .portrait.box_23x9 ul, .detail_component_oled .component_video_wall .portrait.box_23x10 ul, .detail_component_oled .component_video_wall .portrait.box_23x11 ul,
.detail_component_oled .component_video_wall .portrait.box_23x12 ul, .detail_component_oled .component_video_wall .portrait.box_23x13 ul, .detail_component_oled .component_video_wall .portrait.box_23x14 ul,
.detail_component_oled .component_video_wall .portrait.box_23x15 ul, .detail_component_oled .component_video_wall .portrait.box_23x16 ul, .detail_component_oled .component_video_wall .portrait.box_23x17 ul,
.detail_component_oled .component_video_wall .portrait.box_23x18 ul, .detail_component_oled .component_video_wall .portrait.box_23x19 ul, .detail_component_oled .component_video_wall .portrait.box_23x20 ul,
.detail_component_oled .component_video_wall .portrait.box_23x21 ul, .detail_component_oled .component_video_wall .portrait.box_23x22 ul, .detail_component_oled .component_video_wall .portrait.box_23x23 ul,
.detail_component_oled .component_video_wall .portrait.box_23x24 ul,
.detail_component_oled .component_video_wall .portrait.box_23x25 ul {width:1346px;}

.detail_component_oled .component_video_wall .portrait.box_23x1 ul li,.detail_component_oled .component_video_wall .portrait.box_23x2 ul li,.detail_component_oled .component_video_wall .portrait.box_23x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x4 ul li,.detail_component_oled .component_video_wall .portrait.box_23x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x6 ul li, .detail_component_oled .component_video_wall .portrait.box_23x7 ul li, .detail_component_oled .component_video_wall .portrait.box_23x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x9 ul li, .detail_component_oled .component_video_wall .portrait.box_23x10 ul li, .detail_component_oled .component_video_wall .portrait.box_23x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x12 ul li, .detail_component_oled .component_video_wall .portrait.box_23x13 ul li, .detail_component_oled .component_video_wall .portrait.box_23x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x15 ul li, .detail_component_oled .component_video_wall .portrait.box_23x16 ul li, .detail_component_oled .component_video_wall .portrait.box_23x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x18 ul li, .detail_component_oled .component_video_wall .portrait.box_23x19 ul li, .detail_component_oled .component_video_wall .portrait.box_23x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x21 ul li, .detail_component_oled .component_video_wall .portrait.box_23x22 ul li, .detail_component_oled .component_video_wall .portrait.box_23x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_23x25 ul li {width:55px; height:96px;}

/* 24xn */
.detail_component_oled .component_video_wall .portrait.box_24x1 ul,.detail_component_oled .component_video_wall .portrait.box_24x2 ul,.detail_component_oled .component_video_wall .portrait.box_24x3 ul,
.detail_component_oled .component_video_wall .portrait.box_24x4 ul,.detail_component_oled .component_video_wall .portrait.box_24x5 ul,
.detail_component_oled .component_video_wall .portrait.box_24x6 ul, .detail_component_oled .component_video_wall .portrait.box_24x7 ul, .detail_component_oled .component_video_wall .portrait.box_24x8 ul,
.detail_component_oled .component_video_wall .portrait.box_24x9 ul, .detail_component_oled .component_video_wall .portrait.box_24x10 ul, .detail_component_oled .component_video_wall .portrait.box_24x11 ul,
.detail_component_oled .component_video_wall .portrait.box_24x12 ul, .detail_component_oled .component_video_wall .portrait.box_24x13 ul, .detail_component_oled .component_video_wall .portrait.box_24x14 ul,
.detail_component_oled .component_video_wall .portrait.box_24x15 ul, .detail_component_oled .component_video_wall .portrait.box_24x16 ul, .detail_component_oled .component_video_wall .portrait.box_24x17 ul,
.detail_component_oled .component_video_wall .portrait.box_24x18 ul, .detail_component_oled .component_video_wall .portrait.box_24x19 ul, .detail_component_oled .component_video_wall .portrait.box_24x20 ul,
.detail_component_oled .component_video_wall .portrait.box_24x21 ul, .detail_component_oled .component_video_wall .portrait.box_24x22 ul, .detail_component_oled .component_video_wall .portrait.box_24x23 ul,
.detail_component_oled .component_video_wall .portrait.box_24x24 ul,
.detail_component_oled .component_video_wall .portrait.box_24x25 ul {width:1346px;}

.detail_component_oled .component_video_wall .portrait.box_24x1 ul li,.detail_component_oled .component_video_wall .portrait.box_24x2 ul li,.detail_component_oled .component_video_wall .portrait.box_24x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x4 ul li,.detail_component_oled .component_video_wall .portrait.box_24x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x6 ul li, .detail_component_oled .component_video_wall .portrait.box_24x7 ul li, .detail_component_oled .component_video_wall .portrait.box_24x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x9 ul li, .detail_component_oled .component_video_wall .portrait.box_24x10 ul li, .detail_component_oled .component_video_wall .portrait.box_24x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x12 ul li, .detail_component_oled .component_video_wall .portrait.box_24x13 ul li, .detail_component_oled .component_video_wall .portrait.box_24x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x15 ul li, .detail_component_oled .component_video_wall .portrait.box_24x16 ul li, .detail_component_oled .component_video_wall .portrait.box_24x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x18 ul li, .detail_component_oled .component_video_wall .portrait.box_24x19 ul li, .detail_component_oled .component_video_wall .portrait.box_24x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x21 ul li, .detail_component_oled .component_video_wall .portrait.box_24x22 ul li, .detail_component_oled .component_video_wall .portrait.box_24x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_24x25 ul li {width:55px; height:96px;}

/* 25xn */
.detail_component_oled .component_video_wall .portrait.box_25x1 ul,.detail_component_oled .component_video_wall .portrait.box_25x2 ul,.detail_component_oled .component_video_wall .portrait.box_25x3 ul,
.detail_component_oled .component_video_wall .portrait.box_25x4 ul,.detail_component_oled .component_video_wall .portrait.box_25x5 ul,
.detail_component_oled .component_video_wall .portrait.box_25x6 ul, .detail_component_oled .component_video_wall .portrait.box_25x7 ul, .detail_component_oled .component_video_wall .portrait.box_25x8 ul,
.detail_component_oled .component_video_wall .portrait.box_25x9 ul, .detail_component_oled .component_video_wall .portrait.box_25x10 ul, .detail_component_oled .component_video_wall .portrait.box_25x11 ul,
.detail_component_oled .component_video_wall .portrait.box_25x12 ul, .detail_component_oled .component_video_wall .portrait.box_25x13 ul, .detail_component_oled .component_video_wall .portrait.box_25x14 ul,
.detail_component_oled .component_video_wall .portrait.box_25x15 ul, .detail_component_oled .component_video_wall .portrait.box_25x16 ul, .detail_component_oled .component_video_wall .portrait.box_25x17 ul,
.detail_component_oled .component_video_wall .portrait.box_25x18 ul, .detail_component_oled .component_video_wall .portrait.box_25x19 ul, .detail_component_oled .component_video_wall .portrait.box_25x20 ul,
.detail_component_oled .component_video_wall .portrait.box_25x21 ul, .detail_component_oled .component_video_wall .portrait.box_25x22 ul, .detail_component_oled .component_video_wall .portrait.box_25x23 ul,
.detail_component_oled .component_video_wall .portrait.box_25x24 ul,
.detail_component_oled .component_video_wall .portrait.box_25x25 ul {width:1402px;}

.detail_component_oled .component_video_wall .portrait.box_25x1 ul li,.detail_component_oled .component_video_wall .portrait.box_25x2 ul li,.detail_component_oled .component_video_wall .portrait.box_25x3 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x4 ul li,.detail_component_oled .component_video_wall .portrait.box_25x5 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x6 ul li, .detail_component_oled .component_video_wall .portrait.box_25x7 ul li, .detail_component_oled .component_video_wall .portrait.box_25x8 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x9 ul li, .detail_component_oled .component_video_wall .portrait.box_25x10 ul li, .detail_component_oled .component_video_wall .portrait.box_25x11 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x12 ul li, .detail_component_oled .component_video_wall .portrait.box_25x13 ul li, .detail_component_oled .component_video_wall .portrait.box_25x14 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x15 ul li, .detail_component_oled .component_video_wall .portrait.box_25x16 ul li, .detail_component_oled .component_video_wall .portrait.box_25x17 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x18 ul li, .detail_component_oled .component_video_wall .portrait.box_25x19 ul li, .detail_component_oled .component_video_wall .portrait.box_25x20 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x21 ul li, .detail_component_oled .component_video_wall .portrait.box_25x22 ul li, .detail_component_oled .component_video_wall .portrait.box_25x23 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x24 ul li,
.detail_component_oled .component_video_wall .portrait.box_25x25 ul li {width:55px; height:96px;}



/* /////////////////////////////////// Landscape /////////////////////////////////// */

/* 1xn */
.detail_component_oled .component_video_wall .landscape.box_1x1 ul {width:433px;}
.detail_component_oled .component_video_wall .landscape.box_1x2 ul {width:433px;}
.detail_component_oled .component_video_wall .landscape.box_1x3 ul {width:288px;}
.detail_component_oled .component_video_wall .landscape.box_1x4 ul {width:215px;}
.detail_component_oled .component_video_wall .landscape.box_1x5 ul {width:173px;}
.detail_component_oled .component_video_wall .landscape.box_1x6 ul, .detail_component_oled .component_video_wall .landscape.box_1x7 ul, .detail_component_oled .component_video_wall .landscape.box_1x8 ul,
.detail_component_oled .component_video_wall .landscape.box_1x9 ul, .detail_component_oled .component_video_wall .landscape.box_1x10 ul, .detail_component_oled .component_video_wall .landscape.box_1x11 ul,
.detail_component_oled .component_video_wall .landscape.box_1x12 ul, .detail_component_oled .component_video_wall .landscape.box_1x13 ul, .detail_component_oled .component_video_wall .landscape.box_1x14 ul,
.detail_component_oled .component_video_wall .landscape.box_1x15 ul, .detail_component_oled .component_video_wall .landscape.box_1x16 ul, .detail_component_oled .component_video_wall .landscape.box_1x17 ul,
.detail_component_oled .component_video_wall .landscape.box_1x18 ul, .detail_component_oled .component_video_wall .landscape.box_1x19 ul, .detail_component_oled .component_video_wall .landscape.box_1x20 ul,
.detail_component_oled .component_video_wall .landscape.box_1x21 ul, .detail_component_oled .component_video_wall .landscape.box_1x22 ul, .detail_component_oled .component_video_wall .landscape.box_1x23 ul,
.detail_component_oled .component_video_wall .landscape.box_1x24 ul,
.detail_component_oled .component_video_wall .landscape.box_1x25 ul {width:105px;}

.detail_component_oled .component_video_wall .landscape.box_1x1 ul li {width:433px; height:243px;}
.detail_component_oled .component_video_wall .landscape.box_1x2 ul li {width:433px; height:243px;}
.detail_component_oled .component_video_wall .landscape.box_1x3 ul li {width:288px; height:162px;}
.detail_component_oled .component_video_wall .landscape.box_1x4 ul li {width:215px; height:120px;}
.detail_component_oled .component_video_wall .landscape.box_1x5 ul li {width:173px; height:96px;}
.detail_component_oled .component_video_wall .landscape.box_1x6 ul li, .detail_component_oled .component_video_wall .landscape.box_1x7 ul li, .detail_component_oled .component_video_wall .landscape.box_1x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x9 ul li, .detail_component_oled .component_video_wall .landscape.box_1x10 ul li, .detail_component_oled .component_video_wall .landscape.box_1x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x12 ul li, .detail_component_oled .component_video_wall .landscape.box_1x13 ul li, .detail_component_oled .component_video_wall .landscape.box_1x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x15 ul li, .detail_component_oled .component_video_wall .landscape.box_1x16 ul li, .detail_component_oled .component_video_wall .landscape.box_1x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x18 ul li, .detail_component_oled .component_video_wall .landscape.box_1x19 ul li, .detail_component_oled .component_video_wall .landscape.box_1x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x21 ul li, .detail_component_oled .component_video_wall .landscape.box_1x22 ul li, .detail_component_oled .component_video_wall .landscape.box_1x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_1x25 ul li {width:103px; height:58px;}


/* 2xn */
.detail_component_oled .component_video_wall .landscape.box_2x1 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_2x2 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_2x3 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_2x4 ul {width:432px;}
.detail_component_oled .component_video_wall .landscape.box_2x5 ul {width:348px;}
.detail_component_oled .component_video_wall .landscape.box_2x6 ul, .detail_component_oled .component_video_wall .landscape.box_2x7 ul, .detail_component_oled .component_video_wall .landscape.box_2x8 ul,
.detail_component_oled .component_video_wall .landscape.box_2x9 ul, .detail_component_oled .component_video_wall .landscape.box_2x10 ul, .detail_component_oled .component_video_wall .landscape.box_2x11 ul,
.detail_component_oled .component_video_wall .landscape.box_2x12 ul, .detail_component_oled .component_video_wall .landscape.box_2x13 ul, .detail_component_oled .component_video_wall .landscape.box_2x14 ul,
.detail_component_oled .component_video_wall .landscape.box_2x15 ul, .detail_component_oled .component_video_wall .landscape.box_2x16 ul, .detail_component_oled .component_video_wall .landscape.box_2x17 ul,
.detail_component_oled .component_video_wall .landscape.box_2x18 ul, .detail_component_oled .component_video_wall .landscape.box_2x19 ul, .detail_component_oled .component_video_wall .landscape.box_2x20 ul,
.detail_component_oled .component_video_wall .landscape.box_2x21 ul, .detail_component_oled .component_video_wall .landscape.box_2x22 ul, .detail_component_oled .component_video_wall .landscape.box_2x23 ul,
.detail_component_oled .component_video_wall .landscape.box_2x24 ul,
.detail_component_oled .component_video_wall .landscape.box_2x25 ul {width:210px;}

.detail_component_oled .component_video_wall .landscape.box_2x1 ul li {width:260px; height:146px;}
.detail_component_oled .component_video_wall .landscape.box_2x2 ul li {width:260px; height:146px;}
.detail_component_oled .component_video_wall .landscape.box_2x3 ul li {width:260px; height:146px;}
.detail_component_oled .component_video_wall .landscape.box_2x4 ul li {width:215px; height:120px;}
.detail_component_oled .component_video_wall .landscape.box_2x5 ul li {width:173px; height:96px;}
.detail_component_oled .component_video_wall .landscape.box_2x6 ul li, .detail_component_oled .component_video_wall .landscape.box_2x7 ul li, .detail_component_oled .component_video_wall .landscape.box_2x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x9 ul li, .detail_component_oled .component_video_wall .landscape.box_2x10 ul li, .detail_component_oled .component_video_wall .landscape.box_2x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x12 ul li, .detail_component_oled .component_video_wall .landscape.box_2x13 ul li, .detail_component_oled .component_video_wall .landscape.box_2x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x15 ul li, .detail_component_oled .component_video_wall .landscape.box_2x16 ul li, .detail_component_oled .component_video_wall .landscape.box_2x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x18 ul li, .detail_component_oled .component_video_wall .landscape.box_2x19 ul li, .detail_component_oled .component_video_wall .landscape.box_2x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x21 ul li, .detail_component_oled .component_video_wall .landscape.box_2x22 ul li, .detail_component_oled .component_video_wall .landscape.box_2x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_2x25 ul li {width:103px; height:58px;}


/* 3xn */
.detail_component_oled .component_video_wall .landscape.box_3x1 ul,.detail_component_oled .component_video_wall .landscape.box_3x2 ul,.detail_component_oled .component_video_wall .landscape.box_3x3 ul,
.detail_component_oled .component_video_wall .landscape.box_3x4 ul,
.detail_component_oled .component_video_wall .landscape.box_3x5 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_3x6 ul, .detail_component_oled .component_video_wall .landscape.box_3x7 ul, .detail_component_oled .component_video_wall .landscape.box_3x8 ul,
.detail_component_oled .component_video_wall .landscape.box_3x9 ul, .detail_component_oled .component_video_wall .landscape.box_3x10 ul, .detail_component_oled .component_video_wall .landscape.box_3x11 ul,
.detail_component_oled .component_video_wall .landscape.box_3x12 ul, .detail_component_oled .component_video_wall .landscape.box_3x13 ul, .detail_component_oled .component_video_wall .landscape.box_3x14 ul,
.detail_component_oled .component_video_wall .landscape.box_3x15 ul, .detail_component_oled .component_video_wall .landscape.box_3x16 ul, .detail_component_oled .component_video_wall .landscape.box_3x17 ul,
.detail_component_oled .component_video_wall .landscape.box_3x18 ul, .detail_component_oled .component_video_wall .landscape.box_3x19 ul, .detail_component_oled .component_video_wall .landscape.box_3x20 ul,
.detail_component_oled .component_video_wall .landscape.box_3x21 ul, .detail_component_oled .component_video_wall .landscape.box_3x22 ul, .detail_component_oled .component_video_wall .landscape.box_3x23 ul,
.detail_component_oled .component_video_wall .landscape.box_3x24 ul,
.detail_component_oled .component_video_wall .landscape.box_3x25 ul {width:315px;}

.detail_component_oled .component_video_wall .landscape.box_3x1 ul li,.detail_component_oled .component_video_wall .landscape.box_3x2 ul li,.detail_component_oled .component_video_wall .landscape.box_3x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x4 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x5 ul li {width:173px; height:96px;}
.detail_component_oled .component_video_wall .landscape.box_3x6 ul li, .detail_component_oled .component_video_wall .landscape.box_3x7 ul li, .detail_component_oled .component_video_wall .landscape.box_3x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x9 ul li, .detail_component_oled .component_video_wall .landscape.box_3x10 ul li, .detail_component_oled .component_video_wall .landscape.box_3x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x12 ul li, .detail_component_oled .component_video_wall .landscape.box_3x13 ul li, .detail_component_oled .component_video_wall .landscape.box_3x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x15 ul li, .detail_component_oled .component_video_wall .landscape.box_3x16 ul li, .detail_component_oled .component_video_wall .landscape.box_3x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x18 ul li, .detail_component_oled .component_video_wall .landscape.box_3x19 ul li, .detail_component_oled .component_video_wall .landscape.box_3x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x21 ul li, .detail_component_oled .component_video_wall .landscape.box_3x22 ul li, .detail_component_oled .component_video_wall .landscape.box_3x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_3x25 ul li {width:103px; height:58px;}

/* 4xn */
.detail_component_oled .component_video_wall .landscape.box_4x1 ul,.detail_component_oled .component_video_wall .landscape.box_4x2 ul,.detail_component_oled .component_video_wall .landscape.box_4x3 ul,
.detail_component_oled .component_video_wall .landscape.box_4x4 ul,
.detail_component_oled .component_video_wall .landscape.box_4x5 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_4x6 ul, .detail_component_oled .component_video_wall .landscape.box_4x7 ul, .detail_component_oled .component_video_wall .landscape.box_4x8 ul,
.detail_component_oled .component_video_wall .landscape.box_4x9 ul, .detail_component_oled .component_video_wall .landscape.box_4x10 ul, .detail_component_oled .component_video_wall .landscape.box_4x11 ul,
.detail_component_oled .component_video_wall .landscape.box_4x12 ul, .detail_component_oled .component_video_wall .landscape.box_4x13 ul, .detail_component_oled .component_video_wall .landscape.box_4x14 ul,
.detail_component_oled .component_video_wall .landscape.box_4x15 ul, .detail_component_oled .component_video_wall .landscape.box_4x16 ul, .detail_component_oled .component_video_wall .landscape.box_4x17 ul,
.detail_component_oled .component_video_wall .landscape.box_4x18 ul, .detail_component_oled .component_video_wall .landscape.box_4x19 ul, .detail_component_oled .component_video_wall .landscape.box_4x20 ul,
.detail_component_oled .component_video_wall .landscape.box_4x21 ul, .detail_component_oled .component_video_wall .landscape.box_4x22 ul, .detail_component_oled .component_video_wall .landscape.box_4x23 ul,
.detail_component_oled .component_video_wall .landscape.box_4x24 ul,
.detail_component_oled .component_video_wall .landscape.box_4x25 ul {width:418px;}

.detail_component_oled .component_video_wall .landscape.box_4x1 ul li,.detail_component_oled .component_video_wall .landscape.box_4x2 ul li,.detail_component_oled .component_video_wall .landscape.box_4x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x4 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x5 ul li {width:129px; height:72px;}
.detail_component_oled .component_video_wall .landscape.box_4x6 ul li, .detail_component_oled .component_video_wall .landscape.box_4x7 ul li, .detail_component_oled .component_video_wall .landscape.box_4x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x9 ul li, .detail_component_oled .component_video_wall .landscape.box_4x10 ul li, .detail_component_oled .component_video_wall .landscape.box_4x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x12 ul li, .detail_component_oled .component_video_wall .landscape.box_4x13 ul li, .detail_component_oled .component_video_wall .landscape.box_4x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x15 ul li, .detail_component_oled .component_video_wall .landscape.box_4x16 ul li, .detail_component_oled .component_video_wall .landscape.box_4x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x18 ul li, .detail_component_oled .component_video_wall .landscape.box_4x19 ul li, .detail_component_oled .component_video_wall .landscape.box_4x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x21 ul li, .detail_component_oled .component_video_wall .landscape.box_4x22 ul li, .detail_component_oled .component_video_wall .landscape.box_4x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_4x25 ul li {width:103px; height:58px;}

/* 5xn */
.detail_component_oled .component_video_wall .landscape.box_5x1 ul,.detail_component_oled .component_video_wall .landscape.box_5x2 ul,.detail_component_oled .component_video_wall .landscape.box_5x3 ul,
.detail_component_oled .component_video_wall .landscape.box_5x4 ul,
.detail_component_oled .component_video_wall .landscape.box_5x5 ul {width:522px;}
.detail_component_oled .component_video_wall .landscape.box_5x6 ul, .detail_component_oled .component_video_wall .landscape.box_5x7 ul, .detail_component_oled .component_video_wall .landscape.box_5x8 ul,
.detail_component_oled .component_video_wall .landscape.box_5x9 ul, .detail_component_oled .component_video_wall .landscape.box_5x10 ul, .detail_component_oled .component_video_wall .landscape.box_5x11 ul,
.detail_component_oled .component_video_wall .landscape.box_5x12 ul, .detail_component_oled .component_video_wall .landscape.box_5x13 ul, .detail_component_oled .component_video_wall .landscape.box_5x14 ul,
.detail_component_oled .component_video_wall .landscape.box_5x15 ul, .detail_component_oled .component_video_wall .landscape.box_5x16 ul, .detail_component_oled .component_video_wall .landscape.box_5x17 ul,
.detail_component_oled .component_video_wall .landscape.box_5x18 ul, .detail_component_oled .component_video_wall .landscape.box_5x19 ul, .detail_component_oled .component_video_wall .landscape.box_5x20 ul,
.detail_component_oled .component_video_wall .landscape.box_5x21 ul, .detail_component_oled .component_video_wall .landscape.box_5x22 ul, .detail_component_oled .component_video_wall .landscape.box_5x23 ul,
.detail_component_oled .component_video_wall .landscape.box_5x24 ul,
.detail_component_oled .component_video_wall .landscape.box_5x25 ul {width:522px;}

.detail_component_oled .component_video_wall .landscape.box_5x1 ul li,.detail_component_oled .component_video_wall .landscape.box_5x2 ul li,.detail_component_oled .component_video_wall .landscape.box_5x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x4 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x5 ul li {width:103px; height:58px;}
.detail_component_oled .component_video_wall .landscape.box_5x6 ul li, .detail_component_oled .component_video_wall .landscape.box_5x7 ul li, .detail_component_oled .component_video_wall .landscape.box_5x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x9 ul li, .detail_component_oled .component_video_wall .landscape.box_5x10 ul li, .detail_component_oled .component_video_wall .landscape.box_5x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x12 ul li, .detail_component_oled .component_video_wall .landscape.box_5x13 ul li, .detail_component_oled .component_video_wall .landscape.box_5x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x15 ul li, .detail_component_oled .component_video_wall .landscape.box_5x16 ul li, .detail_component_oled .component_video_wall .landscape.box_5x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x18 ul li, .detail_component_oled .component_video_wall .landscape.box_5x19 ul li, .detail_component_oled .component_video_wall .landscape.box_5x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x21 ul li, .detail_component_oled .component_video_wall .landscape.box_5x22 ul li, .detail_component_oled .component_video_wall .landscape.box_5x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_5x25 ul li {width:103px; height:58px;}

/* 6xn */
.detail_component_oled .component_video_wall .landscape.box_6x1 ul, .detail_component_oled .component_video_wall .landscape.box_6x2 ul, .detail_component_oled .component_video_wall .landscape.box_6x3 ul,
.detail_component_oled .component_video_wall .landscape.box_6x4 ul,.detail_component_oled .component_video_wall .landscape.box_6x5 ul,
.detail_component_oled .component_video_wall .landscape.box_6x6 ul, .detail_component_oled .component_video_wall .landscape.box_6x7 ul, .detail_component_oled .component_video_wall .landscape.box_6x8 ul,
.detail_component_oled .component_video_wall .landscape.box_6x9 ul, .detail_component_oled .component_video_wall .landscape.box_6x10 ul, .detail_component_oled .component_video_wall .landscape.box_6x11 ul,
.detail_component_oled .component_video_wall .landscape.box_6x12 ul, .detail_component_oled .component_video_wall .landscape.box_6x13 ul, .detail_component_oled .component_video_wall .landscape.box_6x14 ul,
.detail_component_oled .component_video_wall .landscape.box_6x15 ul, .detail_component_oled .component_video_wall .landscape.box_6x16 ul, .detail_component_oled .component_video_wall .landscape.box_6x17 ul,
.detail_component_oled .component_video_wall .landscape.box_6x18 ul, .detail_component_oled .component_video_wall .landscape.box_6x19 ul, .detail_component_oled .component_video_wall .landscape.box_6x20 ul,
.detail_component_oled .component_video_wall .landscape.box_6x21 ul, .detail_component_oled .component_video_wall .landscape.box_6x22 ul, .detail_component_oled .component_video_wall .landscape.box_6x23 ul,
.detail_component_oled .component_video_wall .landscape.box_6x24 ul,
.detail_component_oled .component_video_wall .landscape.box_6x25 ul {width:626px;}

.detail_component_oled .component_video_wall .landscape.box_6x1 ul li,.detail_component_oled .component_video_wall .landscape.box_6x2 ul li,.detail_component_oled .component_video_wall .landscape.box_6x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x4 ul li,.detail_component_oled .component_video_wall .landscape.box_6x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x6 ul li, .detail_component_oled .component_video_wall .landscape.box_6x7 ul li, .detail_component_oled .component_video_wall .landscape.box_6x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x9 ul li, .detail_component_oled .component_video_wall .landscape.box_6x10 ul li, .detail_component_oled .component_video_wall .landscape.box_6x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x12 ul li, .detail_component_oled .component_video_wall .landscape.box_6x13 ul li, .detail_component_oled .component_video_wall .landscape.box_6x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x15 ul li, .detail_component_oled .component_video_wall .landscape.box_6x16 ul li, .detail_component_oled .component_video_wall .landscape.box_6x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x18 ul li, .detail_component_oled .component_video_wall .landscape.box_6x19 ul li, .detail_component_oled .component_video_wall .landscape.box_6x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x21 ul li, .detail_component_oled .component_video_wall .landscape.box_6x22 ul li, .detail_component_oled .component_video_wall .landscape.box_6x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_6x25 ul li {width:103px; height:58px;}

/* 7xn */
.detail_component_oled .component_video_wall .landscape.box_7x1 ul,.detail_component_oled .component_video_wall .landscape.box_7x2 ul,.detail_component_oled .component_video_wall .landscape.box_7x3 ul,
.detail_component_oled .component_video_wall .landscape.box_7x4 ul,.detail_component_oled .component_video_wall .landscape.box_7x5 ul,
.detail_component_oled .component_video_wall .landscape.box_7x6 ul, .detail_component_oled .component_video_wall .landscape.box_7x7 ul, .detail_component_oled .component_video_wall .landscape.box_7x8 ul,
.detail_component_oled .component_video_wall .landscape.box_7x9 ul, .detail_component_oled .component_video_wall .landscape.box_7x10 ul, .detail_component_oled .component_video_wall .landscape.box_7x11 ul,
.detail_component_oled .component_video_wall .landscape.box_7x12 ul, .detail_component_oled .component_video_wall .landscape.box_7x13 ul, .detail_component_oled .component_video_wall .landscape.box_7x14 ul,
.detail_component_oled .component_video_wall .landscape.box_7x15 ul, .detail_component_oled .component_video_wall .landscape.box_7x16 ul, .detail_component_oled .component_video_wall .landscape.box_7x17 ul,
.detail_component_oled .component_video_wall .landscape.box_7x18 ul, .detail_component_oled .component_video_wall .landscape.box_7x19 ul, .detail_component_oled .component_video_wall .landscape.box_7x20 ul,
.detail_component_oled .component_video_wall .landscape.box_7x21 ul, .detail_component_oled .component_video_wall .landscape.box_7x22 ul, .detail_component_oled .component_video_wall .landscape.box_7x23 ul,
.detail_component_oled .component_video_wall .landscape.box_7x24 ul,
.detail_component_oled .component_video_wall .landscape.box_7x25 ul {width:730px;}

.detail_component_oled .component_video_wall .landscape.box_7x1 ul li,.detail_component_oled .component_video_wall .landscape.box_7x2 ul li,.detail_component_oled .component_video_wall .landscape.box_7x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x4 ul li,.detail_component_oled .component_video_wall .landscape.box_7x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x6 ul li, .detail_component_oled .component_video_wall .landscape.box_7x7 ul li, .detail_component_oled .component_video_wall .landscape.box_7x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x9 ul li, .detail_component_oled .component_video_wall .landscape.box_7x10 ul li, .detail_component_oled .component_video_wall .landscape.box_7x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x12 ul li, .detail_component_oled .component_video_wall .landscape.box_7x13 ul li, .detail_component_oled .component_video_wall .landscape.box_7x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x15 ul li, .detail_component_oled .component_video_wall .landscape.box_7x16 ul li, .detail_component_oled .component_video_wall .landscape.box_7x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x18 ul li, .detail_component_oled .component_video_wall .landscape.box_7x19 ul li, .detail_component_oled .component_video_wall .landscape.box_7x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x21 ul li, .detail_component_oled .component_video_wall .landscape.box_7x22 ul li, .detail_component_oled .component_video_wall .landscape.box_7x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_7x25 ul li {width:103px; height:58px;}

/* 8xn */
.detail_component_oled .component_video_wall .landscape.box_8x1 ul,.detail_component_oled .component_video_wall .landscape.box_8x2 ul,.detail_component_oled .component_video_wall .landscape.box_8x3 ul,
.detail_component_oled .component_video_wall .landscape.box_8x4 ul,.detail_component_oled .component_video_wall .landscape.box_8x5 ul,
.detail_component_oled .component_video_wall .landscape.box_8x6 ul, .detail_component_oled .component_video_wall .landscape.box_8x7 ul, .detail_component_oled .component_video_wall .landscape.box_8x8 ul,
.detail_component_oled .component_video_wall .landscape.box_8x9 ul, .detail_component_oled .component_video_wall .landscape.box_8x10 ul, .detail_component_oled .component_video_wall .landscape.box_8x11 ul,
.detail_component_oled .component_video_wall .landscape.box_8x12 ul, .detail_component_oled .component_video_wall .landscape.box_8x13 ul, .detail_component_oled .component_video_wall .landscape.box_8x14 ul,
.detail_component_oled .component_video_wall .landscape.box_8x15 ul, .detail_component_oled .component_video_wall .landscape.box_8x16 ul, .detail_component_oled .component_video_wall .landscape.box_8x17 ul,
.detail_component_oled .component_video_wall .landscape.box_8x18 ul, .detail_component_oled .component_video_wall .landscape.box_8x19 ul, .detail_component_oled .component_video_wall .landscape.box_8x20 ul,
.detail_component_oled .component_video_wall .landscape.box_8x21 ul, .detail_component_oled .component_video_wall .landscape.box_8x22 ul, .detail_component_oled .component_video_wall .landscape.box_8x23 ul,
.detail_component_oled .component_video_wall .landscape.box_8x24 ul,
.detail_component_oled .component_video_wall .landscape.box_8x25 ul {width:834px;}

.detail_component_oled .component_video_wall .landscape.box_8x1 ul li,.detail_component_oled .component_video_wall .landscape.box_8x2 ul li,.detail_component_oled .component_video_wall .landscape.box_8x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x4 ul li,.detail_component_oled .component_video_wall .landscape.box_8x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x6 ul li, .detail_component_oled .component_video_wall .landscape.box_8x7 ul li, .detail_component_oled .component_video_wall .landscape.box_8x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x9 ul li, .detail_component_oled .component_video_wall .landscape.box_8x10 ul li, .detail_component_oled .component_video_wall .landscape.box_8x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x12 ul li, .detail_component_oled .component_video_wall .landscape.box_8x13 ul li, .detail_component_oled .component_video_wall .landscape.box_8x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x15 ul li, .detail_component_oled .component_video_wall .landscape.box_8x16 ul li, .detail_component_oled .component_video_wall .landscape.box_8x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x18 ul li, .detail_component_oled .component_video_wall .landscape.box_8x19 ul li, .detail_component_oled .component_video_wall .landscape.box_8x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x21 ul li, .detail_component_oled .component_video_wall .landscape.box_8x22 ul li, .detail_component_oled .component_video_wall .landscape.box_8x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_8x25 ul li {width:103px; height:58px;}

/* 9xn */
.detail_component_oled .component_video_wall .landscape.box_9x1 ul,.detail_component_oled .component_video_wall .landscape.box_9x2 ul,.detail_component_oled .component_video_wall .landscape.box_9x3 ul,
.detail_component_oled .component_video_wall .landscape.box_9x4 ul,.detail_component_oled .component_video_wall .landscape.box_9x5 ul,
.detail_component_oled .component_video_wall .landscape.box_9x6 ul, .detail_component_oled .component_video_wall .landscape.box_9x7 ul, .detail_component_oled .component_video_wall .landscape.box_9x8 ul,
.detail_component_oled .component_video_wall .landscape.box_9x9 ul, .detail_component_oled .component_video_wall .landscape.box_9x10 ul, .detail_component_oled .component_video_wall .landscape.box_9x11 ul,
.detail_component_oled .component_video_wall .landscape.box_9x12 ul, .detail_component_oled .component_video_wall .landscape.box_9x13 ul, .detail_component_oled .component_video_wall .landscape.box_9x14 ul,
.detail_component_oled .component_video_wall .landscape.box_9x15 ul, .detail_component_oled .component_video_wall .landscape.box_9x16 ul, .detail_component_oled .component_video_wall .landscape.box_9x17 ul,
.detail_component_oled .component_video_wall .landscape.box_9x18 ul, .detail_component_oled .component_video_wall .landscape.box_9x19 ul, .detail_component_oled .component_video_wall .landscape.box_9x20 ul,
.detail_component_oled .component_video_wall .landscape.box_9x21 ul, .detail_component_oled .component_video_wall .landscape.box_9x22 ul, .detail_component_oled .component_video_wall .landscape.box_9x23 ul,
.detail_component_oled .component_video_wall .landscape.box_9x24 ul,
.detail_component_oled .component_video_wall .landscape.box_9x25 ul {width:938px;}

.detail_component_oled .component_video_wall .landscape.box_9x1 ul li,.detail_component_oled .component_video_wall .landscape.box_9x2 ul li,.detail_component_oled .component_video_wall .landscape.box_9x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x4 ul li,.detail_component_oled .component_video_wall .landscape.box_9x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x6 ul li, .detail_component_oled .component_video_wall .landscape.box_9x7 ul li, .detail_component_oled .component_video_wall .landscape.box_9x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x9 ul li, .detail_component_oled .component_video_wall .landscape.box_9x10 ul li, .detail_component_oled .component_video_wall .landscape.box_9x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x12 ul li, .detail_component_oled .component_video_wall .landscape.box_9x13 ul li, .detail_component_oled .component_video_wall .landscape.box_9x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x15 ul li, .detail_component_oled .component_video_wall .landscape.box_9x16 ul li, .detail_component_oled .component_video_wall .landscape.box_9x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x18 ul li, .detail_component_oled .component_video_wall .landscape.box_9x19 ul li, .detail_component_oled .component_video_wall .landscape.box_9x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x21 ul li, .detail_component_oled .component_video_wall .landscape.box_9x22 ul li, .detail_component_oled .component_video_wall .landscape.box_9x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_9x25 ul li {width:103px; height:58px;}

/* 10xn */
.detail_component_oled .component_video_wall .landscape.box_10x1 ul,.detail_component_oled .component_video_wall .landscape.box_10x2 ul,.detail_component_oled .component_video_wall .landscape.box_10x3 ul,
.detail_component_oled .component_video_wall .landscape.box_10x4 ul,.detail_component_oled .component_video_wall .landscape.box_10x5 ul,
.detail_component_oled .component_video_wall .landscape.box_10x6 ul, .detail_component_oled .component_video_wall .landscape.box_10x7 ul, .detail_component_oled .component_video_wall .landscape.box_10x8 ul,
.detail_component_oled .component_video_wall .landscape.box_10x9 ul, .detail_component_oled .component_video_wall .landscape.box_10x10 ul, .detail_component_oled .component_video_wall .landscape.box_10x11 ul,
.detail_component_oled .component_video_wall .landscape.box_10x12 ul, .detail_component_oled .component_video_wall .landscape.box_10x13 ul, .detail_component_oled .component_video_wall .landscape.box_10x14 ul,
.detail_component_oled .component_video_wall .landscape.box_10x15 ul, .detail_component_oled .component_video_wall .landscape.box_10x16 ul, .detail_component_oled .component_video_wall .landscape.box_10x17 ul,
.detail_component_oled .component_video_wall .landscape.box_10x18 ul, .detail_component_oled .component_video_wall .landscape.box_10x19 ul, .detail_component_oled .component_video_wall .landscape.box_10x20 ul,
.detail_component_oled .component_video_wall .landscape.box_10x21 ul, .detail_component_oled .component_video_wall .landscape.box_10x22 ul, .detail_component_oled .component_video_wall .landscape.box_10x23 ul,
.detail_component_oled .component_video_wall .landscape.box_10x24 ul,
.detail_component_oled .component_video_wall .landscape.box_10x25 ul {width:1042px;}

.detail_component_oled .component_video_wall .landscape.box_10x1 ul li,.detail_component_oled .component_video_wall .landscape.box_10x2 ul li,.detail_component_oled .component_video_wall .landscape.box_10x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x4 ul li,.detail_component_oled .component_video_wall .landscape.box_10x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x6 ul li, .detail_component_oled .component_video_wall .landscape.box_10x7 ul li, .detail_component_oled .component_video_wall .landscape.box_10x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x9 ul li, .detail_component_oled .component_video_wall .landscape.box_10x10 ul li, .detail_component_oled .component_video_wall .landscape.box_10x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x12 ul li, .detail_component_oled .component_video_wall .landscape.box_10x13 ul li, .detail_component_oled .component_video_wall .landscape.box_10x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x15 ul li, .detail_component_oled .component_video_wall .landscape.box_10x16 ul li, .detail_component_oled .component_video_wall .landscape.box_10x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x18 ul li, .detail_component_oled .component_video_wall .landscape.box_10x19 ul li, .detail_component_oled .component_video_wall .landscape.box_10x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x21 ul li, .detail_component_oled .component_video_wall .landscape.box_10x22 ul li, .detail_component_oled .component_video_wall .landscape.box_10x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_10x25 ul li {width:103px; height:58px;}

/* 11xn */
.detail_component_oled .component_video_wall .landscape.box_11x1 ul,.detail_component_oled .component_video_wall .landscape.box_11x2 ul,.detail_component_oled .component_video_wall .landscape.box_11x3 ul,
.detail_component_oled .component_video_wall .landscape.box_11x4 ul,.detail_component_oled .component_video_wall .landscape.box_11x5 ul,
.detail_component_oled .component_video_wall .landscape.box_11x6 ul, .detail_component_oled .component_video_wall .landscape.box_11x7 ul, .detail_component_oled .component_video_wall .landscape.box_11x8 ul,
.detail_component_oled .component_video_wall .landscape.box_11x9 ul, .detail_component_oled .component_video_wall .landscape.box_11x10 ul, .detail_component_oled .component_video_wall .landscape.box_11x11 ul,
.detail_component_oled .component_video_wall .landscape.box_11x12 ul, .detail_component_oled .component_video_wall .landscape.box_11x13 ul, .detail_component_oled .component_video_wall .landscape.box_11x14 ul,
.detail_component_oled .component_video_wall .landscape.box_11x15 ul, .detail_component_oled .component_video_wall .landscape.box_11x16 ul, .detail_component_oled .component_video_wall .landscape.box_11x17 ul,
.detail_component_oled .component_video_wall .landscape.box_11x18 ul, .detail_component_oled .component_video_wall .landscape.box_11x19 ul, .detail_component_oled .component_video_wall .landscape.box_11x20 ul,
.detail_component_oled .component_video_wall .landscape.box_11x21 ul, .detail_component_oled .component_video_wall .landscape.box_11x22 ul, .detail_component_oled .component_video_wall .landscape.box_11x23 ul,
.detail_component_oled .component_video_wall .landscape.box_11x24 ul,
.detail_component_oled .component_video_wall .landscape.box_11x25 ul {width:1146px;}

.detail_component_oled .component_video_wall .landscape.box_11x1 ul li,.detail_component_oled .component_video_wall .landscape.box_11x2 ul li,.detail_component_oled .component_video_wall .landscape.box_11x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x4 ul li,.detail_component_oled .component_video_wall .landscape.box_11x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x6 ul li, .detail_component_oled .component_video_wall .landscape.box_11x7 ul li, .detail_component_oled .component_video_wall .landscape.box_11x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x9 ul li, .detail_component_oled .component_video_wall .landscape.box_11x10 ul li, .detail_component_oled .component_video_wall .landscape.box_11x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x12 ul li, .detail_component_oled .component_video_wall .landscape.box_11x13 ul li, .detail_component_oled .component_video_wall .landscape.box_11x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x15 ul li, .detail_component_oled .component_video_wall .landscape.box_11x16 ul li, .detail_component_oled .component_video_wall .landscape.box_11x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x18 ul li, .detail_component_oled .component_video_wall .landscape.box_11x19 ul li, .detail_component_oled .component_video_wall .landscape.box_11x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x21 ul li, .detail_component_oled .component_video_wall .landscape.box_11x22 ul li, .detail_component_oled .component_video_wall .landscape.box_11x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_11x25 ul li {width:103px; height:58px;}

/* 12xn */
.detail_component_oled .component_video_wall .landscape.box_12x1 ul,.detail_component_oled .component_video_wall .landscape.box_12x2 ul,.detail_component_oled .component_video_wall .landscape.box_12x3 ul,
.detail_component_oled .component_video_wall .landscape.box_12x4 ul,.detail_component_oled .component_video_wall .landscape.box_12x5 ul,
.detail_component_oled .component_video_wall .landscape.box_12x6 ul, .detail_component_oled .component_video_wall .landscape.box_12x7 ul, .detail_component_oled .component_video_wall .landscape.box_12x8 ul,
.detail_component_oled .component_video_wall .landscape.box_12x9 ul, .detail_component_oled .component_video_wall .landscape.box_12x10 ul, .detail_component_oled .component_video_wall .landscape.box_12x11 ul,
.detail_component_oled .component_video_wall .landscape.box_12x12 ul, .detail_component_oled .component_video_wall .landscape.box_12x13 ul, .detail_component_oled .component_video_wall .landscape.box_12x14 ul,
.detail_component_oled .component_video_wall .landscape.box_12x15 ul, .detail_component_oled .component_video_wall .landscape.box_12x16 ul, .detail_component_oled .component_video_wall .landscape.box_12x17 ul,
.detail_component_oled .component_video_wall .landscape.box_12x18 ul, .detail_component_oled .component_video_wall .landscape.box_12x19 ul, .detail_component_oled .component_video_wall .landscape.box_12x20 ul,
.detail_component_oled .component_video_wall .landscape.box_12x21 ul, .detail_component_oled .component_video_wall .landscape.box_12x22 ul, .detail_component_oled .component_video_wall .landscape.box_12x23 ul,
.detail_component_oled .component_video_wall .landscape.box_12x24 ul,
.detail_component_oled .component_video_wall .landscape.box_12x25 ul {width:1250px;}

.detail_component_oled .component_video_wall .landscape.box_12x1 ul li,.detail_component_oled .component_video_wall .landscape.box_12x2 ul li,.detail_component_oled .component_video_wall .landscape.box_12x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x4 ul li,.detail_component_oled .component_video_wall .landscape.box_12x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x6 ul li, .detail_component_oled .component_video_wall .landscape.box_12x7 ul li, .detail_component_oled .component_video_wall .landscape.box_12x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x9 ul li, .detail_component_oled .component_video_wall .landscape.box_12x10 ul li, .detail_component_oled .component_video_wall .landscape.box_12x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x12 ul li, .detail_component_oled .component_video_wall .landscape.box_12x13 ul li, .detail_component_oled .component_video_wall .landscape.box_12x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x15 ul li, .detail_component_oled .component_video_wall .landscape.box_12x16 ul li, .detail_component_oled .component_video_wall .landscape.box_12x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x18 ul li, .detail_component_oled .component_video_wall .landscape.box_12x19 ul li, .detail_component_oled .component_video_wall .landscape.box_12x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x21 ul li, .detail_component_oled .component_video_wall .landscape.box_12x22 ul li, .detail_component_oled .component_video_wall .landscape.box_12x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_12x25 ul li {width:103px; height:58px;}

/* 13xn */
.detail_component_oled .component_video_wall .landscape.box_13x1 ul,.detail_component_oled .component_video_wall .landscape.box_13x2 ul,.detail_component_oled .component_video_wall .landscape.box_13x3 ul,
.detail_component_oled .component_video_wall .landscape.box_13x4 ul,.detail_component_oled .component_video_wall .landscape.box_13x5 ul,
.detail_component_oled .component_video_wall .landscape.box_13x6 ul, .detail_component_oled .component_video_wall .landscape.box_13x7 ul, .detail_component_oled .component_video_wall .landscape.box_13x8 ul,
.detail_component_oled .component_video_wall .landscape.box_13x9 ul, .detail_component_oled .component_video_wall .landscape.box_13x10 ul, .detail_component_oled .component_video_wall .landscape.box_13x11 ul,
.detail_component_oled .component_video_wall .landscape.box_13x12 ul, .detail_component_oled .component_video_wall .landscape.box_13x13 ul, .detail_component_oled .component_video_wall .landscape.box_13x14 ul,
.detail_component_oled .component_video_wall .landscape.box_13x15 ul, .detail_component_oled .component_video_wall .landscape.box_13x16 ul, .detail_component_oled .component_video_wall .landscape.box_13x17 ul,
.detail_component_oled .component_video_wall .landscape.box_13x18 ul, .detail_component_oled .component_video_wall .landscape.box_13x19 ul, .detail_component_oled .component_video_wall .landscape.box_13x20 ul,
.detail_component_oled .component_video_wall .landscape.box_13x21 ul, .detail_component_oled .component_video_wall .landscape.box_13x22 ul, .detail_component_oled .component_video_wall .landscape.box_13x23 ul,
.detail_component_oled .component_video_wall .landscape.box_13x24 ul,
.detail_component_oled .component_video_wall .landscape.box_13x25 ul {width:1354px;}

.detail_component_oled .component_video_wall .landscape.box_13x1 ul li,.detail_component_oled .component_video_wall .landscape.box_13x2 ul li,.detail_component_oled .component_video_wall .landscape.box_13x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x4 ul li,.detail_component_oled .component_video_wall .landscape.box_13x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x6 ul li, .detail_component_oled .component_video_wall .landscape.box_13x7 ul li, .detail_component_oled .component_video_wall .landscape.box_13x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x9 ul li, .detail_component_oled .component_video_wall .landscape.box_13x10 ul li, .detail_component_oled .component_video_wall .landscape.box_13x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x12 ul li, .detail_component_oled .component_video_wall .landscape.box_13x13 ul li, .detail_component_oled .component_video_wall .landscape.box_13x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x15 ul li, .detail_component_oled .component_video_wall .landscape.box_13x16 ul li, .detail_component_oled .component_video_wall .landscape.box_13x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x18 ul li, .detail_component_oled .component_video_wall .landscape.box_13x19 ul li, .detail_component_oled .component_video_wall .landscape.box_13x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x21 ul li, .detail_component_oled .component_video_wall .landscape.box_13x22 ul li, .detail_component_oled .component_video_wall .landscape.box_13x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_13x25 ul li {width:103px; height:58px;}

/* 14xn */
.detail_component_oled .component_video_wall .landscape.box_14x1 ul,.detail_component_oled .component_video_wall .landscape.box_14x2 ul,.detail_component_oled .component_video_wall .landscape.box_14x3 ul,
.detail_component_oled .component_video_wall .landscape.box_14x4 ul,.detail_component_oled .component_video_wall .landscape.box_14x5 ul,
.detail_component_oled .component_video_wall .landscape.box_14x6 ul, .detail_component_oled .component_video_wall .landscape.box_14x7 ul, .detail_component_oled .component_video_wall .landscape.box_14x8 ul,
.detail_component_oled .component_video_wall .landscape.box_14x9 ul, .detail_component_oled .component_video_wall .landscape.box_14x10 ul, .detail_component_oled .component_video_wall .landscape.box_14x11 ul,
.detail_component_oled .component_video_wall .landscape.box_14x12 ul, .detail_component_oled .component_video_wall .landscape.box_14x13 ul, .detail_component_oled .component_video_wall .landscape.box_14x14 ul,
.detail_component_oled .component_video_wall .landscape.box_14x15 ul, .detail_component_oled .component_video_wall .landscape.box_14x16 ul, .detail_component_oled .component_video_wall .landscape.box_14x17 ul,
.detail_component_oled .component_video_wall .landscape.box_14x18 ul, .detail_component_oled .component_video_wall .landscape.box_14x19 ul, .detail_component_oled .component_video_wall .landscape.box_14x20 ul,
.detail_component_oled .component_video_wall .landscape.box_14x21 ul, .detail_component_oled .component_video_wall .landscape.box_14x22 ul, .detail_component_oled .component_video_wall .landscape.box_14x23 ul,
.detail_component_oled .component_video_wall .landscape.box_14x24 ul,
.detail_component_oled .component_video_wall .landscape.box_14x25 ul {width:1458px;}

.detail_component_oled .component_video_wall .landscape.box_14x1 ul li,.detail_component_oled .component_video_wall .landscape.box_14x2 ul li,.detail_component_oled .component_video_wall .landscape.box_14x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x4 ul li,.detail_component_oled .component_video_wall .landscape.box_14x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x6 ul li, .detail_component_oled .component_video_wall .landscape.box_14x7 ul li, .detail_component_oled .component_video_wall .landscape.box_14x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x9 ul li, .detail_component_oled .component_video_wall .landscape.box_14x10 ul li, .detail_component_oled .component_video_wall .landscape.box_14x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x12 ul li, .detail_component_oled .component_video_wall .landscape.box_14x13 ul li, .detail_component_oled .component_video_wall .landscape.box_14x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x15 ul li, .detail_component_oled .component_video_wall .landscape.box_14x16 ul li, .detail_component_oled .component_video_wall .landscape.box_14x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x18 ul li, .detail_component_oled .component_video_wall .landscape.box_14x19 ul li, .detail_component_oled .component_video_wall .landscape.box_14x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x21 ul li, .detail_component_oled .component_video_wall .landscape.box_14x22 ul li, .detail_component_oled .component_video_wall .landscape.box_14x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_14x25 ul li {width:103px; height:58px;}

/* 15xn */
.detail_component_oled .component_video_wall .landscape.box_15x1 ul,.detail_component_oled .component_video_wall .landscape.box_15x2 ul,.detail_component_oled .component_video_wall .landscape.box_15x3 ul,
.detail_component_oled .component_video_wall .landscape.box_15x4 ul,.detail_component_oled .component_video_wall .landscape.box_15x5 ul,
.detail_component_oled .component_video_wall .landscape.box_15x6 ul, .detail_component_oled .component_video_wall .landscape.box_15x7 ul, .detail_component_oled .component_video_wall .landscape.box_15x8 ul,
.detail_component_oled .component_video_wall .landscape.box_15x9 ul, .detail_component_oled .component_video_wall .landscape.box_15x10 ul, .detail_component_oled .component_video_wall .landscape.box_15x11 ul,
.detail_component_oled .component_video_wall .landscape.box_15x12 ul, .detail_component_oled .component_video_wall .landscape.box_15x13 ul, .detail_component_oled .component_video_wall .landscape.box_15x14 ul,
.detail_component_oled .component_video_wall .landscape.box_15x15 ul, .detail_component_oled .component_video_wall .landscape.box_15x16 ul, .detail_component_oled .component_video_wall .landscape.box_15x17 ul,
.detail_component_oled .component_video_wall .landscape.box_15x18 ul, .detail_component_oled .component_video_wall .landscape.box_15x19 ul, .detail_component_oled .component_video_wall .landscape.box_15x20 ul,
.detail_component_oled .component_video_wall .landscape.box_15x21 ul, .detail_component_oled .component_video_wall .landscape.box_15x22 ul, .detail_component_oled .component_video_wall .landscape.box_15x23 ul,
.detail_component_oled .component_video_wall .landscape.box_15x24 ul,
.detail_component_oled .component_video_wall .landscape.box_15x25 ul {width:1562px;}

.detail_component_oled .component_video_wall .landscape.box_15x1 ul li,.detail_component_oled .component_video_wall .landscape.box_15x2 ul li,.detail_component_oled .component_video_wall .landscape.box_15x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x4 ul li,.detail_component_oled .component_video_wall .landscape.box_15x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x6 ul li, .detail_component_oled .component_video_wall .landscape.box_15x7 ul li, .detail_component_oled .component_video_wall .landscape.box_15x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x9 ul li, .detail_component_oled .component_video_wall .landscape.box_15x10 ul li, .detail_component_oled .component_video_wall .landscape.box_15x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x12 ul li, .detail_component_oled .component_video_wall .landscape.box_15x13 ul li, .detail_component_oled .component_video_wall .landscape.box_15x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x15 ul li, .detail_component_oled .component_video_wall .landscape.box_15x16 ul li, .detail_component_oled .component_video_wall .landscape.box_15x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x18 ul li, .detail_component_oled .component_video_wall .landscape.box_15x19 ul li, .detail_component_oled .component_video_wall .landscape.box_15x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x21 ul li, .detail_component_oled .component_video_wall .landscape.box_15x22 ul li, .detail_component_oled .component_video_wall .landscape.box_15x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_15x25 ul li {width:103px; height:58px;}

/* 16xn */
.detail_component_oled .component_video_wall .landscape.box_16x1 ul,.detail_component_oled .component_video_wall .landscape.box_16x2 ul,.detail_component_oled .component_video_wall .landscape.box_16x3 ul,
.detail_component_oled .component_video_wall .landscape.box_16x4 ul,.detail_component_oled .component_video_wall .landscape.box_16x5 ul,
.detail_component_oled .component_video_wall .landscape.box_16x6 ul, .detail_component_oled .component_video_wall .landscape.box_16x7 ul, .detail_component_oled .component_video_wall .landscape.box_16x8 ul,
.detail_component_oled .component_video_wall .landscape.box_16x9 ul, .detail_component_oled .component_video_wall .landscape.box_16x10 ul, .detail_component_oled .component_video_wall .landscape.box_16x11 ul,
.detail_component_oled .component_video_wall .landscape.box_16x12 ul, .detail_component_oled .component_video_wall .landscape.box_16x13 ul, .detail_component_oled .component_video_wall .landscape.box_16x14 ul,
.detail_component_oled .component_video_wall .landscape.box_16x15 ul, .detail_component_oled .component_video_wall .landscape.box_16x16 ul, .detail_component_oled .component_video_wall .landscape.box_16x17 ul,
.detail_component_oled .component_video_wall .landscape.box_16x18 ul, .detail_component_oled .component_video_wall .landscape.box_16x19 ul, .detail_component_oled .component_video_wall .landscape.box_16x20 ul,
.detail_component_oled .component_video_wall .landscape.box_16x21 ul, .detail_component_oled .component_video_wall .landscape.box_16x22 ul, .detail_component_oled .component_video_wall .landscape.box_16x23 ul,
.detail_component_oled .component_video_wall .landscape.box_16x24 ul,
.detail_component_oled .component_video_wall .landscape.box_16x25 ul {width:1666px;}

.detail_component_oled .component_video_wall .landscape.box_16x1 ul li,.detail_component_oled .component_video_wall .landscape.box_16x2 ul li,.detail_component_oled .component_video_wall .landscape.box_16x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x4 ul li,.detail_component_oled .component_video_wall .landscape.box_16x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x6 ul li, .detail_component_oled .component_video_wall .landscape.box_16x7 ul li, .detail_component_oled .component_video_wall .landscape.box_16x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x9 ul li, .detail_component_oled .component_video_wall .landscape.box_16x10 ul li, .detail_component_oled .component_video_wall .landscape.box_16x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x12 ul li, .detail_component_oled .component_video_wall .landscape.box_16x13 ul li, .detail_component_oled .component_video_wall .landscape.box_16x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x15 ul li, .detail_component_oled .component_video_wall .landscape.box_16x16 ul li, .detail_component_oled .component_video_wall .landscape.box_16x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x18 ul li, .detail_component_oled .component_video_wall .landscape.box_16x19 ul li, .detail_component_oled .component_video_wall .landscape.box_16x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x21 ul li, .detail_component_oled .component_video_wall .landscape.box_16x22 ul li, .detail_component_oled .component_video_wall .landscape.box_16x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_16x25 ul li {width:103px; height:58px;}

/* 17xn */
.detail_component_oled .component_video_wall .landscape.box_17x1 ul,.detail_component_oled .component_video_wall .landscape.box_17x2 ul,.detail_component_oled .component_video_wall .landscape.box_17x3 ul,
.detail_component_oled .component_video_wall .landscape.box_17x4 ul,.detail_component_oled .component_video_wall .landscape.box_17x5 ul,
.detail_component_oled .component_video_wall .landscape.box_17x6 ul, .detail_component_oled .component_video_wall .landscape.box_17x7 ul, .detail_component_oled .component_video_wall .landscape.box_17x8 ul,
.detail_component_oled .component_video_wall .landscape.box_17x9 ul, .detail_component_oled .component_video_wall .landscape.box_17x10 ul, .detail_component_oled .component_video_wall .landscape.box_17x11 ul,
.detail_component_oled .component_video_wall .landscape.box_17x12 ul, .detail_component_oled .component_video_wall .landscape.box_17x13 ul, .detail_component_oled .component_video_wall .landscape.box_17x14 ul,
.detail_component_oled .component_video_wall .landscape.box_17x15 ul, .detail_component_oled .component_video_wall .landscape.box_17x16 ul, .detail_component_oled .component_video_wall .landscape.box_17x17 ul,
.detail_component_oled .component_video_wall .landscape.box_17x18 ul, .detail_component_oled .component_video_wall .landscape.box_17x19 ul, .detail_component_oled .component_video_wall .landscape.box_17x20 ul,
.detail_component_oled .component_video_wall .landscape.box_17x21 ul, .detail_component_oled .component_video_wall .landscape.box_17x22 ul, .detail_component_oled .component_video_wall .landscape.box_17x23 ul,
.detail_component_oled .component_video_wall .landscape.box_17x24 ul,
.detail_component_oled .component_video_wall .landscape.box_17x25 ul {width:1770px;}

.detail_component_oled .component_video_wall .landscape.box_17x1 ul li,.detail_component_oled .component_video_wall .landscape.box_17x2 ul li,.detail_component_oled .component_video_wall .landscape.box_17x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x4 ul li,.detail_component_oled .component_video_wall .landscape.box_17x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x6 ul li, .detail_component_oled .component_video_wall .landscape.box_17x7 ul li, .detail_component_oled .component_video_wall .landscape.box_17x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x9 ul li, .detail_component_oled .component_video_wall .landscape.box_17x10 ul li, .detail_component_oled .component_video_wall .landscape.box_17x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x12 ul li, .detail_component_oled .component_video_wall .landscape.box_17x13 ul li, .detail_component_oled .component_video_wall .landscape.box_17x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x15 ul li, .detail_component_oled .component_video_wall .landscape.box_17x16 ul li, .detail_component_oled .component_video_wall .landscape.box_17x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x18 ul li, .detail_component_oled .component_video_wall .landscape.box_17x19 ul li, .detail_component_oled .component_video_wall .landscape.box_17x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x21 ul li, .detail_component_oled .component_video_wall .landscape.box_17x22 ul li, .detail_component_oled .component_video_wall .landscape.box_17x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_17x25 ul li {width:103px; height:58px;}

/* 18xn */
.detail_component_oled .component_video_wall .landscape.box_18x1 ul,.detail_component_oled .component_video_wall .landscape.box_18x2 ul,.detail_component_oled .component_video_wall .landscape.box_18x3 ul,
.detail_component_oled .component_video_wall .landscape.box_18x4 ul,.detail_component_oled .component_video_wall .landscape.box_18x5 ul,
.detail_component_oled .component_video_wall .landscape.box_18x6 ul, .detail_component_oled .component_video_wall .landscape.box_18x7 ul, .detail_component_oled .component_video_wall .landscape.box_18x8 ul,
.detail_component_oled .component_video_wall .landscape.box_18x9 ul, .detail_component_oled .component_video_wall .landscape.box_18x10 ul, .detail_component_oled .component_video_wall .landscape.box_18x11 ul,
.detail_component_oled .component_video_wall .landscape.box_18x12 ul, .detail_component_oled .component_video_wall .landscape.box_18x13 ul, .detail_component_oled .component_video_wall .landscape.box_18x14 ul,
.detail_component_oled .component_video_wall .landscape.box_18x15 ul, .detail_component_oled .component_video_wall .landscape.box_18x16 ul, .detail_component_oled .component_video_wall .landscape.box_18x17 ul,
.detail_component_oled .component_video_wall .landscape.box_18x18 ul, .detail_component_oled .component_video_wall .landscape.box_18x19 ul, .detail_component_oled .component_video_wall .landscape.box_18x20 ul,
.detail_component_oled .component_video_wall .landscape.box_18x21 ul, .detail_component_oled .component_video_wall .landscape.box_18x22 ul, .detail_component_oled .component_video_wall .landscape.box_18x23 ul,
.detail_component_oled .component_video_wall .landscape.box_18x24 ul,
.detail_component_oled .component_video_wall .landscape.box_18x25 ul {width:1874px;}

.detail_component_oled .component_video_wall .landscape.box_18x1 ul li,.detail_component_oled .component_video_wall .landscape.box_18x2 ul li,.detail_component_oled .component_video_wall .landscape.box_18x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x4 ul li,.detail_component_oled .component_video_wall .landscape.box_18x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x6 ul li, .detail_component_oled .component_video_wall .landscape.box_18x7 ul li, .detail_component_oled .component_video_wall .landscape.box_18x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x9 ul li, .detail_component_oled .component_video_wall .landscape.box_18x10 ul li, .detail_component_oled .component_video_wall .landscape.box_18x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x12 ul li, .detail_component_oled .component_video_wall .landscape.box_18x13 ul li, .detail_component_oled .component_video_wall .landscape.box_18x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x15 ul li, .detail_component_oled .component_video_wall .landscape.box_18x16 ul li, .detail_component_oled .component_video_wall .landscape.box_18x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x18 ul li, .detail_component_oled .component_video_wall .landscape.box_18x19 ul li, .detail_component_oled .component_video_wall .landscape.box_18x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x21 ul li, .detail_component_oled .component_video_wall .landscape.box_18x22 ul li, .detail_component_oled .component_video_wall .landscape.box_18x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_18x25 ul li {width:103px; height:58px;}

/* 19xn */
.detail_component_oled .component_video_wall .landscape.box_19x1 ul,.detail_component_oled .component_video_wall .landscape.box_19x2 ul,.detail_component_oled .component_video_wall .landscape.box_19x3 ul,
.detail_component_oled .component_video_wall .landscape.box_19x4 ul,.detail_component_oled .component_video_wall .landscape.box_19x5 ul,
.detail_component_oled .component_video_wall .landscape.box_19x6 ul, .detail_component_oled .component_video_wall .landscape.box_19x7 ul, .detail_component_oled .component_video_wall .landscape.box_19x8 ul,
.detail_component_oled .component_video_wall .landscape.box_19x9 ul, .detail_component_oled .component_video_wall .landscape.box_19x10 ul, .detail_component_oled .component_video_wall .landscape.box_19x11 ul,
.detail_component_oled .component_video_wall .landscape.box_19x12 ul, .detail_component_oled .component_video_wall .landscape.box_19x13 ul, .detail_component_oled .component_video_wall .landscape.box_19x14 ul,
.detail_component_oled .component_video_wall .landscape.box_19x15 ul, .detail_component_oled .component_video_wall .landscape.box_19x16 ul, .detail_component_oled .component_video_wall .landscape.box_19x17 ul,
.detail_component_oled .component_video_wall .landscape.box_19x18 ul, .detail_component_oled .component_video_wall .landscape.box_19x19 ul, .detail_component_oled .component_video_wall .landscape.box_19x20 ul,
.detail_component_oled .component_video_wall .landscape.box_19x21 ul, .detail_component_oled .component_video_wall .landscape.box_19x22 ul, .detail_component_oled .component_video_wall .landscape.box_19x23 ul,
.detail_component_oled .component_video_wall .landscape.box_19x24 ul,
.detail_component_oled .component_video_wall .landscape.box_19x25 ul {width:1978px;}

.detail_component_oled .component_video_wall .landscape.box_19x1 ul li,.detail_component_oled .component_video_wall .landscape.box_19x2 ul li,.detail_component_oled .component_video_wall .landscape.box_19x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x4 ul li,.detail_component_oled .component_video_wall .landscape.box_19x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x6 ul li, .detail_component_oled .component_video_wall .landscape.box_19x7 ul li, .detail_component_oled .component_video_wall .landscape.box_19x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x9 ul li, .detail_component_oled .component_video_wall .landscape.box_19x10 ul li, .detail_component_oled .component_video_wall .landscape.box_19x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x12 ul li, .detail_component_oled .component_video_wall .landscape.box_19x13 ul li, .detail_component_oled .component_video_wall .landscape.box_19x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x15 ul li, .detail_component_oled .component_video_wall .landscape.box_19x16 ul li, .detail_component_oled .component_video_wall .landscape.box_19x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x18 ul li, .detail_component_oled .component_video_wall .landscape.box_19x19 ul li, .detail_component_oled .component_video_wall .landscape.box_19x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x21 ul li, .detail_component_oled .component_video_wall .landscape.box_19x22 ul li, .detail_component_oled .component_video_wall .landscape.box_19x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_19x25 ul li {width:103px; height:58px;}

/* 20xn */
.detail_component_oled .component_video_wall .landscape.box_20x1 ul,.detail_component_oled .component_video_wall .landscape.box_20x2 ul,.detail_component_oled .component_video_wall .landscape.box_20x3 ul,
.detail_component_oled .component_video_wall .landscape.box_20x4 ul,.detail_component_oled .component_video_wall .landscape.box_20x5 ul,
.detail_component_oled .component_video_wall .landscape.box_20x6 ul, .detail_component_oled .component_video_wall .landscape.box_20x7 ul, .detail_component_oled .component_video_wall .landscape.box_20x8 ul,
.detail_component_oled .component_video_wall .landscape.box_20x9 ul, .detail_component_oled .component_video_wall .landscape.box_20x10 ul, .detail_component_oled .component_video_wall .landscape.box_20x11 ul,
.detail_component_oled .component_video_wall .landscape.box_20x12 ul, .detail_component_oled .component_video_wall .landscape.box_20x13 ul, .detail_component_oled .component_video_wall .landscape.box_20x14 ul,
.detail_component_oled .component_video_wall .landscape.box_20x15 ul, .detail_component_oled .component_video_wall .landscape.box_20x16 ul, .detail_component_oled .component_video_wall .landscape.box_20x17 ul,
.detail_component_oled .component_video_wall .landscape.box_20x18 ul, .detail_component_oled .component_video_wall .landscape.box_20x19 ul, .detail_component_oled .component_video_wall .landscape.box_20x20 ul,
.detail_component_oled .component_video_wall .landscape.box_20x21 ul, .detail_component_oled .component_video_wall .landscape.box_20x22 ul, .detail_component_oled .component_video_wall .landscape.box_20x23 ul,
.detail_component_oled .component_video_wall .landscape.box_20x24 ul,
.detail_component_oled .component_video_wall .landscape.box_20x25 ul {width:2082px;}

.detail_component_oled .component_video_wall .landscape.box_20x1 ul li,.detail_component_oled .component_video_wall .landscape.box_20x2 ul li,.detail_component_oled .component_video_wall .landscape.box_20x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x4 ul li,.detail_component_oled .component_video_wall .landscape.box_20x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x6 ul li, .detail_component_oled .component_video_wall .landscape.box_20x7 ul li, .detail_component_oled .component_video_wall .landscape.box_20x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x9 ul li, .detail_component_oled .component_video_wall .landscape.box_20x10 ul li, .detail_component_oled .component_video_wall .landscape.box_20x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x12 ul li, .detail_component_oled .component_video_wall .landscape.box_20x13 ul li, .detail_component_oled .component_video_wall .landscape.box_20x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x15 ul li, .detail_component_oled .component_video_wall .landscape.box_20x16 ul li, .detail_component_oled .component_video_wall .landscape.box_20x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x18 ul li, .detail_component_oled .component_video_wall .landscape.box_20x19 ul li, .detail_component_oled .component_video_wall .landscape.box_20x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x21 ul li, .detail_component_oled .component_video_wall .landscape.box_20x22 ul li, .detail_component_oled .component_video_wall .landscape.box_20x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_20x25 ul li {width:103px; height:58px;}

/* 21xn */
.detail_component_oled .component_video_wall .landscape.box_21x1 ul,.detail_component_oled .component_video_wall .landscape.box_21x2 ul,.detail_component_oled .component_video_wall .landscape.box_21x3 ul,
.detail_component_oled .component_video_wall .landscape.box_21x4 ul,.detail_component_oled .component_video_wall .landscape.box_21x5 ul,
.detail_component_oled .component_video_wall .landscape.box_21x6 ul, .detail_component_oled .component_video_wall .landscape.box_21x7 ul, .detail_component_oled .component_video_wall .landscape.box_21x8 ul,
.detail_component_oled .component_video_wall .landscape.box_21x9 ul, .detail_component_oled .component_video_wall .landscape.box_21x10 ul, .detail_component_oled .component_video_wall .landscape.box_21x11 ul,
.detail_component_oled .component_video_wall .landscape.box_21x12 ul, .detail_component_oled .component_video_wall .landscape.box_21x13 ul, .detail_component_oled .component_video_wall .landscape.box_21x14 ul,
.detail_component_oled .component_video_wall .landscape.box_21x15 ul, .detail_component_oled .component_video_wall .landscape.box_21x16 ul, .detail_component_oled .component_video_wall .landscape.box_21x17 ul,
.detail_component_oled .component_video_wall .landscape.box_21x18 ul, .detail_component_oled .component_video_wall .landscape.box_21x19 ul, .detail_component_oled .component_video_wall .landscape.box_21x20 ul,
.detail_component_oled .component_video_wall .landscape.box_21x21 ul, .detail_component_oled .component_video_wall .landscape.box_21x22 ul, .detail_component_oled .component_video_wall .landscape.box_21x23 ul,
.detail_component_oled .component_video_wall .landscape.box_21x24 ul,
.detail_component_oled .component_video_wall .landscape.box_21x25 ul {width:2186px;}

.detail_component_oled .component_video_wall .landscape.box_21x1 ul li,.detail_component_oled .component_video_wall .landscape.box_21x2 ul li,.detail_component_oled .component_video_wall .landscape.box_21x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x4 ul li,.detail_component_oled .component_video_wall .landscape.box_21x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x6 ul li, .detail_component_oled .component_video_wall .landscape.box_21x7 ul li, .detail_component_oled .component_video_wall .landscape.box_21x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x9 ul li, .detail_component_oled .component_video_wall .landscape.box_21x10 ul li, .detail_component_oled .component_video_wall .landscape.box_21x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x12 ul li, .detail_component_oled .component_video_wall .landscape.box_21x13 ul li, .detail_component_oled .component_video_wall .landscape.box_21x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x15 ul li, .detail_component_oled .component_video_wall .landscape.box_21x16 ul li, .detail_component_oled .component_video_wall .landscape.box_21x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x18 ul li, .detail_component_oled .component_video_wall .landscape.box_21x19 ul li, .detail_component_oled .component_video_wall .landscape.box_21x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x21 ul li, .detail_component_oled .component_video_wall .landscape.box_21x22 ul li, .detail_component_oled .component_video_wall .landscape.box_21x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_21x25 ul li {width:103px; height:58px;}

/* 22xn */
.detail_component_oled .component_video_wall .landscape.box_22x1 ul,.detail_component_oled .component_video_wall .landscape.box_22x2 ul,.detail_component_oled .component_video_wall .landscape.box_22x3 ul,
.detail_component_oled .component_video_wall .landscape.box_22x4 ul,.detail_component_oled .component_video_wall .landscape.box_22x5 ul,
.detail_component_oled .component_video_wall .landscape.box_22x6 ul, .detail_component_oled .component_video_wall .landscape.box_22x7 ul, .detail_component_oled .component_video_wall .landscape.box_22x8 ul,
.detail_component_oled .component_video_wall .landscape.box_22x9 ul, .detail_component_oled .component_video_wall .landscape.box_22x10 ul, .detail_component_oled .component_video_wall .landscape.box_22x11 ul,
.detail_component_oled .component_video_wall .landscape.box_22x12 ul, .detail_component_oled .component_video_wall .landscape.box_22x13 ul, .detail_component_oled .component_video_wall .landscape.box_22x14 ul,
.detail_component_oled .component_video_wall .landscape.box_22x15 ul, .detail_component_oled .component_video_wall .landscape.box_22x16 ul, .detail_component_oled .component_video_wall .landscape.box_22x17 ul,
.detail_component_oled .component_video_wall .landscape.box_22x18 ul, .detail_component_oled .component_video_wall .landscape.box_22x19 ul, .detail_component_oled .component_video_wall .landscape.box_22x20 ul,
.detail_component_oled .component_video_wall .landscape.box_22x21 ul, .detail_component_oled .component_video_wall .landscape.box_22x22 ul, .detail_component_oled .component_video_wall .landscape.box_22x23 ul,
.detail_component_oled .component_video_wall .landscape.box_22x24 ul,
.detail_component_oled .component_video_wall .landscape.box_22x25 ul {width:2290px;}

.detail_component_oled .component_video_wall .landscape.box_22x1 ul li,.detail_component_oled .component_video_wall .landscape.box_22x2 ul li,.detail_component_oled .component_video_wall .landscape.box_22x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x4 ul li,.detail_component_oled .component_video_wall .landscape.box_22x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x6 ul li, .detail_component_oled .component_video_wall .landscape.box_22x7 ul li, .detail_component_oled .component_video_wall .landscape.box_22x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x9 ul li, .detail_component_oled .component_video_wall .landscape.box_22x10 ul li, .detail_component_oled .component_video_wall .landscape.box_22x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x12 ul li, .detail_component_oled .component_video_wall .landscape.box_22x13 ul li, .detail_component_oled .component_video_wall .landscape.box_22x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x15 ul li, .detail_component_oled .component_video_wall .landscape.box_22x16 ul li, .detail_component_oled .component_video_wall .landscape.box_22x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x18 ul li, .detail_component_oled .component_video_wall .landscape.box_22x19 ul li, .detail_component_oled .component_video_wall .landscape.box_22x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x21 ul li, .detail_component_oled .component_video_wall .landscape.box_22x22 ul li, .detail_component_oled .component_video_wall .landscape.box_22x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_22x25 ul li {width:103px; height:58px;}

/* 23xn */
.detail_component_oled .component_video_wall .landscape.box_23x1 ul,.detail_component_oled .component_video_wall .landscape.box_23x2 ul,.detail_component_oled .component_video_wall .landscape.box_23x3 ul,
.detail_component_oled .component_video_wall .landscape.box_23x4 ul,.detail_component_oled .component_video_wall .landscape.box_23x5 ul,
.detail_component_oled .component_video_wall .landscape.box_23x6 ul, .detail_component_oled .component_video_wall .landscape.box_23x7 ul, .detail_component_oled .component_video_wall .landscape.box_23x8 ul,
.detail_component_oled .component_video_wall .landscape.box_23x9 ul, .detail_component_oled .component_video_wall .landscape.box_23x10 ul, .detail_component_oled .component_video_wall .landscape.box_23x11 ul,
.detail_component_oled .component_video_wall .landscape.box_23x12 ul, .detail_component_oled .component_video_wall .landscape.box_23x13 ul, .detail_component_oled .component_video_wall .landscape.box_23x14 ul,
.detail_component_oled .component_video_wall .landscape.box_23x15 ul, .detail_component_oled .component_video_wall .landscape.box_23x16 ul, .detail_component_oled .component_video_wall .landscape.box_23x17 ul,
.detail_component_oled .component_video_wall .landscape.box_23x18 ul, .detail_component_oled .component_video_wall .landscape.box_23x19 ul, .detail_component_oled .component_video_wall .landscape.box_23x20 ul,
.detail_component_oled .component_video_wall .landscape.box_23x21 ul, .detail_component_oled .component_video_wall .landscape.box_23x22 ul, .detail_component_oled .component_video_wall .landscape.box_23x23 ul,
.detail_component_oled .component_video_wall .landscape.box_23x24 ul,
.detail_component_oled .component_video_wall .landscape.box_23x25 ul {width:2394px;}

.detail_component_oled .component_video_wall .landscape.box_23x1 ul li,.detail_component_oled .component_video_wall .landscape.box_23x2 ul li,.detail_component_oled .component_video_wall .landscape.box_23x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x4 ul li,.detail_component_oled .component_video_wall .landscape.box_23x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x6 ul li, .detail_component_oled .component_video_wall .landscape.box_23x7 ul li, .detail_component_oled .component_video_wall .landscape.box_23x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x9 ul li, .detail_component_oled .component_video_wall .landscape.box_23x10 ul li, .detail_component_oled .component_video_wall .landscape.box_23x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x12 ul li, .detail_component_oled .component_video_wall .landscape.box_23x13 ul li, .detail_component_oled .component_video_wall .landscape.box_23x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x15 ul li, .detail_component_oled .component_video_wall .landscape.box_23x16 ul li, .detail_component_oled .component_video_wall .landscape.box_23x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x18 ul li, .detail_component_oled .component_video_wall .landscape.box_23x19 ul li, .detail_component_oled .component_video_wall .landscape.box_23x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x21 ul li, .detail_component_oled .component_video_wall .landscape.box_23x22 ul li, .detail_component_oled .component_video_wall .landscape.box_23x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_23x25 ul li {width:103px; height:58px;}

/* 24xn */
.detail_component_oled .component_video_wall .landscape.box_24x1 ul,.detail_component_oled .component_video_wall .landscape.box_24x2 ul,.detail_component_oled .component_video_wall .landscape.box_24x3 ul,
.detail_component_oled .component_video_wall .landscape.box_24x4 ul,.detail_component_oled .component_video_wall .landscape.box_24x5 ul,
.detail_component_oled .component_video_wall .landscape.box_24x6 ul, .detail_component_oled .component_video_wall .landscape.box_24x7 ul, .detail_component_oled .component_video_wall .landscape.box_24x8 ul,
.detail_component_oled .component_video_wall .landscape.box_24x9 ul, .detail_component_oled .component_video_wall .landscape.box_24x10 ul, .detail_component_oled .component_video_wall .landscape.box_24x11 ul,
.detail_component_oled .component_video_wall .landscape.box_24x12 ul, .detail_component_oled .component_video_wall .landscape.box_24x13 ul, .detail_component_oled .component_video_wall .landscape.box_24x14 ul,
.detail_component_oled .component_video_wall .landscape.box_24x15 ul, .detail_component_oled .component_video_wall .landscape.box_24x16 ul, .detail_component_oled .component_video_wall .landscape.box_24x17 ul,
.detail_component_oled .component_video_wall .landscape.box_24x18 ul, .detail_component_oled .component_video_wall .landscape.box_24x19 ul, .detail_component_oled .component_video_wall .landscape.box_24x20 ul,
.detail_component_oled .component_video_wall .landscape.box_24x21 ul, .detail_component_oled .component_video_wall .landscape.box_24x22 ul, .detail_component_oled .component_video_wall .landscape.box_24x23 ul,
.detail_component_oled .component_video_wall .landscape.box_24x24 ul,
.detail_component_oled .component_video_wall .landscape.box_24x25 ul {width:2498px;}

.detail_component_oled .component_video_wall .landscape.box_24x1 ul li,.detail_component_oled .component_video_wall .landscape.box_24x2 ul li,.detail_component_oled .component_video_wall .landscape.box_24x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x4 ul li,.detail_component_oled .component_video_wall .landscape.box_24x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x6 ul li, .detail_component_oled .component_video_wall .landscape.box_24x7 ul li, .detail_component_oled .component_video_wall .landscape.box_24x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x9 ul li, .detail_component_oled .component_video_wall .landscape.box_24x10 ul li, .detail_component_oled .component_video_wall .landscape.box_24x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x12 ul li, .detail_component_oled .component_video_wall .landscape.box_24x13 ul li, .detail_component_oled .component_video_wall .landscape.box_24x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x15 ul li, .detail_component_oled .component_video_wall .landscape.box_24x16 ul li, .detail_component_oled .component_video_wall .landscape.box_24x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x18 ul li, .detail_component_oled .component_video_wall .landscape.box_24x19 ul li, .detail_component_oled .component_video_wall .landscape.box_24x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x21 ul li, .detail_component_oled .component_video_wall .landscape.box_24x22 ul li, .detail_component_oled .component_video_wall .landscape.box_24x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_24x25 ul li {width:103px; height:58px;}

/* 25xn */
.detail_component_oled .component_video_wall .landscape.box_25x1 ul,.detail_component_oled .component_video_wall .landscape.box_25x2 ul,.detail_component_oled .component_video_wall .landscape.box_25x3 ul,
.detail_component_oled .component_video_wall .landscape.box_25x4 ul,.detail_component_oled .component_video_wall .landscape.box_25x5 ul,
.detail_component_oled .component_video_wall .landscape.box_25x6 ul, .detail_component_oled .component_video_wall .landscape.box_25x7 ul, .detail_component_oled .component_video_wall .landscape.box_25x8 ul,
.detail_component_oled .component_video_wall .landscape.box_25x9 ul, .detail_component_oled .component_video_wall .landscape.box_25x10 ul, .detail_component_oled .component_video_wall .landscape.box_25x11 ul,
.detail_component_oled .component_video_wall .landscape.box_25x12 ul, .detail_component_oled .component_video_wall .landscape.box_25x13 ul, .detail_component_oled .component_video_wall .landscape.box_25x14 ul,
.detail_component_oled .component_video_wall .landscape.box_25x15 ul, .detail_component_oled .component_video_wall .landscape.box_25x16 ul, .detail_component_oled .component_video_wall .landscape.box_25x17 ul,
.detail_component_oled .component_video_wall .landscape.box_25x18 ul, .detail_component_oled .component_video_wall .landscape.box_25x19 ul, .detail_component_oled .component_video_wall .landscape.box_25x20 ul,
.detail_component_oled .component_video_wall .landscape.box_25x21 ul, .detail_component_oled .component_video_wall .landscape.box_25x22 ul, .detail_component_oled .component_video_wall .landscape.box_25x23 ul,
.detail_component_oled .component_video_wall .landscape.box_25x24 ul,
.detail_component_oled .component_video_wall .landscape.box_25x25 ul {width:2602px;}

.detail_component_oled .component_video_wall .landscape.box_25x1 ul li,.detail_component_oled .component_video_wall .landscape.box_25x2 ul li,.detail_component_oled .component_video_wall .landscape.box_25x3 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x4 ul li,.detail_component_oled .component_video_wall .landscape.box_25x5 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x6 ul li, .detail_component_oled .component_video_wall .landscape.box_25x7 ul li, .detail_component_oled .component_video_wall .landscape.box_25x8 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x9 ul li, .detail_component_oled .component_video_wall .landscape.box_25x10 ul li, .detail_component_oled .component_video_wall .landscape.box_25x11 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x12 ul li, .detail_component_oled .component_video_wall .landscape.box_25x13 ul li, .detail_component_oled .component_video_wall .landscape.box_25x14 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x15 ul li, .detail_component_oled .component_video_wall .landscape.box_25x16 ul li, .detail_component_oled .component_video_wall .landscape.box_25x17 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x18 ul li, .detail_component_oled .component_video_wall .landscape.box_25x19 ul li, .detail_component_oled .component_video_wall .landscape.box_25x20 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x21 ul li, .detail_component_oled .component_video_wall .landscape.box_25x22 ul li, .detail_component_oled .component_video_wall .landscape.box_25x23 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x24 ul li,
.detail_component_oled .component_video_wall .landscape.box_25x25 ul li {width:103px; height:58px;}


.detail_component .required {font-size:12px; color:#fd311c;}

/* side_layer */
.side_layer {position:absolute; top:90px; right:0px; bottom:0px; width:440px; background:#cdcdcd; z-index:999;/* display:none; */}
.side_layer .side_layer_header {height:74px; border-bottom:1px solid #cdcdcd; padding-left:60px; position:relative; border-bottom:1px solid #b7b7b7; margin:0 14px;}
.side_layer .side_layer_header .btn_circle_s { top:16px;}
.side_layer .side_layer_header h2 {display:block; font-size:24px; font-weight:normal; padding-top:24px; color:#464646;}
.side_layer .select_box_low { width:190px; margin:16px 0 16px 14px; display:inline-block;}
.side_layer .button { margin:12px 16px; display:inline-block; float:right; vertical-align:top;}
.side_layer .side_layer_body {height:calc(100% - 142px); overflow-y:auto;}
.side_layer .side_layer_body ul {}
.side_layer .side_layer_body ul li {padding:10px; border:5px solid transparent; position:relative;}
.side_layer .side_layer_body ul li:hover {border:5px solid #cf0652;}
.side_layer .side_layer_body ul li.active {border:5px solid #cf0652;}
.side_layer .side_layer_body ul li.active label {display:block;}
.side_layer .side_layer_body ul li label { position:absolute; top:20px; left:86px; display:none; box-shadow:2px 2px 10px #000; border-radius:50%;}
.side_layer .side_layer_body ul li:hover label {display:block;}
.side_layer .side_layer_body ul li.disable { opacity:0.5; cursor:default;}
.side_layer .side_layer_body ul li.disable label {display:none;}
.side_layer .side_layer_body ul li.disable:hover .button {display:none;}
.side_layer .side_layer_body ul li.disable .object a.add {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.side_layer .side_layer_body ul li.disable .object a.add:hover {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.side_layer .side_layer_body ul li.disable .object a.add:active {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.side_layer .side_layer_body ul li .object {display:table; vertical-align:middle;}
.side_layer .side_layer_body ul li .object a.add {display:block; float:left; width:30px; height:30px; background:url(/ssw/images/button/btn_insert_n.png) no-repeat; text-indent:-999em; margin-top:10px;}
.side_layer .side_layer_body ul li .object a.add:hover  {background:url(/ssw/images/button/btn_insert_f.png) no-repeat;}
.side_layer .side_layer_body ul li .object a.add:active {background:url(/ssw/images/button/btn_insert_p.png) no-repeat;}
.side_layer .side_layer_body ul li .object img {display:table-cell; vertical-align:middle; width:90px; height:50px; padding-left:16px;}
.side_layer .side_layer_body ul li .object p {display:table-cell; vertical-align:middle; font-size:12px; font-weight:normal; padding-left:15px; width:auto; color:#464646; max-width:230px;}
.side_layer .side_layer_body ul li .object p strong {display:block; word-break:break-all;}
.side_layer .side_layer_body ul li .button {float:left; margin-bottom:10px; display:none;}
.side_layer .side_layer_body ul li:hover .button { display:block;}
.side_layer .side_layer_body.workgroup_body {margin-top:14px;}
.side_layer .side_layer_body.workgroup_body ul {}
.side_layer .side_layer_body.workgroup_body ul li {padding:4px 10px;}
.side_layer .side_layer_body.workgroup_body ul li .object a.add {margin-top:0px;}

.drag_object {height:83px; width:100%; background:#FFF; position:relative; overflow:hidden;}
.drag_object .btn_drag {display:block; width:38px; height:100%; background:url(/ssw/images/page/handler_n.png)#fff no-repeat center center; cursor:move; text-indent:-999em; font-size:0px;}
.drag_object .comp_box {overflow:hidden; padding:3px; border:5px solid #FFF; display:block; position:absolute; top:0px; left:38px; right:0px; background:#FFF;}
.drag_object .comp_box p {width:119px; height:67px; border:1px solid #cdcdcd; box-sizing:border-box; background:#fff; text-align:center; display:table-cell; vertical-align:middle;}
.drag_object .comp_box p img {max-width: 117px;max-height: 65px; display:inline-block; vertical-align:middle;}
.drag_object .comp_box .layoyt_box {width:119px; height:67px; line-height:64px; float:left; border:1px solid #cdcdcd; box-sizing:border-box; display:inline-block; vertical-align:middle; text-align:center; background:#fff;}
.drag_object .comp_box .layoyt_box img { border:0px; float:none; width:auto; height:auto; max-width:117px; max-height:50px; display:inline-block; vertical-align:middle;}
.drag_object .comp_box span.thumb {padding-left:0px;}
.drag_object .comp_box span { display:table-cell; height:67px; vertical-align:middle; padding-left:14px; font-size:12px; line-height:20px; color:#919191;}
.drag_object .comp_box span strong {display:block; font-weight:bold; color:#464646; height:20px; width:320px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.drag_object .comp_box a { display:block; width:30px; height:30px; background:url(/ssw/images/button/btn_close_03_n.png) no-repeat; position:absolute; top:18px; right:16px; text-indent:-999em;}
.drag_object .comp_box a:hover { background:url(/ssw/images/button/btn_close_03_f.png) no-repeat;}
.drag_object .comp_box a:active { background:url(/ssw/images/button/btn_close_03_p.png) no-repeat;}

/* limitedTime */
.detail_component .component_body ul li.limitedTime {height:154px;}
.detail_component .component_body ul li.limitedTime .drag_object {height:154px; overflow:visible;}
.detail_component .component_body ul li.limitedTime .drag_object .comp_box {overflow:visible;}
.detail_component .component_body ul li.limitedTime .drag_object .limitedTime {display:block;}
.detail_component .component_body ul li.limitedTime .drag_object:active .btn_drag {background:url(/ssw/images/page/handler_f.png)#cf0652 no-repeat center center;}
.detail_component .component_body ul li.limitedTime .drag_object:active .comp_box {border:5px solid #cf0652;}
.drag_object .limitedTime {width:100%; height:68px; margin-top:3px; background:#dedede; display:none;}
.drag_object .limitedTime .firstTime {border-bottom: 1px solid #fff;}
.drag_object .limitedTime .liTime {}
.drag_object .limitedTime .liTime span input {width:120px;border:0;background:#fff;text-align: left; text-indent:12px !important;}
.drag_object .limitedTime .liTime span input[readonly] {width: 120px;background:#fff;color:#333;border-radius:20px;}
.drag_object .limitedTime .liTime span input:hover {width: 120px;}
.drag_object .limitedTime .liTime span {display:inline-block; vertical-align:middle; height:34px; line-height:34px; position:relative;}
.drag_object .limitedTime .liTime span label {color:#464646; font-size:12px; font-weight:bold;}
.drag_object .limitedTime .liTime .dateBox {}
.drag_object .limitedTime .liTime .dateBox label {width:130px; display:inline-block; vertical-align:middle; text-align:right; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.drag_object .limitedTime .liTime .timeBox {}
.drag_object .limitedTime .liTime .timeBox label {width:90px; display:inline-block; vertical-align:middle; text-align:right; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.drag_object .limitedTime .liTime span .remove {display:none; background:url(/ssw/images/button/btn_close_01_n.png)no-repeat 0px 0px; text-indent:-999em; width:24px; height:24px; position:absolute; top:5px; right:2px; cursor: pointer;}
.time_pick{position:relative; display:inline-block; vertical-align:middle;}
.timepicker_wrap {display:none; width:122px; position:absolute; top:27px; left:-20px !important; z-index:998; padding:10px; border-radius:14px; background:#686868;}
.timepicker_wrap .arrow_top {position:absolute; z-index:999;top:-5px; right:54px; width:0; height:0; border-bottom:5px solid #686868;border-right:5px transparent solid;border-left:5px transparent solid;}
.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {float:left; width:40px; margin:0 10px; color:#2d2e2e; font-size:20px;}
.timepicker_wrap .ti_tx,
.timepicker_wrap .mi_tx,
.timepicker_wrap .mer_tx {margin-bottom:10px;}
.timepicker_wrap input {width:40px !important; text-align:center;}
.timepicker_wrap .prev {background:url('/ssw/images/scroll/scroll_btn_up_n.png')#4d4d4d no-repeat 10px 3px;}
.timepicker_wrap .next {background:url('/ssw/images/scroll/scroll_btn_down_n.png')#4d4d4d no-repeat 10px 3px;}
.timepicker_wrap .prev,
.timepicker_wrap .next{width:40px; height:26px; line-height:26px; text-align:center; color:#fff; font-size:11px; border-radius:14px; cursor:pointer;}
.timepicker_wrap .prev:hover {background:url(/ssw/images/scroll/scroll_btn_up_f.png)#cf0652 no-repeat 10px 3px;}
.timepicker_wrap .next:hover {background:url(/ssw/images/scroll/scroll_btn_down_f.png)#cf0652 no-repeat 10px 3px;}
.timepicker_wrap input.timepicki-input{width:40px !important; text-align:center;}

.drag_object:hover .btn_drag {background:url(/ssw/images/page/handler_f.png)#cf0652 no-repeat center center;}
.drag_object:hover .comp_box {border:5px solid #cf0652;}
.drag_object:active .btn_drag {background:url(/ssw/images/page/handler_p.png)#530221 no-repeat center center;}
.drag_object:active .comp_box {border:5px solid #530221;}

.drag_object span input[readonly] {font-size:12px; font-weight:normal; border-radius:0px; text-indent:0px; width:30px; color:#919191; background:none; padding:0px;}
.drag_object span input[readonly]:focus {border:1px solid transparent; text-indent:0px;}
.drag_object span input {font-size:12px; font-weight:normal; height:24px; line-height:24px; border-radius:30px; width:60px; color:#222; background:#F3F3F3; text-indent:0px; padding:0px; text-align:center;}
.drag_object span input:hover {border-radius:30px; width:60px; color:#222; background:#F3F3F3; text-indent:0px;}

.view .btn_drag {display:block; width:38px; height:83px; background:url(/ssw/images/page/handler_n.png) no-repeat; cursor:default; text-indent:-999em;}
.view .comp_box {overflow:hidden; padding:3px; border:5px solid #FFF; display:block; position:absolute; top:0px; left:38px; right:0px; background:#FFF;}
.view .comp_box a {display:none; width:30px; height:30px; background:url(/ssw/images/button/btn_close_03_n.png) no-repeat; position:absolute; top:18px; right:16px; text-indent:-999em;}
.view:hover .btn_drag {background:url(/ssw/images/page/handler_n.png) no-repeat;}
.view:hover .comp_box {border:5px solid #FFF;}
.view:active .btn_drag {background:url(/ssw/images/page/handler_n.png) no-repeat;}
.view:active .comp_box {border:5px solid #FFF;}

.readonly .btn_drag {display:block; width:38px; height:83px; background:url(/ssw/images/page/handler_n.png) no-repeat; cursor:default; text-indent:-999em;}
.readonly .comp_box {overflow:hidden; padding:3px; border:5px solid #FFF; display:block; position:absolute; top:0px; left:38px; right:0px; background:#FFF;}
.readonly:hover .btn_drag {background:url(/ssw/images/page/handler_n.png) no-repeat;}
.readonly:hover .comp_box {border:5px solid #FFF;}
.readonly:active .btn_drag {background:url(/ssw/images/page/handler_n.png) no-repeat;}
.readonly:active .comp_box {border:5px solid #FFF;}


.add_media {display:block; position:relative;}
.add_media .style_box {display:inline-block; width:100%; height:83px; line-height:83px; vertical-align:middle;}
.add_media .style_box span {display:inline-block; vertical-align:inherit; text-indent:-999em; width:100%;}
.add_media a {display:block;text-align:center; height:73px; line-height:73px; color:#cf0652; border:5px solid #FFF; background:#fff; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:3;}
.add_media textarea {width:390px; height:73px;  padding:5px;  position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:2; background:transparent; font-size:14px !important;}
.add_media .message_bg {width:400px; height:83px; position:absolute; top:0px; left:0px; right:0px; bottom:0px; text-indent:-999em; z-index:1; pointer-events:none;}
.add_media.disabled a {cursor:default; color:#c0c0c0;}

.add_media.oled_scene a {height:50px; line-height:50px; border:0px; background:#cdcdcd; font-size:14px; position:relative; }


/*
.add_media a:hover {border:5px solid #cf0652;}
.add_media a:active {border:5px solid #530221;}
*/
.detail_second {width:330px; height:calc(100% - 0px); position:absolute; right:20px; margin-left:20px;}
.detail_second .detail_second_header {height:92px; width:100%; display:table; position:relative;}
.detail_second .detail_second_header.line {border-bottom:1px solid #a6a6a6;}
.detail_second .detail_second_header h2 {display:block; font-size:14px; color:#464646; font-weight:bold; padding-bottom:10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; max-width: 50%;}
.detail_second .detail_second_header .button { position:absolute; bottom:6px; right:24px;}
.detail_second .detail_second_header .button a {text-overflow: ellipsis; overflow:hidden; white-space:nowrap; max-width: 146px;}
.detail_second .detail_second_header .button.toggle_layer {bottom: -41px;width: 100%;background: #cdcdcd;text-align: right;right: 0px;height: 40px;line-height: 40px; box-shadow:#000 0px 4px 4px -4px;}
.detail_second .button a.disable {background:transparent; border-radius:18px; color:#a0a0a0; font-size:14px; text-decoration:none; text-align:center; border:2px solid transparent; font-weight:normal; box-sizing:border-box; cursor:default;}
.detail_second .detail_second_header .select_box_low { width:260px; margin-bottom:16px;}
.detail_second .detail_second_header.scan {}
.detail_second .detail_second_header.scan .select_box_low {width:200px;}
.detail_second .detail_second_header.scan .button {right:0px; bottom:19px;}
.detail_second .detail_second_header .button_gray {margin-top:2px;}
.detail_second .detail_second_header .button_gray a {font-weight:bold;}

.detail_second .detail_second_body {height:calc(100% - 94px); overflow-y:auto; overflow-x:hidden;}
.detail_second .detail_second_body .distribution_control {}
.detail_second .detail_second_body .distribution_control .item {display:block; vertical-align:middle; height:70px; font-size:0px; letter-spacing:0px; word-spacing:0px; margin-bottom:20px;}
.detail_second .detail_second_body .distribution_control .item a.add {display:inline-block; letter-spacing: 0px; word-spacing: 0px; width:30px; height:30px; background:url(/ssw/images/button/btn_insert_n.png) no-repeat; text-indent:-999em; vertical-align:middle; margin:35px 0;}
.detail_second .detail_second_body .distribution_control .item a.add:hover  {background:url(/ssw/images/button/btn_insert_f.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item a.add:active {background:url(/ssw/images/button/btn_insert_p.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon {display:inline-block; vertical-align:middle; letter-spacing:0px; word-spacing:0px; width:34px; height:34px; text-indent:-999em; margin-left:10px;}
.detail_second .detail_second_body .distribution_control .item .icon.Volume { background:url(/ssw/images/page/control_icon_volume.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon.volum_off { background:url(/ssw/images/page/control_icon_volume_off.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon.Backlight { background:url(/ssw/images/page/control_icon_backlight.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon.Contrast { background:url(/ssw/images/page/control_icon_contrast.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon.Brightness { background:url(/ssw/images/page/control_icon_brightness.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .icon.picture { background:url(/ssw/images/page/control_icon_picture.png) no-repeat;}
.detail_second .detail_second_body .distribution_control .item .slide_item  {display:inline-block; letter-spacing:0px; word-spacing:0px; vertical-align:middle; margin-left:10px;}
.detail_second .detail_second_body .distribution_control .item .slide_item .slide_box {display:inline-block; overflow:hidden; padding:0; position:relative; width:129px; height:50px;}
.detail_second .detail_second_body .distribution_control .item .slide_item .slide_box strong {font-size:12px; color:#464646;}
.detail_second .detail_second_body .distribution_control .item .slide_item .slide_box .progress {position:absolute;top:36px;left:12px; right:12px; height:3px; background:#262626;}
.detail_second .detail_second_body .distribution_control .item .slide_item .slide_box .progress .progress_bar {position:absolute; top:0px; left:-1px; height:3px; background:#cf0652;}
.detail_second .detail_second_body .distribution_control .item .slide_item .slide_box .progress .progress_bar span {position:absolute; top:-10px; right:-11px; display:block; width:23px; height:23px; background:url(/ssw/images/editor/editor_slider.png) no-repeat; cursor:col-resize; text-indent:-999em; margin-left:-11px;}
.detail_second .detail_second_body .distribution_control .item .input {display:inline-block; letter-spacing:0px; word-spacing:0px; vertical-align:middle; margin-left:18px; width:70px; position:relative; vertical-align:top;}
.detail_second .detail_second_body .distribution_control .item .input input {text-align:center; text-indent:0; margin-top:14px;}
.detail_second .detail_second_body .distribution_control .item .input input[readonly]:focus {border:1px solid transparent;}
.detail_second .detail_second_body .distribution_control .item .input .button {position:absolute; top:-36px; right:-3px; font-size:14px; color:#cf0652;}
.detail_second .detail_second_body .distribution_control .item .select_layer {display:inline-block; letter-spacing:0px; word-spacing:0px; vertical-align:middle; margin-left:18px; width:220px;}
.detail_second .detail_second_body .distribution_control .item .select_layer strong {font-size:12px; color:#464646;}
.detail_second .detail_second_body .data_info { font-size:13px; display:block; margin-bottom:30px;}


/* distribution_content */
.distribution_content {height:calc(100% - 114px) !important;}

/* videoWall_side_layer */
.videoWall_side_layer {height:calc(100% - 114px) !important;}

/* objact_list */
.objact_list {}
.objact_list ul {padding-top:10px;}
.objact_list ul li { padding:9px 0;}
.objact_list ul li .object {display:table; vertical-align:middle;}
.objact_list ul li .object a.add {display:inline-block; float:left; width:30px; height:30px; background:url(/ssw/images/button/btn_insert_n.png) no-repeat; text-indent:-999em; margin-top:10px;}
.objact_list ul li .object a.add:hover  {background:url(/ssw/images/button/btn_insert_f.png) no-repeat;}
.objact_list ul li .object a.add:active {background:url(/ssw/images/button/btn_insert_p.png) no-repeat;}
.objact_list ul li .object img {display:inline-block; vertical-align:middle; width:90px; height:50px; padding-left:16px;}
.objact_list ul li .object .display {display:inline-block; vertical-align:middle; width:90px; height:50px; padding-left:16px; position:relative;}
.objact_list ul li .object .display p {display:table-cell; vertical-align:middle; text-align:center; width:90px; height:50px; padding-left:0px; background:#fff;}
.objact_list ul li .object .display p img {width:auto;height:auto;max-width: 90px;max-height:50px;display: inline-block;}
.objact_list ul li .object .display img {width:90px; height:50px; padding-left:0px;}
.objact_list ul li .object .display em {background:url(/ssw/images/page/bg_time.png); font-style:normal; font-size:12px; font-weight:bold; color:#FFF; position:absolute; bottom:0px; right:0px; text-align:center; padding:2px 6px;}
.objact_list ul li .object strong {display:inline-block; vertical-align:middle; font-size:12px; font-weight:normal; padding-left:15px; width:120px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.objact_list ul li .object .info {display:inline-block; vertical-align:middle; font-size:12px; font-weight:normal; padding-left:15px; width:120px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; line-height:16px;}
.objact_list ul li .object .info em {display:inline-block; background:#666; color:#FFF; padding:2px 10px; border-radius:10px;}
.objact_list ul li .object .info strong {display:block; padding-left:0px; font-weight:bold; color:#464646;}
.objact_list ul li .object .info p {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#5A5A5A;}
.objact_list ul li .object .info.wtext {width:250px;}
.objact_list ul li .object .info.wtext strong {width:250px;}

/* objact_list */
.wg_list {height: calc(100% - 200px) !important;}
.wg_list ul {}
.wg_list ul li {display:block; font-size:12px; padding:6px 10px !important;}
.wg_list ul li .object {}
.wg_list ul li .object a {display:inline-block; vertical-align:middle; float:none !important; margin-top:0px !important;}
.wg_list ul li .object strong {display:inline-block; vertical-align:middle; margin-left:10px; width:270px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}


/* select_layout */
.objact_list.select_layout ul {}
.objact_list.select_layout ul li {padding:6px; border:5px solid transparent;}
.objact_list.select_layout ul li:active {border:5px solid #cf0652;}
.objact_list.select_layout ul li.active {border:5px solid #cf0652;}
.objact_list.select_layout ul li.active label {display:block; box-shadow:2px 2px 10px #000; border-radius:50%;}
.objact_list.select_layout ul li label { position:absolute; top:20px; left:86px; display:none;}
.objact_list.select_layout ul li:hover label {display:block; box-shadow:2px 2px 10px #000; border-radius:50%;}
.objact_list.select_layout ul li.disable { opacity:0.5; cursor:default;}
.objact_list.select_layout ul li.disable label {display:none;}
.objact_list.select_layout ul li.disable .object a.add {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.objact_list.select_layout ul li.disable .object a.add:hover {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.objact_list.select_layout ul li.disable .object a.add:active {background:url(/ssw/images/button/btn_insert_n.png) no-repeat;}
.objact_list.select_layout ul li .object {display:table; vertical-align:middle;}
.objact_list.select_layout ul li .object a.add {display:inline-block; width:30px; height:30px; background:url(/ssw/images/button/btn_insert_n.png) no-repeat; text-indent:-999em; margin:0px; float:none;}
.objact_list.select_layout ul li .object a.add:hover  {background:url(/ssw/images/button/btn_insert_f.png) no-repeat;}
.objact_list.select_layout ul li .object a.add:active {background:url(/ssw/images/button/btn_insert_p.png) no-repeat;}
.objact_list.select_layout ul li .object img {display:inline-block; vertical-align:middle; width:90px; height:50px; padding-left:16px;}
.objact_list.select_layout ul li .object .layout {display:inline-block; vertical-align:middle; width:126px; height:80px; margin-left:16px; border:1px solid #A7A7A7; text-align:center; background:#fff;}
.objact_list.select_layout ul li .object .layout p {display:table-cell; vertical-align:middle; width:126px; height:80px;}
.objact_list.select_layout ul li .object .layout p img {padding:0px; width:auto; height:auto; max-width:124px; max-height:78px; margin-left:0px;}
.objact_list.select_layout ul li .object strong {display:inline-block;vertical-align:middle;font-size:12px;font-weight:normal;padding-left:12px;color:#464646; text-overflow:inherit; overflow: inherit; white-space:inherit;width:90px;}

.oled_media_list {}
.oled_media_list ul {}
.oled_media_list ul li {border:4px solid transparent;}
.oled_media_list ul li:hover {border:4px solid #cf0652;}
.oled_media_list.portrait ul li {padding:24px 0;}
.oled_media_list.portrait ul li .object .display {transform:rotate(-90deg); padding-left:0px;}
.oled_media_list.portrait ul li .object .info {padding-left:0px;}

/* playlist detail */
.play_list_detail {width:305px;}
.play_list_detail span.txt {display:inline; margin:0px;}
.play_list_detail span {display:block;margin-bottom:20px;}
.play_list_detail span p {width:305px;height: 172px;background:#fff;border:1px solid #DCDCDC;display: table-cell;vertical-align: middle;padding: 0px;margin: 0px;text-align: center; position:relative;}
.play_list_detail span p .img {max-width:306px; max-height:173px; display:inline-block; vertical-align:middle;}
.play_list_detail .preview_pdf {width:305px; height:172px; background:#bdbdbd; text-align:center; margin-bottom:40px;}
.play_list_detail .preview_pdf img {width:114px; height:152px; padding-top:10px;}
.play_list_detail .progress_wrap {width:305px; height:240px; background:#bdbdbd; margin-bottom:40px; overflow-y:scroll; overflow-x:hidden; position:relative;}
.play_list_detail .progress_wrap .progress_box {padding:10px;}
.play_list_detail .progress_wrap .progress_box .title { display:block; font-size:13px; color:#464646; margin-bottom:16px;}
.play_list_detail .progress_wrap .progress_box .detail_status {font-size:13px; width:270px;}
.play_list_detail .progress_wrap .progress_box .detail_status strong { font-weight:normal; color:#464646;}
.play_list_detail .progress_wrap .progress_box .detail_status .progress {width:270px; height:5px; background:#262626; margin:4px 0;}
.play_list_detail .progress_wrap .progress_box .detail_status.vw_status { width:230px; padding-right:40px; position:relative;}
.play_list_detail .progress_wrap .progress_box .detail_status.vw_status .progress {width:230px;}
.play_list_detail .progress_wrap .progress_box .detail_status.vw_status .button_close { top:6px; right:0px;}
.play_list_detail .progress_wrap .progress_box .select_box_low {width:206px; margin-bottom:10px;}
.play_list_detail .preview_slide {position:relative; width:305px; height:172px; overflow:hidden; margin-bottom:20px;}
.play_list_detail .preview_slide ul {position:absolute; background:#fff;}
.play_list_detail .preview_slide ul li {float:left; width:305px; height:172px;display:table; position:relative;}
.play_list_detail .preview_slide ul li p {display:table-cell; vertical-align:middle; width:305px; height:172px; text-align:center;}
.play_list_detail .preview_slide ul li p img {max-width:305px; max-height:172px; display:inline-block; vertical-align:middle;}
.play_list_detail .preview_slide ul li strong {position:absolute;bottom:0px;left:0px;right:0px;text-align:center;display:block;font-size:13px;background: rgba(0,0,0,0.5);padding: 4px 0;color: #fff;}
.play_list_detail .preview_slide a {position:absolute; top:70px; z-index:9; display: block; width:30px; height:30px; text-indent:-999em;}
.play_list_detail .preview_slide a.control_prev {background:url(/ssw/images/button/btn_toolbar_arrow_l_n.png) no-repeat; left:0px;}
.play_list_detail .preview_slide a.control_next {background:url(/ssw/images/button/btn_toolbar_arrow_r_n.png) no-repeat; right:0px;}
.play_list_detail .preview_slide a:hover.control_prev {background:url(/ssw/images/button/btn_toolbar_arrow_l_f.png) no-repeat;}
.play_list_detail .preview_slide a:hover.control_next {background:url(/ssw/images/button/btn_toolbar_arrow_r_f.png) no-repeat;}
.play_list_detail .preview_slide a:active.control_prev {background:url(/ssw/images/button/btn_toolbar_arrow_l_p.png) no-repeat;}
.play_list_detail .preview_slide a:active.control_next {background:url(/ssw/images/button/btn_toolbar_arrow_r_p.png) no-repeat;}

/* play_list_detail - item */
.control_switch {}
.control_switch ul {margin:20px 0;}
.control_switch ul li {display:block; margin:3px 0; overflow:hidden;}
.control_switch ul li strong {float:left; font-size:14px; font-weight:bold; color:#464646;}
.control_switch ul li span {clear:both; display:block; text-align:center;}
.control_switch ul li span .button a {padding:0px 20px; text-align:center;}

.pld_box {margin-bottom:36px;}
.pld_box .pld_box_header {margin-bottom:0px; overflow:hidden;}
.pld_box .pld_box_header h3 {font-size:14px; font-weight:bold; color:#464646; line-height:30px; float:left;}
.pld_box .pld_box_header .button {float:right;}
.pld_box .pld_box_header .button a {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; max-width:146px;}
.pld_box .pld_box_body {font-size:12px; color:#464646; line-height:18px;}
.pld_box .pld_box_body ul {}
.pld_box .pld_box_body ul li {text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.pld_box .pld_box_body dl {overflow:hidden; line-height:26px;}
.pld_box .pld_box_body dl dt {clear:both; float:left;}
.pld_box .pld_box_body dl dd {float:right; font-weight:bold;}

.pld_box .transfer_Log {overflow:hidden;}
.pld_box .transfer_Log .transfer_txt {float:left;}
.pld_box .transfer_Log .transfer_txt span {display:block; margin:0; padding-left:20px; font-size:13px; line-height:22px;}
.pld_box .transfer_Log .transfer_txt span.active {font-weight:bold; background:url(/ssw/images/bullet/icon_dot_n.png) no-repeat 0 4px;}
.pld_box .transfer_Log button {float:right; width:35px; height:35px; background:url(/ssw/images/button/btn_swap.png) no-repeat; cursor:pointer; outline:none;}
.pld_box .transfer_Log button:hover {background-position:center center;}
.pld_box .transfer_Log button:active {background-position:center bottom;}


.pdc_box {margin-bottom:10px; font-size:12px; color:#464646; line-height:18px;}
.pdc_box h3 {font-size:14px; font-weight:bold; font-style:italic; color:#464646; line-height:30px;}
.pdc_box h4 {font-size:13px; font-weight:bold; font-style:italic; color:#464646;}
.pdc_box ul li {text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.pdc_box dl {line-height:24px;}
.pdc_box dl:after{content:"";display:block;clear:both}
.pdc_box dl dt {clear:both; float:left; width:140px;}
.pdc_box dl dd {float:left; font-weight:bold;}
.pdc_box input {width:99%;}
.pdc_box input.disable {opacity:0.4;color: rgba(0,0,0,0.6);}
.pdc_box input[readonly]:focus {border:1px solid transparent;}
.pdc_box textarea {width:94%; border-radius:4px; padding:8px;}
.pdc_box .time_set .yy { margin-bottom:5px;}
.pdc_box .time_set .mm {width:72px; display:inline-block; vertical-align:middle;}
.pdc_box .time_set .dd {width:72px; display:inline-block; vertical-align:middle;}
.pdc_box .time_set .ss {width:72px; display:inline-block; vertical-align:middle;}
.pdc_box .time_set .sss {width:72px; display:inline-block; vertical-align:middle;}

.pdc_box .time_set .mm a,
.pdc_box .time_set .dd a,
.pdc_box .time_set .ss a,
.pdc_box .time_set .sss a {padding-right:26px; text-indent:10px;}
.pdc_box .time_set .mm .select_list li,
.pdc_box .time_set .dd .select_list li,
.pdc_box .time_set .ss .select_list li,
.pdc_box .time_set .sss .select_list li {padding:0 0 0 6px;}
.pdc_box .time_set .mm .select_list li a,
.pdc_box .time_set .dd .select_list li a,
.pdc_box .time_set .ss .select_list li a,
.pdc_box .time_set .sss .select_list li a {text-indent:6px !important;}
.pdc_box .time_set .mm .select_list li a:hover,
.pdc_box .time_set .dd .select_list li a:hover,
.pdc_box .time_set .ss .select_list li a:hover,
.pdc_box .time_set .sss .select_list li a:hover {background:#ce0a51; text-indent:10px;}
.pdc_box .time_set .mm .select_list li a.select,
.pdc_box .time_set .dd .select_list li a.select,
.pdc_box .time_set .ss .select_list li a.select,
.pdc_box .time_set .sss .select_list li a.select {background:#530221; text-indent:10px;}

.pdc_box .time_set dl { margin-bottom:5px;}
.pdc_box .time_set dl dd { width:200px; font-weight:normal;}
.pdc_box .time_set dl.time_setting {}
.pdc_box .time_set dl.time_setting dd .select_box_low { width:95px; display:inline-block; vertical-align:middle;}
.pdc_box .time_set dl.time_setting_md {}
.pdc_box .time_set dl.time_setting_md dl {width:100%;}
.pdc_box .time_set dl.time_setting_md dd {width:100%; margin-bottom:6px;}
.pdc_box .time_set dl.time_setting_md dd span.h3 {display:inline-block; vertical-align:middle; width:100px; text-indent:20px;}
.pdc_box .time_set dl.time_setting_md dd .select_box_low {width:146px; display:inline-block; vertical-align:middle;}
.pdc_box .Information {background:#FFF;}
.pdc_box .Information table {width:100%; white-space:normal; border-collapse:collapse;}
.pdc_box .Information table tr { font-size:12px; font-weight:normal; color:#464646;}
.pdc_box .Information table tr th {border-left:1px solid #f2f2f2; font-weight:normal; padding:10px;}
.pdc_box .Information table tr td {border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; padding:6px; text-align:center;}

.pdc_box .label_set {font-size:0px;}
.pdc_box .label_set span {display:inline-block; width:50%; margin: 6px 0px;}

/* type - Analytics_list - */
.pdc_box .Information table thead th:nth-child(1),
.pdc_box .Information table tbody td:nth-child(1) {/* width:36px; text-align:center; */}

.pdc_box .label label {border-radius:50%; box-shadow:0px 0px 1px #4d4d4d; margin:-1px 0px 0px 1px;}
.pdc_box .time_input {color:#000; font-size:20px;}
.pdc_box .time_input input {display:inline-block; vertical-align:middle; width:60px; padding:0px; text-align:center;}
.pdc_box .time_input input[readonly]:focus {border:1px solid transparent;}
.pdc_box .time_input strong {display:inline-block; vertical-align:middle; font-size:8px; color:#464646; vertical-align:bottom; margin:0 6px;}
.pdc_box .time_input .Required {font-size:12px; color:#ff0000;}
.pdc_box:after{content:"";display:block;clear:both}


.pdc_box.sub_box {background:#B9B9B9; padding:6px; border-radius:10px;}

/* set_data */
.play_list_detail.setData {position:absolute; top:130px; bottom:68px;}
.set_data {position:absolute; top:90px; left:0px; right:0px; bottom:0px;}
.setData_table {background:#FFF; text-align:left;}
.setData_table table {width:100%; white-space:normal; border-collapse:collapse; }
.setData_table.setData_header thead { height:50px; line-height:50px;}
.setData_table.setData_header thead th {border-bottom:1px solid #a6a6a6;font-size:13px; padding: 0 0 0 10px;}

.setData_table.setData_body {height:calc(100% - 51px); overflow-y:scroll; overflow-x:hidden;}
.setData_table.setData_body tr td {padding:10px 0; font-size:12px; text-indent:10px;}
.setData_table.setData_body tr td:nth-child(1) p {text-indent:0; display:block; margin-left:10px;}
.setData_table.setData_body tr:nth-child(odd) {background:#f1f1f1;}

.setData_table table thead th:nth-child(1),
.setData_table table tbody td:nth-child(1) {}
.setData_table table thead th:nth-child(2) {width:24%; line-height:20px;}
.setData_table table tbody td:nth-child(2) {width:27%;}
.setData_table table thead th:nth-child(3) {width:20%;}
.setData_table table tbody td:nth-child(3) {width:21%;}
.setData_table table thead th:nth-child(4) {width:26%;}
.setData_table table tbody td:nth-child(4) {width:20%;}

/* control_list_item */
.control_list_item {}
.control_list_item ul { margin-top:6px;}
.control_list_item ul li {display:block; height:30px; border:5px solid transparent; padding:10px 4px 15px 50px; position:relative; font-size:12px; color:#464646; line-height:20px; background-position:4px 12px !important;}
.control_list_item ul li:hover {border:5px solid #cf0652;}
.control_list_item ul li:active {border:5px solid #7d2741;}
.control_list_item ul li strong { display:block;}
.control_list_item ul li a.refresh { position:absolute; top:13px; right:7px; display:block; width:30px; height:30px; background:url(/ssw/images/button/btn_undo_n.png) no-repeat; text-indent:-999em;}
.control_list_item ul li a.refresh:hover {background:url(/ssw/images/button/btn_undo_f.png) no-repeat;}
.control_list_item ul li a.refresh:active {background:url(/ssw/images/button/btn_undo_p.png) no-repeat;}
.control_list_item ul li.bul_eco {background: url(/ssw/images/page/control_icon_eco.png) no-repeat;}
.control_list_item ul li.bul_volume {background: url(/ssw/images/page/control_icon_volume.png) no-repeat;}
.control_list_item ul li.bul_time {background: url(/ssw/images/page/control_icon_time.png) no-repeat;}
.control_list_item ul li.bul_brightness {background: url(/ssw/images/page/control_icon_brightness.png) no-repeat;}
.control_list_item ul li.bul_3d {background: url(/ssw/images/page/control_icon_3d.png) no-repeat;}


/* analytics */
.analytics_wrap {height:100%; overflow-y:auto; overflow-x:hidden;}
.analytics_wrap .analytics_header {position:relative; font-size:24px; height:52px; line-height:52px; }
.analytics_wrap .analytics_header .select_box_low {width:165px; display:inline-block; margin:8px 14px; z-index:2;}
.analytics_wrap .analytics_header .select_box_low .select_list {}
.analytics_wrap .analytics_header .select_box_low .select_dark {}
.analytics_wrap .analytics_header em { position:absolute; left:0px; top:0px; right:0px; text-align:center; font-style:normal; font-weight:bold; color:#464646; z-index:1;}
.analytics_wrap .analytics_body {margin-right:14px; height:calc(100% - 80px);}
.analytics_wrap .analytics_body .chart_box { float:left; width:calc(50% - 14px); height:50%; background:#f2f2f2; margin:0 0 14px 14px; overflow:hidden; position:relative; height:290px;}
.analytics_wrap .analytics_body .chart_box .chart_box_header {height:30px; line-height:30px; margin:0 14px; overflow:hidden; position:relative; margin-bottom:10px;}
.analytics_wrap .analytics_body .chart_box .chart_box_header h3 {font-size:14px; font-weight:bold; color:#464646; font-style:italic; float:left;}
.analytics_wrap .analytics_body .chart_box .chart_box_header strong {font-size:14px; font-weight:bold; color:#464646; font-style:italic; text-align:center; position:absolute; left:0px; right:0px;}
.analytics_wrap .analytics_body .chart_box .chart_box_header p {float:right; font-size:12px; color:#464646;}
.analytics_wrap .analytics_body .chart_box .chart_box_body {margin:0 14px 14px 14px; font-size:14px; color:#919191; overflow:auto; position:absolute; top:40px; left: 0px; right:0px; bottom:0px;}

/* horizontal_chart */
.analytics_wrap .analytics_body .chart_box .chart_box .horizontal_chart {font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li {position:relative;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li .chart_title {display:inline-block;vertical-align:top;width:110px;border-right:1px solid #c0c0c0;height:30px;line-height:20px;font-size:12px;text-overflow: ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical; text-align:right; padding-right:10px;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li:last-child .chart_title { height:30px;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li .detail_status {display:inline-block; width:auto; position:absolute; left:120px; right:0px;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li .detail_status .progress {margin:0;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li .button {display:inline-block; vertical-align:top; margin:0px; float:right;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart li .button a {height:26px; line-height:22px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; max-width:100px;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart.schedule {}
.analytics_wrap .analytics_body .chart_box .horizontal_chart.schedule .detail_status .progress {background:#d7d7d7;}
.analytics_wrap .analytics_body .chart_box .horizontal_chart.schedule .detail_status .progress span {background:#cf0652; position:absolute;}


/* vertical_chart */
.analytics_wrap .analytics_body .chart_box .vertical_chart {height:180px; background:url(/ssw/images/page/dashboard_chart_bg.png) repeat-x; padding-bottom:30px;}
.analytics_wrap .analytics_body .chart_box .vertical_chart ul {display:table; width:100%;}
.analytics_wrap .analytics_body .chart_box .vertical_chart ul li {display:table-cell; vertical-align:bottom; height:180px; position:relative; width:12%;}
.analytics_wrap .analytics_body .chart_box .vertical_chart ul li span { display:block; width:20px; margin:0 auto; background:#d7d7d7; text-indent:-999em; margin-bottom:1px;}
.analytics_wrap .analytics_body .chart_box .vertical_chart ul li strong { display:block; text-align:center; font-weight:normal; height:30px; line-height:12px; position:relative; margin-bottom:-36px; margin-top:6px;}

.analytics_wrap .analytics_body .chart_box .chart_box_body .detail_status .progress {width:100%; height:20px; margin:2px 0 4px 0; background:#f2f2f2;}
.analytics_wrap .analytics_body .chart_box .chart_box_body .detail_status p {font-size:12px;}
.analytics_wrap .analytics_body .chart_box .chart_box_body .detail_status strong {font-weight:normal; font-size:12px;}
.analytics_wrap .analytics_body .chart_box .chart_box_body .detail_status .progress span {height:20px; background:#d7d7d7;}

.update_img {}
.update_img p {border:1px solid #cdcdcd; width:204px; height:89px; display:inline-block;}
.update_img p img {width:100%; height:100%;}
.update_img span { display:block; font-size:12px; font-weight:normal; color:#464646; margin-top:6px;}
.update_img span strong {font-style:italic; display:block;}

/* Dashboard_Main */
.dashboard_wrap {height:100%;}
.dashboard_wrap .dashboard_header {position:relative; font-size:24px; height:52px; line-height:52px; }
.dashboard_wrap .dashboard_header h3 {display:inline-block; vertical-align:middle; padding-left:15px; font-size:20px; color:#464646; font-weight:bold;}
.dashboard_wrap .dashboard_header .select_box_low {width:170px; display:inline-block; vertical-align:middle; left:10px;}
.dashboard_wrap .dashboard_header .select_box_low .select_dark_low {font-size:14px;}
.dashboard_wrap .dashboard_header .select_box_low.right  {}
.dashboard_wrap .dashboard_header .master_box_low {position:absolute; right:20px; top:8px; line-height:30px;}
.dashboard_wrap .dashboard_header .master_box_low dl {display:inline-block; vertical-align:middle; margin-left:30px;}
.dashboard_wrap .dashboard_header .master_box_low dl dt {display:inline-block; vertical-align:middle; font-size:16px; font-weight:bold; line-height:34px; color:#4d4d4d;}
.dashboard_wrap .dashboard_header .master_box_low dl dd {display:inline-block; vertical-align:middle;}
.dashboard_wrap .dashboard_body .master_box_low {position:absolute; right:0px; top:8px; line-height:30px;}
.dashboard_wrap .dashboard_body .master_box_low dl {}
.dashboard_wrap .dashboard_body .master_box_low dl dt {float:left; font-size:16px; font-weight:bold; line-height:34px; color:#4d4d4d;}
.dashboard_wrap .dashboard_body .master_box_low dl dd {float:left; margin-left:10px;}
.dashboard_wrap .dashboard_body {height:calc(100% - 52px); overflow-y:scroll; overflow-x:hidden;}
.dashboard_wrap .dashboard_body .chart_wrap {clear:both; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box {display:inline-block; background:#f2f2f2; margin:0 0 14px 14px; position:relative; letter-spacing: 0px; word-spacing: 0px; vertical-align:top;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.w30p  {width:calc(30% - 14px);}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.w50p  {width:calc(50% - 14px);}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.w70p  {width:calc(70% - 14px);}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.w100p {width:calc(100% - 14px);}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.h93px  {height:93px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.h252px {height:252px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_header {line-height:30px; margin:0 14px; overflow:hidden; position:relative;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_header h3 {font-size:14px; font-weight:bold; color:#464646; float:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:73%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body {margin:0 14px 14px 14px; font-size:12px; color:#919191;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .un_txt {}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .un_txt strong {display:block; margin-bottom:12px; font-weight:normal;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .un_photo {display:block; width:77px; height:77px; position:absolute; top:8px; right:8px; background:#cdcdcd;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt {}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul {font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul li {display:inline-block; text-align:center; font-size: 12px; letter-spacing: 0px; word-spacing: 0px; border-left:1px solid #cdcdcd; width:14%; vertical-align:middle;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul li:first-child {border-left:0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul li strong {display:block; color:#464646; font-size:28px; margin-bottom:4px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul li strong#mPlayerCnt {cursor:pointer;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .ss_txt ul li span { display:inline; font-weight:bold; font-size:12px; color:#464646; height:50px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .detail_status {width:100%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .detail_status .progress {width:100%; height:16px; margin:2px 0 4px 0; background:#d7d7d7;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .detail_status p {font-size:12px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .detail_status strong {font-weight:normal; font-size:12px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .detail_status .progress span {height:16px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt {}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul {font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li {display:inline-block; text-align:center; font-size: 12px; letter-spacing: 0px; word-spacing: 0px; border-left:1px solid #cdcdcd; width:20%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li:first-child {border-left:0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li strong {display:block; color:#464646; font-size:28px; margin-bottom:4px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li strong.active {color:#cf0652; cursor:pointer;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li strong.active:hover {color:#ff458c;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li #mPowerErrorCnt {cursor:pointer; color:#cf0652;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt ul li #mPowerErrorCnt:hover {color:#ff458c;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .chart_box_body .eo_txt .button { position:absolute; top:38px; right:4%;}


/* notice_table */
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body { position:relative; height:100%; margin:0 14px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_header {padding:16px 0;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body {height:calc(100% - 120px); margin-bottom:20px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .nbbb_header {background:#FFF;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .nbbb_body {height:calc(100% - 51px);border-bottom:1px solid #a6a6a6;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .nbbb_body.notice_table table tr:nth-child(even) {background:#FFF;}

.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table {width:100%; white-space:normal; border-collapse:collapse;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr { font-size:13px; text-align:left; color:#464646;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th {height:49px; line-height:49px; border-top:1px solid #a6a6a6; border-bottom:1px solid #a6a6a6; padding-left:20px; }
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr label { vertical-align:middle;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td {height:40px; line-height:40px; padding-left:20px; font-weight:bold;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td .ip_address {font-weight:normal; color:#919191; padding-left:10px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td a { display:block; width:420px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td a:active {background:transparent;}

.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(1),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(1) {width:40px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(2),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(2) {width:60px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(3),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(3) {}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(4),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(4) {width:16%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(5),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(5) {width:16%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr th:nth-child(6),
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .notice_box_body .nbb_body .notice_table table tr td:nth-child(6) {width:10%; text-align:center;}

/* horizontal_chart */
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart {font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li {position:relative;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li .chart_title {display:inline-block;vertical-align:top;width:120px;border-right:1px solid #c0c0c0;height:36px;line-height:14px;font-size:12px;text-overflow: ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li:last-child .chart_title { height:30px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li .detail_status {display:inline-block; width:auto; position:absolute; left:120px; right:110px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li .detail_status .progress {margin:0;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li .button {display:inline-block; vertical-align:top; margin:0px; float:right;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .horizontal_chart li .button a {height:26px; line-height:22px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; max-width:100px;}

/* vertical_chart */
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .vertical_chart {height:180px; background:url(/ssw/images/page/dashboard_chart_bg.png) repeat-x; padding-bottom:30px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .vertical_chart ul {display:table; width:100%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .vertical_chart ul li {display:table-cell; vertical-align:bottom; height:180px; position:relative; width:12%;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .vertical_chart ul li span { display:block; width:20px; margin:0 auto; background:#cf0652; text-indent:-999em; margin-bottom:1px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box .vertical_chart ul li strong { display:block; text-align:center; font-weight:normal; height:30px; line-height:12px; position:relative; margin-bottom:-36px; margin-top:6px;}


/* ----------------------------------------------
calendar
------------------------------------------------*/
/* calendar */
.calendar_wrap {}
.calendar_wrap .calendar_header {}
.calendar_wrap {height:100%;}
.calendar_wrap .calendar_header {position:relative; font-size:24px; padding:8px 14px 0px 14px;}
.calendar_wrap .calendar_header .select_box_low {width:165px;}
.calendar_wrap .calendar_header em { position:absolute; top:8px; left:50%; margin-left:-176px; height:35px;}
.calendar_wrap .calendar_header em input[readonly] {font-size:24px; font-weight:bold; border-radius:30px; text-indent:0px; width:auto; color:#222; background:#FFF;}
.calendar_wrap .calendar_header em input[readonly]:focus {border:1px solid transparent; width:auto; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.calendar_wrap .calendar_header em input:hover {border-radius:30px; text-indent:0px; width:auto; color:#222; background:#F3F3F3; padding:0 20px; font-size:23px;}
.calendar_wrap .calendar_header em input {font-size:24px; font-weight:bold; border-radius:30px; text-indent:0px; width:auto; color:#222; text-align:center; display:inherit; background:#F3F3F3; padding:0 20px;}
.calendar_wrap .calendar_header .state_wrap { position:relative; line-height:30px; font-weight:bold; overflow:hidden; margin:6px 0;}
.calendar_wrap .calendar_header .state_wrap a { z-index:1; display:block; position:relative;}
.calendar_wrap .calendar_header .state_wrap a strong {display:block; height:30px; line-height:30px; font-size:13px; color:#4d4d4d;}
.calendar_wrap .calendar_header .state_wrap a.state_prev strong { padding-left:36px; float:left;}
.calendar_wrap .calendar_header .state_wrap a.state_next strong { padding-right:36px; text-align:right; float:right;}
.calendar_wrap .calendar_header .state_wrap a.state_prev strong {background: url(/ssw/images/button/btn_toolbar_arrow_l_n.png) no-repeat;}
.calendar_wrap .calendar_header .state_wrap a.state_prev strong:hover {background: url(/ssw/images/button/btn_toolbar_arrow_l_f.png) no-repeat;}
.calendar_wrap .calendar_header .state_wrap a.state_prev strong:active {background: url(/ssw/images/button/btn_toolbar_arrow_l_p.png) no-repeat;}
.calendar_wrap .calendar_header .state_wrap a.state_next strong {background: url(/ssw/images/button/btn_toolbar_arrow_r_n.png) no-repeat right center;}
.calendar_wrap .calendar_header .state_wrap a.state_next strong:hover {background: url(/ssw/images/button/btn_toolbar_arrow_r_f.png) no-repeat right center;}
.calendar_wrap .calendar_header .state_wrap a.state_next strong:active {background: url(/ssw/images/button/btn_toolbar_arrow_r_p.png) no-repeat right center;}
.calendar_wrap .calendar_header .state_wrap span.today {position:absolute; top:0px; left:100px; right:100px; text-align:center; font-size:12px; color:#919191; font-weight:bold;}
.calendar_wrap .calendar_header .state_wrap span.today a {display:inline-block; padding:0 10px; color:#919191;}
.calendar_wrap .calendar_body {height:calc(100% - 85px);}
.calendar_wrap .calendar_body .cb_header {position:relative; height:48px; border-bottom:1px solid #a6a6a6;}
.calendar_wrap .calendar_body .cb_header ul {display:inline-block; font-size:0px; letter-spacing: 0px; word-spacing: 0px; position:absolute; top:0px; left:128px; right:128px; border-top:1px solid #a6a6a6;}
.calendar_wrap .calendar_body .cb_header ul li {display:inline-block; letter-spacing: 0px; word-spacing: 0px; font-size:12px; color:#919191; border-left:1px solid #a6a6a6; text-align:center; height:48px; line-height:16px; position:relative; margin-left:-1px;}
.calendar_wrap .calendar_body .cb_header ul li:first-child {border-left:1px solid #a6a6a6;}
.calendar_wrap .calendar_body .cb_header ul li strong { font-size:15px; font-weight:bold; color:#464646; display:block; margin-top:8px;}
.calendar_wrap .calendar_body .cb_header span {width:128px; position:absolute; box-sizing:border-box; font-size:13px; font-weight:bold; color:#919191; height:49px; line-height:49px; border-bottom:1px solid #a6a6a6; border-top:1px solid #a6a6a6;}
.calendar_wrap .calendar_body .cb_header .player_name {left:0px; text-indent:14px;}
.calendar_wrap .calendar_body .cb_header .default {right:0px; border-left:1px solid #a6a6a6; text-align:center;}
.calendar_wrap .calendar_body .cb_body {position:relative; height:calc(100% - 49px); overflow-y:scroll; overflow-x:hidden;}
.calendar_wrap .calendar_body .cb_body .chanel {height:70px; position:relative; background:#FFF;}
.calendar_wrap .calendar_body .cb_body .chanel.bg {background:#f1f1f1;}
.calendar_wrap .calendar_body .cb_body .chanel:last-child {border-bottom:1px solid #a6a6a6;}
/*
.calendar_wrap .calendar_body .cb_body .chanel:nth-child(even) {background:#f1f1f1;}
*/
.calendar_wrap .calendar_body .cb_body .chanel ul {display:inline-block; font-size:0px; letter-spacing: 0px; word-spacing: 0px; position:absolute; top:-1px; left:128px; right:107px;  border-bottom:1px dashed #ddd; overflow:hidden;}
.calendar_wrap .calendar_body .cb_body .chanel ul li {display:inline-block; letter-spacing: 0px; word-spacing: 0px; font-size:12px; color:#919191; text-align:center; height:70px; position:relative; border-left:1px solid #cccccc; background: url(/ssw/images/page/calender_bg_line.png) repeat-y center top; vertical-align:top; margin-left:-1px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li:first-child { }
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card {display:block; height:18px; line-height:16px; text-align:left; padding-left:4px; font-size:11px; color:#464646; position:relative; cursor:pointer; z-index:2;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card em {float:left; width:10px; height:10px; box-sizing:border-box; background:#CCC; border:1px solid #999; margin:3px 3px 0 0;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card:hover {background:#cf0652; color:#FFF;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.active {background:#cf0652; color:#FFF;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.bul_red em {background:#f05564; border:1px solid #e53d4d;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.bul_green em {background:#96bd0a; border:1px solid #83a800;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.bul_yellow em {background:#fcac23; border:1px solid #e59711;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.bul_more {color:#cf0652;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.bul_more:hover {color:#FFF;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card.active {color:#FFF;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .play_card p.title {width:98px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.calendar_wrap .calendar_body .cb_body .chanel ul li span.bul_more .detail_contents {position:relative; margin:0 0 0 -4px; top:0px;}
.calendar_wrap .calendar_body .calender_07 .chanel:last-child .detail_contents {top:-70px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents {height:70px; background:#CCC; border:1px solid #CCC; position:absolute; top:16px; left:0px; z-index:1; box-sizing:border-box; text-align:left;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents:after{content:"";display:block;clear:both}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents img {display:inline-block; width:89px; height:50px; float:left; padding:10px 0 10px 10px; vertical-align:top;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents p {display: table-cell; color:#FFF; font-size:13px; text-align:left; line-height:18px; height:70px; vertical-align:middle; padding-left:10px;  word-break:break-all;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents p strong {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;font-weight: normal;font-size: 11px;line-height: 14px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.bul_red {background:#f05564; border:1px solid #e53d4d;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.bul_green {background:#96bd0a; border:1px solid #83a800;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.bul_yellow {background:#fcac23; border:1px solid #e59711;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full {color:#FFF; font-size:13px; line-height:20px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_title {text-align:center; margin-top:15px; }
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_title strong {display:block;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_left {z-index:2; position:absolute; top:15px; left:15px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_left span {text-align:left; display:inline-block; vertical-align:middle;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_left span strong {display:block;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_right {z-index:2; position:absolute; top:15px; right:15px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_right span {text-align:right; display:inline-block; vertical-align:middle;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full .dc_right span strong {display:block;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a {display:inline-block; vertical-align:middle; width:30px; height:30px; text-indent:-999em; font-size:0px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_start {background:url(/ssw/images/button/calendar_btn_arrow02_l_n.png) no-repeat; margin-right:4px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_start:hover {background:url(/ssw/images/button/calendar_btn_arrow02_l_f.png) no-repeat;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_start:active {background:url(/ssw/images/button/calendar_btn_arrow02_l_p.png) no-repeat;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_end   {background:url(/ssw/images/button/calendar_btn_arrow02_r_n.png) no-repeat; margin-left:4px;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_end:hover {background:url(/ssw/images/button/calendar_btn_arrow02_r_f.png) no-repeat;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.dc_full div a.dc_end:active {background:url(/ssw/images/button/calendar_btn_arrow02_r_p.png) no-repeat;}

.calendar_wrap .calendar_body .cb_body .chanel span.player_name ,
.calendar_wrap .calendar_body .cb_body .chanel span.default {width:128px; position:absolute; box-sizing:border-box; font-size:13px; font-weight:normal; color:#919191; height:70px;}
.calendar_wrap .calendar_body .cb_body .chanel .player_name {left:0px; color:#919191; padding:14px 0 0 14px; line-height:20px; border-right:1px solid #a6a6a6; box-sizing:border-box;  border-bottom:1px dashed #ddd;}
.calendar_wrap .calendar_body .cb_body .chanel .player_name strong {font-weight:normal; color:#464646; display:block; width:110px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.calendar_wrap .calendar_body .cb_body .chanel .default {right:0px; border-left:1px solid #a6a6a6; text-align:center; padding:10px; width:107px !important;}
.calendar_wrap .calendar_body .cb_body .chanel .default img { width:89px; height:50px;}
.calendar_wrap .calendar_body .cb_body .chanel .default .btn_add {display:block; width:89px; height:50px; text-indent:-999em; background:url(/ssw/images/button/btn_add_n.png) no-repeat center center; }
.calendar_wrap .calendar_body .cb_body .chanel .default.merge {height:140px; z-index:1; border-bottom:1px dashed #ddd;}
.calendar_wrap .calendar_body .cb_body .chanel .default.merge a {padding:34px 0;}
.calendar_wrap .calendar_body .cb_body .chanel .default a {display:block;width:89px;height:50px;}
.calendar_wrap .calendar_body .cb_body .chanel .default .btn_add:hover {background:url(/ssw/images/button/btn_add_f.png) no-repeat center center;}
.calendar_wrap .calendar_body .cb_body .chanel .default .btn_add:active {background:url(/ssw/images/button/btn_add_p.png) no-repeat center center;}
.calendar_wrap .calendar_body .cb_body .chanel .default .btn_assign {display:block; width:89px; height:50px; text-align:center; line-height:50px; font-size:14px; color:#cf0652;}
.calendar_wrap .calendar_body .cb_body .chanel .default .btn_assign.disable {color:#CCC; cursor:default;}

.calendar_wrap .calendar_body .cb_body .chanel.active {}
.calendar_wrap .calendar_body .cb_body .chanel.active .player_name {border-left:5px solid #cf0652; border-top:5px solid #cf0652; border-bottom:5px solid #cf0652; padding:9px 0 0 9px;}
.calendar_wrap .calendar_body .cb_body .chanel.active ul li {border-top:5px solid #cf0652; border-bottom:5px solid #cf0652; height:60px;}
.calendar_wrap .calendar_body .cb_body .chanel.active .default {border-right:5px solid #cf0652; border-top:5px solid #cf0652; border-bottom:5px solid #cf0652; padding-top:5px; padding-right:5px; padding-bottom:5px;}

/* --------- calendar_type --------- */
/* calender_07 */
.calendar_wrap .calendar_body .calender_07 ul {overflow:visible !important;}
.calendar_wrap .calendar_body .calender_07 ul li {width:14.2857143%;}
.calendar_wrap .calendar_body .calender_07 .chanel ul li { background: none;}
.calendar_wrap .calendar_body .calender_07 .chanel ul li .detail_contents {width:270px;}
.calendar_wrap .calendar_body .calender_07 .chanel ul li .play_card {z-index:inherit;}

/* calender_12 */
.calendar_wrap .calendar_body .calender_12 ul li {width:8.33333333%;}
.calendar_wrap .calendar_body .calender_12 .chanel ul li {}
.calendar_wrap .calendar_body .calender_12 .chanel ul li .detail_contents {top:0px;}
.calendar_wrap .calendar_body .calender_12 .chanel.active ul li .detail_contents {height:60px;}
.calendar_wrap .calendar_body .calender_12 .chanel.active ul li .detail_contents img { padding:4px 10px;}
.calendar_wrap .calendar_body .calender_12 .chanel ul li .detail_contents.cell_100 {overflow:hidden;}
.calendar_wrap .calendar_body .calender_12 .chanel ul li .detail_contents.cell_100 img {display:none;}
.calendar_wrap .calendar_body .calender_12 .chanel ul li .detail_contents.cell_150 img {display:none;}

/* calender_24 */
.calendar_wrap .calendar_body .calender_24 ul li {width:4.16666667%;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li {background:none;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents {top:0px;}
.calendar_wrap .calendar_body .cb_header.calender_24 ul li {line-height:12px;}
.calendar_wrap .calendar_body .cb_header.calender_24 ul li strong { padding:3px 0; display:block;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents.cell_50 img {display:none;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents.cell_100  {overflow:hidden;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents.cell_100 img {display:none;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents.cell_200 img {display:none;}
.calendar_wrap .calendar_body .calender_24 .chanel ul li .detail_contents.cell_300 img {display:none;}

/* cell_size */
.calendar_wrap .calendar_body .cb_body .chanel ul li .mini {}
.calendar_wrap .calendar_body .cb_body .chanel ul li .mini img,
.calendar_wrap .calendar_body .cb_body .chanel ul li .mini p {display:none;}

.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_50 {width:50%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_100 {width:100%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_150 {width:150%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_200 {width:200%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_250 {width:250%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_300 {width:300%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_350 {width:350%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_400 {width:400%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_450 {width:450%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_500 {width:500%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_550 {width:550%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_600 {width:600%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_650 {width:650%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_700 {width:700%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_750 {width:750%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_800 {width:800%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_850 {width:850%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_900 {width:900%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_950 {width:950%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1000 {width:1000%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1050 {width:1050%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1100 {width:1100%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1150 {width:1150%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1200 {width:1200%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1300 {width:1300%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1400 {width:1400%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1500 {width:1500%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1600 {width:1600%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1700 {width:1700%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1800 {width:1800%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_1900 {width:1900%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_2000 {width:2000%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_2100 {width:2100%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_2200 {width:2200%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_2300 {width:2300%;}
.calendar_wrap .calendar_body .cb_body .chanel ul li .detail_contents.cell_2400 {width:2400%;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	/* IE10-specific styles go here */  
	.calendar_wrap .calendar_body .calender_24 .chanel ul {right:111px;}
	.calendar_wrap .calendar_body .calender_24 .chanel ul li:first-child {width:4.3%;}
	.calendar_wrap .calendar_body .calender_24 ul li:first-child {width:4.3%;}
	.calendar_wrap .calendar_body .cb_body.calender_12 .chanel ul li {width:8.3%;}
	.calendar_wrap .calendar_body .cb_body.calender_07 .chanel ul li {width:14.24%;}
	.calendar_wrap .calendar_body .cb_body .chanel .default {width:111px !important;}
	
	/* calender_07 */
	.calendar_wrap .calendar_body .calender_07 ul li {width:14.24%;}
	  
	/*calender_12*/
	.calendar_wrap .calendar_body .calender_12 ul li {width:8.33%;}
	.calendar_wrap .calendar_body .cb_body.calender_12 .chanel ul li {width:8.33%;}
	.calendar_wrap .calendar_body .calender_12 ul li:first-child {width:8.34%;}
	.calendar_wrap .calendar_body .cb_body.calender_12 .chanel ul li:first-child {width:8.34%;}
	.calendar_wrap .calendar_body .cb_body .chanel ul {display:inline-block; font-size:0px; letter-spacing: 0px; word-spacing: 0px; position:absolute; top:-1px; left:128px; right:111px;  border-bottom:1px dashed #ddd; overflow:hidden;}
	 
} 


/* ----------------------------------------------
master
------------------------------------------------*/
.dashboard_wrap .dashboard_body .dashboard_body_header {position:relative; font-size:24px; height:52px; line-height:52px; }
.dashboard_wrap .dashboard_body .dashboard_body_header h3 { display:block; padding-left:15px; font-size:20px; color:#464646; font-weight:bold;}
.dashboard_wrap .dashboard_body .dashboard_body_header .select_box_low {width:170px; }
.dashboard_wrap .dashboard_body .dashboard_body_header .select_box_low .select_dark_low {font-size:14px;}

/* delivery_status */
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status {width:100%; height:290px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list {position:absolute; top:0px; left:0px; width:184px; height:290px; background:#e2e2e2;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul {display:block; margin:10px 0px}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul li {display:block; padding:14px 10px; overflow:hidden; font-size:14px; cursor:pointer;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul li.active strong {padding-left:18px; background:url(/ssw/images/bullet/icon_dot_n.png) no-repeat 0px 6px; width:98px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul li strong {display:block;font-weight:normal;color:#464646;height:24px;line-height:24px;float:left;text-overflow: ellipsis;overflow:hidden;white-space:nowrap;width: 116px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul li span {font-weight:bold; color:#fff; display:block; width:46px; height:24px; line-height:24px; border-radius:16px; text-align:center; background:#848484; float:right;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .status_list ul li span.error { background:#f05564;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap {left:184px; right:20px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .master_gage_control {top:10px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .master_gage_box {top:56px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .left_arrow,
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .right_arrow {top:130px;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .master_gage_box .master_gage_list .gage {height:192px; vertical-align:top;}
.dashboard_wrap .dashboard_body .chart_wrap .chart_box.delivery_status .master_gage_wrap .master_gage_box .master_gage_list .gage p strong {width:133px; position:absolute; bottom:-100px; color:#666; line-height:20px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.name_cell .gage {width:50px; height:75px; background:#878787; position:relative; float:left; margin-left:6px;}
.name_cell .gage span {display:block; background:#9bc700; text-indent:-999em; padding:0px !important; position:absolute; bottom:0px; width:100%; z-index:1;}
.name_cell .gage em {display:block; position:absolute; color:#FFF; width:100%; text-align:center; top:28px; z-index:2; font-style:normal; font-size:20px;}
.name_cell .gage.read span {background:#f05564;}
.name_cell .gage.end { background:url(/ssw/images/page/cloud_icon.png)#878787 no-repeat center center;}
.name_cell .gage.end span {display:none;}
.name_cell .gage.end em {display:none;}

.master_popup {width:968px !important; height:330px; position:relative;}
.master_popup h2 {width:912px !important;}
.master_popup .master_gage_wrap {position:relative; height:240px; margin-top:24px;}
.master_popup .master_gage_wrap .master_gage_box {left:70px; right:70px; height:150px;}
.master_popup .master_gage_wrap .master_gage_box .master_gage_list .no_list_contents {height:150px;}
.master_popup .master_gage_wrap .master_gage_box .master_gage_list .no_list_contents span {color:#a9a9a9;}
.master_popup .master_gage_wrap .master_gage_box .master_gage_list .gage .file {font-size:12px; font-weight:normal; color:#d7d7d7; position:absolute; bottom:-22px; padding-top:20px;}
.master_popup .master_gage_wrap .master_gage_box .master_gage_list .gage:hover .file {}
.master_popup .master_gage_wrap .left_arrow  {left:30px;}
.master_popup .master_gage_wrap .right_arrow {right:30px;}
.master_popup .master_gage_wrap .master_gage_control {left:25px; right:25px; bottom:0px;}
.master_popup .master_gage_wrap .master_gage_control .button a {line-height:26px; padding:0 20px; background:#FFF; border-radius:18px; color:#686868; /* font-weight:bold; */ border:2px solid #FFF; box-sizing:border-box;}
.master_popup .master_gage_wrap .master_gage_control .button a:hover {line-height:26px; padding:0 20px; background:#ce0a51; border-radius:18px; color:#b5b5b5; /* font-weight:bold; */ border:2px solid #cf0652; box-sizing:border-box;}
.master_popup .master_gage_wrap .master_gage_control .button a:active {line-height:26px; padding:0 20px; background:#ce0a51; border-radius:18px; color:#b5b5b5; /* font-weight:bold; */ border:2px solid #cf0652; box-sizing:border-box;}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap {}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap dl dt {color:#FFF;}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap dl dt strong {color:#FFF;}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a {line-height:26px; padding:0 20px; background:#FFF; border-radius:18px; color:#686868; /* font-weight:bold; */ border:2px solid #FFF; box-sizing:border-box;}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a:hover {line-height:26px; padding:0 20px; background:#ce0a51; border-radius:18px; color:#fff; /* font-weight:bold; */ border:2px solid #cf0652; box-sizing:border-box;}
.master_popup .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a:active {line-height:26px; padding:0 20px; background:#4d4d4d; border-radius:18px; color:#b5b5b5; /* font-weight:bold; */ border:2px solid #4d4d4d; box-sizing:border-box;}
.master_popup .button_white { margin-right:26px;}
.master_popup .master_gage_wrap .master_gage_box .master_gage_list .group .server {color:#fff;}

/* type - masterlist - */
.masterlist thead th:nth-child(1),
.masterlist tbody td:nth-child(1) {width:58px; text-align:center !important; }
.masterlist thead th:nth-child(2) {width: 220px; text-indent:140px;}
.masterlist tbody td:nth-child(2) {width: 220px;}
.masterlist thead th:nth-child(3) {width:auto;text-align:left;text-indent: 16px;}
.masterlist tbody td:nth-child(3) {width:auto; text-align:left;}
.masterlist thead th:nth-child(4),
.masterlist tbody td:nth-child(4) {width: 16%;text-align:left;padding-right: 0; white-space:nowrap;}
.masterlist thead th:nth-child(5),
.masterlist tbody td:nth-child(5) {width: 18%;text-align:left;}
.masterlist thead th:nth-child(6) {width: 18%;text-align:left;}
.masterlist tbody td:nth-child(6) {width: 17%;text-align:left;}

.masterlist tbody td .name_cell {padding-left:0px;}
.masterlist tbody td .name_cell span {padding-left:0px;}
.masterlist tbody td .name_cell span strong { width:160px;}



/* .masterlist .name_cell span strong {width:200px;} */
.masterlist .masterlist_cell {position:relative; height:210px;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray {}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a {background:#4d4d4d; /* font-weight:bold; */ border:2px solid #4d4d4d;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a.disable {background:none !important; color:#cdcdcd !important; border:none !important; font-weight:normal !important;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a.disable:hover {background:none !important; color:#cdcdcd !important; border:none !important; font-weight:normal !important;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a:hover {background:#cf0652; /* font-weight:bold; */ border:2px solid #cf0652; color:#FFF;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_control .mgc_wrap dl dd .button_gray a:active {background:#4d4d4d; /* font-weight:bold; */ border:2px solid #cf0652; color:#FFF;}
.masterlist .masterlist_cell .master_gage_wrap .master_gage_box .master_gage_list .no_list_contents {height:140px;}

.master_gage_wrap {position:absolute; top:0px;left:0px;right:0px;bottom:0px; height:236px;}
.master_gage_wrap .master_gage_box {overflow:hidden; position:absolute; top:50px; left:67px; right:58px; text-align:left; padding-bottom:20px;}
.master_gage_wrap .master_gage_box .master_gage_list {font-size:0px; letter-spacing:0px; word-spacing:0px;}
.master_gage_wrap .master_gage_box .master_gage_list .gage {width:133px; height:120px; background:#878787; position:relative; margin-right:6px; display:inline-block; vertical-align:top; letter-spacing:0px; word-spacing:0px;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.hidden {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .button_white {position:absolute; top:50%; left:50%; margin:-15px 0 0 -56px; z-index:999; display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage:hover::before {content:"";display:block; border:3px solid #cf0652; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.btnCancel:hover .button_white {display:block;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.btnCancel:hover .close {display:block;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.active {}
.master_gage_wrap .master_gage_box .master_gage_list .gage.active::before {content:"";display:block; border:3px solid #cf0652; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9;}
.master_gage_wrap .master_gage_box .master_gage_list .gage span {display:block; background:#9bc700; text-indent:-999em; padding:0px; position:absolute; bottom:0px; width:100%; z-index:1;}
.master_gage_wrap .master_gage_box .master_gage_list .gage p {width:100%;display:block;position:absolute;color:#FFF;text-align:center;bottom: 6px;z-index:2;font-style:normal;font-size:20px;}
.master_gage_wrap .master_gage_box .master_gage_list .gage b {position: absolute; top:5px; left:4px; right:4px; z-index:3; font-size:11px; font-weight:bold; text-align: center; color:#FFF;}
.master_gage_wrap .master_gage_box .master_gage_list .gage p em {font-weight:bold; font-size:16px; font-style:normal;}
.master_gage_wrap .master_gage_box .master_gage_list .gage p strong {display:block; font-size:12px; font-weight:normal; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.read span {background:#f05564;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .close {width:30px; height:30px; background:url(/ssw/images/button/btn_close_08_n.png) no-repeat; text-indent:-999em; position:absolute; top:6px; right:6px; z-index:10; display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .close:hover {background:url(/ssw/images/button/btn_close_08_f.png) no-repeat;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .close:active {background:url(/ssw/images/button/btn_close_08_p.png) no-repeat;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .gage_box {width:100%; height:117px; position:relative;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .img_box {width:125px;; height:68px; position:relative; background:#FFF; display:table; border:1px solid #DCDCDC;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .img_box p {display:table-cell; vertical-align:middle; bottom:auto; position:static; font-size:0px;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .img_box p img {max-width:129px; max-height:68px;}

/* status */
.master_gage_wrap .master_gage_box .master_gage_list .gage .txt {position:absolute; text-align:center; top:50%; z-index:10; color:#fff; width:100%; height:18px; margin-top:-9px; font-size:16px; font-weight:bold;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.disconnected {}
.master_gage_wrap .master_gage_box .master_gage_list .gage.disconnected p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.disconnected span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.waiting {background:#9ba86c;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.waiting p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.waiting span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.done {background:#c5c5c5;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.done p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.done span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.retry {}
.master_gage_wrap .master_gage_box .master_gage_list .gage.retry span {background:#f05564;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.retry .button_white {margin:-15px 0 0 -45px; display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.retry .button_white a {text-overflow: ellipsis; overflow:hidden; white-space:nowrap; width:94px; font-size:12px;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.delivery {}
.master_gage_wrap .master_gage_box .master_gage_list .gage.delivery p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.delivery span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.delivery .button_white {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .gage.btnCancel .button_white {display:block;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .gage_box {width:100%; height:120px; position:relative;}
.master_gage_wrap .master_gage_box .master_gage_list .gage .img_box {width:131px; height:72px; position:relative;}
.master_gage_wrap .master_gage_box .master_gage_list .no_list_contents {height:200px;}
.master_gage_wrap .master_gage_box .master_gage_list .no_list_contents span {font-size:14px;}


/* group */
.master_gage_wrap .master_gage_box .master_gage_list .group {width:133px; height:120px; background: url(/ssw/images/page/group_bg.png) no-repeat; position:relative; margin-right:6px; display:inline-block; letter-spacing:0px; word-spacing:0px;}
.master_gage_wrap .master_gage_box .master_gage_list .group .server {width:133px; height:20px; position:absolute; bottom:-24px; font-size:12px; color:#666; text-align:center;}
.master_gage_wrap .master_gage_box .master_gage_list .group:hover::before {content:"";display:block; border:3px solid #cf0652; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9;}
.master_gage_wrap .master_gage_box .master_gage_list .group.active::before {content:"";display:block; border:3px solid #cf0652; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9;}

.master_gage_wrap .master_gage_box .master_gage_list .group .gage {position:absolute; bottom:0px; left:0px; width:123px; height:110px; z-index:1; background:#9b9b9b;}
.master_gage_wrap .master_gage_box .master_gage_list .group .gage:hover {border:0px;}
.master_gage_wrap .master_gage_box .master_gage_list .group .gage:hover::before {content:"";display:block; border:0px; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9;}

.master_gage_wrap .master_gage_box .master_gage_list .group .close {width:30px; height:30px; background:url(/ssw/images/button/btn_close_08_n.png) no-repeat; text-indent:-999em; position:absolute; top:6px; right:6px; z-index:10; display:none; z-index:999;}
.master_gage_wrap .master_gage_box .master_gage_list .group .close:hover {background:url(/ssw/images/button/btn_close_08_f.png) no-repeat;}
.master_gage_wrap .master_gage_box .master_gage_list .group .close:active {background:url(/ssw/images/button/btn_close_08_p.png) no-repeat;}
.master_gage_wrap .master_gage_box .master_gage_list .group .gage:hover p {bottom:6px;}

.master_gage_wrap .master_gage_box .master_gage_list .group.btnCancel:hover .close {display:block;}

/* group status */
.master_gage_wrap .master_gage_box .master_gage_list .group .txt {position:absolute; text-align:center; top:50%; left:-3%; z-index:10; color:#fff; width:100%; height:18px; margin-top:-9px; font-size:14px; font-weight:bold;}
.master_gage_wrap .master_gage_box .master_gage_list .group.disconnected {}
.master_gage_wrap .master_gage_box .master_gage_list .group.disconnected .gage {background:#878787;}
.master_gage_wrap .master_gage_box .master_gage_list .group.disconnected p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.disconnected span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.waiting {}
.master_gage_wrap .master_gage_box .master_gage_list .group.waiting .gage {background:#9ba86c;}
.master_gage_wrap .master_gage_box .master_gage_list .group.waiting p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.waiting span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.done {}
.master_gage_wrap .master_gage_box .master_gage_list .group.done .gage {background:#c5c5c5;}
.master_gage_wrap .master_gage_box .master_gage_list .group.done p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.done span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.retry {}
.master_gage_wrap .master_gage_box .master_gage_list .group.retry span {background:#f05564;}
.master_gage_wrap .master_gage_box .master_gage_list .group.retry .button_white {margin:-15px 0 0 -45px; position:absolute; top:50%; left:47%; z-index:999; display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.delivery {}
.master_gage_wrap .master_gage_box .master_gage_list .group.delivery p em {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.delivery span {display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group.delivery .button_white {margin:-15px 0 0 -45px; position:absolute; top:50%; left:38%; z-index:999; display:none;}
.master_gage_wrap .master_gage_box .master_gage_list .group .gage_box {width:100%; height:120px; position:relative;}
.master_gage_wrap .master_gage_box .master_gage_list .group .img_box {width:100%; height:72px; position:relative;}
.master_gage_wrap .master_gage_box .master_gage_list .group.btnCancel .button_white {display:block;}
.master_gage_wrap .left_arrow {display:block; width:30px; height:30px; text-indent:-999em; background:url(/ssw/images/button/popup_btn_arrow_l_n.png) no-repeat; position:absolute; top:97px; left:20px;}
.master_gage_wrap .left_arrow:hover {background:url(/ssw/images/button/popup_btn_arrow_l_f.png) no-repeat;}
.master_gage_wrap .left_arrow:active {background:url(/ssw/images/button/popup_btn_arrow_l_p.png) no-repeat;}
.master_gage_wrap .right_arrow {display:block; width:30px; height:30px; text-indent:-999em; background:url(/ssw/images/button/popup_btn_arrow_r_n.png) no-repeat; position:absolute; top:97px; right:14px;}
.master_gage_wrap .right_arrow:hover {background:url(/ssw/images/button/popup_btn_arrow_r_f.png) no-repeat;}
.master_gage_wrap .right_arrow:active {background:url(/ssw/images/button/popup_btn_arrow_r_p.png) no-repeat;}

/* .master_gage_wrap .master_gage_control .button */
.master_gage_wrap .master_gage_control {position:absolute; bottom:10px; left:67px; right:58px; text-align:left;}
.master_gage_wrap .master_gage_control.top {top:0px; bottom:auto;}
.master_gage_wrap .master_gage_control .button {display:inline-block; vertical-align:middle;}
.master_gage_wrap .master_gage_control .button a {color:#cf0652;} 
.master_gage_wrap .master_gage_control .button a.disable {background:none !important; color:#cdcdcd !important; border:none !important; font-weight:normal !important;}
.master_gage_wrap .master_gage_control .button a.disable:hover {background:none !important; color:#cdcdcd !important; border:none !important; font-weight:normal !important;}
.master_gage_wrap .master_gage_control .button a.disable:active {background:none !important; color:#cdcdcd !important; border:none !important; font-weight:normal !important;}
.master_gage_wrap .master_gage_control .button a:hover {background:#ce0a51 !important; color:#FFF !important; /* font-weight:bold; */ border:2px solid transparnet !important;}
.master_gage_wrap .master_gage_control .button a:active {background:#4d4d4d !important; color:#b5b5b5 !important; /* font-weight:bold; */ border:2px solid transparnet !important; }
.list_button .master_gage_wrap .master_gage_control .button a {background:#8d8d8d; border-radius:18px; color:#fff; border:0px; /* font-weight:bold; */ line-height:30px;}
.list_button li:hover .master_gage_wrap .master_gage_control .button a {background:#8d8d8d; border-radius:18px; color:#fff; border:0px; /* font-weight:bold; */ line-height:30px;}
.master_gage_wrap .master_gage_control .mgc_wrap {float:right;}
.master_gage_wrap .master_gage_control .mgc_wrap dl { float:left; line-height:34px;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dt {display:inline-block; vertical-align:middle; font-size:13px; color:#919191; margin:0 4px 0 30px; line-height:18px; text-align:right;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dt strong {display:block; color:#464646; font-size:12px;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd {display:inline-block; vertical-align:middle;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd .button {}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd .select_box_low {width:126px;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd .select_box_low ul li {background:none;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd .select_box_low ul li:hover {border:0px; padding:0 6px;}
.master_gage_wrap .master_gage_control .mgc_wrap dl dd .select_box_low ul li a {padding:0px;}
