当前位置:首页 >> 备忘笔记 >> 代码收藏 >> css实现仿MACBOOK苹果笔记本展开工作状态 代码源自360壁纸PC站
css实现仿MACBOOK苹果笔记本展开工作状态 代码源自360壁纸PC站

css实现仿MACBOOK苹果笔记本展开工作状态 代码源自360壁纸PC站

更新时间:24年12月22日 所属分类:代码收藏 软件评分: 附件大小: 运行平台: 软件类型: 编辑发布:superadmin 访问次数:65 下载密码:

html部分

css实现仿MACBOOK苹果笔记本展开工作状态 代码源自360壁纸PC站
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <link rel="icon" href="https://s.ssl.qhres2.com/static/50f0839efcf6cd12.ico">
        <title>
            360创作者中心
        </title>
        <meta name="keywords" content="360,创作者中心,360壁纸,360导航,快传号,头条号">
        <link href="./360%E5%88%9B%E4%BD%9C%E8%80%85%E4%B8%AD%E5%BF%83_files/d24447bc77c6a16b.css" rel="stylesheet" type="text/css">
        <link rel="stylesheet" type="text/css" href="./360%E5%88%9B%E4%BD%9C%E8%80%85%E4%B8%AD%E5%BF%83_files/d30fcaa2808dea4e.css">
    </head>
    <body style="zoom: 1;">
        <div>
            <div data-v-23556f27="">
                <div data-v-23556f27="">
                    <div data-v-e395182e="" data-v-23556f27="">
                        <div data-v-e395182e=""></div>
                        <div data-v-e395182e=""></div>
                    </div>
                </div>
            </div>
        </div>
    </body>
</html>


CSS1 

d24447bc77c6a16b.css
:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *))
{
	all:unset;
	display:revert;
}

*,:after,:before
{
	box-sizing:border-box;
}

a,button
{
	cursor:revert;
}

menu,ol,ul
{
	list-style:none;
}

img
{
	max-width:100%;
}

table
{
	border-collapse:collapse;
}

input,textarea
{
	-webkit-user-select:auto;
}

textarea
{
	white-space:revert;
}

meter
{
	-webkit-appearance:revert;
	-moz-appearance:revert;
	appearance:revert;
}

:where([hidden])
{
	display:none;
}

:where([contenteditable]:not([contenteditable=false]))
{
	-moz-user-modify:read-write;
	-webkit-user-modify:read-write;
	-webkit-line-break:after-white-space;
	overflow-wrap:break-word;
	-webkit-user-select:auto;
}

:where([draggable=true])
{
	-webkit-user-drag:element;
}

