﻿@charset "utf-8";
/* CSS Document */


/* ---------------------CSS Reset----------------------- */
body{line-height:1.4;color:#333;font-size: 12px;font-family:arial,'Microsoft Yahei';}
input,textarea,select{font-family:inherit;font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,form{ margin:0;}
h4,h5,h6{font-size:12px;}
ul,ol,dl,li{padding-left:0; list-style-type:none;}
/*image with no-border*/
img{border:0;}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

.pt15{padding:5px 16px;}
/* ---------------------single CSS----------------------- */
/* display */
.dn{display:none;}.di{display:inline;}.db{display:block;}.dib{display:inline-block;} /* if the element is block level(eg. div, li), using 'inline_any' instead */
/* height */
.h14{height:14px;}.h16{height:16px;}.h18{height:18px;}.h20{height:20px;}.h22{height:22px;}.h24{height:24px;}
/* width */
/* fixed width value */
.w25{width:25px;}.w20{width:20px;}.w50{width:50px;}.w70{width:70px;}.w100{width:100px;}.w120{width:120px;}.w140{width:140px;}.w160{width:160px;}.w180{width:180px;}.w200{width:200px;}.w220{width:220px;}.w250{width:250px;}.w280{width:280px;}.w300{width:280px;}.w320{width:320px;}.w360{width:360px;}.w400{width:400px;}.w460{width:460px;}.w500{width:500px;}.w600{width:600px;}.w640{width:640px;}.w700{width:700px;}
/* percent width value */
.pct10{width:10%;}.pct15{width:15%;}.pct20{width:20%;}.pct25{width:25%;}.pct30{width:30%;}.pct33{width:33.3%;}.pct40{width:40%;}.pct50{width:50%;}.pct60{width:60%;}.pct66{width:66.6%;}.pct70{width:70%;}.pct75{width:75%;}.pct80{width:80%;}.pct90{width:90%;}.pct100{width:100%;}
/* line-height */
.lh14{line-height:14px;}.lh16{line-height:16px;}.lh18{line-height:18px;}.lh20{line-height:20px;}.lh22{line-height:22px;}.lh24{line-height:24px;}
/* margin */
.m0{margin:0;}.ml1{margin-left:1px;}.ml2{margin-left:2px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.ml40{margin-left:40px;}.ml50{margin-left:50px;}.mr1{margin-right:1px;}.mr2{margin-right:2px;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}.mt1{margin-top:1px;}.mt2{margin-top:2px;}.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mb1{margin-bottom:1px;}.mb2{margin-bottom:2px;}.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}
/* margin negative */
.ml-1{margin-left:-1px;}.mr-1{margin-right:-1px;}.mt-1{margin-top:-1px;}.mb-1{margin-bottom:-1px;}.ml-3{margin-left:-3px;}.mr-3{margin-right:-3px;}.mt-3{margin-top:-3px;}.mb-3{margin-bottom:-3px;}.ml-20{margin-left:-20px;}.mr-20{margin-right:-20px;}.mt-20{margin-top:-20px;}.mb-20{margin-bottom:-20px;}
/* padding */
.p0{padding:0;}.p1{padding:1px;}.pl1{padding-left:1px;}.pt1{padding-top:1px;}.pr1{padding-right:1px;}.pb1{padding-bottom:1px;}.p2{padding:2px;}.pl2{padding-left:2px;}.pt2{padding-top:2px;}.pr2{padding-right:2px;}.pb2{padding-bottom:2px;}.pl5{padding-left:5px;}.p5{padding:5px;}.pt5{padding-top:5px;}.pr5{padding-right:5px;}.pb5{padding-bottom:5px;}.p10{padding:10px;}.pl10{padding-left:10px;}
.pt10{padding-top:10px;}.pr10{padding-right:10px;}.pb10{padding-bottom:10px;}.p15{padding:15px;}.pl15{padding-left:15px;}.pt15{padding-top:15px;}.pr15{padding-right:15px;}.pb15{padding-bottom:15px;}.p20{padding:20px;}.pl20{padding-left:20px;}.pt20{padding-top:20px;}.pr20{padding-right:20px;}.pb20{padding-bottom:20px;}.p30{padding:30px;}.pl30{padding-left:30px;}.pt30{padding-top:30px;}.pr30{padding-right:30px;}.pb30{padding-bottom:30px;}
/* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/
.bdc{border:1px solid #ccc;}.blc{border-left:1px solid #ccc;}.brc{border-right:1px solid #ccc;}.btc{border-top:1px solid #ccc;}.bbc{border-bottom:1px solid #ccc;}.bdd{border:1px solid #ddd;}.bld{border-left:1px solid #ddd;}
.brd{border-right:1px solid #ddd;}.btd{border-top:1px solid #ddd;}.bbd{border-bottom:1px solid #ddd;}.bde{border:1px solid #eee;}.ble{border-left:1px solid #eee;}.bre{border-right:1px solid #eee;}.bte{border-top:1px solid #eee;}.bbe{border-bottom:1px solid #eee;}
/* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */
.bgwh{background-color:#fff;}.bgfb{background-color:#fbfbfb;}.bgf5{background-color:#f5f5f5;}.bgf0{background-color:#f0f0f0;}.bgeb{background-color:#ebebeb;}.bge0{background-color:#e0e0e0;}
/* safe color */
.g0{color:#000;}.g3{color:#333;}.g5{color:#555;}.g6{color:#666;}.g9{color:#999;}.gc{color:#ccc;}.wh{color:white;}
/* font-size */
.f0{font-size:0;}.f10{font-size:10px;}.f12{font-size:12px;}.f13{font-size:13px;}.f14{font-size:14px;}.f16{font-size:16px;}.f18{font-size:18px;}.f20{font-size:20px;}.f24{font-size:24px;}
/* font-family */
.fa{font-family:Arial;}.ft{font-family:Tahoma;}.fv{font-family:Verdana;}.fs{font-family:Simsun;}.fl{font-family:'Lucida Console';}.fw{font-family:'Microsoft Yahei';}
/* font-style */
.n{font-weight:normal; font-style:normal;}.b{font-weight:bold;}.i{font-style:italic;}
/* text-align */
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.tj{text-align:justify;}
/* text-decoration */
.tdl{text-decoration:underline;}.tdn,.tdn:hover,.tdn a:hover,a.tdl:hover{text-decoration:none;}
/* letter-spacing */
.lt-1{letter-spacing:-1px;}.lt0{letter-spacing:0;}.lt1{letter-spacing:1px;}
/* white-space */
.nowrap{white-space:nowrap;}
/* word-wrap */
.bk{word-wrap:break-word;}
/* vertical-align */
.vm{vertical-align:middle;}.vtb{vertical-align:text-bottom;}.vb{vertical-align:bottom;}.vt{vertical-align:top;}.vn{vertical-align:-2px;}
/* float */
.l{float:left;}.r{float:right;}
/* clear */
.cl{clear:both;}
/* position */
.rel{position:relative;}.abs{position:absolute;}
/*z-index*/
.zx1{z-index:1;}.zx2{z-index:2;}.zx3{z-index:3;}
/* cursor */
.poi{cursor:pointer;}.def{cursor:default;}
/* overflow */
.ovh{overflow:hidden;}.ova{overflow:auto;}
/* visibility */
.vh{visibility:hidden;}.vv{visibility:visible;}
/* zoom */
.z{*zoom:1;}

/* ------------------- multiply CSS ------------------ */
/* 块状元素水平居中 */
.auto{margin-left:auto; margin-right:auto;}
/* 清除浮动*/
.fix{*zoom:1;}.fix:after{display:table; content:''; clear:both;}
/* 基于display:table-cell的自适应布局 */
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/* 双栏自适应cell部分连续英文字符换行 */
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/* 单行文字溢出虚点显 示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/* css3过渡动画效果 */
.trans{
	-webkit-transition:all 0.3s;	
	        transition:all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;}
/* 加载中背景图片 - 如果您使用该CSS小库，务必修改此图片地址 
.loading{background:url() no-repeat center;}*/
/* 无框文本框文本域 */.bd_none{border:0; outline:none;}
/* 绝对定位隐藏 */
.abs_out{position:absolute; left:-999em; top:-999em;}
.abs_clip{position:absolute; clip:rect(0 0 0 0);}
/* 按钮禁用 */
.disabled{color:#acacac!important; border-color:#acacac!important; text-shadow:1px 1px #fff!important; outline:0!important; cursor:default!important; pointer-events:none;}
.disabled:hover{text-decoration:none!important;}
/*inline-block与float等宽列表*/
.inline_box{font-size:1em; letter-spacing:-.25em; font-family:Arial;}
.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any,.inline-three-two{display:inline-block; *display:inline; letter-spacing:0; vertical-align:top; *zoom:1;}
.float_two, .float_three, .float_four,.float_five, .float_six{float:left;}
.inline_two, .float_two{width:49.9%;}
.inline_three, .float_three{width:33.3%;}
.inline-three-two{width:66.6%;}
.inline_four, .float_four{width:24.9%;}
.inline_five, .float_five{width:19.9%;}
.inline_six, .float_six{width:16.6%;}
.inline_fix{display:inline-block; width:100%; height:0; overflow:hidden;}
.w{width: 100%;min-width:1100px;}
.float_three-two{overflow: hidden;}
.float_three-two .float_two{width:350px;}

.w980{width: 980px;}
.icon,label.error,label.success{background: url(../images/reg-icon.png) no-repeat;}
.top{height: 47px; background-position: 0 0; background-repeat: repeat-x;}
.top-b{height: 42px;line-height: 42px;background-position: -977px -248px;}
.reg-b{width: 923px;height: 599px;background-position: 0 -105px;margin:115px auto 140px;}
.reg-c{width:746px;padding-top: 20px;}
.reg-status{height:46px; background: url(../images/status-icon.png) center 0 no-repeat;}
.reg1{background-position: center 0;}.reg2{background-position: center -46px;}.reg3{background-position: center -92px;}.reg4{background-position: center -138px;}
.change-status{height:46px; background: url(../images/status-icon2.png) no-repeat;}
.ch1{background-position: 0 0;}.ch2{background-position: 0 -46px;}.ch3{background-position: 0 -92px;}.ch4{background-position: 0 -138px;}
.ico_mobile_change{height:46px; background: url(../images/ico_mobile_change.png) no-repeat;}
.ico_mob1{background-position: 0 0;}.ico_mob2{background-position: 0 -60px;}.ico_mob3{background-position: 0 -120px;}


.reg-i{display: inline-block;float:left;width:272px;height: 27px;border: none;line-height: 27px;padding: 5px;background-position: -466px -57px;}
.reg-i-v{display: inline-block;width:200px;height: 27px;border: none;line-height: 27px;padding: 5px;background:url(../images/reg-icon-ver.png) no-repeat;}
.reg-form{padding-top: 102px;}
.reg-form dl{overflow: hidden;margin-bottom: 8px;}
.reg-form dt{float: left;width: 265px;padding-right: 13px;text-align: right;line-height: 37px;font-size: 14px;color: #000;}
.reg-form dd{padding-left: 278px;}
.reg-form dd .tips{color:#B3B3B3;line-height: 20px;}
.reg-submit,.equ-submit{width: 157px;height: 36px;border: none;background-position: 0 -57px;line-height: 36px;}
.equ-submit{width: 127px;background-position: -160px -57px;}
.pw_level{display: inline-block;width:178px;height: 15px;background-position: 0 -735px;}
.pw_level1{background-position: -179px -735px;}
.pw_level2{background-position: -358px -735px;}
.pw_level3{background-position: -537px -735px;}
.pw_level2 span{display: inline-block;width:56px;margin-right: 4px;line-height: 20px;color: #b3b3b3;text-align: center;}
label.error,label.success{display: inline-block;min-width:18px;height:30px;line-height: 30px;margin-left: 10px;background-position: -982px -114px;padding-left:25px;}
label.success{background-position: -982px -176px;}
.reg-form dd input .reg-form dd label{vertical-align: top;}
.reg-form dd p{overflow: hidden;}
.reg-succ-tips{background-position: -982px -322px;}
.pl80{padding-left:80px;}
.pl150{padding-left: 150px;}.pt35{padding-top: 35px;}.pt25{padding-top: 25px;}.pb25{padding-bottom: 25px;}.pl25{padding-left: 25px;}.w265{width: 265px;}.lh50{line-height: 50px;}
.pt60{padding-top: 60px;}.lh25{line-height: 25px;}.lh32{line-height: 32px;}.g65{color: #656565;}.g97{color: #979797;}.bbd0{border-bottom: 1px #d0d0d0 solid;}.pb25{padding-bottom: 25px;}
.reg-form .link_email,.g713FA5{color:#713FA5;}.gA98DC7{color: #A98DC7;}.g71{color: #717171;}.g91{color: #919191;}.g8a{color: #8a8a8a;}
.bgf1{background: #f1f1f1;}.bgf6{background: #f6f6f6;}
.reg-form .link_resend{color:#035FB4;}
.reg-form .link_check{background-position: -297px -57px;width: 154px;height: 35px;line-height: 35px;}
.equ-form dl{float: left;width:360px;overflow: hidden;}
.equ-form dt{width: 75px;float: left;line-height: 37px;font-size: 12px;padding-right: 0;}
.equ-form dd{padding-left: 75px;}
.equ-i{display: inline-block;float:left;width:261px;height: 24px;border: none;line-height: 24px;padding: 5px;background-position: -747px -716px;}

.icon2,.uc-header li.current,.uc-header li a em,.uc-left-menu-b li a,.equ-btn a,.equ-export a,.selectBox-dropdown .selectBox-arrow,.Wdate{background: url(../images/uc-icon2.png) no-repeat;}

.uc-header{height: 99px;background-position: 0 0;background-repeat: repeat-x;top:0;left:0;}
.uc-header ul{padding:0 23px;float:left;}
.uc-header li{float:left;height:93px;padding-right:10px;position: relative;}
.uc-header li.current{background-position: 0 -102px;}
.uc-header li a{display: block;padding:28px 0 28px 19px;overflow: hidden;line-height: 40px;font-size: 14px;color: #000;text-decoration: none;}
.uc-header li a em{float:left;display: inline-block;width: 40px;height: 41px;margin-right: 10px;}
.uc-header li a span{float:left;display: inline-block;}
.uc-header li a.monitor em{background-position: -116px -221px;}
.uc-header li.current a.monitor em{background-position: -156px -221px;}
.uc-header li a.count em{background-position: -196px -221px;}
.uc-header li.current a.count em{background-position: -236px -221px;}
.uc-header li a.equ em{background-position: -276px -221px;}
.uc-header li.current a.equ em{background-position: -316px -221px;}
.uc-header li a.friends em{background-position: -356px -221px;}
.uc-header li.current a.friends em{background-position: -396px -221px;}
.uc-header li a.data em{background-position: -436px -221px;}
.uc-header li.current a.data em{background-position: -476px -221px;}
.logout{float:right;height:93px;line-height:93px;padding-right:23px;}
.logout a{margin-left:15px;}
.login-home{display:inline-block;height:23px;line-height: 23px;color: #a5a5a5;text-decoration: none;background:url(../images/home.png) no-repeat;padding-left: 28px;}
.login-out{display:inline-block;height:23px;line-height: 23px;color: #a5a5a5;text-decoration: none;background-position: -648px -173px;padding-left: 26px;}
.uc-left-menu{padding-top: 115px;}
.uc-left-top{padding-left: 18px;}
.uc-left-head,.uc-left-head img,.uc-left-head-over{width: 111px;height: 111px;}
.uc-left-head{position: relative;}
.uc-left-head-over{top:0;left:0; background-position: 0 -221px;}
.uc-left-name{padding:31px 0 0 118px;}
.uc-main{height:100%;}
.uc-left{width: 270px;float:left;background: #32323a;}
.uc-left-menu-b h2{padding: 47px 0 14px 47px;border-bottom: 1px #42424A solid;}
.uc-left-menu-b h2 em{height: 24px;width: 24px;}

.uc-left-menu-b h2 em,.uc-left-menu-b h2 span,.uc-left-menu-b2 h2 em,.uc-left-menu-b2 h2 span{vertical-align: middle;}
.uc-left-menu-b li,.uc-left-menu-b2 li{display: block;border-bottom: 1px #42424A solid;padding-left: 47px;line-height: 34px;}
.uc-left-menu-b li a{display:block;padding-left: 10px;background-position: -656px -109px;color:#a9a9a9;text-decoration: none;}
.uc-right{padding-left: 270px;}
.uc-right-main{padding-top: 93px;}
.uc-right-location{height: 50px;line-height: 50px;background: #f5f5f5;border-bottom: 1px #d1d1d1 solid;}
.uc-right-c{padding: 15px 20px;}
.uc-right-b{border-top: 5px #6D00A1 solid;background: #fff;}
.i-txt{width: 200px;height: 28px;line-height: 28px;border:1px #c6c6c6 solid;background: #fff;padding: 0 5px;}
.i-txt2{width: 100px;height: 28px;line-height: 28px;border:1px #c6c6c6 solid;background: #fff;padding: 0 5px;}
.equ-bind-form{float:left;width: 360px;overflow: hidden;margin-bottom: 9px;}
.equ-bind-form dt{ line-height: 30px;color: #4c4c4c;width: 120px;text-align: right;}
.equ-bind-form dt,.equ-bind-form{float:left;}
.uc-submit-equ,.uc-submit-equ2{width: 120px;height: 41px;line-height: 41px;background-position: -163px -163px;border: none;}
.uc-submit-equ2{width: 160px;background-position: -286px -163px;}
.equ-btn a,.equ-export a{display: inline-block;margin-right: 13px;width: 127px;height: 34px;color: #656565;text-decoration: none;line-height: 34px;background-position: -414px -108px;text-align: center;}
.equ-btn a.bind{background-position: -163px -108px;}
.equ-m-table{width: 100%;color: #464646;}
.equ-m-table input,.equ-m-table label{vertical-align: middle;}
.equ-m-table,.equ-m-table td,.equ-m-table th{border:1px #EAEAEA solid;}
.equ-m-table th{height:45px;background: #F7F7FF;}
.equ-m-table td{height:36px;text-align: center;}
.mr150{margin-right: 150px;}.pl140{padding-left: 140px;}
.uc-footer{height: 50px;background-position: 0 bottom;background-repeat: repeat-x;}
.w125{width: 125px;}.w120{width: 120px;}.w315{width: 415px;}.w99{width: 99px;}.g83{color: #838383;}.gf00{color: #f00;}.gff6500{color: #ff6500;}
.w265{width: 266px;}.w208{width: 208px;}.w158{width: 158px;}
.w100{width: 100px;}.w80{width: 80px;}.w115{width: 115px;}.w270{width: 270px;}
.uc-submit-equ3{width: 111px;height: 30px;line-height: 30px;background-position: -297px -112px;border: none;}
/*分页*/
.page{padding-top: 40px;}
.page span{line-height: 20px;}
.page em{color:#2977B3;}
.page span,.page span a,.page input{vertical-align: middle;}
.page span,.page a{display: inline-block;margin-right: 5px;}
.page a{width:22px;height:18px;border:1px #D6D6D6 solid;margin-right: 5px;line-height: 18px;text-decoration: none;text-align: center;color: #656565;}
.page a.current{background: #6D00A1;border-color: #6D00A1;color:#fff;}
.page-i{width: 20px;height:18px;border:1px #D6D6D6 solid;line-height: 18px;text-align: center;}
.page-btn{height: 20px;width: 37px;line-height: 20px;text-align: center;color:#fff;background: #6D00A1;border: none;cursor: pointer;}


.op-equ-open-b{padding: 70px 0;width:498px}
.change-email-success{padding: 70px 0;}
.op-equ-open-b span,.change-email-success span{height: 54px;line-height: 53px;background-position: -616px -221px;padding-left: 70px;}
.change-email-success span{line-height: 25px;}
.op-equ-edit{width:498px;}
.op-equ-edit-b{padding: 30px 25px;width: 448px;}.g6D00A0{color: #6D00A0;}.mr100{margin-right: 100px;}.lh30{line-height: 30px;}
.equ-edit-form{border-top: 1px #e0e0e0 solid;margin-top: 20px;padding-top: 20px;}
.equ-edit-form-b li{float:left;width:49.8%;position: relative;margin-bottom: 8px;}
.equ-edit-form-b dl,.equ-edit-form-b2 dl{display: block;overflow: hidden;}
.equ-edit-form-b dt,.equ-edit-form-b2 dt{float:left;width: 72px;line-height: 30px;text-align: right;}
.equ-edit-form-b dd,.equ-edit-form-b2 dd{float:left;}
.equ-edit-i{border:1px #c7c7c7 solid;height:28px;padding: 0 5px;width: 126px;line-height: 28px;}
.equ-edit-textarea{border:1px #c7c7c7 solid;height:66px;padding:5px;width: 126px;width: 350px;}
.btn-submit-01,.btn-cancle-01{width: 105px;height: 29px;line-height: 29px;text-align: center;border: none;color:#fff;cursor: pointer;background: #BF77E2;}
.btn-cancle-01{background: #ACACAC;}
.equ-unbind-form .equ-edit-i{color:#a6a6a6;}
.equ-unbind-form a{display: inline-block;width: 91px;height: 30px;line-height: 30px;text-align: center;color:#6D00A0;background: #e2e2e2;}
.equ-unbind-form label,.equ-unbind-form input,.equ-unbind-form a{vertical-align: middle;}.lh28{line-height: 28px;}.mr85{margin-right: 85px;}.bte0{border-top:1px #e0e0e0 solid;}
.pl70{padding-left: 70px;}
.search-type{line-height: 30px;}
.search-type input,.search-type label{vertical-align: middle;font-family:Tahoma,'Microsoft Yahei';}
.time-i{height: 28px;line-height: 28px;border:1px #B8D0F6 solid;width: 150px;background-position: -518px -306px;}

#request a{float:left;height: 25px;line-height: 25px;margin-right:15px;}
.btn-accept-01,.btn-reject-01{width: 50px;height: 25px;line-height: 25px;text-align: center;border: none;color:#fff;cursor: pointer;background: #BF77E2;display:block;float:left;}
.btn-reject-01{background: #ACACAC;}


/*模拟下拉菜单*/
/* Dropdown control */
.selectBox-dropdown {
    min-width: 100px;
    height:26px;
    position: relative;
    border: solid 1px #ABABAB;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    color: #333;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #ababab;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 0px 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background-position: -654px -281px;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #ababab;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #ababab;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 26px;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}



.tl{text-align: left;}
.equ-m-table-edit a{display: inline-block;width: 75px;height: 24px;line-height: 24px;text-align: center;color:#fff;text-decoration: none;background: #BF77E2;margin-right: 3px;}
.op-equ-open-b2 {padding: 45px 0 30px;width: 498px;}
.op-equ-open-b2 span{height: 73px;line-height: 73px;background: url(../images/uc-icon3.png) no-repeat;padding-left: 80px;}
.change-email dl{overflow: hidden;line-height: 30px;}
.change-email dt{width: 100px;float: left;text-align: right;}
.change-email dd{padding-left: 100px;}
.change-email input.i-txt{float:left;}
.uc-left-menu-tree li{display: block;height:24px;line-height: 24px;padding:13px 0 13px 47px;background: none;border-bottom: 1px solid #42424a;}
.uc-left-menu-tree li.current{background: #6D00A0;}
.uc-left-menu-tree li em{display: inline-block;height: 24px;width: 24px;margin-right: 20px;}
.uc-left-menu-tree li em.ico_mobile{background:url(../images/ico_mobile.png) no-repeat 0 0;height: 29px;}
.uc-left-menu-tree li a{background: none;font-size: 14px;}
.uc-left-menu-tree li em,.uc-left-menu-tree li span{vertical-align: middle;}
.tree-tit1 em{background-position: -116px -277px;}
.tree-tit2 em{background-position: -143px -273px;}
.tree-tit3 em{background-position: -260px -277px;}
.tree-tit4 em{background-position: -289px -277px;}
.tree-tit5 em{background-position: -176px -277px;}
.change-pw .i-txt{width: 320px;float:left;}
.change-pw dt{padding-right: 0;} 



.icon4{background: url(../images/uc-icon4.png) no-repeat;}

.header{height: 99px;width: 100%;background-position: 0 0;background-repeat: repeat-x;top:0;left:0; z-index: 3}
.logo,.logo img{width: 229px;height: 82px;}
.nav{padding-left: 290px;padding-top: 29px;}
.nav li{float: left;width: 134px;height: 44px;text-align: center;line-height: 44px;font-size: 15px;}.nav li a,.nav span a{color:#333;text-decoration: none;}
.nav li.current{background: #6E00A1;}.nav li.current a{color:#fff;}
.nav span{line-height: 44px;}
.map-b{padding-top: 95px;/*background: url(../images/img-map.jpg) center center no-repeat;*/position:relative;height: 517px;}
.map{height: 517px;left: 304px;top:95px;right:0px;position:absolute;}
.map-menu{width:302px;height: 510px;border:1px #dedede solid;border-bottom: none;position: absolute;left:0px;top:95px;background: url(../images/uc-icon5.png) repeat;}
.map-menu-top{height: 42px;line-height: 42px;padding-left: 15px;background-position: 0 -83px;}
.map-b-bottom {width:387px;height: 9px;background: url(../images/shadow.png) center 15px;bottom:0px;left:0px;margin-left: -41px;}
.login-b{width:278px;}
.i-b{width: 278px;height: 42px;font-size: 13px;}
.i-b input{width: 233px;height: 42px;padding-left:45px;border:none;position: absolute;z-index: 1;line-height: 42px;background-position: -1px -135px;}
.i-b .active{background-position: -1px -180px;z-index: 3}
.i-b label{display: inline-block;height: 42px;line-height: 42px;padding-left: 45px; z-index: 2;position: absolute;color: #cecece;}
.icon-name,.icon-pw{display: inline-block;height: 23px;width: 23px;left:17px;top:10px; z-index: 4}
.icon-name{background-position: 0 -228px;}.icon-pw{background-position: -36px -228px;}.mb13{margin-bottom: 13px;}
.login-s,.reg-s{width: 104px;height: 34px;border: none;background: #6E00A1;color:#fff;line-height: 34px;text-align: center;}
.reg-s{background: #CFCFCF;color: #6c6c6c;}
.map-menu-m{height: 235px;overflow: hidden;}
.map-menu-tit{height: 32px;line-height: 32px;}
.map-menu-trends {padding:15px;height: 66px;}
.map-menu-trends ul{height: 66px;}
.map-menu-trends li{height: 66px;}
.map-menu-trends dl{float:left;width:49.8%;}
.map-menu-trends dl.last{width: 100%;}
.map-menu-trends dl dd{display:block;padding: 0 10px 0 0;line-height: 22px;}
.new{height: 59px;background-position: 0 0;background-repeat: repeat-x;}

.txtScroll-top{ height: 59px;overflow:hidden; position:relative; }
.txtScroll-top .hd{ overflow:hidden;width: 30px;height:11px;position: absolute;right:0;top:0;padding:20px 0;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:7px; height:11px; float:right; margin-right:5px; overflow:hidden;
	 cursor:pointer;background-position: -88px -239px;}
.txtScroll-top .hd .next{ background-position: -98px -239px; }
.txtScroll-top .hd .prev:hover{background-position: -108px -239px;}
.txtScroll-top .hd .next:hover{background-position: -118px -239;}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{width:950px;padding:17px 0 18px;}
.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
.txtScroll-top .infoList li .date{margin-left:50px;color:#656565;  }
.txtScroll-top .infoList a{color:#656565;text-decoration: none;font-size: 13px;}
.txtScroll-top .infoList a strong{color:#3B0057;font-size: 14px;font-weight: normal;}
.h-main{padding-top: 32px;}.pt40{padding-top: 40px;}.pb40{padding-bottom: 40px;}
.h-main-l{width:50%;border-right: 1px #eaeaea solid;}
.h-main-b{width: 414px;}
.h-main-b-tit{line-height: 28px;}
.more{padding-right:15px;background-position: -230px -226px;}
.h-news-list{padding-top: 16px;}
.h-news-list li,.h-serves-list li{height: 61px;border-bottom:1px #ccc dashed;}
.h-serves-list li{height:95px;}
.h-news-list li a{display: block;padding: 9px 0; line-height: 22px;text-decoration: none;}
.h-news-list li p.date{color:#787878;}
.h-news-list li p.news-list-title{color:#333;}
.h-news-list li a:hover p.news-list-title{color:#380052;}
.h-serves-list li p.serves-title{padding: 13px 0 7px;line-height: 21px;}
.h-serves-list li p.serves-info{height: 66px;overflow: hidden;}
.h-serves-list li a{text-decoration: none;color:#000}
.footer{background: #d7d7d7;padding: 12px 0 13px;}.g71{color:#717171;}

.uc-map img{width:100%;height: 100%}
.uc-map-cp{}
.uc-map-cp-t{height: 33px;background: #CACACA url(../images/uc-icon4.png) -583px -70px  no-repeat;padding-left: 33px;}
.uc-map-cp-t-hover{background-position: -583px -184px;}
.uc-map-cp-t h2{background-position: -607px -104px;line-height: 33px;padding: 0;padding-left: 7px;}
.uc-map-cp-t h2 a.group-opt{float:right;margin-right:5px;color:#333;text-decoration:none;display:none;}
.select-equ-i{height: 28px;border:1px #646464 solid;width: 240px;padding: 0 5px;line-height: 28px;margin-left: -2px;background: none;color:#cbcbcb;}
.uc-map-cp-list{overflow-y:auto;}
.uc-map-cp-list ul{padding: 10px 0;}
.uc-map-cp-list li{display: block;border-bottom: 0;padding: 0px;}
/*.uc-map-cp-list li.hover{background: #4A4A53;}*/
.uc-map-cp-list li p.tit{line-height: 25px;color:#fff;padding: 0 15px;background: #5d5d5d;}
.uc-map-cp-list li.hover p.tit {color: #fff;}
.uc-map-cp-list li span.equ-name{width:40%;}
.uc-map-cp-list li div{padding: 0 15px;margin-top: 5px;}
.uc-map-cp-list li div.link{display: block;}
.uc-map-cp-list li.hover div.link{display: block;}
.uc-map-cp-list li div.link a{display: inline-block;background: none;margin-right: 5px;padding: 0;color:#cbcbcb;text-decoration: none;}

.link-more{width:63px;top:15px;right:0;display: none;}
.link-more-t{width:63px;height:6px;overflow: hidden;background-position: -546px -244px;}
.link-more-b{border:1px #D5A5EC solid;border-top: none;background: #fff;padding: 3px;}
#link-more a{display: block;text-align: center;line-height: 22px;color:#656565;text-decoration: none;padding-left:0;background: none;}
#link-more a:hover{color:#6D00A1}
.uc-submit-down{height: 30px;background: #BF77E2;border: none;text-align: center;line-height: 30px;color:#fff;}



/* ui-slider */
.ui-slider{position:relative;width:158px;float:left;margin-right:15px;text-align:left;height:1em;background:#ebebec ;border:1px solid #aaa;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.6em;height:1.6em;top:-.5em;margin-left:-.8em;cursor:pointer;border:2px solid #444;background:#fff ;-moz-border-radius:.9em;-webkit-border-radius:.9em;border-radius:.9em;}
.ui-slider .ui-slider-handle:hover,.ui-slider .ui-slider-handle:focus{}
.ui-slider .ui-slider-handle:active{background-image:none;}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;top:0;height:100%;background:#6D00A1 ;left:0;}
/* sliders-labels */
.sliders-labels{height:2em;margin-left:145px;width:293px;padding-top:1em;}
.sliders-labels span.label-first{float:left;}
.sliders-labels span.label-last{float:right;}
.uc-map-control{height:60px;background: #F1F1F1;border-bottom:1px #6D00A1 solid;position: absolute;width: 100%;top:0;}
.play-btn,.down-btn{height: 30px;line-height: 30px; color:#fff;padding:0 20px;border: none;}
.play-btn{background: #BF77E2;}.down-btn{background: #C3C2C4;}
.dest-in-t{height: 26px;padding: 10px;background: #4A4A53;line-height: 26px;}
.dest-in-t span{display: inline-block;width: 120px;}
.dest-in-t a{display: inline-block;float: right;width: 121px;height: 26px;text-align: center;background: #CFCFD1;color: #656565;text-decoration: none;}
.dest-in-b,.uc-friend-list{overflow-y:auto;}
.dest-in-b ul{padding: 10px;}
.dest-in-b li{display: block;line-height: 20px;padding: 5px 0;border-bottom: 1px #454545 solid;padding-left: 25px;color:#B6B4B4;}
.dest-in-b-t{height: 30px;padding: 5px 0 5px 40px;line-height: 30px;border-bottom: 1px #454545 solid;color:#fff;background: url(../images/uc-icon6.png) no-repeat;}
.dest-in-b-t1{background-position: 15px 10px;}.dest-in-b-t2{background-position: 15px -70px;}
.w290{width: 290px;}.gd{color:#ddd;}
.send-icon{width: 32px;height: 30px;background: url(../images/icon-send.png) no-repeat;}.g8c{color: #8c8c8c;}
.add-group{line-height: 33px;background: url(../images/uc-icon7.png) left center no-repeat;padding-left:15px;color:#6a6a6a;padding-right:15px;}
.group-list{border-bottom: 1px solid #646464;}
.group-list ul{display: none;}
.group-list:first-child ul{display: block;}
.group-list li{display: block;height: 40px;line-height: 20px;padding: 4px 10px;border-bottom: 1px #454545 solid;}
.group-list li.current{background: #4A4A53;}
.group-list li span.equ-name{width:70%; }
.share-accept{color:#02C064;}.share-reject{color:#BF77E1;}
.group-list li .a-del{display: none;}
.group-list li.current .a-del,.group-list li.hover .a-del{display: block;}
.pr150{padding-right: 150px;}.bbd6{border-bottom: 1px #d6d6d6 solid;}
.equ-setup-u li{float:left;width:33%;}
.equ-setup-u2 dl{display: block;margin-bottom: 10px;}
.equ-setup-u2 dt{float:left;width: 125px; text-align: right;line-height: 30px;color:#4c4c4c;}
.equ-setup-u2 dd{padding-left: 125px;line-height: 28px;}
.equ-setup-u2 .selectBox-dropdown{background: #fff;}
.equ-setup-u2 dd input,.equ-setup-u2 dd label{vertical-align: middle; font-family:arial;}
.equ-setup-u2 dd label{margin: 0 3px;}
.equ-setup-btn1,.equ-setup-btn2{width: 101px;height: 32px;line-height: 32px;border: none;text-align: center;color: #fff;background: url(../images/uc-icon8.png) no-repeat;}
.equ-setup-btn2{background-position: left bottom;}
.banner{height:277px;width: 100%;padding-top: 95px}
.banner-b{height:277px;width: 100%;}
.item-tit{width: 133px;height: 51px;line-height: 51px;padding-top: 27px;top:-28px;left:0;background: #6D00A1 url(../images/uc-icon9.png) center bottom no-repeat;}
.service-list li{display: block;padding:30px 0 10px ;border-bottom:1px #ccc dashed;}
.service-list a.link-download{width: 91px;height: 28px;line-height: 28px;border:1px #6D00A1 solid;}
.content-b img{display: block;float:left;width:415px;height:240px;padding: 4px;border:1px #C7C7C7 solid;margin-right: 20px;}
.content-b p{padding-bottom: 30px;}.pl40{padding-left: 40px;}
.content-c-b img{display: block;margin:0 auto;margin-bottom: 15px;width: auto;height:auto;max-width: 98%;padding:4px;border:1px #C7C7C7 solid;}
.content-c-b p{line-height: 25px;padding-bottom: 15px;color:#656565;}
.link-back{width: 116px;height: 26px;line-height: 26px;background: #6D00A1;}
a.set{color:#6D00A0;text-decoration:none;padding-right:5px;}
.w200{width:200px;}.w190{width: 190px;}.share-select-b{height:280px;overflow-y:auto;border:1px #c7c7c7 solid;}
.share-select-list {display: none;}
.share-select-l .share-select-t{height: 33px;background: #ececec url(../images/uc-icon4.png) -583px -183px no-repeat;padding-left: 33px;line-height: 33px;}
.current .share-select-t{background-position: -583px -70px;}
.current .share-select-list{display: block;}
.share-select-list li{line-height: 26px;padding-left:33px;}
.share-select-list li a{color:#656565;text-decoration: none;}
.share-select-list2{display: block;}
.share-select-list2 li{padding:0 10px 0 15px ;}
.share-select-list2 li.hover{background: #ececec;}
.del-friend{display: none; float:right;margin-top: 9px;height:10px;width: 10px;background: url(../images/uc-icon4.png) -322px -114px no-repeat;}
.share-select-list2 li.hover .del-friend{display: block;}

.w304{width: 304px;}.pl304{padding-left: 304px;}
.uc-add-friends-b{height: 23px;padding:13px 10px;border-top: 1px solid #646464;}
.uc-add-friends-b a{display: inline-block;height: 23px;line-height: 23px;padding-left:28px;text-decoration: none;color:#fff;font-size: 13px;}
.uc-add-friends-add{background-position: -372px -82px;}
.uc-add-friends-receive{background-position: -372px -105px;}
/*找回密码*/
.find-status{height:46px; background: url(../images/uc-icon10.png) center 0 no-repeat;}
.find1{background-position: center 0;}.find2{background-position: center -46px;}.find3{background-position: center -92px;}
.code-i{display: inline-block;float:left;width:160px;height: 27px;border: none;line-height: 27px;padding: 5px;background: url(../images/code-i-bg.png) no-repeat;}
.gbd{color:#bdbdbd;}
.code{height: 35px;border:1px #E5E5E5 solid;margin-bottom:-15px;}
.code img{height: 35px;width: auto;cursor: pointer;}
.find-success-icon{width: 54px;height: 54px;background-position: -615px -221px;}
.pt30{padding-top: 30px;}

/*登录后*/
.login-info{height:182px;}
.login-info h1{height:34px;line-height:34px;background:url(../images/login_ico.png) no-repeat 10px center;font-size:14px;font-family:'Microsoft Yahei';padding-left:55px;}
.login-info h1 span{color:#6e00a1;}
.login-info ul{height:106px;}
.login-info ul li{float:left;padding:8px;font-size:14px;font-family:'Microsoft Yahei';text-align:center;}
.login-info ul li a{display:block;background:#9a5bbf;width:119px;height:37px;line-height:37px;text-decoration:none;color:#fff;}
.login-info ul li a:hover{display:block;background:#6e00a1;width:119px;height:37px;line-height:37px;text-decoration:none;color:#fff;}
.login-info .btn-logout{padding:8px;font-size:14px;font-family:'Microsoft Yahei';text-align:center;}
.login-info .btn-logout a{display:block;background:#cfcfcf;width:254px;height:37px;line-height:37px;text-decoration:none;color:#999;}
.login-info .btn-logout a:hover{display:block;background:#cfcfcf;width:254px;height:37px;line-height:37px;text-decoration:none;color:#6a6a6a;}

/*参数设置*/
.btn_submit_01{width:101px;height:32px;line-height:32px;border:0;padding:0;background-color:#6d00a1;color:#fff;}
.btn_submit_02{width:101px;height:32px;line-height:32px;border:0;padding:0;background-color:#ae59d7;color:#fff;}

/*参数设置tab*/
.equ-setup-tab {border-bottom:2px #6C00A1 solid;}
.equ-setup-tab li{float:left;width: 110px;height: 35px;overflow: hidden;text-align: center;line-height: 40px;background: #D9D8DD;border-top-left-radius: 3px;border-top-right-radius: 3px;margin-right: 5px;cursor: pointer;}
.equ-setup-tab li.current{ background: #6C00A1;color:#fff;}

/*自定义数据*/
.diy_box{float:left;width:800px;}
.diy_left{float:left;width:400px;}
.diy_right{float:left;width:398px;height:398px;}

.table_form{margin-top:30px;}
.table_form td{padding:3px;}
.table_form td.item_name{text-align:right;}
.table_form input.input{width: 150px;height: 28px;line-height: 28px;border:1px #c6c6c6 solid;background: #fff;padding: 0 5px;}
.table_form input.submit,.table_form input.cancle{width: 79px;height: 29px;line-height: 29px;text-align: center;border: none;color:#fff;cursor: pointer;background: #BF77E2;}
.table_form input.cancle{background: #ACACAC;}

.qrcode{}
.qrcode li{float:left;margin:0px 82px;}
.qrcode_pic{font-size:0px;}
.qrcode_txt{text-align:center;height:44px;line-height:44px;}
.qrcode_ico{text-align:center;}

/*获取验证码*/
#btnVerifyCode{width:100px;height:35px;cursor:pointer;}


/* yzh 2015-3-14 */
.wsn{ white-space:nowrap;}


/*搜索结果*/
#SearchResult{}
#SearchResult ul{position:absolute;top:39px;left:8px;border:1px solid #646464;border-bottom:0px;background-color:#32323a;color:#cbcbcb;width:250px;}
#SearchResult ul li{padding-left:5px;border-bottom:1px solid #646464;cursor:pointer;}


/*消息提醒*/
#remind_box{float:left;width:260px;border:1px solid #6d00a1;position:absolute;bottom:1px;right:1px;background-color:#fff;display:none;}
.remind_tit{float:left;width:100%;height:38px;line-height:38px;background-color:#6d00a1;}
.remind_tit_left{float:left;width:100px;height:38px;line-height:38px;background:url(../images/remind_ico.png) no-repeat 10px center;color:#fff;padding-left:38px;}
.remind_tit_right{float:right;width:38px;height:38px;line-height:38px;background:url(../images/remind_close.png) no-repeat center center;cursor:pointer;}
.remind_list{float:left;padding:13px;}
.remind_list ul{float:left;padding-left:13px;}
.remind_list li{float:left;width:100%;line-height:30px;list-style-type:square;border-bottom:1px dashed #d2d2d2;}

/*图形验证码*/
#ImgVerify{position:absolute;border:1px solid #cccccc;background-color:#fff;width:180px;height:120px;top:-45px;left:485px;display:none;}
#ImgVerify .ImgCode{height:40px;line-height:40px;text-align:center;}
#ImgVerify .ImgCode input.input{display: inline-block;
width: 80px;
height: 25px;
border: 1px solid #cccccc;
line-height: 25px;
}

.chat{
    width: 215px;height: auto;
}
.chat ul{
    width: 215px;
    padding-top: 0;
    overflow: hidden;
}
.chat ul li{
    display: block;
    height: 30px;
    line-height: 25px;
   
    /*padding: 0px 20px;*/
    color: #c1c1c1;
    border-bottom: 1px solid #656565;
    border-collapse: collapse;
}
.chat ul li a{
    text-decoration: none;
    color: #c1c1c1;
}
.chat ul li a:hover{ background:#4A4A53; color:#fff;}