﻿@charset=''

/*重置样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    outline: none;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-size: 12px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 500;
}

li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before,
q:after {
    content: "";
}

button,
input,
select,
textarea {
    font-size: 100%;
}

legend {
    color: #000000;
}

small {
    font-size: 12px;
}

hr {
    border: none;
    width:100%;
    height: 1px;
}

a {
    text-decoration: none;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

input:focus, textarea:focus {
    outline: none;
}

html body {
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 500;
    margin:0;
    padding:0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    float: none;
    line-height:0;
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    position:relative;
}

.img {
    width:100%;
    height:auto;
    border:none;
    padding-bottom:7rem;
}

.btn2 {
    width:100%;
    height:auto;
    position:fixed;
    bottom:0;
    background:#fff;
    padding:1.5rem 0;
}

    .btn2 .btn3 {
        width: 100%;
        height: auto;
    }

        .btn2 .btn3 input {
            width: 64%;
            height: 2.2rem;
            font-family: '微软雅黑', "Microsoft YaHei";
            font-size: 1rem;
            line-height: 2.2rem;
            border-radius: 0;
            font-weight: normal;
            -webkit-appearance: none;
            float:left;
            border:1px solid #cbcaca;
            padding:0 0.5rem;
            margin-left:2%;
        }

        .btn2 .btn3 button {
            width: 27%;
            height: 2.3rem;
            font-family: '微软雅黑', "Microsoft YaHei";
            font-size: 1rem;
            background: #000;
            border: 1px solid #000;
            color: #fff;
            text-align: center;
            line-height: 2.3rem;
            border-radius: 0;
            font-weight: normal;
            float: right;
            margin-right: 2%;
        }

    .btn2 p {
        width: 100%;
        height: auto;
        font-size:0.8rem;
        text-align:center;
        color:#808080;
        margin:0;
        padding:0;
        margin-top:0.5rem;
        font-weight:normal;
    }

.logo {
    width: auto;
    height: auto;
    display: inline-block;
    top: 1rem;
    left:1rem;
    position:absolute;
}

.table {
    width:100%;
    height:auto;
    margin:0 auto;
    position:absolute;
    bottom:2.5rem;
}

.table form{
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.table .rows{
    width: 100%;
    height: 3rem;
    text-align:center;
    line-height:3rem;
    margin-top:0.8rem;
    background:#fff;
}

    .table .btn {
        background:#000;
        margin-top:1.5rem;
    }

    .table .rows input {
        width: 90%;
        height: 2.2rem;
        padding: 0 5%;
        font-family: '微软雅黑', "Microsoft YaHei";
        font-size: 1rem;
        border: none;
        line-height: 2.2rem;
        border-radius: 0;
        font-weight: normal;
        -webkit-appearance: none;
    }

    .table .rows button {
        width: 100%;
        height: 2.2rem;
        padding: 0 0.8rem;
        font-family: '微软雅黑', "Microsoft YaHei";
        font-size: 1rem;
        background: #000;
        border: none;
        color: #fff;
        text-align: center;
        line-height: 2.2rem;
        border-radius: 0;
        font-weight: normal;
    }