﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

.application {
    /*position: absolute;*/
    top: 140px;
    left: 20px;
    position: fixed;
}

.applyLink {
	display:block;
	width: 170px;
    height: 170px;
    background: url(images/applyImg.png) no-repeat center;
   
}

.applyClose {
	position:absolute;
	top:10px;
	right:20px;
	width:16px;
	height:16px;
	text-align:center;
	line-height:15px;
	color:red;
	border-radius:15px;
	border:1px solid red;
	cursor:pointer;
}

.applyClose:hover {
	border-color:#fff;
	background-color:#fff;
}














