﻿.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:0.6rem;
}
.content-main .container-item{
	width: 6.9rem;
	margin-left:0.3rem;
    margin-top:0.4rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    overflow:hidden;
}
.content-main .container-item .a-title{
	font-family: PingFang-SC-Bold;
	font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    margin-top:0.6rem;
    display:block;
    text-align:left;
    width:6.9rem;
}

.content-main p:nth-of-type(1){
    width:100%;
	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:30px;
}
.content-main p:nth-of-type(2){
    width:100%;
	font-family: PingFang-SC-Medium;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #666666;
    margin-top:30px;
}
.content-main div .div-left p:nth-of-type(2) b{
    font-weight:bold;
    font-size: 0.24rem;
    color:#000000;
}

.content-main .a-cover img{
    display:block;
    width:6.9rem;
     height: 4.8rem;   
}

.content-main .p-title-purchase{
	font-family: MicrosoftYaHei-Bold;
	font-size: 0.24rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-top:0.4rem;
    width:6.9rem;
    margin-left:0rem;
}
.container-purchase{
    display:flex;
    flex-direction:row;
    margin-top:0.2rem;
    width:6.9rem;
    
}
.container-purchase .a-purchase-channels{
    display:block;
	width: 1.2rem;
	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;
}
.container-purchase .a-purchase-channels:nth-of-type(2){
    background-position:-1.2rem 0px;
}
.container-purchase .a-purchase-channels:nth-of-type(3){
    background-position:-2.4rem 0px;
}
.container-purchase .a-purchase-channels:nth-of-type(4){
    background-position:-3.6rem 0px;
}

.container-desc{
    width:6.9rem;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
.content-main .container-desc .p-desc-title{
    font-family: MicrosoftYaHei-Bold;
	font-size: 0.24rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    margin-top:0.4rem;
    width:6.9rem;
    margin-left:0rem;
}
.container-desc .img-desc{
    display:block;
    width:6.9rem;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:0.4rem;
}
.p-purchase-title{
	font-family: PingFang-SC-Bold;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	text-align:center;
	letter-spacing: 0px;
	color: #ff7237;
    margin-top:160px;
}

.container-purchase-channels-bottom{
    width:1440px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
    margin-bottom:80px;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
}
.container-purchase-channels-bottom div div{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 16px;
    overflow:hidden;
    border-radius: 16px;
	border: solid 1px #dddddd;
}
.container-purchase-channels-bottom div div .a-purchase-channels-first{
    display:block;
	width: 100px;
	height: 120px;
    background-image:url('https://images.jinbaiji.com.cn/images/logo_jh.png');
    background-repeat:no-repeat;
    background-position:0px 0px;
    /*background-size:100px 100px;*/
    margin-top:40px;
}
.container-purchase-channels-bottom div:nth-of-type(2)  div a{
    background-position:-120px 0px;
}
.container-purchase-channels-bottom div:nth-of-type(3)  div a{
    background-position:-240px 0px;
}
.container-purchase-channels-bottom div:nth-of-type(4)  div a{
    background-position:-360px 0px;
}
.container-purchase-channels-bottom div .a-purchase-channels-second{
    display:block;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align:center;
    margin-top:30px;
}
.container-purchase-channels-bottom div .a-purchase-channels-second:hover{
    color:#ff7237;
}