/* Write your styles */
/**********************common*********************************/
html {
  font-size: 62.5%;
}
.am-text-small{font-size: 10px;}
body{
  font-size: 1.4rem; /* 16px */
  background: #f5f5f5;
}
.body1{
	font-size: 1.4rem; /* 16px */
	background: #fff;
}
em, i{
	font-style: normal;
}
label{
	font-weight: normal;
}
a{
	color: #333333;
}
p{
	margin: 0;
}
.fv{
	min-height: 100%;
}
.am-bold{
	font-weight: bold;
}
.uba{
	border:1px solid #DDDDDD;
}
.ubt{
	border-top:1px solid #DDDDDD;
}
.ubr{
	border-right: 1px solid #DDDDDD;
}
.ubb{
	border-bottom: 1px solid #DDDDDD;
}
.ubl{
	border-left:1px solid #DDDDDD;
}
.am-noborder-list li{
	border:none !important;
}
.no-ubb{
	border-bottom: none !important;
}
.am-bg-white{
	background-color: #FFFFFF;
}
.am-text-white{
	color:white !important;
}
.am-text-black{
	color:#222222;
}
.pos_re{
	position: relative;
}
.am-radius-top{
	border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.am-navbar-default a {
	color: #333;
}
.am-navbar-default li.am-active a{
	color:#9f751f !important;
}
.am-navbar-default .am-navbar-nav{
	border-top: 1px solid rgba(229,204,150,.4) !important;
	background-color: rgb(245, 245, 245);
}

.am-list > li:last-child,.no-border > li{
	border-bottom: 0px solid #dedede !important;
}
.clear{
	clear: both;
}
.am-icon-fw{
	margin-bottom: 0.4rem;
}
.am-header-default{
	background-color:#fff;
}
.am-header-default .am-header-title{color: #000}
.am-header-default .am-header-title a{color: #000;}
.am-header-default .am-header-nav > a{color: #000}
.am-btn-black{
	color: #fff;
	background-color: #0c1e3c;
	border-color: #0c1e3c;}
.am-btn-black:hover,
.am-btn-black:focus,
.am-btn-black:active,
.am-btn-black.am-active,
.am-dropdown.am-active .am-btn-black.am-dropdown-toggle {
	color: #fff;
	border-color: #0c1e3c;
}

.am-gallery-bordered .am-gallery-item img {
	width: 70%;
	height: 52px;
}
.box-shadow {
	box-shadow: 0px 0px 10px 0px rgb(50 108 247 / 13%);
}
.box-shadow1 {
	box-shadow: 0px 0px 10px 0px rgb(134 164 233 / 13%);
}
.am-gallery-bordered .am-gallery-item{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.am-br-10{border-radius:10px}
/**********************分享链接**************************/
.shareBg{
	background: url(../img/shareBg.png) no-repeat;
	background-size: 100%;
}
.icon-qcorde{
	width: 150px;
}
div[data-html="share"] .content{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	position: fixed;
	bottom: 2%;
	left: 10%;
}
/*div[data-html="share"] input[type=button]:active,input[type=button]:focus{
	background: linear-gradient(260deg,rgba(43,177,207,1) 0%,rgba(103,108,222,1) 100%);
	color: #FFFFFF;
}
.sc-bg-purple {
	 background: linear-gradient(260deg,rgba(43,177,207,1) 0%,rgba(103,108,222,1) 100%);
	 color:#fff;
 }*/
.am-radius10 {
	border-radius: 10px;
}

/****************************购物车**********************************/
.am-shopcar-footer {
    position: fixed;
    bottom: 51px;
    left: 0;
    background: #fff;
    z-index: 2;
    height: 46px;
    overflow: hidden;
}
.am-input-group-sm > .am-input-group-label{
	line-height: 20px;
}
.am-input-group-sm > .am-form-field, .am-input-group-sm > .am-input-group-label, .am-input-group-sm > .am-input-group-btn > .am-btn{
	height: 28px;
    font-size: 1rem !important;
}
/******************************头部固定搜索框*************************/
.search-box{
	position: fixed;
    z-index: 2;
    top: 0;
}
.search-box .headbg {
    background:#3c98fb;
    opacity: 0;
    position: fixed;
    width: 100%;
    max-width: 720px;
    height: 3.5725em;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/**********************重写tabs**************************/
[data-am-widget='tabs']{
	margin: 0;
}
.am-tabs-bd {
	border:none;
}
 .am-tabs-d2 .am-tabs-nav{
	background-color: #236030;
	padding: 0 1rem;
}
.am-tabs-d2 .am-tabs-nav > .am-active:after{
	content: initial;
}
.am-tabs-d2 .am-tabs-nav > .am-active{
	background-color: #236030;
}
.am-tabs-d2 .am-tabs-nav > .am-active a{
	color: #fff;
}
.am-tabs-d2 .am-tabs-nav > .am-active{
	border-bottom: 2px solid  #FFF;
}
.am-tabs-bd .am-tab-panel{
	padding: 0;
	margin-top:1rem;
}

/*****************表单*************************/
div[data-html=form] [class*="am-u-"] {
	padding-left: 0;
	padding-right: 0;
}

div[data-html=form] .am-my-titlebar {
	background: #3d3d3d;
	color: #fff;
	padding: 0.5rem 1rem;
}

div[data-html=form] label {
	font-weight: normal;
}
div[data-html=form] .icon-umw{
	width: 4rem;
}
div[data-html=form] .am-form .am-form-group {
	padding: 0.625rem;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0;
}
div[data-html=form] .am-radio-inline:first-child {
	margin-left: 10px;
}
div[data-html=form] .am-ucheck-icons {
	top: inherit;
}
div[data-html=form] .am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
div[data-html=form] .am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
div[data-html=form] .am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
div[data-html=form] .am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
div[data-html=form] .am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0.6em;
	border: none;
}
div[data-html=form] .am-form input[type="text"][readonly] {
	background-color: transparent;
}
div[data-html=form] .am-my-icon {
	float: right;
	padding: 0.46rem 0;
	margin-right: 0;
	font-size: 1.5rem;
}
div[data-html=form] .am-form input[type="text"], .am-form input[type="password"]{
	border:none !important;
}

.am-form input[type="text"], .am-form input[type="password"]{
	border:none;
	border-bottom: 1px solid #CCCCCC;
}

/*****************switchBtn*************************/
.am-switch {
	    width: 44px;
    height: 24px;
    position: relative;
    border: 1px solid #fe5a12;
    background-color: #fe5a12;
    box-shadow: #fe5a12 0 0 0 0 inset;
    border-radius: 2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}
.am-switch:before {
	content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 12%;
    left: 10%;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fe5a12;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.am-switch:checked {
	border-color: #fe5a12;
    box-shadow: #fe5a12 0 0 0 16px inset;
    background-color: #fe5a12;
}
.am-switch:checked:before {
	left: 21px;
}
.am-switch.am-switch-animbg {
	transition: background-color ease 0.4s;
}
.am-switch.am-switch-animbg:before {
	transition: left 0.3s;
}
.am-switch.am-switch-animbg:checked {
	box-shadow: #dfdfdf 0 0 0 0 inset;
	background-color: #efbec2;
	transition: border-color 0.4s, background-color ease 0.4s;
}
.am-switch.am-switch-animbg:checked:before {
	transition: left 0.3s;
}
/********************首页*************************/
.am-titlebar-default{
	padding-left:10px;
	padding-right:10px;
	margin-left:0;
	margin-right:0;
}
.am-titlebar-default .am-titlebar-title{
	color:#000;
}
.am-titlebar-default .am-titlebar-title:before{
	border-left:3px solid #3c98fb;
	height: 2rem;
	margin-top: 0.5rem;
}
div[data-html=storeGoods] .am-avg-sm-2 > li:nth-of-type(2n + 1) {
    margin-right: 1%;
}
div[data-html=storeGoods] .am-avg-sm-2 > li {
    width: 49.5%;
    margin-bottom: 0.5rem;
}
.am-list > li {
    border-bottom: none;
}
[data-html=index] .am-uinn {
    padding: 0.4rem 0;
}
.am-nav-index li {
    padding: 2% 0;
}
.am-nav-index li img {
    width: 54%;
    display: block;
    margin: 0 auto;
}
.am-nav-index li a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.am-nav-index li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
strike{
	color: #b2b2b2;
}
.txtScroll-top a{
	color:#000;
}
.am-btn-receive{
	background: #FFFFFF;
	color:#FF9935;
}
.am-text-brown{
	color:#9f751f;
}
div[data-html=index] .shopList{
	overflow: hidden;
}
div[data-html=index] .shopList .am-thumbnail{
	border:none;
	margin: 0 auto;
}
.text-line2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.text-line1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/******************************确认订单**************************************************/
.am-list-static > li {
    padding:1rem .2rem;
}
.am-list-static > li span {
   font-size: 1.4rem;
}
div[data-html=orderSubmit] .am-bg-black{
	background-color: rgba(0,0,0,0.5);
}
div[data-html=orderSubmit] .am-list > li{
	background-color: transparent;
}
div[data-html=orderSubmit] .am-titlebar {
	margin-top: 1rem;
}

div[data-html=orderSubmit] .am-list>li:first-child {
	border-top: none;
}

div[data-html=orderSubmit] .am-list>li:last-child {
	border-bottom: none;
}
div[data-html=orderSubmit] .am-goods-list>li:last-child{
	border-bottom: 1px solid #DEDEDE;
}
div[data-html=orderSubmit] em {
	font-style: normal;
}
div[data-html=orderSubmit] .am-mapmarker{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
div[data-html=orderSubmit] .am-text-gray{
	color:#CCCCCC;
}
div[data-html=orderSubmit] .am-arrows {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	text-align: right;
}
div[data-html=orderSubmit] .am-list-main p{
	line-height: 1.2;
}
div[data-html=orderSubmit] .am-shop-info .am-list-news-default {
	margin-bottom: 0;
}
div[data-html=orderSubmit] .am-shop-info .am-list {
	margin-bottom: 0;
}
div[data-html=orderSubmit] .am-confirm-btn, div[data-html=form] .am-confirm-btn{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0.5rem 1rem;
}

div[data-html=orderSubmit] .am-badge{
	position: absolute;
    top: 0;
    right: 34%;
}
/******************************订单列表**************************************************/

div[data-html=tabs] [data-am-widget='tabs']{
	margin: 0;
}
div[data-html=tabs] .am-tabs-d2 .am-tabs-nav {
    background-color: #236030;
    padding: 0 10px;
}

div[data-html=tabs] .am-tabs-d2 .am-tabs-nav>.am-active {
	background-color: transparent;
}
.am-tabs-d2 .am-tabs-nav li{
	border-bottom: 2px solid transparent;
}
div[data-html=tabs] .am-tabs-bd {
	border: 0px solid #ddd;
}

div[data-html=tabs] .am-list-news-default {
	margin: 0;
	background: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
}

div[data-html=tabs] .am-tabs-bd .am-tab-panel {
	padding: 0;
}

div[data-html=tabs] .am-list {
	margin: 0;
}

div[data-html=tabs] .am-list-news-hd h2 {
	font-size: 1.2rem;
	font-weight: normal;
}
div[data-html=tabs] .am-tips {
	font-size: 1.2rem;
	font-weight: normal;
}
/********************************收货地址**********************************************/
div[data-html=address] .am-navbar{height: initial;line-height: initial;}
div[data-html=address] [class*="am-u-"]{padding-left:0;padding-right: 0;}
div[data-html=address] .am-box{display: -webkit-box;}
div[data-html=address] .am-btn-address{background-color:#333;color:#44b549;}
div[data-html=address] .am-btn:hover,
div[data-html=address] .am-btn:focus {
  color: #44b549;
  text-decoration: none;
}
.am-text-yellow{
	color: #efbe29;
}
.am-text-ml{
	font-size: 1.6rem;
}
.am-text-small{font-size: 10px;}

.btn-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tips-text {
	display: none;
    background: transparent;
    border: none;
    color: #888;
    text-align: center;
    margin: 0;
}

.bg1{background:#9e9e9e}
.bg2{background:#f37b1d}
.bg3{background:#5eb95e}
.bg4{background:#795548}
.bg-1{background:#9e9e9e}

.text-green{
	color: #236030;
}
.text-green-light{
	color: rgba(77,154,94,.5);
}
.text-green-desc{
	color: #4d9a5e;
}
.am-btn-green,
.am-btn-green:hover,.am-btn-green:active,.am-btn-green:hover{
	background-color: rgb(35, 96, 48);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(35, 96, 48);
}
.am-btn-green-light,
.am-btn-green-light:hover,.am-btn-green-light:active,.am-btn-green-light:hover{
	background-color:#2c9141;
	color: rgb(255, 255, 255);
	border: 1px solid #2c9141;
}
.am-bg-green{
 	background:rgb(35, 96, 48) ;
}
.am-checkbox.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons
{
	color: #2c9141 !important;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons, .am-ucheck-radio:checked + .am-ucheck-icons{
	color: #2c9141 !important;
}

