<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* name: responsive
* version: v2.0.1
* update: æ¢å¤ä½¿ç”¨max-widthï¼Œæœ€æ–°ç‰ˆæœ¬çš„UCæµè§ˆå™¨ä¸æ”¯æŒmax-device-width
* data: 2016-08-18
*/

/* import responsive stylesheet */
@import url(./Pad.css) screen and (max-width: 1024px);
@import url(./Mobile.css) screen and (max-width: 760px);

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
/*
* PadMode
*/
@media only screen and (max-width: 1024px) {

  body:after {
    content: 'Pad';
  }
  body{ user-select: none;-webkit-user-select: none;}
  html,body,.wrap { min-width:0;}
  html { overflow-x:hidden;}
  body,input,textarea,button,select { font-size:14px;}
  .wrap{padding-left:2%;padding-right:2%;width: auto;}
  .PcPush{display: none;}
  .UnpcPush{display: block; padding-left:12px; line-height:66px; height:66px;}
}

/*
* MobileMode
*/
@media only screen and (max-width: 760px) {

  body:after {
    content: 'Mobile';
  }
  body,input,textarea,button,select {font-size:16px;}
  .wrap{padding-left:4%;padding-right:4%; }
  .UnmobilePush{display: none;}
  .MobilePush{display:block;}
  img[data-src]{opacity: 1;}

     /*pro_detail*/
    .pro_detail .pt1 .l_box{width:100%; margin-bottom:30px;}
    .pro_detail .pt1 .r_box{width:100%;}
    .pro_detail .pt3 .s1 .bjk .img{margin:0 auto;}

}

