body{
	max-width: 768px;
	margin: 0 auto;
	padding-bottom: 53px;
	background-color: #eeeeee;
}
textarea{
	resize: none;
}
.blue{
	color: #2d58a3 !important;
}
.mt{
	margin-top: 30px !important;
}
.pt{
	padding-top: 50px !important;
}
.pb{
	padding-bottom: 50px !important;
}
.pt2{
	padding-top: 116px !important;
}
.mt2{
	margin-top: 60px !important;
}
/*导航头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	z-index: 20;
	padding: 5px 5%;
	height: 40px;
	background-color: #2d58a3;
}
.top-left{
	height: 40px;
	width: 20px;
}
.top-left img{
	height: 16px;
	padding: 12px 0;
}
.top-nav{
	position: fixed;
	top: 0;
	padding: 0 2%;
	width: 100%;
	height: 37px;
	background-color: #fff;
}
.top-nav li{
	text-align: center;
	width: 16%;
	float: left;
	list-style: none;
	padding: 9px 2%;
}
.sel{
	border-bottom: 1px solid #de5d3b;
}
.top-nav .sel a{
	color: #de5d3b;
}
.top-nav li>a{
	color: #d3d2d2;
}
.top-already-login a,.top-no-login a{
	float: right;
	margin-top: 10px;
	margin-left: 24px;
	font: 400 12px/24px "microsoft yahei";
	color: #fff;
}
.top-already-login img,.top-no-login img{
	float: left;
	margin-right: 5px;
	width: 20px;
}
.top-title{
	font-size: 1.5rem;
	line-height: 50px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30%;
	width: 60%;
	z-index: 1;
}
.top-no-login{
	display: none;
}
.top-already-login{
}
/*底部*/
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #fafafa;
	border-top: 1px solid #dcdcdc;
}
@media (min-width: 769px){
	.footer{
		width: 748px;
		padding: 0 10px;
	}
}
.f-icon{
	width: 25%;
	float: left;
	text-align: center;
}
.f-icon a{
	text-decoration: none;
}
.f-icon i{
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/bottom-icon.png);
    background-size: 200%;
    margin-top: 4px;
}
.f-icon p{
	color: #666;
	font-weight: 400px;
	font-family: "microsoft yahei"
}
.active i{
	background-position-x: -25px;
}
.index{
	background-position-y:1px;
}
.news{
	background-position-y:-25px;
}
.search{
	background-position-y:-50px;
}
.me{
	background-position-y:-76px;
}




/*banner*/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
/*主页*/
.cont-top{
	padding: 10px 5% 0;
	margin: 0 auto;
	height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}
.title{
	float: left;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #333;
}
.title .title-icon{
	width: 2px;
	height: 15px;
	background-color: #ec5f5e;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.cont-top-right{
	float: right;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #999;
	text-decoration: none;
}
.company-item{
	width: 100%;
	background-color: #f0f0f0;
	border-bottom: #ececec;
}
.item{
	width: 90%;
	height: 59px;
	padding: 20px 5%;
	background-color: #fff;
	margin: 0 auto;
}
.item-left{
	width: 20%;
	font-family: "microsoft yahei";
	color: #ccc;
	text-align: center;
	background-color: #eeeeee;
	float: left;
	padding: 10px 4px;
}
.item-left .day{
	font-size: 20px;
	color: #666;
}
.item-left .year{
	font-size: 12px;
	display: block;
	padding-top: 5px;
	border-top: 1px solid #d6d6d6;
	color: #aaa;
	margin: 5px 5px 0 5px;
}
.item-right{
	float: right;
	width: 74%;
	padding: 2px 0;
}
.item-title{
	color: #2d58a3;
	margin-bottom: 12px;
}
.item-cont{
	color: #666;
	line-height: 20px;
}


