@charset "utf-8";
/*
* @description: 微股东平台公告样式
* @author: enjing and seven
* @update: 2015-9-8
*/
body {line-height: normal;}

.mark-kd,
.mark-wd,
.mark-xj {
	display: inline-block;
	margin-left: 2px;
	float: left;
	width: 20px;
	height: 20px;
}
.mark-kd {background: url(../images/mark-kd.png) no-repeat center;}
.mark-xj {background: url(../images/mark-xj.png) no-repeat center;}
.mark-wd {background: url(../images/mark-wd.png) no-repeat center;}

.mark-kd {background-size: 100% 100%;}
.mark-xj {background-size: 100% 100%;}
.mark-wd {background-size: 100% 100%;}


/* 微股东按钮组件  */
.wgd-btn {
	position: relative;
	text-align: center;	
	vertical-align: top;	
	-webkit-box-sizing: border-box;
	background-clip: padding-box;
}
.wgd-btn-lg {
	height: 35px;
	line-height: 35px;
	width: 100%;
	display: block;
	font-size: 16px;	
}
.wgd-btn-md {
	height: 30px;
	line-height: 30px;
	width: 85px;
	display: block;
	font-size: 14px;	
}
.wgd-btn-yellow {
	color: #fff;
	background-color: #FFC107;
	background-image: none;
	border: none;
}
.wgd-btn-red {
	color: #fff;
	background-color: #F44336;
	background-image: none;
	border: none;
}
.wgd-btn-green {
	color: #fff;
	background-color: #55BC46;
	background-image: none;
	border: none;
}
.wgd-btn-blue {
	color: #fff;
	background-color: #61A5E4;
	background-image: none;
	border: none;
}
/* end 微股东按钮组件  */

.gray-filter {
	filter:url('url("data:image/svg+xml;utf8,<svg%20xmlns=' http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");')
}

.gray-filter { 
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);   
    filter: grayscale(100%);
    filter: gray;
    background-color: #F2F2F2;   
}

/* 重置框架进度条的高度 */
.ui-progress {
	height: 5px;
}

.ui-list-info .project-state {
	margin-top: -10px;
}

.more-project {
	margin: 0 15px 15px 15px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	border-radius:10px;
	border: 1px dashed #A6A6A6;
}

