* {
    padding: 0px;
    margin: 0px;
}

em {
    font-style: normal
}

img {
    border: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    border: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #333333;
}

a:hover {
    color: #ff4400;
}

a:hover {
    text-decoration: none
}

.body {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* 头部样式 */

.curr {
    color: #FF5454 !important;
}

.head {
    width: 100%;
    height: 88px;
    background: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.head .logo {
    height: 63px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 49px;
    -webkit-text-fill-color: transparent;
}

.head .wz {
    margin-top: 12px;
    margin-left: 220px;
}

.head .logo a {
    /* line-height: 49.2px; */
    height: 63px;
    display: block;
}

.head .logo a img {
    height: 63px;
}

.head .nav {
    margin: 12px 0 0 20px;
    height: 63px;
    line-height: 63px;
}

.head .nav ul {
    height: 63px;
}

.head .nav ul li {
    margin: 0px 15px 0 10px;
}

.head .nav ul li a {
    padding: 10px 20px;
}

.head .nav ul li a:hover {
    color: #FF5454;
}

.login_nav {
    margin: 12px 0 0 110px;
    height: 63px;
    line-height: 63px;
}

.login_nav ul {
    float: left;
}

.login_nav ul:first-child ::after {
    margin: 0 10px;
    content: "|";
    color: #333333;
}

.login_nav ul a:hover {
    color: #FF5454;
}


/* 中部样式 */

.body {
    height: 725px;
    width: 100%;
    background: url('../images/login_bg.png') no-repeat center;
}

.login_dw {
    position: relative;
}

.body .login {
    position: absolute;
    width: 496px;
    height: 588px;
    right: 207px;
    top: 89px;
    background: rgba(51, 51, 51, 0.6);
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    opacity: 1;
}

.login form ul {
    text-align: center;
    margin: 20px auto;
    line-height: 48px;
    height: 48px;
    width: 416px;
}

.login .ul_1 {
    margin-top: 50px;
}

.login .ul_1 .left {
    width: 50%;
    height: 100%;
}

.login .ul_1 a {
    color: #FFFFFF !important;
    height: 48px;
    width: 208px;
    display: block;
    font-size: 28px;
    font-weight: 400;
    border-bottom: #FFFFFF 2px solid;
    padding: 0px 0 20px 0;
}

.login .ul_1 a:hover {
    color: #FF5454 !important;
    border-bottom: #FF5454 2px solid;
}

.login .ul_2 {}

.login .ul_2 input {
    height: 48px;
    width: 416px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    text-indent: 8%;
    color: #f40;
    font-size: 18px;
}

.login .ul_3 input {
    height: 48px;
    width: 60%;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    text-indent: 8%;
    color: #f40;
    font-size: 18px;
    float: left;
}

.login .ul_3 p {
    width: 30%;
    height: 48px;
    float: right;
}

.login .ul_3 p a {
    background-color: #333333;
    padding: 12px 30px;
    color: #FFFFFF;
    width: 54px;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 5px;
}

.login .ul_4 {
    /* width: 30%; */
    height: 48px;
    float: left;
}

.login .ul_4 span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 16px;
    margin-left: 10px;
}

.login .ul_4 span a {
    color: rgba(255, 255, 255);
}

.login .ul_5 {
    /* height: 48px;
    width: 416px; */
}

.login .ul_5 input {
    height: 48px;
    width: 416px;
    background: #FF5454;
    border-radius: 0px 0px 0px 0px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 5px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

input:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

input:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}


/* 底部样式 */

.foot {
    background: #FFFFFF;
    /* height: 267px; */
    width: 100%;
}

.foot .foot_top {
    height: 200px;
    border-bottom: 1px #b3b3b3 solid;
}

.foot .foot_top .foot_left {
    height: 200px;
    width: 25%;
    float: left;
    background-color: #F7F7F7;
}

.foot .foot_top .foot_left img {
    height: 63px;
    margin: 0 auto;
    display: block;
    margin-top: 15%;
}

.foot .foot_top .foot_con {
    height: 200px;
    width: 55%;
    float: left;
    background-color: #F7F7F7;
}

.foot .foot_top .foot_con .line {
    border-right: 1px #C4C4C4 solid;
}

.foot .foot_top .foot_con ul {
    float: left;
    width: 33%;
    margin: 40px 0;
}

.foot .foot_top .foot_con ul h3 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.foot .foot_top .foot_con ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
}

.foot .foot_top .foot_con ul li a {
    font-size: 14px;
}

.foot .foot_top .foot_con ul li a:hover {
    color: #f40;
}

.foot .foot_top .foot_right {
    height: 200px;
    width: 20%;
    float: left;
    background-color: #F7F7F7;
}

.foot .foot_top .foot_right ul {
    float: left;
    width: 50%;
    margin: 40px 0;
}

.foot .foot_top .foot_right ul li {
    text-align: center;
}

.foot .foot_top .foot_right ul li img {
    width: 74px;
    height: 74px;
}

.foot .foot_top .foot_right ul h3 {
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
    font-size: 12px;
}

.foot .foot_buttom {
    height: 40%;
    background-color: #f7f7f7;
}

.foot .foot_buttom p {
    text-align: center;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 2;
}

.foot .foot_buttom p a {
    color: #f40;
}