.sk-content{ margin: auto; max-width: 1024px; padding: 75px 0; }
.sk-whois-form{ padding:0 0 30px 50px; }
.sk-whois-icon img{ display: block; width: auto; height: 90px; }
.sk-whois-text{ font-size: 26px; line-height: 48px; height: 48px; padding: 20px 26px 0 26px; }
.sk-whois-input { border: solid 2px #2aa0ea; width: 580px; margin-top: 20px; }
.sk-whois-input .sk-whois-text{  height: 48px; border:0; background: unset; padding: 0px 15px; box-sizing: border-box; width: 456px; font-size: 16px; }
.sk-whois-input .sk-whois-btn{ height: 48px; border:0; background: #2aa0ea; color: #fff; width: 120px; font-size: 16px; cursor: pointer; text-align: center; letter-spacing: 6px; }
.sk-whois-input .sk-whois-btn:hover{ background: #088de0; }

.sk-cha-content-title{ height: 35px; line-height: 35px; font-size: 18px; background: #f1f1f1; }
.sk-cha-content-title span{ background:  #2aa0ea; color: #fff;display: inline-block; padding:0 18px; height: 35px; text-align: center; }

.sk-cha-default{ padding: 130px 0 230px; text-align: center; font-size: 32px; color: #d3d3d3; letter-spacing: 2px; line-height: 48px; }

.sk-cha-content{ }
.sk-cha-table{ padding: 8px 0 12px 0; }
.sk-whois-table{ border-spacing: 0; border-collapse: collapse; width: 100%; }
.sk-whois-table td{ padding: 10px 0 10px 20px; border: 1px solid #e6e6e6; font-size: 14px; text-align: left; }
.sk-whois-table .thead{ padding-right: 20px; width: 230px; text-align: right; color: #888; background: #fafafa;  }

.sk-whois-dataCon{ margin-top: 20px; }
.sk-whois-datatext{ border:1px solid #ddd; border-radius: 1px; margin-top: 8px; font-size: 14px; color: #716e6e; position: relative; }
.sk-whois-datatext pre{ padding: 12px; height: 350px; overflow: hidden; word-wrap:break-word; line-height: 2; }

.sk-more{ position: absolute; z-index: 9999; bottom: 0px; width: 100%; padding-top: 160px; padding-bottom: 6px; background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff)); background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%); }
.sk-more a{ display: block; padding: 5px; text-align: center; color: #999; }

.sk-cha-intro{ padding-top: 30px; }
.sk-cha-intro-xian{ height: 3px; width: 100%; background: #ddd; }
.sk-cha-intro-xian span{ display: block; background: #2aa0ea; height: 3px; width: 110px; }
.sk-cha-intro-title{ padding: 8px 5px; display: inline-block; font-size: 20px; }
.sk-cha-intro-content{ font-size: 16px; line-height: 26px; color: #666; padding: 5px; }

.sk-cha-a{ text-decoration: underline; color: #f7a50b; }

@media ( max-width: 640px){
.sk-whois-form{ padding: 0 10px 30px 10px }
.sk-whois-input{ width: 100%; }
.sk-whois-input .sk-whois-text{ width: calc( 100% - 120px); }
.sk-cha-default{ font-size: 24px; }
.sk-whois-table td{ padding: 5px; }
.sk-whois-datatext pre{ word-wrap:break-word; }
}
@media ( max-width: 375px){
.sk-whois-input .sk-whois-btn{ width: 70px; }
.sk-whois-input .sk-whois-text{ width: calc( 100% - 70px); }
.sk-content{ padding: 35px 0; }
}