/* table */
.table888_1 td { font-weight:bold; background-color: #87CEFA; padding:5px;}
.datalist tr:nth-child(odd) {background: #d7eefd;}
.datalist tr:nth-child(even){background: #fff;}


.datalist {width:100%; border-collapse:collapse; border-spacing:0; border:1px solid #ccc; }
.datalist caption { padding-bottom:5px;}
.datalist th { padding:10px 15px; border:1px solid #ccc; /* background:#e7e7e7; */text-align: center; font-weight: normal; font-size: 14px}
.datalist td {padding:10px 15px; border:1px solid #ccc; /* background: #f0f0f0;*/ text-align: center; font-size: 14px}
.datalist td a { font-size:14px;}
.datalist tr.altrow { background:#ccc;}

.table { width: 100%; max-width: 100%; margin-bottom: 20px;}
.table &gt;thead &gt;tr &gt;th, .table &gt;tbody &gt;tr &gt;th, .table &gt;tfoot &gt;tr &gt;th, .table &gt;thead &gt;tr &gt;td, .table &gt;tbody &gt;tr &gt;td, .table &gt;tfoot &gt;tr &gt;td { line-height: 1.42857143; padding: 8px; vertical-align: inherit; border-top: 1px solid #ddd;}
.table &gt;thead &gt;tr &gt;th { vertical-align: bottom; border-bottom: 2px solid #ddd;}
.table &gt;caption +thead &gt;tr:first-child &gt;th, .table &gt;colgroup +thead &gt;tr:first-child &gt;th, .table &gt;thead:first-child &gt;tr:first-child &gt;th, .table &gt;caption +thead &gt;tr:first-child &gt;td, .table &gt;colgroup +thead &gt;tr:first-child &gt;td, .table &gt;thead:first-child &gt;tr:first-child &gt;td { border-top: 0;}
.table &gt;tbody +tbody { border-top: 2px solid #ddd;}
.table .table { background-color: #fff;}
.table-condensed &gt;thead &gt;tr &gt;th, .table-condensed &gt;tbody &gt;tr &gt;th, .table-condensed &gt;tfoot &gt;tr &gt;th, .table-condensed &gt;thead &gt;tr &gt;td, .table-condensed &gt;tbody &gt;tr &gt;td, .table-condensed &gt;tfoot &gt;tr &gt;td { padding: 5px;}
.table-bordered { border: 1px solid #ddd;}
.table-bordered &gt;thead &gt;tr &gt;th, .table-bordered &gt;tbody &gt;tr &gt;th, .table-bordered &gt;tfoot &gt;tr &gt;th, .table-bordered &gt;thead &gt;tr &gt;td, .table-bordered &gt;tbody &gt;tr &gt;td, .table-bordered &gt;tfoot &gt;tr &gt;td { border: 1px solid #ddd;}
.table-bordered &gt;thead &gt;tr &gt;th, .table-bordered &gt;thead &gt;tr &gt;td { border-bottom-width: 2px;}
.table-striped &gt;tbody &gt;tr:nth-of-type(odd) { background-color: #f9f9f9;}
.table-hover &gt;tbody &gt;tr:hover { background-color: #f5f5f5;}
table col[class*='col-'] { position: static; display: table-column; float: none;}
table td[class*='col-'], table th[class*='col-'] { position: static; display: table-cell; float: none;}
.table &gt;thead &gt;tr &gt;td.active, .table &gt;tbody &gt;tr &gt;td.active, .table &gt;tfoot &gt;tr &gt;td.active, .table &gt;thead &gt;tr &gt;th.active, .table &gt;tbody &gt;tr &gt;th.active, .table &gt;tfoot &gt;tr &gt;th.active, .table &gt;thead &gt;tr.active &gt;td, .table &gt;tbody &gt;tr.active &gt;td, .table &gt;tfoot &gt;tr.active &gt;td, .table &gt;thead &gt;tr.active &gt;th, .table &gt;tbody &gt;tr.active &gt;th, .table &gt;tfoot &gt;tr.active &gt;th { background-color: #f5f5f5;}
.table-hover &gt;tbody &gt;tr &gt;td.active:hover, .table-hover &gt;tbody &gt;tr &gt;th.active:hover, .table-hover &gt;tbody &gt;tr.active:hover &gt;td, .table-hover &gt;tbody &gt;tr:hover &gt;.active, .table-hover &gt;tbody &gt;tr.active:hover &gt;th { background-color: #e8e8e8;}
.table &gt;thead &gt;tr &gt;td.success, .table &gt;tbody &gt;tr &gt;td.success, .table &gt;tfoot &gt;tr &gt;td.success, .table &gt;thead &gt;tr &gt;th.success, .table &gt;tbody &gt;tr &gt;th.success, .table &gt;tfoot &gt;tr &gt;th.success, .table &gt;thead &gt;tr.success &gt;td, .table &gt;tbody &gt;tr.success &gt;td, .table &gt;tfoot &gt;tr.success &gt;td, .table &gt;thead &gt;tr.success &gt;th, .table &gt;tbody &gt;tr.success &gt;th, .table &gt;tfoot &gt;tr.success &gt;th { background-color: #dff0d8;}
.table-hover &gt;tbody &gt;tr &gt;td.success:hover, .table-hover &gt;tbody &gt;tr &gt;th.success:hover, .table-hover &gt;tbody &gt;tr.success:hover &gt;td, .table-hover &gt;tbody &gt;tr:hover &gt;.success, .table-hover &gt;tbody &gt;tr.success:hover &gt;th { background-color: #d0e9c6;}
.table &gt;thead &gt;tr &gt;td.info, .table &gt;tbody &gt;tr &gt;td.info, .table &gt;tfoot &gt;tr &gt;td.info, .table &gt;thead &gt;tr &gt;th.info, .table &gt;tbody &gt;tr &gt;th.info, .table &gt;tfoot &gt;tr &gt;th.info, .table &gt;thead &gt;tr.info &gt;td, .table &gt;tbody &gt;tr.info &gt;td, .table &gt;tfoot &gt;tr.info &gt;td, .table &gt;thead &gt;tr.info &gt;th, .table &gt;tbody &gt;tr.info &gt;th, .table &gt;tfoot &gt;tr.info &gt;th { background-color: #d9edf7;}
.table-hover &gt;tbody &gt;tr &gt;td.info:hover, .table-hover &gt;tbody &gt;tr &gt;th.info:hover, .table-hover &gt;tbody &gt;tr.info:hover &gt;td, .table-hover &gt;tbody &gt;tr:hover &gt;.info, .table-hover &gt;tbody &gt;tr.info:hover &gt;th { background-color: #c4e3f3;}
.table &gt;thead &gt;tr &gt;td.warning, .table &gt;tbody &gt;tr &gt;td.warning, .table &gt;tfoot &gt;tr &gt;td.warning, .table &gt;thead &gt;tr &gt;th.warning, .table &gt;tbody &gt;tr &gt;th.warning, .table &gt;tfoot &gt;tr &gt;th.warning, .table &gt;thead &gt;tr.warning &gt;td, .table &gt;tbody &gt;tr.warning &gt;td, .table &gt;tfoot &gt;tr.warning &gt;td, .table &gt;thead &gt;tr.warning &gt;th, .table &gt;tbody &gt;tr.warning &gt;th, .table &gt;tfoot &gt;tr.warning &gt;th { background-color: #fcf8e3;}
.table-hover &gt;tbody &gt;tr &gt;td.warning:hover, .table-hover &gt;tbody &gt;tr &gt;th.warning:hover, .table-hover &gt;tbody &gt;tr.warning:hover &gt;td, .table-hover &gt;tbody &gt;tr:hover &gt;.warning, .table-hover &gt;tbody &gt;tr.warning:hover &gt;th { background-color: #faf2cc;}
.table &gt;thead &gt;tr &gt;td.danger, .table &gt;tbody &gt;tr &gt;td.danger, .table &gt;tfoot &gt;tr &gt;td.danger, .table &gt;thead &gt;tr &gt;th.danger, .table &gt;tbody &gt;tr &gt;th.danger, .table &gt;tfoot &gt;tr &gt;th.danger, .table &gt;thead &gt;tr.danger &gt;td, .table &gt;tbody &gt;tr.danger &gt;td, .table &gt;tfoot &gt;tr.danger &gt;td, .table &gt;thead &gt;tr.danger &gt;th, .table &gt;tbody &gt;tr.danger &gt;th, .table &gt;tfoot &gt;tr.danger &gt;th { background-color: #f2dede;}
.table-hover &gt;tbody &gt;tr &gt;td.danger:hover, .table-hover &gt;tbody &gt;tr &gt;th.danger:hover, .table-hover &gt;tbody &gt;tr.danger:hover &gt;td, .table-hover &gt;tbody &gt;tr:hover &gt;.danger, .table-hover &gt;tbody &gt;tr.danger:hover &gt;th { background-color: #ebcccc;}
.table-responsive {overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 1240px) { 
    .table-responsive {overflow-y: hidden;  width: 100%; margin-bottom: 15px; border: 1px solid #ddd;-ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive &gt;.table { margin-bottom: 0;}
    .table-responsive &gt;.table &gt;thead &gt;tr &gt;th, .table-responsive &gt;.table &gt;tbody &gt;tr &gt;th, .table-responsive &gt;.table &gt;tfoot &gt;tr &gt;th, .table-responsive &gt;.table &gt;thead &gt;tr &gt;td, .table-responsive &gt;.table &gt;tbody &gt;tr &gt;td, .table-responsive &gt;.table &gt;tfoot &gt;tr &gt;td { white-space: nowrap;}
    .table-responsive &gt;.table-bordered { border: 0;}
    .table-responsive &gt;.table-bordered &gt;thead &gt;tr &gt;th:first-child, .table-responsive &gt;.table-bordered &gt;tbody &gt;tr &gt;th:first-child, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr &gt;th:first-child, .table-responsive &gt;.table-bordered &gt;thead &gt;tr &gt;td:first-child, .table-responsive &gt;.table-bordered &gt;tbody &gt;tr &gt;td:first-child, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr &gt;td:first-child { border-left: 0;}
    .table-responsive &gt;.table-bordered &gt;thead &gt;tr &gt;th:last-child, .table-responsive &gt;.table-bordered &gt;tbody &gt;tr &gt;th:last-child, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr &gt;th:last-child, .table-responsive &gt;.table-bordered &gt;thead &gt;tr &gt;td:last-child, .table-responsive &gt;.table-bordered &gt;tbody &gt;tr &gt;td:last-child, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr &gt;td:last-child { border-right: 0;}
    .table-responsive &gt;.table-bordered &gt;tbody &gt;tr:last-child &gt;th, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr:last-child &gt;th, .table-responsive &gt;.table-bordered &gt;tbody &gt;tr:last-child &gt;td, .table-responsive &gt;.table-bordered &gt;tfoot &gt;tr:last-child &gt;td { border-bottom: 0;}
}
@media only screen and (max-width: 760px) {
 
.pro_detail .part3 .part_bd{ overflow-x: auto; }
.proinquery { width:100%;}
.basic-grey textarea { width:100%;}
.buttont { width:340px !important; }
.part3 { padding-left:2%; padding-right:2%;}
}  </pre></body></html>