* {
	margin:0;
	padding:0;

}


body {
	font-family:"微軟正黑體", Times, serif;
	font-size:13px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
  outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;

}

html,
body {
     margin:0;
     padding:0;
     height:100%;
}
#wrapper{
     min-height:100%;
     position:relative;
}

#content {
     padding-bottom:400px; /* Height of the footer element */
}


#footer {
     width:100%;
     min-height:150px;
     position:absolute;
     bottom:0;
     left:0;
}

.container{
     max-width: 1230px;
     min-width: 270px;
}
@media (min-width: 1200px){
  .container {
    width: 1230px;
  }
}

.footer{

}

/**mobile_menu **/

.head_mobile nav:not(.mm-menu)
{
     display: none;
}

.head_mobile .header,
.head_mobile .content,
.head_mobile .footer
{
     text-align: center;
}
.head_mobile .header,
.head_mobile .footer
{
     background: #777;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     line-height: 40px;


     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     height: 40px;
     padding: 0 50px;
}
.head_mobile .header.fixed
{
     position: fixed;
     top: 0;
     left: 0;
}
.head_mobile .footer.fixed
{
     position: fixed;
     bottom: 0;
     left: 0;
}
.head_mobile .header a
{
     background: center center no-repeat transparent;
     background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

     display: block;
     width: 40px;
     height: 40px;
     position: absolute;
     top: 0;
     left: 10px;
}
.head_mobile .content
{
     padding: 150px 50px 50px 50px;
}

/**mobile_menu **/
.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#172b3c;
}



.searchbox-open{
    width:100%;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}

.byline a{
  text-decoration:none;
  color: #d74b4b;
}

.header{
    background: #000;
}

.navbar-brand{
    display: block;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

.dropdown-toggle{
    display: none !important;
}

@media screen and (max-width: 1200px){
    .dropdown-toggle{
        display: block !important;
    }
}


.header, .header a{
    color: #fff !important;
}


#navbar a{
    font-size: 15px;
    border-bottom: 4px solid transparent;
}

#navbar a p span{
    width: 20px;
    height: 17px;
    background: url(../images/menu_bar.png) no-repeat;
    display: block;
    margin: 0px auto;
    background-size: 20px 17px;
}

#navbar a:hover span{
    background: url(../images/menu_bar_y.png) no-repeat;
    background-size: 20px 17px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
}

@media screen and (min-width: 992px){
    .nav > li > a {
    padding: 10px 25px;
    }
}

.nav > li > a {
  cursor: pointer;
}

