.col-sm-6,
.col-xl-auto{
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:2em;
	}
	

	.col-md-4{-ms-flex:0 0 47.333333%;flex:0 0 47.333333%;max-width:47.333333%}
* {box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}


img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

ul, li, ol{
	margin: 0px;
	padding: 0px;
}

button:focus{
	outline: none !important;
}

body, html{
	width: 100%;
	height: 100%;
}

.btn-style-one{
	border: 1px solid #f7f7f7;
    text-transform: uppercase;
    color: #f7f7f7;
    padding: 0.2em 1em;
    background: #008ba8;
    letter-spacing: 0.2em;
    border-radius: 1em;
    font-weight: 500;
    font-size: 16px;
	margin: 1em 0 0 5em;
    
}
.btn-style-one:hover{
	background: #cde8ee;
	color: #191f1d;
}

.domain-for-sale-box{
	padding: 50px 0px;
}
.dim-list-left{
	width: 33%;
    float: left;
    margin: 1em;
}
.dim-list-right{
	width: 50%;
    float: right;
    margin: 3em 3em 0 0;
}
.dom-list{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    padding: 5px;
    height: 15em;
	border-radius: 15px;
}
.dom-list h6{
	padding: 10px 0px;
	margin: 0px;
}
.title-bar{
	margin-bottom: 30px;
}

.row{display:-ms-flexbox;
     display:flex;
	 -ms-flex-wrap:wrap;
	 flex-wrap:wrap;
	 margin-right:-15px;
	 margin-left:-15px
	 }
.liebiao {
    margin: 0px auto;
    width: 25%;
    border: 0px solid #e3e1e1;
    margin-bottom: 20px;
}
ul, li {
    list-style-type: none;
}
.liebiao li {
    height: 10%;
    /* border-bottom: 1px dotted #080808; */
    line-height: 45px;
    color: #000000;
}
.liebiao li a {
    float: left;
    text-decoration: none;
    font-size: 1.5em;
}
.liebiao li a, .dc dd a {
    width: 690px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #545456;
    background: url(../images/xxznico.png) no-repeat 5px center;
    padding-left: 15%;
}
.liebiao li span {
    float: right;
    margin-right: 20px;
}
