
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #div_blank_new01_1562727873202{width:1920px;height:80px;position:absolute;top:118px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562727873202{}}   @media screen and (max-width:640px) {#div_blank_new01_1562727873202{width:96%;height:50px;top:216px;left:2%;display:none;}} #div_blank_new01_1562727873202 > .view_contents{overflow:visible;}  #div_blank_new01_1562727873202  {box-sizing:border-box;} #div_blank_new01_1562727873202 .modSet {background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562727873202  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562727873202  {box-sizing:border-box;}}

 #image_logo_1562727994489{width:19.5%;height:109px;position:absolute;top:3px;left:7.416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1562727994489{width:254px;height:111px;left:0.8483563096500532%;top:2px;}}   @media screen and (max-width:640px) {#image_logo_1562727994489{width:30.4%;height:51px;top:1.984375px;left:2.256021093814931%;}} 

 #dh_style_28_1562728646102{width:100%;z-index:999;position:absolute;top:118px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1562728646102{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_28_1562728646102{width:11.170212765957446%;z-index:999;top:8.996528625488281px;left:88.32558165205285%;}} #dh_style_28_1562728646102 > .view_contents{overflow:visible;}  #dh_style_28_1562728646102 .mainMenuSet {color:#ffffff;text-color:#ffffff;font-weight:normal;font-size:17px;line-height:80px;} #dh_style_28_1562728646102 .subMenuSet {color:#ffffff;} #dh_style_28_1562728646102 .thrMenuSet {color:#ffffff;} #dh_style_28_1562728646102 .mainMenuSet:hover {background:#e32433;color:#ffffff;} #dh_style_28_1562728646102 #hot>a {background:#e32433;color:#ffffff;}

 #image_style_01_1562728955506{width:73px;height:73px;position:absolute;top:21px;left:69.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562728955506{top:21px;left:68.60915959703075%;}}   @media screen and (max-width:640px) {#image_style_01_1562728955506{width:40px;height:40px;top:8.993056297302246px;left:64.1807069169714%;}} #image_style_01_1562728955506 > .view_contents{overflow:visible;} 

 #text_style_01_1562729005368{width:23.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15px;left:76.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562729005368{}}   @media screen and (max-width:640px) {#text_style_01_1562729005368{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;display:none;}}  #text_style_01_1562729005368>.view_contents {font-size:20px;}

 #text_style_01_1562729045782{width:21.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:76.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562729045782{top:53px;left:76.61220837751856%;}}   @media screen and (max-width:640px) {#text_style_01_1562729045782{width:96%;font-size:12px;color:#333;line-height:1.6;top:172px;left:2%;display:none;}}  #text_style_01_1562729045782>.view_contents {font-size:22px;font-weight:bold;color:#ff0000;} #comm_layout_header{height:198px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:198px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60.01041700000002px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 
 #layout_1563011057059{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563011057059{height:400px;}}   @media screen and (max-width:640px) {#layout_1563011057059{height:150px;}} #layout_1563011057059 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563011057059  {background: url(../img/upimages/20170809093007_835.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1563011057059  {background-size:cover;}} @media screen and (max-width:640px) { #layout_1563011057059  {background-size:cover;}}



 #div_blank_new01_1563011077643{width:100%;height:80px;position:absolute;left:0%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563011077643{left:0.211864406779661%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1563011077643{height:40.106666666666655px;}}  #div_blank_new01_1563011077643  {box-sizing:border-box;} #div_blank_new01_1563011077643 .modSet {background:#d3212f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563011077643  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563011077643  {box-sizing:border-box;}}

 #text_style_01_1563011077648{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:20.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563011077648{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1563011077648{width:50%;font-size:12px;color:#333;line-height:1.6;top:7.9791717529296875px;left:24.923164303563222%;}}  #text_style_01_1563011077648>.view_contents {color:#ffffff;text-align:center;font-size:22px;} @media screen and (max-width:640px) { #text_style_01_1563011077648>.view_contents {font-size:18px;}}

 #dh_style_menu2_02_1563011077651{width:98.33333333333333%;position:absolute;top:82px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_menu2_02_1563011077651{top:84px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#dh_style_menu2_02_1563011077651{left:calc(50% - 177px);top:46px;}} #dh_style_menu2_02_1563011077651 > .view_contents{overflow:visible;}  #dh_style_menu2_02_1563011077651 .subMenuSet {border-style:none;color:#747474;} #dh_style_menu2_02_1563011077651 .subMenuSet:hover {background:#e32433;color:#ffffff;} #dh_style_menu2_02_1563011077651 .subCurSet {background:#e32433;color:#ffffff;}
 #div_a_includeBlock_1563011077551{width:25%;height:131px;position:absolute;top:57px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563011077551{height:164px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563011077551{width:96%;height:95px;top:66px;left:2%;}}  #div_a_includeBlock_1563011077551  {border-style:none;border-width:4px;border-color:#dfdfdf;}

 #homelink_style_01_1563011077556{width:17%;position:absolute;top:49px;left:83%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1563011077556{width:220px;left:76.63706256627783%;}}   @media screen and (max-width:640px) {#homelink_style_01_1563011077556{width:96%;top:10px;left:2%;}}  #homelink_style_01_1563011077556 .textSet {font-size:15px;} @media screen and (max-width:640px) { #homelink_style_01_1563011077556 .textSet {font-size:13px;}}

 #div_blank_new01_1563011077562{width:71.58333333333333%;height:2px;position:absolute;top:94px;left:28.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563011077562{}}   @media screen and (max-width:640px) {#div_blank_new01_1563011077562{width:96%;height:1px;top:243px;left:2%;}}  #div_blank_new01_1563011077562  {box-sizing:border-box;} #div_blank_new01_1563011077562 .modSet {background:#222222;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563011077562  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563011077562  {box-sizing:border-box;background:#222222;}}

 #text_style_01_1563011077565{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:28.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563011077565{}}   @media screen and (max-width:640px) {#text_style_01_1563011077565{width:96%;font-size:12px;color:#333;line-height:1.6;top:214px;left:2%;}} 

 #video_style_01_1563011135172{width:50.583333333333336%;position:absolute;top:150px;left:37.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#video_style_01_1563011135172{}}   @media screen and (max-width:640px) {#video_style_01_1563011135172{width:96%;top:259px;left:2%;}} #video_style_01_1563011135172 > .view_contents{overflow:visible;}  #layout_1563011077548{height:643px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563011077548{height:684px;}}   @media screen and (max-width:640px) {#layout_1563011077548{height:690px;}} #layout_1563011077548 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563011077548  {background:#f5f5f5;}


 #text_style_01_1562749203241{width:36.6%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117px;left:34.982638676961265%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562749203241{width:414px;}}   @media screen and (max-width:640px) {#text_style_01_1562749203241{width:96%;font-size:12px;color:#333;line-height:1.6;top:489px;left:2%;display:none;}}  #text_style_01_1562749203241>.view_contents {color:#ffffff;line-height:40px;font-size:16px;font-weight:bold;text-align:left;}

 #image_style_01_1562749362911{width:16.666666666666664%;height:200px;position:absolute;top:153px;left:77.79166984558105%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562749362911{width:151px;height:151px;left:78.19956256627783%;top:185px;}}   @media screen and (max-width:640px) {#image_style_01_1562749362911{width:200px;height:200px;top:270px;left:calc(50% - 100px);display:none;}} #image_style_01_1562749362911 > .view_contents{overflow:visible;} 

 #dh_style_28_1562749454542{width:85.41666666666666%;z-index:999;position:absolute;top:2px;left:7.30555534362793%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1562749454542{z-index:999;width:923px;left:calc(50% - 461.5px);}}   @media screen and (max-width:640px) {#dh_style_28_1562749454542{width:96%;z-index:999;top:0px;left:2%;display:none;}} #dh_style_28_1562749454542 > .view_contents{overflow:visible;}  #dh_style_28_1562749454542 .mainMenuSet {color:#ffffff;text-color:#ffffff;font-weight:normal;font-size:17px;line-height:80px;bg-hover-color:transparent;} #dh_style_28_1562749454542 .subMenuSet {color:#ffffff;} #dh_style_28_1562749454542 .thrMenuSet {color:#ffffff;} #dh_style_28_1562749454542 .mainMenuSet:hover {background:transparent;color:#ffffff;} #dh_style_28_1562749454542 #hot>a {background:transparent;color:#ffffff;} #dh_style_28_1562749454542 .thrMenuSet:hover {background:transparent;} #dh_style_28_1562749454542 .thrCurSet {background:transparent;} #dh_style_28_1562749454542 .subMenuSet:hover {background:transparent;} #dh_style_28_1562749454542 .subCurSet {background:transparent;}

 #image_style_01_1562806997952{width:23.833333333333336%;height:160px;position:absolute;top:161px;left:5.221354166666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562806997952{top:174.1492919921875px;left:1.381509032943677%;height:176px;}}   @media screen and (max-width:640px) {#image_style_01_1562806997952{width:317px;height:219px;top:31px;left:calc(50% - 158.5px);display:none;}} #image_style_01_1562806997952 > .view_contents{overflow:visible;} 

 #text_style_01_1569026359248{width:63.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:444.703125px;left:17.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1569026359248{left:calc(50% - 297.5px);top:434.70538330078125px;}}   @media screen and (max-width:640px) {#text_style_01_1569026359248{width:96%;font-size:12px;color:#333;line-height:1.6;top:15px;left:2%;}}  #text_style_01_1569026359248>.view_contents {text-align:center;font-size:14px;color:#e8e8e8;} #comm_layout_footer{height:483.70538330078125px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:483.70538330078125px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:59px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#707172;}
