﻿*
{
    margin: auto;
}
body
{
    font-size: 14px;
    font-family: "微软雅黑";
}
/*头部*/
.head
{
    width: 100%;
}

.head-logo
{
    width: 87.5%;
    float: left;
}

.head-menu
{
    width: 12.5%;
}
/*菜单*/
.menu
{
    display: none;
    width: 100%;
    margin-left: 0.5%;
    position: fixed;
    z-index: 3;
}

.menu div
{
    width: 49.5%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid white;
    border-bottom: 1px solid white; /*background: #ffc833;*/
    background: #808080;
    float: left;
}

.menu div a
{
    color: White; /*color: black;*/
    text-decoration: none;
    margin-left: 8%;
}

/*遮挡*/
.barrier
{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
}
/*登录*/
.login
{
    display: none;
    width: 92%;
    height: 320px;
    margin-top: 4%;
    margin-left: 4%;
    background: white;
    border-radius: 2px 2px;
    box-shadow: 2px 2px 20px 0;
    position: fixed;
    z-index: 3;
}

.login-title
{
    font-size: 20px;
    margin: 35px 0 0 10%;
}

.login-close
{
    font-size: 24px; /*color: #ffc833;*/
    color: #808080;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #808080;
    margin: -22px 0 0 84%;
}

.login-box
{
    margin-top: 48px;
}

.login-box div
{
    height: 45px;
}

.login-box span
{
    width: 25%;
    min-width: 80px;
    text-align: right;
    display: inline-block;
}

.login-box input
{
    width: 60%;
}

.login-box img
{
    position: absolute;
    margin-left: 5px;
}

#login-btn-log
{
    width: 76px;
    height: 26px;
    color: white;
    border: none;
    border-radius: 3px 3px;
    background: #808080;
}

#login-btn-reg
{
    width: 76px;
    height: 26px;
    color: white;
    border: none;
    border-radius: 3px 3px;
    background: #808080;
    margin-left: 50px;
}
/*.search
{
    margin-top: 10px;
    border-bottom: 2px solid #d4d4d4;
}

.search form
{
    width: 94%;
    height: 30px;
    background: #f0f2f5;
    margin-left: 3%;
    margin-bottom: 7px;
}*/
.search
{
    width: 97%;
    height: 37px;
    padding-left: 3%;
    margin-top: 10px;
    border-bottom: 2px solid #d4d4d4;
}

.search-sub
{
    width: 32px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: url(../Image/Phone/search.jpg) no-repeat;
    background-size: 100%;
    float: left;
}

.search-txt
{
    width: 86%;
    height: 21px;
    line-height: 21px;
    border: none;
    background: #f0f2f5;
    margin-left: 0px;
    padding-top: 6px;
    float: left;
}

.search-btn
{
    width: 20%;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: white;
    background: #0080fb;
    border: none;
    border-radius: 3px 3px;
    margin-left: 1%;
}
.bottom
{
    width: 100%;
    height: 45px;
    color: white;
    text-align: center;
    padding-top: 11px;
    background: #404043;
    margin-bottom: 45px;
}

.bottom div
{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom a
{
    font-size: 12px;
    color: white;
}
.footer
{
    width: 100%;
    height: 45px;
    background: white;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e1dede;
}

.footer div
{
    width: 26%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.footer a
{
    color: black;
    text-decoration: none;
}
