

/*=====================================country =====================================*/

.country-list{
    width: 100%;
    overflow: hidden;
}

.country-list ul{
    width: 105%;
    display: flex;
    flex-wrap: wrap; 
    margin-left: -20px;
}

.country-list ul li{
    width: 276px;
    margin-left: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-top: 20px;
}

.country-list li .img{
    padding: 10px;
    text-align: center;
}

.country-list ul li img{
    display: block;
    width:256px;
    height:180px;
}

.country-list ul li .title{
    text-align: center;
    border-top: 1px solid #dbdbdb;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0px 5px;
}

.country-list li a:hover{
    text-decoration: underline;
    color: #518de3;
}

/*=====================================service-list =====================================*/

.hot-list{
    width: 100%;
    overflow: hidden;
  }
    
  .hot-list-title,.home-about-title{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  
  .hot-list ul{
    width: 105%;
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap; 
  }
  
  .hot-list li{
    width: 276px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-left:20px;
    margin-top: 20px;
  }
  
  .hot-list li .img{
    width: 100%;
    height: 250px;
    position: relative;
  }
  
  .hot-list li a{
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .hot-list li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
  }
  
  .hot-list li .img span{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding:5px 10px;
    background-color: rgb(255, 255, 255,0.8);
  }
  
  .hot-list li .title,.hot-list li .tag{
    padding:0px 10px;
    margin-top: 10px;
  }
  
  .hot-list li .tag span{
    display: inline-block;
    color: #666666;
  }
  
  .hot-list li .time{
    float: right;
    margin-right: 10px;
  }
  .hot-list li .price{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000 !important;
    float: right;
    
  }

.order-filter{
    width: 100%;
    text-align: right;
}

.order-filter select{
    margin-left: 30px;
    padding-right: 6px;
    background: #fff;
    border: 0;
}
 

.order-filter option{
    display: block;
    width: 200px;
    border: 0;
    line-height: 24px;
}

.order-filter select:focus {
    outline: none;
}
.head-nav .search,.mobile-search{
    padding: 0;
    position: relative;
    border: 1px solid #dbdbdb;
    height: 44px;
    border-radius: 5px;
  }
  .search input,.mobile-search input{
    width: 96%;
    margin-left: 5px;
    height: 42px;
    border: 0;
    line-height: 42px;
    padding: 0px 30px 0px 10px;
    outline: 0 !important;
  }
  
  .search-btn{
    width: 16px;
    height: 16px;
    border:0;
    background-color: #ffffff;
    margin-left: 5px;
    margin-top: 10px;
    outline: 0 !important;
    position: absolute;
    right: 10px;
  }
  .mobile-search{
    display: none;
  }
  .mobile-search .search-btn{
    margin-top: 11px;
  }

/*=====================================city =====================================*/

.pc-city-list{
    width: 100%;
    display: block;
}

.mobile-city-list{
    display: none;
}

.pc-city-list ul{
    width: 100%;
    column-count: 4;
    margin-top: 20px;
}

.pc-city-list li{
    line-height:32px;
    margin-top:10px; 
    hyphens: auto; 
    counter-reset: num;
}

.pc-city-list li:nth-child(1){
    margin-top: 0px;
}

.pc-city-list li p{
    font-weight: bold;
    color: #343434 ;
}

.pc-city-list li a{
    display: block;
    color: #666666;
    padding-left: 10px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*移动端代码*/
iframe {
    text-align: center;
}

.iframe ul li {
    display: inline-block;
    padding: 20px;
    margin: 20px 10px;
    list-style: none;
    overflow: auto;
}

.sideMenu {
    margin-top: 20px;
}

.sideMenu .nLi h3 {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    background: url("../images/city-down.png") no-repeat right center ;
    background-size: 12px 12px;
    margin-top:10px;
}

.sideMenu .nLi.on .sub {
    display: block;
    column-count: 2;
}

.sideMenu .nLi.on h3{
    background: url("../images/city-up.png") no-repeat right center ; 
    background-size: 12px 12px;
}

.sideMenu .nLi .sub {
    padding: 8px 0;
    margin: 0px 20px;
    color: #999;
    display: none;
}

.sideMenu .nLi .sub li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    border-bottom: 1px dashed #ebebeb;
    
}

.sideMenu .nLi .sub li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    box-sizing: border-box;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*=====================================detail =====================================*/

.detail-wrap{
    width: 100%;
}
.detail-title{
    margin-top: 20px;
    font-size: 18px;
    font-weight:500;
}

.detail-top{
    clear: both;
}
.detail-img{
    margin-top: 20px;
}

.img-content{
	width: 100%;
}
.img-content .small-img{
	position: relative;
	width: 100%;
	overflow: hidden;
    margin-top: 10px;
}
.small-img ul{
	list-style: none;
	position: relative;
	width: 5000px;
	margin: 0;
	padding: 0;
	left: 0;
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
    box-sizing: border-box;
}
.small-img ul li img.moveimg{
	width: 100%;
	height: 100%;
	cursor: pointer;
	border:2px solid transparent;
}
.small-img ul li img.moveimg.active{
    border: 2px solid #FF0000;
}
.img-content .big-img{
	margin-top: 20px;
	width: 100%;
    aspect-ratio: 1;
	position: relative;
	overflow: hidden;
	background: #dfdfdf;
}
.img-content .big-img img{
	width: 100%;
	height: 100%;
	cursor:pointer;
	position: absolute;
}

.small-img .left{
	left: 0px;
	top: 0px;
}
.small-img .right{
	right: 0px;
	top: 0px;
}
.small-img .right,.small-img .left{
	display: inline-block;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	background: #dbdbdb;
	color: #666666;
    font-size: 18px;
	cursor: pointer;
}
.small-img span:hover{
    opacity: 0.9;
}

.big-img .img-parent{
	width:100%;
	height: 100%;
	position: absolute;
}

.detail-txt-title{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    height: 20px;
}

.detail-txt{
    width: 100%;
    height: 530px;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}
.detail-txt::-webkit-scrollbar {
  display: none;
}

.detail-txt li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height:40px;
    line-height: 40px;
    border-bottom: 1px dashed #ebebeb;
}
.detail-txt li span{
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #999999;
}
.detail-txt li .div-p{
    max-width: 50%;
    line-height: 40px;
    font-weight: 500;
    color: #343434;
    word-wrap: break-word;
}