/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.jp-blue-monday .jp-audio *:focus,
.jp-blue-monday .jp-audio-stream *:focus,
.jp-blue-monday .jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-blue-monday .jp-audio button::-moz-focus-inner,
.jp-blue-monday .jp-audio-stream button::-moz-focus-inner,
.jp-blue-monday .jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-blue-monday .jp-audio,
.jp-blue-monday .jp-audio-stream,
.jp-blue-monday .jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee; }

.jp-blue-monday .jp-audio {
  width: 420px; }

.jp-blue-monday .jp-audio-stream {
  width: 182px; }

.jp-blue-monday .jp-video-270p {
  width: 480px; }

.jp-blue-monday .jp-video-360p {
  width: 640px; }

.jp-blue-monday .jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-blue-monday .jp-video-full div div {
  z-index: 1000; }

.jp-blue-monday .jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jp-blue-monday .jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jp-blue-monday .jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-blue-monday .jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%; }

.jp-blue-monday .jp-audio .jp-interface {
  height: 80px; }

.jp-blue-monday .jp-audio-stream .jp-interface {
  height: 80px; }

.jp-blue-monday .jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @group CONTROLS */
.jp-blue-monday .jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-blue-monday .jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-blue-monday .jp-audio .jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px; }

.jp-blue-monday .jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px; }

