body{
	background: #fff;
	font-size: 14px;
}
.container{
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
/*header*/
.zc-sites {
  background: #2e2e2e;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.zc-sites a {
  color: #dcdcdc;
}
.zc-sites .menu {
  float: left;
}
.zc-sites .menu a {
  float: left;
  display: block;
  padding: 0 15px;
}
.zc-sites .menu a:hover {
  color: #fff;
}
.zc-sites .sites {
  float: right;
}
.zc-sites .sites a {
  float: left;
  margin: 0 15px;
}
.zc-sites .sites a:hover {
  color: #fff;
}
.zc-sites .ucenter {
  float: right;
  margin-left: 50px;
  line-height: 26px;
  width: 145px;
}
.zc-sites .ucenter .ucenter-top {
  position: relative ;
  padding: 5px 10px 4px 10px;
  cursor: pointer;
}
.zc-sites .ucenter .nickname {
  padding: 0 20px 0 10px;
  max-width: 89px;
  overflow: hidden;
  max-width:65px;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #dcdcdc;
}
.zc-sites .ucenter .nickname i {
  display: inline-block;
  background-position: -39px 0;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 15px;
  transition: -webkit-transform .25s;
  transition: transform .25s;
}
.zc-sites .ucenter .uc-container {
  position: relative;
}
.zc-sites .ucenter .uc-container:hover .ucenter-links {
  display: block;
}
.zc-sites .ucenter .uc-container:hover .ucenter-top {
  background: #575757;
}
.zc-sites .ucenter .uc-container:hover .nickname i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zc-sites .ucenter .ucenter-links {
  position: absolute;
  background: #575757;
  width: 100%;
  left: 0;
  top: 35px;
  display: none;
  z-index: 2;
}
.zc-sites .ucenter .ucenter-links li {
  height: 38px;
  padding: 0 10px;
  border-bottom: 1px solid #6c6c6c;
}
.zc-sites .ucenter .ucenter-links li a {
  display: block;
  line-height: 38px;
}
.zc-sites .ucenter .ucenter-links li i {
  width: 14px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.zc-sites .ucenter .ucenter-links li.l1 i {
  background-position: 0px -49px;
}
.zc-sites .ucenter .ucenter-links li.l2 i {
  background-position: -16px -49px;
}
.zc-nav {
  height: 80px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
}
.zc-nav .logo {
  padding: 15px 0 15px 0;
}
.zc-nav .menu a {
  float: left;
  padding: 0 20px;
  line-height: 80px;
  border-right: 1px solid #e0e0e0;
  color: #6f6f6f;
}
.zc-nav .menu a.active {
  font-weight: bold;
  color: #333333;
}
.zc-nav .search {
  width: 104px;
  height: 80px;
  border-right: 1px solid #e0e0e0;
  position: relative;
}
.zc-nav .search .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.zc-nav .search i {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background-position: 0px 0px;
}
.zc-nav .search .text-field {
  position: absolute;
  background: #5b5b5b;
  text-indent: 10px;
  color: #fff;
  font-size: 18px;
  right: 0px;
  height: 81px;
  border: 0;
  outline: 0;
  z-index: 0;
  /* width: 315px; */
  width: 0;
  transition: width 0.25s ease-in;
}
.zc-nav .search-active .text-field {
  width: 315px;
}
.zc-nav .search-active i {
  background-position: -31px -10px;
}
/*header*/
.yc-navbar{
	background: #f6ece8;
	height: 100px;
	line-height: 100px;
}
.yc-navbar img{
	float: left;
	margin-top: 25px;
}
.yc-navbar span{
	height: 20px;
	color: #d66b4b;
	float: right;
	letter-spacing: 5px;
	font-size: 20px;
	margin-right: -200px;
}
/*form*/
.yc-form .main{
	width: 790px;
	color: #666666;
}
.form-group{
	border-bottom: 1px solid #efe2dc;
}
.yc-form h1{
	padding: 33px 0 28px;
	font-size: 20px;
}
.yc-form h2{
	color: #bc5e42;
	padding: 24px 0 29px;
	font-size: 15px;
	color: #bc5e42;
	padding-left: 81px;
	font-weight: bold;
}
.yc-form h2 small{
	font-size: 12px;
	font-weight: normal;
}
.yc-form .form-group{
	position: relative;
}
.yc-form .form-group p,.yc-form .form-group .row{
	margin-bottom: 20px;
}
.yc-form .form-group label,.yc-form .mod label+span{
	display: block;
	float: left;
	width: 60px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	text-align: right;
	margin-right: 24px;
}

.yc-form input[type=text]{
	display: block;
	float: left;
	width: 300px;
	height: 50px;
	padding:17px 20px;
	box-sizing:border-box;
	border: 1px solid #e9e9e9;
	background: #fbfbfb;
	border-radius: 2px;
	color: #9c9c9c;
}
.yc-form input[type=text]:focus{
	outline:none;
	border-color: #d66b4b;
	box-shadow: 0 0 5px #d66b4b;
}
.yc-form .form-group em{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 15px;
	color: #f74a4e;
}
.upload-img{
	display: inline-block;
	text-align: center;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #ec8d70;
	border: none;
	border-radius: 3px;
	position: relative;
	color: #fff;
	float: left;
	margin-top: 25px;
}
.upload-img i{
	display: inline-block;
	width: 22px;
	height: 19px;
	background: url(../images/yc100/yc100_sprite.png) -34px 0;
	vertical-align: middle;
	margin-right: 10px;
}
.upload-img input[type=file]{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	opacity:0;
}
.select-box{
	float: left;
	display: inline-block;
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	background: #fbfbfb;
	border-radius: 2px;
	position: relative;
	padding:18px 32px;
}
.select-box span{
	color: #9c9c9c;
		line-height: 1;
}
.select-box select{
	display: none;
}
.select-box:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-color: #ddd transparent transparent transparent;  
	border-style: solid;
	border-width: 7px;
	position: absolute;
	top: 23px;
	right: 16px;
}
.select-box:before{
	content:"";
	display: block;
	height: 100%;
	width: 50px;
	border-left: 1px solid #ddd;
	position: absolute;
	right:0;
	top:0;
}
.select-box ul{
	position: absolute;
	top:100%;
	left:0;
	z-index: 9999;
	border: 1px solid #ddd;
	display: none;
}
.select-box ul li{
	width: 245px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	background: #fbfbfb;
}
.select-box ul li:hover{
	color: #da6a48;
	cursor: pointer;
}
.form-group .save{
	width: 81px;
	height: 38px;
	line-height: 38px;
	background: #d66b4b;
	color: #fff;
	text-align: center;
	float: right;
	margin: 40px 0 25px;
	border: none;
	border-radius: 3px;
}

.addimg{
	width: 120px;
	height: 90px;
	box-sizing:border-box;
	border: 1px dashed #ccc;
	background: #f9f9f9;
	position: relative;
	float: left;
	margin-right: 20px;
	line-height: 1;
}
.addimg:before{
	content:"+";
	font-size: 60px;
	color: #ccc;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.addimg input[type=file]{
	width: 100%;
	height: 100%;
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}

.additem{
	width: 120px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.additem .close{
	color: #F00;
	position: absolute;
	top: 0;
	right: 2px;
	display: block;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.additem img{
	width:120px;
	height: 90px;
}
.additem .item-name{
	display: block;
	margin-top: 10px;
	color: #666;
	text-align: center;
}
.additem .item-name input[type=text]{
	width: 100%;
	height: 30px;
	font-size: 12px;
	padding: 8px 10px;
}
.addreport{
	display: inline-block;
	color: #fff;
	background: #ec8d70;
	width: 160px;
	height: 37px;
	color: #fff;
	line-height: 37px;
	border: none;
	margin-left: 84px;
	cursor: pointer;
}
.addreport:before{
	content:"+";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	margin:0 10px;
	font-size: 20px;
	vertical-align: middle;
}
.company-intro textarea{
	width: 710px;
	height: 450px;
	padding: 18px;
	color: #9c9c9c;
	border: 1px solid #e9e9e9;
	float: right;
	resize:none;
	display: block;
	background: #fbfbfb;
}
.company-intro{
	overflow: hidden;
}
#submit{
	display: block;
	width: 150px;
	height: 38px;
	background: #d66b4b;
	color: #fff;
	text-align: center;
	margin: 40px auto 25px;
	border: none;
	border-radius: 3px;
}
/*修改*/
.yc-form .mod label+span{
	width: auto;
}
.yc-form .mod>p:last-child{
	margin-bottom: 0;
}
.mod label+span img{
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
}
.mod .mod-btn{
	display: block;
	border-radius: 3px;
	border: 1px solid #d66b4b;
	width: 80px;
	height: 38px;
	position: absolute;
	top:23px;
	right:30px;
	color: #d66b4b;
	line-height: 38px;
}
.mod-btn i{
	background: url(../images/yc100/yc100_sprite.png) 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	vertical-align: middle;
}

.row label{
	line-height: 50px;
}
.report-box li{
	overflow: hidden;
	margin: 20px 0;
}

/*footer*/
.yp-footer {
  background: #313131;
  padding: 45px 0 0px;
}
.yp-footer .yp-footer-top .left {
  float: left;
}
.yp-footer .yp-footer-top .left .copyr {
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.8;
  padding-top: 35px;
}
.yp-footer .yp-footer-top .right {
  float: right;
}
.yp-footer .yp-footer-top .right .links {
  color: #aaa;
  font-size: 12px;
  float: right;
  line-height: 40px;
}
.yp-footer .yp-footer-top .right .links a {
  color: #aaa;
  font-size: 12px;
  margin: 0 10px 0 8px;
}
.yp-footer .yp-footer-top .right .us {
  float: right;
}
.yp-footer .yp-footer-top .right .us a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-left: 20px;
  background-image: url(../../images/common/yp-footer-sprite.png);
  background-repeat: no-repeat;
}
.yp-footer .yp-footer-top .right .us a.weibo {
  background-position: 0 0;
}
.yp-footer .yp-footer-top .right .us a.weixin {
  background-position: -50px 0;
}
.yp-footer .yp-footer-top .right .us a.email {
  background-position: -100px 0;
}
.yp-footer .cooperate {
  padding-top: 60px;
}
.yp-footer .cooperate a {
  padding-right: 35px;
}
.yp-footer .cooperate img {
  vertical-align: middle;
  display: inline-block;
}
.yp-footer .cooperate .coop-name {
  padding-bottom: 15px;
  color: #6f6f6f;
}
.yp-footer .yp-footer-btm {
  padding-top: 65px;
  padding-bottom: 40px;
}
.yp-footer .yp-footer-btm li {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.yp-footer .yp-footer-btm li a {
  font-size: 12px;
  color: #636363;
}
.yp-footer .yp-copyright {
  height: 45px;
  line-height: 45px;
  background-color: #2d2d2d;
  border-top: 1px solid #3c3c3c;
  color: #6f6f6f;
  font-size: 12px;
}
.yp-footer .yp-copyright img {
  vertical-align: middle;
  margin-left: 3px;
  display: inline-block;
}
.companyLogo{
	float: left;
	margin-right: 10px;
}
.companyLogo img{
	margin: 0 5px;
}

/*upload image*/
.upload-img .uploadify,.addimg .uploadify{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity:0;
}
.upload-img .uploadify object{
	left: 0;
}
.uploadify-queue-item{
	display: none;
}

/*change */
.mod .mod-btn{
	display: block;
}
.mod .save{
	display: none;
}
.edit .save{
	display: block;
}
.edit .mod-btn{
	display: none;
}
.yc-form .edit em{
	display: block;
}
.yc-form .mod em{
	display: none;
}
.mod .upload-img{
	display: none;
}
.mod .select-box,.mod input[type=text]{
	background: rgba(0, 0, 0, 0);
	border: none;
}
.mod input[type=text]:focus{
	box-shadow: none;
}
.mod .select-box:before,.mod .select-box:after{
	display: none;
}
.mod .addimg{
	display: none;
}
.mod .productImg .close{
	display: none;
}
.yc-form .edit .close{
	display: block;
}
.mod .addreport{
	display: none;
}
.edit .addreport{
	display: block;
}
.mod .report-box{
	display: none;
}
.yc-form .mod .link{
	height: auto;
	padding-left: 80px;
}
.yc-form .mod .link a{
	color: #d66b4b;
	display: block;
	margin-bottom: 25px;
}
.edit .link{
	display: none;
}

/*popup*/
.popup{
	display: none;
	position: fixed;
	top:250px;
	left:50%;
	margin-left: -255px;
	width: 510px;
	height: 420px;
	box-shadow: 0px 0px 5px #e8e8e8;
	background: #fff;
	border: 1px solid #e2e2e2;
	z-index: 1001;
}
.popup-title{
	height: 80px;
	line-height: 80px;
	border: 1px solid #e2e2e2;
	background: #f0f8f4;
}
.popup-title h2{
	font-weight: bold;
	font-size: 18px;
	color: #11a050;
	text-align: center;
}
.popup-close{
	font-size: 45px;
	color: #000;
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 1;
	font-weight: 100;
	color: #545555;
	cursor:pointer;
	transition: all .5s;
}
.popup-close:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	color: red;
}
.popup-content{
	font-size: 14px;
	color: #474747;
	padding: 35px 50px 40px;
	line-height: 1.5em;
}
.popup-content p{
	text-indent: 2em;
	color: #000;
}
.popup .ps{
	text-indent: 0;
	color: #999999;
	margin: 30px 0;
}
.mask{
	display: none;
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	background: #fff;
	opacity:.5;
	z-index: 1000;
}
.popup .goBack{
	width: 154px;
	display: block;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background: #d66b4b;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
}