*{
    margin: 0;
    padding: 0;
	outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
input,select,textarea {
    outline: none;
}
body {
    /*font-family: "Lucida Console", Courier, monospace;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    /* background: url(../images/body_bg.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: scroll !important;
    background: #f0f0f0;
    min-width: 1200px;
    background-color:fbf2ff;
}
ul,li{
    font-style: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}

.colorRed {
    color: #f00;
}
.mt10 {
    margin-top: 10px;
}
.base_container {
    width: 1200px;
    margin: 0 auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(249, 165, 3, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(249, 165, 3, 0.6);
    outline: 0 none;
}
.colorLink {
    color: #f9a503;
}
.colorLink:hover {
    color:#f9a503;
}
.navbar-inverse {
    background-color: #000000;
    border-color: #080808;
}
.navbar-top {
    min-height: 32px !important;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-top .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#logo {
    width: 334px;
    height: 88px;
}
#custom-search-input {
    border: solid 1px #007687;
   /*  border-radius: 6px; */
    background-color: #1a2934;
    margin-top: 25px;
    overflow: hidden;
}
#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #0cb3d7;
}
#custom-search-input .glyphicon-search {
    font-size: 18px;
    color: #fff;
}
.header {
    /* background: url(../images/header.jpg) no-repeat; */
    padding: 10px 0;
    background: #240342;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
    height: 40px;
    background: none;
    color: #fff;
}
#custom-search-input .input-group-btn {
	width:8%;
	text-align: center;
}
.navbar-custom {
    /* background: #F8F8F8 linear-gradient(to right, #ffda44, #daae01); */
    background:#3d0670;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    border-top: 3px #000 solid;
}
.navbar-custom .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    font-size: 14px;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1dafc6;
}
.index-banner {
	/* margin-top: 20px; */
	overflow: hidden;
}
.index-banner .swiper-slide img {
    width: 100%;
}
.swiper-container .custom-prev {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-image: url(../images/L.png);
}
.swiper-container .custom-next {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-image: url(../images/R.png);
}
.swiper-pagination-bullet {
    border: 1px #fff solid;

}
.swiper-pagination-bullet-active {
    background:#fff;
}
.best-sellers, .specials {
    margin: 20px 0;
}
.page .bigTitle {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}

