﻿@charset "utf-8";
/* CSS Document */
button{cursor:pointer;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	input[type="checkbox"],select,input[type="radio"] {position: relative;-webkit-appearance: none;-webkit-user-select: none;border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 2px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);margin: 0 1px 0 0;}
	input[type='checkbox'] {bottom: 2px;height: 15px;vertical-align: middle;width: 15px;}
	input[type='checkbox']:checked::before {position: absolute;left: 3px;top: 6px;content: '';height: 2px;background-color: #4FB99F;width: 72%;-webkit-transform: rotate(120deg);}
	input[type='checkbox']:checked::after {position: absolute;left: 2px;top: 8px;content: '';height: 2px;width: 4px;background-color: #4FB99F;-webkit-transform: rotate(-150deg);}
	input[type="radio"]{border-radius: 100%;height: 15px;vertical-align: middle;width: 15px;bottom:1px;margin-right:3px;}
	input[type='radio']:checked::before {background-color: #4FB99F;border-radius: 100%;bottom: 3px;content: '';display: block;left: 3px;position: absolute;right: 3px;top: 3px;}
	input[type='checkbox']:active,select:active,input[type='radio']:active {background-image: -webkit-linear-gradient(#fcfcfc, #f8f8f8 38%, #e7e7e7);box-shadow: none;text-shadow: none;}
	select {-webkit-appearance: none;height: 28px;-webkit-padding-end: 18px;-webkit-padding-start: 6px;background-position: right center;background-repeat: no-repeat;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAaUlEQVQoz2P4//8/A7UwdkEGhiggTsODo4g2LBEImJmZvwE1/UfHIHGQPNGGAbHCggULFrKxsf1ENgjEB4mD5EnxJoaByAZB5Yk3DNlAPj6+L8gGkWUYzMC3b982IRtEtmFQjaxYxDAwAGi4TwMYKNLfAAAAAElFTkSuQmCC'),-webkit-linear-gradient(#fcfcfc, #fcfcfc 38%, #fcfcfc);}
	select:hover {/*background:-webkit-linear-gradient(#fbfbfb, #f5f5f5 38%, #f2f2f2);*/background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAaUlEQVQoz2P4//8/A7UwdkEGhiggTsODo4g2LBEImJmZvwE1/UfHIHGQPNGGAbHCggULFrKxsf1ENgjEB4mD5EnxJoaByAZB5Yk3DNlAPj6+L8gGkWUYzMC3b982IRtEtmFQjaxYxDAwAGi4TwMYKNLfAAAAAElFTkSuQmCC'),}
	select:active {/*background:-webkit-linear-gradient(#fcfcfc, #f8f8f8 38%, #e7e7e7);*/background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAaUlEQVQoz2P4//8/A7UwdkEGhiggTsODo4g2LBEImJmZvwE1/UfHIHGQPNGGAbHCggULFrKxsf1ENgjEB4mD5EnxJoaByAZB5Yk3DNlAPj6+L8gGkWUYzMC3b982IRtEtmFQjaxYxDAwAGi4TwMYKNLfAAAAAElFTkSuQmCC'),}
	select:disabled{color: #999;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAaUlEQVQoz2P4//8/A7UwdkEGhiggTsODo4g2LBEImJmZvwE1/UfHIHGQPNGGAbHCggULFrKxsf1ENgjEB4mD5EnxJoaByAZB5Yk3DNlAPj6+L8gGkWUYzMC3b982IRtEtmFQjaxYxDAwAGi4TwMYKNLfAAAAAElFTkSuQmCC'),-webkit-linear-gradient(#f8f8f8, #f8f8f8 38%, #f8f8f8);}
}

/*新头部*/
.top-logo { width:300px; }
.top-prev { color:#fff; border:1px solid #fff; border-radius:3px; text-align:center; display:inline-block; width:70px; line-height:20px;}
.top-prev:hover { color:#4FB99F; background:#fff; text-decoration:none;}
.top-nav a { color:#fff; font-size:16px; line-height:20px; padding:30px; float:left; text-decoration:none; position:relative;}
.top-nav .active:after { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; margin-left:-7px; position:absolute; bottom:0; left:50%; content:''; }
.top-nav .setup i{ width:16px; height:16px; position:absolute; margin:3px 5px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmElEQVQ4T82TURHCMBBE3yqgUpAATqgElCABnIAEpICCZTKTdNpL2g/y03xm9l527y6i86iznp0BbA+SPluxomaKYPsIPIGrpEcLYvsC3ICzpHfSRMALOABjhOTiO/AFThUg0bKLCrJWvHBQLEdIvq9eLvrmGAMkaRe25/1Z3YMZJOmnzLG5m4uUIZSGtSazs03852N1R/gBc0k+EfUhGDsAAAAASUVORK5CYII=");}
.top-nav .msg { background:#fff; color:#4FB99F; border-radius:5px; font-size:12px; padding:0 5px; margin:1px 0 0 5px; position:absolute; line-height:18px;}
.top-search .btn{ background:#fff url(/static/images/mycenter/search.png) no-repeat center; width:30px;height:28px;border:none; outline:none;}
#vip-search{ border:none; padding:5px 10px; width:165px; outline:none; }
.pop-nav { left:255px; top:70px; width:400px; padding:20px 0; background:#fff; box-shadow:0 2px 8px #bbb; z-index:100; }
.pop-nav:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; margin-left:-7px; position:absolute; top:-7px; left:50%; content:'';}
.pop-nav dl { width:25%; float:left; line-height:24px; margin-left:8%; }
.pop-nav dl dt { font-size:14px; padding-bottom:6px;}
.pop-nav dl dd a { color:#666; }
.pop-nav dl dd a:hover { color:#4FB99F; }

/* 左边 */
.vipleft{ width:188px; background:#f7f7f7; float:left; border-top:none;}
.vipleft .headvip h3{ padding:8px 10px; color:#4FB99F; font-size:18px; border-bottom:1px solid #e0dddd; font-weight:500;}
.vipleft .left{ width:70px; text-align:center;}
.vipleft .right{ width:120px; line-height:25px}
.vipleft .hyzl{ padding:15px; text-align:center;}
.vipleft .right p{ line-height:18px;}
.vipzhi{ border:1px solid #c8c8c8; height:8px; margin:3px 0 5px 0}
.vipzhi b{ display:block; background:#4FB99F; width:100%}
.cur2 { text-decoration: underline; color: #4FB99F; }
.current a { color: #4FB99F !important; display: block; }

.icobj{background:url(/images/myCenterImg/vipico.png?t=2) no-repeat #fff;}
.vipleft .navvip{ line-height:28px; margin:0 15px; }
.vipleft .navvip dl { padding:10px 0; position:relative;}
.vipleft .navvip dt{ font-family:"Microsoft YaHei"; font-size:16px; height:35px; line-height:35px; border-bottom:1px solid #e1dfe0; border-top:1px solid #fcfcfc; padding-left:10px; }
.vipleft .navvip dt i{display:inline-block;vertical-align:middle; width:17px; height:17px; margin-right:10px}
.vipleft .navvip a{ color:#777}
.vipleft .navvip a:hover{ text-decoration:none}
.vipleft .navvip dd{ color:#999; margin-left:20px;}
.vipleft .navvip dd a:hover{ text-decoration:underline; color:#4FB99F}
.vipleft .navvip dd:first-child { position:relative;}
.vipleft .navvip dd:first-child:before{ content:''; width:3px; height:3px; background:#666; position:absolute; left:-14px; top:14px; }
.vipico{ background-position:0 -39px;}
.vipico1{ background-position:0 -59px;}
.vipico2{ background-position:0 -79px;}
.vipico3{ background-position:0 -99px;}
.vipico4{ background-position:0 -116px;}
.vipico5{ background-position:0 -135px;}
.vip_rank { height:24px;line-height:24px; margin-top:6px;}
.vip_rank em { color:#fff;float:right;}
.vip_jindu { height:12px;margin:5px 30px; background:#e6e6e6;}
.vip_jindu b { display:block;height:12px;background:#4FB99F;}
.mydingdan { margin-top:10px;}

/*首页右边 */
.vipright{ float:right;width:993px;}
.vip-title { line-height:24px;}
/*首页右边1 */
.MyInformation1{ padding:25px 0; float:left; width:716px}
.MyInformation1 ul li{ float:left; text-align:center; display:block; width:25%; margin-left:-1px; height:114px; line-height:35px; color:#4FB99F; font-size:20px; border-right:1px solid #e1e1e1; font-weight:500}
.zhbj{ height:17px; display:block; font-size:15px; color:#999 }
.MyInformation1 ul li h4{ margin: 10px 0}
.MyInformation1 ul li a{border-radius:20px; border:1px solid #e3e3e3; background:#fbfbfb; width:100px; height:26px; line-height:25px; color:#a2a2a2; font-size:12px; font-family:tahoma, Verdana, arial, "宋体"; display:block; margin:auto}
.MyInformation1 ul li a:hover{ text-decoration:none; background:#4FB99F; color:#FFF; border:1px solid #4FB99F;}


.MyInformation2{ padding:27px 20px; width:237px; float:left; line-height:35px; height:90px; overflow:hidden}
.MyInformation2 .ts{ position:relative; top:-30px;}
.MyInformation2 .ts ul li{ float:left; display:inline-block; margin-right:8px}
.tst { height:12px; width:170px; background:#e6e6e6 ; margin-top:11px;}
.tst b{ display:block; width:100%; background:#4FB99F}
.tstbj{ background-position:0 -201px; width:68px; display:block; height:27px; position:relative; top:0px; left:160px}
.bding{ position: relative; top:-35px; line-height:25px;}
.bdingbj1{ background-position:0 -4px; width:17px; height:17px;display:inline-block;vertical-align:middle;}
.bdingbj2{ background-position:0 -20px; width:17px; height:17px;display:inline-block;vertical-align:middle;}
.bding i{ margin-right:5px;}
.bding a{ color:#4FB99F; margin-right:20px;}
.bding span{ margin-right:20px;}

.buyed .left ul li{ float:left; line-height:24px; }
.buyed .left #liebiao_img{ color:#999;margin:0 30px;}
.buyed .left #liebiao_img a{ color:#999; cursor:pointer}
.buyed .left #liebiao_img a:hover{ text-decoration:none; color:#4FB99F}
.buyed .left #liebiao_img b{ padding:0 5px; font-weight: bold}
.buyed .left table tr td{ border-bottom:1px dashed #e6e6e6; padding:12px 0;}
.buyed .left table tr td i{ display:inline-block; background:url(icoxia_03.jpg) no-repeat; width:10px; height:6px; margin-left:3px; margin-top:5px;}
.buyed .left #liebiao_img .hit{ color:#4FB99F !important;}

.buyed .right .head_l{ background: url(/images/myCenterImg/bjico_03.jpg) no-repeat; height:68px; overflow:hidden}
.buyed .right .head_l div { padding:20px 25px; text-align:center}
.buyed .right .head_l div a{ display: inline-block; border:1px solid #4FB99F; background:#ffece0; text-align:center; color:#4FB99F; width:108px; height:24px; line-height:24px;}
.buyed .right .head_l div a:hover{ text-decoration:none}
.buyed .right .jfdh{ display:block; padding:15px; position:relative}
.buyed .right .jfdh h4{ font-size:14px; color: #333; font-weight:bold; line-height:22px; }
.buyed .right .jfdh li { padding:10px 0; border-bottom:1px dashed #e1e1e1;}
.buyed .right .jfdh li p{ margin-left:70px;}
.buyed .right .jfdh li a{ display:block;}

/*头像*/
.my_face { width:900px;margin:20px auto;}
.up_box{height:40px;position:relative;margin:10px 0;}
.up_box input{opacity:0;filter:alpha(opacity=0);position:absolute;width:90px;height:35px;cursor:pointer;left:0;top:0;z-index:0;}
.up_box a{display:block;width:90px;height:35px;background:#9c3;color:#fff;line-height:35px;text-align:center;border-radius:3px;}
.cut_face{width:400px;}
.cut_face h4{font-weight:normal;color:#999;line-height:35px;}
.preview{margin-right:15px;float:left;}
.face300 img{ border:solid 1px #eee;margin-bottom:10px;}
.pre160{width:172px;}.pre80{width:92px;}.pre30{width:42px;}
.preview p{text-align:center;margin-top:8px;color:#999;}
.preview .face_bor{padding:5px;border:solid 1px #e3e3e3;}
.face160{width:160px;height:160px;overflow:hidden;}
.face80{width:80px;height:80px;overflow:hidden;}
.face30{width:30px;height:30px;overflow:hidden;}
.imgareaselect-border1 {background: url(images/border-anim-v.gif) repeat-y left top;}
.imgareaselect-border2 {background: url(images/border-anim-h.gif) repeat-x left top;}
.imgareaselect-border3 {background: url(images/border-anim-v.gif) repeat-y right top;}
.imgareaselect-border4 {background: url(images/border-anim-h.gif) repeat-x left bottom;}
.imgareaselect-border1, .imgareaselect-border2,.imgareaselect-border3, .imgareaselect-border4 {filter: alpha(opacity=50);opacity: 0.5;}
.imgareaselect-handle { background-color: #fff;border: solid 1px #000;filter: alpha(opacity=50);opacity: 0.5;}
.imgareaselect-outer {background-color: #000;filter: alpha(opacity=50);opacity: 0.5;}
.cut_submit button{width:90px;height:35px;background:#f63;color:#fff;border:0;border-radius:3px;margin-top:15px;cursor:pointer;}

/*首页右边2 */
.vipright2 .nav_2{ font-size:16px; padding:10px 15px; color:#666; }
.vipright2 .nav_2 a span{ font-size:12px; font-weight:100; color:#999; margin-left:680px;}
.vipright2 .nav_2 a{ cursor:pointer;}
.vipright2 .nav_2 a:hover{ text-decoration:none}
.vipright2 ul li{ height:250px; width:164px; line-height:25px; margin:0 12px; float:left; text-align:center; position:relative}
.vipright2 ul .left{ background-position:0 -152px; width:20px; height:25px; margin-top:80px; position:absolute; left:0; }
.vipright2 ul .right{ background-position:0 -176px;width:20px; height:25px; margin-top:80px; position:absolute; right:10px; }
.vipright2 ul li h4{ color:#666; text-align:left; font-weight:normal; }
.vipright2 ul li p{ margin:8px 0; text-align:left; color:#999; }
.vipright2 ul li p a{ display:block; background:#f3f3f3; border:1px solid #dddddd; width:90px; height:30px; text-align:center; line-height:30px; margin:auto; color:#3399ff; }

/*子页右边 */
.vipright h3{ color:#333; font-size:16px; border-bottom:1px solid #ececec; padding:10px 0; font-weight:normal; }
.mydingdan table{ border:none; padding-bottom:20px; border-bottom:1px solid #ececec}
.mydingdan table tr td{ border:none; line-height:20px; padding:5px; color:#666}
.mydingdan table tr td .zhuanmai{ border:1px solid #4FB99F; width:35px; height:20px; display:inline-block; text-align:center;border-radius:5px;background:rgb(255, 236, 224); margin-left:20px;}
.mydingdan table tr td .zhuanmai a{ display:block; margin:0 !important; color:#4FB99F; }
.mydingdan table tr td .zhuanmai a:hover{ text-decoration:none}
.mydingdan table tr td span{ color:#4FB99F; font-weight:bold}
.mydingdan table tr td p{ color:#999;}
.mydingdan table tr td a{ margin:0 5px; }
.mydingdan table tr td b{color:#39f}
.mydingdanbgbj1{ background:#f3f3f3; height:30px;}
.mydingdanbgbj2{ background:#f8f8f8; height:20px;}
.mydingdanbgbj2 span{ color:#999 !important; margin-left:20px; font-weight:100 !important;}

.cuidingdan{ background:url(/images/myCenterImg/cuicu_03.jpg) no-repeat 20px 50px; width:100%; padding-top:200px;}
.cuidingdan table tr td { padding:10px 2px}
.cuidingdan table tr td input{ padding:3px; border:1px solid #CCC; height:20px; line-height:20px; width:150px;}
.cuidingdan table tr td #textarea{ padding:3px 5px; border:1px solid #CCC}
.cuidingdan table tr td span{ border:1px #ffcd9a solid; background:#ffffe3; padding:5px; margin-left:20px; position:relative; color:#999; left:-6px;}
.cuidingdan table tr td span i{ background:url(ccu_06.jpg) no-repeat; width:7px; height:12px; display:block; position:absolute; top:5px; left:-7px}
.cuidingdan table tr td #button{ border:0; background:#39f; color:#FFF; cursor:pointer; width:80px; height:30px;font-size:16px; font-family:"Microsoft YaHei"; }
.erweima{ background:#f7f7f7; height:85px; width:80%; margin:20px }
.erweima ul li { float:left}
.erweima ul li img{ padding:5px;}
.erweima ul li h3{ color:#39f !important;font-size:16px !important; font-family:"Microsoft YaHei"; margin:10px 5px 5px 5px !important; border:0 !important; padding:0 !important}
.erweima ul li p{padding:0px 5px; color:#999}

.tuihuo table tr td  h3{ font-family:"Microsoft YaHei";font-size:14px; border:0 !important; padding:0 !important; color:#666}
.tuihuo table tr td{ padding:8px 5px;}
.tuihuo table tr td input{ vertical-align:middle}
.tuihuo table tr td #textarea,.tuihuo table tr td #textfield,.tuihuo table tr td #textfield2{ padding:5px;border:1px solid #ddd; vertical-align:middle}
.tuihuo table tr td #textfield,.tuihuo table tr td #textfield2{ width:150px; height:15px;vertical-align:middle}
.tuihuo table tr td #textarea{ width:380px; height:100px;vertical-align:middle}
.tuihuo #button{ border:0; background:#4FB99F; color:#FFF; cursor:pointer; width:80px; height:30px;font-size:16px; font-family:"Microsoft YaHei";}
.xhaostyle{ color:#F00; margin:5px; position:relative; top:4px}

.myshouchang{ margin-top:20px;}
.myshouchang table tr td{ border-bottom:1px  solid #eee; padding:10px 5px !important;}
.myshouchang table tr td img{ padding:2px; width:60px; height:60px; float:left; }
.myshouchang table tr td div{ float:left}
.myshouchang table tr td div h2{ font-size:14px; color:#666; font-weight:bold;}
.myshouchang table tr td div p{ color:#39f}
.myshouchang table tr td  span{ color:#4FB99F; font-weight:bold;}
.myshouchang table tr td a{ color:#0066cc; display: inline-block; padding:3px}
.myshouchang table tr td p{ color:#999}

.wangshangbaoxiu{ padding:20px 0;}
.wangshangbaoxiu h2{ color:#4FB99F;font-family:"Microsoft YaHei"; font-size:14px; }
.wangshangbaoxiu ul{ margin-left:80px;}
.wangshangbaoxiu ul li{ float:left; display:block; width:210px; height:204px; padding:10px; text-align:center; margin:25px 25px; line-height:30px;}
.wangshangbaoxiu ul li a{ display:block; }
.wangshangbaoxiu ul li a:hover{ text-decoration:none}
.wangshangbaoxiu ul li p{color:#999; line-height:18px;}
.baoxiufangshi{ background: url(/images/myCenterImg/huiyuan.jpg) no-repeat; width:126px; height:128px; display:block; margin:auto}
.baoxiufangshi1{ background-position:-1px -3px;}
.baoxiufangshi2{ background-position:-1px -135px;}
.baoxiufangshi3{ background-position:-3px -266px;}
.baoxiubeizhu{ padding:10px 10px; color:#0066cb; background:#ffe0cf;}
.chachuanhao,.se_wai { border:solid 1px #e3e3e3;padding:5px 10px 10px;position:relative;background:#f6f6f6;margin-top:10px;text-align:left;display:none;}
.chachuanhao::after,.se_wai::after { content:'';width: 10px;height: 10px;position: absolute;margin:auto;left:0;right:0;top: -6px;background-color: #f6f6f6;border: 1px solid #ddd;display/*\**/:none\9;border-width: 0 1px 1px 0;-webkit-transform: rotate(225deg);-moz-transform: rotate(225deg);-ms-transform: rotate(225deg);-o-transform: rotate(225deg);transform: rotate(225deg);}
.chachuanhao input { border:solid 1px #ccc;height:24px;line-height:24px\9;}
.chachuanhao button { width:45px;height:26px;border:0;background:#4FB99F;color:#fff;}
.se_wai select { width:100%;margin-bottom:8px;}
.se_wai input { width:100%;border:solid 1px #ccc;height:24px;text-indent:5px;}
.se_wai h5 { border-bottom:solid 1px #9c3;margin:5px 0 10px;}
.wangshangbaoxiu ul li .se_wai h5 a {display:inline-block;width:70px;text-align:center;}
.wangshangbaoxiu ul li .se_wai h5 a.cur { background:#9c3;font-weight:bold;color:#fff;}
.se_wai button { width:90px;height:30px;background:#4FB99F;border:0;color:#fff;border-radius:3px;margin-top:15px;}

.shoujianrenxinxi h2{ font-family:"Microsoft YaHei"; font-size:12px; margin:12px 10px; color:#333 }
.shoujianrenxinxi table{ border:1px solid #e2e2e2}
.shoujianrenxinxi table tr td{ padding:10px}
.shoujianrenxinxistyle1{ background:#fafafa; border-left:1px dashed #e2e2e2; border-bottom:1px solid #e2e2e2}
.shoujianrenxinxistyle2{border-bottom:1px solid #e2e2e2; line-height:2 }
.shoujianrenxinxistyle3{ border:1px solid #4FB99F;border-radius:5px; background:#ffe4de; width:60px; height:20px; display:block; color:#4FB99F;  cursor:pointer }
.shoujianxinxibianxie{ margin:20px 0}
.shoujianxinxibianxie table tr td{ padding:0px 2px;}
.shoujianxinxibianxie table tr td input{ border:1px solid #ccc; width:200px; height:20px; line-height:20px; padding:5px; vertical-align:middle}
.shoujianxinxibianxie table tr td #checkbox{border: none; width:auto; height:auto; line-height:none; padding:none;vertical-align:middle}
.shoujianxinxibianxie table tr td #button{border:none; width:70px; height:30px;border-radius:5px; background:#4FB99F;cursor:pointer ; font-family:"Microsoft YaHei"; color:#fff; font-size:14px; }
.shoujianxinxibianxie table tr td select{ padding:2px; margin:0 5px 0 0;vertical-align:middle}
.shoujianxinxibianxie table tr td span{ color:#999}
.shoujianxinxibianxie table tr td span i{ color:#F00; display: inline-block; vertical-align:middle}

.dingdanxiangqing{ margin:20px 0}
.dingdanxiangqing h2{ background:#f3f3f3; height:30px; padding:5px 15px; line-height:30px;font-family:"Microsoft YaHei";}
.dingdanxiangqing h2 span{ margin-right:30px;}
.dingdanxiangqing h2 span b{ color:#4FB99F; font-size:14px}
.xiangqingzhuangtai{ padding:10px; margin:auto !important;}
.xiangqingzhuangtai dl{ width:140px; float:left; color:#999}
.xiangqingzhuangtai dl span{ color:#333}
.xiangqingzhuangtai dl span i{ color:#999}
.xiangqingzhuangtai dl dd div{display: block;width: 70px;margin-left: -25px;_margin-left: 0;text-align: center;_text-align: left;}
.xiangqingzhuangtai dl dd div span{ color:#333}
.xiangqingzhuangtaistyle1{ display:block; height:16px; margin:8px 0;width:150px; position:relative}
.icoqq{width: 16px;height: 16px;display: inline-block;background: url(/images/myCenterImg/xx2_03.jpg?t=2) repeat-x center; position: absolute;left: 0;top: 0; width:16px; border-radius:15px}
.icojt{display: inline-block;width: 123px;background: url(/images/myCenterImg/xq.jpg?t=2) repeat-x center;height: 16px;position: absolute;left: 16px;}
.icoqq1{width: 16px;height: 16px;display: inline-block;background: url(/images/myCenterImg/xx2_05.jpg?t=2) repeat-x center;;position: absolute;left: 0;top: 0; border-radius:15px}
.icojt1{display: inline-block;width: 123px;background: url(/images/myCenterImg/xq1.jpg?t=2) repeat-x center;height: 16px;position: absolute;left: 16px;}
.dingdanxiangqing .wuliuxinxi{ border:1px solid #e8e8e8; margin:10px 0; padding:10px; color:#666; min-height:300px; }
.dingdanxiangqing .wuliuxinxi h4{ padding:5px 0 10px 0}
.dingdanxiangqing .wuliuxinxi .left{ width:620px ; }
.dingdanxiangqing .wuliuxinxi .left ol li{ line-height:25px; color:#999}
.dingdanxiangqing .wuliuxinxi .left ol li span{ padding-right:8px}
.dingdanxiangqing .wuliuxinxi .left ol li i{ display:inline-block; background:url(/images/myCenterImg/wuliu_03.jpg) no-repeat 0 -2px; width:19px; height:19px; vertical-align:middle}
.wxxinxin{ background:url(/images/myCenterImg/xqfjx.jpg) no-repeat left ; display:block; width:200px !important;  padding-left:50px}
.wxxinxin p{ width:215px;}
.changpingliebiao{border:1px solid #e8e8e8;padding:10px; color:#666; min-height:100px; margin-top:20px; }
.changpingliebiao h4{ padding:5px 3px 10px 0;font-family:"Microsoft YaHei"; font-size:14px; color:#333}
.changpingliebiao table tr td{ padding:8px;}
.changpingliebiaostyele{ background:#f3f3f3}
.ddxx1,.ddxx2{ color:#999; border-bottom:dashed 1px #e1e1e1; margin-bottom:10px; line-height:30px; padding-bottom:5px;}
.ddxx1 span,.ddxx2 span{ color:#666}
.ddxx1 li,.ddxx2 li{list-style-type: none;}
.ddjc{ background:#fff9f5; padding:10px; margin:15px 0;}
.ddjc ul li{ line-height:25px; color:#777;text-shadow: 0 1px 0 #fff;}
.ddje{ padding:10px 0; position:relative}
.ddje span{ color:#4FB99F; font-weight:bold}
.ddje button{background: #4FB99F;
color: #fff;
border: none;
padding: 5px 20px;
border-radius: 5px;
position: absolute;
right: 0px; margin-top:15px;
}
.youhuiquanshuoming{ border:1px dashed #eee; margin:10px 0; padding:10px; line-height:25px; color:#666; line-height:25px;}
.youhuiquanshuoming h4{  font-family:"Microsoft YaHei"; color:#39f; font-size:14px; font-weight:bold}
.youhuiquanshuoming p{ text-indent:2em}
.youhuiquanshuoming b{ color:#666}

.cplist{ overflow:hidden; margin:0 25px;}
.cparrow { margin-top:80px; position:absolute; left:0; z-index:10; cursor:pointer; width:100%;}
.cparrow span { width:20px; height:25px; }
.pic{ width:200px;float:left;}
.ScrCont_list{position:absolute;width:999px;float:left;left:0px}

.selectdd_box {width:100px !important; border:1px solid #ccc; padding-right:20px !important; padding-left:10px !important; position:relative; background: url(107.gif) no-repeat 110px center;}
.selectdd_box h2 {cursor:pointer; display:block; line-height:25px; width:100%; height:25px; overflow:hidden;}
.selectdd_box ul li {cursor:pointer;}
.son_ul {width:130px; position:absolute; left:-1px; top:25px; border:1px solid #ccc; background:#fff;}
.son_ul li {display:block; line-height:25px; padding-left:10px !important; width:119px}
.hover {background:#ccc;}

.genzong{ position:relative; }
.gznew{border:1px solid #4FB99F;background-color:#fff;display:none; position: absolute; left:-435px; top:8px; width:400px; min-height:50px; font-size:12px !important; font-weight:100 !important ; z-index:100; text-align:left !important;padding:0px 10px 10px 10px!important;border-radius:5px;}
.gznew ol li{ font-size:12px !important; color:#999; font-weight:100 !important ;}
.gznew ol li{ line-height:25px; color:#999}
.gznew ol li span{ padding-right:8px}
.gznew b{ background: url(/images/myCenterImg/inico.jpg) no-repeat; width:14px; height:16px; display:block; position:relative; left:407px; top:10px}

.fixreport input { vertical-align:middle;outline:none;}
.fix_thx { overflow:hidden;}
.fix_thx a{ display:block;width:300px;height:120px;border:solid 1px #e3e3e3;float:left;margin:0 9px;font-size:24px;line-height:120px;text-align:center;font-family:'Microsoft YaHei';}
.fix_thx a:hover { color:#4FB99F;text-decoration:none;}
.fix_thx a.cur { border:solid 2px #4FB99F;width:298px;height:118px;color:#4FB99F;}
h4.fix_tit { font-size:14px;font-weight:bold;height:30px;line-height:30px;}
.mt20 { margin-top:20px;}
.checkpro ul{overflow:hidden;border-top:solid 1px #eee;}
.checkpro ul li { border-bottom:solid 1px #eee;padding:10px 0;overflow:hidden;}
.checkpro ul li .fixp_box { width:700px;}
.checkpro ul li .fixp_check { padding-top:18px;width:50px;text-align:center;}
.checkpro ul li .right { width:210px;padding:7px 0;}
.fix_pro dt { width:50px;height:50px;float:left;}
.fix_pro dd { margin-left:60px;padding-top:5px;}
.fix_pro dd p { color:#999;}
.chuzhen { margin-top:20px;border-top:dotted 1px #e3e3e3;padding-top:10px;display:none;}
.chuzhen select { margin-right:15px;}
.chuzhen button { background:#4FB99F;height:28px;padding:0 15px;border-radius:3px;border:0;color:#fff;font-weight:bold;font-family:'Microsoft YaHei';}
.chuzhen .zhenduan b { color:#4FB99F;}
.fix_miaoshu textarea { width:948px;height:90px;border:solid 1px #ccc;padding:5px;}
.fix_chuli label{height:30px;line-height:30px;margin-right:30px;font-weight:bold;}
.fix_chuli label input { margin-right:5px;}
.fix_chuli label em { color:#999;font-weight:normal;margin-left:10px;}
.fix_shop { padding:10px;border:solid 1px #e3e3e3;background:#fffdfa;margin-top:10px;display:none;}
.fix_shop h5{margin-bottom:8px; }
.fix_shop h5 a { margin-left:10px;color:#39f;}
.fix_dizhi select { margin-right:10px;}
.fuser_info dl{min-height:40px;line-height:40px;}
.fuser_info dl dt {width:70px;float:left;color:#999;}
.fuser_info dl dd { margin-left:70px;}
.fuser_info dl dd input[type='text'] { width:240px;height:26px;text-indent:5px;border:solid 1px #ccc;}
.fuser_info dl dd label { margin-right:15px;}
.fuser_info dl dd label input { margin-right:5px;}
.fuser_info dl dd select { margin-right:10px;}
.fuser_info dl dd em { color:#999;margin-left:10px;}
.reportbtn button { width:90px;height:40px;border:0;border-radius:3px;background:#4FB99F;color:#fff;font-family:'Microsoft YaHei';font-size:14px;font-weight:bold;margin-top:20px;margin-left:70px;}

.zth_tit { height: 34px; line-height: 34px; border: 1px solid #e3e3e3; background: #f6f6f6; overflow: hidden; padding-left: 21px; }
.zth_tit span { display: block; float: left; height: 34px; }
.zth_tit .span01 { width: 315px; }
.zth_tit .span02 { width: 180px; }
.zth_tit .span03 { width: 309px; }
.zth_tit .span04 { width: 118px; text-align: center; }

#jf_leibie { width: 130px; }
#jf_sheji { width: 200px; }
#jf_jifen { width: 110px; text-align: center; }
#jf_date { width: 180px; text-align: center; }
#jf_beizhu { width: 300px; text-align: center; }
.jifen_one { border-bottom: 1px solid #dedede; padding-top: 5px; height: 60px; line-height: 60px; text-align: center; }
.jifen_one span { display: block; float: left; overflow: hidden; }
.jifen_one .span01 { width: 130px; }
.jifen_one .span02 { text-align:left; width: 410px; padding-left: 20px;  }
.jifen_one .span03 { width: 110px; text-align: center; font-weight: bold; color: #F30; }
.jifen_one .span03 font { font-weight: normal; color: #4FB99F; }
.jifen_one .span04 { width: 180px; text-align: center; color: #999; }
.jifen_one .span05 { width: 300px; text-align: center; }
.jifen_one .span05 p { line-height: 21px; text-align: left; padding-left: 10px; padding-right: 10px; color: #666; padding-top: 10px; text-align: center; }
.add_gwc { background:#4FB99F; color:#fff; display:inline-block; border-radius:3px;}

/*修改信息表单*/
.updata { line-height:28px;}
.updata h3 { margin-bottom:20px;}
.updata dl { overflow:hidden; padding:10px 20px; }
.updata dt { float:left; width:120px; text-align:right; }
.updata dd { float:left; margin-left:10px;}
.updata input { border:1px solid #dfdfdf; line-height:26px; padding:0 7px;}
.updata button { height:30px; padding:0 18px;}