/*登录*/
.login-banner,.login-banner img{
	width: 100%;
}
.login-form{
	width: 80%;
	padding: 10%;
}
.login-form input{
	padding: 10px 1% 10px 14%;
	border: 0px;
	background-color: #f2f2f2;
	background-image: url(../images/login-icon.png);
	background-repeat: no-repeat;
	background-size: 16px;
	display: block;
	font: 400 14px "microsoft yahei";
	color: #666;
	border-radius: 6px;
	width: 85%;
}
.login-form p{
	color: red;
	line-height: 20px;
	visibility: hidden;
}
.btn{
	width: 94%;
	height: 40px;
	margin: 0 3%;
	background-color: #2d58a3;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	border-radius: 6px;
}
.login-btn{
	margin-top: 20px;
}
.form input[name="num"]{
	background-position: 14px 10px;
}
.form input[name="phone"]{
	background-position: 14px -30px;
}




/*我的*/
.my-back{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	z-index: -1;
}
.list-top {
    padding: 20px 3%;
    background: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 20px 0;
    color: #333333;
}
.list-top-l {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #232733;
    border-radius: 50%;
    margin-right: 5px;
    border: 3px solid #b7d0fb;
}
.list-top-l img {
	width: 100%;
	height: 100%;
}
.list-top-r {
    float: left;
    font: 600 14px/150% "microsoft yahei";
    text-align: left;
    padding: 4px 20px;
    color: #333;
}
.list-top-r h2 {
    color: #2d58a3;
    font: 100 18px/150% "microsoft yahei";
}
.list-top-r p {
    color: #666;
    font: 100 14px/150% "microsoft yahei";
}
.my-list{
	margin-bottom: 40px;
}
.my-item{
	display: block;
	padding: 16px 3%;
	height: 2rem;
	margin: 20px 0;
	background-color: #fff;
}
.my-item img{
	height: 2.4rem;
	float: left;
}
.my-item h3{
	line-height: 2.4rem;
	font-size: 1.4rem;
	margin-left: 36px;
}
.right-arrow{
	background-image: url(../images/right.png);
	width: 14px;
	height: 2rem;
	float: right;
	margin-top: 2px;
	background-size: 14px 100%;
}
.my-btn{
    margin-top: 10px;
	margin-bottom: 10px;
}
/*个人资料*/
.data-list{
	margin-top: 20px;
}
.data-list li{
	background-color: #fff;
	padding: 0 5%;
	min-height: 50px;
	border-bottom: 1px solid #d6d6d6;
}
.data-list li:first-child{
	border-top: 1px solid #d6d6d6;
}
.data-list h3{
	float: left;
	line-height: 50px;
	font-size: 1.2rem;
	color: #222;
}
.data-list p{
	line-height: 50px;
	font-size: 1.2rem;
	margin-left: 100px;
	color: #666666;
}
.data-list input{
	float: right;
	line-height: 50px;
	width: 76%;
	font-size: 1.1rem;
}
.select-box{
	float: right;
	width: 76%;
}
.data-list select{
	font-size: 1.1rem;
	height: 50px;
	width: 48%;
	color: #999;
}
.more-data{
	margin-top: 30px;
}
.more-data a{
	display: block;
	height: 50px;
}
.more-data .right-arrow{
	margin-top: 12px;
}
/*合同管理*/
.contracts-item{
	background-color: #fff;
	padding: 10px 3%;
	margin: 10px 0;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}
.contracts-item h5{
	color: #333;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.contracts-item p{
	color: #999;
	font-size: 1.1rem;
    margin-bottom: 6px;
}
.contracts-item span{
	color: #888;
}
.contracts-item i{
	margin-top: 55px;
}

.contracts-nav li{
	float: left;
	width: 50%;
}
.contracts-nav a{
	display: block;
	height: 30px;
	border-bottom:  1px solid #c5c4c4;
	border-left:  1px solid #c5c4c4;
	line-height: 30px;
	text-align: center;
	background-color: #f4f4f4;
	color: #888;
	font-size: 1.2rem;
}
.contracts-nav li:first-child a{
	border-left:  0;
}
.c-nav-sel a{
	color: #2d58a3;
}
.base-data-cont{
	margin-bottom: 100px;
}
.base-data-cont li{
	background-color: #fff;
	padding: 0 5%;
	zoom:1;
	border-bottom: 1px solid #d6d6d6;
}
.base-data-cont li:before,
.base-data-cont li:after {
    content:"";
    display:table;
    clear:both;
}
.base-data-cont li:first-child{
	border-top: 0;
}
.base-data-cont h3{
	float: left;
	line-height: 50px;
	font-size: 1.2rem;
	color: #222;
}
.base-data-cont p{
	line-height: 50px;
	font-size: 1.2rem;
	margin-left: 100px;
	color: #666666;
}
.base-data-cont input{
	float: right;
	line-height: 50px;
	width: 76%;
	font-size: 1.1rem;
}
/*收据管理*/
.receipt-list{
	padding-bottom: 51px;
}
.state{
	width: 50px;
}
.receipt-item{
	background-color: #fff;
	padding: 10px 3%;
	margin: 10px 0;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}
