.input-group > .msg-box.n-right{
  position:relative;
}
.n-default .msg-wrap{
  position:relative;
}
a:hover{
  border-bottom: none;
}
.panel{
    background:none;
}
.user-center .avatar-img img{
  object-fit:cover;
}
.nav li .avatar-img img{
  object-fit:cover;
  width:50px;
  height: 50px;
}

.nav li .avatar-text, .nav li .avatar-img{
  width:50px;
  height: 50px;
  line-height: 50px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: none;
}

h1 {
  /*margin: 0 0 20px 0;*/
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}

h2 {
  /*margin: 0 0 20px 0;*/
  font-size: 20px;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}

.custom-btn{
  border-radius: 6px;
  background: linear-gradient(to right, #0073ff, #61cdff);
  color: #fff;
  font-size: 20px;
  padding:5px 30px;
}

.site-box {
  width: 100%;
  height: 100vh;
  font-size: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
}

.breadcrumb li a {
  text-transform: capitalize;
}

.swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;

}

.swiper-slide .img img {
  width: 100%;
  height: 100%;
  /* min-width:1200px; */
  object-fit: cover;
}


.swiper-slide .wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;

}

.swiper-slide .wrap .item {
  position: absolute;
  z-index: 99;
  bottom: 20%;
  left: 0;
  width: 450px;
  height: 250px;
  border-radius: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
}

.swiper-slide .wrap .item .tt {
  width: 100%;
  display: block;
  font-size: 36px;
  color: #fff;
  text-align: left;
  margin: 0 0 20px 0;
}

.swiper-slide .wrap .item .more {
  font-size: 18px;
  color: #000;
  text-align: center;
  display: block;
  width: 200px;
  padding: 10px 0;
  border-radius: 4px;
  background: #ccc;

}


input[type="radio"],
input[type="checkbox"] {
  width: 25px;
}

.login-section .logon-tab>a.active {
  background: #3388ff;
  color: #fff;
  ;
}


