/* 移动端 */
@media only screen and (max-width: 700px) {
	.font-1{}/* 1920  60px */
	.font-2{font-size: 23px;}/* 1920  54px */
	.font-3{}
	.font-4{}
	.font-5{}
	.font-6{font-size: 14px;}
	.font-7{}
	.font-8{}
	.font-9{}
	.font-10{}
}
@media only screen and (min-width:701px) {
.font-1{font-size: 30px;}/* 1920  60px */
.font-2{font-size: 28px;}/* 1920  54px */
.font-3{font-size: 16px;}/* 1920  50px */
.font-4{font-size: 15px;}/* 1920  36px */
.font-5{font-size: 14px;}/* 1920  32px */
.font-6{font-size: 14px;}/* 1920  24px */
.font-7{font-size: 14px;}/* 1920  20px */
.font-8{font-size: 12px;}/* 1920  18px */
.font-9{ font-size: 12px;}/* 1920  16px */
.font-10{font-size: 12px;}/* 1920  14px */
}
/* pc端 */
@media only screen and (min-width: 768px) {
	/*.font-1{font-size: 40px;}
	.font-2{font-size: 36px;}
	.font-3{font-size: 34px;}
	.font-4{font-size: 24px;}
	.font-5{font-size: 22px;}
	.font-6{font-size: 16px;}
	.font-7{font-size: 14px;}
	.font-8{font-size: 12px;}
	.font-9{ font-size: 12px;}
	.font-10{font-size: 12px;}*/
	.container{width: 750px!important;}
}
@media only screen and (min-width: 850px) {
 .container{width: 850px!important;}
 .font-1{font-size: 36px;}/* 1920  60px */
 .font-2{font-size: 32px;}/* 1920  54px */
 .font-3{font-size: 30px;}/* 1920  50px */
 .font-4{font-size: 20px;}/* 1920  36px */
 .font-5{font-size: 18px;}/* 1920  32px */
 .font-6{font-size: 16px;}/* 1920  24px */
 .font-7{font-size: 14px;}/* 1920  20px */
 .font-8{font-size: 12px;}/* 1920  18px */
 .font-9{ font-size: 12px;}/* 1920  16px */
 .font-10{font-size: 12px;}/* 1920  14px */
}
@media only screen and (min-width: 1024px) {
	.font-1{font-size: 40px;}/* 1920  60px */
	.font-2{font-size: 36px;}/* 1920  54px */
	.font-3{font-size: 34px;}/* 1920  50px */
	.font-4{font-size: 24px;}/* 1920  36px */
	.font-5{font-size: 22px;}/* 1920  32px */
	.font-6{font-size: 16px;}/* 1920  24px */
	.font-7{font-size: 14px;}/* 1920  20px */
	.font-8{font-size: 12px;}/* 1920  18px */
	.font-9{ font-size: 12px;}/* 1920  16px */
	.font-10{font-size: 12px;}/* 1920  14px */
}
@media only screen and (min-width: 1280px) {
	.font-1{font-size: 40px;}/* 1920  60px */
	.font-2{font-size: 36px;}/* 1920  54px */
	.font-3{font-size: 34px;}/* 1920  50px */
	.font-4{font-size: 24px;}/* 1920  36px */
	.font-5{font-size: 22px;}/* 1920  32px */
	.font-6{font-size: 16px;}/* 1920  24px */
	.font-7{font-size: 14px;}/* 1920  20px */
	.font-8{font-size: 12px;}/* 1920  18px */
	.font-9{ font-size: 12px;}/* 1920  16px */
	.font-10{font-size: 12px;}/* 1920  14px */
	.container{width: 1170px!important;}
}
@media only screen and (min-width: 1440px) {
	.font-1{font-size: 60px;}/* 1920  60px */
	.font-2{font-size: 54px;}/* 1920  54px */
	.font-3{font-size: 50px;}
	.font-4{font-size: 36px;} 
	.font-5{font-size: 32px;}
	.font-6{font-size: 20px;} /*24px*/
	.font-7{font-size: 20px;}
	.font-8{font-size: 18px;}
	.font-9{ font-size: 16px;}
	.font-10{font-size: 14px;}
	.container{width: 1200px!important;}  /*1404*/
}
@media only screen and (min-width: 1680px) {
	.font-1{}/* 1920  60px */
	.font-2{}/* 1920  54px */
	.font-3{}
	.font-4{}
	.font-5{}
	.font-6{}
	.font-7{}
	.font-8{}
	.font-9{}
	.font-10{}
}
@media only screen and (min-width: 1910px) {
	.font-1{font-size: 60px;}/* 1920  60px */
	.font-2{font-size: 54px;}/* 1920  54px */
	.font-3{font-size: 50px;}
	.font-4{font-size: 36px;}
	.font-5{font-size: 32px;}
	.font-6{font-size: 22px;}  /*24px*/
	.font-7{font-size: 20px;}
	.font-8{font-size: 18px;}
	.font-9{ font-size: 16px;}
	.font-10{font-size: 14px;}
	.container{width: 1440px!important;}
}
@-webkit-keyframes fadeInOut {
	0% {
			opacity:0;
	 }
	25% {
			opacity:0.3;
	}
	50% {
			opacity: 0.6;    
	}
	75% {
			opacity:1;
	}
}
.anim_fade_image {
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	text-align: center;
	transition: background-image,opacity 1s;
	background-size: cover;
	background-position: 50%;
	height: 500px;
}
.listBox {
background: #F5F5F5;
}
.listBox .loading{width: 100%;height: 100%;position: fixed;top: 0;
	left: 0;background: white;z-index: 99;}