.jp-blue-monday .jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px; }

.jp-blue-monday .jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px; }

.jp-blue-monday .jp-video .jp-controls {
  float: left; }

.jp-blue-monday .jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-blue-monday .jp-play {
  width: 40px;
  height: 40px; }

.jp-blue-monday .jp-play {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 0 no-repeat; }

.jp-blue-monday .jp-play:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -41px 0 no-repeat; }

.jp-blue-monday .jp-state-playing .jp-play {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -42px no-repeat; }

.jp-blue-monday .jp-state-playing .jp-play:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -41px -42px no-repeat; }

.jp-blue-monday .jp-stop, .jp-previous, .jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

.jp-blue-monday .jp-stop {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -83px no-repeat;
  margin-left: 10px; }

.jp-blue-monday .jp-stop:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -29px -83px no-repeat; }

.jp-blue-monday .jp-previous {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -112px no-repeat; }

.jp-blue-monday .jp-previous:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -29px -112px no-repeat; }

.jp-blue-monday .jp-next {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -141px no-repeat; }

.jp-blue-monday .jp-next:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -29px -141px no-repeat; }

/* @end */
/* @group progress bar */
.jp-blue-monday .jp-progress {
  overflow: hidden;
  background-color: #ddd; }

.jp-blue-monday .jp-audio .jp-progress {
  position: absolute;
  top: 32px;
  height: 15px; }

.jp-blue-monday .jp-audio .jp-type-single .jp-progress {
  left: 110px;
  width: 186px; }

.jp-blue-monday .jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px; }

.jp-blue-monday .jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jp-blue-monday .jp-seek-bar {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-blue-monday .jp-play-bar {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-blue-monday .jp-seeking-bg {
  background: url("../image/jplayer.blue.monday.../res/video/style_01/seeking.gif"); }

/* @end */
/* @group volume controls */
.jp-blue-monday .jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-blue-monday .jp-volume-controls {
  position: absolute;
  top: 32px;
  left: 308px;
  width: 200px; }

.jp-blue-monday .jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-blue-monday .jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-blue-monday .jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-blue-monday .jp-mute,
.jp-blue-monday .jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-blue-monday .jp-volume-max {
  left: 74px; }

.jp-blue-monday .jp-mute {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -170px no-repeat; }

.jp-blue-monday .jp-mute:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -19px -170px no-repeat; }

.jp-blue-monday .jp-state-muted .jp-mute {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -60px -170px no-repeat; }

.jp-blue-monday .jp-state-muted .jp-mute:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -79px -170px no-repeat; }

.jp-blue-monday .jp-volume-max {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -186px no-repeat; }

.jp-blue-monday .jp-volume-max:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -19px -186px no-repeat; }

.jp-blue-monday .jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -250px repeat-x;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer; }

.jp-blue-monday .jp-volume-bar-value {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }

/* @end */
/* @group current time and duration */
.jp-blue-monday .jp-audio .jp-time-holder {
  position: absolute;
  top: 50px; }

.jp-blue-monday .jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px; }

.jp-blue-monday .jp-audio .jp-type-playlist .jp-time-holder {
  left: 166px;
  width: 130px; }

.jp-blue-monday .jp-current-time,
.jp-blue-monday .jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

.jp-blue-monday .jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-blue-monday .jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

.jp-blue-monday .jp-video .jp-current-time {
  margin-left: 20px; }

