
/**
    *编辑器         \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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #text_style_02_1490063023274{display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063023274{}} 

 #text_style_02_1490063046138{display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063046138{}} 

 #dh_style_01_1490063713095{display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1490063713095{}} 

 #div_blank_1494485147648{width:100.0%;height:44px;position:absolute;top:88px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494485147648{}} #div_blank_1494485147648 > .view_contents{overflow:visible;}  #div_blank_1494485147648  {box-sizing:border-box;background:#f2efef;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494485147648  {box-sizing:border-box;}} #diy_none_obj   {box-sizing:border-box;}

 #dh_style_01_1494484475277{width:1200px;z-index:999;position:absolute;top:88px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1494484475277{z-index:999;left:0%;top:88px;width:941.765625px;}} #dh_style_01_1494484475277 > .view_contents{overflow:visible;}  #dh_style_01_1494484475277 #hot>a {background:#305dc3;color:#ffffff;} #dh_style_01_1494484475277 .mainMenuSet {color:#305dc3;padding-top:0px;padding-bottom:0px;} #dh_style_01_1494484475277 .columnSet {margin-top:0px;} #diy_none_obj  .mainMenuSet {color:#ffffff;background:transparent;} #diy_none_obj  .mainMenuSet:hover {background:transparent;color:#007fff;} #diy_none_obj  #hot>a {background:transparent;color:#007fff;} #diy_none_obj  #hot>a:hover {}

 #image_style_01_1597731709633{width:50.74999999999999%;height:351px;position:absolute;top:132px;left:49.24166647593181%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597731709633{}} #image_style_01_1597731709633 > .view_contents{overflow:visible;} 

 #image_logo_1597734723895{width:28.916666666666668%;height:89px;position:absolute;top:3px;left:-0.008333524068196615%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1597734723895{}} 

 #image_style_01_1597734844400{width:29.75%;height:84px;position:absolute;top:1px;left:70.04166952768962%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597734844400{}} #image_style_01_1597734844400 > .view_contents{overflow:visible;} 

 #video_style_02_1597898269532{width:49%;height:345px;position:absolute;top:132px;left:-0.008333524068196615%;}   @media screen and (min-width:641px) and (max-width:1200px) {#video_style_02_1597898269532{}}  #comm_layout_header{height:485px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:132px;display:block;}} #comm_layout_header > .view_contents{overflow:hidden;max-width:1200px;} 
 #layout_1494484457339{height:1px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494484457339{display:block;height:330px;}} #layout_1494484457339 > .view_contents{overflow:visible;} 


 #text_style_02_1494485522815{width:22.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:38.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494485522815{}}  #text_style_02_1494485522815>.view_contents {box-sizing:border-box;text-align:center;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494485522815>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_02_1494485631083{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:82px;left:34.791666666666664%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494485631083{display:block;}}  #text_style_02_1494485631083>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494485631083>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;}


 #text_style_02_1494485755854{width:61.77606177606177%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:152px;left:18.96718146718147%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494485755854{display:block;}}  #text_style_02_1494485755854>.view_contents {box-sizing:border-box;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494485755854>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_default_1494485962320{width:79.15057915057915%;height:66px;position:absolute;top:196px;left:10.285955598455597%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494485962320{display:block;}} 
 #div_includeBlock_1494486021241{width:21.583333333333332%;height:263px;position:absolute;top:149px;left:1.3932291666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494486021241{}}  #layout_1494485510929{height:425px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494485510929{display:none;}} #layout_1494485510929 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494486098950{width:22.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:37.416666984558105%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494486098950{}}  #text_style_02_1494486098950>.view_contents {box-sizing:border-box;text-align:center;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494486098950>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:22px;}

 #text_style_02_1494486107116{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:33.166666984558105%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494486107116{display:block;width:321px;left:31.5764183457052%;}}  #text_style_02_1494486107116>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494486107116>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;}



 #productList_style_01_1494488080395{width:100%;position:absolute;top:16.600006103515625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1494488080395{}} #productList_style_01_1494488080395 > .view_contents{overflow:visible;}  #productList_style_01_1494488080395 .titleSet {text-align:center;font-weight:bold;font-size:16px;color:#305dc3;} #tab_style_03_1494486178529{width:100%;height:530px;position:absolute;top:129px;left:-0.008333524068196615%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1494486178529{height:1264px;}}  #tab_style_03_1494486178529 .tabItemSet {background:#305dc3;font-size:16px;border-bottom-style:none;border-bottom-width:1px;border-bottom-color:#d6d6d6;line-height:30px;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-top-color:#d6d6d6;border-right-color:#d6d6d6;border-left-color:#d6d6d6;border-top-width:1px;border-right-width:1px;border-left-width:1px;color:#ffffff;height:30px;} #tab_style_03_1494486178529  {background:transparent;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #tab_style_03_1494486178529 .tabCurItem {background:#47c667;color:#ffffff;} #tab_style_03_1494486178529 .tabconSet {background:#ffffff;border-top-color:#d6d6d6;border-top-style:solid;border-top-width:1px;font-size:14px;} #tab_style_03_1494486178529 .tabItemSet.tabCurItem {background:#ffffff;color:#000000;margin-bottom:0px;} #diy_none_obj  .tabItemSet {font-size:12px;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_1494486178529{
	
}
#tab_style_03_1494486178529 .tab_nav{height:29px !important;}


/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1494486178529{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1494486178529{
		
	}
#tab_style_03_1494486178529 .tab_li{width:23.5% !important;}
}

 #text_style_01_1565704278744{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:69.015625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565704278744{width:38.54166666666667%;display:none;left:30.729166666666664%;top:69.015625px;}}  #diy_none_obj >.view_contents {font-weight:bold;font-size:14px;}

 #text_style_01_1565704440092{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:29.015625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565704440092{width:38.54166666666667%;display:none;left:30.729166666666664%;top:29.015625px;}}  #diy_none_obj >.view_contents {font-size:22px;font-weight:bold;text-align:center;font-family:SimSun;}

 #video_style_01_1596078084039{width:40%;display:none;position:absolute;left:30%;top:419px;}   @media screen and (min-width:641px) and (max-width:1200px) {#video_style_01_1596078084039{width:98.66666666666667%;display:none;left:0.6666666666666643%;top:419px;}} #video_style_01_1596078084039 > .view_contents{overflow:visible;}  #layout_1494486080306{height:659px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494486080306{height:2611px;}} #layout_1494486080306 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1494486090566{height:4px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494486090566{display:block;height:50px;}} #layout_1494486090566 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1494489335021{height:1px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494489335021{display:block;height:1405px;}} #layout_1494489335021 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494493884097{width:22.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:36.921875px;left:38.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494493884097{}}  #text_style_02_1494493884097>.view_contents {box-sizing:border-box;text-align:center;font-size:36px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494493884097>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:22px;}

 #text_style_02_1494493888084{width:33.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:88px;left:33.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494493888084{width:333px;}}  #text_style_02_1494493888084>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494493888084>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #image_style_01_1494493871263{width:57.666666666666664%;height:357px;position:absolute;top:187px;left:0.2916666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494493871263{top:187px;left:1.033934252386002%;}} #image_style_01_1494493871263 > .view_contents{overflow:visible;} 

 #text_default_1494493871277{width:38.83333333333333%;height:408px;position:absolute;top:182px;left:61.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494493871277{top:181px;left:59.97978525980911%;height:404px;}}  #layout_1494493871261{height:590.0000076293945px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494493871261{height:645px;}} #layout_1494493871261 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1494493871261  {background:#305dc3;}
 #layout_1597734837111{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1597734837111{}} #layout_1597734837111 > .view_contents{overflow:visible;max-width:1200px;} 





 #text_style_02_1495005118660{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:12.596240942028986%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495005118660{}}  #text_style_02_1495005118660>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495005118660>.view_contents {box-sizing:border-box;font-size:24px;}} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}

 #div_blank_1495005118664{width:50px;height:3px;position:absolute;left:12.596240942028986%;top:70px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1495005118664{}} #div_blank_1495005118664 > .view_contents{overflow:visible;}  #div_blank_1495005118664  {box-sizing:border-box;background:#305dc3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1495005118664  {box-sizing:border-box;}} #diy_none_obj   {box-sizing:border-box;}

 #dh_style_03_1495005118673{width:36.91756272401434%;z-index:999;left:8.973052536231885%;top:97.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1495005118673{z-index:999;width:93px;left:6.377704326923077%;top:89.5px;}} #dh_style_03_1495005118673 > .view_contents{overflow:visible;}  #dh_style_03_1495005118673 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1495005118673 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1495005118673 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1495005118673 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1495005118673 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1495005118673{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1495005118673{
		
	}
}
 #div_includeBlock_1495005118423{width:23%;height:237.5px;position:absolute;top:0px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495005118423{width:165px;left:81.77313535911603%;height:229.5px;}}  #div_includeBlock_1495005118423  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1495005119001{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:5.904364635443738%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495005119001{}}  #text_style_02_1495005119001>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495005119001>.view_contents {box-sizing:border-box;font-size:24px;}} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}

 #text_style_02_1495005119006{width:93.76299376299376%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:83.5px;left:4.365904365904366%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495005119006{left:5%;width:90%;top:91.5px;}}  #text_style_02_1495005119006>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#fffef9;line-height:30px;text-indent:2em;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495005119006>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} #diy_none_obj >.view_contents {box-sizing:border-box;}
 #div_includeBlock_1495005118434{width:40.08333333333333%;height:293.5px;position:absolute;top:0px;left:35.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495005118434{height:366.5px;width:306px;left:46.83011049723757%;top:0px;}}  #div_includeBlock_1495005118434  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}

 #text_style_01_1565698481380{width:34.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0.8333336512247722%;top:36px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565698481380{left:0%;width:50%;top:35px;}}  #text_style_01_1565698481380>.view_contents {color:#fffdf7;}

 #text_style_01_1565698754077{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565698754077{left:1.0290055248618786%;width:50%;top:0px;}}  #text_style_01_1565698754077>.view_contents {font-size:20px;font-family:SimSun;font-weight:bold;color:#fffdf9;}
 #div_includeBlock_1495005118235{width:1200px;height:324px;position:absolute;top:15.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495005118235{left:2.014846235418876%;width:96%;height:366.5px;top:20px;}} 


 #text_style_02_1495005118584{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495005118584{width:100%;left:0%;top:21px;}}  #text_style_02_1495005118584>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495005118584>.view_contents {box-sizing:border-box;}} #diy_none_obj >.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}
 #div_includeBlock_1495005118243{width:100%;height:51px;position:absolute;top:357.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495005118243{left:calc(50% - 471.5px);top:338.5px;}}  #div_includeBlock_1495005118243  {background:#000000;}
 #div_includeBlock_1495005118006{width:100%;height:408.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495005118006{height:389.5px;width:100%;}}  #div_includeBlock_1495005118006  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} #diy_none_obj   {background-position-x:50%;background:#000000;} #comm_layout_footer{height:410px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:410.5px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;} 
/*! 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 */
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1494484475277 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	#image_style_01_1597731709633 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597731709633 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1597731709633 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1597731709633 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;}
.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;*/

	#image_style_01_1597734844400 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597734844400 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1597734844400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1597734844400 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;}
