/* header */
body .header {
    background-color: #0E101F;
    height: 1.2rem;
    position: relative;
    box-shadow:0.11rem 0.05rem 0.21rem rgba(0,0,0,0.1);
}

.header .logo {
    width: 1.96rem;
    height: 0.84rem;
    margin: 0 auto;
    font-size: 0;
}

.header .logo img {
    width: 100%;
    height: 100%;
    /* margin-top: 0.18rem; */
}

.header.quoted-category-color .logo {
    width: 2.2rem;
    height: 0.64rem;
}

.header.quoted-category-color .logo img{
    margin-top: 0.3rem;
}

.header .nav-logo {
    position: absolute;
    width: 0.65rem;
    height: 0.5rem;
    display: inline-block;
    font-size: 0;
    left: 0.43rem;
    top: 0.4rem;
}

.header .nav-logo img {
    width: 100%;
    height: 100%;
}

.header .nav-warp {
    width: 3.5rem;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 1.2rem;
    left: 0.2rem;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 10;
}

.header .nav-warp.active {
    height: 8.1rem;
}

.header .nav-cell {
    height: 0.9rem;
    width: 100%;
    display: flex;
    font-size: 0.3rem;
    align-items: center;
    border-top: 1px solid #b6b6b6;
    color: #070808;
    padding-left: 0.5rem;
    position: relative;
    transform: all 0.3s;
}

.header .nav-cell::after {
    content: '>';
    color: #d2d2d2;
    position: absolute;
    right: 0.3rem;
	font-family: '宋体';
	font-weight: bold;
}

.header .nav-cell.active::after {
    transform: rotate(90deg);
}

.header .nav-cell:first-child {
    border-top:  none;
}

.header .nav-cell .nav-cell-icon {
    width: 0.5rem;
}

.header .nav-cell .nav-cell-icon img {
    width: 100%;
}

.header .nav-cell .nav-cell-txt {
    margin-left: 0.2rem;
}

.header .sub-nav {
    position: absolute;
    left: 3.7rem;
    top: 3.9rem;
    background: #fff;
    z-index: 10;
    width: 2.6rem;
}

.header .sub-nav .nav-cell {
    padding-left: 0.2rem;
}

.header .sub-nav .nav-cell::after {
    content: '';
}

.header .search {
    width: 0.47rem;
    height: 0.4rem;
    position: absolute;
    top: 0.4rem;
    right: 0.43rem;
    font-size: 0;
}

.header .search img {
    width: 100%;
    height: 100%;
}

/* footer */
.footer {
    background-color: #fff;
    padding-bottom: 1.2rem;
}

.footer .link {
    padding: 0 0.3rem;
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer .link .link-cell {
    color: #000;
    font-size: 0.28rem;
    min-width: 3.25rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    border: 1px solid #6c6c6c;
    margin-top: 0.3rem;
}

.footer .phone {
    padding-top: 0.4rem;
    color: #000;
    text-align: center;
    font-size: 0.28rem;
}

.footer .phone a {
    color: #000;
    font-size: 0.36rem;
}

.footer .company {
    color: #000;
    text-align: center;
    margin-top: 0.2rem;
}

.footer .beian {
    color: #000;
    text-align: center;
    margin-top: 0.1rem;
}

/* mini-menu */
.mini-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #fff;
    z-index: 10;
    height: 1rem;
}

.mini-menu .cell {
    flex: 1;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 0;
}

.mini-menu .cell .icon {
    width: 0.47rem;
    height: 0.41rem;
    display: inline-block;
}

.mini-menu .cell .name {
    color: #000;
    font-size: 0.26rem; 
    margin-top: 0.1rem;
}