.jp-blue-monday .jp-video .jp-duration {
  margin-right: 20px; }

/* @end */
/* @group playlist */
.jp-blue-monday .jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-blue-monday .jp-details,
.jp-blue-monday .jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3; }

.jp-blue-monday .jp-type-single .jp-details,
.jp-blue-monday .jp-type-playlist .jp-details {
  border-top: none; }

.jp-blue-monday .jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }

.jp-blue-monday .jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em; }

.jp-blue-monday .jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee; }

.jp-blue-monday .jp-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
.jp-blue-monday div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

.jp-blue-monday div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

.jp-blue-monday span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.jp-blue-monday .jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-blue-monday .jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-blue-monday .jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-blue-monday .jp-video-full .jp-video-play {
  height: 100%; }

.jp-blue-monday .jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../image/jplayer.blue.monday.video.../res/video/style_01/../res/video/style_01/play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-blue-monday .jp-video-play-icon:focus {
  background: url("../image/jplayer.blue.monday.video.../res/video/style_01/../res/video/style_01/play.png") 0 -100px no-repeat; }

.jp-blue-monday .jp-jplayer audio,
.jp-blue-monday .jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-blue-monday .jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-blue-monday .jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-blue-monday .jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-blue-monday .jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

.jp-blue-monday .jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px; }

.jp-blue-monday .jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-blue-monday .jp-full-screen {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-blue-monday .jp-full-screen:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -30px -310px no-repeat; }

.jp-blue-monday .jp-state-full-screen .jp-full-screen {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -60px -310px no-repeat; }

.jp-blue-monday .jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -90px -310px no-repeat; }

.jp-blue-monday .jp-repeat {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -290px no-repeat; }

.jp-blue-monday .jp-repeat:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -30px -290px no-repeat; }

.jp-blue-monday .jp-state-looped .jp-repeat {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -60px -290px no-repeat; }

.jp-blue-monday .jp-state-looped .jp-repeat:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -90px -290px no-repeat; }

.jp-blue-monday .jp-shuffle {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") 0 -270px no-repeat;
  margin-left: 5px; }

.jp-blue-monday .jp-shuffle:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -30px -270px no-repeat; }

.jp-blue-monday .jp-state-shuffled .jp-shuffle {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -60px -270px no-repeat; }

.jp-blue-monday .jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/jplayer.blue.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/monday.jpg") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
.jp-blue-monday .jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-blue-monday .jp-no-solution a {
  color: #000; }

.jp-blue-monday .jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @end */

/*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.jp-pink-flag .jp-audio *:focus,
.jp-pink-flag .jp-audio-stream *:focus,
.jp-pink-flag .jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-pink-flag .jp-audio button::-moz-focus-inner,
.jp-pink-flag .jp-audio-stream button::-moz-focus-inner,
.jp-pink-flag .jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-pink-flag .jp-audio,
.jp-pink-flag .jp-audio-stream,
.jp-pink-flag .jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  border-top: 1px solid #554461;
  border-left: 1px solid #554461;
  border-right: 1px solid #180a1f;
  border-bottom: 1px solid #180a1f;
  background-color: #3a2a45; }

.jp-pink-flag .jp-audio {
  width: 201px;
  padding: 20px; }

.jp-pink-flag .jp-audio-stream {
  width: 101px;
  padding: 20px 20px 10px 20px; }

.jp-pink-flag .jp-video-270p {
  width: 480px; }

.jp-pink-flag .jp-video-360p {
  width: 640px; }

.jp-pink-flag .jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-pink-flag .jp-video-full div div {
  z-index: 1000; }

.jp-pink-flag .jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jp-pink-flag .jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jp-pink-flag .jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-pink-flag .jp-interface {
  position: relative;
  width: 100%;
  background-color: #3a2a45;
  /* Required for the full screen */ }

/* @group CONTROLS */
.jp-pink-flag .jp-video .jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden; }

.jp-pink-flag .jp-audio .jp-controls-holder {
  height: 80px; }

.jp-pink-flag .jp-audio-stream .jp-controls-holder {
  height: 50px; }

.jp-pink-flag .jp-controls {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0 0 no-repeat;
  padding: 1px 0 2px 1px;
  overflow: hidden;
  width: 201px;
  height: 34px; }

.jp-pink-flag .jp-audio .jp-controls,
.jp-pink-flag .jp-audio-stream .jp-controls {
  margin: 0 auto; }

.jp-pink-flag .jp-audio-stream .jp-controls {
  width: 100px; }

.jp-pink-flag .jp-video .jp-controls {
  margin: 0 0 0 115px;
  float: left;
  display: inline;
  /* need this to fix IE6 double margin */ }

.jp-pink-flag .jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  height: 34px;
  margin: 0 1px 2px 0;
  padding: 0;
  border: none;
  cursor: pointer; }