:root
{
	--color-primary:#ed6964;
	--header-height:72px;
	--aside-width:240px;
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,legend,li,ol,p,td,textarea,th,ul
{
	margin:0;
	padding:0;
}

body
{
	background-color:#f8f8f8;
	color:#333;
	font-family:PingFang SC,Microsoft YaHei,sans-serif;
	font-size:14px;
	min-width:1440px;
}

a
{
	color:var(--color-primary);
	cursor:pointer;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.fixed-content
{
	margin:0 auto;
}

.page-title
{
	color:rgba(0,0,0,.9);
	font-size:28px;
	font-weight:400;
	line-height:36px;
	margin-bottom:24px;
	margin-top:20px;
}

.el-pagination .btn-next,.el-pagination .btn-prev,.el-picker-panel .el-date-table th
{
	text-align:center;
}

::-moz-placeholder,::placeholder
{
	color:unset;
}

@media screen and min-width1480px {
	.fixed-content
	{
		max-width:1200px;
	}
}

CSS文件2

d30fcaa2808dea4e.css
.container[data-v-13cc99b6]
{
	align-items:center;
	display:flex;
	height:68px;
	width:1200px;
	margin:0 auto;
}

.container h1[data-v-13cc99b6]
{
	align-items:center;
	display:flex;
	font-size:24px;
	margin-right:32px;
	position:relative;
}

.container h1[data-v-13cc99b6]:after
{
	background:url(https://p2.ssl.qhimg.com/t0155a40668d8f4f8dc.png) 50in no-repeat;
	content:"";
	height:12px;
	position:absolute;
	right:-32px;
	top:5px;
	width:32px;
}

.container .nav a[data-v-13cc99b6]
{
	color:#111;
	height:22px;
	line-height:22px;
	margin-right:120px;
}

.container .nav a[data-v-13cc99b6]:hover
{
	background:none;
}

.container .nav a.router-link-exact-active[data-v-13cc99b6]
{
	background:none;
	border:none;
	position:relative;
}

.container .nav a.router-link-exact-active[data-v-13cc99b6]:after
{
	background:#0033f5;
	border-radius:4px;
	bottom:-6px;
	content:"";
	height:4px;
	left:-2px;
	position:absolute;
	width:calc(4px+100%);
}

.container .corner[data-v-13cc99b6]
{
	align-items:center;
	display:flex;
	font-size:18px;
	margin-left:auto;
}

.container .corner .item.message a[data-v-13cc99b6]
{
	color:#1a1a1a;
	display:inline-block;
	height:18px;
}

.container .corner .item.message .el-badge[data-v-13cc99b6]
{
	height:18px;
	vertical-align:top;
}

.container[data-v-71164b86]
{
	color:#ccc;
	height:100px;
	padding-top:33px;
	text-align:center;
	width:1200px;
	margin:0 auto;
}
.container a[data-v-71164b86]
{
	color:#ccc;
	text-decoration:none;
}

.header[data-v-85ed5044]
{
	height:68px!important;
}

.footer[data-v-85ed5044]
{
	background:#080808;
	height:100px!important;
}

.banner[data-v-66fb761e]
{
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	height:580px;
	margin:0 auto;
}

.banner-content[data-v-66fb761e]
{
	position:relative;
	width:1200px;
	margin:0 auto;
}

.banner-login[data-v-66fb761e]
{
	position:absolute;
	right:0;
	top:80px;
	width:420px;
	z-index:1;
}

.banner-login[data-v-66fb761e],.login[data-v-66fb761e]
{
	box-shadow:0 1px 5px 0 rgba(0,0,0,.1);
}

.source[data-v-66fb761e]
{
	background:rgba(0,0,0,.25);
	border-radius:14px;
	color:#fff;
	font-size:12px;
	height:28px;
	line-height:28px;
	position:absolute;
	right:125px;
	text-align:center;
	top:520px;
	width:170px;
}

.item[data-v-a443ac80]
{
	border-radius:12px;
	flex:1;
	margin-right:30px;
	overflow:hidden;
	width:380px;
}

.item .pic[data-v-a443ac80]
{
	height:220px;
	width:100%;
}

.item .meta[data-v-a443ac80]
{
	background:#fff;
	border:1px solid #ececec;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	border-top:none;
	box-sizing:border-box;
	height:80px;
	padding:15px;
}

.item .txt[data-v-a443ac80]
{
	font-size:16px;
	font-weight:700;
	line-height:22px;
	margin-bottom:5px;
}

.item .desc[data-v-a443ac80],.item .txt[data-v-a443ac80]
{
	cursor:default;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all .3s;
	white-space:nowrap;
}

.item .desc[data-v-a443ac80]
{
	color:#666;
	line-height:18px;
}

.item[data-v-a443ac80]:hover
{
	box-shadow:0 10px 30px 0 rgba(0,0,0,.1);
}

.item:hover .desc[data-v-a443ac80],.item:hover .txt[data-v-a443ac80]
{
	transform:translateY(-2px);
}

.distribute .mod-bd[data-v-10cb5698]
{
	background:#f7fafd;
	width:100%;
}

.inner[data-v-10cb5698]
{
	display:flex;
	width:1200px;
	margin:auto;
	padding:60px 0;
}

.pic[data-v-10cb5698]
{
	background:#fff;
	border-radius:30px;
	box-shadow:0 10px 30px 0 rgba(0,0,0,.1);
	box-sizing:border-box;
	height:385px;
	width:655px;
	padding:20px;
}

.meta[data-v-10cb5698]
{
	flex:1;
	margin:115px 0 0 80px;
}

.txt[data-v-10cb5698]
{
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

.service[data-v-28014304]
{
	background:url(https://hao1.qhimg.com/t014c5d62cb832f5856.png) bottom no-repeat;
}

.item[data-v-28014304]
{
	border-radius:12px;
	flex:1;
	height:148px;
	margin-right:30px;
	position:relative;
	transition:all .3s;
	width:277px;
}

.item .pic .img[data-v-28014304]
{
	border-radius:12px;
	display:block;
}

.item .meta[data-v-28014304]
{
	left:15px;
	position:absolute;
	top:40px;
}

.item .meta .title[data-v-28014304]
{
	cursor:default;
	font-size:22px;
	padding-bottom:8px;
}

.item .meta .desc[data-v-28014304]
{
	color:#666;
	cursor:default;
}

.item[data-v-28014304]:hover
{
	box-shadow:0 10px 30px 0 rgba(0,0,0,.1);
	transform:scale(1.01);
}

.joinus[data-v-28014304]
{
	box-sizing:border-box;
	height:610px;
	padding-top:220px;
	text-align:center;
}

.joinus .creator[data-v-28014304]
{
	font-size:32px;
	font-weight:700;
	margin-bottom:10px;
}

.mod
{
	background:#fff;
	padding-top:80px;
	width:100%;
}

.mod .mod-bd,.mod .mod-fd,.mod .mod-hd
{
	width:1200px;
	margin:0 auto;
}

.mod .mod-hd .heading
{
	color:#333;
	font-size:36px;
	line-height:1;
	margin-bottom:20px;
	text-align:center;
}

.mod .mod-hd .subheading
{
	color:#666;
	font-size:18px;
	line-height:1;
	margin-bottom:60px;
	text-align:center;
}

[data-v-67bb6070] .footer
{
	background:#f8f8f8;
}

.header[data-v-09744de7]
{
	align-items:center;
	display:flex;
	height:72px;
	padding:0 20px;
}

.header .header-notice-icon[data-v-09744de7]
{
	background-image:url(https://s2.ssl.qhres2.com/static/d99a581d1d07a91e.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	height:18px;
	width:18px;
}

.header .header-notice-icon[data-v-09744de7]:hover
{
	background-image:url(https://s1.ssl.qhres2.com/static/0e41912969eaff2e.svg);
}

h1[data-v-09744de7]
{
	align-items:center;
	color:#243440;
	cursor:pointer;
	display:flex;
	font-size:18px;
	margin-right:35px;
	position:relative;
}

h1 img[data-v-09744de7]
{
	margin-right:5px;
}

h1[data-v-09744de7]:after
{
	background:url(https://p2.ssl.qhimg.com/t0155a40668d8f4f8dc.png) 50in no-repeat;
	content:"";
	height:12px;
	position:absolute;
	right:-35px;
	top:2px;
	width:32px;
}

.corner[data-v-09744de7]
{
	align-items:center;
	display:flex;
	font-size:14px;
	margin-left:auto;
}

.corner .item.message a[data-v-09744de7]
{
	color:#1a1a1a;
	height:20px;
}

.corner .item.message .el-badge[data-v-09744de7]
{
	height:18px;
}

.hr hr[data-v-09744de7]
{
	background-color:#ddd;
	height:14px;
	width:1px;
}

.user[data-v-09744de7]
{
	align-items:center;
	display:flex;
}

.user img[data-v-09744de7]
{
	border-radius:18px;
	margin-right:5px;
	width:18px;
}

[data-v-09744de7] .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,[data-v-09744de7] .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover
{
	background-color:transparent;
	color:#ed6964;
}

.el-popover
{
	min-width:100px!important;
	width:100px!important;
}

.el-popover .header-qrcode-tips
{
	font-size:10px;
	font-weight:700;
	line-height:14px;
	margin-top:2px;
	text-align:center;
	word-spacing:0;
}

.feedback[data-v-7928e158]
{
	background-color:#fff;
	border-radius:6px;
	height:100%;
	padding:36px 40px;
}

.feedback .feedback-head[data-v-7928e158]
{
	margin-bottom:30px;
}

.feedback .feedback-head-title[data-v-7928e158]
{
	color:#333;
	font-size:20px;
	font-weight:700;
	line-height:28px;
}

.feedback .feedback-head-tips[data-v-7928e158]
{
	color:#ccc;
	font-size:14px;
	line-height:20px;
	margin-left:15px;
}

.feedback .feedback-type[data-v-7928e158]
{
	border-top:1px solid #ddd;
	overflow:hidden;
	padding-top:30px;
}

.feedback .feedback-type .feedback-type-options[data-v-7928e158] .el-radio-group .el-radio.is-checked
{
	font-weight:500;
}

.feedback .feedback-commit[data-v-7928e158]
{
	background-color:#ccc;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	height:36px;
	line-height:36px;
	margin-left:607px;
	text-align:center;
	width:160px;
}

.feedback[data-v-7928e158] .el-dialog__body
{
	padding:29px 16px;
}

.feedback[data-v-7928e158] .el-dialog__headerbtn
{
	right:10px;
	top:10px;
}

.feedback .feedback-pop .feedback-pop-img[data-v-7928e158]
{
	height:60px;
	margin-left:100px;
	width:60px;
}

.feedback .feedback-pop .feedback-pop-title[data-v-7928e158]
{
	color:#333;
	font-size:16px;
	font-weight:700;
	line-height:22px;
	margin-top:10px;
	text-align:center;
}

.feedback .feedback-pop .feedback-pop-split[data-v-7928e158]
{
	background-image:linear-gradient(90deg,#fff,#e6e6e6,#fff);
	height:1px;
	width:200px;
	margin:8px 8px 8px 34px;
}

.feedback .feedback-pop .feedback-pop-tips[data-v-7928e158]
{
	color:#333;
	font-size:12px;
	line-height:17px;
	text-align:center;
}

.protocol[data-v-2121c430]
{
	background-color:#fff;
	border-radius:8px;
	font-size:16px;
	padding:40px;
}

.protocol[data-v-2121c430] h1
{
	border-bottom:1px solid #e7e7e7;
	box-sizing:content-box;
	color:rgba(0,0,0,.9);
	font-size:24px;
	font-weight:600;
	height:32px;
	line-height:32px;
	padding-bottom:32px;
	text-align:center;
	margin:0 auto 32px;
}

.protocol[data-v-2121c430] p
{
	line-height:1.8;
	text-indent:2em;
	margin:.5em 0;
}

.macbook[data-v-e395182e]
{
	height:396px;
	left:0;
	position:absolute;
	right:0;
	top:1px;
	width:860px;
	z-index:100;
	margin:auto;
}

.macbook-screen[data-v-e395182e]
{
	border:12px solid #000;
	border-radius:20px 20px 0 0;
	box-shadow:-6px 10px 12px 0 rgba(0,0,0,.4),6px 10px 12px 0 rgba(0,0,0,.4);
	cursor:pointer;
	height:408px;
	width:684px;
	margin:-12px auto 0;
}

.macbook-screen[data-v-e395182e]:after
{
	border-left:1px solid #fff;
	border-radius:20px 20px 0 0;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	bottom:-3px;
	content:"";
	left:87px;
	position:absolute;
	right:87px;
	top:-13px;
}

.macbook-base[data-v-e395182e]
{
	background-image:linear-gradient(270deg,#77787b,#c4c5c81%,#e4e5e70,#a4a5a72%,#ebecee11%,#ecedef17%,#eaebed93%,#b5b7b896%,#9fa0a297%,#d3d5d798%,#f4f4f599%,#777779);
	border-radius:0 0 6px 6px;
	box-shadow:0 8px 16px -4px rgba(0,0,0,.6);
	height:15px;
	position:relative;
	width:100%;
}

.macbook-base[data-v-e395182e]:after
{
	background-image:linear-gradient(270deg,#5f6063,#c7c8cc16%,#c6c7cb47%,#c6c7ca86%,#646567);
	border-radius:0 0 12px 12px;
	content:"";
	height:58%;
	left:0;
	position:absolute;
	right:0;
	width:15%;
	margin:auto;
}

.transition[data-v-81237534]
{
	transition:all .3s;
}

ul[data-v-81237534]
{
	transform:translateX(0);
	margin:0;
	padding:0;
}

li[data-v-81237534]
{
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

.tag[data-v-81237534]
{
	background:rgba(0,0,0,.5);
	border-radius:20px;
	bottom:20px;
	color:#fff;
	font-size:12px;
	height:32px;
	left:50%;
	line-height:32px;
	position:absolute;
	text-align:center;
	transform:translateX(-50%);
	padding:0 20px;
}

.install[data-v-23556f27]
{
	color:#ed6964;
	cursor:pointer;
}

.carousel-dialog-main-img[data-v-23556f27]
{
	display:block;
	height:562px;
	width:1000px;
	margin:0 auto;
}

.carousel-dialog-indicator-img[data-v-23556f27]
{
	background:#fff;
	border-radius:4px;
	cursor:pointer;
	display:inline-block;
	height:68px;
	position:relative;
	width:120px;
	margin:3px 8px;
}

.carousel-dialog-indicator-img img[data-v-23556f27]
{
	border-radius:4px;
	height:68px;
	width:120px;
}

.carousel-dialog-indicator-img.active[data-v-23556f27]
{
	box-shadow:0 4px 4px 4px rgba(0,0,0,.3);
}

.carousel-dialog-indicator-img.active[data-v-23556f27]:after
{
	border:3px solid #ed6964;
	border-radius:6px;
	content:"";
	height:74px;
	left:-3px;
	position:absolute;
	top:-3px;
	width:126px;
}

.carousel-arrow[data-v-23556f27]
{
	background-image:url(https://p1.ssl.qhimg.com/t0121a2a797178f9156.png);
	background-size:112px 110px;
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	height:45px;
	left:50%;
	outline:0;
	position:absolute;
	text-align:center;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	width:46px;
	z-index:101;
	margin:0;
	padding:0;
}

.carousel-arrow.carousel-arrow-left[data-v-23556f27]
{
	background-position:-5px -5px;
	margin-left:-400px;
}

.carousel-arrow.carousel-arrow-right[data-v-23556f27]
{
	background-position:-5px -60px;
	margin-left:400px;
}

[data-v-23556f27] .el-carousel__item
{
	transform:scale(1);
}

.carousel-dialog-arrow[data-v-23556f27]
{
	background-image:url(https://p1.ssl.qhimg.com/t0121a2a797178f9156.png);
	background-size:112px 110px;
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	height:45px;
	left:50%;
	outline:0;
	position:absolute;
	text-align:center;
	top:38%;
	transform:translateX(-50%);
	width:46px;
	z-index:101;
	margin:0;
	padding:0;
}

.carousel-dialog-arrow.carousel-dialog-arrow-left[data-v-23556f27]
{
	background-position:-5px -5px;
	margin-left:-560px;
}

.carousel-dialog-arrow.carousel-dialog-arrow-right[data-v-23556f27]
{
	background-position:-5px -60px;
	margin-left:560px;
}

.slide-container[data-v-23556f27] .el-carousel
{
	width:1370px;
	margin:0 auto;
}

.slide-container[data-v-23556f27] .el-carousel__item
{
	width:684px;
}

[data-v-23556f27] .el-tabs__active-bar
{
	background-color:#ffcecc;
	bottom:10px;
	height:8px;
	z-index:0;
}
[data-v-23556f27] .el-tabs__nav-scroll
{
	width:728px;
	margin:0 auto;
}

[data-v-23556f27] .el-tab-pane
{
	grid-column-gap:30px;
	grid-row-gap:30px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}

[data-v-23556f27] .el-tabs__item
{
	padding:0 40px;
}

.slide-container[data-v-23556f27]
{
	position:relative;
	margin:40px 0 80px;
}

.tab-container[data-v-23556f27]
{
	min-height:780px;
	width:1200px;
	margin:0 auto 30px;
}

.wallpaper[data-v-23556f27]
{
	position:relative;
	width:100%;
}

.top-bg[data-v-23556f27]
{
	background:red;
	background-image:linear-gradient(180deg,#fff0ef,#f8f8f8);
	height:466px;
	position:absolute;
	top:0;
	width:100%;
}

.wallpaper-item[data-v-23556f27]
{
	background-image:linear-gradient(-25deg,#ddd,hsla(0,0%,100%,0) 50in 50%;
	background-position:0 0 0;
	background-repeat:no-repeat;
	background-size:100px 57px;
	border:1px solid #ddd;
	border-radius:4px;
	cursor:pointer;
	height:220px;
	position:relative;
	width:380px;
}

.wallpaper-item.loaded[data-v-23556f27]
{
	border:none;
}

.wallpaper-img[data-v-23556f27]
{
	border-radius:4px;
	height:220px;
	width:380px;
}

.wallpaper-item-mask[data-v-23556f27]
{
	background:rgba(0,0,0,.5);
	border-radius:4px;
	color:#fff;
	display:none;
	font-weight:700;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	padding:20px;
}

.wallpaper-item-sub-t[data-v-23556f27]
{
	font-size:12px;
	font-weight:400;
	margin-top:6px;
}

.dialog[data-v-23556f27]
{
	background:rgba(0,0,0,.6);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:101;
}

.dialog-wrapper[data-v-23556f27]
{
	bottom:0;
	height:680px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:1200px;
	margin:auto;
}

.dialog-single .dialog-wrapper[data-v-23556f27]
{
	bottom:0;
	height:574px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:1200px;
	margin:auto;
}

.dialog-carousel[data-v-23556f27]
{
	width:1000px;
	margin:0 auto;
}

.dialog-carousel-nav[data-v-23556f27]
{
	margin-left:-12px;
	margin-top:70px;
	width:1224px;
}

.macbook-dialog[data-v-23556f27]
{
	height:574px;
	width:1200px;
}

.macbook-dialog[data-v-23556f27] .macbook-screen
{
	cursor:auto;
	height:585px;
	width:1024px;
}

.macbook-dialog[data-v-23556f27] .macbook-base
{
	height:22px;
}

.wallpaper-btn[data-v-23556f27]
{
	background:#ed6964;
	border-radius:4px;
	box-shadow:0 4px 4px 4px rgba(0,0,0,.1);
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	top:436px;
	width:180px;
}

.wallpaper-btn[data-v-23556f27],.wallpaper-tip[data-v-23556f27]
{
	color:#fff;
	height:48px;
	left:0;
	line-height:48px;
	position:absolute;
	right:0;
	text-align:center;
	z-index:101;
	margin:auto;
}

.wallpaper-tip[data-v-23556f27]
{
	background:rgba(0,0,0,.5);
	font-size:12px;
	top:514px;
	width:1000px;
}

.dialog-close[data-v-23556f27]
{
	background:rgba(0,0,0,.5);
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	height:36px;
	line-height:36px;
	position:absolute;
	right:22px;
	text-align:center;
	top:0;
	transition:.1s;
	width:36px;
	z-index:101;
}

.dialog-close[data-v-23556f27]:hover
{
	background:rgba(0,0,0,.8);
}

.icon-list[data-v-23556f27]
{
	background-image:url(https://p1.ssl.qhimg.com/t0111101ae3fd1de979.png);
	background-size:287px 166px;
	height:166px;
	left:140px;
	position:absolute;
	top:50px;
	width:287px;
	z-index:101;
}

.icon-hao360[data-v-23556f27]
{
	height:72px;
	top:0;
}

.icon-bizhi[data-v-23556f27],.icon-hao360[data-v-23556f27]
{
	display:block;
	left:0;
	position:absolute;
	width:50px;
	margin:8px;
}

.icon-bizhi[data-v-23556f27]
{
	height:60px;
	top:92px;
}

.el-menu .el-submenu .el-menu-item.external[data-v-d0e59320]
{
	padding:0!important;
}

.el-menu .el-submenu .el-menu-item.external.is-disabled[data-v-d0e59320]
{
	color:#333;
	opacity:1;
}

.el-menu .el-submenu .el-menu-item.external.is-disabled[data-v-d0e59320]:hover
{
	background-color:#fdf0f0!important;
	outline:0;
}

.el-menu .el-submenu .el-menu .el-menu-item.is-active.external[data-v-d0e59320]
{
	font-weight:400;
	padding:0!important;
}

.el-menu .external-link[data-v-d0e59320]
{
	color:#333;
	display:block;
	padding-left:92px;
	text-decoration:none;
}

.income-charts[data-v-2cdeb906]
{
	background:#fff;
	border-radius:6px;
	margin-top:20px;
	padding:30px 40px;
}

.income-charts .chart-hd[data-v-2cdeb906]
{
	margin-bottom:15px;
}

.income-charts .date-picker[data-v-2cdeb906]
{
	margin-right:36px;
}

.income-charts .chart-hd h3[data-v-2cdeb906]
{
	color:#333;
	font-size:20px;
	font-weight:600;
	line-height:32px;
}

.income-charts .type[data-v-2cdeb906]
{
	width:136px;
}

.income-charts .date-picker .pick[data-v-2cdeb906]
{
	margin-left:10px;
}

.message[data-v-54c8855d]
{
	background:#fff;
	border-radius:6px;
	width:100%;
	padding:36px 40px;
}

.main-title[data-v-54c8855d]
{
	border-bottom:1px solid #ddd;
	font-size:20px;
	font-weight:600;
	line-height:28px;
	padding-bottom:10px;
}

.item[data-v-54c8855d]
{
	border-bottom:1px solid #f8f8f8;
	padding:20px 0;
}

.item .title[data-v-54c8855d]
{
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.item .content[data-v-54c8855d]
{
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	display:0;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	margin-top:5px;
	overflow:hidden;
	word-break:break-all;
}

.item .time[data-v-54c8855d]
{
	color:rgba(0,0,0,.4);
	float:right;
	line-height:20px;
}

.mycover[data-v-094464d4]
{
	background-color:#fff;
	border-radius:6px;
	margin-bottom:20px;
	padding:36px 40px;
}

.mycover .title[data-v-094464d4]
{
	font-size:20px;
	font-weight:500;
	line-height:28px;
	margin-bottom:12px;
	text-align:left;
}

.mycover .desc[data-v-094464d4]
{
	color:#333;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

.mycover .clip[data-v-094464d4]
{
	border-bottom:1px dashed #ddd;
	height:1px;
	margin:16px 0 26px;
}

.mycover .business[data-v-094464d4]
{
	display:flex;
	flex-wrap:wrap;
}

.mycover .business-item[data-v-094464d4]
{
	background-image:url(https://hao1.qhimg.com/t0196ca217a888da66d.png);
	background-size:350px 200px;
	border-radius:8px;
	box-shadow:0 2px 10px 4px rgba(0,0,0,.05);
	color:#333;
	display:block;
	height:200px;
	margin-bottom:20px;
	margin-right:35px;
	max-width:320px;
	min-width:250px;
	text-decoration:none;
	padding:37px 46px 37px 56px;
}

.mycover .business-item.fail[data-v-094464d4]
{
	background-image:url(https://hao1.qhimg.com/t01fc1eca99254b4133.png);
}

.mycover .business-item .business-item-header[data-v-094464d4]
{
	margin-bottom:12px;
	width:180px;
}

.mycover .business-item .business-item-header .name[data-v-094464d4]
{
	font-size:20px;
	font-weight:600;
	line-height:28px;
}

.mycover .business-item .business-item-header .status[data-v-094464d4]
{
	background-color:#00c13c;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	margin-left:10px;
	position:relative;
	top:-4px;
	padding:1px 7px 2px;
}

.mycover .business-item .business-item-desc[data-v-094464d4]
{
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:0;
	font-size:16px;
	height:45px;
	overflow:hidden;
	text-overflow:ellipsis;
	width:174px;
}

.mycover .business-item .business-item-btn[data-v-094464d4]
{
	color:#00c13c;
	display:block;
	font-size:16px;
	font-weight:600;
	height:22px;
	line-height:22px;
	margin-top:20px;
}

.mycover .my[data-v-094464d4]
{
	color:#333;
	font-size:20px;
	font-weight:600;
	line-height:28px;
	margin-bottom:20px;
}

.college[data-v-2406fab8]
{
	background:#fff;
	border-radius:6px;
	margin-bottom:28px;
	padding:36px 40px;
}

.main-title[data-v-2406fab8]
{
	border-bottom:1px solid #ddd;
	font-size:20px;
	font-weight:600;
	line-height:28px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.list[data-v-2406fab8]
{
	overflow:hidden;
	position:relative;
	white-space:nowrap;
}

.next[data-v-2406fab8],.prev[data-v-2406fab8]
{
	background:rgba(0,0,0,.61);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:50%;
	cursor:pointer;
	display:none;
	height:40px;
	position:absolute;
	top:50%;
	transform:translateY(-40px);
	width:20px;
}

.prev[data-v-2406fab8]
{
	background-image:url(https://hao1.qhimg.com/t010ff35b8ecb62a92f.png);
	border-radius:0 6px 6px 0;
	left:0;
}

.next[data-v-2406fab8]
{
	background-image:url(https://hao1.qhimg.com/t0186b97c4c4774f4c1.png);
	border-radius:6px 0 0 6px;
	right:0;
}

.item[data-v-2406fab8]
{
	display:inline-block;
	height:100%;
	width:100%;
}

.item a[data-v-2406fab8]
{
	display:inline-block;
	height:100%;
	width:48%;
}

.item a[data-v-2406fab8]:first-child
{
	margin-right:4%;
}

.item img[data-v-2406fab8]
{
	border-radius:4px;
	width:100%;
}

.item .desc[data-v-2406fab8]
{
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#333;
	display:0;
	font-size:14px;
	height:40px;
	overflow:hidden;
	white-space:normal;
}

.background-grey
{
	background-color:#f8f8f8;
}

.background-green
{
	background-color:#00c13c;
}

.padding40
{
	padding:36px 40px;
}

.green
{
	color:#00c13c;
}

.black
{
	color:#333;
}

.white
{
	color:#fff;
}

.grey
{
	color:#c8c8c8;
}

.blue
{
	color:#0052d9;
}

.border
{
	border-bottom:1px solid #d8d8d8;
}

.font10
{
	font-size:10px;
}

.font12
{
	font-size:12px;
}

.font13
{
	font-size:13px;
}

.font14
{
	font-size:14px;
}

.font15
{
	font-size:15px;
}

.font17
{
	font-size:17px;
}

.font19
{
	font-size:19px;
}

.font20
{
	font-size:20px;
}

.font21
{
	font-size:21px;
}

.font22
{
	font-size:22px;
}

.font23
{
	font-size:23px;
}

.font24
{
	font-size:24px;
}

.font25
{
	font-size:25px;
}

.font33
{
	font-size:33px;
}

.float-r
{
	float:right;
}

p
{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	margin-block-end:0;
	margin-block-start:0;
}

.preTotalEarning .preTotalEarning-item[data-v-e971af98]
{
	border-right:1px solid #ddd;
	float:left;
	padding-left:35px;
	width:33.33333%;
}

.mediaEarning .mediaEarning-title[data-v-0ce0e5b8]
{
	line-height:20px;
}

.prin[data-v-5b486a1e]
{
	background-color:#fff;
	border-radius:4px;
	height:456px;
	margin-bottom:20px;
	margin-right:20px;
	text-align:center;
	width:224px;
	padding:48px 20px 32px;
}

.prin .icon[data-v-5b486a1e]
{
	height:48px;
	margin-bottom:24px;
	width:48px;
}

.prin .type[data-v-5b486a1e]
{
	font-size:20px;
	font-weight:700;
	height:28px;
	margin-bottom:8px;
	width:172px;
}

.prin .desc[data-v-5b486a1e]
{
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	color:rgba(0,0,0,.4);
	display:0;
	font-size:12px;
	height:60px;
	line-height:20px;
	margin-bottom:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
}

.prin .material[data-v-5b486a1e]
{
	background:rgba(0,0,0,.03);
	border-radius:4px;
	font-size:12px;
	height:124px;
	margin-bottom:32px;
	width:192px;
	padding:16px;
}

.prin .material .title[data-v-5b486a1e]
{
	font-weight:700;
	height:20px;
	line-height:20px;
	position:relative;
	width:72px;
	margin:0 auto 12px;
}

.prin .material .title[data-v-5b486a1e]:after,.prin .material .title[data-v-5b486a1e]:before
{
	background-color:#d9d9d9;
	content:"";
	height:1px;
	position:absolute;
	top:8px;
	width:28px;
	margin:0 8px;
}

.prin .material .title[data-v-5b486a1e]:before
{
	left:-44px;
}

.prin .material .title[data-v-5b486a1e]:after
{
	right:-44px;
}

.prin .material .material-item[data-v-5b486a1e]
{
	line-height:20px;
	list-style:disc;
	margin-left:24px;
	text-align:start;
}

.prin .prin-btn[data-v-5b486a1e]
{
	background-color:var(--color-primary);
	border:none;
	border-radius:4px;
	color:#fff;
	font-weight:400;
	height:32px;
	line-height:24px;
	width:192px;
	padding:5px 16px;
}

.prin .prin-btn.disable[data-v-5b486a1e]
{
	background:rgba(0,0,0,.15);
	color:rgba(0,0,0,.4);
}

.title[data-v-8c5c4230]
{
	font-size:28px;
}

.box[data-v-8c5c4230]
{
	background-color:#fff;
	border-radius:8px;
	margin-top:24px;
	text-align:center;
}

.icon[data-v-8c5c4230]
{
	color:#0052d9;
	display:block;
	font-size:64px;
	height:64px;
	width:64px;
}

.status[data-v-8c5c4230]
{
	font-size:20px;
	font-weight:600;
	margin-top:24px;
	width:100px;
}

.desc[data-v-8c5c4230]
{
	color:rgba(0,0,0,.6);
	font-size:14px;
	line-height:22px;
	margin-top:8px;
	width:540px;
}

.back[data-v-8c5c4230]
{
	border:0;
	border-radius:4px;
	font-size:14px;
	font-weight:400;
	height:32px;
	margin-top:48px;
	width:244px;
	padding:5px 16px;
}

.back[data-v-8c5c4230],.back[data-v-8c5c4230]:hover
{
	background:#ed6964;
	color:#fff;
}

.authentication-form[data-v-71d3b848] .el-form-item
{
	margin-bottom:40px;
	width:524px;
}

.authentication-form[data-v-71d3b848] .real_img .el-form-item__label
{
	line-height:22px;
	margin-top:42px;
	padding-left:11px;
	position:relative;
}
.authentication-form[data-v-71d3b848] .real_img .el-form-item__label:before
{
	left:0;
	position:absolute;
}

.authentication-form[data-v-71d3b848] .form-id_img .el-form-item__label
{
	margin-top:42px;
}

.authentication-form[data-v-71d3b848] .form-id_img .el-form-item
{
	height:124px;
	margin-bottom:0;
	width:200px;
}

.authentication-form .name[data-v-71d3b848]
{
	height:148px;
	margin-bottom:20px;
}

.authentication-form .id-card[data-v-71d3b848]
{
	height:476px;
	margin-bottom:20px;
}

.authentication-form .status-name[data-v-71d3b848]
{
	height:228px;
	margin-bottom:20px;
}

.authentication-form .tip[data-v-71d3b848]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	margin-bottom:40px;
	margin-top:8px;
	padding-left:100px;
}

.authentication-form[data-v-71d3b848] .form-id_img .el-form-item__error
{
	padding-top:10px;
}

.authentication-form[data-v-cecf9a3c] .el-form-item
{
	width:630px;
}

.authentication-form[data-v-cecf9a3c] .enterprise .attorney-tips
{
	bottom:212px;
	font-size:12px;
	left:400px;
	line-height:17px;
	list-style:disc;
	position:absolute;
}

.authentication-form[data-v-cecf9a3c] .enterprise .attorney-tips li
{
	margin-bottom:5px;
}

.authentication-form[data-v-cecf9a3c] .el-form-item__label
{
	line-height:22px;
}

.authentication-form[data-v-cecf9a3c] .idcard-img .el-form-item
{
	height:124px;
	margin-bottom:22px;
	width:200px;
}

.authentication-form[data-v-cecf9a3c] .idcard-img img
{
	max-width:none;
}

.authentication-form .enterprise[data-v-cecf9a3c],.authentication-form .id-card[data-v-cecf9a3c]
{
	height:610px;
	margin-bottom:20px;
}

.authentication-form .enterprise[data-v-cecf9a3c]
{
	height:722px;
}

.authentication-form .status-name[data-v-cecf9a3c]
{
	height:120px;
	margin-bottom:20px;
}

.authentication-form .tip[data-v-cecf9a3c]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	margin-bottom:40px;
	padding-left:132px;
}

.authentication-form[data-v-cecf9a3c] .attorney .avatar
{
	height:226px;
	width:160px;
}

.business-license .avatar-uploader-icon[data-v-cecf9a3c]
{
	background-image:url(https://hao2.qhimg.com/t011ff6f3da29a2a110.png);
}

.attorney .avatar-uploader-icon[data-v-cecf9a3c]
{
	background-image:url(https://hao2.qhimg.com/t0129fd807fffecea7d.png);
	background-size:100% 100%;
	height:226px;
	width:160px;
}

.root[data-v-028c3125]
{
	align-items:center;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
}

.steps[data-v-028c3125]
{
	align-items:center;
	display:flex;
	width:540px;
	margin:0 auto;
	padding:40px 0;
}

.steps img[data-v-028c3125]
{
	height:28px;
	width:28px;
}

.steps .line[data-v-028c3125]
{
	background-color:rgba(0,0,0,.26);
	height:1px;
	width:160px;
	margin:0 20px;
}

.steps .one[data-v-028c3125],.steps .two[data-v-028c3125]
{
	align-items:center;
	color:rgba(0,0,0,.26);
	display:flex;
	font-size:20px;
	font-weight:600;
	height:28px;
	width:180px;
}

.steps .one[data-v-028c3125]
{
	width:160px;
}

.step-icon[data-v-028c3125]
{
	background-color:#fff;
	border:2px solid rgba(0,0,0,.26);
	border-radius:50%;
	color:rgba(0,0,0,.26);
	font-size:16px;
	font-weight:700;
	height:28px;
	line-height:24px;
	text-align:center;
	width:28px;
}

.active .step-icon[data-v-028c3125]
{
	background-color:#ed6964;
	color:#fff;
	border-color:#ed6964;
}

.steps .step-title[data-v-028c3125]
{
	padding-left:12px;
}

.root[data-v-028c3125] h2
{
	font-weight:700;
	text-align:center;
}

.message .page-title[data-v-c1c99070]
{
	margin-bottom:16px;
}

.list[data-v-c1c99070]
{
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	padding:16px 0 32px;
}

.list .item[data-v-c1c99070]
{
	border-bottom:1px solid #e7e7e7;
	line-height:22px;
	margin:0 40px;
	padding:24px 0;
}

.list .item .time[data-v-c1c99070]
{
	color:rgba(0,0,0,.4);
	float:right;
	line-height:22px;
}

.list .item .title[data-v-c1c99070]
{
	font-size:14px;
	font-weight:600;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.list .item .content[data-v-c1c99070]
{
	margin-top:8px;
	word-break:break-all;
}

.list .item .content.line-clamp[data-v-c1c99070]
{
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	display:0;
	overflow:hidden;
}

.list .item .thumbnail[data-v-c1c99070]
{
	border-radius:4px;
	display:block;
	margin-top:16px;
	width:90px;
}

.list .pagination[data-v-c1c99070]
{
	float:right;
	margin:32px 32px 0 0;
}

[data-v-c1c99070] .list .item .content ol
{
	list-style:decimal;
	padding-left:20px;
}

[data-v-c1c99070] .list .item .content ul
{
	list-style:disc;
	padding-left:20px;
}

[data-v-c1c99070] .el-tabs__header
{
	margin:0 0 24px;
}

[data-v-c1c99070] .el-tabs__item:focus.is-active.is-focus:not(:active)
{
	box-shadow:none;
}

.info-container .user[data-v-47575803]
{
	background:#fff;
	border-radius:8px;
	display:flex;
	height:106px;
	margin-right:24px;
	padding:23px 24px;
}

.yest-container .box .line-charts[data-v-12cb0a1f]
{
	bottom:12px;
	height:37px;
	position:absolute;
	right:10px;
	width:120px;
}

.yest-container .container .col[data-v-12cb0a1f]
{
	min-width:243px;
}

.income-charts[data-v-e6467c5c]
{
	background:#fff;
	border-radius:6px;
	margin-top:24px;
	padding:32px;
}

.income-charts .date-picker[data-v-e6467c5c]
{
	margin-right:12px;
}

.income-charts .chart-hd h3[data-v-e6467c5c]
{
	color:#333;
	font-size:16px;
	font-weight:600;
	line-height:28px;
}

.income-charts .type[data-v-e6467c5c]
{
	margin-left:8px;
	width:136px;
}

.income-charts .date-picker .pick[data-v-e6467c5c]
{
	margin-left:8px;
}

.yest-container .box .line-charts[data-v-2bf5f9e6]
{
	bottom:12px;
	height:37px;
	position:absolute;
	right:10px;
	width:80px;
}

.huabao-hotsearch[data-v-06e5e829]
{
	background-color:#fff;
	border-radius:8px;
	margin-bottom:24px;
	padding:17px 20px 5px;
}

.title-icon-wrap[data-v-06e5e829]
{
	background-image:url(https://p0.ssl.qhimg.com/t01b989f1ac4b7cdc1c.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	display:inline-block;
	height:14px;
	left:5px;
	position:relative;
	top:1px;
	width:14px;
}

.hotsearch-title-tips[data-v-06e5e829]
{
	background-color:#fff;
	border:1px solid #ed6964;
	border-radius:4px;
	box-shadow:0 2px 4px 0 hsla(2,79%,66%,.2);
	color:#ed6964;
	font-size:12px;
	left:20px;
	line-height:16px;
	position:absolute;
	top:-13px;
	width:130px;
	padding:3px 10px;
}

.hotsearch-title-triangle[data-v-06e5e829]
{
	background-color:#fff;
	border-right:1px solid #ed6964;
	border-top:1px solid #ed6964;
	height:6px;
	left:17px;
	position:absolute;
	top:4px;
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	width:6px;
}

.huabao-hotsearch-item[data-v-06e5e829]
{
	height:56px;
	margin-bottom:15px;
}

.hotsearch-item-img-wrap[data-v-06e5e829]
{
	float:left;
	height:56px;
	width:100px;
}

.hotsearch-item-img[data-v-06e5e829]
{
	border-radius:4px;
	height:56px;
	width:100px;
}

.hotsearch-item-right[data-v-06e5e829]
{
	padding-left:108px;
}

.hotsearch-item-title-wrap[data-v-06e5e829]
{
	display:block;
	margin-bottom:16px;
}

.hotsearch-item-title[data-v-06e5e829]
{
	color:#333;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hotsearch-item-desc[data-v-06e5e829]
{
	color:#999;
	font-size:12px;
	line-height:17px;
	overflow:hidden;
	padding-top:3px;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hotsearch-item-upload.el-button[data-v-06e5e829]
{
	background-color:#fff;
	float:right;
	font-size:12px;
	height:20px;
	line-height:17px;
	width:66px;
	padding:0 15px;
}

.huabao-hotactivity[data-v-971a00d0]
{
	background-color:#fff;
	border-radius:8px;
	margin-bottom:24px;
	padding:17px 20px 20px;
}

.huabao-hotactivity .el-carousel[data-v-971a00d0]
{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

.huabao-hotactivity .fixed-scale-box[data-v-971a00d0]
{
	height:0;
	padding-bottom:50%;
	position:relative;
	width:100%;
}

.huabao-hotactivity .fixed-scale-box.single[data-v-971a00d0] .el-carousel__arrow
{
	display:none!important;
}

.huabao-hotactivity[data-v-971a00d0] .el-carousel__arrow
{
	background-color:rgba(0,0,0,.5);
	border-radius:0;
	width:20px;
}

.huabao-hotactivity[data-v-971a00d0] .el-carousel__arrow--left
{
	border-radius:0 4px 4px 0;
	left:0;
}

.huabao-hotactivity[data-v-971a00d0] .el-carousel__arrow--right
{
	border-radius:4px 0 0 4px;
	right:0;
}

.huabao-hotactivity[data-v-971a00d0] .el-carousel__indicator .el-carousel__button
{
	border-radius:2px;
	height:4px;
	opacity:1;
	width:4px;
}

.huabao-hotactivity[data-v-971a00d0] .el-carousel__indicator.is-active .el-carousel__button
{
	background-color:#ed6964;
	border-radius:2px;
	height:4px;
	opacity:1;
	width:10px;
}

.hotactivity-a[data-v-971a00d0]
{
	cursor:pointer;
	display:inline-block;
	height:100%;
	width:100%;
}

.hotactivity-img[data-v-971a00d0]
{
	border-radius:4px;
	height:100%;
	width:100%;
}

[data-v-468fad94] .el-scrollbar__wrap
{
	overflow-x:hidden;
}

[data-v-468fad94] .el-scrollbar__bar.is-vertical
{
	right:0;
}

[data-v-468fad94] .el-loading-spinner
{
	margin-top:0;
}

.rank-wrap[data-v-468fad94]
{
	background:#fff;
	border-radius:8px;
	box-sizing:border-box;
	margin-bottom:20px;
	min-height:480px;
	width:100%;
	padding:0 4px 16px 20px;
}

.rank-tab[data-v-468fad94]
{
	display:flex;
	height:50px;
	justify-content:flex-start;
}

.rank-tab .item.active span[data-v-468fad94]
{
	color:#ed6964;
	font-weight:700;
}

.rank-tab .item span[data-v-468fad94]
{
	color:#333;
	display:block;
	font-size:14px;
	line-height:50px;
}

.rank-scrollbar[data-v-468fad94]
{
	height:410px;
	overflow-x:hidden;
	width:100%;
}

.rank-list .item[data-v-468fad94]
{
	box-sizing:border-box;
	height:68px;
	margin-bottom:8px;
	padding-right:100px;
	position:relative;
	width:100%;
}

.rank-list .idx[data-v-468fad94]
{
	background:url(https://hao1.qhimg.com/t01b308a892c13ecd4b.png) 0 -60px no-repeat;
	background-size:100%;
	bottom:4px;
	color:#fff;
	display:block;
	font-family:DIN Alternate;
	height:20px;
	left:4px;
	line-height:18px;
	position:absolute;
	text-align:center;
	width:16px;
	z-index:2;
}

.rank-list .item2 .idx[data-v-468fad94]
{
	background-position:0 -20px;
}

.rank-list .cont[data-v-468fad94]
{
	padding-left:132px;
	position:relative;
	width:100%;
}

.rank-list .img[data-v-468fad94]
{
	background:rgba(0,0,0,.1);
	border-radius:4px;
	height:68px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:120px;
}

.rank-list .amount[data-v-468fad94],.rank-list .desc[data-v-468fad94],.rank-list .tit[data-v-468fad94]
{
	color:#333;
	cursor:default;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.rank-list .tit[data-v-468fad94]
{
	cursor:pointer;
	padding-top:14px;
}

.rank-list .tit[data-v-468fad94]:hover
{
	color:#ed6964;
	text-decoration:none;
}

.rank-list .amount[data-v-468fad94]
{
	font-family:DIN Alternate;
	font-weight:700;
	text-indent:-1px;
}

.rank-list .btn[data-v-468fad94]
{
	position:absolute;
	right:12px;
	top:20px;
}

.upload.el-button[data-v-468fad94]
{
	background-color:#fff;
	float:right;
	font-size:12px;
	height:28px;
	line-height:28px;
	padding:0 15px;
}

.error[data-v-468fad94]
{
	margin-top:120px;
}

.error .img[data-v-468fad94]
{
	display:block;
	margin:0 auto 24px;
}

.open .tip[data-v-1d7a3950]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	margin-bottom:40px;
	margin-top:8px;
	padding-left:108px;
	width:528px;
}

.open .edit[data-v-1d7a3950]
{
	height:100%;
	position:relative;
	width:100%;
}

.open .edit .edit-img[data-v-1d7a3950]
{
	height:300px;
	width:300px;
}

.open .edit .edit-box[data-v-1d7a3950]
{
	height:300px;
	left:0;
	position:absolute;
	top:0;
	width:300px;
}

.open .edit .preview[data-v-1d7a3950]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	height:128px;
	position:absolute;
	right:84px;
	text-align:center;
	top:82px;
	width:108px;
}

.open .edit .preview .preview-cans[data-v-1d7a3950]
{
	border-radius:50%;
	height:108px;
	margin-bottom:5px;
	width:108px;
}

.register-form[data-v-1d7a3950] .el-form-item
{
	margin-bottom:0;
	width:524px;
}

.register-form[data-v-1d7a3950] .el-form-item .intr .el-textarea__inner
{
	height:120px;
	resize:none;
}

.register-form[data-v-1d7a3950] .el-form-item .intr .el-input__count
{
	bottom:8px;
	line-height:20px;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader.now-avatar .el-upload
{
	border:none;
	border-radius:50%;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader.now-avatar .pre-box:hover:before
{
	background:rgba(0,0,0,.4);
	border-radius:50%;
	color:#fff;
	content:"修改头像";
	cursor:pointer;
	height:160px;
	left:0;
	line-height:160px;
	position:absolute;
	text-align:center;
	top:0;
	width:160px;
	z-index:99;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload
{
	border:2px dashed #dcdcdc;
	border-radius:6px;
	cursor:pointer;
	height:160px;
	overflow:hidden;
	position:relative;
	width:160px;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload .upload-icon
{
	height:100%;
	width:100%;
	padding:54px;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload .upload-icon img
{
	display:block;
	height:24px;
	width:24px;
	margin:0 auto 4px;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload .upload-icon span
{
	color:rgba(0,0,0,.4);
	font-size:12px;
	position:relative;
	top:-10px;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload:hover
{
	background:#f3f3f3;
}

.register-form .infra[data-v-1d7a3950]
{
	min-height:356px;
}

.register-form .infra[data-v-1d7a3950] .el-form-item:first-child
{
	margin-bottom:40px;
}

.register-form .infra[data-v-1d7a3950] .el-textarea__inner
{
	word-break:break-all;
}

.register-form .myurl[data-v-1d7a3950]
{
	min-height:168px;
}

.register-form .tel[data-v-1d7a3950]
{
	min-height:120px;
}

.register-form .avatar[data-v-1d7a3950]
{
	display:flex;
	height:240px;
}

.register-form .avatar .avatar-desc[data-v-1d7a3950]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	line-height:20px;
	list-style:disc;
	margin-left:50px;
	margin-top:8px;
	width:222px;
}

.register-form .avatar .avatar-desc li[data-v-1d7a3950]
{
	margin-bottom:8px;
}

.register-form .avatar .avatar-desc li[data-v-1d7a3950]::marker
{
	color:#a6a6a6;
}

.register-form .avatar[data-v-1d7a3950],.register-form .infra[data-v-1d7a3950],.register-form .myurl[data-v-1d7a3950],.register-form .status[data-v-1d7a3950],.register-form .tel[data-v-1d7a3950]
{
	background-color:#fff;
	border-radius:8px;
	margin-bottom:20px;
	padding:40px 24px;
}

.register-form .avatar[data-v-1d7a3950] .el-form-item:not(.is-required) .el-form-item__label:before,.register-form .infra[data-v-1d7a3950] .el-form-item:not(.is-required) .el-form-item__label:before,.register-form .myurl[data-v-1d7a3950] .el-form-item:not(.is-required) .el-form-item__label:before,.register-form .status[data-v-1d7a3950] .el-form-item:not(.is-required) .el-form-item__label:before,.register-form .tel[data-v-1d7a3950] .el-form-item:not(.is-required) .el-form-item__label:before
{
	content:" ";
	margin-right:12px;
}

.register-form .el-button[data-v-1d7a3950]
{
	height:40px;
	margin-bottom:24px;
	margin-top:56px;
	width:260px;
}

.register-form .protocol[data-v-1d7a3950]
{
	margin-bottom:70px;
}

.register-form .status .status-box[data-v-1d7a3950]
{
	align-items:center;
	border-radius:2px;
	display:flex;
	font-size:14px;
	font-weight:600;
	height:40px;
	justify-content:center;
	width:100px;
	padding:9px 12px;
}

.error-des .cui-icon[data-v-07a9bf9f]
{
	font-size:12px;
	vertical-align:middle;
}

.pop .pop-remain[data-v-2a934a93]
{
	font-size:36px;
	line-height:50px;
	margin-top:3px;
}

.pop .pop-split[data-v-2a934a93]
{
	background-color:#d8d8d8;
	height:1px;
	margin:30px 50px 33.5px;
}

.pop .pop-bank[data-v-2a934a93]
{
	margin:0 50px;
}

.pop .pop-bank li[data-v-2a934a93]
{
	line-height:32px;
}

.pop .pop-btn[data-v-2a934a93]
{
	border-radius:8px;
	cursor:pointer;
	display:inline-block;
	height:40px;
	line-height:40px;
	margin-left:50%;
	margin-top:48px;
	text-align:center;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	width:200px;
}

.pop .pop-agree[data-v-2a934a93]
{
	margin-left:100px;
	margin-top:20px;
}

.pop .pop-agree[data-v-2a934a93] .el-checkbox__label
{
	color:#b3b3b3;
	font-size:10px;
	font-weight:400;
}

.pop .pop-tips[data-v-2a934a93]
{
	background-color:#555;
	border-radius:4px;
	float:left;
	height:20px;
	line-height:20px;
	margin-left:94px;
	margin-top:3px;
	position:relative;
	padding:0 7px;
}

.pop .pop-tips i[data-v-2a934a93]
{
	background-color:#555;
	height:3px;
	left:12px;
	position:absolute;
	top:-2px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	width:3px;
}

.popSuc .popSuc-tips[data-v-6e176c31]
{
	margin-top:31px;
}

.popSuc .popSuc-description[data-v-6e176c31]
{
	margin-top:8px;
}

.popSuc .popSuc-split[data-v-6e176c31]
{
	background-color:#d8d8d8;
	height:1px;
	margin:78.5px 50px 0;
}

.popSuc .popSuc-info[data-v-6e176c31]
{
	margin-bottom:60px;
	margin-top:30px;
	padding:0 50px;
}

.popSuc .popSuc-info li[data-v-6e176c31]
{
	line-height:32px;
	overflow:hidden;
}

.popSuc img[data-v-6e176c31]
{
	height:100px;
	margin-left:50%;
	margin-top:70px;
	transform:translate(-50%);
	-webkit-transform:translate(-50%);
	-moz-transform:translate(-50%);
	-ms-transform:translate(-50%);
	width:100px;
}

.accountInfo[data-v-0988f830]
{
	padding-bottom:11px;
}

.accountInfo .ac-welcome[data-v-0988f830]
{
	height:40px;
}

.accountInfo .ac-id[data-v-0988f830]
{
	margin-top:15px;
}

.accountInfo .ac-authentication-finance[data-v-0988f830],.accountInfo .ac-authentication[data-v-0988f830]
{
	display:inline-block;
	margin-top:15px;
}

.accountInfo .ac-authentication-finance[data-v-0988f830]
{
	margin-left:150px;
}

.accountInfo .ac-right[data-v-0988f830]
{
	padding-bottom:9px;
	padding-right:100px;
	padding-top:22px;
	position:relative;
}

.accountInfo .ac-tips[data-v-0988f830]
{
	border-radius:8px;
	box-shadow:0 0 4px 4px rgba(0,0,0,.05);
	left:-268px;
	line-height:17px;
	position:absolute;
	top:7px;
	width:260px;
	padding:13px 16px;
}

.accountInfo .ac-tips-triangle[data-v-0988f830]
{
	box-shadow:4px -4px 4px 2px rgba(0,0,0,.05);
	height:6px;
	left:-11px;
	position:absolute;
	top:31px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	width:6px;
}

.accountInfo .ac-remaining[data-v-0988f830]
{
	display:inline-block;
	text-align:right;
}

.accountInfo .ac-remaining-img[data-v-0988f830]
{
	background-image:0 2x);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:16px 16px;
	cursor:pointer;
	display:inline-block;
	height:16px;
	transform:translateY(3px);
	-webkit-transform:translateY(3px);
	-moz-transform:translateY(3px);
	-ms-transform:translateY(3px);
	width:16px;
}

.accountInfo .ac-remaining-value[data-v-0988f830]
{
	margin-top:7px;
}

.accountInfo .ac-btn[data-v-0988f830]
{
	border-radius:40px;
	cursor:pointer;
	height:80px;
	position:absolute;
	right:0;
	top:12px;
	width:80px;
	padding:15px 18px 0 22px;
}

.accountInfo .ac-authen[data-v-0988f830]
{
	background-color:#ed6964;
	border-radius:2px;
	color:#fff;
	display:inline-block;
	height:24px;
	line-height:24px;
	text-align:center;
	width:72px;
}

.accountInfo .ac-cashout[data-v-0988f830]:hover
{
	background-color:#ff7e79!important;
}

.preTotalEarning .preTotalEarning-item[data-v-7d0a86c2]
{
	border-right:1px solid #ddd;
	float:left;
	padding-left:35px;
	width:25%;
}
.preTotalEarning .preTotalEarning-lasted[data-v-7d0a86c2]
{
	color:#999;
	float:right;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}

.detailsTable .detailsTable-dimension-text[data-v-7be93863]
{
	margin-left:61px;
}

.detailsTable .detailsTable-dimension-list[data-v-7be93863]
{
	display:inline-block;
	margin-left:22px;
}

.detailsTable .detailsTable-table[data-v-7be93863]
{
	margin-top:27px;
	width:100%;
}

.datepick[data-v-f9fd8d4e],.income-charttrend[data-v-365e4c2a]
{
	background:#fff;
	border-radius:6px;
	margin-bottom:20px;
	padding:30px 40px;
}

.income-charttrend h3[data-v-365e4c2a]
{
	color:#333;
	font-size:20px;
	font-weight:600;
}

.income-charttrend .chart[data-v-365e4c2a]
{
	height:340px;
	margin-bottom:20px;
	margin-top:27px;
}

.cashout .cashout-remainings[data-v-02045a16]
{
	margin-left:30px;
}

.cashout .cashout-btn[data-v-02045a16]
{
	cursor:pointer;
	margin-left:30px;
}

.tips .tips-content p[data-v-7c6d6a5a]
{
	line-height:22px;
	padding-left:65px;
}

.tips .tips-content span[data-v-7c6d6a5a]
{
	float:left;
	line-height:22px;
}

.billTable .billTable-tips-icon[data-v-4fdaff82]
{
	background-image:0 2x);
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	display:inline-block;
	height:16px;
	transform:translateY(3px);
	width:16px;
}

.billTable .billTable-tips-cell[data-v-4fdaff82]
{
	display:inline-block;
	position:relative;
}

.billTable .billTable-tips-content[data-v-4fdaff82]
{
	background-color:#fff;
	border-radius:8px;
	box-shadow:0 0 4px 4px rgba(0,0,0,.05);
	color:#333;
	font-size:12px;
	line-height:17px;
	position:absolute;
	right:-45px;
	top:27px;
	width:110px;
	z-index:2;
	padding:13px;
}

.billTable .billTable-tips-triangle[data-v-4fdaff82]
{
	background-color:#fff;
	box-shadow:4px -4px 4px 2px rgba(0,0,0,.05);
	height:6px;
	position:absolute;
	right:6px;
	top:24px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	width:6px;
	z-index:3;
}

.progressTips[data-v-4dcd3870]
{
	box-shadow:0 0 4px 4px rgba(0,0,0,.1);
	position:relative;
	padding:15px 20px;
}

.progressTips .progressTips-status span[data-v-4dcd3870]
{
	margin-left:8px;
	vertical-align:middle;
}

.progressTips .progressTips-split[data-v-4dcd3870]
{
	height:10px;
	width:2px;
	margin:2px 0 2px 9px;
}

.progressTips .progressTips-description[data-v-4dcd3870]
{
	color:#999;
	margin-left:25px;
}

.progressTips .progressTips-arrow[data-v-4dcd3870]
{
	box-shadow:4px -4px 4px 2px rgba(0,0,0,.1);
	height:6px;
	position:absolute;
	right:-3px;
	top:25px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	width:6px;
}

.table[data-v-f44f8948]
{
	padding-bottom:55px;
}

.table .table-tips-icon[data-v-f44f8948]
{
	background-image:0 2x);
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	display:inline-block;
	height:16px;
	vertical-align:middle;
	width:16px;
}

.table .table-tips[data-v-f44f8948]
{
	left:-210px;
	position:absolute;
	top:-15px;
	width:200px;
	z-index:2;
}

.table .table-pagination-wrap[data-v-f44f8948]
{
	float:right;
	margin-top:30px;
}

.ownerInfo .ownerInfo-title[data-v-5dd94548]
{
	color:#ccc;
}

.ownerInfo .ownerInfo-title .tips[data-v-5dd94548]
{
	margin-left:15px;
}

.ownerInfo .ownerInfo-info li[data-v-5dd94548]
{
	color:#999;
	float:left;
	height:52px;
	margin-top:30px;
	width:50%;
}

.moneyInfo .moneyInfo-title-tips[data-v-d43c9b28]
{
	color:#c8c8c8;
	font-size:14px;
	left:150px;
	position:absolute;
	top:2px;
}

.moneyInfo .moneyInfo-title-common .btn[data-v-d43c9b28],.moneyInfo .moneyInfo-title-edit .btn[data-v-d43c9b28]
{
	cursor:pointer;
	margin-left:15px;
}

.moneyInfo .moneyInfo-info-common li[data-v-d43c9b28],.moneyInfo .moneyInfo-info-edit li[data-v-d43c9b28]
{
	float:left;
	margin-top:30px;
	width:50%;
}

.moneyInfo .moneyInfo-info-common li[data-v-d43c9b28]
{
	height:52px;
}

.moneyInfo .moneyInfo-info-edit li[data-v-d43c9b28]
{
	margin-top:18px;
}

.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-selects .el-form-item[data-v-d43c9b28]
{
	max-width:130px;
	width:0;
}

.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-account[data-v-d43c9b28]
{
	max-width:240px;
	width:100%;
}

.moneyInfo .moneyInfo-info-edit[data-v-d43c9b28] .el-form-item__error
{
	left:63px;
	top:-32px;
}

.moneyInfo .moneyInfo-info-edit .li3 .moneyInfo-info-edit-branch-form[data-v-d43c9b28] .el-form-item__error
{
	left:0;
	top:-31px;
}

.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-branch-form[data-v-d43c9b28]
{
	width:calc(25%-17.5px);
}

.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-bank-form[data-v-d43c9b28]
{
	max-width:130px;
	width:calc(25%-17.5px);
}

.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-split[data-v-d43c9b28]
{
	background-color:#ddd;
	float:left;
	height:2px;
	transform:translateY(10px);
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	width:10px;
	margin:4px 10px 0;
}

.moneyInfo[data-v-d43c9b28] .el-form-item__content
{
	line-height:0;
}

.moneyInfo .moneyInfo-info-edit-account-tips[data-v-d43c9b28]
{
	color:#c8c8c8;
	font-size:14px;
	line-height:20px;
	position:absolute;
	top:35px;
}

.authentication .authentication-ownerInfo[data-v-2469c744]
{
	float:left;
	width:calc(50%-10px);
}

.authentication .authentication-moneyInfo[data-v-2469c744]
{
	float:right;
	width:calc(50%-10px);
}

.noauthen[data-v-6ea774d4]
{
	background-color:#fff;
	border-radius:6px;
	height:100%;
	width:100%;
}

.noauthen .noauthen-wraps[data-v-6ea774d4]
{
	left:50%;
	position:relative;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	width:470px;
}

.noauthen .noauthen-img[data-v-6ea774d4]
{
	height:360px;
	width:470px;
}

.noauthen .noauthen-text[data-v-6ea774d4]
{
	color:#243440;
	font-size:20px;
	line-height:28px;
	margin-top:38px;
	text-align:center;
}

.debug[data-v-01cf8901]
{
	height:100%;
	width:100%;
}

.el-aside[data-v-01cf8901]
{
	border-radius:50%;
	cursor:pointer;
	font-size:24px;
	text-align:center;
	transition:.1s;
	width:40px;
	margin:0 10px;
}

.el-aside[data-v-01cf8901]:hover
{
	background-color:#ebebeb;
}

.el-aside[data-v-01cf8901]:active
{
	background-color:#dcdcdc;
}

.micro-bridge-wrap[data-v-5cc99477]
{
	height:0;
	overflow:hidden;
	width:0;
}

50%
{
	opacity:.8;
}

to
{
	opacity:.5;
}

.paper-pop[data-v-6b2271d0] .el-dialog
{
	border-radius:8px;
	box-shadow:0 4px 10px 4px rgba(0,0,0,.1);
	height:457px;
	width:644px;
}

.paper-pop[data-v-6b2271d0] .el-dialog__headerbtn
{
	right:16px;
	top:16px;
	z-index:3;
}

.paper-pop .el-dialog__wrapper[data-v-6b2271d0]
{
	z-index:99999999!important;
}

.paper-pop-content[data-v-6b2271d0]
{
	background:#fff url(//hao1.qhimg.com/t01e4104fcb84cfa321.png) 0 0 no-repeat;
	border-radius:8px;
	height:464px;
	left:0;
	position:absolute;
	top:0;
	width:644px;
	z-index:2;
}

.content-top[data-v-6b2271d0]
{
	width:322px;
	margin:32px auto 24px;
}

.content-top .crown[data-v-6b2271d0]
{
	display:flex;
	justify-content:center;
	margin-bottom:4px;
}

.content-top .title[data-v-6b2271d0]
{
	color:#000;
	font-size:22px;
	font-weight:700;
	line-height:30px;
	margin-bottom:4px;
	text-align:center;
}

.content-top .desc[data-v-6b2271d0]
{
	color:rgba(0,0,0,.6);
	font-size:14px;
	line-height:20px;
	text-align:center;
}

.content-list[data-v-6b2271d0]
{
	margin-bottom:24px;
}

.content-list.loading[data-v-6b2271d0]
{
	-webkit-animation:breath-6b2271d0 1.5s ease-in-out infinite;
	animation:breath-6b2271d0 1.5s ease-in-out infinite;
}

.content-list ul[data-v-6b2271d0]
{
	align-items:flex-end;
	display:flex;
	height:178px;
	justify-content:left;
	margin:0 24px;
}

.content-list .item[data-v-6b2271d0]
{
	height:156px;
	position:relative;
	width:180px;
	margin:0 4px;
}

.content-list .item[data-v-6b2271d0]:nth-child(2)
{
	height:178px;
	width:220px;
}

.content-list.loading .item .img[data-v-6b2271d0]
{
	background:#f2f2f2;
}

.content-list.loading .item .name[data-v-6b2271d0]
{
	background:#f2f2f2;
	margin-bottom:6px;
	width:100%;
}

.content-list.loading .item .amount[data-v-6b2271d0]
{
	background:#f2f2f2;
	height:20px;
	width:50%;
	margin:0 auto;
}

.content-list .item .medal[data-v-6b2271d0]
{
	background-image:image-set(url(//hao1.qhimg.com/t01a406ac4d65f58a1d.png) 1x,url(//hao1.qhimg.com/t0180ff65c35272f58f.png) 2x);
	bottom:62px;
	content:"";
	display:block;
	height:40px;
	left:8px;
	position:absolute;
	width:40px;
}

.content-list .item:nth-child(3) .medal[data-v-6b2271d0]
{
	background-position:0 -80px;
}

.content-list .item .img[data-v-6b2271d0]
{
	border-radius:4px;
	height:102px;
	margin-bottom:8px;
	overflow:hidden;
	width:180px;
}

.content-list .item:nth-child(2) .img[data-v-6b2271d0]
{
	height:124px;
	width:220px;
}

.content-list .item img[data-v-6b2271d0]
{
	border-radius:4px;
}

.content-list .item .name[data-v-6b2271d0]
{
	color:rgba(0,0,0,.6);
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-bottom:2px;
	overflow:hidden;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.content-list .item .amount[data-v-6b2271d0]
{
	color:rgba(0,0,0,.9);
	font-size:20px;
	height:24px;
	line-height:24px;
	text-align:center;
}

.content-btn[data-v-6b2271d0]
{
	width:268px;
	margin:0 auto;
}

.content-btn .btn[data-v-6b2271d0]
{
	background:#ed6964;
	border-radius:24px;
	display:block;
	font-size:16px;
	font-weight:700;
	height:48px;
	line-height:48px;
	text-align:center;
	width:100%;
}

.content-btn .btn[data-v-6b2271d0]:hover
{
	text-decoration:none;
	background:#ff7e79;
}

.content-btn .btn b[data-v-6b2271d0]
{
	color:#fff;
	padding-left:28px;
	position:relative;
}

.content-btn .btn b[data-v-6b2271d0]:before
{
	background-image:image-set(url(//hao1.qhimg.com/t01a98dfbe54d3abb26.png) 1x,url(//hao1.qhimg.com/t012e75ac7536d22a4a.png) 2x);
	content:"";
	display:block;
	height:17px;
	left:0;
	position:absolute;
	top:2px;
	width:20px;
}

.content-btn .btn[data-v-6b2271d0]:active
{
	background:#e65752;
}

.container h1 img[data-v-13cc99b6],.income-charts .chart-hd .classify[data-v-2cdeb906]
{
	margin-right:10px;
}

.container .corner .item[data-v-13cc99b6],.corner .item[data-v-09744de7]
{
	display:flex;
	margin:0 10px;
}

.container .corner .item.message a[data-v-13cc99b6]:hover,.corner .item.message a[data-v-09744de7]:hover
{
	color:var(--color-primary);
	cursor:pointer;
}

.container .corner .item.message .el-badge .el-badge__content.is-dot[data-v-13cc99b6],.corner .item.message .el-badge .el-badge__content.is-dot[data-v-09744de7]
{
	right:7px;
	top:4px;
}

.container .corner .item.message .header-qrcode-icon[data-v-13cc99b6],.header .header-qrcode-icon[data-v-09744de7]
{
	background-image:url(https://hao2.qhimg.com/t0102ffe3468e432c75.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	height:18px;
	margin-top:1px;
	width:18px;
}

.container .corner .item.message .header-qrcode-icon[data-v-13cc99b6]:hover,.header .header-qrcode-icon[data-v-09744de7]:hover
{
	background-image:url(https://hao2.qhimg.com/t010ffa17f0a7630fb6.png);
}

.container .corner .item[data-v-13cc99b6]:last-child,.item[data-v-a443ac80]:last-child,.item[data-v-28014304]:last-child,.corner .item[data-v-09744de7]:last-child
{
	margin-right:0;
}

.container[data-v-13cc99b6] .el-menu-main,[data-v-09744de7] .el-menu-main
{
	margin-left:20px;
}

.container[data-v-13cc99b6] .el-menu,.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,[data-v-09744de7] .el-menu
{
	background-color:transparent;
}

.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item,.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item.is-active,.container[data-v-13cc99b6] .el-menu.el-menu--horizontal,[data-v-09744de7] .el-menu--horizontal>.el-menu-item,[data-v-09744de7] .el-menu--horizontal>.el-menu-item.is-active,[data-v-09744de7] .el-menu.el-menu--horizontal
{
	border-bottom:none;
}

.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item,[data-v-09744de7] .el-menu--horizontal>.el-menu-item
{
	color:#333;
	font-size:16px;
	font-weight:700;
}

.container[data-v-13cc99b6] .el-menu--horizontal>.el-menu-item.is-active,[data-v-09744de7] .el-menu--horizontal>.el-menu-item.is-active,.feedback .feedback-content.feedback-content-limit[data-v-7928e158] .el-input__count,.mycover .business-item .business-item-btn.fail[data-v-094464d4],.red,.steps .one.active[data-v-028c3125],.steps .two.active[data-v-028c3125],.info-container .data .colbox .common-txt .icon-heart[data-v-47575803],.info-container .data .colbox .common-txt .icon-heart[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-heart[data-v-0ca20ef2],.hotsearch-item-title-wrap:hover .hotsearch-item-title[data-v-06e5e829],.huabao-hotactivity[data-v-971a00d0] .el-carousel__arrow:hover .el-icon-arrow-left,.huabao-hotactivity[data-v-971a00d0] .el-carousel__arrow:hover .el-icon-arrow-right
{
	color:#ed6964;
}

.list[data-v-a443ac80],.list[data-v-28014304],.prin-type[data-v-5b486a1e],.authentication-form[data-v-71d3b848] .form-id_img .el-form-item__content,.authentication-form[data-v-cecf9a3c] .idcard-img .el-form-item__content
{
	display:flex;
}

.img[data-v-10cb5698],img[data-v-81237534],.wallpaper-item:hover .wallpaper-item-mask[data-v-23556f27],.list:hover .next[data-v-2406fab8],.list:hover .prev[data-v-2406fab8],.rank-tab .item[data-v-468fad94],.content-top .crown img[data-v-6b2271d0],.content-list .item img[data-v-6b2271d0],.content-list .item span[data-v-6b2271d0]
{
	display:block;
}

.cate[data-v-10cb5698],.joinus .desc[data-v-28014304]
{
	color:#666;
	font-size:16px;
	margin-bottom:40px;
}

.link[data-v-10cb5698],.btn-joinus[data-v-28014304]
{
	display:inline-block;
}

.joinus .btn[data-v-28014304],.huabao-open[data-v-1d7a3950]
{
	display:flex;
	justify-content:center;
}

[data-v-67bb6070] .header,.background-white
{
	background-color:#fff;
}

.corner i[data-v-09744de7],.font18
{
	font-size:18px;
}

.corner .hr[data-v-09744de7],.item p[data-v-54c8855d],.status .el-form-item[data-v-71d3b848],.status .el-form-item[data-v-cecf9a3c],.list .item p[data-v-c1c99070]
{
	margin:0;
}

.feedback .feedback-type .feedback-type-label[data-v-7928e158],.feedback .feedback-content .feedback-content-label[data-v-7928e158],.feedback .feedback-contact .feedback-contact-label[data-v-7928e158]
{
	color:#333;
	float:left;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin-right:5px;
}

.feedback .feedback-type .feedback-type-options[data-v-7928e158],.feedback .feedback-content .feedback-content-content[data-v-7928e158],.feedback .feedback-contact .feedback-contact-content[data-v-7928e158],.float-l
{
	float:left;
}

.feedback .feedback-type .feedback-type-options[data-v-7928e158] .el-radio-group .el-radio,.mediaEarning .mediaEarning-datePicker[data-v-0ce0e5b8]
{
	font-weight:400;
}

.feedback .feedback-content[data-v-7928e158],.feedback .feedback-contact[data-v-7928e158],.slide-scroll[data-v-81237534],.over-hidden
{
	overflow:hidden;
}

.feedback .feedback-content .feedback-content-content[data-v-7928e158] textarea,.feedback .feedback-contact .feedback-contact-content[data-v-7928e158] input
{
	width:680px;
}

.feedback .feedback-commit.feedback-commit-passed[data-v-7928e158],.mycover .business-item .business-item-header .status.fail[data-v-094464d4],.background-red,.steps .line.active[data-v-028c3125]
{
	background-color:#ed6964;
}

.feedback .feedback-commit.feedback-commit-passed[data-v-7928e158]:hover,.accountInfo .ac-authen[data-v-0988f830]:hover
{
	background-color:#ff7e79;
}

.feedback[data-v-7928e158] .el-dialog__header,.el-main[data-v-01cf8901],.paper-pop[data-v-6b2271d0] .el-dialog__body,.paper-pop[data-v-6b2271d0] .el-dialog__header
{
	padding:0;
}

.el-menu[data-v-5e4ea4f5],.el-menu[data-v-d0e59320]
{
	--munu-item-height:48px;
	border-right:none;
}

.el-menu .cui-icon[data-v-5e4ea4f5],.el-menu .cui-icon[data-v-d0e59320]
{
	color:#243440;
	font-size:18px;
	margin-right:10px;
}

.el-menu .el-menu-item[data-v-5e4ea4f5],.el-menu .el-submenu[data-v-5e4ea4f5] .el-submenu__title,.el-menu .el-menu-item[data-v-d0e59320],.el-menu .el-submenu[data-v-d0e59320] .el-submenu__title
{
	font-weight:600;
	height:var(--munu-item-height);
	line-height:var(--munu-item-height);
	padding-left:40px!important;
}

.el-menu .el-submenu .el-menu-item[data-v-5e4ea4f5],.el-menu .el-submenu .el-menu-item[data-v-d0e59320]
{
	color:#333;
	font-weight:400;
	padding-left:92px!important;
}

.el-menu .el-submenu[data-v-5e4ea4f5] .el-submenu__title i[class*=el-icon-],.el-menu .el-submenu[data-v-d0e59320] .el-submenu__title i[class*=el-icon-]
{
	color:#243440;
}
.el-menu .el-submenu[data-v-5e4ea4f5] .el-menu-item-group__title,.el-menu .el-submenu[data-v-d0e59320] .el-menu-item-group__title
{
	color:#243440;
	font-size:14px;
	font-weight:600;
	height:var(--munu-item-height);
	line-height:var(--munu-item-height);
	padding:0 0 0 66px !important;
}

.el-menu>.el-menu-item.is-active[data-v-5e4ea4f5],.el-menu>.el-menu-item.is-active[data-v-d0e59320]
{
	background-color:#fef7f7;
	color:var(--color-primary);
	position:relative;
}

.el-menu>.el-menu-item.is-active i[data-v-5e4ea4f5],.el-menu>.el-submenu.is-active[data-v-5e4ea4f5]:not(.is-opened) .el-submenu__title .cui-icon,.el-menu>.el-menu-item.is-active i[data-v-d0e59320],.el-menu>.el-submenu.is-active[data-v-d0e59320]:not(.is-opened) .el-submenu__title .cui-icon
{
	color:var(--color-primary);
}

.el-menu>.el-submenu .el-menu-item.is-active[data-v-5e4ea4f5],.el-menu>.el-submenu .el-menu-item.is-active[data-v-d0e59320]
{
	background-color:#fef7f7;
	box-shadow:none;
	color:var(--color-primary);
	margin-left:0;
}

.el-menu>.el-submenu .el-menu-item.is-active[data-v-5e4ea4f5]:before,[data-v-23556f27] .el-tabs__nav-wrap:after,.wallpaper-img.error[data-v-23556f27],.el-menu>.el-submenu .el-menu-item.is-active[data-v-d0e59320]:before,.yest-container .flex-box[data-v-2bf5f9e6],.moneyInfo .el-input[data-v-d43c9b28] .el-input__count .el-input__count-inner
{
	display:none;
}

.el-menu>.el-submenu.is-active[data-v-5e4ea4f5]:not(.is-opened) .el-submenu__title,.el-menu>.el-submenu.is-active[data-v-d0e59320]:not(.is-opened) .el-submenu__title
{
	background-color:#fef7f7;
	color:var(--color-primary);
}

.el-menu .el-submenu .el-menu .el-menu-item.is-active[data-v-5e4ea4f5],.el-menu .el-submenu .el-menu .el-menu-item.is-active[data-v-d0e59320]
{
	font-weight:600;
	padding-left:92px!important;
}

.creative-layout>.header[data-v-da039ba0],.creative-layout>.header[data-v-23556f27],.creative-layout>.header[data-v-1a3d9639]
{
	background-color:#fff;
	box-shadow:0 4px 10px rgba(78,89,105,.06);
}

.creative-layout .aside[data-v-da039ba0],.creative-layout .aside[data-v-1a3d9639]
{
	background-color:#fff;
	min-height:calc(100vh-var(--header-height));
	overflow:hidden;
	position:relative;
	padding:20px 0 0;
}

.creative-layout .aside[data-v-da039ba0]:before,.creative-layout .aside[data-v-1a3d9639]:before
{
	background:linear-gradient(180deg,rgba(0,0,0,.04),transparent 60.77%;
	content:"";
	height:10px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

.creative-layout[data-v-da039ba0] .el-footer .container,.creative-layout[data-v-1a3d9639] .el-footer .container
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	height:60px;
	line-height:60px;
	min-width:960px;
	width:auto;
	padding:0;
}

.creative-layout[data-v-da039ba0] .el-footer .container a,[data-v-23556f27] .el-footer .container,[data-v-23556f27] .el-footer .container a,.creative-layout[data-v-1a3d9639] .el-footer .container a
{
	color:rgba(0,0,0,.6);
	text-decoration:none;
}

.install[data-v-23556f27]:hover,.more[data-v-54c8855d]:hover,.more[data-v-2406fab8]:hover,.detailsTable a[data-v-7be93863]:hover,.cashout .cashout-btn[data-v-02045a16]:hover
{
	text-decoration:underline;
}

.carousel-arrow.carousel-arrow-left[data-v-23556f27]:hover,.carousel-dialog-arrow.carousel-dialog-arrow-left[data-v-23556f27]:hover
{
	background-position:-61px -5px;
}

.carousel-arrow.carousel-arrow-right[data-v-23556f27]:hover,.carousel-dialog-arrow.carousel-dialog-arrow-right[data-v-23556f27]:hover
{
	background-position:-61px -60px;
}

.wallpaper-item-t[data-v-23556f27],.font16
{
	font-size:16px;
}

.chart[data-v-2cdeb906],.chart[data-v-e6467c5c]
{
	height:340px;
	width:1120px;
}

.income-charts .chart-hd[data-v-2cdeb906],.income-charts .filter[data-v-2cdeb906],.income-charts .chart-hd[data-v-e6467c5c],.income-charts .filter[data-v-e6467c5c]
{
	display:flex;
	justify-content:space-between;
}

.income-charts .chart[data-v-2cdeb906],.income-charts .chart[data-v-e6467c5c]
{
	height:340px;
	width:100%;
}

.more[data-v-54c8855d],.more[data-v-2406fab8]
{
	color:#ed6964;
	float:right;
	font-size:14px;
}

.list[data-v-54c8855d],.prin .material ul[data-v-5b486a1e]
{
	margin:0;
	padding:0;
}

.item a[data-v-2406fab8]:hover,.hotsearch-item-title-wrap[data-v-06e5e829]:hover,.rank-tab .item[data-v-468fad94]:hover,.pop .pop-agree a[data-v-2a934a93],.accountInfo a[data-v-0988f830],.detailsTable a[data-v-7be93863]
{
	text-decoration:none;
}

.margin20,.tips .tips-title[data-v-7c6d6a5a]
{
	margin-bottom:20px;
}

.bold,.huabao-hotactivity[data-v-971a00d0] .el-icon-arrow-left,.huabao-hotactivity[data-v-971a00d0] .el-icon-arrow-right,.rank-tab .item:hover span[data-v-468fad94]
{
	font-weight:700;
}

.border-radius6,.accountInfo[data-v-0988f830] .el-dialog,.cashout[data-v-02045a16] .el-dialog
{
	border-radius:6px;
}

.preTotalEarning .preTotalEarning-title[data-v-e971af98],.preTotalEarning .preTotalEarning-title[data-v-7d0a86c2]
{
	margin-bottom:20px;
	position:relative;
}

.preTotalEarning .preTotalEarning-item.last[data-v-e971af98],.preTotalEarning .preTotalEarning-item.last[data-v-7d0a86c2]
{
	border-right:0 solid #ddd;
}

.preTotalEarning .preTotalEarning-item.first[data-v-e971af98],.preTotalEarning .preTotalEarning-item.first[data-v-7d0a86c2]
{
	padding-left:0;
}

.preTotalEarning .preTotalEarning-item-value[data-v-e971af98],.preTotalEarning .preTotalEarning-item-value[data-v-7d0a86c2],.tips .tips-content[data-v-7c6d6a5a]
{
	margin-top:10px;
}

.preTotalEarning .preTotalEarning-tips-icon[data-v-e971af98],.preTotalEarning .preTotalEarning-tips-icon[data-v-7d0a86c2]
{
	background-image:0 2x);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:16px 16px;
	cursor:pointer;
	display:inline-block;
	height:16px;
	transform:translateY(1px);
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px);
	width:16px;
}

.preTotalEarning .preTotalEarning-tips-icon[data-v-e971af98]:hover,.accountInfo .ac-remaining-img[data-v-0988f830]:hover,.preTotalEarning .preTotalEarning-tips-icon[data-v-7d0a86c2]:hover,.billTable .billTable-tips-icon[data-v-4fdaff82]:hover,.table .table-tips-icon[data-v-f44f8948]:hover
{
	background-image:0 2x);
}

.preTotalEarning .preTotalEarning-tips[data-v-e971af98],.preTotalEarning .preTotalEarning-tips[data-v-7d0a86c2]
{
	border-radius:8px;
	box-shadow:0 0 4px 4px rgba(0,0,0,.05);
	font-size:12px;
	font-weight:400;
	left:130px;
	line-height:17px;
	position:absolute;
	top:-5px;
	width:268px;
	padding:13px 12px 13px 16px;
}

.preTotalEarning .preTotalEarning-tips-triangle[data-v-e971af98],.preTotalEarning .preTotalEarning-tips-triangle[data-v-7d0a86c2]
{
	box-shadow:4px -4px 4px 2px rgba(0,0,0,.05);
	height:6px;
	left:126px;
	position:absolute;
	top:11px;
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	width:6px;
}

.mediaEarning[data-v-0ce0e5b8],.pending[data-v-8c5c4230],.table .table-table[data-v-f44f8948]
{
	margin-top:20px;
}

.mediaEarning .mediaEarning-table[data-v-0ce0e5b8],.billTable .billTable-table[data-v-4fdaff82]
{
	margin-top:27px;
}

.mediaEarning[data-v-0ce0e5b8] .el-table__body,.mediaEarning[data-v-0ce0e5b8] .el-table__cell,.mediaEarning[data-v-0ce0e5b8] .el-table__empty-block,.mediaEarning[data-v-0ce0e5b8] .el-table__header,.detailsTable[data-v-7be93863] .el-table__body,.detailsTable[data-v-7be93863] .el-table__cell,.detailsTable[data-v-7be93863] .el-table__empty-block,.detailsTable[data-v-7be93863] .el-table__header,.billTable[data-v-4fdaff82] .el-table__body,.billTable[data-v-4fdaff82] .el-table__cell,.billTable[data-v-4fdaff82] .el-table__empty-block,.billTable[data-v-4fdaff82] .el-table__header,.table[data-v-f44f8948] .el-table__body,.table[data-v-f44f8948] .el-table__cell,.table[data-v-f44f8948] .el-table__empty-block,.table[data-v-f44f8948] .el-table__header
{
	width:100%!important;
}

.mediaEarning .el-date-editor--daterange.el-input__inner[data-v-0ce0e5b8],.register-form .avatar[data-v-1d7a3950] .el-form-item
{
	width:260px;
}

.prin .desc[data-v-5b486a1e],.prin .icon[data-v-5b486a1e],.prin .material[data-v-5b486a1e],.prin .type[data-v-5b486a1e],.back[data-v-8c5c4230],.desc[data-v-8c5c4230],.icon[data-v-8c5c4230],.status[data-v-8c5c4230],.open[data-v-1d7a3950]
{
	margin:0 auto;
}

.authentication[data-v-71d3b848],.authentication[data-v-cecf9a3c]
{
	display:flex;
	flex-direction:column;
	height:auto;
	justify-content:center;
	margin:0 auto;
}

.authentication-form[data-v-71d3b848] .el-form-item__content,.authentication-form[data-v-cecf9a3c] .el-form-item__content,.register-form .status[data-v-1d7a3950] .el-form-item__content
{
	line-height:28px;
}

.authentication-form[data-v-71d3b848] .form-id_img .el-form-item.font,.authentication-form[data-v-cecf9a3c] .idcard-img .el-form-item.idcard-img_b,.rank-tab .item[data-v-468fad94]:first-child
{
	margin-right:24px;
}

.authentication-form .need-tip[data-v-71d3b848],.register-form .tel .tip[data-v-1d7a3950],.moneyInfo .el-form-item[data-v-d43c9b28]
{
	margin-bottom:0;
}

.authentication-form[data-v-71d3b848] .id-card .el-input__inner,.authentication-form[data-v-cecf9a3c] .enterprise .el-input__inner,.authentication-form[data-v-cecf9a3c] .id-card .el-input__inner
{
	text-transform:uppercase;
}

.authentication-form .message[data-v-71d3b848],.authentication-form .message[data-v-cecf9a3c]
{
	height:200px;
}

.authentication-form .id-card[data-v-71d3b848],.authentication-form .message[data-v-71d3b848],.authentication-form .name[data-v-71d3b848],.authentication-form .status-name[data-v-71d3b848],.status[data-v-71d3b848],.authentication-form .enterprise[data-v-cecf9a3c],.authentication-form .id-card[data-v-cecf9a3c],.authentication-form .message[data-v-cecf9a3c],.authentication-form .status-name[data-v-cecf9a3c],.status[data-v-cecf9a3c]
{
	background-color:#fff;
	border-radius:8px;
	padding:40px 24px;
}

.authentication .upload[data-v-71d3b848],.authentication .upload[data-v-cecf9a3c]
{
	border:1px solid #ccc;
	height:100px;
	position:relative;
	width:200px;
}

.authentication .upload .upload-input[data-v-71d3b848],.authentication .upload .upload-input[data-v-cecf9a3c]
{
	cursor:pointer;
	height:100px;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	width:200px;
	z-index:10;
}

.authentication .upload img[data-v-71d3b848],.authentication .upload img[data-v-cecf9a3c]
{
	height:100px;
	left:0;
	position:absolute;
	top:0;
	width:200px;
	z-index:1;
}

.authentication-form .tip.fail[data-v-71d3b848],.open .tip.fail[data-v-1d7a3950]
{
	margin-top:22px;
}

.authentication-form .tip-bold[data-v-71d3b848],.authentication-form .tip-bold[data-v-cecf9a3c]
{
	color:#ed7b2f;
}

.authentication-form[data-v-71d3b848] .avatar-uploader .el-upload,.authentication-form[data-v-cecf9a3c] .avatar-uploader .el-upload
{
	border:1px dashed #d9d9d9;
	border-radius:6px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.authentication-form[data-v-71d3b848] .avatar-uploader .el-upload:hover,.authentication-form[data-v-cecf9a3c] .avatar-uploader .el-upload:hover
{
	border-color:#409eff;
}

.authentication-form[data-v-71d3b848] .avatar-uploader-icon,.authentication-form[data-v-cecf9a3c] .avatar-uploader-icon
{
	color:#8c939d;
	font-size:28px;
	height:124px;
	line-height:124px;
	text-align:center;
	width:198px;
}

.authentication-form[data-v-71d3b848] .avatar,.authentication-form[data-v-cecf9a3c] .avatar
{
	display:block;
	height:122px;
	width:198px;
}

.authentication-form .font-img[data-v-71d3b848],.idcard-img_f .avatar-uploader-icon[data-v-cecf9a3c]
{
	background-image:url(https://hao1.qhimg.com/dr/198_124_/t010545e6a40edd6959.png);
}

.authentication-form .back-img[data-v-71d3b848],.idcard-img_b .avatar-uploader-icon[data-v-cecf9a3c]
{
	background-image:url(https://hao1.qhimg.com/dr/198_124_/t0159852b073481f5d5.png);
}

.authentication-form .real-img[data-v-71d3b848],.idcard-img_hand .avatar-uploader-icon[data-v-cecf9a3c]
{
	background-image:url(https://hao1.qhimg.com/dr/198_124_/t01acb47023fd437785.png);
}

.authentication-form[data-v-71d3b848] .el-form-item.submit .el-form-item__content,.authentication-form[data-v-cecf9a3c] .el-form-item.submit .el-form-item__content
{
	margin-left:0!important;
}

.authentication-form[data-v-71d3b848] .el-form-item.submit .el-form-item__content .el-button.locked,.authentication-form[data-v-cecf9a3c] .el-form-item.submit .el-form-item__content .el-button.locked
{
	background:rgba(0,0,0,.26);
}

.authentication-form[data-v-71d3b848] .el-form-item.submit,.authentication-form[data-v-cecf9a3c] .el-form-item.submit
{
	width:600px;
}

.authentication-form[data-v-71d3b848] .el-form-item.submit .el-form-item__content .el-button,.authentication-form[data-v-cecf9a3c] .el-form-item.submit .el-form-item__content .el-button
{
	background:#ed6964;
	border:0;
	border-radius:4px;
	height:40px;
	width:260px;
	margin:56px 30px 0 0;
}

.authentication[data-v-71d3b848] .el-form-item.submit .el-form-item__content .el-button.back,.authentication[data-v-cecf9a3c] .el-form-item.submit .el-form-item__content .el-button.back
{
	background-color:#fff;
	border:1px solid #ed6964;
	color:#ed6964;
}

.protocol[data-v-71d3b848],.protocol[data-v-cecf9a3c]
{
	margin-bottom:70px;
	position:relative;
}

.protocol .tooltip[data-v-71d3b848],.protocol .tooltip[data-v-cecf9a3c]
{
	background:rgba(0,0,0,.9);
	border-radius:4px;
	color:#fff;
	font-size:12px;
	height:32px;
	left:-60px;
	line-height:32px;
	position:absolute;
	text-align:center;
	top:-38px;
	width:132px;
}

.protocol span[data-v-71d3b848],.protocol span[data-v-cecf9a3c],.register-form .protocol span[data-v-1d7a3950]
{
	cursor:pointer;
	padding-left:8px;
}

.protocol .tooltip[data-v-71d3b848]:before,.protocol .tooltip[data-v-cecf9a3c]:before
{
	bottom:-17px;
	content:url(https://hao1.qhimg.com/dr/12_6_/t0127442f88d76c5b0a.png);
	left:61px;
	position:absolute;
}

.status[data-v-71d3b848],.status[data-v-cecf9a3c],.register-form .status[data-v-1d7a3950]
{
	margin-bottom:20px;
	min-height:120px;
	position:relative;
}

.status.fail .status-linear[data-v-71d3b848],.status.pending .status-linear[data-v-71d3b848],.status.success .status-linear[data-v-71d3b848],.status.fail .status-linear[data-v-cecf9a3c],.status.pending .status-linear[data-v-cecf9a3c],.status.success .status-linear[data-v-cecf9a3c],.register-form .status.fail .status-linear[data-v-1d7a3950],.register-form .status.pending .status-linear[data-v-1d7a3950],.register-form .status.success .status-linear[data-v-1d7a3950]
{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	height:56px;
	left:0;
	opacity:.1;
	position:absolute;
	top:0;
	width:100%;
}

.status.success .status-linear[data-v-71d3b848],.status.success .status-linear[data-v-cecf9a3c],.register-form .status.success .status-linear[data-v-1d7a3950]
{
	background:linear-gradient(180deg,#00a870,hsla(0,0%,100%,0));
}

.status.pending .status-linear[data-v-71d3b848],.status.pending .status-linear[data-v-cecf9a3c],.register-form .status.pending .status-linear[data-v-1d7a3950]
{
	background:linear-gradient(180deg,#0052d9,hsla(0,0%,100%,0));
}

.status.fail .status-linear[data-v-71d3b848],.status.fail .status-linear[data-v-cecf9a3c],.register-form .status.fail .status-linear[data-v-1d7a3950]
{
	background:linear-gradient(180deg,#e34d59,hsla(0,0%,100%,0));
}

.status .status-box[data-v-71d3b848],.status .status-box[data-v-cecf9a3c]
{
	align-items:center;
	border-radius:2px;
	display:flex;
	font-size:14px;
	font-weight:600;
	height:40px;
	justify-content:center;
	width:100px;
	padding:9px;
}

.status.success .status-box[data-v-71d3b848],.status.success .status-box[data-v-cecf9a3c],.register-form .status.success .status-box[data-v-1d7a3950]
{
	background:rgba(0,168,112,.1);
	color:#00a870;
}

.status.pending .status-box[data-v-71d3b848],.status.pending .status-box[data-v-cecf9a3c],.register-form .status.pending .status-box[data-v-1d7a3950]
{
	background-color:rgba(0,82,217,.1);
	color:#0052d9;
}

.status.fail .status-box[data-v-71d3b848],.status.fail .status-box[data-v-cecf9a3c],.register-form .status.fail .status-box[data-v-1d7a3950]
{
	background-color:rgba(227,77,89,.1);
	color:#e34d59;
}

.status.pending .status-box span[data-v-71d3b848],.status.pending .status-box span[data-v-cecf9a3c],.register-form .status.pending .status-box span[data-v-1d7a3950]
{
	background-image:url(https://hao1.qhimg.com/t010401dce1e62ff135.png);
}

.status.success .status-box span[data-v-71d3b848],.status.success .status-box span[data-v-cecf9a3c],.register-form .status.success .status-box span[data-v-1d7a3950]
{
	background-image:url(https://hao1.qhimg.com/t01f24efdf0d02de2d3.png);
}

.status.fail .status-box span[data-v-71d3b848],.status.fail .status-box span[data-v-cecf9a3c],.register-form .status.fail .status-box span[data-v-1d7a3950]
{
	background-image:url(https://hao1.qhimg.com/t01a896574e104840d1.png);
}

.status.fail .status-box span[data-v-71d3b848],.status.pending .status-box span[data-v-71d3b848],.status.success .status-box span[data-v-71d3b848],.status.fail .status-box span[data-v-cecf9a3c],.status.pending .status-box span[data-v-cecf9a3c],.status.success .status-box span[data-v-cecf9a3c],.register-form .status.fail .status-box span[data-v-1d7a3950],.register-form .status.pending .status-box span[data-v-1d7a3950],.register-form .status.success .status-box span[data-v-1d7a3950]
{
	background-position-y:6px;
	background-repeat:no-repeat;
	background-size:16px 16px;
	padding-left:19px;
}

.status .reason[data-v-71d3b848],.status .reason[data-v-cecf9a3c],.register-form .status .reason[data-v-1d7a3950]
{
	color:rgba(0,0,0,.6);
	font-size:12px;
	margin-top:16px;
}

.authentication-form[data-v-cecf9a3c] .enterprise,.table .table-progress[data-v-f44f8948],.moneyInfo .moneyInfo-title-common[data-v-d43c9b28],.moneyInfo .moneyInfo-title-edit[data-v-d43c9b28]
{
	position:relative;
}

.list .item .expand[data-v-c1c99070],.list .item .collapse[data-v-c1c99070]
{
	color:#0052d9;
	display:inline-block;
	margin-top:16px;
}

.list .item .expand[data-v-c1c99070]:hover,.list .item .collapse[data-v-c1c99070]:hover
{
	color:#0060ff;
	cursor:pointer;
}

.list .item .expand .cui-icon[data-v-c1c99070],.list .item .collapse .cui-icon[data-v-c1c99070]
{
	font-size:12px;
	margin-left:4px;
	vertical-align:middle;
}

.info-container .info[data-v-47575803],.info-container .info[data-v-0eedf17f],.info-container .info[data-v-0ca20ef2],.moneyInfo .moneyInfo-info-edit .li3[data-v-d43c9b28],.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-selects .el-form-item .el-select[data-v-d43c9b28],.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-branch[data-v-d43c9b28],.moneyInfo .moneyInfo-info-edit .moneyInfo-info-edit-bank-form .el-select[data-v-d43c9b28]
{
	width:100%;
}

.info-container .user .text[data-v-47575803],.info-container .user .text[data-v-0eedf17f],.info-container .user .text[data-v-0ca20ef2]
{
	width:calc(100%-78px);
	margin:6px 0 0 16px;
}

.info-container .user .name[data-v-47575803],.info-container .user .name[data-v-0eedf17f],.info-container .user .name[data-v-0ca20ef2]
{
	color:rgba(0,0,0,.9);
	display:block;
	font-size:16px;
	font-weight:600;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.info-container .user .edit[data-v-47575803],.info-container .user .edit[data-v-0eedf17f],.info-container .user .edit[data-v-0ca20ef2]
{
	color:rgba(0,0,0,.4);
	cursor:pointer;
	display:block;
	font-size:12px;
	line-height:20px;
	margin-top:4px;
}

.info-container .data[data-v-47575803],.info-container .data[data-v-0eedf17f],.info-container .data[data-v-0ca20ef2]
{
	background-color:#fff;
	border-radius:8px;
	height:106px;
}

.info-container .data .colbox[data-v-47575803],.info-container .data .colbox[data-v-0eedf17f],.info-container .data .colbox[data-v-0ca20ef2]
{
	padding:24px 0 0 40px;
}

.info-container .data .colbox .common-txt i[data-v-47575803],.info-container .data .colbox .common-txt i[data-v-0eedf17f],.info-container .data .colbox .common-txt i[data-v-0ca20ef2]
{
	font-size:16px;
	top:-1px;
	vertical-align:middle;
}

.info-container .data .colbox .common-txt .icon-doc[data-v-47575803],.info-container .data .colbox .common-txt .icon-doc[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-doc[data-v-0ca20ef2]
{
	color:#266fe8;
}

.info-container .data .colbox .common-txt .icon-rmb[data-v-47575803],.info-container .data .colbox .common-txt .icon-rmb[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-rmb[data-v-0ca20ef2]
{
	color:#f5ca5e;
}

.info-container .data .colbox .common-txt .icon-fans[data-v-47575803],.info-container .data .colbox .common-txt .icon-fans[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-fans[data-v-0ca20ef2]
{
	color:#4dd2ba;
}

.info-container .data .colbox .common-txt .icon-page-view[data-v-47575803],.info-container .data .colbox .common-txt .icon-page-view[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-page-view[data-v-0ca20ef2]
{
	color:#5d9cf4;
}

.info-container .data .colbox .common-txt .icon-purchase[data-v-47575803],.info-container .data .colbox .common-txt .icon-purchase[data-v-0eedf17f],.info-container .data .colbox .common-txt .icon-purchase[data-v-0ca20ef2]
{
	color:#f57f3d;
}

.info-container .data .colbox .common-txt .txt[data-v-47575803],.info-container .data .colbox .common-txt .txt[data-v-0eedf17f],.info-container .data .colbox .common-txt .txt[data-v-0ca20ef2]
{
	color:rgba(0,0,0,.6);
	font-size:14px;
	line-height:22px;
	margin-left:4px;
}

.info-container .data .colbox .common-num[data-v-47575803],.info-container .data .colbox .common-num[data-v-0eedf17f],.info-container .data .colbox .common-num[data-v-0ca20ef2]
{
	display:flex;
	margin-top:4px;
}

.info-container .data .colbox .common-num .num[data-v-47575803],.info-container .data .colbox .common-num .num[data-v-0eedf17f],.info-container .data .colbox .common-num .num[data-v-0ca20ef2]
{
	font-family:DIN Alternate;
	font-size:24px;
	font-weight:700;
	line-height:32px;
}

.info-container .data .colbox .common-num .updown[data-v-47575803],.info-container .data .colbox .common-num .updown[data-v-0eedf17f],.info-container .data .colbox .common-num .updown[data-v-0ca20ef2]
{
	align-items:flex-end;
	display:flex;
}

.info-container .data .colbox .common-num .updown .el-icon-caret-top[data-v-47575803],.info-container .data .colbox .common-num .updown .el-icon-caret-top[data-v-0eedf17f],.info-container .data .colbox .common-num .updown .el-icon-caret-top[data-v-0ca20ef2]
{
	color:#e34d59;
	margin-bottom:3px;
}

.info-container .data .colbox .common-num .updown .el-icon-caret-bottom[data-v-47575803],.info-container .data .colbox .common-num .updown .el-icon-caret-bottom[data-v-0eedf17f],.info-container .data .colbox .common-num .updown .el-icon-caret-bottom[data-v-0ca20ef2]
{
	color:#00a870;
	margin-bottom:3px;
}

.info-container .data .colbox .common-num .updown .updownnum[data-v-47575803],.info-container .data .colbox .common-num .updown .updownnum[data-v-0eedf17f],.info-container .data .colbox .common-num .updown .updownnum[data-v-0ca20ef2]
{
	color:#00a870;
	font-size:12px;
	font-weight:700;
	line-height:20px;
}

.info-container .data .colbox .common-num .updown .updownnum.up[data-v-47575803],.info-container .data .colbox .common-num .updown .updownnum.up[data-v-0eedf17f],.info-container .data .colbox .common-num .updown .updownnum.up[data-v-0ca20ef2]
{
	color:#e34d59;
}

.yest-container[data-v-12cb0a1f],.yest-container[data-v-2bf5f9e6]
{
	background:#fff;
	border-radius:8px;
	height:344px;
	margin-top:20px;
	width:100%;
	padding:32px;
}

.yest-container .link-income-col[data-v-12cb0a1f],.yest-container .link-income-col[data-v-2bf5f9e6]
{
	text-align:right;
}

.yest-container .link-income[data-v-12cb0a1f],.yest-container .link-income[data-v-2bf5f9e6],.rank-list .desc[data-v-468fad94]
{
	color:rgba(0,0,0,.6);
}

.yest-container h2[data-v-12cb0a1f],.yest-container h2[data-v-2bf5f9e6]
{
	color:rgba(0,0,0,.9);
	font-size:16px;
	font-weight:600;
	line-height:24px;
}

.yest-container .box[data-v-12cb0a1f]:hover,.yest-container .box[data-v-2bf5f9e6]:hover
{
	background:#f3f3f3;
	border-radius:4px;
}

.yest-container .box[data-v-12cb0a1f],.yest-container .box[data-v-2bf5f9e6]
{
	border-radius:4px;
	cursor:pointer;
	height:108px;
	position:relative;
	padding:12px 16px;
}

.yest-container .box .analysis[data-v-12cb0a1f],.yest-container .box .analysis[data-v-2bf5f9e6]
{
	margin-top:6px;
}

.yest-container .box .num[data-v-12cb0a1f],.yest-container .box .num[data-v-2bf5f9e6]
{
	color:rgba(0,0,0,.9);
	font-size:24px;
	font-weight:700;
	line-height:32px;
}

.yest-container .box .mtom[data-v-12cb0a1f],.yest-container .box .mtom[data-v-2bf5f9e6]
{
	color:rgba(0,0,0,.4);
	font-size:12px;
	line-height:20px;
	margin-top:4px;
}

.yest-container .box .mtom i[data-v-12cb0a1f],.yest-container .box .mtom i[data-v-2bf5f9e6]
{
	color:#00a870;
	margin:2px;
}

.yest-container .box .mtom .percent[data-v-12cb0a1f],.yest-container .box .mtom .percent[data-v-2bf5f9e6]
{
	color:#00a870;
}
.yest-container .title[data-v-12cb0a1f],.yest-container .title[data-v-2bf5f9e6]
{
	color:rgba(0,0,0,.6);
	font-size:14px;
	line-height:40px;
}

.yest-container .container[data-v-12cb0a1f],.yest-container .container[data-v-2bf5f9e6],.pop .pop-remain-text[data-v-2a934a93]
{
	margin-top:24px;
}

.myhuabao .main-container[data-v-43653b60],.myhuabao .main-container[data-v-f35acc3e]
{
	min-width:1086px;
}

.info-container .user[data-v-0eedf17f],.info-container .user[data-v-0ca20ef2]
{
	background:#fff;
	border-radius:8px;
	display:flex;
	height:106px;
	margin-bottom:20px;
	padding:23px 24px;
}

.huabao-hotsearch-title[data-v-06e5e829],.huabao-hotactivity-title[data-v-971a00d0]
{
	color:#333;
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;
}

.hotsearch-item-upload.el-button[data-v-06e5e829]:focus,.upload.el-button[data-v-468fad94]:focus
{
	background-color:#fff;
	color:#e34d59;
}

.hotsearch-item-upload.el-button[data-v-06e5e829]:focus:hover,.upload.el-button[data-v-468fad94]:focus:hover
{
	background-color:#e34d59;
	color:#fff;
}

.rank-list .item1 .idx[data-v-468fad94],.content-list .item:nth-child(2) .medal[data-v-6b2271d0]
{
	background-position:0 0;
}

.rank-list .item3 .idx[data-v-468fad94],.content-list .item:first-child .medal[data-v-6b2271d0]
{
	background-position:0 -40px;
}

.error .txt[data-v-468fad94],.error-des[data-v-07a9bf9f],.pop .pop-remain-text[data-v-2a934a93],.pop .pop-remain[data-v-2a934a93],.pop .pop-title[data-v-2a934a93],.popSuc .popSuc-description[data-v-6e176c31],.popSuc .popSuc-tips[data-v-6e176c31]
{
	text-align:center;
}

.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader.now-avatar .pre-box,.register-form[data-v-1d7a3950] .el-form-item .avatar-uploader .el-upload .upload-preview
{
	height:160px;
	width:160px;
}

.error-wrap[data-v-07a9bf9f],.error-wrap[data-v-01cf8901]
{
	background:#fff;
	border-radius:8px;
	height:100%;
	overflow:hidden;
	width:100%;
}

.error-image[data-v-07a9bf9f],.error-image[data-v-01cf8901]
{
	display:block;
	width:404px;
	margin:200px auto 0;
}

.accountInfo[data-v-0988f830] .el-dialog__body,.cashout[data-v-02045a16] .el-dialog__body
{
	padding:0 0 40px;
}

.detailsTable .detailsTable-pagination-wrap[data-v-7be93863],.billTable .billTable-pagination-wrap[data-v-4fdaff82]
{
	float:right;
	margin-top:20px;
}

.detailsTable .detailsTable-pagination-total[data-v-7be93863],.billTable .billTable-pagination-total[data-v-4fdaff82],.table .table-pagination-total[data-v-f44f8948]
{
	display:inline-block;
	font-size:14px;
	height:28px;
	line-height:30px;
}

.detailsTable[data-v-7be93863] .el-pagination .btn-next .el-icon,.detailsTable[data-v-7be93863] .el-pagination .btn-prev .el-icon,.billTable[data-v-4fdaff82] .el-pagination .btn-next .el-icon,.billTable[data-v-4fdaff82] .el-pagination .btn-prev .el-icon,.table[data-v-f44f8948] .el-pagination .btn-next .el-icon,.table[data-v-f44f8948] .el-pagination .btn-prev .el-icon
{
	padding-left:7px;
}

.billTable[data-v-4fdaff82] .el-table .cell,.table[data-v-f44f8948] .el-table .cell
{
	overflow:visible;
}

.billTable[data-v-4fdaff82] .el-table,.billTable[data-v-4fdaff82] .el-table__body,.billTable[data-v-4fdaff82] .el-table__body-wrapper,.table[data-v-f44f8948] .el-table,.table[data-v-f44f8948] .el-table__body,.table[data-v-f44f8948] .el-table__body-wrapper
{
	overflow:visible!important;
}

.progressTips .progressTips-status img[data-v-4dcd3870],.el-aside i[data-v-01cf8901]
{
	vertical-align:middle;
}

.ownerInfo .ownerInfo-info li p[data-v-5dd94548],.moneyInfo .moneyInfo-info-common li p[data-v-d43c9b28],.moneyInfo .moneyInfo-info-edit li p[data-v-d43c9b28]
{
	margin-bottom:12px;
}

.ownerInfo[data-v-5dd94548] .el-skeleton__item,.moneyInfo[data-v-d43c9b28] .el-skeleton__item
{
	height:20px;
}

@media screen and max-width1600px {
	.prin-type[data-v-5b486a1e]
	{
		justify-content:center;
		width:auto;
	}
	
	.box[data-v-8c5c4230]
	{
		height:408px;
		padding:80px 0;
	}
	
	.box[data-v-8c5c4230],.pending[data-v-8c5c4230],.authentication-form .id-card[data-v-71d3b848],.authentication-form .message[data-v-71d3b848],.authentication-form .name[data-v-71d3b848],.authentication[data-v-71d3b848],.status[data-v-71d3b848],.authentication-form .enterprise[data-v-cecf9a3c],.authentication-form .id-card[data-v-cecf9a3c],.authentication-form .message[data-v-cecf9a3c],.authentication[data-v-cecf9a3c],.status[data-v-cecf9a3c],.open[data-v-1d7a3950]
	{
		width:960px;
	}
}

@media screen and min-width1600px {
	.prin-type[data-v-5b486a1e]
	{
		justify-content:center;
		margin-top:78px;
		width:auto;
	}
	
	.box[data-v-8c5c4230]
	{
		height:660px;
		padding:205px 0 207px;
	}
	
	.box[data-v-8c5c4230],.pending[data-v-8c5c4230],.authentication-form .id-card[data-v-71d3b848],.authentication-form .message[data-v-71d3b848],.authentication-form .name[data-v-71d3b848],.authentication[data-v-71d3b848],.status[data-v-71d3b848],.authentication-form .enterprise[data-v-cecf9a3c],.authentication-form .id-card[data-v-cecf9a3c],.authentication-form .message[data-v-cecf9a3c],.authentication[data-v-cecf9a3c],.status[data-v-cecf9a3c],.open[data-v-1d7a3950]
	{
		width:1200px;
	}
}

@media screen and max-width1508px {
	.yest-container[data-v-2bf5f9e6]
	{
		height:auto;
	}
	
	.yest-container .flex-box[data-v-2bf5f9e6]
	{
		display:flex;
		flex-flow:row wrap;
		justify-content:space-between;
	}
	
	.yest-container .box[data-v-2bf5f9e6]
	{
		margin-top:24px;
		width:200px;
	}
	
	.yest-container .container[data-v-2bf5f9e6]
	{
		display:none;
	}
	
	.yest-container .box8[data-v-2bf5f9e6]
	{
		opacity:0;
	}
}

注:CSS未清理未使用的部分

协助本站SEO优化一下,谢谢!
关键词不能为空
同类推荐