body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#share-box {
    padding: 20px;
    color: #000;
    font-family: '微软雅黑'
}

#share-box h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    line-height: 40px
}

#card-box {
    width: 90%;
    display: flex;
    margin: 120px auto 20px;
    justify-content: center;
    align-items: center;
}

#card-box .qrcode {
    width:200px;
    height:200px;
    margin-right: 20px;
}

#card-list {
    display: table-cell;
    vertical-align: middle;
    list-style: none
}

#card-list li {
    margin: 10px 0;
    font-size: 16px
}
#card-list li span{display: inline-block;font-size: 20px;color: #0364B4;padding-bottom: 10px;}
#card-list li a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: #373737;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}
#card-list li a:first-child{background-image: url(../skin/Phone.png);}
#card-list li a:nth-child(2){background-image: url(../skin/address.png);}
#card-list li a:last-child{background-image: url(../skin/net.png);}
#card-box+h3 {
    padding: 20px 0;
    border-top: 1px dashed #e4e4e4
}

#share-list {
    text-align: center
    background-image: url(../skin/share.jpg);

}

#share-list a {
    display: inline-block;
    width: 72px;
    outline: 0;
    text-decoration: none;
    margin: 0 15px;
    cursor: pointer
}

/* #share-list a:before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    background-image: url(../skin/share.jpg);
    background-repeat: no-repeat;
    background-position: 0 0
} */

#share-list a#shareSina:before {
    background-position: -72px 0
}

#share-list a#shareQQ:before {
    background-position: -144px 0
}

#share-list a#shareWeibo:before {
    background-position: -216px 0
}

#share-list a#shareRR:before {
    background-position: -288px 0
}

#share-list a#shareCopy:before {
    background-position: -360px 0
}

#help-img {
    display: block;
    margin: 20px auto
}

#window-content .video {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: 20%;
    z-index: 1000003;
    background-color: #000;
    border: 2px solid #014578
}

#window-content .video .jwplayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

#window-content .video .alt {
    padding-top: 56.25%
}

.bounceIn {
    -webkit-animation-name: bounceIn .5s ease;
    animation-name: bounceIn .5s ease
}
