.wrapper {
    width: 1066px
}

h2 {
    margin: 40px 0 30px;
    font-size: 24px;
    color: #363636
}

.nav {
    border: 1px solid #ebebeb;
    padding: 9px 0;
    color: #363636;
    height: 20px;
    line-height: 20px;
    margin-bottom: 46px
}

.nav .active {
    color: slateblue;
}

.nav li {
    width: 14%;
    text-align: center;
    float: left
}

.nav li a {
    display: block;
    border-left: 1px solid #ebebeb
}

.nav li:hover {
    color:slateblue
}

.agent-logo-list {
    width: 26.8%;
    float: left;
    margin-right: 9.8%
}

.agent-logo {
    height: 185px;
    border: 1px solid #ebebeb
}

.agent-info-title {
    font-size: 20px;
    color: #363636;
    margin-top: 25px;
    margin-bottom: 20px
}

.agent-info li {
    color: #737373;
    line-height: 20px;
    margin-bottom: 14px
}

.form-div {
    margin-top: 72px;
    /*padding: 60px 0 78px;*/
    /*border: 1px solid #ebebeb*/
}

.form-div h3 {
    color: #363636;
    font-size: 24px;
    text-align: center
}

.info {
    font-size: 16px;
    color: #737373;
    margin-top: 16px;
    text-align: center
}

form {
    margin-left: 42.5%;
    margin-top: 56px;
    /*line-height: 1px;*/
}

.basic-content {
    margin-bottom: 20px;

}

.basic-content .item {
    width: 120px;
    color: #737373;
    height: auto;
    float: left;

}

.basic-content .item em {
    color: red;
    padding-right: 4px
}

.basic-content {
    margin-bottom: 2px;
}
.basic-content .input-area {
    margin-left: 10px;
    float: left;
    background: #fff
}

select {
    height: 28px;
    width: 190px;
    outline: 0;
    border: 1px solid #b5b5b5;
    text-indent: 8px;
    color: #737373;
    font-size: 14px
}

.txt {
    padding-left: 10px;
    height: 26px;
    line-height: 26px \9;
    border: 1px solid #b5b5b5;
    width: 180px;
    outline: 0;
    font-size: 14px
}

.confirm-btn {
    background:slateblue;
    width: 192px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-left: 95px;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    cursor: pointer;
}

.confirm-btn:hover {
    background:slateblue
}

.error-tip {
    color: red;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    height: 28px;
    line-height: 55px
}

.form-msg {
    margin-left: 130px;
    margin-top: 10px;
    color: red;
    font-size: 12px
}

.titleNav {
    font-size: 18px;
    line-height: 3em;
    overflow: hidden;
    font-weight: 700;
    border-bottom: 1px #efefef solid;
    margin: 30px 0 20px
}

.titleNav a {
    float: left;
    margin-right: 30px
}

.titleNav a.active {
    color: slateblue;
    border-bottom: 2px slateblue solid
}

@media only screen and (max-width: 1026px) {
    .wrapper {
        width: 960px
    }
}