* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    /* 将元素放在父元素的中部 */
    vertical-align: middle;
}


/* 鼠标在botton上变成小手 */

button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

p {
    font-size: 14px;
}


/* a:hover {
    color: #c00;
} */

button,
input {
    outline: none;
}

body {
    position: relative;
    background: url(/public/images/login/bg3.jpg) repeat-x center 0px #fff;
    color: #333;
    min-width: 1100px;
    padding-top: 1px;
}


/*公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*版心*/

.w {
    position: relative;
    width: 1254px;
    margin: 0 auto;
    /* overflow: hidden; */
    z-index: 3;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.head {
    position: relative;
    width: 1470px;
    margin: auto;
    text-align: left;
    margin-top: 96px;
    /* overflow: hidden; */
    /* margin-left: 150px; */
    z-index: 2;
}


/* @media screen and (max-width: 1480px) {
    .head img {
        width: 30%;
    }
} */
.animate {
    position: absolute;
    background: url(/public/images/login/bg4.png) repeat-x center 0px;
    width: 100%;
    height: 860px;
    /* overflow: hidden; */
    z-index: 1;
    top: 0;
    animation: show 2s linear 1;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1.2;
    }
}

.login {
    margin-top: 210px;
    overflow: hidden;
}

.login ul {
    width: 100%;
    height: auto;
}

.login ul li {
    float: left;
    margin-right: 195px;
}

.login ul li:last-child {
    margin-right: 0;
}

.login ul li .line1 {
    position: absolute;
    top: 25px;
    right: -8px;
    height: 1px;
    width: 68px;
    transform: rotate(-45deg);
    background: #c78080;
    z-index: 999;
}

.login ul li .line2 {
    position: absolute;
    bottom: 14px;
    left: -7px;
    height: 1px;
    width: 43px;
    transform: rotate(-45deg);
    background: #c78080;
}

.login ul li a {
    position: relative;
    display: inline-block;
    width: 283px;
    height: 86px;
    background: #7f070c;
    font-size: 22px;
    padding-top: 120px;
    color: #fff1f1;
    text-align: center;
    font-weight: bold;
    /* background: pink; */
}

.login ul li a .hover {
    display: none;
}

.login ul li a.current {
    background: #c78080;
    color: #a34346;
}

.login ul li a.current .line1,
.login ul li a.current .line2 {
    background: #a34346;
}

.login ul li a.current img.hover {
    display: block;
}

.login ul li a img {
    position: absolute;
    top: 40px;
    left: 36%;
}


/* .login ul li a.declare {
    width: 84px;
    height: 84px;
    background: url(../images/declare.jpg) center no-repeat;
} */


/* .login ul li a.review {
    background: url(../images/review.jpg) center no-repeat;
}

.login ul li a.manage {
    background: url(../images/manage.jpg) center no-repeat;
} */

.footer {
    width: 100%;
    margin-top: 224px;
    margin-left: 50px;
    overflow: hidden;
}

.footer p {
    height: 26px;
    line-height: 26px;
    width: 552px;
    /* font-size: 16px; */
}