@media screen and (min-width: 1200px){
    .navbar-nav{
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    #navbar a p{
    text-align: center;
    font-size: 20px;
    min-height: 20px;
    font-weight: normal;
}
    .dropdown:hover ul{
    display: block;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FEF102 !important;
    background-color: transparent;
    border-bottom: 4px solid #FEF102;
}

.navbar-default .navbar-nav a:hover{
    color: #FEF102 !important;
    border-bottom: 4px solid #FEF102 !important;
}

.header{
    position: relative;
}

.navbar{
    margin-bottom: 0px;
}

.hd_pos{
    position: relative;
}

.rg_top a, .rg_top ul li,.rg_top ul{
    float: left;
}

.rg_top > a, .rg_top ul{
    margin-left: 20px;
}

@media screen and (max-width: 1200px){
    .rg_top > a, .rg_top ul{
    margin-left: 10px;
}
}
.rg_top ul li{
    margin-left: 6px;
}

.rg_top{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9999;
}

.rg_top i{
    font-size: 20px;
}


@media screen and (max-width: 1200px){
    .nav{
        float: none !important;
    }
    #navbar a p{
        display: inline-block;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px){
    .dropdown-toggle {
    display: inline-block !important;
    }
}

.navbar-toggle{
    margin-top: 40px;
}

.dropdown-menu{
    background: rgba(0,0,0, 1.0);
    background-color: rgba(0,0,0, 0.8);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu > li > a{
    text-align: center;
    border-bottom: 1px solid #fff !important;
    padding: 5px 0px;
}

.navbar-default .dropdown-menu > li > a:hover{
    border-bottom: 1px solid #fff !important;
}

.dropdown-menu{
    padding: 0px 5px;
    min-width: 90px;
    width: 100%;
}

@media (min-width: 992px){
    .cn_left {
        width: 73%;
    }
}

@media (min-width: 992px){
    .cn_right {
        width: 27%;
    }
}

.box_tit ul li{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}

.box_tit ul li span{
    font-weight: bold;
}

.box_tit img{
    display: block;
    margin: 10px auto;
}

.box_tit .sh_info{
    font-size: 13px;
    color: #454545;
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.box_tit{
    width: 100%;
    text-align: center;
}

.box_tit ul{
    width: auto;
    margin: 0px auto;
    text-align: center;
}

.name_tit{
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
a:hover{
    text-decoration: none;
}

.name_tit span{
    color: #555;
    font-weight: normal;
}

.bd_right{
    border-right: 1px dotted #B7B7B7;
}

@media screen and (max-width: 992px){
    .bd_right{
        border-right: 0px;
    }
}

.bd_bottom{
    border-bottom: 1px dotted #B7B7B7;
    margin-top: 15px;
    height: 1px;
    width: 100%;
}

.bd_height a{
    display: block;
    height: 200px;
    margin-top: 10px;
}

    .pad0{
        padding: 0px;
    }


.pad15{
    padding-left: 15px;
    padding-right: 15px;
}

.lf_banner{
    margin:50px 0;
}

.mar15{
    margin-left:15px;
    margin-right: 15px;
}

.media_box img{
    /*width: 100%;*/
}

.media_box h2{
    font-size: 15px;
    color: #1c1c1c;
    margin: 10px 0;
    font-weight: bold;
}

.media_box p{
    font-size: 14px;
    color: #555555;
}

.media_box ul li, .location li{
    float: left;
    margin-right: 6px;
}

.media_box ul li, .media_box ul li a, .location li{
    color: #555;
    margin-top: 10px;
}


@media screen and (min-width: 992px){
    .media_row {
    margin-right: -10px;
    margin-left: -10px;
    }
    .media_col{
        padding-right: 10px;
        padding-left: 10px;
    }
}

.media_box{
    margin-bottom: 15px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .owl-controls .owl-buttons div{
    z-index: 999;
    bottom: 56px;
    padding: 0px;
}

#owl-demo .owl-buttons .owl-prev{
    left: 0px;
}

#owl-demo .owl-buttons .owl-next {
    right: 0px;
}

.rg_bn img{
    margin: 0px auto 10px;
    display: block;
}

.right_bd{
    border-bottom: 1px solid #CCD6DB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tit{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.tit a{
    font-weight: normal;
    color: #4c4d4f;
    font-size: 12px;
}

.tit i{
    margin-right: 6px;
}

.prod {
    display: block;
    border: 1px solid #CCD6DB;
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
}
.prod-thumbnail {
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mb_list h3{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 6px 0;
}

.mb_list p{
    color: #555;
    font-size: 13px;
}

.mb_list{
    margin-bottom: 30px;
}

.foot{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0;
}


.ft_right ul { padding:0; margin:0; font:0.9em Verdana; text-align: right;
margin-top: 6px;}
.ft_right li { display:inline; color:#555; }
.ft_right li~li:before { content:"|"; padding-right:5px; color:#555; }
.ft_right li a{ display:block;text-decoration:none; color: #555; font-size: 15px;}
.ft_right li a{ display:inline;}

.foot_last, .foot_last a{
  color: #454545;
}

.foot_last a{
  font-size: 13px;
  margin-right: 10px;
}

@media screen and (max-width: 1080px){
  .ft_right{
    float: left !important;
    text-align: left;
  }
}

@media screen and (max-width: 767px){

  .foot_last .pull-right{
    float: left !important;
    width: 100%;
  }
    .foot .pull-left{
    float: none !important;
    margin: 0px auto;
    text-align: center;
  }
  .foot_last{
    text-align: center;
  }
  .foot_last .pull-left{
    float: none !important;
  }
  .ft_right ul{
    text-align: center;
  }
}

.page_tit{
  background: url(../images/bn_bg.png) no-repeat 229px -123px #FFFFFF;
  position: relative;
  height: 140px;
  font-size: 22px;
  color: #000;
}

.page_tit b{
  position: absolute;
  left: 0px;
  bottom: 30px;
  display: block;
}


@media screen and (max-width: 767px){
	.page_tit b{
  position: absolute;
  left: 15px;
  bottom: 30px;
  display: block;
}
}


.page_top{
  -moz-box-shadow:2px 2px 5px #dcdcdc; -webkit-box-shadow:2px 2px 5px #dcdcdc; box-shadow:2px 2px 5px #dcdcdc;
}

.cs_need{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px solid #CCCCCC;
  position: relative;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #000;
}

.cs_need.active{
    color: #000;
    border: 0px;
    border-bottom: 3px solid #000 !important;
}

.cs_need.active i{
  display: block;
}



@media screen and (min-width: 768px){
  .cs_need:hover, .cs_need.active,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #000;
    border: 0px;
    border-bottom: 3px solid #000 !important;
  }
  .cs_need:hover i, .cs_need.active i, .detail_info ul .active a i{
    display: block;
  }
}



.cs_need i, .detail_info ul li a i{
  position: absolute;
  left:50%;
  margin-left: -9px;
  bottom: -20px;
  font-size: 30px;
  display: none;
}

.cs_need, .detail_info .nav-tabs > li > a{
  border-right: 1px solid #CCCCCC;
}

.page_top, .sh_bar{
  margin-bottom: 50px;
  background: #fff;
}

.list_tit div a img{
  width: 26px;
  vertical-align: top;
  margin-top: 7px;
}

.detail_info .nav-tabs li a img, .more_tit img{
  vertical-align: top;
  margin-right: 6px;
}

.sh_bar{
  padding: 15px 10px 0 10px;
  background: #ECECEC;
}

.sc_list div{
  margin-right: 6px;
  padding: 0px;
}

.sc_list div{
  max-width: 190px;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.sc_list{
  width: 96%;
}

.sh_right button{
  background: none;
  border: 0px;
}

.sh_right{
  width: 4%;
}
.list_tit, .cn_left{
  margin-bottom: 40px;
}

.sh_bar .checkbox input{
  vertical-align: middle;
  width: 20px;
  height: 18px;
}

.sh_bar .checkbox{
  font-size: 14px;
}
.sh_bar .checkbox img{
  margin-left: 6px;
}

@media screen and (max-width: 767px){
  .sh_right, .sc_list{
    width: 100%;
  }
  .sh_right{
    text-align: right;
  }

  .sc_list div{
    max-width: 47%;
  }

    .dropdown-menu > li > a{
	  /*text-align:left;*/
  }

}

.cs_box label{
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 8px;
}

.price{
  font-size: 26px;
  color:#0d793d;
  font-weight: bold;
}

.price img{
  margin-right: 10px;
}

.house_tit{
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.hs_location li{
  display: inline-block;
  margin-right: 6px;
}

.hs_location{
  color: #555;
}

.dl-horizontal dt {
    float: left;
    width: 70px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.dl-horizontal dd {
    margin-left: 80px;
    margin-top: 10px;
}

.dl-horizontal{
  color: #555;
  width: 100%;
  font-size: 16px;
}

.house_box, .detail_bd{
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px dotted #D2D2D2;
}

@media screen and (max-width: 767px) {
  .house_box, .detail_bd{
    padding-bottom: 15px;
  }
}

.house_box:hover{
  background: #FFFCCC;
}

.pagination a{
  color: #555 !important;
    margin-right: 6px;
    border-radius: 4px;
    -moz-box-shadow:2px 2px 5px #DFDFDF; -webkit-box-shadow:2px 2px 5px #DFDFDF; box-shadow:2px 2px 5px #DFDFDF;
    background-color: #F7F7F7 !important;
  }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #fff !important;
    background-color: #666666 !important;
    border-color: #000;
}

.house_text dt{
  float: none;
}

.house_text dd{
  float: none;
  margin-left: 0px;
}

.an_icon img{
  margin-right: 10px;
  display: inline-block;
}

.an_icon p{
  color: #555;
  text-decoration: underline;
  margin-top: 15px;
}
.an_tit{
  margin:10px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.left_an{
  margin-bottom: 30px;

}

.left_an:last-child{
  margin-bottom: 0px;
}

.right_bd:last-child{
  border-bottom: 0px;
}

#sync1 .item{
    margin: 5px;
}
#sync2 .item{
    margin: 5px;
    cursor: pointer;
}

#sync2 .item img{
  width: 100%;
}

#sync2 .synced .item {
    border: 1px solid #FFF200;
}

.hs_detail .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -148px;
    z-index: 9999;
}

.hs_detail .owl-theme .owl-controls .owl-buttons div{
  padding: 0px;
}

.owl-buttons .owl-prev {
    left: -15px;
    bottom: 86px;
    position: absolute;
}

.owl-buttons .owl-next {
    right: -15px;
    bottom: 86px;
    position: absolute;
}

.detail_info .nav-tabs > li{
  width: 50%;
}

.detail_info .nav-tabs > li > a{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  border-radius: 0px;
  border: 0px;
  color: #000;
}



.detail_info .nav-tabs li:first-child a{
  border-right: 1px solid #CCCCCC !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.detail_info{
  margin-top: 40px;
}

.detail_info ul{
  margin-bottom: 30px;
}

.info_detail p{
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.info_detail p:last-child{
  margin-bottom: 0px;
}

.info_detail{
  margin-bottom: 15px;
}

#sync1 img{
  width: 100%;
}


.price a img{
  margin-right: 0px;
  vertical-align: top;
  margin-top: 4px;
}

.price a{
  margin-right: 10px;
  display: inline-block;
}

.price span{
  font-size: 14px;
  color: #555;
}

.more_tit{
  font-weight: bold;
  font-size: 15px;
}


/*.detail_info .nav-tabs > li > a img{
  vertical-align: top;
    margin-top: 8px;
}*/
.show_info{
  background: #E0E0E0;
  font-size: 14px;
  color: #555;
}

.even_bg{
  background: #EFEFEF;
}

.show_info b, .show_info p{
  padding: 10px 0 10px 15px;
  display: block;
}

.show_info p{
  border-left: 1px solid #DBDBDB;
}

.show_info b{
  max-width: 100px;
  width: 100%;
}

.more_info h3{
  margin: 20px 0;
}

.cp_info{
  font-size: 14px;
  color: #555;
}

.other_cl{
  color: #a2142f !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.agent_lf{
  width: 100%;
  max-width: 260px;
}

.agent_rg{
  max-width: 571px;
  width: 100%;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px dotted #D2D2D2;
}

.ag_info{
  max-width: 276px;
  width: 100%;
  border: 1px solid #CCD6DB;
  padding: 2%;
  min-height: 134px;
}

.box-left.agent_pp {
  width: 100px;
  height: 100px;
  text-align: center;
}

.agent_pp img{
  border: 1px solid #d2d2d2;
}

.ag_info:first-child{
  margin-right: 3px;
}

@media screen and (max-width: 992px){
  .agent_lf{
    margin-bottom: 15px;
  }
  .agent_rg{
    border: 0px;
    padding-left: 0px;
    margin-left: 0px;
  }
}

.map p{
  font-size: 14px;
  color: #555;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}

.map p i{
  font-size: 30px;
  margin-right: 6px;
}

.map{
  margin: 20px 0;
}

.about p, .privacy div{
  font-size: 16px;
  color: #555;
  line-height: 25px;
}

.about > p, .privacy div{
  margin-bottom: 30px;
}

.privacy b{
  display: block;
}

.ct_box h2{
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

.ct_box label, .reg_box label{
  font-size: 16px;
  color: #898989;
}

.ct_box .control-label, .ct_box .radio-inline{
  margin-top: 5px;
}

.ct_box .radio-inline input{
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-top: 6px;
}

.re_btn{
  width: 100px;
  line-height: 35px;
  background: #6F6F6F;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.ct_box div button{
  float: left;
  margin-left: 20px;
}

.ct_box textarea{
  resize: none;
}

.page_tit p{
  font-size: 14px;
  color: #000;
}

.reg_box ul li{
  display: inline-block;
}

.hs_location li a{
  color: #000;
}

.reg_box form{
  margin-bottom: 20px;
}

.bn_list p{
  font-size: 20px;
}

.bn_list img{
  margin-bottom: 15px;
}

.bn_list p{
  margin-bottom: 15px;
  padding: 15px 0 0px 0;
}

.login_bg{
  background: url(../images/login_bg.png);
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
}

.login_tabs .nav-tabs > li.active > a, .login_tabs .nav-tabs > li > a:hover, .login_tabs .nav-tabs > li.active > a:focus{
  border: 4px solid #000 !important;
}

.login_tabs .nav-tabs > li > a{
  border: 4px solid transparent;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 30px 10px 20px 10px;
    -moz-box-shadow:0px 0px 7px #B8B8B8; -webkit-box-shadow:0px 0px 7px #B8B8B8; box-shadow:0px 0px 7px #B8B8B8;

}

.login_tabs .nav-tabs li a p{
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.login_tabs .nav-tabs li{
  margin-right: 15px;
}

.login_tabs .nav-tabs li:last-child{
  margin-right: 0px;
}



.lg_content{
  margin-top: 15px;
}

.login_tabs .nav-tabs{
  border-bottom: 0px;
}

.lg_content .input-group-addon{
  border: 0px;
  background: none;
}

.lg_content .input-group{
  border: 1px solid #ccc;
  border-radius: 4px;
}

.lg_content .form-group, .lg_content .input-group{
  width: 100%;
}

.lg_content .input-group input{
  border: 0px;
  box-shadow: none;
  padding: 6px 0px;
}

.lg_content{
  padding: 4%;
  border-radius: 6px;
  background: #fff;
}

.login_tabs{
  max-width: 460px;
  margin: 0px auto;
  height: 800px;
}


.login_tabs .input-group-addon{
  width: 50px !important;
  font-size: 15px;
}

.mar0{
  margin: 0px !important;
}

@media screen and (max-width: 992px){
  .page_top .container{
    margin: 0px;
    padding: 0px;
  }
}

.login_tabs .form-group{
  margin-bottom: 20px;
}

@media screen and (max-width: 460px){
  .login_tabs ul{
  width: 294px;
  margin: 0px auto;
  }
  .login_tabs .nav-tabs li a p{
    font-size: 12px;
  }
  .login_tabs .nav-tabs li a img{
    max-width: 56px;
  }
  .login_tabs .nav-tabs li {
    margin-right: 4px;
  }
  .login_tabs .nav-tabs > li > a{
    padding: 30px 4px 20px 4px;
  }
}

.login_btn{
  width: 100%;
  height: 40px;
  background: #00B5AD;
  border: 1px solid #00B5AD;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
}

.box_sd{
  -moz-box-shadow:0px 0px 7px #B8B8B8; -webkit-box-shadow:0px 0px 7px #B8B8B8; box-shadow:0px 0px 7px #B8B8B8;
}

.ad_left{
  padding: 15px;
  background: #ECECEC;
}

.ad_house h4{
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}
.admin_img img{
  border: 1px solid #ACACAC;
}

.ad_house button{
  background-color: transparent !important;
  border-color: transparent !important;
  color: #555 !important;
  text-shadow: none !important;
  padding: 0px;
}

.adleft_top .media{
  border-bottom: 2px solid #DCD9D9;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.sc_box {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #B4B5B5;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    border-radius: 3px;
}

.sc_box input{
    height: 40px;
    width: 100%;
    border: 0px;
    background: transparent;
    outline: none;
    padding-left: 10px;
}

.sc_box button {
    color: #AAAAAA;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 30px;
}
.none_are {
    background: none;
    border: 0px;
}

.ad_list a{
  color: #555;
  font-size: 15px;
  display: block;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
}

.ad_list a i{
  line-height: 40px;
  font-size: 20px;
  display: none;
}

.ad_list .active i, .ad_list a:hover i{
  display: block;
  text-decoration: none;
}

.ad_list b{
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
}

.re_admin{
  margin-right: -5px;
    margin-left: -5px;
}
.re_admin .cs_col{
  padding-right: 5px;
    padding-left: 5px;
}

.ad_chos{
  text-align: center;
  font-size: 15px;
  color: #555;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  display: block;
  min-height: 100px;
  padding: 15px 0;
  border: 1px solid transparent;
  border-top: 0px;
}

@media screen and (max-width: 560px){
	.ad_chos{
		min-height:121px;
	}
}

.ad_chos.active, .ad_chos:hover{
  border: 1px solid #000;
  border-top: 0px;
  color: #000;
}
.ad_chos img{
  display: block;
  margin: 0px auto 6px;
}


.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-bottom: 1px dotted #D2D2D2;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  min-width: 108px;
  display: inline-block;
}
@media (min-width: 992px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 992px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}


.rwd-table {
  color: #000;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th,
.rwd-table td {
  margin: .5em 0;
  border-bottom: 1px dotted #CDCDCD;
}
@media (min-width: 992px) {
  .rwd-table th,
  .rwd-table td {
    padding: 0.5em !important;
  }
}

@media (min-width: 992px) {
  .ag_table th,
  .ag_table td {
    padding: 10px 6px!important;
  }
}


.rwd-table th,
.rwd-table td:before {
  background: #ECECEC;
  color: #000;
}

.hs_table h2, .info_tit{
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  font-size: 15px;
  background: #000;
}


.hs_table{
  margin-top: 40px;
}

.am_cion{
  min-width: 80px;
  display: inline-block;

}

.am_cion a{
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}

.cp_page{
  /*width: 100px;
  height: 75px;
  overflow: hidden;*/
  border: 1px solid #ADADAD;
}

@media screen and (max-width: 992px){
	.cp_page{

     border: 1px solid #ADADAD;
	 width:100px;
    }
}

.cp_page img{
  width: 100%;
}

.cp_form p{
    padding: 6px 0px;
    font-size: 14px;
    color: #555;
}

@media (min-width: 768px){
  .cp_form .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: left;
  }
}

.cp_form .control-label{
  color: #555;
  font-size: 15px;
}

.ad_house{
  vertical-align: middle;
}

.city_cn{
      border-bottom: 1px solid #CCD6DB;
      font-weight: bold;
}

.city_cn{
   height: 40px;
      line-height: 40px;
      padding: 0px 15px;
}

.city_cn{
  font-size: 15px;
}


.ag_coin{
  padding:2% 0% 4%;
  background: #ECECEC;
  color: #555;
  font-size: 15px;
}

@media screen and (min-width: 767px){
  .rwd-table tr {
    border-bottom: 0px;
  }
  .ag_coin{
    padding:2% 6% 4%;
  }
}


.ag_coin .form-control{
  height: 40px;
}

.ag_coin .rwd-table th, .ag_coin .rwd-table td {
    margin: 0;
}

.agent_cs ul li a:hover, .agent_cs .nav .active a, .agent_cs .nav > li.active > a, .agent_cs .nav > li.active > a:hover, .agent_cs .nav > li.active > a:focus{
  color: #fff;
  background: #000;
  border-radius: 0px;
  border-bottom: 0px !important;
}

.agent_cs ul li a i{
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -18px;
    font-size: 30px;
    display: none;
    color: #000;
}

.agent_cs ul li a:hover i, .agent_cs ul .active a i{
    display: block;
}

.agent_cs ul li a{
  position: relative;
  font-size: 15px;
  background: #ECECEC;
  color: #000;
  font-weight: bold;
  margin-right: 0px;
  border: 0px;
}

.agent_cs .nav-tabs > li{
  width: 50%;
  text-align: center;
}

.agent_cs{
  margin-top: 40px;
}

.pn_chage{
  width: 80%;
  margin: 0px auto;
}

@media screen and (min-width: 767px){
  .pn_inbox{
  width: 50%;
  margin: 0px auto;
  }
}

@media (min-width: 768px){
  .add_form .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: left;
  }
}

.add_form{
  font-size: 15px;
  color: #555;
}

.add_form input.form-control, .add_form select.form-control{
  height: 40px;
}

.add_form input.form-control, .add_form select.form-control, .add_form textarea{
  max-width: 400px;
}

.add_form .radio-inline input, .add_form .checkbox-inline input{
  width: 15px;
  height: 15px;
}

.add_form textarea{
  resize: none;
}

.add_box{
  text-align: center;
}


@media screen and (min-width: 992px){
  .add_row, .media_row{
    margin-right: -5px;
    margin-left: -5px;
  }
}

.add_row .add_box, .media_info .media_col{
    padding-right: 5px;
    padding-left: 5px;
}

.add_row .add_box{
    margin-bottom: 40px;
}

.add_row .add_box .img-container {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_row .add_box .img-container img{
  max-height: 160px;
}

.media_tit img, .media_tit ul, .media_tit p{
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 560px){
  .media_tit p{
  border-top: 0px !important;
  border-bottom: 0px !important;
}
}

.media_tit{
  border-bottom: 1px solid #CCD6DB;
  margin-bottom: 30px;
  text-align: left;
}

.media_info{
  margin-top: 15px;
}

.media_info h2, .media_info p, .media_info ul, .media_dt h2, .fb_like, .media_dt ul, .tags, .media_dt p{
  margin-bottom: 15px;
}

.media_info h2{
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.media_info p{
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 992px){
  .media_info h2{
    margin-top: 15px;
  }
  .hs_detail{
	  margin-bottom:15px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_dt h2{
  font-size: 25px;
  color: #000;
  margin-top: 10px;
}

.tags{
  color: #000;
}

.tags a{
  color: #0d793d;
}

.media_dt p{
  color: #555;
}

.media_tit h2{
  color: #000;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
}


.more_dt{
  margin-top: 40px;
}

.post_two{
  margin-right: -10px;
  margin-left: -10px;
}

.post_col{
  padding-right: 10px;
  padding-left: 10px;
}

.post_box{
  width: 100%;
  height: 114px;
  /*background: #000;*/
  color: #fff;
  font-size: 22px;
  /*border-bottom: 10px solid #FFF200;*/
  text-align: center;
  padding-top: 6%;
}
.post_box img{
max-height: 114px;
width: auto;
margin-left: auto;
margin-right: auto;
}
.searchMoblie .bd_height a{
height: auto!important;
}
.post_box i{
  font-size: 30px;
  color: #FFF200;
  margin: 0px auto;
}

.post_box img{
  vertical-align: top;
  margin-top: 4px;
}

.bn_banner{
  margin-bottom: 10px;
}

.bn_banner img{
  border: 1px solid #E3E3E3;
}

.post_now{
  position: relative;
}

.post_now ul{
  position: absolute;
  right: 0px;
  bottom: -20px;
  margin-right: 0px;
  border-bottom: 0px;
}

.post_now ul li a{
  border-radius: 0px;
  background: transparent;
  color: #000;
  border: 0px !important;
  border-bottom: 0px !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  display: block;
}

.post_now .nav li.active img{
  display: block;
}

.post_now .nav li.active a, .nav-tabs > li.active > a{
   background-color: black;
   color: #fff;
}


@media screen and (min-width: 768px){
  .post_now .nav > li > a:hover{
    text-decoration: none;
    background-color: #FFF200;
}
.post_now .nav-tabs > li > a:hover {
    border-color: transparent;
    color: #000;
}

.post_now .nav li a:hover, .post_now .nav li.active a, .nav-tabs > li.active > a, .post_now .nav li.active a:hover{
   background-color: black;
   color: #fff;
}

.post_now .nav li:hover img, .post_now .nav li.active img{
  display: block;
}

}

li.loginTypea.active a{
   background-color: white;
}


.post_now .nav li{
  height: 60px;
}

.post_now .nav li img{
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  display: none;
}


.news_hv{
  margin-top: 40px;
}

.news_detail div{
  position: relative;
}

.news_detail div h4{
  height: 40px;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0, 0.8);
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0 11px;
}

.news_detail p{
  font-size: 15px;
  color: #555;
  padding:10px;
  text-align: left;
  font-weight: bold;
}

.news_detail span{
  display: block;
}

.news_detail{
  border: 1px solid #DEDEDE;
}

 #owl-demo2 .item,
 #owl-demo3 .item,
 #owl-demo4 .item,
 #owl-demo5 .item,
 #owl-demo6 .item,
 #owl-demo7 .item,
 #owl-demo8 .item{
  margin: 0px;
}

#owl-demo2 .owl-buttons .owl-next,
#owl-demo3 .owl-buttons .owl-next,
#owl-demo4 .owl-buttons .owl-next,
#owl-demo5 .owl-buttons .owl-next,
#owl-demo6 .owl-buttons .owl-next,
#owl-demo7 .owl-buttons .owl-next,
#owl-demo8 .owl-buttons .owl-next{
    right: -30px;
    bottom: 150px;
    position: absolute;
}

#owl-demo2 .owl-buttons .owl-prev,
#owl-demo3 .owl-buttons .owl-prev,
#owl-demo4 .owl-buttons .owl-prev,
#owl-demo5 .owl-buttons .owl-prev,
#owl-demo6 .owl-buttons .owl-prev,
#owl-demo7 .owl-buttons .owl-prev,
#owl-demo8 .owl-buttons .owl-prev{
    left: -30px;
    bottom: 150px;
    position: absolute;
}

.wish_btn{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FFF533;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.wish_btn img{
  display: inline-block;
  margin-right: 6px;
}

.news_detail img{
  /*width: 100%;*/
  height: 170px;
}

.reg_box input.form-control, .reg_box select.form-control{
	max-width:480px;
}


@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


@media screen and (max-width: 560px){
    .navbar-brand img{
		width:100px;
	}
}

.upload-ele {
  height: 70px;
  display: flex;
  align-items: center;
}

.photo-preview {
  margin: 0 10px;
  width: 50px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.photo-preview img {
  visibility: hidden;
  max-height: 50px;
  max-width: 50px;
}

.admin_list_text_button {
  border-style: solid;
  border-width: 1px;
  padding     : 2px 4px;
}

.estate-agent-company-photo-container {
  position: absolute;
  right   : 0;
  bottom  : 0;
  padding : 0 15px;
}

.estate-sample-photo-container {
  height         : 230px;
  background     : center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .estate-sample-photo-container {
    width: 230px;
    float: right;
  }
}

@media screen and (max-width: 1199px) {
  .estate-sample-photo-container {
    height: 206px;
  }
}

@media screen and (max-width: 991px) {
  .estate-sample-photo-container {
    height: 220px;
  }
  .Up_img img{
    width: auto !important;
    height: auto !important;
  }
  .Up_img{
    text-align: center;
  }
  .Up_img .input-group{
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .estate-sample-photo-container{
    min-height: 85px;
    height: 85px;
  }
}

.slider-container {
  margin-left: 31px;
  margin-right: 31px;
}

.slider-container h4 {
  text-overflow: ellipsis;
  overflow     : hidden;
  white-space  : nowrap;
}

.slider-item-backgroud-image-container {
  background     : center center no-repeat;
  background-size: cover;
}

#back-to-top {
  position        : fixed;
  bottom          : 70px;
  right           : 70px;
  width           : 50px;
  height          : 50px;
  background-color: black;
  color           : white;
  cursor          : pointer;
  text-align      : center;
  padding-top     : 15px;
  /* without the style below, the object rendered in chrome will shake ! */
  -webkit-transform: translateZ(0);
}

.chinese-fix {
  font-weight: initial !important;
}

@media screen and (max-width: 768px){
  #back-to-top{
    right: 15px;
    bottom: 15px;
  }
}

.youtube-preview {
  width: 100%;
  height: 100%;
}

.youtube-div.lazy {
  cursor: pointer;

  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
}

.youtube-div.lazy iframe.youtube {
  display: none;
}

.youtube-preview-big-button, .youtube-preview-big-button:before {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d( -50%, -50%, 0 );
  transform: translate3d( -50%, -50%, 0 );
}

.youtube-preview-big-button {

  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube-preview-big-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.thankyou_alert {
  display: none;
}

.hs_table div ul li{
  margin-bottom: 10px;
  font-size: 15px;
}

.hs_table div li small{
  font-size: 15px;
}

.hs_table div b{
  font-size: 18px;
}

.hs_table div small{
  text-align: right;
}

.dropdown-menu > li:last-child a{
  border-bottom: 0px !important;
}

.post_now ul li a{
  display: block;
}
.promo_t {
	font-size:30px;
	font-weight:bold;
	font-family:微軟正黑體, Helvetica;
}
@media screen and (max-width: 1200px){
	.promo_t {
	font-size:24px;
	}
}
.promo_box {
	background-color:#e2e2e2;
	padding:10px;
	margin-bottom:20px
	
}
.promo_box p {
	font-size:15px;
	font-family:微軟正黑體, Helvetica;
	padding:5px 0px 10px 0px
}
.promo_box img {
	max-width:100%;
}
.promo_box img:hover{
	opacity:0.9
}

.promo_title {
  height: 50px;
}

.yellow_btn{
  line-height: 35px;
  background: #fcf900;
  color: #000;
  text-align: center;
  font-size: 15px;
  padding:5px 30px;
  font-family:微軟正黑體, Helvetica;
  border:none
}
.promo_d_1 {
	color:#00b55c;
	font-weight:bold;
	font-size:28px;
	font-family:微軟正黑體, Helvetica;
	padding-bottom:10px
}
.promo_d_2 {
	color:#848484;
	font-weight:bold;
	font-size:28px;
	font-family:微軟正黑體, Helvetica;
	padding-bottom:10px
}
@media screen and (max-width: 768px){
.promo_d_1 {
	font-size:20px;
}
.promo_d_2 {
	font-size:20px;
}
}
.prod_t {
	font-size:30px;
	font-weight:bold;
	font-family:微軟正黑體, Helvetica;
}
@media screen and (max-width: 1200px){
	.prod_t {
	font-size:24px;
	}
}
.prod_t span {
	color:#ff6a00
}
.prod_tab {
	padding:15px
}
.prod_tab span{
	border:1px solid #848484;
	color:#848484;
	font-size:15px;
	font-family:微軟正黑體, Helvetica;
	margin:0px 1px;
	padding:5px;
	line-height: 40px;
}
.prod_tab span a{
	color:#848484;
}
.prod_tab span a:hover{
	color:#ff6a00;
}
.prod_active {
	background-color:#ff6a00;
	border:1px solid #fff !important;
}
.prod_active a{
	color:#fff !important;
}
.prod_box_time {
	color:#6b6b6b
}
.prod_box_line {
	border-top:1px solid #cbcbcb
}
.prod_box_dis {
	font-size:30px;
	color:#ff6a00;
	font-weight:bold
}
.prod_box_dis span {
	font-size:20px !important
}
.prod_box_price {
	color:#00b55c;
	font-weight:bold;
	text-align:right;
	font-size:16px!important;
    margin-top:8px!important;
	padding-top: 20px !important;
}
.prod_box_price span{
	color:#cbcbcb !important;
	font-size:15px;
	text-decoration:line-through
}
.no_padding {
	padding:0px
}
.prod_box_t h5{
	font-size:15px;
	line-height:20px;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.prod_box_t p{
	color:#6b6b6b;
	font-size:12px;
}
.prod_box {
	padding-bottom:30px
}
@media screen and (max-width: 768px){
	.prod_box_t h5{
	font-size:13px;
	line-height:20px;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.prod_box_t p{
	color:#6b6b6b;
	font-size:10px;
}
.prod_box_dis {
	font-size:26px;
	color:#ff6a00;
	font-weight:bold
}
.prod_box_dis span {
	font-size:15px !important
}
.prod_box_price {
	color:#00b55c;
	font-weight:bold;
	text-align:right;
	font-size:15px;
	padding-top: 15px !important;
}
.prod_box_price span{
	color:#cbcbcb !important;
	font-size:12px;
	text-decoration:line-through
}
}
.prod_des_info {
	font-size:15px;
	line-height:20px;
	color:#000
}
.prod_des_info p {
	font-size:15px;
	line-height:20px;
	color:#848484;
	text-decoration:underline;
	padding-top:20px
}
.prod_des_details {
	font-size:15px;
	line-height:20px;
	color:#000;
	padding-top:20px
}
.prod_des_type {
	font-size:15px;
	color:#848484;
}
.prod_des_title {
	color:#000;
	font-size:30px;
}
.prod_des_time {
	color:#848484;
	font-size:15px;
	padding:10px 0px 30px 0px
}
.prod_des_price {
	color:#00b55c;
	font-weight:bold;
	font-size:50px;
	padding-top: 15px ;
}
.prod_des_org {
	color:#cbcbcb ;
	font-size:15px;
	text-decoration:line-through;
	padding-top: 5px ;
}

.yellow_btn_l{
  line-height: 35px;
  background: #fcf900;
  color: #000;
  text-align: center;
  font-size: 26px;
  padding:10px 30px;
  font-family:微軟正黑體, Helvetica;
  border:none;
  margin: 15px 0px;
}
.soldout_btn_l{
  line-height: 35px;
  background: #red;
  color: #000;
  text-align: center;
  font-size: 26px;
  padding:10px 30px;
  font-family:微軟正黑體, Helvetica;
  border:none;
  margin: 15px 0px;
}
.prod_des_brand {
	width:50px
}
.prod_des_dis {
	font-size:26px;
	color:#ff6a00;
	font-weight:bold;
	padding:20px 0px
}
.prod_des_dis span {
	font-size:15px !important
}
.prod_des_amount {
	display:inline;
	font-size:15px
}
@media screen and (max-width: 768px){
	.prod_des_title {
	color:#000;
	font-size:20px;
}
.prod_des_price {
	color:#00b55c;
	font-weight:bold;
	font-size:30px;
	padding-top: 15px ;
}
.yellow_btn_l{
  font-size: 20px;
}
.soldout_btn_l{
  font-size: 20px;
}
}
.cart_tab {
	text-align:center;
	color:#000;
	font-size:15px;
	border-bottom:2px solid #cccccc;
	line-height:30px
}
.cart_tab2 {
	text-align:center;
	color:#000;
	font-size:15px;
	border-bottom:2px solid #000;
	line-height:30px
}
.cart_tab_side {
	border-right:1px solid #ccc
}
.cart_tab_icon {
	top: 30px;
position: absolute;
left: 48%;
}
.cart_tab_row2 {
	margin-top:60px;
	margin-bottom:10px
}
.cart_tab_n {
	font-size:15px
}
.cart_prod_row {
	border-top:1px solid #ccc;
	padding:20px 0px 
}
@media (max-width: 992px) {
.cart_tab_row2 {
		display:none
}
}
.cart_r_price {
	font-size:20px;
	padding:20px 15px 0px
}
.cart_r_price span {
	font-size:15px;
	color:#cbcbcb;
	text-decoration:line-through
}
.cart_r_title {
	font-size:20px
}
.cart_r_date {
	font-size:15px;
	color:#848484
}
.cart_dis_mobile {
	display:none
}
.cart_r_brand {
	color:#ff6a00;
	font-size:30px;
	font-weight:bold
}
.cart_r_brand span{
	font-size:14px !important
}
.cart_r_delete a{
	font-size:20px ;
	color:#848484
}
@media (max-width: 992px) {
	.cart_dis_mobile {
	display:inline
}
.cart_r_price {
	font-size:15px
}
}
.cart_r_total {
	color:#00b55c;
	font-size:26px;
	font-weight:bold
}
.cart_r_totala {
	font-size:15px;
	text-align:right;
	padding-top:10px
}
.cart_r_btn {
	text-align:right;
	padding-top:20px
}
@media (max-width: 992px) {
	.cart_r_totala {
	font-size:15px;
	text-align:left;
	padding-top:0px
}
.cart_r_btn {
	text-align:left
}
}
.grey_btn{
  line-height: 20px;
  background: #6f6f6f;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding:10px 30px;
  font-family:微軟正黑體, Helvetica;
  border:none;
  margin: 15px 5px;
}
.cart_f_box {
	background-color:#f3f3f3;
	padding:20px;
	text-align:center;
	margin-top:60px;
	margin-bottom:10px
}
.cart_f_box p {
	font-size:15px;
	line-height:40px
}
.cart_f_box span {
	font-size:26px;
	font-weight:bold;
	color:#00b55c
}
.cart_c_box {
	background-color:#f3f3f3;
	padding:15px;
}
.cart_c_box p{
	font-size:15px;
	color:#848484;
	padding:10px 0px
}
.cart_c_title {
	font-size:15px;
	padding:50px 0px 10px 0px
}
.cart_c_box2 {
	border:1px solid #848484;
	padding:15px;
}
.cart_c_details span{
	font-size:15px;
	color:#848484;
	padding-bottom:20px
}
.cart_c_details p{
	font-size:15px;
	color:#000;
	padding-bottom:20px
}
.cart_c_total {
	font-size:26px;
	font-weight:bold;
	color:#00b55c
}
.cart_i_f {
	padding:10px 0px 10px 0px
}
@media (max-width: 992px) {
	.cart_i_f {
	padding:10px 5px 0px 5px
}
}
.mb_coupon_box {
	border:1px solid #c6c6c6;
	padding:10px;
	margin-bottom:20px
}
.mb_c_n {
	font-size:15px;
	color=:#6f6f6f;
}
.mb_c_c {
	font-size:15px;
	color:#000;
	padding-bottom:30px
}
.mb_c_c span{
	color:#00b55c
}
.mb_r_box {
	border:1px solid #c6c6c6;
  padding: 10px 0 10px 0;
	margin-bottom:20px
}
.mb_r_c {
	font-size:14px;
	color:#000
}
.mb_r_br {
	margin-bottom:20px
}
.mb_r_price {
	font-size:15px;
	color:#6f6f6f
}
.mb_r_price span {
	color:#00b55c;
	font-weight:bold;
	font-size:26px
}

.image_btn_txt{
    position: absolute;
    left: 33%;
    top: 15%;
    font-size: 25px;
    font-weight: bolder;
    color: #000;
}
@media (max-width: 768px) {
    .form-horizontal .form-group{
        margin-right: 0px;
        margin-left: 0px;

        margin: 15px;
        display: flex;
    }
}
