﻿.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;
}
.content-main p:nth-of-type(1){
	font-family: PingFang-SC-Bold;
	font-size: 0.48rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff7237;
    margin-top:0.6rem;
    margin-left:0.3rem;
}
.content-main p:nth-of-type(2) {
	width:6.9rem;
	font-family: PingFang-SC-Bold;
	font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #000000;
    margin-top:0.4rem;
    margin-left:0.3rem;
}
.content-main p:nth-of-type(3){
	width:6.9rem;
	font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #666666;
    margin-top:0.4rem;
    margin-left:0.3rem;
}
.content-main div:first-of-type{
}
.content-main div:first-of-type span{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.container-purchase-channels-bottom{
    width:7.5rem;
    height:9.65rem;
    margin-left:auto;
    margin-right:auto;
    margin-top:0.4rem;
    margin-bottom:0.6rem;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    overflow:hidden;
}
.container-purchase-channels-bottom .container-item{
    margin-left:0.8rem;
}
.container-purchase-channels-bottom .container-item:nth-child(2n+1){
    margin-left:0.3rem;
}
.container-purchase-channels-bottom div div{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
	width: 3rem;
	height: 3rem;
	background-color: #ffffff;
	border-radius: 0.16rem;
    overflow:hidden;
	border: solid 0.01rem #dddddd;
}
.container-purchase-channels-bottom div div .a-purchase-channels-first{
    display:block;
	width: 1rem;
	height: 1.2rem;
    background-image:url('https://images.jinbaiji.com.cn/images/m/logo_jh.png');
    background-repeat:no-repeat;
     background-position:0px 0px;
    background-size:5.8rem 1.2rem;
    margin-top:0.8rem;
}
.container-purchase-channels-bottom div:nth-of-type(2)  div a{
    background-position:-1.2rem 0px;
}
.container-purchase-channels-bottom div:nth-of-type(3)  div a{
    background-position:-2.4rem 0px;
}
.container-purchase-channels-bottom div:nth-of-type(4)  div a{
    background-position:-3.6rem 0px;
}
.container-purchase-channels-bottom div .a-purchase-channels-second{
    display:block;
	font-family: MicrosoftYaHei;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align:center;
    margin-top:0.3rem;
}
.container-purchase-channels-bottom div .a-purchase-channels-second:hover{
    color:#ff7237;
}