﻿html,
body {
	width: 100%;
	background-color: #fff;
	max-width: 640px;
	margin: 0 auto;
	font-family: Arial,Verdana,Sans-serif;
}

ul {
	list-style: none;
	padding: 0 0;
}

span.mui-icon {
	font-size: 14px;
	color: #007aff;
/*margin-left: -15px;
padding-right: 10px;*/
}

.mui-off-canvas-left {
	color: #fff;
}

.title {
	margin: 35px 15px 10px;
}

.title.content {
	margin: 10px 15px 35px;
	color: #bbb;
	text-indent: 1em;
	font-size: 14px;
	line-height: 24px;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333333;
}

a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:visited {
	color: #333;
}

a, img {
/*width:100%;*/
	border: none;
}

em,i {
	font-style: normal;
}

dl dd {
	padding: 0;
	margin: 0;
}

textarea,select,input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
/*去掉苹果手机自带默认按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
}

.main,img {
	max-width: 640px;
	margin: 0 auto;
}

.footind {
	background-color: #000;
	position: fixed !important;
	z-index: 10;
	bottom: 0;
}

.headerind {
	background-color: #fff;
	position: relative !important;
	z-index: 10;
}

.contentind {
/*margin-top:50px;*/
	margin-bottom: 70px;
	height: 100%;
}

.mainmuicon {
/*margin-top:50px;*/
	margin-bottom: 70px;
	height: 100%;
}

.headerind .mui-icon {
	font-size: 25px;
	text-align: center;
	position: relative;
	z-index: 20;
	line-height: 50px;
	color: #b19279;
}

.footind .mui-icon {
	font-size: 35px;
	text-align: center;
	position: relative;
	z-index: 20;
	line-height: 50px;
	color: #b19279;
}

.asidecemune {
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}

h1 {
	font-size: 36px;
	margin-top: 38px;
	padding: 0 30px;
	color: #333;
	text-align: justify;
	font-family: Arial,Verdana,Sans-serif;
	font-weight: normal;
}
/* 2019 header start by swallow 2019.11 */
.header19-group{
	width: 100%;
	/*max-width: 640px;*/
	margin: 0 auto;
	position: relative;
}
.header-group{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.top-line {
    position: relative;
    background-color:#CD924F;
    height: 62px;
    line-height: 62px;
    width:100%;
    text-align:center;
    font-size: 24px;
}
.top-line > i{
   position: absolute;
   top: 0;
   right: 0;
   width: 62px;
   height: 62px;
   line-height: 62px;
   text-align: center;
   font-size: 24px;
}
.menu-group {
   display: flex;
   justify-content: space-between;
   overflow: hidden;
}
.menu-group .iconbox {
   display: block;
   width: 82px;
   height: 82px;
   line-height: 82px;
   text-align:center;
   color: #333;
   flex-shrink: 0;
   font-size: 27px;
}
.menu-group .center-el {
   display: block;
   width: 100%;
   text-align: center;
   color: #333;
   font-size: 28px;
   line-height: 82px;
}
.menu-group .crd-logo20 {
    display: block;
    width: 100%;
    color: #CD924F;
    text-align: center;
}
.menu-group .crd-logo20 img{
    width: 50%;  
    margin: 15px 0;
    vertical-align: middle;
}
.menu-group .crd-setting {
    font-size:2.3rem;
}

.menu-group .crd-cart{
	color: #FFF;
}
.add-hg{
	position:fixed;
	left:0;
	top:0;
	z-index:999;
}
/*.header-group > div,
.header-group > a{
    display:block;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 31px;
}
.header-group .crd-bars,
.header-group .crd-search,
.header-group .crd-cart,
.header-group .crd-user,
.header-group .crd-setting{
	width: 90px;
	flex-shrink: 0;
}*/
.footnav{
	z-index: 997!important;
}
.nav-wrap{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	z-index: 1100;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-ms-transition: left 500ms;
	-o-transition: left 500ms;
	transition: left 500ms;
}
.nav-inner-group{
	position: relative;
	width:100%;
	max-width: 640px;
	height: 100vh;
	margin: 0 auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 32px;
	overflow: hidden;
}
.nav-inner-group > ul{
	height: calc(100% - 180px);
	overflow-y: scroll;
}
.crd-close{
	height: 91px;
	line-height: 91px;
	font-size: 1.7rem;
}
.nav-inner-group > ul > li{
	font-size: 1.5rem;
}
.sub-item > div,
.nav-inner-group > ul > li > a{
	display: inline-block;
	padding: 21px 0;
}
.sub-nav{
	/*display: none;*/
	margin: 0 0 0 15px;
	padding: 0;
}
.sub-nav dt,
.sub-nav dd{
	line-height: 51px;
	font-size: 1.4rem;
}
.sub-nav dd{
	margin-left: 15px;
}
.sub-nav dt{
	color: #333;
	margin: 15px 0 10px 0;
}
.sub-nav a{
	color: #666;
}

.sub-wrap{
	position: absolute;
	left: -100%;
	top: 91px;
	width: 100vw;
	max-width: 640px;
	height: calc(100vh - 91px);
	background-color:#FFF;
	box-sizing: border-box;
	padding: 30px;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-ms-transition: left 500ms;
	-o-transition: left 500ms;
	transition: left 500ms;
}
.sub-title{
	position: relative;
	height:91px;
	line-height: 91px;
	text-align: center;
	border-bottom: 1px solid #C4955A;
	font-size: 1.5rem;

}
.sub-title .crd-left{
	width: 91px;
	height:91px;
	line-height: 91px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 49px;
}

.search-wrap{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	z-index: 1100;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-ms-transition: left 500ms;
	-o-transition: left 500ms;
	transition: left 500ms;
}
.search-inner{
	position: relative;
	width:100%;
	max-width: 640px;
	height: 100vh;
	margin: 0 auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 32px;
}
.search-group{
	height: 79px;
	border-bottom: 1px solid #353535 ;
}
.search-group input{
	float: left;
	width: calc(100% - 79px);
	height: 100%;
	border: none;
	text-indent: 12px;
	outline: none;
	font-size: 28px;
}
.search-group button{
	width: 79px;
	height: 79px;
	border: none;
	background: transparent;
}
.search-group button span{
	font-size: 31px;
}
.search-group:after{
	content: "";
	display: block;
	clear: both;
}
.serve-group{
	position: absolute;
	left: 32px;
	bottom: 15px;
}
.serve-group > div{
	height: 41px;
	line-height: 41px;
	font-size: 1.3rem;
}
.serve-group a{
	font-size: 1.3rem;
}
.serve-group div:nth-child(2) a{
	border-bottom: 1px solid #353535;
}
.serve-group div:nth-child(3) a{
	font-weight: bold;
	color: #C4955A;
	border-bottom: 1px solid #C4955A;
	margin-left: 10px;
}
.search-history{
	line-height: 37px;
}
.search-history dt{
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.5rem;
}
.search-history dd{
	font-weight: normal;
	color: #999;
}
.search-history a{
	display: block;
	font-size: 1.5rem;
	padding: 10px 0;
}
/* 2019 header start by swallow 2019.11 */

/*PNG图片背景色;*/

 .bgcolor{background-color:#F8F8F8;display:inline-block;}
 .bgcolora:after{
    content:"";
    display:block;
    clear:both;
}

.slider-ul {
    margin-bottom: 100px;
}

/* 专属顾问弹窗 */
.consultant_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0vw;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .55);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
