body {
	font-size: 16px;
	line-height: 1.5;
	color: #434343;
	font-family: 'MicrosoftYaHei'
}

.height {
	height: 100%;
	overflow: hidden
}

* {
	box-sizing: border-box
}

a:hover {
	color: inherit
}

.mobile-nav {
	display: none
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6)
}

.img {
	font-size: 0
}

.img img {
	max-width: 100%
}

.wrapper {
	margin: 0 auto;
	width: 1200px
}

.page-top-section {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #939597;
	height: 34px;
	font-size: 14px
}

.page-top-section a {
	text-decoration: underline
}

.page-top-section a:hover {
	color: #2c4db4
}

.page-top-section .hr {
	margin: 0 15px;
	display: block;
	width: 1px;
	height: 15px;
	background-color: #fff
}
.header{
	height: 151px;
}
.header-fiexd-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1005;
}
.header .header-fiexd {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 70px;
	background: #000
}

.header .header-fiexd .title {
	font-size: 34px;
	font-weight: bold;
	color: #fff
}

.header .user-msg-gh {
	display: none
}

.header .serch-box {
	position: relative;
	width: 300px;
	height: 40px
}

.header .serch-box form {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.header .serch-box input {
	display: block;
	padding: 0 50px 0 20px;
	width: 100%;
	height: 100%;
	border-radius: 19px;
	border: solid 1px #fff;
	border-radius: 20px;
	color: #fff;
	background: transparent;
	font-size: 14px;
}
.header .serch-box input::-webkit-input-placeholder{
	color: #fff;
	font-style: italic;
}
.header .serch-box button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: url(../images/icon_01.png) no-repeat center;
	background-size: contain;
	border: none;
	cursor: pointer;
}

.header .user-info ul {
	display: flex
}

.header .user-info li {
	position: relative
}
.header .user-info li.state-btn{
	margin-left: 20px;
	font-size: 0;
}
.header .user-info li.state-btn img{
	display: block;
	/* width: 35px; */
	/* width: 50px; */
    width: 40px;
}
.header .user-info li>a {
	padding: 0 15px
}

.header .user-info li:hover .dropdown {
	display: block
}

.header .user-info li:hover .dropdown-menu {
	display: block
}

.header .user-info .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: -50px;
	padding-top: 12px;
	z-index: 20
}

.header .user-info .dropdown-menu::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 69px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff transparent
}

.header .user-info .dropdown-menu .box {
	padding-top: 10px;
	color: #000;
	font-size: 12px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #d2d2d2
}

.header .user-info .dropdown-menu .shopping-list {
	overflow-y: scroll;
	height: 235px
}

.header .user-info .dropdown-menu .shopping-list .btns {
	flex: 1;
	display: flex;
	justify-content: space-between
}

.header .user-info .dropdown-menu .shopping-list .btns a {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.header .user-info .dropdown-menu .edit-btn {
	background-image: url(../images/icon_37.png)
}

.header .user-info .dropdown-menu .remove-btn {
	background-image: url(../images/icon_38.png)
}

.header .user-info .dropdown-menu .item {
	display: flex;
	padding: 12px;
	border-bottom: 1px solid #d2d2d2
}

.header .user-info .dropdown-menu .item:last-child {
	border: none
}

.header .user-info .dropdown-menu .item .goods-desc {
	width: 80%;
	display: flex;
	line-height: 1.25
}

.header .user-info .dropdown-menu .item .txt {
	padding: 0 15px 0 10px;
	flex: 1
}

.header .user-info .dropdown-menu .item .img {
	width: 50px;
	height: 50px;
	border: 1px solid #d2d2d2
}

.header .user-info .dropdown-menu .item img {
	width: 100%;
	height: 100%
}

.header .user-info .dropdown-menu .sum {
	padding: 5px 10px;
	border-top: 1px solid #d2d2d2;
	font-size: 12px;
	color: #000
}

.header .user-info .dropdown-menu .sub-buttons {
	border-top: 1px solid #d2d2d2;
	padding: 5px;
	display: flex;
	background-color: #e3e3e3
}

.header .user-info .dropdown-menu .sub-buttons .go-shopping-btn {
	margin-right: 5px;
	background: transparent;
	color: #000
}

.header .user-info .dropdown-menu .sub-buttons a {
	width: 100%;
	line-height: 35px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: none
}

.header .user-info .dropdown-menu .sub-buttons a:hover {
	background-color: #333;
	color: #fff
}

.header .user-info .number {
	position: absolute;
	top: -6px;
	right: 3px;
	display: block;
	width: auto;
	line-height: 1;
	color: #fff;
	padding: 3px 6px;
	border-radius: 50%;
	font-size: 14px;
	background: #e60012
}

.header .user-info a {
	display: block
}

.header .user-info .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 15px;
	z-index: 99
}

