@charset "utf-8";

.wms-cont{
	max-width: 1200px;
	margin: auto;
	padding-top: 40px;
}
.wms-img{
	text-align: center;
	overflow: hidden;
	margin: auto;
}
.wms-img img{
	max-width:100% ;
	display: block;
	margin: auto
}

.industry-content .wms-cont{
	font-size: 0
}
.industry-content .ws-creat-view .wms-cont-l{
	margin: auto;
	text-align: center;
	font-size: 0;
	display:inline-block;
	vertical-align: middle;
	float: none;
}
.industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox{
	margin-bottom: 40px;
	float: none;
	display: inline-block;
	vertical-align: top
}
.industry-content .ws-creat-view .wms-cont-l .ws-img-num{
	margin-bottom: 10px;
}

.wms-btn-group{
	text-align: center;
	margin: auto;
}
.wms-btn-group  .round-button{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px
}

.industry-content .ws-creat-view .wms-cont-r{
	display:inline-block;
	vertical-align: middle;
	float: none;
}


/*form*/
.wms-form-wrap,
.wms-form-wrap .form-block{
	background: #fff;
}
.wms-form-cont{
	margin: auto;
	padding: 20px 0;
	padding-left: 80px; /*2019.0927 修改表单边距*/
}
.wm-form-group{
	margin: auto auto 20px auto;
}
.wm-form-group:before,
.wm-form-group:after{
	display: block;
	content: "";
	clear: both;
}

.wm-form-group .control-label {
	padding-right: 10px;
	padding-top: 10px;
}
.wm-form-group .control-label span{
	color: red;
}

.wms-form-proto{
	padding-left:7%;
	font-size: 16px;
	margin: auto auto 10px auto;
	color: #646464;
}
.wms-form-proto:first-child{
	margin-top: 30px;
}
.wms-form-proto:last-child{
	margin-bottom: 30px;
}

.wms-form-proto label{
	display: inline-block;
	margin-right: 30px;
	color: #646464;
}

.wms-form-proto input[type="radio"]{
	background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
.wms-form-proto input[type="checkbox"]{
	background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
    vertical-align: bottom;
}
.wms-tc{
	text-align: center;
}
.wms-input,
.wms-textarea{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fafafa;
	border: 1px solid #ededed;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wms-input{
	height: 42px;
}
textarea.wms-textarea{
	height: 90px;
	overflow: auto;
	padding-top: 10px;
}
.wms-input:focus,
.wms-textarea:focus{
	background: #fff;
	border: 1px solid #00856f!important;
}

@media (min-width: 769px) {
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(1) {
    width: 100%;
    padding: 0 35%;
  }
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+2),
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+2) ~ .col-sm-4 {
    width: 50%;
    padding: 0 10% 0 0;
  }
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+3),
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+3) ~ .col-sm-4 {
    width: 33%;
    padding: 0 5%;
  }
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+4),
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+4) ~ .col-sm-4 {
    width: 50%;
    padding: 0 12% 0 0;
  }
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+5),
  .industry-content .ws-creat-view .wms-cont-l .ws-creat-viewbox.col-sm-4:first-child:nth-last-child(n+5) ~ .col-sm-4 {
    width: 33.3%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
	.wms-form-cont{
		padding-top: 0;
		padding-left: 0; /*2019.0927 表单边距适配*/
	}
	.wm-form-group{
		margin: auto;
	}
	.wm-form-group .control-label {
		padding: 0;
		padding-bottom: 10px;
	}
	.wms-input,
	.wms-textarea{
		margin-bottom: 15px;
	}
	.wms-form-proto{
		padding: 0;
	}
	.wms-form-wrap .form-block{
		padding:20px 10px;
	}
}