li{
    list-style:none;
}
.inputMajorsP{
    text-align: left !important;
}
.inputMajorsP input{
    width:273px !important;
    cursor:pointer;
}
.inputAddressP{
    text-align: left !important;
}
.inputAddressP input{
    width:170px !important;
    cursor:pointer;
}
.tableWrap{
    width:850px;
    float:left;
}  
.tableWrap  .addInfo{
    text-align: center;
    margin-top: 20px;
    color:#febd2d;
    font-size: 14px;
    cursor:pointer;
}
.tableWrap  .addInfo  img{
    vertical-align: middle;
    margin-right: 6px;
}
.tableWrap  .addPositionItem{
    width:850px;
    border-radius:4px;
    position: relative;
    margin-bottom: 20px;
}
.tableWrap  .addPositionItem  .del{
    position: absolute;
    right:-35px;
    top:46px;
    cursor:pointer;
}
.tableWrap  .addPositionItem   .slideBtn{
    margin-left: 6px;
    cursor:pointer;
}
.tableWrap  table{
    width: 100%;
    border:1px solid #ccc;
}
.tableWrap  table td{
    height:50px;
    border:1px solid #c0c0c0;
    text-align: center;
    font-size: 14px;
}
.tableWrap   table  .tableTit{
    height:37px;
}
.tableWrap   table   .tableTit  td{
    background:#fafafa;
    height:36px;
}
.tableWrap   table  .tdInput{           
    border:1px solid #c0c0c0;
}
.tableWrap   table  .tdInput td{
    height:36px;
    position: relative;
}
.tableWrap   table  .tdInput td input{
    height:30px;
    border:none;
    border-radius:3px;
    outline:none;
    width:100%;
    font-size: 14px;
    padding-left:6px;
}
.tableWrap   table  .tdInput td input.error{                  
    border:1px solid red;
    border-radius:2px;
    width:100%;
    height:100%;
    box-sizing: border-box;
}
.tableWrap  .select2-container--default .select2-selection--single{
    height:36px;
    border:none;
}
.tableWrap  select{
    height:30px;
    border:none;
    outline:none;
    width:100%;
    font-size: 12px;
}
.tableWrap   .tdArea td{
    height:300px;
}        
.tableWrap   .tdArea   .wordwrap{
    position: absolute;
    right:10px;
    bottom:10px;
}  
.tableWrap   .tdArea   .wordwrap  .word{
    color:red;
}          
.tableWrap   .tdArea   textarea{
    width:850px;
    height: 280px;
    outline:none;
    resize: none;
    border:0;
    padding:5px;
    color:#666;
    font-size: 14px;
}            
.tableWrap   .tdArea  .hide{
    height:0 !important;
    transition:all .3s;
}            
.tableWrap .qbz {
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 12px;
}               
/*  td{
        height:50px;
        border:1px solid #c0c0c0;
        text-align: center;
        font-size: 14px;
    }
 */

