﻿@charset "utf-8";
/* -----登录注册页-----*/
.body {
    display: flex;
    flex-direction: column;
    background: url(../images/bj5.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.body1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.body2 {
    display: flex;
    flex-direction: column;
    background: url(../images/bj7.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.body .logo {
    text-align: center;
}

.body .mar1 {
    padding: 120px 0 50px 0;
}

.body .mar2 {
    margin-top: 12px
}

.body .main {
    position: relative;
    background: url(../images/bj6.png) top center no-repeat;
    background-size: cover;
    background-size: 100% 100%;

    height: 846px;
    width: 1626px;
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 225px;
}

.body .main:after {
}

.body .main:before {
}

.body .main .jiagao {
}

.body .main .biaodan {
}

.body .main .biaodan .denglu {
    margin: 5px auto;
    width: 410px;
    padding: 10px 0;
    margin-top: 38px;
}

.body .main .biaodan .denglu li {
    width: 420px;
    margin-top: 10px;
}

.body .main .biaodan ul .yonghu {
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.body .main .biaodan .denglu .yonghu span {
    width: 160px;
    height: 2px;
}

.body .main .biaodan ul .yonghu .span1 {
    background-image: linear-gradient(to right, #ffffff, #e6e6e6);
}

.body .main .biaodan ul .yonghu .span2 {
    background-image: linear-gradient(to right, #e6e6e6, #ffffff);
}

.body .main .biaodan .denglu li input {
    text-indent: 5em;
}

.body .main .biaodan ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    color: #999999;
}

.body .main .biaodan ul li select {
    width: 400px;
    height: 45px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    text-indent: 0.5em;
    outline: none
}

#username1 {
    background: url(../images/dlyh.png) 29px 12px no-repeat;
}

#password {
    background: url(../images/dlmm.png) 29px 12px no-repeat;
}

.body .main .biaodan .denglu .dl-zhuce {
    text-align: right;
    padding: 3px 0
}

.body .main .biaodan .denglu .dl-zhuce .a1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #80441D;
    opacity: 1;
}

.body .main .biaodan .denglu .dl-zhuce .a2 {
    color: #ed7d47;
    text-decoration: underline;
    margin: 0 0 0 10px;
}

.body .main .biaodan ul li input::-webkit-input-placeholder {
    color: #ccc;
}

.body .main .biaodan ul li input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.body .main .biaodan ul li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.body .main .biaodan ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.body .main .biaodan ul li button {
    width: 420px;
    height: 50px;
    background: linear-gradient(180deg, #B35A1E 0%, #84461D 100%);
    opacity: 1;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
    opacity: 1;
}

.body .main .biaodan .zhuce {
    width: 786px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 39px;
    margin-top: 234px;
    background: url(../images/bj9.png) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
}

.body .main .biaodan .zhuce li {
    display: flex;
    align-items: center;
    padding-left: 150px;
    margin-bottom: 8px;
}

.body .main .biaodan .zhuce .label1 {
    width: 80px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #999999;
    opacity: 1;
}

.body .main .biaodan .zhuce label.error {
    font-size: 13px;
    color: red;
    margin-left: 5px;
    flex: 1;
}

.body .main .biaodan .zhuce li input {
    text-indent: 0.5em;
    background: #F7F7F7;
}

.body .main .biaodan .zhuce li .checked {
    width: 16px;
    height: 16px;
}

.body .main .biaodan .zhuce li .a3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #D33537;
    opacity: 1;
    margin-left: 2px;
}

.body .main .biaodan .zhuce .yonghu h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #80441D;
    opacity: 1;
}

.body .main .biaodan .zhuce .yonghu span {
    width: 200px;
    height: 2px;
}

.body .main .biaodan .zhuce .yonghu {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.body .main .biaodan .zhuce input {
    height: 38px;
}

.body .main .biaodan .zhuce .beizhu {
    font-size: 16px;
    color: red;
}

.body .main .biaodan .zhuce .beizhu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #D33537;
    opacity: 1;
}

.body .main .biaodan .zhuce li input {
    width: 328px;
    height: 45px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    outline: none;
    border: none;
}

.body .main .biaodan .zhuce li select {
    width: 328px;
    height: 45px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    text-indent: 0.5em;
    outline: none
}

.body .main .biaodan .zhuce li .zhuce-but {
    width: 420px;
    height: 50px;
    background: linear-gradient(180deg, #B35A1E 0%, #84461D 100%);
    opacity: 1;
    border-radius: 5px;
}

.body .main .biaodan ul li .zhuce-but {
    width: 400px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #563322;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
}

.body .main .biaodan .zhuce span {
    color: red;
    margin-right: 5px;
}

.body .footer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999
}

.body .footer p {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    background: none;
}

.body .footer1 {
    flex: 1;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.body .footer2 {
    height: 100px;
}

.hide {
    display: none !important;
}

.baseImg {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -30px;
    z-index: 3;
}

.inputBox {
    position: relative;
    cursor: pointer;
    width: 240px;
    background: none;
    display: inline-block;
    height: 24px;
    z-index: 2;
}

Input.fileInput {
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    width: 240px;
    height: 50px;
    top: 0;
    left: 0
}

.dianjizi {
    position: absolute;
    z-index: 1;
    white-space: normal;
    width: 240px;
}

/* 登录页底部公司文字，覆盖在主背景图上 */
.body .main .login-footer-text{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #000000;
}

/* 首页底部公司文字，覆盖在主背景图上 */
.body .main .index-footer-text{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #000000;
}