@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 1.4rem;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.none {
    display: none !important;
}

.center {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.seo-domain {
    margin: 0 0 30px;
    background-color: #fff;
}

.sd-h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
    padding: 0 24px;
    margin-bottom: 20px;
    border-left: 3px solid #3DB1EA;
}

.sd-c {
    color: #3DB1EA;
}

.sd-filter {
    border: 1px solid #DBDBDB;
    margin-bottom: 30px;
}

.sd-filter-item {
    padding: 10px 20px;
}

.sd-filter-title {
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.sd-filter-item-block {
    padding-left: 50px;
}

.sd-filter-item-block a {
    float: left;
    font-size: 14px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
}

.sd-filter-item-block .cur,
.sd-filter-item-block a:hover {
    color: #fff;
    background-color: #3DB1EA;
}

.sd-filter-result {
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #E9E9E9;
    border-top: 3px solid #3DB1EA;
}

.sd-filter-result a {
    float: left;
    font-size: 14px;
    margin: 0 20px 10px 0;
    padding: 10px 0;
}

.sd-filter-result a:hover {
    color: #3DB1EA;
    text-decoration: underline;
}

.sd-pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 0 4px;
    border-radius: 50%;
}

.sd-pager a:hover {
    color: #3DB1EA;
}

.sd-pager .active {
    color: #fff;
    background-color: #3DB1EA;
}

.sd-pager .next,
.sd-pager .prev,
.sd-pager .end,
.sd-pager .first {
    font-size: 18px;
    font-family: serif;
    font-weight: bold;
}

.left-col {
    float: left;
    width: 868px;
    padding: 0 24px 0 30px;
}

.right-col {
    margin-left: 922px;
    width: 250px;
    padding: 59px 0 20px;
}

.sd-banner img {
    display: block;
    max-width: 100%;
}

.sd-domain-h2 .sd-c {
    font-weight: bold;
    padding: 0 5px 0 0;
}

.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs a {
    color: #999;
    display: inline-block;
}

.breadcrumbs .cur,
.breadcrumbs a:hover {
    color: #3DB1EA;
}

.breadcrumbs .home {
    padding-left: 20px;
    background: url(../../images/chayuming/img-home.png) no-repeat left center;
}

.breadcrumbs span {
    color: #999;
    display: inline-block;
    padding: 0 2px;
}

.sd-pager-l {
    float: left;
    line-height: 30px;
}

.sd-pager-r {
    float: right;
}

.sd-pager-l .sd-c {
    margin: 0 5px;
    font-size: 12px;
}

.sd-search {
    margin-bottom: 20px;
}

.sd-search-input {
    display: inline-block;
    width: 260px;
    color: #555;
    border: 1px solid #E9E9E9;
    padding: 5px 15px;
}

.sd-search-btn {
    display: inline-block;
    border: none;
    background-color: #3DB1EA;
    color: #fff;
    height: 31px;
    line-height: 31px;
    padding: 0 20px;
    margin-left: 6px;
}

.sd-search-btn:hover {
    background-color: #359acb;
}

.sd-domain-items {
    margin-bottom: 20px;
}

.domain-item {
    position: relative;
    padding: 0 22px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.domain-item:hover {
    background-color: #FFFCF4;
}

.domain-item-l {
    float: left;
    width: 49%;
}

.domain-name {
    margin-bottom: 5px;
}

.domain-name span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
}

.domain-name .reg-n {
    font-size: 12px;
    background-color: #5DC26E;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
}

.domain-name .reg-y {
    font-size: 12px;
    background-color: #D5D5D5;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
}

.domain-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.domain-item-r {
    float: right;
    /* margin-top: 14px; */
}

.domain-price {
    color: #000;
}

.domain-price-bold {
    font-size: 18px;
    font-weight: bold;
}

.domain-item-btn {
    color: #3DB1EA;
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #3DB1EA;
    border-radius: 15px;
    margin: 0 10px;
}

.domain-item-btn:hover {
    background-color: #3DB1EA;
    color: #fff;
}

.domain-link a {
    font-size: 12px;
}

.domain-link a:hover {
    text-decoration: underline;
}

.sd-area-info {
    padding: 0 22px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.sd-area-title {
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 10px;
}

.sd-area-content,
.sd-area-content p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    text-align: justify;
    line-height: 22px;
}

.domain-item-main {
    padding: 12px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.domain-item-info {
    padding: 12px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.domain-item-info-p {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
}

.domain-item-info-p .label {
    color: #333;
}

.domain-item-info-title {
    font-size: 12px;
    line-height: 22px;
}

.domain-item>.domain-item-info:last-child {
    border-bottom: none;
}

/**/

.sd-case-list-h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sd-related-case {
    margin-top: 30px;
}

.sd-related-case-list {
    font-size: 0;
}

.sd-related-case-list a {
    font-size: 14px;
    color: #00A0E9;
    display: inline-block;
    margin: 0 15px 10px 0;
}

.sd-related-case-list a:hover {
    text-decoration: underline;
}

/**/

.dialog-pop {
    display: none !important;
}

.mask {
    display: none !important;
}

.sd-ad-l {
    height: 90px;
    background-color: #eee;
}

.sd-ad-r {
    height: 250px;
    background-color: #eee;
}