@charset "utf-8";
/* CSS Document */

/*-----whole-----*/

html, body{position:relative;height:100%;}

.Header-wrapper, .Container-wrapper, .Footer-wrapper, .container, .banner-container, .index-container{position:relative;left:0px;width:100%;min-width:1200px;height:auto;}
.contain{width:1200px;margin:0 auto;position:relative;}


/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}

/*通用img*/
img.rollover{position:absolute;top:0px;left:0px;opacity:0;filter:Alpha(opacity=0);z-index:2;}



/*--- Header ---*/
.Header-wrapper{z-index:99;}
.Header-wrapper .header-cl{height:86px;}
.header-container{width:100%;height:86px;background:#fff;position:fixed;top:0px;left:0px;z-index:99;}

.Header-wrapper .Hlogo{font-size:0px;float:left;position:relative;top:20px;}/*logo*/

.exit-login{width:170px;height:43px;line-height:43px;color:#fff;background:#00a8ee;border-radius:3px;position:relative;top:21px;float:right;}
.exit-login span{padding:0 0 0 29px;background:url(../images/icon/icon-exit.png) no-repeat left center;}

/*--- Footer ---*/
.Footer-wrapper{padding:25px 0;text-align:center;line-height:22px;font-size:13px;color:#868686;background:#fff;}


/*--- Container ---*/

/*-- 登录注册 --*/
.regLog-page{height:733px;background:url(../images/bg/regLog-bg.jpg) no-repeat center center;background-size:cover;position:relative;}
.regLog-page>.contain{height:100%;position:absolute;top:0px;left:50%;margin:0 0 0 -600px;}

.regLog-wrap{width:390px;padding:30px 58px 36px;background:#fff;border-radius:5px;position:absolute;right:0px;}

.regLog-nav{border-bottom:1px solid #e4e4e4;margin:0 0 25px;}
.regLog-nav a{display:block;padding:0 0 10px;width:50%;line-height:32px;font-size:20px;color:#666666;text-align:center;border-bottom:2px solid #e4e4e4;float:left;margin:0 0 -2px;}
.regLog-nav a.cur,
.regLog-nav a:hover{color:#00a9ee;border-color:#00a9ee;}

.regLog-box{height:48px;padding:0 0 0 76px;border:1px solid #e5e5e5;border-radius:2px;position:relative;margin:14px 0 0;}
.regLog-box .text,
.regLog-yzm .text{width:100%;height:48px;line-height:48px;padding:0px;color:#888888;border:0px;background:#fff;margin:0px;}
.regLog-box i{display:block;width:56px;height:27px;line-height:27px;font-size:0px;text-align:center;border-right:1px solid #e5e5e5;position:absolute;left:0px;top:10px;}

.regLog-yzm{margin:14px 0 0;}
.regLog-yzm .text{padding:0 13px;width:237px;border:1px solid #e5e5e5;border-radius:2px;float:left;}
.regLog-yzm .yzm-img{display:block;width:88px;height:30px;overflow:hidden;float:left;margin:6px 0 0 8px;}
.regLog-yzm .yzm-img img{width:88px;height:30px;object-fit:cover;}
.regLog-yzm .yzm-refresh{display:block;width:21px;height:21px;background:url(../images/icon/icon-refresh.png) no-repeat center center;float:left;margin:14px 0 0 8px;}

.regLog-agm{text-align:center;line-height:22px;color:#888888;margin:20px 0 0;}
.regLog-agm input[type=checkbox],
.regLog-action input[type=checkbox]{display:inline-block;width:18px;height:15px;padding:0px;background:url(../images/icon/icon-check.png) no-repeat left bottom;margin:0px;vertical-align:middle;position:relative;top:-2px;margin:0 5px 0 0;}
.regLog-agm input[type=checkbox]:checked,
.regLog-action input[type=checkbox]:checked{background-image:url(../images/icon/icon-check2.png);}
.regLog-agm label,
.regLog-action label{cursor:pointer;}

.regLog-sub{display:block;width:100%;height:50px;line-height:50px;font-size:16px;color:#fff;background:#00a9ee;border-radius:3px;margin:15px 0 0;}

.regLog-link{line-height:20px;color:#666666;margin:15px 0 0;}
.regLog-link a{color:#00a9ee;}

.regLog-hint{height:12px;line-height:12px;font-size:12px;color:#888888;margin:18px 0 0;}

.regLog-action{line-height:12px;font-size:12px;color:#888888;font-family:'宋体';margin:33px 0 0;}
.regLog-action a{text-decoration:underline;}

.regLog-fp{line-height:31px;font-size:20px;padding:0 0 11px;}

/*-- 会员中心 --*/
.userCenter-wrap{padding:60px 0 100px;}

/*- 左侧 -*/
.page-left{width:229px;min-height:504px;background:#fff;border:1px solid #eee;float:left;}
.page-left a{display:block;padding:0 0 0 70px;height:62px;line-height:62px;font-size:16px;color:#666666;border-bottom:1px solid #e5e5e5;position:relative;}
.page-left a .icon{display:block;width:40px;height:40px;position:absolute;top:11px;left:20px;}
.page-left a .dd{font-family:'宋体';color:#a19e9e;font-weight:600;font-size:12px;font-style:normal;position:absolute;right:43px;top:0px;}

.page-left a.cur,
.page-left a:hover{background:url(../images/bg/pl-bg.png) no-repeat right center;border-bottom:1px solid #00a9ee;}
.page-left a.cur,
.page-left a.cur .dd,
.page-left a:hover,
.page-left a:hover .dd{color:#fff;}
.page-left a.cur .icon img,
.page-left a:hover .icon img{opacity:0;filter:Alpha(opacity=0);}
.page-left a.cur .icon img.rollover,
.page-left a:hover .icon img.rollover{opacity:1;filter:Alpha(opacity=100);}

/*- 右侧 -*/
.page-right{width:948px;position:relative;float:right;}

.page-title{height:43px;background:#fff;border:1px solid #dfdfdf;}
.page-title .t{display:inline-block;width:164px;height: 41px;line-height: 41px;text-align:center;font-size:18px;border-top:4px solid #00a9ee;border-right:1px solid #cfcfcf;background:#fff;position: relative;top: -1px;}

/*我的资料*/
.UC-userInfo{padding:22px 30px 41px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}
.UC-userInfo .welcome{padding:0 0 15px;line-height:25px;font-size:13px;color:#888888;border-bottom:1px solid #e8e8e8;margin:0 0 22px;}
.UC-userInfo .welcome .con{font-size:16px;color:#d80000;margin:0 10px 0 0;}

.UC-ui-type{padding:0 0 0 30px;line-height:22px;font-family:'宋体';color:#666666;background:url(../images/icon/icon-user2.png) no-repeat left 2px;}
.UC-ui-type a{font-size:12px;color:#00a9ee;}

.UC-ui-list{width:560px;padding:0 0 0 30px;margin:10px 0 0;}
.UC-ui-list li{width:50%;line-height:30px;float:left;}
.UC-ui-list li .type{color:#888888;}

/*表格*/
.UC-table{width:100%;border-collapse:collapse;}
.UC-table th,
.UC-table tr td{height:49px;text-align:center;vertical-align:middle;font-size:13px;color:#666666;background:#fff;border:1px solid #efefef;}
.UC-table th{height:45px;font-weight:normal;color:#333333;background:#dfdfdf;}
.UC-table .red,
.UC-table .error,
.UC-table a:hover{color:#c70e2e;}

/*ACTL申请单*/
.UC-iACTL{margin:20px 0 0;}
.UC-iACTL .top{line-height:29px;font-size:18px;}
.UC-iACTL .UC-table{margin:14px 0 0;}

/*修改资料*/
.UC-modUI{padding:26px 0 82px 49px;color:#666666;background:#fff;border:1px solid #dfdfdf;border-top:0px;}
.UC-modUI .top{line-height:27px;font-size:16px;}

.UC-modUI-list{margin:15px 0 0;}
.UC-modUI-list li{padding:6px 0;overflow:hidden;}
.UC-modUI-list li .type{display:block;width:71px;line-height:45px;text-align:right;float:left;}
.UC-modUI-list li .text{display:block;padding:0 10px;width:478px;height:43px;line-height:43px;border:1px solid #d1d1d1;border-radius:3px;background:#fff;float:left;margin:0 0 0 9px;}

.UC-modUI .action{padding:22px 0 0 80px;}
.UC-modUI .action .btn{width:144px;height:45px;line-height:45px;font-size:16px;color:#fff;border-radius:3px;background:#a7a7a7;margin:0 5px 0 0;}
.UC-modUI .action .btn:first-child{background:#00a9ee;}


/*ACTL申请单*/
.UC-ACTL{min-height:446px;padding:20px 26px 46px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}

/*ACTL 详情*/
.UC-ACTL-dtl{padding:21px 27px 42px 26px;font-size:12px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}

.comm-MRN{padding:66px 0 100px;}
.cMRN-wrap{padding:30px 40px 24px;color:#666666;background:#f4f4f4;border:1px solid #e5e5e5;}
.cMRN-wrap table{width:100%;border-collapse:collapse;}
.cMRN-wrap table tr td{padding:8px 0;vertical-align:middle;line-height:29px;}
.cMRN-wrap .text{display:inline-block;padding:0 10px;height:32px;line-height:32px;background:#ffffff;border:1px solid #ececec;margin:0 0 0 5px;}

.cMRN-wrap input[type=radio]{appearance:radio;-webkit-appearance:radio;margin:0px;padding:0px;vertical-align:middle;position:relative;top:-2px;}
.cMRN-wrap input[type=checkbox]{appearance:checkbox;-webkit-appearance:checkbox;margin:0px;padding:0px;vertical-align:middle;}

.cMRN-wrap b{font-size:16px;}

.cMRN-wrap label.l1{display:inline-block;width:108px;}

.cMRN-wrap .text.t1{width:200px;}
.cMRN-wrap .text.t2{width:637px;}
.cMRN-wrap .text.t3{width:661px;}
.cMRN-wrap .text.t4{width:550px;}
.cMRN-wrap .text.t5{width:538px;}
.cMRN-wrap .text.t6{width:250px;}
.cMRN-wrap .text.t7{width:586px;}
.cMRN-wrap .text.t8{width:645px;}
.cMRN-wrap .text.t9{width:633px;}

.cMRN-action{padding:10px 0;text-align:center;border:1px solid #e5e5e5;border-top:0px;}
.cMRN-action .btn{width:168px;line-height:38px;height:38px;font-size:16px;border-radius:40px;}
.cMRN-action .btn.cMRN-sub{color:#fff;border:1px solid #00a8ee;background:#00a8ee;}
.cMRN-action .btn.cMRN-reset{border:1px solid #e5e5e5;background:#fff;}

/*积分纪录*/
.has-integral{padding:0 0 0 28px;line-height:42px;color:#666666;background:url(../images/icon/icon-integral.png) no-repeat left center;float:right;margin:0 25px 0 0;}
.has-integral em{font-size:18px;color:#ff0000;}

.UC-integral{padding:25px 25px 114px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}
.UC-integral .UC-table .inc{color:#00a8ee;}
.UC-integral .UC-table .exp{color:#ee9700;}
.UC-integral .UC-table .UCI-info{text-align:left;padding:0 0 0 40px;}

/*积分兑换*/
.UCI-exch{padding:5px 0 185px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}
.UCI-exch-list{width:915px;margin:0 auto;}
.UCI-exch-list li{width:33.333%;float:left;margin:20px 0 0;}
.UCI-exch-list .UCI-exch-box{padding:42px 0 0;width:283px;text-align:center;color:#666;border:1px solid #dadada;margin:0 auto;}
.UCI-exch-box .value{font:bold 48px/47px 'Arial';}
.UCI-exch-box .cond{line-height:22px;margin:15px 0 0;}
.UCI-exch-box .need{line-height:18px;color:#888888;margin:5px 0 0;}
.UCI-exch-box .exch-btn{display:block;width:285px;height:42px;line-height:42px;font-size:16px;color:#fff;background:#c1c1c1;position:relative;left:-1px;margin:32px 0 0;}
.UCI-exch-box:hover{border-color:#00a8ee;}
.UCI-exch-box:hover .exch-btn{background:#00a8ee;}
.UCI-exch-box:hover .value{color:#00a8ee;}

.modal-UCIexch{width:100%;height:100%;background:url(../images/bg/bg-black-30.png);position:fixed;top:0px;left:0px;z-index:999;display:none;}
.mUCIexch-container{width:660px;background:#fff;position:absolute;top:50%;left:50%;margin:-231px 0 0 -330px;}
.mUCIexch-close{display:block;width:12px;height:12px;background:url(../images/icon/icon-close.png) no-repeat center center;position:absolute;right:19px;top:24px;}
.mUCIexch-top{padding:0 0 0 30px;line-height:61px;font-size:18px;color:#666666;background:#f5f5f5;}
.mUCIexch-form{padding:26px 0 0;}
.mUCIexch-form .text{display:block;padding:0 15px;width:548px;height:38px;line-height:38px;color:#888888;border:1px solid #e0e0e0;background:#fff;margin:14px auto 0;}
.mUCIexch-form textarea.text{height:63px;resize:none;}
.mUCIexch-form .action{padding:20px 0;text-align:center;background:#f5f5f5;margin:54px 0 0;}
.mUCIexch-form .action .btn{width:160px;height:40px;line-height:40px;font-size:16px;color:#fff;background:#b0b0b0;margin:0 7px;}
.mUCIexch-form .action .btn:first-child{background:#00a8ee;}


/*咨询记录*/
.UC-Const{padding:21px 26px 32px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}

/*详细*/
.UC-Const-info{padding:32px 25px 39px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}

.UCCI-table{width:100%;border-collapse:collapse;}
.UCCI-table tr td{height:50px;text-align:center;vertical-align:middle;color:#666666;border:1px solid #e5e5e5;}
.UCCI-table tr td:first-child{padding:0 0 0 60px;width:190px;text-align:left;}

.UCCI-list{padding:14px 0 0;}
.UCCI-list li{display:block;border:1px solid #e5e5e5;margin:14px 0 0;}
.UCCI-list-top{padding:0 25px;height:48px;line-height:48px;background:#eeeeee;}
.UCCI-list-top .date{font-size:13px;color:#888888;float:right;}
.UCCI-list-con{padding:20px 0;width:844px;line-height:24px;font-size:13px;color:#666666;border-bottom:1px dashed #dadada;margin:0 auto;}
.UCCI-list-IP,
.UCCI-list-action{padding:0 25px;height:41px;line-height:41px;font-size:12px;color:#666666;}
.UCCI-list-action{font-family:'宋体';text-align:right;}
.UCCI-list-action .con{color:#fbad16;margin:0 0 0 5px;}
.eval-box{display:inline-block;font-size:0px;position:relative;top:3px;}
.eval-box span{display:inline-block;width:17px;height:16px;background:url(../images/content/eval-1.png) no-repeat center center;cursor:pointer;}
.eval-box span.cur{background-image:url(../images/content/eval-2.png);}


/*邀请好友*/
.UC-invite{padding:55px 48px 152px;background:#fff;border:1px solid #dfdfdf;border-top:0px;}
.UC-invite .top{line-height:23px;font-size:16px;}
.UC-invite li .c1{line-height:24px;font-size:16px;}
.UC-invite li .c2{line-height:22px;color:#666666;}
.UC-invite .i1{padding:48px 0 41px 72px;border-bottom:1px solid #dcdcdc;}

.copy-link{overflow:hidden;margin:27px 0 17px;}
.copy-link .text{display:block;padding:0 12px;width:375px;height:40px;line-height:40px;color:#888888;border:1px solid #d5d5d5;border-right:0px;resize:none;float:left;}
textarea:disabled{background:#fff;}
.copy-link .btn{width:152px;height:42px;line-height:42px;color:#fff;background:#00a8ee;float:left;}

.UC-invite .i2{padding:26px 0 0 72px;}
.UC-invite .i2 .c2{margin:10px 0 0;}
.UC-invite .iCode{width:204px;height:204px;object-fit:cover;float:left;margin:0 0 0 55px;}





















