.index-category {
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.index-category .top{
  display: flex;
  flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
     margin:0 0 20px 0;
}
.index-category h1 {

}
.index-category .top a{
    font-size:16px;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    box-sizing: border-box;
    background:#3388ff;
}

.index-category .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.index-category .list .wrap{
  padding:15px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  border: 1px solid #eee; 
  border-radius: 10px; 
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.index-category .list .item {

  display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.index-category .list .item  img {
  width: 40px;
  /* height:40px; */
  height: auto;
  border-radius: 50%;
  /* object-fit: cover; */
  text-align: center;
  /* border: 1px solid #ccc; */
  margin-right:10px;
}

.index-category .list .item .nr .tit{
  font-size:18px;
  color:#000;
  margin:5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp:1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.index-category .list .item .nr .txt{
  font-size:14px;
  color:#000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp:2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.index-category .list .wrap .btn-box{
  margin:15px 0 0 0;
}
.index-category .list .wrap .btn-box a{
  color:#000;
  font-size:14px;
  border:1px solid #ccc;
  border-radius:10px;
  padding:5px 10px;
}
.index-brand {
  padding: 40px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.index-brand .top{
  display: flex;
  flex-wrap: nowrap;
 align-items: center;
 justify-content: space-between;
 margin:0 0 20px 0;
}
.index-brand h1 {

}

.index-brand .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.index-brand .list .item {
  margin: 0 0 20px 0;
  background:#ccc;
  border:1px solid #000;
  border-radius:10px;
  width:90%;
  height:60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.index-brand .list .item img{
  width:130px;
  height:auto;
  object-fit: cover;
  text-align: center;
  border: 1px solid #ccc;
}


.index-news {
  padding: 40px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}


.index-news .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index-news .list .item {
  margin: 0 0 20px 0;
}

.index-news .list h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.index-news .list .time {
  font-size: 15px;
  color: #2C2C2C;
  margin-top: 5px;
}

.index-news .list .txt {
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.query{
  padding:40px 0;
  box-sizing: border-box;  
}
.query .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.query .list .item{
  padding:20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin:0 0 20px 0;
  position: relative;
}
.query .list .item .tt{
    font-size:20px;
    color:#000;
    font-weight: bold;
}
.blog{
  padding:40px 0;
  box-sizing: border-box;
}
.blog .top{
  display: flex;
  flex-wrap: nowrap;
 align-items: center;
 justify-content: space-between;
 margin:0 0 20px 0;
}
.blog  .top a{
    font-size:16px;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    box-sizing: border-box;
    background:#3388ff;
}
.blog .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.blog .list .item{
  padding:40px 25px 15px 25px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin:0 0 20px 0;
  position: relative;
}
.blog .list .item .hot{
  position:absolute;
  right:0;
  top:0;
  padding:5px 9px;
  background:red;
  color:#fff;
  font-size:12px;
}
.blog .list .item h3{
  font-size:18px;
  color:#000;
  font-weight: bold;
  margin:0 0 10px 0;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.blog .list .item .txt{
 font-size:14px;
  color:#000;
  margin:0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}


.blog .list .item .more{
  background: #3388ff;
  color: #fff;
  padding:10px 20px;
  text-align: center;
  font-weight: bold;
  font-size:18px;
  margin:10px 0 0;
  border-radius:10px;
  float:right;
  
}

.blog-detail{
  padding:40px 0;
  box-sizing: border-box;
}

.blog-detail h1{
  margin:20px 0 40px 0;
  font-size:26px;
  color:#000;
  font-weight: bold;
  line-height:30px;

}
.blog-detail .txt  p,.blog-detail .txt  span{
  font-size:16px;
  color:#000;
  line-height: 27px;
}
.blog-detail .txt h1,.blog-detail .txt h2,.blog-detail .txt h3{
  font-size:18px;
  color:#000;
}
.blog-detail .txt a{
    color:#3388ff;
}
.blog-detail .tags{
    font-size:16px;
    color:#000;
    margin:0 0 10px 0;
}
.blog-detail .tags a{
    margin:0 15px 0 0;
    font-size:14px;
    color:#000;
}

.related{
  padding:80px 0 0;
  box-sizing: border-box;
}
.related .top{
     display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin:0 0 20px 0;
}
.related .top h2{
    font-weight: bold;
    
}
.related .list{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.related .list .item{
    padding:30px;
    box-sizing: border-box;
    background:#fff;
    margin:0 0 20px;
    border-radius:20px;
}
.related .list .item .tt{
    font-size:20px;
    color:#000;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp:1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.related .list .item .time{
    font-size:14px;
    color:#999;
    display: block;
}


.contact{
  padding:40px 0;
 box-sizing: border-box;
}

.contact .form{
  /* margin:20px 0; */
  margin:40px 0;
}


.contact .form-group{
  width:100%;
  margin:0 0 20px 0;
}
.contact .form label{
  font-size:18px;
  color:#9E9E9E;
  margin:0 0 10px 0;
}
.contact .form .form-group label{
  width:100%;
  font-size:18px;
  color:#9E9E9E;
  margin:0;
} 
.contact  .form-check{
  padding:5px 0;
}
.contact .form-group input{
  height:35px;
  line-height: 35px;
  border-radius:6px;
}
.contact .form-group .area{
  display: block;
  width:100%;
  padding:15px;
  border-radius:6px;
  box-sizing: border-box;
  border:1px solid #ccc;
}
.contact .btn{
  width:100%;
  height:50px;
  line-height:50px;
  border-radius:6px;
  background: linear-gradient(to right, #0073ff, #61cdff);
  color: #fff;
  font-size:20px;
  padding:0;
  
}
.form-control:focus{
border:1px solid #242834;
}

.contact .form  .form-check{
  display: flex;
    align-items: center;
}
.contact .form .server{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom:15px;
}
.contact .form .server .form-check-input{
  margin-right:5px;
}
.contact .form .server  .form-check{
  margin-right:15px;
}

.contact .txt{
  font-size:18px;
  color:#9E9E9E;
  line-height:2;
}
.contact .txt p{
  display: block;

}






footer.footer {
  background: #F7FDFF;
  border-top: 1px solid #ccc;
}

.footer {
  padding: 40px 0;
  box-sizing: border-box;
  background: #000;
}
.footer .ft-nav {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .ft-nav a{
  color:#000;
  font-size:16px;
  margin-right:20px;
}
.footer h1,
.footer h2 {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.footer .logo img {
  width: 100%;
  height: auto;
}

.footer .ico {
  margin: 20px 0 0 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.footer .ico a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #999;
  border: 2px solid #999;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.footer .ft-txt {
  text-align: center;
}


@media only screen and (max-width: 750px) {
h1{
    font-size:26px;
}    
h2{
    font-size: 18px;
}
    
.index-category .list .wrap .btn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index-category .list .wrap .btn-box a{
    margin:5px 0;
}

.index-category .list .item{
    flex-wrap: wrap;
    justify-content: center;
}

}