.selectCover  ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.selectCover  ::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
} 
.selectCover   ::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}   
.selectCover   ::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}
.selectCover   ::-webkit-scrollbar-corner {
    background: transparent;
}   
.selectCover{
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.1);
    z-index:1000;
    position:fixed;
    left:0;
    top:0;
    font-size: 16px;
    box-shadow:0px 0px 5px black;
    display: none;
}  
.selectCover   .selectMajor{
    overflow: hidden;
    z-index:1100;
    position: absolute;
    width:800px;
    top:100px;
    left:50%;
    margin-left:-400px;
    bottom:100px;
    min-width:500px;
    background-color:white;
    box-shadow: 1px 1px 1px #eee;
    border-radius:5px;
    min-height:450px;
} 
.selectCover   .selectMajor     .co_tit{
    height:60px;
    line-height: 60px;
    background: #f2f2f2;
}
.selectCover   .selectMajor     .tit{
    font-size: 18px;
    color:#333;
    margin-left: 40px;
}
.selectCover   .selectMajor   .closeSelect{
    float: right;
    margin-right: 30px;
    cursor:pointer;
}        
.selectCover .selectWrap{
    position: absolute;
    top:60px;
    bottom:200px;
    width:100%;
    background: #fafafa;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.selectCover  .collegeWrap {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:50%; 
    overflow-y:auto;
}
.selectCover .selectAllCollegeWrap{
    margin-left: 40px;
    margin-top:20px;
    font-size: 14px;
    display: block;
}
.selectCover .selectAllCollegeWrap input[type=checkbox]{
    width: 14px;
    height:14px;
    border:0;
    padding:0;
    outline:none;
    margin-right:6px;
    position: relative;
    top:2px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../images/main/check_03.png);
    background-size: 100% 100%;
    *display: inline;
    *zoom: 1;
}
.selectCover .selectAllCollegeWrap input[type=checkbox]:checked{
    background-image: url(../images/main/check_06.png) !important;
}
.selectCover  .collegeWrap    ul{
    margin-top:10px;
}
.selectCover  .collegeWrap    li{
    margin-bottom:6px;
}
.selectCover  .collegeWrap    li a{
    color:#666;
    cursor:pointer;
    font-size: 14px;
}
.selectCover  .collegeWrap    li a  span{
    display:inline-block;
    width:13px;
    height: 13px;
    margin-right: 5px;
    background: url(../images/index/index_36.png) no-repeat center center;
}
.selectCover  .collegeWrap    li a:hover, .curCollege{
    color:#00c1de;
    text-decoration: underline;
}
.selectCover  .collegeWrap    li a:hover  span{
    background: url(../images/index/htjt.png) no-repeat center center;
}
.selectCover .selectWrap .collegeWrap ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 13px;
    height: 17px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.selectCover .selectWrap .collegeWrap ul li.curActive i {
background: url(../images/index/selected.png) no-repeat center center;
}
.selectCover  .majorWrap{
    position: absolute;
    top:0;
    bottom:0;
    left:50%;
    right:0;
    background: #fff;
    overflow-y:auto; 
}
.selectCover   .selectAllmajorWrap{
    margin-left: 40px;
    margin-top:20px;
    font-size: 14px;
    display: block;
}
.selectCover   .selectAllmajorWrap   input[type=checkbox]{
    width: 14px;
    height:14px;
    border:0;
    padding:0;
    outline:none;
    margin-right:6px;
    position: relative;
    top:2px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../images/main/check_03.png);
    background-size: 100% 100%;
    *display: inline;
    *zoom: 1;
}
.selectCover   .selectAllmajorWrap     input[type=checkbox]:checked{
    background-image: url(../images/main/check_06.png) !important;
}
.selectCover   .majorWrap ul{
    margin-top: 10px;
}
.selectCover   .majorWrap ul  li{
    margin-bottom:6px;
    color:#666;
    cursor:pointer;
    font-size: 14px;
}
.selectCover   .majorWrap ul  li  input[type=checkbox]{
    width: 14px;
    height:14px;
    border:0;
    padding:0;
    outline:none;
    margin-right:6px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../images/main/check_03.png);
    background-size: 100% 100%;
    *display: inline;
    *zoom: 1;
}
.selectCover   .majorWrap ul   li input[type=checkbox]:checked{
    background-image: url(../images/main/check_06.png) !important;
}
.selectCover   .selectedWrap{
    height:120px;
    background:#fffaec;
    width:100%;
    position: absolute;
    bottom:80px;
}
.selectCover   .selectedList{
    width:650px;
    height:90px;
    border:1px dashed #fde092;
    border-radius: 5px;
    background: #fff;
    margin: 15px 0 0 20px;
    overflow-y: auto;
    float:left;
}
.selectCover   .selectedList ul{
    margin-left: -40px;
}
.selectCover   .selectedList   ul li{
    float:left;
    font-size: 14px;
    color:#333;
    border-bottom:1px dashed #ddd;
    cursor:pointer;
    margin:7px 10px 0px 10px;
}
.selectCover   .selectedList   ul li  a{
    display:inline-block;
    width:10px;
    height:10px;
    margin-left: 3px;
    background:url(../images/release/del.png) no-repeat center center;
}
.selectCover   .selectedList   ul li:hover{
    border-bottom:1px dashed #f0352e;
}
.selectCover   .selectedList   ul li:hover   a{
    background:url(../images/release/delh.png) no-repeat center center;
}
.selectCover   .clear{
    width:88px;
    float:right;
    display:inline-block;
    font-size: 14px;
    color:#999;
    margin-top:45px;
    cursor:pointer;
}
.selectCover   .clear    img{
    margin-right: 4px;
    position: relative;
    top:-1px;
}
.selectCover .btns{       
    position: absolute;
    width: 100%;
    bottom:0px;
    height:80px;
    text-align: center;
}
 .selectCover .btns    .btn{
    padding:2px 20px;
    text-align: center;
    line-height:34px;
    color: #fff;
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    background:#00c1de;
    margin:20px 30px  60px 0;
    display:inline-block;
    cursor:pointer;
}
.selectCover .btns  .btn_k{
    background:#fff;
    border:1px solid #00c1de;
    color:#00c1de;
}
.selectCover .btns  .btn_k:hover{
    background:#00c1de;
    color:#fff;
}
.addInfo{
    text-align: center;
    margin:0 0 20px 0;
    color:#00c1de;
    font-size: 14px;
    cursor:pointer;
}
.addInfo img{
    vertical-align: middle;
    margin-right: 6px;
}
.inputMajorsP input{
    text-align: left;
    width:308px !important;
}
/*tanchuang*/
.cov{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:1000;
	display:none;
	position:fixed;
	left:0;
	top:0;
	text-align:center;
	font-size: 16px;
	box-shadow:0px 0px 5px black;
}
.con{
	z-index:1100;
	width:500px;
	height:200px;
	background-color:white;
	margin: 204px auto 0;
	box-shadow: 1px 1px 1px #eee;
	border-radius:5px;
}
.msgWrap{
	border-bottom:1px solid #eee;
	height:147px;
	line-height: 147px;
	font-size: 16px;
	font-weight:normal;
}
.dbt{
	border-radius: 5px;
	width: 70px;
	height:30px;
	color:#3daae9;
	float:right;
	margin-right: 20px;
	cursor:pointer;
	line-height:50px;
}

