﻿@charset "utf-8";
/* CSS Document */
html,body,div,p,ul,li,ol,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,input,fieldset,legend,optgroup,select,table,textarea {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:arail,宋体;
	color:#393834;
}
html,body {
	height:100%;
}
a img,img {
	border:0;
	vertical-align:middle;
}
a {
	text-decoration:none;
	color:#393834;
}
a:hover {
	color:#d30c0c;
}
/*ff*/
a:focus {
	outline-style:none;
}
/*ie*/
a,area {
	blr:expression(this.onFocus=this.blur());919
}
ul li {
	list-style:none;
}
table {
	border-collapse:collapse;
}
input,select {
	vertical-align:middle;
}
th{
	white-space:nowrap;
}
td{
	word-break:break-all;

}
/*----清除浮动1----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/*浮动*/
.float {
	float:left;
}
/*字体颜色*/
.fontOrange {
	color:#d51212;
}
.fontRed {
	color:#ed4500;
}
.blueLink,.blueLink:hover {
	color:#145eb8;
}
.fontRed2 {
	color:#bf1414;
}
.fontBlue {
	color:#3a67c2;
}
.fontGray {
	color:#868686;
}
.linkBlue {
	color:#3a67c2;
	text-decoration:underline;
}
/*按钮*/

.btn3,.btn8 {
	display:inline-block;
	width:52px;
	height:24px;
	line-height:24px;
	color:#200;
	font-weight:700;
	text-align:center;
	background:url(../images/btn3.gif) no-repeat left top;
}
.btn3:hover,.btn8:hover {
	color:#000;
}
.btn8 {
	width:62px;
	height:24px;
	line-height:24px;
	font-size:12px;
	background:url(../images/btn8.gif) no-repeat left top;
}

