.top{
    background-color: #333;
    color: #fff;
    font-size: 12px;
    min-width: 960px;
    position: relative;
    z-index: 3;
}

.wrapper{
    width: 960px;
    height: 28px;
    margin: 0 auto;
}

.wrapper ul{
	margin: 0;
	padding: 0;
}

.top-left{
    display: inline;
	float: left;
	line-height: 28px;
}

.top-left li{
    float: left;
    position: relative;
}

.top-left > li a{
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
	font-size: 12px;
}

.top-left > li a .icon-more{
    display: inline;
    background-image: url(../../images/icon-more-down.png);
    background-repeat: no-repeat;
    background-position: 7px;
    padding-left: 15px;
}

.top-left .weibo{
    background-image: url(../../images/icon-weibo-white.png);
    background-position: 6px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.top-left .weixin{
    background-image: url(../../images/icon-wechat-white.png);
	background-position: 6px 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.top-left .tel{
    background-image: url(../../images/icon-tel-white.png);
    background-position: 6px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.QRCodes{
    color: #333;
    line-height: 1;
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    border: 1px solid #dadada;
    padding: 10px;
    width: 141px;
    background-color: #fff;
}

.QRCode{
    width: 120px;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
}

.QRCode img{
    width: 120px;
    height: 120px;
}

.top-right{
    display: inline;
    float: right;
}

.top-right li{
    float: left;
    display: inline-block;
    border-right: 1px solid #191919;
}

.top-right li a{
    padding: 7px 10px;
    line-height: 28px;
    display: inline;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.top-right li:first-child{
	padding-left: 10px;
}

.wrapper li:hover{
	/*background-color: #000;*/
}


/*****************/
.home-nav{
	min-width: 960px;
	position: relative;
	/*background-color: #f65d22;*/
    background-color: #fff;
	z-index: 1;
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
}

.home-nav-double{
    width: 960px;
    height: 60px;
    margin: 0 auto;
    vertical-align: middle;
}

.home-nav .home-nav-active{
	/*background-color: #e14504;*/
}

.home-logo img{
    /*margin-right: 50px;*/
    float: left;
    padding: 5px 0;
    width: 160px;
}

.nav-list{
    display: inline;
    float: left;
    font-size: 16px;
}

.nav-list li{
	display: inline-block;
	margin-right: 1px;
}

.nav-list li:hover{
	/*background-color: #e14504;
    color: #F98E2B;*/
}

.nav-list li a{
    padding: 22px 20px;
    /*color: #fff;*/
    color: #8F8F8F;
    text-decoration: none;
    position: relative;
    line-height: 60px;
}

/**************/
.body{
    width: 960px;
    margin: 20px auto;
    zoom: 1;
    position: relative;
}

.body:after{
    content: '\20';
    display: block;
    clear: both;
}

.body-left{
    float: left;
    width: 160px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.body-right{
    float: left;
    width: 780px;
}

.student-info{
    border: 1px solid #e7eaec;
    border-bottom: none;
    background-color: #fff0eb;
    padding: 32px 12px 20px;
    position: relative;
}

.student-thumb{
    text-align: center;
    margin-bottom: 10px;
    height: 90px;
}

.student-thumb img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
}

.student-name{
    margin-bottom: 12px;
    font-size: 20px;
    display: block;
    line-height: 20px;
    width: 134px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 24px;
    text-align: center;
}

.go-study{
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #f60;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.student-info .go-study-gray{
    background-color: #ccc;
}

a.go-study:active {
    color: #fff;
    text-decoration: none;
}

a.go-study:hover {
    color: #fff;
    text-decoration: none;
}

a.go-study:focus {
    color: #fff;
    text-decoration: none;
}

a.go-study:visited {
    color: #fff;
    text-decoration: none;
}

.body-list{
    padding: 6px 0;
    border: 1px solid #e7eaec;
    border-top: none;
    margin-bottom: 25px;
}

.body-list-active a{
	color: #f60;
}

.body-list li{
    display: block;
    margin: 18px 0;
    text-align: center;
    position: relative;
}

.body-list a:hover{
	color: #f60;
}

footer{
	background-color: inherit;
}

.list-scholarship-icon::before{
    content: url('../../images/scholarship-icon-gray.png');
    margin-right: 2px;
}

.credit-code{
    width: 100%;
    background-image: url('../../images/credit-code1.png');
    padding-top: 20%;
    height: 0;
    margin-bottom: 15px;
    position: relative;
}

.credit-code .credit-code-input{
    position: absolute;
    top: 50%;
    left: 34.3%;
    line-height: 17%;
    height: 17%;
    font-size: 20px;
    width: 18%;
    text-align: center;
}

.credit-code .get-page{
    position: absolute;
    top: 50%;
    left: 54.4%;
    height: 18%;
    width: 16%;
    display: inline-block;
    opacity: 0;
}

.icon-exam::before{
    content: url('../../images/exam-icon-orange.png');
    margin-right: 2px;
}

.icon-exam-gray::before{
    content: url('../../images/exam-icon-gray.png');
    margin-right: 2px;
}

.poster-page{
    position: fixed;
    top: 120px;
    width: 32%;
    left: 34%;
    z-index: 10003;
    display: none;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.poster-page img{
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: auto;
    margin: 10px 50px;
}

.poster-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10001;
    display: none;
}
.close-btn{
    text-align: right;
    display: block;
    color: #fff;
    background-color: #f60;
    padding: 10px;
}
.tips-save{
    font-size: 14px;
    color: #888;
    padding-left: 50px;
    text-align: left;
}
.close-btn img{
    width: 18px;
    margin: 0;
}
li.diamondManage{
    display: none;
}