/* 选择学位 */
.selectDegreeCover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 16px;
    box-shadow: 0px 0px 5px black;
    display: none;
  }
  .selectDegreeCover .selectDegree {
    overflow: hidden;
    z-index: 1100;
    position: absolute;
    width: 500px;
    height: auto;
    left: 50%;
    top: 130px;
    margin-left: -250px;
    margin-top: -115px;
    background-color: white;
    box-shadow: 1px 1px 1px #eee;
    border-radius: 5px;
  }
  .selectDegreeCover .selectDegree .co_tit {
    height: 60px;
    line-height: 60px;
    background: #f2f2f2;
  }
  .selectDegreeCover .selectDegree .co_tit .tit {
    font-size: 18px;
    color: #333;
    margin-left: 30px;
  }
  .selectDegreeCover .selectDegree .co_tit .closeSelect {
    float: right;
    margin-right: 30px;
    cursor: pointer;
  }
  .selectDegreeCover .selectDegree .degreeWrap {
    padding: 30px;
    *zoom: 1;
    max-height: 400px;
  }
  .selectDegreeCover .selectDegree .degreeWrap:before,
  .selectDegreeCover .selectDegree .degreeWrap:after {
    content: "";
    display: table;
  }
  .selectDegreeCover .selectDegree .degreeWrap:after {
    clear: both;
  }
  .selectDegreeCover .selectDegree .degreeWrap .degreeList {
    float:left;
    *zoom: 1;
  }
  .selectDegreeCover .selectDegree .degreeWrap .degreeList:before,
  .selectDegreeCover .selectDegree .degreeWrap .degreeList:after {
    content: "";
    display: table;
  }
  .selectDegreeCover .selectDegree .degreeWrap .degreeList:after {
    clear: both;
  }
  .selectDegreeCover .selectDegree .degreeWrap .degreeList li {
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    cursor: pointer;
  }
  .selectDegreeCover .selectDegree .degreeWrap .degreeList li.active {
    background: #00c1de;
    border: 1px solid #00c1de;
    color: #fff;
  }
  .selectDegreeCover .selectDegree .degreeWrap input {
    width: 120px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    padding-left: 4px;
    position: relative;
    top: -2px;
    display: none;
  }
  .selectDegreeCover .selectDegree .degreeWrap input:focus {
    border: 1px solid #33cde5 !important;
  }
  .selectDegreeCover .selectDegree .degreeWrap .addBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .selectDegreeCover .selectDegree .degreeWrap .myAdd {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    cursor: pointer;
    margin-left: 10px;
  }
  .selectDegreeCover .selectDegree .btns {
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .selectDegreeCover .selectDegree .btns .btn {
    padding: 5px 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    outline: 0;
    font-size: 14px;
    background: #00c1de;
    margin: 20px 30px   60px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
  }
  .selectDegreeCover .selectDegree .btns .btn.btn_k {
    background: #fff;
    border: 1px solid #00c1de;
    color: #00c1de;
  }
  .selectDegreeCover .selectDegree .btns .btn.btn_k:hover {
    background: #00c1de;
    color: #fff;
  }
  /* 选择地址 */
  .selectAddressCover .selectMajor {
    overflow: hidden;
    z-index: 1100;
    position: absolute;
    width: 550px;
    top: 150px;
    left: 50%;
    margin-left: -275px;
    bottom: 150px;
    min-width: 500px;
    background-color: white;
    box-shadow: 1px 1px 1px #eee;
    border-radius: 5px;
    min-height: 450px;
  }
  .selectAddressCover .selectedWrap .selectedList {
    width: 400px;
  }
/* 黑名单 */
.blackListCover{
	width:100%;
	height:100%;
	background: url(../images/indexw/coverbg.png);
	z-index:1000;
	display:blcok;
	position:fixed;
	left:0;
	top:0;
	text-align:center;
	font-size: 16px;
	box-shadow:0px 0px 5px black;
}
.blackList{
	z-index:1100;
	width:400px;
	height:140px;
	background-color:#f7f7f7;
	margin: 204px auto 0;
	box-shadow: 1px 1px 1px #eee;
	border-radius:5px;
	text-align:left;
	padding:30px;
}
.blackList input[type=checkbox]{
	width: 14px;
    height:14px;
    border:0;
    padding:0;
    outline:none;
    margin-right:6px;
    position: relative;
    top:2px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../images/main/check_03.png);
    background-size: 100% 100%;
    *display: inline;
    *zoom: 1;
}
.blackList input[type=checkbox]:checked{
	background-image: url(../images/main/check_06.png) !important;
}
.blackList input[type=radio]{
	width: 14px;
    height:14px;
    border:0;
    padding:0;
    outline:none;
    margin-left:6px;
    position: relative;
    top:2px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background:  url(../images/release/radio.png);
    background-size: 100% 100%;
    *display: inline;
    *zoom: 1;
}
.blackList input[type=radio]:checked{
	background-image:  url(../images/release/radios.png) !important;
}
.blackList .formItem{
    margin-bottom: 20px;
    font-size: 14px;
}
.blackList .formItem label{
	margin-right: 20px;
    cursor: pointer;
}
.blackList .btns{
	text-align: center;
}
.blackList .btns  span{
    padding:4px 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    background:#febd2d;
    margin:20px 30px  0px 0;
    display:inline-block;
    cursor:pointer;
}
.blackList .btns  .btn_cancle{
    background:#fff;
    border:1px solid #febd2d;
    color:#febd2d;
}
.blackList .btns  .btn_cancle:hover{
    background:#febd2d;
    color:#fff;
}
