/*--------------- cover ---------------*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

header {
    border-top: none;
}

.top-bar {
    background: #ECECEC;
    border-bottom: 1px solid #D7D7D7;
    color: #222222;
    font-family: '微軟正黑體',Arial;
}
.top-bar a {
    color: #327AB7;
}
.top-func {
    color: #327AB7;
}

.top-func .alert-button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}
.top-func .alert-button i {
    color: #B5B5B5;
}
.top-func .alert-button:hover i {
    color: #FFB100;
}
.top-func .alert-button .alert-tooltip {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    border: 1px solid #FFB100;
    border-top: 3px solid #FFB100;
    background: #fff;
    padding: 10px 15px;
    font-size: 12px;
    color: #929292;
    z-index: 10;
}
.top-func .alert-button:hover .alert-tooltip {
    display: block;
}

.top-func-button { 
    margin-top: 15px; 
    /*display: -webkit-flex;
    display: flex;
    flex-direction:row;*/
    display: table;
    width: 100%;
}

.top-func-button div.item-area.flex { 
    /*-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    display: table-cell;
    width: 1000px;
}

.top-func-button div.item-area { 
    vertical-align: top; 
    display: table-cell;
}

.top-func-button div.item-area img { left: 0px; margin-right: 30px; }

.top-func-button div.item-area div.search-box {
    width: 100%;
    top: 0px;
    margin-left: 0px;
    border-color: #3DAEE3;
    border-width: 1px;
}
.top-func-button div.item-area div.search-box input {
    background: #fff;
    border: 1px solid #fff;
}

.top-func-button div.item-area div.search-box .input-group { margin-left: 1px; } 

.top-func-button div.item-area div.search-box .input-group button.dropdown-toggle { border-left: 1px solid #3DAEE3; background: none; border-radius: 0px; }
.top-func-button div.item-area div.search-box .input-group button.dropdown-toggle:after { 
    display: none;
    /*display: inline-block;*/
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent; 
}

.top-func-button div.item-area div.search-box .input-group .dropdown-menu a { display: block; text-decoration: none; padding: 3px 15px; color: #373a3c; }
.top-func-button div.item-area div.search-box .input-group .dropdown-menu a:hover { background: #f5f5f5; }



.top-func-button div.item-area div.search-box .btn-topfunc-search-btn {
    background: #3DAEE3;
    color: #fff;
    border-color: #3DAEE3;
}


.top-func-button div.item-area .keyword-area {
    position: relative;
    padding-right: 74px;
    margin: 5px 0px;
}
.top-func-button div.item-area .keyword-area a {
    color: #888888;
    display: inline-block;
}
.top-func-button div.item-area .keyword-area a.hot {
    color: #FF6B00;
}
.top-func-button div.item-area .keyword-area .instock-area {
    position: absolute; 
    top: 0px;
    right: 0px;
    margin: 0px;
}

.top-func-button div.item-area .header-button {
    position: relative;
    display: inline-block;
    background: #5E6266;
    border-radius: 5px;
    padding: 8px 15px 8px 45px;
    margin-left: 30px;
    color: #fff;
    white-space: nowrap;
}
.top-func-button div.item-area .header-button:hover {
    text-decoration: none;
}
.top-func-button div.item-area .header-button img {
    position: absolute;;
    top: -4px;
    left: -15px;
}
.top-func-button div.item-area .header-button .cart-amount {
    color: #FFD200;
}

.header-menu {
    height: auto;
}

.a-cart-nav>ul>li {
    font-size: 15px;
    border-left: 0px solid #fff;
    margin-top: 0px;
    padding: 5px 40px;
}

.a-cart-nav li .dropdown-menu {
    border-top: 2px solid #3DAEE3;
}

.mini-cart-bar {
    right: 0px;
}

.main-content-area {
    margin-top: 0px;
}

/*--------------- other ---------------*/

.table-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .table-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .table-container {
        width: 1170px;
    }
}


.btn-full {
    width: 100%;
}

.btn-buy {
    background: #FF6633;
    color: #fff;
}
.btn-buy:hover,.btn-buy:active {
    color: #fff;
}

.btn-back {
    background: #3DAEE3;
    color: #fff;
}
.btn-back:hover,.btn-back:active {
    color: #fff;
}

.btn-reset {
    background: #8E8E8E;
    color: #fff;
}
.btn-reset:hover,.btn-reset:active {
    color: #fff;
}

.xs-margin-bottom {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .xs-margin-bottom {
        margin-bottom: 0px;
    }
}




/*--------------- ec table ---------------*/

#table-type-box table {
    width: 1140px;
    font-size: 12px;
    border-collapse: collapse;
}

#table-type-box table td,
#table-type-box table th {
    text-align: left;
}

#table-type-box table th {
    vertical-align: bottom;
     background: #d1e2ee;
     color:#4c4c4c;
     border-bottom: 2px solid #adc8db;
     padding: 14px 5px;
}

#table-type-box table td {
    vertical-align: top;
    border-bottom: 1px solid #ecebeb;
    padding: 9px 5px ;
    vertical-align: top !important; 
}

#table-type-box table td span {
    margin-bottom: 1px;
    line-height: 1.3;
    vertical-align: top;
}

#table-type-box table td span .quantity {
    display: inline-block;
    vertical-align: bottom;
}


