﻿@charset "utf-8";

.dl-row-split {
	display: flex;
	gap: 10px;
	margin: 10px 0;
}

a.js-dl-trigger::before {
	display: none !important;
}

.btn-normal-outline {
	background: #fff !important;
	border: 1px solid #0abf5b !important;
	color: #0abf5b !important;
}

.dl-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50px !important;
	text-align: center;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	flex: 1;
	position: relative;
	text-decoration: none;
}

.btn-normal-outline span {
	display: flex;
	align-items: center;
}

.btn-normal-outline span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: url('//seoweb.715083.com/image/btn-az.png') no-repeat;
	background-size: contain;
	vertical-align: bottom;
}

.btn-normal-outline em {
	line-height: 0.8;
	font-size: 10px;
	position: relative;
	color: #9C9FAC;
	top: 5px;
}

.btn-high {
	background: #0abf5b !important;
	border: 1px solid #0abf5b !important;
	color: #fff !important;
	box-shadow: 0 3px 6px rgba(10, 191, 91, 0.25);
	display: flex;
	flex-direction: column;
	/*align-items:unset;*/
}

.btn-high-title {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	/*padding-left:40px;*/
}

a.btn-high::before {
	content: '';
	/*display: inline-block !important;*/
	display: none !important;
	width: 35px;
	height: 35px;
	margin-right: 6px;
	background: url(/static/new_m/img/gs-icon_big2.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%)
}
/* 
a.btn-high-rec::after 
*/
a.btn-high-rec::after {
	content: '推荐';
	display: inline-block;
	background: linear-gradient(90deg, #FF5100 50%, #FB8200 100%);
	border-radius: 8px 8px 8px 0;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-70%);
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
}

.btn-high-desc {
	line-height: 1;
	font-size: 8px;
	font-weight: normal;
	opacity: 0.9;
	margin-top: 2px;
	/*padding-left:25px;*/
}

a.btn-pan-a {
	background-color: #008bf5;
	height: 40px !important;
}

a.btn-pan-a .btn-high-title {
	color: #fff;
}

a.btn-pan-a .btn-high-title::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('//seoweb.715083.com/image/btn-wp.png');
	background-size: contain;
	background-position: unset;
	margin-right: 10px;
}

.change_choose {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin: 12px 0;
}

.cir_cho {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #999999;
	margin-right: 8px;
	box-sizing: border-box;
}

.acti_cho {
	border: unset;
	background: url('//seoweb.715083.com/image/choose_active2.png') no-repeat;
	background-size: cover;
	background-position: center;
}