* {
    box-sizing: border-box
}

html,
body {
    /*min-width: 1000px*/
}

body {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #191919;
    font-family: Arial, "Microsoft YaHei", sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.wrap {
    width: 1480px;
    /*min-width: 1000px;*/
    margin: 0 auto
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.member-nav {
    display: flex;
    align-items: center;
    gap: 12px
}

.member-nav a {
    display: inline-flex;
    align-items: center;
    height: 22px;
    color: #59616d;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap
}

.member-nav a:hover,
.top-channels a:hover,
.common-footer a:hover {
    color: #fc6608
}

.member-nav a:first-child:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 4px;
    border: 1px solid #fc6608;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, #fc6608 0 2px, transparent 2.5px), radial-gradient(circle at 50% 92%, #fc6608 0 4px, transparent 4.5px)
}

.member-nav .member-name {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #20242a;
    font-weight: 600
}

.member-nav .member-badge {
    min-width: 15px;
    height: 15px;
    margin-left: 3px;
    padding: 0 4px;
    border-radius: 999px;
    background: #fc6608;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center
}

.top-channels {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #3e4652;
    font-size: 12px
}

.top-channels a {
    display: inline-flex;
    align-items: center;
    height: 34px;
    white-space: nowrap
}

.home-mark {
    position: relative;
    width: 13px;
    height: 12px;
    margin-right: 5px;
    display: inline-block
}

.home-mark:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    width: 9px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-top: 0;
    border-radius: 1px
}

.home-mark:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 8px;
    height: 8px;
    border-left: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg)
}

.common-search {
    display: flex;
    height: 42px;
    border: 2px solid #fc6608;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.common-search input[type=search] {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 0 16px;
    font-size: 14px;
    outline: 0;
    background: transparent
}

.common-search button {
    width: 104px;
    border: 0;
    background: #fc6608;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.common-footer {
    margin-top: 34px;
    padding: 24px 0 28px;
    background: #fff;
    color: #626b76;
    font-size: 12px;
    line-height: 1.9;
    text-align: center
}

.foot-page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #3f4650
}

.foot-page a {
    display: inline-flex;
    align-items: center
}

.foot-copy {
    color: #7a828d
}

.foot-copy a {
    color: #4d5662
}

@media(max-width:1220px) {
    .wrap {
        /*width: 1000px*/
    }

    .top-channels {
        gap: 14px
    }

    .member-nav {
        gap: 10px
    }
}