@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-size: 14px; }
body, input, button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; }
.cl { clear: both; }
ul, li { list-style: none; }
@media only screen and (max-width:1200px) {
.container { margin: 30px auto 40px auto; width: 100%; }
#search { width: 96%; margin: 0 auto; font-weight: 200; padding: 5px 0; }
#tab { position: relative; width: 96%; margin: 15px auto 0; }
.module { width: 96%; margin: 10px auto 0; }
.texttips { text-align: center; padding: 30px 0 20px; }
.texttips p:nth-child(1) { font-size: 18px; }
.texttips p:nth-child(2) { color: #666; padding-top: 10px; }
}
@media only screen and (min-width:1200px) {
.container { margin: 30px auto 40px auto; width: 1200px; }
#search { width: 75%; margin: 0 auto; font-weight: 200; padding: 5px 0; }
#tab { position: relative; width: 75%; margin: 15px auto 0; }
.module { width: 75%; margin: 15px auto 0; }
.texttips { text-align: center; padding: 30px 0 40px; }
.texttips p:nth-child(1) { font-size: 24px; }
.texttips p:nth-child(2) { font-size: 14px; color: #666; padding-top: 10px; }
}
a { color: #4183c4; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
input[type=text], input[type=password] { font-size: 13px; min-height: 32px; margin: 0; padding: 7px 8px; outline: none; color: #333; background-color: #fff; background-repeat: no-repeat; background-position: right center; border: 1px solid #ccc; border-radius: 3px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.075); -moz-box-sizing: border-box; transition: all 0.15s ease-in; -webkit-transition: all 0.15s ease-in 0; vertical-align: middle; }
.button { position: relative; display: inline-block; margin: 0; padding: 8px 15px; font-size: 13px; font-weight: bold; color: #333; text-shadow: 0 1px 0 rgba(255,255,255,0.9); white-space: nowrap; background-color: #eaeaea; background-image: -moz-linear-gradient(#fafafa, #eaeaea); background-image: -webkit-linear-gradient(#fafafa, #eaeaea); background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; border-radius: 3px; border: 1px solid #ddd; border-bottom-color: #c5c5c5; box-shadow: 0 1px 3px rgba(0,0,0,.05); vertical-align: middle; cursor: pointer; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-appearance: none; }
.button:hover, .button:active { background-position: 0 -15px; border-color: #ccc #ccc #b5b5b5; }
.button:active { background-color: #dadada; border-color: #b5b5b5; background-image: none; box-shadow: inset 0 3px 5px rgba(0,0,0,.15); }
.button:focus, input[type=text]:focus, input[type=password]:focus { outline: none; border-color: #51a7e8; box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5); }
label[for=search] { display: block; text-align: left; }
#search label { font-weight: 200; padding: 5px 0; }
#search input[type=text] { font-size: 18px; width: 80%; float: left; }
#search .button { padding: 10px; background: #3e8ddd; color: #fff; border-radius: 4px; cursor: pointer; width: 19%; float: right; }
#tab .tabList { width: 100%; height: 50px; background-color: #fff; line-height: 48px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0px auto; }
#tab .tabList ul li { float: left; font-size: 16px; color: #666; cursor: pointer; width: 50%; text-align: center; }
#tab .tabCon { position: absolute; width: 100%; height: auto; background: #fafafa; }
#tab .tabCon div { width: 100%; font-size: 14px; border-radius: 4px; height: auto; position: absolute; opacity: 0; filter: alpha(opacity=0); line-height: 2; margin-top: 40px; }
#tab .tabCon div img { max-width: 70%; }
#tab .tabCon div .tabtext { text-align: left; }
#tab .tabCon div .tabjj { text-align: left; color: #999; margin-left: 10px; margin-top: 5px; }
#tab .tabCon div .tabimg { text-align: center; margin: 10px auto 40px; }
#tab .tabList li.cur { color: #3e8ddd; height: 48px; display: inline-block; border-bottom: 2px solid #3e8ddd; }
#tab .tabCon div.cur { opacity: 1; filter: alpha(opacity=100); }
.module { background: #fff; }
.whois_info { padding: 0 10px; border: 1px solid #d9d9d9; line-height: 2; }
.whois_info .wi_title { color: #303030; padding: 5px; border-bottom: 1px solid #9ab5fa; }
.whois_info .wi_title i { background: #1657ff; width: 3px; height: 12px; padding-top: 2px; margin-right: 5px; display: inline-block }
.whois_info .wi_title span { font-weight: 700; color: #006cff }
.whois_info .wi_box { padding: 10px 5px; }
.whois_info .wi_txt { line-height: 2; color: #272727; }
.whois_info .wi_txt label { display: inline-block; vertical-align: top; }
.whois_info .wi_txt p { display: inline-block; }
.whois_info .wi_txt img { max-width:100%;}
.whois_info .line { margin: 5px 0; border-bottom: 1px dashed #d2d2d2 }
