﻿@charset "utf-8";
/******global****/
*{margin: 0;padding: 0;}
body,html{background:#f1f6f7;min-width:1280px;}
body,html,input,select,textarea,button{font:14px "microsoft yahei","微软雅黑",Tahoma, Verdana, Arial, Helvetica, sans-serif;outline: none;border: none;}
a{text-decoration: none;cursor: pointer;border: none;outline: none;}
img {border: none;}
ul,ol,li{list-style: none;margin: 0;padding: 0;}
.clearfix:after{clear: both;content: " ";display: table;}
.clearfix{*zoom:1;} 
.clear{clear: both;width: 0;height: 0;overflow: hidden;}
.hides{display: none;}
.fleft{float: left;}
.fright{float: right;}
.textcenter{text-align: center;}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
.zw_cont {
    width: 200px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -100px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #ccc;
}
.collection_div .zw_cont{
	 top: 100px;
}
/*提示信息*/
.msg-tips {
    position: relative;
    margin: 30px auto;
    padding: 30px 0;
    width: 420px;
    font-size: 14px;
    text-align: left;
}

    .msg-tips .icon {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
    }

        .msg-tips .icon i {
            margin: 0;
            padding: 0;
            font-size: 60px;
            color: #090;
            line-height: 1em;
        }

        .msg-tips .icon.warning i {
            color: #f90;
        }

        .msg-tips .icon.error i {
            color: #f00;
        }

    .msg-tips .info {
        margin-left: 80px;
    }

        .msg-tips .info strong {
            display: block;
            padding-bottom: 5px;
            color: #333;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.3em;
        }

        .msg-tips .info p {
            line-height: 24px;
            color: #666;
            font-size: 14px;
        }

            .msg-tips .info p a {
                margin: auto 2px;
            }