.head {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ececec;
}
.head .outLogin{
    color: red;
    cursor: pointer;
}
/*三角形*/
.vae-bottom {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.vae-bottom:after {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #0dad51;
}

.loadURL {
    position: absolute;
    width: 115px;
    height: 115px;
    top: 54px;
    left: -7px;
    background-color: #fff;
    z-index: 0;
    box-shadow: 0 0 15px #ddd;
    padding: 10px;
    opacity: 0;
    display: none;
    border-radius: 2px;
    -moz-transition: all .4s ease; /* Firefox 4 */
    -webkit-transition: all .4s ease; /* Safari 和 Chrome */
    -o-transition: all .4s ease; /* Opera */
    transition: all .4s ease;
}

.header {
    position: relative;
    height: 40px;
    float: right;
}
.bg-color{
    background-color: #fafafa;
}
.header:hover .loadURL {
    opacity: 1;
    display: block;
    z-index: 200;
}

.loadURL img {
    width: 95px;
    height: 95px;
}

.loadURL:after {
    position: absolute;
    left: 50px;
    top: -8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
}

.logo {
    display: inline-block;
    line-height: 50px;
}

.navigation ul {
    float: right;
}
.navigation{
    background-color: white;
    border-bottom: 3px solid #0dad51;
}
.navigation ul a {
    float: left;
    /*padding: 27px 32px;*/
    text-align: center;
    line-height: 50px;
    width: 100px;
    height: 50px;
    font-size: 18px;
    color: #333;
}

.navigation ul a:hover {
    color: #0dad51;
}

.navigation .on {
    color: #0dad51;
}

.input {
    float: left;
    height: 50px;
    padding-top: 10px;
    margin-left: 30px;
}

.input div {
    position: relative;
    height: 32px;
    width: 240px;
    border: 1px solid #f25618;
    border-radius: 20px;
}

.input div input {
    position: absolute;
    height: 30px;
    left: 20px;
    width: 200px;
    outline-style: none;
    border: none;
}

.input div img {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
}

.top-f {
    border: 1px solid #d8d8d8;
    margin: 0;
}