.mini-menu .cell:nth-child(1) .icon{
    background: url('../mimg/mini-icon-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(1).active .icon {
    background: url('../mimg/quoted-skylight/nav1-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(2) .icon{
    background: url('../mimg/mini-icon-2.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(2).active .icon {
    background: url('../mimg/quoted-skylight/nav2-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(3) .icon{
    background: url('../mimg/mini-icon-3.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(3).active .icon {
    background: url('../mimg/quoted-skylight/nav3-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(4) .icon{
    background: url('../mimg/mini-icon-4.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(4).active .icon {
    background: url('../mimg/quoted-skylight/nav4-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(5) .icon{
    background: url('../mimg/mini-icon-5.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(5).active .icon {
    background: url('../mimg/quoted-skylight/nav5-1.png') no-repeat left top/100% 100%
}

.toolbar .title{
	font-size: 16px !important;
	line-height: 40px !important;
	height: 40px !important;
}
.toolbar .picker-button{
	font-size: 14px !important;
	line-height: 40px !important;
	height: 40px !important;
}
.toolbar .toolbar-inner{
	height: 40px !important;
}
.weui-picker-modal .picker-item, .weui-picker-modal .picker-items{
	font-size: 16px !important;
}
.weui-picker-modal, .weui-picker-modal .picker-modal-inner{
	height: 300px !important;
}


/* 9/4 */
body{
	background: #fff;
}
.header{
	background: #fff;
}

.header .nav-warp{
	background: rgba(0,0,0,0) url('../mimg/nav_bg.png') no-repeat left top;
	background-size: 100% 100%;
}

.header .nav-cell::after{
	color: #C53C56;
}
.header .nav-cell{
	color: #fff;
	border: 0;
}
.header .nav-logo{
/* 	width: 244px;
	height: 46px; */
	width: 22px;
	height: 14px;
	
}

.header .logo{
	width: 122px;
	height: 43px;
	padding-top: 20px;
}

body .home .category .title{
	background: rgba(0,0,0,0) url('../mimg/ban_bg.png') no-repeat left top;
	background-size: 100% 100%;
	color: #C53C56;
	margin: 0;
	background: #fff;
	color: #333;
}


body .home .category .btn_prev,
body .category .btn_next,
body .home .category .desc,
body .home .article .article-cell .wrap .title,
body .home .example .pic .name,
body .home .example .title{
	color: #C53C56;
}

.category,
body .home .article,
body .home .example,
body .home .example .title{
	background: #fff !important;
}

body .home .article .article-cell .wrap .content{
	color: #999;
}

body .home .article .article-cell{
	border: 0;
	position: relative;
}

body .home .article .article-cell::after{
	content: "";
	display: block;
	width: 100%;
	background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
body .home .article .article-cell:nth-last-child(1)::after{
	display: none;
}
body .home .article .article-cell .go img{
	width: 0.36rem;
	height: 0.36rem;
}
body .home .example .title span::before{
	/* background: linear-gradient(180deg, #B68131 0%, #F6EFB4 100%); */
	background: #C53C56;
}

.home .example .pic img{
	border-radius: 5px;
}
.home .article .article-cell .img img{
	border-radius: 6px;
}

.header .sub-nav{
	background: rgba(0,0,0,0) url('../mimg/nav_bg.png') no-repeat left top;
	background-size: 100% 100%;
}

.header .nav-warp{
	position: fixed;
	left: 0;
	top: 0;
	width: 3.5rem;
	height: 100%;
	background: #fff;
	display: none;
}.header .nav-warp.active{
	height: 100%;
	display: block;
}
.header .nav-cell .nav-cell-icon{
	display: none;
}
.header .nav-cell{
	height: 45px;
	color: #333;
	border-bottom: 1px solid #eee;
}
.header .nav-cell::after{
	color: #333;
}
.header .sub-nav{
	background: #fff;
	border: 1px solid #eee;
	position: fixed;
}
.header .sub-nav{
	left: 3.5rem;
	top: 135px;
}
.header .nav-cell .nav-cell-txt{
	margin-left: 0;
}



body .search-look{
	border-color: #ddd;
}

body .option .image + div{
	display: block;
	color: #333;
}

body .option{
	background: #F7F7F7;
}

.home .category .desc{
	background:#F5F5F5;
	margin: 0;
	padding: 20rpx 0;
}
 body .home .category .desc{
	 color: #333;
	 margin: 0 0 10px;
 }
 
 body .header .nav-cell .nav-cell-icon{
	 display: block;
	 margin-right: 5px;
 }
 
 .header .nav-warp.active{
	 left: 20px;
	 top: 45px;
	 border-radius: 5px;
	 height: auto;
 }
 
 
 .foot{
 	background: #0E101F;
 	border-top: 2px solid #C53C56;
 	padding: 22px 0;
 	color: #fff;
 	font-size: 12px;
 }
 .foot .page-list{
 	text-align: center;
 	margin-bottom: 12px;
 }
 .foot .page-list a{
 	color: #fff;
 }
 .foot .page-list span{
 	margin: 0 10px;
 }
 .foot .cortext{
 	color: #6F6F6F;
 	text-align: center;
 }