@import "css.css";
@import "l&r.css";
.f-line {
    line-height: 2;
    padding-bottom: 1em;
}

.inline {
    margin-left: 6em;
    line-height: 2.625;
}

#b1,
#b2 {
    display: none;
}

#b1.on,
#b2.on {
    display: block;
}

#a1,
#a2,
#a3,
#a4,
#b1 a,
#b2 a {
    display: inline-block;
    margin-right: 1em;
    padding: 0 1em;
    box-sizing: border-box;
    height: 3em;
    line-height: 3;
    border: 1px solid #ddd;
    font-size: 87.5%;
    background-position: right top;
    margin-bottom: 1em;
}

#a1.on,
#a2.on,
#a3.on,
#a4.on,
#b1 a.on,
#b2 a.on {
    background: url('../img/on-check.png') no-repeat right top;
}

#p1, #p2 {
    display: none;
    line-height: 2.625;
}

#p1.on, #p2.on {
    display: inline;
}

#industry, #type {
    width: 6em;
    height: 2.625em;
    text-align: center;
    line-height: 2.625;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    box-sizing: border-box;
    border-bottom-color: #a9a9a9;
}

.left article {
    margin-top: 1em;
    margin-left: 6em;
}

.c-box {
    display: none;
}

.c-box.on {
    display: block;
}

.c-box .type {
    width: auto;
    float: left;
    padding: 0 1em;
    box-sizing: border-box;
    height: 2.5em;
    line-height: 2.5;
    text-align: center;
    border: 1px solid #efefef;
    transition: all .3s linear;
    cursor: pointer;
    color: #a9a9a9;
    font-size: 75%;
    margin-right: 1em;
    margin-bottom: 1em;
}

.c-box .type:hover {
    border-color: #ccc;
}

.f-line {
    margin: 2em 2em 0 2em;
}

.f-line span {
    width: 6em;
    float: left;
    line-height: 2.5;
    text-align: right;
}

.f-line textarea, .f-line input {
    border: 1px solid #efefef;
    resize: none;
    width: calc(100% - 7em);
    float: left;
    height: 7.5em;
    line-height: 2.5;
    font-size: 87.5%;
    box-sizing: border-box;
    padding: 0 .75em;
    font-family: Microsoft Yahei;
}

.f-line input {
    height: 2.5em;
}

small {
    margin-left: 7.2857143em;
    color: #f00;
    display: block;
    text-align: left;
}

#sbmt {
    max-width: 160px;
    line-height: 3;
    font-size: 100%;
    height: 3em;
    border: none;
    color: #fff;
    border-radius: .25em;
    transition: all .3s linear;
    cursor: pointer;
    margin-bottom: 2em;
}

@media only screen and (max-width: 560px) {
    .f-line {
        margin: 1em 1em 0 1em;
    }
}

@media only screen and (max-width: 450px) {
    #a1, #a2 {
        margin-bottom: 1em;
    }

    .f-line {
        margin: 1em 0em 0 0em;
    }
}