/* 1366 1403 1920 */
/********************** 官网 手机 PC VUE组件共通样式 begin 小屏*****************************/
/***主要设置组件的共通样式 */
input::-webkit-input-placeholder { 
    color: #C1C1C1 !important;
}
input:-moz-placeholder { 
    color:#C1C1C1 !important;
}
input::-moz-placeholder {
    color:#C1C1C1 !important;
}
input:-ms-input-placeholder { 
    color: #C1C1C1 !important;
}
/* loading的颜色 */
.vue-loading-spinner .path{
	 stroke: #B93D3F;
}
.vue-loading-spinner .vue-loading-text{
	color:#B93D3F;
}
/* list控件 滚动条不显示*/
.vue-list::-webkit-scrollbar {
    display: none;
}
/* vue-select 通用样式 适配Pad 下拉框高度和字体大小 */
.vue-input--small .vue-input__inner {
	height:60px !important;
	font-size:28px;
}
.vue-select-dropdown__item, .vue-select-dropdown__item.selected{ 
	font-size:28px !important; 
	height:60px !important;
	border:0;
	background-color:white;
	color:#333333;
} 
.vue-select-dropdown__item.selected.hover, .vue-select-dropdown__item.selected:hover{
	background-color:white;
}
.vue-select-dropdown__item.hover, .vue-select-dropdown__item:hover{
	background-color:white;
}
.vue-select-dropdown__item.selected{ 
	color:#B93D3F;
}
/* 设置select选择器选中时颜色 */
.vue-select .vue-input__inner:focus {
    border-color: #DDDDDD;
    box-shadow:  4px 4px 8px #EEEEEE;
}
.vue-select:hover .vue-input__inner{
	border-color: #DDDDDD;
	box-shadow:  4px 4px 8px #EEEEEE;
}

/* 地址输入框 */
.vue-input__inner:focus{
	border-color: #DDDDDD;
    box-shadow:  4px 4px 8px #EEEEEE;
}
.vue-input__inner:hover {
   border-color: #DDDDDD;
    box-shadow:  4px 4px 8px #EEEEEE;
}

/** 佳能红按钮 (返回按钮需要白色背景)*/
.vue-button{
	border:0;
	padding:0;
	background-color: white;
	color: white;
}
.vue-button:focus, .vue-button:hover{
	background-color: #BA3D40;
    color: white;
    border-color: #B93D3F;
}
.btn-canon{
    background-color: #BA3D40;
    color: white;
    width:100%
}


/**返回顶部按钮*/
.btn-top{
    position: fixed;
    bottom: 64px;
    right: 32px;
    z-index: 1; 
}
.btn-top:focus, .btn-top:hover {
    background: #FFF;
    border-color: #409EFF;
    color: #409eff;
}
/* 设置换行 */
.vue-col{
    word-break: break-all;
}


/* 设置a标签样式 */
#vueApp a:link {color: #BA3D40 !important}
#vueApp a:visited {color: #BA3D40 !important}
#vueApp a:hover {color: #333 !important}
#vueApp a:active {color: #333 !important}

/* 微信分享到朋友圈对话框样式 */
.vue-dialog--small {
    width: 300px;
    height: 300px;
    border-radius: 8px;
}
/* 手机分享链接对话框样式 */
.mobile-dialog .vue-dialog--small {
    width: 400px;
    height: auto;
    border-radius: 8px;
}
.vue-dialog.vue-dialog--small .vue-dialog__body {
    padding: 24px 20px 10px;
}

.vue-dialog__body {
    padding: 24px 20px;
}
.vue-dialog__header {
    padding: 16px 20px 0;
}