#table-type-box .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
#table-type-box .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}


.quantity {    
    display: inline-block;
    vertical-align: bottom;
    width:55px;
}

#table-type-box table input[type="text"]{
    border:1px solid #c8cfd2;
    width: 50px;
    margin-bottom: 10px;
}

#table-type-box table #toolbar a {
    display: inline-block;
    border: none;
    border-radius: 5px;
    background: #ff6633;
    color: white;
    width: 50px;
    padding: 3px;
    text-align: center;
}
#table-type-box table #toolbar a:hover {
    text-decoration: none;
}

.text-break { word-break: break-all; }

@media only screen and (max-width: 768px) {
    #table-type-box table td span.price {
        display: inline-block;
        margin-top: 0;
    }
}



/*--------------- ec table full ---------------*/
.table-full {
    overflow-x:auto;
}
.table-full i.product-title  {
    cursor: pointer;
    background: #337ab7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

/*--------------- ec table simple ---------------*/
#table-type-box.table-simple table {
    width: 100%;
}

.table-simple i.product-title {
    cursor: pointer;
    background: #337ab7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.table-simple .simple-hidden {
    display: none;
}

.table-simple .simple-hidden-xs {
    display: none; 
}
@media only screen and (min-width: 768px) {
    .table-simple .simple-hidden-xs {
        display: table-cell; 
    }
}

.table-simple .simple-hidden-xs2 {
    display: none; 
}
@media only screen and (min-width: 450px) {
    .table-simple .simple-hidden-xs2 {
        display: table-cell; 
    }
}


/*--------------- ec list modal ---------------*/
#product-info {
    text-align: center;
}
#product-info .modal-dialog {
    width: 95%;
    margin: 10px auto;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    
    #product-info:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    #product-info .modal-dialog {
        width: 740px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

#product-info .modal-header {
    background: #5B9DC9;
    color: #fff;
}

#product-info .modal-header .close {
    color: #fff;
}

#product-info .modal-body .form-group {
    margin-bottom: 5px;
}

#product-info .modal-body .line {
    border-top: 1px dashed #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

#product-info .modal-body .product-title {
    font-weight: bold;
    color: #106EAD;
}

#product-info .modal-footer .pre-product {
    float: left;
}
#product-info .modal-footer .next-product {
    float: right;
}
#product-info .modal-footer .pre-product i,#product-info .modal-footer .next-product i {
    font-size: 20px;
}

#product-info .modal-footer a.pre-product,#product-info .modal-footer a.next-product {
    color: #106EAD;
}
#product-info .modal-footer span.pre-product,#product-info .modal-footer span.next-product {
    color: #747474;
}

#product-info .modal-body.full-xs {
    font-size: 14px;
    padding: 0px;
    text-align: left;
}

#product-info .modal-body.full-xs .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}


#product-info #product-info-iframe {
    display: none;
}

#product-info .loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #5B9DC9;
    background: -moz-linear-gradient(left, #5B9DC9 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #5B9DC9 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #5B9DC9 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #5B9DC9 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #5B9DC9 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

#product-info .loader:before {
  width: 50%;
  height: 50%;
  background: #5B9DC9;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#product-info .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ec-list-search-area {
  background:#f4f4f4;
  background:rgba(244,244,244,.79);
  border: 1px solid #d3d3d3;
  left: 50%;
  padding: 2px 5px;
  width:660px;
  box-shadow:0 4px 9px rgba(0,0,0,.37);
  border-radius: 2px;

}

.ec-list-search-area input {
  background:#fefefe;
  border: none;
  margin-right: 5px;
  padding: 10px;
  width: 556px;
  box-shadow: 0 0 4px rgba(0,0,0,.4) inset, 1px 1px 1px rgba(255,255,255,.75);
  border-radius: 2px;

}

.ec-list-search-area button {
  background: rgb(52,173,236);
  border: none;
  color:#fff;
  cursor: pointer;
  font-size: 12px;
  padding: 10px;
  width:80px;
  box-shadow: 0 0 2px #2692dd inset;
  -moz-box-shadow: 0 0 2px #2692dd inset;
  -webkit-box-shadow: 0 0 2px #2692dd inset;
  border-radius: 2px;
 
}

/*--------------- ec list area ---------------*/
.ec-list-area { 
    margin: 10px 0px;
}
.ec-list-area .btn {
    padding: 3px 12px;
}
.ec-list-area .btn-default {
    background: #FF6633;
    color: #fff;
    text-shadow: none;
    border-color: transparent;
}
.ec-list-area .pagenation-area {
    margin-top: 0px;
    padding-top: 10px;
    border: none;
}
.ec-list-area .pagenation-area .pagenation {
    margin-bottom: 0px;
}
.ec-list-area .pagenation-area .page-button {
    border: 1px solid #3DAEE3;
    padding: 1px 8px;
}
.ec-list-area .pagenation-area select {
    border: 1px solid #3DAEE3;
}
.ec-list-area .pagenation-area .pagenation-info {
    color: #B3B3B3;
    font-size: 13px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 550px) {
    .ec-list-area .pagenation-area {
        float: right;
        padding-top: 0px;
    }
}


/*--------------- ec index  ---------------*/
.ec-banner-area {
    margin: 5px 0px;
}


