/***global css***/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
html {
    overflow-y: scroll;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,
ol,
li {
    list-style: none;
}
input,
button {
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
    margin: 0;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f1f1f1;
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #888;
}
img {
    border: none;
    -webkit-transition: all 400ms ease-out;
    -mozilla-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
a:hover {
    text-decoration: none;
}
.none {
    display: none;
}
.none-strong {
    display: none !important;
}
*:focus {
    outline: none;
}
i,
em,
ins,
u {
    font-style: normal;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.oh {
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.margin-center {
    margin: 0 auto;
}
.iblock {
    display: inline-block;
}
.block {
    display: block;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
.input-style-white::-webkit-input-placeholder {
    color: #fff;
}
.input-style-white:-moz-placeholder {
    color: #fff;
}
.input-style-white::-moz-placeholder {
    color: #fff;
}
.input-style-white:-ms-input-placeholder {
    color: #fff;
}
.fn11 {
    font-size: 11px;
}
.fn12 {
    font-size: 12px;
}
.fn13 {
    font-size: 13px;
}
.fn14 {
    font-size: 14px;
}
.fn16 {
    font-size: 16px;
}
.fn18 {
    font-size: 18px;
}
.fn20 {
    font-size: 20px;
}
.fn24 {
    font-size: 24px;
}
.fn40 {
    font-size: 40px;
}
.color-000 {
    color: #000;
}
.color-fff {
    color: #fff;
}
.color-444 {
    color: #444;
}
.color-888 {
    color: #888;
}
.color-eee {
    color: #eee;
}
.color-bbb {
    color: #bbb;
}
.bg-fff {
    background: #fff;
}
.overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tip,
.top {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 1180px;
    background: #fff;
    position: relative;
    z-index: 100;
}
#main,
#bottom,
.main,
.bottom {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.top-content,
.main-content,
.bottom-content {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
}

.layout{
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    min-height: 100vh;
}

.layout .img{
    width: 100%;
    margin-bottom: 20px;
}

.layout .img img{
    width: 100%;
}

.layout .txt{
    width: 90%;
    margin-left: 5%;
}

.layout .txt li{
    height: 50px;
    line-height: 50px;
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
}

.layout .txt li span{
    width: 100px;
}

.layout .txt li input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    font-size: 16px;
}

.shenqing{
    width: 90%;
    margin-left: 5%;
    height: 40px;
    line-height: 40px;
    background: #0000FF;
    color: #fff;
    text-align: center;
    border: none;
    margin-top: 50px;
}


.daka{
    width: 90%;
    margin-left: 5%;
    height: 40px;
    line-height: 40px;
    background: #0000FF;
    color: #fff;
    text-align: center;
    border: none;
    margin-top: 50px;
}