/*视频样式*/ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_01_1494488080395 li{width: 19.2%;}
		#productList_style_01_1494488080395 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_01_1494488080395 li{width: 32.666666666667%;}
			#productList_style_01_1494488080395 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_01_1494488080395 li{width: 49.5%;}
			#productList_style_01_1494488080395 li.prod_Item{margin-bottom:1%;}
		}
						 #productList_style_01_1494488080395 .p_detail.pc,#productList_style_01_1494488080395 .p_name.pc {display:block;}
		 #productList_style_01_1494488080395 .p_detail.pad, #productList_style_01_1494488080395 .p_detail.mobile,#productList_style_01_1494488080395 .p_name.pad, #productList_style_01_1494488080395 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_01_1494488080395 .p_detail.pad,#productList_style_01_1494488080395 .p_name.pad {display:block;}
		 #productList_style_01_1494488080395 .p_detail.pc, #productList_style_01_1494488080395 .p_detail.mobile,#productList_style_01_1494488080395 .p_name.pc, #productList_style_01_1494488080395 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_01_1494488080395 .p_detail.mobile,#productList_style_01_1494488080395 .p_name.mobile {display:block;}
		 #productList_style_01_1494488080395 .p_detail.pc, #productList_style_01_1494488080395 .p_detail.pad,#productList_style_01_1494488080395 .p_name.pc, #productList_style_01_1494488080395 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_01_1494488080395 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1494488080395 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1494488080395 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1494488080395 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1494488080395 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1494488080395 .submit_div{ display: inline-block; }

	#productList_style_01_1494488080395 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1494488080395 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1494488080395 .page_submit{margin-left:5px;}
	#productList_style_01_1494488080395 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1494488080395 .page_btn{ font-size:12px; }
			#productList_style_01_1494488080395 .submit_div{ display:none; }
		}

			#productList_style_01_1494488080395 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1494488080395 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1494488080395  .showActivity {display: none !important;}
            #productList_style_01_1494488080395  .btnaSet ,#productList_style_01_1494488080395  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_img{display:none;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_ul{text-align:center}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_nav{display:block !important;height: 28px;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_box{height: calc(100% - 28px); top: 28px;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_li{width:150px;margin-left:5px}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_img img{width:;}
#tab_style_03_1494486178529 #div_tab_style_03_1494486178529 .tab_li:first-child{margin-left:0px;}

    #tab_style_03_1494486178529 .tab_ul.tab_ul_top,#tab_style_03_1494486178529 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1494486178529 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }

.jp-nice-simple a.jp-play {
    background: url("http://box6js.nicebox.cn/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://box6js.nicebox.cn/images/sprite.png") -80px 0 no-repeat;
}
 .jp-nice-simple .jp-full-screen {
    background: url("http://box6js.nicebox.cn/images/sprite.png") -150px 0 no-repeat;
 }
 .jp-nice-simple a.jp-pause {
    background: url("http://box6js.nicebox.cn/images/sprite.png") -40px 0 no-repeat;
}
@media screen and (max-width: 768px){/*mobi*/
	#video_style_01_1596078084039 .jp-nice-simple .jp-video-270p .jp-progress{
		width:126px;
	}
	#video_style_01_1596078084039 .jp-nice-simple .jp-volume-bar{
		width:50px;
	}
}

	#image_style_01_1494493871263 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494493871263 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494493871263 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494493871263 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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





	
#dh_style_03_1495005118673 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

