/*公共样式*/
.t20 {
    margin-top: 20px;
}
.fr {
    float: right;
}
input:focus,
textarea:focus {
    outline: none;
}
body .am-menu .navbar-nav li[data-navname=replace]>a {
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 8px #fff;
}
#re-search {
    margin-left: 22%;
}
#re-search .fa-search {
    position: absolute;
    margin-left: 10px;
    margin-top: 14px;
    color: #999;
    z-index: 10;
}
#re-search input {
    border-color: #0094d4;
    height: 43px;
    padding-left: 30px;
}
#re-search .btn {
    padding: 9px 24px;
    font-size: 16px;
}

.banner {
    height: 500px;
}
.banner img {
    width: 100%;
    height: 100%;
}
.hot h4{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.hot i{
    width: 7px;
    height: 20px;
    background-color: #0194d4;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
}
.hot ul {
    padding: 0;
    list-style: none;
}

/*热门型号*/
.hot-model ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hot-model ul li {
    width: 212px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    border-radius: 21px;
    background-color: #f8f8f8;
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden;
}
.hot-model ul li a {
    text-decoration: none;
    color: #333333;
    width: 212px;
    height: 46px;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px;
    text-align: center;
}
.hot-model ul li:hover {
    background-color: #0194d4;
}
.hot-model ul li:hover a {
    color: #ffffff;
}

/*热门品牌*/
.hot-brand ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.hot-brand ul li {
    width: 20%;
    height: 120px;
    /*line-height: 120px;*/
    text-align: center;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    display: table;
}
.hot-brand ul li a {
    display: table-cell;
    vertical-align: middle;
}
.hot-brand ul li a img {
    /*height: 60px;*/
    width: 126px;
}
.hot-brand ul li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.hot-brand h4 span {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 5px;
}
/*替代需求表单*/
.re-form {
    font-size: 14px;
    color: #333333;
}

.re-form .title {
    background-color: #0194d4;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
}
.re-form form {
    padding: 20px;
    background-color: #f8f8f8;
}
.re-form form .re-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.re-form form .re-item,
.re-form form .remarks {
    display: flex;
    margin-bottom: 20px;
}
.re-form form .re-item {
    width: 48%;

}
.re-form form .remarks {
    width: 100%;
}
.re-form-cn form label,
.re-form-en form .re-item input,
.re-form-en form .remarks textarea {
    line-height: 40px;
}
.re-form-en form label {
     width: 140px;
    text-align: right;
 }
.re-form-cn form label {
    width: 130px;
    text-align: right;
}
.re-form form label {
    margin: 0 !important;
    font-weight: normal;
}
.re-form form label i {
    color: #ff0000;
    margin-right: 5px;
}

.re-form form .re-item input,
.re-form form .remarks textarea {
    flex: 1;
    margin-left: 8px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding-left: 10px;
}
.re-form form .remarks textarea {
    height: 80px;
    resize:none;
}
.re-form form .submit {
    display: flex;
}
.re-form form .submit label {
    position: relative;
    top: 16px;
}
.re-form form .submit button {
    padding: 8px 150px;
    font-size: 18px;
    font-weight: normal;
}
.re-form form .submit div {
    flex: 1;
    text-align: center;
}

/*替代列表页替代料搜索*/
#re-search {
    margin-left: 22%;
    margin-top: 20px;
}
#re-search .example {
    color: #fe5858;
    margin-top: 2px;
}
#re-search .fa-search {
    position: absolute;
    margin-left: 10px;
    margin-top: 14px;
    color: #999;
    z-index: 10;
}
#re-search input {
    border-color: #0094d4;
    height: 43px;
    padding-left: 30px;
}
#re-search .btn {
    padding: 9px 24px;
    font-size: 16px;
}
/*替代料搜索message页*/
#am-mn-panel{
    margin-left: 22%;
    min-height: 290px;
}


