﻿.banner{
    display:block;
    width:7.5rem;
    height:3.6rem;
    margin-left:auto;
    margin-right:auto;
}
.container-navigator{
	width: 7.5rem;
	height: 1.2rem;
	background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    border-bottom:solid 0.2rem #e2e2e2;
}
.content-navigator{
    width: 7.5rem;
	height: 1rem;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:row;
    align-items:center;
    font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #808080;
}
.div-line{
	width: 0.04rem;
	height: 0.28rem;
	background-color: #ff7237;
    margin-right:0.1rem;
    margin-left:0.3rem;
}
.content-navigator a{
	font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #808080;
    margin-right:0.05rem;
    margin-left:0.05rem;
}
.container-main{
    width: 7.5rem;
	background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
}
.content-main{
    width: 7.5rem;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding-bottom:1rem;
}

.container-purchase-channels-bottom{
    width:6.9rem;
    /*height:8.64rem;*/
    margin-left:0.3rem;
    margin-top:0.6rem;
    margin-bottom:6rem;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    /*align-items:center;*/
}
.container-purchase-channels-bottom div{
    /*margin-right:100px;
    margin-top:100px;*/
}
.container-purchase-channels-bottom div .a-purchase-channels-first{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
	width: 3rem;
	height: 3rem;
	background-color: #ffffff;
    overflow:hidden;
    border-radius: 0.16rem;
	border: solid 0.01rem #dddddd;
}
.container-purchase-channels-bottom div .a-purchase-channels-first img{
    display:block;
	width: 3rem;
	  height: auto;               /* 保持宽高比 */
    transition: transform 300ms linear !important;
    transform-origin: center center !important;
    margin-top:0rem;
}
.container-purchase-channels-bottom div .a-purchase-channels-second{
    display:block;
    width:3rem;
	font-family: PingFang-SC-Medium;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align:center;
    margin-top:0.3rem;
}
