* {
    word-wrap: break-word;
}

html {
    -webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #303030;
    background-color: #fff;
}

a, a:hover, a:active, a:visited, a:link, a:focus, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

.video_div {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 240px;
}

.video_class {
    width: 100%;
    background-color: #000;
    display: block;
}

.video_div h3 {
    padding: 3px 10px 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.video_list {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.video_ad {
    max-width: 750px;
    margin: 0 auto;
}

.video_ad img, .video_botad img {
    width: 100%;
    display: block;
}

.video_botad {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    animation: change 10s infinite;
}

.close_ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@keyframes change {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(0.95);
    }
    20% {
        -webkit-transform: scale(1.1);
    }
    30% {
        -webkit-transform: scale(0.95);
    }
    40% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.goback {
    background: #000;
    color: white;
    font-size: 16px;
    height: 40px;
    line-height: 45px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view_num {
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.view_num span {
    color: #b58f57;
}

.img_con {
    position: relative;
}

.img_con i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

.view_operate {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.video_operate {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video_discuss {
    display: flex;
    align-items: center;
}

.discuss_icon {
    display: block;
    width: 20px;
    margin-right: 8px;
}

.video_zan {
    display: flex;
    align-items: center;
}

.zan_icon, .zanno_icon {
    width: 23px;
}

.zan_con {
    padding-left: 15px;
    padding-right: 15px;
    color: #b58f57;
    font-size: 12px;
}

.zan_bg {
    width: 100%;
    height: 6px;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 4px;
}

.zanOn {
    width: 84%;
    height: 4px;
    border: 1px solid #e2bc89;
    background-color: #e7c08c;
    border-radius: 3px;
}

.video_tag {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9;
}

.list_title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.list_title span {
    padding-left: 15px;
    font-size: 15px;
    color: #999;
    font-weight: normal;
}

.list_con {
    padding: 10px;
    box-sizing: border-box;
    /*display: flex;*/
    width: 50%;
    /*justify-content: space-between;*/
    overflow: hidden;
    color: #303030;
    font-size: 12px;
}

.list_img {
    /*width: 120px;*/
    /*height: 75px;*/
    position: relative;
}

.list_img img {
    display: block;
    width: 100%;
    /*height: 75px;*/
}

.core {
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 12px;
    color: #fff;
}

.title {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    /*line-height: 36px;*/
    overflow: hidden;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.list_tag {
    /*display: flex;*/
    flex-wrap: wrap;
    width: 100%;
    line-height: 22px;
}

.list_tag p {
    padding: 0 6px;
    margin-right: 5px;
    height: 22px;
    color: #b58f57;
    background-color: #f7f3eb;
    border-radius: 5px;
}

.discuss {
    padding-top: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

.discuss_list {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.discuss_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discuss_img {
    display: flex;
    align-items: center;
    height: 40px;
}

.discuss_img img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.discuss_img h3 {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #696969;
    font-weight: normal;
}

.discuss_img p {
    font-size: 12px;
    color: #999;
}

.discuss_zan span {
    font-size: 14px;
    color: #999;
    padding-right: 12px;
}

.zansm_icon {
    width: 18px;
}

.discuss_con {
    width: 100%;
    line-height: 20px;
    padding-top: 15px;
}

.newshare_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.new_notice_img {
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
}

.takeMove {
    animation: takemove 0.5s 3;
}

@keyframes takemove {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.newshare_con {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #f1f0f5;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.weui_dialog {
    position: fixed;
    z-index: 999999999;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fafafc;
    text-align: center;
    border-radius: 10px;
    font-family: arial
}

.weui_mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6)
}

.weui_dialog_hd {
    padding: 0em 0 .3em
}

.weui_dialog_bd {
    padding: 0 20px;
    font-size: 16px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all
}

.weui_dialog_ft {
    border-bottom-left-radius: 10px;
    position: relative;
    line-height: 42px;
    margin-top: 20px;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.weui_dialog_ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui_btn_dialog.primary {
    font-size: 22px;
}

.weui_dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.weui_dialog_title {
    font-weight: 400;
    font-size: 17px;
    color: #000
}

.weui_close {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
}

.video_ad {
    max-width: 750px;
    margin: 0 auto;
}

.video_ad img {
    width: 100%;
    display: block;
}