html {
    overflow-y: scroll;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
ul,li{ padding:0; margin:0; list-style: none }

li:hover {
    cursor: pointer;
}



a {
    color: #454545;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    background-color: #d5d5d5;
    border-radius: 2px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b0b0b0;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b0b0b0;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b0b0b0;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b0b0b0;
}

.head {
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.head-layout{
    width: 1200px;
    height: 55px;
    display: flex;
    flex-direction: row;
}

.logo {
    width: 115px;
    height: 32px;
    align-self: center;
}

.tab {
    flex-grow: 1;
    height: 55px;
    padding-left: 106px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.tab-item {
    width: 90px;
    height: 46px;
    background-image: url("../img/tab-item-normal.png");
    color: white;
    text-align: center;
    line-height: 46px;
    margin-right: 30px;
    font-size: 14px;
}

.tab-item2 {
    width: 90px;
    height: 46px;
    margin-right: 30px;
}

.tab-item2 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
}

.sethome {
    width:65px;
    height: 30px;
    align-self: center;
    content: url("../img/sethome.png");
    display: none;
}
.sethome:hover {
    width:65px;
    height: 30px;
    align-self: center;
    content: url("../img/sethome-hover.png");
}

.search-group {
    width: 100%;
    height: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2f3448;
}

.search-layout{
    width:1200px;
    height:224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/search-bg.png");
}

.search-container{
    width: 570px;
    height: 70px;
}

.search-tab {
    width: 477px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-tap-highlight-color: transparent;
}

.search-tab span {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    color: #dfdfdf;
    cursor: pointer;
    height: 22px;
    padding: 0 12px;
}

.search-tab span:hover {
    border-bottom: 2px solid #dfdfdf !important;
    color: #dfdfdf !important;
}

#baidu {
    border-bottom: 2px solid white;
    color: white;
}

input {
    outline-style: none;
    border: 0px;
    border-radius:0px; 
    -webkit-appearance: none;
    -webkit-border-radius:5px;
    vertical-align: middle;
    padding: 0px;
}

.search-box {
    width: 100%;
    margin-top: 8px;
}

.search-form input[type=search] {
    width: 477px;
    height: 38px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

.submit {
    background-image: url("../img/search.png");
    width: 85px;
    height: 40px;
    color: white;
    font-size: 16px;
}

.submit:hover {
    cursor: pointer;
    background-image: url("../img/search-hover.png");
}

#dropdown {
    position: absolute;
    width: 475px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: none;
}
#dropdown ul {
    display: block;
    width: 435px;
    margin-left: 20px;
    margin-right: 20px;
}

#dropdown ul li {
    display: inline-block;
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    border-bottom: 1px #dcdcdc dashed;
    color: #2f3448;
}

#dropdown ul li:last-child{ 
    border-bottom: none; 
}

.container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
}

.common {
    width: 1200px;
    height: 114px;
    margin-top: 15px;
    border:1px solid #dcdcdc;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.common-row {
    width: 100%;
    height: wrap;
    display: flex;
    flex-direction: row;
    margin-left: 54px;
    margin-right: 54px;
}

.common-item {
    width: 160px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.common-item div {
    width: 22px;
    height: 20px;
}

.common-item img {
    width: auto;
    height: auto;
}

.common-item a {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

.classify-tab {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    padding-left: 33px;
}

.classify-tab span {
    width: 80px;
    height: 32px;
    font-size: 13px;
    color: #2f3448;
    text-align: center;
    line-height: 32px;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
    margin-right: 10px;
}

.classify-tab span:hover{
    background-color: #eaeaec;
    cursor: pointer;
}

.classify-container{
    width: 1200px;
    height: auto;
    position: absolute;
    background-color: tomato;
}

.classify {
    width: 1200px;
    height: auto;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    border:1px solid #dcdcdc;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.classify-row {
    width: 100%;
    height: wrap;
    display: flex;
    flex-direction: row;
    margin-left: 54px;
    margin-right: 54px;
}

.classify-item {
    width: 160px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.classify-item div {
    width: 3px;
    height: 9px;
    background-color: #fcb327;
}

.classify-item span {
    font-size: 12px;
    font-weight: bold;
    color: #2f3448;
    margin-left: 9px;
}

.classify-item a {
    font-size: 12px;
    color: #454545;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
}

.classify-line {
    width:1126px;
    height:0px;
    border-top:1px #dcdcdc dashed;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 37px;
    margin-right: 37px;
}

.classify-titleItem {
    width: 160px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.classify-titleItem div {
    width: 4px;
    height: 15px;
    background-color: #2f3448;
    border-radius: 5px;
}
.classify-titleItem span {
    font-size: 16px;
    font-weight: bold;
    color: #2f3448;
    margin-left: 9px;
}

.classify-descRow{
    width: 1200px;
    height: wrap;
    display: flex;
    flex-direction: row;
    margin-left: 32px;
    margin-right: 32px;
}

.classify-descItem {
    width: 208px;
    height: 110px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.classify-descItem a{
    margin-top: 2px;
    background-color: white;
    cursor: pointer;
}

.classify-descItem-top {
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.classify-descItem-top img{
    margin-left: 15px;
    margin-right: 10px;
}
.classify-descItem-top span{
    font-size: 17px; 
    color: #2f3448;
}

.classify-descItemLine {
    width: 188px;
    margin-left: 10px;
    margin-right: 10px;
    height:0px;
    border-top:1px #dcdcdc solid;
    background-color: '#dcdcdc';
}
.item-desc{
    font-size: 12px;
    color: #5d5d5d;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.classify-descItem-space{
    width: 22px;
    height: 1px;
}
.classify-descRow-space{
    widows: 100%;
    height: 23px;
}
.classify-descRow-line {
    width:1126px;
    height:0px;
    border-top:1px #dcdcdc dashed;
    margin-top: 30px;
    margin-bottom: 2px;
    margin-left: 37px;
    margin-right: 37px;
}

.content-line{
    widows: 100%;
    height: 15px;
}

.more-layout{
    width: 1200px;
    height: 40px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more {
    width: 150px;
    height: 35px;
    color: white;
    background-color: #2f3448;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border-radius: 3px;
}

.more:hover{
    background-color: #2f3448;
}

.footer {
    width: 100%;
    height: 36px;
    background-color: #2f3448;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-layout{
    width: 1200px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer span {
    color: white;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer a {
    color: white;
    padding: 5px;
}

.footer a:hover{
    color: #2f3448;
}
