.triangle {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 3px 0px 0 15px;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #999 transparent transparent transparent;
    vertical-align: top;
    box-sizing: border-box;
    transform-origin: center 20%;
    -ms-transform-origin: center 20%;
    -moz-transform-origin: center 20%;
    -webkit-transform-origin: center 20%;
    -o-transform-origin: center 20%;
}

.triangle.top {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

body {
    background: #fff;
}

.content-wrapper {
    padding: 0 10px;
}

.desc-content {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.desc-content-title {
    font-size: 18px;
    color: #444;
    font-family: 'siyuan_bold';
}

.desc-content-time {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.desc-content_text {
    transition: all 0.5s;
    line-height: 20px;
    color: #999;
    height: auto;
    overflow: hidden;
    font-size: 11px;
}

.opreating {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.opreating .looked {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 16px;
    float: right;
    background-position-y: 2px;
    font-size: 12px;
    color: #999999;
}

span.icon {
    display: inline-block;
    height: 20px;
    padding-left: 23px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.opreating .zan {
    display: inline-block;
    height: 23px;
    line-height: 2;
    padding-left: 27px;
    background-image: url('../../resource/images/video_zan.png');
    font-size: 12px;
    color: #6A6E7C;
}

.opreating .zanPress {
    background-image: url('../../resource/images/video_zanh.png')
}

.opreating .xu {
    top: 3px;
    display: inline-block;
    height: 23px;
    font-size: 12px;
    padding-left: 27px;
    color: #6A6E7C;
    background-image: url(../../resource/images/video_xu.png);
    position: relative;
}

.opreating .xuPress {
    background-image: url('../../resource/images/video_xuh.png')
}

.opreating .shang {
    background-image: url('../../resource/images/zx_shang_nor.png')
}

.opreating .shangPress {
    background-image: url('../../resource/images/zx_shang_press.png')
}

.channel-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #eee;
    padding: 10px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: content-box;
}

.channel-wrap .channel {
    display: flex;
    align-items: center;
}

.subscribe {
    border: 1px solid #de3031;
    border-radius: 21px;
    padding: 5px 10px;
    padding-top: 6px;
    padding-left: 18px;
    background: #de3031 url(../../resource/images/icon_subscribe.png) no-repeat 5px center;
    background-size: 10px 10px;
    color: #ffffff;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.hasSubscribe {
    border: 1px solid #dde0e4;
    border-radius: 21px;
    padding: 6px;
    padding-left: 13px;
    padding-right: 13px;
    background: #dde0e4;
    background-size: 13px 13px;
    color: #a5a8b0;
    margin: 5px 0 0 0;
    font-size: 12px;
}

[v-cloak] {
    display: none;
}

.rewardButton {
    height: 50px;
    padding: 30px 0 10px 0;
    text-align: center;
}

.rewardButton > span {
    border: 1px solid #dcdcdc;
    border-radius: 35px;
    padding: 8px 20px;
    /*     padding-top: 10px; */
    padding-left: 49px;
    height: 100px;
    width: 100px;
    background: #ffffff url(../../resource/images/icon_dashang.png) no-repeat 20px;
    /* height: 34px; */
    width: 30%;
    background-size: 15px 15px;
    line-height: 13px;
    /* margin: 2px 0 0 0; */
    float: none;
    color: #2a2a2a;
}


.relate {
    border-width: 0 0 1px 0;
    border-color: #eee;
    border-style: solid;
    padding: 10px 0;
    transition: all 0.5s;
}

.relate-content {
    padding: 15px 0 15px 0;
    border-width: 0 0 1px 0;
    border-color: #edeff3;
    border-style: solid;
    display: flex;
    align-items: center;
}

.relate-content-title {
    border-width: 0 0 1px 0;
    border-color: #edeff3;
    border-style: solid;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 35px;
    font-family: 'siyuan_bold';
}

.relate-content div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.relate-content div .title {
    width: 100%;
    overflow: hidden;
    /*height: 44px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 10px;
    font-family: 'siyuan_medium';
}

.relate-content div p {
    margin-bottom: 0;
    font-family: 'siyuan_regular';
}

.relate-content div .text {
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}

.relate-content img {
    vertical-align: middle;
    width: 30%;
    margin-right: 10px;
}

.show-more {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #999;
}

.icon1 {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    vertical-align: middle;
}

.shouhui {
    background-image: url('../../resource/images/arrow_shouhui.png');
    margin-left: 10px;
}

.loading {
    background-image: url('../../resource/images/updownload.gif');
    margin-left: 10px;
}

.Prompt_money {
    height: 40px;
    line-height: 40px;
    background: #1491e5;
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
}

.Prompt_money span {
    display: inline-block;
    width: 40px;
    float: right;
    /*padding: 15px 10px;*/
    background: url(../../resource/images/5_attention_close.png) 13px 13px no-repeat;
    background-size: 12px 12px;
    height: 40px;
}

.video-container {
    position: relative;
}

.video-container .center-tip {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
