

.pythonbox7{padding: 1rem 0 1.58rem;}
.pythonbox7 .box_hd .titleImg{width: auto;height: 1.03rem;margin: 0 auto;}
.pythonbox7 .pythonbox7_con{
	display: flex;
	justify-content: space-between;
	width: 6.8rem;
	margin: .46rem auto .76rem;
}
.pythonbox7 .pythonbox7_con .pythonbox7_left{
	width: 4.98rem;
	height: 3.98rem;
	box-sizing: border-box;
	border-radius: .18rem;
	box-shadow: inset 0 0 .2rem rgba(255,255,255,.77);
	background: -webkit-linear-gradient(top, #f3faff, #e4f4ff);
	background: -o-linear-gradient(top, #f3faff, #e4f4ff);
	background: linear-gradient(to bottom, #f3faff, #e4f4ff);
	padding-top: .4rem;
}
.pythonbox7 .pythonbox7_con .pythonbox7_left li{display: none;}
.pythonbox7 .pythonbox7_con .pythonbox7_left li.cur{display: block;}
.pythonbox7 .pythonbox7_con .pythonbox7_left .pic{
	width: 4.4rem;
	margin: 0 auto;
}
.pythonbox7 .pythonbox7_con .pythonbox7_left p{
	width: 4.2rem;
	font-size: .24rem;
	color: #666;
	line-height: .36rem;
	margin: .22rem auto 0;
}
.pythonbox7 .pythonbox7_con .pythonbox7_right{
	width: 1.54rem;
	padding-top: 0;
}
.pythonbox7 .pythonbox7_con .pythonbox7_right li{
	display: flex;
	justify-content: center;
	height: .6rem;
	font-size: .24rem;
	color: #6579b7;
	line-height: .6rem;
	border-radius: .18rem;
	background-color: #f4f8ff;
	margin: 0 0 0.08rem 0;
}
.pythonbox7 .pythonbox7_con .pythonbox7_right li em{
	font-size: .3rem;
	color: #d9e2ff;
	font-weight: bold;
	font-style: italic;
	margin-right: .1rem;
}
.pythonbox7 .pythonbox7_con .pythonbox7_right li.cur{
	position: relative;
	color: #fff;
	background-color: #308ef7;
}
.pythonbox7 .pythonbox7_con .pythonbox7_right li.cur:before{
	position: absolute;
	left: -.15rem;
	top: .25rem;
	width: .1rem;
	height: .11rem;
	background: url("/2020phone/images/pythonpic/pic.png") no-repeat -2.94rem 0;
	background-size: 3.52rem;
	content: "";
}
.pythonbox7 .pythonbox7_con .pythonbox7_right li.cur em{color: #fff;}
.pythonbox7 .btnbox .abtn{
	position: relative;
	display: block;
	width: 100%;
	height: .72rem;
}
.pythonbox7 .btnbox .abtn img{
	position: absolute;
	left: 50%;
	top: -.09rem;
	width: auto;
	height: 1.1rem;
	transform: translate(-50%,0);
}
.pythonbox7 .btnbox .abtn span{
	position: relative;
	display: block;
	width: 100%;
	font-size: .3rem;
	color: #fff;
	text-align: center;
	line-height: .72rem;
	font-weight: bold;
	box-sizing: border-box;
	z-index: 3;
	padding-right: .3rem;
}
.pythonbox7 .btnbox .abtn2 img{top: -.04rem;}
.pythonbox7 .btnbox .abtn2 span{color: #ff6e2a;line-height: .72rem;}
