.baozhang {
	text-align: center;
	margin-bottom: 8px;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px dashed #ddd;
}

.buy-logo {
	width: 35px;
	margin: 0 auto;
}

.baozhang h6 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0 0 4px 0;
}

.baozhang p {
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	color: #777;
}

.footmenu {
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 50px;
}

.fot-zf {
	background: #eee;
	/*padding: 6px 0;*/
}

.fot-zf img {
	width: 100%;
	display: block;
	/*height: 60px;*/
}

.footmenu-list {
	background: #eeeeee;
	padding-bottom: 0px;
	padding-top: 3px;
}

.f-list {
	overflow: hidden;
	padding-top: 5px;
	padding-left: 0;
}

.f-list li {
list-style-type:none;
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.f-list li:nth-child(1) {
	overflow: hidden;
}

.f-list li:nth-child(1) a {
	color: #444;
	font-size: 12px;
	display: block;
	min-width: 20%;
	float: left;
	margin-bottom: 5px;
}

.f-list li img {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}

.f-list li h6 {
	font-size: 13px;
	color: #fff;
	margin: 10px 0;
	text-align: center;
	
	
	
	
}
.cut_currency_box{
	padding: 5px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cut_currency_box .currency_main{
	margin: 0;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.cut_currency_box .currency_code_box{margin-left: 20px;}
.cut_currency_box .currency_main i{transform: rotate(90deg);}
.select_currency{display: none;}
.select_currency .currency_box{position: absolute;width: 100%;background-color: #FFF;height: 270px;bottom: 0;}
.select_currency .currency_box .currency_top{width: 100%;height: 40px;display: flex;border-bottom: 1px solid #f5f5f5;justify-content: flex-end;align-items: center;}
.select_currency .currency_box .currency_top i{margin-right: 10px;}
.select_currency .currency_box .p_currency_m{
	padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 50px 20px 0;
    position: relative;
    margin-bottom: 20px;
}
.select_currency .currency_box .p_currency_m li{
	min-height: 40px;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.misses_circle{width: 18px;height: 18px;border: 1px solid #999;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.misses_circle i{font-size: 24px;}
.instagram_list{display: flex;justify-content: center;align-items: center;background-color: #eeeeee;border-top: 1px solid #FFF;padding: 5px 0;border-bottom: 1px solid #FFF;}
.instagram_list a{color: #333;}
.instagram_list a{margin-right: 10px;}
.instagram_list a i{font-size: 24px;}
.instagram_list a:last-child{margin-right: 0px;}
@media (max-width: 740px){
    .f-list li {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-wrap: wrap;
	}
	
	 .f-list li:nth-child(1) a{
		width: calc(100% / 3);	
		font-size: 14px;
		letter-spacing:2px;
		padding-bottom: 8px;
		
	}
}
@media (max-width: 600px){
	/*.fot-zf img {height: 40px;}*/
}