@charset "UTF-8";
/*
 * 页面主样式
 * 日期: 2021-05-24
 * By fh
 * 代码如诗
 * 
*/


html{direction:rtl;unicode-bidi:bidi-override;}

html{
    font-size: 62.5%;
    width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
}
body{
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
 font-size: 14px; 
 background-color: #FFFFFF;
 padding: 0;
 margin: 0;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
 cursor: pointer;
}
ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,p{
 margin: 0;
 padding: 0;
 list-style: none;
 font-weight: normal;
}
div,span{
    
}





/* section3 */

.section3 {
    padding: 20px 0;
}

.section3 .tit {
    text-align: center;
    margin-bottom: 10px;
	padding-top: 50px;
    line-height: 1.5;
    font-size: 32px;
    font-weight: bold;
}

.section3 .sel-list {
    text-align: center;
	
}

.section3 .sel-list select::-ms-expand {
    display: none;
}

.section3 .sel-list select:last-child {
    /* margin-right: 0; */
}

.section3 .sel-list select {
    text-align-last: right;
    text-align: right;
    font-size: 16px;
	font-weight: bold;
    width: 23.8%;
    /* border-radius: 5px; */
    line-height: 1.5;
    cursor: pointer;
    padding: 15px;
    padding-right: 0.6vw;
    padding-left: 2.4vw;
    margin: 30px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: none;
	background: no-repeat left 7px center transparent;
	/* background: url("/content/dam/huawei-cbg-site/south-pacific/my/support/huawei-care/img/select-down.jpg") no-repeat right 7px center transparent; */
    background-origin: padding-box;
    border: 1px solid #ccc;
    outline: none;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -ms-white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    -ms-overflow: hidden !important;
    -webkit-overflow: hidden !important;
	
	border-top: none;
	border-left: none;
	border-right: none;
}
.section3 .sel-list .select1{
	 background: none;
	
}
.section3 .sel-list .select1[disabled]{
	color: #000000;
	opacity:1;
}



.section3 .sel-table ul li{
	width: 32.5vw;
	height: 300px;
	display: inline-block;
	box-sizing: border-box;
}


.section3 .sel-list select>option {
    padding: 0.5vw 0;
    font-size: 16px;
}

.section3 .wrap {
    /* width: 55%; */
    margin: 0 auto;
}

.section3 .s3-text {
    font-size: 0.83vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.section3 .sel-list .select_province{
	border-top: none;
	border-left: none;
	border-right: none;
	
}


.recommend-list-list {
    overflow: hidden;
    width: 100%;
}
.recommend-list-item {
    width: 100%;
	display: inline-block;
    white-space: nowrap;
    font-size: 0;
}
nav ul, nav ol, ul, ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.recommend-list-cnt {
	min-height: 240px;
    margin: 20px;
	padding: 30px 20px 30px;
    white-space: normal;
    background: #fff;
}
.recommend-list-cnt-h3 {
    margin-top: 16px;
    opacity: .5;
    font-size: 16px;
    color: #000;
    letter-spacing: .3px;
    line-height: 26px;
}
.recommend-list-more {
    margin-top: 24px;
}
.recommend-list-more {
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.recommend-list-cnt-h2{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section3 .sel-list .select_city{
	background-image: url(../img/ss.svg);
}


.section3 .sel-table  tbody{
	width: 33%;
}

.section3 .sel-table .sel-tbody{
	display: flex; 
	flex-wrap: wrap;
	 justify-content: flex-start;
	 margin: 20px;
}
.section3 .sel-table .sel-tbody2{
	display: flex; 
	flex-wrap: wrap;
	 justify-content: flex-start;
	 margin: 20px;
}

.section3 .sel-table {
	min-height: 428px;
   padding: 50px 0px;
    /* border-collapse: collapse; */
    text-align: right;
    width: 100%;
    vertical-align: middle;
	background: #F8F8F8;
}

.section3 .sel-table h2{
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}
.btnRow{
	display: none;
	text-align: center;
	padding: 20px;
}
.btnjt{
	font-size: 24px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	/* background-color: red; */
	margin: 10px;
}
.btnjt:hover{
	background-color: #000000;
	color: #FFFFFF;
}
@media screen and (min-width:1281px){
	  .recommend-list-cnt {
	     min-width: 310px;
	      min-height: 240px;
	      margin: 10px;
	      padding: 15px;
	  }
	  
	  
  }

  @media screen and (max-width:1280px){
	  .recommend-list-cnt {
	      min-height: 240px;
	      margin: 6px;
	      padding: 10px;
	  }
	  .recommend-list-cnt-h2{
		  font-size: 18px;
	  }
	  .recommend-list-cnt-h3{
		  font-size: 14px;
	  }
	  
	  
	  
  }

  @media screen and (max-width:768px){
	  .recommend-list-cnt {
	      min-height: auto;
	      margin: 10px;
	      padding: 15px;
	  }
	  .recommend-list-cnt-h2{
	  		  font-size: 24px;
	  }
	  .recommend-list-cnt-h3{
	  		  font-size: 16px;
	  }
	  .section3 .sel-table tbody{
		  width: 100%;
	  }
	  .recommend-list-cnt-h2 {
	      text-overflow: ellipsis;
	      white-space: initial;
	  }
	  
	  .section3 .sel-list select {
	      width: 51vw;
		  margin: 10px 0 20px;
	  }
	  
	  
	  
  }
  
  .recommend-list-cnt-h3 a{
  		  text-decoration: none;
		  color: #0091ff!important;
  }
  
  
  
  
