﻿/*
* @Author: Marte
* @Date:   2018-09-19 14:07:21
* @Last Modified by:   Marte
* @Last Modified time: 2018-09-19 15:50:30
*/


.wraper-cover{
    width: 100%;
    height: 100%;
    position: fixed;
    background:rgba(0,0,0,0.5);
    top:0;
    left: 0;

}
.model-warper{
    width: 433px;

    background:white;
    border-radius: 10px;
    position:absolute;
    left:50%;
    top:50%;
    z-index: 99;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mnodel-header{
    text-align: center;
    background:#EF7C1E;
    position:relative;
    color: white;
    font-size: 23px;
    font-weight: bold;
    line-height: 51px;
    height:51px;
}
.mnodel-header img{
    position:absolute;
    top:19px;
    right: 13px;
    cursor: pointer;
}
.model-warper .model-cont{
    padding:0 45px;
    box-sizing: border-box;
    font-size:16px ;
    font-weight:bold;
    color:#999999;
    padding-top: 5px;
    padding-bottom: 30px;
}
.model-warper .model-cont .active{
    color:white;
    background:#EF7C1E;
}
.model-warper .model-cont .mr10{
    margin-right: 10px;
}
.model-warper .model-cont .mock-btn{
    width: 97px;
    height: 43px;
    display: inline-block;
    color:#EF7C1E;
    box-sizing:border-box;
    border:1px solid #EF7C1E;
    border-radius:3px;
    line-height:40px;
    text-align:center;
    vertical-align: middle;
    cursor: pointer;
}
.model-warper .model-cont .active{
    color:white;
    background:#EF7C1E;
}
.model-warper .model-cont .model-select{
    width: 100%;
    height: 41px;
    border:1px solid #999999;
    border-radius:5px;
    outline: none;
    font-size:16px;
    color:#999999;
    padding-left: 42px;
}
.model-warper .model-cont .selectBox .model-select{
    background:url("../images/demond.png") no-repeat 14px 11px;
}
.model-warper .model-cont .selectBox2 .model-select{
    background:url("../images/file-icon.png") no-repeat 14px 11px;
}
.model-warper .model-cont .model-btn{
    width: 100%;
    height: 43px;
    background:#EF7C1E;
    color:white;
    border:none;
    outline:none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}


/* 二级表单样式修改 */
input[type="radio"] {
    display: none;
}

.form-grounp1{
	padding-top: 25px;
	position: relative;
	width: 100%;
	height: 36px;
	margin-bottom: 15px;
}

.label-1{
	font-size: 16px;
	padding: 10px 25px 10px 25px;
	color: #ff6a00;
	position: absolute;
	top: 14px;	
	right: 80px;
	border: 1px solid #ff6a00;
	border-radius: 3px;
	cursor: pointer;
}

.label-2{
	font-size: 16px;
	padding: 10px 25px 10px 25px;
	color: #ff6a00;	
	position: absolute;
	right: 0;
	top: 14px;
	border: 1px solid #ff6a00;	
	border-radius: 3px;
	cursor: pointer;
}

.select1-1-1{
	width: 100%;
	height: 41px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;	
    background-image: url(../images/file-icon.png);
    background-repeat: no-repeat;
    text-indent: 40px;
    background-position: 4% 50%,95% 50%;
    background-size: 19px 17px,11px 9px;
    border: 1px solid darkgray;
    border-radius: 5px;
    color: darkgray;
	margin-bottom: 15px;    
}

.zz-name{
	width: 100%;
	height: 41px;	
    border: 1px solid darkgray;
    border-radius: 5px;
    color: darkgray;
    text-indent: 40px; 
    background-image: url(../images/demond.png);
    background-repeat: no-repeat;
     background-position: 4% 50%;
    background-size: 19px 17px;  
	margin-bottom: 15px;                	
}

.btn-xg{
	background-color: #ff6a00;
	color: white;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}