/* tab样式  服务网络查询index和查询 、经销商查询*/
.vue-tabs--card>.vue-tabs__header .vue-tabs__item {
	font-size: 22px;
	font-weight: 400;
    text-align: center;
    background-color: #F2F2F2;
    color: #7C7C7C;
    border: 0;
    border-radius: 0;
    height: 50px;
    line-height:50px;
}
.vue-tabs--card>.vue-tabs__header .vue-tabs__item.is-active {
	font-size: 22px;
	font-weight: 400;
    text-align: center;
    background-color: #B93D3F;
    color: white;
    border: 0;
    border-radius: 0;
    height: 60px;
    line-height:60px;
}
.vue-tabs__nav{
    width:100%;
    display: flex;
    align-items: flex-end;
}
.vue-tabs__header{
	border-bottom:0;
}
.vue-tabs__item {
   	width:50%;
}
/* 城市选择列表去分割线 */
.vue-list-item{
	border-bottom:0;
}
/* 设置列表选中后字体颜色 */
.vue-list-item.is-active .vue-card {
    background-color:#F2F2F2;
}
.vue-list-item.is-active{
	background: white;
}

/**类型筛选*/

.filter_type .vue-radio-button__original:checked+.vue-radio-button__inner {
    color: #FFF;
    background-color: white;
    border-color: white;
    box-shadow: 0;
	font-size: 14px;
	font-weight: 400;
	color: #B93D3F;
	
}
.filter_type .vue-radio-button__inner {
    color: #FFF;
    background-color: white;
    border-color: white;
    box-shadow: 0;
	font-size: 14px;
	font-weight: 400;
	color: #7C7C7C;
}
.vue-radio-button__original:checked+.vue-radio-button__inner {
	border:0;
	box-shadow:none;
}
.vue-radio-button:first-child .vue-radio-button__inner {
    border-left: 0;
    border-radius: 0;
    box-shadow: none!important;
}
.vue-radio-button:last-child .vue-radio-button__inner {
    border-right: 0;
    border-radius: 0;
    box-shadow: none!important;
}
.vue-radio-button .vue-radio-button__inner:before {
    box-shadow: none !important;
    background: rgba(0,0,0,0) !important;
}
.filter_type .vue-radio-button__inner:hover {
    color: #B93D3F;
}
/**页码*/
.vue-pager li:hover {
    color: black;
}
.vue-pager li.active {
    border-color: #B93D3F;
    background-color:#B93D3F;
    color: #FFF;
    cursor: default;
}
.vue-pagination button, .vue-pagination span{
	font-size:16px;
}
.vue-pagination .vue-select .vue-input {
    width: 140px;
}
.vue-pagination__sizes .vue-input .vue-input__inner {
    font-size: 16px;
    background-color: #F2F2F2;
}
.vue-pager li{
	font-size:16px;
}


/* 询问用户是否授权定位弹窗 start */
#locationalert{
	position:fixed;
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10001;
}
#locationalert>div{
	top:50%;
	left:50%;
	right:50%;
	bottom:initial;
	transform:translate(-50%,-50%)!important;
	border-radius:15px;
	width:auto;
	text-align:center;
	box-shadow:0 1px 3px rgba(0,0,0,.3);
	background:#FFF;
	position:relative;
	box-sizing:border-box;
	max-width:500px;
}
#locationalert>div>div{
	color:rgba(0,0,0,0.75);
	text-align:left;
	line-height:1.6;
	font-size:18px;
	margin-left:40px;
	margin-right:40px;
	padding:50px 0px 30px 0px;
	font-weight:400;
}
.click_box{
	display:flex;
	justify-content:space-between;
	margin-left:40px;
	margin-right:40px;
	padding-top:20px!important;
}
.locationButton{
	border-color:rgba(220,220,220,1);
	border-width:1px;
	border-style:solid;
	cursor:pointer;
	padding-top:13px;
	padding-bottom:13px;
	font-size:16px;
	text-align:center;
	width:45%;
	border-radius:36px;
	display:block;
	color:#000;
	text-decoration:none;
}
#vueApp .locationButton#active{
	background-color:#B93D3F;
	color:#fff !important;
}
/* 询问用户是否授权定位弹窗 end */