.list-banner {
position: relative;
width: 100%;
text-align: center;
}

.list-banner img {
width: 100%;
margin: 0 auto;
}

.list-banner-name {
width: 100%;
height: 100%;
color: #ffffff;
}

.list-banner-name div {
margin-top: 10%;
}


/* 机型图标 */

.list-icon {
background: white;
}

.list-icon-center {
margin: 0 auto;
display: flex;
background: white;
justify-content: space-around;
padding: 0 6%;
}

.list-icon-center:hover {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.list-pang-line {
width: 1px;
height: 60px;
background: #E0E0E0;
float: left;
}

.list-icon-outer {
/* width: 140px; */
float: left;
flex-shrink: 0;
}

.list-icon-one {
color: #333;
padding:0.9rem 15px 1.7rem;
/* margin: 1.3rem 0; */
text-align: center;
}
/* 机型的分割线 */
/* .list-icon-line-right{
width: 1px;
position: relative;
margin: 19px 0 15px 0;
}
.list-icon-line-right::after{
content: "";
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 100%;
background:#E0E0E0;
} */
.list-icon-center-flex:last-child .list-icon-outer .list-icon-one {
border-right: 0px solid #E0E0E0;
}

.list-icon-one-line {
width: calc(100% - 40px);
/* height: 2px; */
margin-top: 14px;
background-color: white;
margin-left: 20px;
transition-duration: 0.5s;
}

.list-icon-one:hover,
.list-icon-one.active {
cursor: pointer;
color: #DC000C;
}

.list-icon-one:hover+.list-icon-one-line,
.list-icon-one.active+.list-icon-one-line {
background-color: #DC000C;
}

.list-icon-one img {
/*width: 99px;*/
height: 66px;
}

.list-icon-one span {
display: inline-block;
width: 100%;
text-align: center;
transition-duration: 0.5s;
font-size: 1.6rem;
/* height: 45px; */
}

.phone-list-icon-center {
width: 100%;
background: rgb(248, 248, 248);
margin: 20px 0;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 10px;
}

.phone-icon-one {
width: 82px;
float: left;
background: rgb(252, 252, 252);
text-align: center;
padding: 15px 0;
columns: #333;
font-size: 13px;
margin-bottom: 10px;
color: #333;
font-weight: 400;
}

.phone-icon-one:hover {
color: #DC000C;
border-bottom: 2px solid #DC000C;
}

.phone-Filter {
width: 100%;
text-align: center;
font-size: 17px;
font-weight: 400;
line-height: 20px;
color: rgba(0, 100, 217, 1);
background: white;
padding: 22px 0;
}

.activeClass .list-icon-outer .list-icon-one span {
color: #DC000C!important;
}

.activeClass .list-icon-outer .list-icon-one-line {
background-color: #DC000C!important;
}


/* .phone-icon-one:nth-of-type(2),.phone-icon-one:nth-of-type(3),.phone-icon-one:nth-of-type(6),.phone-icon-one:nth-of-type(7){
margin-left: 8px;
} */


/* 筛选项+筛选内容 */

.select-box {
width: 100%;
margin-top: 20px;
overflow: hidden;
/*padding-bottom: 10px;*/
	padding-right: 3px;
}
.select-left {
width: 23.93%;
float: left;
background: white;
padding-bottom: 3000px;
margin-bottom: -3000px;
position: relative;
}

.select-right {
width: 74.65%;
float: right;
padding-bottom: 3000px;
margin-bottom: -3000px;
}

.sl-button {
overflow: hidden;
height: 50px;
line-height: 50px;
padding: 0 20px;
border-bottom: 3px solid #f8f8f8;
}

.sl-button-filter {
color: #1D1D1D;
float: left;
}

.sl-button-reset {
cursor: pointer;
color: #0064D9;
float: right;
}

.sl-lists {
margin: 0px 20px;
}

.sl-lists-one {}

.sllo-title {
padding: 10px 0;
color: #3E3E3E;
border-bottom: 1px solid #D9D9D9;
margin: 20px 0 15px 0;
font-weight: bold;
}

.sllo-check {}

.el-checkbox {
display: block;
}

.select-right-one {
width: calc(100% - 50px);
background: white;
margin-bottom: 20px;
padding: 25px;
}

.select-right-one:last-child {
margin-bottom: 0px;
}


/* .select-right-one:last-child{
margin-bottom: 0px;
padding-bottom: 60px;
} */

.select-right-one:hover {
/*cursor: pointer;*/
box-shadow: 0 12px 12px -10px rgba(0,0,0,.15);
}

.sro-title {
display: block;
cursor: pointer;
color: #333333;
font-weight: bold;
margin-bottom: 20px;
}

.sro-value {
/*overflow: hidden;*/position: relative;
}
.sro-value::after{display: block;content: "";clear: both;}

.sro-value img {
width: 51.5%;
float: left;
cursor: pointer;
}

.sro-right {
float: right;
width: 41.5%;position: absolute;right: 0;
}

.sro-right-word1 {
line-height: 26px;
color: rgba(51, 51, 51, 1);
}

.sro-right-word2 {
margin-top: 20px;
line-height: 20px;
color: rgba(118, 118, 118, 1);
}
.sro-right-word2 a{color: rgba(118, 118, 118, 1)!important;}
.sro-right-word2-span {
cursor: pointer;
display: inline-block;
margin: 6px 0px 3px 0;
}

.sro-right-word2-span:hover {
color: #0064D9!important;
}


/* 筛选-已经点击筛选项 */

.selectEd-box {
/*background: #f8f8f8;*/
width: 100%;
height: auto;
}


/* pc 端 */

.selected-one {
margin-top: 20px;
width: calc((100% - 40px) / 3);
color: #333333;
background: white;
text-align: center;
float: left;
padding: 20px;
cursor: pointer;
margin-left: 20px;
transition: all .3s;
}

.selected-one:nth-of-type(3n+1) {
margin-left: 0px;
}

.selected-one:nth-of-type(1) {
margin-top: 0px;
}

.selected-one:nth-of-type(2) {
margin-top: 0px;
}

.selected-one:nth-of-type(3) {
margin-top: 0px;
}

.selected-one:hover {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.selected-one img {
width: 100%;
}
.selected-one-title {
font-weight: 400;
line-height: 26px;
text-align: left;
margin-bottom: 10px;
color: #333333;
}
.pc-selected-one .selected-one-title {
height: 52px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
width: calc(100% - 30px);
white-space:normal; 
word-break:break-all;
}

.selected-one-desc {
font-weight: 400;
line-height: 26px;
text-align: left;
color: #333333;
padding-bottom: 20px;
}


/* service start */

.service {
margin: 70px 0 60px 0;
}

.service-title {
color: #333333;
font-weight: bold;
text-align: center;
margin-bottom: 40px;
}

.service-content {
display: flex;
justify-content: space-between;
}

.service-content-item{
width: 23.93%;
background: white;
cursor: pointer;
position: relative;
height: 0;
padding-bottom: 23.93%;
overflow: hidden;
}

.service-content-item .service-pic{
position: absolute; left: 50%; top: 0; transform: translate(-50%,0);height: 100%;width: auto;z-index: 1;
}
.service-content-item .text-container{
position: absolute;
top: 100%;
left: 0;
padding:0 4%;
background:rgba(0,0,0,0.5);
transform: translate(0,-60px);
z-index: 2;
width: 100%;
color:#fff;
transition: all .2s;
}
.service-content-item .text-container .title{line-height: 50px; font-size:24px; margin-bottom:6px;}
.service-content-item .text-container .desc{line-height: 24px; font-size: 18px; padding-bottom: 16px;}
.service-content-item:hover .text-container{transform: translate(0,-100%);}
.service-content-item .phone-service-name{position: absolute; left: 0; bottom: 0; line-height: 2; background:rgba(0,0,0,0.5);}
.service-content-one {
width: 23.93%;
background: white;
cursor: pointer;
transition: all .3s;
}

.service-content-one:hover {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sco-top {
width: calc(100% - 20px);
margin: 10px auto;
overflow: hidden;
text-align: center;
position: relative;
}

.sco-top img {
width: 100%;
text-align: center;
transition-duration: 0.5s;
}

.sco-top img:hover {
transform: scale(1.1);
-webkit-transform: scale(1.1);
/*Safari 和 Chrome*/
-moz-transform: scale(1.1);
/*Firefox*/
-ms-transform: scale(1.1);
/*IE9*/
-o-transform: scale(1.1);
/*Opera*/
}

.sco-top div {
color: white;
position: absolute;
bottom: 20px;
left: 20px;
}

.sco-bottom {
color: #828282;
margin: 5px 10px 25px 10px;
}


/* service end  */

.sl-button-reset img {
width: 15px;
margin-top: -2px;
}

.sl-button-reset:hover .sl-button-reset-img {
transform: rotate(180deg);
transition-duration: 0.5s;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #1D1D1D;
border-color: #1D1D1D;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
color: #767676;
}

.el-checkbox__label {
color: rgba(51, 51, 51, 1);
font-size: 14px;width: 100%;
}

.sllo-check {
line-height: 35px;
}

.product-jt-img {
width: 30px;
height: 12px;
margin-top: 4px;
margin-left: 5px;
float: right;
display: inline-block;
background-size: 6px 11px;
background-repeat: no-repeat;
background-image: url('http://sanyglobal-com.oss-cn-hongkong.aliyuncs.com/static/img/newsdetail/model-gray.svg');
}

.sro-right-word2-span:hover .product-jt-img {
background-image: url('http://sanyglobal-com.oss-cn-hongkong.aliyuncs.com/static/img/newsdetail/model-blue.svg');
}

.sro-title img {
width: 10px;
}
.select-right-one .sro-title:hover{color: #333333!important;}

.selected-one-desc-div {
display: flex;
justify-content: space-between;
white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.selected-one-title img {
width: 8px;
margin-top: -2px;
}

.selected-big-Pic {
margin: 10px 0;
	width: 100%;
	padding-bottom: 60%;
position: relative;
overflow: hidden;
}

.sort-list {
float: right;
width: 135px;
}

.model-name img {
width: 7px;
}

.el-input__inner::-webkit-input-placeholder {
color: #999;
}

.el-input__inner::-moz-input-placeholder {
color: #999;
}

.el-input__inner::-ms-input-placeholder {
color: #999;
}

.el-select .el-input .el-select__caret {
color: #999;
}
.el-checkbox__inner{
width: 16px;
height: 16px;
border: 2px solid #DCDFE6;
border-radius: 0px;
}
.el-radio__input.is-checked+.el-radio__label{
color: #1D1D1D!important;
}
.el-radio__input.is-checked .el-radio__inner{
border-color:#1D1D1D!important;
	background: #1D1D1D!important;
}
.el-radio{
line-height: 40px!important;
display: block;
}
.hidden-small{display: block;} /*pc端*/
.visible-small{display: none;} /*手机端*/
/* Small devices (portrait tablets and large phones, 600px and up)  0px < y < 992px */
.relate-product-mobile{width: calc(100% + 40px); position: relative; margin-left: -20px; margin-bottom: 10px; overflow: hidden;}
@media only screen and (max-width: 992px) {
.hidden-small{display: none;} /*pc端*/
.visible-small{display: block;} /*手机端*/
.phone-icon-onea{width: 100%;}
.phone-Filter{border-top: 1px solid rgb(248,248,248);display: flex;justify-content: space-between;padding: 0 20px;
	height: 60px;line-height: 60px;transition: all 0s;}
.phone-icon-one{}
.phone-icon-one img{height: 45px;}
.sl-lists-one-outer{/*overflow-y: auto;overflow-x: hidden;height: 100vh; *//*height: 75%;*/padding:0 20px; /*padding: 126px 20px 0; position: absolute; top: 0; left: 0;*/ width: 100%; z-index: 1; box-sizing: border-box; padding-bottom: 30px;}
.select-left {display: none;}
.select-right {width: 100%;}
.select-right-one .sro-title {font-size: 17px!important;}
.list-icon {background: rgb(245, 245, 245);}
.sro-right-word1 {margin-top: 16px;font-size: 12px;line-height: 30px;}
.sro-right-word1 div{display: flex;justify-content: space-between;font-size: 14px;
color: #333333;line-height: 28px;}
.sro-right-word2 {border-top: 1px solid #D9D9D9;padding-top: 10px;margin-top: 20px;font-size: 14px;line-height: 28px;max-height: 120px;
overflow: hidden;}
.select-right-one {padding: 22px 17px;margin: 17px;width: calc(100% - 34px);margin-left: 0px;}
.sro-right-word2-span{margin-right:0px;}
.select-right-one:first-child{margin-top: 0;}
.select-box {margin-top: 20px;}
.service {margin: 20px 0 30px 0;}
.service-content {display: block;overflow: hidden;margin: 0 20px;}
.service-content-one {width: calc(50% - 5px);background: rgba(0, 0, 0, 0.3);}
.service-content-one:nth-child(odd) {
	float: left;
}
.service-content-one:nth-child(even) {
	float: right;
}
.service-content-one:nth-of-type(1),
.service-content-one:nth-of-type(2) {
	margin-bottom: 10px;
}
.phone-service-name {
	color: white;
	font-size: 17px;
	position: absolute;
	line-height: 120px;
	left: 0px!important;
	width: 100%;
}
.sco-top img {
	width: 100%;
	text-align: center;
	margin: 0;
}
.overflow_x{
	overflow-x: scroll;
	background: white;
	-webkit-overflow-scrolling:touch;
}
.phone-list-icon-center {
	overflow-x: scroll;
	/*添加横向滚动条*/
	white-space: nowrap;
	-webkit-overflow-scrolling:touch;
	/*不换行*/
	margin: 0 2vw;
	background: white;
	flex-wrap: nowrap;
	/* padding-bottom: 10px; */
	margin-left: 0px;
}
/* 谷歌浏览器 隐藏滚动条 */
.phone-list-icon-center::-webkit-scrollbar {
	display: none;
}
/*  火狐浏览器 隐藏滚动条 IE浏览器 隐藏滚动条 */
.phone-list-icon-center {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
}
.phone-icon-one {
	width: 120px;
	background: white;
	box-shadow: -1px -1px 1px 0px #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	float: none;
	display: inline-block;
	/* white-space: pre-wrap;
	display: flex; */
}
.phone-icon-one-div{
	padding:0px;
		line-height: 15px;
		align-self: center;
		text-align: center;
	width: 100%;
	white-space: pre-line;
	color: #707070;
}
.phone-list-icon-center a.active .phone-icon-one-div{color: #DC000C;}
/* .phone-icon-one:last-child {
	margin-right: 17px;
} */
.phone-icon-one.activeClass .phone-icon-one-div{
	color: #DC000C!important;
	/*border-bottom: 2px solid #DC000C;*/
}
.phone-icon-one:hover{color: #3E3E3E;border-bottom: none;}
.sco-top {
	width: 100%;
	margin: 0 0;
}
.sro-title img {
	width: 7px;
}
.product-jt-img {
	margin-top: 9px;
	background-size: 5px 9px;
	width: 25px;
}
.gray {
	color: #767676;
}
.phone-popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.el-checkbox__label {
	font-size: 14px;
}
.sllo-title {
	font-size: 17px;
}
.sl-lists {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: white;
	margin-left: 0px;
	/* position: relative; */
	/* -webkit-overflow-scrolling: touch; */
}
.sllo-title {
	padding: 20px 0 15px 0;
	margin: 0 0 0 0;
}
.phone-popup-btns {
	position: relative;
	z-index: 2;
	background:#fff;
	padding: 15px 20px 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.phone-popup-btns div {
	width: calc((100% - 12px) / 2);
	padding: 10px 0;
	text-align: center;
}
.phone-popup-btns div:nth-of-type(1) {
	background: #ffffff;
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
}
.no-choose{border: 1px solid #E0E0E0!important;color: #E0E0E0!important;;}
.phone-popup-btns-addClass{
	background: #1D1D1D!important;
	color: white!important;;
	transition: all .3s!important;;
}
.phone-popup-btns div:nth-of-type(2) {
	background: #dc000c;
	color: #ffffff;
}
/*.list-banner img {
	height: 197px;
	margin-left: -62%;
	width: auto;
}*/
.list-banner-name div {
	text-align: center;
	margin-top: 22%;
}
.selectEd-box {
	width: auto;
	margin: 0 20px;
}
.selected-one {
	width: 100%;
	padding: 20px 17px;
	margin-left: 0px!important;
}
.selected-one:nth-of-type(2n+1) {
	float: left;
}
.selected-one:nth-of-type(2n) {
	float: right;
}
.selected-one-title img {
	width: 7px;
	margin-top: -3px;
	margin-left: 4px;
}
.selected-one-title {
	font-weight: 600;
	font-size: 17px;
}
.selected-one-desc {
	font-size: 14px;
	line-height: 35px;
	padding-bottom: 10px;
}
.phone-page {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	background: white;
	padding: 0 20px;
	margin-top: 20px;
}
.phone-page img {width: 10px;margin-top: 13px;height: 18px;}
.phone-page img:nth-of-type(1) {
	float: left;
}
.phone-page img:nth-of-type(2) {
	float: right;
}
.phone-page div {
	width: calc(100% - 20px);
	float: left;
	text-align: center;
}
.phone-page div span:nth-of-type(1) {
	color: #0064D9;
}
.phone-page div span:nth-of-type(2) {
	color: #1D1D1D;
}
.list-banner {
	overflow: hidden;
}
.phone-shaixuan {
	width: 100%;
	background: white;
	height: 60px;
	line-height: 60px;
}
.phone-shaixuan .phone-Filter {
	float: left;
	width: 30%;
	padding: 0;
	line-height: 60px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
}
.phone-shaixuan .sort-list {
	float: right;
	width: 70%;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 20px;
	color: #1D1D1D;position: relative;font-size: 14px;border-top: 1px solid rgb(248,248,248);
}
.phone-Filter .phone-Filter-img{width: 15px;}
.sort-list .sort-list-default{position: absolute;top: 0px;right: 40px;}
.phone-shaixuan .sort-list .el-select .el-input .el-input__inner {color: #1D1D1D;}
.phone-shaixuan .sort-list .el-select .el-input .el-select__caret {color: #1D1D1D;}
.selected-one:nth-of-type(2) {margin-top: 20px;}
.selected-one:nth-of-type(3) {margin-top: 20px;}
.selected-one:last-child {margin-bottom: 20px;}
.select-right-one:last-child {margin-bottom: 20px;}
.service-title {margin: 45px 0 25px 0;}
.sro-value img,.sro-right{width: 100%;position: relative;}
.mobile-service-cha{width: 7px;}
.phone-page .phone-page-left{width: 30%;float: left;}
.phone-page .phone-page-center{width: 40%;float: left;}
.phone-page .phone-page-right{width: 30%;float: left;}
.phone-page .phone-page-right img{float: right;}
}


/* Medium devices (landscape tablets, 768px and up)   768px <= y < 992px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
.list-banner {
	max-width: 800px;
	height: 50vw;
	margin:0 auto;
	overflow: hidden;
}
}
@media only screen and (min-width: 768px) {}


/* Large devices (laptops/desktops, 992px and up)   992px <= y < 1200px  */

@media only screen and (min-width: 992px) {
.list-icon-one{
	padding:0.9rem 12px 1.7rem;
}
.sro-right-word1{
	font-size: 16px;
}
}
@media only screen and (max-width: 1910px) and (min-width: 1441px){
.sro-right-word2{overflow: hidden;}
}

/* Extra large devices (large laptops and desktops, 1200px and up)   1440px <= y  */
@media only screen and (max-width: 1441px) and (min-width: 1281px){
.service-content-item .text-container{
	transform: translate(0,-42px);
}
.service-content-item .text-container .title{line-height: 40px; font-size:20px; margin-bottom:2px;}
.service-content-item .text-container .desc{line-height: 20px; font-size: 16px; padding-bottom: 12px;}
}

@media only screen and (max-width: 1280px) and (min-width: 1025px){
.service-content-item .text-container{
	transform: translate(0,-40px);
}
.service-content-item .text-container .title{line-height:32px; font-size:18px; margin-bottom:2px; padding-top: 6px;}
.service-content-item .text-container .desc{line-height: 18px; font-size: 14px; padding-bottom: 10px;}
}
.service-content-item .mobile-service-name{width: 100%;position: absolute; left: 0%; z-index: 3; top: 50%; transform:translate(0%,-50%); text-align: center; font-size: 28px; color: #fff;}
.service-content-item .mobile-service-name img{width: 12px;}
@media only screen and (max-width: 1280px){
.service-content-item .mobile-service-name{font-size: 20px;}
.service-content-item .mobile-service-name img {width: 9px;}
}
@media only screen and (max-width: 1024px) and (min-width: 320px){
.service-title.font-2{font-size:32px;}
.service-content{flex-wrap: wrap; display: flex;}
.service-content-item{width: 48%; margin-bottom: 4%; padding-bottom: 48%;}
.service-content-item .mobile-service-name{width: 100%;position: absolute; left: 0%; z-index: 3; top: 50%; transform:translate(0%,-50%); text-align: center; font-size: 30px; color: #fff;}
/*0829*/
.list-banner img{
	width: auto;
	/* height: 280px; */
}
}
.service-content-item:after{position: absolute; left: 0; top:0; width: 100%; z-index: 2; height: 100%; background:rgba(0,0,0,0.5); content: "";}
@media only screen and (max-width: 768px){
.service-content-item .mobile-service-name img {width: 6px;}
/*.service-content-item:after{position: absolute; left: 0; top:0; width: 100%; z-index: 2; height: 100%; background:rgba(0,0,0,0.5); content: "";}*/
.service-content-item .mobile-service-name{font-size: 18px;}
}
@media only screen and (max-width: 414px) and (min-width: 375px){
.service-title.font-2{font-size:22px;}
.service-content-item .mobile-service-name{font-size:16px;}
}
@media only screen and (max-width: 374px) and (min-width: 320px){
.service-title.font-2{font-size:18px;}
.service-content-item .mobile-service-name{font-size:12px;}
}
@media only screen and (min-width: 1441px) {
.font-16 {
	font-size: 16px;
}
.sl-button-reset img {
	width: 20px;
}
.el-checkbox__label {
	font-size: 16px;
}
.sllo-check {
	line-height: 40px;
}
.sro-right-word2 {
	margin-top: 40px;
	/*width: 80%;*/
}
.sro-right-word1 {
	line-height: 30px;
}
.sro-title img {
	width: 10px;
}
.sro-title{
	font-size: 30px;
}
.selected-one-title img {
	width: 10px;
	margin-top: -3px;
}
.selected-one-desc {
	line-height: 35px;
}
.selected-one {
	padding: 25px;
}
.model-name img {
	width: 10px;
}
.list-icon-one-line {
	width: calc(100% - 60px);
	margin-left: 30px;
}
.select-right-one {
	padding: 35px;
	width: calc(100% - 70px);
}
.list-banner{
	height: 500px;
	overflow: hidden;
}
.list-banner img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 1920px;
	height: 500px;
}
}
.sro-title{
font-size: 24px!important;
}


.sro-right-word2{overflow: hidden;}
.sro-right-word2-span{margin: 0px!important;padding: 6px 0px 3px 0!important;}
.yichu-outer{position: relative;}
.yichu{position: absolute;bottom: -20px;left: 0;cursor: pointer;font-size: 20px;color: rgba(118, 118, 118, 1)!important;display: none;}