/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

body {
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	background-color:#fff;


	font-size: 28rpx;
	--brand:#53a3fa;
	--brand2:#2f83ec;
	--brand3:#1e90ff;
	--red:#f35717;
	--red1: #ee0a24;/*有赞的红色*/
	--red2: #f04142;/*字节跳动的红色按钮*/
	--red3: #fe2c55;/*抖音的红色按钮*/
	--red4: #ed6a0c;/*有赞的红色*/
	--red5:#f2243d;/*央视频的红色*/
	--black1:rgba(0, 0, 0, 0.9);
	--black2:rgba(0, 0, 0, 0.7);
	--black3:rgba(0, 0, 0, 0.5);
	--black4:rgba(0, 0, 0, 0.3);
	--black5:rgba(0, 0, 0, 0.1);
	--blue1:#206cfe;/*汽车之家蓝色*/
	--blue2:#05f;/*汽车之家蓝色*/
	--blue3:#1989fa;/*有赞蓝色*/
	--orange1: #ff976a;/*有赞橙色*/
	--orange2: #ffb733;/*抖音橙色*/
	--green:#21b37c;
	--green1:#06ae56;/*微信绿色*/
	--green2:#07c160;/*有赞绿色*/
	--green3:#5ccd01;
	--link:#576b95;/*微信链接颜色*/
	--danger: #ff726d;
	--warn: #ffb733;
	--blue-gradient: linear-gradient(270deg, #206cfe 0%, #4c88ff 100%);
	--red-gradient: linear-gradient(90deg, #ff8c3b 0%, #f60 100%);

	--blue-gradient1:linear-gradient(270deg, #206CFE 0%, #4C88FF 100%);/*汽车之家蓝色渐变*/
	--blue-gradient2:linear-gradient(to top right,#4754ff,#7588ff);/*汽车之家蓝色渐变*/
	--orange-gradient:linear-gradient(to right, #ffd01e, #ff8917);/*有赞橙色渐变*/
	--red-gradient1:linear-gradient(90deg, #FF8C3B 0%, #f60 100%);/*汽车之家红色渐变*/
	--red-gradient2:linear-gradient(to right, #ff6034, #ee0a24);/*有赞红色渐变*/
	--red-gradient3:linear-gradient(270deg,#ee6b3f,#ff455b);/*汽车之家红色渐变*/
	--red-gradient4:linear-gradient(to top right,#ff9b58,#ff822f);/*汽车之家红色渐变*/
	--red-gradient5:linear-gradient(to right, rgba(255,101,119,1) 0%,rgba(250,57,76,1) 100%);/*粉红渐变*/
	/*有赞警戒线*/
	--seperate-line: repeating-linear-gradient(-45deg,var(--orange1) 0,var(--orange1) 20%,transparent 0,transparent 25%,var(--blue3) 0,var(--blue3) 45%,transparent 0,transparent 50%);

	--grey-bg1:#fafafb;
	--grey-bg2:rgba(254, 44, 85, 0.1);
	--grey-bg3:rgba(0, 0, 0, 0.05);/*微信灰色背景*/
	--blue-bg1:#f8f9fc;/*汽车之家页面蓝色背景*/
	--blue-bg2:#f7f8fa;/*有赞蓝色背景*/
	--blue-bg3:#eef4ff;/*汽车之家蓝色背景*/
	--blue-bg4: rgba(16, 174, 255, 0.1);/*微信蓝色背景*/
	--green-bg:rgba(6, 174, 86, 0.1);/*微信绿色背景*/
	--orange-bg:rgba(250, 157, 59, 0.1);/*微信橙色背景*/

	--yellow-bg1:#fff9eb;
	--yellow-bg2:#fffbe8;/*有赞浅黄色背景*/
	--thin-shadow:0 0 5rpx rgba(0,0,0,0.1);
	--thick-shadow:0 0 10rpx rgba(0,0,0,0.1);


	--btn-gradient1:linear-gradient(135deg, #f49881, #fa7298);
	--btn-gradient2:linear-gradient(135deg, #feac72, #ff854a);
	--btn-gradient3:linear-gradient(135deg, #19e5da, #0ed3e3);
	--btn-gradient4:linear-gradient(135deg, #fed337, #ffb806);
	--btn-gradient5:linear-gradient(135deg, #63dafc, #2db0ff);
	--btn-gradient6:linear-gradient(135deg, #ffaf73, #fb8346);
	--btn-gradient7:linear-gradient(135deg, #ffde95, #fba75e);
	--btn-gradient8:linear-gradient(135deg, #71f7d2, #1fe2a2);

	--van-black: #000;
	--van-white: #fff;
	--van-tip-color:rgba(69,90,100,.6);
	--van-gray-1: #f7f8fa;
	--van-gray-2: #f2f3f5;
	--van-gray-3: #ebedf0;
	--van-gray-4: #dcdee0;
	--van-gray-5: #c8c9cc;
	--van-gray-6: #969799;
	--van-gray-7: #646566;
	--van-gray-8: #323233;
	--van-red: #ee0a24;
	--van-blue: #1989fa;
	--van-orange: #ff976a;
	--van-orange-dark: #ed6a0c;
	--van-orange-light: #fffbe8;
	--van-blue-light:rgb(236, 249, 255);
	--van-green: #07c160;
	--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
	--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);

	color: var(--van-gray-8);
}
::-webkit-scrollbar-track {
  background-color:transparent;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #c3c3c3;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,tr,th,td {
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
fieldset,img {
	border:0 none;
}
img {
	max-width: 100%;
}
a {
	color: #4097ce;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#58b4ef
}
input,button,textarea,select,option {
	font-family:inherit;
	font-size:100%;	
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}

/* 布局样式 */
.cf,.nav {
	*zoom: 1;
}
.cf:before, .cf:after,
.nav:before, .nav:after,
.media:before, .media:after,
.form-item:before,.form-item:after {
	display: table;
	content: "";
}
.cf:after,
.nav:after,
.media:after,
.form-item:after {
	clear: both;
}
.cf,.nav,.media,
.form-item {
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.cont-container {
	float: left;
	width: 720px;
}
.side-container {
	float: right;
	width: 270px;
}
.columns .hd {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ebebeb;
}
.columns .bd {
	padding: 10px;
}
.m_10{ margin:10px;}
.mt_10{ margin-top:10px}
.ml_10{ margin-left:10px;}
.mb_10{ margin-bottom:10px;}
/* 公共独立类名 */
.hidden {
	display: none!important;
}
.block {
	display: block;
}
.mod {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
.pillar {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.ellipsis,
.ellipsis li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 导航列表 */
.nav li {
	float: left;
}
.nav-list {
	float: none;
}
.nav li a,
.nav li a:hover,
.nav-list li a,
.nav-list li a:hover {
	display: block;
	text-decoration: none;
}

/* 表单样式 */
select {
	padding: 2px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.radio,.checkbox {
	display: inline-block;
	font-size: 14px;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.radio input,
.checkbox input {
	float: left;
	margin: 4px 4px 0 0;
	*margin: 0 2px 0 0;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-left: 15px;
}
.must {
	margin: 0 4px;
	color: #f00;
}

/* 按钮 集成bootstrap */
.btn-small {
	padding: 3px 12px;
	font-size: 14px;
}
.btn-mini {
	padding: 1px 8px;
	font-size: 14px;
}

/* 左右两列的媒体结构 */
.media {
	margin-bottom: 15px;
}
.media .media-avatar,
.media .media-side {
	float: left;
	margin-right: 15px;
}
.media .media-avatar,
.media .media-avatar img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.media .media-avatar img,
.media .media-side img {
	display: block;
}
.media .media-body {
	overflow: hidden;
	line-height: 1.8;
	word-break: break-all;
}

/* 实心小三角 */
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	border: 4px dashed transparent;
}
.arrow-down {
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 0;
}
.arrow-up {
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 0;
}
.arrow-left {
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 0;
}
.arrow-right {
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 0;
}

 /* 表单美化 */
 
.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin:0 10px 0 0;
	vertical-align:middle
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.pl_5{ padding-left:5px;}