/********************** 手机共通样式 begin **********************************/
@media (max-width: 991px){
	.show_pc{
		display:none;
	}
	.show_mobile{
		display:block;
	}
	/* 手机端内容（vueApp） */
	#vueApp{
		padding-top:140px;
	}
	.adapt-content{
	    height:100%;
	    width:100%;
	}
    .detail-adapt-content{
        height:100%;
        width:100%;
    }
 	.vue-input--small .vue-input__icon { 
		line-height: 0.6rem !important; 
 	} 
 	/*vue-select position需要重写 默认没有边框需要加边框 pad*/
	.vue-select { 
		position: relative;
	}
 	/* 更换下拉框图标 */
 	i.vue-input__icon.vue-icon-arrow-up.vue-icon--small:before {
		content: "\e807";
	}
	/* 设置下拉框图标大小和颜色 */
	.vue-select .vue-input .vue-input__icon{
 		color:#C1C1C1;
 		font-size:0.18rem;
 	}
 	
 	.vue-input--small .vue-input__inner {
		height:0.6rem !important;
		font-size:0.32rem;
	}
	.vue-select-dropdown__item, .vue-select-dropdown__item.selected{ 
		font-size:0.28rem !important; 
		height:0.6rem !important;
	} 
	
	/*  select 外边框颜色 */
	.vue-input__inner {
	    border-radius: 4px;
	    border: 2px solid #DDDDDD;
	}
 	/* vue-button 搜索按钮高度和字体大小 */
 	.btn-canon{
 		height:0.6rem;
 		font-size:0.24rem;
 		padding: 0 0.16rem;
 	}
 	
 	/* 自定义省份城市选择控件 begin */
 	.vue-popup--bottom {
	    bottom: 0;
	    left: 0;
	    width: 100%;
	}
	.vue-overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,.7);
	}
	.vue-popup {
	    position: fixed;
	    max-height: 100%;
	    overflow-y: auto;
	    background-color: #fff;
	    transition: transform .3s;
	}
	/* 选择器移动端样式设置圆角 */
 	.vue-popup--bottom {
 		border-top-right-radius: 16px;
 		border-top-left-radius: 16px;
 	}
 	.vue-select-dropdown_main .vue-aside.vue-aside-bottom{
 		border-radius: 16px 16px 0 0;
 	}
 	.vue-picker{
 		font-size:0.28rem !important;
 	}
 	.vue-picker__toolbar{
 		height:80px;
 		padding:0 16px;
	    display: flex;
	    justify-content: space-between;
	    line-height: 44px;
 	}
 	/* 省份列表选中样式 */
 	.vue-list-item.is-active{
	    background: white;
	    color: #B93D3F;
	}
	/* 自定义省份城市选择控件 end */
	/* 对话框样式 */
	.vue-message-box__content{
		font-size:28px;
	}
	.vue-message-box__btns .vue-button{
		color: #BA3D40;
	    background-color: white;
	    font-size:28px;
	}
	/* tab手机端样式 */
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item {
		font-size: 0.28rem;
	    height: 0.6rem;
	    line-height:0.6rem;
	    margin:0 0.08rem;
	    text-overflow: ellipsis;
    	overflow: hidden;
	}
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item.is-active {
		height: 0.6rem;
	    line-height:0.6rem;
		font-size: 0.28rem;
		margin:0 0.08rem;
		text-overflow: ellipsis;
    	overflow: hidden;
 	}
	.vue-close-icon {
		cursor: pointer;
	    position: absolute;
	    height: 100%;
	    width: 36px;
	    text-align: right;
	    font-size: 30px;
	    border-style: none;
	    background-color: white;
	}
    .location.location-mobile span {
        font-size: 15px;
    }
}

/********************** 手机共通样式 end ************************************/



/********************** PC共通样式 begin ***********************************/