.header .user-info .dropdown::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff transparent;
	transform: translateX(-50%)
}

.header .user-info .dropdown .box {
	padding: 20px 0;
	width: 160px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
}

.header .user-info .dropdown a {
	margin: 0 auto 10px;
	width: 90px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #000;
	transition: all .3s
}
.header .user-info .dropdown .phone{
	text-align: center;
}
.header .user-info .dropdown .phone img{
	width: 24px;
}
.header .user-info .dropdown .pay{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.header .user-info .dropdown .resg-btn {
	margin-bottom: 0;
	background: transparent;
	color: #000
}

.header .user-info .dropdown .resg-btn:hover {
	background-color: #000;
	color: #fff
}

.nav {
	background-color: #fff
}

.nav .nav-list {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0
}

.nav i {
	display: none
}

.nav a {
	display: block
}

.nav .dropdown {
	margin: 0 3%;
	position: relative;
}

.nav .dropdown.active .dropdown-toogle, .nav .dropdown:hover .dropdown-toogle {
	border-color: #000
}

.nav .dropdown-toogle {
	display: inline-block;
	padding: 8px 6px;
	border-bottom: 3px solid transparent
}

.nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -255px;
	padding: 35px;
	width: 1060px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 20
}


.nav .dropdown-menu ul {
	display: flex;
	justify-content: space-between
}

.nav .dropdown-menu li {
	margin-right: 5%
}

.nav .dropdown-menu li:last-child {
	margin-right: 0
}

.nav .dropdown-menu .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	color: #000
}

.nav .dropdown-menu dt {
	font-size: 15px;
	font-weight: bold;
	color: #000
}

.nav .dropdown-menu dd {
	font-size: 14px;
	color: #626262
}

.nav .dropdown-menu dd a:hover {
	color: #000
}

.nav .dropdown-menu .content {
	display: flex;
	justify-content: space-between
}

.nav .dropdown-menu .content a {
	padding: 10px 0
}

.nav .dropdown-menu .content .left {
	padding-right: 75px
}

.nav .dropdown-menu .more {
	margin-top: 10px
}

.nav .dropdown-menu .more a {
	padding: 0;
	display: block;
	width: 25px;
	height: 7px;
	background: url(../images/icon_14.png) no-repeat center;
	background-size: 100% 100%
}
.nav .dropdown-menu2{
	padding: 15px;
	width: 200px;
	left: 50%;
	transform: translateX(-50%);
}
.nav .dropdown-menu2 li{
	width: 100%;
}
.nav .dropdown-menu2 .content .left{
	padding-right: 0;
}
.footer {
	background-color: #4c4c4c
}

.footer .go-top {
	display: none
}

.footer-link {
	padding: 40px 0 60px;
	color: #fff
}

.footer-link ul {
	display: flex;
	justify-content: center
}

.footer-link li {
	margin-right: 5%
}

.footer-link li:last-child {
	margin: 0
}

.footer-link .title {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold
}

.footer-link i {
	display: none
}

.footer-link .list {
	font-size: 16px
}

.footer-link .list a {
	margin-bottom: 10px;
	display: block;
	font-weight: lighter;
    color: #fff;
    font-weight: bold;
}

.footer-ft {
	position: relative;
	padding-bottom: 25px;
	border-top: 1px solid #707070;
	color: #fff;
	text-align: center
}

.footer-ft .title {
	padding: 40px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer-ft h4 {
	margin-right: 25px;
	font-weight: bold;
	line-height: 1;
	font-size: 30px
}

.footer-ft .sharde {
	position: relative;
	margin-left: 20px;
	display: flex;
	align-items: center
}

.footer-ft .sharde ul {
	font-size: 0
}

.footer-ft .sharde li {
	margin-left: 15px;
	display: inline-block;
	position: relative
}

.footer-ft .sharde li:hover .qr-box {
	display: block
}

.footer-ft .sharde li a {
	display: block;
	font-size: 0
}

.footer-ft .sharde .qr-box {
	display: none;
	position: absolute;
	top: -152px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	padding-bottom: 10px
}

.footer-ft .sharde .qr-box .box {
	padding: 5px;
	background-color: #fff
}

.footer-ft .sharde .qr-box::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #fff transparent transparent transparent
}

.footer-ft .sharde .qr-box img {
	width: 100%
}

.footer-ft .sharde .iconfont {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/weixin_01.png)
}

.footer-ft .sharde .weibo {
	background-image: url(../images/weibo_01.png)
}