/* @group single player controls */
.jp-pink-flag .jp-type-single .jp-controls button {
  width: 99px; }

.jp-pink-flag .jp-type-single .jp-play {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -40px no-repeat; }

.jp-pink-flag .jp-type-single .jp-play:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -100px -40px no-repeat; }

.jp-pink-flag .jp-state-playing .jp-type-single .jp-play {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -120px no-repeat; }

.jp-pink-flag .jp-state-playing .jp-type-single .jp-play:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -100px -120px no-repeat; }

/* The right border is normally in the ul background image. */
.jp-pink-flag .jp-audio-stream .jp-play,
.jp-pink-flag .jp-audio-stream .jp-pause {
  border-right: 1px solid #180920; }

.jp-pink-flag .jp-type-single .jp-stop {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -80px no-repeat; }

.jp-pink-flag .jp-type-single .jp-stop:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -100px -80px no-repeat; }

/* @end */
/* @group playlist player controls */
.jp-pink-flag .jp-type-playlist .jp-controls button {
  width: 49px; }

.jp-pink-flag .jp-type-playlist .jp-play {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -24px -40px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-play:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -124px -40px no-repeat; }

.jp-pink-flag .jp-state-playing div.jp-type-playlist .jp-play {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -24px -120px no-repeat; }

.jp-pink-flag .jp-state-playing div.jp-type-playlist .jp-play:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -124px -120px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-stop {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -24px -80px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-stop:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -124px -80px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-previous {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -24px -200px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-previous:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -124px -200px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-next {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -24px -160px no-repeat; }

.jp-pink-flag .jp-type-playlist .jp-next:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -124px -160px no-repeat; }

/* @end */
/* @group TOGGLES */
.jp-pink-flag .jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-pink-flag .jp-audio .jp-toggles {
  width: 55px; }

.jp-pink-flag .jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-pink-flag .jp-video .jp-toggles {
  float: left;
  width: 105px;
  margin: 10px 0 0 15px; }

.jp-pink-flag .jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-pink-flag .jp-full-screen {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0 -420px no-repeat;
  margin-left: 15px; }

.jp-pink-flag .jp-full-screen:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -30px -420px no-repeat; }

.jp-pink-flag .jp-state-full-screen .jp-full-screen {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -60px -420px no-repeat; }

.jp-pink-flag .jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -90px -420px no-repeat; }

.jp-pink-flag .jp-repeat {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0 -440px no-repeat;
  margin-left: 0; }

.jp-pink-flag .jp-repeat:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -30px -440px no-repeat; }

.jp-pink-flag .jp-state-looped .jp-repeat {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -60px -440px no-repeat; }

.jp-pink-flag .jp-state-looped .jp-repeat:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -90px -440px no-repeat; }

.jp-pink-flag .jp-shuffle {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0 -460px no-repeat;
  margin-left: 15px; }

.jp-pink-flag .jp-shuffle:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -30px -460px no-repeat; }

.jp-pink-flag .jp-state-shuffled .jp-shuffle {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -60px -460px no-repeat; }

.jp-pink-flag .jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -90px -460px no-repeat; }

.jp-pink-flag .jp-audio .jp-shuffle {
  margin-left: 5px; }

/* @end */
/* @group progress bar */
/* The seeking class is added/removed inside jPlayer */
.jp-pink-flag div.jp-seeking-bg {
  background: url("../image/jplayer.pink.flag.../res/video/style_01/seeking.gif"); }

.jp-pink-flag .jp-progress {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -240px no-repeat;
  width: 197px;
  height: 13px;
  padding: 0 2px 2px 2px;
  margin-bottom: 4px;
  overflow: hidden; }

.jp-pink-flag div.jp-video .jp-progress {
  border-top: 1px solid #180a1f;
  border-bottom: 1px solid #554560;
  width: 100%;
  background-image: none;
  padding: 0; }

.jp-pink-flag .jp-seek-bar {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -260px repeat-x;
  width: 0px;
  height: 100%;
  overflow: hidden;
  cursor: pointer; }

.jp-pink-flag .jp-play-bar {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -280px repeat-x;
  width: 0px;
  height: 100%;
  overflow: hidden; }

/* @end */
/* @group volume controls */
.jp-pink-flag .jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-pink-flag .jp-audio .jp-volume-controls,
.jp-pink-flag .jp-audio-stream .jp-volume-controls {
  height: 30px; }

.jp-pink-flag .jp-volume-controls button {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 11px;
  border: none;
  cursor: pointer; }

.jp-pink-flag .jp-audio .jp-volume-controls .jp-mute,
.jp-pink-flag .jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 0; }

.jp-pink-flag .jp-audio .jp-volume-controls .jp-volume-max,
.jp-pink-flag .jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 0; }

