.nwd-tools{
    width: 100%;
    height: 100%;
	padding-top: 70px
}
.tools-l{
	width: 60%;
	float: left;
	height: 100%
}
.tools-r{
	width: 40%;
	float: right;
	background: #fff;
	height: 100%
}
.tep-meau{
	height: 100%;
	background: #fff;
	width: 200px
}
.tep-meau .column{
	padding:10px;
}
.tep-meau .column:hover{
	background-color: #f6f6f8;
}
.tep-meau .column .column-child{
	display: block;
	color: #636363;
}

/**/
.container{
	
}
.nwd-title {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #f1f1f1;
    color: #3a3a3a;
}
.template-list{
	padding: 0 50px
}
.template-list li{
	margin-bottom: 20px
}
.nwd-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 3px;
    background-color: #f6871b;
    margin-right: 7px;
    margin-top: -2px;
}
.choose-template{
	display: inline-block;
	padding:1.5rem 1.5rem 1.5rem 1.5rem;
}
.choose-template-checkbox {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 0;
    border: 1px solid #2577E3;
    background-color: #FFFFFF;
    border-radius: 3px;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    vertical-align: sub;
}
.choose-template-checkbox:checked:before {
    font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    content: "\e636";
    color: #2577E3;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48%) scale(0.73);
    transform: translate(-50%, -48%) scale(0.73);
}
.parameter-list{
	background: #fff;
	padding: 20px;
    width: 90%;
    margin: auto
}
.parameter-list dt{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.parameter-list dl dd{
	margin-top: 10px;
}
.parameter-list dl dd span{
	display: inline-block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 38px;
}
.nwd-btn-tool{
	display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "微软雅黑";
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 20px;
}
.parameter-list .nwd-btn-default {
    color: #999;
    background-color: #fff;
    border-color: #e3e3e3;
}
.parameter-list .nwd-btn-default:hover{
    color: #2d88ff;
    background-color: #fff;
    border-color: #2d88ff;
}
.parameter-list .nwd-btn-disabled {
    color: #ccc;
    background-color: #fafafa;
    border-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    cursor: not-allowed;
}
.tools-btn .nwd-btn-primary {
    color: #fff;
    background-color: #f60;
    border-color: #f60;
}
.tools-btn .nwd-btn-primary:hover{
    color: #fff;
    background-color: #fe8331;
    border-color: #fe8331;
}

/**/
.viewPage{
	width: 375px;
	height: 667px;
	margin:auto;
}
.tools-btn{
    margin-top: 10px;
    text-align: center;
}