/** 通用样式 */
.sub-title-tab {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-title-tab>div{
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color: #999999;
	font-size: 1.75rem; /* 28/16 */
	margin-left: 6.25rem; /* 100/16 */
	height: 3.75rem; /* 60/16 */
	cursor: pointer;
}
.sub-title-tab>div:first-child{
	margin-left: 0; /* 100/16 */
}
.sub-title-tab>.active{
	color:rgba(51,51,51,1);
	border-bottom: 4px solid #5693FF;
}
@media (max-width: 768px) {
	.sub-title-tab>div{
		font-size: 1.125rem /* 18/16 */;
		height: 1.875rem /* 30/16 */;
	}
	.sub-title-tab>.active{
		color:rgba(51,51,51,1);
		border-bottom: 2px solid #5693FF;
	}
}


.font-color-333 {
	color: #333333;
}
.font-color-gray {
	color:rgba(153,153,153,1);
}
.font-color-titbk {
	color:rgba(51,51,51,1) !important;
}

.thumbnail {
	width: 18.75rem;
	padding: 0;
	background:rgba(255,255,255,1);
	border: none;
	margin: 0 auto;
	position: relative;
}
.thumbnail .thumbanil-bg {
	width: 100%;
	height: 31.875rem;
	box-shadow:0px 2px 10px 0px rgba(50,50,50,0.26);
	border-radius: .625rem;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.thumbnail .center-info {
	flex: 0 1 12.5rem;
	display: flex;
	align-items: center;
	font-size: 1.25rem; /* 20/16 */
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.thumbnail h3 {
	font-size: 1.5rem; /* 24/16 */
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
}
.thumbnail .money-info,.robot-wrapper .money-info{
	font-size: .875rem; /* 14/16 */
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.thumbnail .money-info span:nth-child(1),.robot-wrapper .money-info span:nth-child(1) {
	font-weight: 500;
	display: inline-block;
	vertical-align: text-bottom;
}
.thumbnail .money-info span:nth-child(2){
	font-size: 2.5rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: sub;
	top:10px;position:relative;
}
.robot-wrapper .money-info span:nth-child(2){
	font-size: 2.5rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: sub;
}
.thumbnail .money-info span:nth-child(3),.robot-wrapper .money-info span:nth-child(3) {
	display: inline-block;
	vertical-align: text-bottom;
}
.thumbnail button{
	width: 13.75rem;
	height: 3.125rem /* 50/16 */;
	border-radius: .375rem;
	font-size: 1.25rem /* 20/16 */;
	font-family:SourceHanSansSC-Normal,SourceHanSansSC;
	font-weight:400;
}

/** 免费版样式 */
.white-bg {
	background: #fff;
}
.white-bg>button{
	background:rgba(86,147,255,1);
	color:#fff;
}
.white-bg>button>a{
    color:#fff;
}
/** 月付版样式 */
.fade-blue-bg {
	background:#6091f7;
}
.fade-blue-bg>button,.dark-blue-bg>button{
	background:rgba(255,255,255,1);
	color:rgba(51,51,51,1);
}
.fade-blue-bg>button>a,.dark-blue-bg>button>a{
	color:rgba(51,51,51,1);
}

/** 年付版样式 */
.thumbnail .dark-blue-bg .money-info{
	display: flex;
	flex-direction: column;
	height: 5rem /* 80/16 */;
  justify-content: space-between;
}
.thumbnail .dark-blue-bg .money-info .sec {
	position: relative;
	line-height: 1
}
.thumbnail .dark-blue-bg .money-info .sec span:nth-child(2){
	font-size: 1.25rem;
	vertical-align: sub;
	top:0;position:relative;
}
.thumbnail .dark-blue-bg .money-info .sec .line {
	position: absolute;
	height: 1px;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	background: #fff;
}
.dark-blue-bg {
	background:#5288f7;
}
.angle {
	width: 7.5rem /* 120/16 */;
	height: 7.5rem /* 120/16 */;
	position: absolute;
	background: url("/static/index/image/pricing/sale-tips.png") no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
}

.robot-wrapper {
	width: 55rem /* 880/16 */;
	height: 23.1875rem /* 371/16 */;
	background: url("../../image/price/robot-bg.png") no-repeat;
	background-size: cover;
	margin: 4.375rem /* 70/16 */ auto;
	position: relative;
	box-shadow:0px 2px 10px 0px rgba(50,50,50,0.26);
	border-radius: .625rem /* 10/16 */;
}

.robot-wrapper .left-info{
	position: absolute;
	top: 2.5rem /* 40/16 */;
	left: 3.875rem /* 62/16 */;
	text-align: center;
}

.robot-wrapper .left-info .robot-icon{
	width: 6.25rem; /* 100/16 */;
	height: 6.25rem; /* 100/16 */;
	background: url("/static/index/image/pricing/robot.png") no-repeat;
	background-size: cover;
	display: inline-block
}

.robot-wrapper .left-info .name{
	font-size: 1.5rem /* 24/16 */;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-top: 1.875rem /* 30/16 */;
}

.robot-wrapper .left-info .money-info{
	margin-top: 1.25rem /* 20/16 */;
}

.robot-wrapper .right-info {
	position: absolute;
	top: 3.875rem /* 62/16 */;
	right: 11.25rem /* 180/16 */;
	text-align: center;
	width: 20.625rem /* 330/16 */;
	height: 10.625rem /* 170/16 */;
	display: flex;
	justify-content: space-between;
}
.doc {
	width: .5rem /* 8/16 */;
	height: .5rem /* 8/16 */;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background:rgba(218,223,235,1);
	margin-right: .625rem /* 10/16 */;
}
.robot-wrapper .right-info > div{
	font-size: 1.25rem /* 20/16 */;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: baseline;
}

.robot-wrapper .bottom-info{
	position: absolute;
	bottom: 1.875rem /* 30/16 */;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.robot-wrapper .bottom-info>button{
	width: 10.75rem /* 172/16 */;
	height: 3.125rem /* 50/16 */;
	background:rgba(86,147,255,1);
	border-radius: .375rem /* 6/16 */;
	font-size: 1.25rem /* 20/16 */;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}

.robot-wrapper .bottom-info>button>a{
    color:#fff;
}

@media (max-width: 768px) {
	.price-list {
        width: 60%;
        margin: 0 auto;
		margin-top: 3rem !important;
		margin-bottom: 0 !important;
	}
	.thumbnail {
		width: 100%;
		margin-bottom: 3rem;
	}
	.thumbnail .thumbanil-bg{
		padding: 1.8rem 0;
		height: auto;
	}
	.thumbnail h3{
		font-size: 1.06rem !important;
	}
	.thumbnail button{
		width: 8.5rem;
		height: 1.75rem;
		border-radius: .375rem;
		font-size: .75rem;
		font-family:SourceHanSansSC-Normal,SourceHanSansSC;
		font-weight:400;
	}
	.thumbnail .money-info{
		font-size: .56rem;
	}
	.thumbnail .white-bg .money-info span:nth-child(2) {
		font-size: 1.88rem;
	}
	.thumbnail .fade-blue-bg .money-info span:nth-child(2) {
		font-size: 1.88rem;
	}
	.thumbnail .dark-blue-bg .money-info span:nth-child(2) {
		font-size: 1.88rem;
	}
	.thumbnail .center-info {
		font-size: .88rem !important;
	}
	.thumbnail .dark-blue-bg .money-info{
		height: 3.13rem;
	}
	.thumbnail .dark-blue-bg .money-info .sec{
		font-size: .56rem !important;
		line-height: 1;
	}
	.thumbnail .dark-blue-bg .money-info .sec span:nth-child(2){
		font-size: .88rem !important;
		vertical-align: text-bottom;
	}
	.angle {
		width: 3.75rem;
		height: 3.75rem;
		position: absolute;
		background: url("/static/index/image/pricing/sale-tips.png") no-repeat;
		background-size: cover;
		top: 0;
		left: 0;
	}
	/** 机器人*/
	.robot-wrapper {
		width: 13.13rem;
		height: 29.25rem /* 468/16 */;
		background:#fff;
		margin: 3rem auto;
		position: relative;
		box-shadow:0px 2px 10px 0px rgba(50,50,50,0.26);
		border-radius: .625rem /* 10/16 */;
		padding: 1.25rem /* 20/16 */ 0;
	}
	.robot-wrapper .left-info{
		position: static;
	}
	.robot-wrapper .left-info .robot-icon{
		width: 3.125rem /* 50/16 */;
		height: 3.125rem /* 50/16 */;
	}
	.robot-wrapper .left-info .name{
		font-size: 1.0625rem /* 17/16 */;
		margin-top: .625rem /* 10/16 */;
	}
	.robot-wrapper .left-info .money-info{
		margin-top: 1.25rem /* 20/16 */;
	}
	.robot-wrapper .money-info span:nth-child(2) {
		font-size: 1.875rem /* 30/16 */;
	}
	.robot-wrapper .bottom-info{
		position: absolute;
		bottom: 1.25rem /* 20/16 */;
	}
	
	.robot-wrapper .bottom-info>button{
		width: 8.5rem /* 136/16 */;
		height: 1.75rem /* 28/16 */;
		font-size: .75rem /* 12/16 */;
	}
	.robot-wrapper .right-info {
		position: static;
		width: 12.5rem /* 200/16 */;
		flex-flow: column nowrap;
		justify-content: center;
		padding-left: 3.25rem /* 52/16 */;
		margin-top: 2.625rem /* 42/16 */;
	}
	.doc {
		width: .3125rem /* 5/16 */;
		height: .3125rem /* 5/16 */;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		background:rgba(218,223,235,1);
		margin-right: .625rem /* 10/16 */;
	}
	.robot-wrapper .right-info>div{
		font-size: .875rem; /* 14/16 */;
		font-family:PingFangSC-Regular,PingFang SC;
		font-weight:400;
		color:rgba(153,153,153,1);
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
	}
	.robot-wrapper .right-info>div>div{
		line-height: 1.5;
	}
}