/*--------------- ec detail tab title ---------------*/
.detail-title-area {
    border-bottom: 1px solid #3DAEE3;
    margin-bottom: 30px;
    margin-top: 20px;
}
.detail-title-area:after {
    content: '';
    display: block;
    clear: both;
}
.detail-title-area img {
    vertical-align: top;
}
.detail-title-area h2 {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin: 0px 0px 8px 10px;
}
.detail-title-area .tab-area {
    float: right;
}

.detail-title-area .tab-area a {
    position: relative;
    color: #555555;
    background: url(../images/ec-style/tab_off.png) 50% no-repeat;
    display: inline-block;
    width: 122px;
    text-align: center; 
    line-height: 33px;
    padding: 0px 15px;
    margin-right: 15px;
    font-size: 14px;
}

.detail-title-area .tab-area a:hover,.detail-title-area .tab-area a.active {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background: url(../images/ec-style/tab_on.png) 50% no-repeat;
}

.detail-title-area .tab-area a+a {
    margin-left: -30px;
}

.detail-title-area .nav-tabs {
    float: right;
}
.detail-title-area .nav-tabs li a {
    position: relative;
    color: #555555;
    background: url(../images/ec-style/tab_off.png) 50% no-repeat;
    display: inline-block;
    width: 122px;
    text-align: center; 
    line-height: 33px;
    padding: 0px 15px;
    margin-right: 15px;
    border: none;
    font-size: 14px;
}
.detail-title-area .nav-tabs li:hover a,.detail-title-area .nav-tabs li.active a {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background: url(../images/ec-style/tab_on.png) 50% no-repeat;
    border: none;
}

.detail-title-area .nav-tabs li+li a {
    margin-left: -30px;
}


/*--------------- ec detail table ---------------*/

.bootstrap-table.type2 .table-title { 
    background: url(../images/A/template/cover.png) 100% #337AB7 no-repeat;
}

.bootstrap-table.type2 .table thead {
    background: #3DAEE3;
}

.btn-info {
    background: #FF7E20;
    border: 1px solid #fff;
    text-shadow: none;
}

.btn-info:hover,.btn-info:focus {
    background: #FF7E20;
    border: 1px solid #fff;
    text-shadow: none;
}

.tag-list {

}

.tag-list  button.active {
    z-index: 2;
    color: #f2f2f2;
    text-decoration: none;
    background: url(../images/ec-style/tab_on.png) 50% no-repeat;
}

.tag-list ul li{
    display: inline-block;
}

/*.tag-list .btn-hot-list a:hover, .tag-list .btn-hot-list a.active{
    color: #123;
    border: 1px solid #fff;
}
*/

.tag-list .btn-hot-list {
    float: right;
}

.tag-list .btn-hot-list a {
    position: relative;
    color: #555555;
    background: url(../images/ec-style/tab_off.png) 50% no-repeat;
    display: inline-block;
    width: 122px;
    text-align: center; 
    line-height: 33px;
    padding: 0px 15px;
    margin-right: 15px;
    font-size: 14px;
}

.tag-list .btn-hot-list button.active {
    z-index: 2;
    color: #f2f2f2;
    text-decoration: none;
    background: url(../images/ec-style/tab_on.png) 50% no-repeat;
}

.btn-hot-list ul li{
    display: inline-block;
}


.tag-list .btn-hot-list a+a {
    margin-left: -30px;
}

/*--------------- ec detail table title ---------------*/
.ec-info-box {
    margin-bottom: 30px;
}
.ec-info-box .ec-info-title {
    padding: 8px 30px;
    color: #fff;
    background: #A6D2E6;
}
.ec-info-box .ec-info-title.blue {
    background: url(../images/ec-style/title_blue.png) #A6D2E6 100% 0% no-repeat;
}
.ec-info-box .ec-info-title.pink {
    background: url(../images/ec-style/title_red.png) #DF326F 100% 0% no-repeat;
}
.ec-info-box .ec-info-title.green {
    background: url(../images/ec-style/title_green.png) #0CA284 100% 0% no-repeat;
}
.ec-info-box .ec-info-content {
    padding: 15px 30px;
    border: 1px solid #D7D7D7;
    border-top: none;
}
.ec-info-box .ec-info-content img {
    max-width: 100%;
    height: auto;
}

.ec-info-box .ec-info-content .img-area {
    display: table;
    table-layout: fixed;
    height: 190px;
    width: 100%;
    margin-bottom: 15px;
}
.ec-info-box .ec-info-content .img-area .img-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ec-info-box .ec-info-content .img-area .img-box img {
    max-height: 190px;
    max-width: 100%;
    height: auto;
    width: auto;
}

.ec-info-box .ec-info-content .info-list li {
    margin-bottom: 5px;
}
.ec-info-box .ec-info-content .info-list li .important {
    color: #5D90C2;
    font-size: 18px;
    font-weight: bold;
}

.ec-info-box .mod-button-box {
    border-top: 1px dashed #D7D7D7;
    padding-top: 15px;
    margin-top: 15px;
}

.ec-info-box .btn-primary {
    background: #FF6633;
    border-radius: 0px;
    border: none;
}
.ec-info-box .btn-primary:hover {
    background: #FF6633;
    border-radius: 0px;
    border: none;
}