/*微股东登陆*/
.login-header {
	padding-top: 30px;
	width: 100%;
	height: 172px;
	background-color: #366e6b;
}
.login-header .logo {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
.login-header .logo img {width: 100%; height: 100%;}
.logo-info {
	margin: 15px auto 0;
	width: 80%;
	text-align: center;
}
.logo-info img {max-width: 300px;width: 100%;}

.login-body {background-color: #fff;}
.login-body .line {
	display: block;
	margin-top: -8px;
	width: 100%;
}
.third-login {
	background-color: #fff;
	padding: 0 10px;
}
/*重置表单的一些样式*/
.wgd-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {width: 100px;}
.wgd-form-item input, 
.wgd-form-item textarea {padding-left: 0;}
.wgd-form-item-r input:not([type=checkbox]):not([type=radio]) {padding-left: 0px;}
   
.create-wgd a:hover {text-decoration: underline;}

/*注册微股东账号*/
.wgd-avatar-60 {
	width: 60px;
	height: 60px;
}
.ui-list .wgd-avatar-60 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ui-form-item-r .bg-gray {background-color: #ccc;color: #8D8F90;}

.project-cont p {
	text-indent: 2em;
}

/*************************************************************
 * *********************************************************/
.global-bg-color{
    background-color: #F0EFF5;
}
.dark-primary-color {
    background: #D32F2F;
}

.default-primary-color {
    background: #F44336;
}

.light-primary-color {
    background: #FFCDD2;
}

.accent-color {
    background: #FFC107;
}

.black-primary-text-color {
    color: #212121;
}

.black-secondary-text-color {
    color: #727272;
}

.black-disabled-color {
    color: #B6B6B6;
}

.black-dividers-color {
    border-color: #E9EDF0
}

.white-primary-text-color {
    color: #FFFFFF;
}

.white-secondary-text-color {
    color: #FCFCFC;
}

.white-disabled-color {
    color: #F9F9F9;
}

.white-dividers-color {
    border-color: #F7F7F7
}

.banner{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*-webkit-filter: blur(10px); /!* Chrome, Opera *!/*/
    /*-moz-filter: blur(10px);*/
    /*-ms-filter: blur(10px);*/
    /*filter: blur(10px);*/
    /*background-color: #000;*/
}

.banner-cover{
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(top, rgba(241, 105, 65, 0.9), rgba(228, 79, 85, 1));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(241, 105, 65, 0.9)), to(rgba(228, 79, 85, 1)));
}

.user-avatar{
    margin: auto;
    padding: 15px 0 5px 0;
}

.user-avatar img{
    width: 120px;
}

.user-info{
    padding-bottom: 10px;
    color: #fff;
    line-height: 22px;
}

.user-tel{
    padding-bottom: 10px;
}

.user-text{
    line-height: 18px;
}

.user-text a{
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

.user-nub{
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 18px;
}

.user-nub dt{
    font-size: 18px;
}
.user-nub dd{
    font-size: 12px;
}
.reg-bar{
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}
.reg-bar-r{
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding-left: 15px;
}
.reg-bar-r a {
	border-radius: 18px;
}

.public-text{
    padding: 5px;
    background-color: #8C0000;
    color: #fff;
    font-size: 10px;
    text-align: center;
}


.reg-info{
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.reg-btn{
    width: 100px;
    color: #fff;
    background-color: #FFC107;
    background-image: none;
    border: none;
}
.reg-btn:before{
    border: none;
}
.home-tab-nav li.current{
    color: #000;
    border-bottom: 3px #FFC107 solid;
}
.home-tab-nav{
    font-size: 14px;
}

.home-tab-content{
    margin-top: 0;
}

.item-list{
    padding-top: 10px;
}

.item-card{
    margin-bottom: 15px;
    height: auto;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px #aaa;
}

.item-card-title{
    padding: 10px;
    line-height: 20px;
}

.item-card-title h4{
    padding-left: 5px;
    border-left: 3px solid #FFC107;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.item-card-title a{
    color: #727272;
    font-size: 12px;
}

.item-card-show{
    padding: 15px 0;
}

.item-card-show .show-cat{
    font-size: 12px;
    color: #727272;
}
.item-card-show .show-cat-nub{
    font-size: 20px;
    color: #000;
}

/*提交资料步骤*/
.king-sq{
	position: relative;
    padding: 10px 20px;
}

.king-sq li{
    position: relative;
    padding-left: 14px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.king-sq li .li-state {
    position: absolute;
    top: 0;
    left: -8px;
    display: inline-block;
}

.sq-yes .wgd-icon-roundclosefill {
    color: red;
}
.sq-yes .wgd-icon-roundcheckfill {
    color: #11CD6E;
}
/*完善步骤按钮*/
.king-sq .perfect {
	position: absolute;
	right: 15px;
	top: 30%;
	display: block;
	width: 74px;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	background-color: #FFC107;
	border-radius: 15px;
	color: #fff;
}

.king-sq li .event-date{
    padding-left: 10px;
}

.item-in{
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin-top: -15px;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    min-width: 55px;
    background-color: #F44336;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.item-thumb img{
    width: 80px;
    height: 80px;
}

.item-close{
    color: #000;
}

.wd-news{
    position: relative;
    padding-right: 20px;
}

.item-status{
    position: absolute;
    top: 0;
    right: 0;
}
.item-status img{
    width: 50px;
    height: auto;
}

.wd-news p{
    line-height: 18px;
}

.kd-news{
    position: relative;
    padding: 10px;
}

/*首页空店图片的调整*/
.kd-pro li {
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.kd-pro li:nth-child(2) {
	margin: 0 5px;
}
@media screen and (min-width:400px){
    .kd-pro li {height: 100px;}
}

/*钱包*/
.available {
	padding-top: 56px;
	width: 100%;
	height: 193px;	
	background: #E7141B; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(top, #FB5B38, #E7141B);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FB5B38), to(#E7141B));
}
.available i {
	display: block;
	color: rgba(255,255,255,.8);
}

.available-money {
	position: relative;
	margin-top: 5px;
	font-size: 50px;
	text-align: center;
	color: #fff;
}
.available-money span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -28px;
	display: inline-block;
	color: rgba(255,255,255,.8);
	line-height: 56px;
}

.can-withdrawal {
	padding-top: 34px;
	width: 100%;
	height: 122px;
}
.can-withdrawal i {
	display: block;
	text-align: center;
	font-size: 40px;
}

.not-withdrawal {
	height: 50px;
}
.not-withdrawal p {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
}

/*不可以提现*/
.notwithdraw-info {
	height: 100px;
}

.not-product .logo {
	padding-top: 20px;
	text-align: center;
}
.not-product .logo .wgd-iconfont {
	font-size: 60px;
	color: #ccc;
}

/*微弹收入*/
.income-panel{
    background-color: #4BA6F5;
}

.income-detail{
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #fff;
    line-height: 1em;
}

.income-detail i{
    font-size: 20px;
    color: #F34335;
}
.vm-no-data{
    padding-top: 35%;
    color: #999;
}

.vm-no-data div{
    font-size: 5em;
}

.vm-data-panel{
    padding-top: 25px;
    height: 100px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 0.6em;
}

.vm-text-note {
    font-size: 12px;
}

.top-user-info {
	padding: 5px;
	background-color: #E65451;
}
/*首页关注公众号号*/
.focus-tip {
	background-color: rgba(0,0,0,.8);
}

.focus-on {
	color: #D8A10C;
	text-decoration:underline
}

.wgd-info-show .zichan li {
	height: 100px;	
}
.wgd-info-show .zichan li.asset {
	margin-right: 4px;
	background-color: #F06060;
}
.wgd-info-show .zichan li.fenhong {
	margin-left: 4px;
	background-color: #FA987D;
}

.regist-number {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 55px;
	background-color: #FEB647;
	display: -webkit-box;
	-webkit-box-flex: 1;
    width: 100%; 
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
/*------------------开始 所有项目介绍页的样式----------------------*/
/*微股东介绍*/
.wgd-info-item {
	margin-bottom: 10px;
	width: 100%;
}

.wgd-info-item-title {
	position: relative;
	padding-left: 10px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-weight: 600;
	background-color: #fff;
}
.wgd-info-item-title .logo {
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 4px;
	height: 25px;
	background-color: #FFC107;
}
.wgd-info-item-cont {
	padding: 10px;
	background-color: #fff;
}
.wgd-info-item p {
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	text-indent: 2em;	
}

.wgd-info-item img {
	display: block;
	width: 100%;
}

.course li {
	position: relative;
	padding: 20px 10px 20px 20px;
	margin-left: 22px;
	border-left: 2.5px solid #F44336;
}
.course li:nth-child(2n){
	background-color: #F3F3F3;
}

.course li .round-lg {
	position: absolute;
	top: 20px;
	left: -11px;
	display: block;
	width: 20px;
	height: 20px;
	border: 2.5px solid #F44336;
	border-radius: 50%;
	background-color: #fff;
}

.course li .round-lg .round-s {
	display: block;
	margin: 3px auto;
	width: 10px;
	height: 10px;
	background-color: #F44336;
	border-radius: 50%;
}

/*东方小金介绍页样式*/
.king-info {
	padding: 0 5px;
	padding-bottom: 20px;
}
.king-info-title {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.king-info-cont h3 {
	line-height: 30px;
}
.king-info-cont p {
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
	color: #737373;
	text-indent: 2em;
}
/*------------------结束所有项目介绍页的样式----------------------*/

/*提现页面个人信息展示li的padding值*/
.tx-info-show {padding-left: 52px;background-color: #F0F0F0;}

.mtable { padding:20px;}
.mtable th,.mtable td {text-align:center; background-color:#fff; height:40px; line-height:40px;}
.mtable tr {border-bottom:1px solid #ccc; height:40px;}

















