@charset "utf-8";
body{overflow-x: hidden; font-family:"Microsoft Yahei","arial,sans-serif";-webkit-user-select:none;fill:currentColor;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;-webkit-touch-callout:none;background:#fff;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
*+html .clearfix{min-height:1%}

/*常用元素*/
.fl{float:left!important;}
.fr{float:right!important;}
.bgf5{background:#f5f5f5;}
.pb50{padding-bottom:90px;}
.mr10{margin-right:10px;}
.ml5{margin-left:5px;}
.ml30{margin-left:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"]{-webkit-appearance:none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0;}





/*自动填充*/
.clearfix:after{content:"";height:0;visibility:hidden;display:block;clear:both;}
.clearfix{zoom:1;}

/**有背景的提示框**/
.bs-example-bg-classes p{padding:15px;margin:10px;border-radius:4px;}
.bg-primary{color:#fff;background-color:#428bca;}
.bg-success{background-color:#dff0d8;}
.bg-info{background-color:#d9edf7;}
.bg-warning{background-color:#fcf8e3;}
.bg-danger{background-color:#f2dede;}

/**无背景的提示框**/
.bs-example p{padding:10px 15px;margin:10px;}
.text-muted{color:#777;}
.text-primary{color:#428bca;}
.text-success{color:#3c763d;}
.text-info{color:#31708f;}
.text-warning{color:#8a6d3b;}
.text-danger{color:#a94442;}

/*color*/
.color-ff6c00{color:#ff6c00;}
.color-01aafc{color:#01aafc!important;}
.color-888{color:#888;}
.font-16{font-size:16px;}

/*flexbox*/
.flex-box{display:-webkit-box;	/* OLD - iOS 6-, Safari 3.1-6 */display:-moz-box;	/* OLD - Firefox 19- (buggy but mostly works) */display:-ms-flexbox;	/* TWEENER - IE 10 */display:-webkit-flex;	/* NEW - Chrome */display:flex;}
.flex-box li{-webkit-box-flex:1;	/* OLD - iOS 6-, Safari 3.1-6 */-moz-box-flex:1;	/* OLD - Firefox 19- */-webkit-flex:1;	/* Chrome */-ms-flex:1;	/* IE 10 */flex:1;}

/*************首页*************/

/* head-top */

.header{height:55px;border-bottom:1px solid #0083DE;background-color:#0083DE;color:#fff;}
.logo{position:absolute;left:10px;top:12px;}
.logo img{width:92px;height:32px;}
.header-login{position:absolute;right:0;top:0;padding:0;background:none;}
.header-login .header-login-item{margin:0 10px;line-height:55px;}
.header-login .header-login-item a{padding:0 10px;color:#fff;}
.header .layui-main{width:auto;}
.header-title{font-size:18px;text-align:center;line-height:55px;}
.header .back{position:absolute;top:15px;left:10px;z-index:100;}
.header .back .layui-icon{color:#fff;font-size:20px;}

/*index-nav*/
.sYiicon{padding:5px 0;}
.sYiicon .shouyicon:nth-child(1) li{padding:10px 10px 0px;}
.shouyicon li{padding:10px;}
.shouyicon li:last-child{border-right:none;}
.shouyicon li a{display:block;text-align:center;line-height:24px;}
.shouyicon li a i{display:inline-block;width:56px;height:56px;line-height:56px;background-color:#007bb7;border-radius:28px;font-size:26px;color:#fff;}
.shouyicon li a strong{font-size:14px;color:#333;font-weight:normal;}

/*渐变效果*/
.shouyicon:first-child li:nth-child(1) a i{background:-webkit-linear-gradient(rgba(255,196,44,.8),rgba(255,176,50,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(255,196,44,.8),rgba(255,176,50,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(255,196,44,.8),rgba(255,176,50,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(255,196,44,.8),rgba(255,176,50,1));	/* 标准的语法 */}
.shouyicon:first-child li:nth-child(2) a i{background:-webkit-linear-gradient(rgba(255,91,60,.8),rgba(255,62,86,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(255,91,60,.8),rgba(255,62,86,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(255,91,60,.8),rgba(255,62,86,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(255,91,60,.8),rgba(255,62,86,1));	/* 标准的语法 */}
.shouyicon:first-child li:nth-child(3) a i{background:-webkit-linear-gradient(rgba(62,176,227,.8),rgba(49,144,225,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(62,176,227,.8),rgba(49,144,225,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(62,176,227,.8),rgba(49,144,225,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(62,176,227,.8),rgba(49,144,225,1));	/* 标准的语法 */}
.shouyicon:last-child li:nth-child(1) a i{background:-webkit-linear-gradient(rgba(47,193,244,.8),rgba(38,148,243,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(47,193,244,.8),rgba(38,148,243,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(47,193,244,.8),rgba(38,148,243,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(47,193,244,1),rgba(38,148,243,1));	/* 标准的语法 */}
.shouyicon:last-child li:nth-child(2) a i{background:-webkit-linear-gradient(rgba(163,228,33,.8),rgba(109,210,39,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(163,228,33,.8),rgba(109,210,39,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(163,228,33,.8),rgba(109,210,39,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(163,228,33,.8),rgba(109,210,39,1));	/* 标准的语法 */}
.shouyicon:last-child li:nth-child(3) a i{background:-webkit-linear-gradient(rgba(163,89,205,.8),rgba(125,76,198,1));	/* Safari 5.1 - 6.0 */background:-o-linear-gradient(rgba(163,89,205,.8),rgba(125,76,198,1));	/* Opera 11.1 - 12.0 */background:-moz-linear-gradient(rgba(163,89,205,.8),rgba(125,76,198,1));	/* Firefox 3.6 - 15 */background:linear-gradient(rgba(163,89,205,.8),rgba(125,76,198,1));	/* 标准的语法 */}

/*list*/
.dn-list{background:#fff;}
.dn-list .deal-title{margin-bottom:10px;background:#f7f7f7;}
.dn-list .deal-title .borderl{display:block;float:left;width:3px;height:30px;background-color:#02a2fd;border-radius:10px;}
.dn-list .deal-title .title{display:block;float:left;padding:5px 0 5px 9px;font-size:15px;color:#002f47;font-weight:bold;}
.dn-list .deal-title .more{display:block;float:right;padding:6px 12px 4px 0;font-size:14px;color:#02a2fd;}
.deal-ul{}
.deal-ul li{float:left;width:50%;}
.dn-list .deal-block{position:relative;display:block;padding:6px 8px;margin:0 8px 12px;border:1px solid #eaeaea;border-radius:5px;overflow:hidden;}
.dn-list .deal-block .domain{display:block;font-size:15px;height:30px;line-height:30px;font-weight:400;position:relative;color:#02a2fd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dn-list .deal-block .domain .name{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;}
.dn-list .deal-block .domain .name.pack{padding-right:22%;max-width:78%;}
.dn-list .deal-block .info{height:17px;color:#787878;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dn-list .deal-block .lowest{height:19px;color:#787878;font-size:14px;}
.dn-list .deal-block .price{height:19px;color:#ff3333;font-size:14px;}



/*footer-menu*/
.footer-menu{position:fixed;bottom:0;left:0;right:0;z-index:999;width:100%;height:50px;background:rgba(255,255,255,0.95);box-shadow:0 2px 2px 0 rgba(0,0,0,0.02),0 2px 10px 0 rgba(0,0,0,0.1);-webkit-transition:top 0.4s ease;transition:top 0.4s ease;-webkit-backdrop-filter:blur(10px) saturate(100%);backdrop-filter:blur(10px) saturate(100%);}
.footer-menu li{text-align:center;}
.footer-menu li a{display:block;}
.footer-menu li a span{font-size:13px;}
.footer-menu li .footet-menu-icon{margin:5px auto;text-align:center;}
.footer-menu li .footet-menu-icon i{font-size:18px;}
.footer-menu li.cur a{color:#ff8800;}
.footer-menu li .footet-menu-icon.footer-add i{font-size:45px;color:#f90;}
.footer-menu li .footet-menu-icon.footer-add{margin:2px auto;}

/**发起交易弹出框**/
.start-trade{position:fixed;bottom:-6px;left:0;right:0;margin:auto;min-height:100px;background:rgba(248,248,248,.85);z-index:1000;}
.start-trade ul{padding:10px 15px 20px;}
.start-trade ul li{text-align:center;}
.start-trade ul li a{display:block;}
.start-trade ul li a .footet-menu-icon{width:80px;height:80px;line-height:80px;border-radius:40px;margin:10px auto;background:#f26d5f;}
.start-trade ul li a .footet-menu-icon i{font-size:48px;color:#fff;}
.start-trade ul li a span{}
.start-trade ul li a .footet-menu-icon.bg-orange{background:#ffa200;}
.start-trade-close{height:50px;line-height:46px;background:rgba(255,255,255,.8);}
.start-trade-close .footet-menu-icon{text-align:center;}
.start-trade-close .footet-menu-icon i{font-size:26px;}

/*************域名，网站列表页*************/

/*查询*/

.screen .search{position:relative;height:30px;padding:5px 10px;background:#fff;}
.screen .search .iconfont{position:absolute;top:12px;left:17px;display:block;width:21px;height:21px;line-height:21px;color:#999;font-size:20px;}
.screen .search .search_button{display:block;width:100%;border-radius:5px;text-indent:2em;background:#f7f7f7;}
.screen .screen-title{margin-top:8px;padding-bottom:5px;background:#fff;}
.screen .screen-title .border{display:block;float:left;width:3px;height:22px;background-color:#02a2fd;border-radius:10px;}
.screen .screen-title .title{display:block;float:left;padding:4px 0 4px 9px;font-size:13px;color:#787878;}
.screen .screen-title .more{display:block;float:right;padding:6px 12px 4px 0;font-size:14px;color:#02a2fd;}
.screen .btn{padding:5px 0;font-size:16px;border-radius:5px;}
.screen .screen-box{padding:0 10px 0;background:#fff;}
.screen .screen-box.trade-type .btn.cur{background:#02a2fd;color:#fff;}
.screen .screen-box.trade-type .btn{display:inline-block;width:23%;margin-left:1%;margin-bottom:10px;border-radius:5px;font-size:14px;background:#fff;color:#333;border:1px solid #eaeaea;overflow:hidden;}
.screen .select_box .icon{position:absolute;top:5px;right:0;font-size:30px;}
.screen .screen-box.classify select{width:100%;padding:5px;background:#f2f2f2;border:0;}
.screen .screen-box.exclude .enamerule-inp{width:98%;padding:5px 1%;border:1px solid #eaeaea;border-radius:5px;}
.screen .screen-box.exclude .enamerule-ul li{width:31%;padding:5px 0;margin:10px -2px 0 2%;border:1px solid #dcdcdc;}
.screen .screen-box.exclude .enamerule-ul li.cur{background:#02a2fd;color:#fff;}
.screen .screen-input{padding:10px;bottom:51px;}
.screen .screen-input .btn{width:100%;padding:0;font-size:17px;}

/*列表展示*/
.dnlist-page .deal-ul li{position:relative;width:100%;}
.dnlist-page .deal-block .domain,.dnlist-page .deal-block .info{width:80%;overflow:hidden;}
.dnlist-page .deal-block .price{position:absolute;top:20px;right:20px;}

/*************域名，网站详情页*************/
.fgline{height:8px;width:100%;background:#f7f7f7;}
.dn-detail{padding:5px 11px;position:relative;}
.dn-detail-form{}
.dn-detail-form .layui-form-item{margin-top:15px;}
.dn-detail-form .layui-form-label{width:auto;min-width:40px;padding:0 10px;}
.dn-detail-form .layui-input-block{min-height:auto;margin-left:60px;line-height:20px;color:#666;}
.bid-deatail-box .bid-deatail-title{position:relative;line-height:30px;font-size:20px;font-weight:bold;color:#00adfe;word-wrap:break-word;word-break:break-all;}
.bid-deatail-box .bid-deatail-title span{color:#00adfe;word-wrap:break-word;word-break:break-all;}
.bid-deatail-box .bid-deatail-title .whoisbtn{font-size:13px;}
.bid-deatail-box .bid-deatailmo-intro{font-size:13px;color:#666;line-height:20px;padding-bottom:5px;word-wrap:break-word;word-break:break-all;}
.sale-chapter{position:absolute;top:80px;right:20px;}

/*************发起交易-表单*************/
.dn-form-block{margin-top:15px;}
.dn-form-block.mt20{margin-top:15px;margin-bottom:0;}
.dn-form-block .layui-form-label{float:none;width:auto;padding:9px 20px;text-align:left;}
.dn-form-block .layui-input-block{margin:auto 20px;}
.dn-form-block .layui-form-item{margin-bottom:3px;}
.dn-list .deal-block .qq-icon{position:absolute;top:15px;right:10px;}
.dn-list .deal-block .domain.linenormal{line-height:normal;}
.dn-trade .layui-textarea{height:50px;min-height:45px;}
.dn-trade .layui-textarea-car{height:100px;min-height:45px;}

.dn-trade .trade-sxf{min-height:auto;padding:10px 0;}
.dn-trade .trade-total{font-size:22px;color:#f90;}
.dn-trade.layui-field-title{margin:auto auto 10px;}
.dn-trade .paddingline{padding:0;}
fieldset.dn-trade legend{font-size:14px;color:#ccc;}
.btn-fixbottom{position:fixed;bottom:0;left:0;right:0;margin:auto;}

/*************我的账户*************/
.my-account{margin-top:10px;}
.my-account .deal-block .price{color:#aaa;font-size:13px;}
.my-account .screen-box.trade-type .btn{width:auto;padding:10px 11px;}
.account-btn{padding:10px 15px;}
.account-btn .account-btn-exit{width:100%;}
.screen .account-btn.screen-box.trade-type .account-btn-card{width:88%;padding:10px 15px;}

/*************login*************/
.login-logo{margin:40px auto;text-align:center;}
.login-logo img{width:40%;}
.login-form{}
.login-form .layui-input-inline{position:relative;margin:auto;}
.login-form .layui-form-item .layui-input-inline{display:block;float:none;width:95%;margin:auto;}
.login-form .layui-input-inline .layui-icon{position:absolute;left:10px;top:12px;color:#ddd;font-size:14px;}
.login-form .layui-form-item .layui-input-inline .layui-input{padding-left:30px;}
.login-filed{position:fixed;bottom:0;left:0;right:0;width:60%;margin:20px auto;}
.login-filed legend{margin:auto;color:#007bb7;}
.login-filed legend a{color:#007bb7;}

/*************signin*************/
.signin-form .layui-form-label{text-align:left;}
.signin-yz .layui-input-block{float:left;width:30%;margin-left:0;}
.signin-yz .signin-imgyz{float:left;width:30%;margin-left:10px;}
.signin-yz .signin-imgyz img{width:100%;}
.signin-form .signin-login{border:1px solid #C9C9C9;background-color:#fff;color:#555;}
.signin-checkbox-agreen{margin:5px 15px;}
.signin-checkbox-agreen input[type=checkbox]{display:inline-block;padding:0 15px;vertical-align:middle;width:14px;height:14px;}
.signin-checkbox-agreen span{display:inline-block;vertical-align:middle;margin-left:5px;}
.signin-checkbox-agreen .layui-form-checkbox{display:none;}

/*隐藏框架默认生成的复选框样式*/

/*************我的委托*************/

.mytrust-ul{}
.mytrust-ul li{position:relative;border-bottom:10px solid #f7f7f7;}
.mytrust-ul li:last-child{border-bottom:none;}
.mytrust-ul li.tit-li{border-bottom:none;}
.mytrust-ul li .deal-block{padding:5px 10px;margin:5px;border:none;}
.mytrust-ul li .deal-block .domain{max-width:80%;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;height:auto;line-height:18px;}
.mytrust-ul li .deal-block.dashed-line{border-bottom:1px dashed #f7f7f7;}
.mytrust-ul li .deal-block .date{max-width:80%;overflow:hidden;text-overflow:ellipsis;color:#8a8a8a;}
.mytrust-ul li .deal-block .biaodi{color:#333;}
.mytrust-ul li .deal-block .pending{position:absolute;top:7px;right:10px;color:red;}
.mytrust-ul li .deal-block .price{position:absolute;top:6px;right:10px;color:#111;}
.mytrust-ul li .deal-block .beizhu{color:#8a8a8a;}
.mytrust-ul li .deal-block .layui-btn{height:30px;line-height:30px;}
.align-r{text-align:right;}

/*************帮助中心*************/
.help-ul li .deal-block .domain{height:auto;padding:5px;text-align:center;}

/****公司简介****/
.company-content .layui-elem-quote{width:86%;margin:10px auto;}
.company-content .layui-elem-quote img{width:100%;margin:auto;}

/****时间轴****/
.history-time{width:85%;margin:auto;}
.cbp_tmtimeline{margin:20px 0 0 0;padding:0;list-style:none;position:relative;}

/* The date/time */
.cbp_tmtimeline>li .cbp_tmtime{display:block;width:25%;padding-right:100px;position:absolute;}
.cbp_tmtimeline>li .cbp_tmtime span{display:block;text-align:right;}
.cbp_tmtimeline>li .cbp_tmtime span:first-child{font-size:0.9em;color:#bdd0db;}
.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:2.9em;color:#3594cb;}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child{color:#6cbfee;}

/* Right content */
.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 25%;background:#3594cb;color:#fff;padding:2em;font-size:1.2em;font-weight:300;line-height:1.4;position:relative;border-radius:5px;}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:#6cbfee;}
.cbp_tmtimeline>li .cbp_tmlabel h2{margin-top:0px;padding:0 0 10px 0;border-bottom:1px solid rgba(255,255,255,0.4);}

/* The triangle */
.cbp_tmtimeline>li .cbp_tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#3594cb;border-width:10px;top:10px;}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#6cbfee;}

/* The icons */
.cbp_tmtimeline>li .cbp_tmicon{width:40px;height:40px;font-family:'ecoico';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:1.4em;line-height:40px;-webkit-font-smoothing:antialiased;position:absolute;color:#fff;background:#46a4da;border-radius:50%;box-shadow:0 0 0 8px #afdcf8;text-align:center;left:20%;top:0;margin:0 0 0 -25px;}
.cbp_tmicon-phone:before{content:"\e000";}
.cbp_tmicon-screen:before{content:"\e001";}
.cbp_tmicon-mail:before{content:"\e002";}
.cbp_tmicon-earth:before{content:"\e003";}

/* Example Media Queries */
@media screen and (max-width:65.375em){
	.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:1.5em;}
}
@media screen and (max-width:47.2em){
	.cbp_tmtimeline:before{display:none;}
	.cbp_tmtimeline>li .cbp_tmtime{width:100%;position:relative;padding:0 0 10px 0;}
	.cbp_tmtimeline>li .cbp_tmtime span{text-align:left;}
	.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 18px 0;padding:1em;font-weight:400;font-size:95%;}
	.cbp_tmtimeline>li .cbp_tmlabel:after{right:auto;left:20px;border-right-color:transparent;border-bottom-color:#3594cb;top:-18px;}
	.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:transparent;border-bottom-color:#6cbfee;}
	.cbp_tmtimeline>li .cbp_tmicon{position:relative;float:right;left:auto;margin:-55px 5px 0 0px;}
}

/***帮助-专题***/
.help-zhuanti{}
.help-zhuanti li .ztimg{width:100%;height:auto;max-height:100px;overflow:hidden;}
.help-zhuanti li img{width:100%;}
.help-zhuanti li .ztxt{margin:10px auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/***帮助-客户***/
.help-kehu li img{display:block;width:98px;margin:auto;}

/***帮助-联系我们***/
.contactus-txt{margin:auto auto 15px;color:#555;}
.contactus-txt:last-child{margin-bottom:0;}
.contactus-txt span{display:inline-block;width:18px;height:18px;float:left;margin-right:5px;border-radius:9px;background:#ccc;color:#fff;text-align:center;line-height:18px;}

/***帮助-文章详情***/
.help-artical{}
.help-artical h1{width:90%;margin:auto;padding:10px 5px;line-height:26px;font-size:20px;font-weight:bold;}
.help-artical p{width:90%;margin:auto;padding:10px 5px;color:#555;line-height:24px;}
.help-artical{}
.help-artical img{display:block;width:80%;margin:5px auto;}

/***帮助-招聘***/
.help-zhaopin{padding:5px 15px;}
.help-zhaopin h5{display:inline-block;padding:5px 10px;margin-bottom:15px;font-size:16px;background:#007bb7;color:#fff;}
.help-zhaopin p i{display:inline-block;width:91%;font-style:normal;}

/***帮助-问题列表***/
.help-list{}
.help-list ul{}
.help-list ul li{padding:10px 8px;margin:12px 15px;line-height:22px;border-left:4px solid #00abff;background:#fafafa;}
.help-list ul li:nth-child(2n){border-left:4px solid #f90;}

/***充值***/
.bank-list{position:relative;width:86%;margin:auto auto 15px;}
.bank-list img{display:inline-block;width:45%;margin:auto auto 15px;}
.bank-list p{margin:5px auto;}
.bank-list:first-child{padding-top:30px;}
.payfor-order{}
.payfor-order .layui-form-label{width:70px;margin-left:5px;font-weight:bold;text-align:left;}
.dgzh{position:absolute;left:-7px;top:-1px;}
.dgzh img{width:100%;}
.remark-detail{margin:0 10px;font-size:12px;line-height:18px;}
.remit-info{margin:0 10px;font-size:12px;line-height:24px;color:#777;padding-bottom:5px;border:1px solid #E2E2E2;border-radius:2px;padding:35px 10px 10px;box-sizing:border-box;position:relative;}
.ztimg img{height:100px;}
.remit-info span{color:#000;}
.remit-info span.bankaccount{background:#FFF;padding:0 10px;border-radius:3px;font-size:18px;vertical-align:middle;}
.remit-info span.bankaccount b{color:#007BB7;}
.remit-info .send-btn{width:44%;height:34px;line-height:34px;border:1px solid #DCDCDC;margin:10px auto 0;border-radius:5px;display:block;font-size:13px;background-color:#1E9FFF;color:#FFF;opacity:.9;}
.bank-card{margin:10px 10px 0;width:91%;}
.bank-card li{position:relative;display:inline-block;width:136px;height:38px;border:1px solid #CCC;background:url("../images/cz_yhk.png") no-repeat 0 0;margin-left:3%;border-radius:2px;}
.bank-card li:first-child{margin-left:0;}
.bank-card li.bank-bg1{background-position:27px -361px;}
.bank-card li.bank-bg2{background-position:7px -410px;}
.bank-card li.on{border:1px solid #70AA01;}
.bank-card li.on span{position:absolute;right:0;bottom:0;display:inline-block;width:17px;height:15px;background:url("../images/icon.png") 0 -580px no-repeat;}
.ts-hieght{line-height:40px;}

/*付款方式*/
.fenQi-sj input{display:inline-block;margin:5px 1px 5px 0;}
.fenQi-sj .one-in{width:20%;padding-left:0;text-align:center;font-size:14px;}
.fenQi-sj .two-in{width:77%;font-size:14px;}
.fenQi-sj .three-in{display:inline-block;width:61%;margin:5px 1px 5px 0;padding:0 10px;box-sizing:border-box;font-size:14px;}
.fenQi-sj .three-in i,.fenQi-sj .four-in i{color:#AAA;font-style:normal;}
.fenQi-sj .three-in input{width:57%;height:34px;line-height:34px;border:none;margin:0;}
.fenQi-sj .three-in img{width:12%;vertical-align:-4px;}
.fenQi-sj .four-in{display:inline-block;width:36%;margin:5px 1px 5px 0;font-size:14px;}
.fenQi-sj .four-in input{width:70%;height:34px;line-height:34px;border:none;margin:0;}
.fen-jun{padding:10px 20px 2px;font-weight:400;line-height:20px;font-size:14px;color:#AAA;}
.fen-jun span{color:#F90;}
.fen-li{background:#FCFCFF;}
.line{margin:10px 0;box-sizing:border-box;border-bottom:1px dashed #F0F0F0;}
.tip-word{padding:0 20px 2px;font-weight:400;line-height:20px;font-size:14px;color:#F90;}

/*消息页面*/
.hide{display:none;}
.classfity{overflow:hidden;padding:10px 0;border:1px solid #E6E6E6;}
.classfity li{float:left;padding:8px 15px;margin:0 5px;font-size:15px;color:#333;text-align:center;border-radius:5px;}
.classfity li.on{background:#02A2FD;color:#FFF;}
.screen .screen-box.trade-type .btn.w-ts{width:auto;padding:6px;}
.dn-list .deal-block.ts-mr{margin:0;}
.dnlist-page .deal-block .descro{width:73%;height:17px;color:#787878;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dnlist-page .deal-block .statue{position:absolute;top:10px;right:20px;height:19px;color:#FF3333;font-size:14px;}
.dnlist-page .deal-block .time{position:absolute;top:36px;right:3px;height:19px;color:#787878;font-size:14px;}
.xuanZhe{position:absolute;top:22px;left:2px;width:9px;height:12px;line-height:12px;font-size:12px;color:transparent;text-align:center;border:1px solid #EAEAEA;border-radius:2px;}
.xuanZhe.on{color:#333;}
.ng-scope .mess-wrap{display:block;overflow:hidden;margin:0 8px 12px 16px;}

/*发票页面*/
.c-blue{color:#00ABF2;}
.c-orgin{color:#F90;}
.add-list{display:block;width:80%;height:auto;line-height:24px;margin:0px auto;padding:20px 0 20px;font-size:14px;color:#007BB7;text-align:center;}
.add-list:hover{color:#007BB7;}
.dn-form-block.ts-mt{margin-top:0;}
.shuoMing-warp{display:block;line-height:19px;margin-top:7px;padding:0 20px;font-size:12px;color:#999;}
.dn-form-block .layui-input-block.ts-w{display:inline-block;width:34%;margin-right:5px;}
.dn-form-block .layui-input-block.ts-w2{display:inline-block;width:50%;margin-left:0;}
.v-middle{display:inline-block;vertical-align:middle;margin-top:10px;font-size:12px;color:#222;}
.apply-warp{width:100%;padding:0;font-size:17px;}
.screen-input{padding:10px;bottom:51px;}
.signin-checkbox-agreen.ts-jl{display:block;margin:10px 20px 5px;}
.leftBox-pictuer{position:relative;width:100%;height:auto;}
.img-warp{width:80px;height:80px;margin-bottom:5px;}
.img-warp img{width:100%;}
.leftBox-pictuer input[type="file"]{display:block;color:transparent;font-size:12px;margin-left:5px;}
.upload-word{position:absolute;left:76px;bottom:0;line-height:18px;font-size:13px;color:#999;}

/*实名认证*/
.wenJian{margin-top:3px;font-size:12px;color:#333;font-size:300;}
.tip-warp{overflow:hidden;padding:0 20px;margin-bottom:10px;}
.tip-warp li{line-height:24px;padding:4px 0 0 10px;background:url("../images/log_01.png") no-repeat 0 15px;color:#666;font-size:14px;font-weight:400;}
.tip-warp li a{color:#666;font-weight:400;text-decoration:underline;}
.mytrust-ul li .deal-block.ts-list{margin:0;line-height:24px;}
.no-data{width:50%;margin:20px auto;text-align:center;}
.renZhen-btn{display:block;position:absolute;right:20px;top:36px;padding:5px;font-size:12px;color:#FFF;text-align:center;background:#02a2fd;border-radius:4px;}
.renZhen-btn:hover{color:#FFF;}
.name-verify{font-style:normal;color:#333;font-weight:400;}
.dn-list .deal-block.ts-h{min-height:57px;}
.my-account .deal-block .price.ts-t{top:10px;}
.tip-box{padding:0 20px;font-size:14px;color:#FD7700;}
.tip-box img{vertical-align:-5px;}
@media screen and (min-width:360px){
	.fenQi-sj .one-in{width:20%;}
	.fenQi-sj .two-in{width:78%;font-size:14px;}
	.fenQi-sj .three-in{display:inline-block;width:62%;margin:5px 1px 5px 0;padding:0 10px;box-sizing:border-box;font-size:14px;}
	.fenQi-sj .three-in i,.fenQi-sj .four-in i{color:#AAA;font-style:normal;}
	.fenQi-sj .three-in input{width:61%;height:34px;line-height:34px;border:none;margin:0;}
	.fenQi-sj .three-in img{width:12%;vertical-align:-4px;}
	.myZj-loginNew-other{margin: 15% auto 0!important;}
	/* .zj_detail_contain1_22{width: 75%!important;} */
}

/*推广页样式*/
*{margin:0;padding:0;border:0;}
ol,ul{list-style:none;}
@media screen and (min-width:375px){
	html{		/* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
		font-size:calc(100% + 2 * (100vw - 375px) / 39);font-size:calc(16px + 2 * (100vw - 375px) / 39);}
}
@media screen and (min-width:414px){
	html{		/* 414px-1000px每100像素宽字体增加1px(18px-22px) */
		font-size:calc(112.5% + 4 * (100vw - 414px) / 586);font-size:calc(18px + 4 * (100vw - 414px) / 586);}
}
@media screen and (min-width:600px){
	html{		/* 600px-1000px每100像素宽字体增加1px(20px-24px) */
		font-size:calc(125% + 4 * (100vw - 600px) / 400);font-size:calc(20px + 4 * (100vw - 600px) / 400);}
}
@media screen and (min-width:1000px){
	html{		/* 1000px往后是每100像素0.5px增加 */
		font-size:calc(137.5% + 6 * (100vw - 1000px) / 1000);font-size:calc(22px + 6 * (100vw - 1000px) / 1000);}
}
@media screen and (max-height:560px){
	.myZj_start-trade{
		padding: 1% 5%!important;
	}
	.fbZj_success_contain_img{
		padding-top: 10%!important;
	}
	.myZj-loginNew-other{
		margin: 5% auto 0!important;
	}
	.myZj_login_methods{
		padding-top: 0!important;
	}
}
.view-wrap{min-width:320px;width:100%;height:auto;margin:0 auto;box-sizing:border-box;overflow:hidden;}
.promot-head{position:fixed;top:0;left:0;z-index:999;overflow:hidden;width:100%;height:auto;background:#FFF;box-sizing:border-box;padding:1% 2%;}
.img-log{display:block;float:left;width:25%;margin-top:5px;}
.promotTit-right{float:left;display:block;padding:0 1%;height:34px;line-height:34px;margin-top:.8%;margin-left:2%;font-size:.8rem;color:#FFF;text-align:center;background:#FF9900;border-radius:4px;text-decoration:none;}
.promotTit-right.ts{margin-left:13%;}
.promotTit-right img{vertical-align:-2px;width:19%;}
.promotTit-right.ts img{vertical-align:-6px;}
.sc-log{width:100%;height:auto;}
.ps_one{display:block;position:absolute;top:39%;left:0;width:100%;}
.jieSao{position:absolute;top:11%;left:50%;margin-left:-47%;width:94%;height:auto;padding:4% 4%;background:url("../images/log_two.png") no-repeat;background-size:100% 100%;box-sizing:border-box;}
.jieSao p{font-size:.9rem;color:#FFF;line-height:26px;text-indent:2em;}
.case-warp{position:absolute;top:12%;left:50%;margin-left:-47%;width:94%;overflow:hidden;text-align:center;}
.case-warp ul{overflow:hidden;}
.case-warp li{float:left;margin:10% 10% 0;width:30%;}
.case-warp li img{width:100%;}
.com-w{width:100%;}
.agent-allwarp{position:absolute;top:12%;left:0;width:100%;text-align:center;}
.agent-img{display:block;width:66%;height:auto;margin:0 auto;}
.agent-warp{overflow:hidden;}
.agent-warp li{overflow:hidden;position:relative;margin:2.6% auto 0;width:96%;padding:2%;background:#FFF;opacity:.7;box-sizing:border-box;}
.agentPerson-warp{float:left;width:24%;height:auto;margin-right:10px;margin-top:2%;}
.agentPerson-warp img{width:100%;}
.person-warp{float:left;width:auto;}
.nane-tit{overflow:hidden;width:100%;}
.nane-tit h4{display:block;float:left;margin-top:5px;font-size:1.2rem;color:#333;}
.cont-btn{display:block;position:absolute;top:37%;right:2%;padding:2% 7%;font-size:1rem;color:#FF9900;text-align:center;border:1px solid #FF9900;border-radius:4px;text-decoration:none;}
.intro{overflow:hidden;height:20px;line-height:20px;padding-left:25px;font-size:.85rem;color:#333;text-align:left;background:url("../images/icon.png") no-repeat;}
.intro.qq{background-position:0px 6px;}
.intro.dh{background-position:2px -20px;}
.intro.yx{background-position:1px -43px;}
.person-warp p{width:176px;margin-top:5px;}
.more-agent{display:block;margin-top:10px;font-size:1.1rem;color:#FF9900;text-align:center;font-weight:100;}
.advant p{width:100%;height:auto;line-height:20px;margin:1% auto 0;font-size:.9rem;color:#555;text-align:left;}
.advant h3{width:100%;height:auto;font-size:1.1rem;color:#333;text-align:center;}
.youShi,.liuChen{position:absolute;top:14%;left:50%;margin-left:-47%;width:94%;text-align:center;}
.youShi ul{overflow:hidden;}
.youShi li{margin:6% auto 0;background:rgba(255,255,255,.7);padding:2%;}
.liu_log{width:100%;margin-top:17%;margin-bottom:2%;}
.liuLog-two{width:100%;}
.switch{overflow:hidden;position:absolute;top:12%;left:50%;margin-left:-47%;width:94%;text-align:center;}
.switch li{width:100%;height:82px;line-height:82px;margin-top:11%;font-size:1.2rem;color:#FFF;text-align:center;background:rgba(255,255,255,.7);}
.switch li a{display:block;width:100%;color:#FFF;text-decoration:none;}
.valua-mt{margin-top:15px;font-size:13px;}
.must-log{color:#d52e01;display:inline-block;width:10px;height:10px;vertical-align:-6px;margin-left:2px;font-size:1.1rem;}

/*游戏页样式*/
.gameNav{-ms-overflow-style:none;overflow:-moz-scrollbars-none;width:100%;height:auto;padding:0.4rem 0;overflow-y:hidden;overflow-x:auto;white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
.gameNav::-webkit-scrollbar{display:none;}
.gameNav li{overflow:hidden;display:inline-block;vertical-align:top;width:44%;padding:.2rem .3rem;margin:0 0 0 1%;box-sizing:border-box;white-space:normal;background:#FAFAFA;}
.gameNav li a{display:block;overflow:hidden;}
.gameNav-img{float:left;width:50px;height:50px;margin-right:2px;border-radius:100%;}
.gameNav img{width:100%;}
.gameNav .nav-cont{width:100%;margin-top:.3rem;}
.gameNav .nav-cont h3{font-size:1rem;color:#333;font-weight:bold;}
.gameNav .nav-cont p{font-size:.7rem;color:#999;margin-top:.2rem;}
.game-line{width:100%;height:5px;background:#EBEBEB;}
.boutique{width:100%;height:auto;padding:1rem 0;border-bottom:1px solid #EDEDED;text-align:center;}
.game-list{overflow:hidden;width:98%;padding:.5rem 1%;}
.gameList-left{float:left;position:relative;width:14%;}
.gameList-left .game-user{width:100%;height:auto;}
.game-log{position:absolute;right:0rem;top:1.5rem;width:34%;}
.gameList-center{float:left;width:45%;margin-left:5px;margin-top:.25rem;}
.studio{overflow:hidden;width:100%;font-size:.8rem;color:#333;font-weight:bold;}
.studio img{height:27px;vertical-align:-7px;}
.gameList-center p{font-size:.75rem;color:#FF705A;margin-top:.2rem;text-indent:3px;}
.gameList-right{float:right;width:38%;margin-top:1rem;font-size:.8rem;}
.gameList-right i{display:inline-block;width:16px;height:16px;background:url("../images/gameLog_06.png") no-repeat;background-size:100% 100%;font-style:normal;vertical-align:-1px;}
.gameList-right i.on{background:url("../images/gameLog_07.png") no-repeat;background-size:100% 100%;}
.gameCom-log{display:block;width:100%;height:auto;}
.game-descrit{font-size:.8rem;color:#999;line-height:150%;padding:0 1%;margin:.5rem 0 1rem;}
.game-descrit p{overflow:hidden;width:100%;height:auto;}
.gameCom-warp{overflow:hidden;width:100%;height:auto;}

/*游戏详情页*/
.gameDetail-bar{width:94%;padding:10px 3% 0;text-align:center;}
.gameDetail-bar img{width:100%;height:100%;}
.gameDetail-descrit{width:94%;padding:18px 3%;}
.gameDetail-tit{overflow:hidden;width:100%;height:auto;}
.gameDetail-tit h3{overflow:hidden;display:block;float:left;width:60%;font-size:1.1rem;color:#333;font-weight:bold;}
.gameDetail-right{width:40%;margin-top:.3rem;color:#6F5424;}
.gameDetail-info{padding:10px 0;font-size:.9rem;color:#666;line-height:150%;border-bottom:3px dashed #F8F8F8;}
.gameDetail-link{padding:10px 0 0;}
.gameDetail-link.ts{padding:10px 0;border-bottom:3px dashed #F8F8F8;}
.gameDetail-link span{display:inline-block;height:24px;line-height:24px;font-size:1rem;color:#666;font-weight:normal;padding-right:.8rem;}
.gameDetail-link span.black{width:10%;color:#333;font-weight:bold;}
.gameDetail-link a{display:inline-block;width:60px;height:24px;line-height:24px;font-size:1rem;color:#1C7AB4;text-align:center;border:1px solid #1C7AB4;border-radius:5px;}
.game-order{padding:0px 3%;}
.game-order li{border-bottom:3px dashed #F8F8F8;padding:18px 0;font-size:.9rem;color:#333;}
.game-order li:last-child{border-bottom:none;}
.game-order li img{display:inline-block;height:20px;vertical-align:top;}
.game-order li span{display:inline-block;height:20px;line-height:20px;margin:0 5px;vertical-align:top;}
.progress-bar{display:inline-block;position:relative;width:48%;height:20px;background:#EBEBEB;vertical-align:top;}
.progress-bar i{position:absolute;top:0;left:0;width:0;height:100%;background:#65AC00;}
.comt-warp{overflow:hidden;width:100%;height:auto;}
.discuss-tit{width:94%;height:auto;padding:18px 3%;border-bottom:1px solid #F8F8F8;font-size:.9rem;color:#333;}
.discuss-tit img{width:8%;}
.comt-list li{overflow:hidden;width:94%;height:auto;padding:18px 3%;border-bottom:1px solid #F8F8F8;s}
.comtList-left{overflow:hidden;display:inline-block;width:42px;height:42px;border-radius:100%;vertical-align:-.3rem;}
.comt-list li img{width:100%;}
.comtList-center{position:relative;display:inline-block;width:83%;font-size:.9rem;color:#333;}
.comtList-center h3{font-size:.9rem;color:#999;}
.comtList-right{position:absolute;top:0;right:0;font-size:.8rem;color:#999;}
.gameDetail-btn{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1000;width:100%;height:50px;line-height:50px;font-size:1.3rem;color:#FFF;text-align:center;background:#FABE3B;letter-spacing:1px;}
.add-com a{margin-right:10px!important;margin-bottom:10px!important;margin-left:0!important;}

/*发起交易新增样式*/
.addSub-warp{position:relative;width:90%;height:38px;line-height:38px;margin:10px auto 0;border:1px solid #E6E6E6;text-indent:10px;}
.addSub-box{position:absolute;top:40px;left:-1px;z-index:99;width:99.8%;background:#FFF;border-left:1px solid #E6E6E6;border-right:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6;}
.addSub-box li{width:100%;height:auto;font-size:14px;color:#999;margin-bottom:10px;text-indent:13px;}
.addSub-cont{padding-left:15px;}
.addSub-cont li{width:100%;height:auto;line-height:24px;font-size:12px;color:#333;margin-bottom:10px;}

/*新版首页样式*/
*{margin:0;padding:0;border:0;}
.comView-wrap{min-width:320px;width:100%;height:auto;margin:0 auto;box-sizing:border-box;}
.indexTit_bg{width:100%;height:auto;background:url("../images/index_bg.png") no-repeat;background-size:100% 100%;}
.indexTit_box{width:94%;height:auto;margin:0 auto;padding:20px 0;}
.indexTit_one{overflow:hidden;width:100%;height:auto;}
.indexTit_one img{display:block;float:left;height:30px;}
.indexTit_one a{display:block;float:right;height:36px;line-height:36px;font-size:15px;color:#FFF;text-decoration:none;}
.indexTit_two{width:100%;height:auto;margin:8px 0 18px;font-size:17px;color:#FFF;text-align:center;}
.indexTit_three{width:91%;height:36px;line-height:36px;padding:0 5px;margin:0 auto;background:#FFF;border-radius:4px;box-sizing:border-box;}
.indexTit_three span{display:block;float:left;width:14%;height:36px;line-height:36px;font-size:14px;color:#787878;text-align:center;box-sizing:border-box;}
.index-check{position:relative;float:left;width:20%;height:36px;line-height:36px;font-size:14px;color:#787878;background:url("../images/select_log.png") no-repeat right center;background-size:15px 9px;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;outline:none;box-sizing:border-box;}
.indexCheck-min{width:99%;height:36px;line-height:36px;text-indent:7px;outline:none;cursor:pointer;}
.indexSub-check{position:absolute;top:36px;left:0;z-index:99;width:86%;height:auto;border:1px solid #D5D5D5;z-index:99;text-indent:7px;background:#FFF;}
.indexSub-check li{width:100%;height:36px;line-height:36px;font-size:14px;color:#787878;border-bottom:1px solid #D5D5D5;cursor:pointer;}
.indexSub-check li:last-child,.lastSub-check li:last-child{border-bottom:none;}
.indexLast-check{position:relative;float:left;width:66%;height:36px;line-height:36px;font-size:13px;color:#787878;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;}
.indexLast-min{width:100%;height:36px;line-height:36px;text-indent:4px;cursor:pointer;}
.lastSub-check{position:absolute;top:36px;left:0;width:100%;height:auto;border:1px solid #D5D5D5;z-index:99;text-indent:4px;background:#FFF;}
.lastSub-check li{width:100%;height:36px;line-height:36px;font-size:13px;color:#787878;border-bottom:1px solid #D5D5D5;cursor:pointer;}
.indexNew-all{overflow:hidden;width:100%;height:auto;}
.indexNew-nav{overflow:hidden;padding:5px 10px 15px;}
.indexNew-nav li{float:left;width:20%;padding:10px 0px 0px;}
.indexNew-nav li a{display:block;line-height:24px;text-align:center;color:#4E4E4E;text-decoration:none;}
.indexNav-img{width:48px;height:48px;margin:0 auto;}
.indexNew-nav li img{width:100%;}
.indexNew-nav li p{overflow:hidden;width:100%;height:24px;line-height:24px;margin-top:5px;font-size:13px;color:#4E4E4E;font-weight:normal;}
.indexNew-line{width:100%;height:12px;background:#F6F7F8;}
.canDo-warp,.liuChen-warp,.aboutQest-warp{width:96%;height:auto;margin:0 auto;}
.help-warp{width:96%;height:auto;margin:0 auto 0;}
.canDo-tit{width:100%;height:auto;padding:15px 0;font-size:12px;color:#848484;text-align:center;}
.canDo-tit h3{font-size:16px;color:#262626;font-weight:500;}
.canDo-tit p{margin-top:5px;}
.canDo-box{overflow:hidden;width:100%;height:auto;}
.canDo-box li{float:left;overflow:hidden;width:50%;padding:15px 0 15px 10px;border-left:1px solid #D5D5D5;border-top:1px solid #D5D5D5;box-sizing:border-box;}
.canDo-box li:nth-child(2n+1){border-left:none;}
.canDo-box li a{display:block;width:100%;height:auto;}
.canDo-img{float:left;height:auto;margin-top:2px;}
.canDo-img img{width:40px;}
.canDo-name{float:left;width:70%;margin-left:5px;}
.canDo-name h3{overflow:hidden;width:100%;height:20px;line-height:20px;font-size:15px;color:#181818;font-weight:500;}
.canDo-name p{overflow:hidden;width:100%;height:34px;line-height:18px;font-size:12px;color:#555;margin-top:5px;}
.liuChen-tit,.aboutQest-tit{width:100%;padding:15px 0;font-size:16px;color:#262626;}
.liuChen-list{width:90%;height:auto;margin:0 auto;}
.liuChen-list li{width:100%;height:40px;line-height:40px;margin-top:15px;padding:0 2%;box-sizing:border-box;border-radius:5px;background:#E0EBFF;}
.liuChen-list li:first-child{margin-top:0;}
.liuChen-list li img{display:inline-block;width:44px;vertical-align:middle;}
.liuChen-list li span{overflow:hidden;display:inline-block;width:82%;height:40px;line-height:40px;margin-left:5px;font-size:14px;color:#181818;vertical-align:middle;}
.liuChen-btn{display:block;width:31%;height:34px;line-height:34px;margin:15px auto;font-size:16px;color:#FFF;text-align:center;background:#FF6E20;border-radius:4px;text-decoration:none;}
.aboutQest-cont{display:block;position:relative;width:100%;height:auto;margin-bottom:13px;}
.aboutQest-cont img{width:100%;}
.aboutQest-list{position:absolute;top:6%;right:1%;width:52%;line-height:20px;font-size:12px;color:#FFF;}
.aboutQest-list h3{font-size:12px;color:#FFF;font-weight:500;}
.aboutQest-list p{overflow:hidden;width:100%;height:20px;line-height:20px;}
.help-tit{overflow:hidden;width:100%;height:auto;padding:15px 0;}
.help-tit img{width:20%;vertical-align:middle;}
.help-tit span{padding:0 7%;vertical-align:middle;font-size:17px;color:#262626;}
.help-cont{overflow:hidden;width:100%;height:auto;padding:10px 0 40px;}
.helpCont-left{float:left;width:37%;height:auto;margin-top:7%;}
.help-img{width:100%;height:auto;}
.help-img img{width:100%;}
.helpCont-left a{display:block;float:right;width:64%;height:26px;line-height:27px;margin-top:15px;font-size:12px;color:#F69D18;text-align:center;text-decoration:none;border:1px solid #F69402;border-radius:4px;}
.helpCont-right{overflow:hidden;float:left;width:58%;max-height:265px;line-height:22px;margin-left:5%;font-size:12px;color:#555;}
.newFoot-warp{overflow:hidden;position:fixed;bottom:0;left:0;z-index:99;width:100%;height:auto;padding:5px 0 5px;background:#FFF;}
.newFoot-warp li{float:left;width:33.33%;height:auto;box-sizing:border-box;}
.newFoot-warp li a{display:block;color:#787777;text-decoration:none;}
.newFoot-img{margin:0 auto;}
.newFoot-img.bg-one{width:26px;height:22px;margin:11.5px auto;background:url("../images/souYe_log.png") no-repeat top center;background-size:100% 100%;}
.newFoot-img.bg-two{width:40px;height:40px;background:url("../images/faBu_log.png") no-repeat top center;background-size:100% 100%;}
.newFoot-img.bg-three{width:26px;height:27px;margin:9px auto;background:url("../images/my_log.png") no-repeat top center;background-size:100% 100%;}
.newFoot-warp li p{width:100%;height:auto;margin-top:5px;font-size:13px;color:#787777;text-align:center;}
.newFoot-warp li a:visited .newFoot-img.bg-one{background:url("../images/souYe_two.png") no-repeat top center;}
.newFoot-warp li a:visited .newFoot-img.bg-three{background:url("../images/my_two.png") no-repeat top center;}
.mb-80{margin-bottom:40px;}

/*新版委托大厅样式*/
.enterHall-warp{width:100%;height:auto;padding-top:15px;background:url("../images/enterHall_bg.png") no-repeat;background-size:100% 100%;}
.enterHall-warp .enterHall-tit{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:17px;color:#FFF;text-align:center;}
.enterHall-search{width:92%;height:36px;line-height:36px;margin:15px auto;background:#FFF;border-radius:2px;box-sizing:border-box;}
.enterHall-search .enterHall-selce{width:25%;}
.enterHall-search .enterHall-selce .indexSub-check{width:97%;}
.enterHall-search a{display:block;float:left;width:15%;height:36px;background:url("../images/enterHall_search.png") no-repeat center;background-size:22px 22px;}
.enterHall-search input{float:left;display:block;width:60%;height:36px;line-height:36px;font-size:13px;color:#8A8A8A;outline:none;text-indent:10px;}
.enterHall-hot{overflow:hidden;width:85%;height:52px;margin:15px auto 0;padding:0 0 0 3%;background:url("../images/enterHall_log.png") no-repeat left bottom;background-size:28%;}
.enterHall-hot p{overflow:hidden;display:inline-block;height:20px;line-height:20px;margin-left:34%;font-size:13px;color:#FFF;}
.enterHall-hot a{display:inline-block;margin-right:5px;color:#FFF;text-decoration:none;}
.ernterHall-com{overflow:hidden;width:92%;height:auto;margin:0 auto;}
.ernterCom-tit{overflow:hidden;width:100%;height:auto;}
.ernterCom-tit h3{display:block;float:left;width:70%;height:64px;line-height:64px;font-size:17px;color:#262626;font-weight:lighter;}
.ernterCom-more{float:right;width:60px;height:64px;line-height:64px;font-size:15px;color:#646363;background:url("../images/enterHall_more.png") no-repeat right center;background-size:23px;}
.ernter-img{display:block;position:absolute;top:27%;right:3px;width:36%;}
.ernterHall-com a{overflow:hidden;display:block;text-decoration:none;}
.ernterHall-com .deal-block{margin:0 5px 12px;}
.ernterHall-com .deal-block .info{height:25px;line-height:25px;font-size:13px;}
.ernterHall-com .deal-block .price{font-size:14px;line-height:19px;}
.enterHall-warp .enterHall-tit.pTwo{margin-top:8px;font-size:15px;}
.ernterHall-com .deal-ul{padding-bottom:10px;}

/*投融资页样式*/
.finaMoney-tit{width:100%;height:auto;background:url("../images/finacMone_one.png");background-size:100% 100%;padding:15px 0;}
.finaMoney-one{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:17px;color:#FFF;text-align:center;}
.finaMoney-two{overflow:hidden;width:100%;height:24px;line-height:24px;margin-top:8px;font-size:15px;color:#FFF;text-align:center;}
.finaMoney-btn{display:block;width:110px;height:38px;line-height:38px;margin:14px auto 0;font-size:15px;color:#FFF;text-align:center;background:#375271;border-radius:4px;text-decoration:none;}
.finaMoney-box{width:94%;height:auto;margin:0 auto;padding:30px 0 15px;}
.finaMoney-descrit{position:relative;width:100%;height:1px;background:url("../images/finacMone_line.png") repeat-x;}
.finaMoney-word{position:absolute;top:-19px;left:50%;margin-left:-25%;width:50%;height:40px;line-height:40px;font-size:16px;color:#202020;text-align:center;background:#FFF;}
.finaMoney-zi{width:100%;height:auto;line-height:170%;margin-top:26px;font-size:14px;color:#474747;text-indent:2em;}
.finaMoney-server{overflow:hidden;width:100%;height:auto;}
.finaMoney-server li{overflow:hidden;width:100%;height:auto;padding:14px 3%;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.finaMoney-server li .finaServer-cont{font-size:16px;color:#202020;}
.finaMoney-server li:last-child{border-bottom:none;}
.finaServer-img{float:left;height:auto;margin-top:1.5%;}
.finaServer-img img{width:32px;}
.finaServer-right{float:left;width:85%;margin-left:4%;font-size:13px;color:#474747;}
.finaServer-right h3{overflow:hidden;display:block;height:24px;line-height:24px;font-size:16px;font-weight:500;}
.finaServer-right p{line-height:20px;}
.finaApp-stand{overflow:hidden;width:100%;height:auto;padding-bottom:0;}
.finaApp-stand h3{overflow:hidden;display:block;width:100%;height:auto;padding:14px 3%;box-sizing:border-box;font-size:16px;color:#474747;}
.finaApp-cont{overflow:hidden;width:100%;height:auto;padding:10px 2%;background:url("../images/finacMone_two.png");box-sizing:border-box;background-size:100%;}
.finaApp-left{float:left;width:78%;height:auto;}
.finaApp-left li{overflow:hidden;width:100%;height:26px;line-height:26px;font-size:14px;color:#FFF;}
.finaApp-left li:first-child{padding-top:0;}
.finaApp-left li.texInd-one{text-indent:5px;}
.finaApp-left li.texInd-two{text-indent:10px;}
.finaApp-btn{display:block;float:left;width:22%;height:32px;line-height:32px;margin-top:10%;font-size:13px;color:#FFF;text-align:center;background:rgba(142,114,106,.9);border-radius:4px;text-decoration:none;}

/*新版我的账户页面*/
.accounNew-tit{width:100%;height:auto;padding:15px 0 8px;background:url("../images/accouNew_tit.png") no-repeat;background-size:100% 100%;}
.accounNew-word{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:17px;color:#FFF;text-align:center;}
.accounNew-info{overflow:hidden;width:100%;height:auto;margin:15px auto;}
.accounNew-left{float:left;width:40%;height:auto;margin-left:10%;}
.accounNew-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;display:block;width:91%;height:32px;line-height:32px;padding-left:38px;font-size:12px;color:#976301;background:url("../images/accouNew_hui.png") no-repeat left center;background-size:100px 32px;box-sizing:border-box;text-decoration:none;}
.accounNew-right p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:18px;line-height:18px;margin-top:10px;font-size:12px;color:#FFF;}
.accounNew-left p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:18px;line-height:18px;margin-top:7px;font-size:12px;color:#FFF;}
.accounNew-left p span{font-size:15px;color:#FFF;padding-right:5px;}
.accounNew-right{float:left;width:34%;height:auto;margin-left:7%;}
.accounNew-right a{display:block;width:96%;height:32px;line-height:32px;font-size:15px;color:#FFF;text-align:center;background:#FFA803;border-radius:20px;text-decoration:none;}
.accounNew-min{overflow:hidden;width:100%;height:auto;padding-bottom:0;}
.accounNew-number,.accounNew-weal{overflow:hidden;width:100%;height:auto;padding:10px 0 6px;box-sizing:border-box;}
.accounNew-number li,.accounNew-weal li{float:left;width:33.33%;height:auto;text-align:center;box-sizing:border-box;}
.accounNew-number li p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:20px;line-height:20px;font-size:11px;color:#707070;}
.accounNew-number li span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:36px;line-height:36px;font-size:18px;color:#171717;}
.accounNew-weal{padding:15px 0;}
.accounNew-weal li a{display:block;width:100%;height:auto;text-decoration:none;}
.accounNew-img{overflow:hidden;width:100%;height:26px;}
.accounNew-img .newWel-img{display:block;float:left;width:53%;height:26px;vertical-align:bottom;text-align:right;}
.signTs .accounNew-img .newWel-img{width:100%;text-align:center;margin:0;}
.accounNew-img .newWel-img img{width:29px;height:26px;}
.accounNew-weal li p{overflow:hidden;width:100%;height:20px;line-height:20px;margin-top:5px;font-size:16px;color:#474747;text-align:center;}
.accounNew-weal li a span{overflow:hidden;display:block;float:left;width:45px;height:26px;line-height:36px;font-size:12px;color:#6E6E6E;text-align:left;vertical-align:bottom;}
.accounNew-weal li a i{font-style:normal;}
.accounNew-list{overflow:hidden;width:100%;height:auto;}
.accounNew-list li{position:relative;overflow:hidden;width:100%;height:auto;padding:14px 14px 14px 51px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.accounNew-list li a,.caiWu-claiss li a{display:block;}
.accounNew-list li:last-child{border-bottom:none;}
.accounNew-list li p,.caiWu-claiss li p{float:left;width:94%;height:22px;line-height:22px;margin-left:14px;font-size:16px;color:#474747;background:url("../images/accouNew_snow.png") no-repeat right center;background-size:9px 17px;}
.accounBg-one{background:url("../images/accouNew_five.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-two{background:url("../images/accouNew_six.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-three{background:url("../images/accouNew_seven.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-four{background:url("../images/accouNew_eight.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-five{background:url("../images/accouNew_nine.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-six{background:url("../images/accouNew_ten.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-seven{background:url("../images/accouNew_elev.png") no-repeat 5% center;background-size:30px auto;}
.accounBg-mess{background:url("../images/accouNew_mess.png") no-repeat 5% center;background-size:31px auto;}
.accounNew-name img{display:inline-block;width:25px;height:23px;vertical-align:middle;}

/*新版财务页*/
.newCom-min{width:100%;height:auto;}
.caiWu-tit{overflow:hidden;width:100%;height:58px;background:#3691F2;}
.caiWu-name{overflow:hidden;width:100%;height:auto;padding:0 14px;box-sizing:border-box;}
.caiWu-name a{text-decoration:none;}
.caiWu-back{display:block;float:left;width:20%;height:58px;line-height:58px;padding-left:18px;font-size:15px;color:#FFF;background:url("../images/caiWu_back.png") no-repeat left center;background-size:11px 19px;box-sizing:border-box;}
.caiWu-back:hover,.caiWu-back:visited{color:#FFF;}
.caiWu-back-car{display:block;float:left;width:20%;height:30px;line-height:58px;padding-left:18px;font-size:15px;color:#FFF;background:url("../images/caiWu_back.png") no-repeat left center;background-size:11px 19px;box-sizing:border-box;}

.caiWu-word{overflow:hidden;float:left;width:54%;height:58px;line-height:54px;margin-left:5%;font-size:18px;color:#FFF;text-align:center;font-weight:bold;}
.caiWu-claiss{width:100%;height:auto;box-sizing:border-box;}
.caiWu-claiss li,.caiwu-detail{overflow:hidden;width:100%;height:auto;padding:19px 6px 20px 40px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.caiWu-claiss li:last-child,.caiwuDetail-list li:last-child{border-bottom:12px solid #F6F7F8;}
.caiwuBg-one{background:url(../images/caiWu_one.png) no-repeat 10px center;background-size:33px auto;}
.caiwuBg-two{background:url(../images/caiWu_two.png) no-repeat 10px center;background-size:34px auto;}
.caiwuBg-three{background:url(../images/caiWu_three.png) no-repeat 10px center;background-size:34px auto;}
.caiwu-bottom{position:relative;width:90%;height:1px;margin:50px auto 40px;background:#EEE;}
.caiBtoom-word{position:absolute;top:-15px;left:50%;margin-left:-20%;width:40%;height:30px;line-height:30px;font-size:12px;color:#AEADAD;text-align:center;background:#FFF;}

/*新版财务明细页*/
.caiwu-detail li{overflow:hidden;width:100%;height:auto;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.caiwuDetail-box,.weiDetail-link{overflow:hidden;width:100%;height:auto;padding:15px 10px;box-sizing:border-box;}
.caiwuDetail-btline{border-bottom:1px solid #F4F4F4;}
.caiwuDetail-left{float:left;overflow:hidden;width:30%;height:22px;font-size:17px;color:#1200FF;box-sizing:border-box;}
.caiwuDetail-right{float:right;overflow:hidden;width:46%;height:22px;font-size:17px;color:#FF0000;box-sizing:border-box;}
.caiwuDetail-right span{overflow:hidden;white-space:nowrap;display:block;width:69px;}
.caiwuDetail-right span.ts-wd{width:76px;}
.caiwuDetail-second{overflow:hidden;width:100%;height:auto;box-sizing:border-box;}
.caiwuDetail-time{overflow:hidden;float:left;width:45%;height:18px;line-height:18px;margin-top:2.5px;font-size:14px;color:#636363;font-weight:lighter;box-sizing:border-box;}
.caiwuDetail-money{overflow:hidden;float:right;width:46%;height:22px;line-height:22px;font-size:14px;color:#636363;box-sizing:border-box;}
.caiwuDetail-money .do-over{display:block;float:left;width:24%;height:22px;line-height:22px;box-sizing:border-box;margin-right:2%;}
.caiwuDetail-money .caiwuDetail-yu{overflow:hidden;display:block;float:left;width:72%;height:auto;}
.caiwuDetail-money .caiwuDetail-yu span{overflow:hidden;display:inline-block;width:43%;height:22px;line-height:22px;}
.caiwuDetail-money i{overflow:hidden;white-space:nowrap;display:inline-block;width:56px;height:22px;line-height:22px;font-style:normal;}
.caiwuDetail-remark{float:left;height:auto;line-height:24px;font-size:14px;color:#636363;}
.caiwuDetail-descript{float:left;width:86%;height:auto;line-height:20px;padding-top:2px;font-size:14px;color:#636363;font-weight:lighter;}
.caiwuDetail-pt{padding-top:9px;}
.caiwuDetail-list li{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;}
.caiwu-bottom.tsJu-di{margin-bottom:0;}
.myZhong_addtitle{float:left;width:100%;height:auto;line-height:20px;padding-top:2px;font-size:12px;color:#FD8F1A;font-weight:lighter;}

/*新版充值页*/
.congZi-new{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#E66700;border-bottom:1px solid #F4F4F4;}
.ziNew-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:51px;line-height:51px;padding:0 14px 0 44px;box-sizing:border-box;font-size:15px;color:#484848;border-bottom:1px solid #F4F4F4;}
.ziNew-bgone{background:url("../images/newCharge_one.png") no-repeat 14px center;background-size:auto 20px;}
.ziNew-bgtwo{background:url("../images/newCharge_two.png") no-repeat 14px center;background-size:auto 24px;}
.ziNew-bgthree{background:url("../images/newCharge_three.png") no-repeat 14px center;background-size:auto 24px;}
.ziNew-mark{overflow:hidden;width:100%;height:auto;padding:15px 14px;box-sizing:border-box;}
.ziNew-mark h3{width:100%;height:auto;font-size:14px;color:#484848;font-weight:lighter;}
.ziNew-mark ul{overflow:hidden;width:100%;height:auto;padding:0 6px;box-sizing:border-box;}
.ziNew-mark ul li{width:100%;height:auto;line-height:22px;padding:5px 0 0;font-size:13px;color:#717070;box-sizing:border-box;}
.ziNew-box{overflow:hidden;width:100%;height:auto;border-bottom:12px solid #F6F7F8;}
.ziNew-bank{overflow:hidden;width:100%;height:auto;padding:8px 14px 0;box-sizing:border-box;}
.zhaoHang_log{display:block;height:50px;}
.bankNew-list{overflow:hidden;width:100%;height:auto;padding:0 14px 8px;box-sizing:border-box;}
.bankNew-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:8px;height:20px;line-height:20px;font-size:15px;color:#484848;}
.bankNew-list li span{font-size:15px;}
.bankNew-list li b{color: #007bb7;}
.bankNew-tip{width:100%;height:auto;box-sizing:border-box;padding:0 14px;font-size:15px;color:#484848;}
.bankNew-tip span{line-height:20px;font-size:12px;color:#A7A7A7;letter-spacing:1px;}
.bankNew-btn{display:block;width:40%;height:34px;line-height:34px;margin:20px auto 25px;font-size:16px;color:#FFF;text-align:center;border-radius:5px;background:#05B4ED;text-decoration:none;}
.bankNew-btn:hover{color:#5F5F5F;background:#D9D9D9;}
.bankNew-btn:visited{color:#5F5F5F;background:#D9D9D9;}
.bankNew-btn:active{color:#5F5F5F;background:#D9D9D9;}
.zaiNew-list li{overflow:hidden;width:100%;height:auto;padding:15px 14px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;vertical-align:middle;}
.zaiNew-left{float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%;height:24px;line-height:24px;font-size:14px;color:#484848;box-sizing:border-box;}
.zaiNew-left span{overflow:hidden;white-space:nowrap;width:70px;margin-left:10px;font-size:18px;color:#484848;}
.zaiNew-right{float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;height:24px;padding-top:5px;margin-left:2%;font-size:12px;color:#FDA55D;box-sizing:border-box;}
.zaiNew-zifu{float:left;overflow:hidden;width:50%;height:auto;margin-top: 1rem;}
.zaiNew-zifu a{display:block;width:86%;height:38px;border:1px solid #F4F4F4;border-radius:3px;text-align:center;}
.zaiNew-zifu a img{height:28px;margin-top:5.5px;}
.zaiNew-tip{width:100%;height:auto;line-height:20px;font-size:12px;color:#8E8E8E;padding:10px 14px 0;box-sizing:border-box;}
.zaiNew-btn{display:block;width:40%;height:34px;line-height:35px;margin:20px auto 40px;font-size:17px;color:#FFF;text-align:center;border-radius:5px;background:#05B4ED;text-decoration:none;}
.ziNew-box.ts-mb{margin-bottom:0;}
.zaiNew-zifu.on a{background:url("../images/newCharge_six.png") no-repeat right bottom;border:1px solid #25962A;}
.chongzhi-num{vertical-align:middle;font-size:20px;}
.zaiNew-left .chongzhi-numtxt{font-size:14px;display:inline-block;width:40px;vertical-align:middle;}

/*新版充值记录页*/
.recodNew-box,.tixian-record{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;}
.recodNew-box:last-child,.tixian-record:last-child{border-bottom:12px solid #F6F7F8;}
.recodNew-tit{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#005AFF;border-bottom:1px solid #F4F4F4;}
.recodNew-cont{overflow:hidden;width:100%;height:auto;padding:5px 14px 15px;box-sizing:border-box;}
.recodNew-min{overflow:hidden;width:100%;height:auto;padding-top:5px;}
.recodNew-number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:56%;height:auto;font-size:16px;color:#161616;}
.recodNew-number span{overflow:hidden;white-space:nowrap;display:inline-block;width:auto;max-width:70px;vertical-align:top;}
.recodNew-state{overflow:hidden;float:right;width:43%;height:auto;font-size:15px;color:#636363;}
.recodNew-state span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:45px;color:#FF2400;}
.recodNew-state i{overflow:hidden;white-space:nowrap;display:inline-block;width:78px;margin-left:6%;font-style:normal;}
.recodNew-bank{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:56%;height:auto;font-size:14px;color:#636363;}
.recodNew-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:right;width:43%;height:auto;font-size:13px;color:#636363;}
.recodNew-order{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;font-size:13px;color:#636363;}
.recha-recod .recodNew-number,.recha-recod .recodNew-bank{width:76%;font-size:13px;color:#636363;}
.recha-recod .recodNew-state{width:24%;font-size:13px;color:#FF2400;}
.recha-recod .recodNew-time{width:24%;font-size:13px;}
.recha-recod .color-blue{font-size:17px;color:#005AFF;}
.recha-recod .recodNew-state span{width:auto;}
.recha-recod .color-red{font-size:15px;}
.reRecod-box{overflow:hidden;width:100%;height:auto;box-sizing:border-box;}
.reRecod-remark{float:left;height:auto;font-size:13px;color:#636363;}
.reRecod-descript{float:left;width:86%;height:auto;line-height:20px;font-size:13px;color:#636363;font-weight:lighter;}
.recha-xian .recodNew-min .recodNew-number{color:#161616;}
.recha-nav{width:100%;height:auto;background:#0083DE;padding:16px 0 16px;margin-top:-1px;}
.recha-tab{overflow:hidden;width:100%;height:auto;}
.recha-tab .jiLu-left{float:left;width:38%;height:22px;line-height:22px;margin:0 4% 0 8%;padding-left:52px;font-size:15px;color:#FFF;background:url("../images/czjl_one.png") no-repeat 20px top;background-size:27px 22px;box-sizing:border-box;}
.recha-tab .jiLu-right{float:left;width:38%;height:22px;line-height:22px;margin:0 8% 0 4%;padding-left:52px;font-size:15px;color:#FFF;background:url("../images/czjl_two.png") no-repeat 20px top;background-size:24px 22px;box-sizing:border-box;}
.recha-tab .jiLu-left a,.recha-tab .jiLu-right a{color:#FFF;text-decoration:none;}
.recha-tab .jiLu-left.on{background:url("../images/czjl_three.png") no-repeat 20px top;background-size:27px 22px;color:#F3FFC5;}
.recha-tab .jiLu-right.on{background:url("../images/czjl_four.png") no-repeat 20px top;background-size:27px 22px;color:#F3FFC5;}
.recha-tab .jiLu-left.on a,.recha-tab .jiLu-right.on a{color:#F3FFC5;}
.recha-recod .recodNew-tit{padding:8px 14px;}

/*新版设置页*/
.setNew-box li{overflow:hidden;width:100%;height:auto;padding:19px 6px 20px 40px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.setNew-box li:last-child{border-bottom:12px solid #F6F7F8;}
.setNew-box li.bgone{background:url("../images/setNew_one.png") no-repeat 10px center;background-size:28px auto;}
.setNew-box li.bgtwo{background:url("../images/setNew_two.png") no-repeat 10px center;background-size:28px auto;}
.setNew-box li.bgthree{background:url("../images/setNew_three.png") no-repeat 10px center;background-size:28px auto;}
.setNew-box li a{display:block;}
.setNew-box li a p{float:left;width:94%;height:22px;line-height:22px;margin-left:14px;font-size:16px;color:#474747;background:url("../images/accouNew_snow.png") no-repeat right center;background-size:9px 17px;box-sizing:border-box;}
.setNew-btn{display:block;width:100%;height:40px;line-height:40px;margin:35px 0;border-top:1px solid #F4F4F4;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.setNew-btn input{width:100%;height:40px;line-height:40px;background:none;font-size:18px;color:#0078CB;text-align:center;text-decoration:none;outline:none;}

/*新版提现页*/
.cashNew-tip{width:100%;height:auto;padding:10px 0;background:#FFFFE9;box-sizing:border-box;}
.cashNew-word{width:67%;height:auto;margin:0 auto;padding-left:18px;font-size:12px;color:#FFA647;background:url("../images/cashNew_one.png") no-repeat left center;box-sizing:border-box;background-size:12px auto;}
.cashNew-word a{color:#4Eb2FF;padding-left:5px;text-decoration:none;}
.cashNew-list,.accounMage-warp{width:100%;height:auto;padding-top:15px;box-sizing:border-box;}
.cashNew-list li,.accounMage-warp li{width:100%;height:auto;padding:12px 14px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.cashNew-list li:last-child{border-bottom:12px solid #F6F7F8;}
.cashNew-money{overflow:hidden;width:100%;height:20px;line-height:20px;font-size:14px;color:#838383;vertical-align:top;}
.cashNew-money span{overflow:hidden;white-space:nowrap;display:inline-block;padding-left:10px;font-size:15px;color:#505050;vertical-align:top;box-sizing:border-box;}
.cashNew-money span i{font-style:normal;overflow:hidden;white-space:nowrap;display:inline-block;vertical-align:top;}
.cashNew-name{overflow:hidden;white-space:nowrap;width:100%;height:auto;font-size:14px;color:#838383;box-sizing:border-box;}
.cashNew-number{overflow:hidden;white-space:nowrap;width:100%;height:auto;font-size:34px;color:#505050;padding:8px 0;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.cashNew-servie{overflow:hidden;width:100%;height:auto;padding-top:10px;box-sizing:border-box;}
.cashNew-left{overflow:hidden;white-space:nowrap;float:left;width:80%;height:20px;line-height:20px;font-size:14px;color:#838383;box-sizing:border-box;}
.cashNew-right{overflow:hidden;white-space:nowrap;display:block;float:left;width:20%;height:20px;line-height:20px;font-size:13px;color:#4Eb2FF;box-sizing:border-box;text-align:center;}
.account-manage{display:block;position:absolute;right:10px;height:58px;line-height:58px;font-size:15px;color:#fff;}
.cashNew-check{outline:none;white-space:nowrap;display:inline-block;width:75%;height:40px;line-height:40px;margin-left:5%;font-size:15px;color:#505050;font-family:"Microsoft Yahei";box-sizing:border-box;background-size:auto 8px;text-indent:10px;}
.cashNew-check option{outline:none;}
.cashNew-submen{width:75%;margin-left:46px;border:1px solid #f4f4f4;font-size:15px;color:#FFF;box-sizing:border-box;background:#0083DE;}
.cashNew-submen p{width:100%;height:auto;padding:15px 5px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.cashNew-btn{display:block;width:56%;height:38px;line-height:39px;margin:30px auto 40px;font-size:16px;color:#FFF;text-align:center;background:#4494f7;border-radius:8px;text-decoration:none;}
.dn-form-block .layui-form-label.cashNew-to{white-space:nowrap;display:inline-block;width:42px;padding:9px 0;font-size:14px;color:#838383;}
.dn-form-block .layui-input-block.w75{width:75%;}

/*换一换系列页样式*/
.exChange-more{display:block;width:100%;height:auto;margin:0 0 5%;font-size:15px;color:#34A8FF;text-align:center;}
.line-gao{line-height:40px!important;}
.newChange-list{overflow:hidden;width:100%;padding:0 20px;margin:0 auto;box-sizing:border-box;}
.newChange-list li{float:left;padding:0 6%;height:34px;line-height:34px;margin-right:20px;font-size:14px;color:#555;border-radius:20px;border:1px solid #E6E6E6;}
.newChange-list li.on{background:#34A8FF;color:#FFF;}
.exchang-add{display:block;float:right;height:58px;line-height:58px;padding-left:22px;font-size:14px;color:#FFF;background:url("../images/echange_add.png") no-repeat left center;background-size:auto 17px;box-sizing:border-box;}
.exchange-new .layui-form-label{width:24%;text-align:left;box-sizing:border-box;text-indent:10px;}
.exchange-new .layui-input-block{margin-left:88px;}
.huanHuan-list,.exchange-poress{width:87%;height:auto;margin:20px auto 8px;box-sizing:border-box;}
.huanHuan-list li{overflow:hidden;width:100%;height:auto;margin-top:20px;box-sizing:border-box;}
.huanHuan-list li span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:12%;height:38px;line-height:38px;margin-right:5px;font-size:14px;}
.huanHuan-list li input{float:left;width:86%;height:38px;line-height:38px;padding-left:10px;font-size:14px;color:#8A8A8A;border:1px solid #E6E6E6;border-radius:2px;box-sizing:border-box;}
.huanHuan-list li textarea{display:block;width:86%;min-height:50px;line-height:20px;padding:6px 10px;box-sizing:border-box;border:1px solid #E6E6E6;background-color:#FFF;border-radius:2px;}
.huanHuan-list li .huan-btn{display:block;width:100%;height:38px;line-height:38px;background:#1E9FFF;font-size:17px;color:#FFF;text-align:center;border-radius:5px;opacity:.9;box-sizing:border-box;}
.huanHuan-list li .huanDetail-more{display:block;width:100%;height:auto;margin-top:10px;font-size:15px;color:#34A8FF;text-align:center;box-sizing:border-box;}
.exchange-poress li{overflow:hidden;width:100%;height:auto;padding:8px 3%;margin-top:5px;box-sizing:border-box;border-radius:2px;background:#E0EBFF;}
.expross-left{float:left;width:10%;height:26px;}
.expross-left.bgone{background:url("../images/exchang_one.png") no-repeat left center;background-size:26px 26px;}
.expross-left.bgTwo{background:url("../images/exchang_two.png") no-repeat left center;background-size:26px 26px;}
.expross-left.bgThree{background:url("../images/exchang_three.png") no-repeat left center;background-size:26px 26px;}
.expross-left.bgFour{background:url("../images/exchang_four.png") no-repeat left center;background-size:26px 26px;}
.expross-left.bgFive{background:url("../images/exchang_five.png") no-repeat left center;background-size:26px 26px;}
.expross-right{float:left;width:87%;height:auto;line-height:20px;margin-left:5px;margin-top:1px;font-size:14px;color:#222;}
.exchange-yu,.exchange-pei{width:94%;height:auto;box-sizing:border-box;margin:20px auto 0;border:1px solid #E6E6E6;border-radius:2px;}
.exchange-yu ul,.exchange-pei ul{width:100%;height:auto;padding:5px 12px 15px;box-sizing:border-box;}
.exchange-yu li{width:100%;height:auto;line-height:24px;margin-top:5px;font-size:14px;box-sizing:border-box;word-wrap:break-word;}
.exSee-more{display:block;width:100%;height:36px;line-height:36px;font-size:14px;color:#34A8FF;text-align:center;border-top:1px solid #E6E6E6;}
.exSee-more:hover{color:#34A8FF;}
.exchange-pei li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;height:auto;line-height:24px;box-sizing:border-box;margin-top:5px;padding-left:11px;font-size:14px;background:url("../images/echange_bg.png") no-repeat left center;background-size:4px 5px;}
.exchange-pei{margin-bottom:0;}
.exchange-ps{width:87%;height:auto;margin:0 auto;box-sizing:border-box;padding-left:3%;font-size:14px;color:#666;}
.exchange-ps span{color:#FF9900;}
.huan-search{width:100%;height:38px;line-height:37px;padding-left:40px;font-size:15px;color:#8A8A8A;border:1px solid #E6E6E6;border-radius:2px;background:url("../images/exchange-search.png") no-repeat 5px center;box-sizing:border-box;}
.exsearch-btn{display:block;width:100%;height:38px;line-height:38px;box-sizing:border-box;margin-top:15px;padding:0 18px;font-size:17px;color:#FFF;background-color:#1E9FFF;white-space:nowrap;text-align:center;border:none;border-radius:2px;cursor:pointer;opacity:.9;}
.exsearch-btn:hover{color:#FFF;}
.ex-mt{margin-top:15px;}
.exyu-tit{display:block;width:100%;box-sizing:border-box;height:60px;line-height:60px;padding-left:9px;font-size:16px;color:#002F47;font-weight:bold;}
.exchang-tuijian{display:block;position:absolute;top:24%;right:5px;width:34%;}
.hiuanBiao-qian{width:100%;height:auto;box-sizing:border-box;}
.hiuanBiao-qian li{display:inline-block;margin-right:10px;margin-bottom:10px;}
.hiuanBiao-qian li.on a,.hiuanBiao-qian li.on select{border:1px solid #1988BE;}
.hiuanBiao-qian li select,.hiuanBiao-qian li a{display:block;vertical-align:middle;height:34px;line-height:34px;padding:0px 10px;font-size:12px;color:#222;border:1px solid #E5E5E5;border-radius:2px;z-index:100;}
.hiuanBiao-sub{height:auto;border:1px solid #E5E5E5;background:#FAFAFA;z-index:99;}
.hiuanBiao-line{height:55px;}
.hiuanBiao-sub span{height:48px;line-height:48px;padding:0 13px!important;font-size:12px;color:#333!important;cursor:pointer;}
.exnew-sure{padding:10px 21px!important;}
.exChange-listnew{margin-bottom:0;}
.tabHua-box2{top:97px;}
.tabHua-box3{top:141px;}

/*充值弹框页样式*/
.myblackbg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:98;opacity:0.5;}
.rechar-pop{position:fixed;z-index:100;top:22%;left:50%;margin-left:-45%;width:90%;height:auto;padding:24px 3%;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.rechar-pop h3{font-size:15px;color:#3C3C3C;}
.rechar-pop p{width:100%;height:auto;line-height:22px;font-size:13px;color:#3C3C3C;text-indent:2em;margin-top:5px;}
.rechar-pop p i{color:#FF000C;font-style:normal;}
.recharPop-btn{display:block;position:absolute;top:4px;right:5px;width:30px;height:30px;background:url("../images/exchang_close.png") no-repeat center;background-size:100%;}
.recharPop-sure{display:block;width:50%;height:38px;line-height:38px;margin:20px auto 0;font-size:17px;color:#FFF;text-align:center;background:#05B4ED;border-radius:4px;text-decoration:none;}

/*账户管理页样式*/
.accounMage-tip{width:83%;}
.accounMage-left{overflow:hidden;float:left;width:56%;height:auto;margin-top:5px;}
.accounMage-left .acmage-img{display:block;float:left;width:44px;height:auto;}
.accounMage-left .acmage-img img{width:100%;}
.accounMage-left .acmage-word{display:block;float:left;width:72%;height:auto;margin-left:5px;}
.accounMage-left .acmage-word h3{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;height:auto;font-size:16px;color:#3E3E3E;}
.accounMage-left .acmage-word p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;height:auto;font-size:14px;color:#4D4D4D;}
.accounMage-right{overflow:hidden;float:left;width:44%;height:auto;}
.accounMage-right p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;height:auto;font-size:13px;color:#606060;}
.accounMage-right .acmage-detal{overflow:hidden;width:100%;height:auto;margin-top:3px;}
.accounMage-right .acmage-xiugai{display:block;float:left;width:42%;height:24px;line-height:24px;font-size:13px;color:#4D4D4D;text-align:center;border:1px solid #FD8F1A;border-radius:6px;text-decoration:none;}
.accounMage-right .acmage-sanchu{display:block;float:left;width:42%;height:24px;line-height:24px;margin-left:11px;font-size:13px;color:#FFF;text-align:center;background:#FD8F1A;border:1px solid #FD8F1A;border-radius:6px;text-decoration:none;}
.accounMage-warp li:last-child{border-bottom:12px solid #F6F7F8;}
.weDetail-warp .caiwuDetail-left{color:#3E3E3E;}
.weDetail-warp .caiwuDetail-money{width:42%;font-size:16px;color:#01AAFC;}
.weDetail-warp .caiwuDetail-remark{color:#01AAFC;}
.weiDetail-time{width:100%;height:auto;line-height:20px;margin-top:5px;font-size:14px;color:#606060;}
.caiwuDetail-right{width:42%;font-size:14px;color:#606060;}
.weDetail-warp li:last-child,.myWtuo-warp li:last-child{border-bottom:12px solid #F6F7F8;}
.weDetail-mt{margin-top:5px}
.caiwuDetail-btline .caiwuDetail-right span{color:#FF0000;}

/*我的委托页*/
.myWtuo-warp li{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;}
.myWtuo-box{overflow:hidden;width:100%;height:auto;}
.myWtuo-left{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;overflow:hidden;width:54%;height:22px;line-height:22px;font-size:16px;color:#3E3E3E;box-sizing:border-box;}
.myWtuo-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:right;overflow:hidden;width:46%;height:22px;line-height:22px;font-size:14px;color:#606060;box-sizing:border-box;}
.myWetuo-yu{overflow:hidden;float:left;overflow:hidden;width:54%;height:22px;margin-top:10px;font-size:16px;color:#636363;box-sizing:border-box;}
.myWetuo-yumin{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:45%;}
.myWetuo-color{color:#16AAFF;width:55%;}
.myWetuo-color2{color:#161616;font-size:17px;width:55%}
.myWtuo-detail{overflow:hidden;float:left;overflow:hidden;width:46%;height:22px;margin-top:8px;font-size:15px;color:#636363;box-sizing:border-box;}
.myWtuo-color3{color:#FD8F1A;}
.mywei-tuo{overflow:hidden;width:100%;height:auto;margin-top:10px;}
.mywei-shijian{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;overflow:hidden;width:54%;height:28px;line-height:28px;font-size:14px;color:#3E3E3E;box-sizing:border-box;}
.mywei-chakan{overflow:hidden;float:left;overflow:hidden;width:46%;box-sizing:border-box;}
.mywei-tuosee{display:block;float:left;width:45%;height:26px;line-height:26px;font-size:15px;color:#FFF;text-align:center;background:#FD8F1A;border-radius:4px;border:1px solid #FD8F1A;text-decoration:none;}
.mywei-tuoqu{display:block;float:left;width:45%;height:26px;line-height:26px;margin-left:5%;font-size:15px;color:#636363;text-align:center;border-radius:4px;border:1px solid #FD8F1A;text-decoration:none;}

/*交易详情页-mm*/
.jiaoyiprocess{width:100%;overflow-x:auto;}
.jiaoyiprocess ul{width:183%;padding:10px 20px;overflow:hidden;}
.jiaoyiprocess ul li{height:143px;max-width:128px;display:inline-block;position:relative;margin-right:0;padding:0;}
.jiaoyiprocess ul li time{display:block;height:40px;line-height:20px;padding:5px 0;color:#888;font-size:14px;font-weight:500;}
.jiaoyiprocess ul li i.step{display:block;width:26px;height:26px;text-align:center;line-height:26px;font-style:normal;border-radius:20px;border:1px solid #014a1e;color:#f90;background:#fff;}
.jiaoyiprocess ul li .stepline{position:absolute;top:63px;left:5px;height:1px;width:100%;background:#bbdfc9;z-index:-1;}
.jiaoyiprocess ul li p{float:left;height:45px;overflow:hidden;padding:10px 30px 10px 0;color:#888;font-size:14px;font-weight:500;}
.jiaoyiprocess ul li.now i.step{background:#f90;color:#fff;border:1px solid #f90;}
.jiaoyiprocess ul li.now p{color:#f90;}
.jiaoyi-basic .jiaoyi-num{float:left;max-width:55%;overflow:hidden;font-size:16px;}
.jiaoyi-basic .caiwuDetail-second{padding:10px 0;}
.jiaoyi-basic .jiaoyi-price{width:55%;float:right;font-size:14px;color:#666;}
.jiaoyi-basic .jiaoyi-price span{padding-right:15px;color:#888;}
.jiaoyi-basic .jiaoyi-price.dn-price{color:#333;font-size:18px;}
.jiaoyi-cost .caiwuDetail-second{padding:15px 0;border-top:1px solid #f4f4f4;}
.jiaoyi-cost .caiwuDetail-second:first-child{border-top:none;}
.jiaoyi-cost .caiwuDetail-second .jiaoyi-price{font-size:18px;}
.jiaoyi-cost .caiwuDetail-second .jiaoyi-price span{padding-left:10px;font-size:14px;}

/*新年放假公告-begin-18-02-12*/
.price-btn .kanjia{display:inline-block;padding:6px 14px;width:100px;height:54px;margin:10px 30px;line-height:54px;border-radius:4px;border:1px solid #f90;color:#f90;font-size:26px;font-weight:400;}
.price-btn .kanjia:hover{background:#f60;color:#FFF;}
.tc-box-holiday{position: fixed;top:0;left: 0;right: 0;bottom: 0;background:rgba(0,0,0,.5);z-index:900;}
.holiday-box .withdrawals{padding:20px 40px;}
.holiday-box{position:relative;left:0;right:0;top:100px;margin:auto;width:95%;min-height:450px;
	/* background:url("../images/happynews.png") no-repeat; */
	background:url("../images/tishi_index.png") no-repeat;
	background-size:100% auto;z-index:999;}
/* .holiday-box .close{position:absolute;right:5px;top:5px;}
.holiday-box .close a{display:inline-block;overflow:hidden;width:35px;}
.holiday-box .close img{width:100%;} */
.holiday-box .close{position: absolute;bottom: 0;height: 3.5rem;width: 100%;background:#398af6;text-align:center;color:#fff;line-height:3.5rem;font-size:20px;}
/*新年放假公告-end-18-02-12*/

/*新版充值订单详情页*/

.recharDetail-tit{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#0093DB;border-top:12px solid #F6F7F8;}
.recharDetail-cont{overflow:hidden;width:100%;height:auto;box-sizing:border-box;border-top:12px solid #F6F7F8;border-bottom:12px solid #F6F7F8;}
.recharDetail-cont li,.tixian-set li{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.recharDetail-cont li:last-child,.tixian-set li:last-child{border-bottom:none;}
.recharDetail-left{float:left;width:27%;height:auto;font-size:15px;color:#373737;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.recharDetail-right{float:left;width:73%;height:auto;font-size:15px;color:#646464;}
.recharDetail-color{color:#FF000C;}
.recharDetail-btn{width:100%;height:auto;padding:40px 0 60px;margin-bottom:90px;box-sizing:border-box;}
.recharDetail-btn1{display:block;width:60%;height:38px;line-height:38px;margin:0 auto;font-size:17px;color:#FFF;text-align:center;background:#4494f7;border-radius:4px;text-decoration:none;}
.recharDetail-btn1:hover{opacity:.8;filter:alpha(opacity=80);color:#FFF;}
.recharDetail-btn2{color: red;padding-top: 30px;text-align: center;text-decoration: none;}
.recharDetail-btn3{text-align: center;padding-top: 30px;color: #999;}

/*新版提现记录页*/
.tixian-tit{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#1200FF;border-bottom:1px solid #F4F4F4;}
.tixian-record .recodNew-number{color:#636363;}

/*新版提现账户设置页*/
.tixian-set{border-top:12px solid #F6F7F8;border-bottom:12px solid #F6F7F8;}
.tiSet-left{float:left;width:32%;box-sizing:border-box;height:22px;line-height:22px;font-size:15px;color:#3D3D3D;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.tiSet-right{float:left;width:68%;box-sizing:border-box;height:auto;}
.tiSet-right input,.tiSet-right p{width:94%;box-sizing:border-box;height:22px;line-height:22px;outline:none;font-size:14px;color:#757575;}
.tiSet-right select{width:94%;box-sizing:border-box;height:22px;line-height:22px;outline:none;font-size:14px;color:#757575;}
.tiSet-btn{display:block;width:82%;height:38px;line-height:39px;margin:42px auto 90px;font-size:17px;color:#FFF;text-align:center;background:#00A5EA;border-radius:4px;text-decoration:none;outline:none;}
.tiSet-btn:hover{opacity:.8;filter:alpha(opacity=80);color:#FFF;}

/*我的中介页*/
.myZhongjie li{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;}
.myZhongjie-box{overflow:hidden;width:100%;height:auto;padding:15px 10px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.myZhongjie-box.ts-top{padding-top:5px;}
.myZhongjie-ever{overflow:hidden;width:100%;padding-top:6px;}
.myZhongjie-left{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:52%;height:22px;line-height:22px;font-size:12px;color:#636363;}
.myZhongjie-left.color-one{font-size:16px;color:#16AAFF;}
.myZhongjie-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:47%;height:22px;line-height:22px;margin-left:1%;font-size:12px;color:#636363;}
.myZhongjie-right span{display:inline-block;}
.myZhongjie-left span,.myZhongjie-right span{height:22px;line-height:22px;}
.myZhongjie-ever span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-right:7px;}
.myZhongjie-money{font-size:14px;color:#171717;}
.myZhongjie-ever .color-two{display:block;color:#16AAFF;text-decoration:none;background:url("../images/myzhong_log.png") no-repeat 60px 6.5px;background-size:16px 11px;}
.myZhongjie-remark{float:left;height:auto;font-size:14px;color:#636363;}
.myZhongjie-descript{float:left;width:86%;height:auto;line-height:20px;font-size:14px;color:#636363;font-weight:lighter;}
.myZhongjie-box.ts-bottom{border-bottom:none;}
.myZhongjie-btn{overflow:hidden;margin-right:2%;}
.myZhongjie-see{float:right;display:block;width:60px;height:24px;line-height:25px;font-size:12px;color:#636363;border:1px solid #FD8F1A;border-radius:4px;text-align:center;text-decoration:none;}
.myZhongjie-down{float:right;display:block;width:60px;height:24px;line-height:25px;margin:0 2%;font-size:12px;color:#636363;border:1px solid #FD8F1A;border-radius:4px;text-align:center;text-decoration:none;}
.myZhongjie-souHou{float:right;display:block;width:60px;height:24px;line-height:25px;font-size:12px;color:#FF8401;border:1px solid #9EDAFD;border-radius:4px;text-align:center;text-decoration:none;}
.myZhongjie .color-three{width:54px;font-size:12px;color:#FF0000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.myZhongjie li.myjie-fenqi{background:#F4F4F4;border-top:none;}
.myjie-left{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:36%;height:26px;line-height:26px;font-size:16px;color:#161616;}
.myjie-fenqi a{border:1px solid #8D8C8B;}
.myjie-fenqi .myZhongjie-box{padding:10px;}
.myZhongjie li.myFenqi-list{background:#F8F8F8;border-top:12px solid #FFF;}
.myFenqi-list .myZhongjie-box{border-bottom:1px solid #FFF;}
.myFenqi-bt{border-top:none;}
.myFenqi-bb{border-bottom:none;}

/*新版修改密码页样式*/
.modiePhone li,.modieCom li{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;padding:15px 10px;box-sizing:border-box;}
.modiePhone li:last-child,.modieCom li:last-child{border-bottom:12px solid #F6F7F8;}
.modiePhone-left,.modieCom-left{float:left;width:36%;box-sizing:border-box;height:22px;line-height:22px;font-size:16px;color:#454444;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.modiePhone-right,.modieCom-right{float:left;width:64%;box-sizing:border-box;height:22px;line-height:22px;}
.modiePhone-right input,.modieCom-right input{width:94%;box-sizing:border-box;height:22px;line-height:22px;outline:none;font-size:14px;color:#989797;}
.modiePhone-btn,.modieCom-btn{display:block;width:70%;height:38px;line-height:41px;margin:42px auto 0;font-size:17px;color:#FFF;text-align:center;background:#4494F7;border-radius:4px;outline:none;}

/*新版修改手机页样式*/
.modiePh li{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;padding:9px 10px;box-sizing:border-box;}
.modiePh .code-warp{overflow:hidden;display:inline-block;width:40%;height:34px;margin-left:10px;vertical-align:top;}
.modiePh .code-warp img{height:34px;}
.modiePh .modieCom-left,.modiePh .modieCom-right{height:34px;line-height:34px;}
.modiePh .modieCom-right input{display:inline-block;width:50%;height:34px;vertical-align:top;}
.modiePh .huoqu-btn{overflow:hidden;display:inline-block;width:40%;height:34px;line-height:34px;margin-left:10px;vertical-align:top;font-size:14px;color:#FFF;background:#FFA200;border-radius:4px;text-align:center;}

/*新版实名认证样式*/
.cerNew-tit{width:100%;height:auto;border-top:12px solid #F6F7F8;border-bottom:12px solid #F6F7F8;}
.cerNew-tab{overflow:hidden;width:100%;height:auto;box-sizing:border-box;padding:14px 0;border-bottom:1px solid #F4F4F4;}
.cerNew-tab li{float:left;width:33%;height:auto;box-sizing:border-box;font-size:16px;color:#3D3D3D;text-align:center;border-left:1px solid #F4F4F4;margin-left:-1px;}
.cerNew-tab li a{display:block;color:#3D3D3D;text-decoration:none;}
.cerNew-tab img{height:28px;vertical-align:middle;}
.cerNew-tab span,.cerNew-tip span{vertical-align:middle;}
.cerNew-tab li.on,.cerNew-tab li.on a{color:#0097FF;}
.cerNew-tip{width:100%;height:auto;padding:14px 0;font-size:12px;color:#F87822;text-align:center;vertical-align:middle;}
.cerNew-tip img{height:20px;vertical-align:middle;}
.cerNew-info li{overflow:hidden;width:100%;height:auto;box-sizing:border-box;padding:14px;border-bottom:1px solid #F4F4F4;}
.cerNew-info li .cerNew-left{float:left;width:37%;height:32px;line-height:32px;font-size:13px;color:#3D3D3D;}
.cerNew-info li .cerNew-right{float:left;width:63%;height:32px;line-height:32px;font-size:14px;color:#3D3D3D;position:relative;}
.cerNew-info li .cerNew-right input{width:100%;height:32px;line-height:32px;box-sizing:border-box;border:1px solid #5D8870;border-radius:4px;background:#F4F4F4;text-indent:10px;outline:none;}
.cerNew-info li .cerNew-right input.cerNew-word{position:absolute;top:0px;left:0;font-size:12px;color:transparent;border:none;background:#FFF;opacity:0;}
.cerNew-up{float:left;width:72px;height:22px;line-height:22px;margin-top:5px;text-align:center;border:1px solid #5D8870;border-radius:4px;background:#F4F4F4;cursor:pointer;}
.cerNew-upword{float:left;width:86px;height:24px;line-height:26px;margin-top:5px;margin-left:2px;color:#757575;font-size:12px;}
.cerNew-btn{display:block;width:64%;height:38px;line-height:39px;margin:30px auto;font-size:18px;color:#FFF;text-align:center;background:#20ADFE;border-radius:4px;text-decoration:none;outline:none;}
.cerNew-wenxin{overflow:hidden;width:100%;height:auto;border-bottom:12px solid #F6F7F8;}
.cerWen-tit{width:100%;height:auto;box-sizing:border-box;padding:14px;font-size:16px;color:#F87822;border-bottom:1px solid #F4F4F4;font-weight:bold;}
.cerWen-detail{width:100%;height:auto;box-sizing:border-box;padding:14px;border-bottom:1px solid #F4F4F4;}
.cerWen-detail li{overflow:hidden;width:100%;height:auto;padding-top:5px;}
.cerWen-detail li:first-child{padding-top:0;}
.cerWen-left,.cerCare-left{float:left;width:11px;}
.cerWen-left img,.cerCare-left img{width:100%;}
.cerWen-right{float:left;width:90%;height:auto;line-height:22px;margin-left:10px;font-size:14px;color:#757575;}
.cerWen-right.c-red{color:red;}
.cerWen-care li{overflow:hidden;width:100%;height:auto;padding:14px;border-bottom:1px solid #F4F4F4;}
.cerWen-care li:last-child{border-bottom:none;}
.cerCare-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:90%;height:auto;line-height:22px;margin-left:5px;font-size:14px;color:#01AAFC;}
.cerWen-care li a{color:#01AAFC;text-decoration:none;}
.cerNew-result{overflow:hidden;width:100%;height:auto;}
.cerResult-detail{width:100%;height:auto;border-top:12px solid #F6F7F8;}
.cerResult-detail.border-ts{border-top:none;}
.cerResult-detail li{overflow:hidden;width:100%;height:auto;padding:0 14px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.cerResult-detail li:last-child{border-bottom:none;}
.cerResult-left{float:left;width:32%;height:64px;line-height:64px;font-size:15px;color:#3D3D3D;}
.cerResult-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:68%;height:64px;line-height:64px;font-size:15px;color:#757575;}
.com-red{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:50px;color:#EA0111;}
.com-blue{color:#0083DE;}
.cerResult-why{width:75%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;}
.cerNew-card{width:100%;height:32px;line-height:32px;padding-left:24px;box-sizing:border-box;}
.cerNew-card.bg-one{background:url("../images/certiNew_cheecked.png") no-repeat left center;background-size:20px 20px;}
.cerNew-card.bg-two{background:url("../images/certiNew_nocheeck.png") no-repeat left center;background-size:20px 20px;cursor:pointer;}
.cerResult-no{width:100%;height:auto;padding:14px;font-size:17px;color:#787777;text-align:center;border-bottom:12px solid #F6F7F8;}

/*新版奖励金样式*/
.bouns-tit{position:relative;overflow:hidden;width:100%;height:114px;background:url("../images/boun_log.png") no-repeat;background-size:100%;}
.bouns-back{display:block;position:absolute;top:0;left:14px;width:20%;height:58px;line-height:58px;padding-left:18px;font-size:15px;color:#FFF;background:url("../images/caiWu_back.png") no-repeat left center;background-size:11px 19px;box-sizing:border-box;text-decoration:none;}
.bouns-name{position:absolute;bottom:14%;left:50%;width:50%;margin-left:-25%;font-size:17px;color:#FFF;text-align:center;}
.bouns-cont{overflow:hidden;width:100%;height:auto;}
.bouns-cont li{width:100%;height:auto;padding:9px 14px 14px;border-top:12px solid #F6F7F8;box-sizing:border-box;}
.bouns-cont li:last-child{border-bottom:12px solid #F6F7F8;}
.bouns-box{overflow:hidden;width:100%;height:auto;padding-top:5px;box-sizing:border-box;}
.bouns-left{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:52%;height:24px;line-height:24px;}
.bouns-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:48%;height:24px;line-height:24px;}
.bouns-blue{color:#01AAFC;font-size:17px;}
.bouns-red{display:inline-block;max-width:80px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#FC0101;font-size:15px;}
.bouns-yue{display:inline-block;width:30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:10px;font-size:15px;color:#3D3D3D;}
.bouns-number{display:inline-block;max-width:80px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:15px;color:#3D3D3D;}
.bouns-time{font-size:13px;color:#636363;}

/*新版注册页样式*/
.registNew li{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.registNew li:last-child{border-bottom:12px solid #F6F7F8;}
.registNew-left{float:left;width:44%;height:24px;line-height:24px;font-size:16px;color:#454444;padding-left:32px;box-sizing:border-box;}
.registNew-bgone{background:url("../images/registNew_one.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgtwo{background:url("../images/registNew_two.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgthree{background:url("../images/registNew_three.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgfour{background:url("../images/registNew_four.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgfive{background:url("../images/registNew_five.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgsix{background:url("../images/registNew_six.png") no-repeat left center;background-size:28px 100%;}
.registNew-bgseven{background:url("../images/registNew_seven.png") no-repeat left center;background-size:28px 100%;}
.registNew-right{float:left;width:56%;height:24px;font-size:14px;color:#989797;box-sizing:border-box;}
.registNew-right input{width:100%;height:24px;line-height:24px;outline:none;font-size:14px;}
.registNew-agree{width:82%;height:auto;margin:35px auto 10px;}
.registNew-agree input{display:inline-block;width:18px;height:18px;vertical-align:middle;margin-top:3px;}
.registNew-agree span{display:inline-block;height:18px;vertical-align:middle;font-size:14px;color:#454444;}
.registNew-btn{display:block;width:82%;height:38px;line-height:41px;margin:0 auto 15px;font-size:17px;color:#FFF;text-align:center;background:#4494f7;border-radius:4px;outline:none;}
.registNew-btn:hover{opacity:.8;}
.registNew-have{display:block;width:80%;height:auto;margin:0 auto 0;font-size:14px;color:#2873D0;text-decoration:none;text-align:right;}
.registNew-right.ts-width input{display:inline-block;width:51%;vertical-align:top;}
.registNew-code{overflow:hidden;display:inline-block;width:40%;margin-left:10px;vertical-align:top;margin-top:-2px;}
.registNew-code img{width:100%;}
.registNew-duan{overflow:hidden;display:inline-block;width:39%;height:28px;line-height:28px;margin-left:10px;margin-top:-4px;vertical-align:top;font-size:13px;color:#FFF;background:#FFA200;border-radius:4px;text-align:center;outline:none;}

/*新版登陆样式*/
.loginNew{width:100%;height:100%;background:url("../images/loginNew_one.jpg") repeat-y;background-size:100% 100%;}
.loginNew-info{width:86%;height:auto;box-sizing:border-box;margin:0 auto;}
.loginNew-info li{overflow:hidden;width:100%;height:auto;padding:14px 0;border-bottom:1px solid #FFF;}
.loginNew-left{float:left;width:28%;height:24px;line-height:24px;font-size:17px;color:#FFF;padding-left:40px;box-sizing:border-box;}
.loginNew-left.bgone{background:url("../images/loginNew_two.png") no-repeat left center;background-size:26px 100%;}
.loginNew-left.bgtwo{background:url("../images/loginNew_three.png") no-repeat left center;background-size:30px 100%;}
.loginNew-right{float:left;width:70%;height:auto;}
.loginNew-right input{width:100%;height:24px;line-height:24px;font-size:17px;color:#FFF;text-indent:10px;background:transparent;outline:none;}
.loginNew-btn{display:block;width:86%;height:42px;line-height:42px;margin:30px auto 15px;font-size:20px;color:#FFF;background:#5AB5FB;border-radius:4px;text-align:center;}
.loginNew-deal{overflow:hidden;width:85%;height:auto;margin:15px auto 0;}
.loginNew-wangji{display:block;float:left;width:50%;height:auto;font-size:16px;color:#FFF;text-decoration:none;}
.loginNew-regist{display:block;float:left;width:50%;height:auto;font-size:16px;color:#FFF;text-align:right;text-decoration:none;}
.loginNew-other{width:56%;height:auto;overflow:hidden;margin:35% auto 0;text-align:center;}
.loginNew-other span{display:inline-block;width:72px;font-size:17px;color:#FFF;vertical-align:middle;}
.loginNew-weiXin{display:inline-block;width:30px;height:25px;background:url("../images/loginNew_wei.png") no-repeat;background-size:30px 100%;vertical-align:middle;margin:0 20px;}
.loginNew-qq{display:inline-block;width:25px;height:30px;background:url("../images/loginNew_qq.png") no-repeat;background-size:25px 100%;vertical-align:middle;}
.loginNew-bg{display:block;width:100%;height:100%;}
.myblackbg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:98;opacity:0.5;filter:alpha(opacity=50);}
.fortPass-pop{position:fixed;z-index:100;bottom:0;left:50%;margin-left:-50%;width:100%;height:auto;background-color:#FFF;}
.fortPass-way li{width:100%;height:auto;padding:14px 0;font-size:16px;color:#404141;text-align:center;border-bottom:1px solid #F4F4F4;}
.fortPass-way li a{display:block;color:#404141;text-decoration:none;}
.fortPass-way li:last-child{border-bottom:none;}
.fortPass-quxiao{width:100%;padding:14px 0;font-size:17px;color:#404141;text-align:center;border-top:12px solid #F6F7F8;cursor:pointer;}
.loginNew-back{display:block;width:35%;height:auto;margin:0 auto;padding:18% 0 8%;}
.loginNew-back img{width:100%;}
.loginNew-right input::-webkit-input-placeholder{	/* placeholder颜色  */
	color:#CECECE;}
.loginNew-right input:-moz-placeholder{	/* Mozilla Firefox 4 to 18 */
	color:#CECECE;}
.loginNew-right input::-moz-placeholder{	/* Mozilla Firefox 19+ */
	color:#CECECE;}
.loginNew-right input:-ms-input-placeholder{	/* Internet Explorer 10+ */
	color:#CECECE;}

/*新版短信密码设置系列样式*/
.img-warp{width:34%;height:auto;text-align:center;margin:0 auto;padding:20% 0 14%;box-sizing:border-box;}
.img-warp img{width:100%;}
.passRest-word{width:88%;height:auto;margin:0 auto;font-size:16px;color:#3D3D3D;}
.passRest-word a,.passRest-word span{color:#E66405;text-decoration:none;}
.passRest-btn{display:block;width:91%;height:40px;line-height:40px;margin:14px auto;font-size:18px;color:#FFF;background:#4494F7;text-align:center;border-radius:4px;cursor:pointer;}
.messVerfi-warp{width:100%;height:auto;padding:14px;box-sizing:border-box;border-top:12px solid #F6F7F8;border-bottom:12px solid #F6F7F8;}
.messVerfi-warp input{width:100%;height:auto;line-height:22px;font-size:15px;color:#636363;outline:none;}
.messVerfi-btn{display:block;width:82%;height:38px;line-height:39px;margin:40px auto 0;font-size:18px;color:#FFF;text-align:center;background:#00ABFB;border-radius:4px;}
.messVerfi-warp input::-webkit-input-placeholder{	/* placeholder颜色  */
	color:#A2A0A0;}
.messVerfi-warp input:-moz-placeholder{	/* Mozilla Firefox 4 to 18 */
	color:#A2A0A0;}
.messVerfi-warp input::-moz-placeholder{	/* Mozilla Firefox 19+ */
	color:#A2A0A0;}
.messVerfi-warp input:-ms-input-placeholder{	/* Internet Explorer 10+ */
	color:#A2A0A0;}
.passNew-set li{overflow:hidden;width:100%;height:auto;padding:15px 14px;border-top:12px solid #F6F7F8;box-sizing:border-box;}
.passNew-set li:last-child{border-bottom:12px solid #F6F7F8;}
.passNew-set .passNew-left{float:left;width:50%;height:auto;padding-left:28px;font-size:17px;color:#454444;box-sizing:border-box;}
.passNew-set .passNew-right{float:left;width:50%;height:auto;box-sizing:border-box;}
.passNew-set .passNew-right input{width:100%;height:auto;font-size:16px;color:#989797;outline:none;}
.passNew-set .passNew-left.bgOne{background:url("../images/passSet_one.png") no-repeat left center;background-size:21px 100%;}
.passNew-set .passNew-left.bgTwo{background:url("../images/passSet_two.png") no-repeat left center;background-size:21px 100%;}
.passNew-btn{display:block;width:80%;height:40px;line-height:40px;margin:50px auto;font-size:20px;color:#FFF;background:#4494F7;text-align:center;border-radius:4px;cursor:pointer;}
.resJamp{display:block;width:88%;height:auto;font-size:16px;color:#0083DE;margin:10px auto;text-decoration:none;}
.inputCode-btn{display:block;width:82%;height:38px;line-height:39px;margin:40px auto 0;font-size:18px;color:#FFF;text-align:center;background:#00ABFB;border-radius:4px;}

/*新版帮助中心样式*/
.helpNew-tit{position:relative;overflow:hidden;width:100%;height:auto;padding:15px 0;background:url("../images/helpNew_log.png") no-repeat;background-size:100% 100%;}
.helpNew-word{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:18px;color:#FFF;text-align:center;}
.helpNew-search{overflow:hidden;float:left;width:76%;height:30px;line-height:30px;padding:0 2%;background:#FFF;border-radius:5px 0 0 5px;box-sizing:border-box;}
.helpNew-search a{overflow:hidden;display:block;float:left;width:18px;height:auto;margin-top:2px;}
.helpNew-search a .helpNew-img{width:100%;}
.helpNew-img img{width:22px;height:22px;}
.helpNew-search input{display:block;float:left;width:85%;height:30px;line-height:30px;margin-left:10px;font-size:13px;color:#A5A5A5;outline:none;}
.helpNew-list,.helpQuest-sub{overflow:hidden;width:100%;height:auto;}
.helpNew-list{padding-bottom:0;}
.helpNew-list.ts-b li:last-child{border-bottom:none;}
.helpNew-list .helpQuest-warp{overflow:hidden;width:100%;height:48px;line-height:48px;padding:0 4%;border-bottom:1px solid #F1EFEF;box-sizing:border-box;cursor:pointer;}
.helpQuest-img{display:block;float:left;width:24px;margin-top:13px;}
.helpQuest-name{float:left;width:70%;height:48px;line-height:48px;margin-left:8px;font-size:15px;color:#383838;}
.helpQuest-right{float:right;height:48px;line-height:48px;padding-right:28px;font-size:12px;color:#7F7F7F;background:url("../images/helpZan_log.png") no-repeat right center;background-size:16px 16px;cursor:pointer;}
.helpQuest-sub li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:48px;line-height:48px;padding:0 3% 0 1%;font-size:14px;color:#5B5B5B;border-bottom:1px solid #F1EFEF;box-sizing:border-box;}
.helpQuest-sub li a:hover{color:#3691F2;}
.helpQuest-sub li a:active{color:#3691F2;}
.helpQuest-sub li a:visited{color:#3691F2;}
.helpQuest-sub li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:48px;line-height:48px;color:#5B5B5B;text-decoration:none;}
.helpNew-back{display:block;position:absolute;top:-2px;left:14px;width:20%;height:58px;line-height:58px;padding-left:18px;font-size:15px;color:#FFF;background:url("../images/caiWu_back.png") no-repeat left center;background-size:11px 19px;box-sizing:border-box;text-decoration:none;}
.helpNew-btn{float:left;width:24%;height:30px;line-height:30px;font-size:16px;color:#FFF;background:#FFA800;border-radius:0 5px 5px 0;text-align:center;}
.helpNew-all{overflow:hidden;width:82%;height:auto;margin:20px auto 10px;}
.helpNew-hot{overflow:hidden;width:82%;height:auto;margin:0 auto;}
.helpNew-hot span{float:left;display:block;width:30px;height:24px;line-height:24px;font-size:13px;color:#FFF;}
.helpNew-hot ul{float:left;display:block;width:86%;height:24px;line-height:24px;}
.helpNew-hot ul li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:18%;margin-left:2%;font-size:12px;color:#FDEB88;text-align:center;}
.helpNew-hot ul li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;text-decoration:none;color:#FDEB88;}

/*新版帮助中心搜索结果页*/
.helpNew-quest{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:15px;color:#3D3D3D;text-decoration:none;}
.helpNew-ansure{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:13px;color:#757575;text-decoration:none;padding-top:10px;text-indent:4px;}
.helpNew-color{color:#FF5400;}
.helpNew-no{width:60%;height:auto;margin:0 auto;padding-top:16%;box-sizing:border-box;text-align:center;}
.helpNew-no img{width:100%;}

/*新版帮助中心详情页*/
.helpNew-detail,.invoidNew-wenxin{width:100%;height:auto;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.helpNew-detail h3{display:block;width:100%;height:auto;padding:14px 14px 6px;font-size:16px;color:#3D3D3D;box-sizing:border-box;}
.helpNew-detail .helpNew-delist{width:100%;height:auto;padding:0 14px 14px 34px;box-sizing:border-box;}
.helpNew-detail .helpNew-delist p{width:100%;height:auto;line-height:22px;font-size:14px;color:#757575;padding-top:8px;}
.helpNew-care{width:100%;height:auto;line-height:22px;border-top:12px solid #F6F7F8;padding:14px 14px 14px 34px;font-size:13px;color:#E44343;box-sizing:border-box;}
.helpNew-link{width:100%;height:auto;box-sizing:border-box;border-top:12px solid #F6F7F8;margin-bottom:0;}
.helpLink-tit{display:block;width:100%;height:auto;padding:14px;font-size:16px;color:#3D3D3D;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.helpNew-link ul{width:100%;height:auto;padding:8px 14px 14px 34px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.helpNew-link ul li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;line-height:22px;font-size:14px;color:#018FFC;padding-top:6px;padding-left:15px;box-sizing:border-box;text-decoration:none;background:url("../images/helpNew_link.png") no-repeat left 13px;background-size:8px 8px;}
.helpNew-delist img{width:100%;height:auto;}

/*新版我的发票页*/
.invoidNew-tab{overflow:hidden;width:100%;height:auto;padding:10px 0 10px;margin-top:-1px;box-sizing:border-box;background:#0083DE;}
.invoidNew-tab a{display:block;float:left;width:24%;height:auto;padding-top:35px;font-size:13px;color:#FFF;text-align:center;text-decoration:none;box-sizing:border-box;}
.invoidNew-tab a.bgone{background:url("../images/invoiNew_one.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab a.bgtwo{background:url("../images/invoiNew_two.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab a.bgthree{background:url("../images/invoiNew_three.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab a.bgfour{background:url("../images/invoiNew_four.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab a.on{color:#FEF893;}
.invoidNew-tab .bgone.on{background:url("../images/invoiNew_five.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab .bgtwo.on{background:url("../images/invoiNew_six.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab .bgthree.on{background:url("../images/invoiNew_seven.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-tab .bgfour.on{background:url("../images/invoiNew_eight.png") no-repeat center top;background-size:auto 30px;}
.invoidNew-wenxin .invoidNew-tit{width:100%;height:auto;padding:14px;font-size:17px;color:#F18F02;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.invoidNew-list{width:100%;height:auto;padding:0 14px;box-sizing:border-box;}
.invoidNew-list li{width:100%;height:auto;line-height:22px;padding-top:8px;font-size:14px;color:#757575;}
.invoidNew-list li:last-child{padding-bottom:14px;}
.invoidNew-list li a{color:#FF0000;text-decoration:none;}
.invoidNew-box li{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.invoidNew-box li:last-child{border-bottom:12px solid #F6F7F8;}
.invoidBox-left{float:left;width:60%;height:auto;line-height:22px;}
.invoidBox-left .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:38%;height:auto;margin-right:5px;font-size:15px;color:#3D3D3D;}
.invoidBox-left i{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:45%;height:auto;font-size:17px;color:#FF0000;font-style:normal;}
.invoidBox-right{float:left;width:40%;height:auto;line-height:22px;}
.invoidBox-right .kuaidi{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:32%;height:auto;margin-right:10px;font-size:15px;color:#3D3D3D;}
.invoidBox-right .staut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:52%;height:auto;font-size:15px;color:#1DADFF;}
.invoidBox-left.shuxing{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;font-size:13px;color:#3D3D3D;}
.invoidBox-right.time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;font-size:12px;color:#757575;}

/*新版发票模板页*/
.invoidNew-temp{width:100%;height:auto;border-top:12px solid #F6F7F8;border-bottom:12px solid #F6F7F8;}
.invoidNew-temp li{overflow:hidden;width:100%;height:auto;padding:14px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.invoidNew-temp li:last-child{border-bottom:none;}
.invoidNew-temp .invoidTemp-left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;float:left;width:66%;height:auto;line-height:22px;font-size:15px;color:#3D3D3D;box-sizing:border-box;}
.invoidNew-temp .invoidTemp-right{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;float:left;width:34%;height:auto;line-height:22px;font-size:15px;color:#00B4FF;box-sizing:border-box;}
.invoidNew-temp .invoidTemp-left.font-ts{font-size:14px;}
.invoidNew-temp .invoidTemp-modie{display:block;float:left;width:42%;height:20px;line-height:17px;font-size:14px;color:#3D3D3D;text-align:center;border:1px solid #F66A04;border-radius:4px;cursor:pointer;text-decoration:none;box-sizing:border-box;}
.invoidNew-temp .invoidTemp-dele{float:left;width:42%;height:20px;line-height:17px;margin-left:10px;font-size:14px;color:#757575;text-align:center;border:1px solid #FEC52B;border-radius:4px;cursor:pointer;text-decoration:none;box-sizing:border-box;}
.invoidNew-com{overflow:hidden;width:100%;height:auto;}
.invoidNew-pt{padding-top:5px;}
.invoidNew-add{display:block;overflow:hidden;width:100%;height:auto;padding:14px;font-size:16px;color:#2C36FD;border-bottom:12px solid #F6F7F8;box-sizing:border-box;text-decoration:none;}

/*新版发票授权页*/
.inewEntrus-info,.inewEntrus-wenjian{width:100%;height:auto;border-top:12px solid #F6F7F8;}
.inewEntrus-info li,.inewEntrus-wenjian li{overflow:hidden;width:100%;height:auto;padding:14px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.inewEntrus-info li:last-child{border-bottom:none;}
.inewEntrus-info .inewEntrus-left{overflow:hidden;float:left;width:48%;height:30px;line-height:30px;font-size:16px;color:#3D3D3D;}
.inewEntrus-info .inewEntrus-right{overflow:hidden;float:left;width:52%;height:auto;font-size:14px;color:#757575;}
.inewEntrus-check{position:relative;float:left;width:44%;height:30px;line-height:30px;padding-left:25px;background:url("../images/certiNew_nocheeck.png") no-repeat left center;background-size:20px 20px;box-sizing:border-box;}
.inewEntrus-check.on{background:url("../images/certiNew_cheecked.png") no-repeat left center;background-size:20px 20px;}
.inewEntrus-input{width:100%;height:30px;line-height:30px;border:1px solid #9DE2BC;border-radius:4px;background:#F4F4F4;text-indent:10px;box-sizing:border-box;outline:none;}
.inewEntrus-wenjian .inewEntrus-left{overflow:hidden;float:left;width:46%;height:32px;line-height:32px;font-size:14px;color:#3D3D3D;box-sizing:border-box;}
.inewEntrus-wenjian .inewEntrus-right{position:relative;overflow:hidden;float:left;width:52%;height:32px;line-height:32px;font-size:14px;box-sizing:border-box;}
.inewEntrus-com{overflow:hidden;width:100%;height:auto;}
.inewEntrus-book{color:#238CEB;text-decoration:none;}
.inewEntrus-tip{overflow:hidden;width:100%;height:auto;line-height:18px;padding-top:5px;font-size:12px;color:#949596;}
.inewEntrus-up{float:left;width:60px;height:22px;line-height:22px;margin-top:5px;margin-right:2px;text-align:center;border:1px solid #5D8870;border-radius:4px;background:#F4F4F4;cursor:pointer;}
.inewEntrus-upword{float:left;width:86px;height:24px;line-height:26px;margin-top:5px;color:#757575;font-size:12px;}
.inewEntrus-word{position:absolute;top:0px;left:0;height:32px;line-height:32px;font-size:12px;color:transparent;border:none;background:#FFF;opacity:0;}
.inewEntrus-btn{display:block;width:64%;height:38px;line-height:39px;margin:30px auto;font-size:18px;color:#FFF;text-align:center;background:#20ADFE;border-radius:4px;text-decoration:none;outline:none;}
.inewEntrus-list{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;}
.inewEntrus-list li{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.inewList-left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:60%;height:auto;line-height:22px;}
.inewList-right{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:40%;height:auto;line-height:22px;}
.inewList-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:15px;color:#3D3D3D;}
.inewList-dele{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:15px;color:#FF0000;}
.inewList-person{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:13px;color:#3D3D3D;}
.inewList-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;line-height:22px;font-size:13px;color:#757575;}

/*新版发票申请页样式*/
.invoicReust-one{width:100%;height:auto;border-top:12px solid #F6F7F8;}
.invoicReust-one li{overflow:hidden;width:100%;height:48px;padding:0 14px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.invoicReust-one li.ts-height{height:auto;padding:5px 14px 10px;}
.invoicReust-left{float:left;width:45%;height:48px;line-height:48px;margin-right:5%;font-size:16px;color:#3D3D3D;box-sizing:border-box;}
.invoicReust-right{float:left;width:50%;height:52px;}
.invoicReust-must{overflow:hidden;padding-left:15px;background:url("../images/invoicRest_log.png") no-repeat left center;background-size:8px 8px;}
.invoicReust-tab{float:left;display:block;height:32px;line-height:32px;margin-top:8px;padding:0 14%;font-size:15px;color:#757575;border-radius:4px;text-decoration:none;cursor:pointer;}
.invoicReust-tab.on{background:#FEF4D2;}
.invoicReust-all{height:48px;line-height:48px;padding-left:14px;font-size:16px;color:#3D3D3D;box-sizing:border-box;}
.invoicReust-one li.invoicReust-two{padding-left:25px;padding-bottom:10px;height:auto;}
.invoicReust-two select,.invoicReust-three select{display:inline;width:45%;height:32px;line-height:32px;font-size:13px;color:#757575;border:1px solid #B6E5BA;border-radius:4px;outline:none;background:#F4F4F4;}
.invoicReust-tip{width:100%;height:auto;line-height:20px;margin-top:5px;font-size:12px;color:#A3A3A3;box-sizing:border-box;}
.invoicReust-classfity{float:left;width:30%;height:32px;line-height:32px;margin-top:10px;margin-right:10px;font-size:14px;color:#757575;text-align:center;border-radius:4px;}
.invoicReust-classfity.on{background:#FEF4D2;}
.invoicReust-right input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:46px;line-height:46px;margin-right:5%;font-size:14px;color:#757575;outline:none;}
.invoicReust-tip span{color:#FF0000;}
.c-organ{color:#FF8010;}
.invoicReust-file{position:relative;overflow:hidden;width:100%;height:auto;}
.invoicFile-left{display:inline-block;width:26%;height:32px;line-height:32px;font-size:13px;color:#757575;text-align:center;border:1px solid #B6E5BA;border-radius:4px;outline:none;background:#F4F4F4;cursor:pointer;}
.invoicFile-right{display:inline-block;width:36%;height:auto;font-size:13px;color:#999;}
.invoicUp-jian{position:absolute;top:-3px;left:2px;width:35%;height:32px;opacity:0;cursor:pointer;}
.invoicUp-border{border-top:12px solid #F6F7F8;}
.invoicReust-two select.ts-width{display:inline;width:22%;height:32px;line-height:32px;margin-top:10px;font-size:13px;color:#757575;border:1px solid #B6E5BA;border-radius:4px;outline:none;text-indent:4px;}
.invoicReust-two input.ts-type{display:inline;width:67%;height:32px;line-height:32px;margin-top:10px;margin-left:3px;font-size:13px;color:#757575;outline:none;text-indent:5px;}
.invoicReust-other{float:left;width:30%;height:48px;line-height:48px;padding-left:15px;font-size:16px;color:#3D3D3D;box-sizing:border-box;}
.invoicOther-right{float:left;display:block;width:60%;height:48px;line-height:48px;margin-left:10%;font-size:14px;color:#757575;outline:none;text-indent:5px;}
.invoicOther-right .invoicReust-tab{padding:0 6%;}
.invoicBeizhu{width:90%;height:auto;min-height:90px;line-height:20px;padding:10px;margin:5px 0 0 14px;font-size:14px;color:#757575;outline:none;border:1px solid #FCF7E3;border-radius:4px;background:#F4F4F4;box-sizing:border-box;}
.invoicReust-argue{overflow:hidden;width:90%;height:auto;margin-left:15px;margin-top:5px;font-size:13px;color:#3D3D3D;}
.invoicReust-argue input[type="checkbox"]{width:18px;height:18px;line-height:18px;border:1px solid #B8B8B8;border-radius:4px;vertical-align:middle;}
.invoicReust-argue span{vertical-align:middle;}
.invoicReust-btn{display:block;width:80%;height:40px;line-height:41px;margin:20px auto 90px;font-size:18px;color:#FFF;text-align:center;background:#20ADFE;border-radius:4px;outline:none;}
.ov{overflow:hidden;}
.invoicReust-one li.ts-height .invoicReust-tip{padding-left:15px;}
.invoicReust-one li.border-ts{height:auto;border-top:12px solid #F6F7F8;}
.c-lan{color:#00ABF2;text-decoration:none;}
.pd-l{padding-left:15px;}

/*新版发票修改样式*/
.modieInvoc-select{width:88%;height:32px;line-height:32px;margin-top:10px;font-size:13px;color:#757575;border:1px solid #B6E5BA;border-radius:4px;outline:none;background:#F4F4F4;cursor:pointer;}
.invoicReust-one li.modieInvoc-pt{height:auto;padding:10px 14px;}
.modieInvoc-img{position:relative;float:left;width:90px;height:72px;margin-left:12px;}
.modieInvoc-img img{display:block;width:90px;height:72px;margin-bottom:10px;}
.invoicFile-two{float:left;position:relative;overflow:hidden;width:62%;height:auto;margin:10% 0 0 2%;}
.invoicFile-two .invoicFile-left{width:33%;}
.invoicFile-two .invoicFile-right{width:54%;}
.modieInvoc-img img.modieInvoc-close{display:block;position:absolute;top:2px;right:2px;width:20px;height:auto;cursor:pointer;}

/*新版优惠券样式*/
.coubonNew-tab li{float:left;width:33.33%;height:45px;line-height:45px;font-size:16px;color:#4D4D4D;text-align:center;}
.coubonNew-tab li a{color:#4D4D4D;text-decoration:none;}
.coubonNew-tab li.on,.coubonNew-tab li.on a{color:#3691F2;}
.coubonNew-list{overflow:hidden;width:100%;height:auto;}
.coubonNew-list li{width:100%;height:auto;padding:14px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.coubonNew-box{overflow:hidden;width:100%;height:auto;padding:10px 5px;box-sizing:border-box;border:1px solid #BABABC;border-radius:4px;}
.coubonNew-left{float:left;width:24%;height:64px;line-height:64px;font-size:14px;color:#FFF;text-align:center;background:url("../images/coubonNew_zhekou.png") no-repeat;background-size:100% 100%;box-sizing:border-box;}
.coubonNew-left span{font-size:34px;}
.coubonNew-center{float:left;width:50%;height:auto;box-sizing:border-box;margin-left:2%;padding-top:1%;}
.coubonNew-center h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;font-size:16px;color:#666;box-sizing:border-box;font-weight:lighter;}
.coubonNew-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;font-size:13px;color:#777B87;padding-top:3px;}
.coubonNew-use{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;padding-left:14px;font-size:12px;color:#777B87;padding-top:3px;background:url("../images/coubonNew_use.png") no-repeat left 5px;background-size:12px 12px;box-sizing:border-box;}
.coubonNew-right{display:block;float:left;width:22%;height:30px;line-height:30px;margin-top:6%;font-size:13px;color:#FFF;text-align:center;background:#1BACFF;border-radius:4px;box-sizing:border-box;text-decoration:none;}
.coubonNew-left.use{background:url("../images/zheKou_use.png") no-repeat;background-size:100% 100%;}
.coubonUse-right{float:left;width:64px;height:49px;margin-top:3%;background:url("../images/zheKou_one.png") no-repeat;background-size:100% 100%;}
.coubonUse-right.over{background:url("../images/zheKou_over.png") no-repeat;background-size:100% 100%;}

/*新版关于我们样式*/
.aboutNew-tit{position:relative;width:100%;height:120px;padding-top:14px;background:url("../images/about_one.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.aboutNew-tit h3{width:100%;height:auto;font-size:18px;color:#FFF;text-align:center;font-weight:lighter;}
.aboutNew-company{width:100%;height:auto;padding:0 14px;box-sizing:border-box;border-bottom:12px solid #F6F7F8;}
.aboutNew-profile{width:100%;height:36px;line-height:36px;font-size:17px;color:#3D3D3D;text-align:center;background:url("../images/about_line.png") repeat-x left center;background-size:100% 2px;box-sizing:border-box;}
.aboutNew-profile span{display:block;width:44%;margin:0 auto;background:#FFF;}
.aboutNew-jieshao{width:100%;height:auto;line-height:24px;padding:3px 0 14px;box-sizing:border-box;font-size:14px;color:#474747;}
.aboutNew-color{color:#CD7902;}
.aboutNew-advant{width:100%;height:auto;box-sizing:border-box;border-bottom:12px solid #F6F7F8;}
.aboutNew-name{width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#3D3D3D;border-bottom:1px solid #F4F4F4;}
.aboutNew-list{overflow:hidden;width:100%;height:auto;}
.aboutNew-list li{overflow:hidden;width:100%;height:auto;padding:14px 10px;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.aboutNew-left{float:left;width:45%;height:90px;padding-top:4%;padding-right:1%;box-sizing:border-box;}
.aboutNew-infone{overflow:hidden;float:right;width:71%;height:auto;}
.aboutNew-inftwo{overflow:hidden;float:left;width:100%;height:auto;}
.aboutNew-infone h3,.aboutNew-inftwo h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:16px;color:#DC9551;}
.aboutNew-infone p,.aboutNew-inftwo p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;margin-top:3px;font-size:12px;color:#EFA35A;}
.aboutNew-left.bgone{background:url("../images/about_two.png") no-repeat;background-size:100% 100%;}
.aboutNew-right{float:left;width:53%;height:90px;padding-top:4%;padding-left:2%;margin-left:2%;box-sizing:border-box;}
.aboutNew-right.bgtwo{background:url("../images/about_three.png") no-repeat;background-size:100% 100%;}
.aboutNew-left.bgthree{background:url("../images/about_four.png") no-repeat;background-size:100% 100%;}
.aboutNew-right.bgfour{background:url("../images/about_five.png") no-repeat;background-size:100% 100%;}
.aboutNew-left.bgfive{background:url("../images/about_six.png") no-repeat;background-size:100% 100%;}
.aboutNew-right.bgsix{background:url("../images/about_seven.png") no-repeat;background-size:100% 100%;}
.aboutNew-infone.c-blue h3,.aboutNew-inftwo.c-blue h3{color:#4280EC;}
.aboutNew-infone.c-blue p,.aboutNew-inftwo.c-blue p{color:#5A8FEC;}
.aboutNew-cultur{overflow:hidden;width:100%;height:auto;padding-bottom:14px;border-bottom:1px solid #F4F4F4;}
.aboutCultur{width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#3D3D3D;}
.aboutCultur-img{width:100%;height:auto;}
.aboutCultur-img img{width:100%;}
.aboutNew-more{overflow:hidden;width:100%;height:auto;}
.aboutNew-more li{float:left;width:50%;height:auto;margin-left:-1px;border-bottom:1px solid #F4F4F4;border-left:1px solid #F4F4F4;box-sizing:border-box;text-align:center;}
.aboutNew-more li img{width:30px;vertical-align:middle;margin-right:5px;margin-top:4px;}
.aboutNew-more li img.ml{margin-left:15px;}
.aboutNew-more li span{font-size:15px;color:#3D3D3D;vertical-align:middle;}
.aboutNew-more li a{display:block;overflow:hidden;width:100%;height:60px;line-height:60px;color:#3D3D3D;text-decoration:none;}
.aboutNew-promis{width:100%;height:auto;padding:14px 0;border-top:1px solid #F4F4F4;border-bottom:1px solid #F4F4F4;}
.aboutNew-promis img{width:100%;}
.aboutNew-infone p.mt{margin-top:10px;}

/*新版投融资报表页样式*/
.fianNew-cont{overflow:hidden;width:100%;line-height:50px;padding:0 14px;font-size:15px;color:#3D3D3D;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.fianNew-left{float:left;width:60%;height:auto;font-size:15px;color:#3D3D3D;}
.fianNew-left1{float:left;width:30%;height:auto;font-size:15px;color:#3D3D3D;}

.fianNew-cont img{width:8px;height:8px;vertical-align:middle;}
.fianNew-right{float:left;width:40%;height:auto;font-size:13px;color:#9F9F9F;}
.fianNew-right input,.fianNew-right p{width:100%;height:50px;line-height:50px;font-size:13px;color:#9F9F9F;outline:none;}
.fianNew-textarea{overflow:hidden;width:100%;height:auto;padding:14px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.fianNew-textarea textarea{width:100%;height:auto;min-height:80px;padding:10px;font-size:13px;color:#9F9F9F;border:1px solid #A7BAB2;border-radius:4px;box-sizing:border-box;outline:none;}
.fianNew-border{border-bottom:12px solid #F6F7F8;}
.fianNew-up{overflow:hidden;width:100%;height:auto;border-top:12px solid #F6F7F8;box-sizing:border-box;}
.fianNew-wenjian{width:100%;height:auto;padding:14px;box-sizing:border-box;border-bottom:1px solid #F4F4F4;}
.fianNew-wenjian .fianNew-word{width:100%;height:auto;margin-top:7px;font-size:13px;color:#999;}
.fianNew-btn{display:block;width:70%;height:40px;line-height:40px;margin:30px auto 40px;font-size:17px;color:#FFF;text-align:center;background:#00A5EA;border-radius:4px;box-sizing:border-box;outline:none;}
.show{
	display: inline-block!important;
}
.rankContain{
	display: none;
}
/*新版普通商品页*/
.ordinGoods-tit{position:relative;overflow:hidden;width:100%;height:133px;padding-top:14px;background:url("../images/orginGoods_tit.png") no-repeat;background-size:100% 100%;box-sizing:border-box;}
.ordinGoods-tit h3{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:18px;color:#FFF;text-align:center;}
.ordinGoods-cont,.ordinGoods-classify{overflow:hidden;width:100%;height:auto;box-sizing:border-box;}
.ordinGoods-name{width:96%;padding:15px 2%;font-size:16px;color:#262626;}
.ordinGoods-classify li{float:left;width:50%;height:auto;padding:14px 0;border-top:1px solid #F4F4F4;box-sizing:border-box;}
.ordinGoods-img{width:100%;height:auto;text-align:center;}
.ordinGoods-img img{width:70px;height:45px;}
.ordinGoods-classify li h3{display:block;width:100%;height:auto;margin-top:5px;font-size:15px;color:#6F6F6F;font-weight:400;text-align:center;}
.ordinGoods-classify li p{overflow:hidden;width:100%;height:80px;line-height:20px;margin-top:5px;font-size:13px;color:#757575;box-sizing:border-box;}
.ordinGoods-box{overflow:hidden;width:100%;height:auto;border-left:1px solid #F4F4F4;margin-left:-1px;padding:0 14px;box-sizing:border-box;}
.mt-14{margin-top:14px;}
.ordinGoods-yousi{overflow:hidden;width:100%;height:80px;padding:0 0 0 4%;margin-bottom:0;background:url("../images/orginGoods_five.png") no-repeat left center;background-size:100% 100%;box-sizing:border-box;}
.ordinGoods-yousi li{float:left;width:25%;height:auto;margin-top:14px;font-size:15px;color:#FFF;margin-right:1%;}
.ordinGoods-yousi li:last-child{margin-right:0;}
.ordinGoods-yousi li.width-one{width:39%;}
.ordinGoods-yousi li.width-two{width:33%;}

/*新版服务协议页*/
.serverNew-com{overflow:hidden;width:100%;height:auto;border-bottom:12px solid #F6F7F8;}
.serverNew-tit{position:relative;overflow:hidden;width:100%;height:120px;padding-top:14px;background:url("../images/serverNew_tit.png") no-repeat;background-size:100% 100%;box-sizing:border-box;}
.serverNew-tit h3{overflow:hidden;width:100%;height:24px;line-height:24px;font-size:18px;color:#FFF;text-align:center;}
.serverNew-name{width:100%;height:auto;padding:14px;box-sizing:border-box;font-size:17px;color:#3D3D3D;}
.serverNew-security li{overflow:hidden;width:100%;height:auto;padding:14px;border-top:1px solid #F4F4F4;box-sizing:border-box;}
.serverNew-left{float:left;width:43px;height:auto;padding-top:4px;box-sizing:border-box;}
.serverNew-left img{width:100%;}
.serverNew-right{float:left;width:79%;height:auto;margin-left:15px;box-sizing:border-box;}
.serverNew-right h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:15px;color:#565656;}
.serverNew-right p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;margin-top:3px;font-size:14px;color:#717171;}
.serverNew-profess,.serverNew-proser{overflow:hidden;width:100%;height:auto;padding:14px 0;box-sizing:border-box;border-top:1px solid #F4F4F4;}
.serverNew-profess li{float:left;width:33.33%;height:auto;text-align:center;}
.serverNew-profess li .serverNew-img,.serverNew-proser li .serverNew-img{width:100%;height:auto;}
.serverNew-profess li .serverNew-img img{height:32px;}
.serverNew-profess li p,.serverNew-proser li p{width:100%;height:auto;margin-top:4px;font-size:13px;color:#565656;}
.serverNew-proser li{float:left;width:25%;height:auto;text-align:center;}
.serverNew-proser li .serverNew-img img{height:45px;}
.serverNew-media{overflow:hidden;width:100%;height:auto;padding:14px;border-bottom:12px solid #F6F7F8;box-sizing:border-box;}
.serverMedia-img{width:100%;height:74px;margin:15px 0;background:url("../images/serverNew_oneone.png") no-repeat center center;background-size:111px 74px;}
.serverMedia-word p{width:100%;height:auto;line-height:24px;margin-top:5px;font-size:13px;color:#707070;}
.serverMedia-word span{color:#025D89;}
.serverMedia-btn{display:block;width:44%;height:38px;line-height:38px;margin:20px auto 6px;font-size:16px;color:#FFF;text-align:center;background:#F69402;border-radius:4px;text-decoration:none;}
.serverNew-case{overflow:hidden;width:100%;height:auto;margin-bottom:0;border-bottom:1px solid #F4F4F4;box-sizing:border-box;}
.serverNew-case li{float:left;width:33.33%;height:auto;padding:14px 0;text-align:center;box-sizing:border-box;border-top:1px solid #F4F4F4;}
.serverNew-case li a{display:block;width:100%;height:auto;}
.serverNew-case li img{height:55px;}

/*新版会员等级页*/
.meberGrade-tit{position:relative;width:100%;height:auto;min-height:137px;padding:14px 0;background:url("../images/merberGade_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.meberGrade-tit h3{width:100%;height:auto;font-size:18px;color:#FFF;text-align:center;font-weight:lighter;}
.meberGrade-cont{overflow:hidden;width:100%;height:auto;padding:0 14px;box-sizing:border-box;}
.meberGrade-log{width:100%;height:auto;font-size:17px;color:#DF8F39;text-align:center;padding:35px 0;box-sizing:border-box;}
.meberGrade-log img{width:40px;vertical-align:middle;}
.meberGrade-log span{vertical-align:middle;}
.meberGrade-list{overflow:hidden;width:100%;height:auto;background:#FFF8EF;border-radius:6px;box-sizing:border-box;}
.meberGrade-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:60px;line-height:60px;padding:0 0 0 60px;font-size:14px;color:#6E6E6E;border-bottom:1px solid #F0E3D4;box-sizing:border-box;}
.meberGrade-list li:last-child{border-bottom:none;}
.meberGrade-btn{display:block;width:70%;height:44px;line-height:44px;margin:30px auto 0;font-size:17px;color:#FFF;text-align:center;background:#FE862E;border-radius:4px;text-decoration:none;}
.meberPu-one{background:url("../images/merberGade_one.png") no-repeat 15px center;background-size:32px 30px;}
.meberPu-two{background:url("../images/merberGade_two.png") no-repeat 15px center;background-size:32px 30px;}
.meberPu-three{background:url("../images/merberGade_three.png") no-repeat 15px center;background-size:31px 30px;}
.meberPu-four{background:url("../images/merberGade_four.png") no-repeat 15px center;background-size:31px 30px;}
.meberPu-five{background:url("../images/merberGade_five.png") no-repeat 15px center;background-size:31px 30px;}
.meberPu-six{background:url("../images/merberGade_six.png") no-repeat 15px center;background-size:31px 30px;}
.menberWhit-one{background:url("../images/menberWhit_one.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-two{background:url("../images/menberWhit_two.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-three{background:url("../images/menberWhit_three.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-four{background:url("../images/menberWhit_four.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-five{background:url("../images/menberWhit_five.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-six{background:url("../images/menberWhit_six.png") no-repeat 15px center;background-size:30px 30px;}
.menberWhit-seven{background:url("../images/menberWhit_seven.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-one{background:url("../images/merberZhuan_one.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-two{background:url("../images/merberZhuan_two.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-three{background:url("../images/merberZhuan_three.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-four{background:url("../images/merberZhuan_four.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-five{background:url("../images/merberZhuan_five.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-six{background:url("../images/merberZhuan_six.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-seven{background:url("../images/merberZhuan_seven.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-eight{background:url("../images/merberZhuan_eight.png") no-repeat 15px center;background-size:30px 30px;}
.merberZhuan-nine{background:url("../images/merberZhuan_nine.png") no-repeat 15px center;background-size:30px 30px;}
.meberGrade-pross{overflow:hidden;width:100%;height:auto;margin-top:20px;}
.meberGrade-pross li{position:relative;float:left;width:25%;height:auto;}
.meberGrade-tab{width:80%;height:auto;margin:0 auto;}
.meberGrade-tab p{width:100%;height:auto;font-size:14px;color:#E1F1FD;text-align:center;}
.meberGrade-img{overflow:hidden;width:100%;height:30px;margin-top:10px;}
.meberGrade-yuan{width:100%;height:auto;padding:0 3%;margin-top:10px;background:#459FFA;border-radius:6px;box-sizing:border-box;}
.meberGrade-yuan span{display:block;width:85%;height:30px;line-height:30px;margin:0 auto;font-size:14px;color:#3D3D3D;text-align:center;border:1px solid transparent;}
.meberGrade-bgone{background:url("../images/merberPoss_one.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-bgtwo{background:url("../images/merberPoss_two.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-bgthree{background:url("../images/merberPoss_three.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-bgfour{background:url("../images/merberPoss_four.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-line{position:absolute;top:42px;right:-25px;width:65%;height:3px;background:url("../images/menberGade_line.png") repeat-x;background-size:100% 100%;}
.meberGrade-pross li.on .meberGrade-yuan{background:#E1F1FD;}
.meberGrade-pross li.on .meberGrade-yuan span{color:#BC7327;border-bottom:1px solid #FEC284;}
.meberGrade-pross li.on .meberGrade-bgone{background:url("../images/merberOn_one.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-pross li.on .meberGrade-bgtwo{background:url("../images/merberOn_two.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-pross li.on .meberGrade-bgthree{background:url("../images/merberOn_three.png") no-repeat center center;background-size:30px 30px;}
.meberGrade-pross li.on .meberGrade-bgfour{background:url("../images/merberOn_four.png") no-repeat center center;background-size:30px 30px;}

/*公共弹框*/
.backMask{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:2000;opacity:0.5;}
.sureNew-pop{position:fixed;z-index:3000;top:22%;left:50%;margin-left:-45%;width:90%;height:auto;padding:30px 3%;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.sureNew-pop h3{display:block;width:100%;height:auto;font-size:16px;color:#3C3C3C;}
.sureNew-cont{width:100%;height:auto;text-indent:2em;line-height:24px;margin-top:5px;font-size:14px;color:#3C3C3C;}
.sureNew-cont p{width:100%;height:auto;font-size:14px;color:#3C3C3C;margin-top:5px;}
.sureNew-btn{cursor: pointer;display:block;width:48%;height:36px;line-height:36px;margin:20px auto 0;font-size:18px;color:#FFF;text-align:center;background:#05B4ED;text-decoration:none;border-radius:4px;}
.sureNew-close{position:absolute;top:3px;right:3px;width:28px;height:28px;background:url("../images/sureNew_close.png") no-repeat;background-size:28px 28px;}

/*新版消息中心*/
.messNew-tab{overflow:hidden;width:100%;height:auto;border-bottom:1px solid #F5F5F5;}
.messNew-tab li{float:left;width:33.33%;height:auto;cursor:pointer;}
.messNew-tab li .messNew-ever{width:72%;height:auto;padding:14px 0;margin:0 auto;font-size:15px;color:#626263;text-align:center;border-bottom:2px solid transparent;}
.messNew-tab li.on .messNew-ever{color:#FA6A01;border-bottom:2px solid #FF984B;}
.messNew-time{overflow:hidden;width:100%;height:auto;padding:20px 0;}
.messNew-time select{display:block;float:left;width:30%;height:32px;line-height:32px;margin-left:11%;font-size:13px;color:#707070;text-indent:5px;border:1px solid #FDD7BE;border-radius:4px;outline:none;box-sizing:border-box;}
.messNew-list{overflow:hidden;width:100%;height:auto;}
.messNew-list li{position:relative;overflow:hidden;width:100%;height:auto;padding:14px 14px 22px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.messNew-list li:last-child{border-bottom:12px solid #F6F7F8;}
.messNew-cont{overflow:hidden;width:100%;height:auto;margin-top:8px;}
.messNew-left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:68%;height:auto;box-sizing:border-box;}
.messNew-left h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:20px;line-height:20px;font-size:15px;color:#0374E7;font-weight:400;cursor:pointer;}
.messNew-left p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:20px;line-height:20px;font-size:14px;color:#707070;}
.messNew-left i{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:20px;line-height:20px;font-style:normal;font-size:12px;color:#707070;}
.messNew-right{float:left;width:30%;margin-left:2%;font-size:14px;box-sizing:border-box;}
.messNew-right span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:20px;line-height:20px;color:#FB1A1A;}
.messNew-detail{width:100%;height:auto;line-height:22px;padding:10px 2% 10px 3%;margin-top:10px;box-sizing:border-box;font-size:13px;color:#707070;border:1px solid #FDD7BE;border-radius:4px;background:#F4F4F4;}
.messNew-read{float:left;display:block;width:26px;height:21px;background:url("../images/messNew_read.png") no-repeat;background-size:26px 21px;cursor:pointer;}
.messNew-dele{float:left;display:block;width:27px;height:21px;margin-left:14px;background:url("../images/messNew_dele.png") no-repeat;background-size:27px 21px;cursor:pointer;}
.messNew-btn{position:absolute;bottom:30px;left:68.5%;display:block;width:70px;height:22px;line-height:22px;font-size:14px;color:#EF7101;text-align:center;border:1px solid #FE955C;border-radius:4px;text-decoration:none;}
.messNew-do{position:absolute;bottom:30px;left:68.5%;float:left;width:30%;font-size:14px;box-sizing:border-box;}
.messNew-have{width:100%;height:auto;}
.messNew-no{width:100%;height:auto;padding:30px 14px;box-sizing:border-box;border-top:12px solid #F6F7F8;}
.messNew-line{position:relative;width:100%;height:1px;margin:50px auto 40px;background:#DCDCDC;}
.messNew-word{position:absolute;top:-15px;left:50%;margin-left:-20%;width:40%;height:30px;line-height:30px;font-size:15px;color:#707070;text-align:center;background:#FFF;}

/*新版任务大厅样式*/
.task-tit{position:relative;overflow:hidden;width:100%;height:auto;padding:15px 0 5px;background:#3691F2;}
.task-cont{overflow:hidden;width:100%;height:auto;padding-top:20px;}
.task-box{overflow:hidden;width:100%;height:auto;border-top:1px solid #EAEAEB;}
.taskLeft-bar{float:left;width:26%;height:auto;border-right:1px solid #EAEAEB;}
.taskLeft-bar li{width:100%;height:46px;line-height:46px;font-size:15px;color:#565656;text-align:center;border-bottom:1px solid #EAEAEB;}
.taskLeft-bar li.on{background:#FFA800;color:#FFF;}
.taskLeft-bar li a{display:block;color:#565656;text-decoration:none;}
.taskLeft-bar li.on a{color:#FFF;}
.taskRight-bar{float:left;width:73%;height:auto;padding:0 3%;box-sizing:border-box;}
.taskRight-log{overflow:hidden;width:100%;height:auto;margin:15px 0;}
.taskRight-log img{width:100%;height:auto;}
.taskRight-detail{width:100%;height:auto;border-bottom:10px solid #F3F3F4;}
.taskRight-detail h3,.taskRight-serve h3{display:block;width:100%;height:auto;font-size:16px;color:#353535;}
.taskRight-list,.taskTwo-list{overflow:hidden;width:100%;height:auto;padding:15px 0;}
.taskRight-list.ts,.taskTwo-list.ts{border-bottom:1px solid #EAEAEB;}
.taskRight-list li{float:left;width:33.33%;height:auto;}
.taskRight-list li a,.taskTwo-list li a{display:block;width:100%;height:auto;text-decoration:none;}
.taskRight-img{width:100%;height:auto;text-align:center;cursor:pointer;}
.taskRight-img img{height:50px;}
.taskRight-list li p,.taskTwo-list li p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:auto;margin-top:3px;font-size:13px;color:#686868;text-align:center;cursor:pointer;}
.taskRight-serve{overflow:hidden;width:100%;height:auto;padding-top:15px;}
.taskServe-list{overflow:hidden;width:100%;height:auto;}
.taskServe-list li{overflow:hidden;width:100%;height:auto;padding:15px 0;border-bottom:10px solid #F3F3F4;}
.taskServe-list li:last-child{border-bottom:none;}
.taskServe-list li a{overflow:hidden;width:100%;height:auto;}
.taskServe-left{float:left;overflow:hidden;width:26%;height:auto;padding:5px;box-sizing:border-box;text-align:center;border:1px solid #C6ACFE;}
.taskServe-left img{width:100%;height:auto;}
.taskServe-right{float:left;overflow:hidden;width:74%;height:auto;padding:0 3%;box-sizing:border-box;}
.taskServe-right p{width:100%;height:32px;line-height:16px;font-size:13px;color:#565656;margin-bottom:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.taskServe-bottom{overflow:hidden;width:100%;height:auto;margin-top:11%;}
.taskServe-price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;float:left;width:65%;height:auto;font-size:14px;color:#FF5400;}
.taskServe-addres{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:32%;margin-left:2%;font-size:14px;color:#686868;font-style:normal;text-align:center;}
.taskTwo-list li{float:left;width:50%;height:auto;}

/*经纪人真假验证*/
.validaNew-tit{position:relative;overflow:hidden;width:100%;height:auto;padding:15px 0;background:url("../images/validaNew_tit.png") no-repeat;background-size:100% 100%;}
.validaNew-search{overflow:hidden;width:86%;height:40px;line-height:40px;padding:0 2%;margin:20px auto;background:#FFF;border-radius:6px;box-sizing:border-box;}
.validaNew-search a{float:left;display:block;width:18px;height:auto;margin-top:3px;}
.validaNew-search a img{width:100%;height:auto;}
.validaNew-search input{float:left;display:block;width:90%;height:42px;line-height:42px;margin-left:2%;box-sizing:border-box;font-size:13px;color:#A5A5A5;outline:none;}
.validaNew-btn{display:block;width:46%;height:38px;line-height:38px;margin:0 auto;font-size:18px;color:#FFF;text-align:center;background:#FEAB40;border-radius:6px;cursor:pointer;}
.validaNew-cont{overflow:hidden;width:100%;height:auto;background:#FFF;}
.validaNew-tip{width:100%;height:auto;line-height:24px;padding:14px;font-size:15px;color:#757575;background:#FEFCF3;box-sizing:border-box;}
.validaNew-tip span{color:#EA8502;}
.validaNew-tip a{text-decoration:none;color:#3691F2;}
.validaNew-box{padding:20px 0;border-bottom:1px solid #F6F7F8;}
.validaNew-list{position:relative;width:100%;height:auto;min-height:110px;padding:0 14px 30px;}
.validaNew-list h3{display:block;width:90%;height:auto;font-size:20px;color:#3D3D3D;padding:20px 0 10px;}
.validaNew-list p{position:absolute;top:41%;left:14px;z-index:100;width:85%;height:auto;min-height:48px;line-height:24px;font-size:16px;color:#515151;}
.zhang-log{position:absolute;top:32px;right:10%;z-index:99;width:94px;height:94px;background:url("../images/zhangLog.png") no-repeat left center;background-size:100% 100%;}
.zhang-log.zhangTrue-log{background:url("../images/zhangTrue_log.png") no-repeat left center;background-size:100% 100%;}

/*售后服务*/
.saleNew-tip{width:100%;height:auto;padding:14px 0;font-size:13px;color:#FFC001;text-align:center;background:#FEF7E8;box-sizing:border-box;}
.saleNew-tip img{height:20px;vertical-align:-3px;}
.saleNew-cont{width:100%;height:auto;}
.saleNew-cont h3{display:block;width:100%;height:auto;padding:15px 10px;font-size:17px;color:#353535;font-weight:lighter;box-sizing:border-box;}
.saleNew-cont .myZhongjie-box{border-bottom:none;}
.saleNew-cont li{border-bottom:12px solid #F6F7F8;border-top:none;}
.saleNew-cont li:first-child{border-top:12px solid #F6F7F8;}
.saleNew-yan{display:block;width:100%;height:auto;padding:0 10px;box-sizing:border-box;}
.saleNew-yan textarea{width:100%;height:auto;min-height:100px;padding:10px;box-sizing:border-box;font-size:13px;color:#757575;background:#FEFBF5;border:1px solid #FDF0D6;border-radius:6px;outline:none;}
.saleNew-add{width:100%;height:auto;padding:0 18px;box-sizing:border-box;}
.saleNew-add h3{display:block;width:100%;height:auto;font-size:14px;color:#636363;}
.saleNew-file{overflow-y:hidden;overflow-x:auto;width:100%;height:auto;padding:0 18px 15px;box-sizing:border-box;border-bottom:12px solid #F6F7F8;}
.saleNew-img{position:relative;float:left;width:52px;height:52px;margin-right:20px;border-radius:6px;margin-bottom:10px;}
.saleNew-img img{width:100%;height:52px;}
.saleNew-img button{display:block;position:absolute;top:0;right:-5px;width:21px;height:21px;background:url("../images/saleNew_close.png") no-repeat left center;background-size:100% 100%;outline:none;}
.saleNew-up{position:relative;float:left;width:50px;height:43px;padding-top:7px;text-align:center;border:1px solid #F0F0EF;border-radius:6px;}
.saleNew-up img{height:34px;vertical-align:middle;}

.saleNew-up-car{position:relative; float: left;width:5rem;height:3.8rem;padding-top:1.4rem;text-align: center;border:none;border-radius: 6px;}
.saleNew-up-car img{height: 54px;vertical-align: middle;cursor: pointer;}

.saleNew-wen{display:block;position:absolute;top:37%;left:50%;margin-left:-35px;width:70px;height:auto;opacity:0;}
.saleNew-btn{display:block;width:56%;height:40px;line-height:40px;margin:25px auto 0;font-size:20px;color:#FFF;text-align:center;background:#20ADFE;border-radius:6px;outline:none;}
#dd{width:auto;height:auto;float:left;margin-right:15px;margin-bottom:5px;}

/*新版邮件退订样式*/
.listUnsub-tit{overflow:hidden;width:100%;height:58px;line-height:58px;font-size:19px;color:#FFF;text-align:center;font-weight:bold;}
.listUnsub-log{width:100%;padding:20px 0;text-align:center;border-bottom:10px solid #F5F5F5;}
.listUnsub-log img{height:41px;}
.listUnsub-box{width:100%;height:auto;padding:20px 2% 20px 12%;box-sizing:border-box;font-size:13px;color:#FF9900;background:url("../images/listUnsub_tip.png") no-repeat 4% 14px;background-size:27px 25px;border-bottom:1px solid #F5F5F5;}
.listUnsub-warp li{overflow:hidden;width:100%;height:auto;padding:20px 2% 20px 5%;border-bottom:1px solid #F5F5F5;box-sizing:border-box;}
.listUnsub-word{float:left;width:76%;height:auto;margin-right:10px;font-size:14px;color:#757575;}
.listUnsub-check{position:relative;float:left;width:26px;height:26px;line-height:30px;border:1px solid #E4E4E3;border-radius:9px;text-align:center;cursor:pointer;}
.listUnsub-check img{height:16px;margin-top:2px;opacity:0;}
.listUnsub-warp li.on img{opacity:1;}
.listUnsub-xuan{display:block;position:absolute;top:1px;left:50%;margin-left:-12px;width:24px;height:24px;opacity:0;}
.listUnsub-btn{display:block;width:60%;height:40px;line-height:40px;margin:30px auto;font-size:18px;color:#FFF;text-align:center;background:#01AAFC;border-radius:8px;cursor:pointer;}

/*新增whois查询样式*/
.whois-list{width:100%;height:auto;box-sizing:border-box;margin:10px 0 0;}
.whois-box{overflow:hidden;width:94%;height:auto;padding:15px 0;margin:0 auto;font-size:14px;color:#323232;border-bottom:1px solid #F7F5F5;}
.whois-box span{display:inline-block;color:#666;}
.whois-box i{display:inline-block;font-style:normal;}

/*域名检测*/
.yuDete-cont{overflow:hidden;width:100%;height:auto;padding:20px 0;}
.yuDete-wei{width:100%;height:auto;padding:20px 3%;background:#FFFCF6;box-sizing:border-box;}
.yuDete-tit{overflow:hidden;width:100%;height:auto;}
.yuDete-left{float:left;width:40%;height:46px;line-height:46px;padding-left:34px;box-sizing:border-box;font-size:16px;color:#3D3D3D;}
.yuDete-left.bg-one{background:url("../images/yuDete_wei.png") no-repeat left center;background-size:28px 28px;}
.yuDete-left.bg-two{background:url("../images/yuDete_qq.png") no-repeat left center;background-size:30px 30px;}
.yuDete-right{float:left;width:57%;height:auto;margin-left:3%;}
.yuDete-right h3{display:block;width:100%;height:auto;font-size:16px;color:#0A7E01;}
.yuDete-right h3.ts-color{color:#DA0202;}
.yuDete-right p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:13px;color:#757575;margin-top:5px;}
.yuDete-write{display:block;width:98%;height:44px;line-height:44px;padding:0 3%;margin-top:15px;box-sizing:border-box;font-size:13px;color:#555;border:1px solid #C2C1C1;border-radius:10px;outline:none;}
.yuDete-btn{display:block;width:40%;height:36px;line-height:36px;margin:20px auto 0;font-size:16px;color:#FFF;text-align:center;background:#FEAB40;border-radius:6px;outline:none;cursor:pointer;}
.yuDete-qq{width:100%;height:auto;padding:20px 3%;margin-top:20px;background:#F7F9FF;box-sizing:border-box;}

/*新版账户激活页*/
.activeNew-cont{width:230px;height:auto;margin:0 auto;padding:100px 0 0;}
.activeNew-log{width:110px;height:110px;margin:0 auto;}
.activeNew-log img{width:100%;height:auto;}
.activeNew-result{width:100%;height:auto;font-size:.9rem;color:#ff0000;margin-top:20px;}
.activeNew-word{width:100%;height:auto;line-height:160%;font-size:.9rem;color:#666;margin-top:15px;}
.activeNew-word span{color:#fe0000;}
.activeNew-btn{display:block;width:230px;height:44px;line-height:44px;margin-top:20px;font-size:.9rem;color:#FFF;text-align:center;background:#3691F2;border-radius:12px;outline:none;}
.activeNew-tip{position:fixed;bottom:0;left:0;width:100%;height:auto;padding:15px 3%;box-sizing:border-box;background:#FFF7F7;}
.activeTip-log{display:inline-block;width:21px;height:20px;vertical-align:top;}
.activeTip-word{display:inline-block;width:90%;height:auto;line-height:150%;font-size:.8rem;color:#888;vertical-align:top;}
.activeTip-word a{color:#3691f2;text-decoration:none;cursor:pointer;}
.activeNew-pop{position:fixed;z-index:3000;top:22%;left:50%;margin-left:-45%;width:90%;height:auto;padding:40px 0 25px;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.activeNew-ever{width:100%;height:auto;padding:15px 20px;box-sizing:border-box;border-bottom:1px solid #EBEBEB;}
.activeNew-left{display:inline-block;width:20%;height:30px;line-height:30px;font-size:.9rem;color:#555;vertical-align:middle;}
.activeNew-center{display:inline-block;width:48%;height:30px;line-height:30px;font-size:.85rem;color:#c1c1c1;vertical-align:middle;outline:none;text-indent:5px;}
.activeNew-right{display:inline-block;width:80px;height:auto;font-size:.85rem;color:#c1c1c1;vertical-align:middle;}
.activeNew-right img{width:80px;height:30px;vertical-align:middle;}
.activeNew-center.ts-w{width:76%;}
.acpop-btn{display:block;width:70%;height:40px;line-height:40px;margin:30px auto 0;font-size:1.1em;color:#fff;text-align:center;background:#3691F2;border-radius:10px;outline:none;cursor:pointer;}
.acpop-close{display:block;position:absolute;top:10px;right:20px;width:32px;height:32px;cursor:pointer;}

/*新版经纪人页*/
.ecoNew-tit{position:relative;width:100%;height:118px;padding-top:14px;background:url("../images/ecoNew_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.ecoNew-tit h3{width:100%;height:auto;font-size:1rem;color:#FFF;text-align:center;font-weight:lighter;}
.ecoNew-zheng{display:block;width:170px;height:42px;line-height:42px;margin:25px auto 0;font-size:1rem;color:#FFF;text-align:center;background:rgba(31,128,217,.6);border-radius:10px;text-decoration:none;}
.ecoNew-cont{width:100%;height:auto;background:#F5F5F5;}
.ecoNew-classfiy{width:80%;height:auto;margin:0 auto;padding:22px 0;}
.ecoNew-line{display:inline-block;width:23%;}
.ecoNew-word{display:inline-block;width:50%;font-size:1rem;color:#3D3D3D;text-align:center;box-sizing:border-box;}
.ecoNew-list{overflow:hidden;width:100%;height:auto;}
.ecoNew-list li{float:left;display:block;width:50%;height:auto;margin-bottom:20px;padding:25px 0 20px;box-sizing:border-box;background:#FFF;}
.ecoNew-list li .ecoNew-box{width:100%;height:auto;padding:0 4%;box-sizing:border-box;border-left:1px solid #F5F5F5;}
.ecoNew-user{width:100%;height:auto;text-align:center;}
.ecoNew-people{overflow:hidden;display:inline-block;width:32px;height:32px;vertical-align:middle;border-radius:100%;}
.ecoNew-people img{width:100%;height:auto;border-radius:100%;}
.ecoNew-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;font-size:1.1rem;color:#666;vertical-align:middle;}
.ecoNew-ever{width:100%;height:auto;padding:15px 0;border-bottom:1px solid #F5F5F5;}
.ecoNew-ever:last-child{border-bottom:none;}
.ecoLink-log{display:inline-block;width:22px;height:24px;vertical-align:middle;}
.ecoLink-detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:58%;height:auto;font-size:.9rem;color:#666;vertical-align:middle;outline:none;}
.ecoLink-copy{display:inline-block;width:36px;height:24px;line-height:23px;font-size:.75rem;color:#FFF;text-align:center;background:#F9A400;border-radius:5px;outline:none;vertical-align:middle;cursor:pointer;}
.ecoNew-bg{background:#FFF;margin-bottom:20px;}

/*新版域名被墙样式*/
.domainWall-tit{position:relative;overflow:hidden;width:100%;height:auto;padding:15px 0;background:url("../images/domainWall_bg.png") no-repeat;background-size:100% 100%;}
.domainWall-search{width:86%;height:auto;padding:0 2% 0 4%;margin:20px auto 6px;background:#FFF;border-radius:6px;box-sizing:border-box;}
.domainWall-tip{width:81%;height:auto;margin:0 auto 15px;font-size:12px;color:#FFF;}
.domainWall-search a{float:left;display:block;width:18px;height:38px;line-height:38px;margin-top:4px;}
.domainWall-search a img{width:100%;height:auto;}
.domainWall-search textarea{float:left;display:block;width:90%;height:44px;line-height:14px;padding:14px 0;margin-left:2%;box-sizing:border-box;font-size:13px;color:#A5A5A5;outline:none;}
.domainWall-result{overflow:hidden;width:100%;height:auto;}
.domainWall-list,.domainWall-question{width:100%;height:auto;padding:20px 0 22px;border-bottom:12px solid #F6F7F8;box-sizing:border-box;}
.domainWall-name{display:block;width:92%;height:auto;margin:0 auto;font-size:17px;color:#262626;box-sizing:border-box;font-weight:lighter;}
.domainWall-data{width:85%;height:auto;min-height:60px;margin:17px auto 0;padding:10px;font-size:14px;color:#555;border:1px solid #FDF3E0;border-radius:6px;background:#F5F4F4;box-sizing:border-box;}
.domainWall-data span{display:inline-block;padding-right:5px;margin-bottom:10px;}
.domainWall-tui{display:block;position:absolute;top:24%;right:5px;width:34%;}
.ernterCom-more a{color:#646363;}
.domainWall-goods{width:100%;height:auto;border-bottom:12px solid #F6F7F8;box-sizing:border-box;}
.domainQuest-list{width:100%;height:auto;}
.domainQuest-list li{width:96%;height:auto;padding:15px 8%;box-sizing:border-box;border-bottom:1px solid #F6F7F8;}
.domainQuest-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;line-height:20px;padding-left:25px;box-sizing:border-box;font-size:15px;color:#555;background:url("../images/domainWall_star.png") no-repeat left center;background-size:18px 18px;cursor:pointer;text-decoration:none;}
.domainQuest-name:hover{color:#008FFD;}
.domainQuest-name:active{color:#008FFD;}
.domainQuest-answer{width:100%;height:auto;line-height:22px;padding-top:10px;font-size:13px;color:#757575;box-sizing:border-box;}
.yuQing-share{float:right;display:block;width:24px;height:58px;line-height:58px;background:url("../images/share_log.png") no-repeat center center;background-size:20px 20px;}
.yuDetail-cont{width:100%;height:auto;padding:40px 14px 0;box-sizing:border-box;}
.yuDetail-tit{overflow:hidden;width:100%;height:auto;margin:0 0 10px;padding:0 16px;box-sizing:border-box;}
.yuDetail-tit h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-size:1rem;color:#03366C;text-align:center;}
.yuDetail-tit .time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;margin-top:5px;font-size:.7rem;color:#999;text-align:center;}
.yuDetail-box{overflow:hidden;width:100%;height:auto;}
.yuDetail-box p{width:100%;height:auto;line-height:150%;margin-top:15px;font-size:.9rem;color:#666;}

/*域名备案页样式*/
.beiAn-cont{overflow:hidden;width:100%;height:auto;}
.beiAn-box{width:100%;height:auto;padding:26px 4%;box-sizing:border-box;border-bottom:20px solid #F1F1F1;}
.beiAn-write{display:block;width:100%;height:44px;line-height:44px;padding:0 12px;box-sizing:border-box;font-size:.9rem;color:#3D3D3D;border:1px solid #C2C1C1;border-radius:10px;outline:none;}
.beiAn-cha{overflow:hidden;width:100%;height:auto;margin-top:28px;}
.beiAn-left{float:left;width:61%;height:40px;line-height:40px;border:1px solid #FEAB40;border-radius:10px;}
.beiAn-left img{display:inline-block;width:101px;height:32px;margin-left:5px;vertical-align:middle;}
.beiAn-left input{display:inline-block;width:41%;height:36px;line-height:36px;margin-left:2%;box-sizing:border-box;font-size:.85rem;color:#888;outline:none;}
.beiAn-right{display:block;float:left;width:36%;height:42px;line-height:42px;margin-left:2%;box-sizing:border-box;font-size:1rem;color:#FFF;text-align:center;background:#FEAB40;border-radius:8px;outline:none;cursor:pointer;}
.beiAn-relut,.zuiJIn,.zuiDuo,.changShi{overflow:hidden;width:100%;height:auto;box-sizing:border-box;border-bottom:20px solid #F1F1F1;}
.beiAn-relut li{overflow:hidden;width:100%;height:54px;line-height:54px;padding:0 4%;box-sizing:border-box;border-bottom:1px solid #F1F1F1;}
.beiAn-relut .left-box{float:left;width:40%;height:auto;font-size:.9rem;color:#888;}
.beiAn-relut .right-box{float:left;width:60%;height:auto;font-size:.9rem;color:#3D3D3D;}
.beiAn-relut li a{display:block;text-decoration:none;cursor:pointer;}
.right-box.ts{color:#3651F2;}
.beiAn-tit{width:100%;height:54px;line-height:54px;padding:0 0 0 48px;box-sizing:border-box;border-bottom:1px solid #F1F1F1;font-size:1rem;color:#3D3D3D;}
.beiAn-list,.beiAn-quest{overflow:hidden;width:100%;height:auto;}
.beiAn-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;float:left;width:50%;height:54px;line-height:54px;padding:0 4%;box-sizing:border-box;font-size:.9rem;color:#555;border-bottom:1px solid #F1F1F1;cursor:pointer;}
.beiAn-list li:last-child,.beiAn-list li:nth-last-child(2){border-bottom:none;}
.beiAn-quest li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;float:left;width:100%;height:54px;line-height:54px;padding:0 4%;box-sizing:border-box;font-size:.9rem;color:#555;border-bottom:1px solid #F1F1F1;cursor:pointer;}
.beiAn-quest li:last-child,.beiAn-quest li:nth-last-child(2){border-bottom:none;}
.beiAn-list li a{display:block;font-size:.9rem;color:#555;text-decoration:none;}
.beiAn-quest li a{display:block;font-size:.9rem;color:#555;text-decoration:none;}
.beiAn-bgone{background:url("../images/beiAn_one.png") no-repeat 3% center;background-size:27px 27px;}
.beiAn-bgtwo{background:url("../images/beiAn_two.png") no-repeat 3% center;background-size:27px 27px;}
.beiAn-bgthree{background:url("../images/beiAn_three.png") no-repeat 3% center;background-size:27px 27px;}
.changShi .beiAn-list li{width:100%;height:auto;}
.beiAn-quest li a:hover{color:#3691F2;}
.beiAn-quest li a:active{color:#3691F2;}
.beiAn-quest li:last-child,.beiAn-quest li:nth-last-child(2){border-bottom:1px solid #F1F1F1;}
.beiAn-no{overflow:hidden;width:100%;height:auto;padding:20px 0;box-sizing:border-box;border-bottom:20px solid #F1F1F1;}
.beiAn-no p{width:100%;height:auto;font-size:1rem;color:#3D3D3D;text-align:center;}
.beiAn-no p.tip{margin-top:5px;color:#D81E06;}

/*新版停放页*/
.tingFang-tit{position:relative;width:100%;height:133px;padding-top:14px;background:url("../images/tingFang_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.tingFang-cont{width:100%;height:auto;background:#F5F5F5;}
.tingFang-box,.tingFang-info{overflow:hidden;width:100%;height:auto;}
.tingFang-name{width:100%;height:50px;line-height:50px;padding:0 4%;box-sizing:border-box;font-size:1rem;color:#333;border-bottom:1px solid #F1F1F1;background:#FFF;}
.tingFang-name.ts{border-bottom:none;}
.tingFang-come{overflow:hidden;width:100%;height:auto;margin-bottom:20px;background:#FFF;}
.tingFang-info li{overflow:hidden;width:100%;padding:0 4% 0 5%;box-sizing:border-box;border-bottom:1px solid #F1F1F1;background:#FFF;}
.tingFang-left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:34%;height:50px;line-height:50px;font-size:.95rem;color:#555;}
.tingFang-center{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;float:left;width:60%;height:50px;line-height:50px;font-size:.85rem;color:#888;outline:none;}
.tingFang-center.ts{width:40%;}
.tingFang-right{overflow:hidden;display:block;float:left;width:80px;height:30px;line-height:30px;margin-top:10px;font-size:.75rem;color:#FE7C31;text-align:center;border:1px solid #FD9208;border-radius:5px;outline:none;background:#FFF;cursor:pointer;}
.tingFang-right img{width:100%;height:auto;}
.ting-btn{display:block;width:60%;height:40px;line-height:40px;margin:23px auto;font-size:1rem;color:#FFF;text-align:center;background:#FFA200;border-radius:7px;}
.tingFang-you{overflow:hidden;width:100%;height:auto;}
.tingFang-you li{overflow:hidden;width:100%;height:auto;padding:20px 4%;border-bottom:1px solid #F1F1F1;box-sizing:border-box;}
.tingYou-left{float:left;width:45%;height:90px;padding-top:4%;padding-right:1%;box-sizing:border-box;}
.tingYou-right{float:left;width:53%;height:90px;padding-top:4%;padding-left:2%;margin-left:2%;box-sizing:border-box;}
.tingFang-you .aboutNew-infone{width:73%;}
.tingBg-one{background:url("../images/fang_one.png") no-repeat left center;background-size:100% 100%;}
.tingBg-two{background:url("../images/fang_two.png") no-repeat left center;background-size:100% 100%;}
.tingBg-three{background:url("../images/fang_three.png") no-repeat left center;background-size:100% 100%;}
.tingBg-four{background:url("../images/fang_four.png") no-repeat left center;background-size:100% 100%;}
.tingBg-five{background:url("../images/fang_five.png") no-repeat left center;background-size:100% 100%;}
.tingBg-six{background:url("../images/fang_six.png") no-repeat left center;background-size:100% 100%;}
.tingLink .ecoNew-ever{border-bottom:1px solid#F1F1F1;}
.tingLink li .ecoNew-box{border-left:1px solid#F1F1F1;}
.liuChen-list.tingYi{width:100%;height:auto;padding:0 4% 15px;background:#FFF;border-bottom:1px solid #F1F1F1;box-sizing:border-box;}
.tingYi li{background:#E0EFFF;}
.tingYi-warp{width:100%;height:auto;background:#FFF;}
.tingFang-add{width:100%;height:auto;padding:0 4%;box-sizing: border-box;margin-bottom:20px;padding-bottom:20px;background: #FFF;}
.tingFang-add .tingFang-nam{width: 100%;border-bottom: none;height:50px;line-height:50px;box-sizing: border-box;font-size: 1rem;color: #333;}
.tingAdd-detail{overflow: hidden;width: 100%;height:85px;line-height:24px;padding:5px 2% 10px;font-size:.83rem;color:#666;box-sizing: border-box;border:1px solid #E2D9CD;border-radius: 10px;}
.tingFang-pei{width: 100%;height: auto;overflow: hidden;margin-bottom:20px;background: #FFF;}
.tingPei-list{width:100%;height:auto;overflow: hidden;}
.tingPei-list li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:50%;height: auto;padding:15px 4%;margin-left:-1px;box-sizing: border-box;font-size:.83rem;color:#666;border-left:1px solid #F1F1F1;border-bottom:1px solid #F1F1F1;}
.tingPei-list li.noData{width:100%;text-align: center !important;}
.tingPei-list li:nth-child(2n){text-align: right;}
.tingPei-tit{overflow:hidden;width:100%;height: auto;border-bottom: 1px solid #F1F1F1;}
.tingPei-left{float: left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:50%;height: auto;padding:18px 4%;font-size: 1rem;color:#333;box-sizing: border-box;}
.tingPei-rigth{float: left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:50%;height: auto;padding:18px 8% 18px 4%;font-size: .95rem;color:#0098F9;text-align:right;box-sizing: border-box;background: url("../images/tingFang_more.png") no-repeat 94% center;background-size:12px 13px;cursor: pointer;}
.tingTit-word{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:#fff 1px 0 5px,#fff 0 1px 5px,#fff -1px 0 5px,#fff 0 -1px 5px;-webkit-text-shadow:#fff 1px 0 5px,#fff 0 1px 5px,#fff -1px 0 5px,#fff 0 -1px 5px;-moz-text-shadow:#fff 1px 0 5px,#fff 0 1px 5px,#fff -1px 0 5px,#fff 0 -1px 5px;-ms-text-shadow:#fff 1px 0 5px,#fff 0 1px 5px,#fff -1px 0 5px,#fff 0 -1px 5px;*filter: Glow(color=#fff, strength=1);min-width:61%;max-width:100%;height: auto;margin:25px auto 2px;font-size: 20px;color:#026599;text-align: center;font-weight: 600;}
.tingTit-two{text-shadow:#fff 1px 0 4px,#fff 0 1px 4px,#fff -1px 0 4px,#fff 0 -1px 4px;-webkit-text-shadow:#fff 1px 0 4px,#fff 0 1px 4px,#fff -1px 0 4px,#fff 0 -1px 4px;-moz-text-shadow:#fff 1px 0 4px,#fff 0 1px 4px,#fff -1px 0 4px,#fff 0 -1px 4px;-ms-text-shadow:#fff 1px 0 4px,#fff 0 1px 4px,#fff -1px 0 4px,#fff 0 -1px 4px;*filter: Glow(color=#fff, strength=1);width:80%;height: auto;margin:0 auto;font-size: 22px;color:#026599;text-align: center;font-weight:600;}
.tingTit-two a{color:#026599;text-decoration: none;}
.tingFang-foot{overflow: hidden;width:100%;height: auto;margin:30px auto 20px;}
.tingFoot-one{display:inline-block;width:28%;height: 1px;background:#D5D5D5;vertical-align: middle;}
.tingFoot-two{display:inline-block;width:41%;height: auto;font-size: .85rem;color:#888;vertical-align:3px;text-align: center;}



/*新版工具页样式*/
.toolsNew-tit{position:relative;width:100%;height:125px;padding-top:14px;background:url("../images/tools_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.toolsNew-tit h3{width:100%;height:auto;font-size:18px;color:#FFF;text-align:center;font-weight:lighter;}
.toolsNew-nav{overflow:hidden;width:100%;height:auto;position:absolute;left:0;bottom:0;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.toolsNew-nav li{float:left;flex:4;-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;height:34px;line-height:34px;margin:0 1px;font-size:.8rem;color:#6EB3FC;text-align:center;background:#086CD6;border-bottom:2px solid #086CD6;border-radius:6px;cursor:pointer;}
.toolsNew-nav li:first-child{margin:0 1px 0 2px;}
.toolsNew-nav li:last-child{margin:0 2px 0 1px;}
.toolsNew-nav li.on{color:#3691F2;background:#FFF;border-bottom:2px solid #FF6E20;}
.toolsNew-list{overflow:hidden;width:100%;height:auto;margin-top:18px;padding-top:10px;border-top:1px solid #F1F1F1;}
.toolsNew-list li{float:left;width:50%;height:auto;padding:10px 0;margin-left:-1px;box-sizing:border-box;border-left:1px solid #F1F1F1;border-bottom:1px solid #F1F1F1;}
.toolsNew-list.ts li{float:left;width:33.3333%;}
.toolsNew-list li:first-child,.toolsNew-list li:nth-child(2),.toolsNew-list.ts li:nth-child(3){padding:0 0 10px;}
.toolsNew-list li img{display:block;height:31px;margin:0 auto;}
.toolsNew-list li p{width:100%;height:auto;margin-top:7px;font-size:.75rem;color:#555;text-align:center;}
.toolsNew-list li a{display:block;text-decoration:none;}
.toolsNew-list li.nb{border-bottom:none;}
.toolsNew-list li.br{border-right:1px solid #F1F1F1;}

/*新版排行版样式*/
.rankNew-tit{position:relative;width:100%;height:120px;padding-top:14px;background:url("../images/rankNew_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.rankNew-nav{position:absolute;bottom:0;left:0;width:100%;height:auto;}
.rankNew-list{display:block;width:48%;height:32px;line-height:32px;box-sizing:border-box;font-size:.93rem;color:#6EB3FC;text-align:center;background:#0477F2 url("../images/xia_one.png")no-repeat 90% center;background-size:18px 12px;border-bottom:3px solid #0477f2;cursor:pointer;border-radius:5px;}
.rankNew-list.bl{float:left;}
.rankNew-list.br{float:right;}
.rankNew-list.on{color:#3691F2;background:#FFF url("../images/xia_two.png")no-repeat 90% center;background-size:18px 12px;border-bottom:3px solid #FFA03B;}
.rankNew-list span{display: block;width:100%;height: inherit;line-height: inherit;}
.rankNew-warp{position:absolute;top:32px;left:0;width:100%;height:auto;}
.rankNew-warp{position:absolute;top:32px;left:0;width:100%;height:auto;background:#F6F6F6;padding:5px 2% 10px;box-sizing:border-box;}
.rankNew-list a{float:left;display:block;width:25%;height:26px;line-height:26px;margin-top:5px;font-size:.8rem;color:#777;text-align:center;text-decoration:none;}
.rankNew-list a:hover,.rankNew-list a.on{color:#FFF;background:#ff8400;}
.rankNew-cont{overflow:hidden;width:100%;height:auto;margin-top:18px;border-top:1px solid #F1F1F1;}
.rankNew-cont li{overflow:hidden;width:100%;height:auto;padding:10px 0 10px 3%;box-sizing:border-box;border-bottom:1px solid #F1F1F1;}
.rankNew-cont li:last-child{border-bottom:none;}
.rankNew-cont li a{display: block;width:100%;height: auto;}
.rankNew-left{float:left;display:inline-block;vertical-align:middle;width:12%;height:auto;font-size:1.4rem;color:#777;text-align:center;font-family:"PingFang SC";font-weight:bold;}
.rankNew-left img{width:100%;height:auto;}
.rankNew-right{float:left;display:inline-block;vertical-align:middle;width:85%;height:auto;}
.rankNew-right h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;padding-left:6%;box-sizing:border-box;font-size:.85rem;color:#333;font-weight:500;vertical-align:top;}
.rankNew-right h3 span{font-family:"PingFang SC","Microsoft Yahei";font-size:.95rem;color:#24ADFC;vertical-align:top;}
.rankNew-detail{overflow:hidden;width:96%;height:auto;}
.rankNew-detail p{float:left;height:auto;box-sizing:border-box;width:33.3333%;font-size:.85rem;color:#777;}
.rankNew-detail i{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%;height:auto;font-style:normal;font-size:.8rem;text-align:center;}
.rankNew-detail i.ts{color:#FF8605;text-align:center;}
/*排行榜详情页样式*/
.rankDetai-warp{overflow: hidden;width:100%;height: auto;padding:15px 0;border-bottom:10px solid #F6F6F6;}
.rankDetai-warp li{float:left;width:33.3333%;height: auto;text-align: center;border-left:1px solid #F1F1F1;margin-left: -1px;box-sizing:border-box;text-align: center;}
.rankDetail-num{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: 36px;line-height:36px;margin:0 auto;font-family:"PingFang SC","Microsoft Yahei";font-size: 1.1rem;color:#FFF;text-align: center;font-weight: 600;}
.rankDetail-num.bg-one{color:#57DDFC;}
.rankDetail-num.bg-two{color:#FFAE00;}
.rankDetai-warp li p{width: 100%;height: auto;font-size:.85rem;color:#333;text-align: center;}
.rankDetai-info{overflow: hidden;width:100%;height: auto;padding:15px 4%;border-bottom:10px solid #F6F6F6;box-sizing:border-box;}
.rankDetai-info h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;width: 100%;height: auto;line-height:26px;box-sizing: border-box;font-size: .95rem;color: #333;font-weight: 500;vertical-align: middle;}
.rankDetai-info h3 span{line-height:26px;font-family:"PingFang SC","Microsoft Yahei";font-size:1rem;color:#24ADFC;vertical-align: middle;}
.rankDetai-info p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;width: 100%;height: auto;max-height:90px;line-height:140%;margin-top:3px;font-size:.8rem;color:#777;}
.rankDetai-tit{position:relative;overflow: hidden;width:100%;height:auto;padding:0 4%;box-sizing: border-box;}
.rankDetai-tit1{position:relative;overflow: hidden;width:100%;height:auto;padding:0 4%;box-sizing: border-box;text-align: center;}
.rankDetai-left1{margin-top: 15px;width:40%;height: 30px;line-height:30px;font-size:.8rem;color:#fff;text-align: center;background: #f90;outline: none;border-radius: 20px;margin-left: auto;margin-right: auto;}

.rankDetai-left{display:block;width:88%;height: 50px;line-height:50px;font-size:.94rem;color:#333;text-align: center;vertical-align: middle;}
.rankDetai-left.ts{font-size: .965rem;}
.rankDetai-right{position:absolute;right:3%;top:0;width:19%;height: 50px;line-height:50px;font-size:.73rem;color:#3691F2;vertical-align: middle;}
.rankDetai-list{overflow: hidden;width:100%;height: auto;}
.rankDetai-list li{overflow:hidden;width:100%;height: auto;}
.rankDetai-ever{float:left;width:25%;height: auto;text-align:center;}
.rankDetai-up{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:46px;line-height:46px;background: #F6F6F6;font-size: .85rem;color:#888;}
.rankDetai-down{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:46px;line-height:46px;font-size:.9rem;color:#333;}
.rankDetai-box{overflow: hidden;width:100%;height: auto;border-bottom:10px solid #F6F6F6;}
.rankDetai-down.ts{color:#ffae00;}
.rankDetai-down.ts-blue{color:#3691F2;}
.rankDetai-small{width:72%;height:20px;line-height: 20px;margin:10px auto;font-size:.75rem;color:#333;text-align: center;border:1px solid #888;border-radius: 2px;}
.rankDetai-du{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width:45%;margin-left:-1px;box-sizing:border-box;border-left: 1px solid #888;}
.rankDetai-du img{width:14px;height:auto;vertical-align: -3px;}
.rankDetai-du.ts img{width:12px;}
.rankDetai-ju{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width:55%;margin-left:-1px;box-sizing:border-box;border-left: 1px solid #888;}
.rankDetai-small.pr{width:96%;}
.rankDetai-small.pr .rankDetai-du{width:25%;}
.rankDetai-small.pr .rankDetai-ju{width:75%;text-align: left;}
.rankDetai-sn{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:block;float:left;width:29%;text-align:center;}
.rankDetai-scrop{overflow:hidden;float:left;width:62%;height:8px;line-height:8px;margin-top:5px;border:1px solid #888;}
.rankDetai-scrop i{display: block;float:left;font-style: normal;width:10%;height: inherit;background:#24AF08;}
.rankDetai-mobil{overflow: hidden;width:100%;height: auto;padding-bottom: 15px;}
.rankDetai-zanshi{overflow: hidden;width:100%;height: auto;background:#FFFDFA;border-bottom:10px solid #F6F6F6;}
.rankDetai-zanshi:last-child{border-bottom:none;}
.rankDetai-zanshi1{overflow: hidden;width:100%;height: auto;background:#FFFDFA;border-bottom:10px solid #F6F6F6;}
.rankDetai-zanshi1:last-child{border-bottom:none;}
.rankZan-tit{overflow: hidden;width: 100%;height: 38px;line-height:38px;padding:0 4%;box-sizing: border-box;background:#F6F6F6;}
.rankZan-tit li{float:left;height: 34px;line-height:34px;padding:0 3%;margin-right:5px;font-size: .85rem;color:#333;text-align: center;border:1px solid #3691F2;border-radius:7px;cursor: pointer;}
.rankZan-tit li.on{color:#FFF;background: #3691F2;}
.rankZan-tit li p{display:block;width:100%;}
.rankZan-tit1{overflow: hidden;width: 100%;height: 38px;line-height:38px;padding:0 4%;box-sizing: border-box;background:#F6F6F6;}
.rankZan-tit1 li{float:left;height: 34px;line-height:34px;padding:0 3%;margin-right:5px;font-size: .85rem;color:#333;text-align: center;border:1px solid #3691F2;border-radius:7px;cursor: pointer;}
.rankZan-tit1 li.on{color:#FFF;background: #3691F2;}
.rankZan-tit1 li p{display:block;width:100%;}
.rankzan-list li{overflow: hidden;width:100%;height: auto;}
.rankzan-list li p{overflow:hidden;width:100%;height: 50px;line-height: 50px;padding:0 4%;box-sizing: border-box;font-size:.9rem;color:#333;border-bottom: 1px solid #F1F1F1;}
.rankzan-list1 li{overflow: hidden;width:100%;height: auto;}
.rankzan-list1 li p{overflow:hidden;width:100%;height: 50px;line-height: 50px;padding:0 4%;box-sizing: border-box;font-size:.9rem;color:#333;border-bottom: 1px solid #F1F1F1;}
.rankzan-name{float:left;width:34%;height: inherit;line-height: inherit;font-size:.9rem;color:#888;}
.rankzan-detail{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:66%;height: inherit;line-height: inherit;}
.rankzan-detail a{color:#3691F2;text-decoration: none;}
.rankDetai-tab{overflow:hidden;width: 100%;height: auto;padding:0 4%;margin-bottom:15px;box-sizing: border-box;background: #F6F6F6;}
.rankDetai-tab li{float: left;width:30%;height:40px;line-height: 40px;margin-right:10px;font-size: .85rem;color:#333;text-align: center;cursor: pointer;}
.rankDetai-tab li.on{color:#FFF;background: #FFAE00;}
.rankDetai-tu{width:100%;height:auto;}
/*新版自媒体样式*/
.meitiNew-tit{position: relative;width: 100%;height:auto;padding: 14px 0;box-sizing: border-box;background: #3691F2;}
.meitiNew-tit h3 {width: 100%;height: auto;font-size: 18px;color: #FFF;text-align: center;font-weight: lighter;}
.meitiNew-nav{overflow: hidden;width: 100%;height: auto;padding-top:25px;}
.meitiNew-nav li{float: left;width:25%;height: auto;cursor: pointer;}
.meitiNew-nav li a{display: block;width:100%;height: 100%;text-decoration: none;}
.meitiNew-nav li .img-log{width:100%;height:35px;margin:0 auto;}
.meitiNew-nav li .img-log.bg-one{background: url("../images/zwt_wx.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li .img-log.bg-dy{background: url("../images/zwo_dy.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li .img-log.bg-ks{background: url("../images/zwo_ks.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li .img-log.bg-two{background: url("../images/zwt_wb.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li .img-log.bg-three{background: url("../images/zwt_th.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li .img-log.bg-four{background: url("../images/zwt_qt.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li p{width:100%;height: auto;padding-top:5px;font-size:14px;color:#9CCCFF;text-align: center;}
.meitiNew-nav li.on p{color:#FFF;}
.meitiNew-nav li.on .img-log.bg-one{background: url("../images/zwo_wx.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li.on .img-log.bg-two{background: url("../images/zwo_wb.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li.on .img-log.bg-three{background: url("../images/zwo_th.png") no-repeat center center;background-size:37px 35px;}
.meitiNew-nav li.on .img-log.bg-four{background: url("../images/zwo_qt.png") no-repeat center center;background-size:37px 35px;}
.meiNew-log{display: block;position: absolute;top:15%;right:75px;width: 57px;}
.mtNew-kg{overflow: hidden;height:330px;}
.meiNew_zs{width:100%;height:20px;background: url("../images/meiTi_zan.png")no-repeat center center;background-size:43px 13px;cursor: pointer;}
.meiNew_su{width:100%;height:20px;background: url("../images/meiTi_sou.png")no-repeat center center;background-size:43px 13px;cursor: pointer;}
/*新版起名网样式*/
.giveName-tit{position:relative;width:100%;height:150px;padding-top:14px;background:url("../images/giveName_tit.png") no-repeat left top;background-size:100% 100%;box-sizing:border-box;}
.giveName-btn{display: block;position:absolute;bottom:24px;left:50%;margin-left:-75px;width:150px;height: 46px;line-height: 46px;font-size:14px;color:#FFF;text-align: center;background: url("../images/giveName_btn.png") no-repeat center center;background-size:100% 100%;text-decoration: none;}
.giveName-box{width:100%;height: auto;padding-top:22px;border-bottom: 10px solid #F6F6F6;}
.giveName-bt{width:100%;height: auto;font-size:16px;color:#333;text-align: center;font-weight: 600;}
.giveName-one{overflow: hidden;width:100%;height: auto;}
.giveName-one li{float:left;width:50%;height: auto;padding:22px 3%;box-sizing:border-box;border-bottom:1px solid #E0E0E0;}
.giveName-biao{position:relative;width: 100%;height: auto;padding-top:25px;}
.giveName-biao h3{font-size:15px;color:#333;font-weight: 600;}
.giveName-log{display: block;position:absolute;top:0;right:6px;width:44px;}
.giveName-one li p{width:100%;height: auto;line-height: 20px;padding-top:10px;font-size:12px;color:#666;}
.giveName-one li:nth-child(3),.giveName-one li:nth-child(4){border-bottom: none;}
.giveName-care{overflow:hidden;width:100%;height: auto;padding:22px 3%;box-sizing:border-box;border-bottom:1px solid #F6F6F6;}
.giveName-care li{float:left;width:32.6666%;height: auto;margin-right:1%;}
.giveName-care li:last-child{margin-right: 0;}
.giveName-head{width:100%;height:34px;line-height: 34px;font-size:13px;color:#FFF;text-align: center;background: #00A8FF;border-radius: 8px 8px 0 0;}
.giveName-cont{width:100%;height:80px;line-height:20px;padding:10px 4%;box-sizing:border-box;font-size:12px;color:#666;text-align:center;background: #F6F6F6;border-radius:0 0 8px 8px;}
.giveName-care.ts li{float:left;width:49%;height: auto;margin-right:1%;}
.giveName-care.ts .giveName-head{background:#0072FF;}
.giveName-small{width:100%;height: auto;padding-top:5px;font-size:12px;color:#666;text-align: center;}
.giveName-adv{display: block;width:94%;height: auto;margin:20px auto 0;}
.giveName-pop{position:fixed;z-index:100;top:20%;left:50%;margin-left:-45%;width:90%;height:auto;padding:40px 4%;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.givePop-box{overflow: hidden;width:100%;height:auto;}
.givePop-box li{overflow: hidden;width: 100%;height: auto;margin-top:10px;}
.givePop-left{float:left;width:47px;height:40px;line-height:39px;font-size:15px;color:#555;}
.givePop-right{display:block;float:left;width:80%;height: 40px;line-height:40px;margin-left: 2%;font-size:13px;color:#888;background: #F7F7F7;text-indent: 1em;box-sizing:border-box;border-radius: 5px;outline:none;}
.givePop-tip{float:left;width:80%;height: 40px;line-height:40px;margin-left: 2%;font-size:12px;color:#E88300;}
.givePop-btn{display: block;width:54%;height: 36px;line-height:36px;margin:18px auto 0;font-size:13px;color:#FFF;text-align: center;background: #FF9000;border-radius:5px;cursor: pointer;}
.givePop-close{position:absolute;top:8px;right:8px;width:30px;height:30px;background: url("../images/giveName_clos.png") no-repeat center center;background-size:100% 100%;}
.givePop-right.ly{min-height:50px;height: auto;line-height: 20px;padding:10px 0;}
/*360权重查询*/
.tool-bg{background: #F2F2F2;}
.toolNew-box{overflow: hidden;width:100%;height: auto;}
.toolQx-one{width:96%;height: auto;margin:10px auto;padding:15px 3%;box-sizing:border-box;background: #FFF;border-radius:8px;}
.toolQx-one h3{display: block;width:100%;height: auto;font-size:13px;color:#3691F2;font-weight: 500;}
.toolQx-one p{width:100%;height: auto;padding-top: 15px;font-size:13px;color:#999;}
.toolQx-search{width:100%;height: auto;padding:10px 0px;font-size:15px;color:#333;border-bottom:1px solid #E6E6E6;outline: none;}
.toolQx-btn{display: block;width:100%;height: 42px;line-height: 42px;margin:15px auto 0;font-size:16px;color:#FFF;text-align: center;background: #3691F2;border-radius:8px;outline:none;cursor: pointer;}
.toolQx-two{overflow:hidden;width:100%;height: auto;margin-top:10px;background:#FFF;box-sizing:border-box;}
.toolQx-tit{overflow:hidden;width:100%;height:auto;padding:0 2% 0 4%;box-sizing:border-box;border-bottom:1px solid #E6E6E6;font-size:14px;color:#999;}
.toolQx-ever{display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:21.666%;height:50px;line-height:50px;padding:0 1%;box-sizing:border-box;font-size:14px;}
.toolQx-list{display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:21.666%;height:50px;line-height:50px;padding:0 1%;box-sizing:border-box;font-size:14px;color:#333;text-decoration: none;}
.toolQx-ever.ts,.toolQx-list.ts{width: 35%;}
.toolQx-detail{overflow:hidden;width:100%;height: auto;}
.toolQx-detail li{overflow:hidden;width:100%;height: auto;padding:0 2% 0 4%;box-sizing:border-box;border-bottom:1px solid #E6E6E6;font-size:14px;color:#333;}
.toolQx-detail li a{text-decoration: none;}
.toolac-ever{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:50%;height:50px;line-height: 50px;box-sizing:border-box;}
.toolac-list{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float:left;width:50%;height:50px;line-height:50px;color:#333;}
.toolac-list.c-red{color:#FF3333;}
.toolZc-tit{width:100%;height: 50px;line-height:50px;padding:0 4% 0 7%;box-sizing:border-box;font-size:16px;color:#1A1A1A;border-bottom:1px solid #E6E6E6;background: url("../images/toolZc_bg.png") no-repeat 4% center;background-size:4px 16px;}
.toolZc-cont{width:100%;height: auto;padding:5px 4% 20px;box-sizing:border-box;}
.toolZc-box{width:100%;height: auto;margin-top:15px;}
.toolZc-status{width:100%;height:auto;font-size:12px;color:#999;}
.toolZc-detail{width:100%;height: auto;line-height:26px;font-size:14px;color:#5AAD54;}
.toolZc-ever{width:100%;height: auto;line-height:24px;font-size:14px;color:#333;}
.toolZc-ever p{width:100%;height: auto;word-break:break-all;}
.toolRb-ever{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width: 20%;height: 50px;line-height: 50px;box-sizing: border-box;font-size: 14px;text-align: center;}
.toolRb-ever.ts{width:40%;text-align: left;}
.toolRb-search{overflow: hidden;width:100%;height: auto;padding:58px 0;}
.toolRb-img{display: block;width:66px;margin:0 auto;}
.toolRb-word{width:100%;height:auto;margin-top:10px;font-size:13px;color:#999;text-align:center;}
.toolRb-net{width:100%;height: auto;margin-top:10px;padding:0 4%;box-sizing:border-box;font-size:12px;color:#FF3333;}
.toolRb-net.succe{color:#5AAD54;}
.toolRb-list{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: block;float: left;width: 20%;height:55px;line-height: 44px;padding:10px 1% 10px 0;box-sizing: border-box;font-size: 14px;color: #333;text-decoration: none;text-align:center;}
.toolRb-list.ts{width:40%;line-height: 20px;text-align: left;}
.c-green{color:#5AAD54;}
.c-red{color:#FF3232}
.c-oter{color:#3691F2;}
.toolbq-ever{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;width:32%;height: 50px;line-height: 50px;box-sizing: border-box;}
.toolbq-ever.ts,.toolbq-list.ts{width:36%;}
.toolbq-list{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float: left;width:32%;height: 50px;line-height: 50px;box-sizing: border-box;}
.c-yellow{color:#FFAA25;}
.toolba-ever{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;width: 40%;height: 50px;line-height: 50px;box-sizing: border-box;}
.toolba-ever.ts{width:60%;}
.toolba-list.ts{width:60%;color:#333;}
.toolba-list{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float: left;width:40%;height: 50px;line-height: 50px;box-sizing: border-box;}
.toolMd-warp{overflow:hidden;width:100%;height: auto;padding:0 2% 20px 5%;border-bottom:1px solid #E6E6E6;box-sizing: border-box;}
.toolMd-warp li{overflow:hidden;float:left;width:50%;height: auto;box-sizing: border-box;margin-top:20px;}
.toolMd-warp li h3{display: block;width:100%;height: auto;font-size:12px;color:#999;font-weight: 500;}
.toolMd-warp li p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:5px;font-size:14px;color:#333;}
.toolMd-img{display: block;width: 136px;margin: 0 auto;}
.toolJz-nav{overflow: hidden;width:100%;height: auto;background: #FFF;}
.toolJz-nav li{float:left;width:50%;height: auto;}
.toolJz-nav li span{display: block;width:68px;height: 46px;line-height: 46px;margin:0 auto;font-size:15px;color:#333;text-align: center;}
.toolJz-nav li.on span{height: 44px;line-height: 44px;color:#3691F2;border-bottom:2px solid #3691F2;}
.toolJz-box{overflow: hidden;width:100%;height: auto;}
.toolJz-tip{width:94%;height: auto;margin:0 auto;font-size:14px;color:#666;}
.toolLj-ever{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;width: 35%;height: 50px;line-height: 50px;box-sizing: border-box;}
.toolLj-ever.ts,.toolLj-list.ts{width:15%;}
.toolLj-list{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float: left;width: 35%;height: 50px;line-height: 50px;color: #333;}
.toolLj-list.c-green{color: #5AAD54;}
.toolLj-list.c-red{color: #FF3232;}
.toolLj-list.c-blue{color: #3691F2;}
.toolQx-detail li:last-child{border-bottom: none;}
.toolMd-cha{position:relative;overflow: hidden;width:100%;height: auto;}
.toolMd-search{overflow: hidden;float:left;width:41%;height: auto;}
.fr{float: right;}
.toolMd-img{display: block;position:absolute;top:41%;left:46%;width:20px;height: 20px;}
.toolXs-box{width:42%;height:auto;margin:0 auto;padding:63px 0;}
.toolXs-img{display:block;width:100px;margin:0 auto;}
.toolXs-word{width:100%;height: auto;margin-top:5px;font-size:13px;color:#333;text-align: center;}
.c-orgin{color:#FF8B19;}
.toolMd-warp li.last{width:100%;}
.toolYc-btn{display: block;width:136px;height:34px;line-height:34px;margin:20px auto 0px;font-size:12px;color:#333;text-align:center;border:1px solid #ccc;border-radius: 20px;text-decoration: none;}
.toolYc-ever{overflow:hidden;width: 100%;height: 360px;line-height: 24px;font-size: 14px;color: #333;}
.toolYc-ever p{width: 100%;height: auto;word-break: break-all;}
.toolMd-warp li p.c-red{color: #FF3232;}
.toolPai{display: block;width:100%;height:180px;margin-top:10px;padding:15px 3%;box-sizing: border-box;font-size:14px;color:#CCC;background: #FFF;outline:none;}
.toolPai-warp{overflow: hidden;width:100%;height: auto;}
.toolPai-list{overflow: hidden;width:100%;height:auto;padding:10px 0;}
.toolPai-list li{float:left;width:25%;height: auto;}
.toolPai-img{display: block;width:47px;height: 47px;margin:25px auto 0;outline:none;color:transparent;}
.toolPai-img.bgone{background: url("../images/toollPai_one.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgTwo{background: url("../images/toollPai_two.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgThree{background: url("../images/toollPai_three.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgFour{background: url("../images/toollPai_four.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgFive{background: url("../images/toollPai_five.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgSix{background: url("../images/toollPai_six.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgSeven{background: url("../images/toollPai_seven.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgEight{background: url("../images/toollPai_eight.png") no-repeat left center;background-size:100% 100%;}
.toolPai-img.bgNine{background: url("../images/toollPai_nine.png") no-repeat left center;background-size:100% 100%;}
.toolPai-zi{display:block;width:100%;height: auto;margin-top:5px;font-size: 12px;color:#3691F2;text-align: center;}
.toolPai-list li a{display: block;width:100%;height: auto;text-decoration: none;color:#3691F2;}
.toolSm-cont{position:relative;overflow:hidden;width:100%;height: auto;padding:15px 2% 15px 4%;box-sizing: border-box;font-size:14px;color:#333;}
.toolSm-cont span{overflow: hidden;display: block;width:100%;height:auto;line-height:26px;}
.toolSm-zan{display: none;position: absolute;bottom:21px;right:2px;width: 106px;height: auto;}
.toolSm-sou{display: none;position: absolute;bottom:19px;right:2px;width: 106px;height: auto;}
.toolSm-box{overflow:hidden;width:100%;height: auto;padding:15px 2% 15px 4%;box-sizing: border-box;}
.toolSm-every{overflow:hidden;width:100%;height:auto;margin-top:15px;}
.toolSm-every:first-child{margin-top:5px;}
.toolSm-every h3{display:block;width:100%;height: auto;font-size:13px;color:#999;font-weight:500;}
.toolSm-word{word-break: break-all;position:relative;width:100%;height: auto;line-height:22px;padding-top:5px;font-size:14px;color:#333;}
.toolSm-miao{word-break: break-all;display: block;width:100%;height: auto;}
.toolSm-mz{display: none;position: absolute;bottom:3px;right:2px;width: 106px;height: auto;}
.toolSm-ms{display: none;position: absolute;bottom:0;right:2px;width: 106px;height: auto;}
.toolNew-top{position:fixed;bottom:9%;right:5px;z-index:100;width:52px;height:52px;background: url("../images/toolYc_top.png") no-repeat left center;background-size:100% 100%;cursor: pointer;}
.toolYf-up{position:fixed;bottom:200px;right:5px;z-index:100;width:50px;height:50px;line-height:50px;cursor: pointer;box-shadow:1px 1px 3px #DEDEDE;font-size:12px;color:#333;text-align:center;border:1px solid #E6E6E6;border-radius:100%;background: #FFF;}
.toolYf-down{position:fixed;bottom:135px;right:5px;z-index:100;width:50px;height:50px;line-height:50px;cursor: pointer;box-shadow:1px 1px 3px #DEDEDE;font-size:12px;color:#333;text-align:center;border:1px solid #E6E6E6;border-radius:100%;background: #FFF;}
.toolYf-up.on,.toolYf-down.on{color:#3691F2;border:1px solid #3691F2;}
.toolYf-nav{overflow: hidden;width:100%;height: auto;background: #FFF;}
.toolYf-nav li{float:left;width:33.33%;height: auto;cursor: pointer;}
.toolYf-nav li span{display: block;width:32px;height: 46px;line-height:46px;margin:0 auto;font-size:15px;color:#333;text-align: center;}
.toolYf-nav li.on span{height: 44px;line-height: 44px;color:#3691F2;border-bottom:2px solid #3691F2;}
.toolYf-name{display:inline-block;width:80%;height: inherit;line-height: inherit;}
.page-number{display: inline-block;width:15%;height:inherit;line-height: inherit;font-size:12px;color:#333;text-align: right;}
.page-number i{font-style: normal;}
.page-number .current{font-size:15px;color:#3691F2;}
.toolPai-pop{overflow:hidden;position:fixed;z-index:101;top:22%;left:50%;margin-left:-40%;width:80%;height:auto;padding:24px 0 0;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.toolPai-pop h3{display: block;width:100%;height: auto;font-size:17px;color:#1A1A1A;text-align: center;}
.toolPai-pop p{width:100%;height: auto;line-height:22px;padding:20px 2%;box-sizing:border-box;font-size:14px;color:#808080;text-align: center;word-break: break-all;border-bottom: 1px solid #E6E6E6;}
.toolPai-pbtn{width:100%;height:48px;line-height:48px;font-size:18px;color:#3691F2;text-align: center;background: #FFF;outline: none;cursor: pointer;}
/*两周岁页面样式*/
.twoWeek-warp{overflow: hidden;min-width:320px;width:100%;height:auto;margin:0 auto;}
.twoWeek-log{display: block;width:100%;height: auto;}
.twoWeek-cont{position:relative;width:90%;height: auto;margin:15px auto;padding:12px;box-sizing:border-box;background: #FFF;border-radius: 10px;}
.twoWeek-box{width:100%;height: auto;padding:40px 0 30px;box-sizing:border-box;border:1px dashed #FF6F36;}
.twoWeek_log{display: block;width:144px;height: auto;margin:0 auto;}
.twoWeek-info{width: 88%;height: auto;margin:35px auto 0;}
.twoWeek-info li{position:relative;width:100%;height: auto;margin-top:20px}
.twoWeek-info li .twoWeek-first{width:100%;height: auto;font-size:12px;color:#666;}
.twoWeek-info li .twoWeek-first i{font-style: normal;color:#FF4C4C;}
.twoWeek-info li .twoWeek-first span{color:#FF3333;opacity: 0;}
.twoWeek-info li input{display: block;width:100%;height: auto;padding:15px 0;font-size:13px;color:#333;border-bottom:1px solid #E6E6E6;outline:none;}
.twoWeek-info li.on .twoWeek-first span{opacity: 1;}
.twoWeek-info li.on input{border-bottom:1px solid #FF3232;}
.twoWeek-btn{display:block;width: 88%;height:40px;line-height:40px;margin:30px auto 0;font-size:17px;color:#fff;text-align: center;background: #FF6F36;border-radius: 10px;cursor: pointer;}
.twoWeek-top{display: block;position:absolute;top:-7px;left:50%;margin-left:-145px;width:290px;height:36px;}
.twoWeek-code{overflow:hidden;position:absolute;right:0;top:3px;width:100px;height:38px;line-height: 38px;text-align: center;border:1px solid #E6E6E6;border-radius: 5px;}
.twoWeek-code img{width:100px;height:38px;}
/*新版委托样式*/
.wtNew-search{overflow:hidden;width:100%;height:auto;padding:15px 3%;box-sizing:border-box;border-bottom: 1px solid #E6E6E6;}
.wtNew-search input{display: block;float:left;width:73%;height:36px;line-height:36px;padding-left:20px;box-sizing:border-box;border-radius: 20px;background: #F2F2F2;outline: none;}
.wtNew-search button{display:block;float:left;width:20%;height: 36px;line-height:36px;margin-left:20px;font-size:14px;color:#FFF;text-align:center;border-radius: 20px;background: #3691F2;cursor: pointer;outline: none;}
.wtNew-tag{width:100%;height:auto;padding:10px 3% 20px;box-sizing:border-box;border-bottom:15px solid #F2F2F2;}
.wtNew-tag li{width:85%;height:auto;white-space:nowrap; overflow-x:auto;overflow-y: hidden;margin-top:10px;overflow:-moz-scrollbars-vertical;position:relative;margin-left: 15%;}
.wtNew-tag li a{display:inline-block;padding:0 13px;height:30px;line-height:30px;vertical-align:top;font-size:14px;color:#666;text-align: center;border-radius: 20px;white-space: normal;text-decoration: none;}
.wtNew-tag li a.on{color:#3691F2;background:#F2F2F2;}
.on2{width: 75%!important;margin-left: 25%!important;}
.wtNew-tag .on3{display: inline-block;color:#333;background:#fff;padding: 0 13px;height: 30px;line-height: 30px;vertical-align: top;font-size: 14px;border-radius: 20px;text-decoration: none;position: absolute;margin-top: 10px;}
.wtNew-tag li::-webkit-scrollbar{display:none;}
.wtNew-xiang{overflow: hidden;width: 100%;height: auto;padding:15px 3%;box-sizing:border-box;border-bottom: 1px solid #E6E6E6;}
.wtNew-left{display: inline-block;width:86%;height: auto;padding-left:5px;box-sizing:border-box;vertical-align: middle;font-size:16px;color:#1A1A1A;border-left:5px solid #3691F2;}
.wtNew-right{display: inline-block;width:11%;height: auto;vertical-align: middle;font-size:14px;color:#666;vertical-align: middle;cursor: pointer;}
.wtNew-right.on{color: #3691F2;}
.wtnew-bgone{background: url("../images/wtcore_log.png") no-repeat right center;background-size:8px 16px;}
.wtnew-bgup{background: url("../images/wtcore_up.png") no-repeat right center;background-size:8px 16px;}
.wtnew-bgdown{background: url("../images/wtcore_down.png") no-repeat right center;background-size:8px 16px;}
.wtNew-list li{overflow: hidden;width:100%;height: auto;padding:18px 3%;box-sizing:border-box;border-bottom: 1px solid #E6E6E6;}
.wtNew-list li>a{display: block;width:100%;height: 100%;text-decoration: none;}
.wtNew-first{overflow:hidden;width:100%;height: auto;}
.wtNew-name{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:auto;width:78%;height: 30px;line-height: 30px;}
.wtNew-price{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:22%;height: 30px;line-height: 30px;font-size:14px;color:#FF7E28;text-align: right;}
.wtNew-descrpit{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height:auto;margin-top:5px;font-size:12px;color:#999;}
.wtNew-sale{display:inline-block;width:57px;height:20px;line-height: 20px;margin-left:5px;font-size:12px;color:#fff;background:#fa6553;text-align: center;border:1px solid #fa6553;border-radius:20px;vertical-align: middle;}
.wtNew-name h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:inline-block;vertical-align:middle;max-width:75%;height: inherit;line-height: inherit;font-size:15px;color:#333;font-weight:400;}
.wtDetail-firstw{overflow: hidden;width:100%;height: auto;padding:20px 3%;box-sizing:border-box;border-bottom: 10px solid #F2F2F2;}
.wtDetail-tit{width:100%;height: auto;border-bottom: 1px solid #E5E5E5;}
.wtDetail-tit h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;width:100%;height: auto;font-size:18px;color:#333;font-weight:500;}
.wtDetail-descript{width:100%;height: auto;line-height:20px;margin-top:5px;font-size:12px;color:#999;}
.wtDetail-bottom{overflow:hidden;width:100%;height:auto;margin:15px 0;}
.wtDetail-price{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:75%;height:26px;line-height: 26px;font-size:28px;color:#FD632C;}
.wtDetail-price i{font-style: normal;}
.wtDetail-collec{float:left;display:block;width:21%;height:26px;line-height:26px;font-size:14px;color:#FFF;text-align:center;background:#3691F2;border-radius:20px;text-decoration: none;}
.wtDetail-list{position:relative;overflow: hidden;width:100%;height: auto;max-height: 182px;}
.wtDetail-list-car{position:relative;overflow: hidden;width:100%;height: auto;}
.wtDetail-list-car li{width:100%;height:auto;margin-top:15px;}
.wtDetail-list li{width:100%;height:auto;margin-top:15px;}
.wtDetail-biao{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;font-size:12px;color:#999;}
.wtDetail-word{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:5px;font-size:14px;color:#333;}
.wtDetail-word-car{width:100%;height: auto;margin-top:5px;font-size:14px;color:#333;}


.wtDetail-lan{color:#3691F2;}
.wtDetail-guzi{display:inline-block;width:68%;height:20px;line-height:20px;margin-top:15px;font-size:13px;color:#FD632C;text-decoration: none;}
.wtDetail-btn{overflow:hidden;width:100%;height: auto;margin-top:20px;}
.wtDetail-btn-car{overflow:hidden;width:100%;height: auto;margin-top:20px;}
.wtDetail-btn-car button{float:left;width:48%;height: 38px;line-height:38px;margin-left:10px;font-size:14px;color:#1A1A1A;text-align: center;border:1px solid #CCC;border-radius: 5px;background: #F2F2F2;outline: none;}
.wtDetail-btn-car button.wtLink{color:#FFF;background:#3691F2;border:1px solid #3691F2;margin-left: 0;}

.wtDetail-btn button{float:left;width:28%;height: 38px;line-height:38px;margin-left:10px;font-size:14px;color:#1A1A1A;text-align: center;border:1px solid #CCC;border-radius: 5px;background: #F2F2F2;outline: none;}
.wtDetail-btn button.wtLink{color:#FFF;background:#3691F2;border:1px solid #3691F2;margin-left: 0;}
.wtDetail-lastw{overflow:hidden;width:100%;height: auto;padding:16px 3%;box-sizing:border-box;}
.wtLastw-tit{width:100%;font-size:16px;color:#333;}
.wtLastw-person{position:relative;width:100%;height:auto;padding:0 3%;box-sizing:border-box;margin-top:18px;background: #FFF;border-radius: 5px;box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.wtLastw-one{width:100%;height:auto;padding:15px 0;border-bottom: 1px solid #E6E6E6;}
.wtLastw-left{display:inline-block;width:88%;height:auto;vertical-align:middle;}
.wtLastw-right{float:right;display:inline-block;vertical-align:middle;width:30px;height:30px;}
.wtJingji {
	width: 100%;
	margin: 15px 0 5px;
	font-size: 14px;
	text-align: center;
}
.wtJingji span {
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
}
.wtJingji img {
	display: inline-block;
	width: 38px;
	height: 1px;
	vertical-align: middle;
}
.wtLastw-zang-hide{
	display: none!important;
}
.wtLastw-right img{width:30px;height:30px;}
.wtLastw-people{display: inline-block;width:40px;height:40px;vertical-align: middle;border-radius: 50%;}
.wtLastw-name{display: inline-block;width:75%;vertical-align: middle;}
.wtLastw-name h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;font-size:14px;color:#333;}
.wtLastw-name p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:5px;font-size:13px;color:#999;}
.wtLastw-two{overflow: hidden;width:100%;height: auto;padding-bottom:10px;}
.wtLastw-two li{overflow: hidden;width:100%;height: auto;margin-top:10px}
.wtLastw-tag{display: inline-block;width:auto;height: 28px;line-height:28px;font-size: 14px;color: #666;vertical-align: middle;}
.wtLastw-word{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width:auto;height: 28px;line-height:28px;margin:0;padding:0;border:0;font-size: 14px;color: #333;vertical-align: middle;outline: none;}
.wtLastw-copy{float:right;display: inline-block;width:76px;height: 26px;line-height: 26px;font-size: 12px;color: #333;text-align: center;border:1px solid #D7D7D7;background: #FFF;border-radius: 20px;outline: none;cursor: pointer;vertical-align: middle;}
.wtLastw-bottom{overflow:hidden;width:100%;height: auto;box-sizing:border-box;padding-bottom:5px;}
.wtLastw-bottom li{overflow:hidden;float:left;width:48%;height: 112px;padding:20px 13px;box-sizing:border-box;margin:15px 1% 0;box-shadow:rgba(0,0,0,.2) 0px 0px 10px;-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 10px;-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 10px;border-radius:5px;}
.wtLastw-bottom li:nth-child(2n){margin-right: 0;}
.wtLastw-info{float:left;width:65%;height: auto;}
.wtLastw-info h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:block;width:100%;height: auto;font-size:14px;color:#333;}
.wtLastw-info p{
	/* overflow: hidden;text-overflow: ellipsis;white-space: nowrap; */
	display:block;width:100%;height: auto;margin-top:5px;font-size:12px;color:#999;}
.wtLastw-hao{display: block;width:58px;height:20px;line-height:20px;margin-top:10px;font-size:12px;color:#0090FF;text-align: center;border:1px solid #0090FF;border-radius: 5px;text-decoration: none;}
.wtLastw-img{float:right;display:block;width:40px;height:40px;border-radius: 100%;}
.wtLastw-zang{display: block;position:absolute;right:86px;bottom:0;width:86px;height: auto;}
.collecNew-warp{overflow: hidden;width:100%;height: auto;margin-top: 10px;background: #FFF;}
.collecNew-warp li{overflow: hidden;width:100%;height:auto;padding:25px 3%;box-sizing:border-box;border-bottom: 1px solid #E6E6E6;}
.collecNew-warp li:last-child{border-bottom: none;}
.collecNew-warp li a{display: block;width:100%;height:100%;text-decoration: none;}
.collecNew-first{overflow: hidden;width:100%;height: auto;}
.collecNew-left{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;width:70%;height:24px;line-height:24px;font-size:16px;color:#333;}
.collecNew-right{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:right;width:30%;height:24px;line-height:24px;font-size:14px;color:#FF7E28;text-align: right;}
.collecNew-descript{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:5px;font-size:12px;color:#999;}
.zuXiao-warp{overflow: hidden;width:100%;height: auto;padding:0 4% 20px;box-sizing:border-box;background: #FFF;border-bottom: 1px solid #E6E6E6;}
.zuXiao-img{width:133px;height:100px;margin:35px auto;background: url("../images/zhuXiao_log.png") no-repeat center center;background-size: 100% 100%;}
.zuXiao-box{overflow:hidden;width:100%;height: auto;margin-top:10px;}
.zuXiao-tit{width:100%;height: auto;font-size:13px;color:#333;}
.zuXiao-list{width:100%;height: auto;}
.zuXiao-list li{overflow:hidden;width: 100%;height: auto;line-height:22px;margin-top:8px;font-size:13px;color:#666;}
.zuXiao-btn{display: block;width:90%;height:40px;line-height: 40px;margin:20px auto 0;font-size:15px;color: #FFF;text-align: center;background:#F24949;text-align: center;border-radius: 5px;}
.wtDetail-zs{overflow:hidden;width:100%;height:auto;}
.wtDetail-zk,.wtDetail-so{display:inline-block;width:97px;height: 20px;}
.wtDetail-so.hide{display: none;}
.zuXiao-pop{position:fixed;z-index:100;top:33%;left:50%;margin-left:-45%;width:90%;height:auto;box-sizing:border-box;background-color:#FFF;border-radius:10px;}
.zuPop-tit{width:100%;height: auto;padding:30px 0 40px;border-bottom: 1px solid #E6E6E6;font-size:14px;color:#808080;text-align:center;}
.zuPop-btn{overflow:hidden;width:100%;height: auto;}
.zuPop-qx{float:left;display: block;width:50%;height:50px;line-height: 50px;font-size:17px;color:#333;text-align: center;border-right:1px solid #E6E6E6;box-sizing:border-box;text-decoration:none;}
.zuPop-sure{float:left;display: block;width:50%;height:50px;line-height: 50px;font-size:17px;color:#3691F2;text-align: center;text-decoration:none;}
.zuPop-img{position:relative;width:80px;height: 72px;margin:-42px auto 0;background: url("../images/zuxiao_m.png") no-repeat left center;background-size: 100% 100%;}
.zuPop-word{position:absolute;top:20px;left:50%;margin-left:-20px;width:40px;height: auto;font-size:28px;color:#429BCF;font-weight: bold;text-align: center;}
.hide{display: none;}
.wtSale{position:absolute;top:20px;right:20px;width:100px;height: 77px;}
.wtSale img{width:100%;height: auto;}


/*新版个人中心*/
.perCenter-tit{width:100%;height:auto;padding:30px 15px 60px;background: #3691F2;box-sizing:border-box;}
.perCenter-left{display: inline-block;width:74%;height: auto;padding-right:5px;box-sizing:border-box;vertical-align: middle;}
.perCenter-info{overflow:hidden;width:100%;height: auto;}
.perCenter-info h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;max-width:70%;font-size:21px;color:#FFF;vertical-align: middle;}
.perCenter-hy{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;padding-left:15px;box-sizing:border-box;font-size:12px;color:#FEB733;background: url("../images/macoun_hy.png") no-repeat left center;background-size:12px 9px;vertical-align: middle;}
.perCenter-id{width:100%;height:auto;margin-top:10px;font-size:14px;color:#FFF;}
.perCenter-right{display: inline-block;width:80px;height: auto;vertical-align: middle;font-size:15px;color:#FFF;text-decoration:none;background: url("../images/macoun_sn.png") no-repeat right center;background-size:8px 13px;}
.perCenter-all{position:relative;width:100%;height: auto;padding:125px 0 20px;border-bottom: 10px solid #F1F1F1;background: #FFF;}
.perCenter-ever{float:left;width:33.33%;height:auto;margin-left:-1px;border-left:1px solid #E6E6E6;box-sizing:border-box;}
.perCenter-money{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;font-size:14px;color:#333;text-align: center;}
.perCenter-sheng{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:10px;font-size:13px;color:#999;text-align:center;}
.perCenter-other{position:absolute;top:-44px;left:15px;width:92%;height:auto;padding:23px 0;background: #FFF;border-radius:10px;box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.perCenter-nav{overflow:hidden;width:100%;height: auto;}
.perCenter-nav li{float:left;width:50%;height:auto;margin-left:-1px;border-left:1px solid #E6E6E6;box-sizing:border-box;}
.perCenter-nav li a{display: block;width:100%;height: 100%;text-decoration: none;}
.perCenter-first{width:100%;height: auto;font-size:13px;color:#999;text-align: center;}
.perCenter-first img{width:17px;height:17px;vertical-align: middle;}
.perCenter-first span{vertical-align: middle;}
.perCenter-qian{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;height: auto;margin-top:10px;font-size:14px;color:#0C7CE2;text-align: center;vertical-align: middle;}
.perCenter-btn{overflow:hidden;width:100%;height: auto;margin-top:20px;}
.perCenter-btn li{float:left;width:50%;height:auto;}
.perCenter-btn li a{display: block;width:70px;height:26px;line-height: 26px;margin:0 auto;font-size:12px;color:#FFF;text-align: center;background:#3691F2;text-decoration: none;border-radius: 20px;}
.perCenter-box{overflow: hidden;width:100%;height: auto;padding-left:15px;border-bottom: 1px solid #E6E6E6;box-sizing:border-box;background: #FFF;}
.perCenter-box li{overflow: hidden;width:100%;height: 50px;line-height: 50px;padding:0 3%;box-sizing:border-box;border-bottom: 1px solid #E6E6E6;}
.perCenter-box li:last-child{border-bottom: none;}
.perCenter-box li a{display: block;width:100%;height: 100%;text-decoration:none;background: url("../images/accList_sn.png") no-repeat right center;background-size:6px 11px;}
.perCenter-word{width:80%;height: inherit;line-height: inherit;padding-left:30px;box-sizing:border-box;font-size:14px;color:#333;}
.perCenter-word.bgone{background: url("../images/maccoun_zj.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgtwo{background: url("../images/maccoun_wt.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgthree{background: url("../images/maccoun_xx.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgfour{background: url("../images/maccoun_cz.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgfive{background: url("../images/maccoun_tx.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgsix{background: url("../images/maccoun_cw.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgseven{background: url("../images/maccoun_fp.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgeight{background: url("../images/maccoun_sc.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgnine{background: url("../images/maccoun_zx.png") no-repeat left center;background-size:22px 22px;}
.perCenter-word.bgten{background: url("../images/maccoun_sz.png") no-repeat left center;background-size:22px 22px;}
.perCenter-time{width:100%;height:80px;line-height:80px;font-size:12px;color:#999;text-align: center;background: #F2F2F2;}

/* 域名代购 */
.ymdg_top{background: url(../images/ymdg_img.png) no-repeat center center;background-size: 100% 100%;width: 100%;height: 15rem;}
.ymdg_top1{text-align: center;}
.ymdg_title{font-size: 1.5rem;color: #fff;padding-top: 4rem;padding-bottom: 0.5rem;font-weight: bold;}
.ymdg_text{color: #fff;}
.ymdg_top1 button{width: 8rem;height: 2rem;border-radius: 2rem;margin-top: 2rem;font-size:0.8rem;}
.ymdg_btn1{background: rgba(255,255,255,0);color: #fff;border: 0.5px solid #fff;outline: none;}
.ymdg_btn2{background: #ff7800;color: #fff;outline: none;}
.kong{padding: 0 0.5rem;display: inline-block;}
.ymdg_description{width: 100%;height: auto;}
.ymdg_description_title{color: #1988be;font-size: 1.2rem;text-align: center;padding: 2rem 0 0.2rem 0;}
.ymdg_description_subtitle{color: #b2b2b2;font-size: 0.8rem;text-align: center;}
.ymdg_description_text{color: #666;font-size: 0.8rem;padding: 1.5rem 1rem ;line-height: 1.5rem;}
.ymdg_description ul{width: 100%;height: 33rem;}
.ymdg_description ul li{width: 50%;float: left;text-align: center;height: 8rem;}
.ymdg_description ul li p{color: #333;font-size: 0.5rem;padding: 0.5rem 2rem;}
.ymdg_description ul li img{width: 3rem;height: 3rem;}
.ymdg_jjr{width: 100%;background: url(../images/ymdg_jjr.png) no-repeat center center;background-size: 100% 100%;height: 34rem;text-align: center;}
.ymdg_jjr_title{color: #fff;text-align: center;font-size: 1.2rem;padding: 2.5rem 0 0.3rem 0;}
.ymdg_jjr_subtitle{color: #fff;text-align: center;font-size: 0.5rem;}
.ymdg_jjr_contain{width: 90%;margin-left: 5%;background: rgba(48,55,71,.6);height: 10.5rem;margin-top: 1.5rem;border-radius: 0.2rem; position: relative;}
.ymdg_jjr a{text-align: center;}
.ymdg_jjr_btn{background: rgba(255,255,255,0);color: #fff;border: 0.5px solid #fff;width: 9rem;height: 2rem;border-radius: 2rem;margin-top: 1.5rem;font-size:0.8rem;outline: none;}
.ymdg_jjr_contain1{width: 74%;height: 100%;text-align: left;color: #fff;font-size: 0.8rem;line-height: 1.5rem;float: left;}
.ymdg_jjr_contain1 ul{padding: 1rem 0 0 1rem;}
.ymdg_jjr_name{font-size: 1.5rem;padding-bottom: 0.4rem;}
.ymdg_jjr_contain2{width: 30%;float: right;padding-top: 1rem;position: absolute;right: 0;top: 0;margin-right: 1rem;}
.ymdg_jjr_contain2 img{width: 4rem;height: 4rem;border-radius: 50%;}
.ymdg_jjr_contain2_btn{background: #fff;color: #ffa72e;border: 0.5px solid #fff;width: 6rem;height: 2rem;border-radius: 2rem;margin-top: 1.5rem;font-size:0.8rem;outline: none;}
.ymdg_ys{width: 100%;height: 26rem;}
@media screen and (max-width:360px){
	#img-container {
		margin-left: 2rem!important;
	}
	.ymdg_jjr_contain2_btn{width: 4rem;font-size: 0.5rem;}
}
@media screen and (max-width:525px){
	#img-container {
		margin-left: 2rem!important;
	}
	.select_imgs_box{
		margin-left: 2rem!important;
	}
}
.ymdg_ys_contains{width: 100%;overflow-y: hidden;margin-top: 2rem;}
.ymdg_ys_contain{overflow-x: scroll;width: 35rem;}
.ymdg_ys_contain1{width: 10.5rem;height: 17rem;background: url(../images/ymdg_ys1.png) no-repeat center center;background-size: 100% 100%;float: left;margin-left: 0.5rem;}

.ymdg_ys_contain2{width: 10.5rem;height: 17rem;background: url(../images/ymdg_ys2.png) no-repeat center center;background-size: 100% 100%;float: left;margin-left: 0.5rem;}
.ymdg_ys_contain3{width: 10.5rem;height: 17rem;background: url(../images/ymdg_ys3.png) no-repeat center center;background-size: 100% 100%;float: left;margin-left: 0.5rem;}

.ymdg_ys_contain1 div,.ymdg_ys_contain2 div,.ymdg_ys_contain3 div{color: #333;font-size: 0.8rem;text-align: center;}
.ymdg_ys_contain1_text{margin-top: 10rem;}
.ymdg_ys_contain1_text1{font-size: 1rem;font-weight: bold;padding-bottom: 0.8rem;}
.ymdg_ys_contain1_text2{padding: 0 0.5rem;}
/* 经典客户 */
.ymdg_jdkh{background: url(../images/ymdg_jdkh.png) no-repeat center center;background-size: 100% 100%;width: 100%;height: 35rem;}
.ymdg_jdkh_contain ul li{width: 28%;height: 4rem;border: 2px solid #fff;float: left;margin-left: 3%;margin-top: 1rem;}
.ymdg_jdkh_contain ul li p{width: 96%;height: 94%;background: #fff;margin: 2% 2%;}
@media screen and (min-width:600px){
	.ymdg_jdkh_contain ul li p{width: 96%;height: 94%;background: #fff;margin: 1% 2%;}
}
.ymdg_jdkh_img{width: 80%;height: 100%;margin: 0 10%;}
.ymdg_dglc{width: 100%;height: 40rem;background: #fff;}
/* 代购流程 */
.ymdg_dglc_contain{margin-top: 1.5rem;}
.ymdg_dglc_contain1{width: 90%;margin-left: 5%;background: #fbfbfb;height: 4rem;box-shadow: 2px 2px 3px #ddd;-webkit-box-shadow: 2px 2px 3px #ddd;-moz-box-shadow: 2px 2px 3px #ddd;-o-box-shadow: 2px 2px 3px #ddd;border-radius: 0.5rem;}
.ymdg_dglc_contain1 span{vertical-align: middle;}
.ymdg_arrow{width: 1rem;height: 1.5rem;}
.ymdg_arrow_p{text-align: center;margin: 0.5rem 0;}
.ymdg_dglc_left{width: 20%;height: 100%;display: inline-block;}
/* .ymdg_dglc_left_img{width: 40%;height: 40%;padding: 30%;} */
.ymdg_dglc_left_img{width: 2rem;height: 2rem;padding: 1rem;}


.ymdg_dglc_right{display: inline-block;width: 75%;color: #666;font-size: 0.3rem;}
/* 选择 */
.ymdg_choose{background: url(../images/ymdg_choose.png) no-repeat center center;background-size: 100% 100%;width: 100%;height: 20rem;}
.ymdg_choose_contain{text-align: center;margin-top: 2.5rem;}
.ymdg_choose_contain button{border: 1px solid #fff;padding: 0.5rem 2rem;background: rgba(255,255,255,0);color: #fff;margin-bottom: 1.5rem;border-radius: 1rem;width: 80%;}
.ymdg_form{width: 100%;background: #f2f2f2;height: 36.5rem;}
/* 表格 */
.ymdg_form_contain{width: 94%;margin-left: 3%;padding-bottom:10%;background: #fff;border-radius: 0.3rem;position: relative;top: 1rem;}
.ymdg_form_contain input{width: 90%;margin-left: 5%;border-bottom: 1px solid #e6e6e6;padding: 1rem 0;outline: none;}
input::-webkit-input-placeholder{color:#ccc;}
input::-moz-placeholder{color: #ccc};
input:-moz-placeholder{color: #ccc;}
input:-ms-input-placeholder{color: #ccc;}
.ymdg_form_yusuan{font-style: normal;position: absolute;right: 1.5rem;line-height: 3rem;}
.ymdg_form_contain_title{color: #333;margin-left: 5%;padding-top: 5%;}
.ymdg_form_contain_other{color: #999;font-size: 0.5rem;margin-left: 5%;padding: 3% 0;}
.ymdg_form_contain_btn{background: #ff7800;color: #fff;width: 90%;margin-left: 5%;border-radius: 2rem;height: 2.5rem;font-size: 1rem;margin-top: 0.5rem;}


/* 域名代购end */



@media(min-width:320px) and (max-width:350px){
	.canDo-name{width:67%;}
	.help-tit span{padding:0 5%;}
	.helpCont-left{margin-top:15%;}
	.helpCont-left a{width:72%;height:24px;line-height:25px;font-size:12px;margin-top:15px;}
	.aboutQest-list{top:-3%;right:1%;width:59%;}
	.indexLast-check{font-size:12px;}
	.liuChen-list{width:92%;}
	.liuChen-list li{padding:0;}
	.liuChen-list li img{width:34px;}
	.liuChen-list li span{width:85%;font-size:12px;margin-left:0;}
	.helpNew-search input{width:82%;}
	.helpQuest-sub li{padding:0 3% 0 15%;}
	.accounNew-right{width:38%;margin-left:4%;}
	.accounNew-right a{height:30px;line-height:30px;font-size:14px;}
	.recodNew-number,.recodNew-bank{width:52%;}
	.recodNew-state,.recodNew-time{width:47%;}
	.dn-list .deal-block .domain{font-size:14px;}
	.exchange-new .layui-form-label{width:27%;}
	.accounMage-left .acmage-word{display:block;float:left;width:68%;height:auto;margin-left:5px;}
	.accounMage-right p{font-size:12px;}
	.jiaoyiprocess ul{width:214%;padding:10px 20px;}
	.recharDetail-left{width:24%;}
	.modiePh .code-warp{height:26px;}
	.modiePh .code-warp img{height:26px;}
	.modiePh .modieCom-left,.modiePh .modieCom-right{height:26px;line-height:26px;}
	.modiePh .modieCom-right input{height:26px;}
	.modiePh li{padding:13px 10px;}
	.modiePh .huoqu-btn{height:26px;line-height:26px;}
	.recha-recod .recodNew-number,.recha-recod .recodNew-bank,.recha-recod .recodNew-order{font-size:12px;}
	.recha-recod .recodNew-state,.recha-recod .recodNew-time,.reRecod-remark,.reRecod-descript{font-size:12px;}
	.recha-recod .color-blue{font-size:16px;}
	.recha-recod .color-red{font-size:14px;}
	.registNew-code{margin-top:1px;}
	.invoidNew-tab a,.inewList-time{font-size:12px;}
	.coubonNew-use{padding-top:2px;background:url(../images/coubonNew_use.png) no-repeat left 4px;background-size:12px 12px;}
	.coubonNew-time{padding-top:0;}
	.coubonNew-center{padding-top:1%;}
	.coubonNew-right{height:28px;line-height:28px;margin-top:17px;}
	.coubonNew-left span{font-size:29px;}
	.coubonNew-left{height:62px;line-height:62px;}
	.aboutNew-infone,.tingFang-you .aboutNew-infone{width:95%;}
	.aboutNew-list li{padding:12px 6px;}
	.ordinGoods-classify li p{font-size:12px;}
	.ordinGoods-yousi li{font-size:13px;}
	.ordinGoods-img img{width:67px;height:43px;}
	.serverNew-case li img{height:47px;}
	.meberGrade-yuan span{width:94%;}
	.accounNew-name .accounNew-hui{width:74%;}
	.indexNew-nav li p{font-size:12px;}
	.taskServe-bottom{margin-top:7%;}
	.validaNew-search input,.domainWall-search input{font-size:12px;}
	.myjie-left{width:34%;}
	.listUnsub-box{font-size:12px;}
	.emailNew-list li,.emailNew-enter{font-size:14px;}
	.emailNew-foot{padding:7px 0 0;}
	.emailNew-one li{padding-right:0px;}
	.myZhongjie-souHou,.myZhongjie-souHou,.myZhongjie-see{width:58px;}
	.cerNew-info li .cerNew-left{font-size:12px;}
	.activeNew-cont{padding:50px 0 0;}
	.activeNew-center{width:43%;}
	.ecoLink-detail{width:56%;font-size:.75rem;}
	.ecoLink-copy{width:31px;height:24px;line-height:24px;font-size:.7rem;}
	.ecoNew-name{font-size:1rem;}
	.ecoNew-people{width:30px;height:30px;}
	.beiAn-left img{width:85px;}
	.beiAn-left input{font-size:.78rem;}
	.tingFang-center.ts{width:36%;}
	.tingFang-center{font-size:.75rem;}
	.tingFang-left{font-size:.9rem;}
	.ting-btn{width:58%;font-size:.95rem;}
	.tingFang-you li{padding:20px 3%;}
	.toolsNew-nav li{font-size:.75rem;}
	.rankNew-left{font-size:1.4rem;}
	.rankDetai-ever{font-size:.85rem;}
	.rankDetai-up{font-size: .8rem;}
	.rankDetai-left {font-size:.95rem;}
	.rankDetai-warp li p{font-size:.9rem;}
	.rankDetai-right{width:22%;}
	.rankDetai-tab li {font-size: .8rem;}
	.tingTit-word{font-size:17px;}
	.tingTit-two{font-size:19px;}
	.tingFoot-two{width:40%;}
	.giveName-log {right:0;}
	.giveName-biao h3{font-size:14px;}
	.giveName-cont{height: 96px;}
	.giveName-one li{padding: 22px 1%;}
	.giveName-pop{top:11%;}
	.toolQx-ever, .toolQx-list {font-size:13px;}
	.toolXs-box {padding: 24px 0;}
	.toolYf-up{bottom:153px;}
	.toolYf-down{bottom:105px;}
	.toolYf-up,.toolYf-down{width:40px;height:40px;line-height:40px;}
	.toolNew-top{width:42px;height:42px;line-height:42px;}
	.twoWeek-top{left:50%;margin-left:-110px;width:220px;}
	.wtNew-name h3{max-width:65%;}
	.wtNew-name{width:76%;}
	.wtNew-price{width:24%;}
	.bankNew-list li span{font-size: 12px;}
	.wtDetail-guzi{width:66%;}
	.perCenter-left{width:70%;}
}
@media(min-width:350px) and (max-width:365px){
	.aboutNew-infone{width:87%;}
	.tingFang-you .aboutNew-infone{width:89%;}
}
@media(min-width:320px) and (max-width:370px){
	.indexTit_three span,.index-check{font-size:13px;}
	.aboutNew-right{width:60%;margin-left:1%;}
	.aboutNew-left{width:38%;}
}
@media(min-width:360px) and (max-width:390px){
	.liuChen-list li img{width:38px;}
	.liuChen-list li span{width:85%;font-size:13px;margin-left:0;}
	.enterHall-hot{height:54px;background:url("../images/enterHall_log.png") no-repeat 10px bottom;background-size:28%;}
	.enterHall-hot p{margin-left:41%;}
	.finaApp-btn{margin-top:8%;}
	.caiwuDetail-money,.caiwuDetail-right{width:43%;}
	.hiuanBiao-qian li{margin-right:9px;}
	.hiuanBiao-qian li a{padding:8px 6px;}
	.myZhongjie-left{width:57%;}
	.myZhongjie-right{width:42%;}
	.modiePh .code-warp,.modiePh .code-warp img{height:28px;}
	.modiePh .modieCom-left{height:28px;line-height:28px;}
	.modiePh .modieCom-right input{height:28px;}
	.modiePh .modieCom-right{height:28px;line-height:28px;}
	.modiePh li{padding:12px 10px;}
	.modiePh .huoqu-btn{width:38%;height:28px;line-height:28px;}
	.bouns-tit{height:124px;}
	.loginNew-back{padding:18% 0 12%;}
	.coubonNew-left{width:28%;height:70px;line-height:70px;}
	.coubonNew-center{width:47%;}
	.coubonUse-right{margin-left:3%;}
	.meberGrade-line{right:-31px;width:69%;}
	.toolXs-box {padding: 59px 0;}
}
@media(min-width:360px){
	.jieSao{top:25%;}
	.case-warp,.agent-allwarp,.youShi,.liuChen,.switch{top:14%;}
	.agent-img{margin:0 auto 5%;}
	.com-w{margin-bottom:5%;}
	.more-agent{margin-top:10%;}
	.promotTit-right.ts{margin-left:19%;}
	.promotTit-right{margin-top:1.5%;}
	.gameList-center{margin-top:0rem;}
	.recharDetail-right{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
	.inewEntrus-wenjian .inewEntrus-left{width:43%;}
	.inewEntrus-info .inewEntrus-left{width:44%;}
}
@media(min-width:400px) and (max-width:420px){
	.promotTit-right{margin-top:1.75%;}
	.promotTit-right.ts{margin-left:22%;}
	.gameList-center{width:50%;}
	.gameList-right{width:32%;font-size:.9rem;}
	.gameNav li{width:38%;}
	.gameDetail-descrit{padding:15px 3%;}
	.gameDetail-tit h3{width:50%;}
	.gameDetail-right{width:40%;}
	.gameDetail-info{padding:15px 0;}
	.comtList-left{width:44px;height:44px;}
	.indexTit_three{width:84%;}
	.help-tit img{width:23%;}
	.aboutQest-list{top:9%;}
	.canDo-name{width:75%;}
	.indexLast-min{text-indent:10px;}
	.lastSub-check{text-indent:10px;}
	.enterHall-hot{width:94%;height:30px;padding:7px 0 0 3%;background:url("../images/enterHall_log.png") no-repeat left bottom;background-size:14%;}
	.enterHall-hot p:first-child{margin-left:13%;}
	.enterHall-hot p{margin-left:0;font-size:12px;}
	.finaApp-left{width:72%;}
	.finaApp-btn{width:26%;height:36px;line-height:36px;margin-top:6%;}
	.finaMoney-server li{padding:14px 3%;}
	.finaServer-right{margin-left:3%;}
	.accounNew-right a{display:block;width:84%;}
	.caiwuDetail-money,.caiwuDetail-right{width:35%;}
	.exchange-new .layui-form-label{width:21%;}
	.huanHuan-list li span{width:10%;}
	.expross-right{margin-left:0px;}
	.accounMage-left{width:60%;}
	.accounMage-right{width:40%;}
	.accounMage-tip{width:65%;}
	.accounMage-right p{font-size:14px;}
	.jiaoyiprocess ul{width:165%;padding:10px 20px;}
	.myZhongjie-left{width:59%;}
	.myZhongjie-right{width:40%;}
	.myZhongjie-left,.myZhongjie-right,.myZhongjie .color-three{font-size:13px;}
	.myZhongjie-see,.myZhongjie-down{font-size:13px;}
	.cerWen-left,.cerCare-left{margin-top:-2px;}
	.bouns-tit{height:140px;}
	.loginNew-back{padding:18% 0 16%;}
	.img-warp{padding:20% 0 18%;}
	.coubonNew-left{width:30%;height:72px;line-height:72px;}
	.coubonNew-left.use{width:35%;}
	.coubonNew-center{width:44%;margin-left:2%;padding-top:1.5%;}
	.coubonNew-right{height:30px;line-height:30px;margin-top:22px;}
	.coubonUse-right{width:68px;height:52px;}
	.aboutNew-infone{width:64%;}
	.meberGrade-line{right:-36px;width:71%;}
	.accounNew-name .accounNew-hui{width:58%;}
	.emailNew-info{width:71%;}
	.toolXs-box {padding: 106px 0;}
}
@media(min-width:768px){
	.jieSao p{font-size:1.1rem;line-height:48px;}
	.case-warp,.agent-allwarp,.youShi,.liuChen{top:13%;}
	.agentPerson-warp{width:15%;margin-top:0;}
	.agent-warp li{margin:4% auto 0;}
	.more-agent{margin-top:47px;font-size:1.2rem;}
	.youShi li{margin:9% auto 0;}
	.switch{top:15%;}
	.promotTit-right{height:54px;line-height:54px;width:22%;margin-top:2.4%;}
	.agent-img{margin:0 auto 0;}
	.com-w{margin-bottom:0;}
	.liu_log,.liuLog-two{width:80%;}
	.promotTit-right.ts img{vertical-align:-12px;}
	.promotTit-right img{vertical-align:-10px;}
	.promotTit-right.ts{margin-left:25%;}
	.gameNav li{width:25%;}
	.gameNav-img{width:64px;height:64px;}
	.boutique img{width:28%;}
	.gameList-left{width:8%;}
	.studio{font-size:1rem;}
	.studio img{height:36px;}
	.gameList-center p{font-size:.9rem;}
	.gameList-right{width:24%;font-size:1rem;}
	.gameList-right i{width:20px;height:20px;}
	.gameList-center{width:60%;margin-left:10px;}
	.gameDetail-info{padding:15px 0;}
	.gameDetail-link{padding-top:15px;}
	.game-order li img{height:30px;vertical-align:middle;}
	.game-order li span,.progress-bar{vertical-align:middle;}
	.gameDetail-btn{height:56px;line-height:56px;font-size:1.1rem;}
	.discuss-tit img{width:5%;}
	.comtList-left{width:52px;height:52px;vertical-align:.8rem;}
	.indexTit_three{width:77%;}
	.canDo-box li{padding:20px 0 10px 30px;}
	.aboutQest-list h3{font-size:20px;}
	.aboutQest-list{top:17%;width:45%;line-height:30px;font-size:16px;}
	.liuChen-tit,.aboutQest-tit,.canDo-tit h3{font-size:20px;}
	.canDo-tit{font-size:13px;}
	.help-tit span{font-size:22px;}
	.helpCont-right{line-height:37px;font-size:17px;}
	.helpCont-left{margin-top:2%;}
	.indexNav-img{width:52px;height:52px;}
	.canDo-name h3{font-size:18px;}
	.indexNew-nav li p{font-size:15px;}
	.canDo-name p{font-size:14px;}
	.liuChen-btn{width:25%;}
	.help-tit span{padding:0 13%;}
	.indexTit_two{font-size:19px;}
	.indexTit_three span,.index-check,.indexLast-check,.liuChen-list li span{font-size:15px;}
	.canDo-img img{width:42px;}
	.canDo-name{width:75%;margin-left:15px;}
	.indexLast-min{text-indent:25px;}
	.lastSub-check{text-indent:25px;}
	.help-tit img{width:23%;}
	.ernter-img{top:22%;right:20px;width:20%;}
	.ernterHall-com .deal-block .domain{font-size:22px;}
	.ernterHall-com .deal-block .info{height:34px;line-height:34px;font-size:17px;}
	.ernterHall-com .deal-block .price{font-size:17px;}
	.ernterHall-com .deal-block{padding:6px 16px;}
	.enterHall-hot{height:48px;margin:10px auto;padding:3% 0 0 3%;background:url("../images/enterHall_log.png") no-repeat left bottom;background-size:16%;}
	.enterHall-hot p{margin-left:0;font-size:15px;margin-left:3%;}
	.enterHall-hot p:first-child{margin-left:30%;}
	.enterHall-warp .enterHall-tit{font-size:22px;}
	.finaMoney-btn{width:130px;}
	.finaServer-right{margin-left:2%;font-size:14px;}
	.finaServer-img{margin-top:0.8%;}
	.finaServer-img img{width:34px;}
	.finaApp-left{width:69%;}
	.finaApp-left li{font-size:16px;margin-top:8px;}
	.finaApp-btn{width:22%;height:44px;line-height:44px;margin-top:4.5%;font-size:18px;}
	.finaApp-cont{padding:10px 4%;}
	.finaMoney-word{position:absolute;top:-19px;left:50%;margin-left:-18%;width:36%;font-size:17px;}
	.helpQuest-sub li{padding:0 3% 0 9%;}
	.accounNew-right a{width:45%;height:35px;line-height:35px;font-size:16px;}
	.accounNew-name{height:35px;line-height:35px;padding-left:43px;background:url(../images/accouNew_hui.png) no-repeat left center;background-size:110px 35px;}
	.accounNew-word,.caiWu-word{font-size:22px;}
	.accounNew-number li p{font-size:13px;}
	.accounNew-number li span{font-size:21px;}
	.accounNew-img,.accounNew-img .newWel-img,.accounNew-weal li a span{height:28px;line-height:28px;}
	.accounNew-weal li p{width:94%;font-size:17px;}
	.accounNew-img .newWel-img{width:46%;}
	.accounNew-weal li a span{font-size:13px;}
	.accounNew-list li p,.caiWu-claiss li p{margin-left:24px;font-size:16px;}
	.signTs .accounNew-img .newWel-img{width:94%;}
	.accounNew-right{margin-left:11%;}
	.caiwuDetail-money,.caiwuDetail-right{width:19%;}
	.recodNew-number,.recodNew-bank{width:72%;}
	.recodNew-state,.recodNew-time{width:26%;}
	.newChange-list li{padding:0 4%;height:36px;line-height:36px;}
	.exchange-new .layui-form-label{width:12%;}
	.huanHuan-list li span{width:6%;}
	.huanHuan-list li textarea,.huanHuan-list li input{width:92.5%;}
	.expross-left{width:4%;}
	.exchange-ps{padding-left:2.5%;}
	.exchang-tuijian{top:18%;right:20px;width:20%;}
	.accounMage-left{width:72%;}
	.accounMage-left .acmage-img{width:49px;}
	.accounMage-left .acmage-word h3{font-size:18px;}
	.accounMage-left .acmage-word p{font-size:16px;}
	.accounMage-right{width:25%;}
	.accounMage-right p{font-size:17px;}
	.accounMage-right .acmage-xiugai{font-size:15px;}
	.exchang-add{width:7%;}
	.accounMage-tip{width:43%;font-size:15px;}
	.myWetuo-yumin{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;width:21%;}
	.mywei-tuosee,.mywei-tuoqu{width:22%;}
	.jiaoyiprocess ul{width:90%;padding:10px 20px;}
	.recharDetail-left{width:20%;font-size:16px;}
	.recharDetail-right{font-size:16px;}
	.recharDetail-btn1{width:41%;height:40px;line-height:40px;font-size:18px;}
	.tiSet-left{width:21%;}
	.tiSet-right input,.tiSet-right p{width:75%;}
	.tiSet-right select{width:75%;}
	.myZhongjie-left.color-one{font-size:20px;}
	.myZhongjie-left{width:60%;font-size:14px;}
	.myZhongjie-right{width:35%;font-size:14px;}
	.myZhongjie-remark{font-size:15px;}
	.myZhongjie .color-three{width:91px;font-size:14px;}
	.myZhongjie-see,.myZhongjie-down{font-size:14px;}
	.modiePhone-left{width:24%;}
	.modiePhone-btn,.modieCom-btn{width:40%;}
	.modiePhone-left,.modieCom-left{width:21%;}
	.tiSet-btn{width:40%;}
	.modiePh .huoqu-btn{width:21%;}
	.recha-tab .jiLu-left{width:32%;height:26px;line-height:26px;margin:0 6% 0 12%;padding-left:97px;font-size:17px;background:url("../images/czjl_one.png") no-repeat 60px top;background-size:31px 26px;}
	.recha-tab .jiLu-right{width:32%;height:26px;line-height:26px;margin:0 12% 0 6%;padding-left:97px;font-size:17px;background:url("../images/czjl_two.png") no-repeat 60px top;background-size:28px 26px;}
	.recha-tab .jiLu-left.on{background:url("../images/czjl_three.png") no-repeat 60px top;background-size:31px 26px;}
	.recha-tab .jiLu-right.on{background:url("../images/czjl_four.png") no-repeat 60px top;background-size:28px 26px;}
	.cerNew-info li .cerNew-left{float:left;width:20%;}
	.cerWen-left,.cerCare-left{margin-top:-6px;}
	.bouns-tit{height:251px;}
	.bouns-name{bottom:17%;font-size:27px;}
	.bouns-back{font-size:18px;}
	.bouns-blue{font-size:22px;}
	.bouns-yue{width:36px;font-size:17px;}
	.bouns-number{max-width:80px;font-size:17px;}
	.bouns-red{max-width:87px;font-size:17px;}
	.bouns-time{font-size:15px;}
	.registNew-left{width:22%;}
	.registNew-code{width:22%;margin-top:-4px;}
	.registNew-duan{width:21%;}
	.registNew-right{width:54%;}
	.registNew-btn,.registNew-agree,.registNew-have{width:60%;}
	.loginNew-info{width:74%;}
	.loginNew-btn{width:74%;}
	.loginNew-deal{width:73%;}
	.loginNew-back{width:26%;padding:19% 0 15%;}
	.passRest-btn{width:68%;font-size:21px;}
	.passRest-word{width:66%;}
	.passNew-set .passNew-left{width:30%;}
	.img-warp{width:25%;}
	.passRest-word,.resJamp{width:66%;font-size:19px;}
	.helpNew-all,.helpNew-hot{width:70%;}
	.helpNew-hot ul{width:93%;}
	.invoidNew-temp .invoidTemp-left{width:70%;}
	.invoidNew-temp .invoidTemp-right{width:30%;}
	.inewEntrus-info .inewEntrus-left,.inewEntrus-wenjian .inewEntrus-left{width:38%;}
	.invoicReust-left{width:34%;}
	.invoicFile-two{margin:4% 0 0 2%;}
	.coubonNew-left{height:88px;line-height:88px;font-size:15px;}
	.coubonNew-left span{font-size:36px;}
	.coubonUse-right{width:85px;height:60px;margin-top:2.5%;}
	.coubonNew-right{width:20%;height:34px;line-height:34px;margin-top:3%;font-size:15px;}
	.coubonNew-tab li{font-size:17px;}
	.modieInvoc-select,.invoicReust-right input{width:74%;}
	.invoidNew-tab a{font-size:16px;}
	.aboutNew-more li img{width:35px;}
	.aboutNew-more li span{font-size:16px;}
	.aboutNew-left,.aboutNew-right{padding-top:2%;}
	.aboutNew-left{width:40%;}
	.aboutNew-right{width:58%;}
	.aboutNew-infone p,.aboutNew-inftwo p{font-size:13px;}
	.aboutNew-infone,.tingFang-you .aboutNew-infone{width:44%;}
	.ordinGoods-yousi li{font-size:17px;}
	.serverMedia-btn{width:24%;}
	.serverNew-case li img{height:84px;}
	.serverNew-profess li .serverNew-img img{height:36px;}
	.serverNew-proser li .serverNew-img img{height:50px;}
	.meberGrade-line{right:-81px;width:85%;}
	.meberGrade-yuan{width:80%;height:auto;padding:0 3%;margin:10px auto;}
	.messNew-time select{width:24%;margin-left:15%;}
	.messNew-tab li .messNew-ever{width:42%;}
	.messNew-do,.messNew-btn{left:69.5%;}
	.accounNew-name .accounNew-hui{width:31%;}
	.accounNew-left{width:38%;margin-left:17%;}
	.taskServe-bottom{margin-top:22%;}
	.loginNew-other{margin:34% auto 0;}
	.validaNew-list{padding:0 14px 46px;}
	.zhang-log{top:28px;right:30%;}
	.domainWall-tui{right:22px;width:21%;}
	.domainWall-search{width:70%;}
	.domainWall-tip{width:65%;}
	.validaNew-btn{width:40%;}
	.domainWall-data{width:88%;}
	.domainQuest-list li{padding:15px 6%;}
	.listUnsub-word{width:68%;}
	.listUnsub-box{padding:20px 2% 20px 8%;font-size:14px;}
	.listUnsub-btn{width:48%;}
	.yuDete-btn{width:34%;}
	.activeNew-cont,.activeNew-btn{width:310px;}
	.activeNew-cont{padding:170px 0 0;}
	.ecoNew-list li .ecoNew-box{padding:0 6%;}
	.ecoLink-copy{width:72px;height:32px;line-height:32px;}
	.ecoLink-detail{width:64%;}
	.ecoLink-log{width:30px;height:33px;}
	.ecoNew-zheng{width:243px;height:50px;line-height:50px;}
	.ecoNew-tit{height:139px;}
	.beiAn-left input{height:34px;line-height:34px;}
	.beiAn-tit{padding:0 0 0 57px;}
	.tingFang-tit{height:210px;}
	.tingFang-left{font-size:.9rem;}
	.tingFang-left{width:30%;}
	.ting-btn{width:48%;}
	.toolsNew-nav li{height:40px;line-height:40px;}
	.toolsNew-tit{height:145px;}
	.rankNew-detail p{width:23.3333%;font-size:1rem;}
	.rankNew-detail i{margin-top:3px;font-size:.75rem;}
	.rankNew-left{width:8%;}
	.rankNew-right h3{font-size:.85rem;}
	.rankNew-right h3 span{font-size:1rem;}
	.rankDetai-info p{max-height: 110px;font-size:.75rem;}
	.rankDetai-small{width: 58%;}
	.rankDetai-small.pr {width: 62%;}
	.rankzan-name{font-size:.8rem;width:28%;}
	.rankzan-detail{font-size:.8rem;}
	.rankDetai-info{padding:12px 3%;}
	.rankzan-list li{padding:0 3%;}
	.rankDetai-right{width:13%;}
	.rankDetai-tab li {width: 26%;}
	.rankNew-tit {height: 168px;}
	.rankNew-list{height: 46px;line-height: 46px;}
	.rankNew-list a {width: 16%;font-size: .7rem;}
	.tingPei-rigth {padding: 18px 5% 18px 4%;background: url(../images/tingFang_more.png) no-repeat 94% center;background-size: 14px 15px;font-size:.9rem;}
	.tingTit-word{margin: 62px auto 2px;font-size:32px;}
	.tingTit-two{font-size:35px;}
	.giveName-tit{height: 260px;}
	.giveName-log{right: 120px;width: 50px;}
	.giveName-btn {width: 200px;height: 60px;line-height: 60px;}
	.givePop-btn{width: 40%;height: 44px;}
	.giveName-pop{margin-left: -38%;width:76%;}
	.toolQx-one{width: 98%;}
	.toolZc-tit{padding: 0 4% 0 3%;background: url(../images/toolZc_bg.png) no-repeat 1% center;background-size:4px 16px;}
	.toolMd-warp{padding:0 2% 20px;box-sizing: border-box;}
	.toolMd-img {top: 41%;left: 48%;width: 24px;height: 24px;}
	.toolSm-cont,.toolSm-box{padding: 15px 1% 15px 1%;}
	.twoWeek-top{left:50%;margin-left:-250px;width:500px;height:50px;}
	.twoWeek-box {padding: 50px 0 30px;}
	.twoWeek_log {width: 180px;}
	.wtNew-search,.wtNew-tag,.wtNew-xiang,.wtNew-list li{padding:15px 1%;}
	.wtDetail-guzi{width:80%;}
	.zuXiao-pop{left: 50%;margin-left: -35%;width: 70%;}
	.perCenter-left{width:88%;}
	.perCenter-other{width:96%;}

}
@media(min-width:960px){
	.finaServer-right{margin-left:1%;font-size:15px;}
	.finaServer-right h3{font-size:17px;}
	.finaMoney-zi{font-size:15px;}
	.finaMoney-word{position:absolute;top:-19px;left:50%;margin-left:-16%;width:32%;font-size:19px;}
	.finaApp-left li{font-size:17px;}
	.finaApp-btn{height:54px;line-height:54px;margin-top:3.4%;font-size:20px;}
	.helpQuest-sub li{padding:0 3% 0 8%;}
	.accounNew-right{width:27%;margin-left:14%;}
	.accounMage-left .acmage-word{margin-left:10px;}
	.accounMage-right{width:21%;}
	.accounMage-left{width:77%;}
	.exchang-add{width:7%;}
	.accounMage-tip{width:35%;font-size:15px;}
	.myZhongjie-ever .color-two{background:url("../images/myzhong_log.png") no-repeat 70px 7px;background-size:17px 12px;}
	.myZhongjie-see,.myZhongjie-down{font-size:15px;}
	.modiePhone-right input{font-size:15px;}
	.modiePhone-left,.modieCom-left{width:20%;}
	.modiePh .huoqu-btn{width:101px;}
	.modiePh .modieCom-right input{width:34%;}
	.modiePhone-btn,.modieCom-btn{width:30%;line-height:40px;}
	.cerWen-left,.cerCare-left{margin-top:-7px;}
	.bouns-tit{height:311px;}
	.registNew-right.ts-width input{width:43%;}
	.registNew-code{width:20%;margin-top:-5px;}
	.loginNew-other{text-align:center;}
	.loginNew-back{width:23%;padding:9% 0 5%;}
	.img-warp{width:22%;padding:12% 0 10%;}
	.passRest-word,.resJamp{width:59%;font-size:20px;}
	.passRest-btn,.passNew-btn{width:60%;}
	.helpNew-all,.helpNew-hot{width:54%;}
	.helpNew-no{width:25%;padding-top:7%;}
	.inewEntrus-info .inewEntrus-left,.inewEntrus-wenjian .inewEntrus-left{width:25%;}
	.inewEntrus-btn{width:48%;}
	.inewEntrus-input{width:73%;}
	.inewList-left{width:56%;}
	.invoicReust-btn{width:50%;}
	.modieInvoc-select{width:52%;}
	.coubonNew-center{padding-top:1%;}
	.coubonNew-time{font-size:14px;padding-top:6px;}
	.coubonNew-use{font-size:13px;padding-top:7px;background:url("../images/coubonNew_use.png") no-repeat left 10px;background-size:12px 12px;}
	.coubonNew-right{margin-top:3%;}
	.coubonNew-right{width:14%;height:38px;line-height:38px;font-size:15px;}
	.coubonNew-list{width:96%;margin:0 auto;}
	.coubonUse-right{margin-top:1.5%;}
	.coubonNew-tab li{font-size:18px;}
	.aboutNew-left{width:34%;}
	.aboutNew-right{width:63%;}
	.aboutNew-left,.aboutNew-right{padding-top:1%;}
	.aboutNew-infone p,.aboutNew-inftwo p{font-size:14px;}
	.fianNew-left,.fianNew-btn{width:50%;}
	.fianNew-textarea textarea{width:90%;}
	.fianNew-right input,.fianNew-right p{font-size:14px;}
	.ordinGoods-tit{height:245px;padding-top:40px;}
	.ordinGoods-tit h3{height:28px;line-height:28px;font-size:26px;}
	.ordinGoods-tit .helpNew-back{top:25px;font-size:17px;}
	.ordinGoods-name{font-size:20px;}
	.ordinGoods-classify li h3{font-size:16px;}
	.ordinGoods-classify li p{font-size:15px;}
	.aboutNew-tit{height:173px;padding-top:33px;}
	.aboutNew-tit .helpNew-back{top:19px;font-size:17px;}
	.serverNew-tit{height:190px;padding-top:35px;}
	.serverNew-tit h3,.aboutNew-tit h3,.toolsNew-tit h3{height:28px;line-height:28px;font-size:26px;}
	.serverNew-tit .helpNew-back{top:20px;font-size:17px;}
	.meberGrade-line{right:-105px;width:88%;}
	.meberGrade-yuan{width:70%;}
	.meberGrade-tit{padding:14px 0 10px;}
	.sureNew-btn{width:36%;}
	.accounNew-list li{padding:14px 14px 14px 69px;}
	.messNew-detail{width:88%;}
	.accounNew-left{width:32%;margin-left:23%;}
	.taskServe-list li{padding:20px 0;}
	.taskServe-right p{font-size:14px;margin-top:5px;}
	.taskServe-left{width:19%;}
	.taskServe-bottom{margin-top:14%;}
	.validaNew-search,.domainWall-search{width:55%;}
	.validaNew-btn{width:25%;}
	.zhang-log{right:46%;}
	.domainWall-tip{width:53%;}
	.activeNew-cont{padding:107px 0 0;}
	.beiAn-tit{padding:0 0 0 62px;}
	.tingFang-center{font-size:.75rem;}
	.tingFang-left{width:26%;font-size:.85rem;}
	.tingFang-right{width:120px;height:34px;line-height:34px;margin-top:7px;}
	.ting-btn{width:36%;font-size:.85rem;}
	.rankNew-left{width:6%;font-size:1.5rem;}
	.rankNew-right h3{padding-left:5%;}
	.rankNew-detail{width:90%;}
	.rankNew-tit{height:222px;}
	.rankNew-list{height:58px;line-height:58px;}
	.rankNew-list a{width:14%;}
	.rankDetai-left,.rankDetai-right{height: 60px;line-height: 60px;}
	.tingAdd-detail{padding: 13px 2% 10px;}
}
@media(max-height:1366px){
	.holiday-box{min-height:405px;}
}
@media(max-height:667px){
	.holiday-box{min-height:450px;}
}
@media(max-height:480px){
	.holiday-box{min-height:360px;}
}

/* 新增奖励金后面金额 */
@media screen and (max-width:325px){
	.addmoney{
		position: absolute;
		top:45px!important;
		left: 85px!important;

	}
}
@media screen and (min-width: 325px) and (max-width: 358px){
	.addmoney{
		position: absolute;
		right: -10px!important;

	}
}
/* 豪车委托 */
.deal-img-car{
	width: 100%;
	height: 7rem;
}
.wtNew-img-car{
	width: 35%;
	height: 6rem;
	float: left;
}
.wtNew-first-car{
	width: 60%;
	height: 6rem;
	float: right;
	position: relative;
}
.wtNew-price-car {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FF7E28;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wtNew-name-car h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: inherit;
	line-height: inherit;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
/* @media screen and (min-width: 780px) {
    .wtNew-price-car{margin-top: 12%;}
} */


/* 豪车委托end */

/* 豪车详情页 */
.swiper-container {
	width: 100vw;
	/* width: 100%; */
	/* height: 250px; */
}
.swiper-adv-m{
	height: 300px;
	overflow: hidden;
	text-align: center;
	background: #F8F7FB;
}
.swiper-container img{
	width: 100%;
	height: 100%;
}
.swiper-adv-m img{
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.wtDetail-car-tel{
	text-decoration: none;
	color: #3691f2;
}

.wtDeatil-car-introduce{
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 10px solid #F2F2F2;
	padding: 20px 0;
	box-sizing: border-box;
}
.wtDeatil-car-introduce1{
	font-size: 18px;
	color: #333;
	padding: 0 0 10px 10px;
}
.wtDeatil-car-introduce2{
	color: #666;
	font-size: 16px;
	padding: 0 10px;
	line-height: 1.5;
}
/* 豪车详情页end */

/* 豪车页面多图上传 */
#img-container {
	margin-left: 1rem;
}
.select_imgs_box{
	margin-left: 1rem;
}
#img-container:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.img-item {
	position: relative;
	top:-1.3rem;
	float: left;
	margin-right: 0.1875rem;
	margin-bottom: 0.1875rem;
	height: 5rem;
	width: 5rem;
	box-sizing: border-box;
}
.img-thumb {
	border: 1px solid #000;
}
.thumb-icon {
	width: 100%;
	height: 100%;
}
.img-up-add {
	display: table;
	/* border: 1px dashed #E0E0E0; */
}
.img-add-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}
.img-remove {
	position: absolute;
	right: -0.1875rem;
	top: -0.1875rem;
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #f7333d;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	background-clip: padding-box;
	font-size: 20px;
	line-height: 0.8rem;
}
#img-file-input {
	display: none;
}
.camera-car{
	width: 3rem;
	height: 2rem!important;
	padding: 0 0.8rem;
	padding-bottom: 5px;
}
.upload-car-title{
	font-size: 12px;
	color: #666;
}
.img-add-icon-car{
	font-size: 12px;
	background: #f2f2f2;
}
.page-car{
	position: absolute;
	right: 10px;
	top: 20px;
	background: rgba(127,127,127,0.8);
	color: #fff;
	border-radius: 20px;
	padding: 0 5px;
	z-index: 9;
}
.page-adv{
	top: 322px;
}
.saleNew-img-car{width: 5rem;height: 5rem;margin-right: 0.5rem;}
.saleNew-img-car img{width: 100%;height:100%;}
.saleNew-wen-car{
	float: left;
	width: 5rem!important;
	height: 5rem!important;
	position: absolute;
	top: 0;
	left: 35px;
}
.dd-car{
	margin-right: 0!important;
	float: none!important;
}
.saleNew-img-car button{
	position: absolute;
	top: -5px;
	right: -5px;
}
.picImg,.thumbnail,.thumbnail img{
	width: 7rem;
	height: 5rem;
}
.btn-file{
	border: 2px solid #007bb7;
	color: #007bb7;
	border-radius: 5px;
	font-size: 10px;
	text-align: center;
	position: absolute;
	top: 3rem;
	padding: 5px 10px;
	float: left;
}
.container-car{
	width: 100%;
	height: 6rem;
	padding: 0 1.2rem;
}
.car-tishi-color{
	color: #ccc;
}
.trade_car_rights{
	position: relative;
	left: 8rem;
	top: -5rem;
}
.wtLastw-toload{
	position: absolute;
	right: 1rem;
	text-decoration: none;
	font-size: 12px;
	color: #3691F2;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
}
/* 悬浮按钮 */
.floatBtn{
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	height: 50px;
}
.floatBtn1{
	outline: none;
	background: #f90;
	color: #fff;
	width:100%;
	line-height:20px;
	border-radius: 8px 0 0 8px;
	padding: 5px 0 5px 5px;
	letter-spacing: 5px;
}
/* 中介网移动端改版 */
.myZj_plus{
	float: right;
	width: 20%;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 36px;
	text-align: right;
	display: block;
}
.myZj_select{
	width: 100%;
	background: #fff;
}
.myZj_select li{
	float: left;
	width: 25%;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding-top: 12px;
	position: relative;
}
.myZj_select .active a{
	display: inline-block;
	border-bottom: 2px solid #058ded;
	height: 28px;
	font-weight: bold;
}
.myZj_top1{
	width: 15px;
	height: 17px;
	float: left;
	margin-right: 5px;
	margin-left: 1rem;
}
.myZj_status{
	float: right;
	color: #058ded;
	padding-right: 1rem!important;
}
.myZj_top{
	padding: 1rem 0;
	border-bottom: 1px solid #e6e6eb;
}
.myZj_top0{
	padding: 15px 0;
}
.myZj_title{
	padding: 1rem;
}
.myZj_ever{
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 0;
	color: #686868;
}
.myZj_ever div{
	padding-bottom: 0.3rem;
}
.myZj_other{
	color: #ff9424;
	padding-top: 1rem;
}
.myZj_red{
	color: #ff3838!important;
}
.myZj_see{
	float: right;
	display: block;
	width: 60px;
	height: 24px;
	line-height: 25px;
	margin: 0 2%;
	color: #636363;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 0.2rem 0.5rem;
}
.myZj_agree{
	float: right;
	display: block;
	width: 60px;
	height: 24px;
	line-height: 25px;
	margin: 0 2%;
	color: #fff;
	border: 1px solid #058ded;
	border-radius: 4px;
	text-align: center;
	padding: 0.2rem 0.5rem;
	background: #058ded;
}
.myZj_pay{
	color: #333;
	float: right;
	margin-right: 1.5rem;
	padding-top: 1rem;
}
.myZj-start-trade{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f6f7f8;
}
.myZj_fabu{
	width: 5rem;
	height: 5rem;
}
.myZj_fabu1{
	color: #999;
	font-size:0.5rem;
}
.myZj_fabu2{
	padding: 0.3rem 0;
	font-size: 16px;
}
.myZj_start-trade-close{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.myZj_flex-box{
	position: fixed;
	bottom: 3rem;
	left: 0;
	right: 0;
}
.myZj_start-trade{
	padding: 5rem 2rem;
}
.myZj_start-trade p{
	color: #666;
	line-height: 2rem;
	font-size: 1rem;
}
.myZj_start-trade1{
	font-size: 2rem!important;
	padding-bottom: 0.5rem;
	font-family: '方正隶变简体'!important;
	color: #333;
}
.myZj_login li{
	border-bottom: 1px solid #ddd;
	padding:2px;
	margin-top:28px;
	line-height: 32px;
}
.myZj_loginNew-wangji{
	color: #333;
	font-size:12px;
}
.myZj_loginNew-regist{
	color: #333;
	font-size:12px;
}
.myZj_loginNew-right input{
	text-indent: 0;
	color: #999;
	font-size:12px;
}
.myZj_loginNew{
	background: #fff;
}
.myZj-loginNew-btn{
	font-size: 0.9rem;
	background: #3691f2;
	outline: none;
	border-radius:21px;
}
.myZj_line{
	width: 100%;
	height: 1px;
	background: #ebebea;
	position: relative;
	top: 10px;
}
.myZj-loginNew-other{
	width: 85%;
	margin: 20% auto 0;
}
.myZj_line1{
	color: #999!important;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 0 .5rem;
}
.myZj-caiWu-tit{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.myZj-loginNew-back{
	display: block;
	width: 35%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 32px;
}
.myZj-loginNew-back img {
	width: 100%;
}
.myZj-weiXin,.myZj-qq{
	text-align: center;
	overflow: hidden;
	width: 50%;
	color: #666;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.myZj-weiXin{
	float: left;
}
.myZj-qq{
	float: left;
}
.myZj_login_methods_span{
	display: inline-block;
}
.myZj_login_methods{
	overflow: hidden;
	padding: 1rem 10% 0 10%;
}
.myZj_login_methods_img{
	width: 2rem;
	height: 2rem;
	position: relative;
}
.myZj-wtNew-xiang {
	overflow: hidden;
	width: 95%;
	margin-left: 5%;
	height: auto;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #E6E6E6;
}
.fbZj_line{
	width: 100%;
	height: 10px;
	background: #f6f7f8;
}
.fbZj_line2{
	margin-top: 1rem;
}
.fbZj_line3{
	margin-top: 2rem;
}
.myZj-wtNew-left{
	display: inline-block;
	height: auto;
	padding-left: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	color: #1A1A1A;
	border-left: 5px solid #3691F2;
	font-weight: bold;
}
.fbZj_contain{
	padding: 0 1rem;

	position: relative;
	overflow: hidden;
}
.fbwt-select {
	padding: 8px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	width: 45%;
	/* margin: 0.8rem 0; */
}
#category_child{
	float: right;
}
.fbZj_title{
	font-size: 16px;
	margin: .8rem 0 .4rem 0;
}
.fbZj_title2{
	font-size: 12px;
	color: #999;
	padding: 1rem 0;
	padding-top: 0;
}
.fbZj_title22{
	font-size: 12px;
	color: #999;
	padding-top: 0;
}
.fbZj_title23{
	font-size: 12px;
	color: #999;
	padding-top: 0;
	margin-bottom: 10px;
}
/* .fbwt2-choose2{
	display: inline-block;
} */

.fbwt-contain42-input input {
	width: 318px;
	height: 38px;
	border: 1px solid #ddd;
	line-height: 38px;
	text-indent: 1em;
	color: #333;
	border-radius: 5px;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	height: 30px;
	width: 80px;
	line-height: 30px;
	margin-right: 10px;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.fqzj-regular-radio:checked + label {
	background-color: #fff!important;
	color: #00abf2!important;
	border: 1px solid #00abf2;
	color: #00abf2;
	display: inline-block;
	background: url(../images/fbwt_icon.png) no-repeat;
	background-position: 100% 0%;
	border-radius: 0;
}
.fbwt2-li {
	border: 1px solid #e6e6e6;
	position: relative;
	color: #333;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	border-radius: 0!important;
	padding: 2px 5px;
	margin-top: 10px;
}
.fbwt-description {
	width: 96%;
	height: 5rem;
	border: 1px solid #ddd;
	/* text-indent: 1em; */
	color: #333;
	border-radius: 5px;
	line-height: 2;
	padding: 2%;
}
.fbZj-text{
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 95%;
}
.fbZj_yuan{
	/* position: absolute;
	right: 6%;
	bottom: 7px; */
	font-size: 0.7rem;
}
.fqzj-disabled {
	color: #999!important;
	background-color: #e6e6e6!important;
	border: 1px solid #e6e6e6!important;
}
.fbZj_total2{
	float: right;
}
.fbZj_total{
	font-size: 14px;
	padding-bottom: 0.5rem;
}
.fbZj_protocol1{
	float: left;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 10px;
}
.fbZj_protocol2{
	font-size: 14px;
}
.fbZj_protocol{
	padding: 1rem;
	padding-bottom: 3rem;
	background: #f6f7f8;
}
.fbZj_protocol2 a{
	text-decoration: none;
	color: #058ded;
}
.fbZj_prompt{
	padding: 1rem;
	font-size: 14px;
	background: #fdf9d7;
	color: #de1c1c;
}
.fbZj_prompt span{
	font-weight: bold;
}
.fbZj_submit{
	float: right;
}
.fbZj_submit1{
	float: left;
}
.fbZj_submit1_1{
	font-size: 12px;
	color: #666;
}
.fbZj_submit1_2{
	color: #ff3838;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.fbZj_submit{
	background: #3691f2;
	color: #fff;
	padding: 1rem 3rem;
}
.fbWt_submit{
	width: 100%;
	background: #3691f2;
	color: #fff;
	font-size: 18px;
	height: 3rem;
}
.fbZj_sub{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0.5rem 1rem;
}
.fbZj_fq_one{
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 2px;
	float: left;
	outline: none;
}
.fbZj_fq_one input{
	outline: none;
}
.fbZj_fq_two{
	height: 40px;
	line-height: 40px;
}
.fbwt2-choose2>.layui-input-block{
	overflow: hidden;
}
.fbZj-text1{
	width: 100%;
}
.fbZj_success_contain{
	text-align: center;
}
.fbZj_success_contain_img{
	width: 5rem;
	height: 5rem;
	padding-top: 30%;
}
.fbZj_success_contain_title{
	color: #383838;
	font-size: 18px;
	padding: 0.8rem 0;
}
.fbZj_success_contain_title2{
	color: #999;
	font-size: 14px;
	padding: 0 2rem;
	line-height: 1.5;
}
.fbZj_success_btn{
	display: block;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	font-size: 18px;
	border-radius: 5px;
	height: 3rem;
	line-height: 3rem;
}
.fbZj_success_contain_btn1{
	background: #3691f2;
	color: #fff;
	margin-top: 3rem;
}
.fbZj_success_contain_btn2{
	color: #333333;
	border: 1px solid #ebebea;
	margin-top: 1rem;
}
.zj_detail_top{
	width: 100%;
	background: #3691F2;
	height: 12rem;
	text-align: center;
}
.zj_detail_top1{
	color: rgba(255,255,255,.6);
	font-size: 16px;
	padding-top: 1rem;
}
.zj_detail_top2{
	color: #fff;
	font-size: 2.5rem;
	padding: 0.5rem 0;
	font-weight: lighter;
}
.zj_detail_top3{
	color: #fff;
	font-size: 14px;
	color: rgba(255,255,255,.6);
}
.zj_detail_title{
	width: 90%;
	margin-left: 5%;
	height: 4rem;
	box-shadow: 2px 2px 5px #ccc ;
	background: #fff;
	border-radius: 5px;
	margin-top: -2rem;
}
.zj_detail_title1{
	float: left;
	padding-top: 0.7rem;
	padding-left: 1rem;
	width: 85%;
}
.zj_detail_title2{
	float: right;

}
.zj_detail_arrow{
	width: 1rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
}
.zj_detail_title11{
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zj_detail_title12{
	color: #999;
	font-size: 16px;
}
.zj_detail_contain{
	padding: 1rem;
	border-bottom: 5px solid #f3f2f8;
}
.zj_detail_contain1{
	border-bottom: 1px solid #e7e6eb;
	overflow: hidden;
}
.zj_detail_contain1_1{
	color: #333;
	font-weight: bold;
	padding: 1rem 0;
	font-size: 18px;
}
.zj_detail_contain1_21{
	font-size: 16px;
	color: #999;
	float: left;
}
.zj_detail_contain1_22{
	font-size: 16px;
	color: #333;
	float: left;
	width: 65%;
	word-break: break-all;
}
.zj_detail_contain1_2{
	padding-bottom: 1rem;
	overflow: hidden;
}
.zj_detail_but{
	width: 100%;
	height: 4rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}
.zj_detail_but3{
	width: 43%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	margin-top: 0.5rem;
}
.zj_detail_but1{
	float: left;
	margin-left: 5%;
	background: #fff;
	border: 1px solid #222222;

}
.zj_detail_but2{
	float: right;
	margin-right: 5%;
	background: #3691F2;
	color: #fff;
	border: 1px solid #3691F2;
}
.zj_detail_cover{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.zj_detail_cover1{
	width: 90%;
	margin-left: 5%;
	height: 24rem;
	background: #fff;
	position: absolute;
	top: 15%;
	border-radius: 5px;

}
.zj_detail_cover1_top{
	height: 2.5rem;
	border-bottom: 1px solid #e7e6eb;
	text-align: center;
}
.zj_detail_cover12{
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	padding: 0.75rem 0.75rem 0 0;
}
.zj_detail_cover11{
	line-height: 2.5rem;
	font-size: 18px;
}
.zj_detail_cover2{
	padding: 1rem;
	overflow-x: hidden;
}
.zj_detail_cover211{
	color: #999;
}
.zj_detail_cover212{
	color: #333;
}
.zj_detail_cover21{
	font-size: 16px;
	padding-bottom: 10px;
}
.zj_detail_cover213{
	color: #ff3838;
	font-size: 36px;
	padding-top: 0.5rem;
}
.zj_detail_input{
	border: 1px solid #e7e6eb;
	height: 2rem;
	width: 100%;
	margin-top: 1rem;
	border-radius: 5px;
	padding-left: 5px;
}
.zj_detail_button{
	width: 100%;
	background: #3691F2;
	height: 3rem;
	color: #fff;
	margin-top: 2rem;
	border-radius: 5px;
}
.zjDetail_cover{
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.zjDetail_cover1{
	width:100%;
	background:#fff;
	border-radius:5px 5px 0 0;
	position:absolute;
	bottom:4rem;
	overflow: hidden;
}
.zjDetail_cover2_left{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 30px;
}
.zjDetail_cover2_right{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 80%;
}
.zjDetail_cover2_left img{
	display: block;
}
.zjDetail_cover2_left img:nth-child(1){
	width: 10px;
	height: 10px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.zjDetail_cover2_left img:nth-child(2){
	padding-left: 5px;
}
.zjDetail_cover21{
	float: left;
	width: 100%;
}
.zjDetail_cover2{
	overflow-x: auto;
	overflow-y: scroll;
	height: 60vh;
	padding-bottom: 2rem;
}
.ymDetail-cover-button {
	width: 100%;
	background: #fff;
	height: 4rem;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: #ccc 0 0 8px;
}

.ymDetail-cover-button1 {
	display: inline-block;
	width: 90%;
	background: #058ded;
	color: #fff;
	height: 3rem;
	line-height: 3rem;
	margin-top: 0.5rem;
	border-radius: 5px;
	font-size: 18px;
}
.myWt_select li{
	width: 33.33%;
	margin-left: 13%;
	margin-right: -3%;
}
/* 委托 */
.myWt_other{
	padding-bottom: 1.5rem;
	color: #333;
}
.myZhongjie li:last-child{
	border-bottom: 12px solid #F6F7F8;
}
.beiqiangNew_add li img{
	width: 100%;
	height: 90px;
}
.beiqiangNew_add li{
	margin-bottom: 10px;
}
.beiqiangNew_add{
	padding: 0 12px;
}
.beiqiangNew_add1{
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-bottom: 12px solid #F6F7F8;
	box-sizing: border-box;
}
.add_form .layui-input-block.w70{
	width: 68%;
}
.add_form .layui-input-block{
	margin: auto 5%;
}
.add_form .layui-form-label.cashNew-to {
	width: 22%;
}
.no_bottom{
	border-bottom: none;
}
.certificate_contain1_img{
	max-width: 100%;
}
.certificate_contain1_title{
	font-size: 24px;
	font-weight: 600;
	margin: 12px 10px;
}
#js-list .fp_title{
	font-size: 16px;
	margin-bottom: 8px;
}
#js-list .inner_box{
	width: 50%;
	line-height: 24px;
}
#js-list .rt_box{
	text-align: right;
}
#js-list .inner_box p span{
	color: #999;
	margin-right: 20px;
}
#js-list .rt_box .kp_num{
	font-size: 24px;
	margin-top: 20px;
}
#js-list .rt_box .kp_num span{
	margin-right: 0;
	font-size: 14px;
}
#js-list .inner_footer{
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #e8e9eb;
	float: left;
}
.inner_footer a{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 14px;
}
.inner_footer a img{
	width: 30px;
}
.invoidNew-wenxin .fp_dt_tt,.model_table_box .fp_dt_tt{
	color: #1a1a1a;
	font-size: 16px;
	padding: 14px 0;
	margin: 0 14px;
	width: auto;
}
.invoidNew-wenxin .fp_dt_tt span{
	float: right;
	font-size: 14px;
}
.invoidNew-wenxin .fp_dt_inner{
	padding: 24px 20px;
	line-height:30px;
	border-bottom: 12px solid #F6F7F8;
}
.invoidNew-wenxin .fp_dt_inner p span{
	color: #999;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
}
.invoidNew-wenxin .fp_dt_inner p i{
	font-style: normal;
	display: inline-block;
	width: 70%;
}
.fp_dt_inner .fp_dt_num{
	font-size: 24px;
}
.fp_table_box{
	padding: 0 20px;
}
.fp_table_box table{
	width: 100%;
}
.fp_table_box table tr td{
	height: 50px;
	text-align: center;
	font-size: 13px;
}
.fp_table_box table thead td{
	background-color: #edeef2;
	font-weight: bold;
}
.fp_table_box table tbody tr:nth-child(2n){
	background-color: #f5f6fa;
}
.fp_table_box table tbody td:last-child{
	color:#ff8933;
}
.kp_list_box{
	background: #f6f7f7;
	padding: 0 14px;
	padding-bottom: 42px;
	min-height: 180px;
}
.kp_list_box .title{
	font-size: 16px;
	padding: 14px 0;
}
.kp_list_box ul li{
	height: 100px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.kp_list_box ul li input[type="checkbox"] {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 40px 3%;
}

.kp_list_box ul li input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	background: #e8e9eb;
	width: 20px;
	height: 20px;
	border: 1px solid #e8e9eb;
	border-radius: 50%;
}

.kp_list_box ul li input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #e8e9eb;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	border: 1px solid #e8e9eb;
	border-radius:50%;
	color: #7D7D7D;
	font-size: 18px;
	font-weight: bold;
}
.kp_list_box ul li>div{
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	font-size: 13px;
	width: 82%;
}
.kp_list_box ul li>div>p>span{
	color: #999;
	display: inline-block;
	min-width: 25%;
}
.kp_list_box ul li>div b{
	font-size: 13px;
	float: right;
	color: #999;
	font-weight: normal;
}
.kp_list_box ul li>div b span{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#all_select_box{
	width: 90%;
	padding:0 5%;
	height: 60px;
	left: 0;
	bottom: 72px;
	background: #fff;
	position: fixed;
	border-top: solid 1px #e8e9eb;
}
#all_select_box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	position: relative;
	margin: 14px 0 5px 5px;
}
#all_select_box input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	background: #e8e9eb;
	width: 20px;
	height: 20px;
	border: 1px solid #e8e9eb;
	border-radius: 50%;
}
#all_select_box input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #e8e9eb;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	border: 1px solid #e8e9eb;
	border-radius:50%;
	color: #7D7D7D;
	font-size: 18px;
	font-weight: bold;
}
#all_select_box .rt_box{
	position: absolute;
	right: 4%;
	top: 10px;
	width: 72%;
	padding-left: 4%;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #e8e9eb;
}
#all_select_box .rt_box button{
	width: 75px;
	height: 32px;
	background: #4ca8f3;
	float: right;
	margin-top: 4px;
	color: #fff;
	border-radius: 16px;
}
#all_select_box .rt_box i{
	font-style: normal;
	color: #fb8739;
}
#all_select_box .rt_box span{
	color: #fb8739;
}
.kp_list_box i{
	font-style: normal;
	font-weight: bold;
}
.fp_md_name .caiWu-word{
	color: #000;
}
.fp_md_tit{
	background: #fff;
}
.fp_md_back{
	padding-left: 0;
	background: url(../images/fp_arrow.png) no-repeat left center;
	background-size: 20px 28px;
}
.md_ul{
	border-top:none;
}
.gray_bg{
	height: 40px;
	background-color: #f6f7f7;
	font-size: 12px;
	color: #999;
	line-height: 40px;
	padding-left: 24px;
}
.md_ul li{
	width: auto;
	margin: 0 14px;
}
.md_ul_left{
	font-size: 14px;
	color: #4d4d4d;
	width: 30%;
}
.md_ul_left i{
	color: #ff3737;
	font-style: normal;
	font-weight: bold;
}
.md_ul_rt select{
	width: 100%;
	height: 48px;
	font-size:14px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/sel_arrow.png) no-repeat scroll right center transparent;
	background-size: 16px;
}
.md_ul .hr_li{
	width: 100%;
	position: relative;
	left: -14px;
	padding: 0;
	border: none;
	height: 10px;
	background:#f5f6f7;
}
.md_ul .related_file{
	height: auto;
	padding-bottom: 20px;
}
.related_file p{
	color: #999;
	font-size: 13px;
	line-height: 20px;
}
.related_file .title{
	font-size: 17px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	color: #1a1a1a;
}
.upload_ul{
	margin: 24px 0;
}
.upload_ul li{
	width: 50%;
	height: 110px;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	overflow: hidden;
}
.upload_ul li:nth-child(3){
	margin-top:16px;
}
.upload_ul li img{
	width: 90%;
	height: 100%;
}
.upload_ul .upload_ipt{
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.md_ul_rt input{
	color: #1a1a1a;
}
.address_dt{
	width: 100%;
	height: 100%;
}
.md_ul li.ts-height .invoicReust-tip{
	padding-left: 0;
}
.md_ul .beizhu{
	margin: 0;
	border: none;
}
.beizhu textarea{
	background: #fff;
	border: none;
	margin: 10px 0 0 5px;
	width: 100%;
	min-height: 100px;
}
.md_ul .accept_box{
	width: 100%;
	position: relative;
	left: -14px;
	padding: 0;
	border: none;
	height: 190px;
	background: #f5f6f7;
	padding-top: 20px;
}
.invoicReust-argue input[type="checkbox"] {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin:0 4px 0 8px;
	vertical-align: 0;
}

.invoicReust-argue input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	background: #999;;
	width: 14px;
	height: 14px;
	border: 1px solid #999;;
	border-radius: 50%;
}

.invoicReust-argue input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #55b837;;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 14px;
	line-height: 14px;
	border: 1px solid #55b837;;
	border-radius:50%;
	color: #fff;
	font-size: 12px;
}
.accept_box .invoicReust-argue{
	height: 26px;
	line-height: 26px;
}
.model_bottom_box{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 94%;
	height: 60px;
	line-height:60px;
	background: #fff;
	padding-left:6%;
	color:#2c2c2c;
}
.model_bottom_box .invoicReust-btn{
	margin: 0;
	width: 90px;
	height: 34px;
	line-height: 34px;
	background-color: #4ca8f3;
	border-radius: 2px;
	font-size: 16px;
	float: right;
	margin: 12px 16px 0;
}
.model_bottom_box span{
	color: #ef8637;
}
.model_table_box{
	border-bottom: 12px solid #F6F7F8;
	border-top:12px solid #F6F7F8 ;
	padding-bottom:20px;
}
.model_table_box .fp_table_box table tr td{
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
}
.model_table_box .fp_table_box table tr td:last-child{
	text-align: center;
	padding: 0;
}
.model_table_box .fp_table_box table tbody td{
	color: #666;
}
.model_table_box .fp_table_box table tbody td a{
	color: #3881d7;
	padding: 4px 2px;
}
.model_table_box .fp_table_box table tbody td a:first-child{
	margin-right: 4px;
}
.md_ul_rt{
	width: 65%;
}
.wt_btn{
	background-color: #3e8be6;
	line-height: 38px;
	font-size: 16px;
}
.sh_result{
	padding: 16px 20px;
	font-size: 16px;
	font-weight: bold;
	border-top:10px solid #f5f6f7;
}
.sh_table_box table tbody td.success{
	color: #45a15b;
}
.sh_table_box table tbody td.err{
	color: #ff3838;
}
.zmy_wt_nav{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 88%;
	padding-left: 5%;
	padding-right: 5%;
}
.zmy_wt_nav li{
	white-space: normal;
	float: none;
	display: inline-block;
}
.zmy_wt_nav::-webkit-scrollbar-track {
	background-color: #3691F2;
}
.zmy_wt_nav::-webkit-scrollbar-thumb {
	background-color: #3691F2;
}

/* 财务明细新增css */
.caiwu_dt_box {
	background: #f3f2f8;
}

.caiwu_dt_box .nav_box {
	height: 50px;
	line-height: 50px;
	font-size: 0;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.caiwu_dt_box .nav_box a {
	font-size: 13px;
	text-align: center;
	color: #666;
	display: inline-block;
	width: 20%;
	position: relative;
}

.caiwu_dt_box .nav_box .sel {
	font-weight: bold;
	color: #333;
}

.caiwu_dt_box .nav_box .sel span {
	width: 26%;
	position: absolute;
	bottom: 0;
	left: 37%;
	border-top: 2px solid #058ded;
}

.caiwu_dt_box ul li {
	margin: 10px 10px 0 10px;
	background: #fff;
	border-radius: 5px;
	padding: 0 16px;
	box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.caiwu_dt_box ul li .title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	color: #3e3e3e;
}

.caiwu_dt_box ul li .title p {
	float: right;
	font-size: 21px;
}

.caiwu_dt_box ul li .title .add {
	color: #49c040;
}
.caiwu_dt_box ul li .title .sub {
	color: #ff3838;
}

.caiwu_dt_box .content {
	line-height: 24px;
	color: #989898;
	padding: 12px 0;
	font-size: 13px;
}

.caiwu_dt_box .content>p>span {
	float: right;
	color: #333;
}
.cw_word{
	background: #f3f2f8;
}
.zu_ipt_box{
	padding-left: 18%;
	line-height: 34px;
	margin: 20px 0;
}
.zu_ipt_box input{
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 4px;
	width: 80px;
	padding-left: 10px;
}
.zu_ipt_box button{
	padding: 5px 12px;
	background: #4E91EB;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
}
.zu_ipt_box i{
	font-style: normal;
}
.perCenter-word.bgymgl{
	background: url(../images/ymqz.png) no-repeat left center;
	background-size: 22px 22px;
}
.perCenter-word.qz{
	background: url(../images/mqz.png) no-repeat left center;
	background-size: 22px 22px;
}
.wtNew2 li{
	margin-left: 0;
}
.cerNew-tit .gr_next{
	display: block;
	width: 64%;
	height: 38px;
	line-height: 39px;
	margin: 30px auto;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background: #20ADFE;
	border-radius: 4px;
	text-decoration: none;
	outline: none;
}

.qz_img_box{
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.qz_img_box .qz{
	max-width: 100%;
	max-height: 100%;
}
.qz_img_box .st{
	position: absolute;
	top: 0;
	right: 24px;
	width: 54px;
}
.qz_main{
	padding: 0 10%;
	background: #F2F2F2;
	padding-top: 30px;
}
.qz_main .tips_box{
	font-size: 13px;
	color: #666;
	line-height: 22px;
}
.qz_again{
	display: block;
	background-color: #4494f7;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	width: 88%;
	margin-left: 6%;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-bottom: 24px;
	margin-top: 24px;
}
.reason_tips{
	margin-top: 24px;
	color: #ff5250;
	font-size: 13px;
	line-height: 22px;
}
.save_stautus{
	display: block;
	float: right;
	font-size: 15px;
	line-height: 58px;
	color: #fff;
	padding-right: 18px;
}
.save_stautus:visited {
	color:#fff;
}
.qz_save_box{
	height: 200px;
	position: relative;
	margin-top:8px;
}
.qz_save_box img{
	max-width: 100%;
	max-height: 100%;
}
.qz_save_main{
	padding-left: 5%;
	padding-right: 5%;
}
.qz_save_inner{
	height: 150px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.qz_save_box>p{
	font-size: 13px;
	color:#666;
	text-align: center;
	margin-top: 10px;
}
.qz_save_box>i{
	position: absolute;
	background: url(../images/qz_unstar.png);
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-size: 100%;
}
.qz_star>i{
	background: url(../images/qz_star.png);
	background-size: 100%;
}
.qz_menu{
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.qz_menu ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.qz_menu ul li span{
	border-bottom: 2px solid transparent;
	padding-bottom: 13px;
}
.qz_menu ul .qz_sel span{
	color: #3691F1;
	border-color: #3691F1;
}
.qz_tips_box{
	line-height: 24px;
	padding: 8px 3%;
	background: #ffe5c7;
	font-size: 13px;
	color: #666;
}
.aboutQest-tit .more{
	color: #058ded;
	font-size: 12px;
	float: right;
	margin-top: 3px;
}
.aboutQest-warp .help_menu li{
	float: left;
	width: 25%;
	padding: 20px 0;
	text-align: center;
}
.help_menu img{
	height: 20px;
	padding-bottom:6px;
}
.help_menu p{
	font-size: 13px;
	color: #939399;
}
.indexNav-img{
	width: 40px;
	height: 40px;
}
.gl_add{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #4E91EB;
	text-align: center;
	border-radius: 4px;
}
.wt_dt_top{
	padding: 16px;
	border-bottom: 10px solid #f2f2f2;
}
.wt_dt_top .tt{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 6px;
}
.wt_dt_top p{
	font-size: 12px;
	line-height: 21px;
	color: #999;
}
.wt_dt_top p span{
	display: inline-block;
	width: 62px;
	vertical-align: top;
}
.wt_dt_top p i{
	display: inline-block;
	width: 260px;
	font-style: normal;
}
.wt_dt_top .status1{
	color: #4c92f2;
}
.wtdt_main{
	padding: 16px;
}
.wtdt_main .tt{
	font-size: 16px;
}
.wtdt_main table{
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	margin-top: 18px;
	margin-bottom: 34px;
}
.wtdt_main table:last-child{
	margin-bottom: 0;
}
.wtdt_main table tr td{
	width: 50%;
	padding-left: 5%;
	font-size: 13px;
	color: #999;
	background: #f5f7fa;
	height: 50px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.wtdt_main table tr td:last-child{
	background: #fff;
	color: #333;
}
.wtdt_main .price{
	color: #ff781e!important;
}
.wt_nodata_li{
	text-align: center;
	border: none!important;
}
.perCenter-tit a:visited{
	color: #fff;
}
.fl_menu{
	padding: 6px 1% 16px 1%;
	border-bottom: 1px solid #e6e6e6;
}
.fl_menu span{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 13px;
}
.fl_menu .on{
	color: #3691F2;
}
.fl_menu span::after{
	content: "";
	font-size: 0;
	border-width: 4px;
	border-color: #333;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
	margin-left: 2px;
}
.fl_menu .on::after{
	border-color: #3691F2;
	content: "";
	font-size: 0;
	border-width: 4px;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
	margin-left: 2px;
}
.sort_box{
	padding: 14px 6%;
}
.sort_box a{
	display: block;
	line-height: 40px;
}
.sort_box .act{
	color: #3691F2;
}
.sort_box .act::after {
	content: "";
	float: right;
	margin-right: 1%;
	background: url(/Public/m/images/gou2.png);
	width: 14px;
	height: 14px;
	margin-top: 11px;
}
.m_mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 996;
	display: none;
}
.fl_main{
	position: relative;
	z-index: 999;
	background: #fff;
}
.caiWu-tit{
	z-index: 998;
	position: relative;
}
.fl_dt_box{
	display: none;
}
.fl_type_box .left{
	width: 25%;
	padding: 14px 0;
	float: left;
	background: #f0f0f0;
	max-height: 258px;
	overflow: auto;
	box-sizing: border-box;
}
.fl_type_box .right{
	width: 75%;
	padding: 14px 0;
	float: left;
	background: #F8F8F8;
	max-height: 258px;
	overflow: auto;
	box-sizing: border-box;
}
.fl_type_box .left li{
	line-height: 46px;
	padding-left: 16px;
	font-size: 13px;
}
.fl_type_box .right li{
	line-height: 46px;
	padding-left: 32px;
	font-size: 13px;
}
.fl_type_box .left .active{
	background: #fff;
	color: #3691F2;
}
.fl_type_box .right .active{
	background: #fff;
}
.fl_type_box{
	overflow: hidden;
	max-height: 323px;
	/* background: rgba(0, 0, 0, 0.5); */
}
.fl_type_box .left::-webkit-scrollbar{width:0px}
.fl_type_box .right::-webkit-scrollbar{width:0px}
.sub_contain{
	height: 65px;
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ebebeb;
}
.sub_contain button{
	height: 45px;
	width: 46%;
	border-radius: 4px;
	border: solid 1px #ebebeb;
	background: #fff;
	margin-top: 10px;
	font-size: 16px;
}
.sub_contain .sub{
	margin-left: 1.5%;
	background: #508fea;
	border: none;
	color: #fff;
}
.price_box{
	padding: 24px 4%;
}
.price_box p{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.price_box ul li{
	float: left;
	font-size: 13px;
	background: #f8f8f8;
	height: 34px;
	line-height: 34px;
	width: 23%;
	text-align: center;
	margin-right: 2.66%;
	margin-top: 8px;
}
.price_box ul li:nth-child(4n){
	margin-right: 0;
}
.price_box ul .act{
	background: #e6f0ff;
	color: #3691F2;
}
.left .active a{
	color: #3691F2;
}
.right li a{
	display: block;
}
.hq_tt{
	font-size: 16px;
	line-height: 50px;
	padding:0 4%;
	border-bottom: 1px solid #ebebeb;
}
.hq_tt span{
	float: right;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: normal;
}
.hq_tt span::after{
	content: "";
	font-size: 0;
	border-width: 4px;
	border-color: #bfbfbf;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
	margin-left: 2px;
}
.hq_ul li{
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 23%;
	margin-right: 2.6%;
	background: #f7f7f7;
	color: #4f4f51;
	border-radius: 4px;
}
.hq_ul li:nth-child(4n){
	margin-right: 0;
}
.hq_ul li.sel{
	background-color: #007bb7;
	color: #fff;
}
.hq_main{
	padding: 10px 4% 0 4%;
}
#domain_chart{
	height: 250px;
	margin: 24px 0;
}
.gg_ul li{
	float: left;
	background-color: #f5f7fa;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 12px;
	width: 48%;
	margin-right: 4%;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gg_ul li:nth-child(2n){
	margin-right: 0;
}
.hq_adv_box{
	background: #F7F8FA;
	padding: 20px 4% 10px 4%;
}
.hq_adv_box{
	margin-top: 16px;
}
.hq_adv_box p{
	text-align: center;
	color: #999;
	padding-bottom: 6px;
}
.hq_adv_box ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	height: 70px;
	margin-top: 10px;
}
.hq_adv_box ul li:nth-child(2n){
	margin-right: 0;
}
.hq_adv_box ul li img{
	width: 100%;
	height: 100%;
}
.fl_type_box{
	width: 100%;
}
.wy_inner,.wy_inner2{
	padding: 0 14px 18px 0;
	background-color: #f7f9fa;
	display: none;
}
.wy_inner dl dd,.wy_inner2 dl dd {
	float: left;
	line-height: 18px;
	color: #999;
	width: 49%;
	margin-right: 1%;
	margin-top: 18px;
	text-align: center;
}
.wy_inner dd img,.wy_inner2 dd img {
	height: 18px;
	vertical-align: -3px;
	margin: 0 4px;
}
.ym-info {
	display: block;
	position: relative;
	padding: 10px;
	height: 182px;
	background-color: #f7f7f7;
}
.ym-info .ym-bets h1 {
	float: left;
	margin-right: 15px;
	display: inline;
	color: #666;
	font-size: 18px;
}
.ym-info .ym-bets .state {
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #92a0ac;
}
.ym-info .ym-bets .price {
	float: left;
	display: block;
	width: 100%;
	color: #ff0000;
}
.ym-info .ym-bets .price strong {
	font-size: 38px;
	line-height: 40px;
	display: block;
	margin-top: 10px;
}
.ym-info .ym-bets .price strong i{
	font-size: 16px;
	font-style: normal;
}
.ym-info .ym-bets .price span {
	font-size: 18px;
	margin-right: 10px;
	font-weight: 700;
}
.ym-info .ym-bets .price .lower{
	color: green;
}
.ym-info .content {
	display: block;
	margin-top: 7px;
	padding: 5px 0;
	width: 100%;
	border-top: #e3e3e3 solid 1px;
	float: left;
}
.ym-info .content dl {
	float: left;
	width: 50%;
	line-height: 24px;
}
.ym-info .content dt {
	color: #92a0ac;
}
.ym-info .content dd {
	font-size: 18px;
	font-weight: 700;
	color: #666;
}
.domain_rt h2 span{
	float: right;
	font-size: 16px;
	line-height: 30px;
}
.main-nav{
	height: 46px;
	line-height: 46px;
	padding: 0 14px;
	color: #666666;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	font-size: 12px;
}
.main-nav div {
	width: 20%;
	text-align: right;
	white-space: nowrap;
	position: relative;
}
.main-nav div.nav-one {
	width: 26%;
	text-align: left;
}
.main-nav div.nav-two {
	width: 27%;
	text-align: center;
	line-height: 20px;
	margin-top: 3px;
}
.main-nav div .more {
	position: absolute;
	right: -13px;
	bottom: 13px;
	width: 12px;
	height: 6px;
	background: url(/Public/home/images/zf_icon.png) center no-repeat;
	background-size: 100%;
	transform: rotate(-45deg);
}
.main-content {
	width: 100%;
	position: relative;
}
.main-content li {
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 12px;
	white-space: nowrap;
}
.main-content li:nth-child(2n-1) {
	background-color: #fafafa;
}
.main-content li h2 {
	height: 30px;
	line-height: 30px;
}
.main-content li h2 .content-title {
	font-size: 17px;
	width: 26%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cl-gray {
	color: #999999;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.main-content li .content-one {
	width: 40%;
	text-align: left;
}
.cl-red {
	color: #fe473c;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.main-content li .content-one .content-price {
	font-size: 16px;
}
.main-content li .content-four {
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.main-content li h2 .content-unit{
	width: 27%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hq_des{
	border-top: 1px solid #cedced;
	border-bottom: 1px solid #cedced;
	margin-top: 10px;
	padding:8px 14px;
	font-size: 13px;
	line-height: 20px;
}
.hq_banner img{
	width: 100%;
}
.main-content li h2 .content-time {
	width: 20%;
	text-align: right;
}
.main-content li h2 .content-unit b{
	font-size: 12px;
	font-weight: normal;
}
.main-content li h2 .lower{
	color: green;
}
.main-nav .nav-four{
	line-height: 20px;
	margin-top: 3px;
}
.hq_table{
	width: 100%;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
	margin-top: 20px;
	display: none;
}
.hq_table tr th{
	height: 40px;
	font-size: 13px;
	background: #f7f9fa;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	color: #9598a6;
	text-align: left;
	padding-left: 6px;
}
.hq_table tr td{
	height: 60px;
	font-size: 12px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 6px;
}
.hq_table tr th span{
	cursor: pointer;
}
.hq_table tr th .act{
	color: #039ae1;
}
.hq_table .qz>span{
	display: inline-block;
	width: 36px;
	height: 16px;
	line-height: 16px;
	text-align: right;
	padding-right: 4px;
	box-sizing: border-box;
	color: #666;
	margin-right: 2px;
	background-size: 100%;
	margin-top: 2px;
}
.bdRank_pc{
	background: url("/Public/home/images/bdRank_pc.png");
}
.bdRank_m{
	background: url("/Public/home/images/bdRank_m.png");
}
.sgRank{
	background:url("/Public/home/images/sgRank.png");
}
.smRank{
	background:url("/Public/home/images/smRank.png");
}
.tszRank{
	background:url("/Public/home/images/360Rank.png");
}
.ttzRank{
	background:url("/Public/home/images/ttRank.png");
}
.hq_sel_box span{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 23%;
	margin-right: .6%;
	background: #f7f7f7;
	color: #4f4f51;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	margin-top: 8px;
}
.hq_sel_box .sel{
	background: #007bb7;
	color: #fff;
}
.caiWu-hq{
	background: #fff;
	height: 40px;
	padding-top: 4px;
}
.caiWu-hq .caiWu-word{
	color: #333;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
}
.ym-info .ym-bets h1{
	font-size: 13px;
	color: #333;
	padding-top: 2px;
}
.ym-info{
	margin: 8px 16px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(111, 138, 150, 0.16);
	border-radius: 8px;
	height: auto;
	padding:12px;
}
.caiWu-hq .caiWu-back{
	height: 40px;
	line-height: 40px;
	background: url(/Public/m/images/hq_back.png) no-repeat left center;
	background-size: 10px 16px;
	background-position-x: 6px;
}
.ym-info .ym-bets .price .lower{
	color: #108921;
}
.ym-info .ym-bets .price strong{
	font-size: 25px;
	display: inline;
}
.ym-info .ym-bets .price strong i{
	font-size: 12px;
}
.ym-info .ym-bets .price span{
	float: right;
	font-size: 13px;
	margin-right: 14px;
	text-align: right;
	line-height: 16px;
	margin-top: 3px;
}
.ym-info .ym-bets .price span b{
	display: block;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
.ym-info .ym-bets .price{
	margin-top: 4px;
}
.ym-info .content{
	margin-top: 4px;
}
.ym-info .content dt{
	font-size: 10px;
	color: #999;
}
.ym-info .content dd{
	font-weight: normal;
	font-size: 13px;
}
.ym-info .content dl{
	margin-top: 4px;
}
.menu_hq{
	padding: 0 16px;
	color: #001f2e;
	white-space: nowrap;
	overflow-x:scroll;
	overflow-y:hidden;
	height: 32px;
	width: 100%;
	-ms-overflow-style:none;
	scrollbar-width: none;
	box-sizing: border-box;
}
.menu_hq .menu_top{
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
	background: url(/Public/m/images/hq_down.png) no-repeat right 14px;
	background-size: 8px;
	display: inline-block;
	margin-right: 10px;
	line-height: 32px;
}
.menu_hq::-webkit-scrollbar{width:0px;height:0px;}
.menu_hq .sel{
	color: #007bb7;
	background: url(/Public/m/images/hq_down_sel.png) no-repeat right 14px;
	background-size: 8px;
}
.zs_banner{
	line-height: 34px;
	font-size: 12px;
	color: #999;
	padding: 0 16px;
	background: rgba(0, 145, 213, 0.1);
}
.zs_banner span{
	color: #007bb7;
}
.fl_main{
	margin: 12px 0 4px;
}
.hq_tp_box{
	border-bottom: 2px solid #e9e9e9;
	padding: 0 16px;
	margin-top: 8px;
}
.hq_sel_box{
	float: left;
	width: 60%;
	line-height: 28px;
}
.hq_ul{
	float: right;
	width: 40%;
	text-align: right;
	line-height: 28px;
	font-size: 12px;
}
.hq_sel_box span{
	display: inline;
	border: none;
	background: #fff;
	line-height: 28px;
	margin-right: 30px;
	letter-spacing: 1px;
	position: relative;
}
.hq_sel_box .sel{
	color: #007bb7;
	background: #fff;
}
.hq_sel_box .sel::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #007bb7;
	bottom: -7px;
	left: 50%;
	transform: translate(-50%, 0);
}
.hq_ul span{
	margin-left: 14px;
}
.hq_ul .sel{
	color: #007bb7;
}
.zs_banner b{
	float: right;
	font-weight: normal;
	font-size: 10px;
	display: none;
}
.zs_banner b i{
	color: #fe3b22;
	margin-right: 4px;
	font-size: 13px;
	font-style: normal;
}
.hq_main{
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	overflow-x: scroll;
}
.hq_main::-webkit-scrollbar{width:0px;height:0px;}
.hq_table{
	display: table;
	margin-top: 0;
	white-space: nowrap;
}
.hq_table tr td,.hq_table tr th{
	padding-left: 16px;
	white-space: nowrap;
	padding-right: 16px;
	text-align: right;
}
.hq_table tr th{
	height: 44px;
	color: #333;
	font-size:12px;
}
.hq_table tr td:first-child{
	color: #fe3b22;
	font-weight: bold;
	text-align: left;
}
.hq_table tr th:first-child{
	text-align: left;
}
.fl_main ul{
	position: absolute;
	top:33px;
	left: 16px;
	right: 16px;
	background: #fff;
	box-sizing: border-box;
	padding: 4px 0 14px 18px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px
	rgba(71, 95, 106, 0.2);
	border-radius: 4px;
	display: none;
}
.fl_main ul li{
	float: left;
	width: 19%;
	line-height: 26px;
	margin-right: 1%;
	margin-top: 10px;
}
.fl_main ul li:nth-child(5n){
	margin-right: 0;
}
.fl_main ul .sel a{
	color: #0091d5;
}
.main-nav{
	background: #f2f2f2;
	padding: 0 16px;
}
.zs_top{
	font-size: 12px;
	padding: 10px 16px;
	margin-top: 8px;
}
.zs_top a{
	float: right;
	color: #007bb7;
}
.main-nav div.nav-two{
	line-height: 36px;
	margin-top: 0;
}
.main-nav .nav-four{
	margin-top: 0;
	line-height: 36px;
}
.main-content li h2 .content-title{
	font-size: 12px;
	line-height: 40px;
	width: 24%;
}
.main-content li h2 .content-unit{
	font-size: 12px;
	line-height: 40px;
}
.main-content li h2 .content-time{
	font-size: 12px;
	line-height: 40px;
}
.main-nav{
	height: 36px;
	line-height: 36px;
}
.main-content li{
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
}
.main-content li:nth-child(2n-1) {
	background-color: #fff;
}
.main-nav div{
	width: 24%;
}
.main-nav div.nav-one{
	width: 22%;
}
#domain_chart1,#domain_chart2{
	height: 190px;
	margin: 10px 0;
}
.zs_banner_index span{
	color: #333;
}
.zs_banner_index a{
	float: right;
	color: #037cb8;
}
.zs_banner_index em{
	float: right;
	font-style: normal;
}
.zs_tb_top{
	font-size: 13px;
	line-height: 36px;
	padding: 0 16px;
}
.zs_tb_top b{
	float: right;
	height: 36px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.zs_tb_top b i{
	font-style: normal;
	margin-right: 4px;
	color: #fe3b22;
}
.hy_mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 996;
	display: none;
}
.hangye_inner{
	width: 90%;
	height: 70%;
	background: #fff;
	margin: 0 5%;
	border-radius: 4px 4px 0 0;
	overflow-y: scroll;
	transform: translate(0,50px);
}
.hangye_inner::-webkit-scrollbar{width:0px;height:0px;}
.hangye_inner .tt{
	line-height: 48px;
	font-size: 14px;
	text-align: center;
}
.hy_menu dd{
	border-top: 1px solid #ebebeb;
	padding: 13px 12px;
}
.hy_menu dd>div{
	font-size: 13px;
	background: url(/Public/m/images/hy_slide.png) no-repeat 56px center;
	background-size: auto 9px;
	margin-bottom: 6px;
}
.hy_menu .sel>div{
	background: url(/Public/m/images/hy_slide2.png) no-repeat 56px center;
	background-size: 9px auto;
	color: #037ab2;
}
.hy_menu ul{
	display: none;
}
.hy_menu li{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 38px;
}
.hy_mask .cancel{
	line-height: 40px;
	background: #ddd;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 70%;
	width: 90%;
	left: 5%;
	border-radius: 0 0 4px 4px;
	transform: translate(0,50px);
}
.site_main ul{
	position: static;
	padding: 0;
	display: block;
}
.site_main ul li{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.site_main .price_box a{
	display: block;
	line-height: 40px;
}
.site_main .price_box{
	max-height: 210px;
	overflow-y: scroll;
}
.site_main .act{
	color: #3691F2;
}
.site_main .act::after {
	content: "";
	float: right;
	margin-right: 1%;
	background: url(/Public/m/images/gou2.png);
	width: 14px;
	height: 14px;
	margin-top: 11px;
}
.site_main .price_box::-webkit-scrollbar{width:0px;height:0px;}
.tx-title{
	background: #fff;
}
.tx-title .caiWu-back{
	color: #333;
	background: url(/Public/home/images/back_arrow.png) no-repeat left center;
	background-size: 11px 19px;
}
.tx-title .caiWu-word{
	color: #333;
}
.tx_top_bg{
	background: url(/Public/home/images/tx_mbg.png) no-repeat top center;
	padding-top:44px;
	background-size: 100% 135px;
	border-bottom:8px solid #f4f4f4;
}
.tx_bg_inner{
	margin: 0 15px;
	height:164px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.16);
		border-radius:4px;
		text-align:center;
}
.tx_bg_inner .tt{
	font-size:13px;
	color:#666;
	padding-top:20px;
}
.tx_bg_inner .total{
	font-size:22px;
	color:#ea1818;
	margin-top:2px;
}
.tx_bg_inner i{
	font-style: normal;
}
.tx_handle_box{
	background:#f5f5f5;
	margin-top:3px;
}
.tx_handle_box ul li{
	float:left;
	color:#666;
	font-size:12px;
	width: 50%;
	box-sizing:border-box;
}
.tx_handle_box li .price{
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
}
.tx_handle_box li a{
	display: block;
	width: 70px;
	height:28px;
	line-height:28px;
	border-radius:14px;
	background:#18a6e6;
	color:#fff;
	margin:8px auto 14px auto;
}
.help_box{
	text-align:left;
	padding:0 15px;
}
.help_box p{
	padding-top:18px;
	font-size:13px;
}
.help_box a{
	color:#18a6e6;
	margin-right:2px;
}
.help_box div{
	font-size:12px;
	color:#999;
	margin-top:6px;
}
.tx_list .tt{
	font-size:15px;
	font-weight:bold;
	padding:20px 0 10px 15px;
}
.tx_list table{
	width:100%;
}
.tx_list table th{
	padding-left:15px;
	height:40px;
	background:#ecf1f7;
	font-size:13px;
	font-weight:normal;
	text-align:left;
}
.tx_list table td{
	font-size:13px;
	border-bottom:1px solid #e8e8e8;
	padding:10px 0 10px 15px;
}
.tx_md_box {
	width: 90%;
	max-height: 80%;
	overflow-y: auto;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.tx_md_box .tt {
	font-size: 15px;
	text-align: center;
	padding-top: 16px;
}
.lc_banner {
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	margin-top: 14px;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.lc_inner {
	color: #999;
	float: left;
}
.lc_banner .act {
	color: #19a9e8;
}
.lc_inner b {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	color: #fff;
	background: #999;
	display: block;
	margin: 9px auto 2px auto;
}
.lc_banner .act b {
	background: #19a9e8;
}
.lc_banner > span {
	border-top: 1px solid #ccc;
	width: 58px;
	float: left;
	margin-top: 16px;
}
.money_tips {
	background: #f9fdff;
	border: 1px solid #13acef;
	font-size: 12px;
	color: #999;
	margin: 18px 14px;
	padding:4px 0;
	padding-left: 6px;
	box-sizing: border-box;
}
.tx_item {
	font-size: 13px;
	color: #666;
	line-height: 32px;
	height: 32px;
}
.tx_item span {
	display: inline-block;
	text-align: right;
	width: 41%;
}
.tx_item .require::before {
	content: "*";
	color: #ea1818;
	padding-right: 4px;
	font-size: 14px;
}
.tx_item b {
	font-size: 13px;
	color: #ea1818;
	font-weight: normal;
}
.tx_total{
	font-style:normal;
}
.tx_item input {
	width: 49%;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
}
.tx_next_box {
	text-align: center;
	font-size: 12px;
	margin: 26px 0;
}
.tx_next_box a {
	display: inline-block;
	width: 108px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #666;
	margin: 0 3px;
}
.tx_next_box a:last-child {
	background: #13acef;
	color: #fff;
	border-color: #13acef;
}
.money_tips span {
	color: #ef1313;
}
.now_money{
	font-style:normal;
}
.tx_table {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	white-space: nowrap;
	width:100%
}
.tx_table tr th {
	height: 32px;
	background: #ecf1f7;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 12px;
	padding-left: 5px;
	text-align: right;
	font-weight:normal;
	color:#666;
}
.tx_table tr th:first-child, .tx_table tr td:first-child {
	text-align: left;
	color: #13acef;
}
.tx_table tr td {
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	padding-left: 10px;
	text-align: right;
	color: #666;
}
.tx_table_contain{
		margin:0 4%;
    box-sizing: border-box;
    overflow-x: scroll;
		width:92%
}
.tx_table_contain::-webkit-scrollbar{width:0px;height:0px;}
.tx_md_box .supply_box p {
	text-align: left;
	font-size: 13px;
	padding-top: 16px;
	padding-left:16px
}
.money_tips img{
	margin-right:2px;
}
.lc_banner > span.act{
	border-color:#19a9e8;
}
.tx3 .tx_finish {
	font-size: 13px;
	color: #333;
	margin: 14px 0 4px;
	text-align: center;
}
.tx3 .tip {
	font-size: 12px;
	color: #999;
	text-align: center;
}
.tx_item i{
	font-style:normal;
}
.ktx2 .tx_item select {
	width: 48%;
	height: 26px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 10px;
}
.ktx2 .tx_item span{
	width:28%;
}
.ktx2 .tx_item a{
	font-size:12px;
	color:#13acef;
	margin-left:4px;
}
.tx_handle_box li .disabled{
	background: #999;
}
.chuanqi_mtt{
	font-size: 20px;
	padding-top:40px;
	text-align:center;
	padding-bottom:30px;
}
.chuanqi_ul li{
	width:50%;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.chuanqi_ul .finaServer-img{
	float: none;
	min-height:32px;
	margin-bottom:12px;
}
.chuanqi_ul .finaServer-right{
	width:100%;
	text-align:center;
	margin:0;
}
.chuanqi_ul .finaServer-tit{
	color:#999;
}
.chuanqi_mbt{
	background: url(/Public/m/images/chuanqi_m2.png);
	background-size: 100% 100%;
	padding:20px 0 20px;
}
.chuanqi_mbt p{
	color:#fff;
	text-align:center;
	line-height:20px;
}
.pay_ewm_box {
  width: 180px;
  height: 180px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
}
.pay_ewm_box img{
  width: 100%;
  height: 100%;
}
.pay_dt_ewm{
  position: relative;
}
.pay_dt_ewm .tips{
  text-align: center;
}
.pay_dt_ewm .succ_tip{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 184px;
  color: #f19d38;
  display: none;
  font-size: 26px;
  font-weight: bold;
}
#pay_ewm_box{
  padding: 15px;
}
.order_confirm_block{
	padding: 0 14px;
	border-top:8px solid #f8f8f8;
}
.order_confirm_block .tt{
	font-size: 15px;
	font-weight: bold;
	padding:20px 0 15px;
	border-bottom:1px solid #ddd;
}
.order_confirm_block .dt_content{
	border: 1px solid #eee;
	padding:12px;
	margin-top:12px;
	font-size: 12px;
	color:#666;
	padding-bottom:22px;
}
.dt_content img{
	width:80px;
	height:50px;
}
.dt_content .top{
	display:flex;
}
.dt_content .top .title{
	margin-left:6px;
	font-size:13px;
	color:#333;
}
.dt_content>p{
	margin-top:7px;
}
.dt_content>p span:nth-child(2){
	margin-left:16px;
}
.des_tt{
	font-size:13px;
	color:#666;
	margin-top:10px;
}
.des_main{
	font-size:12px;
	color:#999;
	line-height:18px;
	margin-top:4px;
}
.tiaokuan{
	font-size:12px;
	color:#999;
	margin-top:12px;
	margin-bottom: 18px;
}
.tiaokuan a{
	color:#007bb7;
	font-size: 10px;
}
.tiaokuan input{
	margin-right:4px;
	vertical-align:middle;
}
.zmt_pay_block{
	padding:15px 14px;
	padding-bottom:20px;
	border-top: 8px solid #f8f8f8;
	border-bottom:16px solid #f8f8f8;
}
.zmt_pay_block p{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
}
.zmt_pay_block p span:nth-child(2){
	float:right;
}
.zmt_pay_block p.price{
	padding-top:6px;
}
.zmt_pay_block p.price span:last-child{
	font-size:16px;
	font-weight:bold;
	color:#ff711c;
}
.zmt_pay_block .pay{
	height:46px;
	line-height:46px;
	color:#fff;
	background:#ff711c;
	border-radius:23px;
	display:block;
	text-align:center;
	font-size:16px;
	margin-top:20px;
}
.pay_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 996;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_model {
  background: #fff;
  border-radius: 4px;
  width: 92%;
  font-size: 14px;
}
.pay_model .tt {
  line-height: 42px;
  background: #f5f5f5;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px;
}
.pay_model .tt img {
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.pay_model .content {
  padding: 0 12px 50px 12px;
}
.pay_model .msg {
  padding: 14px 0 0;
	font-size:13px;
}
.pay_model .msg span:first-child {
  margin-right: 12px;
}
.pay_model .msg .price {
  font-size: 18px;
  font-weight: bold;
  color: #ff711d;
}
.pay_model .pay {
  margin-top: 20px;
}
.pay_model .pay > p {
  font-weight: bold;
}
.pay_model .pay > p span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
.pay_model .pay > p span a {
  color: #ff711d;
}
.pay_model .pay li {
  float: left;
  width: 47%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 3%;
  cursor: pointer;
	box-sizing:border-box;
	font-size: 10px;
	margin-top:10px;
}
.pay_model .pay li:nth-child(2n) {
  margin-right: 0;
}
.pay_model .pay .act {
  border-color: #007bb7;
  background: url(./sel_icon.png) no-repeat;
  background-position: 100% 0;
  position: relative;
}
.pay_model .pay .act::after{
  position: absolute;
  width: 16px;
  height: 9px;
  bottom: 0;
  right: 0;
  background: url(/Public/home/images/bottom_gou.png);
  content: "";
	background-size:100%;
}
.pay .ewm_box {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
}
.pay .ewm_box img {
  width: 100%;
  height: 100%;
}
.wxzf {
  display: block;
  margin: 0 auto;
}
.sao_success {
  margin-top: 30px;
}
.sao_success > p {
  margin: 18px 0;
}
.sao_success i {
  color: #ff4d00;
}
.sao_success a,
.sao_success input[type="submit"] {
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 2px;
  cursor: pointer;
}
.sao_success .success {
  background-color: #007bb7;
  color: #fff;
  border-color: #007bb7;
}
.sao_success .after_cz {
  display: none;
}
.pay_inner .yue {
  color: #666;
  line-height: 26px;
  padding: 0 0 5px;
}
.pay_inner .yue a {
  color: #1988be;
  margin-left: 10px;
}
.sao_success .disabled {
  background: #b3b3b3;
  color: #fff;
}
.not_enough {
  color: #f57e4b;
  padding-left: 24px;
  background: url(/Public/home/images/gantanhao.png) no-repeat center left;
}
.pay .ewm_box {
  position: relative;
}
.pay .ewm_box .ewm_loading {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  margin-top: 84px;
}
.pay .ewm_box p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 198px;
  color: #f19d38;
  display: none;
  font-size: 26px;
  font-weight: bold;
}
.sao_success .zfcg {
  color: #f19d38;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: none;
}
.sao_tips {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
.sao_tips img {
  height: 16px;
  vertical-align: -2px;
  margin-right: 2px;
}
.wy_inner dl dd,
.wy_inner2 dl dd {
  float: left;
  line-height: 18px;
  color: #999;
  width: 32.33%;
  margin-right: 1%;
  margin-top: 14px;
	font-size:12px;
}
.wy_inner dl dd:nth-child(3n),
.wy_inner2 dl dd:nth-child(3n) {
  margin-right: 0;
}
.wy_inner dd img,
.wy_inner2 dd img {
  height: 18px;
  vertical-align: -3px;
  margin: 0 4px;
}
.cz-price .wy_inner,
.cz-price .wy_inner2 {
  margin: 0 83px 0 103px;
  display: none;
}
.cz-online .cz-mode li.unionpay2 {
  background: url("/Public/home/images/gerenwangyin.jpg") no-repeat;
  background-size: 70% 80%;
  background-position: 20px 2px;
}
.cz-online .cz-mode li.unionpay3 {
  background: url("/Public/home/images/gerenwangyin.jpg") no-repeat;
  background-size: 70% 80%;
  background-position: 20px 2px;
}
.pay_model .content ul{
	padding:4px 10px 14px 10px;
	background: #f8f8f8;
	margin:16px 0;
}
.pay_model .pay .wx_pay {
	position: relative;
	background-image: url(/Public/m/images/wx_pay_icon.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.pay_model .pay .wy_pay {
	position: relative;
	background-size: 100% 100%;
	background-image: url(/Public/home/images/gerenwangyin.jpg);
	background-repeat: no-repeat;
}
.pay_model .pay .zfb_pay {
	position: relative;
	background-size: 100% 100%;
	background-image: url(/Public/m/images/zfb_pay_icon.png);
	background-repeat: no-repeat;
}
.pay_inner .check {
	font-size: 10px;
	color: #999;
}
.pay_inner .check a{
	color:#007bb7;
}
.pay_inner .check input{
	vertical-align:middle;
}
.wtDetail-btn button:first-child{
	margin-right:10px;
}
.sao_success .end_pay_time{
  font-size: 12px;
  color: #ff9424;
}
.sao_success .end_pay_time i{
  font-size: 12px;
  color: #ff9424;
	font-style:normal;
}
.end_pay_time b{
  color: #666;
  font-weight: normal;
  margin-left: 6px;
}
.registerTitOut{
	border-bottom:2px solid #f3f3f3;
	height:50px;
	line-height:50px;
	width: 86%;
	margin:0 auto;
}
.registerTit {
	width: 50%;
	float: left;
	color: #333;
	border-bottom: 2px solid #f3f3f3;
	cursor: pointer;
	font-size:15px;
	text-align:center;
}
.registerTitOut .l_act {
	border-color: #3691f2;
	color: #3691f2;
}
.myZj_login .login_icon1{
	padding-left:26px;
	background:url(/Public/home/images/email.jpg) no-repeat left center;
	background-size:18px 18px;
}
.myZj_login .login_icon2{
	padding-left:26px;
	background:url(/Public/home/images/mima.png) no-repeat left center;
	background-size:18px 18px;
}
.myZj_login .login_icon3{
	padding-left:26px;
	background:url(/Public/home/images/msg_icon.png) no-repeat left center;
	background-size:18px 18px;
}
.login_xieyi{
	font-size:9px;
	color:#666;
	text-align:center;
	margin-top:20px;
	padding:0 7%;
}
.login_xieyi a{
	color:#3691f2;
}
.loginNew-btn{
	margin-top:10px;
}
.myZj_login_methods>a>p{
	width: 50px;
	height:50px;
	display: inline-block;
	background:#e4e8ea;
	border-radius:50%;
}
#getSmsCode{
	float:right;
	width:26%;
	height:30px;
	line-height:28px;
	border-radius:15px;
	border:1px solid #ccc;
	box-sizing: border-box;
	text-align:center;
	font-size:12px;
	color:#3691f2;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 996;
}
.model_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	overflow: auto;
	display: none;
	justify-content: center;
	align-items: center;
}
.model_container .register .close{
	position: absolute;
    top: 0;
    right: 8px;
    color: #999;
    font-size: 22px;
    padding: 5px 5px;
}
.myZj_agree:hover{
	color:#fff;
}
.other_times{
	font-size:9px;
	color:#999;
	line-height: 18px;
}
.wtNew-name{
	width: 100%;
}
.wt_icons{
	display:inline-block;
	font-size:10px;
	border:1px solid #3691f2;
	color:#3691f2;
	height:18px;
	line-height:18px;
	padding:0 2px;
	vertical-align: 2px;
	margin-right:6px;
}
.wtNew-price{
	float: left;
	text-align: left;
	font-weight: bold;
}
.wtNew-shou{
	float: left;
	padding-left:24px;
	font-size: 12px;
	line-height:30px;
	background: url(/Public/home/images/price_d1.png) no-repeat left center;
	background-size:18px auto;
	margin-left:10px;
}
.wtNew-first .marks{
	background: url(/Public/home/images/price_d2.png) no-repeat left center;
	background-size:18px auto;
}
.wtNew-time{
	float:right;
	color: #999;
	font-size: 10px;
	line-height: 30px;
}
.wtNew-list li{
	padding: 10px 3%;
}
.wtDetail-time{
	float:right;
	color: #b7b7b7;
	font-size: 10px;
	line-height:26px;
}
.wtDetail-price{
	font-size:20px;
	width:60%;
}
.wtDetail-tit{
	border:none;
	position: relative;
}
.wtDetail-tit .wtSale {
	position: absolute;
	top: -4px;
	right: 20px;
	width: 60px;
	height: 50px;
}
.wtDetail_table{
	border: 1px solid #ddd;
	width: 100%;
	border-right:none;
	margin-top:10px;
}
.wtDetail_table tr td{
	padding:7px 20px;
	color: #666;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:12px;
	word-break: break-all;
}
.wtDetail_table tr td:first-child{
	text-align:right;
	background: #f8f8f8;
	width: 32%;
	vertical-align:top;
}
.wtDetail-handle{
	margin-top:20px;
}
.wtDetail-handle a{
	float:left;
	text-align:center;
	font-size: 10px;
	color:#333;
	margin-right:26px;
}
.wtDetail-handle a img{
	display:block;
	margin:0 auto;
	width:20px;
}
.wtDetail-handle .kf{
	float: right;
	width:90px;
	height:36px;
	background:#3691f2;
	font-size:14px;
	color:#fff;
	line-height:36px;
	border-radius:18px;
	margin-right:0;
}
.wtDetail-handle .wtdt-buy{
	float: right;
	width:90px;
	height:36px;
	background:#ff711c;
	font-size:14px;
	color:#fff;
	line-height:36px;
	border-radius:18px 0 0 18px;
	margin:0;
}
.wtLastw-tit{
	padding-left:10px;
	border-left:5px solid #3691f2;
}
.jjr_more{
	display: block;
	margin:0 auto;
	width: 20px;
	height: auto;
	padding-top:3px;
}
.wtDetail-lastw .shou{
	transform:rotate(-180deg);
}
.wt-gray{
	background: #f8f8f8;
	float: left;
	width:100%;
	padding:10px 0;
	margin:7px 0;
}
.wt-gray .wt_shu:last-child{
	border-right:none;
}
.wt_shu{
	float:left;
	width:25%;
	box-sizing:border-box;
	border-right:1px solid #ebebeb;
	text-align:center;
}
.wt_meother{
	width:33.33%;
}
.wt_shu p{
	font-size:10px;
	color:#999;
}
.wt_shu p:first-child{
	font-size:12px;
	color:#333;
	padding-bottom:4px;
}
.wtDetail-handle a.wtDetail-guzi{
	width:auto;
	color:#fd632c;
}
.domain_icon{
	display: inline-block;
	background: url(/Public/m/images/domain_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_0{
	display: inline-block;
	background: url(/Public/home/images/others_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_13{
	display: inline-block;
	background: url(/Public/m/images/dy_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_8{
	display: inline-block;
	background: url(/Public/m/images/ks_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_2{
	display: inline-block;
	background: url(/Public/home/images/wy_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_3{
	display: inline-block;
	background: url(/Public/home/images/sohu_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_4{
	display: inline-block;
	background: url(/Public/home/images/fenghuang_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_5{
	display: inline-block;
	background: url(/Public/home/images/yidian_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_6{
	display: inline-block;
	background: url(/Public/home/images/uc_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_7{
	display: inline-block;
	background: url(/Public/home/images/bj_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_11{
	display: inline-block;
	background: url(/Public/home/images/ph_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.media_other_category_9{
	display: inline-block;
	background: url(/Public/home/images/gzh_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.tt_icon{
	display: inline-block;
	background: url(/Public/home/images/tt_icon.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:5px;
}
.wtDetail-tit .domain_icon{
	vertical-align: top;
}
.wtDetail-tit h3 span{
	vertical-align:top;
}
.wtNew-tag li{
	width: 100%;
	margin-left:0;
}
.wt_tag_box{
	font-size:14px;
	color:#999;
	margin-top:14px;
	padding:14px 3% 0 3%;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
		overflow:-moz-scrollbars-vertical;
		position:relative;
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow: -moz-scrollbars-none;
		height: 28px;
}
.wt_tag_box::-webkit-scrollbar { width: 0 !important;display: none; }
.wt_tag_box span{
	margin-right:26px;
	padding-bottom:5px;
	border-bottom:1px solid transparent;
}
.wt_tag_box span.act{
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #3691f2;
}
.wtNew-price{
	width:auto;
	max-width:22%;
}
.helpNew-back:hover{
	color:#fff;
}
.wtNew-name .saled{
	background:#ccc;
	color:#888;
	border-color:#ccc;
}
.wtNew-name h3{
	max-width:80%;
}
.form_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 996;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.shai_box{
	border-top:1px solid #e6e6e6;
	margin:0 3%;
	font-size:12px;
	padding:21px 0;
}
.shai_box span{
	float:left;
	line-height:20px;
}
.shai_box .shai{
	height: 22px;
	border: 1px solid #3691f2;
	margin-left: 10px;
	color: #3691f2;
	padding-left: 7px;
	line-height: 20px;
	padding-right: 30px;
	position: relative;
	box-sizing:border-box;
	margin-bottom:6px;
}
.shai_box .shai:first-child{
	margin-left:0;
}
.shai_box .shai a {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/Public/m/images/shai_close.png) no-repeat;
	background-size: 100% 100%;
}
.shai_box .hide{
	display:none;
}
.shai_reset{
	color: #3691f2;
	font-size:12px;
	border:1px solid #3691f2;
	float:right;
	height:22px;
	line-height: 20px;
	box-sizing:border-box;
	text-align:center;
	border-radius:11px;
	padding:0 10px;
}
.shai_reset:hover{
	color:#3691f2!important;
}
.wt_top_nav{
	height:78px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
}
.wt_top_nav ul li{
	width: 20%;
	float: left;
	text-align:center;
}
.wt_top_nav ul li p{
	font-size:10px;
	color:#333;
	font-weight:bold;
}
.wt_top_nav ul li img{
	width:25px;
	height:25px;
	margin:16px auto 8px;
}
.index_wt_nav{
	height:86px;
	box-shadow: none;
}
.index_wt_nav ul li img{
	margin:20px auto 9px
}
.ernterHall-com{
	width:100%;
}
.ernterHall-com .ernterCom-tit{
	border-bottom:1px solid #e6e6e6;
}
.ernterHall-com .ernterCom-tit h3{
	font-size:13px;
	font-weight: bold;
	padding-left:16px;
}
.ernterHall-com .ernterCom-more{
	background:none;
	width:auto;
	font-size:13px;
	margin-right:16px;
}
.ernterHall-com .ernterCom-more a{
	color: #3691f2;
	font-size:12px;
}
.ernterHall-com .deal-block{
	margin:0;
	padding:0;
	border:none;
}
.ernterHall-com .deal-ul li{
	border-bottom:1px solid #e6e6e6;
	box-sizing:border-box;
	padding:0 14px;
	position:relative;
	height:78px;
}
.ernterHall-com .deal-ul li:nth-child(odd){
	border-right:1px solid #e6e6e6;
}
.ernterHall-com .deal-block .domain{
	font-size:12px;
	color:#333;
	padding-right:20px;
	padding-top:4px;
}
.ernterHall-com .deal-block .saled{
	position:absolute;
	right:0;
	top:12px;
	font-size:9px;
	color:#666;
	background:#ccc;
	width:30px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:8px;
}
.ernterHall-com .deal-block .recommend{
	position:absolute;
	right:0;
	top:12px;
	font-size:9px;
	color:#fff;
	background:#fa6553;
	width:30px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:8px;
}
.ernterHall-com .deal-block .slow{
	position:absolute;
	right:0;
	top:12px;
	font-size:9px;
	color:#fff;
	background:#fa6553;
	width:30px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:8px;
}
.ernterHall-com .deal-block .info{
	font-size:10px;
	color:#999;
	height:20px;
	line-height:20px;
}
.ernterHall-com .deal-block .price{
	font-size:12px;
	color:#ff711c;
}
.gzh_icc{
	display: inline-block;
    background: url(/Public/home/images/wx.png);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    vertical-align: -2px;
    margin-right: 5px;
}
.domain_icc{
	display: inline-block;
    background: url(/Public/home/images/domain_icon.png);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    vertical-align: -2px;
    margin-right: 5px;
}
.wt_idx_icon{
	font-size:8px;
	border:1px solid #3691f2;
	color:#3691f2;
	padding:1px;
	margin-right:5px;
}
.wt_top_nav ul .wt_on p{
	color:#3691f2;
}
.wtNew-tag{
border:none;
}
.wtNew-xiang{
	border-top:15px solid #f2f2f2;
}
.wtDetail-firstw{
	border-bottom:15px solid #f2f2f2;
}
.tongji_box{
	height:40px;
	line-height:40px;
	background:#f2f2f2;
	font-size:11px;
	color:#555;
	text-align:center;
	overflow:hidden;
}
.tongji_box span{
	font-size:15px;
	font-weight:bold;
	color:#ff9900;
}
.rankNew-list{
	background: #fff url(../images/xia_one.png)no-repeat 90% center;
	background-size: 14px 9px;
	width:auto;
	height:32px;
	border-bottom: 2px solid #ff9900;
	margin-right:2px;
	padding:0 31px;
}
.rankNew-list.on{
	background: #fff url(../images/xia_two.png)no-repeat 90% center;
	background-size: 14px 9px;
	border-bottom: 2px solid #ff9900;
	margin-right:2px;
}
.catalog_dt{
	width: 100%;
	height: auto;
	background: #F6F6F6;
	padding: 5px 2% 10px;
	box-sizing: border-box;
	position: absolute;
  top: 138px;
  left: 0;
	border-top:1px solid #ccc;
}
.rankNew-list-long{
	background:#fff;
}
.rankNew-list .tabs,.rankNew-list .tabs:hover{
	width:100%;
	height:29px;
	margin:0;
	padding:0;
	line-height:32px;
	color: #6EB3FC;
	background:#fff;
	font-size:.93rem;
	border-radius:5px;
}
.shoulu_sort_box{
	font-size:11px;
	color:#999;
	border-bottom:1px solid #f1f1f1;
	padding:18px 14px 14px 14px;
}
.shoulu_sort_box span{
	font-size: 16px;
	color:#ff9900;
	font-weight:bold;
}
.shoulu_sort_box select{
	float:right;
	width:90px;
	height:24px;
	font-size:11px;
	color:#fff;
	background:#ff9900;
	border-radius:2px;
	text-align:center;
}
.rankNew-list.bl{
	display:inline-block;
	float:none;
	vertical-align:top;
	line-height:32px;
}
.rankNew-nav{-ms-overflow-style:none;overflow:-moz-scrollbars-none;width:100%;height:auto;overflow-y:hidden;overflow-x:auto;height:32px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
.rankNew-nav::-webkit-scrollbar{display:none;}
.shoulu_sort_box .more{
	font-size:12px;
	color:#666;
	float:right;
}
.rank_menu{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.rankNew-warp a {
	float: left;
	display: block;
	width: 25%;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	font-size: .8rem;
	color: #777;
	text-align: center;
	text-decoration: none;
}
.rankNew-warp a:hover, .rankNew-warp a.on {
	color: #FFF;
	background: #ff8400;
}
.rankNew-warp{
	top:0;
}
.top_rank_tab{
	padding:20px 15px 10px 15px;
}
.top_rank_tab span{
	font-size:13px;
	color:#666;
	font-weight:bold;
	float:left;
	margin-right:28px;
	padding-bottom:5px;
	border-bottom:2px solid transparent;
}
.city_tab span{
	margin-right:46px;
}
.top_rank_tab .sel{
	color:#ff9900;
	border-bottom:2px solid #ff9900;
}
.hot_rank_ul li{
	height:44px;
	line-height:44px;
	font-size:12px;
	color:#333;
	margin:0 15px;
	border-bottom:1px solid #e6e6e6;
}
.hot_rank_ul li b{
	font-weight:bold;
	color:#ccc;
	margin-right:8px;
	display:inline-block;
	width: 15px;
	text-align:right;
}
.hot_rank_ul li i{
	font-style:normal;
	float:right;
	color: #999;
}
.hot_rank_ul .more{
	height:36px;
	line-height: 36px;
	display:block;
	margin:0 15px;
	border:1px solid #ddd;
	border-top: none;
	text-align:center;
	font-size:13px;
	color:#ff9900;
}
.top_search_form span{
	display:block;
	font-size:11px;
	color:#666;
	text-align:left;
	padding-left:34px;
}
#search_ipt{
	width:250px;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-left:34px;
	margin-top:10px;
	height:36px;
	padding-left:10px;
}
.site_search{
	width:60px;
	height:36px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#3691f2;
	margin-left:-4px;
	vertical-align:1px;
}
.nearlyst_search{
	padding:26px 15px 0 15px;
}
.nearlyst_search>p{
	color:#ff9900;
	font-size:12px;
	padding-bottom:6px;
}
.nearlyst_search>div div{
	height:36px;
	line-height:36px;
	border-bottom:1px solid #e6e6e6;
}
.nearlyst_search div a{
	font-size:12px;
}
.workorder_content{
	padding:0 4%;
}
.workorder_content .tt1{
	font-size:16px;
	color:#1a1a1a;
	position:relative;
	padding-left:19px;
	margin-top:22px;
}
.workorder_content .tt1 span{
	font-size:9px;
	color:#999;
	margin-left:10px;
}
.workorder_content .tt1::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:21px;
	background:#3691f2;
}
.workorder_chos_ul{
	margin-top:28px;
}
.workorder_chos_ul li{
	font-size:9px;
	color:#565656;
	background:#f8f8f8;
	margin-top:6px;
	height:52px;
	padding-top:8px;
	box-sizing:border-box;
}
.workorder_chos_ul li img{
	vertical-align:middle;
	width:26px;
	margin-left:30px;
}
.workorder_chos_ul li div{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.workorder_chos_ul li div p:first-child{
	font-size:13px;
}
.gd_commit_list{
	font-size:12px;
	color:#000;
	margin-bottom:20px;
}
.gd_commit_list span{
	display: inline-block;
	color:#565656;
	text-align:right;
	width:80px;
	vertical-align:top;
}
.gd_commit_list .rt_block {
	display: inline-block;
}
.gd_commit_list textarea {
	width: 225px;
	height: 86px;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	outline: none;
	resize: none;
	padding: 10px;
}
.rt_block p {
	font-size: 8px;
	color: #999;
	margin-top: 10px;
}
.gd_img_box div {
	width: 98px;
	height: 98px;
	overflow: hidden;
	display: inline-block;
	border: solid 1px #e6e6e6;
	border-radius: 6px;
	margin-right: 4px;
	position: relative;
	margin-bottom: 8px;
}
.gd_img_box .add_img {
	border: 1px dashed #1ba7e5;
	background: #fbfdff;
	line-height: 108px;
	text-align: center;
	color: #999;
	font-size: 26px;
	position: relative;
}
.add_img input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xieyi_box{
	font-size:8px;
	color:#535353;
	text-align: center;
	margin-top:60px;
}
.xieyi_box a{
	color:#3691f2;
}
.xieyi_box input{
	vertical-align: -1px;
}
.workorder_tj{
	width:94px;
	height:30px;
	line-height: 30px;
	border-radius:4px;
	font-size: 14px;
	color:#fff;
	background:#3691f2;
	display:block;
	margin:18px auto 0 auto;
}
.gd_img_box div a {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: url(/Public/home/images/saleNew_close.png) no-repeat left center;
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
}
.gd_img_box div img {
	width: 100%;
	height: 100%;
}
.sh_box{
	font-size:15px;
	color:#999;
	line-height:36px;
	margin-top:10px;
	border-bottom:1px solid #f8f8f8;
	padding-bottom:15px;
	position:relative;
}
.sh_box img{
	position:absolute;
	right:80px;
	top:10px;
	width:18px;
}
.sh_box span{
	display:inline-block;
	vertical-align:middle;
}
.sh_box input{
	background: #f8f8f8;
	width: 220px;
	height:36px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:36px;
	margin-left:6px;
	vertical-align:middle;
}
.sh_box a{
	display: inline-block;
	vertical-align:middle;
	width:50px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background:#3691f2;
	border-radius:3px;
	margin-left:6px;
}
.sh_box2{
	padding-top:12px;
	padding-bottom:10px;
}
.sh_box2 select{
	color:#999;
	background:#fff;
}
.work_list_ul li{
	color:#565656;
	font-size:12px;
	border:1px solid #e3e3e3;
	margin-top:8px;
}
.work_list_ul .tt{
	height:30px;
	line-height:30px;
	background:#f8f8f8;
	padding:0 10px;
}
.work_list_ul .stt{
	margin-left:20px;
}
.work_list_ul .conten{
	line-height:20px;
	padding:16px 10px;
}
.work_list_ul .status1{
	color:#e4393c;
}
.work_list_ul .status2{
	color:#ed6d06;
}
.work_list_ul .status3{
	color:#39a949;
}
.work_list_ul .time_box{
	height:32px;
	line-height:32px;
	border-top:1px solid #e3e3e3;
	padding:0 10px;
}
.work_list_ul .time_box a,.work_list_ul .time_box a:hover{
	color:#3691f2;
}
.work_info_box{
	background:#f8f8f8;
	line-height:22px;
	padding:10px 12px;
	margin-top:15px;
}
.work_info_box p{
	font-size:10px;
	color:#565656;
}
.work_info_box p span{
	color:#3691f2;
}
.gd_talk_contain ul li {
	font-size: 15px;
	color: #333;
	margin-bottom: 30px;
}
.gd_talk_contain ul li img {
	width: 40px;
	float: left;
	margin-top:20px;
}
.gd_talk_contain ul li .talk_inner {
	float: left;
	margin: 0 14px;
	max-width: 300px;
	font-size: 9px;
}
.talk_inner .name {
	color: #999;
	padding-bottom: 4px;
}
.talk_inner .name span {
	margin-left: 6px;
}
.talk_inner .des {
	background-color: #f5f6f7;
	border-radius: 4px;
	line-height: 26px;
	padding: 8px 20px;
	word-break: break-all;
	font-size:14px;
}
.gd_talk_contain ul .u_talk img {
	float: right;
}
.gd_talk_contain ul .u_talk .talk_inner {
	float: right;
}
.u_talk .talk_inner .name {
	text-align: right;
}
.gd_talk_contain{
	margin-top:34px;
}
.gd_talk_contain ul li .talk_img {
	width: auto;
	max-width: 100%;
	max-height: 200px;
}
.u_talk .talk_inner .des{
	color:#fff;
	background:#3691f2;
}
.sen_msg{
	width:100%;
	height:52px;
	box-shadow: 0px -9px 24px 0px 
		rgba(54, 145, 242, 0.08);
		position:fixed;
		left:0;
		bottom:0;
}
.sen_msg input{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0 20px;
	font-size:12px;
}
.send_box{
	position: absolute;
	bottom:0;
	right:0;
	height: 52px;
	width:62px;
}
.send_box button{
	width:100%;
	height:100%;
	background:url(/Public/m/images/work_send.png) no-repeat center center;
	background-size:100%;
}
.send_box .disabled{
	background:url(/Public/m/images/work_sendd.png) no-repeat center center;
	background-size:100%;
}
.if_resolve{
	position: fixed;
	width:100%;
	height:100%;
	z-index:1999;
	background: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
}
.if_resolve .inner{
	width:76%;
	height:150px;
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	position:absolute;
	top:40%;
	left:12%;
	background:#fff;
	border-radius:6px;
}
.if_resolve .inner p{
	font-size:18px;
	margin-bottom:10px;
}
.if_resolve .inner button{
	width:80px;
	height:30px;
	background-color: #3691f2;
	border-radius: 4px;
	color:#fff;
	font-size:14px;
	margin:0 2px;
	border:1px solid #3691f2;
}
.if_resolve .inner .not_reslove{
	border:1px solid #999;
	background:#fff;
	color:#999;
}
.perCenter-word.bggd {
	background: url(../images/bggd.png) no-repeat left center;
	background-size: 22px 22px;
}
.sy_gg {
	height: 30px;
	line-height: 30px;
	background: #fff8ef;
	font-size: 10px;
	color: #555;
}
.sy_gg span {
	background: url(/Public/home/images/sy_lb.png)no-repeat left 9px;
	display: inline-block;
	color: #ff9a18;
	padding-left: 18px;
	margin: 0 15px;
	background-size:15px auto;
}
.sy_block{
	padding:20px 15px 0 15px;
}
.sy_block .tip {
	font-size: 11px;
	color: #666;
}
.sy_block .tip span {
	color: #ff9a18;
}
.sy_block .tt {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	padding-top: 24px;
	padding-bottom: 12px;
}
.syt_table{
	font-size: 11px;
	border: 1px solid #ddd;
	border-bottom: none;
	width: 100%;
}
.syt_table td{
	height:36px;
	border-bottom:1px solid #ddd;
	color:#666;
	padding-left:26px;
}
.syt_table tr td:first-child{
	background:#f8f8f8;
	text-align:center;
	color:#333;
	padding:0;
}
.syt_table tr .mark{
	color:#ff9900;
}
.sy_pay_box .tab{
	font-size:12px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:14px;
}
.sy_pay_box .tab span{
	border-bottom:2px solid #ff9900;
	padding: 0 10px 13px 10px;
}
.sy_pay_box .cz-online .cz-price .prefix {
	text-align: right;
	color: #333;
	width: 60px;
	font-size:11px;
	display:inline-block;
}
.sy_pay_box .cz-price{
	position:relative;
	line-height:36px;
	padding:5px 0;
}
.sy_pay_box .rbox{
	position:absolute;
	box-sizing:border-box;
	width:100%;
	padding-left:60px;
	left:0;
	top:5px;
}
.sy_pay_box .card_type,.sy_pay_box .rbox input{
	width:100%;
	height:36px;
	padding-left:10px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:4px;
	font-size:11px;
}
.sy_pay_box .cz-price .wy_inner{
	margin:0 0 0 60px;
}
.sy_pay_box .wy_inner>p{
	font-size:11px;
	color:#777;
	padding-left:10px;
}
.sy_pay_box .wy_inner dl dd{
	font-size:10px;
	color:#999;
	margin-top:8px;
	margin-right:0;
	width:25%;
}
.sy_pay_box .wy_inner dl dd img{
	margin:0;
	height:16px;
}
.sy_xieyi {
	font-size: 10px;
	color: #666;
	margin: 30px 0 15px 30px;
}
.sy_xieyi a {
	color: #039ae1;
}
.sy_xieyi input {
	vertical-align: -2px;
	margin-right: 2px;
}
.sy_pay_box .cz {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	border: solid 1px #039ae1;
	font-size: 14px;
	color: #039ae1;
	box-sizing: border-box;
	margin:0 6px;
}
.sy_pay_box .pay_btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background: #039ae1;
	border: solid 1px #039ae1;
	box-sizing: border-box;
	margin: 0 6px;
}
.sy_pay_box .tt2 {
	font-size: 13px;
	color: #555;
	padding: 25px 0;
}
.sy_pay_box .tt2 span {
	font-size: 11px;
	color: #666;
}
.cz-online .cz-price .fsdx {
	border: 1px solid #ccc;
	font-size: 13px;
	height:36px;
	padding-left:10px;
	border:1px solid #ddd;
}
.sy_pay_box #sendButton {
	width: 90px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 11px;
	color: #039ae1;
	border-radius: 4px;
	background: #fff;
}
.sy_pay_box .kjzf_pay{
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background: #039ae1;
	border: solid 1px #039ae1;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top:30px;
}
.level_box{
	padding: 0 4%;
}
.level_box .warn {
	color: #ff3838;
	font-size: 11px;
	padding:14px 0;
}
.level_box .warn img{
	width:18px;
	vertical-align:-5px;
}
.level_box ul li{
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  margin-top: 6px;
  padding: 0 3%;
  position: relative;
	background: #fff;
}
.level_box ul li p{
  font-size: 12px;
  color: #9a9a9a;
}
.level_box ul li p:first-child{
  font-size: 13px;
  color: #333;
  margin: 8px 0 2px;
}
.level_box ul li a{
  position: absolute;
  top: 6px;
  right: 20px;
  width: 55px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: #1c9fe2;
  border-radius: 3px;
}
.level_box ul li .succeed{
  background: #20b759;
}
.perCenter-word.bglevel{
	background: url(../images/bg_level.png) no-repeat left center;
    background-size: 22px 22px;
}
.cancelock_box .inner{
	background:#fff;
	padding:0 6%;
}
.cancelock_box .inner>div{
	border-bottom:1px solid #c4c4c4;
	padding-bottom:7px;
	padding-top:14px;
	font-size:13px;
	padding-left:6px;
}
.cancelock_box .inner>div textarea{
	display:block;
	width:100%;
	height:140px;
	margin-top:6px;
	font-size:12px;
}
.cancelock_box .inner>div input{
	font-size:12px;
	text-align:right;
	float: right;
	width: 70%;
}
.cancelock_box .sub{
	width: 90%;
	display:block;
	margin:0 auto;
	height: 30px;
	background:#3691f2;
	border-radius:3px;
	font-size:12px;
	color:#fff;
	margin-top:18px;
}
.registNew-have{
	width: 50%;
	float:right;
}
.registNew-cancel{
	float:left;
	width:50%;
	color:#2873D0;
}
.qz_bottom_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qz_bottom_info button{
	width: 80px;
    background: #fff;
    color: #00abf2;
    border: 1px solid #00abf2;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
}
.qz_bottom_info .use_time{
	color:#999;
	font-size:12px;
	margin-top: 2px;
}
.chapter_list_contain{
	background: #fff;
	margin-top:10px;
	padding-bottom:14px;
}
.chapter_list_table{
	width: 100%;
  }
  .chapter_list_table tr th{
	background: #fafafa;
	height: 40px;
	color: #333;
	border-bottom: .5px solid #ebebeb;
	text-align: left;
	font-size:13px;
	padding-left:10px;
  }
  .chapter_list_table tr td{
	height: 40px;
	color: #666;
	border-bottom: .5px solid #ebebeb;
	font-size:12px;
	padding-left:10px;
  }
  .myWt_select .zft_sel a{
	color: #3691f2;
	border-bottom: 2px solid #3691f2;
	padding-bottom: 10px;
  }
  .bind_zfb_form{
	padding:0 0 30px 0;
  }
  .bind_zfb_form p{
	margin-bottom: 10px;
	font-size: 12px;
	padding-right: 15px;
  }
  .bind_zfb_form p span{
	float: left;
	width: 30%;
	text-align: right;
	height: 36px;
	line-height: 36px;
  }
  .bind_zfb_form p input{
	float: left;
	height: 36px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	padding-left: 15px;
	width: 70%;
  }
  .bind_zfb_form p button{
	width: 150px;
	height: 36px;
	border-radius: 18px;
	background: #1ba7e5;
	color: #fff;
	border: none;
	outline: line;
	font-size: 14px;
  }
  .sel_account_tips{
	font-size: 12px;
	color: #666;
	background: #ffe5c7;
	padding: 15px;
	line-height: 22px;
	margin-top: 12px;
  }
  .ali_account_ul{
	background: rgb(246, 246, 246);
	padding: 12px 15px;
  }
  .ali_account_ul li{
	height: 80px;
	line-height: 80px;
	margin-bottom: 8px;
	padding-left: 68px;
	background:#fff url(/Public/home/images/account_zfb2.png) no-repeat 32px center;
  	background-size: 26px 26px;
	font-size: 15px;
	border-radius: 5px;
	position: relative;
  }
  .ali_account_ul li:last-child{
	margin-bottom: 0;
  }
  .ali_account_ul li::after{
	content: "";
	position: absolute;
	top: 13px;
	right: 13px;
	width: 16px;
	height: 16px;
	background: url(/Public/home/images/qz_unstar.png)no-repeat center center;
	background-size: 100% 100%;
  }
  .ali_account_ul .nostar::after{
	background: none;
  }
  .ali_account_ul .default::after{
	background: url(/Public/home/images/qz_star.png)no-repeat center center;
	background-size: 100% 100%;
  }
  .ali_income_box .tt{
	font-size: 14px;
	font-weight: bold;
	padding: 22px 0 12px 15px;
  }
  .ali_income_table{
	width: 100%;
  }
  .ali_income_table tr th{
	height: 36px;
	background: #f8f8f8;
	font-size: 12px;
	font-weight: normal;
	padding: 0 15px;
	text-align: left;
  }
  .ali_income_table tr td{
	height: 36px;
	font-size: 12px;
	color: #666;
	padding: 0 15px;
  }
  .ali_caiwu_tab li{
	width: 33.33%;
	text-align: center;
	margin: 0;
  }
  .perCenter-word.bgzft{background: url("../images/zft_cw.png") no-repeat left center;background-size:22px 22px;}
  .ali_link_none{
	text-align: center;
	background: #fff;
	padding: 20px 0;
  }
  .ali_link_none p{
	color: #ccc;
	font-size: 14px;
	margin-top: 6px;
  }
  .ali_link_none a{
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 34px;
	border-radius: 17px;
	text-align: center;
	color: #ff6900;
	font-size: 12px;
	box-sizing: border-box;
	border: 1px solid #ff6900;
	margin-top: 10px;
  }
  .bind_ali_tips{
	font-size: 10px;
	color: #333;
	background: #ffe5c7;
	padding: 15px;
	margin-top: 8px;
	line-height: 20px;
  }
  .ali_none_outer{
	padding: 12px 15px;
	background: rgb(246, 246, 246);
  }
  .pay_cha{
	float: right;
    padding: 4px 12px;
    background: #1e89fa;
    color: #fff;
    border-radius: 4px;
	margin-left: 12px;
  }
  .mask2{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
  }
  .add_to_home{
	height: 485px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 30px 30px 0 0;
	box-sizing: border-box;
  }
  .add_to_home .tt{
	font-size: 17px;
	color: rgba(51, 51, 51, 1);
	padding: 16px 22px 4px 22px;
  }
  .add_to_home .tt2{
	font-size: 13px;
	color: rgba(119, 123, 133, 1);
	padding: 0 22px;
	border-bottom: .5px solid rgba(229, 229, 229, 1);
	padding-bottom: 12px;
  }
  .add_to_home .close_btn{
	width: 18px;
	height: 18px;
	background: url(/Public/m/images/close_add.png);
	background-size: 100% 100%;
	position: absolute;
	top: 30px;
	right: 16px;
  }
  .add_home_btn{
	position: fixed;
	width: 174px;
	height: 44px;
	border-radius: 22px;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	left: 50%;
	bottom: 105px;
	text-align: center;
	box-sizing: border-box;
	transform: translate(-50%,0);
	background:#fff url(/Public/m/images/add_logo.png)no-repeat 16px center;
	background-size: 60px auto;
	padding-left: 66px;
	display: none;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .add_to_home>img{
	height: 152px;
	display: block;
	margin: 0 auto;
	margin-top: 12px;
  }
  .add_to_home .click{
	font-size: 14px;
	color: rgba(119, 123, 133, 1);
	text-align: center;
	margin-top: 14px;
  }
  .add_to_home .click img{
	width: 18px;
	vertical-align: top;
  }
  .add_to_home .add_choose{
	color: rgba(119, 123, 133, 1);
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
  }
  .add_to_home .add_choose span{
	font-size: 14px;
	color: #333;
  }
  .add_to_home .add_choose span b{
	border: 1px solid #333;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 13px;
  }
  .add_to_home .add1{
	font-size: 12px;
	color: rgba(189, 189, 190, 1);
	border: 1px solid rgba(189, 189, 190, 1);
	width: 250px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	border-radius: 12px 12px 0 0;
	margin: 0 auto;
	margin-top: 18px;
  }
  .add_to_home .add2{
	font-size: 12px;
	color: rgba(119, 123, 133, 1);
	border: 1px solid rgba(189, 189, 190, 1);
	width: 250px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
  }
  .add_to_home .add3{
	font-size: 14px;
	color: #333;
	border: 1px solid rgba(41, 109, 227, 1);
	width: 300px;
	box-sizing: border-box;
	line-height: 30px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 0 10px;
  }
  .add_to_home .add3 b{
	float: right;
	border: 1px solid #333;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	line-height: 12px;
	text-align: center;
	border-radius: 4px;
	margin-top: 7px;
  }
  .add_to_home .add_arr{
	height: 38px;
	margin-top: 10px;
  }
  .wtNew-tag li .saiXuan-second a.on{
	background: none;
  }
  .shanghu_type{
	margin: 10px 0;
  }
  .shanghu_type span{
	display: inline-block;
	  height: 36px;
	  line-height: 36px;
	  text-align: right;
	  width: 30%;
  }
  .shanghu_type label{
	line-height: 36px;
	margin-right: 10px;
  }
  .shanghu_type input{
	vertical-align: middle;
	margin-right: 4px;
  }
  .rz_status_box img{
	height: 18px;
	margin-right: 20px;
  }
  .wt-new-des li a{
	color: rgba(3, 154, 225, 1);
	font-size: 14px;
	vertical-align: -2px;
  }
  .select_imgs_box{
    position: relative;
    margin-top: 12px;
	padding-top: 40px;
}
.select_imgs_box .select_more{
    cursor: pointer;
    color: #fff;
    background: #1ba7e5;
    width: 78px;
    height: 30px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select_img_box{
    display: flex;
    flex-wrap: wrap;
    }
    .select_img_box>div{
      border: 1px solid #d2d2d2;
      border-radius: 2px;
      margin: 0 1%;
        width: 46%;
        height: 100px;
        cursor: pointer;
        margin-top: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
    }
    .select_img_box>.sels{
      border-color: #ff4c1c;
    }
    .select_img_box>div img{
      max-width: 90%;
      max-height: 90%;
    }
	.checking_box{
		border: 1px solid rgba(235, 235, 235, 1);
		padding: 70px 0;
		text-align: center;
		margin: 20px;
	  }
	  .checking_box img{
		margin-right: 60px;
	  }
	  .checking_right .tt{
		font-size: 22px;
		color: rgba(51, 51, 51, 1);
		margin-bottom: 8px;
		margin-top: 10px;
	  }
	  .checking_right a{
		font-size: 14px;
		color: rgba(42, 130, 228, 1);
	  }
	  .gzh_sao_adv{
		width: 89px;
		height: 76px;
		position: fixed;
		right: 0;
		top: 50%;
	  }
	  .gzh_sao_adv .close{
		position: absolute;
		right: -15px;
		top: 0;
		cursor: pointer;
		width: 14px;
		height: 14px;
		background: url(/Public/m/images/gzh_adv03.png);
		background-size: 100% 100%;
	  }
	  .gzh_sao_adv .inn{
		position: absolute;
		top: -38px;
		right: 24px;
		width: 89px;
		height: 76px;
	  }
	  .gzh_sao_adv .inn img{
		width: 89px;
	  }
	  .gzh_adv_ma img{
		width: 90%;
	  }
	  .gzh_adv_ma .close{
		width: 36px;
		height: 36px;
		background: url(/Public/m/images/gzh_adv04.png);
		background-size: 100% 100%;
		margin-top: 20px;
	  }
	  .gzh_adv_ma{
		flex-direction: column;
	  }
	  .duanzu_xuanfu{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 996;
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
	  }
	  .duanzu_adv{
		width: 90px;
		height: 75px;
		position: fixed;
		right: 18px;
		top: 50%;
	  }
	  .duanzu_adv .inn{
		position: absolute;
		top: -37px;
		right: 0;
	  }
	  .duanzu_adv .inn img{
		width: 100%;
	  }
	  .duanzu_adv .close{
		position: absolute;
		right: -6px;
		top: 0;
		cursor: pointer;
		width: 14px;
		height: 14px;
		background: url(/Public/m/images/gzh_adv03.png);
		background-size: 100% 100%;
	  }
	  .duanzu_xuanfu .inn{
		position: absolute;
		bottom: 34px;
		left: 0;
		width: 100%;
		padding: 0 8px;
		box-sizing: border-box;
	  }
	  .duanzu_xuanfu .inn>a{
		display: block;
		background: #fff;
		margin-bottom: 8px;
		height: 56px;
		line-height: 56px;
		border-radius: 5px;
		font-size: 20px;
		color: rgba(82, 143, 234, 1);
		text-align: center;
		background:#fff url(/Public/m/images/duan_phone.png)no-repeat 30px center;
		background-size: auto 24px;
	  }
	  .duanzu_xuanfu .inn>div{
		background: #fff;
		height: 56px;
		line-height: 56px;
		border-radius: 5px;
		font-size: 20px;
		color: rgba(82, 143, 234, 1);
		text-align: center;
	  }
	  .ntNew-car-yuming{
		font-size: 18px;
		font-weight: 500;
		border-bottom: .5px solid rgba(230, 230, 230, 1);
		padding-bottom: 7px;
		margin-top: 16px;
		margin-bottom: 6px;
	  }
	  .ntNew-car-yuming a{
		float: right;
		color: rgba(0, 123, 183, 1);
		font-size: 14px;
	  }
	  .wtNew-one{
		padding: 0 15px;
	  }
	  .wtNew-word-car a{
		font-size: 12px;
		color: rgba(89, 89, 89, 1);
		display: block;
		padding: 12px 0;
		border-bottom: .5px solid rgba(235, 235, 235, 1);
	  }
	  .daigou_to_top{
		position: fixed;
		right: 22px;
		bottom: 230px;
		width: 56px;
		height: 56px;
		background: #fff;
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
		border-radius: 50%;
	  }
	  .daigou_to_top img{
		width: 26px;
		height: 26px;
		margin: 15px 0 0 15px;
	  }
	  .trz_fenge_des{
		padding: 18px 15px;
	  }
	  .trz_fenge_des p{
		font-size: 16px;
		font-weight: bold;
		color: #333;
	  }
	  .trz_fenge_des div{
		font-size: 13px;
		color: rgba(102, 102, 102, 1);
		margin-bottom: 15px;
		margin-top: 4px;
	  }
	  .daigou_bottom_box{
		margin-top: 36px;
		padding: 0 3%;
	  }
	  .daigou_bottom_box_dt{
		padding: 0 3%;
		margin-top: 20px;
		margin-bottom: 38px;
	  }
	  .daigou_bottom_box .tabs{
		display: flex;
		color: rgba(102, 102, 102, 1);
		font-size: 18px;
		font-weight: 500;
	  }
	  .daigou_bottom_box .tabs span{
		text-align: center;
		padding-bottom: 10px;
		margin-right: 20px;
	  }
	  .daigou_bottom_box_dt>div a{
		display: block;
		padding: 12px 0;
		border-bottom: .5px solid rgba(235, 235, 235, 1);
	  }
	  .daigou_bottom_box .tabs .sel{
		border-bottom: 2px solid rgba(0, 123, 183, 1);
		color: rgba(0, 123, 183, 1);
	  }
	  .ymdg_jjr_contain1 ul li{
		color: #fff;
	  }
	  .rank_company_tt{
		background: url(../images/rankCom_tit.png);
		background-size: 100% 100%;
	  }
	  .duanzu_pull{
		padding: 0 3%;
		overflow: auto;
		white-space:nowrap;
		scrollbar-width: none;
  		-ms-overflow-style: none;
	  }
	  .duanzu_pull::-webkit-scrollbar{display:none;}
	  .duanzu_pull>div{
		width: 290px;
		height: 220px;
		border: .5px solid rgba(235, 235, 235, 1);
		box-sizing: border-box;
		display: inline-block;
		margin-right: 2.2%;
		border-radius: 4px;
	  }
	  .duanzu_pull>div:last-child{
		margin: 0;
	  }
	  .duanzu_pull .img_c{
		height: 162px;
		overflow: hidden;
		border-radius: 4px;
	  }
	  .duanzu_pull .img_c img{
		width: 100%;
	  }
	  .duanzu_pull .tt{
		font-size: 16px;
		margin-top: 13px;
		text-align: center;
	  }
	  .duanzu_pull .more{
		color: rgba(54, 145, 242, 1);
		font-size: 14px;
		margin: 24px;
		margin-top: 2px;
		display: block;
	  }
	  .hot_area{
		padding: 0 3%;
		margin-top: 28px;
	  }
	  .hot_area .tt{
		font-size: 16px;
		padding-bottom: 12px;
		border-bottom: .5px solid rgba(244, 244, 244, 1);
	  }
	  .hot_area .cont{
		margin-top: 12px;
		display: flex;
	  }
	  .hot_area .cont .img_box{
		width: 114px;
		height: 130px;
		overflow: hidden;
		border-radius: 4px;
		border: .5px solid rgba(235, 235, 235, 1);
		box-sizing: border-box;
		margin-right: 12px;
	  }
	  .hot_area .cont .img_box img{
		width: 214px;
	  }
	  .hot_area .cont_b .tt2{
		font-size: 16px;
	  }
	  .hot_area .cont_b .addr{
		font-size: 12px;
		color: rgba(153, 153, 153, 1);
		line-height: 16px;
		margin-top: 3px;
	  }
	  .hot_area .cont_b span{
		font-size: 12px;
		color: rgba(153, 153, 153, 1);
		margin-right: 19px;
		padding-left: 16px;
	  }
	  .hot_area .gj{
		background: url(/Public/m/images/gj.png) no-repeat left center;
		background-size: 12px auto;
	  }
	  .hot_area .dt{
		background: url(/Public/m/images/dt.png) no-repeat left center;
		background-size: 12px auto;
	  }
	  .hot_area .des{
		font-size: 12px;
		display: flex;
	  }
	  .hot_area .des p:last-child{
		flex: 1;
		text-align: right;
		position: relative;
	  }
	  .wtdt_tt{
		font-size: 15px;
		margin-top: 16px;
		font-weight: 700;
	  }
	  .wtdd_time{
		font-size: 10px;
		color: rgba(153, 153, 153, 1);
	  }
	  .wtdd_time span{
		margin-left: 15px;
	  }
	  .wtdd_price{
		font-size: 20px;
		font-weight: 700;
		color: rgba(253, 99, 44, 1);
		padding-top: 10px;
	  }
	  .wtdd_price i{
		font-style: normal;
	  }
	  .wtdd_menus>div{
		display: inline-block;
		font-size: 16px;
		margin-right: 16px;
		position: relative;
	  }
	  .wtdd_menus .act{
		color: rgba(0, 123, 183, 1);
		padding-bottom: 6px;
	  }
	  .wtdd_menus .act::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 24px;
		height: 2px;
		background:rgba(0, 123, 183, 1);
		transform: translate(-50%,0);
	  }
	  .wtdd_bottom_box .hide{
		display: block;
	  }
	  .wtdd_bottom_box .wtTwo-box .wtTwo-biao{
		margin: 0 auto;
		display: none;
	  }
	  .wtdd_bottom_box .wtTwo-quest{
		padding: 0 3%;
	  }
	  .wtdd_bottom_box .wtTwo-wen{
		font-weight: bold;
		margin-top: 15px;
	  }
	  .wtdd_bottom_box .wtTwo-wen i,.wtdd_bottom_box .wtTwo-da i{
		font-style: normal;
		color: #FF7720;
	  }
	  .wtdd_bottom_box .wtTwo-da{
		color: #666;
	  }
	  .ai_index_block{
		background: #fff;
		padding-bottom: 20px;
	  }
	  .ai_index_block h3{
		font-size: 16px;
		font-weight: 700;
		color: rgba(255, 153, 0, 1);
		padding: 15px 15px 5px 15px;
		border-bottom: .5px solid rgba(204, 204, 204, 1);
	  }
	  .ai_index_block h3 a{
		float: right;
		color: rgba(102, 102, 102, 1);
		font-size: 12px;
	  }
	  .ai_index_block .menu{
		padding: 0 15px;
		padding-top: 18px;
	  }
	  .ai_index_block .menu a{
		padding-bottom: 2px;
		border-bottom: 2px solid transparent;
		color: rgba(102, 102, 102, 1);
		font-size: 13px;
		font-weight: 700;
		margin-right: 25px;
	  }
	  .ai_index_block .menu .active{
		border-color: rgba(255, 153, 0, 1);
		color: rgba(255, 153, 0, 1);
	  }
	  .ai_index_block ul{
		padding: 0 15px;
	  }
	  .ai_index_block li a{
		border-bottom: .5px solid rgba(230, 230, 230, 1);
		margin-top: 12px;
		display: flex;
		padding-bottom: 12px;
	  }
	  .ai_index_block li a img{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		object-fit: cover;
		margin-left: 12px;
		margin-right: 4px;
	  }
	  .ai_index_block .sort{
		color: rgba(204, 204, 204, 1);
		font-size: 12px;
		font-weight: 700;
	  }
	  .ai_index_block li .tt{
		font-size: 12px;
	  }
	  .ai_index_block li .des{
		font-size: 10px;
		color: rgba(153, 153, 153, 1);
	  }
	  .ai_index_block li .tags span{
		display: inline-block;
		color: rgba(153, 153, 153, 1);
		font-size: 10px;
		background: rgba(245, 245, 245, 1);
		border-radius: 20px;
		margin-right: 8px;
		padding: 0 6px;
		line-height: 20px;
	  }
	  .ai_index_block li:first-child .sort{
		color: rgba(255, 0, 0, 1);
	  }
	  .ai_index_block li:nth-child(2) .sort{
		color: rgba(255, 90, 0, 1);
	  }
	  .ai_index_block li:nth-child(3) .sort{
		color: rgba(255, 153, 0, 1);
	  }
	  .ai_index_block .see_more{
		border: .5px solid rgba(221, 221, 221, 1);
		border-top: none;
		font-size: 13px;
		color: rgba(255, 153, 0, 1);
		line-height: 36px;
		text-align: center;
		margin: 0 15px;
	  }
	  .ai_dt_tags{
		padding: 0 15px;
		padding-top: 12px;
	  }
	  .ai_dt_tags span{
		display: inline-block;
		color: #fff;
		font-size: 10px;
		background: rgba(255, 153, 0, 1);
		border-radius: 20px;
		margin-right: 8px;
		padding: 0 6px;
		line-height: 20px;
	  }
	  .ai_dt_infobox{
		padding: 14px 15px 25px 15px;
		border-bottom: 8px solid rgba(246, 246, 246, 1);
	  }
	  .ai_dt_infobox{
		display: flex;
	  }
	  .ai_dt_infobox .big{
		width: 80px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
		margin-right: 12px;
		flex-shrink: 0;
		flex-grow: 0;
	  }
	  .ai_dt_infobox .big img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	  }
	  .ai_dt_infobox .tt{
		font-size: 20px;
		padding-top: 4px;
	  }
	  .ai_dt_infobox .des{
		font-size: 10px;
		color: rgba(112, 112, 112, 1);
		line-height: 16px;
		margin-top: 5px;
	  }
	  .ai_dt_infobox .btns a{
		border: .5px solid rgba(229, 229, 229, 1);
		color: rgba(85, 85, 85, 1);
		font-size: 10px;
		background: rgba(247, 247, 247, 1);
		margin-right: 4px;
		display: inline-block;
		line-height: 20px;
		box-sizing: border-box;
		border-radius: 2px;
		padding: 0 8px;
		margin-top: 12px;
	  }
	  .ai_dt_main{
		padding: 0 15px 25px 15px;
		border-bottom: 8px solid rgba(246, 246, 246, 1);
	  }
	  .ai_dt_main .tt{
		margin-top: 20px;
		font-size: 15px;
		color: rgba(34, 34, 34, 1);
	  }
	  .ai_dt_main .dt{
		font-size: 12px;
		line-height: 18px;
		color: rgba(119, 119, 119, 1);
		border-left: 5px solid rgba(229, 229, 229, 1);
		padding-left: 10px;
		margin-top: 8px;
	  }
	  .ai_dt_related{
		padding: 12px 15px;
	  }
	  .ai_dt_related>p{
		font-size: 14px;
		border-bottom: 3px solid rgba(80, 143, 234, 1);
		padding-bottom: 2px;
		display: inline-block;
	  }
	  .select_content {
		padding: 15px 15px 4px 15px;
		border-bottom: .5px solid rgba(204, 204, 204, 1);
		position: relative;
		background: #fff;
	}
	.select_content>span {
		font-size: 14px;
		margin-right: 20px;
		padding-right: 10px;
	}
	.select_content>.sel{
		color: rgba(64, 155, 255, 1);
		background: url(/static2/images/up.png)no-repeat right center;
		background-size: auto 5px;
	}
	.select_content>.sel_button{
		float: right;
		width: 18px;
		height: 18px;
		background: url(/static2/images/select.png)no-repeat;
		background-size: cover;
		padding-right: 0;
		margin-right: 0;
	}
	.select_inner{
		position:absolute;
		background: #fff;
		top: 38px;
		left: 0;
		z-index: 99;
		padding: 10px 0 22px 15px;
		display: none;
	}
	.select_inner a{
		color: #333;
		font-size: 11px;
		padding: 6px 10px;
		border: .5px solid rgba(220, 223, 230, 1);
		border-radius: 4px;
		margin-right: 10px;
		margin-top: 10px;
		display: inline-block;
	}
	.select_inner .active{
		background: #6EB3FC;
		color: #fff;
	}
	.ai_dt_related ul {
		padding: 0 15px;
	}
	.ai_dt_related li a{
		border-bottom: .5px solid rgba(230, 230, 230, 1);
		margin-top: 12px;
		display: flex;
		padding-bottom: 12px;
	  }
	  .ai_dt_related li a img{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		object-fit: cover;
		margin-right: 4px;
	  }
	  .ai_dt_related .sort{
		color: rgba(204, 204, 204, 1);
		font-size: 12px;
		font-weight: 700;
	  }
	  .ai_dt_related li .tt{
		font-size: 12px;
	  }
	  .ai_dt_related li .des{
		font-size: 10px;
		color: rgba(153, 153, 153, 1);
	  }
	  .ai_dt_related li .tags span{
		display: inline-block;
		color: rgba(153, 153, 153, 1);
		font-size: 10px;
		background: rgba(245, 245, 245, 1);
		border-radius: 20px;
		margin-right: 8px;
		padding: 0 6px;
		line-height: 20px;
	  }
	  .ai_dt_related li:first-child .sort{
		color: rgba(255, 0, 0, 1);
	  }
	  .ai_dt_related li:nth-child(2) .sort{
		color: rgba(255, 90, 0, 1);
	  }
	  .ai_dt_related li:nth-child(3) .sort{
		color: rgba(255, 153, 0, 1);
	  }
	  .broker_update{
		background: #fff;
		margin-top: 20px;
	  }
	  .broker_update ul{
		padding: 0 15px;
		column-count: 2;
		column-gap: 10px;
		padding-bottom: 30px;
	  }
	  .broker_update .tt{
		font-size: 16px;
		padding-left: 5px;
		line-height: 20px;
		padding: 13px 24px;
		position: relative;
	  }
	  .broker_update .tt::before{
		position: absolute;
		content: "";
		background: rgba(54, 145, 242, 1);
		width: 5px;
		height: 20px;
		top: 12px;
		left: 10px;
	  }
	  .broker_update li{
		margin-top: 24px;
		break-inside: avoid;
		-webkit-column-break-inside:avoid;
		display: none;
	  }
	  .broker_update li .big img{
		width: 100%;
		border-radius: 10px;
	  }
	  .broker_update li:first-child{
		margin-top: 0;
	  }
	  .broker_update li .tag{
		font-size: 10px;
		color: rgba(54, 145, 242, 1);
		border: .5px solid rgba(54, 145, 242, 1);
		height: 18px;
		line-height: 18px;
		padding: 0 5px;
		display: inline-block;
	  }
	  .broker_update .des{
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
	  }
	  .broker_update .time{
		text-align: right;
		color: rgba(153, 153, 153, 1);
		font-size: 10px;
	  }
	  .broker_update{
		border-bottom: 20px solid rgb(245, 245, 245);
	  }
	.app_rank_tit{
		position: relative;
		width: 100%;
		height: 120px;
		padding-top: 14px;
		background: url(/Public/home/images/app_rankbanner.png) no-repeat left top;
		background-size: 100% 100%;
		box-sizing: border-box;
	}
	.app_rank_right{
		display: flex;
		align-items: center;
		margin-left: 2%;
		width: 86%;
		float: left;
	}
	.app_rank_right>img{
		width: 44px;
		height: 44px;
		border-radius: 5px;
		margin-right: 6px;
	}
	.app_rank_right .tt{
		font-size: 14px;
		line-height: 18px!important;
	}
	.app_rank_right .rank{
		font-size: 10px;
		color: rgba(102, 102, 102, 1);
		background: url(/Public/home/images/app_star.png) no-repeat left center;
		background-size: 10px 10px;
		padding-left: 10px;
	}
	.app_rank_right .type{
		font-size: 10px;
		color: rgba(102, 102, 102, 1);
	}
	.app_rank_right>div>p{
		line-height: 14px;
	}
	.app_rank_right .info{
		flex: 1;
	}
	.app_rank_right .download_url{
		width: 46px;
		height: 24px;
		line-height: 22px;
		border: 1px solid rgba(79, 156, 238, 1);
		text-align: center;
		color: rgba(79, 156, 238, 1);
		border-radius: 11px;
		margin-right: 3%;
	}
	.app_rank_right img{
		width: 44px;
		height: 44px;
		border-radius: 5px;
		margin-right: 6px;
	}
	.app_rank_box {
		padding: 15px;
		display: flex;
		align-items: center;
	}
	.app_rank_box .big {
		width: 64px;
		height: 64px;
		border-radius: 10px;
		overflow: hidden;
		margin-right: 10px;
	}
	.app_rank_box .big img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.app_rank_box .tt {
		font-size: 20px;
		font-weight: 500;
	}
	.app_rank_box .star {
		font-size: 10px;
		color: rgba(102, 102, 102, 1);
		line-height: 14px;
	}
	.app_rank_box .star img {
		width: 10px;
		height: 10px;
		margin-right: 5px;
		vertical-align: middle;
	}
	.app_rank_box .icons span {
		background: rgba(79, 156, 238, .1);
		border-radius: 85px;
		font-size: 10px;
		color: rgba(79, 156, 238, 1);
		margin-right: 6px;
		padding: 4px 10px;
	}
	.download_app{
		display: block;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 17px;
		background: rgba(54, 145, 242, 1);
		text-align: center;
		margin: 20px 15px;
	}
	.app_hr{
		width: 100%;
		height: 8px;
		background: rgba(246, 246, 246, 1);
	}
	.app_des{
		padding: 15px;
	}
	.app_des .tt{
		font-size: 14px;
		text-align: center;
		margin-bottom: 12px;
	}
	.app_des .des{
		line-height: 18px;
		font-size: 12px;
		color: rgba(119, 119, 119, 1);
	}
	.app_detail_table{
		border-top: 1px solid rgba(221, 221, 221, 1);
		border-left: 1px solid rgba(221, 221, 221, 1);
	}
	.app_detail_table th{
		border-bottom: 1px solid rgba(221, 221, 221, 1);
		border-right: 1px solid rgba(221, 221, 221, 1);
		padding-left:5px;
		font-size: 12px;
		color: rgba(153, 153, 153, 1);
		font-weight: normal;
		background: rgba(246, 246, 246, 1);
		height: 36px;
	}
	.app_detail_table td{
		border-bottom: 1px solid rgba(221, 221, 221, 1);
		border-right: 1px solid rgba(221, 221, 221, 1);
		padding-left:5px;
		font-size: 12px;
		height: 36px;
	}
	.app_recommend{
		padding: 15px;
	}
	.app_recommend .tt2{
		font-size: 14px;
		font-weight: 500;
		position: relative;
		padding-bottom: 4px;
	}
	.app_recommend .tt2::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 56px;
		height: 3px;
		background: rgba(80, 143, 234, 1);
	}
	#ignore{
		float: right;
		color: #fff;
		font-size: 15px;
		position: relative;
		margin-right: 36px;
		line-height: 36px;
	  }
	  #ignore::after{
		content: ">";
		position: absolute;
		right: -18px;
		top: 2px;
		transform: rotate(90deg);
		transition: all .2s linear;
		font-size: 18px;
	  }
	  #ignore:hover::after{
		transform: rotate(90deg);
	  }
	  #ignore ul{
		position: absolute;
		background: #fff;
		z-index: 99;
		line-height: 26px;
		top: 29px;
		border-radius: 2px;
		left: 0;
		width: 74px;
		display: none;
	  }
	  #ignore ul li{
		text-align: center;
		border-bottom: 1px solid #d5d5d5;
		color: #787878;
	  }
	  #ignore ul li.sels{
		color: #E25142;
	  }