/*红色 2个字*/
.btn1 {
	display:inline-block;
	width:52px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	text-align:center;
	background:url(../images/btn1.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
/*红色 3个字*/
.btn2 {
	display:inline-block;
	width:66px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	text-align:center;
	background:url(../images/btn2.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
/*红色 4个字*/
.btn4 {
	display:inline-block;
	width:78px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	text-align:center;
	background:url(../images/btn4.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
/*红色 6个字*/
.btnnew {
	display:inline-block;
	width:86px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	text-align:center;
	background:url(../images/log3.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
.btn1:hover,.btn2:hover,.btn4:hover,.btn6:hover,.btnnew:hover {
	color:#fff;
}
/*红色大按钮*/
.btn6 {
	display:inline-block;
	width:63px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-weight:700;
	color:#fff;
	font-size:14px;
	background:url(../images/btn6.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
/*灰色*/
.btn5 {
	display:inline-block;
	width:52px;
	height:24px;
	line-height:24px;
	color:#61616b;
	font-weight:700;
	text-align:center;
	background:url(../images/btn5.gif) no-repeat left top;
	cursor: pointer;
    cursor: hand;
}
.btn5:hover {
	color:#fff;
	background:url(../images/btn1.gif) no-repeat left top;
}

.btn5_1 {
	display:inline-block;
	width:52px;
	height:24px;
	line-height:24px;
	color:#61616b;
	font-weight:700;
	text-align:center;
	background:url(../images/btn5.gif) no-repeat left top;
	
}
.btn5_1:hover{
         color:#61616b;
          cursor: pointer;
}


/*即时通信开始*/
.asks {
	position:absolute;
	right:0;
	top:300px;
}
.imBox {
	width:31px;
}
.im {
	width:122px;
	height:170px;
	background:#f3f3f3;
	border:1px solid #a51818;
	padding:1px;
	position:absolute;
	right:0;
	top:0;
	z-index:999999;
	display:none;
}
.im .tit {
	height:27px;
	line-height:27px;
	background:#a51818;
	color:#fff;
}
.im .tit span {
	float:left;
	margin-left:10px;
}
.im .tit .close {
	float:right;
	margin:8px 10px 0 0;
}
.im .con ul li {
	line-height:25px;
	padding-left:10px;
	background:url(../images/im_icon.gif) no-repeat left center;
}
.im .con .tel {
	width:85%;
	margin:10px auto 0 auto;
	border:1px solid #a5a5a5;
	background:#fff;
	line-height:18px;
	padding:2px 5px;
}
.im .fontRed {
	color:#a51818;
	font-weight:700;
}
/*弹出对话框*/
.askBox,.askBox2 {
	width:641px;
	_width:651px;
	height:461px;
	overflow:hidden;
	position:absolute;
	right:150px;
	top:-200px;
	background:#EDF1F4;
	border:1px solid #9cafc4;
	display:none;
}

.askBox .tit,.askBox2 .tit {
	height:77px;
	background:url(../images/askbox_tit.gif) repeat-x left top;
}
.askBox .tit .logo2,.askBox2 .tit .logo2 {
	float:left;
	margin-left:10px;
}
.askBox .tit .close,.askBox .tit .list,.askBox2 .tit .close,.askBox2 .tit .list {
	float:right;
}
.askBox .tit .close,.askBox2 .tit .close {
	height:40px;
	line-height:40px;
	margin-right:10px;
	_height:30px;
	_line-height:30px;
	_margin-top:10px;
}
.askBox .tit .list,.askBox2 .tit .list {
	clear:right;
	width:357px;
	background:url(../images/askbox_nav.gif) repeat-x left top;
}
.askBox .tit .list li,.askBox2 .tit .list li {
	float:left;
	height:26px;
	line-height:26px;
	width:81px;
	text-align:center;
	border-left:1px solid #a9a7a7;
}
.askBox .tit .list .on,.askBox2 .tit .list .on {
	background:url(../images/askbox_nav_on.gif) no-repeat left top;
	border:0;
}
.askBox .tit .list .on a,.askBox2 .tit .list .on a {
	color:#fff;
}
.askBox .con,.askBox2 .con {
	margin:10px 5px 10px 10px;
	float:left;
}
.askBox .ask,.askBox2 .ask {
	width:460px;
	height:348px;
	float:left;
	border:1px solid #999999;
	background:#fff;
}
.askBox .info,.askBox2 .info {
	float:left;
	margin-left:8px;
	width:153px;
}
.askBox .ask .say ,.askBox2 .ask .say {
	height:199px;
	overflow:auto;
	margin:10px;
	color:#000;
}
.ask .say .we {
	padding:10px;
	background:#eee;
	border:1px solid #ccc;
	width:80%;
	margin:10px;
	color:#000;
}
.ask .say ul li {
	line-height:20px;
}
.ask .say ul li .date {
	color:#996633;
}
.ask .say ul .per1 p {
	color:#0000ff;
}
.ask .say ul .per1 .word {
	margin-left:20px;
}
.askBox .ask .oper ,.askBox2 .ask .oper {
	height:30px;
	line-height:30px;
	width:100%;
	background:url(../images/askbox_oper.gif) repeat-x left top;
}
.ask .oper ul li {
	float:left;
	margin-left:10px;
}
.ask .oper .question {
	float:right;
	margin-right:22px;
	padding-left:15px;
	background:url(../images/askbox_icon7.gif) no-repeat left 6px;
}
.ask .answer .text {
	float:left;
	width:320px;
	border-top:1px solid #abadb3;
	border-bottom:1px solid #e3e9ef;
	height:80px;
	overflow:auto;
	line-height:20px;
	margin-top:10px;
}
.textareas {
	width:320px;
	height:78px;
	border:0;
	overflow:auto;
}
.ask .answer .btn {
	float:right;
	width:95px;
	height:54px;
	margin:10px 15px 0 0;
}
.ask .answer .btn a {
	float:left;
	height:100%;
}
.ask .answer .btn .fs {
	width:71px;
	background:url(../images/askbox_fs.gif) no-repeat left top;
}
.ask .answer .btn .se {
	width:23px;
	background:url(../images/askbox_se.gif) no-repeat left top;
}
.askBox .info .pInfo,.askBox2 .info .pInfo {
	width:150px;
	height:207px;
	overflow:hidden;
	border:1px solid #999;
	line-height:30px;
	background:#fff;
}
.askBox .info .pInfo table,.askBox2 .info .pInfo table {
	width:90%;
	margin:0 auto;
}
.askBox .info .pInfo table .ma,.askBox2 .info .pInfo table .ma {
	color:#0066CC;
	word-break:break-all;
	word-wrap:break-word;
	width:85px;
}
.askBox .info .askImg,.askBox2 .info .askImg {
	margin-top:10px;
}
.askBox .vip,.askBox2 .vip {
	float:right;
	margin-right:10px;
	*margin-top:-1px;
}

/*即时通信结束*/
/*页面结构开始*/
.wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
	padding-right:20px;
}
.head {
	width:100%;
	height:88px;
	margin:0 auto;
	background:url(../images/head_bg.gif) no-repeat left bottom;
}
.center {
	width:100%;
}
.footer {
	clear:both;
	width:100%;
	padding:26px 0 10px 0;
	margin:0 auto;
	background:url(../images/footer.gif) no-repeat left 10px;
	position:relative;
}
/*页面结构结束*/
/*底部*/
.footer .linkMes {
	width:100%;
	float:left;
	background:#f4f4f4;
	padding:10px 0;
}
.footer .list {
	width:115px;
	float:left;
	display:inline;
	padding:0 0 0 35px;
	margin-left:13px;
	text-indent:5px;
}
.footer .t1 {
	background:url(../images/footer1.gif) no-repeat left top;
}
.footer .t2 {
	background:url(../images/footer2.gif) no-repeat 5px top;
}
.footer .t3 {
	background:url(../images/footer3.gif) no-repeat left top;
}
.footer .t4 {
	background:url(../images/footer4.gif) no-repeat left top;
}
.footer .t5 {
	background:url(../images/footer5.gif) no-repeat left top;
}
.footer .t6{
	background:url(../images/newscenter.jpg) no-repeat -5px top;
}

.footer .list .tit {
	height:30px;
	line-height:30px;
	font-weight:700;
	font-size:12px;
	color:#606060;
	border-bottom:1px solid #e5e5e5;
}
.footer .con ul li {
	line-height:23px;
}
/*相关连接*/
.aboutLink {
	clear:both;
	width:100%;
	text-align:center;
	padding:15px 0 10px 0;
	color:#393939;
}
.aboutLink a {
	color:#393939;
	padding:0 8px 0 3px;
	background:url(../images/ymfw_cut.gif) no-repeat right center;
}
.aboutLink .end {
	background:none;
}
.other,.friendLink {
	width:100%;
	text-align:center;
	margin-top:10px;
	color:#606060;
}
.friendLink a {
	margin-right:10px;
}
.friendLink a img {
	vertical-align:middle;
}
/*footer 结束*/

/*头部开始*/
.headR {
	height:100%;
	width:100%;
	background:url(../images/head_bg2.gif) no-repeat right bottom;
}
.head h1{
	width:314px;
	height:100%;
	float:left;
	padding-left:10px;
}
.head .userOperate {
	float:right;
	display:inline;
	margin:8px 10px 0 0;
}
.userOperate .opers li {
	float:right;
}
/*购物车*/
.gwc {
	position:relative;
	z-index:2;
}
.userOperate .buyBike {
	width:90px;
	height:21px;
	line-height:21px;
	padding-left:22px;
	border:1px solid #c9c7c7;
	margin-left:10px;
	background:url(../images/top_buy2.gif) no-repeat 3px center;
}
.userOperate .buyBikeOn {
	border:1px solid #a10000;
}
.buyBike .buy:hover,.buyOn {
	color:#a10000;
}
.buyBike .buy strong {
	display:inline-block;
	width:20px;
	text-align:center;
}
.buyBike .btn {
	width:7px;
	height:4px;
	font-size:0;
	display:block;
	background:url(../images/buy_btn1.gif) no-repeat left top;
	position:absolute;
	right:5px;
	top:10px;
}
.buyBike .btnClose {
	background:url(../images/buy_btn2.gif) no-repeat left top;
}
/*层 .gwc */
.buyList {
	position:absolute;
	right:0;
	top:25px;
	width:365px;
	border:1px solid #c22222;
	background:#fff url(../images/buy_list_bg.gif) repeat-x left top;
	z-index:999;
	display:none;
}
.buyList table {
	width:90%;
	margin:0 auto;
	line-height:25px;
}
.buyList table th {
	height:32px;
	line-height:32px;
	text-align:left;
	background:url(../images/buy_list_bg.gif) repeat-x left top;
}
.buyList table tr td {
	border-bottom:1px dashed #c9c9c9;
}
.buyList .tj {
	line-height:30px;
	width:90%;
	margin:0 auto;

}
.buyList .tj p {
	float:left;
}
.buyList .tj .cp {
	margin-right:24px;
}
.buyList .tj .btn {
	float:right;
	margin-top:2px;
}

/*注册 找回密码*/
.userOperate .rp a {
	height:22px;
	line-height:22px;
	display:inline-block;
	margin-left:8px;
	color:#96131e;
}
.userOperate .rp .pas {
	padding-left:10px;
	background:url(../images/navsec_cut.gif) no-repeat left center;
}
/*输入框*/
.userLogin input {
	width:90px;
	height:21px;
	line-height:21px;
	border:1px solid #dfdfdf;
}
.userLogin a {
	display:inline-block;
	width:41px;
	height:21px;
	line-height:21px;
	background:url(../images/login_btn.gif) no-repeat left top;
	text-indent:-9999px;
}
/*客服热线*/
.head .tel {
	height:45px;
	line-height:40px;
	float:right;
	clear:both;
	padding:10px 0 0 40px;
	background:url(../images/tel.gif) no-repeat left 3px;
}
.head .tel strong {
	font-size:18px;
}
/*我的账户 已登录页头*/
.userOperate .rp2 {
	height:22px;
	line-height:22px;
	color:#acacac;
}
/*头部结束*/
/*nav 开始*/
.nav {
	margin-top:10px;
	width:100%;
	height:70px;
	background:url(../images/nav_r.gif) no-repeat right top;
	position:relative;
}
.navL {
	width:100%;
	height:100%;
	background:url(../images/nav_l.gif) no-repeat left top;
}
.nav ul li {
	float:left;
}
.nav .navFir,.nav .navSec {
	clear:both;
}
/*一级导航*/
.nav .navFir {
	margin-left:10px;
}
.nav .navFir li {
	height:35px;
	line-height:35px;
	padding-right:2px;
	background:url(../images/nav_cut.gif) no-repeat right top;
}
.nav .navFir li a {
	float:left;
}
.nav .navFir .end {
	background:none;
}
.nav .navFir .na {
	float:left;
	height:35px;
	line-height:35px;
	padding:0 20px;
	color:#fff;
	font-weight:700;
	font-size:14px;
}

.nav .navFir .on .na {
	background:url(../images/nav_on.gif) repeat-x left top;
}
/*二级导航*/
.nav .navSec {
	height:32px;
	line-height:32px;
	width:600px;
	position:absolute;
	top:35px;
	left:30px;
	display:none;
}
.nav .navSec li {
	padding:0 11px 0 10px;
	background:url(../images/navsec_cut.gif) no-repeat right center;
}
.nav .navSec li a {
	color:#7f7f7f;
}
.nav .navSec li a:hover {
	color:#d30c0c;
}
.nav .navFir .on .navSec {
	display:block;
}
.nav .navSec .end {
	background:none;
}
.cur {
	float:left;
	clear:left;
	display:inline;
	margin:10px 0 0 40px;
	color:#7f7f7f;
}
.nav .navSec .on1 a {
	color:#d30c0c;
}
#navSecNow {
	display:none;
}
/*二级导航位置控制 start*/
.nav .nf2 .navSec {
	left:250px;
}
.nav .nf3 .navSec {
	left:200px;
}
.nav .nf4 .navSec {
	left:300px;
}
.nav .nf5 .navSec {
	left:470px;
}
.nav .nf6 .navSec {
	left:420px;
	width:750px;
}
.nav .nf7 .navSec {
left:680px;
	width:340px;	
}
.nav .nf8 .navSec {
	
	left:650px;
	width:420px;
}
/*二级导航位置控制 end*/
/*nav 结束*/
/*首页内容部分开始*/
/*.main {
	margin-top:10px;
}
*/.mainLeft {
	width:717px;
	float:left;
}
.mainRight {
	margin-left:727px;
	background:#ccc;
}
/*首页banner1*/
.banner1 {
	width:713px;
	height:250px;
	border:1px solid #d9d9d9;
	padding:1px;
	margin-top:10px;
}
.banner1 .lists {
}
.banner1 .lists ul li {
	float:left;
	border-right:1px solid #fff;
	width:177px;
	height:31px;
	line-height:31px;
	background:#bfc1c1;
	text-align:center;
	font-weight:700;
}
.banner1 .lists ul .end {
	border:0;
	padding-right:2px;
}
.banner1 .lists ul li a {
	width:100%;
	display:block;
}
.banner1 .lists ul li a:hover {
	color:#393834;
}
.banner1 .lists ul .on {
	background:#d9dcd8;
}

/*滚动效果辅助样式*/
.banner1 .banners a img,.banner1 .mes p {
	display:none;
}
/*首页面模块框架*/
.box {
	float:left;
	width:100%;
	margin-top:10px;
	border:1px solid #cbcbcb;
}
.box .tit {
	width:100%;
	height:31px;
	line-height:31px;
	background:url(../images/zjfw_tit.gif) repeat-x left bottom;
}
.box .titmy {
	width:100%;
	height:31px;
	line-height:31px;
	background:url(../images/myimg_03.gif) repeat-x left bottom;
}
.box .titL {
	height:100%;
	width:100%;
}
.box .titName {
	padding-left:20px;
	display:inline-block;
	background:url(../images/zjfw_tit_icon.gif) no-repeat 10px 8px;
}
.box .titName2 {
	padding-left:25px;
	display:inline-block;
	background:url(../images/myicon_06.gif) no-repeat 10px 10px;
}
.box .con {
	width:100%;
}

/*详细内容--域名服务*/
.domain {
	margin-top:10px;
	float:left;
	width:100%;
}
.domain .tit {
	height:29px;
	background:url(../images/ymfw_tit.gif) repeat-x left top;
}
.domain .tit .titL {
	height:100%;
}
.domain .tit strong {
	margin:0 20px 0 10px;
	color:#fff;
	font-size:14px;
	display:inline-block;
	width:96px;
	height:29px;
	line-height:29px;
	text-align:center;
	background:url(../images/ymfw_tit_on.gif) no-repeat left top;
}
.domain .tit a {
	padding:0 7px 0 3px;
	color:#6f6f6f;
	background:url(../images/ymfw_cut.gif) no-repeat right 0;
}
.domain .tit .end {
	background:none;
}
.domain .con {
	width:715px;
	overflow:hidden;
	border:1px solid #d2d2d4;
	border-top:0;

}
/*搜索*/
.check {
	height:52px;
	line-height:52px;
	width:515px;
	margin:20px auto 10px auto;
}
.check span,.check a {
	float:left;
}
.check .www {
	height:100%;
	width:64px;
	text-indent:-9999px;
	background:url(../images/ymfw_www.gif) no-repeat left -1px;
}
.check .inputs {
	width:373px;
	height:52px;
	line-height:52px;
	background:url(../images/ymfw_input.gif) no-repeat left top;
}
.check .inputs input {
	height:20px;
	line-height:20px;
	width:270px;
	margin:18px 0 0 15px;
	border:0;
	font-size:14px;
}

.check .indexxialakuang {
	width:373px;
	height:52px;
	line-height:52px;
	background:url(../images/ymfw_input.gif) no-repeat left top;
}
.check .indexxialakuang input {
	height:20px;
	line-height:20px;
	width:270px;
	margin:15px 0 0 15px;!important;
	margin:18px 0 0 15px;
	border:0;
	font-size:14px;
}




.check .ok {
	width:52px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	margin:15px 0 0 0;
	text-align:center;
	background:url(../images/btn1.gif) no-repeat left top;
}
.check .ok:hover {
	color:#fff;
}
/*复选框*/
.ymxx {
	padding:10px 30px 10px 50px;
	background:url(../images/ymfw_ym_bg.gif) repeat-x left top;
}
.tab {
	width:100%;
	line-height:20px;
	color:#003b3b;
}
/*信息*/
.message {
	margin:10px 0 0 40px;
}
/*域名服务结束*/
/*主机服务 企业邮箱*/
.host .tit strong,.mail .tit strong {
	color:#505050;
	font-size:14px;
}
.host .tit a,.mail .tit a {
	padding:0 8px 0 2px;
	color:#6f6f6f;
	background:url(../images/ymfw_cut.gif) no-repeat right 0;
}
.host .tit .end,.mail .tit .end {
	background:none;
}
/*主机服务详细*/
.host .adv {
	float:left;
	width:211px;
	height:210px;
	padding:5px;
	margin:5px 0 0 10px;
	display:inline;
	background:url(../images/zjfw_box.gif) no-repeat left top;
	overflow:hidden;
}

.host .adv2 {
	margin:5px 8px 0 8px;
}
.host .buy2 {
	margin:10px 0 0 70px;
	float:left;
	display:none;
}
.host .on {
	background:url(../images/zjfw_box_on.gif) no-repeat left top;
}
.mail .adv {
	height:200px;
}

/*主机服务 企业邮箱 结束*/
/*我的账户促销活动*/
.host .advmy {
	float:left;
	width:232px;
	height:165px;
	padding:5px;
	margin:5px 0 0 3px;
	display:inline;
    overflow:hidden;
}
.host .advmy img{
   border:solid 1px #d2d2d4;
}
.host .advmy p {
	 text-align:center;
	 line-height:25px;
	 font-weight:bold;

}
/*我的账户促销活动结束*/
/*buy相关按钮*/
.buy1 {
	display:inline-block;
	width:80px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#61616b;
	font-weight:700;
	background:url(../images/buy2.gif) no-repeat left top;
	border:none;
}
.buy2 {
	display:inline-block;
	width:80px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#61616b;
	font-weight:700;
	background:url(../images/buy2.gif) no-repeat left top;
}
.buy2:hover {
	color:#fff;
	background:url(../images/buy5.gif) no-repeat left top;
}
.buy3,.buy5 {
	display:inline-block;
	width:78px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#fff;
	font-weight:700;
	background:url(../images/buy3.gif) no-repeat left top;
	border:none;
}
.buy5 {
	background:url(../images/buy5.gif) no-repeat left top;
}
.buy3:hover,.buy5:hover {
	color:#fff;
}
.buy5_0{
display:inline-block;
width:78px;
height:26px;
line-height:26px;
text-align:center;
color:#666;
font-weight:700;
background:url(../images/buy2.gif) no-repeat left top;
}

/*首页-免费注册 登录按钮*/
.oper{
	float:left;
	margin-top:10px;
}
.regBtn,.loginBtn,.loginBtnnew {
	float:left;
	width:123px;
	height:36px;
	line-height:36px;
	text-indent:-9999px;
	background:url(../images/reg.gif) no-repeat left top;
}
.loginBtnnew {
	margin-left:7px;
	background:url(../images/button-login_03.jpg) no-repeat left top;
}
.regBtn:hover {
	background:url(../images/reg2.gif) no-repeat left top;
}
.loginBtn {
	margin-left:7px;
	background:url(../images/login_btn1.gif) no-repeat left top;
}
.loginBtnOff {
	margin-left:7px;
	background:url(../images/login_btn2.gif) no-repeat left top;
}
.loginBtn:hover {
	background:url(../images/login_btn1.gif) no-repeat left top;
}
/*促销活动*/
.sales .tit {
	height:29px;
	line-height:29px;
	background:url(../images/cxhd_tit.gif) repeat-x left -1px;
}
.sales .tit a {
	height:100%;
	float:left;
	padding:0 15px;
	color:#000000;
	border-right:1px solid #d6d6d6;
}
.sales .tit .on {
	background:#fff;
	font-weight:700;
	color:#801109;
}
.sales .con {
	
	display:none;
}
.sales #con1 {
	display:block;
}
.sales .con ul {
	padding-top:8px;
}
.sales .con ul li,.listDate li {
	width:85%;
	margin:0 auto;
	height:25px;
	line-height:25px;
	*height:23px;
	*line-height:23px;
	padding-left:15px;
	background:url(../images/icon.gif) no-repeat 3px center;
}
.sales .con ul li a,.listDate li a {
	float:left;
}
.sales .con ul li span,.listDate li span {
	float:right;
}
.sales .more {
	text-align:right;
	padding:5px 13px 5px 0;
}
/*广告*/
.advs a {
	float:left;
	padding:10px 0 1px 0;
}

/*销售排行*/
.sell {
	float:left;
	width:100%;
	margin-top:10px;
	background:url(../images/xsph_con.gif) repeat-y left top;
}
.sell .tit {
	height:40px;
	line-height:45px;
	font-weight:700;
	text-indent:30px;
	font-size:14px;
	background:url(../images/xsph_tit.gif) no-repeat 0 top;
}
.sell .tit span {
	color:#ac0f1b;
}
.sell .con {
	margin-top:-5px;
}
.sell .bot {
	height:5px;
	background:url(../images/xsph_bot.gif) no-repeat left bottom;
}
.se {
	width:241px;
	margin:0 auto;
	background:url(../images/xsph_con_t.gif) no-repeat left top;
}
.se p {
	line-height:24px;
	width:90%;
	margin:0 auto;
}
.se .st {
	font-weight:700;
}
/*热点问题*/
.hot {
	border:1px solid #e4e4e4;
	padding:1px;
}
.hot .tit {
	height:27px;
	line-height:27px;
	background:url(../images/rdwt_tit.gif) repeat-x left top;
}
.hot .tit strong {
	float:left;
	color:#fff;
	margin-left:15px;
}
.hot .tit .more {
	float:right;
	height:100%;
	padding:0 10px;
	background:#cc5151;
	color:#fff;
}
.hotQue {
	margin:5px 0;
}
.hotQue li {
	width:85%;
	margin:0 auto;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:url(../images/icon2.gif) no-repeat 3px center;
}
.hotQue li a {
	float:left;
}
.hotQue li span {
	float:right;
}
/*首页内容部分结束*/

/*内容页左右布局*/
/*左窄右宽*/
.conLeft {
	width:214px;
	float:left;
}
/**
.conRight {
	margin-left:224px;
}
**/

.conRight {
	float:left;
	width:757px; padding-left:5px;_padding-left:0px;
	margin-left:2px;
	_margin-left:2px;
}
/*左宽右窄 查询结果*/
.conLeft2 {
	width:758px;
	float:left;
}
.conRight2 {
	margin-left:768px;
}
/*域名服务--英文域名*/
.nameEn .tit,.product .tit {
	height:26px;
	line-height:26px;
}
.nameEn .tit .titName,.product .tit .titName {
	background:url(../images/ywym_tit_icon.gif) no-repeat 10px 6px;
}
.nameEn .con ul li {
	height:26px;
	line-height:26px;
	padding-bottom:1px;
	text-indent:25px;
	border-top:1px solid #e4e4e4;
	padding:1px;
}
.nameEn .con ul li a {
	display:block;
	width:100%;
	height:100%;
}
.nameEn .con ul li a:hover,.nameEn .con ul .on a {
	background:#eaeaea;
}
/*限时特价产品*/
.pro li a {
	display:block;
	width:210px;
	margin:8px auto 1px auto;
}
.pro li a span {
	display:block;
	line-height:20px;
	margin-left:10px;
	color:#78ab19;
}
.pro li a .ff {
	padding:35px 0 0 0;
}

.pro .p3 a {
	margin:0px 0 0 1px;
	height:119px;
}
/*内容页 域名查询*/
.domain2 .con {
	width:754px;
}
.domain2 .ymxx {
	background:none;
	padding-top:0;
}
.domain2 .ymxx .message {
	margin-left:-10px;
	padding-top:10px;
}
/*广告*/
.a3 {
	padding:0px 0 1px 0;
	float:left;
}
.a3 a {
	display:block;
	padding:1px;
	border:1px solid #dcdbd9;
}
/*域名服务 普通价格 打包价格*/
/*页签*/
.tabMenu {
	float:left;
}
.tabMenu li {
	float:left;
	height:31px;
	overflow:hidden;
	padding-right:10px;
	margin-left:10px;
}
.tabMenu li a {
	height:31px;
	float:left;
	line-height:40px;
	padding-left:10px;
	font-weight:700;
	color:#2b2b2b;
}
.tabMenu .on {
	background:url(../images/tabmenu_tit2.gif) no-repeat right top;
}
.tabMenu .on a {
	background:url(../images/tabmenu_tit1.gif) no-repeat left top;
}
.namePrice .con {
	display:none;
}
.namePrice #con2 {
	display:block;
}
.namePrice .info {
	padding:10px 20px;
}
/*表格*/
.tabList {
	width:100%;
	margin-top:10px;
	border:1px solid #dadada;
}
.tabList tr th,.tabList tr td {
	line-height:38px;
	padding:0 10px;
	border:1px solid #d2d2d4;
}
.tabList tr th {
	text-align:left;
	background:#edebe3;
}
.tabList tr td {
	color:#888;
	border-right:1px solid #dadada;
}
.tabList tr td a {
	font-weight:700;
}
.tabList tr td p {
	line-height:15px;
}
.tabList .odd td {
	background:#f5f5f5;
}
.tabList tr td .cutLine {
	text-decoration:line-through;
}
.tabList .xf,.tabList .zr {
	display:none;
}
.tabList .xf td,.tabList .zr td {
	line-height:25px;
}
/*域名详细页*/
.com {
	margin-top:10px;
	float:left;
	background:url(../images/com_bg.gif) no-repeat left top;
	width:100%;
}
.com .tp {
	height:121px;
	width:81%;
	margin:15px 0 0 25px;
	padding-right:113px;
	position:relative;
}
.com .tp span {
	font-weight:700;
	font-size:16px;
	line-height:25px;
	font-family:"微软雅黑";
	padding:35px 10px 0 10px;
	display:table-cell;
	*display:inline-block;
}
.com .tp a {
	float:left;
	vertical-align:middle;
}
.com .tp .price {
	position:absolute;
	right:0;
	top:0;
}
.com ul {
	margin:5px 15px 0 0;
	clear:both;
}
.com ul li {
	line-height:20px;
	padding-left:40px;
	background:url(../images/icon.gif) no-repeat 30px 6px;
}
/*域名详细页-域名查询*/
.domain3 ul li {
	padding-left:30px;
	background:url(../images/icon2.gif) no-repeat 20px 6px;
}
.ymcx {
	height:120px;
	margin-top:20px;
	padding-left:130px;
	background:url(../images/ymfw2_bg.gif) no-repeat 35px top;
}
.ymcx .tn {
	padding-top:20px;
}
.ymcx .check {
	margin:0 0 0 0;
}
.ymcx .pric{ height:27px; background-image:url(../images/pbg.gif); background-repeat:no-repeat; padding-left:60px; vertical-align:bottom; padding-top:6px;}
.ymcx .pric img {
	vertical-align:middle;
}
.ymcx .cutLine {
	text-decoration:line-through;
}
.ymcx .pric strong {
	color:#ff0000;
	font-size:14px;
}
.ymcx .pric a {
	color:#0048ff;
	text-decoration:underline;
}
/*域名详细页--.com域名信息*/
.comInfo {
	width:100%;
	float:left;
	margin-top:10px;
}
.comInfo .tit {
	height:29px;
	background:url(../images/ymfw_tit.gif) repeat-x left top;
}
.comInfo .tit a {
	float:left;
	height:29px;
	line-height:29px;
	width:96px;
	text-align:center;
	color:#fff;
	font-weight:700;
	margin-left:10px;
	background:url(../images/cominfo_menu.gif) no-repeat left top;
}
.comInfo .tit .on {
	background:url(../images/ymfw_tit_on.gif) no-repeat left top;
}
.comInfo .tit strong {
	display:inline-block;
	width:96px;
	height:29px;
	line-height:29px;
	background:url(../images/ymfw_tit_on.gif) no-repeat left bottom;
	text-align:center;
	color:#fff;
	margin-left:10px;
}
.comInfo .con {
	border:1px solid #cbcbcb;
	border-top:0;
	padding:10px;
}
.comInfo .con2 {
	border:1px solid #cbcbcb;
    padding:10px;
}
.listInfo li {
	line-height:24px;
	padding-left:20px;
	background:url(../images/icon.gif) no-repeat 10px 8px;
}

/*.comMenu 只是控制哪个页签下的内容显示，没有其他样式*/
.comMenu #con2,.comMenu #con3,.comMenu #con4,.comMenu #con5,.payWay #con1 {
	display:none;
}
.payWay #con1 {
	display:block;
}

/*域名详细页-购买咨询*/
.askBuy ul {
	margin-bottom:20px;
}
.askBuy .end {
	margin-bottom:10px;
}
.askBuy ul li {
	line-height:24px;
	padding-left:30px;
	background:url(../images/askbuy_icon.gif) no-repeat 10px 5px;
}
.askBuy ul .ans {
	background:url(../images/askbuy_icon.gif) no-repeat 10px -20px;
	color:#a00004;
}
.askBuy .odd {
	background:#f6f4f4;
}
/*域名查询结果信息*/
.res {
	line-height:35px;
	height:64px;
	clear:both;
	padding:10px 0;
	margin-left:20px;
	word-break: break-all;
}
.res img,.res .ymm,.res .buy,.res p {
	float:left;
	margin-left:15px;
}
.res .ymm,.res2 .ymm {
	color:#000;
	font-weight:700;
	font-size:25px;
}
.res p strong {
	color:#e70012;
	font-weight:700;
	font-size:20px;
}
.res .buy5 {
	margin:10px 10px 0 15px;
	_margin:20px 10px 0 15px;
}
.resList {
	clear:both;
	width:100%;
}
/*错误 已经被注册*/
.res2 {
	height:60px;
	padding:10px 0;
	margin-left:20px;
	clear:both;
}
.res2 img {
	float:left;
	margin-right:10px;
}
.res2 .xq1 span {
	color:#c9c9c9;
}
.res2 .xq1 a {
	padding:2px 1px;
	background:#309d0d;
	font-weight:700;
	color:#fff;
}
/*带选择的查询*/
.check2 {
	margin-top:5px;
}
.check2 li {
	float:left;
}
.check2 .www {
	font-weight:700;
	color:#000;
	font-size:16px;
}
.check2 .tex input {
	width:196px;
	height:27px;
	line-height:27px;
	background:url(../images/ymcx_wrong_input.gif) no-repeat left top;
	border:0;
	padding:0 10px;
	background-attachment:fixed;
}
.check2 .sele {
	margin-top:3px;
}
/*模拟选择*/
.sele {
	width:80px;
	height:21px;
	background:url(../images/ymcx_sel.gif) no-repeat left top;
	position:relative;
}
.sele span {
	float:left;
	width:57px;
	height:21px;
	line-height:21px;
	margin-left:5px;
	font-size:14px;
	overflow:hidden;
}
.sele .open {
	float:left;
	width:15px;
	height:21px;
	background:url(../images/ymcx_open.gif) no-repeat 3px 8px;
}
.sele .close {
	background:url(../images/ymcx_close.gif) no-repeat 3px 8px;
}
.sele .seleList {
	width:78px;
	height:300px;
	overflow:auto;
	padding-top:5px;
	overflow:auto;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #e3e9ef;
	border-top:0;
	position:absolute;
	top:20px;
	left:0;
	display:none;
}
.sele .seleList a {
	display:block;
	line-height:25px;
	font-size:14px;
	padding-left:5px;
}
/*模拟选择结束*/
.check2 .cx {
	display:inline-block;
	width:52px;
	height:24px;
	line-height:24px;
	color:#fff;
	text-align:center;
	margin-left:5px;
	font-weight:700;
	background:url(../images/btn1.gif) no-repeat left top;
}
/*域名查询结果列表*/
/*域名结果列表*/
.rList li {
	width:95%;
	height:33px;
	line-height:33px;
	margin:0 auto;
	padding:0 0 0 5px;
	border-bottom:1px dashed #989898;
}
.rList .end {
	border:0;
}
.rList .odd {
	background:#f2f2f2;
}
.rList input,.rList p,.rList img,.rList .doll,.rList .word {
	float:left;
	margin-right:5px;
	text-align:center;
}
.rList input {
	margin-top:7px;
}
.rList img {
	margin-top:7px;
}
.rList p {
	width:60%;
	text-align:left;
}
.rList p span {
	color:#07399c;
}
.rList .doll {
	color:#b71a02;
	width:70px;
}
.rList .word {
	color:#064592;
	font-weight:700;
}
.resList .rList tr td{	
	height:33px;
	line-height:33px;	
	border-bottom:1px dashed #989898;
}
.rOper {
	width:90%;
	margin:0 auto;
	padding:10px 0 0 10px;
}
.rOper span {
	background:#309d0d;
	color:#fff;
	font-weight:700;
	padding:1px;
}
.operBtn {
	text-align:center;
	margin-bottom:10px;
}
.operBtn2 {
	width:100%;
	text-align:center;
	padding-top:15px;
}
.operBtn22 {
	width:100%;
	text-align:left;
}
.operBtn3 {
	width:100%;
	text-align:center;
}
/*查询结果页-查询其他域名*/
.domain4 .con {
	background:url(../images/cxym_icon.gif) no-repeat 20px top;
}
.domain4 .ymxx {
	background:none;
	width:80%;
	margin-left:70px;
}
.domain4 .ymxx .message {
	margin-left:0;
}
/*查询结果页-组合推荐*/
.ass .con {
	height:210px;
	padding:10px 0;
}
.bgbor {padding:10px;
background:url(../images/ymfw_ym_bg.gif) repeat-x left top;
}
#contow{ clear:both;}
.titmei{ height:28px; text-align:left; padding-left:10px; display:inline;}
.titmei span{ font-size:14px; font-weight:bold;}
.titmei a {
	color:#000000;
	border:1px solid #d6d6d6;
	margin-left:15px;
	height:30px;

}
.titmei .on {
	background:#fff;
	font-weight:700;
	border:1px solid #ff0000;
	height:30px;
}
.neirong{ padding-top:10px;padding-left:10px;}
.neirong .nrbor{ width:130px; height:145px; border: solid 1px #dddddd; text-align:center; float:left;padding-top:20px;vertical-align: text-bottom;}
.neirong .fuhao{ width:42px;text-align:center; float:left; padding:55px 10px 0px 10px;}
.nrbor2{ float:left;}
.nrbor2 .dingwei{ padding-left:20px; padding-top:40px; line-height:25px;}
.ass .zhList {
	height:177px;
	padding-bottom:10px;
}
.ass .tj1,.ass .tj2 {
	float:left;
	height:210px;
}
.ass .tj1 {
	width:222px;
	margin-left:10px;
}
.ass .tj1 .bk {
	display:inline-block;
	width:222px;
	height:100%;
	background:url(../images/ass1.gif) no-repeat left top;
}
.ass .tj1 .on {
	background:url(../images/ass2.gif) no-repeat left top;
}
.ass .tj1 img {
	margin:5px 0 0 5px;
}
.ass .tj2 {
	width:100%;
	margin-left:10px;
}
.ass .tj2 .bk,.ass .tj2 .add,.ass .tj2 .tczh {
	float:left;
}
.ass .tj2 .bk {
	width:153px;
	height:100%;
	background:url(../images/ass3.gif) no-repeat left top;
}
.ass .tj2 .on {
	background:url(../images/ass4.gif) no-repeat left top;
}
.ass .tj2 .bk img {
	margin:5px 0 0 5px;
}
.ass .tj2 .add {
	margin:70px 5px 0 5px;
}
.ass .tj2 .tczh {
	margin:30px 0 0 0;
}
.ass .buy2 {
	float:left;
	clear:left;
	display:none;
}
.ass .tj1 .buy2 {
	margin-left:65px;
}
.ass .tj2 .buy2 {
	margin-left:380px;
}
.ass .tj1 .bord {
	display:inline-block;
	width:130px;
	height:145%;
	text-align:center;
	border:solid 1px #dddddd;

}
/*域名查询结果3- 新产品*/
.new {
	border:1px solid #cbcbcb;
	float:left;
	width:100%;
	margin-top:10px;
}
.new .cp1,.new .cp2,.new .cp3 {
	float:left;
	margin:1px;
	width:249px;
	height:246px;
	background:url(../images/new_bg.gif) repeat-y left top;
}
.new .by {
	width:100%;
	height:155px;
}
.new .look{ width:100%;
	height:150px;
	padding:30px 0px 0px 50px;}
.new .cp1 {
	position:relative;
}
.new .newIcon {
	width:76px;
	height:68px;
	background:url(../images/new_icon.gif) no-repeat left top;
	position:absolute;
	left:0;
	top:0;
}
.new .cp1 .by {
	background:url(../images/new1.gif) no-repeat 30px 15px;
}
.new .cp2,.new .cp3 {
	margin-left:3px;
}
.new .cp2 .by {
	background:url(../images/new2.gif) no-repeat 30px 15px;
}
.new .cp3 .by {
	background:url(../images/new3.gif) no-repeat 30px 15px;
}
.new .sele {
	width:140px;
	margin:10px 0 0 35px;
	background:url(../images/new_sel_bg.gif) no-repeat left top;
}
.new .sele span {
	width:120px;
	font-size:12px;
	color:#8c8c8c;
}
.new .sele .seleList {
	width:138px;
}
.new .sele .seleList a {
	font-size:12px;
	color:#8c8c8c;
}
.new .btns {
	margin:20px 0 0 80px;
	clear:both;
}
/*域名注册--域名转入*/
.nameIns {
	width:100%;
	margin-top:10px;
	border:1px solid #d4d4d4;
	float:left;
}
.nameStep {
	width:356px;
	height:144px;
	padding:5px;
	float:left;
	margin:8px 0 0 8px;
	display:inline;
	background:url(../images/nameins_3.gif) no-repeat left top;
}
.nameStep .bg1,.nameStep .bg2 {
	height:100%;
	width:100%;
}
.nameStep .bg1 {
	background:url(../images/nameins_1.gif) no-repeat left top;
}
.nameStep .bg2 {
	background:url(../images/nameins_2.gif) no-repeat left top;
}
.nameStep .listInfo {
	padding:40px 0 0 5px;
}
.domain5 {
	clear:both;
	height:135px;
	padding:20px 0 0 95px;
	background:url(../images/cxym_icon.gif) no-repeat 10px 20px;
}
.domain5 .check3 {
	margin-top:15px;
}
.domain5 .word {
	float:left;
	padding:20px 0 0 0;
}
.check3 li {
	float:left;
	line-height:31px;
}
.check3 .tex {
	width:213px;
	height:31px;
	background:url(../images/check3_input.gif) no-repeat left top;

}
.check3 .tex input {
	width:200px;
	height:18px;
	line-height:18px;
	background:none;
	margin:-2px 0 0 7px;
	border:0;
}
.check3 .www {
	width:64px;
	height:31px;
	background:url(../images/ymfw_www.gif) no-repeat left -13px;
}
.check3 .sele {
	height:31px;
	/*width:67px;*/
	background:url(../images/check3_sele.gif) no-repeat right top;
}
.check3 .sele span {
	/*width:46px;*/
	margin:5px 0 0 0;
	text-align:center;
}
.check3 .sele .open {
	background:url(../images/check3_sele_open.gif) no-repeat left top;
	margin:12px 0 0 4px;
}
.check3 .sele .close {
	background:url(../images/check3_sele_close.gif) no-repeat left top;
}
.check3 .sele .seleList {
	top:28px;
	left:-1px;
	/*width:70px;*/
}
.domain6 {
	padding:20px 0 10px 95px;
	line-height:25px;
	background:url(../images/cxym_icon.gif) no-repeat 10px 10px;
}
.domain6 p {
	font-size:14px;
}
.domain6 .ym {
	padding-left:210px;
}
.domain6 .btn {
	padding:15px 0 0 210px;
}
/*域名注册--域名转入end*/
/*登录注册页样式开始*/
/*圆角盒子*/
.box2,.box4 {
	width:99.8%;
	margin-top:10px;
}
.box2 .tt,.box2 .bt,.box4 .tt,.box4 .bt {
	width:100%;
	height:5px;
}
.box2 .tt {
	background:url(../images/box2_tt.gif) repeat-x left top;
}
.box2 .bt {
	background:url(../images/box2_bt.gif) repeat-x left -15px;
}
.box2 .tt span,.box2 .bt span,.box4 .tt span,.box4 .bt span {
	float:left;
	width:5px;
	height:5px;
	font-size:0;
}
.box2 .tt .left {
	float:left;
	background:url(../images/box2.gif) no-repeat 0 0;
}
.box2 .tt .right {
	float:right;
	background:url(../images/box2.gif) no-repeat right -57px;
}
.box2 .bt .left {
	float:left;
	background:url(../images/box2.gif) no-repeat left -26px;
}
.box2 .bt .right {
	float:right;
	background:url(../images/box2.gif) no-repeat right -45px;
}
.box2 .ct {
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
/*黄色圆角盒子*/
.box4 {
	float:left;
}
.box4 .ct {
	background:url(../images/box4_r.gif) repeat-y right top;
}
.box4 .ctL {
	padding:5px 10px;
	background:url(../images/box4_l.gif) repeat-y left top;
}
.box4 .ctL2 {
	padding:5px 10px;
}
.box4 .tt {
	background:url(../images/box4_tt.gif) repeat-x left top;
}
.box4 .bt {
	background:url(../images/box4_bt.gif) repeat-x left bottom;
}
.box4 .tt .left {
	float:left;
	background:url(../images/box4.gif) no-repeat 0 0;
}
.box4 .tt .right {
	float:right;
	background:url(../images/box4.gif) no-repeat right -16px;
}
.box4 .bt .left {
	float:left;
	background:url(../images/box4.gif) no-repeat left -43px;
}
.box4 .bt .right {
	float:right;
	background:url(../images/box4.gif) no-repeat right bottom;
}
/*灰色框*/
.grayBox {
	border:1px solid #d4d4d4;
	float:left;
	width:100%;
	margin-top:10px;
}
/*登录1*/
.login1 .ct {
	height:260px;
}
.logBox,.inturBox {
	float:left;
	height:260px;
}
.logBox {
	width:445px;
	margin-left:20px;
}
.logTit {
	height:25px;
	line-height:25px;
	font-size:14px;
	padding:10px 0 0 30px;
	background:url(../images/login1_t1.gif) no-repeat left bottom;
}
.logTit span {
	color:#8e8e8e;
	font-size:12px;
}
.forms {
	padding:15px 0;
}
.logTable {
	line-height:30px;
	width:100%;
}
.logBox .logTable {
	margin-top:10px;
}
.logTable tr th {
	text-align:right;
	font-weight:normal;
}
.logBtn th,.logBtn td {
	padding-top:20px;
}
.input2 {
	height:22px;
	line-height:22px;
	border-left:1px solid #b4b4b4;
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}
.input3,.select {
	height:22px;
	line-height:22px;
	border:1px solid #bfbfbf;
}
.textarea {
	border:1px solid #bfbfbf;
	width:250px;
	height:50px;
}
.textarea2 {
	border:1px solid #bfbfbf;
}
.redStar {
	color:#ff0000;
	padding:0 0 0 3px;
}
.redStar2 {
	color:#bf1414;
	padding:0 0 0 3px;
}
.inturBox {
	padding-left:70px;
	background:url(../images/login1_bg.gif) no-repeat left top;
}
.inturBox .xx2 {
	width:407px;
	height:100%;
	background:url(../images/login1_bg2.gif) no-repeat left top;
}
.inturBox .log2 {
	margin:160px 0 0 130px;
}
.jzdh {
	margin:10px 0 0 30px;
	line-height:30px;
}
/*按钮*/
.log1 {
	display:inline-block;
	width:58px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	text-align:center;
	background:url(../images/log1.gif) no-repeat left top;
}
.log1:hover {
	color:#fff;
}
.log2 {
	display:inline-block;
	width:86px;
	height:26px;
	line-height:26px;
	color:#61616b;
	font-weight:700;
	text-align:center;
	background:url(../images/log2.gif) no-repeat left top;
}
.log2:hover {
	color:#fff;
	background:url(../images/log3.gif) no-repeat left top;
}
/*登录或注册1*/
.login2 .logTit {
	padding:10px 0 5px 40px;
	background:url(../images/login2_t1.gif) no-repeat left 5px;
}
.login2 .member {
	height:190px;
}
.member {
	margin-left:20px;
	background:url(../images/login2_bg.gif) no-repeat right top;
}
.member .mok {
	color:#20730c;
	font-size:14px;
	font-weight:700;
	margin-left:40px;
}
.member .mok2 {
	color:#20730c;
	font-size:14px;
	font-weight:700;
	padding:30px 0 30px 100px;
	background:url(../images/ok3.gif) no-repeat 30px 10px;
}
.member .mok .greenBtn {
	padding:1px;
	background:#20730c;
	color:#fff;
}
.member .noKey {
	padding-left:20px;
	background:url(../images/login2_pas.gif) no-repeat 5px 1px;
	color:#3a67c2;
	text-decoration:underline;
}
.member .btn1,.regs .btn1 {
	margin-left:50px;
}
.regs {
	background:url(../images/login2_bg2.gif) no-repeat left bottom;
}
.regTit {
	height:33px;
	line-height:33px;
	background:url(../images/login2_tit.gif) repeat-x left top;
	font-weight:700;
	text-indent:50px;
	width:99%;
	margin:0 auto;
	font-size:14px;
}
.regs .logTit {
	margin-left:20px;
}
.login2 .wrods {
	margin:20px 0 0 60px;
	color:#666666;
	line-height:25px;
}
/*登录注册页样式结束*/
/*找回密码开始*/
.password .logTit {
	background:url(../images/password_t.gif) no-repeat left 5px;
	padding:10px 0 20px 45px;
}
.password .mok3 {
	padding:0 0 20px 45px;
	color:#ff0000;
}
/*购物车 购买页面开始*/
/*head2*/
.head2 {
	height:31px;
	line-height:31px;
	background:url(../images/head2_bg.gif) no-repeat left top;
}
.head2 .wel {
	float:left;
	margin-left:10px;
}
.head2 .userOperate {
	margin-right:5px;
}

/*上方logo和步骤导航信息*/
.navInfo {
	height:64px;
	padding:8px 0;
}
.logo3 {
	float:left;
	display:block;
	width:109px;
	height:64px;
}
.buyStep {
	float:left;
	width:815px;
	height:27px;
	line-height:27px;
	margin:20px 0 0 50px;
}
.buyStep1 {
	background:url(../images/buy_step1.gif) no-repeat left top;
}
.buyStepnew {
	background:url(../images/buy_stepnew.gif) no-repeat left top;
}
.buyStep3 {
	background:url(../images/buy_step3.gif) no-repeat -2px top;
}
.buyStep span {
	float:left;
	width:162px;
	height:100%;
	font-weight:700;
	text-align:center;
}
.buyStep .on {
	color:#FFF;
}
/*购物列表*/
.myPro .word,.proHd .word {
	clear:both;
	font-size:16px;
	font-weight:700;
	padding:10px 0 15px 45px;
	color:#404040;
	background:url(../images/buy.gif) no-repeat left top;
}
.proHd .word {
	background:url(../images/js.gif) no-repeat left top;
}
.myPro .word p {
	font-weight:normal;
	display:inline-block;
	padding-left:20px;
}
.myPro .list {
	border-top:2px solid #860801;
}
.tab3 {
	width:100%;
	border:1px solid #d2d2d4;
	border-top:0;
}
.tab3 tr th,.tab3 tr td {
	line-height:29px;
	padding:0 5px;
	border:1px solid #d2d2d4;
	text-align:center;
}
.tab3 tr th {
	border-top:0;
	height:29px;
	background:url(../images/tab3_th.gif) repeat-x left top;
}
.tab3 .na {
	color:#bf1414;
}
.tab3 .del {
	color:#1859a5;
}
.tab3 .cutLine {
	text-decoration:line-through;
	color:#999999;
}
.tab3 .odd td {
	background:#f5f5f5;
}
.align1{text-align:left;}
.zj {
	height:50px;
	line-height:50px;
}
.clearBuy {
	float:left;
	_margin-top:20px;
}
.allPric {
	float:right;
	font-weight:700;
	font-size:14px;
}
.allPric .cutLine {
	color:#000;
}
.rule {
	border:1px solid #d2d2d4;
	padding:5px 5px 5px 40px;
	margin-top:10px;
	line-height:25px;
	text-indent:-20px;
	color:#145eb8;
	widths:100%;
}
.rule a {
	color:#145eb8;
}
.rule span {
	color:#000;
}
.okBuy {
	margin-top:5px;
}
.okBuy .yh {
	float:left;
	line-height:20px;
}
.okBuy .seBuy {
	float:right;
	margin-top:8px;
}
/*删除线*/
.cutLine2 {
	text-decoration:line-through;
}
/*产品活动*/
.proHd {
	margin-top:10px;
}
/*边框盒子*/
.box3 {
	border:1px solid #d2d2d4;
	border-top:2px solid #860801;
}
.boxred{
border-top:2px solid #860801;
width:100%
}
.boxred{
	border-top:2px solid #860801;
}
/*活动展示*/
.pros {
	width:244px;
	height:195px;
	float:left;
	background:url(../images/new_bg.gif) repeat-y right top;
	padding-top:15px;
}
.pros .pr {
	width:173px;
	height:168px;
	margin:0 auto;
}
.pros1 .pr {
	background:url(../images/pros1.gif) no-repeat left center;
}
.pros2 .pr {
	background:url(../images/pros2.gif) no-repeat left  center;
}
.pros3 .pr {
	background:url(../images/pros3.gif) no-repeat left  center;
}
.pros4 .pr {
	background:url(../images/pros4.gif) no-repeat left  center;
}
.pros .btns {
	width:100%;
	padding-top:10px;
}
.pros .btns a {
	float:left;
	margin-left:30%;
}
/*支付页面*/
.order {
	width:100%;
	border:1px solid #dadada;
	height:65px;
	line-height:65px;
	margin-bottom:10px;
	overflow:hidden;
}
.order ul li {
	float:left;
	margin-right:15px;
}
.order ul .fir {
	margin:10px 15px 0 10px;
}
.order ul .sec {
	font-weight:700;
	font-size:14px;
}
.myPro .word2 {
	padding:20px 0 10px 60px;
	background:url(../images/qjs.gif) no-repeat 10px 10px;
}
.pays {
	width:100%;
}
.pays .pt,.lineDown .pt {
	padding-left:30px;
	height:25px;
	line-height:25px;
	font-weight:700;
	color:#c41010;
	background:url(../images/icon3.gif) no-repeat 10px 7px;
}
.pays ul {
	margin-left:50px;
}
.pays ul li {
	float:left;
	width:220px;
	padding:5px 0;
}
.pays ul li input,.pays ul li img {
	vertical-align:middle;
}
.pays1 {
	margin-bottom:10px;
	border-bottom:1px dashed #bababa;
}
.alignCenter {
	text-align:center;
}
.payWay .alignCenter {
	margin:15px 0 5px 0;
}

/*购物车 购买页面结束*
/*域名管理 左侧导航2 开始*/

.bg{height:77px;
	background:url(../images/askbox_tit.gif) repeat-x left top;}
.sideMenue {
	width:100%;
	background:fafbfb;
	line-height:22px;
	border:1px solid #e4e4e4;
	margin-top:10px;
}
.sideFir li {
	_zoom:1;
	display:inline;
}
.sideFir h4 {
	height:24px;
	line-height:22px;
	margin:1px;
	background:#e1e1e1;
	overflow:hidden;
	border-bottom:2px solid #860801;
	cursor: pointer;
}
.sideFir h4 strong {
	float:left;
	padding-left:20px;
	background:url(../images/zjfw_tit_icon.gif) no-repeat 5px 4px;

}
.sideFir h5 {
height:25px;
	line-height:25px;
	background:url(../images/zjfw_tit.gif) repeat-x left bottom;
	overflow:hidden;
	cursor:hand;
}
.sideFir h5 strong {
	float:left;
	padding-left:20px;
	background:url(../images/zjfw_tit_icon.gif) no-repeat  10px 4px;

}
.sideFir h3 {
	height:24px;
	line-height:22px;
	margin:1px;
	background:#e1e1e1;
	overflow:hidden;
	border-bottom:2px solid #860801;
	cursor:hand;
}
.sideFir h3 strong {
	float:left;
	padding-left:20px;
	background:url(../images/zjfw_tit_icon.gif) no-repeat 5px 4px;

}

.sideFir h4 a {
	float:right;
	width:15px;
	height:15px;
	background:url(../images/sidemenu_up.gif) no-repeat left top;
	margin:3px 5px;
	}
.sideFir h4 .up {
	background:url(../images/sidemenu_open.gif) no-repeat left top;
}
.sideSec h5 {
	height:30px;
	line-height:30px;
	text-indent:20px;
	repeat-x left top;
}

.sideThed li {
    padding-left:40px;
	display:block;
	background:url(../images/sidethed_icon.gif) no-repeat 25px -17px;
}
.sideThed li a,.sideList li a {
	color:#858585;
}
.sideThed .on {
	background:url(../images/sidethed_icon.gif) no-repeat 25px 7px;
}
.sideThed .on a,.sideList .on a {
	color:#d30c0c;
}
.sideList li {
	display:block;
	padding-left:40px;
}
/*左侧导航2 结束*/
/*我的账户管理 开始*/
/*域名管理权变更*/
.nameMan .con {
	border:1px solid #d1d1d1;
	padding:10px 0;
}
.nameMan .con .list {
	padding:10px 0;
}
.nameMan .con ul {
	width:97%;
	margin:0 auto;
	line-height:25px;
	color:#686868;
}
.nameMan .con ul li {
    list-style:none;
    float:left;
	line-height:25px;
}
.pad{padding:8px;}

/*粉色标题*/
.title2 {
	height:25px;
	line-height:25px;
	padding-bottom:2px;
	background:url(../images/title2.gif) repeat-x left bottom;
}
.title2 strong {
	padding-left:25px;
	background:url(../images/nameman_icon6.gif) no-repeat 5px 5px;
	line-height:25px;
	height:25px;
	display:inline-block;
}
/*灰白标题*/
.title3 {
	border:1px solid #d2d2d4;
	border-bottom:0;
	height:25px;
	line-height:25px;
	padding:0 0 2px 10px;
	background:url(../images/title3.gif) repeat-x left bottom;
}
.title3 img {
	float:left;
	margin:3px 5px 0 0;
}
/*管理权转出*/
.www2 {
	font-size:16px;
}
.nameManOk .tit strong {
	padding-left:45px;
	background:url(../images/nameman_icon2.gif) no-repeat 5px 0px;
}
/*域名转入管理*/
/*提醒*/
.nameTip .tit strong {
	padding-left:30px;
	background:url(../images/nameman_icon3.gif) no-repeat 5px 3px;
}
.nameTip .con {
	padding:0;
	background:url(../images/namein_conbg.gif) no-repeat right bottom;
}
.infoT {
	height:25px;
	line-height:25px;
	padding:4px 10px;
	background:url(../images/namein_tbg.gif) repeat-x left bottom;
}
.infoTus2 {
	height:25px;
	line-height:25px;
	padding:4px 10px;
	background:url(../images/namein_tbg.gif) repeat-x left bottom;
	border-top:solid 1px #c5c5c5;
}
/*域名全部转入*/
/*单独红色页签*/
.nameAll .con {
	padding:0;
	border:0;
}
/*域名转入*/
.nameIn .con {
	background:url(../images/namein_conbg2.gif) no-repeat right bottom;
}
.nameIn .inxx {
	padding-left:150px;
	background:url(../images/namein_icon.gif) no-repeat 60px top;
}
.nameList .con {
	background:url(../images/namein_conbg3.gif) no-repeat left bottom;
}
/*域名资料提交*/
.infoT2 {
	margin-left:20px;
}
.nameSh .tit strong {
	padding-left:25px;
	background:url(../images/nameman_icon5.gif) no-repeat 5px 3px;
}
.nameSh .con {
	background:url(../images/nameman_conbg3.gif) no-repeat right bottom;
}
/*账户管理首页*/
/*待开通产品*/
.accuntPro .con {
	border:0;
	padding:0;
}
/*我的域名*/
.nameMy .con {
	padding:0;
}
.nameMy .tab3 {
	border:0;
}
.nameMy .tab3 tr td,.nameMy .tab3 tr th {
	border:0;
	border-right:1px solid #D2D2D4;
	border-bottom:1px solid #D2D2D4;
}
.nameMy .tab3 tr .end {
	border-right:0;
}
.nameMy .page {
	width:98%;
	margin:0 auto;
}
.btnA1,.btnA2,.btnA3,.btnA4{
	width:98px;
	height:33px;
	line-height:33px;
	background:url(../images/btn_acc2.gif) no-repeat right top;
	text-align:center;
	font-weight:700;
	color:#545454;
	display:inline-block;
}
.btnA4 {
	width:98px;
}
.btnA1:hover,.btnA2:hover,.btnA3:hover,.btnA5:hover {
	color:#545454;
}
.btnA5{
	width:120px;
	height:33px;
	line-height:33px;
	background:url(../images/btn_acc55.gif) no-repeat right top;
	text-align:center;
	font-weight:700;
	color:#545454;
	display:inline-block;
}


.btnA1new,.btnA2new{
	width:98px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-weight:700;
	color:#fff;
	display:inline-block;
	background-image: url(../images/btnbg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.btnA3 {
	width:52px;
}
.btnA3new{
	width:52px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-weight:700;
	color:#fff;
	display:inline-block;
	background-image: url(../images/btnbg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.btnA5new{
	width:120px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-weight:700;
	color:#fff;
	display:inline-block;
	background-image: url(../images/btnbg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.btnA1new:hover,.btnA2new:hover,.btnA3new:hover,.btnA5new:hover{color:#ffffff;}



/**.btnA2 {
	background:url(../images/btn_acc2.gif) no-repeat left top;
}**/

.oprList {
	height:33px;
	clear:both;
	margin-left:15px;
	padding:10px 0;
}
/*我的账户首页*/
.oprListmy {
	height:33px;
	clear:both;
	margin-left:15px;
	padding:10px 0;
}
.oprListmy a {
	float:left;
	margin-left:35px;
}
.oprList2 {
	margin-left:8px;
	text-align:center;
}
.oprList a {
	float:left;
	margin-left:5px;
}



.acTip,.acTip2 {
	height:83px;
	width:100%;
	float:left;
	margin-top:10px;
	color:#555555;
	background:url(../images/accunt_bg.gif) no-repeat left top;
}
.acTip .word,.acTip2 .word {
	margin:5px 0 0 100px;
	width:600px;
	line-height:25px;
}
.acTip2 {
	height:133px;
	background:url(../images/accunt_bg4.gif) no-repeat left top;
}
.acTip2 .word {
	width:85%;
	color:#555555;
}
/*我的账户首页 账户信息*/
.accunts .le {
	float:left;
	width:531px;
	border:1px solid #edd28b;
	background:#fffdee;
	margin-top:10px;
}
.accunts .ri {
	float:right;
	width:216px;
}
.accunts .ri .box .tit .more {
	float:right;
	margin-right:10px;
}
.accunts .ri .box .tit strong {
	float:left;
}
.accunts .use {
	width:96%;
	float:left;
	background:#fff;
	border:1px solid #ffeed6;
	padding:5px;
	margin:5px;
	display:inline;
}
.accunts .use ul {
	float:left;
	line-height:25px;
	padding:0 10px;
}
.accunts .use ul li {
	text-indent:10px;
	border-bottom:1px solid #ffeed6;
}
.accunts .use ul .end {
	border:0;
}
.accunts .use .yh {
	width:160px;
	border-right:1px solid #ffeed6;
}
.accunts .use .zh {
	width:300px;
}
.proTip .con {
	float:left;
	border:0;
	padding:0;
	width:100%;
	background:url(../images/accunt_bg2.gif) repeat-y left top;
}
.proTip .con ul {
	margin-left:25px;
}
.proTip .con ul li {
	float:left;
	line-height:22px;
	width:240px;
	text-indent:45px;
	color:#686868;
}
.proTip .con ul li .fontRed {
	font-weight:700;
}
.proTip .con ul .first {
	text-indent:0;
}
.proTip .con ul .first .ny {
	color:#000;
}
.proDd .title2 strong {
	padding-left:20px;
	background:url(../images/nameman_icon.gif) no-repeat 5px 6px;
}
.proDd .title2 span {
text-align:left;
display:-moz-inline-box;
display:inline-block;
width:150px;
margin-left:40px;
}
.accunts .box .con {
	padding:5px 0;
}
/*虚拟主机管理*/
.xnMan .con {
	background:url(../images/accunt_icon3.gif) no-repeat left 5px;
}
.cpT {
	color:#b61010;
	font-size:16px;
	margin:0 0 0 90px;
}
/*主机域名绑定--将开通的虚拟主机*/
.xnKt .con {
	background:url(../images/accunt_bg3.gif) no-repeat right 10px;
}
.xnKt .con {
	background:url(../images/accunt_bg3.gif) no-repeat right 10px;
}
.xnKt .con .word,.xnNas .word {
	line-height:25px;
	margin-left:15px;
}
/*选择机房 虚线*/
.lines {
	border-bottom:1px dashed #b4b4b4;
	padding-top:15px;
	height:1px;
	font-size:0;
	width:98%;
	margin:0 auto 15px auto;
}
/*虚拟主机变更里 title2 icon变更样式*/
.xnKt .title2 strong {
	background:url(../images/nameman_icon5.gif) no-repeat 5px 4px;
}
.orBg {
	background:#f18f10;
	font-weight:700;
	padding:1px;
	color:#fff;
}
/*logTable 表单类文字加粗变大*/
.dou14 tr td,.dou14 tr th {
	font-size:14px;
	font-weight:700;
	color:#000;
}
.dou14 .fontGray {
	font-size:12px;
	color:#d2d2d4;
	font-weight:normal;
}
.dou14 .font12 {
	font-size:12px;
	color:#555555;
	font-weight:normal;
	padding-left:10px;
}
.dou14 .font12black {
	font-size:12px;
	color:#000;
	font-weight:normal;
	padding-left:10px;
}
/*邮箱管理-邮箱域名绑定*/
.mailNa .con,.mailNa2 .con {
	padding-left:15px;
	line-height:25px;
}
.mailNa2 .word {
	border-bottom:1px dashed #8e8e8e;
	padding-bottom:10px;
	width:98%;
	margin-bottom:10px;
}
.mailNa .word strong {
	font-size:14px;
}

/*邮箱管理-邮箱域名变更-tab2样式*/
.tab2 {
	width:100%;
}
.tab2 tr th,.tab2 tr td{
	line-height:35px;
	padding:0 5px;
	font-weight:normal;
	border-bottom:1px solid #f0f0f0;
}
.tab2 tr th {
	text-align:right;
	background:#f0f0f0;
	border-bottom:1px solid #fff;
}

/*邮箱域名变更,我要充值*/
.mailCh .con,.myMoney .con {
	padding:0;
}
.mailCh .ch {
	padding:10px 0;
}
.myMoney .infoT {
	padding:10px;
}
.myMoney .infoT strong {
	font-size:14px;

}
/*邮箱购买附属产品*/
.cpMes,.mailT {
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
}
.cpMes2 {
	height:102px;
	background:url(../images/mailcp_bg1.gif) repeat-x left top;
}
/*邮箱升级*/
.cpMes3 {
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;
}
.cpMes ul {
	padding:15px 0 0 5px;
}
/*我要充值*/
.payWay2 {
	width:100%;
	float:left;
	border:1px solid #d2d2d4;
	border-top:2px solid #860801;
	margin-top:10px;
}
.payWay2 .cz {
	padding:5px 0 5px 70px;
}
.payWay2 .pays li {
	width:170px;
}
/*线下充值*/
.downLine {
	border:0;
	border-top:1px solid #c5c5c5;
}
.post .tt {
	font-size:14px;
	color:#ba1b02;
	font-weight:700;
	padding:20px 0 10px 20px;
}
.post ul {
	padding:0 0 20px 20px;
}
.post ul li {
	color:#666;
	line-height:25px;
}
.lineD {
	padding:15px 10px 10px 20px;
	line-height:25px;
}
/*发票申请*/
.tsMes {
	line-height:30px;
	border:1px solid #d1d1d1;
	border-bottom:0;
	padding-left:10px;
}

/*我要充值-表格*/
.tab4 {
	width:100%;
}
.tab4 tr th,.tab4 tr td {
	line-height:35px;
	border:1px solid #d1d1d1;
	padding:0 5px;
	color:#464646;
}
.tab4 tr th {
	font-weight:normal;
	text-align:right;
}
/*已付订单查询*/
.payOrder {
	border-top:1px solid #dcdcdc;
	float:left;
	width:100%;
	margin-top:10px;
}
.proHd2 {
	float:left;
}
.proHd2 .pros {
	width:188px;
	background:url(../images/pros_bg2.gif) repeat-y right top;
}
.proHd2 .pros1 .pr {
	background:url(../images/pros5.gif) no-repeat 19px 5px;
}
.proHd2 .pros2 .pr {
	background:url(../images/pros6.gif) no-repeat 15px 0;
}
.proHd2 .pros3 .pr {
	background:url(../images/pros7.gif) no-repeat 13px 5px;
}
.proHd2 .pros4 .pr {
	background:url(../images/pros8.gif) no-repeat 15px 5px;
}
/*在线提问*/
.askLine .con {
	border-bottom:1px solid #d3d1d6;
}
.askMes {
	line-height:25px;
	padding:0 10px;
	clear:both;
}
.askMes strong {
	width:67px;
	float:left;
	text-align:right;
}
.askMes .word {
	margin-left:67px;
}
.askMes .date {
	text-align:right;
}
.askT,.askInfo,.askBack1 {
	border-left:1px solid #d3d1d6;
	border-right:1px solid #d3d1d6;
	padding:7px 10px;
	background:url(../images/askt_bg.gif) repeat-x left bottom;
}
.askInfo {
	background:url(../images/namein_tbg.gif) repeat-x left bottom;
}
.askBack {
	padding:0;
	background:#f0f0f0;
	border-left:1px solid #d3d1d6;
}
/*输入回复底下的灰色条*/
.askBack .grayBg {
	height:5px;
	overflow:hidden;
	border-right:1px solid #d3d1d6;
	_width:99%;
	_padding-right:11px;
}
.askBack1 {
	background:none;
	border-left:0;
	border-top:1px solid #d3d1d6;
}
.askBack2 {
	margin-left:20px;
	padding:0 0 10px 30px;
	background:#fafafa;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.askBack2 div {
	padding-top:8px;
}
.askBack2 .askIn textarea {
	border:1px solid #cfcfcf;
}
/*我的账户管理 结束*/

/*虚拟主机功能介绍*/
.introduct {
	padding-bottom:10px;
	line-height:25px;
}
/*虚拟主机-表格*/
.tab5,.tab6 {
	width:100%;
	line-height:28px;
}
.tab5 tr td,.tab6 tr td,.tab5 tr th {
	border:1px solid #d1d1d1;
}
.tab5 tr td {
	padding:0 10px;

}
.tab5 .odd td,.tab6 .odd td {
	background:#f1f1f1;
}
.tab6 tr td {
	line-height:28px;
	text-align:center;
}
.tab6 tr th span {
	display:block;
	height:30px;

	line-height:30px;
	color:#fff;
	padding-right:15px;
	background:url(../images/tab6_tbg.gif) no-repeat right bottom;
}
.tab6 tr .one span {
	background-color:#c73446;


}
.tab6 tr .two span {
	background-color:#1e2223;

}
.tab6 tr .three span {
	background-color:#ceb688;

}
.tab6 tr .four span {
	background-color:#436592;

}
.tab6 tr .five span {
	background-color:#7f8970;

}
.trwid{ width:150px;}
/*虚拟主机结束*/

/*注意事项*/
.matter {
	padding:5px 0 5px 80px;
	line-height:20px;
	background:url(../images/matter.gif) no-repeat left top;
}
/*无线网址开始*/
.noLine {
	padding:7px 0;
}
.noLine .box4 {
	width:98%;
	margin:0 7px;
	display:inline;
}
.webs {
	padding-left:205px;
	background:url(../images/noline_bg.gif) no-repeat left top;
}
.webs .intr {
	line-height:20px;
	margin:10px 0 10px 5px;
	padding-bottom:10px;
	border-bottom:1px dashed #aeaeae;
}
.webs .list {
	border-bottom:1px dashed #aeaeae;
	padding-bottom:10px;
}
.webs .inf {
	line-height:20px;
	padding:5px 0 0 10px;
}
.webs .inf strong {
	color:#de4b4b;
}
.noLine .check {
	width:auto;
	margin:0 0 0 120px;
}
.noLine .check .t {
	font-weight:700;
}
/*无线网址结束*/
/*域名注册信息查询开始*/
.nameCheck {
	padding:4px 0;
}
.nameCheck .box4 {
	width:99%;
	margin:0 4px;
	display:inline;
	overflow:hidden;
}
.regList  {
	line-height:18px;
	width:100%;
}
.regList li {
	padding:2px 0;
	width:100%;
	float:left;
	border-bottom:1px dashed #aeaeae;
}
.regList .end {
	border:0;
}
.regList .xx {
	float:left;
	width:100%;
	padding:10px 0;
}
.regList h5 {
	text-indent:20px;
}
.regList .odd .xx {
	background:#f6f4f4;
}
.regList .rt {
	float:left;
	width:90px;
	padding-left:20px;
	color:#ac0f1b;
}
.regList .rc {
	margin-left:130px;
	word-break:break-all;
	word-wrap:break-word;
}
/*完整注册信息*/
.allMes {
	padding:10px 0 0 20px;
	line-height:20px;
	background:url(../images/icon4.gif) no-repeat 5px 14px;
}
/*网站相关信息*/
.webMes {
	padding-top:10px;
}
.webMes .rt {
	width:100px;
}
/*域名注册信息查询结束*/
/*page 开始*/
.page {
	clear:both;
	padding:10px 0;
	line-height:19px;
	height:19px;
}
.page span,.page a {
	float:left;
	margin-left:5px;
	color:#666;
}
.page .lis {
	float:right;
}
.page a {
	border:1px solid #cccccc;
	padding:0px 7px;
}
.page .on {
	background:#c30101;
	color:#fff;
	border:1px solid #c30101;
}
.page .nextP {
	padding-right:15px;
	background:url(../images/page_icon.gif) no-repeat 95% 5px;
}
.page .upP {
	padding-left:15px;
	background:url(../images/page_iconup.gif) no-repeat 2% 5px;
}

.page input {
	height:17px;
	line-height:17px;
	width:20px;
	border:1px solid #cccccc;
}
.page .btnP {
	width:40px;
	height:19px;
	line-height:19px;
	text-align:center;
	color:#666;
	border:0;
	padding:0;
	background:url(../images/pagebtn.gif) no-repeat left top;
	 background-position:
}
/*page 结束*/

/*帮助中心开始*/
/*销售排行-sell2*/
.sell2 .tit {
	background:url(../images/xsph_tit2.gif) no-repeat left top;
}
.sell2 .tit22 {
	background:url(../images/xsph_tit22.gif) no-repeat left top;
	height:6px;
}
.sell2 .con {
	background:url(../images/xsph_con2.gif) repeat-y left top;
}
.sell2 .bot {
	background:url(../images/xsph_bot2.gif) no-repeat left bottom;
}
.sell2 .se {
	width:196px;
	margin:0 auto;
	padding-top:5px;
	background:url(../images/xsph_con_t2.gif) no-repeat left top;
}
.sell2 .se2 {
	width:196px;
	margin:0 auto;

}
.sell2 .se h5 {
	line-height:25px;
	width:85%;
	margin:0 auto;
}
.sell2 .se p {
	line-height:20px;
}
/*用户指南*/
.steps ul li {
	float:left;
	margin:5px;
}
.users {
	padding:3px 0;
	float:left;
	margin-top:10px;
}
.users .box4 {
	width:370px;
	margin:0 0 0 3px;
	float:left;
	display:inline;
}
.users .box4 .ctL {
	padding:5px 30px;
}
.users h5 {
	line-height:25px;
	padding-left:10px;
}
.users .hostQue,.users .buyQuide,.users .news {
	margin-left:10px;
}
.users .know,.users .buyQuide,.users .newUser,.users .hostQue {
	margin-top:10px;
}
/*常见问题*/
quesMes
.ques {
	margin-top:10px;
	height:2000px;
}
.ques .box4 {
	margin:0 0 0 3px;
	width:99%;
}
.quesMes {
	width:260px;
	padding:10px 0 10px 100px;
	float:left;
}
.quesN,.quesH {
	border-bottom:1px dashed #aeaeae;
}
.quesN {
	background:url(../images/ques1.gif) no-repeat 10px 10px;
}
.ques1,.ques2,.ques3,.ques4,.ques5,.ques6 {
	border-bottom:1px dashed #aeaeae;
}
.ques1{
	background:url(../images/question1.jpg) no-repeat 10px 10px;
}
.ques2{
	background:url(../images/question2.jpg) no-repeat 10px 10px;
}
.ques3{
	background:url(../images/question3.jpg) no-repeat 10px 10px;
}
.ques4{
	background:url(../images/question4.jpg) no-repeat 10px 10px;
}
.ques5{
	background:url(../images/question5.jpg) no-repeat 10px 10px;
}
.ques6{
	background:url(../images/question6.jpg) no-repeat 10px 10px;
}
.ques7{
	background:url(../images/question7.jpg) no-repeat 10px 10px;
}
.quesH {
	background:url(../images/ques2.gif) no-repeat 10px 10px;
}
.quesM {
	background:url(../images/ques3.gif) no-repeat 10px 10px;
}
.quesW {
	background:url(../images/ques4.gif) no-repeat 10px 10px;
}
.listInfo22 li {
	line-height:24px;
	padding-left:20px;
	list-style:none;
}
.quesMes h5{
	 background:url(../images/question_03.jpg);
	 background-repeat:no-repeat;
	 background-position:left;
	 padding-left:20px;}


/*所有问题分类*/
.quesList .regList .rt {
	padding-left:10px;
	width:80px;
}
.quesList .regList .rc {
	margin-left:95px;
}
.quesList .regList .rc a {
	margin-right:10px;
	color:#3a67c2;
}
/*帮助中心结束*/

/*企业邮箱定制服务*/
.mails3 .ctL {
	padding:0 5px;
}
.mailPro3 {
	/*sql 图片无法找到  2012-11-22
	background:url(../images/mail_bg3.gif) no-repeat left top;
	*/
}
.mailPro3 .tBg {
	padding:20px 20px 10px 217px;
	/*sql 图片无法找到  2012-11-22
	background:url(../images/mail_t3.gif) no-repeat 30px 26px;
	*/
}
.mailPro3 .tBg .titMes {
	border-bottom:1px dashed #adadad;
	margin-bottom:10px;
}
.mailPro3 .tBg .titMes p {
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:700;
	padding-bottom:10px;
}
.mailPro3 .tBg .titMes .t {
	color:#eb1c24;
	font-size:18px;
}
.mailPro3 .tBg .listInfo li {
	width:40%;
	display:inline-block;
	padding-left:10px;
	float:left;
	background: url(../images/icon.gif) no-repeat scroll left 8px transparent;
}
.mailOrder {
	padding:10px 0 10px 0;
}
/*企业邮箱结束*/
/*域名注册--打包价格*/
.info .dbt {
	margin-top:10px;
}
.dbt {
	width:100%;
}
.dbt tr th {
	height:30px;
	line-height:30px;
	border:1px solid #d2d2d4;
	text-align:left;
	background:url(../images/db.gif) repeat-x left -1px;
}
.dbt tr th,.dbList tr th,.dbList tr td {
	padding:0 10px;
}
.dbList .tit2 {
	height:26px;
	line-height:25px;
	color:#969696;
	border-left:1px solid #d2d2d4;
	border-right:1px solid #d2d2d4;
	font-size:14px;
	background:url(../images/db.gif) repeat-x left -32px;
}
.dbList .tit2 a {
	display:inline-block;
	width:10px;
	height:25px;
	margin-left:5px;
	background:url(../images/db2.gif) no-repeat center center;
}
.show .tit2 {
	height:25px;
	color:#000;
}
.show .tit2 a {
	background:url(../images/db1.gif) no-repeat center center;
}
.dbList .con2 {
	display:none;
}
.show .con2 {
	display:block;
}
.dbTab {
	width:100%;
}
.dbTab tr td {
	border:1px solid #d2d2d4;
	line-height:28px;
}
.dbTab .odd td {
	background:#f5f5f5;
}
.dbTab .xf2,.dbTab .zr2 {
	display:none;
}
.dbTab .xf td,.dbTab .zr td {
	line-height:25px;
}
/*域名注册--打包价格end*/
/*域名注册--域名服务*/
.doName {
	padding:10px 0 10px 100px;
	min-height:60px;
	_height:60px;
}
.doName ul {
	width:95%;
	line-height:20px;
}
.doName li strong {
	color:#be2221;
}
.do1 {
	background:url(../images/ymfw_icon1.gif) no-repeat 10px center;
}
.do2 {
	background:url(../images/ymfw_icon2.gif) no-repeat 10px center;
}
.do3 {
	background:url(../images/ymfw_icon3.gif) no-repeat 10px center;
}
.do4 {
	background:url(../images/ymfw_icon4.gif) no-repeat 10px center;
}
.do5 {
	background:url(../images/ymfw_icon5.gif) no-repeat 10px center;
}
.do6 {
	background:url(../images/ymfw_icon6.gif) no-repeat 10px center;
}
/*域名注册--域名服务end*/
/*域名注册--域名详细页--客户案例*/
.case {
	width:146px;
	float:left;
	display:inline;
	margin:5px 0 15px 20px;
}
.case .user {
	height:43px;
	width:146px;
	padding:1px;
}
.case .name {

	text-align:center;
	line-height:35px;
}
.zc1 {
	background:url(../images/zc1.gif) no-repeat 10px 10px;
}
.zc2 {
	background:url(../images/zc2.gif) no-repeat 10px 10px;
}
.zc3 {
	background:url(../images/zc3.gif) no-repeat 10px 10px;
}
/*购买 去结算页面*/
.remaind {
	padding:15px 0 15px 30px;

}
.remaind p {
	line-height:24px;
	font-size:14px;
}

/*线下支付*/
.lineDown {
	line-height:25px;
}
.lineDown .pt {
	cursor:pointer;
}
.lineDown ul {
	margin-left:30px;
	display:none;
}


/*购买 去结算页面end*/
/*=====层=====*/
/*虚拟主机 立即购买层*/
.buyCen {
	position:relative;
}
.buyCen .tipCen {
	position:absolute;
	left:-230px;
	top:35px;
}
.tipCen {
	background:#fff;
	width:400px;
	border:1px solid #c22222;
	display:none;
}

/*.tit2 用在有页签的地方，关闭js和页签切换js冲突*/
.tipCen .tit,.tipCen .tit2 {
	height:25px;
	line-height:25px;
}
.tipCen .tit a,.tipCen .tit2 a {
	float:right;
	padding:0 5px 0 15px;
	background:url(../images/close5.gif) no-repeat left 6px;
}
.tipCen .con {
	padding:0 10px 10px 100px;
	line-height:25px;
	background:url(../images/now_buy.gif) no-repeat 20px top;
}
.buyCen .tipCen .btns {
	padding-top:15px;
}
.tipCen2 {
	display:block;
}
.tipCen2 .con {
	background:url(../images/now_tips.gif) no-repeat 20px top;
}
.tipCen2 .btns {
	margin-left:80px;
}
/*=====层end=====*/
/*宽100% 向左浮动*/
.proTip,.proDd,.xnBuy,.nameMan,.boxMt10 {
	float:left;
	width:100%;
}
/*向下10px*/
.nameManIn,.proDd,.xnBuy,.nameMan,.boxMt10 {
	margin-top:10px;
}

/*鼠标放上去显示连接手形*/
.links {
	cursor:pointer;
}
.crumb {
	padding:10px 0 0 0;
}
/*我的账户-会员信息修改*/
.memberEdit .con {
	padding-top:0;
}
.title4 {
	height:33px;
	line-height:33px;
	font-weight:700;
	background:#f2f2f2;
	text-indent:10px;
}
.memberEdit .con table,.marT20 {
	margin:20px 0 0 0;
}
/*域名审核资料管理-查看资料*/
.mesCh .con {
	padding:0;
}
.logTable2 tr th,.logTable2 tr td {
	border-bottom:1px solid #d2d2d4;
}
.logTable2 .end th,.logTable2 .end td {
	border-bottom:0;
}
.logTable2 .odd th,.logTable2 .odd td {
	background:#f2f2f2;
}

/*会员信息层*/
.cmesCen {
	float:left;
	padding-top:20px;
	text-align:center;
	width:100%;
	position:relative;
}
.cmesCen .tipCen {
	text-align:left;
	position:absolute;
	top:-110px;
	left:170px;
}
.cmesCen .tipCen .con {
	background:url(../images/ok5.gif) no-repeat 20px top;
}
.cmesCen .tipCen .btns {
	padding-left:80px;
}
/*域名管理权变更  接受提示*/
.accepts {
	position:relative;
}
.accepts .tipCen {
	position:absolute;
	left:-400px;
	top:10px;
	text-align:left;
}
.accepts .tipCen .tit {
	background:none;
}
.accepts .tipCen .tit a {
	width:auto;
	color:#000;
	font-weight:normal;
	line-height:25px;
}
.accepts .tipCen .con {
	background:url(../images/wring2.gif) no-repeat 20px top;
}
/*域名管理权变更 下一步确认提示, 域名转入管理, 国内域名审核资料 邮件定制*/
.upCz,.nameIn,.mailOrders {
	position:relative;
}
.upCz .tipCen {
	text-align:left;
	position:absolute;
	left:180px;
	top:-80px;
}
.upCz .tipCen .con,.nameIn .tipCen .con {
	background:url(../images/ok5.gif) no-repeat 20px top;
	border:0;
}
.nameIn .tipCen,.mailOrders .tipCen {
	text-align:left;
	position:absolute;
	left:180px;
	top:-60px;
}
.nameIn .tipCen .tit a,.mailOrders .tipCen .tit a {
	width:auto;
	color:#000;
	font-weight:normal;
	line-height:25px;
}

/*虚拟主机管理 域名变更按钮 确认,  修改FTP密码  邮箱域名绑定，  邮箱域名变更， 主机多域名绑定,  发票申请， 会员密码修改， 会员邮箱修改, 选择机房*/
.hostCh,.pasFtp,.nameMail,.nameMail2,.hostDym,.ainUp,.memPas,.memMail,.selHome {
	position:relative;
}
.hostCh .tipCen,.pasFtp .tipCen,.nameMail .tipCen,.nameMail2 .tipCen,.hostDym .tipCen,.ainUp .tipCen,.memPas .tipCen,.memMail .tipCen,.selHome .tipCen {
	text-align:left;
	position:absolute;
	left:180px;
	top:55px;
}
.hostCh .tipCen .con,.pasFtp .tipCen .con,.nameMail .tipCen .con,.nameMail2 .tipCen .con,.hostDym .tipCen .con,.ainUp .tipCen .con,.memPas .tipCen .con,.memMail .tipCen .con,.selHome .tipCen .con {
	border:0;
	font-weight:normal;
	padding-bottom:30px;
	background:url(../images/now_tips.gif) no-repeat 20px top;
}
,.selHome .tipCen .con{
	border:0;
	font-weight:normal;
	padding:10px;
}

.hostCh .tit {
	font-weight:normal;
}
.ainUp .tipCen .con {
	padding-bottom:10px;
}
/*第二种情况 展示层 域名管理权变更确认按钮 笑脸提示 带按钮*/
.cenOther,.cenOther2,.cenOther3 {
	display:block;
	float:left;
	margin-top:20px;
}
.cenOther .con {
	background:url(../images/wrong5.gif) no-repeat 20px top;
}
/*2 不带按钮，哭脸提示*/
.cenOther2 {
	display:block;
	float:left;
	margin-top:20px;
}
.cenOther2 .con {
	padding-bottom:30px;
	background:url(../images/wrong6.gif) no-repeat 20px top;
}
/*主机升降级提示*/
.cenOther3 .con {
	background:url(../images/wring2.gif) no-repeat 20px top;
}
/*哭脸显示 带按钮   发票申请*/
.cenOther4 {
	display:block;
	float:left;
	margin-top:20px;
}
.cenOther4 .con {
	padding-bottom:10px;
	background:url(../images/wrong6.gif) no-repeat 20px top;
}
/*域名查询结果页提示层*/
.buyCen2 .tipCen {
	left:130px;
	top:0;
	text-align:left;
}
.buyCen2 .tipCen .tit a {
	width:auto;
	color:#000;
	font-weight:normal;
	line-height:25px;
}
.buyCen2 .tipCen .con {
	border:0;
	background-image: url(../images/now_buy.gif); background-repeat:no-repeat; background-position: 20px top; background-attachment: transparent;
}

/*域名注册-域名查询*/
/*页签*/
.menu3 {
	width:100%;
	float:left;
	margin-top:10px;
}
.menu3 .tt {
	height:46px;
	line-height:46px;
	background:url(../images/menu3_tt.gif) no-repeat left top;
}
.menu3 .tt li {
	height:46px;
	float:left;
	overflow:hidden;
	padding-right:30px;
}
.menu3 .tt li a {
	float:left;
	padding-left:25px;
	font-size:14px;
	line-height:55px;
	font-weight:700;
	color:#828385;
}
.menu3 .tt .on {
	background:url(../images/menu3_tt_on2.gif) no-repeat right top;
}
.menu3 .tt .on a {
	color:#303030;
	background:url(../images/menu3_tt_on1.gif) no-repeat left top;
}
.menu3 .ct {
	display:none;
}
.menu3 #ct1 {
	display:block;
}
.domainCheck .infos {
	width:100%;
	height:256px;
	background:url(../images/domain_check.gif) no-repeat left top;
}
.domainCheck .check2 {
	height:38px;
	margin:20px 0 10px 25px;
}
.domainCheck .check2 .www {
	font-size:24px;
	font-family:"微软雅黑";
}
.domainCheck .check2 .tex input {
	width:305px;
	height:38px;
	line-height:38px;
	margin:0 5px;
	background:url(../images/domain_check_input.gif) no-repeat left top;
}
.domainCheck .check2 .sele {
	width:84px;
	height:37px;
	line-height:37px;
	margin:0 5px 0 0;

	background:url(../images/domain_check_sel.gif) no-repeat left top;
}
.domainCheck .check2 .sele span {
	line-height:37px;
	height:37px;
	width:62px;
}
.domainCheck .check2 .sele .open {
	height:37px;
	background: url(../images/ymcx_open.gif) no-repeat 3px 18px;
}
.domainCheck .check2 .sele .seleList {
	top:30px;
	width:82px;
}
.domainCheck .sal {
	padding-bottom:0;
	height:35px;
}
.domainCheck .sal li {
	float:left;
	font-weight:600;
	color:#000;
	font-family:"微软雅黑";
	margin-left:10px;
	display:inline;
}
.domainCheck .sal li strong {
	color:#f10909;
	font-size:14px;
}
.domainCheck .ser {
	width:350px;

	float:left;
	padding:11px 0 0 30px;
	_padding:9px 0 0 26px;
}
.domainCheck .mess {

	clear:both;
	padding-top:5px;
}
.domainCheck .mess .listM {
	float:left;
	margin-left:30px;
	line-height:25px;
	width:46%;
	display:inline;
}
.domainCheck .mess .listM li {
	padding-left:15px;
	background: url(../images/icon5.gif) no-repeat left center;
}
.domainCheck .mess .listM li strong {
	font-size:16px;
	color:#fd3f59;
	font-family:"微软雅黑";
}

.domainCheck .jsyh {
	float:right;
	width:365px;
	margin:0px 8px 0 0;
}
.domainCheck .jsyh ul li {
	padding-left:50px;
	font-weight:700;
	line-height:25px;

}
.domainCheck .jsyh ul li strong {
	font-size:16px;
	color:#fd3f59;
	font-family:"微软雅黑";
}
.domainCheck .jsyh ul .na6 {
	background: url(../images/domain_check_js1.gif) no-repeat left 0px;

}
.domainCheck .jsyh ul .na5 {
	background: url(../images/domain_check_js2.gif) no-repeat left 0px;
}
.domainCheck .jsyh ul .nanew {
	background: url(../images/0003_03.jpg) no-repeat left 0px;
}
.domainCheck .jsyh ul .nanew2 {
	background: url(../images/0202_03.jpg) no-repeat left 0px;
}
.domainCheck .jsym {
	margin:10px 0 0 25px;
	font-size:16px;
	font-weight:700;
	color:#6c6d6f;
	font-family:"微软雅黑";
}
.domainCheck .jsym strong {
	color:#ea1710;
	font-size:30px;
}
.domainCheck .ymxx {
	background:none;
	padding:0 10px 10px 30px;
	height:85px;
}
.domainCheck .ymMes {
	padding:5px 0 5px 30px;
}
/*虚拟主机 智捷*/
.virzj .con,.mailzj .con,.vpszj .con {
	padding:10px 0 10px 0;
}
.virzj .info,.mailzj .info,.vpszj .info {
	padding:0 10px;
}
.virzj .seleMac {
	margin-left:8px;
}
.zjList {
	width:249px;
	/*height:488px;*/
	float:left;
	display:inline;
	margin-left:2px;
	position:relative;
	background:url(../images/zj_2.gif) no-repeat 4px bottom;
}

.zjList .zjT {
	width:100%;
	height:100%;
	padding-bottom:80px;
	background:url(../images/zj_1.gif) no-repeat 4px top;
}

.zjList .rm {
display:block;
width:53px;
height:67px;
background:url(../images/zj_rm2.gif) no-repeat left top;
position:absolute;
top:0;
right:8px;
}

.zjList .titles {
	height:83px;
}

.zjList .titles img {
	margin:15px 0 0 50px;
}

.zjList ul li {
	line-height:25px;
	padding-left:25px;
	background:url(../images/icon6.gif) no-repeat 12px 10px;
}

.zjList .selN {
	padding:10px 0 0 10px;
	line-height:25px;
}

.zjList .selN .nx {
	font-weight:700;
}

.zjList .nx2 {
	padding:5px 0 0 10px;
	line-height:25px;
}

.zjList .selN .us input {
	height:18px;
	line-height:18px;
	padding:0 5px;
}

.zjList .selN table {
	width:94%;
}

.zjList .selN table tr td {
	border-bottom:1px solid #dbdbdb;
}

.zjList .btns {
position:absolute;
bottom:15px;
left:35%;
display:block;
}
.zjListOn {
	width:249px;
	background:url(../images/zj_4.gif) no-repeat left bottom;
}

.zjListOn .zjT {
	background:url(../images/zj_3.gif) no-repeat left top;
}

.zjListOn .rm {
	right:9px;
	background:url(../images/zj_rm.gif) no-repeat left top;
}

.zjListOn .btns {
	display:block;
}

/*企业邮局*/
.zjList2 {
	width:316px;
	/*height:488px;*/
	float:left;
	display:inline;
	margin-left:46px;
	position:relative;
	background:url(../images/mail_new2_07.jpg) no-repeat  bottom;
}
.zjList2 .zjT{
	width:100%;
	height:100%;
	padding-bottom:80px;
	background:url(../images/mail_new2_03.jpg) no-repeat top;
}
.zjList2 .rm {
	display:block;
	width:60px;
	height:41px;
	background:url(../images/mail_001.gif) no-repeat left top;
	position:absolute;
	top:0;
	right:9px;
}
.zjList2 .titles {
	height:87px;
}
.zjList2 .titles img {
	margin:15px 0 0 50px;
}
.zjList2 ul li {
	line-height:25px;
	padding-left:25px;
	background:url(../images/icon6.gif) no-repeat 12px 10px;
}
.zjList2 .selN {
	padding:10px 0 0 10px;
	line-height:25px;
}
.zjList2 .selN .nx {
	font-weight:700;
}
.zjList2 .nx2 {
	padding:5px 0 0 10px;
	line-height:25px;
}
.zjList2 .selN .us input {
	height:18px;
	line-height:18px;
	padding:0 5px;
}
.zjList2 .selN table {
	width:94%;
}
.zjList2 .selN table tr td {
	border-bottom:1px solid #dbdbdb;
}
.zjList2 .btns {
position:absolute;
bottom:15px;
left:35%;
}
.zjListOn2 {
	width:316px;
	background:url(../images/mail_new_08.jpg) no-repeat left bottom;
}
.zjListOn2 .zjT {
	background:url(../images/mail_new_05.jpg) no-repeat left top;
}
.zjListOn2 .rm {
	right:9px;
	background:url(../images/mail_001.gif) no-repeat left top;
}
.zjListOn2 .btns {
	display:block;
}
/*新网优势*/
.virzj .doName,.vpszj .doName {
	min-height:40px;
	_height:40px;
}
.virzj .do1,.vpszj .do1 {
	background:url(../images/vir_ys1.gif) no-repeat 15px top;
}
.virzj .do2,.vpszj .do2 {
	background:url(../images/vir_ys2.gif) no-repeat 15px top;
}
.virzj .do3,.vpszj .do3 {
	background:url(../images/vir_ys3.gif) no-repeat 15px top;
}
.virzj .do4,.vpszj .do4 {
	background:url(../images/vir_ys4.gif) no-repeat 15px top;
}
.virzj .do5,.vpszj .do5 {
	background:url(../images/vir_ys5.gif) no-repeat 15px top;
}
.virzj .do6,.vpszj .do6 {
	background:url(../images/vir_ys6.gif) no-repeat 15px -3px;
}
.virzj .do7,.vpszj .do7 {
	background:url(../images/vir_ys7.gif) no-repeat 15px -5px;
}
/*免费服务*/
.servis {
	border:1px solid #cbcbcb;
	background:url(../images/vir_fw.gif) repeat-x left top;
	width:100%;
	float:left;
	margin-top:10px;
}
.servis .tit {
	height:33px;
	line-height:33px;
	color:#1a6879;
	font-weight:700;
	font-size:14px;
	padding:0 10px;
}

.servis .listInfo2 {
	float:left;
	width:450px;
	padding:0 5px 10px 15px;
}
.listInfo2 li {
	line-height:20px;
	padding-left:10px;
	background:url(../images/icon7.gif) no-repeat left 8px;
}
.servis .listInfo1 {
	float:left;
	width:250px;
	padding:0 5px 10px 15px;
}
.servis .listInfo11 {
	float:left;
	width:220px;
	padding:0 5px 10px 15px;
}
.listInfo11 li {
	line-height:20px;
	padding-left:10px;
	background:url(../images/icon7.gif) no-repeat left 8px;
}
.listInfo1 li {
	line-height:20px;
	padding-left:10px;
	background:url(../images/icon7.gif) no-repeat left 8px;
}
/*全球邮*/
/*title调整*/
.zjm2 .titles img {
	margin:15px 0 10px 30px;
}
.zjm3 .zjT {
	height:454px;
	overflow:hidden;
}
.zjm3 .titles img {
	margin:20px 0 25px 30px;
}
/*企业邮箱 新网优势*/
.mailzj .doName {
	min-height:80px;
	_height:80px;
}

.mailzj .doName li strong {
	font-size:16px;
	color:#000000;
}
.mailzj .do1 {
	background:url(../images/mail_ys1.gif) no-repeat 15px center;
}
.mailzj .do2 {
	background:url(../images/mail_ys2.gif) no-repeat 15px center;
}
.mailzj .do3 {
	background:url(../images/mail_ys3.gif) no-repeat 15px center;
}
.mailzj .do4 {
	background:url(../images/mail_ys4.gif) no-repeat 15px center;
}
.mailzj .do5 {
	background:url(../images/mail_ys5.gif) no-repeat 15px center;
}
/*vps宣传信息*/
.xcMes {
	border:1px solid #cbcbcb;
	margin-top:10px;
	line-height:20px;
	padding:5px 10px;
	background:url(../images/vps_xc2.gif) repeat-x left top;
}
.vpszj .seleMac {
	margin:10px 0 10px 8px;
}

/*域名频道 我们的资质*/
.servis .listInfo3 {
	padding:10px 0 0 20px;
}
.listInfo3 li {
	float:left;
	width:110px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
}
/*企业邮箱 产品页*/
.mailFa {
	width:100%;
	float:left;
	border:1px solid #dddddd;
	background:#f4f4f4;
	margin-top:10px;
}
.mailFa .lM {
	float:left;
	width:360px;
	padding:20px;
}
.mailFa .rM {
	float:left;
	padding:15px 0 10px 0;
	line-height:20px;
	width:300px;
}
.mailFa .rM .sNumber {
	line-height:20px;
	padding:5px 0 5px 0;
	border-bottom:1px dashed #8f8e8e;
}
.mailFa .rM .sNumber input {
	line-height:18px;
	height:18px;
	padding:0 5px;
}
/*vps*/
.mailFa2 .lM {
	width:400px;
}
.mailFa2 .rM {
	width:260px;
}
.mailFa .rM .sNumber2 {
	line-height:25px;
	padding:5px 0 5px 0;
	border-top:1px dashed #8f8e8e;
	margin-top:5px;
}
.mailFa .rM .sNumber2 .price span {
	font-size:16px;
	font-weight:700;
	color:#fe0f0f;
}
.mailFa .rM  .userM {
	margin:5px 0;
}
/*虚拟主机 产品页*/
.virFa .lM {
	width:490px;
	padding:10px;
}
.virFa .rM {
	width:220px;
}
.virFa .seleMac {
	padding:0 0 10px 10px;
}
.virFa .listInfo {
	float:left;
	width:45%;
	margin-right:10px;
}
.virFa .rM .nx {
	border-bottom:1px dashed #8f8e8e;
}
/*新闻中心 新网公告*/
.newList {
	width:100%;
}
.newList li {
	height:35px;
	line-height:35px;
	padding-left:20px;
	border-bottom:1px dashed #aeaeae;
	background:url(../images/icon.gif) no-repeat 5px center;
}
.newList li p {
	float:left;
	color:#ad2020;
}
.newList li span {
	float:right;
}
/*公告内容页*/
.newsInfo {
	margin-top:10px;
}
.newsInfo .con {
	padding:5px;
}
.messages .mt {
	text-align:center;
	line-height:35px;
	border-bottom:1px dashed #aeaeae;
}
.messages .mt ul {
}
.messages .mt ul li {
	display:inline;
	margin-right:20px;
}
.messages .mc {
	padding:10px;
}
.messages .mc p {
	line-height:30px;
	font-size:14px;
}
.newsInfo .page {
	text-align:center;
}
.newsInfo .page .lis {
	float:none;
}
.newsInfo .page .lis a {
	float:none;
	display:inline-block;
}
/*连接反馈颜色*/
.aboutLink a:hover,.host .tit a:hover,.mail .tit a:hover,.nameEn .con ul .on a,.new .sele .seleList a:hover,.sideThed li a:hover,.sideList li a:hover,.domain .tit a:hover {
	color:#d30c0c;
}
/*联系我们，左侧导航 开始*/
.sideSec h6 {
	height:26px;
	line-height:30px;
	text-indent:20px;
	margin:1px;
	background:#f5f5f5;
	overflow:hidden;
	border-bottom:1px solid #e4e4e4;
	cursor:hand;
}
.sideSec h6 a{
	float:right;
	width:15px;
	height:15px;
	background:url(../images/menu_open_10.gif) no-repeat left top;
	margin:3px 5px;
}
.sideSec h6 .up{
	background:url(../images/menu_close_07.gif) no-repeat left top;
}

.diming li {
    height:26px;
    padding-left:20px;
	display:block;
	border-bottom:1px solid #e4e4e4;
	}
	.forever li {
    height:26px;
    padding-left:20px;
	display:block;
	border-bottom:1px solid #e4e4e4;
	}
/*联系我们，右侧开始*/

.infoTus3 {
	height:25px;
	line-height:25px;
	padding:4px 10px;
	background:url(../images/namein_tbg.gif) repeat-x left bottom;
    font-size:14px;
}
.con .td {
	 line-height:24px;
}
.bor-top{ border-top:solid 1px #c5c5c5; line-height:24px; padding-right:10px;}
.redfontbig{ font-size:14px; color:#bf0000; line-height:26px;}
/*分公司，右侧开始*/
.pad{ padding:10px 0px;}
.marg{ margin-top:10px;}
/*购物车套餐定制弹出框*/
.bgnone{ background-image:none;}
/*帮助中心文档下载*/
.dl{text-align:left; padding-left:10px;}
.ali{ text-align:right;}
.font18{ font-size:18px; color:#000; line-height:25px; font-weight:700;}
.font14{ font-size:14px; color:#000; line-height:25px; }
/*新网优势*/
.font16{ font-size:16px;}
.greenfont{ color:#96cb01;}
/*帮助中心的视频中心*/
.videoline{ margin-bottom:10px; border-bottom:solid 1px #ccc; height:30px;width:98%; margin-right:auto; margin-left:auto;}
.videonav{ margin-bottom:15px; height:130px; width:98%;  margin-right:auto; margin-left:auto; }
.videonav ul{width:98%;margin-right:auto; margin-left:auto; }
.videonav ul li{ list-style:none; float:left; text-align:center; width:138px; padding-left:5px;}
.videonav ul li p{ line-height:40px;}
.videonav ul li img{ border:solid 1px #3784b8; position:relative;top:8px;}

/*置灰弹出框*/
.qzzp_tdjl .alert{
	line-height:23px;
	color:#333;
	font-size:12px;
}

.confirm .alert{
	/*sql 图片无法找到  2012-11-22
	background:url(../images/alert2.gif) 5px 50% no-repeat;
	*/
}
.qzzp_tdjl .alert p{
	font-size:12px;
}
.qzzp_tdjl .btn1 {
	text-align:center;
	color:#fff;
}
.qzzp_tdjl .btn1 a{
	float:none;
	display:inline-block;
	color:#fff;
}

.show_qzzp .btn{
	height:40px;
	padding-top:15px;
	text-align:center;
}
.show_qzzp .btn a{
	float:none;
	display:inline-block;
	color:#fff;
}

em .error{


	line-height:22px;
	height:22px;
	color:#d51212;
	margin-bottom:5px;
}
.success{
	font-size:20px;
	color:Green;
}

/*当前位置*/
.Current{ width:100%; height:15px; text-align:left; padding-left:10px; font-size:12px; padding-top:10px;}
/*底部版权*/
.aboutfont{ padding:20px; line-height:27px;}
.box .coptit {padding-left:20px;display:inline-block;background:url(../images/icon-con_03.jpg) no-repeat 10px 8px;}
/*honor*/
.honornav{ height:30px; border-bottom: dashed 1px #ccc; text-align:left; font-weight:bold; color:#000; padding-top:15px; width:97%; margin:0px auto;padding-bottom:10px; cursor: pointer;}
.honormain{border-bottom:dashed 1px #ccc;  padding-top:15px; line-height:27px; height:250px; text-align:center;}
.honormain ul{width:98%; margin:0px auto;}
.honormain ul li{list-style:none; float:left; text-align:center; /**padding-left:135px;**/  width:50%; }
/*友情链接*/
.linksmain{border-bottom:dashed 1px #ccc;  padding-top:15px; line-height:27px; text-align:center; padding-bottom:15px;}
.linksmain ul{width:98%; margin-left:auto; margin-right:auto;}
.linksmain ul li{list-style:none; float:left; text-align:center; /**padding-left:135px;**/  width:25%; margin-top:15px;}
.linksmain ul li img{ border:solid 1px #ccc;}
.linksmain ul li p{ border:solid 1px #ccc; width:128px; height:28px; text-align:center;}
.linkslink{border: solid 1px #7f9db9;padding:10px; line-height:25px; background-color:#ebebe4;}
.linkslink td{padding:10px;}

/*招贤纳士*/
.Sale{ text-align:left; border-bottom: dashed 1px #ccc; width:97%; margin:0px auto;}
/*404*/
.yellowfont{ color:#ff6600; font-weight:bold;}
.blufont{ color:#0072d2; line-height:25px;}

.selwidth{ width:60px;}
/*用户协议*/
.agree{ border: solid 1px #ccc; text-align:center; padding:20px; margin-top:10px; margin-left:auto; margin-right:auto; }
.agreetit{ font-size:16px; font-weight:bold; line-height:35px;}
.agreepint{ font-size:12px; line-height:27px; text-align: right; color:#900; display: block;}
.agreemain{ width:920px; height:500px; overflow:scroll; margin:0 auto; border: solid 1px #ccc; padding:10px;}
.agreemaintit{ line-height:27px; text-align:left;}

.neirong .nrbor p{ line-height:27px;}

.maptit{ font-size:14px;}
.maptit span a{ padding-left:10px; font-size:12px; font-weight:normal;}

.honornav2{ border-bottom: dashed 1px #ccc; text-align:left; font-weight:bold; color:#000; padding-top:15px; width:97%; margin:0px auto;padding-bottom:10px; cursor: pointer; word-break: break-all;}
.honornav2 span a{text-align:left; color:#000; color:#336699; line-height:27px;}

/*sall*/
.sallleft{ width:71px; height:20px; background-image:url(../images/sall_03.jpg); background-repeat:no-repeat; text-align:center;  color:#fff; float:left; font-size:16px;font-weight:bold;  font-family: Arial, Helvetica, sans-serif; background-color:#dfdfe1; line-height:20px;}
.sallmid{ height:20px; background-image:url(../images/sall_05.jpg); background-repeat:repeat-x; text-align:center; vertical-align: bottom; float:left; line-height:20px;white-space:nowrap;}
.sallmid img{ padding:0px 5px;}
.sallright{ height:20px; width:12px; background-image:url(../images/sall_07.jpg); background-repeat:no-repeat;  float:left;}
.sallguan{ height:30px; line-height:30px; margin:0 auto; text-align:center; clear:both;}

/*帮助中心的自主服务 2012-02-28*/
.serviceline{ margin-bottom:10px; border-bottom:solid 1px #ccc; height:30px;width:98%; margin-right:auto; margin-left:auto;}
.servicenav{  }
.servicenav ul{width:98%;margin-right:auto; margin-left:auto; }
.servicenav ul li{float:left; text-align:center; width:138px; padding-left:5px;list-style:none; width:24%; vertical-align:bottom; margin-top:15px; }
.servicenav ul .aa1{ background-image: url(../images/servis_03.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa2{ background-image: url(../images/servis_05.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa3{ background-image: url(../images/servis_07.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa4{ background-image: url(../images/servis_09.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa5{ background-image: url(../images/servis_16.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa6{ background-image: url(../images/servis_15.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa7{ background-image: url(../images/servis_19.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa8{ background-image: url(../images/servis_20.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa9{ background-image: url(../images/servis_21.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa10{ background-image: url(../images/servis_22.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa11{ background-image: url(../images/servis.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa12{ background-image: url(../images/servis_28.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa13{ background-image: url(../images/servis_29.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa14{ background-image: url(../images/servis_31.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul .aa15{ background-image: url(../images/servis_36.jpg); background-repeat:no-repeat; background-position:center bottom; height:106px; }
.servicenav ul li p{ line-height:30px; height:107px; vertical-align:bottom; padding-top:70px; _margin-bottom:-70px;}
.servicenav ul li img{ border:solid 1px #3784b8; position:relative;top:8px;}
.servicenav a{ cursor:pointer;}
.lyTableFrom{
	border: 1px solid #cccccc;
}
.lyTableFrom tr td{
	border: 1px solid #cccccc;
	height:20px;
}

.zjListOn .rm2 {
	right:9px;
	background:url(../images/zj_rm22.gif) no-repeat left top;
}

.zjList .rm2 {
display:block;
width:53px;
height:67px;
background:url(../images/zj_rm23.gif) no-repeat left top;
position:absolute;
top:0;
right:8px;
}
.zjList .rm3 {
	display:block;
	width:60px;
	height:43px;
	background:url(../images/zj_681.png) no-repeat left top;
	position:absolute;
	top:0;
	right:8px;
}

/*邮局新加样式*/
.serr{width:758px;margin:10px auto 0; }
.serr_top{background:url(../images/ser_top.png) repeat-x;height:36px;width:width:100%;border:1px solid #cbcbcb;line-height:36px;}
.serr_top h3{font-size:15px;color:#0a547b;text-indent:20px;}
.serr_mid{border:1px solid #cbcbcb;border-top:0px;height:261px;overflow:hidden;background:#fbfbfb;}
.serr_ps{margin:27px 6px 45px;height:189px;overflow:hidden;}
.regg,.sentt,.loginn,.func,.space,.dbp{width:240px;height:75px;overflow:hidden;float:left;}
.tu,.tu1,.tu2,.tu3,.tu4,.tu5{width:59px;float:left;}
.serr_mid h3,.serr_mid p{width:172px;float:left;margin-left:6px;}
.serr_mid h3{height:20px;line-height:20px;font-size:13px;color:#1d1d1d;}
.serr_mid p{line-height:18px;color:#3b3b3b;}
.clear{clear:both;height:0;overflow:hidden;}
.mb40{height:40px;}
.tu2 strong{font-weight:normal;float:right;padding-right:28px;}
.tu2 strong a{text-decoration:underline;color:#03468d;}
/*5-09seo图片放在css中的样式*/
/*5-09域名首页*/
.yumingshouyebulebg{width:335px; height:32px; background-image:url(../images/domain_check_ssbg_01.gif); background-repeat: repeat-y; color:#fff; font-size:18px; font-weight:bold;padding-left:10px; text-align:left; line-height:32px; margin-left:3px;}
.yumingshouyeyellowzi{ font-size:14px; color:#9c590a; font-weight:bold;letter-spacing:-1px; }
.yumingshouyebluezi{ font-size:14px; color:#0072d2; font-weight:bold;letter-spacing:-1px; }
/*5-09域名产品页*/
.yumingchanpinbluzi{font-size:16px; color:#1a6086; font-weight:bold;}
/*5-09虚拟主机*/
.xujiqie{ width:48px; height:39px; background-image: url(../images/vir_icon1.gif); float:left; margin-left:15px; }
.xujiwin{ width:53px; height:38px; background-image: url(../images/vir_icon2.gif); float:left; margin-left:15px; }
.xujifudong{ float:left; margin-left:15px;}
/*小图标*/
.yumingcuxiao{ width:47px; height:23px; background-image: url(../images/1_03.gif); float:left;}
.yumingcuxiaoyellow{ width:67px; height:23px; background-image: url(../images/domain_check_cx.gif); float:left;}
.yuminghuangguan{ width:18px; height:16px; background-image: url(../images/huangguanorg2.gif); float:left;margin-left:15px;}
.yumingfudong{float:left; margin-left:15px;}
.shouyehot{ width:29px; height:12px; background-image: url(../images/hot_03.gif); background-repeat:no-repeat;float:left; margin-top:10px;}
.shoucang{ width:16px; height:17px; background-image: url(../images/shoucang_03.jpg); background-repeat:no-repeat; float:left; }
.sinaweibo{ width:16px; height:16px; background-image: url(../images/sinalogo.png); background-repeat:no-repeat; float:left;padding-bottom:3px; margin-right:3px;margin-left:3px; }
.duihao{ width:20px; height:18px; background-image: url(../images/ok2.png);background-repeat:no-repeat; margin-left:50px;} 
.yumingsavenew{ width:108px; height:48px; background-image: url(../images/savenew.png); background-position:-4px 0px; float:left;background-repeat: no-repeat;}
.yumingredsavenew{ width:108px; height:50px; background-image: url(../images/redsavenew.png); background-position:-4px 0px; float:left;background-repeat: no-repeat;}
.check .inputs2 {
	width:373px;
	height:52px;
	line-height:52px;
	background:url(../images/ymfw_input222.jpg) no-repeat left top;
}
.check .inputs2 input {
	height:20px;
	line-height:20px;
	width:270px;
	margin:18px 0 0 15px;
	border:0;
	font-size:14px;
}

/*一口价域名查询结果页*/
.yikoujia {width:98%;float:left;margin-top:10px;border: solid 5px #f0f0f0;padding:3px;}
.yikoujia .neirongleft{ float:left; text-align:left; padding-right:2px; border-right: dashed 1px #f0f0f0; width:368px;}
.yikoujia .titlefont{ font-size:14px; font-weight:bold; color:#313131;}
.yikoujia .neirongright{ float:left; text-align:right;width:368px; margin-left:2px;}
.yikoujia .scroll{ width:358px; height:145px; overflow:scroll; overFlow-x:hidden; overFlow-y:scroll; margin-top:8px; margin-left:7px; }
.yikoujia .scroll strong{float:left; max-width:220px; word-wrap: break-word; font-weight:normal;}

.yikoujia .kefubutton{ width:69px; height:24px;
background-image:url(../images/yikoujiabutton_03.gif);
font-size:12px; color:#fff; text-align:center; line-height:24px; border:none;}
/*一口价高级查询*/
.yikoujiaserch{ border:solid 1px #e1e1e1; background-color:#fcfcfc; overflow:hidden; margin-top:10px;}
.yikoujiaserch .serchbg{ background-image:url(../images/yikoujia_03.gif); background-repeat:repeat-x; height:87px; padding-top:20px;_padding-top:14px; background-position:top;}
.yikoujiaserch .serchneirong{ width:660px; margin:0 auto;}
.yikoujiaserch .serchkuang{ width:540px; height:35px; border:solid 1px #e1e1e1; font-size:16px; line-height:35px; color:#515050; margin-right:8px; _margin-right:5px; padding-left:5px;_padding-left:5px;}

.yikoujiaserch .serchbutton{ width:101px; height:37px; border:none;
background-image:url(../images/yikoujia_06.gif);
cursor:pointer;}
.yikoujiaserch .xuanxiang{ float:left; text-align:left; width:478px;}

.yikoujiaserch .what{ float:left; width:175px; height:20px;
border: solid 1px #d8d8d8;
background-image:url(../images/yikoujia_10.gif);
background-repeat:repeat-x; font-size:12px; color:#000; line-height:20px; padding-left:5px;_padding-left:2px;}
.yikoujiaserch .qingkuang{float:left; text-align:right; width:561px; line-height:18px;}

.yikoujiaserch .shenkai{ width:91px; height:23px; float:left;
background-image:url(../images/yizhankai.gif); 
background-position: bottom center;}

.yikoujiaserch .bihe{ width:91px; height:23px; float:left;
background-image:url(../images/bihe.gif);
background-position: bottom center;}
.yikoujiaserch .sekuai{ width:33px; height:20px; background-color:#f79c0c; text-align:center; color:#fff; line-height:20px; }
.yikoujiaserch .dixian{ border-bottom: solid 1px #e1e1e1;}

.xstitle{ height:31px;
background-image:url(../images/yikoujiaxing.gif);
background-repeat:repeat-x;
border:solid 1px #d8d8d8;
font-size:14px; font-weight:bold; text-align:center; line-height:31px;}


.xsgouwuche{ width:88px; height:27px;
background-image:url(../images/yikoujiaxing_07.gif);
 background-repeat:no-repeat; font-size:14px; color:#fff; text-align:center; line-height:27px; border:none;}
.xstable{ font-size:14px;}
.xspadleft{ padding-left:10px;}
.xingqudixian{ border-bottom: solid 1px #ebebeb; color:#000; font-family:Arial, Helvetica, sans-serif;}
.xingqubluefont{ color:#064592; text-decoration:underline;}

.xingqubutton{ width:120px; height:33px;
background-image:url(../images/xingqubutton.gif); 
text-align:center; border:none; font-size:16px; color:#555454;}

/*弹出层*/
.zhuceqingkuang {position:absolute;right:30px;top:305px;z-index:999; display:none; width:160px;}
.zhuceqingkuang table {width:90%;margin:0 auto;line-height:25px;}

.zhuceqingkuang .cengjian{
	background-image: url(../images/zhucejianbg_01.gif); 
	width:160px; height:12px;}
.zhuceqingkuang .cengneirong{overflow:hidden; border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1; background:#FFF;}
.zhuceqingkuang .quzhuce{ border:solid 1px #e1e1e1; width:40px; height:20px; color:#66ae00; text-align:center; line-height:22px;}
/*跳过填写用户信息*/

.tiaoguobg{ 
	background-image:url(../images/user_03.gif); 
	width:721px; height:66px; margin:0 auto;}
.wenzineirong{ width:465px; float:left; margin-left:90px;  _margin-left:43px; text-align:left; line-height:30px;}

.wenzibutton{ width:159px; float:left; text-align:left; line-height:31px; background-image:url(../images/user_03_06.gif); font-size:14px; color:#fff; text-align:center; margin-top:16px;_margin-top:15px; font-weight:bold; }

.wutiaoguobg{ 
	background-image:url(../images/wutiaoguo.gif);
	 width:555px; height:64px; margin:0 auto;}
.greenzi{ color:#129008;}
.xingqubg{ width:285px; overflow:hidden;text-align:center; vertical-align:top; float:left; background-color:#fcfcfc;}
.xingqubg strong{float:left; max-width:220px; word-wrap: break-word; font-weight:normal;}
.xingqubg .biankuang{ border-left:solid 1px #ebebeb; border-right:solid 1px #ebebeb; border-top:solid 1px #ebebeb;}

/*虚线自适应*/
.thriftbox_autolist {
	PADDING-BOTTOM: 10px; MARGIN: 10px 0px 0px; ZOOM: 1; CLEAR: both; OVERFLOW: hidden; PADDING-TOP: 0px
}
.thriftbox_autolist LI {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 30px; padding-left:5px; WIDTH: 278px; PADDING-RIGHT: 0px; BACKGROUND: url(http://www.net.cn/static/other/images/domainquery_bg01.gif) repeat-x 0px 2px; FLOAT: left; PADDING-TOP: 0px;border-bottom: solid 1px #ebebeb;
}
.thriftbox_autolist LI SPAN.dmname {
	LINE-HEIGHT: 30px; WIDTH: 145px; FONT-FAMILY: Arial; WORD-WRAP: break-word; BACKGROUND: url(http://www.net.cn/static/other/images/domainquery_bg01.gif) repeat-x 0px 2px; FLOAT: left; OVERFLOW: hidden
}
.thriftbox_autolist LI SPAN.dmname STRONG {
	MAX-WIDTH: 145px; WORD-WRAP: break-word; BACKGROUND: #FCFCFC; FLOAT: left; FONT-WEIGHT: normal; MARGIN-RIGHT: 5px
}
.thriftbox_autolist LI SPAN.dmmore {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BACKGROUND: #FCFCFC; FLOAT: right; PADDING-TOP: 0px
}
.thriftbox_autolist LI SPAN.dmmore A:link {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmmore A:visited {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmmore A:hover {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmbuy {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 20px; PADDING-RIGHT: 5px; BACKGROUND: url(../images/top_buy2.gif) #FCFCFC no-repeat 0px 10px; FLOAT: right; PADDING-TOP: 0px
}

.thriftbox_autolist LI SPAN.dmbuy A:link {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmbuy A:visited {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmbuy A:hover {
	COLOR: #48607a; TEXT-DECORATION: underline
}
.thriftbox_autolist LI SPAN.dmmoney {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 10px; BACKGROUND: #FCFCFC; FLOAT: right; PADDING-TOP: 0px
}


/*	WHOIS信息保护 - 已开通 样式结束*/
/*域名增值 商务名片样式开始*/
.BusinessCard_m{
	padding:20px;
	
	border:1px solid #ccc;
	overflow:hidden;
	
	}
.BusinessCard_Left_m{
	width:560px;
	float:left;
	padding-right:10px;
	
	}
.BusinessCard_LeftTitle_m{
	font-size:14px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	
	}
.BusinessCard_LeftLogo_m{
	width:125px;
	height:73px;
	border:1px solid #ccc;
	float:left;
	text-align:center;
	padding-top:7px;
	
	}
.BusinessCard_LeftFont_m{
	width:205px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	line-height:24px;
	
	}
.BusinessCard_LeftMap_m{
	width:200px;
	height:145px;
	float:left;
	border:1px solid #ccc;
	}
.BusinessCard_Left_m p{
	line-height:24px;
	padding-right:8px;
	
	}
.QuickNavigation_m{
	height:80px;
	
	
	}
.QuickNavigation_m ul li{
	width:109px;
	height:29px;
	text-align:center;
	line-height:29px;
	color:#fff;
	font-family:"微软雅黑";
	background: url(../images/QuickNavigation_m.png) no-repeat;
	float:left;
	margin-right:29px;
	font-weight:bold;
	margin-bottom:15px;
	
	}
.Introduction_m{
	margin-top:15px;
	height:7;
	
	}
.Introduction_m ul li{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
	
	}
.Introduction_Img_m{
	width:111px;
	height:71px;
	}
.Introduction_Font_m{
	line-height:24px;
	width:145px;
	
	}
.BusinessCard_Right_m{
	width:133px;
	
	float:left;
	padding-left:10px;
	border-left:1px dashed #ccc;
	
	
	}
.BusinessCard_Right_m p{
	line-height:24px;
	margin-bottom:20px;
	
	}
.buttonExpansion_m{
	height:22px;
	text-align:left;
	margin-bottom:10px;
	margin-top:20px;
	
	}


/*域名增值 商务名片样式结束*/
/*maxiaojing 12.17*/
.comInfo01 {
	width:49.8%;
	float:left;
}
.comInfo02 {
	width:50%;
	float:left;
	margin-top:10px;
}
.comInfo01 .tit {
	height:29px;
	background:url(../images/ymfw_tit.gif) repeat-x left top;
}
.comInfo01 .tit a {
	float:left;
	height:29px;
	line-height:29px;
	width:96px;
	text-align:center;
	color:#fff;
	font-weight:700;
	margin-left:10px;
	background:url(../images/cominfo_menu.gif) no-repeat left top;
}
.comInfo01 .tit .on {
	background:url(../images/ymfw_tit_on.gif) no-repeat left top;
}
.comInfo01 .tit strong {
	display:inline-block;
	width:96px;
	height:29px;
	line-height:29px;
	background:url(../images/ymfw_tit_on.gif) no-repeat left bottom;
	text-align:center;
	color:#fff;
	margin-left:10px;
}
.comInfo01 .con {
	border:1px solid #cbcbcb;
	border-top:0;
	padding:10px;
}
.comInfo01 .con2 {
	border:1px solid #cbcbcb;
	padding:10px;
}
.box4_m {
	margin-bottom:10px;
}
.box4_m img {
	margin-top:10px;
}
/*maxiaojing 12.17*/
/*maxiaojing 12.17结束*/
/*提示层样式开始*/
.pop_con_m {
	width:400px;
	padding:10px 20px;
}
.pop_title_m {
	font-size:14px;
	color:#cc0000;
	text-align:left;
}
.pop_con_m p {
	text-align:left;
	font-size:12px;
}
.mydivzhuanti_m {
	width:496px;
	height:493px;
	border:2px solid #f2f2f2;
	background:#fff;
	background-color: #ffffff;
	text-align:center;
	line-height: 27px;
	font-size: 12px;
	z-index:999;
	width: 445px;
!important;
	height:410px;
	left:50%;/*FF IE7*/
	top:30%;/*FF IE7*/
	margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-50px!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
 _top:       expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
	display:inline;
}
.pop_con02_m table tr th{
	text-align:right;
	
	}
.pop_con02_m table tr td{
	text-align:left;
	margin-left:2px;
	
	}

/*提示层样式结束*/
/*2004-06-10 开始*/
.butyanzhenma{
	height:22px;
	line-height:22px;
	border:1px solid #bfbfbf;
	margin-left:10px;
	background-image:#eaeaea;
	color:#666666;
	padding:0px 5px;
	cursor:pointer;
	}
.input3Red{
	
	height:22px;
	line-height:22px;
	border:1px solid #bf1414;
	}
.con0610{
	padding:10px 30px 20px 30px;
	
	}
	 .con0610 p{ line-height:25px; color:#666; margin-bottom:10px;}
/*2004-06-10 结束*/