.ec-info-box .btn-important {
    background: #017AB7;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.ec-info-box .btn-important:hover {
    background: #017AB7;
    color: #fff;
    border-radius: 0px;
    border: none;
}

.ec-info-box .btn-warning {
    background: #a0a0a0;
    border-radius: 0px;
    border: none;
}
.ec-info-box .btn-warning:hover {
    background: #a0a0a0;
    border-radius: 0px;
    border: none;
}

.ec-info-box .ec-info-list-box {
    padding: 10px;
    border: 1px solid #D7D7D7;
    border-top: none;
}

.ec-info-box .ec-info-list-box.list-icon {
    position: relative;
    padding-left: 30px;
}
.ec-info-box .ec-info-list-box.list-icon a { color: #757575; }
.ec-info-box .ec-info-list-box.list-icon:after {
    display: block;
    content: '';
    border-width: 4px 5px 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #009fe6;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -4px;
}

.ec-info-box .ec-info-list-box .img-area {
    height: 80px;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}
.ec-info-box .ec-info-list-box .img-area .img-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ec-info-box .ec-info-list-box .img-area img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    width: auto;
}

.ec-info-box .more-area {
    margin-top: 10px;
    text-align: center;
}

/* input group */
.ec-info-box .input-group {
    width: 100%;
}
.ec-info-box .input-group .input-group-addon {
    cursor: pointer;
}
.ec-info-box .input-group input {
    border: 1px solid #ccc;
}

/* form group */
.ec-info-box .form-group {
    margin-bottom: 0px;
}
.ec-info-box .form-group .control-label {
    font-weight: bold;
}

.ec-info-box .form-group .product-title {
    color: #106EAD;
    font-weight: bold;
}
 
/* grid */

@media only screen and (min-width: 992px) {
    .ec-info-box .pc-same-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .ec-info-box .pc-same-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
}

.ec-info-box .pc-border-left {
    border-left: none;
}
@media only screen and (min-width: 992px) {
    .ec-info-box .pc-border-left {
        border-left: 1px solid #D7D7D7;
    }
}

/*--------------- ec list tag area ---------------*/
.list-tag-area {
    position: relative;
    padding: 10px 15px 10px 135px;
    margin-bottom: 20px;
    border: 1px solid #E6EAEC;
}

.list-tag-area .tag-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 100%;
    padding: 10px 15px;
    background: url(../images/ec-style/tag-bg.png) #F1F4F5 100% 100% no-repeat;
}
.list-tag-area .tag-title i {
    color: #FF0000;
    margin-top: -3px;
}
.list-tag-area button {
    font-size: 13px; 
    color: #888;
    border-radius: 0px;
    padding: 3px 10px;
    background: #fff;
    border: none;
    text-shadow: none;
    margin-right: 10px;
    box-shadow: none;
}
.list-tag-area button:hover {
    background: #3DAEE3;
    color: #fff;
}

/*--------------- ec photo list area ---------------*/
.ec-photo-list-area {
    position: relative;
    margin-bottom: 30px;
}
.ec-photo-list-area .ec-photo-box {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #D7D7D7;
    border-top: 4px solid #D7D7D7;
    margin-bottom: 10px;
}
.ec-photo-list-area .ec-photo-box:before {
    content: '';
    display: block;
    width: 54px;
    height: 4px;
    background: url(../images/ec-style/blue_line.png) 100% 100% no-repeat;
    position: absolute;
    top: -4px;
    left: 22px;
    z-index: 2;
}
.ec-photo-list-area .ec-photo-box .ec-photo-bg {
    display: table-cell;
    width: 100%;
    height: 150px;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    background: url(../images/ec-style/product_bg.png) 100% 100% no-repeat;
}
.ec-photo-list-area .ec-photo-box .ec-photo-bg.no-bg {
    background: none;
}
.ec-photo-list-area .ec-photo-box .ec-photo-bg img {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.ec-photo-list-area .ec-photo-box .status-box {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    width: 80px;
    background: #6D6D6D;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow:0px 0px 0px 4px rgba(0,0,0,0.3);
    text-align: center;
}
.ec-photo-list-area .ec-photo-box .status-box.coming {
    background: #d9534f;
}

.ec-photo-list-area .ec-photo-box .type-tag {
    position: absolute;
    top: 110px;
    right: -2px;
    padding: 3px 12px 3px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    border-top-right-radius: 0px;
}
.ec-photo-list-area .ec-photo-box .type-tag:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    top: -2px;
    right: 1px;
}
.ec-photo-list-area .ec-photo-box .type-tag.blue {
    background: #3D87E3;
}
.ec-photo-list-area .ec-photo-box .type-tag.blue:after {
    background: url(../images/ec-style/tag_blue.png);
}
.ec-photo-list-area .ec-photo-box .type-tag.pink {
    background: #E02570;
}
.ec-photo-list-area .ec-photo-box .type-tag.pink:after {
    background: url(../images/ec-style/tag_red.png);
}
.ec-photo-list-area .ec-photo-box .type-tag.green {
    background: #05B581;
}
.ec-photo-list-area .ec-photo-box .type-tag.green:after {
    background: url(../images/ec-style/tag_green.png);
}

.ec-photo-list-area .ec-photo-box .list-type {
    position: absolute;
    right: 10px;
    top: 5px;
}

