/*格式化样式*/
#regall_btn {
	width:110px;
	height:29px;
	background:url(/images/moredomain.gif);
    cursor: pointer;
    margin-top:20px;
    line-height: 0px;
    border: 0;
}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f20{font-size:20px}
.fb{font-weight:bold}
.fn{font-weight:normal}
.t2{text-indent:2em}
.red,a.red{color:#e00000}
.blue,a.blue{color:#006fc4}
.darkblue,a.darkblue{color:#039}
.light_gray,a.light_gray{color:#acacac}
.gray,a.gray{color:#878787}
.orange{color:#ff6600;}
.black{color:#000;}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right}
.vm{vertical-align:middle} 
.pr{position:relative} 
.pa{position:absolute}
.abs-right{position:absolute;right:0}
.zoom{zoom:1} 
.hidden{visibility:hidden} 
.none{display:none}

/*长度高度*/
.w10{width:10px}
.w20{width:20px}
.w30{width:30px}
.w50{width:50px}
.w80{width:80px}
.w90{width:90px}
.w100{width:100px}
.w150{width:150px}
.w200{width:200px}
.w250{width:250px}
.w500{width:500px}
.w800{width:800px}
.w{width:100%}
.h50{height:50px}
.h80{height:80px}
.h100{height:100px}
.h200{height:200px}
.h{height:100%}

/*边距*/
.m5{margin:5px!important;}
.m10{margin:10px !important;}
.m15{margin:15px!important;}
.m30{margin:30px!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb100{margin-bottom:100px!important;}
.ml3{margin-left:3px!important;}
.ml5{margin-left:5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml30{margin-left:30px!important;}
.ml50{margin-left:50px!important;}
.ml100{margin-left:100px!important;}
.mr3{margin-right:3px!important;}
.mr5{margin-right:5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr50{margin-right:50px!important;}
.mr100{margin-right:100px!important;}
.p10{padding:10px!important;}
.p15{padding:15px!important;}
.p30{padding:30px!important;}
.pt5{padding-top:5px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt30{padding-top:30px!important;}
.pt50{padding-top:50px!important;}
.pb5{padding-bottom:5px!important;}
.pb100{padding-bottom:100px!important;}
.pl5{padding-left:5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl50{padding-left:50px!important;}
.pl100{padding-left:100px!important;}
.pr5{padding-right:5px!important;}
.pr10{padding-right:10px!important;}
.pr15{padding-right:15px!important;}
.pr100{padding-right:100px!important;}

/***********通用基本类************/

table{border-collapse:collapse}
td{padding:3px}
img{border:none}
input{padding:1px;vertical-align:middle;line-height:normal;outline:0}
.main-box{margin-right:auto;margin-left:auto;width:960px;clear:both;zoom:1;overflow:hidden;background-color:#CCC}
.text-overflow-hidden{white-space:nowrap;word-spacing:normal;letter-spacing:normal;overflow:hidden}
.box-align-center{margin-right:auto;margin-left:auto}

.valign{display:table-cell;zoom:1;vertical-align:middle}
.text{word-wrap:break-word;overflow:hidden;word-break:break-all}
.nowrap{white-space:nowrap;}

/* 表格 */
.gird table{width: 100%; border:1px solid #c4c4c4;border-collapse: collapse; text-align: center; background:#fff;}
.gird table th{background-color: #82858f; color:#fff; text-align:center; font-size:16px;}
.gird table th,.gird table td{border-bottom: 1px solid #c4c4c4;border-right: 1px solid #c4c4c4; }
.gird table td{height: 40px; font-size: 14px; font-family: "Arial"; color: #000;}
.gird table th.th1{height: 40px; font-size: 16px;}
.gird table th.th2{height: 31px;}
.gird table th.special{background: #e00000; color: #ffffff;}
.gird table .lst1 .g_alink1{font-size: 14px; font-weight: bold; color: #41679f; }

.gird table tbody tr td.special{background-color: #fff4f4;}/*special:特殊标示列*/
.gird table tbody tr.odd1{background-color:#f7fbfe;}
.gird table tbody tr td.odd2{background-color:#fff1ef;}
.gird table tbody tr td.on1{background-color: #e3eafd;}
.gird table tbody tr td.on2{background-color: #e6deee;}


/* 常用标签 label */
.label{ padding:0 5px; font-size:12px; margin-left:10px; color:#fff; border-radius:3px;vertical-align: middle;}
.label_blue{ background:#0588ed;}			/* 蓝 */
.label_green{ background:#5cb85c;}			/* 绿 */
.label_red{ background:#f74c4c;}			/* 红 */
.label_grey{ background:#acacac;}			/* 灰 */
.label_yellow{ background:#ff8400;}			/* 黄 */
.label_purple{ background:#c600ff;}			/* 紫 */
/* 按钮 */
.bnt-green,.bnt-hui,.bnt-lan,.bnt-red,.bnt-zi{color:#fff;display:inline-block;text-align:center;height:30px;line-height:30px;border-radius:2px}
.bnt,.bnt2{padding:3px 8px;border-radius:2px;font-size:14px;display:inline-block;text-align:center;line-height:16px;height:16px;font-size:12px}
.bnt:hover{color:#fff;background-color:#ffa90f;border:1px solid #fe8101}
.bnt{background-color:#fafafa;border:1px solid #CACACA;color:#444}
.bnt2{background-color:#f9f9f9;border:1px solid #ededed;color:#999;cursor:default}
.bnt2:hover{color:#999}
.d-name:hover input{color:#fff;background-color:#FFA90F;border:1px solid #FE8101;border-radius:3px}
.bnt-orange{background:#FF8D08;color:#FFF;text-align:center;text-decoration:none;font-size:14px;display:inline-block;border:none;height:30px;line-height:30px;border-radius:2px}
.bnt-orange:hover{background:#ffa00a;cursor:pointer;color:#FFF}
.bnt-green{background:#86C440;border:none;font-size:14px;border-radius:2px}
.bnt-red{background:#ff5c58;border:none;font-size:14px;border-radius:2px}
.bnt-red:hover{color:#fff;background:#ff716e}
.bnt-green:hover{color:#fff;background:#92d04d;cursor:pointer}
.pm-input .bnt-green{background:none repeat scroll 0 0 #86C440;border:medium none;border-radius:2px;color:#FFF;float:float;font-size:14px;line-height:14px;height:23px;width:60px;text-align:center}
.bnt-hui{background-color:#DDD;color:#666;text-decoration:none;font-size:14px;border:none;cursor:pointer}
.bnt-hui:hover{background-color:#e5e5e5;color:#666;text-decoration:none;}
.bnt-lan{background-color:#57bae8}
.bnt-zi{background-color:#e94a73}
.bnt-lan:hover,.bnt-zi:hover{color:#fff;text-decoration:none}
.bnt-zi:hover{background-color:#f8517c}
.bnt-lan:hover{background-color:#5ec4f4}
.bnt-cheng{border:1px solid #ffcc7f;background:#ffffe5;color:#fe8431;display:inline-block;text-align:center;height:30px;line-height:28px;border-radius:2px;font-weight:700}
a.a_cheng{background-color:#ff8d08;border:none;color:#fff;cursor:pointer;display:inline-block;height:23px;line-height:23px;padding:0 10px;width:auto}
a.a_cheng:hover{background-color:#ffa00a}
/*==================通用模块==================*/
input,textarea{font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",Helvetica}
select,input, textarea, button {color:#666;}
textarea{ border:1px solid #e5e5e5;font-size:14px; line-height:20px; resize:none;}
a{text-decoration:none;color:#5b5b5b;outline:0;blr:expression(this.onFocus=this.blur())}
a:hover{color:#e00000;border:none}
.wp{margin:0 auto;width:980px;overflow:hidden}

/*yuming*/	
.ymbg{height:300px;background:url(img/ymbg.jpg) no-repeat center}
.ym_links{height:46px;border-bottom:1px solid #dddfde;background:#adadad}
.ym_links a{float:left;display:block;width:324px;height:46px;border-right:1px solid #fff;color:#fff;text-align:center;font-size:20px;line-height:54px}
.hover{background:#fff}
.ym_links a.nobo{width:326px;border:none}
.yn_current{background:#4bb716}
.ym_dse{height:1555px;border:1px solid #e2e2e2}
.ym_search{padding-top:40px;width:995px;height:65px}
.yubig{float:left;display:block;margin-right:10px;padding:0 15px;color:#aaa;font-weight:700;font-size:36px}
.yubig2{float:left;display:block;padding:0 0 0 30px;height:50px;color:#aaa;font-weight:700;font-size:20px;line-height:50px}

/*domain_h*/
.domain_h{height:64px}
.domain_h ul{margin:0 auto;height:64px;width:995px;text-align:center;font-size:20px;color:#fff}
.domain_h ul li{width:380px;background:#adadad;float:left;display:inline;margin-left:1px;line-height:64px;cursor:default}
.domain_h ul li a{color:#fff;width:380px;line-height:64px;display:block}
.domain_h ul li a:hover{color:#fff}
.domain_h .current{background:#3b9ae4}
.preferential{width:980px;margin:0 auto}
.preferential ul{padding-top:11px;text-align:center}
.preferential ul li{float:left;display:block;width:228px;height:106px;margin:0 8px;background:#f0f0f0;position:relative}
.preferential ul li .ymtext{padding:6px;padding-right:0;display:block;width:215px;height:90px;background:#fff;border:1px solid #ccc;position:absolute;top:-2px;left:1px}
.zy-ban{width:100%;height:160px;background:url(img/zybn.jpg) no-repeat center}
/*teb_box*/
.ym_content{margin:0 auto;padding-bottom:20px}
.tab_box .hide{display:none}
.domainSearchBox{margin:0 auto;padding-left:10px;height:5pc}
.inp_do{width:500px;height:52px;font-size:18px;line-height:52px}
.domainSearchBox .inp_do2,.inp_do{margin-right:10px;border:1px solid #ccc;background:#fff;color:#bebebe}
.domainSearchBox .inp_do2{float:left;width:430px;height:40px;font-size:14px;line-height:40px}
.domainSearchBox .inp_do3{width:25pc}
.text_do{width:500px;height:52px;border:1px solid #ccc;background:#fff;color:#bebebe;font-size:18px}
.but_do{width:136px;height:54px;border:none;background:#fa8408;color:#fff;font-weight:700;font-size:30px;cursor:pointer}
.but_do:hover{background:#ee7f0a;color:#fff}
.domainSearchBox .but_do2{float:left;width:5pc;height:40px}
.much_do,.single_do{width:110px;height:50px;cursor:pointer}
.domainGroups{padding-left:50px}
.domainGroups ul{overflow:hidden;text-align:left;font-size:1pc}
.domainGroups ul li{float:left;display:inline;margin:9px 0;width:138px}
.domainGroups input{margin-right:9pt;width:16;height:1pc}
.chineseDomain .domainGroups ul li{width:152px}
.nationDomain .domainGroups{margin-left:65px}
.nationDomain .domainGroups ul li{width:127px}
.ym_links2{background:#f5f5f5}
.ym_links2,.ym_links2 a{height:40px;border:none;line-height:40px}
.ym_links2 a{float:left;display:block;width:140px;color:#4e4e4e;text-align:center;font-size:1pc}
.ym_links2 .hhover{float:left;display:block;border-top:2px solid #e5a832;background:#fff}
#content .r1{float:left;display:block;margin:0 70px;margin-top:40px;padding:0;width:300px;height:90px;border:0;background:0 0;list-style:none}
#content .r1 a{margin:0 3px;color:#09f;font-weight:700;font-size:14px}
.r1 img{float:left;margin-right:10px;border:2px solid #ddd}
.r1 h2{margin-top:5px;color:#000;font-size:14px}
.r1 p{line-height:22px}
.rre{height:330px}
#sucai{overflow:hidden;padding-right:20px;height:300px}
#sucai,.bzfw{margin:0 auto}
.bzfw{margin-top:20px;padding:10px 0 0 20px;height:65px;border:1px solid #ede4bd;background:#fffff6}
.bzfw h1{display:block;font-size:1pc}
.bzfw a{float:left;display:block;margin:0 20px;margin-top:10px;padding-left:20px;background:url(img/yuy.gif) 0 2px no-repeat}
.cxjg{margin:0 auto}
.sea{height:200px;border-bottom:2px solid #d7d7d7;background:#fafafa}
.whois{display:block;height:50px;background:#f6f6f6;color:#4b9d1e;text-align:center;font-size:24px;line-height:50px}
.sea p{padding:20px 0 0 40px}
.sea span{display:block;padding-left:40px;width:760px;height:60px;color:#aaa;font-size:26px;line-height:60px}
.sea span input[type=text]{margin:0 0 0 20px;width:419px;height:40px;font-size:9pt;line-height:40px}
.sea span input[type=button]{margin:0 0 0 10px;width:5pc;height:40px;border:none;background:#ff7e00;color:#fff;font-size:1pc;cursor:pointer}
.sea span input[type=button]:hover{background:#e57c15}
.sea span input[type=submit]{margin:0 0 0 10px;width:5pc;height:40px;border:none;background:#ff7e00;color:#fff;font-size:1pc;cursor:pointer}
.sea i{padding-left:255px;background:url(img/xxd.gif) 235px 3px no-repeat;color:#f46767}
.sea i,.zs{display:block}
.zs h2{padding:10px 0 0 40px;height:70px;border-bottom:1px dotted #ccc;font-size:9pt}
.jg,.zs h2{line-height:24px}
.ymyy{margin:0;width:100%;height:302px;background:url(img/ymyy.jpg) no-repeat center #666}
.ymyy2{background:url(img/xxc.jpg) center}
.ymyy3{background:url(img/yyzx.jpg) center}
.ymyy4{background:url(img/gwc.jpg) center}
.ymzcc{height:517px;background:url(img/ymzc.jpg) center top no-repeat}
.helper{background:url(img/help.jpg) center}
.down{background:url(img/down.jpg) center;}
.newg{background:url(img/newg.jpg) center}
.news{background:url(img/news.jpg) center}
.ng{background:url(img/ng.jpg) center}
.grzx{background:url(img/grzx.jpg) center}
.jxfws{background:url(img/jxfws.jpg) center}
.lx{background:url(img/lx.jpg) center}
.xr,.ymcont{padding-top:20px}
.ymcont{border:1px solid #e1e1e1}
.cbg{float:left;margin:15px;padding:4px;border:1px dashed #dcdcdc;background:#fff}
.cbg,.zft{width:274px;height:169px}
.zft{background:#f5f6d4 url(img/yj.gif) no-repeat right bottom}
.zft,.zft p{display:block}
.zft p{padding:10px 15px 0;color:#848383;line-height:24px}
.help{margin:0 auto;margin-bottom:20px;padding-bottom:40px;border:1px solid #dcdcdc;background:url(img/vvf.gif) top repeat-x}
.help h1{display:block;height:60px;background:url(img/h1.gif) no-repeat center;text-align:center;font-size:28px;line-height:60px}
.help h2{display:block;padding:10px 10px 10px 20px;color:#48b518;font-size:18px}
.help p{padding-left:20px;line-height:26px}
.kh{margin:0 auto;margin-bottom:10px;padding-bottom:20px;border-bottom:1px dashed #c4c4c4}
.kh h1{display:block;margin-bottom:10px;padding-left:20px;height:44px;background:url(img/kh.gif) repeat-x;color:#616161;font-size:20px;line-height:44px}
.kh p{padding:0 0 0 20px;color:#848484;text-indent:2em;line-height:24px}
.cnv{padding-left:45px}
.cnv li{float:left;display:block;padding-left:10px;width:25pc;height:30px;background:url(img/bb.gif) 0 9pt no-repeat;color:#e65100;line-height:30px}
.sqlc h1{display:block;padding-left:30px;height:38px;background:#3b3d44;color:#fff;font-size:18px;line-height:38px}
.sqlc h2{display:block;margin-bottom:10px;height:55px;border-bottom:2px solid #e1e1e1;text-align:center;font-size:1pc;line-height:55px}
.sqlc p{color:#848484;text-indent:2em;line-height:24px}
.sqlc span{display:block;margin-top:10px;border-top:1px dashed #ddd}

/* ========= 会员中心 =========*/
.member_login_title{position:absolute;top:-68px;left:75pt;z-index:10;width:373px;height:105px;background:url(img/member_login_title.png) no-repeat 0 0}
.member_center{overflow:hidden;padding-bottom:30px}
.member_center .login_box{float:left;padding:50px 0 150px;width:655px;border-right:1px dashed #ddd}
.member_center .login_box h2{padding:0 0 0 10pc;height:55px;background:url(img/member_login_icon.png) no-repeat 98px 0;color:#666;font-weight:400;font-size:25px;line-height:55px}
.member_center .login_box ul{padding:20px 0 0}
.member_center .login_box li{padding:13px 0;height:35px;line-height:35px}
.member_center .login_box li .text_box{float:left;display:inline-block;width:170px;color:#666;text-align:right;font-size:15px}
.member_center .login_box li .text_value{float:left;padding:0 5px;width:300px;height:35px;border:none;background:url(img/input_text_310x35.png) no-repeat 0 0;line-height:35px}
.member_center .login_box .aid_li{margin-left:170px;padding:0;width:310px;font-size:14px}
.member_center .login_box .aid_li label{color:#666}
.member_center .login_box .aid_li label input{margin-top:-1px;vertical-align:middle}
.member_center .login_box .error_text{margin:-8px 0 0 170px;padding:0 0 5px 22px;height:20px;background:url(img/error_icon_16x16.gif) no-repeat 0 2px;color:red;line-height:20px}
.member_center .login_box .btn_box{padding:13px 0 0 170px;width:310px}
.member_center .login_box .btn_box .login_btn{float:left;overflow:hidden;width:217px;height:40px;border:none;background:url(img/login_btn_217x40.png) no-repeat 0 0;text-indent:-3125pc}
.member_center li .text_value_111{float:left;padding:0 5px;width:101px;height:35px;border:none;background:url(img/yzyz.jpg) no-repeat 0 0;line-height:35px}
.member_center .login_box .btn_box .login_btn:hover{float:left;overflow:hidden;width:217px;height:40px;background:url(img/login_btn_217x40.png) no-repeat 0 -40px}
.member_center .forgot_password_box{float:left;padding:50px 0 150px;width:655px;border-right:1px dashed #ddd}
.member_center .forgot_password_box h2{padding:0 0 0 140px;height:55px;background:url(img/forgot_password_icon.png) no-repeat 78px 0;color:#666;font-weight:400;font-size:25px;line-height:55px}
.member_center .forgot_password_box .form_shadow{overflow:hidden;margin:30px 5pc 0;border-right:2px solid #f5f5f5;border-bottom:2px solid #f5f5f5}
.member_center .forgot_password_box .form_box{overflow:hidden;padding-bottom:30px;border:1px solid #e4e4e4;background:#fdfdfd}
.member_center .forgot_password_box .email_tip{padding:42px 0 25px 90pt;height:40px;background:url(img/forgot_password_email_icon.gif) no-repeat 40px 30px;color:#bb8d04;font-size:18px;line-height:20px}
.member_center .forgot_password_box .email_tip span{display:block;color:#999;font-size:9pt;line-height:25px}
.member_center .forgot_password_box .email_tip span .blue{text-decoration:underline}
.member_center .forgot_password_box .email_tip span .blue:hover{text-decoration:none}
.member_center .forgot_password_box ul{padding:20px 0 0}
.member_center .forgot_password_box li{padding:13px 0;height:35px;line-height:35px}
.member_center .forgot_password_box li .text_box{float:left;display:inline-block;width:90pt;color:#666;text-align:right;font-size:15px}
.member_center .forgot_password_box li .text_value{float:left;padding:0 5px;width:300px;height:35px;border:none;background:url(img/input_text_310x35.png) no-repeat 0 0;line-height:35px}
.member_center .forgot_password_box .error_text{margin:-8px 0 0 90pt;padding:0 0 5px 22px;height:20px;color:red;line-height:20px}
.member_center .forgot_password_box .btn_box{padding:13px 0 0 90pt;width:310px}
.member_center .forgot_password_box .btn_box .forgot_password_btn{float:left;overflow:hidden;width:217px;height:40px;border:none;background:url(img/forgot_password_btn_217x40.png) no-repeat 0 0;text-indent:-3125pc}
.member_center .forgot_password_box .btn_box .forgot_password_btn:hover{background-position:0 -40px}
.member_center .forgot_password_box .btn_box .reset_password_btn{float:left;overflow:hidden;width:217px;height:40px;border:medium none;border:none;background:transparent url(img/chognzhimima.jpg) no-repeat scroll 0 0;text-indent:-3125pc}
.member_center .forgot_password_box .btn_box .reset_password_btn:hover{background-position:0 -40px}
.member_center .reg_box{float:left;padding:25px 0 150px;width:655px;border-right:1px dashed #ddd}
.member_center .reg_box h2{padding:0 0 0 90pt;height:55px;background:url(img/member_reg_icon.png) no-repeat 58px 0;color:#666;font-weight:400;font-size:25px;line-height:55px}
.member_center .reg_process{position:relative;margin:18px 60px 0;height:40px;border:1px solid #e0e4dc;background:#fffdf0}
.member_center .reg_box .reg_process ul{padding:0}
.member_center .reg_box .reg_process li{float:left;padding:0 0 0 10px;height:40px;font-size:15px;line-height:40px}
.member_center .reg_box .reg_process .current{color:#509d37}
.member_center .reg_box .reg_process .current span{display:inline-block;padding-right:5px;width:23px;height:23px;background:url(img/reg_process_current.gif) no-repeat 0 0;text-align:center;line-height:23px}
.member_center .reg_box .reg_process .aroow_icon{padding:0 0 0 35px;background:url(img/reg_aroow_icon_16x10.gif) no-repeat 8px 15px}
.member_center .reg_box .reg_process .def{color:#bbbeb9}
.member_center .reg_box .reg_process .def span{display:inline-block;padding-right:5px;width:23px;height:23px;background:url(img/reg_process_def.gif) no-repeat 0 0;text-align:center;line-height:23px}
.member_center .reg_process .corner{position:absolute;z-index:5;display:inline-block;width:3px;height:3px;background:url(img/reg_process_corner.gif) no-repeat}
.member_center .reg_process .tl{top:-1px;left:-1px;background-position:0 0}
.member_center .reg_process .tr{top:-1px;right:-1px;background-position:-3px 0}
.member_center .reg_process .bl{bottom:-1px;left:-1px;background-position:0 -3px}
.member_center .reg_process .br{right:-1px;bottom:-1px;background-position:-3px -3px}
.member_center .reg_box ul{padding:25px 0}
.member_center .reg_box li{padding:13px 0;height:35px;line-height:35px}
.member_center .reg_box li .text_box{float:left;display:inline-block;width:150px;color:#666;text-align:right;font-size:15px}
.member_center .reg_box li .text_value{float:left;padding:0 5px;width:300px;height:35px;border:none;background:url(img/input_text_310x35.png) no-repeat 0 0;line-height:35px}
.member_center .reg_box li .text_value_ban{width:150px;float:left;padding:0 5px;height:35px;border:none;background:url(img/input_text_150x35.png) no-repeat 0 0;line-height:35px}
.member_center .reg_box .btn_yzm{float:left;overflow:hidden;height:35px;border:none; background:#2ac138;color:#fff; padding: 0 25px; border-radius:3px;}
.member_center .reg_box .btn_box{margin:0 60px;padding:13px 0 0 90px;border-top:1px solid #e0e4dc}
.member_center .reg_box .btn_box .read{padding-top:8px;padding-bottom:10px;height:30px;font-size:13px;line-height:30px}
.member_center .reg_box .btn_box .read a{text-decoration:underline}
.member_center .reg_box .btn_box .read label{color:#666}
.member_center .reg_box .btn_box .read label input{margin-top:-1px;vertical-align:middle}
.member_center .reg_box .error_text{margin:-8px 0 0 150px;padding:0 0 5px 22px;height:20px;background:url(img/error_icon_16x16.gif) no-repeat 0 2px;color:red;line-height:20px}
.member_center .reg_box .btn_box .reg_personal_btn{float:left;overflow:hidden;width:217px;height:40px;border:none;background:url(img/reg_personal_btn_217x40.png) no-repeat 0 0;text-indent:-3125pc}
.member_center .reg_box .btn_box .reg_personal_btn:hover{background-position:0 -40px}
.member_center .reg_box .btn_box .reg_enterprise_btn{float:left;overflow:hidden;width:217px;height:40px;background:url(img/reg_enterprise_btn_217x40.png) no-repeat 0 0;text-indent:-3125pc}
.member_center .reg_box .btn_box .reg_enterprise_btn:hover{background-position:0 -40px}
.member_center .aid_box{float:left;padding:20px 0 0}
.member_center .aid_box .member_aid_tip{margin:0 0 0 28px;padding:20px 0;width:260px;border-bottom:1px solid #ebebeb;font-size:18px;line-height:30px}
.member_center .aid_box .member_aid_tip p{margin-top:-3px;color:#999;font-size:9pt}
.member_center .aid_box .member_aid_tip .green{text-decoration:underline}
.member_center .aid_box .member_aid_tip .green:hover{text-decoration:none}
.member_center .aid_box .member_aid_enterprise{margin:0 0 0 28px;padding:9pt 0 18px;width:260px;border-bottom:1px solid #ebebeb}
.member_center .aid_box .member_aid_enterprise h3{padding:0 0 0 22px;height:25px;background:url(img/enterprise_users_icon_16x16.gif) no-repeat 0 5px;color:#666;font-size:15px;line-height:25px}
.member_center .aid_box .member_aid_enterprise p{line-height:25px}

/*注册方式*/
.member_center .reg_box .reg_fangshi{margin:18px auto 0 58px;*margin:18px 62px 0 60px;height:40px;border:1px solid #b2c4ed;background:#fafbfd; float:left;}
.member_center .reg_box .reg_fangshi ul{padding:0}
.member_center .reg_box .reg_fangshi li{padding:0 98px;float:left;height:40px;font-size:14px;line-height:40px; cursor:pointer;color:#8ca9e9;}
.member_center .reg_box .reg_fangshi li:hover{color:#2aa9e8;}
.member_center .reg_box .reg_fangshi li i{ background:url(img/sprite_icon.gif) no-repeat; width:25px; height:22px; display:block; float:left; margin-top:9px;}
.member_center .reg_box .reg_fangshi li .reg_fangshi_yxzc{background-position:-22px 0;}
.member_center .reg_box .reg_fangshi li .reg_fangshi_sjzc{background-position:3px 0;}
.member_center .reg_box .reg_fangshi li .reg_fangshi_gxzc{background-position:-44px 0;}

.member_center .reg_box .reg_fangshi .current{display:block;background:#8ca9e9;color:#fff !important;}
.member_center .reg_box .reg_fangshi .current .reg_fangshi_yxzc{background-position:-22px -22px;}
.member_center .reg_box .reg_fangshi .current .reg_fangshi_sjzc{background-position:3px -22px;}
.member_center .reg_box .reg_fangshi .current .reg_fangshi_gxzc{background-position:-44px -22px;}



.hc{margin-bottom:10px;height:40px;border-bottom:1px solid #dfdfdf}
.hc,.hc span{display:block}
.hc span{padding-left:15px;border-left:3px solid #999;font-size:20px}
#s_car{position:relative;z-index:999;float:right;width:130px;height:39px}
#s_car:hover .shop_car_g{display:block}
.total{position:absolute;top:-10px;left:2pc;z-index:1000000;width:20px;height:20px;background:#fe9b1d;color:#fff;text-align:center;line-height:20px}
.shop_car_g{position:absolute;top:40px;right:-1px;display:none;border:1px solid #e00000;border-top:none;background:#fff;font-size:9pt;line-height:50px}
.shop_car_g{float:left;padding:0 10px;width:170px;height:auto;min-height:50px;line-height:22px}
.goods_list_a,.goods_lst{padding:10px 10px 10px 15px;border-bottom:1px dotted #dcdcdc;line-height:22px}
.d_namedtl{clear:both;overflow:hidden;text-align:left}
.activi{height:25px;border-bottom:1px dotted #dcdcdc;background-color:#f8f8f8;text-align:left;line-height:25px}
.goods_list_a{padding:0;border-bottom:none}
.man{float:left;margin:4px 11px 0 10px;width:2pc;height:18px;background-color:#71b842;color:#fff;text-align:center;line-height:18px}
.car_botm,.goods_mai{float:left;width:100%}
.car_botm{background-color:#f5f5f5}
.countstar{float:right;padding-top:5px;padding-right:18px;text-align:right}
.goods_lst{}
a#first_ag{height:39px}
a#first_ag,a#first_ah{display:block;width:130px;color:#fff;font-size:1pc}
a#first_ah{height:40px;background:#f4c60d}
.nav-check{margin-left:85px;width:4in;line-height:27px}
.nav-check li{float:left;padding:0 20px 0 0;width:auto;font-weight:700;font-size:14px;cursor:pointer}
.nav-check li.on{color:#fe8432}
.signe,.signf{display:block;background:url(img/icon2013.png) no-repeat}
.signe{float:left;margin:5px 11px 2px 8px;width:25px;height:28px;background-position:2px 6px}
.signf{float:right;margin-top:10px;margin-right:10px;width:22px;height:20px;background-position:10px -251px}
	
.suffixes-item2{ padding-left:0;}
/*==============购物车========*/
.commonc{float:left;width:100%}
.gwc{margin-top:5px;height:34px}
.i_signc,.i_signe,.i_signh{float:left;width:5px;height:34px;background-position:-972px 0}
.i_signh{background-position:-795pt -3pc}
.gwc_l{float:left;color:#666;font-weight:lighter;font-size:23px;line-height:34px}
.gwc_r{float:right;width:710px}
.notice{margin-top:20px;height:33px;border:1px dotted #e0e0e0;border-bottom:none;font-size:9pt;line-height:33px}
.i_signd{float:left;width:38px;height:33px;background-position:-874px 4px}
.i_signg{float:right;padding-right:13px;width:25px;height:33px;background-position:-902px 5px;cursor:pointer}
#goodstable_a,#goodstable_b,#goodstable_c,.goodstable,.paysucces{float:left;border:1px solid #e6e6e6;border-right:none;color:#666;text-align:center;font-size:14px}
.div-table,.div-table-reg{display:block;line-height:35px}
.div-table,.div-table-reg,.paysucces{border-right:1px solid #e6e6e6}
.goodstable{border-top:2px solid #ccc}
.paysucces{margin-top:20px;border-top:2px solid #f27522}
#goodsconfirm,#paysucces{border-bottom:none}
#goodstable tr,#goodstable_a tr,#goodstable_b tr,#goodstable_c tr{width:978px;text-align:left}
#goodsconfirm td,#goodstable td,#goodstable_a td,#goodstable_b td,#goodstable_c td,.paysucces td{height:35px;border-bottom:1px solid #e6e6e6;line-height:35px}
.tablehead{background:#f8f8f8}
.nogoods{height:70px}
#plsz,#year{width:85px}
#year{width:45px}
.fp-model .liebiao th.t_left,.result_mainB th,.t_left,.tab .result_mainB{text-align:left}
input#goodsname{margin-left:8px}
input.gwc_chose{margin:0 5px 4px 8px;vertical-align:middle}
td#remove{width:60px;cursor:pointer}
.gold{float:left;margin:10px 5px;width:50px;height:50px}
.givegold{line-height:70px}
#typeq{height:42px;background:#f7f7f7}
#typej{height:75pt}
.pay,.return,.sale{display:inline;margin-right:10px;width:970px}
#salemoney,.fhmoney,.pay,.return,.sale,.ttmoney{float:right;height:30px;text-align:right;line-height:30px}
#salemoney,.fhmoney,.ttmoney{display:block;width:10pc}
#goodstable tr#typeq td,#goodstable_a tr#typeq td,#goodstable_b tr#typeq td,#goodstable_c tr#typeq td{border:none;line-height:39px}
.i_signf{float:left;width:33px;height:38px;background-position:-930px 7px}
.ofall{float:right;width:270px;height:38px;text-align:left;white-space:nowrap;font-size:14px;line-height:38px}
#paymoney{float:right;display:block;margin-right:10px;width:150px;height:39px;text-align:right;font-size:19px;line-height:39px}
.sement{float:right;height:65px;font-size:13px;line-height:65px}
.setlment{float:right;margin:17px 0 0 25px;width:145px;height:36px;border:none;background-color:#fd5c52;background-position:-85px 13px;color:#fff;text-align:center;cursor:pointer}
.To_shopingcar:hover,.r_rnow:hover,.setlment:hover{background-color:#e74c3c}
.gtop{position:relative;float:left;margin-top:10px;width:982px;height:35px;background:#e8f2fc;color:#666;text-indent:5pc;font-weight:700;font-size:14px;line-height:35px}
#manjian,#tc{position:absolute;top:-22px;left:5px;width:68px;height:52px;background-position:-1038px -95px;color:#fff;text-align:center;text-indent:0;font-size:15px;line-height:52px}
#tc{background-position:-1038px -153px}
#typel{height:67px}
.moregoods{float:right;margin-right:15px;font-weight:lighter;font-size:9pt}
#c_us:hover,.bid_top a:hover,.failure a:hover,.goback_car a:hover,.ld_more a:hover,.moregoods:hover,.retip a:hover,.sf a:hover,a#C_check:hover,a#r_check:hover,a#visit:hover,a.release:hover{text-decoration:underline}
#blank{height:30px}
.nkm_top ul{float:left;width:100%;height:2pc;line-height:2pc}
.nkm_top ul li{float:left;background-color:#e6e6e6;text-align:center;font-weight:700;font-size:14px}
#followa,#followb{padding-right:19px;width:236px}
#followb{width:226px}
#followc{width:210px}
.addre{display:block;padding:30px;font-size:14px;line-height:26px}
.a1{background:url(img/a1.jpg) center no-repeat}
.title{padding-bottom:10px;height:30px;border-bottom:1px solid #ddd;color:#e00000;font-size:22px;line-height:30px}
.title strong{margin-left:10px;color:#c1c1c1;font-size:14px}
.tita{display:block;margin:10px 0;text-align:center}
.tita h1{height:40px;line-height:30px}
.ke-zeroborder td{padding:10px}
/*========== 域名注册 ===========*/
.zc_real_reg{overflow:hidden;margin-top:-20px;padding:30px 0 18px;background:#3b3d44;color:#fff;font-size:36px}
.yumingzc_bg{background:url(img/zcbg.png) center bottom no-repeat}
.yumingzc{position:relative;overflow:hidden;margin:auto;margin-top:-217px!important;padding-bottom:30px;width:980px;border:solid 1px #dfdfdf;background:#fff}
.ymsx{margin:10px auto}
.ym_zc{height:71px;background:url(img/ymzcc.jpg) repeat-x}
.ym_zc a{margin-right:-2px;width:25%;height:72px;border-right:solid 1px #e7e7e7;color:#4e4e4e;text-align:center;font-size:1pc;line-height:71px}
.ym_zc .hover,.ym_zc a{float:left;display:block}
.ym_zc .hover{margin-top:-1px;margin-left:-1px;height:69px;border-top:4px solid #e00000;border-left:solid 1px #e7e7e7;background:#fff}
.ym_zc_box{overflow:hidden;margin:10px;padding:15px;border:solid 13px #d9dadd}
.ym_zc_text{float:left;overflow:auto;padding:3px;padding:15px;width:650px;height:93px;outline:0;border:dashed 1px #d9dadd;background:0 0;color:#999;font-size:14px;resize:none}
.ym_zc_btn{float:left;margin-top:60px;margin-left:15px;width:173px;height:65px;border:none;background:url(img/ymzcbtn.png) 0 0;text-indent:-9999px;cursor:pointer}
.ym_zc_btn:hover{background:url(img/ymzcbtn.png) 0 -65px}
.jianjie{background:url(img/a2.jpg) center no-repeat}
.fapiao{background:url(img/a4.jpg) center no-repeat}
.zy-ban{background:url(img/jxfws.jpg) center no-repeat}
.shengming{background:url(img/grzx.jpg) center no-repeat}
/*whois*/
.ym_xx { margin-top:40px; border: #ddd solid 1px; padding:29px 22px 43px 22px; overflow:hidden; background-color:#FFF; }
.ymxx_title { font-size:20px; color:#333; font-weight:100; height:29px; line-height:14px; *line-height:20px;border-bottom:#ddd solid 1px; }
.fontred { color:#e50012; }
.jieguo{ background:#FFF; overflow:hidden; margin-top:20px; margin:0 auto;}
.jieguo p{ text-align:right; display:block; height:40px; line-height:40px;font-size:14px; margin-top:20px; }
.jieguo p a{ color:#0072d3;  text-decoration: underline; }
.tab5 { width: 100%;}
.ymr_table table { border-collapse: collapse; width: 383px; margin-top:10px; }
.ymr_table p{ text-align:right; display:block; height:40px; line-height:40px;font-size:12px; margin-top:20px; }
.ymr_table p a{ color:#0072d3;  text-decoration: underline; }
.tab5 tr td { border: 1px solid #d6dfea; color: #555; padding:0px 5px; height:35px; line-height:35px; }
.tab5 tr th { border: 1px solid #d6dfea; color: #555; font-size: 14px; }
.tab5 .odd { background: #fafcff; }

.ymr_xxbox{ margin:20px 0;}
.wzxx01{line-height:22px}
.whois-title-regist{padding-left:20px;border-left:3px solid #6c3;background:#fafafa;color:#666;word-wrap:break-word;font-size:1pc;line-height:40px;word-break:break-all}
.whois-title-regist span{float:left}
.whois-title-regist span strong{padding:0 9px;color:#494949;font-weight:800}
.whois-title-regist b{color:#999;font-weight:400;font-size:9pt}
.whois-title-regist .relate-info{position:relative;top:0;display:inline-block;margin:6px 0 0 9pt;color:#333;font-size:9pt}
.find-list{margin-top:23px;min-width:530px;border-collapse:collapse;font-size:9pt}
.find-list .td-cnName{overflow:hidden;padding-right:36px;width:180px;height:18px;color:#666;text-align:right;line-height:18px}
.find-list .td-cnName span{color:#999}
.rs{margin-top:20px}
.rs h2{margin-bottom:10px;color:#f4605b;font-weight:700;font-size:14px}
.rs a{float:left;display:block;margin:0 10px}
.rs a:hover{text-decoration:underline}
.strengthLv3{width:90pt;height:6px;background:green}
.query-box .jq2{margin-top:0}
.wz_content{float:left;overflow:auto;padding:1pc 30px 9pt 15px;width:691px;height:386px;border:1px solid #d4d4d4;background-color:#f8f8f8}


/*域名解析*/
.ymjx_ts{margin:15px 10px}
.ymjx_btn{padding:5px 20px;border:none;border-radius:2px;background:#37be0a;color:#fff;cursor:pointer}
.ymjx_btn2{margin:0 5px 5px 0;background:#039ddd;font-size:14px}
.ymjx_btn:hover{color:#fff}
.ymjx_xinxi{margin-bottom:0;padding:10px;height:62px;background:#fffee8}
.entry-extra,.ymjx_xinxi{margin:10px;border:solid 1px #ccc}
.entry-extra{margin-top:-10px;padding:15px;border-top:0;border-radius:0 0 10px 10px;font-size:9pt}
.entry-extra .noticeHelper{padding-left:22px;background:transparent url(img/what.png) 0 5px no-repeat;white-space:normal;font-weight:700;font-size:14px}
.entry-extra ul{margin:0!important;padding:0!important}
.entry-extra ul li span:hover{text-decoration:underline}
.entry-extra ul li span{display:inline-block;width:90px;color:#1a6ec4;text-align:center;cursor:pointer}
.entry-extra p{margin-bottom:2px}
.ymjx_inp{float:left;margin-right:5px;vertical-align:middle}
/*文档下载*/
.xzwd li{ padding-left:30px; display:block; line-height:40px; border-bottom:1px dashed #DDD; background:url(img/easyicon.gif) 5px 14px no-repeat;}
.dj{ display:block; margin-right:13px; color:#6FB724; padding-left:32px; float:right; background:url(img/download.png) 4px 8px no-repeat;}

/*=======content-wrap======*/
.content-wrap{
	position:relative;
	margin:0 auto;
	width:980px;
	margin-top:-180px;}
.c-top{
	margin:0 auto;
	height:17px;}
.c-mid{
	padding:16px;
	height:auto;
	background:#fff;
	border:solid 1px #dfdfdf;}
.c-mid-cont{height:1300px;border:1px solid #e2e2e2;}


/*搜索结果列表*/
.domain_search{ height:240px; margin:0 0 40px;}
.ds_content{ width:970px; margin:0 auto; height:240px;}
.dsc_h2{ color:#fff; font-size:28px; line-height:40px;padding:40px 0 16px 20px;}
.dsc_h2 span{ color:#f33; font-weight:bold; font-size:30px;}
	/*单条搜索结果样式，有复用样式*/
.domainsearch_container{ border:1px solid #d1d1d1; background:#f8f8f8; overflow:hidden;margin:0 auto; }
.domainsearch_title{ line-height:38px; background:#e4ecfc; border:solid 1px #a8b8da; border-bottom:none;padding-left:15px;color:#336699;}
.domainsearch_title b{ margin:0 3px;color:#e00000;}
/*查询页搜索*/
.domainsearch_top{ background:url(img/chaxun_bg.jpg) center top repeat-x; height:403px;margin-bottom: -280px; padding-top:30px; margin-top:30px}
.domainsearch_search_box{background:rgba(0,0,0,0.3); padding:20px; width:900px; margin:auto; height:50px;}
.domainsearch_search{float: left;width: 580px;height: 37px;resize: none;border: 1px solid #ccc; font-size: 16px;color: #999;padding: 15px 14px 0; background:#fff;}
.model-select-box { width:90px; height:52px; color:#99999b; font-size:16px; line-height:52px; border: 1px solid #ccc;border-left:none; float: left;text-indent:15px; position: relative; background: url(img/icon.png) no-repeat 50px -385px #f5f5f5; z-index:9}
.model-select-text { height: 52px; padding-right: 27px;  cursor: pointer; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.model-select-option { display: none; position: absolute; background: #fff; width: 100%; left: -1px; border: 1px solid #aaa; z-index:9}
.model-select-option li { height: 30px; line-height: 30px; color: #555; cursor: pointer; }
.model-select-option li.seleced { background: #06C; color: #fff; }
.domainsearch_search_btn{display:block; float:left;width:184px; margin-left:15px; height:55px;background:url(img/domainsearchbtn.gif) 0 0 ; text-indent:-9999px; border:none; cursor:pointer;}
.domainsearch_search_btn:hover{background:url(img/domainsearchbtn.gif) 0 -55px;}

.dsc_results{margin:40px 40px 10px 35px; overflow:hidden; position:relative}
.dsc_text{ width:415px; word-break:break-all;color:#333;padding:0 0 0 58px;}
.icon_v01_01,.icon_v01_02{ position:absolute; top:50%; left:0; margin:-13px 0 0;}
.dsc_registered{ font-size:18px;padding:0 0 0 10px;}
.dsc_right{ position:absolute; top:50%; right:0;margin:-19px 0 0;}
.dsc_right .market_money{margin:10px 10px 0 0;}
.dsc_right .xinnet_money{ margin:8px 5px 0 0; font-size:18px; *line-height:26px;}
.dsc_right .xinnet_money b{color:#e62823; font-size:30px; font-weight:bold;}
.dsc_suffix{ font-weight:bold; color:#e62823; display:inline-block;}
.dsc_list{ overflow:hidden; clear:both;}
.dsc_list li{ border-bottom:1px solid #dadada;overflow:hidden;height:60px;}
.main .dsc_list .end{ border-bottom:none;}
.dscl_left,.search_text,.market_money,.xinnet_money,.dsc_text,.icon_v01_01,.tcc_left,.dsclf_label{ float:left;}
.dscl_right,.tcc_right,.dsclf_batch{ float:right;}
.st_suffix{ color:#666;padding:0 3px;}
.yybzc{ font-size:12px; padding:0 10px;}
.ykyzc {font-size: 12px;padding: 0 10px;color: #093;}
.market_money{ font-size:14px; color:#999;margin:22px 10px 0 0;}
.market_money b{ font-size:16px;}
.xinnet_money{ color:#333; margin:20px 5px 0 0;}
.xinnet_money b{ font-size:14px; margin-right: 2px;}
.dscl_right .btn01,.dscl_right .btn01no{margin:15px 40px 0 0;}
	/*2列单独样式*/
.tw_c{ margin:40px auto 50px; overflow:hidden; clear:both;}/*twocolumns_container*/
.tcc_h3{ height:50px; line-height:50px; padding:0 0 0 24px; font-size:20px; color:#333; background-color:#f6f6f6; font-weight:normal;}
.tcc_left,.tcc_right{ width:462px;}
.tw_c .dsc_list li{ border-bottom:1px solid #dadada;overflow:hidden;height:74px;}
.tw_c .search_text{max-width:240px; word-break:break-all; padding:0 0 0 20px; color:#333;}
.tw_c .btn01,.tw_c .btn01no{margin:24px 10px 0 0;}
.tw_c .dsc_wh01_5{padding:17px 0 17px 20px;}
.tw_c .dsc_wh01_6{padding:4px 0 4px 20px;}
.tw_c .xinnet_money{ margin:25px 10px 0 0}
.tcc_right .st_suffix{  background:#f00; color:#333; background:transparent; font-weight:bold;}
.tcc_right .dsc_wh01_4 .st_suffix{ font-size:20px;}
.tcc_right .dsc_wh01_5 .st_suffix,.tcc_right .dsc_wh01_6 .st_suffix{ font-size:12px;}
	/*2列单独样式 End*/
	/*1列单独样式*/
.ow_c{overflow:hidden; clear:both;}/*onecolumns_container*/
.owc_h3{ height:50px; line-height:50px; padding:0 0 0 24px; font-size:20px; color:#333; background:#ebebeb; font-weight:normal;}
.ow_c .st_wh01_1{ padding:0 0 0 25px; max-width:425px;}
.ow_c .st_wh01_2{ padding:10px 0 10px 25px;max-width:425px;}
.ow_c .btn01, .ow_c .btn01no{margin:15px 18px 0 0;}
.ow_c .st_suffix{ background:transparent; color:#e62823; font-size:16px; font-weight:bold;}
	/*1列单独样式 End*/
	/*批量注册样式*/
.dbr{margin:40px auto;}/*domain_batch_result*/
.dbr .search_text{padding:0;}
.dbr .tcc_right .search_text{ padding:0 0 0 20px; max-width:300px;}
.dbr_input{ float:left; margin:30px 5px 0 3px;*margin:28px 5px 0 3px;}
.dscl_whois{ float:left; color:#06c; text-decoration:underline;margin:27px 18px 0 5px;padding:0 3px 0 0;}
.dbr .tcc_right .dsc_wh01_5{padding:17px 0 17px 20px;}
.dbr .tcc_right .dsc_wh01_6{padding:4px 0 4px 20px;}
.dbr .tcc_left .dsc_wh01_5{padding:17px 0;}
.dbr .tcc_left .dsc_wh01_6{padding:4px 0;}
.dsr_table{ margin:0 auto 40px; width:990px;}
	/*批量注册样式 End*/

.dsc_wh01_3 .dscl_whois{ float:right; margin:0 30px 0 0;}
.dsc_wh01_1{ font-size:48px;line-height:120px;}
.dsc_wh01_1 .dsc_suffix{ font-size:72px;}
.dsc_wh01_2{ font-size:30px; line-height:44px;}
.dsc_wh01_2 .dsc_suffix{ font-size:36px;}
.dsc_wh01_3{ font-size:16px; line-height:40px; color:#666;width:880px; padding:0 0 0 38px;}
.dsc_wh01_3 .dsc_suffix{ font-size:24px; color:#666;}
.dsc_wh01_4{ font-size:18px; line-height:74px; height:74px;}
.dsc_wh01_4 .b{ font-size:18px;}
.dsc_wh01_5{ font-size:12px; line-height:20px; height:40px;}
.dsc_wh01_5 .b{ font-size:14px;}
.dsc_wh01_6{ font-size:12px; line-height:22px;}
.dsc_wh01_6 .b{ font-size:16px;}

.st_wh01_1{ font-size:22px; line-height:60px; padding:0 0 0 45px; max-width:570px; word-break:break-all;}
.st_wh01_2{ font-size:16px; line-height:20px; padding:10px 0 10px 70px; max-width:380px; word-break:break-all; vertical-align:middle;}
	/*单条搜索结果样式，有复用样

/*icon*/
.icon_c01b_01{ width:80px; height:28px; line-height:28px; padding: 0 0 0 8px; color:#fff; background:url(../newimages/new/sprite.png) no-repeat -76px 0; font-size:14px; display:inline-block; margin: 16px 0 0 10px;}
.icon_c01s_01{ width:63px;padding:0 0 0 7px; height:20px;background:url(../newimages/new/sprite.png) no-repeat -172px 0; font-size:12px; line-height:20px; color:#fff;display:inline-block;margin:0 0 0 10px;}
.icon_c01s_02{ width:63px;padding:0 0 0 7px; height:20px;background:url(img/ccf.gif) no-repeat; font-size:12px; line-height:20px; color:#fff;display:inline-block;margin:0 0 0 10px;}
/*icon End*/

.dmeok {
	background:url(/images/f5.gif) no-repeat;
	width:75px;
	height:22px;
	position:absolute;
}
.dmeno {
	background:url(/images/f4.gif) no-repeat;
	width:74px;
	height:22px;
	position:absolute;
}

/*批量注册 结果页 author:zhaoming begin*/
.tcc_left2 .dsc_wh01_4{font-size: 16px; color:#333333;}
.tcc_left2 .dsc_wh01_4 b{font-weight: inherit;}
.tcc_left2 .dsc_wh01_4 span{font-weight: bold;}
.tcc_left2 .tcc_h3,
.tcc_rigth2 .tcc_h3{padding-left: 20px;}

.tcc_rigth2 .dsc_wh01_4{font-size: 16px; color:#333333; }
.tcc_rigth2 .dsc_wh01_4 .st_suffix{font-size: 16px;font-weight: bold;}

.tcc_rigth2 .who_cc{color: #666666; text-decoration: none;}
.tcc_rigth2 .dscl_right{position: relative;}
.tcc_rigth2 .dscl_right .ms_log{position: fixed; width: 170px; background-color: #666666; color: #ffffff; z-index: 999; 
	line-height: 18px; padding: 5px 15px; top: 244px; display: none;}
/*批量注册 结果页 end*/

/*单个转入 结果页 author:zhaoming begin*/
.tcc_content{width: 100%;}
.tcc_content .tcc_h3 span{font-size: 12px;}
.tcc_content td{ border-bottom:1px solid #dadada; padding: 20px 0px;overflow: hidden;height: 106px; }
.tcc_content .list_left{width: 560px; }
.tcc_content .list_left .s_do{font-size: 34px; line-height: 34px; font-family: "Arial"; color: #ff0000; font-weight: bold;
margin:0 50px 0 10px;}
.tcc_content .list_right{width: 430px; text-align: right;}
.tcc_content .list_right .s_info{font-size: 14px;}
.tcc_content .list_right .s_info b{font-size: 30px;font-family: "Arial"; color: #ff0000; margin:0px 5px;}
.tw_c .tcc_content .btn01{margin:0px 5px 0px 30px;}
/*单个转入 结果页 end*/
.dsc_list li.hover{ background:#fefaf7;}

.dscl_right .btn01, .dscl_right .btn01no {
    margin: 15px 40px 0px 0px;
}
.btn_wh01 {
    width: 104px;
    height: 28px;
    border-bottom-width: 2px;
    line-height: 28px;
    font-size: 14px;
}
.btn01 {
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #d19607;
    background-color: #f0b119;
    color: #FFF;
    font-size: 16px;
    width: 110px;
    display: inline-block;
    text-align: center;
}
.btn01:hover{ background:#f09719;border-bottom: 3px solid #d19607; color:#fff}
.domainsearch_container .zz{
	display:block;
	float:left;
	margin:25px 0 0 20px;}
.zzz{ padding-left:12px;}
.wantall {
    height: 40px;
    line-height: 26px;
    margin: 10px 0px 0px;}
.To_shopingcar {
	cursor:pointer;
	margin-right:500px;
	float:right;
    height: 26px;
    width: 220px;
    color: #FFF;
	border:none;
	background:#FF6060;}
.domainsearch_container .wantall_a {
	margin:7px 10px 0 21px;
	float:left;
    display: block;
}
.shopall{
    width: 100px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    cursor: pointer;
	background:#EFEFEF;
	border:1px solid #CECECE;
}
.shopall:hover{ background:#F3F3F3;}
.shopall_2{background: #e8effc;background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9fbff), to(#dce6fa));border: 1px solid #b8c8e5;color: #567ec6;font-size: 14px;height: 26px;line-height: 26px;display: inline-block; box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);text-align:center; padding:0 15px; cursor:pointer}
.shopall_2:hover{border: 1px solid #b8c8e5;color:#567ec6;background: #f9fbff;}
.domainsearch_bottom{ text-align:center; margin-top:10px;color:#7590c1;border: 1px solid #ccc; padding:10px; background:#f7f7f7;}
.domainsearch_bottom span{ display:inline-block; margin:0 10px;}
.domainsearch_container .zzimg {
display: block;
float: left;
margin: 25px 0 0 20px;
}
/*会员注册*/
.nav3trtitle {
	background-color:#ffffff;
	text-align:center;
}
.login_input {
	height:22px;
	width:160px;
	background:url(/images/input.png) repeat-x scroll 0px 0px;
	border-bottom:#e2e3e2 solid 1px;
	border-RIGHT:#e2e3e2 solid 1px;
	border-TOP:#a2a2a2 solid 1px;
	border-LEFT:#a2a2a2 solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#333333;
	padding-left:3px;
	padding-top:3px;
	font-family:Arial,Helvetica;
}
.login_input:focus,.input_on:focus,.input_out:focus,.input_cn:focus,.input_pay:focus,.input_verify:focus,.input_one:focus,.input_text:focus,.bulk_text:focus,select:focus,.cinput:focus{
/* 	transition:border linear .2s,box-shadow linear .2s;
	 -moz-transition:border linear .2s,-moz-box-shadow linear .2s;
	 -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
	 outline:none;
	 border-color:rgba(19,146,16,.75);
	 box-shadow:0 0 8px rgba(108,191,117,.5);
	 -moz-box-shadow:0 0 8px rgba(108,191,117,.5);
	 -webkit-box-shadow:0 0 8px rgba(108,191,117,3);
behavior:url(csshover.htc)\9;/* if IE8*/
/*background-color:#FFF\9;/* if IE8*/
/*border-color:#139210\9;/* if IE8*/
/*outline:0 0 8px  #6CBF75\9;/* if IE8*/
border-color:#A5C760;color:#333;-moz-box-shadow:0 0 3px #A5C760;-webkit-box-shadow:0 0 3px #A5C760;box-shadow:0 0 3px #A5C760;outline:none ;
	 }
/*input{border:1px solid #ababab;zoom:expression(function(ele){(ele.type=='button'||ele.type=='submit'||ele.type=='reset') ?	ele.className='coolbg':(ele.type=='text' ?	ele.className='alltxt':'');(ele.type=='radio'||ele.type=='checkbox') ?	ele.className='np':'';ele.style.zoom = '1';}(this));}
input[type="button"],input[type="submit"],input[type="reset"]{border:none;border-right:1px solid #ACACAC;border-bottom:1px solid #ACACAC;background-color:#F1F8B4;padding:2px;padding-right:5px;padding-left:5px;background:url(/images/allbtbg2.gif) #EFF7D0;cursor:pointer;}
input[type="text"],input[type="password"]{border-width:1px;border-style:solid;border-color:#707070 #CECECE #CECECE #707070;padding:2px 4px;height:18px;line-height:18px;vertical-align:middle;}*/
input[type="text"]:focus,input[type="password"]:focus{border-color:#A5C760;color:#333;-moz-box-shadow:0 0 3px #A5C760;-webkit-box-shadow:0 0 3px #A5C760;box-shadow:0 0 3px #A5C760;outline:none ;}
.td_line {
	line-height:26px;
	color:#7a7a7a
}
.tt {
	font-size:14px;
	font-weight:bold;
	color:#898989;
}
.warning {
	background:url(/images/ico.gif) no-repeat 0px -28px;
	padding-left:20px;
	color:#777777;
	display:block;
	text-align:left;
}
.error {
	background:url(/images/ico.gif) no-repeat 0px 10px;
	padding-left:20px;
	display:block;
	color:#777777;
	text-align:left;
}
.true {
	background:url(/images/ico.gif) no-repeat 0px -70px;
	padding-left:20px;
	display:block;
	text-align:left;
}
.xb1 {
	display:block;
	overflow:hidden;
	background:#FFF5D8;
}
.xb1 {
	height:1px;
}
.xb1 {
	margin:0 5px;
	background:#FF7300;
}
.xb2 {
	display:block;
	overflow:hidden;
	background:#FFF5D8;
}
.xb2 {
	height:1px;
}
.xb2 {
	border-left:1px solid #FF7300;
	border-right:1px solid #FF7300;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	display:block;
	overflow:hidden;
	background:#FFF5D8;
}
.xb3 {
	height:1px;
}
.xb3 {
	border-left:1px solid #FF7300;
	border-right:1px solid #FF7300;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	display:block;
	overflow:hidden;
	background:#FFF5D8;
}
.xb4 {
	border-left:1px solid #FF7300;
	border-right:1px solid #FF7300;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xboxcontent {
	display:block;
	border:0 solid #FF7300;
	border-width:0 1px;
	padding:4px;
	background:#FFF5D8;
}
.xtop {
	display:block;
	background:transparent;
	font-size:1px;
}
.agree { background:url(/images/ico.gif) no-repeat 0px -121px; text-decoration:none; font-size:14px; width:97px; height:31px; line-height:31px; display:block; color:#FFF; font-weight:bold; text-align:center; }
a.agree:hover{background:url(/images/ico.gif) no-repeat 0px -153px;color:#FFF;}
/*login*/
.toptb1 input.login_submit{float:left;margin:10px 10px 0 180px;width:132px; height:38px; background:url(/images/login_reg.gif) no-repeat -132px 0; border:none;}
.toptb1 input.login_submit:hover{background:url(/images/login_reg.gif) no-repeat -132px -38px; cursor:pointer;}
/*邮箱下拉框*/
.u_emlList {
	position:absolute;
	width:160px;
	padding:6px 0;
	background:#FFF;
	border:1px solid #9BCAEC;
	left:0px;
	top:-8px;
	z-index:9999;
}
* html #u_emlList{	left:-76px;top:-1px;}/*ie6*/
.u_emlList li,.u_emlList dd {
	line-height:20px;
	padding:0 10px;
	font-size:12px;
	color:#999;
	width:130px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.u_emlList dd {
	float:left;
}
.u_emlList li {
	text-align:left;
	line-height:26px;
	cursor:pointer;
	font-size:12px;
}
.u_emlList li:hover,.u_emlList li.now {
	background:#e8f4fc;
	color:#333
}
.hook {
	margin:10px auto;
}
.agreement {
	margin:10px auto;
	width:680px;
	text-align:left;
}
.agreement li .content {
	margin:0 0 0 10px;
	border:1px solid #e9e9e9;
	padding:2px;
	height:90px;
	overflow:auto;
	background-color:white;
}
.hpbg {
	background:url(/images/bg.gif) no-repeat;
	padding:0 11px;
}
.hpup {
	background:url(/images/asc.gif) no-repeat;
	padding:0px 11px;
}
.hpdown {
	background:url(/images/desc.gif) no-repeat;
	padding:0 11px;
}
.add_on{width:82px; height:25px; background:url(/images/switch.gif) 0 -2px;cursor:pointer; position:absolute;} 
.add_off{width:82px; height:25px; background:url(/images/switch.gif) 0 -38px;cursor:pointer; position:absolute;} 
.btable {
	dudley:expression(cellPadding=2,cellSpacing=1,this.align='center');
	width:98%;
	background-color:#FE8D0B;
}
.btrtitle {
	background-color:#E6E6E6;
}
.btdtitle {
	height:28;
	text-align:center;
	background-color:#FEFEEF;
	line-height:150%
}
.btrcommon {
    height:33px;
    line-height:33px;
	background-color:#ffffff;
}
.btdleft {
	text-align:right;
	line-height:150%
}
.btdright {
	text-align:left;
	line-height:150%;
	padding-left:6px;
}
.bselect {
    height:22px;
	font-size:10pt;
}
.input_on {
	font-size:12px;
	background:url(/images/input.png) repeat-x scroll 0px 0px;
	padding:2px 5px 1pt 3px;
	height:22px;
	line-height:22px;
	width:200px;
	border:1px solid #8e8e73;
	background-color:#FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.input_f {
	font-size:12px;
	background:url(/images/input.png) repeat-x scroll 0px 0px;
	padding:2px 5px 1pt 3px;
	height:22px;
	line-height:22px;
	width:60px;
	border:1px solid #8e8e73;
	background-color:#FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.input_l {
	font-size:12px;
	background:url(/images/input.png) repeat-x scroll 0px 0px;
	padding:2px 5px 1pt 3px;
	height:22px;
	line-height:22px;
	width:100px;
	border:1px solid #8e8e73;
	background-color:#FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*会员中心*/
.mana_header{width:978px;height:183px;border:1px solid #e5e5e5;background-color:#f8f8f8;clear:both;-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.2);-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.2);box-shadow:2px 2px 6px rgba(0,0,0,0.2);}
.basic_info{width:657px;line-height:38px;height:100%;float:left;padding:0 22px 0 20px;border-right:1px solid #e5e5e5;background:url(img/bordere.png) repeat-y 100.2% 0;}
.master,.ma_name{height:43px;line-height:43px;width:100%;border-bottom:1px solid #e5e5e5;color:#888;}
.f_b{margin-bottom:15px;}
.zh_name{float:left;font-size:20px;color:#ff6600;padding:0 12px 0 20px;}
.special_kf{float:right;color:#888;position:relative;line-height: 50px;height:43px;}
.follow_info{width:249px;height:auto;border:1px solid #ffcc7f;background-color:#ffffe5;position:absolute;top:43px;left:0px;display:none;padding:0 15px;line-height:27px;-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.2);-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.2);box-shadow:2px 2px 6px rgba(0,0,0,0.2);}
.special_kf:hover span.blacka,.in_aut a.unope_success:hover{color:#ff6600;}
.special_kf:hover .follow_info,.special_kf:hover .ni_z{display:block;}
.ni_z{width:18px;height:10px;position:absolute;background-position:-663px -171px;top:34px;left:82px;display:none;}
.name_left span.em_limit{display:block;width:auto;float:left;}
.name_left{width:auto;float:left;}
.name_left a,.name_left span{float:left;width:auto;display:block;}
.name_left a.blue:hover{color:#0066cc;}
.name_right{width:268px;float:right;}
.ma_name{height:38px;line-height:38px;border:none; float:left;}
.f_a,.f_e{float:left;height:38px;line-height:38px;border:none;}
.f_d{left:4px;display:block;}
.f_c{left:-72px;display:block;}
.id_ads{color:#888;}
.id_ads_a{color:#f30;} 
.pi_a{height:29px;width: 25px;background-position: -684px -166px;float:right;margin-right:-15px;cursor: pointer;}
.pi_b,.pi_c,.pi_d{height:38px;width:130px;float:left;background: url(img/innera2.png) no-repeat;display: block;}
.pi_b{background-position:-3px 7px;}
.pi_c{background-position:-3px -31px;}
.pi_d{background-position:-3px -71px;}
a.pi_e,a.pi_f,a.pi_g,a.pi_h,a.pi_z{height: 26px;width: 25px;float:left;margin-top: 4px;position:relative;}
a.pi_e,a.pi_e:hover,.a.f_f:hover{background-position: -51px -291px;}
a.pi_f,a.pi_f:hover,.a.f_g:hover{background-position: -78px -291px;}
a.pi_g,a.pi_g:hover,.a.f_h:hover{background-position: -101px -293px;margin-top: 6px;width: 21px;height:30px;}
a.pi_h,a.pi_h:hover,.a.f_i:hover{background-position: -119px -292px;margin-top: 5px;width: 20px;height: 28px;}
a.pi_z,a.pi_z:hover,.a.f_x:hover{background-position: -140px -292px;margin-top: 5px;width: 24px;height: 28px;}
span.dot{width:8px;height:8px;position:absolute;top:6px;right:-1px;background-position:-170px -272px;}
a.f_f{background-position:-51px -264px;}
a.f_g{background-position: -78px -264px;}
a.f_h{background-position:-101px -266px;}
a.f_i{background-position: -119px -265px;}
a.f_x{background-position: -140px -265px;}
.codech{padding:0 8px 0 38px;}
.codecha{padding:0 9px 0 5px;}
.bder{font-size:12px;color:#888;}
.zn_info_title{height:35px;line-height:35px;background-color:#f8f8f8;}
.zn_info{width:278px;height:100%;float:right;background-color:#fff;}
.f_l{width:5px;height:15px;float:left;margin:10px 9px 5px 11px;background-color:#919191;}
.zn_info:hover .f_l{background-color:#e74c3c;}
.zn_info_a{margin-top:4px;}
.zn_info_a a{padding: 0 10px 0 20px;background: url(img/innera.png) no-repeat -979px -459px;line-height: 27px; width:250px; overflow: hidden}
.mana_main{width:100%;height:auto;clear: both;}
.info_nav{width:158px;height:auto;float:left;border:1px solid #e5e5e5;}
.info_nav_top,.click_info{height:41px;width:160px;background:#3b3d44;color:#fff;font-weight:bold;text-indent:11px;line-height:40px;margin:-1px -1px 0 -1px;}
.info_nav_top img{ float:left; margin-left:10px;}
.info_nav_top a,.info_nav_top a:hover{color:#fff;text-decoration:none;width:100%;height:100%;display:block;}
.click_info a:hover,.click_info a{text-decoration:none;width:100%;height:100%;display:block;}
.click_info{background:url(img/innerb.png) #fff no-repeat -680px 1px;height:40px;width:158px;border: 1px solid #e5e5e5;border-bottom:none;color:#333;}
.g_b{background:#fff; position: relative;z-index: 10;}
.info_nav_main{width:100%;}
h3.menuheader{height:39px;line-height:39px;border-top:1px solid #e5e5e5;width:158px;text-indent: 32px;font-weight:lighter;color:#333;cursor:pointer;background:#f8f8f8 url(img/innera.png) no-repeat;background-position:15px -37px;}
.hou{color:#fff;font-weight:bold;background-position:-976px -269px;width:160px;height:42px;line-height:42px;margin:-1px;border:none;position:relative;background-color:#fe8431;}
.info_nav_main ul li{display:block;background:#f8f8f8;line-height:33px;}
.info_nav_main ul li a{display:block;padding-left: 32px;width: 126px;height:auto;line-height:33px;background:#f8f8f8 url(img/innera.png) no-repeat;background-position: 15px -14px;border-bottom:1px dashed #ccc;}
.info_nav_main ul li a.liorge,.info_nav_main ul li a:hover{font-weight:bold;background:#fffeed url(img/innera.png) no-repeat;background-position:15px 11px;text-decoration:none;color:#f60;line-height:33px;}
.info_nav_main ul li a.f_y,.info_nav_main ul li a.g_a{padding-left: 46px;background-position:-962px -308px;width: 112px;color:#666;}
.info_nav_main ul li a.f_y:hover,.info_nav_main ul li a.g_a:hover{background-color:#fffcf8;text-decoration:underline;color:#ff6600;font-weight:lighter;}.info_nav_main ul li a.f_z{padding-left:62px;width: 96px;background:#fff;}
.info_nav_main ul li a.f_z:hover{background-color:#eef6ff;font-weight:lighter;color:#0066cc;text-decoration:underline;}
.info_nav_main ul li a.g_a{background-position:-962px -248px;}
.info_nav_main ul li a.bluestrong{color:#ff6600;font-weight:bold;}
.info_nav_main ul li a.bluestrong:hover,.info_nav_main ul li a.orgestrong:hover,.my_name_top{font-weight:bold;}
.info_mdl{margin:0 6px; width:360px;float:left;color:#888; background:#fff; border:1px solid #E3E3E3;}
.menu_tp{text-indent:12px;height:32px;background-color:#f8f8f8;width:100%;line-height:32px;border-bottom:1px solid #e5e5e5;}
.top_tile{display:block;color:#333;font-weight:bold;float:left;padding-right:5px;}
.some_info:hover .top_tile{height:30px;margin-bottom:-1px;line-height:32px;}
.some_info:hover .f_o{border-bottom:3px solid #d36b68;}
.some_info:hover .f_p{border-bottom:3px solid #fe8431;}
.some_info:hover .f_q{border-bottom:3px solid #529dbd;}
.some_info:hover .f_r{border-bottom:3px solid #78af87;}
.money_info{width:100%;padding:10px 0; min-height:90px;*height:90px;}
.money_info p{display:block;width:100%;height:30px;line-height:30px; clear:both;}
.money_name{width:114px;display:block;float:left;text-align:right;margin-right:8px;}
.new_ad{margin:5px 0;}
.new_ad a{padding:0 10px 0 28px;background: url(img/innera.png) no-repeat -979px -459px;display:block;float:left;}
.new_ad a:hover{ text-decoration:underline; color:#e00000;}
.new_ad p{line-height:30px;width:100%;height:30px;}
.new_ad p span{padding-right:15px;color:#b5b5b5;float:right;}
.f_S{width:150px;}
.money_info .f_u:hover b{text-decoration:underline;cursor:pointer;}
.f_t{ float:left; position:absolute; top:-3px; right:18px; padding:0 5px; color:#096;}
.f_t:hover{
	text-decoration:underline;
	color:#060;}
.f_u{width:auto;position:relative;padding-right:56px;cursor:pointer;}
.f_u:hover .f_t{display:block;}
.charge_domain{height:40px; line-height:30px;padding:0 18px 0 14px;width:348px;background-color:#f8f8f8;border-top:1px solid #e5e5e5;}
.fast_cg{width:170px;height:23px;border:1px solid #676767;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding-left:7px;margin:4px 7px 0 5px;color:#999;cursor:auto;float:left;}
.charge_butn{width:77px;height:25px;line-height:25px;background-color:#b6ce5e;color:#fff;margin-top:4px;display:block;text-align:center;float:left;}a.charge_butn:hover{background-color:#c1da64;color:#fff;text-decoration:none;}
.f_v{margin:14px 0;}
.f_x{margin:12px 0 16px 0;}
.f_v p{height: auto;line-height:35px;float: left;}
.f_w{width: 140px;height:35px;line-height:35px;float:left;display:block;padding: 0 4px;}
.r_l img{margin:8px 5px 0 0;}
.key_sch p a{padding-right:20px;}
/*我的域名主页*/
.name_nav_detail{height:auto;}
.g_c{width:800px;margin-top:4px;border:1px solid #dfe4e8;border-top:none;position:relative;z-index:100;}
.g_d{width:auto;padding: 23px 13px 0 13px;color:#888;height:auto;}
.g_d{width:auto;padding: 20px 13px 0 13px;color:#888;height:auto;}
.myname_l{width:390px;height:100%;float:left;} 
.myname_l input.g_e{width:175px;height:24px;margin-left:5px;} 
.myname_l input.g_e,input.g_e{width:175px;height:24px;margin-left:5px;line-height:24px;}
input.g_e{margin: 15px 13px 0 10px;}
.g_f{width:146px;color:#666;margin: 6px 0 5px 5px;}
.myname_r{float:left;line-height:35px;} 
select.model{width: 43px;padding-left: 2px;height:22px;margin: 7px 2px 0 5px;float: left;}
.choose_date{width:118px;height:100%;float:left;position:relative;}
input.from_date,input.to_date{width:116px;height:24px;background-position:-129px -480px;border: 1px solid #aaa;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;cursor:auto;position: relative; float:left;}
 input.to_date{background-position:-251px -480px;}
.date_time{width:210px;height:210px;border:1px solid #f5f5f5;position:absolute;top:;background-color:#fff;top:30px;z-index:10;padding:4px;display:none;}
.date_time_top{width:100%;height:30px;line-height:30px;color:#fff;text-align:center;background-color:#ff9a38;}
.date_time_midle{width:100%;height:25px;line-height:25px;}
.date_time_midle span{float:left;padding:0 8px;}
select.g_g{width:90px;color:#404040;}
.name_choice{width:294px;height:71px;line-height:35px;background-color:#fff;position:absolute;top:0;left: 100px;text-align:left;}
.name_choice label{color:#404040;padding-right:10px;margin-left:10px;}
.g_d .b_detail{display:none}
.b_detail.g_i{display:block;height:42px;}
.g_l{border-top:1px solid #dfe4e8;border-bottom:1px solid #dfe4e8;}
.g_m{border-left:1px solid #dfe4e8;border-right:1px solid #dfe4e8;}
.shen_s{position:absolute;height:30px;width:100%;bottom:-29px;left:0;background-position: -58px -370px;}
.shen_s_d{width: 118px;height: 24px;line-height:20px;border:1px solid #dfe4e8;border-top:none;margin-left: 349px;background-color: #fff;margin-top: 1px;text-align:center;cursor:pointer;background-position:-639px -190px;text-indent: -13px;}
.g_n{background-position: -485px -49px;text-indent: -19px;}
.cheack_name{width:100%;height:auto;margin-top:37px;float:left;}
.name_list{width:100%;height:40px;}
.name_list a{padding-right:6px;display:block;width:auto;height:24px;text-align:center;line-height:24px;padding:0 7px;border:1px solid #cecbce;float:left;margin-right:6px;}
.name_list a.choose,.name_list a.mestype:hover{color:#fff;background-color:#fe8431;border:1px solid #fe8431;margin-bottom: 8px;}
.name_list a.choose:hover{color:#fff;font-size:weight;text-decoration:none;}
.my_domainn{border:1px solid #ddd;width:808px;height:auto;margin-top:10px;clear:both;}
.myname_top,.myname_body{width:100%;line-height:33px;border-bottom:1px solid #ddd;height:auto;border-top:1px solid #ddd;margin-top:-1px;}
.myname_top{border-bottom:2px solid #ddd;float:left;font-weight:bold;background-color:#f8f8f8;}
.myname_body{width:100%;line-height:33px;float:left;color:#888;}
.domain{width: 165px;line-height:33px;height:33px;float:left;}
.domain a.sn{width:100%;color:#06c; display:block;}
.myname_top div,.myname_body div{float:left;}
.myname_top input,.myname_body input{margin:10px 12px;float:left;}
.register_tm,.near_tm{width:88px;}
.near_tm{color:#666;}
.dition{width:100px;color:#404040;}
.fenl{width:80px;}
.opea{width:150px;}
.g_o{color:#fe8431;}
.gred{color:#f00000;}
.l_dns{width:100px;text-overflow:ellipsis;#fff-space:nowrap;overflow:hidden;}
.yub_info,.oopea_act{width:44px;height:33px;line-height:33px;padding-left:22px;cursor:pointer;}
.yub_info{width:35px; height:33px; padding-left:5px; margin-top:-2px;}
.g_p{display:block;width:100%;height:100%;}
.oopea_act{background-position:-903px -103px;}
.myname_body:hover,.my_domainn .load_mo:hover,.in_aut tr:hover,.dairy_table tr:hover,.k_t{background-color:#f5f5f5;}
.in_aut tr:hover{position:relative;z-index:100;}
.oopea_act{position:relative; z-index:0}
.oopea_act:hover{z-index:999}
.oopea_act:hover .opea_detail{display:block;}
.oopea_act .opea_detail{width:438px;height:60px;line-height:30px;position: absolute;left: -258px;*left: -265px;top:30px;background-color:#fff;border:1px solid #e5e5e5;background-position:-45px -403px;display:none;padding-left: 13px;}
.pi_i{width: 14px;height:10px;position:absolute;background-position: -889px -25px;left: 288px;top: -8px;}
.oopea_act .opea_detail a{padding: 0 0px 0 19px;width: 72px;display: block;float: left;height: 30px;line-height: 40px;margin-top: -3px;font-size:12px;color:#3366cc;}.oopea_act:hover .opea_detail{display:block;}
.g_q{width:756px;height:auto;border: 1px solid #ffcc7f;background-color: #ffffe5;margin: 0 -1px -1px -1px;z-index: 1000;position: relative;padding:0 26px;display:none;min-height: 32px; overflow:hidden;}
.g_r{top: -10px;left:708px;display:block;}
.g_left{top: -10px;left:40px;display:block;}
.bei_info{line-height: 25px;height:auto;width:665px;font-size:12px;margin: 5px 0;}
.bei_change{width:70px;height:25px;line-height:25px;text-align:center;background-color:#fe9b1c;margin:0 18px 0 0;position:absolute;right:5px;bottom: 5px; z-index:11;}.bei_change:hover{background-color:#fe8431;}
.bei_change a,.bei_change a:hover{color:#fff;text-decoration:none;}
.bei{width:88px;height: 100%;margin:5px 0}
.g_s,.dairy_table_top,.dairy_table tr.dairy_table_top:hover{background-color:#f0f0f0;}
.more_opre{width:100%;height:40px;margin-bottom:-10px;line-height:40px;float:left;}
.more_opre input{margin:13px 0 0 12px;float:left;}
.more_opre select.g_f{color:#888;float:left;margin:9px 10px 5px 12px;}
.pi_more{width:78px;height:25px;line-height:25px;text-align:center;background-color:#8ace13;display:block;float:left;color:#fff;margin-top:8px;}
a.pi_more:hover{color:#fff;background-color:#0db60d;text-decoration:none;}
.g_t,.pcommon{padding: 3px 16px;margin: 10px 0 15px;}
.pcommon{width:95.8%;}
.g_u{width:580px;height:260px;display:none;}
.bei_main{width:560px;height:216px;margin:10px;background-color:#fff;padding:8px 0 16px 0;position:relative;}
.bei_main_top{height:40px;line-height:40px;text-indent:16px;font-size:16px;color:#646464;border-bottom:1px solid #eee;}
.bei_main_txare{height:91px;border:1px solid #e5e5e5;margin:15px 10px 0 10px;width:516px;padding:5px 12px 0 12px;line-height:20px;color:#999;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.bei_main_txare:hover{border:1px solid #fe9d5a;-moz-box-shadow:0 0 2px rgba(255,243,222,0.8);-webkit-box-shadow:0 0 2px rgba(255,243,222,0.8);box-shadow: 0 0 2px rgba(255,243,222,0.8);position: relative;z-index: 10;}
.g_v{width:75px;height:30px;line-height:30px;}
.bei_main p{height:26px;line-height:26px;color:#646464;text-indent: 11px;margin-top:8px;}
.g_w{top:8px;right:3px;} 
.pi_l{width:30px;height:30px;float:left;background-position:-30px -471px;cursor:poinnter;}
.pi_m{width:30px;height:30px;float:right;background-position:-67px -470px;}
.thirty_days{width:100%;height:auto;height:125px;}
.thirty_days a{width:29px;display:block;border:1px solid #f5f5f5;height:24px;text-align:center;line-height:24px;display:block;float:left;margin:-1px 0 0 -1px;color:#06a0e4;font-size:12px;}
.thirty_days a.choose,.thirty_days a:hover{background-color:#ffa00a;color:#fff;text-decoration:none;} 
.thirty_days a.past,.thirty_days a.back_none:hover{color:#e9e9e9;background-color:#fff;}
.now_time{margin-top:5px;border-top:1px solid #f5f5f5;height:28px;line-height:28px;position:absolute;width:210px;margin-left:-4px;padding-left:8px;font-size:12px;}
.show_time{width:84px;height:18px;line-height:18px;border:1px solid #ccc;position:relative;float:left;margin-top:4px;text-indent:4px;}
.up,.down{width:11px;height:8px;position:absolute;border:1px solid #ccc;right:-1px;top:-1px;background-position:-101px -489px;cursor:pointer;}
.down{background-position:-101px -479px;top:9px;}
.today{width:29px;height:18px;border:1px solid #ccc;background-color:#d4d0c8;float:right;margin:4px 5px 0 0;line-height:18px;text-align:center;}
/*转入域名*/
.chge_nav{width:100%;height:35px;border-bottom:1px solid #dfe4e8;}
.chge_nav ul li{width:auto;margin:3px 0 0 5px;border:1px solid #dfe4e8;float:left;border-bottom:none;height:31px;line-height:32px;background-color:#f8f8f8;}.chge_nav ul li.chose{height:34px;line-height:37px;border-top:2px solid #f27522;margin:0px 0 0 5px;background-color:#fff;font-weight:bold;}
.chge_nav ul li.chose a:hover{color:#666;}
.chge_nav ul li a{width:auto;padding:0 12px;display:block;float:left;}
.chge_nav ul li a:hover{text-decoration:none;}
.trans_name_top{height:auto;background-color:#f8f8f8;padding:12px 0; border:1px solid #ededed;line-height:25px;position:relative;}
.trans_txta{border-top:1px dotted #dfe4e8;margin-top:13px; line-height:160%;}
.trans_txta textarea{width:588px;height:146px;margin-top:18px;border:1px solid #e5e5e5;padding:4px 0 0 8px;}
.DNS_choice{height:40px;line-height:40px;color:#404040;}
.tiji_input{width:100%;height: auto;background-color:#fff;}
.g_y{font-weight:lighter;width:155px;margin:18px 0 0 211px;}
.prosses_top{width:100%;height:28px;line-height:28px;border-bottom:1px solid #dfe4e8;margin:10px 0 9px 0;color:#404040;}
.prosses{width:782px;height:auto;padding-bottom:10px;}
.prosses_top span{width:auto;padding:0 5px;height:27px;float:left;margin-bottom:-1px;}
.g_z{border-bottom:2px solid #58cc1a;}
.k_a{border-bottom:2px solid #e74c3c;}
.k_b{border-bottom:2px solid #f27522;}
.liu_intro{width:100%;height:30px;line-height:30px;background-color:#f8f8f8;}
.liu_intro span{color:#888;width:149px;padding-left:8px;background:url(img/back_alone.png) 100% 100% no-repeat;display:block;float:left;}
.blaksj p,.blaksj a{line-height:28px;}
.want_name{width:236px;padding-left:5px;height:28px;line-height:22px;border: 1px solid #aaa;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;margin: 0px 9px 4px 5px;cursor:auto; box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
select.k_c{width:107px;float:none;margin:3px 2px;}
.in_aut,.zh_table{border-bottom:none;text-align:center;width:100%;margin-top:15px; border:1px solid #e5e5e5}
.in_aut tr{line-height:45px; height: 45px;}
.in_aut tr.in_aut_top td,.in_aut tr.in_aut_top:hover{border-top:1px dotted #dfe4e8;height:45px;line-height:45px;border-bottom:2px solid #dfe4e8;background-color:#f8f8f8;font-weight:bold;}
.out_table tr td,.in_aut tr td,.zh_table tr td{border:none;border-bottom:1px solid #dfe4e8;line-height: 24px; text-align: left; padding-left:5px}
.out_table tr td,.in_aut tr td{line-height:45px;}
.out_table tr td,.in_aut tr td .name{width:205px;height:45px;line-height:45px;text-align:left;}
.in_aut a{height:100%;position:relative;text-align:center;position:relative;}
.email_count{width:100%;height:100%;display:block;position:relative;float:left; line-height:54px; text-align:center;}
.email_detail{position:absolute;width:140px;height:auto;line-height:30px;border:1px solid #dfe4e8;top: 39px;left: 1px;padding:5px 10px;background-color:#fffeed;display:none;}
.email_detail span{display:block;text-align:left;}
.email_detail2{position:absolute;height:auto;line-height:30px;border:1px solid #dfe4e8;top: 39px;left: 1px;padding:5px 10px;background-color:#fffeed;display:none;}.k_d{left:37px;}
.email_count:hover .email_detail{display:block;}
.email_count:hover{z-index:101;}
.email_count:hover .email_detail2{display:block;}
.sub_time span{width:100%;line-height:15px;display:block;font-size:12px;text-align:left;}
.in_aut a.k_e{padding:0;height:45px;background-position: -894px -134px;}
.condition{width:auto;height:25px;line-height:25px;padding:0 7px;color:#fff;font-weight:bold;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;float:left;margin-top:0px;}
.k_f{background-color:#b6ce5e;}
.k_g{background-color:#57bae8;}
.k_h{background-color:#b7b7b7;}
.k_i{background-color:#ce7272;}
.k_l{background-color:#ff8d08;}
.k_m{background-color:#51a7e9;}
.in_aut a.unope_success{font-size:12px;color:#404040;width:auto;float: left;padding-left:8px;}
.in_aut a.k_n{width:140px;height:30px;text-decoration:none;line-height:30px;margin:8px 0;}
.in_aut tr.border_none td:hover{background-color:none;}
.k_o{width:868px;height:auto;display:none;}
.k_p{width:848px;height:auto;padding:0;}
.dairy_title{height:46px;line-height:47px;}
.pi_n{width:44px;height:46px;float:left;background-position:-833px -213px;}
.jump .dairy_title span{font-size:14px;}
.dairy_table{width:100%;}
.dairy_table{border:1px solid #dfdfdf;text-align:center;border-left:none;border-right:none;}
.dairy_table tr td{border:none;border-bottom:1px dotted #dcdcdc;height:30px;line-height:30px;}
.dairy_table_top{color:#000; border-bottom:1px solid #ddd;}
.in_aut tr.border_none td,.dairy_table tr.dairy_table_top td,.dairy_table tr.sdf td{border:none;}
.k_q{width:608px;text-align:left;}
/*转出域名*/
.out_table{text-align:right;border-top:1px solid #dfe4e8;color:#888;}
.out_table tr,.zh_table tr{line-height:33px;}
.out_table tr td:first{border-right:1px solid #dfe4e8;}
.out_right{width:auto;min-height:33px;line-height:34px; position:relative; text-align:left;color:#666;}
.out_right input{margin:6px 0px 6px 6px;cursor:auto;}
.out_right input span{float:left;}
.k_r{width:310px;}.atttion{width:100%;padding:8px 0;line-height:22px;text-indent:70px;background-color:#ffffe5;height:auto;color:#f00;text-align:left;}.out_right label{color:#404040;float:left;}
/*账户信息*/
.zh_table{border:1px solid #dfe4e8;border-bottom:none;color:#888;text-align:right;}
.zh_table select,.zh_table input{margin: 5px 0px 6px 10px;border:1px solid #ccc;color:#666;float:left;}
.zh_table input{line-height:20px;margin:6px 0px 6px 10px;height:20px;cursor:auto;}
.zh_table label input{border:none; float:left;line-height:20px;margin:6px 0px 6px 10px;height:20px;cursor:auto;}
.k_w{width:145px;}
.k_x{width:245px;}
.code_deep{width:130px;height:33px;float:left;margin-top:-3px;}
/*2014-linknk*/
.a_cheng{width:auto;height: 25px;color:#fff;display:block;float:left;line-height:23px;text-align: center; cursor:pointer;background:#ff8d08;border:none;padding:0 5px;}
.a_cheng:hover {color:#fff;}
.a_zi{width:65px;height: 25px;color:#fff;display:block;float:left;line-height:23px;text-align: center;background-color:#e94a73;margin: 2px 0 0 6px;}
a.a_zi:hover{background-color:#f8517c;color:#fff;text-decoration:none;}
.a_lan{width:65px;height: 25px;color:#fff;display:block;float:left;line-height:23px;text-align: center;background-color:#57bae8;margin: 2px 0 0 6px;}a.a_lan:hover{background-color:#5ec4f4;color:#fff;text-decoration:none;}
.a_lv{width:65px;height: 25px;color:#fff;display:block;float:left;line-height:23px;text-align: center;background-color:#b6ce5e;margin: 2px 0 0 6px;}
a.a_lv:hover{background-color:#c1da64;color:#fff;text-decoration:none;}
.a_lv:hover{background-color:#c1da64;color:#fff;text-decoration:none;}
.a_hui{width:auto;height: 25px;color:#666;display:block;float:left;line-height:23px;text-align: center; cursor:pointer;background-color:#ddd;margin: 2px 0 0 6px; border:none; padding:0 5px;}
.a_hui:hover{color:#666;background-color:#e5e5e5;text-decoration:none;}
a.a_hui:hover{background-color:#e5e5e5;color:#666;text-decoration:none;}
.ft14{font-size:14px;}
.input_sq{height:24px;float:left; padding-left:5px;border:1px solid #aaa;border-right:1px solid #ddd;border-bottom:1px solid #ddd;display:block;background-color:#f2f2f2;color:#999;line-height:20px;}
.input_hd{border:1px solid #fe8431;background-color:#fefdef;color:black;}
.main_r{margin-top:20px; margin-left:10px; float:left; width:100%;}
.main_r h1{text-align:left; font-weight:100; font-size:18px; color:#090; line-height:30px; padding-bottom:10px; width: 100%}
.main_r h1 span{float:left;}
.main_r h1{float:left;}
.main_r textarea{font-size:14px; color:#666;}
.tiejiabox{width:380px; height:333px; padding:5px;}
.tiejiabox2{width:380px; height:333px; padding:5px;}
.tiejiabox01{width:380px; height:25px; padding:5px; line-height:25px;}
.fb_r{width:405px; float:left;}
.fb_l{width:390px; float:left;}
.fb_r ul li,.sale_type ul li span{float:left;}
.fb_r ul li{width:100%; color:#999;}
.gzb{float:left; height:auto; overflow:hidden; padding-left:20px; padding-top:5px; padding-bottom:15px;line-height:22px;}
.fb_title{float:left; border-bottom:1px solid #dfe4e8; margin-bottom:20px; width:810px; height:auto}
.k_s{width:485px;}
.k_u{width:194px;}
.k_v{width:155px;height:30px;line-height:30px;font-size:16px;margin:19px;}
.k_01{width:128px; height:30px; line-height:30px; font-size:14px; margin:0 10px 0 20px; cursor:pointer}
.k_02{width:80px; height:30px; line-height:30px; font-size:14px; margin:0 0 0 10px; text-indent:0; cursor:pointer}
.k_03{width:128px; height:30px; line-height:30px; font-size:14px; margin:15px 10px 0 0; cursor:pointer}
.k_04{width:96px; height:35px; line-height:35px; font-size:14px; margin:10px 10px 0 20px; cursor:pointer}
.k_05{width:136px; height:35px; line-height:35px; font-size:14px; margin:10px 10px 0 0; cursor:pointer}
.k_h50{width:100%; height:50px; display:block; float:left;}
.fbjysz{margin-top:15px;}
.fbjysz h1{font-size:36px;}
.explain{font-size:14px; width:100%;}
.jysz_main_table{width: 100%;border-collapse: collapse;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5; margin-top:10px;}
.jysz_main_table th{height: 38px;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;background-color:#f8f8f8;text-align: left;padding-left: 5px;font-weight: normal;text-align: left; color:#666; font-weight:700;}
.jysz_main_table td{border-bottom: 1px dashed #e5e5e5; height:35px; text-align: left; line-height:35px;}
.jysz_main_table input{color:#666;}
.jysz_pl{background-color:#e8f2ff;}
.data_row{background-color:#fff;}
.data_row td{border-bottom: 1px solid #e5e5e5; height:58px; text-align: left;}
.famts_row{background-color:#FFFFE1; line-height:22px;}
.famts_row td{padding:5px;}
.top_so{width:788px; height:auto;float:left; border-bottom:1px solid #dfe4e8; border-left:1px solid #dfe4e8; border-right:1px solid #dfe4e8; padding:20px 0 10px 20px;}.top_so p{height: 24px; margin-bottom: 15px; line-height: 24px; width:100%;}
.top_so label{width:100px; text-align:right; display:block; float:left; line-height:26px;}
tr.vvhover td{background:#fffbe5;}
/*默认设置*/
.setting-list{border-bottom: 1px solid #E4E4E4;border-radius: 0; border-top: 1px solid #E4E4E4; font-size:14px; color:#666; text-align:left;}
.list-row{border-left: 1px solid #E4E4E4;border-right: 1px solid #E4E4E4;position: relative;} 
.list-box01{border-bottom: 1px solid #E4E4E4;border-right: 1px solid #E4E4E4;font-size: 14px;height: 131px; float:left;line-height: 131px; text-indent:18px;width: 180px;background: #f9f9f9} 
.list-box02{border-bottom: 1px solid #E4E4E4;height: 50px;line-height: 56px; width: 565px; padding-left: 10px; float:left;}
.list-box02 .con-title,.list-box02 .con-title01{font-size: 14px;}
.list-box02 .con-title{margin-top:11px;}.list-box02 .con-title01{float:left; width:170px; line-height:50px;} 
.list-box02 span{display: block;line-height: normal;} 
.list-box02 .con-li{color: #737373; font-size: 12px;}
.list_box02 .con-jj{width:460px; display:block; overflow:hidden; padding-left:10px; float:left;}
.list_box02 input{line-height: 22px;color: #666;vertical-align: middle;}
.list-box02-l{border-right: 1px solid #FFF;height: 46px;width: 616px; position:relative;}
.state,.state01{background-image:url("img/szkg.png"); background-repeat:no-repeat;width:73px;height:26px;display:block;position: absolute;right:70px;top:13px; cursor: pointer;}
.list-box02 .guanfang{background-position: 0 -26px ;} 
.list-box02 .zhidingyi{background-position: 0 0;} 
.list-box02 .on{background-position: 0 -52px ;} 
.list-box02 .off{background-position: 0 -78px;}
.list-box02-lst{border-bottom: medium none;}
  /*列表通用*/
.liebiao{border:1px solid #ddd; width:100%; clear:both; height:auto;zoom:1;table-layout: fixed;}
.liebiao th{height:33px; line-height:33px; border-bottom:2px solid #ddd; background-color:#f0f0f0;font-weight:700; text-indent:6px; text-align:left;}
.liebiao tr:hover{background-color:#f8f8f8;}
.liebiao td{height:auto; *height:38px;line-height:140%; border-bottom:1px solid #ddd; padding:8px 0 8px 5px;}
.huanye{background-color:#fffeed; text-align:center;}
/*加入爱名*/
.joinus{padding-left:5px;}
.joinus p{margin-top:3px; height: 24px;line-height: 24px;}
.joinus div{border-bottom: 1px dashed #CCC;height:5px; margin:5px 0 20px;} 
/*完善信息*/
 .next_flow{width:220px; text-align:center; position:absolute; bottom:20px; right:50px;}
 .next_flow p{color:#b5b5b5;}
 .zh_addinfo{border:none;text-align:center;width:100%;margin-top:15px;}
 .zh_addinfo{border-bottom:none;color:#888;text-align:right;}
 .zh_addinfo select,.zh_table input{margin: 5px 0px 6px 10px;border:1px solid #ccc;color:#666;float:left;}
 .zh_addinfo input{line-height:20px;margin:6px 0px 6px 10px;height:20px;cursor:auto;}
 .zh_addinfo label input{border:none; float:left;line-height:20px;margin:6px 0px 6px 10px;height:20px;cursor:auto;}
 .cn_addinfo{margin-left:60px; font-size:22px; color:#333;}
 .cn_addinfo span{border-bottom: 3px solid #FF8D12;}
 .next_gray{width:210px;height: 35px;color:#898989;display:block;line-height:35px;text-align: center;background-color:#ededed; font-weight:800; margin-bottom:5px;}.next_gray:hover{background-color:#d8d8d8;color:#898989;text-decoration:none;}

/*域名信息*/ 
.zh_tbody tr td{text-align:right;} 
.dm_info{font-size:20px; color:#404040; text-align:left; line-height:40px; float:left; width:100%;} 
.dm_info p{float:left;} 
.dm_name{line-height:20px; padding-bottom:5px; float:left; text-align: left;width: 100%; *width:620px;} 
.dm_arow{background:url(img/inner.png) no-repeat -49px -340px; height: 12px; width:12px; display: block; margin: 15px 7px 0; cursor:pointer;} .dm_arow:hover{background-position: -25px -339px;}
.dm_help{position:absolute; right:30px; top:12px;} 
.dm_hpicon{background:url(img/inner.png) no-repeat; height:16px; width:16px; display:block; float:left; margin: 5px 5px 0;} 
.dm_right{float:right; line-height: 34px; padding-right:20px; position: relative; display:inline-block;} 
.dm_right a{display:inline-block;} 
.dm_green{color:#009900;} 
.dm_blue{color:#0099ff;} 
.dm_orange{color:#ff6600;} 
.dm_arrow{background:url(img/inner.png) no-repeat -49px -340px; height: 12px; width:12px; margin: 5px 5px 0; cursor:pointer; display:inline-block; *margin: 5px;} 
.dm_detail{background-color: #FFF; background-position: -45px -403px; border: 1px solid #E5E5E5; display: none; height: auto; right: -1px; line-height: 30px; padding: 5px 5px 5px 20px; position:absolute; top: 34px; width: 75px; text-align:left;}
.dm_demo{background:url(img/innera.png) no-repeat; display:block;width: 14px;height:10px;position:absolute;background-position: -889px -25px;right: 50px;top: -8px;} 
.dm_right:hover .dm_detail{display: block;} 
.dm_bg{position:absolute;top:40px; background-color: #f8f8f8; border: 1px solid #E5E5E5; width:250px; text-align:left;overflow-y: scroll; display:none;} 
.dm_bgs{width:100%;line-height:33px;float:left;} 
.dm_bgs:hover{background-color:#eef6ff; color:#404040;} 
.dm_daily{width:100%;line-height:34px;float:left; color: #404040; text-align:left;} 
.dm_daily:hover{background-color:#eef6ff; color:#404040;} 
.dm_more{position:absolute; top:0; right:20px;}
/*域名解析*/ 
.k_green{border-bottom: 2px solid #b6ce5e;} 
.k_red{border-bottom: 2px solid #e74c3c;} 
.dm_height{line-height:28px} 
.dm_col{color:#888;} 
.dm_dns{margin-top:15px; width:100%; overflow:hidden;} 
.dm_dnsname{color:#404040; padding-left:10px; height:35px; line-height:35px;} 
.dm_dnsname .k_ar{float:left; background:url(img/inner.png) no-repeat -172px -729px; width:33px; height:26px; margin-top:5px; margin-right:10px;} .dm_dnsname .k_domain{float:left;font-size:20px;} 
.dm_moka{width:78px;height:30px;line-height:30px;text-align:center;background-color:#b6ce5e;display:block;float:right;color:#fff; padding:0 15px;} a.dm_moka:hover{color:#fff;background-color:#c1da64;text-decoration:none;} 
.dm_topname{background:#f8f8f8; border-bottom:1px solid #dfe4e8; border-top:1px dotted #dfe4e8; height:35px; line-height:35px; color:#404040;} 
.dm_topname span,.dm_toptb span{float:left; text-align:center;} 
.dm_top1{padding:12px 10px 0 20px; *padding:8px 10px 0 20px; width:20px;} 
.dm_top2{width:120px; cursor:pointer;} 
.dm_top3{width:90px;cursor:pointer;} 
.dm_top4{width:180px;cursor:pointer;} 
.dm_top5{width:80px;cursor:pointer;} 
.dm_top6{width:90px;cursor:pointer;} 
.dm_top7{width:100px;cursor:pointer;} 
.dm_top8{width:80px;cursor:pointer;} 
.dm_toptb{height:45px; border-bottom:1px dotted #dfe4e8; line-height: 45px;} 
.dm_toptb:hover{background-color:#eef6ff;} 
.dm_sure{background-color:#eef6ff;} 
.dm_topa{padding:16px 10px 0 20px; *padding:12px 10px 0 20px; width:20px;} 
.dm_bgx{color: #FFF;float: left; font-size: 14px; font-weight: bold; height: 25px; line-height: 25px;margin: 10px 0 0 15px; padding: 0 7px; width: 50px;} .dm_indm1,.dm_indm2,.dm_indm3,.dm_indm4{padding-left:5px;height:24px;line-height:24px;border: 1px solid #aaa;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd; margin-top:9px;cursor:auto;} 
.dm_indml{width:120px;} 
.dm_indm2{width:160px;} 
.dm_indm3{width:45px;} 
.dm_indm4{width:170px;} 
.dm_indmx,.dm_indmy,.dm_indctype{height:24px;line-height:24px; border: 1px solid #aaa; padding-left: 2px; margin-top:9px;} 
.dm_indmx{width:60px;} 
.dm_indmy{width:55px;} 
.dm_toptp{height:40px; line-height:45px; border-bottom:1px solid #dfe4e8; padding-top:5px;} 
.dm_mogray{width:78px;height:30px;line-height:30px;text-align:center;background-color:#f7f7f7;display:block;float:right;color:#666; padding:0 15px; border:1px solid #dfe4e8;} 
a.dm_mogray:hover{color:#ff7800;background-color:#FFF;text-decoration:underline;} 
.dm_tip{background:#ffffe5;border-bottom:1px solid #dfe4e8;height:auto;padding: 20px 0 25px;position:relative;} 
.dm_tip p{line-height:25px;text-indent: 56px;} 
.dm_row{background:url(img/innerb.png) no-repeat;width:20px;height:17px;position:absolute;background-position: -359px -280px;top: -15px;left: 100px;} .dm_noshow{background:url(img/innerb.png) no-repeat;width: 96px;height: 25px;position:absolute;background-position: -223px -277px;bottom: 4px;right: 12px;text-indent: 15px;line-height: 25px;}
/*域名转发*/ 
.zm_top2{width:140px; cursor:pointer;} 
.zm_top3{width:190px;cursor:pointer;} 
.zm_top4{width:100px;cursor:pointer;} 
.zm_top5{width:90px;cursor:pointer;}
/*安全设置*/ 
.y_h{width:808px;color:#fe8431;text-indent:10px;margin-top:15px;float:none;} 
.o_b{width: 38px;height:28px;float:right;background-position: -926px -184px;cursor:pointer;} 
.sfec{width:100%;padding:12px 0;border-bottom:1px dotted #dfe4e8;} 
.sfethree{width:100%;text-indent:20px;height:34px;line-height:30px;} 
.strc,.strc_a,.strc_b{float:left;height:100%;text-indent:10px;} 
.strcom{width:598px;height: 14px;border:1px solid #ccc;float: left;margin:8px 0 0 8px;} 
.clascom{float:left;font-size:16px;font-weight:bold;} 
.o_c{color:#f30;} 
.o_d{color:#ff6600;} 
.o_e{color:#009900;} 
.o_h{background-color:#f30;width:200px;margin:1px 0 1px 1px;height:12px;} 
.o_f{background-color:#ffa00a;width:370px;margin:1px 0 1px 1px;height:12px;} 
.o_g{background-color:#5d9607;width:596px;margin:1px 0 1px 1px;height:12px;} 
.haveo{line-height:25px;height:25px;color:#999;width: 792px;padding-left: 18px;} 
.o_i{width: 24px;height:25px;float:left;background-position: -904px -186px;} 
.o_l{width: 24px;height:25px;float:left;background-position: -904px -210px;} 
.aqway{width:776px;height:50px;line-height:25px;padding:20px 17px;border-bottom:1px dotted #dfe4e8;} 
.o_m{width:60px;height:50px;float:left;} 
.o_n{background-position:-559px -407px;} 
.o_o{background-position:-618px -404px;} 
.o_p{background-position:-895px -262px;} 
.o_q{background-position:-806px -397px;} 
.o_u{background-position:-868px -440px;} 
.o_safe{background-position:-684px -272px;} 
.o_safe2{background-position:-736px -272px;} 
.aqway:hover .o_n,.aqway:hover .o_nn,.o_nn{background-position:-492px -407px;} 
.aqway:hover .o_o,.aqway:hover .o_oo,.o_oo{background-position:-680px -404px;} 
.aqway:hover .o_p,.aqway:hover .o_pp,.o_pp{background-position:-842px -262px;} 
.aqway:hover .o_q,.aqway:hover .o_qq,.o_qq{background-position:-749px -396px;} 
.aqway:hover .o_u,.aqway:hover .o_uu,.o_uu{background-position:-869px -379px;} 
.aqway:hover .o_safe,.aqway:hover .safe2,.safe2{background-position:-743px -272px;} 
.cha{width:35px;height:25px;float:right;} 
.aqway p{float:left;width:715px;line-height:25px;} 
.bdtip{width:340px;float:left;} 
/*账号锁定*/ 
.lockzh{width:100%;height:50px;border-bottom:1px dotted #dfe4e8;padding: 24px 0 8px 0;position:relative;} 
.o_r{background-position:-673px -24px;width:68px;height:50px;float:left;position:absolute;top: 17px;left:0px;} 
.lockzh p{float:right;width:743px;line-height:22px;} 
.howset{width:748px;float:right;height:auto;margin-top: 2px;text-indent:6px;} 
.stdtl{width:100%;margin-top: 15px;line-height:22px;} 
.o_s{line-height:30px;} 
.hsetbtm{margin-top:25px;border-top:1px solid #dfe4e8;line-height:32px;width:100%;color:#999;} 
/*账号绑定*/ 
.bdzh{line-height:48px;border-bottom:1px dotted #dfe4e8;width:760px;padding:0 32px 0 18px;min-height:48px;} .y_a,.y_b,.y_c,.y_d,.y_e,.y_f,.y_aa,.y_bb,.y_cc,.y_dd,.y_ee,.y_ff,.s_signa,.s_signaa,.s_signb,.s_signbb,.shou-sign,.shou-top,.client-sign,.infiniteCarousel .arrow{background:url(img/innerb.png) no-repeat;display:block;} 
.o_t{width:32px;height:38px;float:left;} 
.y_a{background-position:6px 17px;} 
.y_b{background-position:-73px 15px;} 
.y_c{background-position:-154px 16px;} 
.y_d{background-position:-400px 13px;} 
.y_e{background-position:-323px 14px;} 
.y_f{background-position:-237px 14px;} 
.y_aa{background-position:-30px 17px;} 
.y_bb{background-position:-112px 15px;} 
.y_cc{background-position:-194px 16px;} 
.y_dd{background-position:-437px 14px;} 
.y_ee{background-position:-368px 14px;} 
.y_ff{background-position:-278px 14px;} 
.setname{width:160px;float:left;display:block;padding-left:5px;} 
.seta{float:right;height:48px;width:40px;color:#0066cc;}
 /*账号绑定*/ 
.ptectditon{width:795px;height:auto;float:left;border-bottom:1px dotted #dfe4e8;padding:19px 0 10px 15px;} 
.prodtl{color:#999;line-height:35px;} 
.ptectditon p{text-indent:24px;line-height:25px;color:#999;} 
.chgecodli{margin-top:15px;border-bottom:1px solid #dfe4e8;width:805px;padding-left:5px;height:30px;line-height:30px;float:left;} 
.chgecodli ul li{float:left;width:auto;margin-right:15px;padding:0 15px;color:#888;cursor:pointer;} 
.chgecodli ul li.chose{font-weight:bold;border:1px solid #dfe4e8;border-bottom:none;color:#ff7800;background-color:#fff;padding:0 14px;line-height:29px;height:30px;} .cordtbl{border:none;margin-top:5px;float:left;text-align:center;} 
.cordtbl tr.head{height:34px;background-color:#f8f8f8;color:#999;} 
.cordtbl td{border-bottom:1px solid #dfe4e8;height:30px;} 
.loginrcd{width:180px;} 
.cordtbl tr.unnormal{color:#ff7800;} 
.y_g{width:39px;background-position:-893px -209px;} 
.rulelist{width:715px;padding:18px 0 0 3px;} 
.rulelist a{line-height:25px;} 
/*询价详情-交易信息*/
.main_r{margin-top:10px; margin-left:10px; float:left;} 
.main-r-title{float:left; margin-bottom: 10px; font-weight:bold; width:100%; margin-top:20px} 
.main-r-title2{float:left; margin-bottom: 10px; font-weight:bold; width:100%; margin-top:0px} 
.detailbox{width: 100%; background: #f3f8ff; border: 1px solid #e8e8e8; border-right:0; border-bottom:0} 
.detailbox tr{height: 33px; line-height: 33px; border-bottom: 1px solid #e8e8e8} 
.detailbox tr td{border-right:1px solid #e8e8e8; padding-left: 10px;}
/*询价详情-操作*/
.chge-nav2{width:100%;}
.chge-nav2 ul{padding-bottom: 30px;border-bottom: 1px solid #dfe4e8;}
.chge-nav2 ul li{width:auto;margin:0 0 0 5px;border:1px solid #dfe4e8;float:left;height:29px;line-height:29px;background-color:#f8f8f8;} 
.chge-nav2 ul li a{width:auto;padding:0 16px;display:block;float:left;}
.chge-nav2 ul li a:hover{text-decoration:none;}
.chge-nav2 ul li.active{border-bottom:1px solid #fff;background-color:#fff;font-weight:bold;}
.chge-nav2 ul li.active a:hover{color:#666666;}
.chge-nav-price{border:1px solid #dfe4e8; border-top:0; height:auto; float:left; width:100%; padding-bottom:15px}
.oper_class p{margin:10px 0;}
.oper_class label{float:left; margin-right:10px}
.a_lv2{width:64px;height: 25px;color:#fff;display:block;float:left;line-height:23px;text-align: center;background-color:#b6ce5e;margin: 10px 10px 0 53px; border:none}
.a_hui2{width:64px;height: 25px;color:#666;display:block;float:left;line-height:23px;text-align: center;background-color:#ddd;margin: 10px 0 0 0; border:none}
.a_lv2:hover{background-color:#c1da64;color:#fff;text-decoration:none;}
.a_hui2:hover{background-color:#e5e5e5;color:#666;text-decoration:none;}
.input_sq2{width:200px;float:left; padding-left:5px;border:1px solid #aaa;border-right:1px solid #ddd;border-bottom:1px solid #ddd;display:block;background-color:#f2f2f2;color:#999;line-height:20px; height:92px}
.input_sq3{width:200px;float:left; padding-left:5px;border:1px solid #aaa;border-right:1px solid #ddd;border-bottom:1px solid #ddd;display:block;background-color:#f2f2f2;color:#999;line-height:20px;}
/*询价详情-交易进度*/
.transing{width: 100%; border: 1px solid #ddd; border-bottom:0}
.transing tr{height: 33px; line-height: 33px; border-bottom: 1px solid #ddd}
.transing tr td{padding-left: 5px;} 
/*滚动条*/ 
.out-box{margin: 0px 22px 0 16px;width:auto;height:auto;} 
.mCSB_container{width:218px;overflow:hidden;}
.mCustomScrollBox>.mCSB_scrollTools{width:12px;height:343px;top:0;right:0;z-index:100;}
.mCSB_draggerContainer{position:absolute;top:20px;left:0;bottom:0;right:0; height: 308px;}
.mCSB_draggerRail{width:8px;height:308px;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#e0e0e0;}
.mCSB_dragger{cursor:pointer;width:100%;max-height:42px;_height:expression(this.scrollHeight > 42 ? "42px" : (this.scrollHeight < 42 ? "42px" : "auto"));overflow:hidden;background:url(img/inner.png) no-repeat;background-position: -1006px -595px;*left:0px;}
.mCSB_buttonUp,.mCSB_buttonDown{width:12px;display:block;position:relative;height: 17px;overflow:hidden;margin:0 auto;cursor:pointer;background:url(img/inner.png);background-repeat:no-repeat;}
.mCSB_buttonUp{background-position: -1022px -471px;margin-top: 1px;top:0;left:0;}
.mCSB_buttonDown{background-position: -1022px -775px;top:100%;/* margin-top: -29px; */top: 314px;left:0;}
/*姓名域名*/
.in-red{width:100%;height:100%;background-color:#f60;display:block;color:#fff; float:left}
#xmym_01{background:url(img/register_03.jpg) no-repeat; width:980px; height:399px; display:block; float:left; margin-top:7px;}
#ywdzg_b{background:url(img/ywdzg_banner.jpg) no-repeat; width:953px; height:369px; display:block; float:left; margin-top:7px;}
.warp_x{width:980px;border-top:none; height:auto; float:left; padding-top:14px; padding-bottom:20px;}
.xmain_left{width:637px;display:inline; float:left; padding: 0 0 25px 0; border:1px solid #e5e5e5;}
.search-title{border-top:1px solid #e5e5e5; margin-top:30px}
.xname-search-title{width:100%;height:51px;background:url(img/register3_07.png) no-repeat left bottom;float:left;}
.title01{display:block; float:right; text-align:right; line-height:38px;font-size:14px; color:#666; margin-right:20px}
.xname-search-title ul{padding-left:20px;float:left;}
.xname-search-title ul li{font-size:18px; font-weight:bold;line-height: 34px}
.xname-search-title ul li span.bder_t{color:#666; font-size:14px;}
.xname-search-title ul li span.bder_m{color:#f60; font-size:14px;}
.xname{border-bottom: 1px dashed #D7D7D7; width: 95%;padding: 15px 0 20px 20px;float: left; height:auto}
.xmym-serach input.key_chge,.xmym-serach input.key_words{height:28px;width:168px; margin:12px 10px 0 0;}
.xname-serach input.key_chge,.xname-serach input.key_words{height:28px;width:125px;margin:12px 0 0 0;}
.xname-button{float:left; margin-left:10px}
.xmain_right{width:328px; margin-left:13px; display:inline; float:left;}
.name-search{width: 604px; height: 30px; margin-left:36px; display:inline;float:left;}
.zc_l{height:30px;width: auto;margin:12px 10px 0 0;float:left; overflow: hidden; line-height:30px; font-size:14px}
.name-search input.key_chge,.name-search input.key_words{margin:12px 10px 0 0; display:inline; width: 260px; height:28px;cursor:auto;line-height:28px;}
.name-search-ym{float:left; margin:25px 0 0 36px; height:60px; display:inline;}
.zct-01{width: 140px;}
.zct-02{width: 121px; padding-right:19px;}
.hui_k{width:326px; height:auto; float:left; line-height:24px;border:1px solid #e5e5e5;border-top:0;}
.name_tp{width:327px;float:left;height:34px;background-color:#F8F8F8; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;} 
.name_tp ul{height:34px;line-height:34px;float:left;} 
.name_tp ul li{float:left;width:140px;height:100%;text-align:center;} 
.name_tp ul li a{display:block;width:140px;height: 33px;color:#666;font-size:14px;border-bottom:1px solid #e5e5e5;} 
.name_tp ul li a.on3{border-top:2px solid #F27522;color:#FF8432;margin-top: -1px;height: 34px; font-weight:700;background:#fff;border-bottom:none;border-left:1px solid #e5e5e5;padding: 0px;border-right: 1px solid #e5e5e5;}
.jj_alert{border:1px solid #ffd376;background-color:#fffbe5;color:#666;float:left;height:30px; margin:15px 0 0 76px; display: inline}
.jj_alert li{font-size:12px;line-height:30px;display:block;float:left;}
.note{margin-bottom:7px;width:385px;line-height:24px;color:#DD3C10;overflow:hidden;display:block;}
.jj_alert_remove{background:transparent url(img/close.gif) no-repeat;cursor:pointer;float:right;font-size:0;height:8px;width:8px;margin:10px 10px 0 0;}
.note_tu{background: url(img/userbg_03.png);height:11px;width:11px;margin:10px 5px 0 10px;display:block;float:left;overflow:hidden}
.cxhz{width:500px; float:left; margin:30px 0 0 79px; display:inline}
.cxhz ul li{float:left;width:100%;}
.cxhz ul li label{width:100px; display:block; float:left;}
.title04{margin-top: 10px; border-top:1px solid #e5e5e5;}
.qa-style1 dt,.qa-style1 dd{border:1px solid #e1e1e1;}
.qa-style1 dt{padding-right:15px;height:37px;line-height:37px;border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;margin-top:-1px;background-color:#f8f8f8;padding-left:30px;background-image:url(img/xmico.png);background-position:-143px -11px;background-repeat:no-repeat;cursor:pointer;}
.qa-style1 dt.opent{background-position:-143px -35px;background-color:#FEF5E7;}
.qa-style1 dt.hover{background-color:#F7FFEE;}
.qa-style1 dt.opent i{background-position:1px -14px;}
.qa-style1 dt strong{color:#419e0f;padding-left:28px;display:inline-block;height:37px;line-height:37px;}
.qa-style1 dt i{display:inline-block;height:30px;width:10px;float:right;background:url(img/xmico.png) 1px 14px no-repeat;margin-top:3px;}
.qa-style1 dt .has-icon-down{_position:relative;_top:5px;}
.qa-style1 dd{background:#fff;margin-top:-1px;display:none;font-size:12px;text-indent:35px;padding:15px 10px;}
.qa-style1 dd img{margin:15px auto;display:block;}
.xmkf{background:url(img/index_21.jpg) no-repeat; width:333px; height:69px; display:block; float:left; margin-top:15px;} 
/*安全信息实名认证弹出框*/
.safe_set{width:500px;line-height:24px;padding:0 20px;float:left;font-size:14px;}
.safe_detl{width:100%;float:left;padding:10px 0 0 0;border-bottom:1px dashed #dfe4e8;} 
.s_signa,.s_signaa,.s_signb,.s_signbb{width:90px;float:left;height:75px;}
.s_signa{background-position:-915px 3px;}
.s_signaa,.s_signa:hover,.s_signaa:hover{background-position:-915px -78px;}
.s_signb{background-position:-915px -153px;}
.s_signbb,.s_signb:hover,.s_signbb:hover{background-position:-915px -227px;}
.sfe_ctent{width:290px;float:left; text-align:left;}
.safe_chose{width:auto;height:29px;float:left;line-height:29px;margin:16px 0 0 90px;}
.safe_butn{height:27px;border:1px solid #ececec;background-color:#fafafa;cursor:pointer;color:#666;margin-right:25px;width:90px;float:left;*line-height:25px;}.safe_butn:hover{background-color:#d5d4d4;}
.safe_chose label input{margin: 8px 5px 0 0;float: left;*margin:4px 0 0 0;} 
.go_pay{width:132px;height:28px;margin: 6px 18px 10px;background-position: -79px 8px;text-indent: -12px;} /*.safe_m{margin-top:10px;}*/ 
.s_mem{background-position:-540px -271px;} 
.s_mem2{background-position:-466px -271px;} 
.safe_detl:hover .o_n,.safe_detl:hover .o_nn,.o_nn{background-position:-492px -407px;} 
.safe_detl:hover .o_safe,.safe_detl:hover .safe2,.safe2{background-position:-743px -272px;} 
.safe_detl:hover .o_p,.safe_detl:hover .o_pp,.o_pp{background-position:-842px -262px;} 
.safe_detl:hover .o_u,.safe_detl:hover .o_uu,.o_uu{background-position:-869px -379px;} 
.safe_detl:hover .s_mem,.safe_detl:hover .s_mem2,.s_mem22{background-position:-466px -271px;}
/*模板管理*/
.model-text{padding-left:20px; height:30px; line-height:30px}
.model_signz{width:12px;height:23px;float:left;background-position:-4px -324px; margin:0 0 0 7px;}
.flow-co2,.flow-de,.flow-co,.flow-fx,.flow-bj,.flow-gl,.flow-jx,.flow-push,.flow-xf,.flow-dns{background:url(img/icon_03.png) no-repeat; display:block}
.mot{position:relative;z-index:0}
.mot:hover .mot-zhankai{display:block;}
.mot .mot-zhankai{position: absolute; top:5px; right:0; width:80px; height:auto; border:1px solid #e5e5e5; background:#fff; display:none;}
.mot:hover{z-index:999;background:none;}
.mot .mot-zhankai ul li:hover .flow-dns,.mot .mot-zhankai ul li:hover .flow-xf,.mot .mot-zhankai ul li:hover .flow-push,.mot .mot-zhankai ul li:hover .flow-jx,.mot .mot-zhankai ul li:hover .flow-gl,.mot .mot-zhankai ul li:hover .flow-de,.mot .mot-zhankai ul li:hover .flow-co,.mot .mot-zhankai ul li:hover .flow-fx,.mot .mot-zhankai ul li:hover .flow-bj,.mot .mot-zhankai ul li .flow-dns,.mot .mot-zhankai ul li .flow-xf,.mot .mot-zhankai ul li .flow-push,.mot .mot-zhankai ul li .flow-jx,.mot .mot-zhankai ul li .flow-gl,.mot .mot-zhankai ul li .flow-de,.mot .mot-zhankai ul li .flow-co,.mot .mot-zhankai ul li .flow-fx,.mot .mot-zhankai ul li .flow-bj{width:16px; float: left; margin:7px 7px 0px 7px;}
.mot .mot-zhankai ul li .flow-bj{height:16px; background-position:0 -1px; display:block;}
.mot .mot-zhankai ul li .flow-fx{height:16px; background-position:0 -108px;}
.mot .mot-zhankai ul li .flow-co{height:16px; background-position: 0 -74px;}
.mot .mot-zhankai ul li .flow-de{height:16px; background-position: 0 -37px;}
.mot .mot-zhankai ul li .flow-gl{height:16px; background-position: 0 -186px;}
.mot .mot-zhankai ul li .flow-jx{height:15px; background-position: 0 -326px;}
.mot .mot-zhankai ul li .flow-push{height:14px; background-position: 0 -218px;}
.mot .mot-zhankai ul li .flow-xf{height:16px; background-position: 0 -251px;}
.mot .mot-zhankai ul li .flow-dns{height:15px; background-position: 0 -290px;}
.mot .mot-zhankai ul li .flow-text{float:left; width:45px;}
.mot .mot-zhankai ul li{height: 30px; line-height:30px; cursor:pointer; border-bottom:1px dashed #e5e5e5; padding:0; margin:0; float:left; width:80px;}
.mot .mot-zhankai ul li:hover{background:#fe8431;}
.mot .mot-zhankai ul li:hover{background:#fe8431;}
.mot .mot-zhankai ul li:hover .flow-bj{height:16px; background-position:0 -19px;}
.mot .mot-zhankai ul li:hover .flow-fx{height:16px; background-position:0 -126px;}
.mot .mot-zhankai ul li:hover .flow-co{height:16px; background-position: 0 -92px;}
.mot .mot-zhankai ul li:hover .flow-de{height:16px; background-position: 0 -56px;}
.mot .mot-zhankai ul li:hover .flow-gl{height:16px; background-position: 0 -202px;}
.mot .mot-zhankai ul li:hover .flow-jx{height:15px; background-position: 0 -344px;}
.mot .mot-zhankai ul li:hover .flow-push{height:14px; background-position: 0 -235px;}
.mot .mot-zhankai ul li:hover .flow-xf{height:15px; background-position: 0 -270px;}
.mot .mot-zhankai ul li:hover .flow-dns{height:15px; background-position: 0 -308px;}
.mot .mot-zhankai ul li a{color:#666;}
.mot .mot-zhankai ul li:hover .flow-text{float:left; width:45px}
.mot .mot-zhankai ul li:hover .flow-text a{color:#fff;text-decoration: none; display:block}
.oopea_act2{cursor:text;position:relative; z-index:0}
.oopea_act2:hover .opea_detail2{display:block;}
.oopea_act2:hover{z-index:999;}
.opea_detail2{width: auto;height:auto;position:absolute;left:-25px;top:23px;background-color:#fff;border:1px solid #e5e5e5;background-position:-45px -403px;display:none;padding:5px 20px ; line-height:24px; text-align:center;}
.pi-i{width: 14px;height:10px;position:absolute;background-position: -889px -22px;left:30px;top:-10px;} 
/*交易合并*/ 
.tui_name{float:left;width:100%;height:150px;margin-top:10px;} 
.nm_left{width: 159px;float:left;height: 147px;border-top:1px solid #E4E4E4;} 
.nm_right{width: 821px;float:right;height:100%;} 
.nm_left li{width: 158px;float:left;height: 72px;border-bottom:1px solid #E4E4E4;border-left:1px solid #E4E4E4;background-color:#f8f8f8;font-size:16px;} 
.n_ch{padding:6px 0;width:163px;} 
.n_ch h4{margin:0 0 0 21px;} 
.nmli{width:135px;height:56px;margin-top:8px;float:right;line-height:56px;border-right:1px solid #fff;} 
.nmli_ch{border-right:1px dotted #ccc;width: 136px;} 
.nm_left li.on{width:158px;background-color:#fff;border-left:2px solid #ff9900;position: relative;margin-right: -1px;z-index: 10;color:#404040;} 
.nadd{border-left:1px solid #E4E4E4;border-bottom:1px solid #E4E4E4;height: 145px;width: 159px;margin-right: -1px;position: relative;z-index: 10;background-color: #fff;} 
.bapj{padding: 29px 20px 0 20px;height: 93px;margin: 11px 0;border-right:1px dotted #ccc;text-align:center;position:relative;} 
.bapj p{line-height:30px;} 
.bapj p.hover{color:#404040;font-size:16px;} 
.bapj p.sad a{position: absolute;right: 22px;bottom: -6px;font-size:12px;} 
.tui_name:hover p.hover,.tui_name:hover .nmli_ch{color:#ff8432;} 
.specialp{height: 73px;padding: 12px 0 0 26px;border-bottom:1px solid #e5e5e5;line-height: 20px;position:relative;} 
.specialp h4{margin:0;} 
.specialp a.blue{width:100%;float:left;text-align:left;} 
.goh{position:absolute;bottom:12px;right:20px;display:block;background-color:#fafafa;border:1px solid #ececec;color:#666666;} 
.goh:hover{color: #fff;background-color:#fe9b1c;border:1px solid #fe9b1c;}
/*问题详细页-帮助中心*/
.key-sh{height:99px;width:769px;position:relative;margin-bottom:10px;border:1px solid #e5e5e5;-moz-box-shadow:0 0 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.1); background:url(img/help_icon.png) no-repeat 510px 3px}
.key-sh-left{background: url(img/help-baby.png) no-repeat; width:61px; height:84px; float:left; margin: 10px 10px 0px 30px;display:inline}
.hot-sh{margin:18px 0 11px 0;float: left;color:#444; display:inline}
.hot-sh span a{margin-right:10px;}
.key-down-sh{width:506px;height: 37px;border:1px solid #ececec; border-right:0;color:#888;line-height:37px;cursor:auto; padding-left:5px;float:left;}
.se-got{width:120px;height:39px;background:#FE8431;color:#fff;font-size: 15px;cursor:pointer;float:left; text-align:center; line-height:39px}
.se-got:hover{background:#FE9B1C;color:#fff;} 
.ni_y{width:15px;height:15px;position:absolute;right: 14px;top:13px;background-position: -987px -233px;cursor:pointer;}
.e_v{background-position:-987px -197px;display:block;cursor:pointer;}
/*login*/
.login-con{width:980px; margin:0 auto; height:auto; padding-top:20px;}
.login-con span{display:block; float:left}
.login-con .login-text{width:30px; padding:22px 0}
.login-line{height:1px; background:#dedede; width:980px; line-height:1px;}

/*表单样式*/
.out-table{border:none;text-align:center;width:100%;margin:15px auto;border-collapse:collapse; height:auto;}
.out-table tr,.fp-model{line-height:40px;}
.out-table tr td{border:none; text-align: left;color:#666;}
.pwmg .tb-left,.out-table tr td.tb-left{width:185px;text-align:right; color:#333; padding-right:5px;}
.out-table tr td.tb-left span{color:#F00;}
.out-table textarea:hover{border:1px solid #fe8431;}
.out-table span{ font-size:12px;}
/*表单样式--有问必答*/
.question-table{border:1px solid #e5e5e5; border-bottom:0}
.question-table tr td.question-table-left{width:126px; vertical-align:top; text-align:right;}
.question-table tr td{border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5;}
.question-table tr td.question-table-right{width:674px; text-align:left; line-height:26px; padding-left:10px}
.question-table tr td.question-table-right .question-table-right-text{margin:0 10px 0 5px;}
.question-table-button{width:100px; height:30px; line-height:30px; margin:20px 0}
/*输入框样式*/
.mo-input{height:20px;float:left;border:1px solid #ccc;display:block;background:#fff;color:#666;line-height:20px; padding:2px 5px;margin-right:10px;}
.mo-input:hover{border:1px solid #fe8431;}
.mo-input238{width:228px;}
.mo-input268{width:263px;}
.mo-input200{width:195px;}
.mo-input112{width:107px;}
.mo-input85{width:85px;}
.mo-input150{width:150px;}
.mo-input120{width:120px;}
.mo-input60{width:60px;}
.mo-input100{width:100px;}
.yanzheng-button{height:30px;float:left;border:none;display:block;color:#fff; padding:0 5px; background:#FF8D08;}
.mo-textarea{float:left; border:1px solid #ccc;display:block;background-color:#fff;color:#666;line-height:22px; padding:3px 5px; margin-right:10px; cursor:text; box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.k-v01{width:120px;height:30px;line-height:30px;font-size:16px; margin:20px 0 0 0;}
.mod-line{float:left; width:10px; line-height:2px; height:2px; background:#e5e5e5; margin:14px 1px;}
.mod-right{float:left; width: auto}
.mod-left{float:left; width: 233px;}
.mod-leftd{float:left; width: 112px;}
.trans-name-top{width:788px;height:50px;background-color:#f8f8f8;padding:22px 0 0 22px;line-height:30px; position:left; margin-top:15px;}
.trans-name-top span{display:block; float:left;height:30px; line-height:30px;}
.nk-button{width:100px;height:30px;background:#FE8431;border:none;color:#fff;font-size:15px;font-weight:bold;cursor:pointer;}
.nk-button:hover{background:#FE9B1C;} /*委托购买*/
.by-input{height:60px;float:left;width:285px;border:1px solid #e5e5e5;display:block;padding-left:5px;background-color:#fff;color:#999;line-height:28px; display:inline; cursor:text;}
.by-input:hover{border:1px solid #fe8431;}
.yz-input{height:28px;float:left;width:90px;border:1px solid #e5e5e5;display:block;padding-left:5px;background-color:#fff;color:#999;line-height:28px; display:inline; cursor:text; display:inline}
.yz-input:hover{border:1px solid #fe8431;}
.by-text{float:left; height:30px; line-height:30px;}
.by-textred{color:#F00;}
.by-textgray{line-height:18px;}
.by-textgrayb{color:#999; font-size:12px;position:relative; z-index:0;left:-112px; top:30px;}
.by-textblack{color:#333;} 
.mg10{margin-left:10px;display:inline}
.by-textarea{width:238px;height:60px;border:1px solid #e5e5e5;margin: 2px 0px;color:#666; padding:5px;}
/*订阅提示页*/
.mail_amtxt{font-size:20px; height:50px; line-height:50px; margin-top: 15px; color:#333;}
.mail_allow,.mail_error ,.mail_warn{height:36px; width:36px; display:inline-block; vertical-align:middle; margin:0 10px;}
.mail_allow{background:url(img/icon_warn.png) no-repeat 0 0;}
.mail_error{background:url(img/icon_warn.png) no-repeat -41px 0;}
.mail_warn{background:url(img/icon_warn.png) no-repeat -81px 0;}
.by-textarea:hover{border:1px solid #fe8431;} 
/*委托购买域名*/
.wrong-tip{width: 188px;height:22px;border:1px solid #ffc899;background-color:#fff8ee;color:#ff6600;margin: 3px 0 0 5px;diaplay:inline;float: left;font-size: 12px;line-height: 22px;text-align: center;}
.wt-right{height:41px;}
.wt-right span{display:block; float:left}
/*账户信息*/
.zh-button{height:30px;background:#FE8431;border:none;color:#fff;font-size:15px;cursor:pointer; line-height:30px; text-align:center}
.zh-button:hover{background:#FE9B1C;}
.zh-button150{width:150px;}
.zh-button120{width:126px; margin:0 0 0 29px;*margin:10px 0 0 35px; display:inline}
/*我要提问*/
.out-table tr td.tb-l{width:160px;text-align:right; color:#666; padding-right:5px;}
.m-top{margin-top:10px;*margin-top:15px;}
/*管理密码*/
.pwmg{width:100%;margin:20px 0 0 20px; height:auto;}
.pwmg ul li{float:left; height:auto; line-hight:34px; margin-bottom: 10px;width:100%;}
.pwmg ul li span{display: block; float:left}
.pwmg ul li.active{background:#f5f5f5; width:500px; height:30px; line-height:30px; border-left:3px solid #FF8D08;-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);box-shadow:1px 1px 2px rgba(0,0,0,0.1);}
.pwmg ul li .tb-l{width:126px;text-align:right; color:#666; padding-right:5px;}
.out-right{width:auto;float:left;color:#666; line-height:40px;}
.out-right input{vertical-align:middle; margin:6px 0 0 0;}
.k-v01{width:155px;height:30px;line-height:30px;font-size:16px;margin:19px 0 0 0;}
.k-v{width:155px;height:30px;line-height:30px;font-size:16px;margin:5px 0 0 135px;}
/*域名交易交付*/
.k-v02{width:113px;font-size:14px; height:30px; line-height: 30px}
.a_hui2{color:#666;display:block;float:left;text-align: center;background-color:#ddd;margin: 2px 0 0 10px;}
a.a_hui2:hover{background-color:#e5e5e5;color:#666;text-decoration:none;}
/*中介信息修改*/
.zj-info{width:11px; height:11px;margin:9px 9px 0 0;*margin:5px 12px 0 0;}
/*操作保护*/
.oprtce{height:50px;padding: 10px 0 60px 260px; height:auto; background:url(img/qu-icon.png) no-repeat 175px 8px; line-height:30px; color:#666; border-bottom: 1px solid #e5e5e5}
.ptrn{border:1px solid #e5e5e5; width:400px; margin-top:20px; height:auto;}
.ptrn h2{background:#f5f5f5; width:398px; -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);box-shadow:1px 1px 2px rgba(0,0,0,0.1);height:30px; line-height: 30px; font-weight:bold;color:#F60; font-size:14px;}
.ptrn h2 span{display:block;border-bottom:1px solid #FF8D08; float:left; padding:0 10px;color:#333;}
.ptrn-left{float:left;width:100px; text-align:right; line-height:30px; height:30px; color:#666}
/*在线充值*/
.out-right-bank{display:inline-block; width: 125px;height: 36px;border: 1px solid #e5e5e5; text-align: center; float:left}
.out-right-bank:hover{border: 1px solid #fe9d1f; cursor:pointer}
.out-right-alipay,.out-right-alipaycn,.nbbank,.fdb,.shbank,.bjrcb,.hzcb,.bjbank,.cmbc,.spdb,.ceb,.psbc,.comm,.abc,.spab,.sdb,.citic,.gdb,.cib,.boc,.ccb,.cmb,.icbc{background: url(img/bankicon.png) no-repeat;}
.out-right-alipay{background-position:50px -3737px; display:block;width: 160px;height: 36px; float:right;}
.out-right-alipaycn{background-position:1px -3775px;}
.cmb{background-position:13px -80px;}
.icbc{background-position:8px -40px;}
.ccb{background-position: 8px -320px;}
.boc{background-position: 13px -520px;}
.cib{background-position:5px -3365px;}
.gdb{background-position:3px -280px;}
.citic{background-position:5px -200px;}
.sdb{background-position:3px -240px;}
.spab{background-position:10px -1880px;}
.abc{background-position:5px -480px;}
.comm{background-position:10px -600px;}
.psbc{background-position:10px -400px;}
.ceb{background-position:10px -440px;}
.spdb{background-position:10px -360px;}
.cmbc{background-position:10px -120px;}
.bjbank{background-position:10px -3240px;}
.hzcb{background-position:10px -760px;}
.bjrcb{background-position:10px -2640px;}
.shbank{background-position:10px -840px;}
.fdb{background-position:10px -1320px;}
.nbbank{background-position:10px -1240px;}
.out-right label span{text-indent: -9999em;}
.out-right .banks li{float: left; width: 210px;height: 50px;}
.out-right .banks li input{float: left;margin: 10px 10px 0 0;display:inline-block}
.out-right-first{margin-left: 6px;}
.pay-button120{width:126px; margin:12px 0 0 17px;*margin:20px 0 0 24px;}
.out-right .banks li em{display:inline-block; float:left}
.icon_info{background-color: #D2EEF7;border: 1px solid #DDD;border-left: none;font-weight: normal;height: 36px;width: 20px;padding: 0 3px;line-height: 15px;text-align:left;}
/*我的域名修改*/
.myn{width:390px; float:left;}
.myn-text{float:left; margin:0 3px 0 6px;height:30px; line-height: 30px}
input.from_date,input.to_date{width:116px;height:28px; line-height:28px;background-position:-129px -480px;border: 1px solid #e5e5e5;cursor:auto;position: relative; float:left;margin-top:1px;}
.name-choice{height:auto;line-height:30px;text-align:left; float:left; margin:-34px 0 0 106px; width:263px; padding-bottom:20px;}
.name-choice label{color:#666; margin-right:10px}
.g_d .b-detail{display:none}
.b-detail.g_i{display:block;height:42px;}
.b-detail{width:100%;border:none; float:left;margin-bottom:8px;height: auto;}
.bid-left{width:100px;text-align:right;float:left;line-height:30px;height:25px;}
/*查看短信*/
.infor p{color:#666;}
.infor{padding: 10px 10px 10px 20px; color:#000;line-height:24px;}
.infor p span{color:#000; font-weight: bold}
/*模拟下拉框***大框***/
.window_da{font-weight:normal; line-height:28px; min-width:238px; color:#666;background-color:#fff}
.window_da div.tag_select{display:block;width:233px;height:28px; padding-left:5px;line-height:28px; border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative; z-index:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da div.tag_select_hover{width:233px;height:28px; padding-left:5px;line-height:28px; border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative; z-index:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da div.tag_select_open{width:233px;height:28px; padding-left:5px;line-height:28px; border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative; z-index:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da ul.tag_options{position:absolute; margin:0;list-style:none; width:238px; padding:0px;background-color:#fff; border:1px solid #e5e5e5; border-top:0; z-index:999}
.window_da ul.tag_options li{display:block;width:238px; margin:0; padding:0px;height:30px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;height:30px; padding-left:5px; overflow:hidden;}
.window_da ul.tag_options li.open_hover,.window_da ul.tag_options li.open_selected{background-color:#fffeed;color:#f60;}
/*模拟下拉框***大框222***/
.window_da2{font-weight:normal; line-height:32px; min-width:112px;color:#666;background-color:#fff}
.window_da2 div.tag_select{display:block;width:107px;height:28px; padding:0 0 0 5px;line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative; box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da2 div.tag_select_hover{display:block;width:107px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da2 div.tag_select_open{display:block; width:107px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da2 ul.tag_options{position:absolute; padding:0; margin:0; list-style:none; width:112px; background-color:#FFF; border:1px solid #e5e5e5; border-top:0;}
.window_da2 ul.tag_options li{display:block;height:30px;width:112px; margin:0; padding:0px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;padding-left:5px; overflow:hidden;}
.window_da2 ul.tag_options li.open_hover,.window_da3 ul.tag_options li.open_selected{background-color:#fffeed;color:#f60}
/*模拟下拉框***大框333***/
.window_da3{font-weight:normal; line-height:32px; min-width:400px;color:#666;background-color:#fff}
.window_da3 div.tag_select{display:block;width:400px;height:28px; padding:0 0 0 5px;line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da3 div.tag_select_hover{display:block;width:400px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da3 div.tag_select_open{display:block; width:400px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da3 ul.tag_options{position:absolute; padding:0; margin:0; list-style:none; width:405px; background-color:#FFF; border:1px solid #e5e5e5; border-top:0;}
.window_da3 ul.tag_options li{display:block;height:30px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;padding-left:5px; overflow:hidden;}
.window_da3 ul.tag_options li.open_hover,.window_da3 ul.tag_options li.open_selected{background-color:#fffeed;color:#f60}
.mod-leftm{float:left; width: 405px;}
/*模拟下拉框***大框444***/
.window_da4{font-weight:normal; line-height:32px; min-width:70px;color:#666;background-color:#fff}
.window_da4 div.tag_select{display:block;width:70px;height:28px; padding:0 0 0 5px;line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da4 div.tag_select_hover{display:block;width:70px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da4 div.tag_select_open{display:block; width:70px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da4 ul.tag_options{position:absolute; padding:0; margin:0; list-style:none; width:75px; background-color:#FFF; border:1px solid #e5e5e5; border-top:0;}
.window_da4 ul.tag_options li{display:block;height:30px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;padding-left:5px; overflow:hidden;}
.window_da4 ul.tag_options li.open_hover,.window_da4 ul.tag_options li.open_selected{background-color:#fffeed;color:#f60}
.mod-leftn{float:left; width: 75px;}
/*模拟下拉框***大框555***/
.window_da5{font-weight:normal; line-height:32px; min-width:175px;color:#666;background-color:#fff}
.window_da5 div.tag_select{display:block;width:170px;height:28px; padding:0 0 0 5px;line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da5 div.tag_select_hover{display:block;width:170px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da5 div.tag_select_open{display:block; width:170px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da5 ul.tag_options{position:absolute; padding:0; margin:0; list-style:none; width:175px; background-color:#FFF; border:1px solid #e5e5e5; border-top:0;}
.window_da5 ul.tag_options li{display:block;height:30px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;padding-left:5px; overflow:hidden;}
.window_da5 ul.tag_options li.open_hover,.window_da5 ul.tag_options li.open_selected{background-color:#fffeed;color:#f60}
.mod-lefty{float:left; width: 175px;}
/*模拟下拉框***大框666***/
.window_da6{font-weight:normal; line-height:32px; min-width:90px;color:#666;background-color:#fff}
.window_da6 div.tag_select{display:block;width:90px;height:28px; padding:0 0 0 5px;line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da6 div.tag_select_hover{display:block;width:90px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #fe8431;background: url(img/select-arrow.png) no-repeat top right; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.window_da6 div.tag_select_open{display:block; width:90px;height:28px; padding:0 0 0 5px; line-height:28px;border:1px solid #ccc;background: url(img/select-arrow.png) no-repeat top right;max-height:200px; position: relative;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.window_da6 ul.tag_options{position:absolute; padding:0; margin:0; list-style:none; width:95px; background-color:#FFF; border:1px solid #e5e5e5; border-top:0;}
.window_da6 ul.tag_options li{display:block;height:30px;text-decoration:none;line-height:30px;border-bottom:1px dashed #e5e5e5; background-color:#fff;padding-left:5px}
.window_da6 ul.tag_options li.open_hover,.window_da6 ul.tag_options li.open_selected{background-color:#fffeed;color:#f60}
.mod-leftg{float:left; width: 95px;}
/*下拉框显示垂直滚动条*/
.tag_options{max-height:215px; overflow-y:scroll; overflow-x: hidden;}
/*微调*/
.unread,.haveread{width:100%;height: 26px;display:block;background:url(img/messag.png) no-repeat;}
.unread{background-position: 50% 10px;}
.haveread{background-position:50% -12px;margin-top:4px;}
.name_list a.mestype,.name_list a.mestype:hover{margin:15px 5px 15px 0;text-decoration:none;}
.mestop{width:auto;}
h3.openhead{background-position: -978px -214px;color: #333;background-color: #f1f0f0;}
h3.openheader{font-weight: bold;background-position: 15px -72px;position: relative;background-color: #f1f0f0;height: 40px;line-height: 40px; border-top:1px solid #e5e5e5;}
h3.leftchose{font-weight:bold;position:relative;background: url(img/innerb.png) #fe8431 no-repeat -683px -79px;height: 40px;line-height: 40px;color:#fff;}
.leftchose.openheader{background: url(img/innerb.png) #fe8431 no-repeat -683px -33px;}
.info_nav_main ul li a.closedsubheader{background-color:#f8f8f8;}
.selectinfo input.key{width:231px;height:24px;margin:2px 0 0 0;}
#shopcart_table tr td{height:35px;line-height:35px;}
.cargn{width:160px;}
.cargna{width:130px;}
.info_nav_main ul li a.liorge,.info_nav_main ul li a.on{font-weight:bold;background:#fffeed url(img/innera.png) no-repeat;background-position:15px 11px;text-decoration:none;color:#f60;line-height:33px;}
/*拍卖列表筛选*/
.bid-detail{width:958px;height:auto; padding: 17px 15px 0 15px}
.bid-detail .bid-detail-left{width:479px; height:auto;float:left;}
.bid-detail .bid-detail-left ul li{float:left; height:30px; line-height: 30px;width:479px;}
.bid-detail label{margin-right:10px;}
.bid-right{float:left;width:auto;line-height:35px;height:35px;display:inline;}
.bid-right select{color:#666666;}
.bid-right input.absorb{margin-top:0;width:244px;margin-right:0px;}
.bid-right input.w75{margin-top:0;width:75px;margin-right:0px;}
.bid-detail h4{text-align:right;float:left;width:100px; height:30px; line-height:30px;}
.bid-right-line{height:2px;background:#e5e5e5; width:10px;margin:14px 5px 0 7px; float:left;line-height:2px;font-size:0px;overflow:hidden;}
.bid-right label{margin-right:10px;}

.bid-detail-tag{height:auto; padding:5px 20px 5px 20px; float:left; width:888px; background:#f5f5f5;border:1px solid #e5e5e5; margin: 0 0 20px 25px}
.bid-detail-tag b{margin-right:10px; font-weight:normal}
/*按钮*/
.orange-button{background:#FE8431;border:none;color:#fff;font-size:15px;font-weight:bold;cursor:pointer; padding:5px 20px;*padding:4px 4px}
.orange-button:hover,.nk-button:hover{background:#FE9B1C;}
.a-cheng-button{width:80px; height:26px; line-height:26px; font-size:14px}
.a-cheng-button150{width:150px; height:30px; line-height:30px; font-size:14px}
/*预定域名页面*/
.yuding{padding: 20px 0 0 20px}
/*预订竞价页面*/
.yuding-l input.absorb{margin-right: 0;margin-top: 3px;background-color: #F2F2F2;border: 1px solid #EAEAEA;color: #999;cursor: auto;display: block;float: left; height: 28px;line-height: 28px;width: 175px; padding-left:5px;}
.yuding-l input.g-e{height: 28px;line-height: 28px;width: 175px; float: left;padding-left:5px;background-color: #F2F2F2;border: 1px solid #EAEAEA;margin-top: 3px;color: #999;}
.yuding-l input.key_chge{width: 175px;height: 28px;line-height: 28px; background-color: #fefdef;border: 1px solid #fe8431; color:#000;padding-left:5px}
.{width:auto; height:30px; line-height:30px; float:left; padding:0 10px}
/*出售页*/
.chus-textarea textarea{height:280px; width:480px; border: 1px solid #e5e5e5;padding:10px;}
.sale-chushou{border:none;margin:30px auto;border-collapse:collapse; height:auto;}
.sale-chushou tr{line-height:40px;}
.sale-chushou tr td{border:none;}
.sale-chushou tr td.tb-m{width:auto;text-align:right; color:#666; padding-right:5px;}
.sale-chushou tr td.tb-g{width:238px;color:#666;}
.sale-chushou tr td.tb-k{width:446px; text-align: left;}
.modelguanli td.modelguanli-row{line-height:24px; padding:10px 0}
/*边距*/
.marg20{margin-left:20px;}
.marg{ display:block; float:left; margin-top:-5px 20px 0 20px;}
.marg10{margin-left:10px;}
.marg05{margin:3px 0 0 5px;}
.marg005{margin:0 0 0 5px;}
.marg22{margin: 10px 0;}
.marg5{margin:3px 0 0 0;}
.marg-top20{margin: 20px 0 0 0;}
.marg30{margin: 20px 20px;}
.marg-top10{margin: 10px 0 0 5px;}
.marg-top5{margin: 5px 0 0 10px;}
.marg-bom10{margin: 0;}
.marg8{margin:0 0 0 6px;}
.marg-bom20{margin-bottom:30px}
.marg-bom40{margin-bottom:50px}
.marg6{margin:10px 0 0 6px;*margin:0 0 0 6px;}
.margbom10{margin-bottom:10px;}
.marginbtm20{margin:0 auto 20px auto;}
.maT10{10px 0 0 0;}
.maT40{margin-bottom:40px;}
/*米表*/
.fenzhu{float: left; padding:5px 0}
.sale-chushou tr td.tb-left{width:180px;text-align:right; color:#666; padding-right:5px;}
.sale-chushou tr td.tb-right{text-align: left;}
.mibiao-row{line-height:30px; height:30px; padding-left:5px;}
.sale-chushou textarea{width:288px; height: 50px; border:1px solid #e5e5e5; padding:5px;margin:5px 0 10px 0}
.mibiao-tongyi:hover,.sale-chushou textarea:hover{border:1px solid #fe8431;}
.mibiao-tongyi{width:288px; height:50px;overflow-y: scroll;border:1px solid #e5e5e5; line-height: 24px; padding:5px; text-indent: 10px; float:left}
.mibiao-tongyi-text{line-height:20px; width:314px; height:35px;word-wrap:break-word;overflow:hidden; padding:15px 0 0 10px;}
.xuanze-model ul li{width:160px; height:160px; float:left; margin:0 10px 0 0}
.xuanze-model ul li img{width:160px; height:120px;float:left;}
.xuanze-model ul li p{height:40px; width:160px; text-align:center;float:left;}
/*我是卖家*/
.zhongjie-sale{height:auto; margin:20px 0 0 20px}
.sale-chushou ul li,.zhongjie-sale ul li{float:left;width:100%; line-height:30px; height:auto; margin-bottom:10px;}
.zhongjie-sale ul li .tb-left{width:180px;text-align:right; color:#666; padding-right:5px;float:left; height:30px; line-height:30px;}
.zhongjie-sale ul li .tb-left span{margin:20px 5px 0 0;display: block;}
.zhongjie-sale ul li .tb-right{width:605px;color:#666;float:left;}
.zhongjie-sale ul li .tb-right span{display:block; width:100%;float:left;}
.zhongjie-sale ul li .tb-right span.zhongjie-sale-hang{line-height:18px; width:605px; color:#999; text-align:left}
.sale-chushou ul li .tb-left{width:126px;text-align:right; color:#666; padding-right:5px;float:left; height:30px; line-height:30px;}
.sale-chushou ul li .tb-right{width:auto;color:#666;float:left;}
.xia-jia{height:30px; line-height:30px;}
/*获取推广代码*/
.trans-name-top{width:100%;height:auto; background:#fff;padding:30px 0 45px 22px;line-height:25px; float:left}
.trans-name-top h2{margin-bottom:20px;}
.trans-txta p,.trans-txta{width:100%; float:left}
.trans-txta textarea{width:588px;border:1px solid #e5e5e5;padding:4px 8px; font-size:14px; color:#999}
.trans-len{height:146px;}
.trans-dut{height:50px;}
.trans-line{width:100%; height:1px; line-height:1px; border-bottom: 1px dashed #f5f5f5;}
.mag10{margin:10px 0 0 10px; display:inline}
.mag50{margin:60px 0 0 10px; display:inline}
.trans-txta span{display:block;}
/*分销API*/
.fenxiao-text{padding:40px 0 0 0; width:200px; word-wrap:break-word;overflow:hidden; display:block; float:left; margin-left:5px;line-height:20px;}
.fenxiao-textarea{width: 400px; margin:5px 0 0 0; height: 150px; overflow-x: scroll; border: solid 1px #ccc;color: #999; line-height:24px; padding:5px;}
/*下架设置*/
.xiajia-row td{border-bottom:1px dashed #e5e5e5; height:38px; line-height:38px;}
.data-row td{border-bottom:1px solid #e5e5e5; height:38px; line-height:38px;}
/*注册页面新手上路*/
.wid316{width:316px;}
.newuser{border:1px solid #e5e5e5;width:946px;height:auto;padding:0 16px 16px 16px;clear:both;margin-top:10px; background:#FFF;}
.map-top{width:100%;line-height:39px;border-bottom:1px solid #e5e5e5;height:39px;position:relative;}
.step1,.step2,.step3,.step4,.step5{width:800px;display:block;}
.step1 li,.step2 li,.step3 li,.step4 li,.step5 li{float:left;position:relative;}
.step1 .simsun,.step2 .simsun,.step3 .simsun,.step4 .simsun,.step5 .simsun{position:absolute;right:-2px;}
.step1 li a,.step2 li a,.zhucetype li a,.step3 li a,.step4 li a,.step5 li a{color:#000;display:block;float:left;padding:0 12px;}
.step1 li.chose a,.step2 li.chose a,.step3 li.chose a,.step4 li.chose a,.step5 li.chose a{color:#da291d;font-weight:bold;}
.zhucetype{position:absolute;right:10px;top:0;}
.zhucetype li{float:left;}
.zhucetype li.chose{color:#ff6600;border:1px solid #e5e5e5;border-bottom:none;border-top:none;height: 40px;background-color: #fff;}
.zhucetype li a{color:#666666;padding:0 15px;}
.zhucetype li.chose a{color:#ff6600;font-weight:bold;}
.main-image{text-align:center;width:100%;overflow:hidden;margin-top:10px;}
.chosepro{display: block;float: left;width: 85%;}
.zc_result_a .r_l{width:40%;text-indent:5px;}
/*网站错误提醒*/
.error_section{margin-bottom:20px;width:100%;height:auto;clear: both; overflow:hidden;}
.error_flow{border: 1px solid #ededed; width:946px; padding:15px; margin-top:10px; text-align:center;}
.error_flow p{line-height:36px;}
.error_flow .error_t1{color: #FE8431; font-size:20px; font-weight:bold; vertical-align:middle;}
/*首页优势及经典客户*/
.advanc{border:1px solid #E4E4E4;overflow:hidden;width:978px;height:auto;}
.dd-left{width:15.5%;margin:6px 0;border-right:1px solid #E4E4E4;float:left;color:#64686f;padding: 18px 0 0 24px;line-height: 27px;position:relative; height: 165px;}
.dd-left p,.client-left p{color:#64686f;font-size:20px;position:relative;}
.shou-sign{width:100%;height: 111px;background-position: 22px -74px; margin-top: 23px;}
.shou-top{height:27px;position:absolute;right:25px;top:0;width:20px;background-position:-81px -266px;}
.ad-detail{padding-left: 33px;width:78%;float:left;}
.ad-detail-m{width:32%;float: left;height: 75px;padding: 13px 10px 12px 0;}
.ad-detail-m p{line-height: 20px;}
.client-left{width:182px;float:left;padding:25px 0 5px 10px;line-height:27px;}
.infiniteCarousel{float:right;width:80%;position:relative;}
.wrapper{height: 91px;width: 675px;margin: 0 54px;position: absolute;top: 0;right: 0px;}
.infiniteCarousel .wrapper ul{padding: 10px 0;position: absolute;top: 0;}
.infiniteCarousel ul li{display:block;float:left;padding: 10px 0px;height: 35px;width: 135px;}
.infiniteCarousel .arrow{display: block;height: 36px;width: 37px;text-indent: -999px;position: absolute;top: 37px;cursor: pointer;outline: 0;top: 22px;}
.infiniteCarousel .forward{background-position: -74px -262px; right: 3px;}
.infiniteCarousel .back{background-position: -21px -262px;left: 0;}
.client-sign{height:60px;width: 5px;position:absolute;left: 42px;top: 5px;background-position: -5px -230px;}
.dd-left a:hover,.dd-left a:hover .simsun,.client-left a:hover,.client-left a:hover .simsun{text-decoration:underline;color:#F27522;}
.you-comn{width: 73px;height: 75px;margin-right:10px;background:url(img/ysicon.png) no-repeat;float:left;}
.k-a{background-position: 1px 3px;}
.k-b{background-position: 0px -88px;}
.k-c{background-position: -2px -182px;}
.k-d{background-position: -1px -282px;}
.k-e{background-position: 1px -377px;}
.k-f{background-position:2px -470px;}
.helpmain{width: 100%;padding-bottom: 20px;background: #fbfbfb;}
/*财务纪录*/
.monthth{border-bottom: 1px solid #DFE4E8 ; border-left: 1px solid #DFE4E8 ; color: #5E759D; font-weight: normal; padding: 0.2em 2px; text-align: left;}
/*有问必答*/
.q_left li a:link{color:#06c; text-decoration:none}
.q_left li a:hover{color:#F27522;text-decoration: underline;}
.question-left li p{background:url(img/quest_dot.gif) no-repeat 0 12px;text-indent: 15px;}
.close_btn:hover{background:#FE9526 url(img/icon2013.png) no-repeat; background-position:-130px -350px;}
/*竞价详情*/
.succes-jingjia{border:1px solid #bfd376;padding:10px 10px; margin:10px 0; background-color: #fbfdf2}
.fail-jingjia{border:1px solid #ee9e9e;padding:10px 10px; margin:10px 0; background-color: #fdf1f1}
.succes-jingjia s{background:url(img/icos.png) no-repeat; background-position:0 0; width:16px; height:17px; display: block;padding-left:10px;}
.fail-jingjia s{background:url(img/icos.png) no-repeat; background-position:0 -17px; width:16px; height:18px; display: block;padding-left:10px;}
/*发票申请*/
.piao-tip{background: #FFFFE5;border: 1px solid #FFCC7F;margin-top:10px;padding: 10px 15px;line-height: 22px;}
.fp-model table{text-align:center;}
.fp-model .liebiao th{font-weight:normal;background:#f8f8f8;text-align:center;}
.saveds{border:1px solid #fe8101;background-color:#ffa90f;float:left;margin:0 10px 0 0;color:#fff;width:70px;}
.cance{float:left;margin:0 10px 0 0;background-color:#fafafa;width:70px;}
a.cance:hover{background:#e5e5e5;color:#666;text-decoration:none;}
a.saveds:hover{background:#fe8101;color:#fff;text-decoration:none;}
.fp-model .liebiao tr.bkblue{background-color:#eef6ff;}
/*设置中心*/
.site-center{width:759px; padding: 0; height:auto;color:#666666}
.site-center-title{height:32px; width:100%; margin:5px 0 10px 0; display:block; line-height:31px}
.center-titleback{background:url(img/szzx-icon.png) no-repeat 0 0;height:32px;width:auto;}
.tixing-titleback{background:url(img/szzx-icon.png) no-repeat 0 -32px;width:auto;}
.mr-titleback{background:url(img/szzx-icon.png) no-repeat 0 -60px;width:auto;}
.ct-title{padding-left:35px; font-size:20px;}
.site-center-table{border: 1px solid #e5e5e5;border-collapse: collapse;}
.site-center-table tr{line-height:40px}
.site-center-table tr td{border: 1px solid #e5e5e5;text-align: center}
.site-center-table tr td.bac-title{font-size:14px;text-align:left;}
.site-center-table tr td.bac-hui2{background:#f8f8f8;}
.site-center-table tr th {line-height: 40px;font-size: 16px;text-align: center;}
.table-title{text-indent:17px;}
.site-center-table tr td input{vertical-align:middle;}.site-center-table tr td checkbox{width:30px; height:40px;}.width182{width:182px;} .site-center-table tr th{line-height:40px;}
.site-center-table tr th.site-titlecheng{text-align: left}
.site-titlecheng{width:210px; border-top:2px solid #f8b180; background:#ffd9bf;}
.site-titleorange{border-top:2px solid #e6b836; background:#f6de9a;}
.site-titlegreen{border-top:2px solid #8bc465; background:#a6dfa6;}
.site-titleblue{border-top:2px solid #66c0de; background:#c1e7f4;}
.tip-tixing .ni_z{top:-25px; *top:-10px; left:104px; display:block; z-index:2;}
.follow-info{background-color: #FFFFE5; border: 1px solid #FFCC7F;height: auto;position: absolute;top:-16px;*top:-1px;left:-1px; line-height: 27px;height:30px; line-height: 30px;width: 100%; z-index:1; color:#FF3300;}
/*域名搜索结果详情页*/
.yu_seach{width:100%;line-height: 45px;border-bottom:2px solid #f1f1f1;height: 45px;margin-top: 10px;font-size:16px;}
.domain_sch{font-size:24px;color:#333;border-bottom:2px solid #f9b108;width: auto;float: left;}
.all_rlt{width:45px;height:30px;line-height: 30px;margin: 7px 25px;text-align:center;display:block;float:left;color:#666;}
.yu_seach li{float:left;width:auto;margin: 7px 15px 7px 0;padding: 0 7px;height: 30px;line-height: 30px;}
.domain_full_sech{padding:20px 0;}
.domain_full_sech .zc_result li{background-position: 19px -53px;padding:0 5px;}
.p_title{position:absolute;top:-30px;left:0;}
.yu_seach li.chose,.all_chose,.all_chose:hover{background:#f9b108;}
.tab .biddscrb a:hover{color:#F00;}
.yu_seach li.chose a span,.all_chose,.all_chose:hover{color:#fff;}
#floatOrder{width:576px;height:25px;line-height:25px;padding:2px;background:#fff;border:solid 2px #e54144;overflow:hidden;position:absolute;z-index:100000;background:#e5e5e5;}
/*域名搜索结果详情页*/
.ques-border{border:1px solid #e5e5e5}
/*国内域名预定*/
.g-n{background:url(img/innera.png) no-repeat -477px -222px;display:block;margin:11px 0 0 10px;}
.shen-s{position: absolute; bottom:26px; left: 450px; text-indent: 20px;display:block;cursor: pointer; height:30px; line-height:20px;}
.g-i{background:url(img/innera.png) no-repeat -739px -212px;display:block; margin:11px 0 0 10px;}
.ym-delete{width:11px; height:11px;display:block; float:left; margin:12px 0 0 2px}
.delete-cheng{background:#fc9113;}
.delete-green{background:#61bc00;}.delete-zvi{background:#bb548c}.ym-cheng{color: #fc9113;}.ym-green{color: #61bc00;}.ym-zi{color: #bb548c;}
/*新顶级域服务*/
.newgbanner{background:#24a7d8 url(img/newgbanner.jpg) no-repeat center top; height: 205px;}
.newgmore{font-size:12px; float:right; line-height:26px; font-weight:normal;}
.newgnav{width:980px; height:28px; margin-bottom:20px;}
.newgnav .newgnavl{width:680px; float:left;}
.newgnav li{display:inline;}
.newgnav li a{display: inline-block; height:28px; line-height:28px; text-align:center; padding:0 12px; margin:0 10px; font-weight:bold;}
.newgnav li a.current{color:#FFF; background:#ff7003;}
.newgnav fieldset{border-style: solid; border-width: 1px 0 0; border-color: #eeeeee; float:right; width:160px; line-height:28px; padding-left:80px; margin:0 10px;}
.newgnav fieldset legend{font-weight: bold; padding: 0 10px; text-align:center; margin:0;}
.newgnav fieldset legend a:hover{text-decoration:underline;}
.newgmain{float:left; width:74%; border-right:1px solid #eee; margin-bottom:10px;}
.newgsider{float:right; width:25%;}
.newgmain .newgcontent,.newgsider .newgright{padding:0 30px 10px 10px;}
.newgmain .newgcontent h1{border-left:5px solid #ff7003; font-size:20px; padding-left:15px; margin-bottom:15px; height:26px; line-height:26px;}
.newgmain .newgcontent p{padding-left:15px; line-height:20px; font-size:12px; margin-bottom:15px;}
.newgsider .newgright h2{border-left:5px solid #ff7003; font-size:18px; padding-left:15px; margin-bottom:15px; height:24px; line-height:24px;}
.newgsider .newgright p{margin: 0 0 20px 20px; font-size:12px; line-height:20px; height:20px;}
.newgsider .newgright .newglist{margin: 0 0 20px 20px; font-size:12px;}
.newglist li{height: 22px; line-height: 22px;}
.newglist li span{color: #999;float: right;}
.newglist li a:hover{text-decoration:underline;}
.newgmain .newgcontent h3{color: #ff7003; font-size: 16px; padding-left: 15px; margin-bottom: 15px;}
.newgorange{color: #ff7003;}
.newgmain .newgcontent .newglist2{margin: 0 0 10px 20px; font-size:12px;}
.newglist2 li{height: 26px; line-height: 26px; border-bottom: 1px dashed #dadade;}
.newglist2 li span{color: #999;float: right;}
.newglist2 li a:hover{text-decoration:underline;}
/*yunzhuji*/
#yun ul li{height:360px;}
.yun_notice{height:35px; line-height:35px; background-color:#e5e5e5; width:100%; top:0; position:relative; color:#333; font-size:14px;}
.yun_main{width:100%;} 
.yun_left{width:740px; float:left; height:auto; margin-top:10px;} 
.yun_left_main{width:738px; border:1px solid #f0f0f0; border-top:none; float:left; padding-top:30px;} 
.yun_jiesuan{} 
.control_group{margin-bottom: 18px; width:100%; float:left;} 
.control_label{width: 100px;float: left;font-size: 14px; text-align: right; color:#333;} 
.controls{margin-top:5px; vertical-align:middle; width:620px; float:left; margin-left:15px; text-align:left;} 
.controls select{width: 220px;border: 1px solid #ccc;background-color: #fff;display: inline-block;margin-bottom: 0;vertical-align: middle;height: 28px;line-height: 28px;padding: 4px 6px; font-size:14px;cursor: pointer;} 
.yun_tjpz ul li{width: 68px;!important; float:left;padding-bottom: 5px;margin-right: 10px;} 
.yun_tjpz ul li a{font-size: 14px; line-height:24px; margin-top:-7px; width: 68px;height: 24px; border: 1px solid #D6D6D6;border-radius: 3px; background-color:#f4f4f4;text-align: center;color: #666;text-decoration: none; display:block;} 
.yun_tjpz ul li a.current, .yun_tjpz ul li a.current:hover{opacity: 1;filter: alpha(opacity=100);color: #666!important;font-weight: bold;cursor: default;background-color:#fef7df;border-color: #FFA200!important;cursor: default;} 
.input_append{margin-top:-8px; float:left; *float: none; display: block; text-align:left} 
.input_append .add_on{display:block;width: auto;height: 18px; float:left;min-width: 16px;padding: 5px;font-size: 13px;font-weight: normal;line-height: 18px;text-align: center;text-shadow: 0 1px 0 #fff;background-color: #eee;border: 1px solid #ccc;} 
.form_actions{padding: 15px 20px 18px 110px;;margin-top: 5px;border-top: 1px solid #d5d5d5; float:left;width:608px; font-size:14px; background-color:#f5f5f5;} .form_actions p{margin: 0 0 9px;} 
.slider_range_min{width:30px; margin-left:10px; float:left;}
.yun_right{float:left; width:220px; margin-left:20px; margin-top:10px;}
.yun_rinfo{width: 100%;height: auto;overflow: hidden; margin-bottom:20px;}
.yun_rinfo h5{height: 35px; background-color:#f8f9fa; border-left:3px solid #ff8d08; border-bottom:1px solid #ddd;text-indent: 10px;font-size: 16px;color: #51565E;font-weight: inherit;line-height: 35px; margin-bottom:7px;}
.zjgl,.zjqa{width:205px;}
.zjgl li,.zjqa li{width: 100%;list-style: none;float: left;line-height: 24px; font-size:14px; background: url(img/innera.png) #fff no-repeat -990px -461px; padding-left:10px;}
.yun_ys,.yun_kh,.yun_zj{float:left; clear:both;}
.yun_xj{width:175px; clear:both; height:auto; display:block; overflow:hidden; background-color:#f1f8ff; position:absolute; top:74px; right:19px; padding:7px 10px; font-size:14px; border:1px dashed #3699db;}
.yun_xj .til{float:left; font-size:18px; color:#0a5cbf;}
.yun_xj dl{line-height:24px; margin-top:5px; float:left;}
.yun_xj dl dt{float:left; width:auto;}
.yun_xj dl dd{float:left;}
/*yunnews*/
.news-bar{padding:7px 0 13px 0; border-right:1px solid #dedede;}
.news-hd{float:left; height:20px; line-height:20px;}
.news-hd span{float:left; margin-right:5px;}
.icon{background: url(img/yun_sprite.png) no-repeat;vertical-align: middle;display: inline-block;}
.icon-news{width:16px; height:13px; background-position:0 0; margin-top:5px;}
.news-list{float:left; height:20px; width:auto; overflow:hidden;}
.news-list li{height:20px; line-height:20px; #fff-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:1px;*margin-top:0; float:left; width:80%;}
.news-list a{color:#666666;}
.news-list a:hover{color:#F27522;}
.news-nav{float:left; margin-left:50px; height:20px;}
.icon-arrow-blue{float:left; width:12px; height:20px;}
.icon-arrow-blue-prev{background-position:0 -18px; margin-right:10px;}
.icon-arrow-blue-prev:hover{background-position:-18px -18px;}
.icon-arrow-blue-next{background-position:0 -38px;}
.icon-arrow-blue-next:hover{background-position:-18px -38px;}
.follow-bar{float:right; width:130px; height:30px; line-height:30px; padding-top:7px;}
.follow-us{float:left; font-size:14px;}
.follow-btn{float:left; padding:1px 3px; margin-left:8px;}
.follow-btn:hover{background-color:#ffffff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.follow-btn .icon{width:28px; height:28px; cursor:pointer;}
/* yun案例 */
.i_pro_l{width:1142px; margin:0 auto;}
.i_pro_l .i_c_left{height:56px;width:56px;margin-top:120px; margin-right:25px;background:url(img/case_zy.png) 0px 0px no-repeat;overflow:hidden;float:left;display:inline;cursor:pointer;}
.i_pro_l .i_c_right{height:56px;width:56px;margin-top:120px;background:url(img/case_zy.png) -56px 0px no-repeat;overflow:hidden;float:right;display:inline;cursor:pointer;}
.i_pro_l .i_c_left:hover{background:url(img/case_zy.png) -112px 0px no-repeat;}
.i_pro_l .i_c_right:hover{background:url(img/case_zy.png) -168px 0px no-repeat;}
.i_pro_l .Cont{width:978px; margin-top:25px;overflow:hidden;float:left; background:#fff; height:247px;border: 1px solid #DFDFDF;-webkit-box-shadow: 0 0px 5px rgba(185, 185, 185, 0.35);-moz-box-shadow: 0 0px 5px rgba(185, 185, 185, 0.35);box-shadow: 0 0px 5px rgba(185, 185, 185, 0.35);}
.i_pro_l .ScrCont{width:10000000px;}
.i_pro_l .Cont .i_c_center{width:950px; float:left;padding:15px; overflow:hidden;}
.i_pro_l .Cont li.i_c_img img{border:0;}
.i_pro_l .Cont li.i_c_img .tupian{width:210px;height:217px; float:left; margin-right:22px;}
.i_pro_l .Cont li.i_c_img .jieshao{float:left;}
.i_pro_l .Cont li.i_c_img .jieshao table{color:#7f7f7f; line-height:24px;}
.i_pro_l .Cont li.i_c_img .jieshao table tr td{font-size:13px;}
.i_pro_l .Cont li.i_c_img h5{padding:5px 0; margin:0; margin-bottom:15px; font-size:20px; color:#3c3c3c; font-weight:normal;}
.ic{-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.i_pro_l #List1,.i_c_list #List2{float:left;}
.i_pro_l ul li span{display: block;line-height: 30px;text-align: center;#fff-space:nowrap;text-overflow:ellipsis; overflow:hidden; width:115px;}
.yun_block{width:100%; float:left; margin-top:40px;}
.yun_qanda{position:relative; max-width: 980px; margin: 50px auto;}
.yun_qanda h2{font-size: 24px; width:960px; line-height:40px; height:40px; margin-top:20px; color:#333; font-weight:100; float:left; text-align:left;}
.yun_qanda h2 i{width:5px; background-color:#fe8431; height:20px; float:left; display:block; margin-right:10px; margin-top:10px;}
.yun_subnav{position: absolute; top:45px; left:0; width: 100%; height:40px; background:#eaeaea; line-height:40px;}
.yun_subnav .yun_second{display: none;}
.yun_subnav.fixed{position: fixed !important; left:auto; top: 30px; width:980px; margin:0 auto; left\0:50%;margin-left\0:-490px; *left: 50%; *margin-left:-490px;}
.yun_subnav.fixed.bottom{top: auto; bottom: 0; position: absolute !important;}
.yun_subnav ul{list-style: none; padding: 0; margin: 0;}
.yun_subnav ul li{list-style: none; float:left; padding: 0; margin: 0;}
.yun_subnav ul li a{padding:0 20px;display: block; border-right:1px solid #ddd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #333; font-size: 18px;}
.yun_subnav ul li a:hover, .yun_subnav ul li a.active{background: #fe8431; color:#fff;}
.yun_subnav ul li a.e_n{background: #fe8431; color:#fff;}
.yun_subnav ul > li > ul > li > a{padding-left: 15px;}
.cont_product{border: 1px solid #e5e5e5; float:left; background: #fff;min-height: 300px;padding: 30px 20px 30px 20px; width:938px; margin-top:20px;}
.cont_product li{float:left;width:200px;border-bottom:1px solid #eeeeee;padding:30px 60px 40px 185px;font-size:12px;color:#666;line-height:1.5;background:url(img/cont_product2.jpg) no-repeat;}
.cont_product li.li{width:640px;}
.cont_product li p{font:20px Arial,Microsoft Yahei,Simsun;padding-bottom:10px;color:#000;}
.cont_product li p em{font-size:16px;margin-right:20px;color:#ff6600;}
.cont_product li.one{background-position:0 -200px;}
.cont_product li.two{background-position:0 -400px;}
.cont_product li.tree{background-position:0 -600px;}
.cont_product li.four{background-position:0 -800px;}
.cont_product li.five{background-position:0 -1000px;}
.cont_product li.six{background-position:0 -1200px;}
.cont_product li.seven{background-position:0 -1400px;}
.br10{border-radius: 10px;}
.c-table{margin-top:20px; float:left;}
.c-table table{width:100%; background:#FFF; border-bottom: 1px solid #d8d8d8; border-top:2px solid #999;}
.c-table table th{background:#F6F6F6; font-size:14px; padding: 8px; border-bottom: 1px solid #e9e9e9; text-align:center;}
.c-table table td{padding:12px 15px; border-bottom: 1px solid #F2F2F2; font-size:12px;}
.c-table .c-table-center td{text-align:center;}
.yun_faq{background:url(img/yxjj03.jpg) no-repeat 680px 90px;}
.span3{width:290px;float: left;min-height: 1px;margin-left: 30px; margin-top:10px; *margin-top:0; font-size:14px;}
.ct-activity-list li{line-height: 32px; color: #555;background: url(img/innera.png) #fff no-repeat -992px -455px; padding-left:10px;}
.table-bordered{width:100%;border: 1px solid #eee;border-top: 2px solid #999;border-collapse: separate;border-left: 0; font-size:14px;}
.table-bordered th, .table-bordered td{border-left: 1px solid #eee;}
.table th{font-weight: bold;background: #f8f8f8;line-height: 25px;}
.table th, .table td{padding: 8px;line-height: 18px;text-align: left;vertical-align: top;border-top: 1px solid #eee;}
.mclCons{border: 1px solid #E6E6E6;width: 738px;overflow: hidden;background: #fdfdfd;position: relative;margin:0 0 20px 0;}
.mclcMiddle{float: left;width: 380px;margin: 25px 0 34px 10px; height:300px; color: #666; border-right:dashed 1px #ccc;}
.h-title{color: #FFF;font-size: 32px;padding: 18px 0 0 125px;height:82px;background: url(img/c_jjx.jpg) 0 bottom no-repeat;}
.h-title01{color: #FFF;font-size: 32px;padding: 18px 0 0 125px;height:82px;background: url(img/c_zyx.jpg) 0 bottom no-repeat;}
.h-slogo{font-size:14px; color:#FFF; margin-top:5px;}
.clear30{height:30px; float:left; width:100%; line-height:30px; display:block; clear:both;}
.clear50{height:50px; float:left; width:100%; line-height:30px; display:block; clear:both;}
/*ys*/
.BreakingNewsController{width:980px; overflow:hidden; height:auto; position:relative; height:35px;}
.BreakingNewsController .bn-title{display:inline-block; float:left; color:#333; font-size:14px;}
.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:120px; right:50px;}
.BreakingNewsController ul li{list-style:none; display:none;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0; font-size:12px;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{left:0; background:url(img/bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:10px; background:url(img/bn-arrows.png) right center no-repeat;}
.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
.yun_ys,.yun_kh{width:100%; height:auto; overflow:hidden;}
.yun_ys h5,.yun_kh h5{width:980px; height:35px; line-height:35px; border-left:3px solid #ff8d08; background-color:#f8f9fa; font-size:16px; color:#333; text-indent:1em; margin-top:10px; font-weight:100;}
.yun_ys p{line-height:24px; text-indent:28px; font-size:12px; padding:0 10px 10px 10px; color:#F00;}
.yun_kh ul{width:980px; height:auto; padding:0 0 15px 0;}
.yun_ys ul{width:980px; height:auto; overflow:hidden; padding:15px 0px;_padding:15px 0px; float:left;}
.yun_ys ul li{height:auto; overflow:hidden; float:left; padding:0px 22px;_padding:0px 5px; _width:130px;}
.yun_ys ul li div{height:40px; line-height:45px; font-size:18px; color:#333;}
.yun_ys ul li div i{width:40px; height:40px; display:block; float:left; background:url(img/tx-ys.jpg) no-repeat 0px 0px;}
.yun_ys ul li div i.txys1{background-position:0px 0px;}
.yun_ys ul li div i.txys2{background-position:-48px 0px;}
.yun_ys ul li div i.txys3{background-position:-96px 0px;}
.yun_ys ul li div i.txys4{background-position:-137px 0px;}
.yun_ys ul li div i.txys5{background-position:-185px 0px;}
.yun_ys ul li p{color:#666; font-size:12px;}
.dm_right01{text-align:left; line-height: 34px; left:160px; padding-right:20px; position: absolute; display:inline-block; color:#999;}
.dm_right02{text-align:left; line-height: 34px; left:360px; padding-right:20px; position: absolute; display:inline-block; top:0; color:#999;}
.yun_list{}
.yun_list ul li{float:left; width:310px; border:1px solid #e3e3e3; height:auto; margin-top:25px; position:relative; margin-left:21px; box-shadow:0px 1px 5px #ccc;}
.yun_list ul li:hover{border:1px solid #ffa00a;}
/* yun-choosebox */
.yun-choosebox{padding:0 0 5px 0;}
.windows{display: inline-block; text-align:center; line-height: 31px; margin:-3px 0 0 0; float:left;}
.linux{display: inline-block; text-align:center; line-height: 31px; vertical-align: middle; margin-top:-3px; margin-left:15px; float:left;}
.yun-choosebox li{float:left;display:inline;}
.yun-choosebox li a{float:left;background:#fff;font-size:14px;border:1px solid #ccc; width:80px; height:30px; line-height:30px; display:block; text-align:center; margin-right:10px; margin-top:-6px;}
.yun-choosebox li a.current{background:url(img/right-icon.gif) no-repeat 100% 100%;border:1px solid #ff8d08; font-weight:700;}
.yun-choosebox li input{display:none;}
/*通用*/
.w_980{width:980px; height:auto; margin:0 auto;}
.w_220{width:220px; height:auto; float:left;}
.w_750{width:750px; height:auto; float:left;}
:disabled{cursor:not-allowed;}
.topbanner{width:100%;height:350px;position:relative;overflow:hidden;cursor:pointer;}
.topbanner .DB_bgSet{position:relative;}
.topbanner .DB_bgSet li{position:absolute;width:100%;height:350px;display:none;}
.topbanner .DB_imgSet{position:absolute;width:980px;left:50%;margin-left:-490px;}
.topbanner .DB_imgSet .DB_1_1{position:absolute;left:0;top:73px;z-index:2;}
.topbanner .DB_imgSet .DB_1_2{position:absolute;left:0;top:138px;z-index:3;}
.topbanner .DB_imgSet .DB_1_3{position:absolute;left:150px;top:0px; z-index:1;}
.topbanner .DB_imgSet .DB_2_1{position:absolute;left:0;top:0;}
.topbanner .DB_imgSet .DB_2_2{position:absolute;left:50px;top:160px}
.topbanner .DB_imgSet .DB_2_3{position:absolute;left:540px;top:60px}
.topbanner .DB_menuWrap{position:absolute;width:980px;left:50%;margin-left:-490px;}
.topbanner .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:320px;text-align:center;font-size:0; border-radius:20px; z-index:5;}
.topbanner .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.topbanner .DB_prev{position:absolute;left:-100px;top:150px;cursor:pointer;display:none;}
.topbanner .DB_next{position:absolute;right:-100px;top:150px;cursor:pointer;display:none;}
/*米表列表*/
.d_i2,.d_m2{background:url(img/rightarrow.png) no-repeat;display:block;}
.d_i2{float:right;width:12px;height:12px;margin: 10px 7px 0 2px;}
.d_i2{background-position:-12px 0;}
.d_m2,.paixu a:hover span.d_i2{background-position:0 0;}
.d_ke{background-color: #f96; color: #fff; float: left; height: 15px; line-height: 15px; margin-top: 5px; margin-right:5px; padding: 0 4px;}
.d_ke:hover{background-color: #fc7f2a; color: #fff!important; text-decoration:none!important;}
.d_ke2{background-color: #7ca4cb; color: #fff; float: left; height: 15px; line-height: 15px; margin-top: 5px; margin-right:5px; padding: 0 4px;}
.d_ke2:hover{background-color: #5b86b1; color: #fff!important; text-decoration:none!important;}
.sf_b2{padding-right: 10px; text-align:right!important; color:#b8b8b8; font-size:12px!important;}
.sf_b3{padding-left: 10px; text-align:left!important;}
.result_mainB .sf_b2 .biddscrb .number{font-size:24px; padding-right:10px; line-height:30px;}
.result_mainB tr:hover td .number{color: #ff6904;}
/*域名交易中心*/
.zjjy-top{background: url(img/ymdg_banner.jpg) top center; width:100%; height: 250px;}
.gw-zhongjie{height:auto; width: 711px; float:left}
.gw-zhongjie h3{line-height:40px; height:40px; width:100%; font-weight: normal;}
.gw-zhongjie h3 span{font-size:20px; display:inline-block; margin-right:10px; color: #333;}
.gw-zhongjie h3 em{font-size:12px; font-style:normal;}
.gw-zhongjie .gw-zhongjie-link{border:1px solid #e5e5e5; width: 100%; height:auto; float:left; clear:both; border-left: none;}
.gw-zhongjie .gw-zhongjie-link ul li{width:161.6px; height:36px;float: left; line-height:36px; border-left:1px solid #e5e5e5; padding-left:15px}
.gw-zhongjie .gw-zhongjie-link ul li span.phone-icon,.gw-zhongjie .gw-zhongjie-link ul li span.qq-icon{display: inline-block; background:url(img/phone_icon.png) no-repeat; float:left;}
.gw-zhongjie .gw-zhongjie-link ul li span.qq-icon{width:22px; height:28px;background-position:0 0; margin:6px 10px 0 0;}
.gw-zhongjie .gw-zhongjie-link ul li span.phone-icon{width:22px; height:28px;background-position:0 -28px; margin:4px 10px 0 0;}
.gw-zhongjie .gw-zhongjie-link ul li.gw-zhongjie-back{background:#f9f9f9;}
.mt10{margin-top:5px;}
.gw-zhongjie .zj-shenqing{padding: 20px 30px; border:1px solid #e5e5e5; width: 91.8%; height:auto; float:left; clear:both; font-size:12px;}
.gw-zhongjie .zj-shenqing input{font-size:12px; border:0; cursor: pointer;}
.job-intro{line-height: 18px;padding: 30px 25px 0 25px;height: auto;}
.job-intro p{width:100%;height:auto; margin-bottom:30px; line-height: 28px;}
.job-intro h3{font-size:16px; margin-bottom:20px; font-weight: 700;}
.job-intro h3 span{display: inline-block; font-size:12px; margin-left:12px; font-weight: normal;}
/*域名代购*/
.search-b{width: 1000px;height:62px;border:1px solid #e5e5e5;position:relative;z-index: 999;}
.showmain{width:138px;height: 62px;float:left;border-left: 1px solid #e8e8e8;position: relative;z-index: 690;}
.showmain:hover{border-left: 1px solid #e5e5e5;}
.showmain:hover .pm-asd2{display:block;}
.pm-asd2{position:absolute;left:-1px;top: 62px;border: 1px solid #e5e5e5;width: 138px;height: auto;display:none;border-top: none;background: #f4f4f4;display:none;z-index: 695;font-size:14px;}
.pm-asd2 ul li{width:98px;height:60px;float:left;font-size: 24px; line-height:60px; color:#333; padding-left:20px;cursor:pointer;}
#tgtop-search01{border:none;background:#fff;width: 667px;font-size: 18px;float:left;text-align:left; font-weight:lighter;height: 32px;padding: 15px 0 15px 0;line-height: 32px;color:#898989;z-index: 700;position: relative;cursor:auto; text-indent: 20px;}
.pm-asd{float:left;width:88px;height: 60px;line-height: 60px;display:inline;font-size:24px;color: #333; text-indent:23px;}
.checkone{float:right; width:16px; height:9px;background:url(img/pm_arrowx_13.png) no-repeat;margin-top: 5px; margin:28px 15px 0 0;}
.pm-asd3{width:138px;height: 60px;float:left;position:relative;z-index:1001;cursor:pointer;}
.searchall{display:block;float:left;text-align:left;font-size:14px;}
.search-right-button{width:194px;height:62px; background:#e85b12;float:right;}
.search-right-button input{background:#fe8431; display:block; height:58px; line-height: 58px; color:#fff; font-size:24px; text-align:center; float:left; width:100%;border:0; cursor:pointer;}
.search-right-button input:hover{background:#fd771c;}
.zj-item{width:100%;height:40px;border-bottom:1px solid #e5e5e5;background-color:#f8f8f8;}
.zj-item ul{height:41px;line-height: 40px;float: left;}
.zj-item ul li{float:left;width: auto;height:40px;text-align:center;} 
.zj-item ul li a{float:left;display: block;width:234.8px;height:39px;border-bottom: 1px solid #e5e5e5;padding: 1px 1px 0 1px;font-size:16px;color:#404040; border-left:1px solid #e5e5e5;}
.zj-item ul li a.on3{float:left;border-top: 2px solid #F27522;color: #FF8432;margin-top: -1px;height:40px;background: #fff;border-bottom: none;border-left: 1px solid #E4E4E4;padding: 0px;color:#404040;}
.job-intro p.job-intro-text{width:400px; line-height:28px; margin-bottom:20px;}
.job-intro img{float:left;margin-bottom:30px;}
.job-intro input{float: left;}
.job-intro-padding{padding-bottom:25px;}
.job-intro .job-intro-left{width: 400px;float:left;}
.tjc-right-title{height:40px; line-height:40px; background:#f9f9f9; border:1px solid #e5e5e5; border-bottom:0; font-size:14px; width:248px;}
.tjc-title-left{width:116px; float:left; text-align:left; text-indent: 10px;}
.tjc-title-middle{width:60px; float:left; text-align:center}
.tjc-title-right{text-align:center;width:60px; float:left;}
.tjc-text-left{width:86px; float:left; text-align:left;}
.tjc-title-right,.tjc-title-middle,.tjc-text-left{overflow: hidden; text-overflow: ellipsis;#fff-space: nowrap;}
/*friendlink*/
.friendlink{width:980px; margin:0 auto; background-color:#fff; color:#ccc; padding:10px 0;}
*+html .friendlink{height:80px;}
.friendlink dl{padding-left: 98px;position: relative;zoom: 1;}
.zhuying{padding: 5px 0;border-bottom: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;}
*+html .zhuying{height:20px;}
.friendlink dt{position: absolute;left: 0;top: 6px;width: 98px;height: 24px;text-align: right;color: #afafaf;}
.friendlink dd{color: #afafaf;line-height: 24px; float:left;}
.friendlink dd p{text-align:left;}
.friendlink dd a{margin: 0 1px; color:#afafaf;}
.friendlink dt a{color:#afafaf;}
.friendlink dt a:hover,.friendlink dd a:hover{color:#f60;}
.youlian{padding-top: 5px;border-top: 1px solid #fff; padding-bottom:5px; padding-left: 60px;}
.youlian dt{position: absolute;left: 0;top: 6px;width: 60px;height: 24px;text-align: right;color: #afafaf;}
.youlian dd{margin-left:-37px;}
.gr_r{width:775px; float:right; }
.mbv{display:block; height:30px; padding-top:10px;border-bottom:1px solid #E1E1E1;}
.my_f{display:block; float:left; margin-left:20px;padding-left:10px; height:20px; line-height:20px; font-size:14px; border-left:2px solid #e00000;}
.ytgd{display:block; margin-right:10px; float:right; font-size:12px; color:#999;}
.cxsb{padding:15px; border-bottom:1px solid #E6E6E6; margin-bottom:10px;}
.cxsb p{display:block; height:30px; line-height:30px;}

.kfjl{ float:right; background:url(img/kfjl.png) no-repeat 5px 0 #fffdf6; width:140px; height:75px; padding:10px 10px 10px 95px; font-size:12px; border:solid 1px #f9e19a;}
.kfjl span{ color:#f2742e; display:block; margin-left:-25px; height:25px;}
.kfjl p{ color:#666666; height:30px;}
.kfjl_botton{ background-image:url(img/qqjlonline.png); width:83px; height:22px; text-indent:-9999px; display:block; }
.kfjl_botton.offline{ background-position:0 -35px;}


.hysj{ width:100px; display:inline-block; position:relative; *display:inline;*zoom:1}
.hysj a{ color:#f00}
.kfjl_mr{ float:right; background:#eef6ff;  padding:0; font-size:12px;margin:-16px -5px 0 0; width:260px; position:absolute; top:40px; display:none; z-index:5; border:solid 1px #6987c4;}
.hysj:hover .kfjl_mr{ display:block}
.kfjl_icon{border: 7px solid rgba(0,0,0,0.00);border-bottom-color: #6987c4;width: 0;height: 0; position:absolute; left:5px; top:-12px;}
.kfjl_mr b{ color:#6987c4; margin-right:10px; }
.kfjl_mr span{ color:#fff; display:block; padding:2px 10px; background:#6987c4; margin-bottom:3px;}
.kfjl_mr p{ color:#666666; line-height:18px; height:18px; padding:3px 10px;}
.kfjl_mr .mr_botton{ display:inline-block; margin-left:10px;background:url(img/qqjlonline.png) 0 -64px; width:67px; height:18px; text-indent:-9999px;}
.kfjl_mr .mr_botton.offline{ background:url(img/qqjlonline.png) 0 -88px;}

.some_info{margin:0 10px; width:360px; float:left; border:1px solid #E1E1E1;}
.sf_a{margin:10px;border:1px solid #E1E1E1;}
.vvft{width:380px; float:right; margin:0 10px; margin-left:0;border:1px solid #E1E1E1;}
.ssx{padding:10px;min-height:90px;*height:90px;}
.ssx p{line-height:26px;}

/* 橙色搜索模块 */
.orange_box{border:1px solid #ffd7a6;background:#fffaf4;padding:13px 0 0 10px; margin:10px;}
.ser_table td{padding:2px; height:38px;}
.ser_table td .space_l{margin-left:2px;}
.ser_table td .space_r{margin-right:2px;}
.ser_table span{margin-left:15px;}
.ser_table .com_btn{margin-right:10px;display: inline;}
.ser_table label{margin:0 5px;}
.orange_box .com_input{padding:3px 5px;}
.orange_box .default_com_input{padding:5px 2px;}


/** input&select长度 **/
.w_50{width:50px;}
.w_70{width:70px;}
.w_80{width:80px;}
.w_100{width:100px;}
.w_120{width:120px;}
.w_160{width:160px;}
.w_200{width:200px;}
.w_500{width:500px;}
.com_input{border:1px solid #ccc;font-size:12px;line-height:15px;padding:5px 5px;color:#777;}
.com_input:focus{color:#333;}
.com_note{border: 1px solid #E1E1E1; padding: 20px; font-size: 12px; margin-top:10px;}
.com_note a{ display:block;}
.mt20{margin: 10px;}
.com_note .com_note_tit{padding: 4px 0px 0px 37px; height: 21px; line-height: 21px; color: #FF6E00; background: url(img/com_note_tit_bg.jpg) no-repeat scroll 0% 0% transparent; font-weight: 700; margin-bottom:10px;}
.com_note li{padding-left: 20px; line-height: 32px; background: url(img/dot_bg.png) no-repeat 0 15px;}
/* ===============table==================== */
.fff_status{background:#fff;}
.grayTable{width:100%;text-align:center; font-size:12px}
.padding0_10_8_10{padding:0 10px 8px 10px;color:#5d5d5d;_margin-top:20px;}
.padding8_10{padding:8px 10px;}
.grayTable th{background:url(img/grayThBg.png) repeat-x 0 0;line-height:26px;color:#2b2b2b;border:1px solid #BCBDB8;}
.grayTable a{color:#006fc4;}
.grayTable a:hover{text-decoration:underline;}
.grayTable td{border:1px solid #BCBDB8;line-height:26px;padding:0 5px;vertical-align:middle;}
.botton_input{cursor:pointer;padding:0 15px;height:19px;line-height:19px;border:none;color:#fff;background:none;overflow:visible;}
.botton_lv{margin:0 2px 0 3px;display:inline-block;border:solid 1px #2C8E21;background:url(img/layout_x2.png) 0 -192px repeat-x;-moz-border-radius: 2px; border-radius:2px; }
.botton_lv:hover{background:url(img/layout_x2.png) 0 -222px repeat-x;}
.grayTable .statusPause{background:url(img/statusIcon.png) no-repeat;width:31px;height:16px;display:inline-block;}
.grayTable .kt{background-position:0 -19px;}
.grayTable .sh{background-position:0 -38px;}
.grayTable .tg{background-position:0 -57px;}
.grayTable .dsh{background-position:0 -76px;}
/* paging 分页 */
.page_box{padding-top:10px;height:26px;}
.page_line{ border-bottom:none}
.page_box span.left_texts{display:block;height:25px;line-height:18px;background:url(img/pageIcon.gif) no-repeat 0 2px;padding-left:20px;float:left;margin:2px 4px 0px;}.page_box span.left_texts strong{color:#a84b00;padding:0 5px;}
.page_box span.left_texts strong em{color:#a84b00;font-style:normal;}
.page_box span.right_link_btn{display:inline-block;line-height:30px;padding:0px 10px 0px 0;float:right;}
.page_box span.right_link_btn strong{height:25px;line-height:25px;padding:0 5px;}
.page_box span.right_link_btn a{color:#2a406d;text-align:center;height:25px;line-height:25px;margin:0 5px;cursor:pointer;}
.page_box span.right_link_btn a:hover{text-decoration:underline;}
.page_box .right_link_btn a.active{color:#a84a11;}
input.input_text{margin:0 3px;margin-top:-3px;_margin-top:0;width:22px;line-height:15px;height:15px;border:1px solid #8897b0;}
.nhy{ float:left; display:block; width:120px; height:25px;}
.nhy2{ margin-left:12px;}
.vvc{
	margin-top:3px;
	width:170px;
	height:22px;
	line-height:22px;}
.tjfz{
	margin:0 20px;
	margin-top:10px;
	display:block;
	background:#FFFFF0;
	border:1px solid #FCF0CD;}
.tjfz p{
	display:block;
	padding:10px 0 0 20px;}
.tjfz i{
	padding-left:10px;
	font-size:12px;
	color:#EA5353;}
.tjfz input[type="text"]{
	width:150px;
	height:22px;
	padding:2px;}
.tjfz input[type="button"]{
	margin:10px 0 20px 84px;
	width:70px;
	height:20px;
	background:#F90;
	border:none;
	color:#fff;
	cursor:pointer;}
.bh{
	display:block;
	margin-top:10px;}
.bh p{
	padding-left:20px;
	line-height:35px;}
#content .bh a{
	margin:0 10px;
	color:#008C00;}
/** info_table **/
.align_right{text-align:right;}
.info_table_box{padding:20px 30px;}
.no_top_bor{border-top:none;}
.info_table_box table td{padding:10px 5px;line-height:26px;word-break:break-all;}
.info_table_box table .align_right{text-align:right;}
.info_table_box .com_input{border-color:#c2c2c2;}
.info_table_box table textarea{border:1px solid #c2c2c2;width:360px;height:150px;line-height:20px;padding:10px;margin-right:10px;}
.info_table_box table label{margin-right:10px;}
.bor_td table td{}
.bor_td .btn_bor,.bor_td .bor_none td{border:none;}
.com_btn {display:block;width:100px;height:32px;border:none;border:0;background:url(img/com_btn_bg.jpg);color:#fff; cursor:pointer;display:inline;}

.min_orange_s{ background-position:0 0;}
.min_orange_s:hover{background-position:0 -32px;}
.min_green_s{background-position:0 -65px;}
.min_green_s:hover{background-position:0 -97px;}
.page_tit{ height:35px;}
.wgmdym{ font-size:12px; margin-left:15px;color:#7e9de2;background:#fff; display:inline-block; padding:0 10px; line-height:19px; border-radius:4px; border:solid 1px #8ca9e9;}
.wgmdym:hover{margin-left:15px;color:#fff;background:#8ca9e9; padding:0 10px;}

/** com_table **/
.com_table{border-collapse:collapse;border:1px solid #e1e1e1;text-align:left; margin:0 5px;font-size:12px;}
.com_table th,.com_table td{padding:8px 10px;line-height:22px;border-bottom:1px dotted #dbdbdb;word-break:break-all;}
.com_table th{padding:7px 10px;background:url(img/com_table_th_bg.jpg) repeat-x;color:#333;border-bottom:none;font-weight:400;text-align:left;}
.com_table .table_domain{display:block;color:#008edf;width:228px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.com_table .table_domain:hover{color:#ff6a00;}
.com_table .table_info{width:400px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.com_table .right_bor{border-right:1px solid #f1f1f1;}
.com_table .bg_gray{background:#f5f5f5}
.com_table .domain_a img{margin:0 5px;}
.com_table .c_gray a{margin:0 5px;}
/* 在线充值 */
.bank .allbanks,.bank .threeport{padding:0px;margin:20px 0 0 0;overflow:hidden;}
.bank .allbanks li,.bank .threeport li{float:left;width:188px;height:70px;}
.bank .allbanks li span,.bank .threeport li span{}
.bank .allbanks input,.bank .threeport input{float:left;margin:10px 10px 0 0;}
.cmb,.icbc,.ccb,.comm,.boc,.spdb,.spab,.cmbc,.abc,.cebb,.cib,.citic,.bjrcb,.gdb,.sdb,.alipay,.tenpay,.bill,.shengpay,.icbcimg,.ccbcimg,.abccimg,.cmbcimg,.unionpay{background-image:url(img/bankicon.png);background-repeat:no-repeat;display:block;width:125px;height:36px;border:1px solid #ddd;text-align:center;float:left;}
.bank .step1,.bank .step2,.bank .step3{border-bottom:1px dashed #98b7d8;position:relative;height:25px;font-weight:700;color:#555;}
.bank .step3 a{color:#555;}
.bank .step1 .hot{background:url(img/hot.gif) no-repeat;height:16px;width:21px;display:block;position:absolute;top:0px;left:60px;}
.bank .paybtn{background:#eef7fe;border:1px solid #e5ecf2;padding:10px;overflow:hidden; margin-top:10px;}
.bank .paybtn .com_input{margin:0 5px;}
.bank .paybtn p{height:35px;}
.bank .paybtn label{width:65px;line-height:35px;}
.bank .paybtn span{margin-left:10px;}
.bank .allbanks,.bank .threeport{padding:0;margin:20px 0 0;overflow:hidden}
.bank .allbanks li,.bank .threeport li{float:left;width:188px;height:70px}
.bank .allbanks input,.bank .threeport input{float:left;margin:10px 10px 0 0}
.clearfix:after{content:"";height:0;visibility:hidden;display:block;clear:both}
.btn_bor{text-align:center}
.bank .step3{margin-top:10px;width:768px;display:block;border:1px solid #DDD;height:30px;line-height:30px;padding:0 10px;background:none repeat scroll 0 0 #F1F1F1;font-weight:700;color:#555}
.tip_div_nobg{background:none repeat scroll 0 0 #FDECE9;border-color:#FAC6BB;color:#FF4B4B}
.tip_div,.tip_div_nobg,.tip_div_orange,.tip_div_orange_nobg{padding:5px 10px;border:1px solid;overflow:hidden}
.mt15{margin-top:15px}
.bankall .boxxx{background:none repeat scroll 0 0 #F8F8F8;height:150px;border-bottom:1px dashed #CCC;padding:30px 30px 0;overflow:hidden}
.boxxx li{color:#555;}
.c_red {color: #FF3535;}
/* years_box */
.years_box span,.years_box a{display:inline-block;height:24px;line-height:24px;}
.years_box span{font-size:12px;}
.years_box a{padding:0 4px;margin:0 5px 0 0;}
.years_box a:hover,.years_box .cur{background:#f05d5d;color:#fff;}
.ccgr{ display:block; float:left;}
input.begin_ch{color:#FFF;background:#FF8D08;margin-left:10px;cursor:pointer;border:0;height:22px;width:60px}
.xxdc{padding:0 10px;margin-bottom:10px;height:50px;background:#F2F2F2;border:1px solid #ccc}

/* 卖域名 */
.sale-detail-tiltle{ font-size:24px; font-weight: normal; padding:10px 0;}

.ym_xzhz label{ width:17.5%; display:inline-block; *margin:0}

/* ===============table==================== */
.fff_status{background:#fff;}
.grayTable{width:100%;text-align:center; font-size:12px}
.padding0_10_8_10{padding:0 10px 8px 10px;color:#5d5d5d;_margin-top:20px;}
.padding8_10{padding:8px 10px;}
.grayTable th{background:url(img/grayThBg.png) repeat-x 0 0;line-height:26px;color:#2b2b2b;border:1px solid #BCBDB8;}
.grayTable a{color:#006fc4;}
.grayTable a:hover{text-decoration:underline;}
.grayTable td{border:1px solid #BCBDB8;line-height:26px;padding:0 5px;vertical-align:middle;}
.botton_input{cursor:pointer;padding:0 15px;height:19px;line-height:19px;border:none;color:#fff;background:none;overflow:visible;}
.botton_lv{margin:0 2px 0 3px;display:inline-block;border:solid 1px #2C8E21;background:url(img/layout_x2.png) 0 -192px repeat-x;-moz-border-radius: 2px; border-radius:2px; }
.botton_lv:hover{background:url(img/layout_x2.png) 0 -222px repeat-x;}
.grayTable .statusPause{background:url(img/statusIcon.png) no-repeat;width:31px;height:16px;display:inline-block;}
.grayTable .kt{background-position:0 -19px;}
.grayTable .sh{background-position:0 -38px;}
.grayTable .tg{background-position:0 -57px;}
.grayTable .dsh{background-position:0 -76px;}
#submit_yd {
	width:100px;
	height:32px;
	background:url(/images/ico.gif) no-repeat 0px -120px;
    cursor: pointer;
    margin: 3px 5px 3px 0;
    line-height: 32px;
    text-align: center;
    border: 0;
    color: #fff;
}
/*plcz css style*/
.hycon-con-box{background:#fff; padding:20px;border-top:none;}
.plrw-box{overflow:hidden;padding:20px;margin:auto}
.plrw-l{float:left;width:32%;margin-right:-32%; margin-left:3%;}
.plrw-l textarea{width:100%;height:350px; overflow-y:scroll;padding:10px;}
.plrw-r{margin-left:40%; text-align:center;margin-right:5%;}
.plrw-r-caozuo{ padding:10px;border: solid 1px #DBE1E2;background: #FDFDFD;text-align:left;}
.plrw-r-caozuo p{ margin-top:10px;}
.plrw-sz-left{ display:inline-block;width:150px; text-align:right; margin-right:5px;}
.plrw-r-jieguo{text-align:left; max-height:130px;*height:130px; overflow-y:auto; font-size:12px; }
.plrw-r-jieguo .jieguo-wc{ font-size:16px; padding:10px; text-align:center; background:#fcfcfc}
.plrw-r-jieguo li{ line-height:25px; display:block;overflow:hidden; white-space:nowrap}
.plrw-r-jieguo li .jieguo-w{display:inline-block; margin-right:5px;}
.plrw-r-jindu{ text-align:left; font-size:12px; margin:8px 0;vertical-align:middle;}
.plrw-tip-con{ text-align:left; font-size:12px; margin:8px 0;vertical-align:middle;}
.jindu{ display:inline-block; height:10px; background:#E4E4E4; width:100px; vertical-align:middle;}
.jindu i{ display:inline-block;height:10px; background:#0CAD00;float: left;}
.none{display:none}
span.error,span.field-validation-error{display:inline-block;margin-left:5px;padding-left:20px;height:20px;background:url(/images/validate_bg.gif) 0 3px no-repeat;vertical-align:middle;color:red;font-size:12px;line-height:20px}
span.success{display:inline-block;margin-left:5px;padding-left:20px;height:20px;background:url(/images/validate_bg.gif) 0 -22px no-repeat;color:#999;vertical-align:middle;font-size:12px;line-height:20px}