.jp-pink-flag .jp-video .jp-volume-controls .jp-mute,
.jp-pink-flag .jp-video .jp-volume-controls .jp-unmute {
  left: 0;
  top: 14px; }

.jp-pink-flag .jp-video .jp-volume-controls .jp-volume-max {
  left: 84px;
  top: 14px; }

.jp-pink-flag .jp-volume-controls .jp-mute {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -330px no-repeat; }

.jp-pink-flag .jp-volume-controls .jp-mute:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -25px -330px no-repeat; }

.jp-pink-flag .jp-state-muted .jp-volume-controls .jp-mute {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -60px -330px no-repeat; }

.jp-pink-flag .jp-state-muted .jp-volume-controls .jp-mute:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -85px -330px no-repeat; }

.jp-pink-flag .jp-volume-controls .jp-volume-max {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -350px no-repeat; }

.jp-pink-flag .jp-volume-controls .jp-volume-max:focus {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") -25px -350px no-repeat; }

.jp-pink-flag .jp-volume-bar {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -300px repeat-x;
  position: absolute;
  width: 197px;
  height: 4px;
  padding: 2px 2px 1px 2px;
  overflow: hidden;
  cursor: pointer; }

.jp-pink-flag .jp-audio .jp-interface .jp-volume-bar,
.jp-pink-flag .jp-audio-stream .jp-interface .jp-volume-bar {
  top: 10px;
  left: 0; }

.jp-pink-flag .jp-audio-stream .jp-interface .jp-volume-bar {
  width: 97px;
  border-right: 1px solid #180920;
  padding-right: 1px; }

.jp-pink-flag .jp-video .jp-volume-bar {
  top: 0;
  left: 0;
  width: 95px;
  border-right: 1px solid #180920;
  padding-right: 1px;
  margin-top: 30px; }

.jp-pink-flag .jp-volume-bar-value {
  background: url("../image/jplayer.pink.../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/flag.jpg") 0px -320px repeat-x;
  height: 4px; }

/* @end */
/* @group current time and duration */
.jp-pink-flag .jp-current-time, .jp-duration {
  width: 70px;
  font-size: .5em;
  color: #8c7a99; }

.jp-pink-flag .jp-current-time {
  float: left;
  cursor: default; }

.jp-pink-flag .jp-duration {
  float: right;
  text-align: right;
  cursor: pointer; }

.jp-pink-flag .jp-video .jp-current-time {
  padding-left: 20px; }

.jp-pink-flag .jp-video .jp-duration {
  padding-right: 20px; }

/* @end */
/* @group playlist */
.jp-pink-flag .jp-details {
  font-size: .7em;
  margin: 0;
  padding: 0; }

.jp-pink-flag .jp-details .jp-title {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  cursor: default; }

.jp-pink-flag .jp-video .jp-details {
  margin: 0 90px 10px; }

.jp-pink-flag .jp-playlist ul {
  list-style-type: none;
  font-size: .7em;
  margin: 0;
  padding: 0; }

.jp-pink-flag .jp-video .jp-playlist ul {
  margin: 0 20px; }

.jp-pink-flag .jp-playlist li {
  position: relative;
  padding: 2px 0;
  border-top: 1px solid #554461;
  border-bottom: 1px solid #180a1f;
  overflow: hidden; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
.jp-pink-flag div.jp-type-playlist div.jp-playlist li:first-child {
  border-top: none;
  padding-top: 3px; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist li:last-child {
  border-bottom: none;
  padding-bottom: 3px; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist a {
  color: #fff;
  text-decoration: none; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist a:hover {
  color: #e892e9; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  background-color: #26102e;
  margin: 0 -20px;
  padding: 2px 20px;
  border-top: 1px solid #26102e;
  border-bottom: 1px solid #26102e; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
  color: #e892e9; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-left: 10px;
  font-weight: bold;
  color: #8C7A99; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #E892E9; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  color: #8C7A99; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #8C7A99; }

.jp-pink-flag div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #E892E9; }

.jp-pink-flag span.jp-artist {
  font-size: .8em;
  color: #8C7A99; }

/* @end */
.jp-pink-flag .jp-video .jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */ }

.jp-pink-flag .jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-pink-flag .jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-pink-flag .jp-video-full .jp-video-play {
  height: 100%; }

.jp-pink-flag .jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  border: none;
  cursor: pointer;
  background: url("../image/jplayer.pink.flag.video.../res/video/style_01/../res/video/style_01/play.png") 0 0 no-repeat;
  text-indent: -9999px; }

.jp-pink-flag .jp-video-play-icon:focus {
  background: url("../image/jplayer.pink.flag.video.../res/video/style_01/../res/video/style_01/play.png") 0 -100px no-repeat; }

.jp-pink-flag .jp-jplayer audio,
.jp-pink-flag .jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-pink-flag .jp-jplayer {
  background-color: #000000; }

/* @group NO SOLUTION error feedback */
.jp-pink-flag .jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #3a2a45;
  border-top: 2px solid #554461;
  border-left: 2px solid #554461;
  border-right: 2px solid #180a1f;
  border-bottom: 2px solid #180a1f;
  color: #FFF;
  display: none; }

.jp-pink-flag .jp-no-solution a {
  color: #FFF; }

.jp-pink-flag .jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @end */

.jp-nice-simple .jp-jplayer {
	margin: 0 auto;
	overflow: hidden;
}

.jp-nice-simple .jp-video-play {
	width: 100%;
	overflow: hidden;
	/* Important for nested negative margins to work in modern browsers */
	cursor: pointer;
	background-color: transparent;
	/* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-nice-simple .jp-video-270p .jp-video-play {
	margin-top: -270px;
	height: 270px; }

.jp-nice-simple .jp-video-360p .jp-video-play {
	margin-top: -360px;
	height: 360px; }

.jp-nice-simple .jp-video-full .jp-video-play {
	height: 100%; }

.jp-nice-simple .jp-video-play-icon {
	position: relative;
	display: block;
	width: 112px;
	height: 100px;
	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	background: url("../image/jplayer.nice.simple.video.../res/video/style_01/../res/video/style_01/play.png") 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

.jp-nice-simple .jp-video-play-icon:focus, .jp-video-play-icon:hover {
	background: url("../image/jplayer.nice.simple.video.../res/video/style_01/../res/video/style_01/play.png") 0 -100px no-repeat;
}

.jp-nice-simple .jp-video {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	position:relative;

	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.3);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.3);
	box-shadow:0px 0px 20px rgba(0,0,0,.3);
	background:#000;
}
.jp-nice-simple .jp-video-360p {
	/* width:570px;
	margin: 100px auto; */
}

.jp-nice-simple .jp-video-full {
	width:480px;
	height:270px;
	position:static !important; 
	position:relative;
}
.jp-nice-simple .jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
}

.jp-nice-simple .jp-video-full .jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}

.jp-nice-simple .jp-video-full .jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;
}


.jp-nice-simple .jp-interface {
	position: relative;
	width:100%;
	height: 35px;

	background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
	background-image: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
	background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
	background-image: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
	background-image: linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f2f2f2', EndColorStr='#d1d1d1');

	-webkit-box-shadow:
		inset 0px 1px 0px #f7f7f7,
		inset 0px -1px 0px #e2e2e2;
	-moz-box-shadow:
		inset 0px 1px 0px #f7f7f7,
		inset 0px -1px 0px #e2e2e2;
	box-shadow:
		inset 0px 1px 0px #f7f7f7,
		inset 0px -1px 0px #e2e2e2;
}

.jp-nice-simple div.jp-controls-holder {
	clear: both;
	width:570px;
	margin: 0 auto;
	
	position: relative;
	overflow:hidden;
}

.jp-nice-simple a.jp-play,
.jp-nice-simple a.jp-pause {
	width:40px;
	height:35px;
	float:left;
	text-indent:-9999px;
	outline:none;
}

.jp-nice-simple a.jp-play {
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) 0 0 no-repeat;
}

.jp-nice-simple a.jp-pause {
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) -40px 0 no-repeat;
	display: none;
}

.jp-nice-simple #separator {
	background-image:url(../image/../res/video/style_01/separator.png);
	background-repeat:no-repeat;
	width: 2px;
	height: 35px;
	float:left;
	margin-top: 7px;
	margin-right: 10px;
}

.jp-nice-simple .jp-progress {
	background: #706d6d;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);
	box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);

	width:280px;
	height:10px;
	float:left;
	margin-top: 13px;
}
.jp-nice-simple .jp-video-270p .jp-progress {
	width:210px;
}

