@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import "pretty.css";
@import "prod.css?1";
@import "show.css";
@import "login.css";
@import "about.css";
@import "faq.css";
@import "cart.css";
@import "member.css";
@import "onedollar.css";
@import "articles.css";
@import "search.css";
@import "./icomoon/style.css";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*@media (min-width: 1367px){
	.container {
	    width: 80%;
	}	
}*/
.wh-widget-send-button-get-button,
.wh-widget-hello-popup-powered {
    display: none;
}
body{
	/*background-image: url(/images/v2/testbg.png);*/
	overflow-x: hidden;
	position: relative;
	left: 0px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-family: "微軟正黑體";
    background-color: #FAFAFA;
}
@media (max-width: 768px) {
	.phone-pd5{
		padding: 5px;
	}
	.phone-pd0{
		padding: 0px;
	}
	.carousel-indicators{
		display:none;
	}	
}
.btn-gray,
.btn-gray:active,
.btn-gray:hover,
.btn-gray:focus{
    background-color: #d8d8d8;
    color: #5e5e5e;
    outline: none;
}
.btn-success {
    color: #fff;
    background-color: #71b412;
    border-color: #71b412;
}
.btn-success:hover,
.btn-success:focus
.btn-success:active {
    color: #fff;
    background-color: #71b412;
    border-color: #71b412;
    outline: none;
}
.cartTR .cartOne.text-green{
    color: #71b412;
}
.cartOne .btn-gray{
    color: #fff;
}
.form-controls {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
select,
button {
    -webkit-appearance: none !important; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;   /* 点击高亮的颜色*/
}
header {
	height: 60px;
	background-color: #ffffff;
	padding-top: 10px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 20;
    box-shadow: 0px 0px 20px 0px #ddd; 
	
}
header.shadow{
    box-shadow: 0px 0px 20px 0px #ddd;  
}
.mainArea{
    margin-top: 200px;
    /*transition: all 0.5s;*/
}
.header{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.headerBar{
    font-size: 2em;
    margin-right: 15px;
    color: #666;
    cursor: pointer;
    margin-top: 5px;
}
.logo{
    width: 150px;
    position: relative;
    padding-top: 5px;
    margin-left: 20px;
    margin-right: 15px;
}
.icons{
	display: flex;
}
.icons img{
	display: inline-block;
}
.icons a{
    font-size: 28px;
    color: #666;
    margin-left: 15px;
}

@media (max-width: 768px) {
	header{
		box-shadow: none;
        height: 50px;
        padding-top: 5px;
	}	
    .logo {
        width: 150px;
        position: relative;
        padding-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


.quickSearch{
	background-color: #f0f0f0;
	min-height: 85px;
    padding-top: 18px;
	z-index: 16;
	position: fixed;
	width: 100%;
	top: 60px;
	box-shadow: 0px 0px 10px 0px #9e9e9e;
}
.quickSearch .btn{
	height: 50px;	
}
.quickSearch .btn-success,
.quickSearch .btn-success:focus,
.quickSearch .btn-success:active,
.open > .dropdown-toggle.btn-success:focus{
	background-color: #71b412;
	border-color: #71b412;
	outline:none;
}
.quickSearch .btn-group{
	width: 30%;
	margin-right: 5px;
}
.btn-group .btn-red{
	width: calc( 100% - 27px);
}
.btn-search.btn-red{
	/*width: calc(100% - 30% - 58%);*/
    width: 15%;
}
/*.btn-red{
	width: 140px;
}*/
.qsInput{
    width: 30%;
    display: inline-block;
    height: 51px;
    border-radius: 4px;
    margin-right: 5px;
    outline: none;
}
.dropdown-toggle .fa-angle-down{
	font-weight: 700;
}
.btn-group > .btn + .dropdown-toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}
.slider{
	margin-top: 145px;
}

@media (max-width: 768px) {
	.slider{
		margin-top: 100px;
	}	
    .quickSearch .order1{
        order: 1;
        margin-bottom: 5px;
        width: calc(100% - 5px);
        height: 40px;
        /*border-radius: 20px;*/
    }
    .quickSearch .order2{
        order: 7;
        margin-bottom: 5px;
        width: calc(100% - 5px);
        height: 40px;
    }
    .quickSearch .order3{
        order: 3;
        margin-bottom: 5px;
    }
    .quickSearch .order4{
        order: 4;
        margin-bottom: 5px;
    }
    .quickSearch .order5{
        order: 5;
        margin-bottom: 5px;
    }
    .quickSearch .order6{
        order: 6;
        margin-bottom: 5px;
    }
    .quickSearch .flexBox{
        flex-wrap: wrap;
        margin-top: 0px;
        padding: 0px 5px
    }
    .quickSearch .btn-group{
        width: calc(50% - 5px);
        /*display: none;*/
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        visibility: hidden;
    }
    .quickSearch{
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 10px;
        height: 50px;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: 50px;
    }
    .quickSearch .btn{
        height: 40px;
    }
    .open > .dropdown-toggle.btn-success {
        width: 26px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .quickSearch span.iconMoon.icon-x-square {
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 7px;
        right: 10px;
        cursor: pointer;
    }
}

.main{
	margin-top: 30px;
}
.topProd{
	/*border: 1px solid #ddd;*/
	min-height: 150px;
	position: relative;
}
.topProd a{
    color: #666;
}

.topProd .title{
    height: 35px;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.2em;
    padding-left: 15px;
    padding-top: 7px;
}

.topProd .articles{
    height: 35px;
    background-color: #4f91ff;
    color: #fff;
    font-size: 1.2em;
    padding-left: 15px;
    padding-top: 7px;
}


.tpBox{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 135px;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;	
}
.tpBox.tpWin{
    padding: 0px;
}
.tpImg{
	/*background: url("../../img/top_ad/photo.png");*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 120px;
    padding: 0px !important;
    background-size: contain;
}
.tpImgArt{
	/*background: url("../../img/top_ad/photo2.png");*/
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 110px;
    padding: 0px !important;	

}
.tpInfo{
	padding: 0px;
}
.tpInfo h2{
	font-size: 14px;
	color: #ff0000;
	line-height: 18px;
	margin: 0px;
}
.tp_price_o{
	margin-top: 5px;
	margin-bottom: 10px;
}
.tp_price_n,.tp_time{
	margin-left: 110px;
}
.tp_price_n span{
	color: #ff0000;
}
.tp_time{
	font-size: 10px;
	margin-top: 5px;
	color: #9E9E9E;
}
.topProd a.more{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
}
.tpInfoArt{
	padding-right: 0px;
}
.tpInfoArt h2{
	font-size: 14px;
	color: #ff0000;
	line-height: 18px;
	margin-top: 3px;	
}
.tpInfoArt h3{
	font-size: 13px;
    line-height: 18px;
	color: #666;
	margin-top: 0px;
    height: 52px;
    overflow: hidden;	
}

@media (max-width: 768px) {
	.main{
		margin-top: 5px;
	}
	.tpBox{
		height: 120px;
        border: none;
	}
    .tp_price_o{
        display: inline-block;
    }
    .tp_price_n{
        display: inline-block;
        margin-left: 15px;
    }
	.tp_time{
		margin-left: 0px;
        margin-top: -5px;
	}
	.tpInfo h2 ,.tpInfoArt h2{
		height: 36px;
		overflow: hidden;
		/*margin-top: 15px;*/
	}	
    .tpInfo{
        padding-left: 15px;
        font-size: 12px;
    }
    .tpInfoArt{
        display: none;
    }
	.tpInfoArt h3{
		height: 54px;
		overflow: hidden;
	}
	.topProd{
		margin-bottom: 0px;
        min-height: 100px;
	}
    .tpWin{
        padding: 0px;
        height: auto;
    }
    .topProd .title,
    .topProd .articles{
        font-size: 1em;
        height: 30px;
        padding-top: 6px;
    }
    .topProd a.more{
        top: 6px;
    }
    .tpImgArt{
        height: 95px;
        margin-bottom: 5px;
    }
}

.prodClass{
	margin-top: 15px;
}
.prodArea{
    /*background: #eeeeee;*/
    /*background-image: url(../../img/bg.jpg);*/
    /*min-height: 340px;*/
    /*margin-bottom: 15px;*/
    /*padding-top: 5px;*/
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px;
}
.prodBox{
    height: 378px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-top: 10px;
}
.prodImg{
	/*background: url("../../img/prod/87456.jpg");*/
	/*background-size: contain;*/
	background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 228px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0px;
}
.prodBox:hover .prodImg{
    background-size: 100% auto;
}
.prodBox:hover{
    box-shadow: 4px 4px 4px 0px #bfbfbf;
}
.prodText{
    padding: 10px;
    background: rgba(250, 250, 250, 1);
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*@media( min-width: 769px ){
	.prodBox:hover .prodText{
		bottom: 30px;
	}	
}*/

.prodName{
    color: #3c3c3c;
    font-size: 14px;
    height: 57px;
    overflow: hidden;
    margin-top: 7px;
    word-break: break-all;
}
.prodBox .btn-cart{
    background: #71b412;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 7px 15px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.btn-cart .icon-shopping-cart{
	font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}
/*.prodBox:hover .btn-cart{
    opacity: 1;
    bottom: 0px;
}*/
.cartText a{
	color: #fff;
	text-decoration: none;
}
.cartText ,.icon-shopping-cart{
	display: inline-block;
}
@media (max-width: 768px) {
	.prodBox .btn-cart{
	    display: none;
	}
	.prodBox .btn-cart .cartText{
		display:none;
	}
	.prodBox .btn-cart .icon-shopping-cart{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-62%,-50%);
	    font-size: 18px;
	}
    .prodText{
        position: relative;
        height: auto;
        background: none;
        padding-top: 0px;
    }
}

.prodText .norm {
    color: #777;
    font-size: 10px;
    padding-left: 5px;
    margin-top: 5px;
    height: 52px;
    overflow: hidden;
}
.prodPrice {
    /*background: #ff0000;*/
    color: #ff0000;
    display: inline-block;
    /*padding: 5px 10px;*/
    /*margin-top: 10px;*/
    font-size: 24px;
    /*position: absolute;*/
    /*right: 15px;*/
    /*bottom: 10px;*/
    font-family: 'Archivo Black', sans-serif;
    margin-top: 5px;
}
.prodPiceNo {
    display: inline-block;
    margin-left: 5px;
    color: #999;
    /*text-decoration: line-through;*/
    /*float: right;*/
    /*position: absolute;*/
    /*bottom: 18px;*/
    /*right: 124px;*/
}
.prodArea .col-md-3{
	padding: 5px;
}
.duoLine {
    width: 100%;
    border-top: 1px solid #666;
    transform: translate(0px,10px) rotate(10deg);
}

.page-content {
    background: #fff;
    padding: 15px;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 80%;
    opacity: 0;
    /*transform: translateY(-58%);*/
    /*box-shadow: 0px 0px 10px 0px #bfbfbf;*/
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);

}
.page-content {
    height: 100%;
    min-width: 105%;
    transform: translateY(-50%);
    box-shadow: 4px 4px 4px 0px #bfbfbf;
}
/*.page-content.noArrow {
    height: 100%;
    min-width: 105%;
    transform: translateY(-50%);
    box-shadow: 4px 4px 4px 0px #bfbfbf;
}*/
.page-close{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #666;
}
@media( min-width: 769px ){
/*	.prodBox:hover .page-content{
		opacity: 1;
		left: 105%;
		z-index: 10;
	}*/
/*	.prodBox:hover .page-content.noArrow{
		opacity: 1;
		left: 100%;
		z-index: 10;
	}*/
	.page-content.active{
		opacity: 1;
		left: 100%;
		z-index: 10;
	}
}

.page-content .btn-cart.btn-carts{
    background: #FF9800;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    opacity: 1;
}

.page-content h2{
	font-size: 24px;
    margin: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.page-content h3{
	font-size: 14px;
    margin: 5px;
    text-align: right;
    color: #FF9800;
}
.page-content p{
	margin: 20px 10px 0px 10px;
    border-bottom: 1px solid #71b412;
    padding-bottom: 2px;
    color: #71b412;
}
.page-content ul {
    margin: 0px;
    padding: 10px;
    padding-left: 10px;
    color: #666;
}
.page-content ul li{
	list-style: none;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.page-content ul li span{
    width: 40px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    padding-right: 5px;
    background: #eee;
}

.page-content:after{
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    z-index: 1;
    margin: auto;	
}
@media (max-width: 768px) {
	.prodImg{
		height: 200px;
	}
	.prodBox{
		height: auto;
        box-shadow: none;
        border: 1px solid #ddd;
        margin-top: 0px;  
	}
	.prodArea{
		overflow: auto;
		padding-bottom: 15px;
		margin-bottom: 0px;
        background: #eeeeee;
        padding-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
	}
	.prodClass {
	    margin-top: 0px;
	}
	.prodPrice{
		font-size: 18px;
	}
	.prodPiceNo{
		right: 100px;
		bottom: 14px;
	}
    .prodArea .col-md-3 {
        padding: 2px;
    }
}

.sidebar{
	padding-left: 0px;
	padding-right: 15px;
}
.fbBox{
	margin-bottom: 15px;
}
.adList img{
	width: 193px;
	margin-bottom: 15px;
}

footer .about{
	background: #000;
	min-height: 40px;
	color: #fff;
	padding-top: 12px;
    margin-top: 60px;
}

footer .sitemap{
	min-height: 60px;
	background-color: #cecece;
}

footer .sitemap ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
}

footer .sitemap ul li{
    color: #fff;
    margin-right: 15px;
    margin-top: 20px;
}

footer .footer{
	min-height: 115px;
	background-color: #b5b4b4;
	padding-top: 25px;
    position: relative;
}
footer .container{
    position: relative;
}
#footer_mark{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    transform: scale(0.8);
}
@media (max-width: 768px){
    #footer_mark{
        display: none;
    }
}
div#twcaseal {
    margin-right: 10px;
}
.footer_logo{
	width: 150px;
	margin-bottom: 10px;
}
.footer_info p{
	color: #fff;
	margin: 0px;
	font-size: 10px;
}

.voci-menu .fa-search{
    position: absolute;
    font-size: 1.2em;
    right: 10px;
    top: 9px;
    color: #9E9E9E;
}
.icons a{
	text-decoration: none;
}
.headerCartBox{
    position: absolute;
    width: 320px;
    background: #fff;
    right: 0px;
    top: 80px;
    min-height: 100px;
    box-shadow: 0px 0px 20px 0px #bfbfbf;
    padding: 15px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    max-height: 700px;
    overflow: auto;
}

.headerCartBox .chart {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 73%;
    display: block;
    z-index: 1;
    margin: auto;
}

.headerCart:hover .headerCartBox{
	opacity: 1;
	top: 50px;
	visibility: visible;
}
.headMember {
    display: inline-block;
}
.headMemberBox{
    position: absolute;
    width: 120px;
    background: #fff;
    right: 0px;
    top: 80px;
    min-height: 100px;
    box-shadow: 0px 0px 20px 0px #bfbfbf;
    padding: 15px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;: all 0.3s;
    visibility: hidden;
}

.headMemberBox .chart {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 73%;
    display: block;
    z-index: 1;
    margin: auto;
}

.headMember:hover .headMemberBox{
    opacity: 1;
    top: 50px;
    visibility: visible;
}

.headMemberBox ul{
    padding: 0px;
    list-style-type: none;
}
.headMemberBox ul li{
    border-bottom: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
}
.headMemberBox ul li a{
    font-size: 14px !important;
    margin-left: 0px;
}
.navCard{
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
}

.navCarImg{
	width: 20%;
}
.navProdName{
	width: 80%;
	padding-left: 10px;
    padding-right: 15px;
}
.navProdName h3{
	margin: 0px;
	font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.navProdName .flex{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.navProdName p{
	margin: 0px;
	font-size: 12px;
	margin-top: 5px;
}
.navProdName p.price{
	color: #71b412;
    font-size: 16px;
    text-align: right;
}
.btn-car{
	padding: 10px;
    border-radius: 0px;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.navProdName .fa-times{
    position: absolute;
    right: 15px;
    color: #999;
}
.menuSearchArea{
	padding: 10px 0px;
	border-top: 1px solid #fff;
	overflow: auto;
}
.menuSearchArea .navCard{
	color: #fff;
}
.menuSearchArea .navProdName p.price{
	color: #fff;
}
.menuSearchArea .navCard {
    border-bottom: transparent;
    margin-bottom: 10px;
    padding: 15px;
	border-bottom: 1px solid #fff;
}
.catelog{
	width: calc(100% - 250px);
}
.catelog ul{
	list-style-type: none;
	margin-top: -10px;
    display: flex;

}
.catelog li a{
    color: #666;
    /*display: block;*/
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catelog li:nth-child(1){
    border-left: 1px solid #ddd;
    background: #373737;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.catelog li:nth-child(1):hover{
    background-color: #0e0e0e;
}
.catelog li:nth-child(2){
    background: #b34f36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.catelog li:nth-child(2):hover{
    background-color: #863723;
}

.catelog li:nth-child(1) a,
.catelog li:nth-child(2) a{
    color: #fff;
}
.catelog li{
    /*width: calc(100% / 6);*/
    width: 88px;
    text-align: center;
    /*padding: 20px 0px;*/
    border-right: 1px solid #ddd;
    line-height: 60px;
    position: relative;	
}
.catelog li:nth-child(1) a span:nth-child(1) {
    /*animation: rotateAni 2s infinite;*/
}
.catelog li a span:nth-child(1) {
    font-size: 16px;
    margin-top: 14px;
}
.catelog li a span:nth-child(2){
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

/*.catelog li a:hover{
	background: #ddd;
}*/
@media (max-width: 768px){
	.catelog li{
        display: none;
		/*line-height: 20px;
		height: 60px;
		padding-top: 20px;*/
	}
}
/*@media (max-width: 991px){
	.catelog{
		display: none;
	}
}*/
.flexBox{
	display: flex;
}
.navBox{
    position: absolute;
    background: #fff;
    min-width: 600px;
    padding: 15px;
    text-align: left;
    /* border: 1px solid; */
    left: 50%;
    top: 140%;
    transform: translate(-50%);
    box-shadow: 0px 0px 20px 0px #bfbfbf;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 18px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}
.catelog li:hover .navBox{
	top: 120%;
	opacity: 1;
	visibility: visible;
}
.navBox .chart {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    z-index: 1;
    margin: auto;
}
.navList .item{
	padding: 15px;
}
.navList .item:hover{
	background-color: #ddd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navList .item a:hover{
	background: transparent;
}
.openMeun{
	cursor: pointer;
}

@media (max-width: 768px){
	#msgus-mobile-wrapper > a div.mes-us {
	    display: none;
	    visibility: hidden;
	}
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: rgba(113, 180, 18, 0.8);
}
.footer_about ul{
    padding-left: 0px;
}
.footer_about ul li{
    list-style-type: none;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: -5px;
}
.footer_about ul li a{
    color: #fff;
}
.footerItems{
    cursor: pointer;
}
.phoneFooter{
    display: none;
}

@media (max-width: 768px){
    #wh-widget-send-button.wh-widget-right {
        bottom: 50px !important;
    }
    .phoneFooter{
        display: flex;
        background-color: #f4f4f5;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        height: 50px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        z-index: 99;
    }
    .phoneFooter a{
        width: calc(100% / 5);
        text-align: center;
        font-size: 10px;
        color: #666;
        /*transform: scale(0.9);*/
        text-decoration: none;
    }
    .phoneFooter a span.iconMoon{
        display: block;
        font-size: 24px;
        margin-top: 5px;
    }
}
.floorSlider .carousel-caption {
    right: auto;
    padding-bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    left: 0px;
    padding: 10px;
    height: 40px;
    bottom: 0px;
}
.pagination > li > a, .pagination > li > span {
    color: #333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #71b412;
    border-color: #9bca59;
}
@media screen and (min-width: 768px){
    .floorSlider .carousel-indicators {
        bottom: 2px;
        left: auto;
        right: 10px;
        width: 100%;
        margin: 0;
        text-align: right;
    }
}
@media screen and (max-width: 768px){
    .floorSlider .carousel-caption {
        padding: 5px;
        height: 30px;
    }
    footer .about{
        display: none;
    }
    footer .footer {
        padding-top: 5px;
        padding-bottom: 60px;
    }
}
/* 小火箭css */
#gotop {
    width: 80px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    cursor: pointer;
    z-index: 99998;

}

@media (max-width: 768px){
    #gotop {
        width: 60px;
        bottom: 135px;
        right: 17px;
        display: none;
    }    
}

/* 小火箭 */
#gotop:hover {
    animation: rubberBand 1s;
}

/*.catelog li a img {
    width: 40px;
    transform:rotate( -30deg);
    animation: rubberBand 2s infinite;
}*/

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, .95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
} 

@keyframes rotateAni {
  from {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  65% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(30deg);
  }
  to {
    transform: rotate(-30deg);
  }
} 