.receipt-item:first-child{
    margin-top: 0;
}
.receipt-item h5{
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.receipt-item p{
	color: #888;
	font-size: 1.1rem;
    margin-bottom: 6px;
}
.receipt-item p span{
	color: #585c64;
}
.receipt-item i{
	margin-top: 90px;
}



/*私信*/
.my-massage{
	padding: 30px 3% 0 10%;
}
.massage-item{
	position: relative;
	margin-bottom: 40px;
}
.massage-item h3{
	font-size: 1.1rem;
	text-indent: 42px;
	color: #333;
}
.massage-item h4{
	float: right;
	padding-left: 20px;
	color: #333;
	background: url(../images/clock.png) no-repeat left 2px;
	background-size: 12px;
	font-size: 1.1rem;
}
.massage-cont{
	position: relative;
	padding: 14px 40px 14px 30px;
	margin-top: 4px;
	color: #888;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
}
.massage-icon{
	position: absolute;
	top: 14px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/massage-icon.png);
	background-size: 200%;
}
.massage-cont p{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head-pic{
	width: 50px;
	height: 50px;
	border-radius: 60px;
	overflow: hidden;
	border: 10px solid #eee;
	position: absolute;
	top: -26px;
    left: -30px;
}
.radius1{
	background-image: url(../images/border-radius.png);
    width: 38px;
    height: 23px;
    background-size: 100% 100%;
    position: absolute;
    top: 21px;
    left: 0px;
    z-index: 3;
}
.head-pic img{
	width: 100%;
	height: 100%;
}
.open-item .massage-cont{
	background-color: #ebf2ff;
}
.open-item .massage-icon{
	background-position: left bottom;
}
.open-item .massage-cont p{
	height: auto;
	white-space: normal;
}
.no-read .massage-icon{
	background-position: right top;
}
/*资讯*/
.news-nav{
	border-bottom: 1px solid #c5c4c4;
	background-color: #f4f4f4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.news-nav li{
	float: left;
	width: 25%;
}
.news-nav a{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #888;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.news-nav-sel a{
	border-color: #5577b3;
	color: #2d58a3;
}
.notice-list{
	margin-top: 20px;
}
.notice-item{
	padding: 10px 5%;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}
.notice-item span{
	float: right;
	color: #bbc0cd;
	font-size: 1rem;
	line-height: 30px;
}
.notice-item h4{
	color: #2d58a3;
	width: 76%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
}
.new-detail,.intro{
	margin-top: 20px;
	padding: 10px 5%;
	background-color: #fff;
}
.new-title{
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.new-title h5{
	color: #2d58a3;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.new-title p{
	display: inline-block;
	color: #888;
	padding: 0 1%;
	color: #666;
    line-height: 12px;
}
.new-title p:not(:last-child){
	border-right: 1px solid #ccc;
}
.new-article{
	color: #666;
    line-height: 24px;
    text-indent: 26px;
}
.intro img{
	width: 30%;
	display: block;
	margin: 20px auto;
}
.search-massage{
	margin-top: 20px;
	padding: 20px 6%;
	background-color: #fff;
	position: relative;
}
.search-massage input{
	width: 78%;
	padding: 8px 18% 8px 4%;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	color: #333;
}
.search-btn{
	position: absolute;
	right: 8%;
	top: 28px;
	width: 20px;
	height: 20px;
}
.search-btn img{
	width: 100%;
}
.contact-us-pic,.contact-us-pic img{
	width: 100%;
}
.contact-way{
	background-color: #fff;
}
.way-item{
	margin: 0 12%;
	padding: 20px 8%;
	background-repeat: no-repeat;
	background-position: left 24px;
	background-size: 16px;
}
.way-item p{
	color: #444444;
	font-size: 1.1rem;
	line-height: 2rem;
}
.way-item1{
	background-image: url(../images/c-icon1.png);
}
.way-item2{
	background-image: url(../images/c-icon2.png);
}
.way-item3{
	background-image: url(../images/c-icon3.png);
}
.way-item4{
	background-image: url(../images/c-icon4.png);
}
/*我的工作簿*/
.wb-nav{
	padding: 0 5%;
    border-bottom: 1px solid #c9c8c8;
    padding: 10px 0;
    position: fixed;
    top: 50px;
    background-color: #fff;
    left: 0;
    width: 100%;
}
.wb-nav li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.wb-nav li:first-child a{
	border-left: 0;
}
.wb-nav img{
	margin: 0 10px;
	height: 10px;
}
.wb-nav a,.wb-nav p{
	line-height: 14px;
	display: block;
	font-size: 1.2rem;
	border-left: 1px solid #dadada;
}
.wb-nav a{
	color: #2d58a3;
}
.wb-list{
	margin-top: 20px;
}
.wb-item{
	padding: 10px 5%;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}
.wb-item span{
	float: right;
	color: #2d58a3;
	font-size: 1rem;
	line-height: 30px;
}
.wb-item h4{
	color: #333333;
	width: 76%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
}
.wb-detail{
	padding: 10px 5%;
	background-color: #fff;
}
.wbd-btn{
	padding: 20px 0;
    position:relative;
}
.bl,.bc,.lr{
	width: 100px;
	height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.bc{
    background-color:#4778CD;
    position:absolute;
    top:20px;
    left:50%;
    margin-left:-50px;
}
.bl{
	background-color: #2d58a3;
}
.lr{
	background-color: #3c93d0;
}
/*录入数据*/
.input-data{
	width: 100%;
	overflow: hidden;
}
.select-list{
	background-color: #fff;
	padding: 0 5%;
}
.select-list li{
	padding: 10px 0;
	height: 40px;
}
.select-list p,.id-input p{
	width: 30%;
	float: left;
	line-height: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #333333;
}
.select-list select{
	width: 33%;
	height: 32px;
	margin-left: 2%;
	padding: 0 8px;
	margin: 4px 0;
	float: right;
	color: #666;
	font-size: 1.2rem;
}
.month-sel{
	color: #888888;
	font-size: 1rem;
	line-height: 40px;
	padding: 0 5%;
}
.every-month{
	color: #888888;
	font-size: 1rem;
	line-height: 1rem;
    margin-bottom:20px;
	padding: 0 5%;
}
.month-sel span{
	color: #333;
	font-size: 1.2rem;
	margin: 0 5px;
}
.id-input{
	background-color: #fff;
	padding: 0 5%;
	margin-bottom: 20px;
}
.id-input input,.id-input select{
	line-height: 40px;
	height: 40px;
	width: 70%;
	float: right;
}
.id-input textarea{
	width: 62%;
	padding: 4%;
	min-height: 70px;
	float: right;
	margin: 14px 0;
}
.submit{
	color: #fff;
	background-color: #2d58a3;
	display: block;
	margin: 0 5%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 1.2rem;
}
.eval-top,.eval-center{
	text-align: center;
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 5% 20px 5%;
}
.eval-top h2{
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding-bottom: 20px;
}
.score{
	margin: 0 auto;
	display: table;
	font-size: 1.2rem;
	line-height: 16px;
}
.star-icon{
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 10px;
	background: url(../images/star.png) left bottom;
	background-size: 100% auto;
}
.eval-center textarea{
	width: 82%;
	height: 80px;
	margin: 0 5%;
	padding: 4px 4%;
}
.eval-center p{
	font-size: 1rem;
	text-align: right;
	margin-right: 5%;
}
.eval-bottom{
	margin: 4px 5%;
}
.qx{
	width: 100px;
	height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background-color: #9ea6b3;
}
.fb{
	width: 100px;
	height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background-color: #2d58a3;
}
.evaluation{
    padding-top:116px;
}
.evaluation .news-nav{
    top: 50px;
}
.work-book{
    padding-top: 85px !important;
}
.wb-detail{
    margin-top: -10px !important;
}
.sec{
	top: 50px;
}
.gray{
    background-color:gray !important;
}

/*日程安排*/
.red{
	color: #f35b69 !important;
}
.mt3{
	margin-top: 10px;
}
.da-top{
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.da-top p{
	float: left;
	font-size: 16px;
	margin-right: 20px;
}
.da-top .star-icon{
	/* margin-top: 3px; */
	margin-right: 10px;
}
.dt-top{
	background-color: #fff;
	position: relative;
	padding: 16px 8%;
	border-bottom: 1px solid #e5e5e5;
	height: 24px;
}
.dt-top .top-title{
	color: #333333;
	font-size: 18px;
	padding: 3px 0;
}
.dt-top img{
	position: relative;
}
.d-table{
	width: 90%;
	padding: 0 5%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.d-table table{
	width: 100%;
}
.d-table th,.d-table td{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	width: 14.3%;
	color: #333;
}
.d-table th{
	color: #2d58a3;
}
.d-table td p{
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 10px auto;
}
.b-red p{
	background-color: #f75c6b;
	color: #fff;
}
.b-blue p{
	color: #fff;
	background-color: #4e7ed3;
}
.line{
	width: 100%;
	left: 0;
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
	top: 40px;
}
.dt-list{
	padding: 0 5%;
	line-height: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.dt-list:first-child{
	border-top: 1px solid #e5e5e5;
}
.dt-list h2{
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 5%;
}
.dt-list p{
	float: left;
	color: #666;
	font-size: 14px;
	margin-right: 10%;
}
.dt-item{
	height: 16px;
	padding: 16px;
	border-top: 1px solid #e5e5e5;
}
.dt-item:first-child{
	border-top: 0;
}
.dt-list span{
	font-size: 15px;
}
.color-block h2{
	padding-left: 12px;
	margin-left: -16px;
}
.color-block.c1 h2{
	border-left: 4px solid #f16f7b;
}
.color-block.c2 h2{
	border-left: 4px solid #f7b05c;
}
.color-block.c3 h2{
	border-left: 4px solid #46d4aa;
}
/*日程安排详情*/
.back-fff{
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.dad-top,.dad-item{
	border-bottom: 1px solid #ccc;
	margin: 0 5% 0 20%;
	padding: 20px 0;
}
.add-btn{
	width: 80px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	background-color: #3d73d1;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
.dad-top h2,.dad-item h2{
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.rc-icon1,.rc-icon2{
	width: 20px;
	height: 20px;
	margin: 5px;
	background-repeat: no-repeat;
	background-image: url('../images/rc-icon.png');
	background-size: 272%; 
}
.rc-icon1{
	background-position: right bottom;
}
.rc-icon2{
	background-position: left bottom;
}
.rc-icon1:active,.rc-icon2:active{
	background-position-y: top;
}
.time-arrange{
	position: relative;
	padding-bottom: 60px;
}
.ta-side{
	border-left: 2px solid #c6d1e4;
	position: absolute;
	height: 100%;
	top: 0;
	left: 10%;
}
.circle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	margin: 25px 0 51px -11px;
}
.circle-nei{
	width: 10px;
	height: 10px;
	margin: 5px;
	position: absolute;
	top: 0px;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
}
.circle.c1{
	background-color: #5dcccb;
}
.circle.c2{
	background-color: #eb7490;
}
.circle.c3{
	background-color: #74b2eb;
}
.circle.c4{
	background-color: #eba975;
}
.right-arrow2{
	background-image: url(../images/right.png);
	width: 10px;
	height: 18px;
	float: right;
	margin-top: 16px;
	margin-left: 16px;
	background-size: 100% 100%;
}
.data-list textarea{
    width: 76%;
    height:60px;
    padding: 5px;
}
