#shuang_gao_dit{
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    padding: 20px 40px;
}
#shuang_gao_dit .p {
    padding-left: 30px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
.shuang_gao_edit_title_span {
    float: right;
    margin-right: 30px;
}
#shuang_gao_content {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
}
#shuang_gao_content .container_param {
    height: 50px;
    line-height: 50px;
    margin: 10px 0 10px 0;
}
#shuang_gao_content #major_group_radio_box label{
	font-weight: normal;
}
#shuang_gao_content #major_group_radio_box .cp_row div{
	height: 32px;
    width: 830px;
    padding-left: 5px;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    text-align: left;
}
#shuang_gao_content #major_group_radio_box .cp_row input:nth-child(2){
	margin-left: 10px;
}
#shuang_gao_content .cor_label {
    font-weight: normal;
    width: 50px;
    display: inline-block;
}
#shuang_gao_content #college_name, #shuang_gao_content #project_name {
    height: 32px;
    width: 830px;
    border: 1px solid #5bc0de;
    padding-left: 5px;
}
#shuang_gao_content .importFile{
    text-align: right;
    margin: 20px 0;
}
#shuang_gao_content .importFile input{
    display: inline-block;
    width: 300px;
    margin-right: 40px;
}
#shuang_gao_content .uploadFileBtn {
    display: inline-block;
}
#shuang_gao_content .tableBox{
	margin: 50px 0 0 0;
}
#shuang_gao_content .tableBox table{
	width: 100%;
	line-height: 40px;
}
#shuang_gao_content #tableBox1 ._th,#shuang_gao_content #tableBox2 th{
	width: 25%;
}
#shuang_gao_content #tableBox3 th:nth-child(1){width: 30%;}
#shuang_gao_content #tableBox3 th:nth-child(2){width: 5%;}
#shuang_gao_content #tableBox3 th:nth-child(3){width: 25%;}
#shuang_gao_content #tableBox3 th:nth-child(4){width: 40%;}
#shuang_gao_content .checkp {
    margin-top: 50px;
    padding-left: 600px;
}
#shuang_gao_content #saveScheme{
	margin-right: 50px;
}
#exportSchemeBox{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #000;
	padding-top: 20px;
}
#exportSchemeBox .exportSchemeBox_row{
	display: inline-block;
	float: left;
	width: 600px;
	text-align: left;
}
#exportSchemeBox .exportSchemeBox_title{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
#exportSchemeBox .exportSchemeBox_row label,#exportSchemeBox .exportSchemeBox_title label{
	font-weight: normal;
    width: 100px;
    margin-left: 30px;
    display: inline-block;
}
#exportSchemeBox .exportSchemeBox_title input{
	display: inline;
    width: 600px;
    border: none;
    border-bottom: 1px solid #000;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
#exportSchemeBox .exportSchemeBox_row div{
	height: 32px;
    width: 300px;
    padding-left: 5px;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    text-align: left;
}
#exportSchemeBox .exportSchemeBox_row div label{
	    margin-bottom: 5px;
}
#exportSchemeBox #exportScheme{
	float: left;
	margin-left: 70px;
}






#shuang_gao_content #tableBox2{
	position: relative;
}
#shuang_gao_content #addNewRow{
    position: absolute;
    bottom: 13px;
    right: -60px;
    cursor: pointer;
    color: #5bc0de;
}
#shuang_gao_content #tableBox2 tr td{
	position: relative;
}
#shuang_gao_content #deleteRow{
	display: none;
    position: absolute;
    right: -30px;
    cursor: pointer;
    color: #5bc0de;
    top: 0px;
}
#shuang_gao_content #evalTableBox{
	position: absolute;
	bottom: 216px;
	right: -201px;
}
#shuang_gao_content #evalTableBox table{
	width: 200px;
	background-color: #fff;
	-webkit-animation: show 3s ease-in-out;
}
#shuang_gao_content #major_group_box{
	position: relative;
	width:300px;
	height:40px;
	margin-top: 10px; 
	background-color: #5bc0de;
	color: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-webkit-user-select: none;
    margin-left: 100px;
    border-radius: 5px;
}
#shuang_gao_content .major_group_msg{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
#shuang_gao_content .major_group_slider{
	position: absolute;
	left:0;
	top:0;
	width: 75px;
	height: 40px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
#mark{
	position:fixed;
	left:0;
	top:0;
	opacity:.5;
	width:100%;
	height:100%;
	background:#eee;
	z-index:998;
}
#popupWindow{
	position:fixed;
	top: 50%;
	left: 50%;
	z-index:999;
	width: 300px;
	min-height: 200px;
	background:#fff; 
	transform: translate(-50%, -50%);
	border: 2px solid #ccc;
	text-align: center;
	box-shadow:2px 2px 10px #000;
}
#popupWindow ul{
	display: inline-block;
    margin: 30px 0;
}
#popupWindow ul li{
	padding: 5px 25px;
    line-height: 25px;
    font-size: 18px;
    color: #000;
}
#popupWindow ul li a{
	font-size: 16px;
	color: #5bc0de;
}
#popupWindow span{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
    color: #ccc;
    padding-right: 5px;
    cursor: pointer;
}

@-webkit-keyframes show{
    0%{    
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
