.dealer-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
}
.dealer-top-title {
    font-size: 30px;
    font-weight: bold;
    color: #342c2a;
}
.dealer-top-title hr {
    border-color: #e7a100;
    margin-top: 5px !important;
}
.dealer-section {
    position: relative;
}
.dealer-bg {
}
.dealer-bg img{
    position: relative;
    left: 50%;
    margin-left: -325px;
}
.dealer-input-box-par {
    background: #b3b3b3;
    padding: 0.5rem;
    position: absolute;
    left: 50%;
    margin-left: -16%;
    top: 20%;
    width: 32%;
    border-radius: 5px;
    z-index: 2;
}
.dealer-input-box {
    background: white;
    padding: 2rem;
}
.dealer-input-group {
    font-size: 12px;
    color: #342c2a;
    padding-left: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.dealer-input-label {
    float: left;
    width: 20%;
    padding-top: 0.8rem;
}
.dealer-input-input {
    float: left;
    width: 73%;
}
.dealer-input-input input {
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 1rem;
}
.dealer-input-group button {
    width: 93%;
    height: 35px;
    border: 1px solid #e7a100;
    background: #e7a100;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}
.dealer-input-a {
    width: 93%;
    text-align: right;
}
.dealer-input-a a {
    color: #e7a100;
    font-size: 12px;
}
.dealer-input-a a:hover {
    color: #e7a100;
    font-size: 12px;
    text-decoration: none;
}
.dealer-input-group-input {
    width: 73%;
    float: left;
}
.dealer-input-group-input .left-input input{
    width: 70%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 5px 0 0 5px;
    padding-left: 1rem;
    float: left;
}
.dealer-input-group-input button {
    width: 30%;
    height: 35px;
    border: 1px solid #e7a100;
    background: #e7a100;
    border-radius: 0 5px 5px 0;
    color: white;
    font-size: 12px;
    float: left;
}
.dealer-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.dealer-left-menu {
    font-size: 12px;
    color: #342c2a;
}
.dealer-left-menu ul li {
    cursor: pointer;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
.active-li {
    color: #e7a100;
}
.active-li span {
    color: #e7a100 !important;
}
.dealer-left-menu ul li span {
    color: white;
}
.dealer-right-content {
    padding-left: 4rem;
}
.dealer-info-content {
    padding-left: 2rem;
    padding-top: 1rem;
}
.dealer-info img {
    width: 15rem;
    height: 15rem;
}
.dealer-info-content {
    font-size: 14px;
    color: #342c2a;
}
.dealer-name {
    font-size: 20px;
    color: #e7a100;
}
.dealer-right-content h3 {
    color: #e7a100;
    font-size: 20px;
    font-weight: normal;
}
.dealer-input-content-box {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 2rem;
}
.dealer-input-content-box .input-item {
    width: 45%;
    font-size: 14px;
    color: #342c2a;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.dealer-input-content-box .input-item-type {
    width: 100%;
    font-size: 14px;
    color: #342c2a;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.dealer-input-content-box .low {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.dealer-input-content-box .input-item .item-left-label {
    float: left;
    width: 30%;
    text-align: right;
}
.dealer-input-content-box .input-item-type .item-left-label {
    float: left;
    width: 13.5%;
    text-align: right;
}
.dealer-input-content-box .input-item .item-right-input {
    float: left;
    width: 60%;
    padding-left: 3rem;
}
.dealer-input-content-box .input-item-type .item-right-input {
    float: left;
    width: 60%;
    padding-left: 3rem;
}
.dealer-input-content-box .input-item-type .item-right-type {
    float: left;
    width: 80%;
    padding-left: 3rem;
}
.dealer-input-content-box .input-item .item-right-input input {
    width: 100%;
    padding: 0.2rem 1rem;
}
.input-item-type .item-right-type hr {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.input-item-type .input-item-type .item-right-type .item-type {
    width: 100%;
}
.input-item-type .item-right-type .item-type .type-left {
    width: 50%;
}
.input-item-type .item-right-type .item-type .type-right {
    width: 50%;
    padding-top: 1rem;
}
.input-item-type .item-right-type .item-type .type-right .left-label {
    float: left;
}
.input-item-type .item-right-type .item-type .type-right .right-input {
    float: left;
}
.dealer-right-content .input-button {
    margin-top: 3rem;
    width: 50%;
}
.dealer-right-content .input-button .button,
.dealer-input-content-box .input-item .button {
    width: 30%;
    height: 35px;
    border: 1px solid #e7a100;
    background: #e7a100;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}
.dealer-form-title {
    background: #e7a100;
    font-size: 20px;
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 12rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
}
.dealer-input-content-box .input-item .item-right-input textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0.5rem;
    height: 15rem;
}
.query-list table thead th{
    background: white !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #e7a100 !important;
}
.query-list table tbody {
    text-align: center !important;
    vertical-align: middle;
    font-size: 14px !important;
    color: #333 !important;
}
.query-list table tbody a,.query-list table tbody a:hover {
    font-size: 14px !important;
    color: #333 !important;
    text-decoration: underline;
    cursor: pointer;
}
.dealer-right-content .score-title {
    background: #e7a100;
    color: white;
    font-size: 20px;
    padding: 1rem 3rem 1rem ;
    margin-bottom: 2rem;
}
.dealer-right-content .score-list-img-td {
    padding: 2rem;
}
.dealer-right-content td {
    vertical-align: middle;
}
.dealer-right-content .score-list-img-td .right-info {
    margin-left: 1.5rem;
    text-align: left;
    padding-top: 1rem;
}
.dealer-right-content .score-list-img-td .right-info .product-number {
    color: #888;
    padding-top: 1rem;
}
.dealer-right-content  .score-change {
    color: #e7a100;
}
.dealer-right-content .buy-list table {
    border-top: 1px solid #e5e5e5;
}
.dealer-right-content .buy-list table th {
    background: white !important;
    font-size: 18px !important;
    color: #342c2a;
    text-align: center;
    vertical-align: middle;
    border-color: #e5e5e5 !important;
}
.dealer-right-content .buy-list table tbody {
    font-size: 12px !important;
    color: #342c2a !important;
    text-align: center;
}
.dealer-right-content .buy-list table tbody tr {
    cursor: pointer;
}
/*奇数行 不包含表头*/
.dealer-right-content .buy-list table tbody .odd {
    background: #f5f5f5 !important;
}
/*偶数行 不包含表头*/
.dealer-right-content .buy-list table tbody .even {
    background: white !important;
}
.dealer-right-content .buy-list table tbody .list-tr {
    text-align: left;
    display: none;
}
.dealer-right-content .buy-list table tbody .pList {
    margin-left: 11%;
}
.dealer-right-content .buy-list table tbody .pList span {
    color: #e7a100;
    margin-left: 1rem;
}
.dealer-right-content .buy-list table td i {
    font-size: 10px !important;
    color: #888 !important;
    margin-right: 1rem;
}

.dealer-list {

width: 840px;

}
 .dealer-list-name {
    height: auto;
    background-color: #f5f5f5;
    font-size: 16px;
    overflow: hidden;
}
 .dealer-list-center {
    height: auto;
}
.dealer-list-img{
    width: 150px;
    height: 150px;
    float: left;
}
 .dealer-list-content{
    width: 350px;
    height: 150px;
    float: left;
     padding-left: 10px;
}
.dealer-list-content .dealer-info{
    line-height: 25px;
    color:#e7a100;
}
.dealer-list-content-type{
    color: #000000;
    font-size:20px ;
    font-weight: 400;
    margin-bottom: 10px;
}
.dealer-list-number{
    width: 320px;
    height:150px;
    float: left;
}
 .scroll_pic{

    height: 200px;
    clear: left;

}
  .dealer-list-build-pic{
     width: 100px;
     height: 100px;
     margin-top: 15px;
     margin-left:25px;
 }
.dealer-thumb{
    width: 100%;
    height: 100%;
}
 .dealer-list-number{
    width: 320px;
    height: 150px;
    float: left;
}
.dealer-list-number-top{
    margin-top: 10px;
    margin-left: 20px;
    width: 320px;
    height: 40px;
    color:#888888 ;
}
.dealer-list-number-bottom{
    margin-top: 10px;
    margin-left: 10px;
    width: 320px;
    height: 90px;
}
.dealer-list-number-pic{
    width: 80px;
    height: 80px;
    margin-left: 5px;

}