.college_contenter{
    width: 1200px;
    margin: 20px auto 0;
    background: #fff;
    font-size: 16px;
    position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
	.college_contenter{
	    width: 100%;
	    margin: 20px auto 0;
	    background: #fff;
	    font-size: 16px;
	    position: relative;
	}
}
#goTop{
	position: fixed;
	right: 20px;
	bottom: 200px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #FFF;
}
#filterIpt{
	border: 1px solid #aaa;
	width: 200px;
	height: 30px;
}
#filterBtn{
    border: 1px solid #aaa;
    background: #ffffff;
    height: 30px;
    border-radius: 15px;
    padding: 0 12px;
    outline: none;
    margin-left: 20px;
}
.college_contenter .college_content{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #f7f7f7;
	position: relative;
}
.college_contenter .college_content .college_content_top h3{
	margin-bottom: 20px;
}
.college_contenter .college_content .college_content_top #letterHrefBox{
	margin-top: 20px;
}
.college_contenter .college_content .college_content_top,.college_contenter .college_content .college_content_bottom{
	background: #fff;
	padding: 30px;
}
.college_contenter .college_content .college_content_bottom{
	margin-top: 20px;
}
#letterHrefBox .letterHrefEle{
	cursor: pointer;
}
#college_list_content_ul li{
	width: 100%;
}
#college_list_content_ul .letterFlagLi,#college_list_content_ul .collegeLi{
	text-align: center;
}
#college_list_content_ul .letterFlagLi span,#college_list_content_ul .collegeLi span{
	width: 300px;
	text-align: left;
	display: inline-block;
	line-height: 28px;
    font-size: 16px;
}
#college_list_content_ul .collegeLi span{
	cursor: pointer;
}
#college_list_content_ul .collegeLi span:hover,#letterHrefBox .letterHrefEle:hover{
	color: #00B7EE;
}
#college_list_content_ul .letterFlagLi span{
	width: 350px;
}
.show_details_p{
	width: 100%;
	text-align: left;
}
#majors_list_content table{
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
#majors_list_content table th,#majors_list_content table td{
	line-height: 24px;
	font-size: 16px;
}
#majors_list_content table .blockTd{
	width: 13px;height: 13px;display: inline-block;border-radius: 3px;
}
#majors_list_content table .blockTdBkColor{
	background-color:#00aa00;
}
#majors_list_content table .blockTdBorder{
	border: 1px #767676 solid;
}
.college_contenter .college_content_top_p{
	overflow:hidden;
}
.college_contenter .college_content_top_p .college_content_top_title_span{
	float: right;
	margin-right: 30px;
}
.triangleTh{
	position: relative;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 12px;
}
.triangleTh.triangleTop:after{
	content: "";
	width: 0;
	height: 0;
	border-width: 5px;
	border-color: #aaa transparent transparent transparent;
	border-style: solid;
	position: absolute;
	top: 45%;
}
.triangleTh.triangleBottom:after{
	content: "";
	width: 0;
	height: 0;
	border-width: 5px;
	border-color: transparent transparent #aaa transparent;
	border-style: solid;
	position: absolute;
	top: 20%;
}
#majors_list_content_table{
	position: relative;
}
#majors_list_content_table_mark_window{
	position: absolute;
	top: 0;
	left: 0;
    pointer-events: none;
    overflow: hidden;
}
.majors_list_content_table_waterMarkDiv{
    transform: rotate(-15deg);
    overflow: hidden;
    opacity: 0.1;
    font-size: 28px;
    font-family: 微软雅黑;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 300px;
    height: 130px;
    padding-top: 50px;
    display: inline-block;
}
.majors_list_content_table_waterMarkRows{
	text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
	.majors_list_content_table_waterMarkDiv{
	    height: 120px;
	    font-size: 24px
	}
}

.college_content_bottom #button_box,.contract_price_window_button_box{
	margin-top: 20px;
	text-align: center;
}
.college_content_bottom #button_box #set_contract_price,.contract_price_window_button_box .contract_price_window_cancel{
	margin-left: 20px;
}
#contract_price_window h4{
	font-weight: 500;
	margin-bottom: 20px;
}
.college_contenter #contract_price_window_box{
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: #fff;
    padding: 30px 20px;
    width: 450px;
    margin-left: -250px;
    text-align: center;
    border: 1px solid #000;
}

#wenjuan_list_window{
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: #fff;
    padding: 30px 20px;
    width: 450px;
    margin-left: -250px;
    text-align: center;
    border: 1px solid #000;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
	.college_contenter #contract_price_window_box {
	    position: fixed;
	    top: 30%;
	    left: 50%;
	    background-color: #fff;
	    padding: 30px 5px;
	    width: auto;
	    margin-left: -180px;
	    text-align: center;
	    border: 1px solid #000;
	}
}
.college_contenter #contract_price_window_table,.college_contenter #contract_price_window .total_contract_price_box{
	margin: 0 auto;
	width: 350px;
}
.college_contenter #contract_price_window_table input{
	width: 60px;
	border: none;
	text-align: center;
}

.college_contenter #contract_price_window_table input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.college_contenter #contract_price_window_box #contract_price_window_cancel_letter{
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

#wenjuan_list_window #wenjuan_list_window_cancel_letter{
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.college_contenter #contract_price_window .total_contract_price_box{
	text-align: left;
}
.college_contenter #contract_price_window .total_contract_price_box .total_contract_price input{
	width: 100px;
	border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.college_contenter #contract_price_window .total_contract_price_box .total_contract_address input{
	width: 250px;
	border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
#button_box .button_border_box{
    display: inline-block;
    padding: 20px 50px;
    border: 1px solid #ccc;
    position: relative;
}
#button_box .button_border_box div{
    position: absolute;
    left: 10%;
    top: -10px;
    background-color: #fff;
    padding: 0px 3px;
    font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
	#button_box .button_border_box{
	    display: inline-block;
	    padding: 20px 20px;
	    border: 1px solid #ccc;
	    position: relative;
	    text-align: center;
	}
	#button_box .button_border_box select{
		margin: 15px 0 30px 0;
		width: 80%;
	}
}
.address_box{
	color: red;
    font-weight: 600;
}
.address_box input{
	color: #333;
    font-weight: 100;
	border: none;
    border-bottom: 1px solid #ccc;
    min-width: 350px;
}
.address_box button{
	margin-left: 15px;
	color: #333;
    font-weight: 100;
}
.address_box label{
    border-bottom: 1px solid #ccc;
    color: black;
    pointer-events: none;
}

.arrow_before:before{
  content: "\025C0";
  display: inline;
  cursor: pointer;
  pointer-events: auto;
}

.arrow_after:after{
  content: "\025B6";
  display: inline;
  cursor: pointer;
  pointer-events: auto;
}


#loading-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    animation: loading-spin 2s linear infinite;
}

@keyframes loading-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}