.jp-nice-simple .jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}

.jp-nice-simple .jp-seeking-bg {
	background:#575555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.jp-nice-simple .jp-play-bar {
	background: url(../image/play-../res/video/style_01/bar.png) left repeat-x;
	width:0px;
	height:10px;
	position:relative;
	z-index: 9999;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.jp-nice-simple .jp-play-bar span {
	position:absolute;
	top: -3px;
	right: -12px;

	background:url(../image/../res/video/style_01/handle.png) no-repeat center;
	width: 16px;
	height: 17px;
}

.jp-nice-simple .jp-current-time,
.jp-nice-simple .jp-duration {
	font-size:11px;
	font-family:Arial;
	color:#444444;
	margin-top: 12px;
	float:left;
}
.jp-nice-simple .jp-current-time {
	float: left;
	display:inline;
}
.jp-nice-simple .jp-duration {
	float: left;
	display:inline;
	text-align: right;
}
.jp-nice-simple .jp-video .jp-current-time {
	margin-left:10px;
}
.jp-nice-simple .jp-video .jp-duration {
	margin-right:10px;
}
.jp-nice-simple .time-sep {
	float:left;
	margin: 13px 3px 0 3px;

	font-size:11px;
	font-family:Arial;
	color:#444444;
}


.jp-nice-simple .jp-video a.jp-mute,
.jp-nice-simple .jp-video a.jp-unmute {
	text-indent:-9999px;
	float:left;
	
	height: 35px;
	outline:none;
}

.jp-nice-simple .jp-mute {
	float:left;
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) -80px 0 no-repeat;
	margin-top: 1px;
	margin-left: -10px;
	width: 35px;
}

