#navClick .active {
    color: #FF7C00
}
.serch-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
.serch-icon img{
    width: 100%;
    height: 100%;
}
#select {
    border: none;
    outline: none;
    /*    appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;*/
    width: 90px;
}


.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header .header-1 {
    height: 30px;
    background: #18181A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 0 30px;
}
.header-1 span {
    cursor: pointer;
    color: #fff;
}

.header-1 a {
    color: #fff;
    text-decoration: none;
}

.header-1 .right .line {
    padding: 0 4px;
}
.header-1 .right .right-2{
    padding-right: 8px;
}
.header .header-2 {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #303133;
    padding: 0 20px 0 30px;
}

.header-2 .left {
    display: flex;
    align-items: center;
}

.header-2 .logo {
    width: 120px;
    height: 60px;
}
.header-2 .mid-layout{
    display: flex;align-items: center;
}
#navClick li:hover {
    color: #FF7C00;
}

.header-2 .nav {
    font-size: 13px;
    display: flex;
    margin-left: 20px;
}

.header-2 .nav li> a {
    text-decoration: none;
    color: #fff
}

.header-2 .nav li {
    cursor: pointer;
    margin-left: 30px;
}

.header-2 .search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 46px;
    position: relative;
    z-index: 99;
}

.header-2 .search .chooseList {
    margin-top: 251px;
    background: #FFFFFF;
    color: #303133;
    border: 1px solid #303133;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    z-index: 33;
    width: max-content;
    display: none;
}

.header-2 .search .chooseList div {
    padding: 0 12px;
    line-height: 30px;
    cursor: pointer;
}

#searchChoose:hover .chooseList {
    display: block;
}

#searchChoose {
    cursor: pointer;
}

.header-2 .search .chooseList div:hover {
    background: #303133;
    color: #FFFFFF;
}

.header-2 .search .input {
    position: relative;
    z-index: 99;
}

.header-2 .search .input input {
    font-size: 13px;
    padding: 0 8px 0 76px;
    width: 400px;
    height: 40px;
    border-radius: 20px;
    background: #FFFFFF;
    transition: all 0.2s;
}

.header-2 .search .input .all {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #303133;
}

.header-2 .search .input #searchTxt {
    width: max-content;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*.header-2 .search .input img {*/
/*    position: absolute;*/
/*    left: 68px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 12px;*/
/*    height: 12px;*/
/*}*/

.header-2 .search .btn {
    cursor: pointer;
    font-size: 13px;
    color: #C0C4CC;
    padding-left: 8px;
}
.header-2 .right{
    display: flex;
}
.header-2 .right-1 {
    margin-right: 10px;
    cursor: pointer;
    height: 38px;
    width: 66px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-2 .right a{
    color: #ffffff;
}

.hedaer-pd-height {
    display: none;
}

.hedaer-sj-height {
    display: none;
}

@media screen and (min-width: 1212px) {
    .header-sj {
        display: none;
    }
}

@media screen and (min-width: 501px) and (max-width: 1212px) {
    .header-sj {
        display: none;
    }
    .header-2 .right-1{
        width: 38px;
        height: 32px;
    }
    .hedaer-pd-height {
        display: block;
    }

    .hedaer-sj-height {
        display: none;
    }

    .hedaer-pc-height {
        display: none;
    }

    .header-2 .nav {
        margin: 0;
    }

    .header-2 .nav li {
        font-size: 12px;
        transform: scale(0.8);
        text-align: center;
        margin-left: 0;
    }
    .header-2 .search .input {
        position: relative;
        z-index: 99;
        width: 243px;
    }
    .header-2 .logo{width: 88px;height: 44px}
    .header-2 .search{
        padding-left: 4px;
        width:313px}
    .header-2 .search .input input {
        width: 240px !important;
    }
    .header .header-2 {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #303133;
        padding: 0 20px 0 30px;
        min-width: 740px;
    }
}

/* 手机 */
@media screen and (max-width: 500px) {
    .hedaer-pd-height {
        display: none;
    }

    .hedaer-sj-height {
        display: block;
    }

    .hedaer-pc-height {
        display: none;
    }

    .header {
        display: none;
    }

    .header-sj {
        height: 60px;
        background: #303133;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px 0 10px;
        position: fixed;
        width: calc(100% - 26px);
        top: 0;
        z-index: 99;
    }

    .header-sj .burger-1 {
        width: 24px;
        height: 24px;
    }

    .header-sj .logo {
        width: 122px;
        height: 55px;
    }

    .header-sj .login {
        font-size: 14px;
    }

    .nav-search-sj .nav-sj {
        font-size: 15px;
        padding-top: 20px;
    }

    .nav-search-sj {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 99;
        background: #FFFFFF;
        width: 260px;
        padding: 20px;
    }

    .nav-search-sj .search {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-search-sj .search input {
        width: calc(100% - 40px);
        height: 40px;
        border: 1px solid #E6E6E6;
        padding: 0 10px;
    }

    .nav-search-sj .search .btn {
        color: #909399;
        font-size: 15px;
        padding: 10px 0;
        font-weight: bold;
    }

    .nav-search-sj .nav-sj {
        font-size: 13px;
        padding-top: 20px;
    }

    .nav-search-sj .nav-sj li {
        color: #909399;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-search-sj .handle-sj {
        font-size: 15px;
        padding-top: 20px;
    }

    .nav-search-sj .nav-sj li {
        color: #909399;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-search-sj .handle-sj {
        font-size: 13px;
        padding-top: 20px;
    }

    .nav-search-sj .handle-sj li {
        color: #909399;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-search-sj .handle-sj li span {
        color: #909399;
    }

    .nav-search-sj .handle-sj .line {
        padding: 0 4px;
    }
}
.accounts-img{
    display: none;
    width: 180px;
    height: 180px;
    position: absolute;
    right: 100px;
    top: 30px;
}
.accounts-img img{width: 100%;height: 100%}
.sj-accounts-img{
    width: 180px;
    height: 180px;
}
.sj-accounts-img img{
    width: 100%;
    height: 100%;
}