.page .bigTitle::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #02acd0;
    position: absolute;
    left:0;
    top: 0;
}
.page h1 {
    color: #444;
    font-size: 20px;
    padding-left: 10px;
    position: relative;
  
}
.page h1::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #00afc9;
    position: absolute;
    top: 0;
    left:0;
}
.btn-custom {
    background: -moz-linear-gradient(left, #f45 0%, #e44150 80%);
    background: -webkit-linear-gradient(left, #f45 0%, #e44150 80%);
    background: linear-gradient(to right, #f45 0%, #e44150 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45', endColorstr='#e44150', GradientType=1);
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#best-seller, #special {
    margin-top: 10px;
}
.thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
    border-top: solid 3px transparent;
    min-height: 320px;
    position: relative;
}

.thumbnail .img {
    position: relative;
    display: block;
}
.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.product-price_n {
	color: #f45;
	
}
.product-price_n .icon {
	font-size: 12px;
}
.product-price_n .num {
	font-size: 20px;
}
.thumbnail .product-image {
    border-bottom: 1px solid #f9a503;
    margin: 0;
    width: 100%;
}
.thumbnail:hover .product-name {
	color: #0cb3d7;
}
.thumbnail .product-price {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f9a503;
    text-align: center;
    color: white;
    padding: 3px 10px;
    font-size: 17px;
}
.thumbnail .product-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thumbnail .product-pack {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #999;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
}

.agreement-bg{
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.5);
	position: fixed; 
	z-index: 9;
	top: 0px;
	left: 0px;
	display: none;
}
.agreement-content{
	position:fixed;
 	top: 50%;
 	left: 50%;
 	width: 1000px;
 	height: 650px;
 	margin: -325px 0 0 -500px;
 	border-radius: 10px;
 	background-color: #3d0670;
	background-size: 100% 100%;
	background-repeat: repeat-x;
}
.agreement-title{
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: #240342;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.agreement-remark{
	background: #fff;
	height: 460px;
	width: 950px;
	padding: 25px;
	margin: 0px auto;
	overflow: scroll;
	color: #000;
	line-height: 35px;
}
.agreement-menus{
	width: 1000px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	text-align: center;
}
.agreement-menus a{
	background-color: #65c5d7;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 15px;
	color: #fff;
	margin: 0px 25px;
}
.agreement-menus a:hover{
	background: url("../images/bg2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 15px;
	color: #fff;
	margin: 0px 25px;
}


.thumbnail .product-manufacturer {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: right;
    padding:0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sidebar .sidebar-module {
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-module-content {
    /* background: linear-gradient(to top, #efce4b, #ffa200); */
    background: #ffffff;
}
.sidebar .sidebar-module h4 {
    color: #222;
    padding: 12px 0 12px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background: #fff;
    border-left: 3px #0cb3d7 solid;
}

.sidebar .sidebar-module h4 a{
    color: #222;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.sidebar .sidebar-module h4 a img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.sidebar .sidebar-module .list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .sidebar-module .list li a {
    color: #444;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    margin-left: 15px;
    padding: 8px 0 6px 20px;
    font-weight: 500;
   /* font-style: italic;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    position: relative;
    transition: all 500ms ease;
}
.sidebar .sidebar-item:last-child .list li:last-child a {
	border-bottom: none;
}

/*.sidebar .sidebar-module .list li a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e127";
    position: absolute;
    top: 9px;
    left: -70px;
    transition: all 200ms ease;
}*/
.sidebar .sidebar-module .list li a .active {
    font-family: 'Glyphicons Halflings';
    content: "\e127";
    position: absolute;
    top: 9px;
    left: -70px;
    transition: all 200ms ease;
}
.sidebar .sidebar-module .list li a:hover:before {
    left: 1px;
}
.sidebar .sidebar-module .list li a:hover {
    color: #fff;
    background: #0cb3d7;
}
.sidebar-item_title {
    padding: 10px 0 10px 15px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
}
.ads {
    margin: 15px 0 10px 0;
    background: url(../images/eroids_bg.jpg) no-repeat;
    padding: 18px 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.partners_content a {
    margin-right:10px;
    margin-bottom: 10px;
    float: left;
}

.footer_content {
    width: 620px;
    float: right;
}
.just_simple > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.footer_content .block {
    width: 45%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    text-align: right;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding-left: 50px;
}
.footer_content .block:first-child {
	padding-left: 0;	
}
.footer_content .block a {
    display: block;
    margin-bottom: 15px;
    color: #7d7d7d;
}
.footer_logo {
    width: 300px;
    float: left;
}
.base-footer {
    margin-top: 20px;
    background: #240342;
    color: #9c9c9c;
    padding-top: 30px;
    padding-bottom: 50px;
}
.page-content {
    padding: 20px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}
.paddingTop20 {
    margin-top: 20px;
}
.page-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 32px;
}
.page-content h1::after {
    content: "";
    display: block;
    margin: 10px 0 20px 0;
    height: 2px;
    width: 100%;
    background: #0cb3d7;
    background: -moz-linear-gradient(left, #0cb3d7 0%, #0a92af 80%);
    background: -webkit-linear-gradient(left, #0cb3d7 0%, #0a92af 80%);
    background: linear-gradient(to right, #0cb3d7 0%, #0a92af 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cb3d7', endColorstr='#0a92af', GradientType=1);
}
.btn-lv {
   background: -moz-linear-gradient(left, #f45 0%, #e44150 80%);
    background: -webkit-linear-gradient(left, #f45 0%, #e44150 80%);
    background: linear-gradient(to right, #f45 0%, #e44150 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45', endColorstr='#e44150', GradientType=1);
    color: #fff; 
}
.price-table .qtyInput {
   /*  width: 50px; */
    text-align: center;
}
.price-table span {
    font-size: 10px;
    color: #666;
    font-weight: 400;
}
.list_img {
    width: 60px;
    height: 60px;
}

.price-table>tbody>tr>td, 
.price-table>tbody>tr>th, 
.price-table>tfoot>tr>td, 
.price-table>tfoot>tr>th, 
.price-table>thead>tr>td, 
.price-table>thead>tr>th {
    vertical-align: middle;
}
.pagination > .current > a, .pagination > .current > a:focus, .pagination > .current > a:hover, .pagination > .current > span, .pagination > .current > span:focus, .pagination > .current > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f9a503;
    border-color: #f9a503;
}
.product-detail h1 {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.product-detail .price {
    font-size: 60px;
    font-family: 'Roboto Condensed', sans-serif;
}
.product-detail .price span {
    font-size: 30px;
    font-weight: 700;
}
.product-detail .price sup {
    font-size: 20px;
    padding: 0;
    margin: 0;
    top: -30px;
    color: #666;
}
.product-detail .review-title {
    margin: 10px 0;
    font-size: 13px;
}
.product-detail .review-title strong {
    width: 120px;
    display: inline-block;
}
.product-detail .info {
    line-height: 22px;
}
.product-detail .review-remark {
    font-size: 14px;
    margin: 10px 0;
}
.product-detail .action {
    margin: 20px 0;
}

.count-input {
    position: relative;
    width: 100%;
    max-width: 165px;
    margin: 10px 0;
}
.count-input.count-input-sm {
    max-width: 75px;
}
.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    text-decoration: none;
    text-indent: -10000px;
 
}
.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
    top: 50%;
    background: url("../images/decrease.png") no-repeat center;
	background-size:20px 20px;
}
.count-input .incr-btn:last-child {
	background: url("../images/increase.png") no-repeat center;
	background-size:20px 20px;	
}

.product-detail .action a {
    color: #f9a503;
}

.count-input input {
    width: 100%;
    height: 36.92307692px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    
}
.count-input.count-input-sm input {
    height: 36px;
}
.product-detail .action button {
    margin: 10px 20px;
}
.product_description img {
    max-width: 100%;
    display: block;
}
.sidebar .login-module h4 {
    color: #222;
    padding: 12px 0 12px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background: #fff;
    border-left: 3px #0cb3d7 solid;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.sidebar .login-module h4 img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.related_content {
    padding: 20px;
    background: #fff;
}
.related_table_title {
    width: 80%;
}
.related_table_title >a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}
.addon-code {
    padding: 0;
}
.addon-code img {
    width: 120px;
    height: 30px;
}
.cart-table img {
    height: 100px;
}
.cart-table a {
    color: #f9a503;
}

.price-table > tbody > tr > td, 
.cart-table > tbody > tr > td, 
.left-cart-table > tbody > tr > td {
    vertical-align: middle;
}
.cart-table tr > td {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.cart-table-new tr > td {
	font-weight: normal;
}
.cart-table-new tr > th,
.cart-table-new tr > td
{
	padding-left: 15px;
	padding-right: 15px;
}


.subtotal_right {
    text-align: right;
    font-size: 24px;
    font-weight: normal;
}

.panel-default {
    border: 1px solid #65c5d7;
    border-radius: 0;
}

.panel-default .panel-heading-custom {
    background: #65c5d7;
    color: #fff;
    border-radius: 0;
}
.panel-default .panel-heading-custom label {
    cursor: pointer;
    display: block;
    width: 50%;
    text-align: right;
}
.panel-default .panel-heading-custom label a{
    color: #fff;
    text-decoration: none;
}
.panel-default .panel-heading-custom:hover {
    background: #05add1;
}
.table > tbody > tr > .no-line {
    border-top: none;
}
.account_list ul li {
    line-height: 30px;
}
.label-success {
    background: #f9a503;
}
.label-success:hover{
    text-decoration: none;
}

.label-green {
	background: #5cb85c;
}
.label-red {
	background: #f9002f;
}
.pay_status {
    font-size: 18px;
    line-height: 45px;
}
.hr-account {
    border: none;
    width: 100%;
    height: 2px;
    background: #f9a503;
    padding: 0;
    margin: 30px 0 10px 0;
    display: block;
}
.page-content .question {
    font-weight: 700;
}
.page-content .answer {
    margin-bottom: 15px;
}
.panel-default-wrap .panel-default .panel-heading-custom label {
	width: 90%;
}

.table-border>thead>tr>th {
	border-bottom:0;
	background: #d9edf7;
}

.table-border,
.table-border tr td,
.table-border tr th
{
	border:1px #ddd solid;
}


.input-group .btn:first-child {
	border-radius: 4px 0 0 4px;
}
.input-group .btn:last-child {
	border-radius: 0 4px 4px 0;
}
.uploadImg_wrap {
	margin:10px 0 20px;
}
.payment_form {
/* 	border: 1px #ddd solid; */
	padding: 10px;
	margin: 20px 0;
	border-top:  1px #ddd solid;
}
.up_img_item {
	width: 60px;
	height: 60px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	margin-right: 20px;
}
.remove_icon {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/close_icon.png) no-repeat;
	background-size:100% 100%;
	top: -9px;
	left: -9px;
}
.up_img_item img {
	width: 100%;
	height: 100%;
}
.payment_input_infor input{
	border:1px #ddd solid;
	width: 200px;
	height: 30px;
	padding: 0 10px;
}
.table>tbody>tr>td.related_table_price {
	width: 200px;
	padding:0;
	white-space: nowrap;
}
.category-count {
	margin: 0;
}
.price-table .input-group-btn .btn {
	padding-top:9px;
	padding-bottom: 8px;
	border-color: #9c9c9c;
	padding-left: 15px;
	padding-right: 15px;
}
.payment_input_infor label {
	line-height: 30px;
}

.order-support {
	width: 600px !important;
}
.update_time_header {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.update_time_content {
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.update_time_content .update_time_item {
	background: #0f181f;
	border-radius:5px;
	padding: 8px;
	color: #fff;
	margin-right: 10px;
	text-align: center;
}
.update_time_content .update_time_item:last-child {
	margin-right:0;
}
.update_time .update_time_item .time {
	font-weight: bold;
	font-size: 14px;
}
.update_time_item .text {
	font-size: 12px;
}
.w20 {
	width: 20%;
}

.Shopping_nav {
	position: relative;
}
.Shopping_nav .cart_number {
	position: absolute;
	top: 0;
	right:0;
	padding: 5px 8px;
	background: #f45;
	border-radius:10000px;
	-webkit-border-radius:10000px;
	font-size: 12px;
	line-height: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.sweet-alert h2 {
    font-size: 16px;
}

a.weui-dialog__btn {
	text-decoration: none;	
}