.detail-txt li p{
    width: 50%;
    float: right;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #343434;
}

.detail-txt li .img-content{
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    margin:12px 0;
}

.detail-txt li .field-text{
    color: #999999;
}

.detail-txt li .field-image{
    width: 100px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
}

.detail-tab{
    width: 100%;
    height: 100px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    border-radius: 10px;
}

.detail-tab td{
    width: 33.3%;
    border-right: 1px solid #ebebeb;
    text-align: center;
    line-height: 28px;
}

.content-div{
    word-break: break-word;
}

.detail-js{
    width: 100%;    
    padding-top: 20px;
}

.detail-div-title{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.detail-js-txt{
    padding: 20px 20px 0px;
    color: #999999;
    line-height: 24px;
}

.fixed-wrap{
    width: 100%;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    height: 80px;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
    background-color: #ffffff;
    z-index: 100;
}
.pc-detail-pj{
    margin-top: 20px;
}
.fixed-wrap a{
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #343434;
    color: #ffffff;
    border-radius: 5px;
}

.pc-pj-div{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.pj-tx{
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
}

.pj-tx-img{
    width:50%;
    height: 48px;
    line-height: 48px;
}
.pj-tx-img img{
    display: block;
    width: 48px;
    height: 100%;
    border-radius: 50%;
    float: left;
}

.pj-tx-img p{
    float: left;
    color: #343434;
    height: 48px;
    line-height: 48px;
    margin-left:10px
}

.pj-tx-star{
    width: 50%;
    text-align: right;
}

.pj-tx-star img{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 5px;
}
.pj-tx-star span{
    display: inline-block;
    margin-left: 5px;
    height: 24px;
    line-height: 24px;
}

.pj-ms{
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
}

.pj-ms span,.pj-tx-img span{
    display: inline-block;
    padding: 0px 10px;
    background-color: #ff8a00;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
}

.pj-tx-img span{
    height: 24px;
    margin-left: 10px;
    line-height: 24px;
    margin-top: 12px;
    display: none;
}

.pj-img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pj-img img{
    display: block;
    width:280px;
    height: 240px;
    margin:15px 10px 0px;
    border-radius: 10px;
}

.pj-more{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.pj-more a{
    display: inline-block;
    padding: 5px 40px;
    border: 1px solid #ebebeb;
    color: #343434;
    border-radius: 5px;
}

/*=====================================Login/Sign ip =====================================*/
.login-wrap{
    width:100%;
    min-height: 65vh;
    display: flex;
    align-items: center; 
}
.login-content{
    width: 400px;
    padding: 40px;
    border: 1px solid #ebebeb;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.login-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #518de3;
}

.login-content .form{
    width: 100%;
    margin-top: 20px;
}

.login-content .input-item{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    margin-top: 10px;
}

.login-content span{
    width:40px;
}
.login-content input{
    width: 284px;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    border-radius: 5px;
}
.login-content input::placeholder{
    color: #999999;
}
.btn-group{
    width: 100%;
    margin-top: 10px;
}

.btn-group button{
    width: 100%;
    border: 1px solid #518de3;
    background-color: #518de3;
    border-radius: 5px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.btn-group button:hover{
    text-decoration: underline;
}

.sing-content{
    padding: 20px 40px;
    width: 600px;
}


.sing-up .input-item{
    margin-top: 0px;
}

.sing-up span{
    width:68px;
}

.sing-up input{
    width:415px;
}

.code input{
    width:290px;
}

.code button{
    width: 116px;
    background-color:#343434;
    border:none;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 10px;
}

.code button:hover{
    text-decoration: underline;
}

/*=====================================page =====================================*/
.page{
    margin-top: 20px;
    border-top: 1px dashed #f2f2f2;
    padding-top: 30px;
}
.page .page-item{
    margin: 0px 5px;
}
.page .page-link{
    border-radius: 5px;
    color: #999999;
}
.page .page-item.active .page-link{
    background-color: #343434;
    border-color: #343434;
}
/*=====================================agents =====================================*/
.agents-wrap{
    padding: 40px 150px;
    
}

.agents-wrap h5{
    text-align: center;
}

.agents-wrap p{
   
   margin-top: 20px;
}

.agents-wrap p span{
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}

.agents-txt{
    width: 100%;
    background-color: #f8f8f8;
    padding:5px 10px 10px 10px;
    margin-left: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.agents-txt p{
    line-height: 20px;
    margin-top:10px;
}