input[type="submit"], input[type="button"] {
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px 10px;
}

.iconfont {
	font-size: 14px;
	cursor: pointer;
}

.title {
	border: 0;
}

.layout-1190 .hide{
	display: none;
}

.release-step-list {
	margin-top: 42px;
}

.release-step-list .step {
	position: relative;
	width: 390px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #999;
	font-size: 18px;
	background-color: #f8f8f8;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.release-step-list .step.active {
	color: #fff;
	background-color: #d8252d;
}

.release-step-list .step.active .can-click-style {
	color: #fff;
}

.release-step-list .step.active.right-arraw:after {
	border-color: transparent transparent transparent #d8252d;
}

.release-step-list .step.last {
	margin-right: 0;
}

.right-arraw:after {
	position: absolute;
	right: -25px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 25px;
	border-color: transparent transparent transparent #f8f8f8;
}

.left-inner-arraw:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 25px;
	border-color: transparent transparent transparent #fff;
}

.new-title {
	margin-top: 40px;
}

.new-title .flag {
	width: 3px;
	height: 14px;
	background-color: #d8252d; 
	margin-right: 6px;
	display: inline-block; 
}

.new-title .name {
	font-size: 16px;
	color: #333;
}

.release-type {
	padding-left: 30px;
}

.release-type .type-list{
	margin-top: 40px;
}

.release-type .type-list .type{
	display: inline-block;
	width: 92px;
	margin: 0 75px 0;
	cursor: pointer;
}

