﻿body {margin:0;padding:0
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    position: static;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 16px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: initial;
}

* {
    box-sizing: border-box
}

a:focus {
    outline: none
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    opacity:0.8
}
* {
    padding: 0;
    margin: 0;
}

.lz-top {
    background-color: #207DF8;
    padding: 10px 0
}

.iw {
    position:relative;
    padding: 0 10%;
}
.lz-nav{
    position:absolute;
    right:10%;
    top:0px
}
.lz-nav a{
    margin-left:40px;
    color:#207DF8
}
.lz-top .iw img {
    height: 82px
}

.lz-mian {
    padding: 40px 0
}

.lz-mian .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 0
}
.form-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px
}

.form-list .list {
    width: 25%;
    padding: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.form-list .list span {
    display: inline-block;
    width: 90px;
    color: #333;
    text-align: right;
}
    .form-list .list span.bt::before {
        content:'*';
        color:#ff0000
    }

    .form-list .list input,
    .form-list .list select {
        width: calc(100% - 90px);
        border: solid 1px #DCDFE6;
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
    }

select:focus {
    outline: none;
    border: solid 1px #207DF8
}

input[type=text]:focus {
    outline: none;
    border: solid 1px #207DF8
}

.form-list .list-text {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box
}

.form-list .list-text textarea {
    width: calc(100% - 80px);
    border: solid 1px #DCDFE6;
    height: 180px;
    border-radius: 5px;
    padding-left: 10px
}

textarea:focus {
    outline: none;
    border: solid 1px #207DF8
}

.form-but {
    text-align: center;
    padding: 20px 0
}

.form-but input {
    background: #207DF8;
    padding: 10px 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px
}

.form-but input:hover {
    opacity: 0.8
}

.title-fl{
    font-size:18px;
    color:#333;
    text-align:center;
    padding:40px 0 20px 0
}
.lz-peuj {
    display: flex;
    flex-wrap: wrap;
    border-left: solid 1px #DCDFE6;
    margin-bottom:20px
}
.lz-peujtow {
    display: flex;
    flex-wrap: nowrap;
    width:100%
}
.lz-peuj .li {
    width: 14.2%;
    border-right: solid 1px #DCDFE6;
    border-top: solid 1px #DCDFE6;
    border-bottom: solid 1px #DCDFE6;
}
.lz-peujtow .li{
    width:100%
}

.lz-peuj .li .input-tet {
    position: relative;
    background-color: #207DF820;
    height: 50px;
    line-height: 50px;
    padding: 5px
}
   .lz-peuj .li .input-tet p{
       text-align:center;
       line-height:40px;
       background:url(../img/up.png) no-repeat right 10px center;
       background-size:20px;
       cursor:pointer
   }
   .lz-peuj .li .input-tet .fd-div{
       position:absolute;
       top:50px;
       left:0;
       width:100%;
       display:none;
       background:#fff;
       border: solid 1px #DCDFE6;
       padding:5px;
       z-index:5;
       height: auto;
       overflow: auto;
       max-height: 300;
      
   }
    .lz-peuj .li .input-tet .fd-div label{
        display:flex;
        align-items:center;
        cursor:pointer;
        line-height:30px
    }
    .lz-peuj .li .input-tet .fd-div label span{
        padding-left:5px
    }
    .lz-peuj .li .tet-p {
        display: flex;
        align-items: center;
        min-height: 50px;
        border-top: solid 1px #DCDFE6;
        padding: 5px;
        height:calc(100% - 50px)
      
    }
.lz-peuj .li.text-c .tet-p a {
    width: 100%;
    text-align: center;
    color: #207DF8
}
.lz-peuj .li.text-b .tet-p a {
    color: #207DF8;
    width: 100%;
    text-align: center;
}
.text-c,
.text-b{
    text-align: center
}

.form-sous{
    text-align:center;
    padding-top:40px
}
.form-sous .in-but{
    width:400px;
    height:50px;
    border: solid 1px #DCDFE6;
   border-radius: 5px;
   padding-left: 10px;
}
    .form-sous button{
        width:120px;
        height:50px;
        background-color:#207DF8;
        color:#fff;
        border-radius:5px;
        border:none;
        cursor:pointer;
        margin-left:10px
    }

    @media (max-width: 1400px) {
        .iw {
        padding: 0 5%;
    }
     .lz-peuj .li {
        width: 20%;
    }
}

@media (max-width: 1000px) {
    body,
    th,
    td,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
    }
    .iw {
        padding: 0 10px;
    }

    .lz-top .iw img {
        height: 35px
    }

    .form-list .list {
        width: 100%;
        padding: 5px;
    }
    .lz-peujtow {
        display: flex;
        flex-wrap: wrap;
    }
    .lz-mian {
        padding: 20px 0
    }
    .lz-peuj .li {
        width: 50%;
    }
    .title-fl {
        padding: 20px 0 20px 0
    }
    .lz-peuj .li.text-c{
       width:100%
    }
    .lz-nav {
        position: relative;
        right: 0;
        top: 0px;
        margin-bottom:20px
    }

        .lz-nav a {
            margin:0  40px 0 0;
            color: #207DF8;
            font-size:16px
        }

    .form-sous {
        text-align: center;
        padding-top: 20px;
        
    }
        .form-sous .in-but {
            width: 100%;
            height: 40px;
            border: solid 1px #DCDFE6;
            border-radius: 5px;
            padding-left: 10px;
        }

        .form-sous button {
            width: 100%;
            height: 40px;
            background-color: #207DF8;
            color: #fff;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            margin-left: 0px;
            margin-top:15px
        }
}