.footer-ft .copy {
	font-size: 14px;
	line-height: 24px;
	color: #fff
}

.gh {
	display: none
}

.g-hd {
	padding: 60px 0;
	text-align: center;
	font-size: 36px
}

.g-hd h3 {
	font-weight: bold;
	color: #434343;
	letter-spacing: 7px
}

.g-record-box .tabs {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	line-height: 15px
}

.g-record-box .tabs a {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #6d6d6d
}

.g-record-box .tabs a:last-child {
	border: none
}

.g-record-box .tabs a.on, .g-record-box .tabs a:hover {
	color: #e60012
}

.g-record-box .tbody {
	text-align: center
}

.g-record-box .tbody p {
	margin-right: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border: 1px solid #dcdcdc
}

.g-record-box .tbody .thd, .g-record-box .tbody li {
	display: flex
}

.g-record-box .tbody .thd p {
	background-color: #f5f5f5
}

.g-record-box .tbody .tbd li {
	margin-top: -1px
}

.g-record-box .tbody .time {
	width: 20%
}

.g-record-box .tbody .change {
	width: 30%
}

.g-record-box .tbody .desc {
	flex: 1
}

.g-user-address {
	display: flex;
	flex-wrap: wrap
}

.g-user-address li {
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	width: 222px;
	height: 110px;
	background-image: url(../images/add_02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer
}

.g-user-address li:last-child {
	margin-right: 0
}

.g-user-address li:hover .close-btn, .g-user-address li:hover .edit-btn {
	opacity: 1;
	visibility: visible
}

.g-user-address li.default-add {
	background-image: url(../images/add_01.png)
}

.g-user-address .tit {
	line-height: 30px;
	border-bottom: 1px dashed #dcdcdc
}

.g-user-address .desc {
	line-height: 1.6;
	height: 50px
}

.g-user-address .phone {
	display: flex
}

.g-user-address .phone .default-txt {
	margin-left: 20px
}

.g-user-address .close-btn, .g-user-address .edit-btn {
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.g-user-address .close-btn {
	font-size: 0;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: url(../images/close_02.png) no-repeat center;
	background-size: 10px 10px
}

.g-user-address .edit-btn {
	right: 15px;
	bottom: 11px;
	font-weight: bold;
	color: #007cc3
}

.g-user-address .add-address-btn {
	width: 222px;
	height: 110px;
	background: url(../images/add_03.png) no-repeat center;
	background-size: 100% 100%
}

.g-user-address .add-address-btn a {
	display: table;
	width: 100%;
	height: 100%
}

.g-user-address .add-address-btn a:hover {
	color: #b163a8
}

.g-user-address .add-address-btn .img {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.g-user-address .add-address-btn p {
	margin-top: 10px;
	font-size: 12px
}

.layui-col-space60 {
	margin: 0 -30px
}

.layui-col-space60>* {
	padding: 0 30px
}

.layui-col-space4vw {
	margin: 0 -2vw
}

.layui-col-space4vw>* {
	padding: 0 2vw
}

.g-button-default {
	display: block;
	width: 212px;
	height: 55px;
	line-height: 55px;
	background-color: #19378f;
	color: #fff;
	text-align: center;
	font-size: 24px;
	transition: all .3s
}

.g-button-default:hover {
	background: #b163a8;
	color: #fff
}

.g-button-long {
	width: 300px
}

.pages {
	padding: 30px 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.pages.pages-paging {
	justify-content: flex-end
}

.pages.pages-paging a.active, .pages.pages-paging a:hover {
	background-color: #000;
	border-color: #000
}

.pages a {
	margin: 5px;
	display: block;
	width: 40px;
	line-height: 37px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	transition: all .3s
}

.pages a.active, .pages a:hover {
	background-color: #2c4db4;
	color: #fff;
	border-color: #2c4db4
}

.crumbNav-section {
	padding: 20px 0
}

@media screen and (max-width:1480px) {
	.layui-fluid {
		padding: 0 4%
	}
	.layui-col-space60 {
		margin: 0 -15px
	}
	.layui-col-space60>* {
		padding: 0 15px
	}
	.layui-col-space4vw {
		margin: 0 -2vw
	}
	.layui-col-space4vw>* {
		padding: 0 2vw
	}
	.g-button-default {
		font-size: 18px;
		height: 45px;
		line-height: 45px
	}
	.g-button-long {
		width: 240px
	}
	.g-hd {
		padding: 3.4vw 0;
		font-size: 2.4vw
	}
}

@media screen and (max-width:960px) {
	.layui-fluid {
		padding: 0 5%
	}
	.g-hd {
		font-size: 3.4vw
	}
	.header .header-fiexd .title {
		font-size: 3.5vw
	}
	.header .serch-box {
		width: 210px;
		font-size: 14px
	}
	.header .serch-box input {
		padding-right: 40px
	}
	.header .user-info li>a {
		padding: 0 8px
	}
	.header .user-info li img {
		width: 20px
	}
	.header .user-info .dropdown a {
		font-size: 14px;
		width: 80px;
		line-height: 30px
	}
	.header .user-info .dropdown .box {
		width: 130px;
		padding: 15px 0
	}
	.nav .nav-list {
		font-size: 16px
	}
	.nav .dropdown-menu {
		display: none
	}
	.footer-link li {
		margin-right: 5%
	}
	.footer-link .title {
		margin-bottom: 10px;
		font-size: 16px
	}
	.footer-link .list {
		font-size: 14px
	}
	.footer-ft h4 {
		font-size: 24px
	}
	.footer-ft .sharde .iconfont {
		width: 30px;
		height: 30px
	}
}

@media screen and (max-width:550px) {
	body {
		font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif
	}
	.layui-fluid {
		padding: 0 15px
	}
	.layui-col-space60 {
		margin: 0 -5px
	}
	.layui-col-space60>* {
		padding: 0 5px
	}
	.layui-col-space4vw {
		margin: 0 -1.5vw
	}
	.layui-col-space4vw>* {
		padding: 0 1.5vw
	}
	.page-top-section {
		display: none
	}
	.g-hd h3 {
		font-size: 20px
	}
	.header {
		display: none
	}
	.mobile-nav {
		display: block;
		height: 60px
	}
	.mobile-nav.navbar-content-open .user-msg-gh {
		transform: translate3d(0, -50px, 0)
	}
	.mobile-nav.navbar-content-open .navbar-content {
		opacity: 1;
		visibility: visible;
		height: 100%;
        z-index: 1002;
	}
	.mobile-nav.shopping-content-open .navbar-header .gh {
		transform: translate3d(0, -50px, 0)
	}
	.mobile-nav.shopping-content-open .navbar-header .user-msg-gh a i {
		opacity: 0;
		visibility: hidden;
		transition: all .3s
	}
	.mobile-nav.shopping-content-open .navbar-header .user-msg-gh a::before, .mobile-nav.shopping-content-open .navbar-header .user-msg-gh a::after {
		opacity: 1;
		visibility: visible;
		transition: all .4s ease .2s
	}
	.mobile-nav.shopping-content-open .shopping-content {
		opacity: 1;
		visibility: visible;
		height: 100%
	}
	.mobile-nav .navbar-header {
		position: fixed;
		top: 0;
		right: 0;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 60px;
		background-color: #000;
		z-index: 99
	}
	.mobile-nav .navbar-header .logo{
        margin-left: 40px;
    }
	.mobile-nav .navbar-header .logo a {
		display: block;
		width: 110px;
		height: 25px;
		background: url(../images/logo.png) no-repeat center;
		background-size: 100% 100%
	}
	.mobile-nav .navbar-header .user-msg-gh {
		display: block;
		transition: all .6s ease;
        float: right;
	}
	.mobile-nav .navbar-header .user-msg-gh a {
		position: relative;
		display: block;
		width: 40px;
		height: 40px
	}
	.mobile-nav .navbar-header .user-msg-gh a i {
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/icon_02.png) no-repeat center;
		background-size: 20px;
		transition: all .5s ease .2s;
        background-position: center 8px;
	}
	.mobile-nav .navbar-header .user-msg-gh a::before, .mobile-nav .navbar-header .user-msg-gh a::after {
		content: '';
		position: absolute;
		transition: all .3s ease .1s;
		opacity: 0;
		visibility: hidden;
		left: 9px
	}
	.mobile-nav .navbar-header .user-msg-gh a::before {
		top: 50%;
		transform: rotate(45deg);
		display: block;
		height: 2px;
		width: 22px;
		background-color: #fff;
		border-top-right-radius: 2px;
		border-bottom-left-radius: 2px
	}
	.mobile-nav .navbar-header .user-msg-gh a::after {
		top: 50%;
		display: block;
		height: 2px;
		width: 22px;
		transform: rotate(-45deg);
		background-color: #fff;
		border-top-right-radius: 2px;
		border-bottom-left-radius: 2px
	}
	.mobile-nav .shopping-content a {
		display: block
	}
	.mobile-nav .shopping-content .navbar-store-link {
		padding: 20px;
		font-size: 16px;
		font-weight: 600;
		color: #303233;
		background-color: #ebeff2;
		transition: all .4s
	}
	.mobile-nav .shopping-content .navbar-account {
		padding: 20px;
		display: flex;
		align-items: center;
		font-size: 16px
	}
	.mobile-nav .shopping-content .user-link {
		color: #303233;
		position: relative;
		padding-left: 40px;
		margin-right: 15px;
		line-height: 32px
	}
	.mobile-nav .shopping-content .user-link .user-avatar {
		position: absolute;
		display: block;
		left: 0;
		top: 50%;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		border-radius: 50%;
		background-size: 32px 32px;
		background-position: center center;
		background-image: url(../images/user-mobile.png)
	}
	.mobile-nav .shopping-content .user-link .user-nickname {
		display: block;
		width: 100%;
		margin-left: 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.mobile-nav .shopping-content .logout-link {
		color: #1897f2;
		font-weight: 600
	}
	.mobile-nav .shopping-content, .mobile-nav .navbar-content {
		position: fixed;
		top: 60px;
		width: 100%;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 999
	}
	.navbar-content {
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: calc(100vh - 60px);
		font-size: 14px
	}
	.navbar-content .group-head {
		position: relative;
		display: flex;
		justify-content: space-between;
		line-height: 40px;
		font-weight: 600
	}
	.navbar-content .group-head a {
		padding-left: 24px;
		flex: 1
	}
	.navbar-content .group-head-btn::before {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 95%;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.09)
	}
	.navbar-content .navbar-submenu-head a {
		padding-left: 48px
	}
	.navbar-content .navbar-child-head a {
		padding-left: 72px
	}
	.navbar-content .childer-list {
		line-height: 40px
	}
	.navbar-content .childer-list a {
		display: block;
		padding-left: 98px
	}
	.navbar-content .childer-list, .navbar-content .navbar-menu-child, .navbar-content .navbar-group-menu {
		transition: all .6s;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		max-height: 0;
		overflow: hidden
	}
	.navbar-content .navbar-group.active .navbar-group-menu {
		background-color: #f00;
		display: block;
		max-height: 300vh;
		visibility: visible;
		background-color: #f7f9fa
	}
	.navbar-content .navbar-group.active .group-head-btn i {
		transform: rotate(90deg)
	}
	.navbar-content .navbar-submenu .active .navbar-menu-child {
		display: block;
		max-height: 300vh;
		visibility: visible;
		background-color: #f7f9fa
	}
	.navbar-content .navbar-submenu .active .navbar-submenu-head i {
		transform: rotate(90deg)
	}
	.navbar-content .navbar-menu-child .active .childer-list {
		display: block;
		max-height: 300vh;
		visibility: visible;
		background-color: #f7f9fa
	}
	.navbar-content .navbar-menu-child .active .navbar-child-head i {
		transform: rotate(90deg)
	}
	.navbar-content .navbar-arrow-right {
		width: 40px;
		height: 40px;
		background: url(../images/arrow-right.png) no-repeat center;
		background-size: 16px;
		transition: all .4s
	}
	.footer {
		background: #272727
	}
	.footer .go-top {
		display: block;
		text-align: center;
		font-size: 12px;
		border-bottom: 1px solid rgba(73, 75, 77, 0.5)
	}
	.footer .go-top a {
		display: inline-block;
		line-height: 40px;
		color: #fff
	}
	.footer .go-top i {
		margin: 0;
		margin-left: 5px;
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		background: url(../images/arrow-right-white.png) no-repeat center;
		background-size: 14px;
		transform: rotate(-90deg)
	}
	.footer-link {
		padding: 0
	}
	.footer-link ul {
		flex-wrap: wrap
	}
	.footer-link li {
		margin-right: 0;
		width: 100%
	}
	.footer-link li.on .title i {
		transform: rotate(90deg)
	}
	.footer-link .title {
		padding: 5px 15px;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 12px
	}
	.footer-link .title i {
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/arrow-right-white.png) no-repeat center;
		background-size: 16px;
		transition: all .3s
	}
	.footer-link .list {
		display: none;
		font-size: 12px;
		background-color: #494b4d;
		color: #989898
	}
	.footer-link .list a {
		display: block;
		margin: 0;
		padding: 12px 12px 12px 25px
	}
	.footer-ft {
		padding: 0;
		border-color: rgba(73, 75, 77, 0.5)
	}
	.footer-ft .title {
		display: none;
		padding: 20px 0;
		flex-wrap: wrap
	}
	.footer-ft .title h4 {
		margin: 0;
		width: 100%
	}
	.footer-ft h4 {
		font-size: 20px
	}
	.footer-ft .copy {
		padding: 20px;
		font-size: 12px
	}
}