*{
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
a {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    color: #222222;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
input,
textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{
    border: none;
}
body{
    color: #222222;
    font-family: "Microsoft YaHei";
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    max-width: 865px;
    margin: 0 auto;
}
body,html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*缩略图*/
.pinch-zoom-container{
    width: 100%;
    height: 100% !important;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 9;
}
.common-no-more{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin: 30px 0 20px;
    display: none;
}
/*移动端video样式*/
/*audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure{*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -20px;*/
    /*margin-top: -20px;*/
    /*!*background-color: rgba(255,255,255,.3);*!*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*padding: 0;*/
    /*overflow: hidden;*/
    /*display: block;*/
/*}*/
/*audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel{*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: url("../images/play.png");*/
    /*background-size: 100% 100%;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*min-width: 40px;*/
/*}*/
/*audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button{*/
   /*width: 32px;*/
    /*height: 32px;*/
    /*margin: 4px;*/
    /*opacity: 0;*/
/*}*/
/*audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display*/
/*,audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline*/
/*,audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button*/
/*,audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button*/
    /*,video::-internal-media-controls-download-button, audio::-internal-media-controls-download-button*/
    /*,audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display*/
    /*,audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display*/
    /*,audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display*/
    /*,audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider*/
    /*,audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display*/
    /*,input[type="range" i]::-webkit-media-slider-thumb*/
/*,input[type="range" i]::-webkit-media-slider-container,audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button{*/
    /*opacity: 0 !important;*/
/*}*/

.display-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
}
.align-center{
    -webkit-align-items: center;
    align-items: center;
    }
/*.xgplayer-skin-default.xgplayer-pause .xgplayer-start .xgplayer-icon-play{*/
/*    display:none !important;*/
/*}*/
.xgplayer-skin-default.xgplayer-is-enter .xgplayer-start .xgplayer-icon-play,
.xgplayer-skin-default.xgplayer-is-enter .xgplayer-start{
    display:none !important;
}

.xgplayer-skin-default.xgplayer-pause:not(.xgplayer-is-enter) .xgplayer-start .xgplayer-icon-play{
    display:block !important;
}
.xgplayer-skin-default.xgplayer-pause:not(.xgplayer-is-enter) .xgplayer-start{
    display:inline-block !important;
}