@media (min-width:992px){
	.show_pc{
		display:block;
	}
	.show_mobile{
		display:none;
	}
	.adapt-content{
        width: 100%;
        margin: 0 auto;
        padding: 20px 5% 50px !important
    }
    .detail-adapt-content{
        width: 100%;
        margin: 0 auto;
        padding: 0px 5% 0px !important
    }
    .left-side-column {
       padding-right: 30px;
    }
    .middle-column {
       padding-left: 30px;
       padding-right: 30px;
    }
    .right-side-column {
       padding-left: 30px;
    }
	/* 内容 */
	.row_box {
	   padding:0 32px; 
	}
	/* vue-select下拉框高度和字体大小 */
	.vue-input--small .vue-input__inner {
 		height:37px !important;
 		font-size:14px;
 	}
 	.vue-select-dropdown__item, .vue-select-dropdown__item.selected{ 
 		font-size:14px !important; 
 		line-height: 37px !important; 
 		height:37px !important;
 	} 
 	.vue-input--small .vue-input__icon { 
		line-height:37px !important; 
 	} 
 	/* 下拉框icon颜色 */
 	.vue-select .vue-input .vue-input__icon{
 		color:#C1C1C1;
 	}
 	/*vue-select position需要重写 默认没有边框需要加边框 pad*/
	.vue-select { 
		position: relative;
	}
	/*  select 外边框颜色 */
	.vue-input__inner {
	    border-radius: 4px;
		border: 1px solid #DDDDDD;
	}
 	/* vue-button 搜索按钮高度和字体大小 */
 	.btn-canon{
 		height:37px;
 		font-size:14px;
 		padding: 0 11px;
 	}
 	/* 对话框中确定去掉的button样式 */
	.vue-message-box__btns .vue-button{
		color: #BA3D40;
	    background-color: white;
	}
	/* 服务网络tab样式 */
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item {
		font-size: 16px;
	    height: 36px;
	    line-height:36px;
	}
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item.is-active {
		font-size: 16px;
	    height: 47px;
	    line-height:47px;
	}
}
/********************** PC共通样式 begin ***********************************/
/* 大屏适配 */
@media (min-width:1600px){
	.adapt-content{
        width: 100%;
    	margin: 0 auto;
    	padding: 20px 5% 50px !important
	}
	.detail-adapt-content{
	    width: 100%;
        margin: 0 auto;
        padding: 0px 5% 0px !important
	}
	.left-side-column {
	   padding-right: 30px;
	}
	.middle-column {
	   padding-left: 30px;
	   padding-right: 30px;
	}
	.right-side-column {
       padding-left: 30px;
    }
	/* 内容 */
	.row_box {
	   padding:0 32px; 
	}
	/* vue-select下拉框高度和字体大小 */
	.vue-input--small .vue-input__inner {
 		height:52px !important;
 		font-size:18px;
 	}
 	.vue-select-dropdown__item, .vue-select-dropdown__item.selected{ 
 		font-size:18px !important; 
 		line-height: 40px !important; 
 		height:40px !important;
 	} 
 	.vue-input--small .vue-input__icon { 
		line-height:52px !important; 
 	} 
     /* vue-button 搜索按钮高度和字体大小 */
 	.btn-canon{
 		height:52px;
 		font-size:22px;
 		padding: 0 16px;
 	}
 	/* 对话框中确定去掉的button样式 */
	.vue-message-box__btns .vue-button{
		color: #BA3D40;
	    background-color: white;
	}

	/* 类型筛选 */
	.filter_type .vue-radio-button__original:checked+.vue-radio-button__inner {
		font-size: 20px;
	}
	.filter_type .vue-radio-button__inner {
		font-size: 20px;
	}
	/* 分页 */
	.vue-pagination button, .vue-pagination span{
		font-size:18px;
	}
	.vue-pagination__sizes .vue-input .vue-input__inner {
	    font-size: 18px;
	}
	.vue-pager li{
		font-size:18px;
	}
	/* 服务网络tab大屏样式 */
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item {
		font-size: 22px;
	    height: 50px;
	    line-height:50px;
	}
	.vue-tabs--card>.vue-tabs__header .vue-tabs__item.is-active {
		font-size: 22px;
	    height: 60px;
	    line-height:60px;
	}
}

@media (max-width: 974px) {
    #locationalert > div > div{
        font-size: 25px;
    }

	#locationalert .locationButton {
		font-size: 28px;
	}
}