@charset "utf-8";

@import url(_reset.css);
@import url(_basic.css);
@import url(_icon.css);
@import url(_btn.css);

@import url(_form.css);
@import url(_table.css);
@import url(_pagination.css);
@import url(_breadcrumb.css);

@import url(_mobile_fixed.css);
@import url(_mobile_menu.css);

body {
    background: #F2F4FA;
}
/*select*/
 .select select{
    /*覆寫Chrome和Firefox裡面的邊框*/
    border:1px solid  green;
    /*清除預設樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
/*在選擇框的最右側中間顯示小箭頭圖片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    /*為下拉小箭頭留出一點位置，避免被文字覆蓋*/
  padding-right: 14px;
 }
 /*清除ie的預設選擇框樣式清除，隱藏下拉箭頭*/
select::-ms-expand { display: none; }
#header {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+3,ffffff+20,dddddd+100 */
    background: rgb(243,243,243); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(243,243,243,1) 3%, rgba(255,255,255,1) 20%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 3%,rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,243,243,1) 3%,rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.logo-box {
    height: 70px;
    position: fixed;
    left: 90px;
    top: 0;
}
.logo-box img{
    max-width: 99px;
    margin-top: 7px;
}
.expiry_date, .user-info{
    display: none;
}
.mb-top-nav{
    display: none;
}
.pc-top-nav{
    float: right;
}
.pc-top-nav ul li{
    display: inline-block;
    height: 70px;
    background: url(../../images/system/top-nav-line.png) no-repeat left top;
    vertical-align: top;
    text-align: center;
    padding:10px;
    box-sizing: border-box;
}
.pc-top-nav ul li a{
    color: #000;
}
.pc-top-nav ul li.b2 i{
    display: block;
    font-size: 30px;
}
.pc-top-nav ul li.b3 span{
    display: block;
}
.pc-top-nav ul li.b3 i{
    font-size: 26px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.pc-top-nav ul li.b3 b{
    display: inline-block;
    background: #D30000;
    color: #fff;
    width: 29px;
    border-radius: 5px;
    margin-left: 3px;
}
.pc-top-nav ul li.b4 i{
    display: block;
    margin: 4px 0 3px;
}
.main-nav {
   /* background: #BE0000;*/
}
.menu {
    text-align: center;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
}
.menu > li {
    border: 1px solid #D24C4A;
    border-width: 0 1px 1px;
    margin: 0 -3px;
}
.menu > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 16px;
}
.menu > li:hover,
.menu > li.active {
    z-index: 1;
}
.menu > li > a:hover,
.menu > li.active > a {
    background: url(../../images/system/menu_hover_bg.png) 0 100% repeat-x;
}
.menu ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    text-align: center;
    display: none;
}
.menu > li > ul {
    background: url(../../images/system/menu_caret.png) 50% 11px no-repeat;
    padding-top: 20px;
}
.menu ul li {
    background-color: rgba(0,0,0,0.80);
}
.menu ul li + li {
    background-image: url(../../images/system/menu_border.png);
    background-repeat: repeat-x;
    padding-top: 1px;
}
.menu ul li a {
    color: #aaa;
    font-size: 15px;
    padding: 8px 15px;
}
.menu ul li a:hover,
.menu ul li.active > a {
    color: #fff;
}

