﻿[v-cloak]{
    display: none;
}
html,body{
    min-width: 1200px;
}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,textarea,fieldset,legend,img,input {
    margin: 0;
    padding: 0;
}
body{
    font-family: "微软雅黑 Regular";
    color: black;
}
ul,li,ol{
    list-style: none;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    color: #5f6b7a;
}
img{
    max-width: 100%;
}

.content{
    width: 1200px;
    margin: auto;
    position: relative;
}
.foot{
    height: 120px;
    background: #2d323a;
    margin-top:74px;
}
.foot footer{
    display: table;
    height: 100%;
}
.foot footer>div{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color:white;
}
.foot footer>div p{
    font-size: 12px;
    color:white;
    margin-top: 21px;
}
.foot footer>div dl span{
    display: inline-block;
    margin-right: 43px;
}
.foot footer .pic{
    width: 62px;
    height: 62px;
}
.footer_img{
    text-align: right;
}
.footer_img img{
    margin-left: 30px;
}

.l10{
    clear:both;
    width:100%;
    height:10px;
}

.l20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.img_left {
    width: 352px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    float: left;
    position: relative;
    padding: 10px;
    background: #b0f5ff;
}

/*分享*/
.box {
    width: 350px;
    height: 30px;
    margin: 10px 10px 0 30px;
    transform: scale(1.1);
}
    .box > div {
        width: 20px;
        height: 20px;
        float: left;
        cursor: pointer;
        border-radius: 4px;
        background-size: contain;
        margin: 0 10px;
    }



    #share-qrcode:hover {
        box-shadow: 0px 2px 12px 4px #e8e5e5;
    }



    #share-douban:hover {
        box-shadow: 0px 2px 12px 4px #e8e5e5;
    }



    #share-qzone:hover {
        box-shadow: 0px 2px 12px 4px #e8e5e5;
    }



    #share-sina:hover {
        box-shadow: 0px 2px 12px 4px #e8e5e5;
    }


    #share-qq:hover {
        box-shadow: 0px 2px 12px 4px #e8e5e5;
    }
