/* ==== 个人中心主体区域 20170819 hison {{{ ==== */
/* body{background:#f6f6f6;} */
.ucbor{border:1px solid #e9e9e9;}
.ucborT{border-top:1px solid #e9e9e9;}
.ucborB{border-bottom:1px solid #e9e9e9;}
.qyBorT{border-top: 1px solid #eceff5;}
.qyBorT2{border-top: 2px solid #eceff5;}
.qyBorB{border-bottom: 1px solid #eceff5;}
.qyBorB2{border-bottom: 2px solid #eceff5;}
.boxShadow{border: 1px solid #e9e9e9;box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);}

/* …… 按钮默认样式 …… */
.btn_def{
	color:#00ADB2FF;border:0;border-radius:3px;
	cursor:pointer;display:inline-block;font-size:14px;text-align:center;outline:none;padding:0 10px;line-height:30px;
}
.btn_def:hover{
	text-decoration: underline;
}
/* .btn_def:hover{background-color:#f90;} */
.btn_def.bg--50b400{background: #50b400;}
.btn_def.bg--50b400:hover{background-color: #55c000;}
.btn__ord-export{background: #f4f6f9; border: 0; border-radius: 3px; color: #2194fe; cursor: pointer; display: inline-block; font-size: 14px; text-align: center; outline: none; padding: 0 20px; line-height: 32px;}
.btn__ord-export i{background: url(../images/v2/icon_export.png) no-repeat; display: inline-block; vertical-align: top; margin: 10px 5px 0 0; height: 13px; width: 13px;}
.btn__ord-export:hover{background-color: #eceff5;}
.btn__account-edit{background: #fff; border: 1px solid #eceff5; border-radius: 3px; color: #5e6d82; cursor: pointer; display: inline-block; font-size: 12px; text-align: center; outline: none; padding: 0 15px; line-height: 24px;}
.btn__account-edit i{background: url(../images/ucenter/icon_edit02.png) no-repeat; display: inline-block; vertical-align: top; margin: 5px 5px 0 0; height: 15px; width: 15px;}
.btn__account-edit.on i{background: url(../images/ucenter/icon_edit03.png) no-repeat;}
.btn__account-edit.disabled{background: #f4f6f9; color: #9babc0; pointer-events: none;}
.btn__account-edit.disabled i{background: url(../images/ucenter/icon_edit01.png) no-repeat;}
.btn__view-pwd{background: url(../images/ucenter/icon_vieiwPwd.png) no-repeat; display: inline-block; vertical-align: top; margin: 8px 5px 0 0; height: 7px; width: 15px;}
.btn__view-pwd.on{background: url(../images/ucenter/icon_vieiwPwd_on.png) no-repeat;}

.ipt-text{
	background-color: #fff; border-color:#c9c9c9 #e9e9e9 #e9e9e9 #c9c9c9;border-style:solid;border-width:1px; color: #333; font:14px/18px "Microsoft Yahei"; outline: none;
	overflow: hidden; padding: 5px; height: 22px; line-height:22px;
}
.select-control{
	border-color:#c9c9c9 #e9e9e9 #e9e9e9 #c9c9c9;border-style:solid;border-width:1px;color:#333;overflow:hidden;white-space:nowrap;outline:none;padding:0 5px; height:34px;
}

/*tab切换公共*/
.uc__switch-nav{height:60px; position:relative;}
.uc__switch-nav li{display:inline-block;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:142px;height: 57px;position: relative;bottom: -1px;border-bottom: 3px solid transparent;}
.uc__switch-nav li a{color:#666;cursor:pointer;display:inline-block;font-size:16px;font-family:"microsoft yahei";padding:0 20px;height:60px;line-height:57px; position:relative;}
.uc__switch-nav li a .num{background:#f00;border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-family:arial;  padding:0 4px; height:16px;line-height:16px; position:absolute;top:7px;right:10px;}
.uc__switch-nav li a:hover{color:#f60;}
.uc__switch-nav li.on{border-bottom:3px solid #00ADB2; height:57px; position:relative; bottom:-1px;}
.uc__switch-nav li.on a{color:#00ADB2;}
.uc__switch-nav .rt-info{position:absolute;top:25px;right:30px;}
.uc__switch-nav .btn-lk{position:absolute;top:13px;right:20px;}
.uc__switch-nav .btn-lk .btn{background: #08be14; border: 0; font-size: 16px; font-family: arial; outline: none; height: 34px; line-height: 34px; width: 100px;}
.uc__switch-nav .btn-lk .btn:hover{background: #0acc17;}

/*上传按钮(评论、)*/
.cp__upload-zone{
	background:url(../images/icon__upload-btn.png) no-repeat -75px 0; border:1px solid #ebebeb; border-radius:3px;cursor:pointer;margin-right:10px;height:60px;width:60px;position:relative;
}
.cp__upload-zone .ipt__upload{
	height:100%;width:100%;cursor:pointer;opacity:0;position:absolute;left:0;top:0;
}
.cp__upload-zone:hover{background-position: 0 0;}

/*酒店点评->评价*/
.ico-cmtLv{
	display:inline-block; vertical-align: top;
}
.ico-cmtLv i{
	background:#fff;border:5px solid #ddd; border-radius:50%;cursor:pointer; display:inline-block;margin-right:5px;height:10px;width:10px; transition:all .3s;
}
.ico-cmtLv i.on{border-color:#f60;}


.sec__ucenter-wrapper {
	margin-top:20px; position:relative; /*min-height:455px;_height:455px; */
}
/*--->>>侧边栏菜单*/
.sec__ucenter-wrapper .aside{float: left;}
.sec__ucenter-wrapper .uc-nav {
	background: #fcfcfc; border: 1px solid #e9e9e9; width: 200px;
}
.sec__ucenter-wrapper .uc-nav h2.hd {color:#999;font-size:20px;padding:10px 0 10px 20px;line-height:30px;}
.sec__ucenter-wrapper .uc-nav dd{border-top:1px solid #e9e9e9; margin-top:-1px; height:50px; position:relative;}
.sec__ucenter-wrapper .uc-nav dd .line{display:none; background:#f60;height:100%;width:3px; position:absolute;left:-1px;top:0;}
.sec__ucenter-wrapper .uc-nav dd.on .line{display:block;}
.sec__ucenter-wrapper .uc-nav dd a {
	color:#666;display:block;font-size:16px;font-family:'microsoft yahei';padding-left:20px;line-height:50px;
	transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s;
}
.sec__ucenter-wrapper .uc-nav dd a:hover{background:#fff;color:#333;}
.sec__ucenter-wrapper .uc-nav dd.on a{background:#fff; color:#f60;}
.sec__ucenter-wrapper .uc-nav dd.dropdown__menu{background:#fff7f3;height:auto;}
.sec__ucenter-wrapper .uc-nav dd.dropdown__menu .menu a{font-size:14px;padding-left:52px;line-height:40px;}
.sec__ucenter-wrapper .uc-nav dd .arr{background:url(../images/icon-arrT-@1x.png) no-repeat; height:7px;width:13px; position:absolute;top:22px;right:15px; transform:rotate(180deg);}
.sec__ucenter-wrapper .uc-nav dd.on .arr{transform:rotate(0);}
.sec__ucenter-wrapper .uc-nav dd .ico{background:url(../images/ucenter/icon__sprite-side.png) no-repeat; display:inline-block; vertical-align:top;margin:14px 10px 0 0;height:22px;width:22px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i1{background-position: 0 0;}
.sec__ucenter-wrapper .uc-nav dd .ico.i2{background-position: 0 -48px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i3{background-position: 0 -98px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i4{background-position: 0 -147px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i5{background-position: 0 -195px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i6{background-position: 0 -245px;}
.sec__ucenter-wrapper .uc-nav dd .ico.i7{background-position: 0 -288px;}
/*选中*/
.sec__ucenter-wrapper .uc-nav dd.on .ico.i1{background-position: -41px 0;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i2{background-position: -41px -48px;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i3{background-position: -41px -98px;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i4{background-position: -41px -147px;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i5{background-position: -41px -195px;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i6{background-position: -41px -245px;}
.sec__ucenter-wrapper .uc-nav dd.on .ico.i7{background-position: -41px -288px;}

/*侧边栏（BTB）*/
.sec__ucenter-wrapper.btb .uc-nav dd .ico{background:url(../images/ucenter/icon__sprite-side-btb.png) no-repeat; display:inline-block; vertical-align:top;margin:16px 20px 0 0;height:19px;width:19px;}
/* 分销系统侧边栏 */
.sec__ucenter-wrapper.btb .uc-nav.fxside dd .ico{background:url(../images/ucenter/icon__sprite-side-fxsys.png) no-repeat;}
.sec__ucenter-wrapper.btb .uc-nav.helpside dd .ico{background:url(../images/ucenter/icon__sprite-side-help.png) no-repeat;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i1{background-position: 0 0;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i2{background-position: 0 -49px;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i3{background-position: 0 -98px;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i4{background-position: 0 -147px;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i5{background-position: 0 -198px;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i6{background-position: 0 -245px;}
.sec__ucenter-wrapper.btb .uc-nav dd .ico.i7{background-position: 0 -294px;}
/*选中*/
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i1{background-position: -40px 0;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i2{background-position: -40px -49px;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i3{background-position: -40px -98px;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i4{background-position: -40px -147px;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i5{background-position: -40px -198px;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i6{background-position: -40px -245px;}
.sec__ucenter-wrapper.btb .uc-nav dd.on .ico.i7{background-position: -40px -294px;}
/*滑过*/
.sec__ucenter-wrapper.btb .uc-nav dd:hover .line{display:block;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover{background:#fff;color:#f60;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i1{background-position: -40px 0;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i2{background-position: -40px -49px;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i3{background-position: -40px -98px;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i4{background-position: -40px -147px;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i5{background-position: -40px -198px;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i6{background-position: -40px -245px;}
.sec__ucenter-wrapper.btb .uc-nav dd a:hover .ico.i7{background-position: -40px -294px;}


/*--->>>右侧内容区域*/
.sec__ucenter-wrapper .uc-main {
	margin-left: 220px; width: 980px;
}
/* __ 用户信息*/
.uc-cntwrap .uc-uinfo{
	padding:40px 0 40px 40px;
}
.uc-uinfo .uimg{border:1px solid #ddd; border-radius:50%; overflow:hidden; padding:2px;height:120px;width:120px;}
.uc-uinfo .uimg img{border-radius:50%;display:block;height:100%;width:100%;}
.uc-uinfo .info{vertical-align:top; margin-left:20px;}
.uc-uinfo .info .name{color:#666;font-size:20px; font-family:"microsoft yahei";}
.uc-uinfo .info .name .grade{background:#ffefe5;border-radius:20px; color:#f60; display:inline-block; font-size:14px; vertical-align:top; padding-right:10px; height:24px;line-height:24px;}
.uc-uinfo .info .name .grade .lv{background:#f60;border-radius:20px;color:#fff;display:inline-block; font-size:14px;font-family:arial; vertical-align:top; margin-right:5px; padding:0 8px; height:24px;}
.uc-uinfo .info .realname a{font-size:14px;font-family:"microsoft yahei";}
.uc-uinfo .info .lbl{display:inline-block; color:#666;font-size:14px; font-family:"microsoft yahei"; margin-right:10px;}
.uc-uinfo .info .lv-safe{color:#666;font-family:"microsoft yahei";}
.uc-uinfo .info .lv-safe .bg100{background:#f3f3f3;border-radius:20px; display:inline-block; margin-right:5px; height:20px;line-height:20px;width:250px;}
.uc-uinfo .info .lv-safe .bg100 i{background:#f60;border-radius:20px;color:#fff;display:inline-block;font-size:14px;text-align:center;}
.uc-uinfo .info .lv-safe .bg100.lv02 i{background:#84c3fa;}
.uc-uinfo .info .lv-safe .bg100.lv03 i{background:#43c115;}
.uc-uinfo .info .link{margin-left:80px;}
.uc-uinfo .info .link a{display:inline-block; font-size:14px;font-family:"microsoft yahei"; margin-right:20px;}
.uc-uinfo .info .link a .ico{background:url(../images/ucenter/icon__sprite-ucenter.png) no-repeat; display:inline-block; vertical-align:top; margin-right:5px; height:18px;width:16px;}
.uc-uinfo .info .link a .ico.i1{background-position: -31px -8px;}
.uc-uinfo .info .link a .ico.i2{background-position: -8px -9px;}
.uc-uinfo .info .link a .ico.i3{background-position: -105px -7px;}
.uc-uinfo .info .link a.isbind .ico{background-position: -55px -9px;}
/* __ 最近订单、最近收藏*/
.uc__table table{border-collapse:collapse;table-layout:fixed; margin: 0 auto; width: 100%;}
.uc__table table tr{background:#fff; transition: all .3s;}
.uc__table table tr:hover{background: #f9fcfe;}
.uc__table table.nohover tr:hover{background: none;}
.uc__table table tr.on{background: #f9fcfe;}
.uc__table table th, .uc__table table td{border-top: 1px solid #e9e9e9; word-break:break-all;word-wrap:break-word; padding: 20px 35px; height: 20px; line-height: 20px;}
.uc__table table th{color:#333; font-size: 12px; font-weight: 700; text-align: center;}
.uc__table table td{color: #333; font-size:16px; font-family:"microsoft yahei";}
.uc__table .img__radius{border-radius:50%;}
.uc__table .tit__text{padding-left:65px;}
.uc__table .vline{color:#aaa; margin:0 5px;}
.uc__table .ico-del{background:url(../images/ucenter/icon__sprite-ucenter.png) no-repeat -80px -7px; cursor:pointer; display:inline-block;font-size:0; overflow:hidden; vertical-align:top; height:18px;width:16px;}
.uc__table .btn-gocmts{background:#f55;border-radius:15px;color:#fff;display:inline-block;font-size:14px;text-align:center;line-height:30px;width:100px;}
.uc__table .btn-gocmts:hover{background:#f66;}
/*订单详情*/
.uc__order-detail .orderInfo{border:1px solid #ffecdd;}
.uc__order-detail .orderInfo table td{background:#fff7f1;border-top:0; padding:20px 20px 30px!important;}
.uc__order-detail .orderInfo2 table td{padding:20px!important;}
.uc__order-detail .hotelInfo h2{font-size:24px;}
.uc__order-detail .hotelInfo .list a{background:#f5faff;border:1px solid #c5e3ff;border-radius:2px;color:#3ea3ff;display:inline-block;font-size:12px;vertical-align:top;margin:3px 10px 0 5px;padding:0 10px;line-height:26px;}
.uc__order-detail .hotelInfo .list a:hover{background:#e7f3ff;}
.uc__order-detail .hotelInfo .list a.orange{background:#fff7f1;border-color:#ffd1ba;color:#f60;}
.uc__order-detail .hotelInfo .list a.orange:hover{background:#ffefe4;}
.uc__order-detail .hotelInfo2 .lt{width: 750px;}
.uc__order-detail .hotelInfo2 .lt h2{color: #f60;}
.uc__order-detail .hotelInfo2 .btn{text-align: right; width: 160px;}
.uc__order-detail .hotelInfo2 .btn a{background:#f7f7f7;border:1px solid #eee;border-radius:2px;color:#333;display:inline-block;font-size:14px;font-family:arial;vertical-align:top;margin-top:5px;padding:0 20px;line-height:32px; transition: all .3s;}
.uc__order-detail .hotelInfo2 .btn a:hover{background: #ffddc4; border-color: #ffcba6; color: #f60;}
.uc__order-detail .hotelInfo2 .btn a.clr02:hover{background: #deefff; border-color: #b7dcff; color: #2093f7;}
.uc__order-detail .orderInfo .btn-gopay{border:0; margin-top:10px; line-height:36px;width:150px;}
.uc__order-detail .mem-checkInfo table td{padding:15px 0!important;}
.uc__order-detail .mem-checkInfo2 table td{padding:15px!important; border: 0;}
/* __ 我的收藏*/
.uc-mycollect .uc__table table th{background:#eee;color:#666;font-size:14px;padding:10px 5px!important;position:relative;}
.uc-mycollect .uc__table table td{padding:20px 5px!important;}
.uc-mycollect .uc__table table .cp__checkbox{margin-left:5px;}
.uc-mycollect .uc__table table td .btn-orderNow{line-height:36px;width:80px;}
/* __ 评论(已点评)*/
.uc__table .cmt-hd .title a{display:inline-block; max-width:450px;}
.uc__table .cmt-hd .ico-starLv{vertical-align:top;margin-top:5px;}
.uc__table .cmt-ct .cmt-text{padding-right:80px;}
.uc__table .cmt-ct .cmt-text p{font-family:"microsoft yahei"; line-height:24px;}
.uc__table .cmt-ct .cmt-imgs img{border:1px solid #ddd; margin-right:3px; padding:1px;}
.uc__table .cmt-btns{height:30px;}
.uc__table .cmt-btns .del{color:#666;font-size:14px;position:absolute;bottom:0;right:0;}
.uc__table .cmt-btns .del:hover{color:#333;}
/* __ 填写点评*/
.uc__table .cmt-pro .title a{display:inline-block; max-width:220px;}
.cmt-add-wrap .row{margin-bottom:20px; line-height:30px;}
.cmt-add-wrap .row .lbl{color:#666;font-size:14px;min-width:75px;}
.cmt-add-wrap .row .box{padding-left:75px;}
.cmt-add-wrap .row .ico-cmtLv{margin-top:5px;}
.cmt-add-wrap .row .txt-cmtLv{border:1px solid red; background:#ffefe5;border:1px solid #ffd1b2; border-radius:3px; color:#f60; display:inline-block; font-size:14px; text-align:center; padding:0 15px; height:20px;line-height:20px; position:relative;}
.cmt-add-wrap .row .txt-cmtLv .arr{border-color:transparent #ffd1b2 transparent transparent; border-style:dashed solid dashed dashed;border-width:6px; position:absolute;left:-12px;top:4px;}
.cmt-add-wrap .row .txt-cmtLv .arr1{border-color:transparent #ffefe5 transparent transparent; left: -10px;}
.cmt-add-wrap .row .ipt-area{border:1px solid #e9e9e9;font-size:14px;font-family:"microsoft yahei";outline:none;resize:none;padding: 6px 10px;height:150px;width:550px;}
.cmt-add-wrap .row .upload-wrap .upload-imgs .thumb{display:inline-block;float:left;margin-right:10px;vertical-align:top;height:62px;width:62px; position:relative;}
.cmt-add-wrap .row .upload-wrap .upload-imgs .i-close{background:rgba(0,0,0,.5);display:none; height:100%;width:100%; position:absolute;left:0;top:0;}
.cmt-add-wrap .row .upload-wrap .upload-imgs .i-close i{background:url(../images/icon-del@1x.png) no-repeat center; display:table-cell;vertical-align:middle;}
.cmt-add-wrap .row .upload-wrap .upload-imgs .thumb:hover .i-close{display:table;}
.cmt-add-wrap .row .checkin-type a{background:#fff;border:1px solid #eee;border-radius:15px;color:#666;cursor:pointer;display:inline-block;font-size:14px;padding:0 15px; line-height:30px; transition: all .3s;}
.cmt-add-wrap .row .checkin-type a:hover{background:#f9f9f9;}
.cmt-add-wrap .row .checkin-type a.on{background:#f60;border-color:#f60;color:#fff;}
.cmt-add-wrap .row .btn-submitCmts{background:#f60;border-radius:3px;color:#fff;display:inline-block;font-size:15px;font-family:"Microsoft Yahei";text-align:center;line-height:40px;width:120px;}
.cmt-add-wrap .row .btn-submitCmts:hover{background:#f70;}

/*---优惠券列表*/
.pg__coupon-list ul{display:inline-block;vertical-align:top;margin-right:-112px;}
.pg__coupon-list ul li{margin-right:112px; margin-top:20px; float:left; width:230px;}
.pg__coupon-list ul li .tit{font-size:16px;}
.pg__coupon-list ul li .tit .lbl{display:block;font-size:12px;margin-top:5px;}
.pg__coupon-list ul li .coupon-box{background:url(../images/icon-coupon.png) no-repeat;margin-top:15px;height:105px;width:230px;}
.pg__coupon-list ul li .coupon-box .type{color:#fff; display:inline-block; font-size:18px; word-wrap:break-word; word-break:break-all; margin: 12px 0 0 18px; width:20px;}
.pg__coupon-list ul li .coupon-box .cnt{display:inline-block;margin:20px 0 0 10px;text-align:center;vertical-align:top;width:175px;}
.pg__coupon-list ul li .coupon-box .cnt .price{color:#fff;font-size:40px;line-height:30px;}
.pg__coupon-list ul li .coupon-box .cnt .price em{font-size:20px;}
.pg__coupon-list ul li .coupon-box .cnt .btn-receive{background:rgba(50,50,50,.2);border-radius:3px;color:#fff;display:inline-block; font-size:12px; margin-top:10px; line-height:24px;width:140px;}
.pg__coupon-list ul li.type01 .coupon-box{background-position:0 -4px;}
.pg__coupon-list ul li.type02 .coupon-box{background-position:0 -115px;}
.pg__coupon-list ul li.type03 .coupon-box{background-position:0 -226px;}
.pg__coupon-list ul li.type01 .tit{color:#21cddc;}
.pg__coupon-list ul li.type02 .tit{color:#8ccb42;}
.pg__coupon-list ul li.type03 .tit{color:#5d50e1;}
.pg__coupon-list ul li.isUsed .coupon-box{background-position:0 -336px;}
.pg__coupon-list ul li.isUsed .tit{color:#f60;}
.pg__coupon-list ul li.isOff .coupon-box{background-position:0 -447px;}
.pg__coupon-list ul li.isOff .tit{color:#999;}

/*---常用信息管理(基本信息、修改密码、个人偏好)*/
.uc__manageInfo .wrap-forms{margin: 20px 0 0 70px;}
.wrap-forms dl dd {
	overflow:hidden;*zoom:1; margin-bottom:15px;vertical-align:top;
}
.wrap-forms dl dd .lbl {display:inline;float:left;color:#747474;font-size:14px; margin-right:10px;text-align:right;line-height:30px;width:70px;}
.wrap-forms dl dd .lbl.w120{width:120px;}
.wrap-forms dl dd .ipt-text{
	padding:8px 10px; height:16px;line-height:16px;width:200px;
}
.wrap-forms dl dd input[type="text"][disabled]{background-color:#f3f3f3!important;cursor:not-allowed!important;}
.wrap-forms dl dd .addr-select{width:222px;}
.wrap-forms dl dd .tips{color:#999;font-family:arial;}
.wrap-forms dl dd .iptbox{float:left; line-height:30px;}
.wrap-forms dl dd .wxtips{margin-top:10px;padding-left:80px;}
.wrap-forms dl dd .wxtips em{background:#fff4eb;border:1px solid #ffe1c7;border-radius:3px;color:#f60;display:inline-block;font-size:12px;padding:5px;}
.wrap-forms .wrap-btn{padding-top:10px; padding-left:80px;}
.wrap-forms .wrap-btn a{border-radius:3px;color:#fff;display:block;font-size:14px;text-align:center;height:40px;line-height:40px;width:150px;}
/*个人偏好*/
.preference-setting .img-ads{display:block;margin:0 auto;overflow:hidden;width:910px;}
.preference-setting .setting-wrap{border-radius:5px;margin:0 auto;padding-bottom:50px;width:910px;}
.preference-setting .setting-wrap .hdTit{color:#666;font-size:20px;margin-top:20px;text-align:center;}
.preference-setting .setting-wrap ul li{margin-top:20px; padding:0 100px;}
.preference-setting .setting-wrap ul li .tit{color:#666;font-size:14px;}
.preference-setting .setting-wrap ul li .option{margin:7px 0 0 20px;}
.preference-setting .setting-wrap ul li .option .chkbox{color:#666;cursor:pointer;display:inline-block;margin-bottom:10px;width:200px;}
.preference-setting .setting-wrap ul li .option .chkbox i{background:url(../images/icon__sprite-hotel.png) -116px -6px; cursor:pointer;display:inline-block; margin-top:-3px; margin-right:5px; vertical-align:middle; height:14px;width:14px;}
.preference-setting .setting-wrap ul li .option .chkbox.on i{background-position: -139px -6px;}

/*---银行卡管理*/
.uc-manageBank .wrap-bank ul{display:inline-block;vertical-align:top;margin-right:-30px;}
.uc-manageBank .wrap-bank ul li{background:#fff;border:1px solid #ddd;border-radius:5px;float:left;margin-right:30px;margin-bottom:30px;height:140px;width:284px; transition:all .3s;}
.uc-manageBank .wrap-bank ul li:hover{border-color:#ccc;}
.uc-manageBank .wrap-bank ul li .hd{background:#f3f3f3; display:table; height:70px;width:100%;}
.uc-manageBank .wrap-bank ul li .hd .inner{display:table-cell;vertical-align:middle; height:30px; line-height:30px; position:relative;}
.uc-manageBank .wrap-bank ul li .hd .inner img{margin-left:10px;}
.uc-manageBank .wrap-bank ul li .hd .inner .type{background:#758da8;border-radius:3px;color:#fff;font-size:12px;margin-top:7px;padding:0 5px; line-height:20px; position:absolute;right:10px;}
.uc-manageBank .wrap-bank ul li .ct{padding:25px 10px;}
.uc-manageBank .wrap-bank ul li .ct .num{color:#666; font-size:16px;}
.uc-manageBank .wrap-bank ul li .ct .btn-bind{color:#2093f7; font-size:14px;}
/*添加按钮*/
.uc-manageBank .wrap-bank ul li.btn-addbank{display:table; text-align:center; transition:all .3s;}
.uc-manageBank .wrap-bank ul li.btn-addbank a{color:#999;display:table-cell;font-size:14px;font-family:"microsoft yahei";vertical-align:middle;width:100%;}
.uc-manageBank .wrap-bank ul li.btn-addbank a i{background:url(../images/icon-add@2x.png) no-repeat center top; display:block;margin:0 auto 10px;height:35px;width:35px;}
.uc-manageBank .wrap-bank ul li.btn-addbank:hover{background-color:#f9f9f9;}
/*选择银行卡*/
.uc-manageBank .choose-bank ul{display:inline-block;vertical-align:top;margin-right:-30px;}
.uc-manageBank .choose-bank ul li{border:2px solid #e9e9e9;cursor:pointer; float:left;margin-top:20px;margin-right:30px;height:46px;width:200px; transition:border-color .3s;}
.uc-manageBank .choose-bank ul li.on{background:url(../images/icon-item-selected.png) no-repeat right bottom;border-color:#f60;}
.uc-manageBank .choose-bank ul li .inner{display:table;text-align:center;height:46px;width:100%;}
.uc-manageBank .choose-bank ul li .inner .img{display:table-cell;vertical-align:middle;height:20px;}
.uc-manageBank .choose-bank ul li .inner .img img{height:20px;}
/*银行卡账户明细*/
.wrap__bank-accountDetail .uc__table table{border:1px solid #fff;}
.wrap__bank-accountDetail .uc__table table td{border-top:0; color:#666; font-size:12px;padding:20px 10px!important;}
.wrap__bank-accountDetail .uc__table table tbody tr.head{background:#f9f9f9;}
.wrap__bank-accountDetail .uc__table table tbody tr.head td{padding:5px 10px!important;}
.wrap__bank-accountDetail .uc__table table tbody tr.cont{}
.wrap__bank-accountDetail .uc__table table td .ico-status{vertical-align:middle;}
.wrap__bank-accountDetail .uc__table table td .status.ok{background:url(../images/icon-dui.png) no-repeat left center; padding-left:18px; line-height:16px;}
.wrap__bank-accountDetail .uc__table table td .status.cancel{background:url(../images/icon-cuo.png) no-repeat left center; padding-left:18px; line-height:16px;}
.wrap__bank-accountDetail .uc__table table td .btn-orderAgain{background:#f5faff;border:1px solid #c5e3ff; color:#3ea3ff; line-height:30px;width:90px;}
/*滑过样式*/
/*
.wrap__bank-accountDetail .uc__table table tbody.on tr.head{background:#fff3df; border-top:1px solid #f60; border-left:1px solid #f60; border-right:1px solid #f60;}
.wrap__bank-accountDetail .uc__table table tbody.on tr.head td{border-top:1px solid #f60;}
.wrap__bank-accountDetail .uc__table table tbody.on tr.cont{background:#fff8f2; border-left:1px solid #f60; border-right:1px solid #f60;}
.wrap__bank-accountDetail .uc__table table tbody.on tr.cont td{border-bottom:1px solid #f60;}
*/
.wrap__bank-accountDetail .uc__table table.on{border:1px solid #f60;}
.wrap__bank-accountDetail .uc__table table.on tbody tr.head{background:#fff3df;}
.wrap__bank-accountDetail .uc__table table.on tbody tr.cont{background:#fff8f2;}

/*---安全中心*/
.wrap__safe-setting ul{float:left;width:100%;}
.wrap__safe-setting ul li{border-bottom:1px solid #e9e9e9; padding:30px 20px;}
.wrap__safe-setting ul li .safe-info .text{color:#50b400;font-size:20px;}
.wrap__safe-setting ul li .safe-info .safe .lbl{display:inline-block; color:#666;font-size:14px; font-family:"microsoft yahei"; margin-right:10px; line-height:20px;}
.wrap__safe-setting ul li .safe-info .safe .lv-safe{color:#666;font-family:"microsoft yahei";}
.wrap__safe-setting ul li .safe-info .safe .lv-safe .bg100{background:#f3f3f3;border-radius:20px; display:inline-block; margin-right:5px; height:20px;line-height:20px;width:250px;}
.wrap__safe-setting ul li .safe-info .safe .lv-safe .bg100 i{background:#f60;border-radius:20px;color:#fff;display:inline-block;font-size:14px;text-align:center; height:20px;}
.wrap__safe-setting ul li .safe-info .safe .lv-safe .bg100.lv02 i{background:#84c3fa;}
.wrap__safe-setting ul li .safe-info .safe .lv-safe .bg100.lv03 i{background:#43c115;}
.wrap__safe-setting ul li .safe-info .safe .time{margin-right:0;}
.wrap__safe-setting ul li .lt-lbl{line-height:33px;}
.wrap__safe-setting ul li .lt-lbl .icoImg{margin:0 5px 0 10px;}
.wrap__safe-setting ul li .btn_def{background:#f5faff;border:1px solid #c5e3ff;color:#3ea3ff;line-height:30px;width:100px;}

/*---安全中心(修改手机号码)*/
.uc-editTelphone{min-height:650px;}
/*操作状态*/
.uc-editTelphone .wrap-status{height:120px;}
.uc-editTelphone .wrap-status .inner{margin:0 auto;width:700px;}
.uc-editTelphone .wrap-status .inner ul{display:inline-block;margin-right:-150px;}
.uc-editTelphone .wrap-status .inner ul li{display:inline;float:left;border-bottom:3px solid #eee;padding-left:200px;width:150px;}
.uc-editTelphone .wrap-status .inner ul li.first{padding-left:0;}
.uc-editTelphone .wrap-status .inner ul li.last{width:25px;}
.uc-editTelphone .wrap-status .inner ul li.on{border-color:#f60;}
.uc-editTelphone .wrap-status .inner ul li i{/*background:url(../images/forget-pwd-status.png) no-repeat #09f;*/ background:#e9e9e9; border:5px solid #fff; border-radius:50%; color:#666; display:block;font-size:14px;font-family:arial;text-align:center;height:20px;line-height:20px;width:20px; position:relative;top:35px;left:-2px;}
.uc-editTelphone .wrap-status .inner ul li i.i1{background-position:0 0;}
.uc-editTelphone .wrap-status .inner ul li i.i2{background-position:0 -33px;}
.uc-editTelphone .wrap-status .inner ul li i.i3{background-position:0 -99px;}
.uc-editTelphone .wrap-status .inner ul li.on i.i2{background-position:0 -66px;}
.uc-editTelphone .wrap-status .inner ul li.on i.i3{background-position:0 -132px;}
.uc-editTelphone .wrap-status .inner ul li.on i{background:#f60;color:#fff;}
.uc-editTelphone .wrap-status .inner ul li span{display:block; width:120px; position:relative;top:40px; left:-35px;}
.uc-editTelphone .wrap-status .inner ul li.last span{left:-15px;}
.uc-editTelphone .wrap-status .inner ul li.on span{color:#f60;}
/*step01*/
.step-editTel .itembox{padding:0 100px;}
.step-editTel .itembox .col{padding:15px 30px;}
.step-editTel .itembox .col .valid{margin-top:25px;}
.step-editTel .itembox .col .valid .btn-sendCode{background:#f9f9f9;border:1px solid #e9e9e9; cursor:pointer; padding:0 15px; height:34px;line-height:34px;}
.step-editTel .itembox .col .valid .ico-ok{background:url(../images/icon-dui.png) no-repeat center;display:inline-block; margin-left:5px; height:14px;width:14px;}
.step-editTel .tipbox{border-top:1px dashed #e9e9e9;padding-top:20px; padding-left:100px;}
.step-editTel .tipbox h2{color:#999;font-size:18px;margin-bottom:10px;}
.step-editTel .tipbox p{color:#999;font-size:14px;font-family:arial; line-height:24px;}

.step-editTel .wrap-btn{text-align:center; padding:30px 0;}
.step-editTel .wrap-btn a{border-radius:3px;color:#fff;display:inline-block;font-size:14px;text-align:center;height:40px;line-height:40px;width:200px;}
/*step02*/
.step-editTel .formbox{margin:20px 0 0 242px; padding-bottom:50px;}
.step-editTel .formbox .ico-ok{background:url(../images/icon-dui.png) no-repeat center;display:inline-block; margin-left:5px; height:14px;width:14px;}
.step-editTel .formbox .btn-sendCode{background:#f60;border:0; color:#fff; vertical-align:top; padding:0 15px; height:34px;line-height:34px;}
.step-editTel .formbox .imgVcode{background:#f60;border:0; vertical-align:top; height:34px; width:96px;}
/*step03*/


/*右侧内容区域（BTB）*/
.sec__ucenter-wrapper.btb .uc-uinfo .info{width:450px;}
.sec__ucenter-wrapper.btb .uc-uinfo .info .item .lk-yj{color:#2093f7;font-size:12px;margin-left:20px;}
/*最新公告【滚动】*/
.sec__ucenter-wrapper.btb .uc-uinfo .roll_notice{margin-top:10px;margin-right: 20px; width:280px;}
.sec__ucenter-wrapper.btb .uc-uinfo .roll_notice h2{background:url(../images/ucenter/icon-notice.png) no-repeat 0 center; color:#f60;font-size:16px;margin-bottom:10px; padding-left:35px;line-height:21px;}
.sec__ucenter-wrapper.btb .uc-uinfo .roll_notice .mulitline{float:left;width:100%;overflow:hidden;height:88px;}
.sec__ucenter-wrapper.btb .uc-uinfo .roll_notice .mulitline li{color:#333;font-size:12px;font-family:arial;float:left;list-style-type:disc!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:22px;line-height:22px;width:100%;}
.sec__ucenter-wrapper.btb .uc-uinfo .roll_notice .mulitline li .lbl{color:#666;display:inline-block;margin-right:5px;padding:0 3px;}
/* 订单列表table区域 */
.sec__ucenter-wrapper.btb .uc__switch-nav{border-bottom:1px solid #e9e9e9;}
.uc__table-btb{padding:20px;}
.uc__table-btb table{border-collapse:collapse;table-layout:fixed; margin: 0 auto; width: 100%;}
.uc__table-btb table th, .uc__table-btb table td{border: 1px solid #e9e9e9; word-break:break-all;word-wrap:break-word; padding: 10px; height: 20px; line-height: 20px;}
.uc__table-btb table th{background:#f6f6f6; color:#333; font-size: 14px; font-family:arial; text-align: center;}
.uc__table-btb table td{color: #333; font-size:12px; font-family: arial;}
.uc__table-btb table td .chkbox{background: url(../images/ucenter/icon__chkboxHL.png) no-repeat -74px 0; cursor: pointer; display: inline-block; height: 30px; width: 70px;}
.uc__table-btb table td .chkbox.on{background-position: 0 0;}
.uc__table-btb .uc__table-noDate{color:#999;font-size:14px;font-family:宋体;padding:20px 0;line-height:40px;}
.uc__table-btb.fxsys table th{border: 0; color: #666; font-size: 12px; font-weight: 700;}
.uc__table-btb.fxsys table td{border: 0; border-bottom: 1px solid #e9e9e9; color: #666;}
.uc__table-btb.fxsys table tbody tr:hover{box-shadow: 0 0 5px #ccc;}
/*搜索区域*/
.uc__hdlineTxt{color: #f60; font-size: 14px; font-family: 宋体; font-weight: 700; padding-left: 12px; position: relative;}
.uc__hdlineTxt:before{content: ''; border-left: 3px solid #f60; position: absolute; left: 0; top: 0; bottom: 0;}
.uc__ord-filter{margin-bottom:20px;}
.uc__ord-filter .filter-inner{background:#f7f7f7; overflow:hidden; padding:20px;}

.uc__ord-filter .iptbox{margin-right:10px; position:relative;}
.uc__ord-filter .iptbox .lbl{color:#999;display:block; font-size:14px; font-family:arial; margin-bottom:5px;}
.uc__ord-filter .iptbox .inputarea{background-color:#fff;border:1px solid #e7e7e7;border-radius:2px; height:32px; line-height:32px; position:relative;}
.uc__ord-filter .iptbox .inputarea.area02{background:url(../images/icon-calendar.png) no-repeat 97% center #fff;}
.uc__ord-filter .iptbox .iptext{background:none; border:0 none; font-size:14px; vertical-align:top; margin:5px 5px 0 5px; outline:none; height:22px;line-height:22px; width:160px;}
.uc__ord-filter .iptbox .inputarea.area02 .iptext{width: 230px;}
.uc__ord-filter .iptbox .inputarea.area03 .iptext{width: 215px;}
.uc__ord-filter .iptbox .optionarea{border: 1px solid #e7e7e7; border-radius: 2px;}
.uc__ord-filter .iptbox .optionarea .item{background: #fff; border-left: 1px solid #e7e7e7; cursor: pointer; color: #999; font-size: 12px; font-family: arial; float: left; text-align: center; height: 32px; line-height: 32px; width: 90px;}
.uc__ord-filter .iptbox .optionarea .item:first-child{border-left: 0;}
.uc__ord-filter .iptbox .optionarea .item.on{background: #f60; color: #fff;}
.uc__ord-filter .iptbox .iptext::-ms-clear{display:none;}
.uc__ord-filter .iptbox .ipt-kw{width:215px;}
.uc__ord-filter .iptbox .select-control{border:0; height:32px; min-width:120px;}
.uc__ord-filter .iptbox .night{position:absolute;top:0;right:28px;}
.uc__ord-filter .btn-sear{
	background: -webkit-linear-gradient(top,#ffab4f,#f60); background: -moz-linear-gradient(top,#ffab4f,#f60); background: #f60;
	color:#fff; cursor:pointer; border:0 none; border-radius:2px; font-size:16px;font-family:"Microsoft Yahei"; margin-top:21px; text-align:center; outline:none; height:33px; width:80px; position:relative;
}
/*筛选条件（时间、导出Excel）*/
.uc__ord-condition{overflow:hidden;padding:20px; border-top: none !important;}
.uc__ord-condition .condition-menu{float:left;}
.uc__ord-condition .condition-menu li{border:1px solid #e7e7e7;color:#333;cursor:pointer;font-size:14px; float:left; margin-right:-1px; padding:0 26px; text-align:center;line-height:32px; transition:all .3s;}
.uc__ord-condition .condition-menu li:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px;}
.uc__ord-condition .condition-menu li:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;}
.uc__ord-condition .condition-menu li:hover{background:#f7f7f7;}
.uc__ord-condition .condition-menu li.on{background:#f60;border-color:#f60;color:#fff;}
.uc__ord-condition .btn-exportExcel{background:#1890ff;border:1px solid #1890ff;border-radius:2px;color:#fff;cursor:pointer;font-size:14px; float:right; outline:none;text-align:center;line-height:32px; width:120px; transition:all .3s;}
.uc__ord-condition .btn-exportExcel:hover{background:#2d9aff;border-color:#2d9aff;}
/*温馨提示*/
.uc__ord-tips{background:url(../images/warning.png) no-repeat 20px center #fff1e4;border:1px solid #ffe0c3;color:#f60;font-size:14px;font-family:arial;margin-bottom:10px;padding:10px 10px 10px 45px; position:relative;}
.uc__ord-tips .ordTipsClose{color:#f60;cursor:pointer;font-size:21px;font-family:arial;text-align:center;height:17px;line-height:17px;width:17px;position:absolute;top:10px;right:5px;}
/*酒店订单-订单详情*/
.sec__ucenter-wrapper.btb .uc__order-detail .hotelInfo .list a{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:2px;color:#333;display:inline-block;font-size:12px;vertical-align:top;margin:3px 10px 0 0;padding:0 20px;line-height:26px;}
.sec__ucenter-wrapper.btb .uc__order-detail .hotelInfo .list a.clr01:hover{background:#fef9f6;border-color:#ffe2ce; color:#f60;}
.sec__ucenter-wrapper.btb .uc__order-detail .hotelInfo .list a.clr02:hover{background:#f9fff4;border-color:#c5e9a9; color:#50b400;}
.sec__ucenter-wrapper.btb .uc__order-detail .hotelInfo .list a.clr03:hover{background:#f8f5ff;border-color:#d9cef5; color:#4e1bcc;}
.sec__ucenter-wrapper.btb .uc__order-detail .hotelInfo .list a.clr04:hover{background:#f5faff;border-color:#c5e3ff; color:#0089cd;}
/*账号管理设置*/
.sec__ucenter-wrapper.btb .wrap-forms{padding-top:30px; padding-bottom:70px;}
.sec__ucenter-wrapper.btb .wrap-forms dl dd .lbl{margin-right:15px;width:110px;}
.sec__ucenter-wrapper.btb .wrap-forms dl dd .ipt-text{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:2px;width:375px;}
.sec__ucenter-wrapper.btb .wrap-forms .wrap-btn{padding-top:20px;padding-left:125px;}

/* }}} */



/* ==== 后台分销系统【新增样式】 20190215 hison {{{ ==== */
/* __首页 */
.pg__fxIdx-banner{overflow: hidden; height: 480px;}
.pg__fxIdx-banner .swiper-container{height: 100%;}
.pg__fxIdx-banner .swiper-pagination-bullets{bottom: 30px!important;}
.pg__fxIdx-banner .swiper-pagination-bullet{background: #f60; border: 3px solid #fff; margin: 0 3px!important; height: 6px; width: 6px;}
.pg__fxIdx-banner .swiper-button-prev{left: 200px; background-image: url(../images/icon__banerBtn-left.png); background-size: cover; height: 34px; width: 34px;}
.pg__fxIdx-banner .swiper-button-next{right: 200px; background-image: url(../images/icon__banerBtn-next.png); background-size: cover; height: 34px; width: 34px;}
.pg__fxIdx-main .section{padding: 35px 0;}
.pg__fxIdx-main .section .head{margin-bottom: 25px; text-align: center;}
.pg__fxIdx-main .section .head h2{color: #f60; display: inline-block; font-size: 40px; font-family: 黑体; padding: 7px 30px; line-height: 40px;}
.pg__fxIdx-main .section .head .lbl{border-top:1px solid #f60; border-bottom:1px solid #f60; color: #f60; display: inline-block; font-size: 20px; font-family: 黑体; padding: 10px 30px; line-height: 20px;}
.pg__fxIdx-main .section .cnt p{color: #f60; font-size: 16px; font-family: arial; line-height: 30px;}
.pg__fxIdx-main .section .advance-list{padding-top: 80px;}
.pg__fxIdx-main .section .advance-list ul li{float: left; text-align: center; padding: 0 20px; width: 260px;}
.pg__fxIdx-main .section .advance-list ul li .img{height: 145px;}
.pg__fxIdx-main .section .advance-list ul li h2{color: #f60; font-size: 24px; font-family: 黑体; margin-top: 30px;}
.pg__fxIdx-main .section .advance-list ul li .lbl{color: #f60; display: block; font-size: 16px; font-family: arial; margin-top: 10px; line-height: 24px;}
.pg__fxIdx-main .section .notice-list{padding: 25px 0 0 50px; width: 480px;}
.pg__fxIdx-main .section .notice-list .hd{border-bottom: 1px solid #f60; color: #f60; font-size: 16px; margin-bottom: 10px; padding: 7px 0;}
.pg__fxIdx-main .section .notice-list ul li{font-size: 16px; font-family: arial; height: 36px; line-height: 36px;}
.pg__fxIdx-main .section .notice-list ul li em{float: right; color: #666;}
.pg__fxIdx-main .section .notice-list ul li a{float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  max-width: 300px;}
.pg__fxIdx-main .section .notice-list ul li a:hover{color: #f60; text-decoration: underline;}

/* __订单筛选(混合) */
.uc__ord-mixedFilter{margin-bottom:20px;}
.uc__ord-mixedFilter .filter-inner{background:#f7f7f7; overflow:hidden; padding:20px; padding-right: 0;}
.uc__ord-mixedFilter .item{position:relative;}
.uc__ord-mixedFilter .item .col{float: left; background: #fff; border: 1px solid #e7e7e7; border-radius: 2px; margin-right: 10px; margin-bottom: 10px; height: 32px; line-height: 32px; position: relative;}
.uc__ord-mixedFilter .item .col .lbl{border-right: 1px solid #e7e7e7; color: #666; display: inline-block; font-size: 12px; font-family: arial; text-align: center; height: 32px; line-height: 32px; min-width: 63px;}
.uc__ord-mixedFilter .item .col .iptext{background: none; border: 0 none; font-size: 12px; font-family: arial; vertical-align: top; outline: none; padding: 0 10px; line-height: 32px; width: 115px;}
.uc__ord-mixedFilter .item .col .iptdate{background: url(../images/icon-calendar.png) no-repeat 96% center; width: 203px;}
.uc__ord-mixedFilter .item .col .iptsel{border: 0; outline: none; font-size: 12px; font-family: arial; padding: 0 2px; width: 131px;}
.uc__ord-mixedFilter .item .option{float: left; background: #fff; border: 1px solid #e7e7e7; border-radius: 2px; color: #999; cursor: pointer; font-size: 12px; font-family: arial; text-align: center; margin-right: 10px; margin-bottom: 10px; height: 32px; line-height: 32px; width: 138px; position: relative; transition: border-color .3s;}
.uc__ord-mixedFilter .item .option.on{background: url(../images/icon-item-selected.png) no-repeat right bottom; background-color: #fef5ec; border-color: #f60; color: #f60;}
.uc__ord-mixedFilter .wrapbtn .btn-sear{border: 0; font-size: 16px; font-family: arial; outline: none; height: 34px; line-height: 34px; width: 135px;}

/* __我的佣金(佣金信息) - 账单信息 */
.uc__commission-info{overflow: hidden; margin: 10px 0 30px 10px;}
.uc__commission-info.billinfo{ 
	margin: 0; 
	padding: 3px 1px; 
	font-size: 14px; 
	color: #000;
}
.uc__commission-info .item .card .txt i {
	font-size: 36px;
	transform: translate(0, -5px);
	color: #00B3BA;
}
.uc__commission-info .item{float: left; width: 33.3%;}
.uc__commission-info .item .company{color: #1f2f3d; font-size: 24px; margin-top: 10px; margin-bottom: 10px;}
.uc__commission-info .item .row{color: #5e6d82; font-size: 14px; font-family: simsun; line-height: 27px;}
.uc__commission-info .item .row .level{background: url(../images/ucenter/icon__yj-level.png) no-repeat; display: inline-block; color: #fff; font-size: 12px; font-family: arial; text-indent: 35px; vertical-align: top; height: 27px; line-height: 27px; width: 83px;}
.uc__commission-info .item .card{
	margin-left: 20px; 
	height: 70px; 
	width: 800px; 
	position: relative;
	display: flex;
	align-items: center;
}
.uc__commission-info .item .card.bg1{background: url(../images/ucenter/icon__yj-bg01.png) no-repeat;}
.uc__commission-info .item .card.bg2{background: url(../images/ucenter/icon__yj-bg02.png) no-repeat;}
.uc__commission-info .item .card .txt{color: #000; display: flex; font-size: 16px; align-items: center;}
.uc__commission-info .item .card .txt img {
	margin-right: 20px;
}
.uc__commission-info .item .card .total{color: #fff; font-size: 16px; padding: 45px 0 0 20px;}
.uc__commission-info .item .card .total i{font-size: 28px; font-family: tahoma; }
.uc__commission-info .item .card .num{color: #fff; display: block; font-size: 12px; font-family: arial; padding: 10px 0 0 20px;}
/*.uc__commission-info .item .btn{border:1px solid rgba(255,255,255,.7); color: #fff; font-size: 16px; font-weight: 700; outline: none; line-height: 32px; width: 100px; position: absolute; top: 20px; right: 20px;}*/
.uc__commission-info .item .btn{ 
	color: #fff;  
	outline: none; 
	line-height: 32px; 
	color: #00ADB2FF;
	text-decoration: underline;
	font-size: 16px;
	margin-left: 50px;
	display: block;
	/* position: absolute;  */
	/* top: 20px; 
	right: 20px; */
}
/* .uc__commission-info .item .btn:hover{background: #00b3ba;} */
.uc__commission-info .item .btn-cash{box-shadow: 0 0 5px #ff3367; text-shadow: 0 0 3px #ff3600;}
/* 提现信息 */
.uc__cashinfo{background: #f7f7f7; padding: 20px 35px; overflow: hidden;}
.uc__cashinfo .num{color: #333; font-size: 14px;}
.uc__cashinfo .btn-changeCard{background: url(../images/ucenter/icon-add.png) no-repeat left center; color: #f60; display: inline-block; padding-left: 25px; line-height: 20px;}
.uc__cashform{padding: 10px 35px;}
.uc__cashform p{font-family: arial; margin-top: 10px;}
.uc__cashform .workday{background: #1890ff; color: #fff; margin-left: 20px; padding-right: 5px; position: relative;}
.uc__cashform .workday:before{content: ''; border-color: transparent #1890ff transparent transparent; border-style: dashed solid dashed dashed; border-width: 9px; height: 0; width: 0; position: absolute; left: -18px; top: -1px;}
.uc__cashform .btn-changeCard{background: url(../images/ucenter/icon-add.png) no-repeat left center; color: #f60; display: inline-block; padding-left: 25px; line-height: 20px;}
.uc__cashform input{border: 1px solid #e7e7e7; border-radius: 3px; outline: none; margin: 0 5px; padding: 0 10px; line-height: 32px; width: 80px;}
.uc__cashform .btn-sure{border: 0; font-size: 16px; font-family: arial; outline: none; height: 34px; line-height: 34px; width: 160px;}
/* 认证信息(联系人/企业信息) */
.uc__AuthenticationInfo{padding: 10px 0 100px;}
.uc__AuthenticationInfo .hdbgtext{background: #f7f7f7; color: #333; font-size: 14px; font-family: 宋体; font-weight: 700; padding: 0 20px; line-height: 40px;}
.uc__AuthenticationInfo .auth-forms{overflow: hidden; padding: 20px 0 30px 40px;}
.uc__AuthenticationInfo .auth-forms ul li{float: left; font-family: 宋体; margin-top: 10px; width: 100%;}
.uc__AuthenticationInfo .auth-forms ul li .col{float: left; margin-right: 30px;}
.uc__AuthenticationInfo .auth-forms ul li .lbl{color: #333; float: left; font-size: 14px; margin-right: 5px; text-align: right; line-height: 30px; min-width: 85px;}
.uc__AuthenticationInfo .auth-forms ul li .ipt-text{border: 1px solid #e7e7e7; border-radius: 2px; font-family: 宋体; padding: 5px 10px;}
.uc__AuthenticationInfo .auth-forms ul li .icbox{margin: 20px 0 0 85px;}
.uc__AuthenticationInfo .auth-forms ul li .icbox .item{background-color: #f7f7f7; float: left; margin-right: 30px; overflow: hidden; height: 120px; width: 200px; position: relative;}
.uc__AuthenticationInfo .auth-forms ul li .icbox .item .authimg{height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
.uc__AuthenticationInfo .auth-forms ul li .icbox .item .btnUpload{background:#f60; border: 0; border-radius: 3px; color: #fff; cursor: pointer; display: block; font-size: 12px; font-family: arial; text-align: center; outline: none; margin: 45px 0 0 60px; height: 28px; line-height: 28px; width: 80px; position: relative;}
.uc__AuthenticationInfo .auth-forms ul li .icbox .item .btnUpload .ipt__upload{cursor: pointer; opacity: 0; height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
.uc__AuthenticationInfo .auth-forms ul li .btn-imgcode{background: #e7e7e7; border: 0; border-radius: 0 2px 2px 0; color: #666; text-align: center; height: 34px; width: 100px;}
.uc__AuthenticationInfo .auth-forms ul li .btn-imgcode img{display: inline-block; vertical-align: top; margin-top: 2px; height: 30px;}
.uc__AuthenticationInfo .auth-forms ul li .btn-sendcode{background: #e7e7e7; border: 0; border-radius: 0 2px 2px 0; color: #666; cursor: pointer; font-size: 12px; text-align: center; line-height: 34px; width: 100px;}
.uc__AuthenticationInfo .btn__submitAuth{border: 0; font-size: 16px; font-family: arial; outline: none; margin-left: 125px; height: 34px; line-height: 34px; width: 130px;}

/* 公告css */
.uc__notice-detail{padding: 0 30px 50px;}
.uc__notice-detail p{color: #666; font-size: 14px; font-family: 宋体; margin-top: 20px; line-height: 20px;}

/* __帮助中心 */
.uc__techMemberList{padding: 25px;}
.uc__techMemberList .item{display: inline-block; font-size: 14px; font-family: arial; margin-right: 50px; line-height: 26px;}
.uc__techMemberList .item .bg{background: #f60; border-radius: 2px; color: #fff; display: inline-block; font-size: 14px; font-family: arial; padding: 0 10px; line-height: 24px;}
.uc__techMemberList .item .qq, .uc__techMemberList .item .tel{font-family: arial;}
.uc__techMemberList .item .qq i, .uc__techMemberList .item .tel i{background: url(../images/ucenter/icon-contact01.png) no-repeat; display: inline-block; vertical-align: top; margin: 4px 0 0 1px; height: 17px; width: 17px;}
.uc__techMemberList .item .tel i{background-position: 0 -26px;}
.uc__contactInfo .info{padding: 20px 0 0 20px; width: 420px;}
.uc__contactInfo .info h2{color: #333; font-size: 16px; font-family: 宋体; font-weight: 700;}
.uc__contactInfo .info .p{color: #333; font-size: 14px; font-family: arial; margin-top: 20px; line-height: 24px;}
.uc__contactInfo .info .ico{background: url(../images/ucenter/icon-contact02.png) no-repeat; display: inline-block; vertical-align: top; margin: 3px 5px 0 0; height: 19px; width: 19px;}
.uc__contactInfo .info .ico.i1{background-position: 0 0;}
.uc__contactInfo .info .ico.i2{background-position: 0 -37px;}
.uc__contactInfo .info .ico.i3{background-position: 0 -72px;}

/* __关于我们 */
.pg__about-banner{background: url(../images/placeholder/img__aboutUs-bg.jpg) no-repeat center; height: 475px; width: 100%;}
.pg__about-main .part-cnt{text-align: center; padding: 35px 0;}
.pg__about-main .part-cnt .hd{margin-bottom: 25px;}
.pg__about-main .part-cnt .hd h2{border-top:1px solid #ff7e00; border-bottom:1px solid #ff7e00; color: #ff7e00; display: inline-block; font-size: 40px; font-family: 黑体; padding: 7px 30px; line-height: 40px;}
.pg__about-main .part01{background: #ff7e00; margin-top: -130px;}
.pg__about-main .part01 .hd h2{border-top-color: rgba(255,255,255,.7); border-bottom-color: rgba(255,255,255,.7); color: #fff;}
.pg__about-main .part-cnt .ct p{color: #f60; font-size: 16px; font-family: arial; line-height: 30px;}
.pg__about-main .part01 .ct p{color: #fff;}
.pg__about-main .part-cnt .act-imgs ul{display: inline-block; overflow: hidden; margin-top: 10px; margin-right: -18px;}
.pg__about-main .part-cnt .act-imgs ul li{float: left; margin-top: 18px; margin-right: 18px; height: 350px; width: 388px; background: red;}
.pg__about-main .part-cnt .act-imgs ul li img{height: 100%; width: 100%; object-fit: cover;}
.pg__about-main .part04{background: url(../images/placeholder/about-teambg.png) no-repeat center top;}
.pg__about-main .part-cnt .contact-list{background: #ff7e00; margin-top: 30px; padding: 20px 0; text-align: left;}
.pg__about-main .part-cnt .contact-list .col{border-left: 1px solid rgba(255,255,255,.7); color: #fff; font-size: 16px; font-family: arial; display: inline-block; text-align: left; padding: 0 30px; line-height: 30px;}
.pg__about-main .part-cnt .contact-list .col:first-child{border-left: 0;}
.pg__about-main .part-cnt .contact-list .col span{display: block;}
.pg__about-main .part-cnt .recruit-list{padding-top: 20px; padding-left: 10px;}
.pg__about-main .part-cnt .recruit-list .item{border-left: 1px dashed #999; border-top: 1px dashed #999; float: left; text-align: left; height: 350px; width: 590px;}
.pg__about-main .part-cnt .recruit-list .item:nth-of-type(2n+1){border-left: 0;}
.pg__about-main .part-cnt .recruit-list .item:nth-child(1){border-top: 0;}
.pg__about-main .part-cnt .recruit-list .item:nth-child(2){border-top: 0;}
.pg__about-main .part-cnt .recruit-list .item p{font-size: 14px; line-height: 30px;}
.pg__about-main .part-cnt .recruit-list .item .lbl{border: 1px solid #ff7e00; color: #ff7e00; display: inline-block; font-size: 18px; font-weight: 700; text-align: center; padding: 0 30px; line-height: 36px;}
.pg__about-main .part-cnt .recruit-list .item .lbl.lg{margin: 20px 0 0 80px; line-height: 65px; width: 350px;}
.pg__about-main .part-cnt .recruit-list .item .jobname{color: #ff7e00; font-size: 30px; padding-top: 100px; text-align: center;}

/* ==== wcpop自定义弹窗（样式修改） ==== */
.ucpop__editAccount-panel .uc__ord-mixedFilter .item .option{margin-bottom: 10px;}
/* }}} */


/* ==== 个人中心2.0 {{{ ==== */
.qy__fx-ucenterPanel.newqyucenterPanel .sec__ucenter-wrapper:after{
	display: none;
}
.qy__fx-ucenterPanel .sec__ucenter-wrapper{margin-top: 0; background: #fff; position: relative; min-height: 60vh;}
.qy__fx-ucenterPanel .sec__ucenter-wrapper:after{
	width: 30px;
	display: block;
	content: '';
	position: absolute;
	left: 190px;
	top: 0;
	height: 100%;
	background: #f4f6f9;
}
/* __>>tab切换 */
.qyfx__switchTab{border-bottom: 2px solid #eceff5; height:45px; position: relative; border-bottom: 1px solid #f6f6f6; }
.qyfx__switchTab li{display:inline-block; text-align:center; overflow:hidden;
	 white-space:nowrap; text-overflow:ellipsis; margin-right: 30px; height: 45px; border-bottom: 2px solid transparent;}
.qyfx__switchTab li a{color:#5e6d82; cursor:pointer; 
	display:inline-block; font-size:16px; font-family:"microsoft yahei"; padding:0 10px; height:45px; line-height:50px;}
.qyfx__switchTab li a:hover{color:#00ADB2;}
.qyfx__switchTab li.on{border-bottom:2px solid #00ADB2FF; height:45px; position:relative; bottom:0;}
.qyfx__switchTab li.on a{color:#00ADB2FF; font-size: 18px;}
.qyfx__switchTab .btn_tab_lk{position: absolute; top: 0; right: 0; }

/* __>>左侧导航菜单 */
.uc-sidebar {background: #f7ffff; float: left; width: 190px;}
.uc-sidebar .qytxt {color:#d3dce6; font-size:20px; text-align: center; padding:20px 0 10px; line-height:30px;}
/* .uc-sidebar ul{padding-bottom: 8px;} */
.uc-sidebar ul li{height: 50px; position: relative;}
.uc-sidebar ul li a{display: block; color: #1f2f3d; font-size: 14px; font-family: simsun; padding-left: 10px; line-height: 60px;}
.uc-sidebar ul li a:hover{background-color: #fff; color: #00B3BA;}
.uc-sidebar ul li.on a{font-weight: 700;font-family:'Microsoft YaHei'; }
.uc-sidebar ul li .arr{background: url(../images/v2/sprite-icons.png) no-repeat -45px -37px; height: 7px; width: 4px; position: absolute; top: 26px; right: 20px;}
.uc-sidebar ul li.cur .arr{background: url(../images/v2/sprite-icons.png) no-repeat -12px -12px; height: 4px; width: 7px; top: 28px; right: 18px;}
.uc-sidebar ul li.dropdown_menu{height: auto; /*display: none;padding-left: 6px;*/  background: #f6f6f6;}
.uc-sidebar ul li.dropdown_menu a{color: #000 !important; background: transparent !important; font-size: 12px; /*padding-left: 50px;*/ line-height: 40px;}
.uc-sidebar ul li.dropdown_menu a:hover{/*background-color: #fff; */color: #00b3ba;}
.uc-sidebar ul li.dropdown_menu a.on{background-color: #fff; color: #ff8103;}
/*.uc-sidebar ul li .icon_side{background: url(../images/ucenter/icon__sprite_side2.png) no-repeat; display: inline-block; vertical-align: top; margin: 15px 10px 0 0; height: 21px; width: 21px;}*/
.uc-sidebar ul li .icon_side{ display: inline-block; vertical-align: top; margin: 15px 10px 0 0; height: 21px; width: 21px;} /*去掉菜单前图标*/
.uc-sidebar ul li .icon_side.i1{background-position: 0 0;}
.uc-sidebar ul li .icon_side.i2{background-position: 0 -35px;}
.uc-sidebar ul li .icon_side.i3{background-position: 0 -71px;}
.uc-sidebar ul li .icon_side.i4{background-position: 0 -108px;}
.uc-sidebar ul li .icon_side.i5{background-position: 0 -144px;}
.uc-sidebar ul li .icon_side.i6{background-position: 0 -180px;}
/* 选中 */
.uc-sidebar ul li.on .icon_side.i1, .uc-sidebar ul li a:hover .icon_side.i1{background-position: -37px 0;}
.uc-sidebar ul li.on .icon_side.i2, .uc-sidebar ul li a:hover .icon_side.i2{background-position: -37px -35px;}
.uc-sidebar ul li.on .icon_side.i3, .uc-sidebar ul li a:hover .icon_side.i3{background-position: -37px -71px;}
.uc-sidebar ul li.on .icon_side.i4, .uc-sidebar ul li a:hover .icon_side.i4{background-position: -37px -108px;}
.uc-sidebar ul li.on .icon_side.i5, .uc-sidebar ul li a:hover .icon_side.i5{background-position: -37px -144px;}
.uc-sidebar ul li.on .icon_side.i6, .uc-sidebar ul li a:hover .icon_side.i6{background-position: -37px -180px;}

/* __>>订单 */
.qyfx__ucOrd-mixFilter .filter-inner{overflow: hidden; padding: 10px 0 20px; position: relative;}
.qyfx__ucOrd-mixFilter .filter-inner .filt_btn{position: absolute; top: 10px; right: 0;}
.qyfx__ucOrd-mixFilter .filter-inner .filt_btn .btn_def{line-height:32px; width: 125px; }
.el__form-ucenter .el__radiogroup-orange .el-radio{background-color: #f9fafc; border-color: #eceff5; text-align: center; margin-right: 0;}
.el__form-ucenter .el__radiogroup-orange .el-radio .el-radio__label{font-family: simsun;}
.el__form-ucenter .el__radiogroup-orange .el-radio .el-radio__inner:hover{border-color: #ff8103;}
.el__form-ucenter .el__radiogroup-orange.nobg .el-radio{background: none; text-align: left; margin-right: auto; line-height: 32px;}
.el__form-ucenter .el__checkboxgroup-orange .el-checkbox{margin-right: auto; line-height: 32px;}
.el__form-ucenter .el__checkboxgroup-orange .el-checkbox .el-checkbox__label{font-family: simsun; line-height: 32px;}

/* __>>订单详细信息 */
/* ...顶部信息统计 */
.qyfx__tongji-hdinfo{background: #fff; padding: 20px 0;box-shadow: 0px 0px 10px #F4F6F9; width: 860px;}
.qyfx__tongji-hdinfo h2{color: #fff; font-size: 24px; line-height: 50px;}
.qyfx__tongji-hdinfo h2 .ico{border:3px solid #D3DCE6; border-radius: 50%; display: inline-block; vertical-align: top; margin: 0 30px; height: 50px; width: 50px;}
.qyfx__tongji-hdinfo h2 .ico i{background: url(../images/v2/sprite-icons.png) no-repeat -9px -71px; display: inline-block; vertical-align: top; margin: 9px 0 0 14px; height: 32px; width: 22px;}
.qyfx__tongji-hdinfo .ls{border-left: 1px solid #58636c; color: #a5aaaf; font-size: 14px; font-family: simsun; display: inline-block; vertical-align: top; padding: 0 70px; padding-top: 7px;}
.qyfx__tongji-hdinfo .ls:first-child{border-left: 0;}
.qyfx__tongji-hdinfo .ls .txt{color: #1F2F3D; display: block; font-size: 16px; margin-top: 5px; line-height: 30px;}

.qyfx__ucOrd-details .ucOrd_main{float: left; width: 850px !important;}
.qyfx__ucOrd-details .ucOrd_side{float: right; width: 320px; position: relative;}

.qyfx__ucOrd-details .ucOrd_side .package-price{
	font-size: 12px;
	position: absolute;
	color: #fff;
	background: #00797f;
	line-height: 24px;
	padding: 0 8px;
	left: 20px;
	top: -10px;
	border-radius: 0 0 8px 8px;
  }

/* ...订单状态进度 */
.ordHtl_status{background: #f4f6f9; padding: 20px;}
.ordHtl_status .wrap-status{text-align: center; padding: 10px 0 70px;}
.ordHtl_status .wrap-status ul{display: inline-block; margin-top: 20px;}
.ordHtl_status .wrap-status ul li{border-top:3px solid #d6d6d6; width:190px; position:relative; float:left;}
.ordHtl_status .wrap-status ul li:last-child{width:0;}
.ordHtl_status .wrap-status ul li .ico{background:url(../images/v2/sprite-icons.png) no-repeat -10px -233px #f4f6f9; border: 3px solid #f4f6f9; border-radius:50%; height:24px; width:24px; position:absolute; left:0; top:-17px; z-index: 11;}
.ordHtl_status .wrap-status ul li.on .ico{background-position: -42px -233px;}
.ordHtl_status .wrap-status ul li p{color:#1f2f3d; font-size: 14px; font-family: simsun; text-align: center; width: 160px; position: absolute; left:-65px; top:25px;}
.ordHtl_status .wrap-status ul li.on{border-top-color:#ff8103;}
/* ...订单状态流程 */
.ordHtl_status .wrap-steps{background: #fff; padding: 20px;}
.application_timeline{margin-left:150px; position:relative;}
.timeline-item{float:left;width:100%;position:relative;}
.timeline-item.ishidden{display: none;}
.timeline-item .timeline-icon{background:#fff; position:absolute;top:0; left:-22px;}
.timeline-item .timeline-icon i{background:#9babc0; border: 2px solid #ebeff3; border-radius:50%; display:block; margin:2px 0 0 2px; height:5px; width:5px;}
.timeline-item.on .timeline-icon i{background:#0dbe6e; border-color: #d5f4e6;}
.timeline-item .timeline-time{color: #9babc0; font-size: 14px; font-family: tahoma; text-align: right; width: 135px; position: absolute; left: -165px; top: -1px;}
.timeline-item .timeline-content{border-left:1px solid #999;float:right; padding-left:15px;width:100%;}
.timeline-item .timeline-content .tit{font-size:12px; font-family: simsun; line-height:17px;}
.timeline-item .timeline-content .conts{padding:10px 0; font-size: 12px; font-family: simsun;}
.application_timeline .timeline-fold{background: url(../images/v2/icon_arrB@1x-blue.png) no-repeat right center; color: #00ADB2FF; cursor: pointer; font-size: 14px; font-family: simsun; padding-right: 15px; user-select: none; position: absolute; top: 25px; right: 20px;}
.application_timeline .timeline-fold.on{background: url(../images/v2/icon_arrT@1x-blue.png) no-repeat right center;}
/* ...注意事项 */
.qyfx__attention-tips .cnts{padding: 20px 0;}
.qyfx__attention-tips .cnts dl dt{color: #999; font-size: 14px; font-family: simsun; float: left; text-align: right; min-width: 70px;}
.qyfx__attention-tips .cnts dl dd{color: #333; font-size: 14px; font-family: simsun; padding-left: 100px; line-height: 24px;}
/* __>>右侧 */
.ucOrd_side .htl_info{background: #f4f6f9; padding: 20px;}
.ucOrd_side .htl_info .htlimg{height: 140px; width: 100%; object-fit: cover;}
.ucOrd_side .htl_info .title{margin-top: 15px;}
.ucOrd_side .htl_info .title h2{color: #1f2f3d; font-size: 16px;}
.ucOrd_side .htl_info .addr{background: url(../images/v2/icon__sear-i1.png) no-repeat 0 2px; color: #5e6d82; font-size: 14px; font-family: simsun; margin-top: 15px; padding-left: 20px;}
.ucOrd_side .htl_info .tel{background: url(../images/v2/icon__sear-i6.png) no-repeat 0 2px; color: #5e6d82; font-size: 14px; font-family: simsun; margin-top: 15px; padding-left: 20px;}
.ucOrd_side .ord_info{background: #f4f6f9; padding: 20px;}
.ucOrd_side .ord_info .hdtit{color: #1f2f3d; font-size: 16px; font-weight: 700;}
.ucOrd_side .ord_info ul li{color: #1f2f3d; font-size: 12px; font-family: simsun; margin-top: 15px;}
.ucOrd_side .ord_info ul li .lbl{color: #9babc0; margin-right: 20px;}
.ucOrd_side .ord_payinfo{background: #fffbf5; padding: 20px; border-top: 1px solid #eceff5;}
.ucOrd_side .ord_payinfo ul li{float: left; color: #333; font-size: 12px; font-family: simsun; margin-bottom: 15px; width: 100%;}
.ucOrd_side .ord_payinfo ul li .txt{float: left; color: #9babc0;}
.ucOrd_side .ord_payinfo ul li span{float: right;}
.ucOrd_side .ord_payinfo ul li .total{line-height: 17px;}
.ucOrd_side .ord_payinfo ul li .total em{font-size: 24px;}

/* __>>发票管理-申请发票 */
/* ...注意事项 */
.qyfx__invoice-tips{border-radius: 3px; box-shadow: 2px 2px 6px rgba(0,0,0,.1); position: absolute; top: 65px; right: 0;}
.qyfx__invoice-tips h2{background: #ff8103; color: #fff; font-size: 14px; text-align: center; line-height: 32px;}
.qyfx__invoice-tips .ls{background: #fffbf6; padding: 30px; padding-top: 0;}
.qyfx__invoice-tips .ls p{color: #5e6d82; font-size: 12px; font-family: simsun; padding-top: 30px;}

/* __>>帮助中心-helpcenter */
/* ...常见问题 */
.qyfx__helpcenter{overflow: hidden;}
.qyfx__helplist .item{margin-top: 10px; width: 45%;}
.qyfx__helplist .item li{margin-bottom: 20px;}
.qyfx__helplist .item li .q{color: #ff8103; font-size: 12px; font-family: simsun; line-height: 20px; padding-left: 30px; position: relative;}
.qyfx__helplist .item li .q:before{content: ''; background: url(../images/ucenter/icon-q.png) no-repeat; display: block; height: 20px; width: 20px; position: absolute; left: 0; top: 0;}
.qyfx__helplist .item li .a{color: #5e6d82; font-size: 12px; font-family: simsun; line-height: 20px; padding-left: 30px; margin-top: 10px; position: relative;}
.qyfx__helplist .item li .a:before{content: ''; background: url(../images/ucenter/icon-a.png) no-repeat; display: block; height: 20px; width: 20px; position: absolute; left: 0; top: 0;}
.qyfx__helplist .item li .a>*{font-family: simsun;}
/* 新------ */
.qyfx__helplist{margin-top: 10px;}
.qyfx__helplist ul li{margin-bottom: 30px;}
.qyfx__helplist ul li .q{background: #effbfb; border-left: 3px solid #f4f6f9; border-bottom: 1px solid #dff5f6; color: #000; font-size: 12px; font-family: simsun; line-height: 36px; padding-left: 10px; position: relative;}
.qyfx__helplist ul li .a{color: #1f2f3d; font-size: 12px; font-family: simsun; line-height: 20px; padding-left: 13px; margin-top: 10px; position: relative;}
.qyfx__helplist ul li .a>*{font-family: simsun;}
/* ...联系我们 */
.qyfx__contactInfo .companyInfo{background: #f4f6f9; height: 345px;}
.qyfx__contactInfo .companyInfo .comp_info{background: #50B400FF; padding: 20px; height: 305px; width: 340px;}
.qyfx__contactInfo .companyInfo .comp_info h2{color: #fff; font-size: 16px; font-weight: 700; margin-top: 90px; margin-bottom: 20px;}
.qyfx__contactInfo .companyInfo .comp_info p{color: #fff; font-size: 12px; font-family: simsun; line-height: 22px;}

/* __>>数据分析页面 */
/* ...分析数据统计 */
.qyfx__analysis-hdinfo{padding: 20px 0; overflow: hidden;}
.qyfx__analysis-hdinfo ul li{color: #525c69; font-size: 12px; font-family: simsun; float: left; width: 20%; position: relative;}
.qyfx__analysis-hdinfo ul li:before{content: ''; background: #eceff5; width: 1px; position: absolute; top: 5px; bottom: 5px;}
.qyfx__analysis-hdinfo ul li:first-child:before{display: none;}
.qyfx__analysis-hdinfo ul li span{margin-left: 20px;}
.qyfx__analysis-hdinfo ul li .txt{color: #ff8103; display: block; font-size: 16px; margin-top: 10px; margin-left: 20px; line-height: 30px;}
.qyfx__analysis-hdinfo ul li .txt .num{color: #ff8103; font-size: 24px; font-family: tahoma;}
.qyfx__analysis-hdinfo ul li .txt .unit{color: #9babc0; font-size: 12px;}
/* ...分析图表 */
.qyfx__analysis-echats{overflow: hidden; width: 100%; position: relative;}
.qyfx__analysis-echats .ordPayType_select{position: absolute; top: 8px; right: 370px; z-index: 1001;}
/* }}} */



/* ==== layer弹窗功能(自定义模式) {{{ ==== */
.qy__popupPanel{display:none; position:relative;}
.qy__popupPanel .J__popupX{background:url(../images/icon-popup-close.png) no-repeat center;cursor:pointer;height:15px;width:15px; position:absolute;top:10px;right:10px;}
.qy__popupPanel .popup__head{background:#f0f0f0;padding:0 20px;height:36px;line-height:36px;}
.qy__popupPanel .popup__head .text{color:#666;display:inline-block;font-size:14px;}
.qy__popupPanel .popup__cont{margin-bottom:10px;}
/*layer按钮样式*/
.layui-layer{background-color:#fff!important;border-radius:0!important;}
.layui-layer-btn{border-top:0; text-align:center!important;}
/*两个按钮(取消-确定)*/
.popup__green-btn .layui-layer-btn0{background:#50b400!important;border-color:#50b400!important;font-size:14px;padding:4px 5px;width:150px;}
.popup__green-btn .layui-layer-btn1{background:#aaa!important;border-color:#aaa!important;color:#fff;font-size:14px;padding:4px 5px;width:120px;}
/*蓝色*/
/*两个按钮(取消-确定)*/
.popup__blue-btn .layui-layer-btn0{background:#1890ff!important;border-color:#1890ff!important;font-size:14px;padding:4px 5px;width:150px;}
.popup__blue-btn .layui-layer-btn1{background:#aaa!important;border-color:#aaa!important;color:#fff;font-size:14px;padding:4px 5px;width:120px;}

/*添加银行卡成功*/
.popup-addBankCard .success-info{padding:30px;text-align:center;}
.popup__tipsInfo{padding:30px;text-align:center;}
.popup__tipsInfo .ico-success{background:url(../images/icon__popup-success.png) no-repeat left center; color:#666; display:inline-block; font-size:16px; padding-left:48px; height:32px;line-height:32px;}
/* }}} */


/* checkbox样式（自定义） */
.cp__checkbox{cursor: pointer; font-size: 14px;}
.cp__checkbox .chkbox_item{
	background:url(../images/icon__sprite-hotel.png) -116px -6px; display:inline-block; margin-top:-3px; vertical-align:middle; height:14px;width:14px; position:relative;
}
.cp__checkbox .chkbox_item.on{background-position: -139px -6px;}
.cp__checkbox .chkbox_item input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	cursor:pointer; opacity:0; position:absolute;left:0;top:0;height:100%;width:100%;
}

/* radio样式（自定义） */
.cp__radio{cursor: pointer; font-size: 14px;}
.cp__radio .radio_item{
	background:url(../images/icon__sprite-hotel.png) -73px -6px; display:inline-block; margin-top:-3px; vertical-align:middle; height:14px;width:14px; position:relative;
}
.cp__radio .radio_item.on{background-position: -94px -6px;}
.cp__radio .radio_item input[type="radio"]{
	appearance: none;
	-webkit-appearance: none;
	cursor:pointer; opacity:0; position:absolute;left:0;top:0;height:100%;width:100%;
}

.qy__fx-ucenterPanel {
	padding-top: 15px;
}
.uc-sidebar .qytxt{
	height: 0;
	overflow: hidden;
	padding: 0;
	border-top: 4px solid #00797f;
}


#usermenu li.dropdown {
	height: 60px;
	line-height: 60px;
	/* border-bottom: 1px solid #f6f6f6; */
}

#usermenu li.dropdown a{
	border-bottom: 1px solid #ECECEC !important;
	transition: border .2s ease;
}

#usermenu li.dropdown a:hover{
	border-bottom-color:#ECECEC !important;
}


.dropdown_menu .menu a{
	padding-left: 42px;
	line-height: 50px !important;
	border-bottom: 1px solid #ECECEC;
}

.dropdown_menu .menu{
	border-top:1px solid #ECECEC !important;
}

.dropdown_menu .menu a:hover{
	/* border-bottom-color: #00B3BA; */
	background: unset !important;
	text-decoration: underline;
	border-bottom: 1px solid #ECECEC;
	color: #00B3BA !important;
}	


.newqyinterface,
.newqycontact,
.newqyhelpcenter{
  margin: -10px -10px 0;
  height: 70px !important;
  background: #DFF5F6;
  
}

.newqyinterface .on,
.newqycontact .on,
.newqyhelpcenter .on {
  height: 70px !important;
  display: flex;
  border-bottom: none !important;
  align-items: center;
}

.newqyinterface .on a,
.newqycontact .on a,
.newqyhelpcenter .on a {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #666666;
}

.qyfx__techInfo,
.qyfx__techInfo div,
.qyfx__techInfo p{
	font-size: 14px !important;
	font-family: 'microsoft yahei' !important;
	line-height: 1.6;
}

.qyfx__techInfo > p,
.qyfx__contactInfo h2{
	border-bottom: 1px solid #DFF5F6 !important;
	line-height: 36px;
	font-weight: 400 !important;
	font-size: 18px !important;
	font-family: 'microsoft yahei' !important;
	color: #00B3BA;
}