#footer {
    position: relative;
    text-align: right;
    line-height: 20px;
    color: #999999;
    font-size: 13px;
    font-family: "Arial";
    padding:10px 20px;
}
#footer span{
    color: #0083FF;
}
#footer .copyright {
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    font-size: 13px;
    line-height: 1.4;
}
body #keyreply-container {
    right: 0%;
    bottom: 24%;
}
#footer .ibtn.gotop {
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    display: block;
    background: url(../../images/system/gotop.png) no-repeat;
    position: fixed;
    bottom: 19%;
    right: 15px;
    margin: 0 0 0 -47px;
    transition: all 0s;
    z-index: 100;
}
#main {
    padding: 20px 0;
    min-height: 500px;
}
.panel-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}
/*welcome*/
.panel-head .panel-title {
    float: left;
}
.panel-head .btn.flat {
    float: right;
    margin-top: 5px;
}
.welcome-row .col {
    float: left;
    padding: 0 3px;
}
.welcome-row .col1 {
    width: 65%;
}
.welcome-row .col2 {
    width: 35%;
}
.welcome-row .panel-content {
    padding: 8px 4px 4px;
    text-align: center;
}
.panel-manager{
    display: inline-block;
    width: 170px;
    text-align: center;
    margin-bottom: 4px;
    background: #00A3D8;
    border-radius: 8px;
    margin: 5px;
    box-shadow: 0 4px 0 #0080AA;
    padding: 30px 10px 22px;
    box-sizing: border-box;
    vertical-align: top;
}
.panel-manager span{
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    margin-top: 8px;
}
.count-box {
    display: inline-block;
    width: 180px;
    text-align: center;
    margin-bottom: 4px;
    background: #F2F4FA;
    border-radius: 8px;
    margin:5px;
    box-shadow: 0 4px 0 #DCE2F1;
    padding: 12px 10px 0;
    box-sizing: border-box;
    vertical-align: top;
}
.count-title {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 10px;
}
.count-txt strong {
    color: #339FD8;
    font-size: 50px;
    font-family: "Arial";
}
.google-analysis-box{
    border-radius: 0;
    border-top: 1px solid #263768;
}
.google-analysis-title{
    border-top-left-radius: 10px;
    background: #003366;
    background: -moz-linear-gradient(top, #003366 26%, #000d1a 100%);
    background: -webkit-linear-gradient(top, #003366 26%,#000d1a 100%);
    background: linear-gradient(to bottom, #003366 26%,#000d1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#000d1a',GradientType=0 );
    color: #fff;
    position: relative;
    font-size: 17px;
    height: 45px;
    padding: 0px 0 0 10px;
    line-height: 50px;
}
.google-analysis-title::after{
    content: url(../../images/system/head-title-bg.png);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -36px;
}
.google-analysis{
    background: #FEF3E9;
    min-height: 313px;
}
.btn-box {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
/*product-list*/
.panel-nav li{
    background: url(../../images/system/tab-bg2.png) no-repeat;
    width: 180px;
    height: 45px;
    color: #263767;
     font-size: 17px;
     text-align: center;
     line-height: 45px;
}
.panel-nav li.add-data{
    margin-left: -25px;
}
.panel-nav li.add-data span{
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.panel-nav li:first-child{
    background: url(../../images/system/tab-bg1.png) no-repeat;
    width: 170px;
    color: #fff;
    padding-left: 25px;
    text-align: left;
}
.path{
    color: #4A719A;
    float: right;
    margin-top: 10px;
}
.path a{
    color: #8BA3BE;
}
.path a::after{
    font-family: 'icon-font' !important;
    content: "\f105";
    display: inline-block;
    margin: 0 5px;
}
.path a:last-child::after{
    display: none;
}
.product-panel-box{
    border-top: 1px solid #263768;
    background: #FFFFFF;
    padding: 5px 20px 30px;
}
.product-container{
    background: #F2F4FA;
    padding: 15px 25px;
}
.blue-bg{
    background: #4A719B;
    color: #fff;
}
.w130{
    width: 130px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 15px;
}
.w140{
    width: 140px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 15px;
}
.w240{
    max-width: 240px;
}
.w300{
    max-width: 300px;
}
.gray-bg{
    background: #777777;
    color: #fff;
}
.light-blue{
    background: #00A3D8;
    color: #fff;
}
.search-basice::after{
    clear: both;
    content: "";
    display: block;
    margin-bottom: 15px;
}
.advanced-search .input-box{
    float: inherit;
}
.select-box{
    margin: 15px 5px;
    background: #fff;
    padding: 15px 0;
}
.select-box > div{
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    padding-right: 25px;
    color: #6A86AA;
}
.select-box > div:first-child{
    border-right: 1px solid #DADFF0;
}
.select-box > div .input-box{
    float: inherit;
    width: 100%;
}
.select-box > div .input-box input{
    margin:0 3px;
}
.select-box > div .input-box i{
    margin-right: 5px;
}
.product-line{
    border-top: 1px solid #DADFF0;
    border-bottom: 1px solid #fff;
    margin: 0 -25px 15px;
}
.sort-box{
    margin-bottom: 20px;
}
.sort-box span{
    display: inline-block;
    margin-left: 25px;
    color: #839BB8;
}
.add-btn{
    width: 110px;
    background: #375473;
    color: #fff;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}
.add-btn i{
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.index-show{
    width: 150px;
    text-align: right;
}
td.index-show{
    padding-right: 35px;
    text-align: right;
}
.sort-order{
    width: 75px;
}
.sort-order input{
    width: 100%;
}
.ic-hint{
    background: url(../../images/system/hint.gif) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: 3px;
}
.product-btn{
   padding: 20px 15px;
   background: #fff;
}
.delete i{
    margin-right: 3px;
}
.product-btn .add-btn{
    margin-left: 20%;
}
.product-btn .btn{
    margin-right: 10px;
}
/*product-edit*/
.panel-contact-nav-btn{
    display: none;
}
.product-container .content-box{
    display: none;
}
.top-edit-btn {
    float: right;
    position: relative;
    top: 9px;
}
.panel-contact-nav{
    margin-top: 10px;
}
.panel-contact-nav li{
    display: inline-block;
    background: #F2F4FA;
    color: #003366;
    font-size: 17px;
    padding: 10px 15px;
    margin-right: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    cursor: pointer;
}
.panel-contact-nav li.active{
    background: #4A719B;
    color: #fff;
}
.panel-contact-nav li.active::after{
    content: "\f107";
    font-family: 'icon-font' !important;
    background: #4A719B;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -11px;
    left: 39%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.products-row .col {
    float: left;
    padding: 0 15px;
}
.products-row > .col1 {
    width: 350px;
    padding-left: 0;
    margin-top: 15px;
}
.products-row > .col3 {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
}
.products-row > .right-line{
    float: left;
    height: 740px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DADFF0;
    margin-top: 15px;
}
.products-row > .col2 {
    margin-left: 15px;
    width: calc(100% - 367px);
    background: #fff;
    padding: 8px 12px;
    box-sizing: border-box;
    /*min-height: 1740px;*/
    margin-top: 15px;
}
.content-box2 {
    background: #fff;
    padding: 8px 12px;
    color: #858585;
}
.content-box2 .form-control {
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
}
.content-box2 .control-label {
    font-weight: bold;
    color: #666;
}
.content-box2 + * {
    margin-top: 10px;
}
.content-title {
    font-weight: bold;
    margin-bottom: 6px;
}
.pull-right {
    float: right;
}
.w71{
    width: 71px;
    margin-left: 5px;
    margin-right: 5px;
}
.calendar-box{
    position: relative;
}
.calendar-box img{
    position: absolute;
    right: 12px;
    top: 14px;
}
.tips2{
    position: relative;
    top: -5px
}
.edit-line{
    border-bottom: 1px solid #F0F0F0;
    margin: 5px -12px 10px;
}
.edit-line2{
    border-bottom: 1px solid #F0F0F0;
    margin: 20px 0;
}
.edit-btn{
    clear: both;
    text-align: center;
    padding-top: 15px;
}
.edit-btn a.btn.rounded{
    padding: 0 3%;
    margin: 3px 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.add-product-info .col1{
    width: 140px;
    padding-left: 0;
}
.add-product-info .col2{
    width: calc(100% - 140px);
    color: #858585;
}
.add-product-group {
    margin-bottom: 15px;
}
.add-product-group label{
    margin-right: 10px;
}
.add-product-group .note{
    display: inline-block;
    vertical-align: top;
}
.red{
    color: #FF0000;
}
.w96{
    width: 96px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
}
.cut-btn{
    width: 120px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    background: #4A719B;
    color: #fff;
}
.cut-btn span{
    margin-right: 5px;
}
.add-product-group input.info-txt{
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    width: calc(100% - 80px);
}
.product-intro .content-title, .product-intro span{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}
.w200{
    width: 200px;
}
.add-template a{
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 17px;
    margin-bottom: 20px;
}
.add-template a img{
    position: absolute;
    right: 15px;
    top: 7px;
}
.advice{
    color: #4a719b;
    font-weight: bold;
}
/*product-edit2*/
.product-setting{
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}
.w100{
    width: 100px;
}
.w150{
    width: 150px;
}
.table-h.edit-table{
    margin-top: 15px;
}
.table-h.edit-table input{
    border: 1px solid #DADFF0;
    border-radius: 5px;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
}
.table-h.edit-table thead th{
    background: #003366;
    color: #fff;
}
.table-h.edit-table tbody tr{
    border-top: 1px solid #DADFF0;
    background: #F2F4FA;
}
.table-h.edit-table td a i{
    background: #F2F4FA;
}
.table-h.edit-table td a:hover i{
    background: #00A3D8;
}
.edit-table tr:nth-of-type(2n){
  background: #eee;
}
.edit-table th, 
.edit-table td {
}
.edit-table {
  min-width: 100%;
}
.edit-table th {
  display: none;
}
.edit-table td {
  display: block;
}
.edit-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.edit-table th, .edit-table td:before {
  color: #003366;
  font-weight: bold;
}
@media (min-width: 500px) {
  .edit-table td:before {
    display: none;
  }
 .edit-table th, .edit-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .edit-table th:first-child, 
  .edit-table td:first-child {
    padding-left: 0;
  }
  .edit-table th:last-child, 
  .edit-table td:last-child {
    padding-right: 0;
  }
   .edit-table th, 
   .edit-table td {
    padding: 10px !important;
  }
}
/*product_catalog-list*/
.w170{
    width: 170px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}
.add-catalog-btn{
    margin: 20px 0 15px;
}
.catalog-color {
    line-height: 35px;
    margin: 3px 0;
}
.catalog-list {
    margin-bottom: 15px;
}
.catalog-list .box {
    position: relative;
    background: #ffffff;
    padding: 10px 0 10px 30px;
}
.catalog-head-title span{
    display: inline-block;
    margin: 0 8px;
    color: #333333;
}
.catalog-list > li > .box{
    border-top: 1px dashed #6d91b8;
}
.catalog-list > li .box input{
    border:1px solid #DFDFDF;
    width: 50px;
    height: 25px;
    border-radius: 5px;
}
.catalog-list .pull-right a i {
    color: #00A3D8;
    font-size: 15px;
    padding: 8px;
    border-radius: 50%;
    background: transparent;
    transition: all .2s;
    margin: 0 8px;
}
.catalog-list .pull-right a:hover i {
    background: #00A3D8;
    color: #fff;
}
.catalog-list .active > .box{
    background: #f7f8fa;
}
.catalog-list .active ul .box {
    background: #fff;
}
.catalog-list .active .box {
    border-bottom: none;
}
.catalog-list > li > .box::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #004182;
}
.catalog-list .active ul .box::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #89A7C7;
}
.catalog-list .active ul .active ul .active .box::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #D1DCE9;
}
.catalog-list .active ul li{
    border-top: 1px solid #f2f4fa;
    position: relative;
}
.catalog-list > .active> ul > li::before{
    content: url(../../images/system/catalog-icon1.png);
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 19px;
}
.catalog-list .active> ul > li ul.catalog-last li::before{
    content: url(../../images/system/catalog-icon2.png);
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 19px;
}
.catalog-list ul ul .box {
    background: #eee;
}
.catalog-list ul ul ul .box {
    background: #f2f2f2;
}
.catalog-list ul ul ul ul .box {
    background: #f8f8f8;
}
.catalog-list .btn.add-catalog {
   /* position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
} 

.catalog-list .btn.toggle-catalog{
    display: inline-block;
    float: left;
}
.catalog-list .btn.toggle-catalog i{
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
}
.catalog-list .btn.toggle-catalog i::after{
    content: "\f107";
    font-family: 'icon-font' !important;
    width: 20px;
    height: 20px;
    background: #004182;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
}
.catalog-list li.active > .box .btn.toggle-catalog i::after{
    content: "\e91b";
    font-family: 'icon-font' !important;
    width: 20px;
    height: 20px;
    background: #004182;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
}
.catalog-name{
    display: inline-block;
    margin-top: 5px;
    max-width: 1100px;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.catalog-list li.active > .box .btn.toggle-catalog {
    /*background-position: 100% 0;*/
}
.catalog-list .qty {
    color: #61B0DF;
}
.catalog-list ul {
    padding-left: 25px;
}
.catalog-list ul.catalog-last{
    padding-left: 0;
}
.cropper-thumbnails {
    margin: 0 -5px;
}
.cropper-thumbnails li {
    width: calc(100% / 6);
    padding: 5px;
}
.cropper-thumbnails li a {
    border: 4px solid #D7D7D7;
    padding: 1px;
    position: relative;
    box-sizing: border-box;
}
.cropper-thumbnails li:first-child a:before {
    content: '主圖';
    background: #62B0DF;
    width: 50px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: -4px;
    left: -4px;
}
#cropper-actions {
    padding-top: 10px;
}
/*-----------------*/.main-title {
    text-align: center;
    color: #aaa;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 28px;
}
.main-title strong {
    display: inline-block;
    border: 3px solid #E7E7E7;
    box-shadow: 1px 1px 1px 0 #fff;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 25px 0 28px;
}
.content-box {
    background: #fff;
    padding: 15px 20px;
}
.
hr.divider {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}



.no-data-box {
    background: #F8F8F8;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #ddd;
}
.sect-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}
.sect-box:first-child {
    margin-top: 0;
}
.sect-row-wrap {
    margin: 10px -10px 0;
}
.sect-row {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
    table-layout: fixed;
}
.sect-row .sect-box {
    display: table-cell;
}
.sect-title {
    border: 1px solid #DCDCDC;
    background: #F6F6F6;
    padding: 5px 10px;
    line-height: 35px;
}
.sect-title + * {
    margin-top: 10px;
}
.sect-title.bg2 {
    background: #62B0DF;
}
.sect-title.bg3 {
    background: #bbb;
}
.sect-title .title-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #333;
}
.sect-title.bg2 .title-txt,
.sect-title.bg3 .title-txt {
    color: #fff;
}
.member-account {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.row.x2 .col {
    width: 50%;
}
.row.x3 .col {
    width: calc(100% / 3);
}
#message-box {
    padding: 10px;
}
#message-box .form-control {
    background: #fff;
}
#message-box .btn-box {
    padding-top: 8px;
}
.message-item {
    margin-top: 15px;
}
.message-item .reply-status {
    float: right;
    line-height: 25px;
}
.message-item .reply-status * {
    margin: 0;
}
.message-content {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 15px;
}
.message-content.active {
    background: #F6F6F6;
}
.message-from,
.message-answer-time {
    font-size: 13px;
    color: #999;
}
.message-from b {
    font-size: 15px;
    color: #333;
}
.message-question {
    padding: 10px 0;
    cursor: pointer;
    line-height: 1.8;
}
.message-answer {
    color: #60B0DF;
    border-top: 1px solid #ddd;
    display: none;
    padding: 10px 0;
}


.products-row {
    margin: 0 -12px;
}
.products-row .col {
    float: left;
    padding: 0 12px;
}

/*----------------------*/

@media screen and (max-width: 1920px) {
    .main-nav .menu {
        display: none;
    }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
    .welcome-row .col {
        float: none;
        width: auto;
    }
    .count-box {
        width: 170px;
    }
}
@media screen and (max-width: 1000px) {
   
    #footer .ibtn.gotop {
        position: fixed;
        z-index: 100;
        top: auto;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        background: url(../../images/system/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*product-edit*/
    .products-row > .col1 {
        width: 275px;
    }
    .products-row > .col2{
        width: calc(100% - 292px);
        min-height: 1862px;
    }
    .products-row > .right-line{
        min-height: 1862px;
    }
    .add-product-info .col1 {
        float: inherit;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .add-product-info .col2 {
        width: 100%;
    }
}
@media screen and (max-width: 975px) {
    .panel-manager {
        display: block;
        margin-bottom: 10px;
        width: calc(100% - 10px);
    }
    .count-box {
        width: calc(100% / 4 - 14px);
        margin-bottom: 10px;
    }
    .count-title {
        font-size: 14px;
    }
}
@media screen and (max-width: 870px) {
    .select-box > div{
        width: 100%;
        border-right: none;
    }
    .select-box > div:first-child {
        border-right: none;
    }
    .input-group .input-box{
        max-width: 100%;
        margin-bottom: 5px;
    }
    .btn.search, .btn.clear{
        width: calc(50% - 8px);
        margin: 0 5px 0 0;
    }
    .product-btn .btn{
        margin-bottom: 5px;
    }
    .product-btn .add-btn {
        margin-left: 0;
    }
    .content-box {
        padding: 0;
    }
    .products-row {
         margin: 0; 
    }
    
}
@media screen and (max-width: 820px) {
    /*product-edit*/
    .top-edit-btn {
        float: inherit;
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .panel-contact-nav {
        text-align: center;
    }

}
@media screen and (max-width: 767px) {
    .panel-box {
        padding: 15px 10px;
        border-width: 1px 0;
    }
    .panel-content {
        padding: 15px 10px;
        border-width: 1px 0;
        margin: 0 -10px;
    }
    .google-analysis {
        margin: 0 5px;
    }
    .products-row > .col1{
        width: 100%;
        padding: 0;
    }
    .products-row > .col2{
        width: 100%;
        margin-left: 0;
        min-height: auto;
    }
    .products-row > .right-line{
        display: none;
    }
    .light-blue{
        margin-bottom: 3px;
    }
    .table-h.edit-table input.w100{
        width: 80px;
    }
}
@media screen and (max-width: 640px) {
    
    .count-box {
        width: calc(50% - 14px);
    }
    /*product-list*/
    .product-panel-box{
        padding: 5px 10px 30px;
    }
    .product-container {
        background: #F2F4FA;
        padding: 5px;
    }
    .product-setting{
        padding:15px 5px;
    }
    .input-group .input-box{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .select-box > div{
        width: 90%;
        margin-left: 15px;
    }
    .select-box > div:first-child{
        border-right: none;
    }
    .select-box > div .input-box span{
        display: block;
    }
    .select-box > div .input-box label{
        width: calc(50% - 5px);
        display: inline-block;
    }
    .add-btn{
        width: 100%;
    }
    .product-line {
        margin: 0 -5px 15px;
    }
    .sort-box span{
        margin: 5px 0;
        width: calc(50% - 5px);
    }
    .product-btn .btn{
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .product-btn .add-btn{
        margin-left: 0;
    }
    .panel-contact-nav li {
        font-size: 15px;
        padding: 10px;
    }
    .path {
        float: inherit;
        margin-bottom: 10px;
    }
    
}
@media screen and (max-width: 565px) {
    .panel-nav li{
        margin-top: 5px;
        background: #e9ecf3;
    }
    .panel-nav li.add-data{
        margin-left: 0;
    }
    .panel-nav li:first-child{
        text-align: center;
        padding-left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003366+0,001223+100 */
        background: #003366; /* Old browsers */
        background: -moz-linear-gradient(top,  #003366 0%, #001223 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #003366 0%,#001223 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #003366 0%,#001223 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#001223',GradientType=0 ); /* IE6-9 */
    }
    .catalog-head-title{
        display: none;
    }
    .catalog-list .pull-left, .catalog-list .pull-right{
        float: inherit;
    }
    .catalog-list ul{
        padding-left: 0;
    }
    .catalog-list > .active> ul > li::before, .catalog-list .active> ul > li ul.catalog-last li::before{
        display: none;
    }
    .catalog-list .pull-right a i{
        margin: 0 5px;
    }
}
@media screen and (max-width: 520px) {
    /*top*/
    #header, #mobile-fixed a, #mobile-fixed ul{
        height: 50px;
    }
    .wrapper{
        padding-top: 50px;
    }
    #mobile-menu{
        top:50px;
    }
    #mobile-fixed a span{
        font-size: 12px;
        margin-top: 1px;
    }
    #mobile-fixed li .icon{
        background-size: 100% 100%;
        height: 20px;
    }
    .logo-box img{
        max-width: 70px;
    }
    .pc-top-nav{
        display: none;
    }
    .mb-top-nav{
        display: block;
        border-top: 1px solid #00A3D8;
    }
    .mb-top-nav ul li{
        padding: 10px 20px;
        border-bottom: 1px solid rgba(38,135,170,0.25);
    }
    .mb-top-nav ul li a{
        color: #fff;
    }
    .mb-top-nav ul li i{
        font-size: 18px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .mb-top-nav ul li .num{
        background:#001c37;
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
        margin-right: 5px;
    }
    .panel-contact-nav li {
        width: 100%;
        margin-top: 10px;
    }
    .panel-contact-nav li.active::after {
        left: 46%;
    }

    .panel-nav li:first-child, .panel-nav li{
        width: calc(100% / 2 - 4px);
        display: inline-block;
    }
    .table-h td{
        padding:3px 6px;
    }
    .table-h tbody tr:nth-child(2n){
        background: #ddf1fa;
    }
    .table-h.edit-table td a i{
        background: transparent;
    }
}
@media screen and (max-width: 500px) {
    .add-product-title{
        display: block;
    }
    .add-product-info .col2 {
        padding: 0;
    }
    /*product-edit*/
    .table-h.edit-table input, .table-h.edit-table input.w100{
        height: auto;
        width: calc(100% - 6.5em);
    }
    .table-h.edit-table .store_box input{
        width: auto;
    }
    .table-h.edit-table td a i{
        margin-left: -8px;
    }
    .edit-table th, .edit-table td {
      text-align: left;
    }
    .panel-contact-nav-btn{
        display: block;
        padding: 7px 15px;
        background:#4A719B;
        color: #fff;
        position: relative;
        margin-top: 5px;
        text-align: center;
        cursor: pointer;
    }
    .panel-contact-nav li.active{
        background:#F2F4FA;
        color: #003366;
    }
    .panel-contact-nav-btn i{
        position: absolute;
        right: 15px;
        top:10px;
    }
    .panel-contact-nav, .panel-contact-nav li{
        margin-top:0;
    }
    .panel-contact-nav li{
        border-top-left-radius:0;
        border-top-right-radius:0;
    }
    .panel-contact-nav li.active::after{
        display: none;
    }
    .panel-contact-nav li:hover{
        background: #4A719B;
        color: #fff;
    }
    .panel-contact-nav-pc{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .count-title {
        font-size: 13px;
    }
}

.nopage1,
.nopage2{
/*    font-family: '微軟正黑體';*/
    width: 100%;
    padding: 50px 15px;
    max-width: 690px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.nopage1 .pic{
    max-width: 560px;
    margin: 0 auto 30px;
}
.nopage2 .pic{
    max-width: 657px;
    margin: 0 auto 30px;
}
.nopage1 .pic img,
.nopage2 .pic img{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}
.nopage2 .title{
    font-size: 25px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 15px;
}
.nopage1 .txt,
.nopage2 .txt{
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
}
.nopage1 .txt{
        padding-left: 15%;
        text-align: center;
}
.nopage2 .txt{
    text-align: center;
}
.nopage1 .btn-box a.gohome,
.nopage2 .btn-box a.gohome{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #929292;
    border: 1px solid #929292;
    text-align: center;
    padding: 4px 47px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.nopage1 .btn-box a.gohome:hover,
.nopage2 .btn-box a.gohome:hover {
    color: #FFF;
    background: #929292;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
