* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*pc端样式  开始*/
.computer-body {
    background-color: #fff;
    min-width: 1400px;
    font-size: 14px;
    padding-top: 88px;
}

.computer-body .top-row {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    z-index: 10;
    height: 88px;
    min-width: 1400px;
}

.top-row .top-mark {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    line-height: 88px;
    width: 200px;
    background-color: #4468E6;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    padding-right: 20px;
}

.top-row .top-mark:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 10;
    display: block;
    border-right: 50px solid #fff;
    border-bottom: 82px solid transparent;
}

.top-row .top-mid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}

.top-row .top-mid .top-nav {
    display: flex;
    align-items: center;
}

.top-row .top-mid .top-nav .top-nav-item {
    border-bottom: 2px solid transparent;
    margin-right: 60px;
    padding: 15px 0;
    cursor: pointer;
}

.top-row .top-mid .top-nav .top-nav-item-active {
    border-bottom: 2px solid #4468E6;
    color: #4468E6;
}

.top-row .top-mid .top-search {
    display: flex;
    align-items: center;
}

.top-row .top-mid .top-search .top-search-input {
    width: 224px;
    height: 32px;
    color: #333;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    outline: none;
    border-radius: 0;
    margin: 0 10px 0 5px;
    padding: 0 10px;
}

.top-row .top-mid .top-search .search-btn {
    width: 65px;
    height: 32px;
    background-color: #4468E6;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.computer-body .white-con {
    background-color: #fff;
    width: 1200px;
    margin: 20px auto;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
}

.white-con .channel-item {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.channel-item .channel-left {
    width: 230px;
    height: 124px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.channel-item .channel-left .channel-img {
    width: 142px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.channel-item .channel-right {
    background-color: rgba(19, 105, 193, .04);
    height: 124px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.channel-item .channel-right .channel-name {
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 780px;
}

.channel-item .channel-right .verify-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #4468E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #4468E6;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.white-con .tips-row {
    margin: 20px auto 0;
    text-align: center;
}

.white-con .tips-row .icon-tips {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.white-con .tips-row .tips-txt {
    color: #E7B157;
    font-size: 14px;
    vertical-align: middle;
}

/*pc端样式 结束*/


/*移动端样式 开始*/
.wap-body {
    background-color: #fff;
    padding-top: 1.173rem;
    font-size: .32rem;
}

.wap-body .title-row {
    height: 1.173rem;
    line-height: 1.173rem;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}

.wap-body .nav-search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.173rem;
    padding-left: .4rem;
}

.nav-search-row .nav-box {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .373rem;
}

.nav-search-row .nav-box .nav-item {
    margin-right: 1.066rem;
    border-bottom: 2px solid transparent;
    padding: .133rem 0;
    cursor: pointer;
}

.nav-search-row .nav-box .nav-item-active {
    color: #4468E6;
    border-bottom: 2px solid #4468E6;
}

.nav-search-row .search-box {
    border-left: 1px solid #d9f9f9;
    padding: 0 .4rem;
}

.nav-search-row .search-box .icon-search {
    width: .426rem;
    display: block;
    vertical-align: middle;
    cursor: pointer;
}

.wap-body .search-single-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.173rem;
    padding: 0 .4rem;
}

.search-single-row .search-single-left {
    display: flex;
    align-items: center;
    background-color: #f1f1f2;
    -webkit-border-radius: .133rem;
    -moz-border-radius: .133rem;
    border-radius: .133rem;
    padding: 0 .4rem;
    height: .96rem;
    flex: 1;
}

.search-single-row .search-single-left .icon-search2 {
    width: .426rem;
}

.search-single-row .search-single-left .keyword-input {
    background-color: transparent;
    font-size: .186rem;
    color: #333;
    padding: 0 .133rem;
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
}

.search-single-row .single-btn {
    color: #4468E6;
    font-size: .373rem;
    margin-left: .4rem;
    cursor: pointer;
}

.wap-body .main-con {
    padding: .533rem .8rem;
}

.main-con .main-item {
    -webkit-border-radius: .266rem;
    -moz-border-radius: .266rem;
    border-radius: .266rem;
    background-color: #fff;
    box-shadow: 0 .106rem .106rem 0 rgba(0, 0, 0, .05);
    height: 4.02rem;
    position: relative;
    overflow: hidden;
    padding-top: .88rem;
    border: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: .533rem;
}

.main-con .main-item .item-img {
    height: .853rem;
    margin: 0 auto;
    display: block;
}

.main-con .main-item .item-name {
    color: #000;
    font-size: .373rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .3rem auto;
}

.main-con .main-item .btm-verify-btn {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .03);
    text-align: center;
    color: #4468E6;
    height: .92rem;
    line-height: .92rem;
    font-size: .32rem;
}

/*移动端样式 结束*/