.jp-nice-simple a.jp-unmute {
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) -115px 0 no-repeat;
	margin-top: 1px;
	margin-left: -13px;
	display: none;
	width: 38px;
}

.jp-nice-simple .jp-volume-bar {
	float:left;
	margin-top: 13px;
	margin-right: 10px;
	overflow:hidden;
	width:70px;
	height:10px;
	cursor: pointer;

	background: #706d6d;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);
	box-shadow:
		inset 0px 1px 4px rgba(0,0,0,.4),
		0px 1px 0px rgba(255,255,255,.4);
}

.jp-nice-simple .jp-volume-bar-value {
	background: rgba(112,109,109.01);
	width:0px;
	height:10px;
	position: relative;
}

.jp-nice-simple .jp-volume-bar-value span {
	position:absolute;
	top: 0px;
	right: 0px;

	background:url(../image/../res/video/style_01/volume.png) no-repeat center;
	width: 11px;
	height: 10px;
}

.jp-nice-simple .jp-full-screen {
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) -150px 0 no-repeat;
	float:left;
	width: 40px;
	height: 35px;
	text-indent:-9999px;
	margin-left: -15px;
	outline:none;
}

.jp-nice-simple .jp-restore-screen {
	background: url(../image/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/../res/video/style_01/sprite.png) -150px 0 no-repeat;
	float:left;
	width: 40px;
	height: 35px;
	text-indent:-9999px;
	margin-left: -15px;
	outline:none;
	
}

/* @group NO SOLUTION error feedback */
.jp-nice-simple .jp-no-solution {
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #009be3;
	color: #000;
	display: none; }

.jp-nice-simple .jp-no-solution a {
	color: #000; }

.jp-nice-simple .jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold; }

/* @end */
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1562728646102 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1562728646102 .maxWidth{max-width:px;}
	#dh_style_28_1562728646102 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1562728646102 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1562728646102 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1562728955506 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562728955506 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562728955506 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}/*菜单样式*/
.menu2Style_2{width:100%; position:relative;}
.menu2Style_2 *{-webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; box-sizing: border-box;}
.menu2Style_2 ul,.menu2Style_2 li{padding:0;margin:0px;list-style:none}
.menu2Style_2 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_2 .menu2Ul li{position:relative;}
.menu2Style_2 .menu2Ul li>a{position: relative; text-decoration:none; color:#8b5a5a;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:left; padding: 0 1em; letter-spacing:normal; white-space:nowrap; border:1px solid #8b5a5a; margin-bottom: 5px; }
.menu2Style_2 .menu2Ul li>a i{position: absolute; right: 1em; top: 50%; color: inherit; font-size: inherit; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.menu2Style_2 .menu2Ul li>a:hover{color:#fff; background: #8b5a5a;}
.menu2Style_2 .menu2Ul li>a:hover i{right: .5em;}
.menu2Style_2 .menu2Ul a.subCurSet{ background: #8b5a5a; color: #fff;}

@media screen and (max-width:768px) {
}.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px; 
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
.jp-nice-simple a.jp-play {
    background: url("http://admin.mifwl.com/images/sprite.png") 0 0 no-repeat;
}
.jp-nice-simple .jp-video a.jp-mute, .jp-nice-simple .jp-video a.jp-unmute{
        background: url("http://admin.mifwl.com/images/sprite.png") -80px 0 no-repeat;
}
 .jp-nice-simple .jp-full-screen {
    background: url("http://admin.mifwl.com/images/sprite.png") -150px 0 no-repeat;
 }
 .jp-nice-simple a.jp-pause {
    background: url("http://admin.mifwl.com/images/sprite.png") -40px 0 no-repeat;
}
@media screen and (max-width: 768px){/*mobi*/
	#video_style_01_1563011135172 .jp-nice-simple .jp-video-270p .jp-progress{
		width:126px;
	}
	#video_style_01_1563011135172 .jp-nice-simple .jp-volume-bar{
		width:50px;
	}
}

	#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562749362911 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1562749454542 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1562749454542 .maxWidth{max-width:px;}
	#dh_style_28_1562749454542 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1562749454542 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1562749454542 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562806997952 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