.ec-photo-list-area .ec-photo-box .list-type+.list-type {
    top: 50px;
}

.ec-photo-list-area .ec-info-box {
    position: relative;
    padding-right: 45px;
    margin-bottom: 10px;
    word-break: break-all;
}

.ec-photo-list-area .ec-title-box {
    color: #256ba8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ec-photo-list-area .ec-desc-box {
    font-size: 14px;
    color: #575757;
}

.ec-photo-list-area .text-list {
    font-size: 14px;
    color: #000;
    font-family: Arial;
}

.ec-photo-list-area .text-list label {
    font-family: 微軟正黑體;
    color: #748895;
    margin-bottom: 0px;
}
.ec-photo-list-area .text-list .price {
    color: #FF6633;
    font-weight: bold;
    font-size: 16px;
}

.ec-photo-list-area .button-area {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ec-photo-list-area .button-area .btn-primary {
    background: #FF6633;
    border-radius: 0px;
    border: none;
    text-shadow: none;
}
.ec-photo-list-area .button-area .btn-primary:hover {
    background: #FF6633;
    border-radius: 0px;
    border: none;
}

.ec-photo-list-area .button-area .btn-warning {
    background: #a0a0a0;
    border-radius: 0px;
    border: none;
}
.ec-photo-list-area .button-area .btn-warning:hover {
    background: #a0a0a0;
    border-radius: 0px;
    border: none;
}

.ec-photo-list-area .button-area .btn-coming {
    color: #fff;
    background: #3DAEE3;
    border-radius: 0px;
    border: none;
}
.ec-photo-list-area .button-area .btn-coming:hover {
    background: #3DAEE3;
    border-radius: 0px;
    border: none;
}

/*--------------- ec index area ---------------*/

/* banner */
.ec-index-banner-area {
    margin: 2px 0px;
    background: #FFB00E;
}
.ec-index-banner-area #index-banner .owl-item {
    text-align: center;
}
.ec-index-banner-area #index-banner .owl-item img {
    max-width: 100%;
    max-height: 317px;
    width: auto;
    height: auto;
}
.ec-index-banner-area .owl-theme .owl-controls  .owl-pagination {
    bottom: 0px;
}
.ec-index-banner-area .owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #5E6266;
}
.ec-index-banner-area .owl-theme .owl-controls .owl-page.active span,.ec-index-banner-area .owl-theme .owl-controls .owl-page:hover span {
    background: #337AB7;
}

/* sider */
.ec-index-sider-area {
    margin: 2px 0px;
    background: url(../images/ec-style/banner_bg.png) 50% 50%;
    padding: 25px 0px;
}
.ec-index-sider-area #index-sider {
    /* margin: 0px -15px; */
}
.ec-index-sider-area .sider-box {
    background: #E0F7F9;
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
    margin: 5px 15px;
}
.ec-index-sider-area .sider-box .photo-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 130px;
}
.ec-index-sider-area .sider-box .photo-box .photo-bg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ec-index-sider-area .sider-box img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
}
.ec-index-sider-area .sider-box h3 {
    font-size: 15px;
    font-weight: bold;
    color: #575757;
    height: 25px;
    overflow: hidden;
    margin: 10px 0px 2px 0px;
}
.ec-index-sider-area .sider-box .content {
    font-size: 15px;
    color: #575757;
    height: 50px;
    line-height: 1.7;
    overflow: hidden;
}

