﻿/*-----------------------------------------------------------------------------------

    Template Name: Rapiden - eCommerce Electronics Template
    Template URI: https://devitems.com/html/rapiden-preview
    Description: This is Rapiden eCommerce Electronics Template
    Author: HasTech
    Author URI: https://devitems.com

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Default css (css/shortcode/default.css)
    2. Header css (css/shortcode/header.css)
    3. Slider css (css/shortcode/slider.css)
    4. Footer css (css/shortcode/footer.css)
    5. Blog css (css/shortcode/blog.css)
    6. Client css (css/shortcode/client.css)
    7. Mainmenu css (css/shortcode/mainmenu.css)
    8. Other page css (css/shortcode/other-page.css)
    9. Product css (css/shortcode/product.css)
    10. Product tab css (css/shortcode/product-tab.css)
    
    
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800');
html, body {height: 100%;font-family: 'Open Sans', sans-serif;background:#F7F7F7}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
    margin:0 0 15px;
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color:#444444;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #F4A137;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;	
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.search-box input[placeholder] {
  color: #ffffff!important;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.top-cart-title{background: rgba(0, 0, 0, 0) url("img/cart/top-cart.png") no-repeat scroll 0 50%;}
.top-cart-title-2{background: rgba(0, 0, 0, 0) url("img/cart/top-cart2.png") no-repeat scroll 0 50%;}
.btn-remove {
    background: #404040 url("img/cart/btn_remove.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    float: right;
    margin-left: 3px;
}
.btn-remove:hover {
    background: #F4A137 url("img/cart/btn_remove.png") no-repeat scroll 0 0;
}
.newletter-area {
  background: url(img/bg-1.jpg)no-repeat scroll center center / cover;
}
.subscribe-social a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 48px;
  margin-right: 6px;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
  width: 55px;
}
.subscribe-social a:hover {
  background: #fff;
  color: #444;
}
.subscribe-social a i {
  font-size: 20px;
  line-height: 48px;
}
#scrollUp {
  background: #F4A137 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  line-height: 52px;
  right: 30px;
  text-align: center;
  width: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);  
}
#googleMap {
  height: 350px!important;
}
#scrollUp i{
  font-size: 24px;
  line-height: 48px;	
}
#scrollUp:hover{background:#FF5313;color#fff;} 

.single-tab-item {
  float: left;
  width: 33.3333%;
  overflow: hidden;
}

/* social_block */

#social_block {
  position: fixed;
  right: 0;
  top: 15%;
  transform: translateX(140px);
  width: 190px;
  z-index: 10050000;
}
#social_block ul li {
  list-style: outside none none;
}
#social_block ul li a {
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0;
  width: 185px;
  text-transform:capitalize;
  text-align:center;
}
#social_block ul li a:hover {
  transform: translateX(-131px);
  transition: all 300ms ease-in 0s;
}

#social_block ul li a::before {
  border-right: 1px solid #ffffff;
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  width: 50px;
}
#social_block ul .facebook a {
  background: #425f9c none repeat scroll 0 0;
}
#social_block ul .facebook a::before {
  content: "";
  transition: all 300ms ease-in 0s;
}
#social_block ul .twitter a {
  background: #00aced none repeat scroll 0 0;
}
#social_block ul .twitter a::before {
  content: "";
}
#social_block ul .rss a {
  background: #ff9900 none repeat scroll 0 0;
  text-transform:uppercase;
}
#social_block ul .rss a::before {
  content: "";
}
#social_block ul .youtube a {
  background: #e22d26 none repeat scroll 0 0;
}
#social_block ul .youtube a::before {
  content: "";
}
#social_block ul .google-plus a {
  background: #ed5757 none repeat scroll 0 0;
}
#social_block ul .google-plus a::before {
  content: "";
}
#social_block ul .pinterest a {
  background: #c21a21 none repeat scroll 0 0;
}
#social_block ul .pinterest a::before {
  content: "";
}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a{}
.wishlist-share ul li a{}
.wishlist-share ul li a:hover{background-position: left bottom;}
.blog-page-area {
  background: #ffffff none repeat scroll 0 0;
}
.dengv{color: #fff;}

/*登录页面*/
.form-fields .inputBg {
    border: 1px solid #ccc;
    background: none;
}

.us_Submit {
    border: none;
    width: 125px;
    height: 40px;
    background: url(images/bnt_ur_log.gif);
}

#usBoxs{
margin: 0 auto;
float: none;
padding: 20px;
}

#usBoxs .inputBg {
    border: 1px solid #ccc;
    background: none;
}

.us_Submit_reg {

    border: none;
    width: 125px;
    height: 40px;
    background: url(images/bnt_ur_reg.gif);

}

#usBoxs tr{height: 35px;}
.tiaoj{font-size: 11px;}


.checkout-ss{
border: 1px solid #ccc;

background: #fff;
}
.checkout-ss .flowBox{
border-bottom: 1px solid #ccc;
padding: 20px;
}
.checkout-ss tr th{border: 1px solid #ccc;}
.checkout-ss tr td{border: 1px solid #ccc;}
table{border-collapse:collapse;}

.checkout-ss h6{font-size: 20px;}

.addres_zf{
border: 1px solid #ccc;
background: #fff;
padding: 30px;
}

.addres_zf tr{height: 40px;}
.addres_zfs input{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
height: 35px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #626262;
width: 60%;
}

.addres_zfs select{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
height: 35px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #626262;
width: 20%;
}

.inputs input{
height: 45px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #626262;
}
.inputs input:hover{
height: 45px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #f90;
}

.inputs{margin-top: 20px;}
.addres_zf h6 span{font-size: 20px;font-weight: bold;color: #f90;}





@media (max-width: 767px){
.addres_zfs select{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
height: 35px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #626262;
width:100%;
}
.addres_zfs input{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
height: 35px;
box-shadow: none;
padding-left: 10px;
font-size: 14px;
color: #626262;
width: 90%;
}

}


.checkout-ss h6 a{float: right;}

.subscribe-form input{height: 45px;width: 100%;}



body {
	margin: 0px;
	padding: 0px;
	
	font-family: 'Source Sans Pro', sans-serif;
}

#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 150px;
}
.wrapper-inner{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.wrapper-inner-buttons{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
}
.wrapper-inner-buttons a{
	background-color: #3f8dbf;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: calc(35px / 2);
}
.wrapper-inner-buttons a.current{
	background-color: #f5d76e;
	color: #d35400;
}
.wrapper-inner-buttons a:hover{
	background-color: #35759F;
	color: #fff;
}
.mobile{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.mobile-inner{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;
	margin-bottom: 30px;
}
.mobile-inner p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
.mobile-inner-header{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}