.type .name {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.error {
	color: #d8252d;
}

.remind {
	color: #999;
}

.err {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	content: "X";
	border-radius: 50%;
}

.remind-cio {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	content: "X";
	border-radius: 50%;

}
.checkbox-group .checkbox-label{
	display: inline-block;
	width: 165px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: normal;
}

 .area-list .checkbox-label{
	display: inline-block;
	width: 115px;
}
.damend-tag {
	display: inline-block;
	width: 195px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.damend-tag.active {
	position: relative;
	border-color: #d8252d;
	color: #d8252d;
}

.damend-tag.active:before {
	position: absolute;
	content: ' ';
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #d8252d transparent;
}

.damend-tag.active:after {
	position: absolute;
    right: 0px;
    bottom: -15px;
    content: "√";
    color: #fff;
}

.industryAdd {
	color: #d8252d;
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
}

.addedImg, .selectImg{
	display: inline-block;
	position: relative;
	width: 130px;
	height: 100px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
}

.upload-img-wrap{
	margin: 0 10px 10px 0;
}

.selectImg {
	border: 2px solid #ccc;
	/*top: -41px;top: -41px;*/
	position: absolute;
}

.selectImgDes {
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	background-color: #f5f5f5;
	text-align: center;
	color: #666;
}

.select-add-ico {
	position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #d8252d;
    font-size: 60px;
    width: 100%;

}
.addedImg img{
	width: 100%;
	height: 100%;
	vertical-align: inherit;
}

.addedImg .addedImgOper {
	position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    filter: Alpha(opacity=70);
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
	display: none;
}

.addedImgOper .iconfont {
	font-size: 12px;
}

.marting-list .active, .area-list .active{
	color: #d8252d;
}


.checkbox-actual {
	position: relative;
    display: inline-block;
    margin: 4px 0 0 -28px;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.checkbox-label .marting{
	visibility: hidden;
	width: 19px;
    height: 19px;
    display: inline-block;
}

.checkbox-ie8 .marting {
	visibility: visible;
}

.checkbox-ie8 .marting+.checkbox-actual:after {
	border: none;
}

.marting:checked+.checkbox-actual {
	border-color: #d8252d;
	background-color: #fbe9ea;
}
.marting:checked+.checkbox-actual:after {
	opacity: 1;
}
.marting+.checkbox-actual:after {
	content: '';
    width: 6px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #d8252d;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}



/*-------------------*/
.lvcity-list .active, .area-list .active{
	color: #d8252d;
}


.checkbox-actual {
	position: relative;
    display: inline-block;
    margin: 4px 0 0 -28px;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.checkbox-label .lvcity{
	visibility: hidden;
	width: 19px;
    height: 19px;
    display: inline-block;
}

.checkbox-ie8 .lvcity {
	visibility: visible;
}

.checkbox-ie8 .lvcity+.checkbox-actual:after {
	border: none;
}

.lvcity:checked+.checkbox-actual {
	border-color: #d8252d;
	background-color: #fbe9ea;
}
.lvcity:checked+.checkbox-actual:after {
	opacity: 1;
}
.lvcity+.checkbox-actual:after {
	content: '';
    width: 6px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #d8252d;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.areaSelected-list {
	display: inline-block;
	margin-top: 5px;
}

.areaSelected {
	display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 14px;
	margin-bottom: 5px;
}

.J_canClick {
	color: #3a96e9;
	margin-left: 10px;
	cursor: pointer;
}

.can-click-style {
	color: #3a96e9;
	margin-left: 10px;
	cursor: pointer;
	text-decoration: underline;
}


.modal .list .title {
	vertical-align: top;
	font-size: 14px;
	width: 80px;
	margin-left: -80px;
}

.modal .list .smallIndustry {
	font-size: 14px;
}

.modal-footer {
	margin: 40px 0;
	text-align: center;
}
.modal-footer .areaSelectedBtn, .header .areaSelectedBtn{
	height: 32px;
	line-height: 32px;
	padding: 0 35px;
	color: #fff;
	background-color: #d8252d;
	text-align: center;
	border-color: transparent;
}

.normal-list .title{
	display: inline-block;
    width: 80px;
    text-align: right;
    border: 0;
    vertical-align: top;

}

.normal-list .areaSelected-list{
	width: 420px;
    display: inline-block;
    margin-left: 10px;
}

.form-dd .title {
	border: none;
}

.icon-cuowu {
	color: #d8252d;
}

.jiamengmodal .body{
	text-align: center;
}

.jiamengmodal .big-title{
	font-size: 43px;
	color: #333;
	margin-bottom: 20px;
}

.jiamengmodal .sub-title{
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}

.jiamengmodal .content{
	padding: 40px 80px;
	text-align: center;
}

.jiamengmodal .ercode{
	float: left;
	width: 165px;
	height: 165px;;
}

.jiamengmodal .ercode img{
	width: 165px;
	height: 165px;;
}

.jiamengmodal .download-title{
	font-size: 24px;
    color: #666;
    margin: 0 0 25px 13px;
    text-align: left;
}
.jiamengmodal {
	text-align: center;
}

.jiamengmodal .download{
	float: left;
	margin-left: 20px
}
.upload-img-input {
	position: absolute;
	top: -31px;
	display: none;
	z-index: 13;
	width: 130px;
	height: 100px;

}

.modal {
	overflow-y: auto;
	max-height: 400px;
}

.upload-img-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 130px;
	height: 100px;
}

.addedImgOper .icon-sanjiao3 {
	margin-left: 30px;
}

#J_testUploadImg, #fileupload {
	display: inline-block;
	position: absolute;
	width: 130px;
	height: 100px;
	top: -41px;
	visibility: hidden;
}

.ie8 #fileupload {
	visibility: visible;
}

.ie8+ie8-hide {
	display: none;
}

.addedImg:hover .addedImgOper {
	display: block;
}

.icon-tishi {
	color: #3a96e9;
}

.icon-zhengque {
	color: #8cd232;
}

.interfaceRootUrl, #interfaceRootUrlHasHttp {
	display: none;
}

.modal .body span {
	padding: 0 8px;
	cursor: pointer;
	display: inline-block;
}

.list .smallIndustry:first-of-type {
	padding-left: 0;
}

.modal .list .title {
	box-sizing: border-box;
}

.modal-trigger {
	display: inline-block;
}
.modal .list {
	padding: 6px 0;
	padding-left: 70px;
}

.modal .list .title {
	color: #333;
}

.img-placeholder {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: -10px;
}

/*地图部分*/

.marker_sure{
	/*width: 200px;height: 40px; margin: 0 auto; margin-left: 35%; margin-top: 10px;border-radius: 5px;*/
}
.j-map:hover , .marker_sure:hover{
	cursor: pointer;
}
.map-model{
	max-height: 450px;
}

.fabu:disabled {
	background-color: #999!important;
}

/*要写在后面的样式*/
.modal .list .selected-result {
	width: 160px;
}

.modal .list .region-selected-result {
	width: 190px;
}

.modal .list .red {
	color: #d8252d;
}
.J_selectCity .icon-dui{
	color: #999;
	margin-right: 5px;
}

.J_selectCity.selected {
	border-color: #d8252d;
}

.J_selectCity.selected .icon-dui{
	color: #d8252d;

}
.areaSelectedListWrap {
	display: block;
	max-width: 450px;
}

.modal .body .icon-x {
	padding: 0 0 0 2px;
}


/*@ 店铺入驻:展开更多部分 */
.more-container {
	display: none;
}

.more-btn-container, .more-tip-container {
	padding-left: 140px;
}

.more-btn-container {
	margin-top: 0;
}


.more-btn-container .more-btn {
	font-size: 14px;
	color: #666;
}

.more-btn-container .more-btn .more-btn-icon {
	width: 25px;
}

.more-tip-container .tip {
	font-size: 14px;
	color: #3a96e9;
}

/*.merchant-bg {*/
	/*margin-top: 0;*/
	/*height: auto;*/
	/*background-color: #fff;*/
/*}*/

/*.merchant-main {*/
	/*height:auto;*/
/*}*/

/*.content-myService-p {*/
	/*border-left: 3px solid red;*/
	/*padding-left: 5px;*/
	/*font-weight: normal;*/
	/*line-height: 18px;*/
/*}*/