/* ad  */
.ec-index-ad-area {
    background: #E4E8E9;
    padding: 10px 0px;
}
.ec-index-ad-area .ad-box {
    width: 100%;
    padding: 0px 15px;
    text-align: center;
}
.ec-index-ad-area .ad-box.hidden-box-450 {
    display: none;
}
.ec-index-ad-area .ad-box.hidden-box-768 {
    display: none;
}
@media only screen and (min-width: 450px) {
    .ec-index-ad-area .ad-box {
        float: left;
        width: 50%;
    }
    .ec-index-ad-area .ad-box.hidden-box-450 {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .ec-index-ad-area .ad-box {
        width: 25%;
    }
    .ec-index-ad-area .ad-box.hidden-box-768 {
        display: block;
    }
}
.ec-index-ad-area .ad-box img {
    max-width: 100%;
    height: auto;
}

/* prefecture */
.ec-index-prefecture-area {
    padding: 25px 0px;
}
.prefecture-area+.prefecture-area {
    margin-top: 30px;
}
.index-title {
    margin: 0px 0px 8px 0px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
    background: url(../images/ec-style/title_icon.png) no-repeat;
}

.ec-index-prefecture-area .ec-index-prefecture-content:after {
    content: '';
    display: block;
    clear: both;
}

.ec-index-prefecture-area .prefecture-box {
    width: 100%;
    border: 1px solid #D7D7D7;
    padding: 10px;
}
.ec-index-prefecture-area .prefecture-box+.prefecture-box {
    border-bottom: none;
}
.ec-index-prefecture-area .prefecture-box:last-child {
    border-bottom: 1px solid #D7D7D7;
}
.ec-index-prefecture-area .prefecture-box.full-img {
    display: none;
    padding: 0px;
    border: none;
}
.ec-index-prefecture-area .prefecture-box.full-img img {
    width: 100%;
}
@media only screen and (min-width: 450px) {
    .ec-index-prefecture-area .ec-index-prefecture-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .ec-index-prefecture-area .prefecture-box {
        float: left;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .ec-index-prefecture-area .prefecture-box+.prefecture-box {
        border-bottom: 1px solid #D7D7D7;
    }
    .ec-index-prefecture-area .prefecture-box+.prefecture-box {
        border-left: none;
    }
    .ec-index-prefecture-area .prefecture-box.full-img {
        display: inline-block;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(3),.ec-index-prefecture-area .prefecture-box:nth-child(5) {
        border-left: 1px solid #D7D7D7;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(3),.ec-index-prefecture-area .prefecture-box:nth-child(4),.ec-index-prefecture-area .prefecture-box:nth-child(5),.ec-index-prefecture-area .prefecture-box:nth-child(6) {
        border-top: none;
    }
}
@media only screen and (min-width: 620px) {
    .ec-index-prefecture-area .prefecture-box {
        width: 33.333333%;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(3),.ec-index-prefecture-area .prefecture-box:nth-child(5) {
        border-left: none;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(4) {
        border-left: 1px solid #D7D7D7;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(3) {
        border-top: 1px solid #D7D7D7;
    }
}
@media only screen and (min-width: 800px) {
    .ec-index-prefecture-area .prefecture-box {
        width: 25%;
    }
    .ec-index-prefecture-area .prefecture-box.hidden-box-800 {
        display: none;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(4) {
        border-left: none;
    }
    .ec-index-prefecture-area .prefecture-box:nth-child(4),.ec-index-prefecture-area .prefecture-box:nth-child(5),.ec-index-prefecture-area .prefecture-box:nth-child(6) {
        border-top: 1px solid #D7D7D7;
    }
}
@media only screen and (min-width: 1200px) {
    .ec-index-prefecture-area .prefecture-box {
        width: 16.66666667%;
    }
    .ec-index-prefecture-area .prefecture-box.hidden-box-800 {
        display: inline-block;
    }
}

.ec-index-prefecture-area .prefecture-box .img-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 134px;
    padding-bottom: 14px;
}
.ec-index-prefecture-area .prefecture-box .img-box .img-bg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ec-index-prefecture-area .prefecture-box .img-box .img-bg img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
}
.ec-index-prefecture-area .prefecture-box .product-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0px;
    height: 32px;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.2;
}
.ec-index-prefecture-area .prefecture-box .price {
    font-size: 16px;
    font-weight: bold;
    color: #FF6B00;
    display: block;
}
.ec-index-prefecture-area .prefecture-box .product-info {
    font-size: 12px;
    font-family: 新細明體;
    color: #616161;
}

/* project */
.ec-index-project-area {
    padding: 45px 0px;
}

.ec-index-project-area .home-spec-news-area .nav-tabs>li {
    width: 100%;
}
.ec-index-project-area .home-spec-news-area .nav-tabs>li>a {
    background: #337AB7;
    text-align: center;
    font-size: 18px;
    margin: 0px;
    border: none;
}
.ec-index-project-area .home-spec-news-area .nav-tabs>li.active>a {
    background: url(../images/ec-style/select_left.png) 15px 0px no-repeat,url(../images/ec-style/select_right.png) calc(100% - 15px) 100% no-repeat,#27A79C;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .ec-index-project-area .home-spec-news-area .nav-tabs>li {
        width: 20%;
    }
    .ec-index-project-area .home-spec-news-area .nav-tabs>li:first-child {
        border-top-left-radius: 5px;
        overflow: hidden;
    }
    .ec-index-project-area .home-spec-news-area .nav-tabs>li:last-child {
        border-top-right-radius: 5px;
        overflow: hidden;
    }
        .ec-index-project-area .home-spec-news-area .nav-tabs>li:first-child a {
        border-top-left-radius: 5px;
        overflow: hidden;
    }
    .ec-index-project-area .home-spec-news-area .nav-tabs>li:last-child a {
        border-top-right-radius: 5px;
        overflow: hidden;
    }
}

.ec-index-project-area .home-spec-news-area .tab-content {
    background: none;
    border: 1px solid #D7D7D7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ec-index-project-area .home-spec-news-area .tab-content .desc {
    font-size: 15px;
}



/*--------------- ec cart area ---------------*/

.cart-step-area {
    position: relative;
    margin-bottom: 30px;
    /*display: -webkit-flex;
    display: flex;
    flex-direction:row;*/
    display: table;
    width: 100%;
    padding: 0px 20px 60px 20px;
}
.cart-step-area .space {
    position: relative;
    /*-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
    display: table-cell;
    width: 200px;
}
.cart-step-area .step-box {
    position: relative;
    display: table-cell;
}
.cart-step-area .step-box .text {
    display: none;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .cart-step-area {
        padding: 0px 0px 60px 40px;
    }

    .cart-step-area .step-box .text {
        display: inline-block;
        position: relative;
    }
    .cart-step-area .step-box .text:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 25px;
        position: absolute;
        top: -5px;
        left: -40px;
    }
    .cart-step-area .step-box.step1 .text:before {
        background: url(../images/ec-style/cart/step01_yet.png) no-repeat;
    }
    .cart-step-area .step-box.step2 .text:before {
        background: url(../images/ec-style/cart/step02_yet.png) no-repeat;
    }
    .cart-step-area .step-box.step3 .text:before {
        background: url(../images/ec-style/cart/step03_yet.png) no-repeat;
    }
    .cart-step-area .step-box.step4 .text:before {
        background: url(../images/ec-style/cart/step04_yet.png) no-repeat;
    }
    .cart-step-area .step-box.step5 .text:before {
        background: url(../images/ec-style/cart/step05_yet.png) no-repeat;
    }
    .cart-step-area .step-box.step1.now .text:before {
        background: url(../images/ec-style/cart/step01_now.png) no-repeat;
    }
    .cart-step-area .step-box.step2.now .text:before {
        background: url(../images/ec-style/cart/step02_now.png) no-repeat;
    }
    .cart-step-area .step-box.step3.now .text:before {
        background: url(../images/ec-style/cart/step03_now.png) no-repeat;
    }
    .cart-step-area .step-box.step4.now .text:before {
        background: url(../images/ec-style/cart/step04_now.png) no-repeat;
    }
    .cart-step-area .step-box.step5.now .text:before {
        background: url(../images/ec-style/cart/step05_now.png) no-repeat;
    }
    .cart-step-area .step-box.step1.done .text:before {
        background: url(../images/ec-style/cart/step01_done.png) no-repeat;
    }
    .cart-step-area .step-box.step2.done .text:before {
        background: url(../images/ec-style/cart/step02_done.png) no-repeat;
    }
    .cart-step-area .step-box.step3.done .text:before {
        background: url(../images/ec-style/cart/step03_done.png) no-repeat;
    }
    .cart-step-area .step-box.step4.done .text:before {
        background: url(../images/ec-style/cart/step04_done.png) no-repeat;
    }
    .cart-step-area .step-box.step5.done .text:before {
        background: url(../images/ec-style/cart/step05_done.png) no-repeat;
    }
}

.cart-step-area .number-box {
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -20px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    border: 2px solid #CBCBCB;
    z-index: 5;
}
.cart-step-area .number-box .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #CBCBCB;
}
.cart-step-area .step-box.now .number-box {
    border: 2px solid #FF6633;
}
.cart-step-area .step-box.now .number-box .number {
    background: #FF6633;
}
.cart-step-area .step-box.done .number-box {
    border: 2px solid #3DAEE3;
}
.cart-step-area .step-box.done .number-box .number {
    background: #3DAEE3;
}

.cart-step-area .line {
    position: absolute;
    bottom: -35px;
    width: 100%;
    height: 8px;
    background: url(../images/ec-style/cart/line_gray.png) 50% no-repeat;
}
.cart-step-area .step-box.now .line,.cart-step-area .space.now .line {
    background: url(../images/ec-style/cart/line_half.png) 50% no-repeat;
}
.cart-step-area .step-box.done .line,.cart-step-area .space.done .line {
    background: url(../images/ec-style/cart/line_blue.png) 50% no-repeat;
}
.cart-step-area .step-box.first .line {
    background: url(../images/ec-style/cart/line_half_gray_right.png) 50% no-repeat;
}
.cart-step-area .step-box.last .line {
    background: url(../images/ec-style/cart/line_half_gray_left.png) 50% no-repeat;
}
.cart-step-area .step-box.first.done .line {
    background: url(../images/ec-style/cart/line_half_blue_right.png) 50% no-repeat;
}
.cart-step-area .step-box.last.now .line {
    background: url(../images/ec-style/cart/line_half_blue_left.png) 50% no-repeat;
}


.cart-mb-step-intro {
    position: relative;
    display: block;
    border: 1px solid #CBCBCB;
    padding: 20px 15px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
}
.cart-mb-step-intro img {
    margin-right: 10px;
}
.cart-mb-step-intro:after,.cart-mb-step-intro:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
}
.cart-mb-step-intro:after {
    bottom: -20px;
    margin-left: -9px;
    border-color: #fff transparent transparent transparent;
    border-width: 10px;
}
.cart-mb-step-intro:before {
    border-color: #CBCBCB transparent transparent transparent;
    border-width: 11px;
}

.cart-mb-step-intro.step1:after,.cart-mb-step-intro.step1:before {
    left: calc(0% + 20px);
}
.cart-mb-step-intro.step2:after,.cart-mb-step-intro.step2:before {
    left: calc(25% + 10px);
}
.cart-mb-step-intro.step4:after,.cart-mb-step-intro.step4:before {
    left: calc(75% - 10px);
}
.cart-mb-step-intro.step5:after,.cart-mb-step-intro.step5:before {
    left: calc(100% - 20px);
}


@media only screen and (min-width: 768px) {
    .cart-mb-step-intro {
        display: none;
    }
}

/* cart-table */
.bootstrap-table .table.ec-cart {
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bootstrap-table .table.ec-cart thead {
    background: #D1E2EE;
    border-bottom: 2px solid #ADC8DB;
    color: #4c4c4c;
    font-size: 13px;
}
.bootstrap-table .table.ec-cart thead tr {
    border-left: 1px solid #D1E2EE;
    border-right: 1px solid #D1E2EE;
}
.bootstrap-table .table.ec-cart thead>tr>th {
    padding: 15px 5px;
}
.bootstrap-table .table.ec-cart thead th {
    border: none;
}
.bootstrap-table .table.ec-cart tbody tr {
    border-left: 1px solid #D1E2EE;
    border-right: 1px solid #D1E2EE;
    border-bottom: 1px solid #D1E2EE;
}
.bootstrap-table .table.ec-cart tbody td {
    border-left: 1px solid #D1E2EE;
    border-right: 1px solid #D1E2EE;
    border-bottom: 0px;
    padding: 12px 15px;
}
.bootstrap-table .table.ec-cart tbody tr.no-border {
    border-bottom: none;
}
.bootstrap-table .table.ec-cart tbody tr.no-border td {
    border-left: none;
    border-right: none;
    padding: 6px 15px;
}

.bootstrap-table .table.ec-cart tbody tr.no-border.under {
    border-bottom: 1px solid #D1E2EE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bootstrap-table .table.ec-cart tbody tr.no-border.under td {
    padding: 12px 15px;
}

table.ec-cart .form-control {
    border: 1px solid #C8CFD2;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    padding: 3px 6px;
    height: 22px;
}
table.ec-cart .amount {
    color: #C92334;
    font-size: 20px;
    font-weight: bold;
}

/* cart-info-box */
.ec-cart-info-box .info-title {
    background: #D1E2EE;
    padding: 15px 45px;
}
.ec-cart-info-box .info-title.header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ec-cart-info-box .info-area {
    border: 1px solid #D1E2EE;
    padding: 15px;
}
.ec-cart-info-box .info-area.footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.detail-title-area.cart-title {
    margin: 0px; 
    padding: 15px; 
    border-left: 1px solid #D1E2EE; 
    border-right: 1px solid #D1E2EE; 
    border-bottom: 0px;
}


/* table div */
.table-div.ec-cart {
    margin-bottom: 0px;
    font-size: 14px;
}
.table-div.ec-cart .table-title {
    background: #D1E2EE;
    padding: 15px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #ADC8DB;
    font-size: 14px;
}
.table-div.ec-cart .table-title .date {
    float: right;
    color: #87A8C0;
}
.table-div.ec-cart .table-title:after {
    content: '';
    display: block;
    clear: both;
}

.table-div.ec-cart .row-item {
    background: none;
    border-left: 1px solid #D1E2EE;
    border-right: 1px solid #D1E2EE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.table-div.ec-cart .row-item>div[class*='col-'] {
    border-bottom: 1px solid #D1E2EE;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.table-div.ec-cart .row-item>div[class*='col-'] {
    border-left: 1px solid #D1E2EE;
}
.table-div.ec-cart .row-item>div[class*='col-']:first-child {
    border-left: none;
}
.table-div.ec-cart .row-item:nth-of-type(odd)  .title {
    background: none;
    color: #525252;
}
.table-div.ec-cart .row-item:nth-of-type(even)  .title {
    background: none;
    color: #525252;
}

@media only screen and (min-width: 768px) {
    .table-div.ec-cart .table-title {
        padding: 15px 25px;
    }
    .table-div.ec-cart .row-item {
        border-bottom: 1px solid #D1E2EE;
    }
    .table-div.ec-cart .row-item>div[class*='col-'] {
        border-bottom: none;
    }
}

/*--------------- ec member area ---------------*/
.main-content-area h1 {
    font-size: 21px;
    color: #333;
    padding: 0px 0px 16px 0px;
    margin: 30px 0px;
    background: url(../images/ec-style/member/title_line.png) 50% 100% no-repeat;
}

.login-box  {
    font-size: 15px;
}

.login-box .input-group {
    width: 100%;
    margin-bottom: 15px;
}

.login-box .xs-margin-bottom {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .login-box .xs-margin-bottom {
        margin-bottom: 0px;
    }
}

.login-box .form-group.no-margin-bottom {
    margin-bottom: 5px;
}

.login-box .clear-both-area:after {
    content: '';
    clear: both;
    display: block;
}

.login-box .input-inline-area {
    float: left;
    width: 145px;
    margin-right: 10px;
}

.login-box .text-inline-area {
    float: left;
    vertical-align: top;
}

.login-box .text-inline-area #Verify {
    height: 36px;
}

.login-box .input-group .input-group-addon {
    padding: 0px;
    width: 36px;
    border: none;
}

.login-box .input-group .form-control {
    border-radius: 0px;
    border: 1px solid #B5B5B5;
    padding: 8px 12px;
    height: 36px;
    background: none;
    color: #787878;
}

.login-box .btn-primary {
    background: #3DAEE3;
    border: none;
}

.login-box .social-button {
    padding: 5px;
    display: inline-block;
}
.login-box .social-button i {
    color: #fff;
    font-size: 18px;
}
.login-box .social-button.qq {
    background: #68A6E1;
}
.login-box .social-button.weixin {
    background: #2DC100;
}
.login-box .social-button+.social-button {
    margin-left: 5px;
}

/*--------------- contact us ---------------*/

.detail-title-area.contact_type {
    margin-bottom: 20px;
}

.contactus_content {
    padding-left: 10px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .contactus_content {
        padding-left: 30px;
    }
}

.contactus_content a:hover {
    text-decoration: none;
}

.contactus_content nav a+a {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px dashed #B5B5B5;
} 

.contactus_content .price_label {
    background: #FF6633;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.contactus_content .pay_method {
    margin: 0px 15px 15px 0px;
}