.page-content{
  min-height:488px;
}
.text-white{
  color:#FFFFFF;
}
.text-red{
  color:#e92028;
}
.text-blue{
  color:#3aade3;
}
.text-green{
  color:#c2c218;
}
.text-small{
	font-size:12px;
}
.text-medium{
  font-size:16px;
}
.text-big{
  font-size:18px;
}
.text-orange{
  color:#3aade3;
}
.bg-green{
  background:#c2c218;
}
.boxshadow{
	box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.15);
}
.bigboxshadow{
	box-shadow: 5px 5px 18px 0 rgba(0, 0, 0, 0.15);
}
.box-gray-dashed{
	border:#CCCCCC 1px dashed;
}
.bg-gray-light{
	background:url("../images/bg-gray-light.png") repeat !important;
}
.bg-gray-lighter{
	background:url("../images/bg-gray-lighter.png") repeat !important;
}
.bg-gray-lightest{
	background:url("../images/bg-gray-lightest.png") repeat !important;
}
.bg-gray-color-lightest{
	background:#F5F5F5;
}


.xxsmall{width:8%;}
.xsmall{width:15%;}
.small{width:30%;}
.medium{width:45%;}
.large{width:60%;}
.xlarge{width:80%;}
.full{width:100%;}

.smallboxradius{
	overflow:hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.boxradius{
	overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bigboxradius{
	overflow:hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.padding-left-10{
	padding-left:10px;
}
.padding-20{
	padding:20px;
}
.padding-bottom-5{
	padding-bottom:5px;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.margin-top-0{
	margin-top:0 !important;
}
.margin-bottom-0{
	margin-bottom:0 !important;
}
.margin-top-5{
	margin-top:5px !important;
}
.margin-top-6{
	margin-top:6px !important;
}
.margin-bottom-5{
	margin-bottom:5px !important;
}
.margin-top-10{
	margin-top:10px !important;
}
.margin-bottom-10{
	margin-bottom:10px !important;
}
.margin-top-15{
	margin-top:15px !important;
}
.margin-top-20{
	margin-top:20px !important;
}
.margin-top-30{
	margin-top:30px !important;
}
.margin-top-40{
	margin-top:40px !important;
}
.margin-bottom-20{
	margin-bottom:20px !important;
}
.fleft{
	float:left;
	display:inline;
}
.fright{
	float:right;
	display:inline;
}
.box-top-white{
	border-top:#FFFFFF 1px solid;
}
.box-top-gray{
	border-top:#999999 1px solid;
}
.box-gray-left{
	border-left:#E3E3E3 1px solid;
}
.box-gray-top{
	border-top:#E3E3E3 1px solid;
}
.box-gray-bottom{
	border-top:#E3E3E3 1px solid;
}
.box-orange-left{
	border-left:#3aade3 3px solid;
}
.padding-tb-10{
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.padding-lr-20{
	padding-left:20px !important;
	padding-right:20px !important;
}

.page-head{
	width:100%;
	z-index:999;
	/*
	max-height:126px;
	overflow:hidden;
	border-bottom:#3aade3 2px solid;
	*/
}

.topnav{
	width:100%;
	height:44px;
	line-height:44px;
	background:#efefef;
	color:#333333;
	overflow:hidden;
	font-size:14px;
}
.topnav > div > div{
	float:right;
	text-align:left;
	margin-top: 15px;
	position:relative;
}
.topnav > div > div > a{
	float:left;
	display:inline-block;
	line-height: 16px;
	font-size: 14px;
}
.topnav > div > div > a+a{
    margin-left: 10px;
    padding-left: 10px;
    border-left: #DDDDDD 1px solid;
}
.topnav > div > div > a.cart{
	color:#3aade3;
	border-left:none;
	padding-left:22px;
	position:relative;
	margin-left: 15px;
}
.topnav > div > div > a.cart::before{
	content:"";
	width:18px;
	height:14px;
	position:absolute;
	background:url("../images/cart.png") no-repeat scroll 0 0 / 100% 100% !important;
	left: 0;
	top: 0;
}
.topnav > div > div > a.login{
	border-left:none;
	padding-left:5px;
	position:relative;
	margin-left: 15px;
}
.topnav > div > div > a.login::before{
	position: absolute;
	font-size: 24px;
	color: #3aade3;
	content: "\f007";
	font-family: "FontAwesome";
	font-weight: 300;
	left: -23px;
	top: 1px;
}
.topnav > div > div > a.cart > span{
	width:14px;
	height:14px;
	background:#3aade3;
	border-radius: 50%;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	display: inline-block;
	margin-left: 2px;
}

.header-user{
	float:right;
	color: #777777;
	font-size: 18px;
	position: relative;
	margin-top: 28px;
	display:inline-block;
	width:auto;
}
.header-user a{
	float:left;
	display:inline-block;
	color: #3aade3;
}
.header-user a+a{
	margin-left:10px;
}
.header-user a.shoppingcart{
	position: relative;
	padding-left: 26px;
	margin-left: 20px;
}
.header-user a.shoppingcart::before{
	position: absolute;
	font-size: 24px;
	color: #3aade3;
	content: "\f07a";
	font-family: "FontAwesome";
	font-weight: 300;
	left: 0px;
	top: -7px;
}
.header-tel{
	display: block;
	font-size: 38px;
	color: #000000;
	font-weight: normal;
}
.header-tel span{
	font-family:"Gotham-Medium", Tahoma, Arial, sans-serif;
	font-size: 38px;
	color:#fa0202;
	margin-left:5px;
	font-weight:700;
	position:relative;
}
.header-tel span::before{
	position: absolute;
	font-size: 28px;
	color: #3aade3;
	content: "\f2a0";
	font-family: "FontAwesome";
	font-weight: 300;
	left: -28px;
	top: 3px;
}
.header-email{
	display: block;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	min-width:270px;
}
.header-email span{
	font-family:'Century Gothic', monospace;
	font-size: 16px;
	margin-left:5px;
	font-weight:lighter;
	position:relative;
	display:inline-block;
	font-weight:bold;
	width:205px;
	height:28px;
	float:left;
}
.header-email span::before{
	position: absolute;
	font-size: 24px;
	color: #3aade3;
	content: "\f199";
	font-family: "FontAwesome";
	font-weight: 300;
	left: -27px;
	top: -5px;
}
.header-email a.facebook,
.header-email a.instagram{
	float:right;
	display:inline-block;
	line-height:22px;
}
.header-email a+a{
	margin-right:10px;
	margin-left:0;
}
.header-email a.facebook img,
.header-email a.instagram img{
	width:20px;
}
/*
.header-email a.facebook::before,
.header-email a.instagram::before{
	color:#999999;
	font-family: "FontAwesome";
	font-weight: 300;
	font-size: 20px;
}
.header-email a.facebook::before{
	content: "\f230";
}
.header-email a.instagram::before{
	content: "\f16d";
}
*/

.header-srch{
	width:100%;
	height:30px;
	position:relative;
	border:#3aade3 1px solid;
	border-radius: 8px;
	overflow:hidden;
	margin-top:5px;
}
.header-srch input{
	border:none;
	background:none;
	height:30px;
	line-height:29px;
	padding:0;
	margin:-1px 0 0 0;
}
.header-srch input[type="text"]{
	margin-left:12px;
	font-size:12px;
	color:#555555;
	width:auto;
	float:left;
	display:inline;
}
.header-srch input[type="submit"]{
	width:54px;
	cursor:pointer;
	background:none;
	color:#FFFFFF;
	float:right;
	display:inline;
	background:#3aade3;
}

.page-footer{
	/*border-top:#3aade3 4px solid;*/
	margin-top:40px;
	width:100%;
	height:auto;
	color:#777777;
	background:#FFFFFF;
	font-size:14px;
}
.page-footer h5{
	font-size:16px;
	font-weight:bold;
	color:#777777;
}
.page-footer li{
	list-style:none;
}
.page-footer a{
	font-size:13px;
	color:#777777;
}
.page-footer a:hover{
	color:#3aade3;
}
.shell-wide-bg{
	width:100%;
	height:645px;
	background:url("../images/headerbg.jpg") no-repeat scroll 0 0 / 100% 100% !important;
	padding-top:140px;
	margin-top:-126px !important;
}
.shell-wide-bg-small{
	width:100%;
	height:126px;
	margin-top:-126px;
	background:url("../images/headerbg-small.jpg") no-repeat scroll 0 0 / 100% 100% !important;
}
.rd-navbar-pages .rd-navbar-static{
	margin-top:0px;
}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.loginbar > img{
	height: 30px;
    margin-right: 3px;
    margin-top: 3px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a.login {
    font-size: 13px;
    padding: 2px 12px;
	margin-top:4px;
	background:#3aade3;
	color:#FFFFFF;
	margin-left:8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:#3aade3 1px solid;
    position:relative;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a.login::before{
	position: absolute;
	font-size: 33px;
	color: #3aade3;
	content: "\f007";
	font-family: "FontAwesome";
	font-weight: 300;
	left: -33px;
	top: 3px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a.reg {
    font-size: 13px;
    padding: 2px 12px;
	margin-top:4px;
	background:#3aade3;
	color:#FFFFFF;
	margin-left:8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:#3aade3 1px solid;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.userinfo{
	position:relative;
	float:left;
	display:inline-block;
	margin-left:8px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.userinfo a.info{
	display:block;
	height:33px;
	line-height:33px;
	color:#3aade3;
}
.page-head.bg-green .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.userinfo a.info{
	color:#ffffff;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav{
	/*padding-bottom:20px;*/
	padding:0;
	margin:0;
	height:44px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu{
	position:absolute;
	right:0;
	top:66px;
	background:#FFFFFF;
	box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.15);
	width:220px;
	z-index:999;
	padding-top:10px;
	display:none;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu > li{
	width:50%;
	float:left;
	display:inline;
	text-align:left;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu > li.logout{
	width:100%;
	display:block;
	float:none;
	background:#F0F1F2;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a{
	display:block;
	text-align:left;
	height:44px;
	line-height:44px;
	color:#333333;
	text-align:center;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a > span{
	float:left;
	display:inline;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a > em{
	float:left;
	display:inline;
	width:20px;
	height:20px;
	margin-right:6px;
	margin-top:12px;
	margin-left:13px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a > em.uservideo{
	background:url("../images/icon-user-video.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a > em.userfav{
	background:url("../images/icon-user-fav.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > div.usermenu a > em.usercenter{
	background:url("../images/icon-user-center.png") no-repeat scroll 0 0 / 100% 100% !important;
}


.page-head.bg-green .header-srch{
	background:none !important;
	border:#FFFFFF 1px solid;
	border-radius: 5px;
}
.page-head.bg-green .header-srch input[type="text"]{
	color:#FFFFFF;
	margin-left:8px;
	width:260px;
}
.page-head.bg-green .header-srch input[type="submit"]{
	width:30px;
	height:30px;
	cursor:pointer;
	background:url("../images/icon-srch-white.png") no-repeat scroll 0px 5px / 70% 70% !important;
}
.page-head.bg-green .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a.login {
    font-size: 13px;
    padding: 2px 12px;
	margin-top:4px;
	background:none;
	color:#FFFFFF;
	margin-left:8px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:none;
}
.page-head.bg-green .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a.reg {
    font-size: 13px;
    padding: 2px 12px;
	margin-top:4px;
	background:none;
	color:#FFFFFF;
	margin-left:2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:none;
    border-left:#FFFFFF 1px solid;
}

.rd-navbar-menu-wrap{
	position:relative;
	height:44px;
}
.rd-navbar-menu-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	background-color: #e5e2da;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
}

.rd-navbar-newmenu{
	width:100%;
	display:block;
    background-color: #e5e2da;
}
.rd-navbar-newmenu li{
	float:left;
	display:inline-block;
	width:14.28%;
}
.rd-navbar-newmenu li > a{
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	line-height:44px;
}
.rd-navbar-newmenu li > a.active,.rd-navbar-newmenu > li > a:hover{
	color:#FFFFFF;
	background:#3aade3;
}

	
}
.indexnavmenu{
	text-align:left;
}
.indexnavmenu > a{
	position: relative;
	padding:15px 25px;
	display:inline-block;
}
.indexnavmenu > a > div{
	color:#FFFFFF;
}

.indexnavmenu > a.active,.indexnavmenu > a:hover {
	background: #3aade3;
	transform: skew(-30deg);
}
.indexnavmenu > a.active > div,.indexnavmenu > a:hover > div {
	transform: skew(30deg);
}


.swiper-slide > a{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:99999;
}

.picres{
	overflow:hidden;
}

.picres > a{
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.picres > a > img{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.picres > a > span,.picres > a > em{
	position:absolute;
	width:100%;
	height:44px;
	left:0;
	bottom:0;
}
.picres > a > span{
	color:#FFFFFF;
	z-index:3;
	line-height:44px;
	overflow:hidden;
	padding:0 5px;
	font-size:12px;
}
.picres > a > em{
	background:#000000;
	opacity: 0.5;
	z-index:2;
}
.pl10r5.picres > a > span{
	color:#777777;
	text-align:left;
}
.pl10r5.picres > a > em{
	background:#FFFFFF;
	opacity: 1;
}

.indexrecommend ul,.indexrecommend ul > li{
	list-style:none;
	height:222px;
	overflow:hidden;
}
.indexrecommend ul > li{
	width:186px;
	display:inline;
}
.indexrecommend ul > li > div{
	margin:0 5px;
}
.vmc-container{position: relative;width:100%;}
.vmc-viewport{overflow: hidden;width:100%;}
.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; bottom: 9px; width: 45px; height: 45px; overflow: hidden;
    opacity: 0.5; border-radius: 50%; transition: opacity 0.3s ease;
    text-align: center;
    background: #333333;
    display:none;
}
.vmc-arrow-left{
  left:42%;
}
.vmc-arrow-right{
  right: 42%;
}
.vmc-container .vmc-arrow-left:hover , .vmc-container .vmc-arrow-right:hover{
	opacity: 1;
	background:#F7BD19;
	color:#FFFFFF;
}

.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: '';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
    line-height: 45px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: #FFFFFF;}
.vmc-arrow-left:after{content: "\e079";}
.vmc-arrow-right:after{content: "\e080";}
.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}


.article-tabs{
	width:100%;
	display:block;
}
.article-tabs > a{
	float:left;
	display:inline-block;
	line-height:44px;
	height:44px;
	width:100px;
	text-align:center;
	color:#555555;
}
.article-tabs > a.active,
.article-tabs > a:hover{
	color:#FFFFFF;
	background:#F7BD19;
}
.article-tabs > a + a{
	margin-left:15px;
}


.icons{
	list-style:none;
	display:inline;
}
.icons > div{
	float:left;
	display:inline;
}
.icons > div .licon{
	display:inline;
	float:left;
}
.icons > div .licon > span{
	display:inline-block;
	width:20px;
	height:20px;
}
.icons > div .rbody{
	display:inline;
	float:left;
}
.icons div.active{
	color:#7a7a7a;
}
.icon-eye{
	background:url("../images/icon-eye.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-article{
	background:url("../images/icon-article.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-fav{
	background:url("../images/icon-fav.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-comment{
	background:url("../images/icon-comment.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-praise{
	background:url("../images/icon-praise.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-play{
	background:url("../images/icon-play.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-cont{
	background:url("../images/icon-video-cont.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-file{
	background:url("../images/icon-video-file.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-praise{
	background:url("../images/icon-video-praise.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icons div.active .icon-video-praise{
	background:url("../images/icon-video-praise-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-bad{
	background:url("../images/icon-video-bad.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icons div.active .icon-video-bad{
	background:url("../images/icon-video-bad-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-fav{
	background:url("../images/icon-video-fav.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icons div.active .icon-video-fav{
	background:url("../images/icon-video-fav-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-share{
	background:url("../images/icon-video-share.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-bad{
	background:url("../images/icon-video-bad.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-download{
	background:url("../images/icon-video-download.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.icon-video-mobi{
	background:url("../images/icon-video-mobi.png") no-repeat scroll 0 0 / 100% 100% !important;
}

.catalogtop{
	padding:20px;
	background:#FFFFFF;
}
.catalogtop .catalogtopimg{
	width:36%;
	float:left;
	display:inline;
}
.catalogtop .catalogtopimg > img{
	width:100%;
	display:block;
}
.catalogtop .catalogtopcont{
	width:60%;
	float:right;
	display:inline;
	position: relative;
}
.catalogtop .catalogtopcont > h2{
	font-size:18px;
}
.catalogtop .catalogtopcont .catalogviews{
	position:absolute;
	bottom:0;
	right:0;
	line-height:44px;
}
.catalogtop .catalogtopcont .catalogviews .lbody{
	float:left;
	margin-right:12px;
	display:inline-block;
	font-size:12px;
}
.catalogtop .catalogtopcont .catalogviews .ricon{
	float:left;
	display:inline-block;
	text-align:center;
	width:94px;
	color:#FFFFFF;
	font-size:28px;
	font-style:italic;
	background:url("../images/bg-catalog-views.png") no-repeat scroll 0 0 / 100% 100% !important;
}

.piccatalog,.picarticle{
	padding:20px;
	background:#FFFFFF;
	box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.piccatalog > a,.picarticle > a{
	display:block;
	width:100%;
}
.piccatalog > a > .piccatalogimg{
	width:100%;
	display:block;
}
.piccatalog > a > .piccatalogimg > img{
	width:100%;
	display:block;
}
.piccatalog .piccatalogcont{
	width:100%;
	display:block;
}
.piccatalog .piccatalogcont > h2,.picarticle .picarticlecont > h2{
	width:100%;
	font-size:14px;
	overflow:hidden;
	line-height:22px;
	height:22px;
}
.piccatalog .piccatalogcont .icons > div,.picarticle .picarticlecont .icons > div{
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	width:33.3333%;
	text-align:center;
	line-height:22px;
}
.piccatalog .piccatalogcont .icons > div > .licon,.picarticle .picarticlecont .icons > div > .licon{
	padding-top:1px;
	padding-right:5px;
}
.piccatalog .piccatalogcont .icons > div > .licon > span,.picarticle .picarticlecont .icons > div > .licon > span{
	width:20px;
	height:20px;
}

.picarticle > a > .picarticleimg{
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.picarticle > a > .picarticleimg > img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.picarticle .picarticlecont{
	width:100%;
	display:block;
}
.letterspace{
	letter-spacing: 1.3px;
}
.section-right-5{
	margin-right:5px;
}
.articlepage{
	text-align:center;
}
.articlepage > li{
	list-style:none;
	display:inline;
}
.articlepage > li+li{
	margin-left:8px;
}
.articlepage > li > a{
	border:#AAAAAA 1px solid;
	background:none;
	color:#AAAAAA;
	padding: 2px 11px 4px;
	font-size:12px;
	border-radius: 5px;
}
.articlepage > li > a:hover,.articlepage > li > a.active{
	background:#3aade3;
	color:#FFFFFF;
	border:#3aade3 1px solid;
}


.taglist{
	width:100%;
	display:block;
}
.taglist > li{
	display:inline;
	list-style:none;
	float:left;
	/*box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);*/
	padding:3px 25px 3px 15px;
	margin-bottom:10px;
	margin-right:15px;
	position:relative;
	background:#3aade3;
	color:#FFFFFF;
}
.taglist > li > a.add{
	display:block;
	width:100%;
}
.taglist > li > a.delete{
	position: absolute;
	right:3px;
	top:0;
}
.taglist > li > a.delete > span::before{
	color:#FFFFFF;
}
.articletitle{
	font-size:14px;
	border-bottom:#CCCCCC 1px solid;
	color:#F7BD19;
	padding:10px 20px;
	text-align:left;
}
.articlelist{
	line-height:60px;
}
.articlelist:hover{
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.25);
}
.articlelist .icons > div+div{
	margin-left:10px;
}
.articlelist .icons .licon span{
	margin-right:3px;
	margin-top:18px;
	/*margin-bottom:-18px;*/
}
.articlelist .icons .licon .icon-play{
	width:28px;
	height:28px;
	margin-top:16px;
	/*margin-bottom:-16px;*/
}

.commenttag{
	display:block;
	width:95%;
	padding:35px 0 0;
	margin:0 auto;
	border-bottom:#CCCCCC 1px solid;
}
.commenttag > li{
	float:left;
	display:inline-block;
	line-height:38px;
	height:38px;
	font-size:16px;
	position:relative;
	width:88px;
}
.commenttag > li > a{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:-1px;
	text-align:center;
	display:block;
	color:#555555;
	border-bottom:#CCCCCC 1px solid;
}
.commenttag > li.active > a{
	color:#3aade3;
	border-bottom:#3aade3 1px solid;
}
.commentlist{
	display:block;
	padding:30px 0 20px 0;
	width:100%;
	margin:0 auto;
}
.commentlist+.commentlist{
	border-top:#CCCCCC 1px dashed;
	padding-top:15px;
}
.commentlist .commentavatar{
	float:left;
	display:inline-block;
	width:60px;
	height:60px;
	margin-right:12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	overflow:hidden;
}
.commentlist .commentavatar > img{
	width:100%;
	height:100%;
	display:block;
}
.commentlist .commenttitle{
	display:block;
}
.commentlist .commenttitle::after{
	clear:both;
}
.commentlist .commenttitle .commentname{
	text-align:left;
	color:#555555;
	font-size:14px;
}
.commentlist .commenttitle .commentdate{
	float:left;
	display:inline;
	margin-left:15px;
	text-align:left;
	color:#3aade3;
	font-size:12px;
}
.commentlist .commenttitle .star{
	display:inline;
	float:left;
	margin-left:20px;
}
.commentlist .commenttitle::after{
	clear:both;
	display:block;
}
.commentlist .commentcont{
	padding:5px 0 5px 72px;
	line-height:22px;
	font-size:13px;
	text-align:left;
}

.articletop{
	display:block;
}
.articletop .articletopimg{
	
}
.articletop .articletopimg img{
	width:100%;
}
.articletop .articletopcont > h1{
	font-size:12px;
	line-height:18px;
	color:#F7BD19;
	font-weight:normal;
	padding:5px 0;
	margin:0;
}
.videocont{
	width:100%;
	margin:0 auto;
	background:#000000;
	color:#FFFFFF;
}
.videocont169{
	width:100%;
	margin:0 auto;
	background:#000000;
	color:#FFFFFF;
}
#flowPlayer{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border:none;
}

.articlecont{
	font-size:14px;
}
.articlecont #icon-video-good,
.articlecont #icon-video-bad,
.articlecont #icon-video-fav,
.articlecont #icon-video-download,
.articlecont #icon-video-mobi{
	width:20%;
}
.articlecont .icons > div{
	cursor:pointer;
}
.articlecont .icons .licon{
	padding-top:3px;
	float:none;
	display:block;
}
.articlecont .icons .licon span{
	width:28px;
	height:28px;
}
.articlecont .icons .rbody{
	margin-left:0px;
	line-height:22px;
	text-align:center;
	width:100%;
	font-size:13px;
	color:#333333;
}
.articlecont .icons .active .rbody{
	color:#333333;
}
.articlecont .icons .licon span.icon-video-fav{
	margin-left:0px;
}
.articlecont .views{
	display:inline;
	margin-left:45px;
	color:#00C8FF;
	font-size:14px;
	font-weight:bold;
}
.articlecont .bdsharebuttonbox{
	padding-top:3px;
	line-height:38px;
	margin:auto;
	width:auto;
	display:inline-block;
	float:none;
}
.articlecont .bdsharebuttonbox span{
	float:left;
	line-height:44px;
	margin-right:10px;
}
.articlecont .bdsharebuttonbox .bds_more,
.articlecont .bdsharebuttonbox .bds_weixin,
.articlecont .bdsharebuttonbox .bds_tsina,
.articlecont .bdsharebuttonbox .bds_sqq{
	width:33px !important;
	height:33px !important;
	padding:0 !important;
	margin:5px 10px 0 0 !important;
	display:inline-block;
}

.articlecont .bdsharebuttonbox .bds_weixin{
	background:url("../images/icon-video-share-wechat.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.articlecont .bdsharebuttonbox .bds_tsina{
	background:url("../images/icon-video-share-weibo.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.articlecont .bdsharebuttonbox .bds_sqq{
	background:url("../images/icon-video-share-qq.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.articlecont .video-views{
	padding-top:12px;
}


.catalogvideolist{
	display:block;
	padding:0;
	margin-top:0;
	width:100%;
	overflow:auto;
}
.catalogvideolist > a{
	display:block;
	width:100%;
	padding:15px 0;
	position:relative;
	border-top:#CCCCCC 1px solid;
	text-align:left;
}
.catalogvideolist > a > h2,
.catalogvideolist > a > span{
	width:48%;
	position:absolute;
}
.catalogvideolist > a > img{
	width:48%;
}
.catalogvideolist > a > h2{
	padding:0;
	margin:0;
	left:52%;
	top:15px;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}
.catalogvideolist > a > span{
	padding:0;
	margin:0;
	left:52%;
	bottom:15px;
	font-size:12px;
	color:#AAAAAA;
	text-align:left;
}


.catalogvideolist.bg-white > a > h2{
	color:#333333;
}
.catalogvideolist.bg-white > a.fullimage{
	position:relative;
}
.catalogvideolist.bg-white > a.fullimage > img{
	width:100%;
}
.catalogvideolist.bg-white > a.fullimage > h2{
	position:absolute;
	width:100%;
	height:33px;
	line-height:33px;
	text-align:center;
	color:#FFFFFF;
	left:0;
	top:195px;
}
h1.videolisttit{
	font-size:18px;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
}
h1.videolisttit > label{
	float:right;
	display:inline-block;
	font-size:14px;
}
h1.videolisttit > label > input{
	margin-left:5px;
}

.commentform{
	width:100%;
}
.commentform .formavatar{
	width:80px;
	height:80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	overflow:hidden;
	float:left;
	display:inline;
}
.commentform .formavatar img{
	width:100%;
}
.commentform .formcont{
	width:100%;
	float:right;
	display:inline;
	position:relative;
}
.commentform .formcont .larrow{
	position:absolute;
	background:#EBEBEB;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	width:40px;
	height:40px;
	transform: skew(45deg);
	top:-1px;
	left:-21px;
	z-index:0;
}
.commentform textarea{
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	border:none;
	font-size:12px;
	line-height:22px;
	min-height:110px;
	background:#EBEBEB;
	padding:10px;
	border:#CCCCCC 1px solid;
	z-index:99;
}
.commentform input[type="submit"]{
	font-size:12px;
	padding:5px 15px;
	background:#3aade3;
	color:#FFFFFF;
	border:none;
	margin-right:0;
	margin-bottom:10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.star{
	display:block;
}
.star .text{
	display:inline;
	float:left;
}
.star .starlist{
	display:inline;
	float:left;
	width:140px;
	height:23px;
	background:url("../images/star-gray.png") repeat-x;
	z-index:1;
	position:relative;
}
.star .starlist > a{
	position:absolute;
	left:0;
	top:0;
	height:23px;
	cursor:pointer;
}
.star .starlist > a.star-select:hover{
	background:url("../images/star-blue.png") repeat-x;
}
.star .starlist > a.star-show{
	display:block;
	z-index:2;
	background:url("../images/star-blue.png") repeat-x;
}
.star .starlist > a.star-1{
	width:28px;
	z-index:7;
}
.star .starlist > a.star-2{
	width:56px;
	z-index:6;
}
.star .starlist > a.star-3{
	width:84px;
	z-index:5;
}
.star .starlist > a.star-4{
	width:112px;
	z-index:4;
}
.star .starlist > a.star-5{
	width:140px;
	z-index:3;
}


.star.small{
	font-size:12px;
	line-height:22px;
}
.star.small .starlist{
	margin-top:3px;
	width:80px;
	height:15px;
	background:url("../images/star-small-gray.png") repeat-x;
}
.star.small .starlist > a{
	height:15px;
}
.star.small .starlist > a.star-select:hover,.star.small .starlist > a.star-show{
	background:url("../images/star-small-blue.png") repeat-x;
}
.star .starlist:hover #star-show-form{
	background:none;
	display:none;
}
.star.small .starlist > a.star-1{
	width:16px;
}
.star.small .starlist > a.star-2{
	width:32px;
}
.star.small .starlist > a.star-3{
	width:48px;
}
.star.small .starlist > a.star-4{
	width:64px;
}
.star.small .starlist > a.star-5{
	width:80px;
}

.act_mo_intro,.act_mo_file{
	position:relative;
}
.act_mo_intro:hover .rbody,.act_mo_file:hover .rbody{
	color:#00c8ff;
}
.act_mo_intro:hover .icon-video-cont{
	background:url("../images/icon-video-cont-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.act_mo_file:hover .icon-video-file{
	background:url("../images/icon-video-file-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.act_mo_intro > .mocont,.act_mo_file > .mocont{
	position:absolute;
	bottom:54px;
	left:-22px;
	width:298px;
	height:308px;
	overflow:auto;
	display:none;
	text-align:left;
	line-height:24px;
	font-size:12px;
	padding:15px;
	background:url("../images/icon-video-cont-bg.png") no-repeat scroll 0 0 / 100% 100% !important;
	color:#FFFFFF;
}
.act_mo_intro > .mocont p,.act_mo_file > .mocont p{
	padding:0;
	margin:0;
}

.commissionmenu{
	display:block;
	width:100%;
}
.commissionmenu > li{
	border-radius: 8px 8px 0 0;
	list-style:none inside none;
	float:left;
	display:inline-block;
	background: #e3e3e3;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: bold;
	font-family:'Century Gothic';
	cursor:pointer;
}
.commissionmenu > li.hover{
	background:#3aade3;
	color:#ffffff;
}
.commissionmenu > li+li{
	margin-left:5px;
}
.commissionlist{
	display:block;
	width:100%;
	overflow:auto;
}
.commissionlist > table{
	width:100%;
	border-left:#3aade3 1px solid;
	border-top:#3aade3 1px solid;
}
.commissionlist > table th,
.commissionlist > table td{
	padding:5px;
	border-right:#3aade3 1px solid;
	border-bottom:#3aade3 1px solid;
}
.commissionlist > table+p{
	height:0;
	padding:0;
	margin:0;
	display:none;
}
.memmenu a{
	display:block;
	padding:13.5px 0;
	background:#82c001;
	color:#333333;
}
.memmenu a.memtit{
	background:#e2eeff;
	color:#333333;
}
.memmenu a.active,.memmenu a:hover{
	background:none;
	color:#333333;
}
.memcommentlist{
	min-height:369px;
	font-size:16px;
	padding:30px;
}
.memcommentlist .star .starlist{
	float:none;
	display:block;
	margin:3px auto 0;
}
.memcommentlist .redbtn{
	background:#AA0000;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 8px;
}
.memcommentlist .bluebtn{
	background:#3aade3;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 8px;
}
.memcommentlist .graybtn{
	background:#E3E3E3;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 8px;
}
.memcommentlist div > p{
	margin:0;
}
.memcommentlist div > p+p{
	margin-top:10px;
}
.memcommentlist > div.list:hover{
	background:#F3F3F3;
}
.memcommentlist div label+label{
	/*margin-left:10px;*/
}

.memcommentlist h2{
	margin-bottom:30px;
}

.memcommentlist input[type="text"],
.memcommentlist input[type="password"]{
	padding: 5px;
	line-height: 22px;
	border: #e3e3e3 1px solid;
	background: #f5f5f5;
}
.memcommentlist input[type="submit"]{
	color: #FFFFFF;
	background: #3aade3;
	border: none;
	padding: 8px 23px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.memcommentlist textarea{
	padding: 5px;
	line-height: 20px;
	border: #e3e3e3 1px solid;
	background: #f5f5f5;
	width:100%;
	height:80px;
	font-size:14px;
}
.memcommentlist div em{
	font-size:10px;
	color:#999999;
	font-weight:bold;
	margin-left:2px;
}

.memcommentlist .search{
	display:block;
	width:100%;
	color:#333333;
	background:none;
}
.memcommentlist .search input[type="text"],
.memcommentlist .search select{
	color:#333333;
	padding: 6px;
	background: none;
	border: #e3e3e3 1px solid;
	border-radius: 5px;
}


#bdshare_weixin_qrcode_dialog{
	width:258px !important;
	height:325px !important;
}

.per70height{
	height:70%;
}
.fullheight{
	height:100%;
}
.footer-brand img{
	max-width:100%;
}

h5.bg-title{
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-indent: -10px;
    width: 128px;
	color:#FFFFFF;
	background:url("../images/bg-title.png") no-repeat scroll 0 0 / 100% 100%;
}

a.indexvideo{
	width:100%;
	display:block;
	position:relative;
}
a.indexvideo .picres{
	display:block;
	width:100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
a.indexvideo > h2{
	width:100%;
	display:block;
	padding:0;
	margin:15px auto;
	font-size:16px;
	line-height:22px;
	height:22px;
	overflow:hidden;
	text-align:center;
}
a.indexvideo > span{
	margin:auto;
	width:auto;
	position:relative;
	background:#3aade3;
	color:#FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	padding:8px 35px 8px 15px;
	font-size:14px;
	line-height:16px;
}
a.indexvideo > span:after{
	content: '';
	width:16px;
	height:16px;
	position:absolute;
	right:11px;
	top:9px;
	background:url("../images/icon-more.png") no-repeat scroll 0 0 / 100% 100%;
}

a.listvideo{
	width:100%;
	height:100%;
	display:block;
}
a.listvideo > h2{
	font-size:14px;
	width:90%;
	height:22px;
	line-height:22px;
	overflow:hidden;
	padding:0;
	margin:5px auto;
}
a.listvideo > p{
	font-size:12px;
	width:90%;
	height:16px;
	line-height:16px;
	overflow:hidden;
	padding:0;
	margin:5px auto 10px;
}
a.listvideo > p + p{
	margin-top:5px;
}
a.listvideo > p > span{
	color:#3aade3;
	margin-right:3px;
}

.indexpaihang{
	width:100%;
	display:block;
	padding:0px 0 10px 0;
	margin:0;
}
.indexpaihang li{
	list-style:none;
	margin-top:5px;
}
.indexpaihang li a{
	width:100%;
	height:26px;
	line-height:26px;
	overflow:hidden;
	display:block;
	padding:0;
	margin:0;
	text-align:left;
}
.indexpaihang.smallline li a{
	height:22px;
}
.indexpaihang.dashline li a{
	border-bottom:#cccccc 1px dashed;
}
.indexpaihang.dashline li:last-child a{
	border-bottom:none;
}
.indexpaihang li a em{
	float:left;
	display:inline;
	width:22px;
	height:22px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background:#AFAFB0;
	margin-right:8px;
	border-radius: 3px;
}
.indexpaihang li a em.top1{
	background:#ED7634;
}
.indexpaihang li a em.top2{
	background:#EF8A34;
}
.indexpaihang li a em.top3{
	background:#F99A3D;
}
.indexpaihang li a em.news{
	width:22px;
	height:22px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background:url("../images/icon-news.png") no-repeat scroll 0 0 / 100% 100% !important;
	margin-right:8px;
	border-radius: 0;
}
.indexpaihang.allred li a em{
	width:30px;
	border-radius: 0;
}
.indexpaihang.allred li a em.top1,.indexpaihang.allred li a em.top2,.indexpaihang.allred li a em.top3{
	background:#EF4511;
}
.indexpaihang li a span{
	float:right;
	display:inline;
	position:relative;
	font-size:12px;
}
.materialrec{
	padding-left:8px !important;
	padding-bottom:15px;
}
.materialrec h4{
	width:100%;
	line-height:14px;
	font-size:14px;
	height:14px;
	overflow:hidden;
	padding:0;
	margin:0 0 6px 0;
}

.materialrec p{
	width:100%;
	line-height:24px;
	font-size:14px;
	height:24px;
	overflow:hidden;
	padding:0;
	margin:0;
	color:#777777;
}

.rrecommend{
	width:100%;
	background:#E8E8E8;
	border-top:#FFFFFF 1px solid;
	margin:0;
	padding:30px;
}
.rrecommend.rrec0{
	border-top:#9F9F9F 1px solid;
}
.rrecommend h4{
	width:100%;
	font-size:14px;
	line-height:24px;
	margin-top:5px;
	text-align:center;
}

.themename{
	float:left;
	display:inline;
	background:#3aade3;
	color:#FFFFFF;
	padding:15px 25px;
	font-size:18px;
}

.indexsrch{
	padding:38px 20px;
}
.indexsrch h2{
	color:#ffffff;
	line-height: 28px;
	height: 28px;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.indexsrch input,
.indexsrch select{
	width:100%;
	display:block;
	border-radius:8px;
	line-height:22px;
	padding:8px 5px;
}
.indexsrch input[type="text"],
.indexsrch select{
	border:#E3E3E3 1px solid;
}
.indexsrch input[type="submit"]{
	border:none;
	background:#3aade3;
	color:#FFFFFF;
	cursor:pointer;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}

.indexlisttit{
	display:block;
	background:#3aade3;
	color:#FFFFFF;
	margin:0;
	height:66px;
}
.indexlisttit .leftinfo{
	line-height:66px;
	font-size:22px;
	position:relative;
	margin-left:15px;
	padding-left:36px;
	float:left;
	display:inline;
}
.indexlisttit .leftinfo.news::before{
	background:url("../images/icon-index-news.png") no-repeat scroll 0 0 / 100% 100% !important;
	content:"";
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	top:18px;
}
.indexlisttit .leftinfo.cal::before{
	background:url("../images/icon-index-cal.png") no-repeat scroll 0 0 / 100% 100% !important;
	content:"";
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	top:18px;
}
.indexlisttit .leftinfo.book::before{
	background:url("../images/icon-index-book.png") no-repeat scroll 0 0 / 100% 100% !important;
	content:"";
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	top:18px;
}
.indexlisttit .leftinfo.hat::before{
	background:url("../images/icon-index-hat.png") no-repeat scroll 0 0 / 100% 100% !important;
	content:"";
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	top:18px;
}
.indexlisttit .lefttab{
	font-size:14px;
	float:left;
	display:inline;
	height:36px;
	line-height:36px;
	margin-left:30px;
	margin-top:12px;
	cursor:pointer;
}
.indexlisttit .lefttab.hover{
	border-bottom:#FFFFFF 1px solid;
}
.indexlisttit > span{
	float:right;
	display:inline;
	margin-right:20px;
	padding-right:20px;
	font-size:16px;
	height:36px;
	line-height:36px;
	margin-top:16px;
	position:relative;
}
.indexlisttit > span > a{
	display:block;
	color:#FFFFFF;
}
.indexlisttit > span > a > em{
	font-size:20px;
	position:absolute;
	right:0;
	top:9px;
}

.indextit{
	display:block;
	position:relative;
	font-size:24px;
	line-height:40px;
	text-align:left;
	color:#333333;
	font-weight:300;
	font-family:'Century Gothic';
}
.indextit a.more{
	float:right;
	display:inline;
	color:#FFFFFF;
	padding:3px 10px;
	background:#3aade3;
	font-size:14px;
	line-height:20px;
	margin-top:3px;
	border-radius: 5px;
}
.indextit a.more + a{
	margin-right:10px;
}
.indextit a.gray{
	background:#BBBBBB;
}
.indextit a.green{
	background:#c2c218;
}

.voucher{
	display:block;
	width:100%;
	border:#E3E3E3 1px solid;
	padding:20px;
}
.voucher h2{
	margin-bottom:0;
	font-size: 38px;
}
.voucher h2+.range,
.voucher .range+.range{
	margin-top:3px;
}
.voucher .bordertop{
	border-top:#777777 1px solid;
}

.voucher h3{
	margin: 0;
	font-weight: bold;
	text-transform:uppercase;
}
.voucher div > p+h3,
.voucher div > h3+h3{
	margin-top:20px;
}
.voucher div > h3+p,
.voucher div > p+p{
	margin-top:0;
}

.vouchertable{
	width:100%;
	border-top:#555555 1px solid;
	border-left:#555555 1px solid;
}
.vouchertable th,
.vouchertable td{
	border-right:#555555 1px solid;
	border-bottom:#555555 1px solid;
	padding:5px;
}
.vouchertable td.cw1{
	width:50%;
}
.vouchertable td.cw2{
	width:60%;
}
.vouchertable td.cw3{
	width:40%;
}
.vouchertable td.cw4{
	width:30%;
}
.vouchertable td.cw5{
	width:20%;
}
.vouchertable td.ybg{
	background:#fae7ae;
}

.voucherlist{
	border:#3aade3 1px solid;
	border-radius:10px;
	display:block;
	padding:15px 20px;
	height:120px;
}
.voucherlist h3{
	margin: 0;
	font-weight: bold;
}
.voucherlist p{
	margin: 0;
	font-size: 14px;
}
.voucherlist:hover{
	background:#3aade3;
	color:#ffffff;
}
.voucherlist.gray,
.voucherlist.gray:hover{
	background:#F3F3F3;
	color:#999999;
	border:#E3E3E3 1px solid;
}
.voucherimg img{
	height:80px;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}

.indexintro{
	line-height: 20px;
	margin:0;
	padding: 0;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.indexnewsintro{
	line-height: 20px;
	margin:8px 0 0 0;
	padding: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.indexsubtit{
	display:block;
}
.indexsubtit > a{
	display:block;
	padding:0 15px;
	line-height:28px;
	font-size:14px;
	color:#555555;
	text-align:left;
}
.indexcatlist{
	display:block;
	padding:0 15px;
}
.indexcatlist > a{
	float:left;
	display:inline-block;
	font-size:13px;
	color:#555555;
	line-height:24px;
}
.indexcatlist > a:hover{
	color:#3aade3;
}
.indexcatlist > a+a{
	margin-left:15px;
}

.indexteacher{
	display:block;
	border:#E3E3E3 1px dashed;
	padding:30px;
}
.indexquestion{
	display:block;
	border:#E3E3E3 1px dashed;
	padding:17px 20px 20px;
}
.indexquestion > a{
	float:left;
	display:inline-block;
	font-size:12px;
	color:#555555;
	line-height:24px;
	margin-left:1%;
	margin-right:5px;
}
.indexquestion > a:hover{
	color:#3aade3;
}
.indexquestion > li{
	width:48%;
	margin:10px 1% 0;
	float:left;
	display:inline;
	border-bottom:#E3E3E3 1px solid;
}
.indexquestion > li > a{
	width:100%;
	display:block;
	line-height:24px;
	height:24px;
	overflow:hidden;
	text-align:left;
}

.indexlink{
	display:block;
	padding-top:8px;
}
.indexlink > a{
	display:block;
	width:100%;
	font-size:14px;
	color:#555555;
	line-height:27px;
	height:27px;
	overflow:hidden;
	text-align:left;
}
.indexlink > a:hover{
	color:#3aade3;
}

.indexspecial{
	display:block;
	background:#F9F9F9;
	padding:10px;
}
.indexspecial img{
	margin-top:5px;
}
.indexspecial h4{
	text-align:left;
	width:100%;
	font-size:14px;
	color:#333333;
	line-height:24px;
	height:24px;
	overflow:hidden;
	margin:0;
}
.indexspecial p{
	text-align:left;
	width:100%;
	font-size:12px;
	color:#777777;
	line-height:20px;
	height:40px;
	overflow:hidden;
	margin:0;
}
.indexspecial a:hover p{
	color:#3aade3;
}
.shopindextit{
	display:block;
	height:58px;
	line-height:58px;
	text-align:right;
	color:#FFFFFF;
	padding:0 15px;
	margin-bottom:0;
	margin-top:10px;
}
.shopindextit.bgcolor0{
	background:#51558e;
}
.shopindextit.bgcolor1{
	background:#865590;
}
.shopindextit.bgcolor2{
	background:#955a2a;
}
.shopindextit.bgcolor3{
	background:#518152;
}
.shopindextit.bgcolor4{
	background:#5890c0;
}
.shopindextit > span{
	float:left;
	display:inline;
	color:#FFFFFF;
	font-size:18px;
}
.shopindextit > a {
    color: #FFFFFF;
    font-size: 14px;
}
.shopindextit > a + a {
    margin-left: 10px;
}
.shopindextit > a.more{
	font-size:12px;
	position:relative;
	padding-right: 16px;
}
.shopindextit > a.more::after {
    font-family: 'FontAwesome';
    content: "\f141";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
}
.bg-process{
	background:url("../images/bg-process.jpg") no-repeat scroll 0 0 / 100% 100% !important;
	padding:25px 0 40px 0;
}
.index-process{
	padding:25px 0 20px;
}
.index-process .img{
	width:44%;
	margin:auto;
	border-radius: 50%;
	box-shadow:2px 3px 3px rgba(0, 0, 0, 0.3);
}
.index-process .img > img{
	width:100%;
}
.index-process h5{
	font-size:14px;
	color:#3aade3;
	margin-top:10px;
}
.index-process p{
	font-size:13px;
	color:#999999;
	width:70%;
	margin:10px auto 0;
}
.autohide{
	width:100%;
	display:block;
	line-height:33px;
	height:33px;
	overflow:hidden;
}
.indextabtit{
	width:100%;
	display:block;
}
.indextabtit > span{
	float:left;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	margin-top:5px;
}
.indextabtit > span.orange{
	font-size:16px;
	color:#3aade3;
}
.indextabtit > ul{
	float:right;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.indextabtit > ul > li{
	float:left;
	display:inline;
	font-size:12px;
	padding:5px 10px;
	cursor:pointer;
}
.indextabtit > ul > li.hover{
	background:#3aade3;
	border-radius: 5px;
	color:#FFFFFF;
}
.listmenu > a{
	padding:5px 10px;
}
.listmenu > a.active,.listmenu > a:hover{
	color:#FFFFFF;
	background:#3aade3;
}
.listmenu > span.selected{
	padding:5px 25px 5px 10px;
	border:#3aade3 1px solid;
	border-radius: 5px;
	position:relative;
}
.listmenu > span.selected > em{
	position:absolute;
	right:3px;
	top:3px;
	color:#AA0000;
	cursor:pointer;
	font-size:16px;
}
.listmenu > span + span{
	margin-left:10px;
}
.listorder{
	display:block;
}
.listorder > a{
	font-size:14px;
	line-height:33px;
	color:#777777;
}
.listorder > a+a{
	margin-left:30px;
}
.listorder > a.active{
	color:#3aade3;
}
.listorder > span{
	float:right;
	display:inline;
	font-size:12px;
	line-height:33px;
}
.listorder > span > em{
	font-size:18px;
	color:#3aade3;
	font-style:normal;
	padding:0 5px;
}

a.videolist{
	width:100%;
	display:block;
	position:relative;
}
a.videolist > img{
	width:100%;
	height:100%;
}
a.videolist169{
	width:100%;
	display:block;
	position:relative;
}
a.videolist169 > img{
	width:100%;
	height:100%;
}
.bottomtit{
	width:95%;
	display:block;
	margin:0 auto;
	line-height:24px;
	height:24px;
	overflow:hidden;
	font-size:14px;
	padding:0;
	text-align:center;
}
.abbottom{
	background:#000000;
	color:#ffffff;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	height:44px;
	line-height:44px;
	font-size:14px;
	overflow:hidden;
	opacity: 0.85;
}
.playbtn{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:3;
	background:url("../images/videoplay.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.playbtnblue{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:3;
	background:url("../images/videoplayblue.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.playbtn160{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:3;
	background:url("../images/videoplay169.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.author{
	line-height:33px;
}
.author > em{
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:10px;
	margin-bottom:-5px;
	background:url("../images/icon-author.png") no-repeat scroll 0 0 / 100% 100% !important;
}

.newslist{
	width:100%;
	display:block;
}
.newslist > div+div{
	border-top:#e3e3e3 1px dashed;
}
.newslist h3{
	line-height:33px;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
	color:#555555;
}
.newslist p{
	font-size:14px;
	line-height:22px;
	margin-top:0px;
}
.onlineq{
	display:block;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
}
.onlineq a{
	color:#333333;
	display:block;
	text-align:center;
}
.onlineq img{
	width:90%;
	display:block;
	margin:auto;
}

.newslistdate{
	display:block;
	width:100%;
	color:#FFFFFF;
	background:#3aade3;
	text-align:center;
	font-size: 18px;
	padding: 10px 0;
}
.newslistdate span,
.newslistdate em{
	display:block;
	font-style:normal;
}
.newslistdate span{
	font-size:33px;
}
.newsinfo > span+span{
	margin-left:30px;
}
a.tag{
	color:#555555;
	border:#00a0ff 1px solid;
	padding:5px 10px;
	margin-left:10px;
	margin-right:10px;
}
h2.detailtit{
	display:block;
	font-size:16px;
	color:#333333;
	border-left:#f29d3b 1px solid;
	padding-left:15px;
}

.leftmenu{
	display:block;
	width:100%;
	background:#3aade3;
	color:#FFFFFF;
}
.leftmenu > li{
	list-style:none;
	color:#FFFFFF;
	border-top:#EBEBEB 1px solid;
	height:38px;
	line-height:38px;
}
.leftmenu > li:first-child{
	border-top:none;
}
.leftmenu > li.active{
	background:#3aade3;
}
.leftmenu > li > a{
	display:block;
	color:#FFFFFF;
}
.leftmenu > li > a > em{
	margin-left:5px;
	position:relative;
}
.leftmenu > li > a > em::before{
	font-family:"FontAwesome";
	position:absolute;
}
.leftmenu > li > a > em.more::before{
	content:"\f0dd";
	left:0;
	top:-3px;
	font-size:18px;
	height:18px;
	line-height:18px;
}
.leftmenu .mem,.leftmenu .history{
	display:block;
	padding-left:20px;
	text-align:left;
}
.leftmenu .mem{
	padding-top:30px;
}
.leftmenu .history{
	padding-top:10px;
	padding-bottom:50px;
	position:relative;
}
.leftmenu .mem > a,.leftmenu .mem > a:hover{
	color:#FFFFFF;
}
.leftmenu .mem > a,.leftmenu .historymenu{
	position:relative;
	padding-left:25px;
	cursor:pointer;
}
.leftmenu .mem > a > em,.leftmenu .historymenu > em{
	position:absolute;
	width:20px;
	height:20px;
	display:inline-block;
	left:0;
	top:0;
}
.leftmenu .mem > a > em{
	background:url("../images/icon-user-mem.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.leftmenu .historymenu > em{
	background:url("../images/icon-history.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.leftmenu .historycont{
	position:absolute;
	background:#F0F1F2;
	display:inline-block;
	left:110px;
	top:13px;
	min-width:560px;
	z-index:999;
	color:#333333;
	font-size:12px;
	padding:20px 0;
	line-height:33px;
}
.listbroad{
	float:left;
	display:inline-block;
	font-size:14px;
	min-width:50%;
}
.listbroad a+a{
	position:relative;
	padding-left: 18px;
	margin-left: 3px;
}
.listbroad a+a::before{
	position:absolute;
	display:inline-block;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size:16px;
	color:#3aade3;
	left:0px;
	top:-1px;
}
.listtab{
	float:right;
	display:inline;
	font-size:14px;
}
.listtab a{
	padding:10px 3px;
}
.listtab a:hover,.listtab a.hover{
	color:#3aade3;
	border-bottom:#3aade3 1px solid;
}
.listtab a+a{
	margin-left:20px;
}
.videopagelist{
	height:100%;
}
.videopagelist > a{
	display:block;
	height:100%;
	position:relative;
}
.videopagelist > a:hover{
	color:#3aade3;
}
.videopagelist h3{
	font-size:12px;
	line-height:18px;
	height:36px;
	width:100%;
	overflow:hidden;
	color:#333333;
	text-align:left;
	margin-bottom:5px;
}
.videopagelist > a:hover h3{
	color:#3aade3;
}
.videopagelist span{
	font-size:9px;
	height:22px;
	line-height:22px;
}
.videopagelist em{
	font-style:normal;
	font-size:9px;
	float:right;
	height:22px;
	line-height:22px;
}
.videopagelist > a .albumvideoplay{
	position:absolute;
	width:100%;
	height:100%;
	background:url("../images/album-video-play.png") no-repeat scroll 0 0 / 100% 100% !important;
	display:none;
}
.videopagelist > a:hover .albumvideoplay{
	display:block;
}
.albuminfo{
	display:block;
}
.albuminfo li{
	display:block;
	list-style:none;
	padding:3px 0 3px 22px;
	position:relative;
	text-align:left;
	font-size:14px;
	line-height:22px;
}
.albuminfo li::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:16px;
	height:16px;
	left:0;
	top:6px;
}
.albuminfo li.orangecal::before{
	background:url("../images/icon-orange-cal.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.albuminfo li.orangevideo::before{
	background:url("../images/icon-orange-video.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.albuminfo li.orangeuser::before{
	background:url("../images/icon-orange-user.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.albuminfo li.orangedesc::before{
	background:url("../images/icon-orange-desc.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.albumfav{
	position:relative;
	cursor:pointer;
}
.albumfav::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	left:35px;
	top:0px;
	background:url("../images/icon-album-fav.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.albumfav.active::after{
	background:url("../images/icon-album-fav-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.articleuser{
	width:auto;
	margin:auto;
	position:relative;
	font-size:14px;
	padding-left:22px;
	display:inline-block;
}
.articleuser::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:16px;
	height:16px;
	left:0;
	top:3px;
	background:url("../images/icon-orange-user.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.articledate{
	width:auto;
	margin:auto;
	display:block;
	font-size:12px;
	line-height:33px;
	color:#777777;
	text-align:center;
}
.articlecont{
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#555555;
}

.avatarphoto{
	width:100%;
	border:#e3e3e3 1px dashed;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
	padding:0;
	display:inline-block;
	margin-bottom:15px;
	position:relative;
}
.avatarphoto > img{
	width:auto;
	height:100%;
	margin:0 auto;
}
.avatarphoto > span{
	position:absolute;
	bottom:0;
	left:0;
	background:#333333;
	height:33px;
	line-height:33px;
	font-size:14px;
	padding:0 5px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
	opacity: 0.7;
	display:none;
}
.avatarphoto > span > em{
	float:right;
	margin-right:0;
	font-style:normal;
	display:inline;
	font-size:12px;
}
.avatarphoto:hover > span{
	display:block;
}

.mmaker{
	display:block;
}
.mmaker h2{
	text-align:left;
	color:#333333;
	margin-bottom:10px;
}
.mmaker .intro{
	text-align:left;
	font-size:13px;
	line-height:22px;
	color:#777777;
}
.mmaker:hover h2,
.mmaker:hover .intro{
	color:#3aade3;
}
.mmaker > a{
	height:100%;
	display:block;
	position:relative;
	padding-bottom:50px;
}
.mmaker > a > span{
	position:absolute;
	bottom:10px;
	left:0;
	font-size:14px;
	color:#FFFFFF;
	display:block;
	padding:5px 8px;
	line-height:18px;
	background:#3aade3;
	border-radius: 10px;
}

.mmakercont{
	display:block;
	margin-top:20px;
}
.mmakercont p{
	display:block;
	padding:0;
	margin:5px 0;
	width:100%;
	text-align:left;
}
.mmakercont p label{
	display:inline-block;
	margin-right:10px;
	width:85px;
	margin-bottom:5px;
}
.mmakercont p.half{
	display:inline-block;
	width:50%;
	float:left;
}
.mmakercont > h3{
	font-size:14px;
	font-weight:bold;
	color:#777777;
}

.ucmenu{
	border:#898989 1px solid;
	border-top:none;
	background:#EDEDED;
	text-align:center;
	padding:60px 0 100px 0;
}
.ucmenu .avatar{
	width:60%;
	margin:auto;
	border-radius: 50%;
	overflow:hidden;
}
.ucmenu .avatar img{
	width:100%;
	height:100%;
}
.ucmenu h2{
	text-align:center;
	width:100%;
	font-size:16px;
	line-height:44px;
	padding:0;
	margin:0;
}
.ucmenu li{
	list-style:none;
	display:block;
}
.ucmenu li > a{
	display:block;
	padding:8px 50px 8px 60px;
	line-height:30px;
	font-size:14px;
	position:relative;
}
.ucmenu li > a.active{
	background:#FFFFFF;
	border-top:#898989 1px solid;
	border-bottom:#898989 1px solid;
	color:#3aade3;
}
.ucmenu li > a::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:22px;
	height:22px;
	left:30px;
	top:12px;
}
.ucmenu li > a.ucminfo::before{
	background:url("../images/icon-ucm-info.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a.ucmvideoupload::before{
	background:url("../images/icon-ucm-videoupload.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a.ucmvideo::before{
	background:url("../images/icon-ucm-video.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a.ucmfile::before{
	background:url("../images/icon-ucm-file.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a.ucmfav::before{
	background:url("../images/icon-ucm-fav.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a.ucmmap::before{
	background:url("../images/icon-ucm-map.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.ucmenu li > a::after{
	position:absolute;
	display:inline-block;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size:16px;
	color:#999999;
	right:28px;
	top:8px;
}
.ucinfo > li{
	display:block;
	list-style:none;
	line-height:22px;
	padding:8px 30px 8px 110px;
	border-top:#CCCCCC 1px dashed;
	position:relative;
}
.ucinfo > li:first-child{
	border-top:none;
}
.ucinfo > li > label{
	position:absolute;
	font-weight:bold;
	line-height:38px;
	left:30px;
	top:0;
}
.uctit{
	color:#3aade3;
}
.uctit .ucsrch{
	float:right;
	display:inline;
	width:220px;
	height:36px;
	margin-right:0px;
	background:#F1F1F1;
	border-radius: 8px;
	overflow:hidden;
}
.uctit .ucsrch input{
	border:none;
	background:none;
	height:22px;
	line-height:22px;
	padding:0;
	margin:0;
}
.uctit .ucsrch input[type="text"]{
	margin-left:10px;
	font-size:12px;
	color:#555555;
	width:170px;
	padding:4px 5px;
	font-weight:normal;
}
.uctit .ucsrch input[type="submit"]{
	margin-left:8px;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url("../images/icon-srch-gray.png") no-repeat scroll 0 6px / 80% 80% !important;
	color:#FFFFFF;
}

.videouploadbtn{
	background:#F9EFE8;
	text-align:center;
	font-size:14px;
	width:200px;
	height:200px;
	line-height:22px;
	padding-top:146px;
	border:#3aade3 1px dashed;
	border-radius: 8px;
	overflow:hidden;
	display:inherit;
	margin:auto;
	position:relative;
}
.videouploadbtn::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:80px;
	height:80px;
	left:60px;
	top:60px;
	background:url("../images/icon-btn-videoupload.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.uctab{
	border-bottom:#E5E5E5 1px solid;
}
.uctab a{
	background:#F1F1F1;
	border-top:#E5E5E5 1px solid;
	border-right:#E5E5E5 1px solid;
	line-height:22px;
	padding:8px 30px;
	color:#333333;
	float:left;
	display:inline;
}
.uctab a:first-child{
	border-left:#E5E5E5 1px solid;
}
.uctab a.hover{
	color:#FFFFFF;
	background:#8CC03E;
}
.uctable{
	width:100%;
	border-top:#E5E5E5 1px solid;
}
.uctable tr{
	border-bottom:#E5E5E5 1px solid;
}
.uctable th{
	background:#F2F6F7;
	color:#555555;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	padding:8px;
}
.uctable td{
	color:#555555;
	font-size:12px;
	line-height:22px;
	padding:8px;
}
.uctable td a{
	color:#2B74D3;
}
.sitemapbtn{
	background:#E9F7E8;
	text-align:center;
	font-size:14px;
	width:200px;
	height:200px;
	line-height:22px;
	padding-top:166px;
	border:#8CC03E 1px dashed;
	border-radius: 8px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-right:20px;
	margin-bottom:20px;
}

h1.listtit{
	font-size:16px;
	line-height:36px;
	height:36px;
	padding:0 0 0 10px;
	margin:0;
	text-align:left;
}
.listcont h2{
	font-size:16px;
	color:#333333;
	padding:0;
	margin:0;
	line-height:36px;
}
.listcont p{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
}
.listcont p+p{
	padding-top:20px;
}
.listcont .more{
	color:#FFFFFF;
	font-size:14px;
	background:#3aade3;
	padding:8px 20px;
	margin-top:20px;
	display:inline-block;
}

.news-left{
	background:#3aade3;
	color:#FFFFFF;
	padding:5px 10px;
	display:inline-block;
	margin:10px 0 !important;
}
.indexpaihang.calnews li a span{
	padding-left:26px;
}
.indexpaihang.calnews li a span::before{
	content:"";
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	left:0;
	top:2px;
	background:url("../images/icon-cal.png") no-repeat scroll 0 0 / 100% 100% !important;
}
.indexpaihang.calnews li a:hover span::before{
	background:url("../images/icon-cal-on.png") no-repeat scroll 0 0 / 100% 100% !important;
}

.goosinfoinfo{
	position:relative;
	padding-left:28px;
	padding-bottom: 20px;
}
.goosinfoinfo::before{
	position:absolute;
	left:0;
	top:-3px;
	font-size:22px;
	font-weight: 400;
	font-family: 'FontAwesome';
	color:#3aade3;
}
.goosinfoinfo.duration::before{
	content: "\f017";
}
.goosinfoinfo.departs::before{
	content: "\f073";
}
.goosinfoinfo.starts::before{
	content: "\f1d8";
}
.goosinfoinfo.finishes::before{
	content: "\f14a";
}
.goosinfoinfo.distance::before{
	content: "\f277";
}
.goosinfoinfo.meals::before{
	content: "\f0f5";
}
.goosinfoinfo > h3{
	margin-bottom:0;
	font-size:16px;
	font-weight:bold;
}
.goosinfoinfo > p{
	margin-top:0;
}

.pricetable{
	display:table;
	width:100%;
	border:#e3e3e3 1px solid;
	border-right:none;
}
.pricetable th,
.pricetable td{
	border-right:#e3e3e3 1px solid;
	text-align:center;
}

.pricetable th,td{
	padding:10px 0;
}
.pricetable th > span{
	display:block;
	margin:0 auto;
	width:33px;
	height:33px;
}
.pricetable th > span::before{
	font-size:22px;
	font-weight: 400;
	font-family: 'FontAwesome';
}
.pricetable th.depart > span::before{
	content: "\f1d9";
}
.pricetable th.arrive > span::before{
	content: "\f015";
	font-size: 24px;
}
.pricetable th.marketprice > span::before{
	content: "\f02c";
}
.pricetable th.offer > span::before{
	content: "\f0a3";
}
.pricetable th.select > span::before{
	content: "\f046";
}

.pricetable .pricebg td{
	background:#eef8fd;
}
.pricetable td > s{
	color:#999999;
}
.pricetable td > a.booking{
	color:#3aade3;
	position:relative;
	padding-right:26px;
}
.pricetable td > a.booking:hover{
	text-decoration: underline;
}
.pricetable td > a.booking::after{
	color:#3aade3;
	font-size:22px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: "\f18e";
	top:-6px;
	right:0;
	position:absolute;
}




.shoppingcart > p{
  padding:50px 0;
}

.shoppingcart a{color:#3aade3;}
.shoppingcart li{list-style:none;text-align:left;}
.shoppingcart li h2{font-size:14px;font-weight:bold;margin-bottom:10px;margin-top:20px;padding:15px 0;}
.shoppingcart li h2 a{font-size:12px;font-weight:normal;color:#3aade3;}
.shoppingcart li > label{
  width:100px;
  margin-right:5px;
  text-align:right;
}
.shoppingcart .address{
	width:100%;
	display:block;
	text-align:left;
	font-size:13px;
	line-height:25px;
}
.shoppingcart .address > label,.shoppingcart .address li{
	width:100%;
	display:block;
	text-align:left;
	font-size:13px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}
.shoppingcart .address > label > b{
	font-size:14px;
	color:#333333;
	line-height:26px;
	padding:10px 0;
}
.shoppingcart .address > label > em{
	font-size:13px;
	font-style:normal;
}
.shoppingcart .address > input[type="radio"],
.shoppingcart .address > input[type="checkbox"]{
	display:none;
}
.shoppingcart .address > input[type="radio"] + label,
.shoppingcart .address > input[type="checkbox"] + label{
	padding:3px 10px 3px 24px;
	height:auto;
	cursor:pointer;
	position:relative;
	color:#999999;
	margin-bottom:5px;
}
.shoppingcart .address > input[type="radio"]:checked + label,
.shoppingcart .address > input[type="radio"]:checked + label + li,
.shoppingcart .address > input[type="checkbox"]:checked + label,
.shoppingcart .address > input[type="checkbox"]:checked + label + li{
	color:#3aade3;
}
.shoppingcart .address > input[type="radio"] + label::before,
.shoppingcart .address > input[type="checkbox"] + label::before{
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:7px;
	font-size:22px;
	content: "\f096";
	color:#999999;
}
.shoppingcart .address > input[type="radio"]:checked + label::before,
.shoppingcart .address > input[type="checkbox"]:checked + label::before{
	content: "\f046";
	color:#3aade3;
}
.shoppingcart .address > label > input,
.shoppingcart .address > label > span,
.shoppingcart .address > label > div,
.shoppingcart .address li > input,
.shoppingcart .address li > span,
.shoppingcart .address li > div{
	float:left;
	display:inline;
	height:25px;
	line-height:25px;
	margin-right:5px;
}
.shoppingcart .address li > p{
	display:block;
	margin:0;
	padding:0;
}
.shoppingcart .address li img{
	margin-top:-3px;
}
.shoppingcart .address > label > input[type="text"],
.shoppingcart .address li > input[type="text"]{
	height:33px;
	line-height:33px;
	margin-bottom:8px;
}
.shoppingcart .address > label > input.xsmall,
.shoppingcart .address li > input.xsmall{
	width:100px;
}
.shoppingcart .address > label > input.small,
.shoppingcart .address li > input.small{
	width:180px;
}
.shoppingcart .address > label > input.medium,
.shoppingcart .address li > input.medium{
	width:300px;
}
.shoppingcart .address li > label,
.shoppingcart .address li > a,
.shoppingcart .address > label > a{
	text-align:left;
	width:auto;
	color:#3aade3;
}
.shoppingcart .address > label::after,
.shoppingcart .address li::after{
	content:"";
	display:block;
	clear:both;
}
.shoppingcart table{width:100%;margin-top:15px;margin-bottom:20px;border:none;}
.shoppingcart table th{text-align:center;font-weight:bold;color:#333333;padding:15px 10px;font-size:14px;border:none;line-height: 26px;}
.shoppingcart table td{text-align:center;padding:15px 10px;font-size:14px;color:#333333;border:none;line-height: 26px;}

.shoppingcart table td.thumb,
.shoppingcart table th.thumb{
	width:8%;
}
.shoppingcart table td.thumb img{
	width:100%;
}
.shoppingcart table td.name,
.shoppingcart table th.name{
	width:25%;
	text-align:left;
}
.shoppingcart table td.name > a{
  margin-bottom:5px;
}
.shoppingcart table td.model,
.shoppingcart table th.model{
	width:25%;
	text-align:left;
}
.shoppingcart table td.model > p{
  font-style:normal;
  font-size:12px;
  color:#777777;
  display:block;
  margin:3px 0 0 0;
}
.shoppingcart table td.orderno,
.shoppingcart table th.orderno{
  width:25%;
}
.shoppingcart table td p.ltitinfo{
  font-style:normal;
  font-size:12px;
  color:#777777;
  margin:0 0 10px 0;
}
.shoppingcart table td p.stateinfo{
  font-style:bold;
  font-size:18px;
  color:#13ad67;
  margin:0;
  padding:20px 0;
  line-height:30px;
}
.shoppingcart table td p.normalinfo{
  font-size:13px;
  color:#555555;
  margin:10px 0 0 0;
  padding:0;
}
.shoppingcart table td.price,
.shoppingcart table th.price{
	width:8%;
}
.shoppingcart table td.price{
	font-weight:normal;
}
.shoppingcart table td.modnums,
.shoppingcart table th.modnums{
	width:14%;
}
.shoppingcart table .modnums input{width:30px;text-align:center;border:#CCCCCC 1px solid;height:23px;padding:0;margin:0;}
.shoppingcart table .modnums span{background:#CCCCCC;height:24px;padding:1px 8px 2px 8px;margin:0 10px;cursor:pointer;}
.shoppingcart table td.amount,
.shoppingcart table th.amount{
	width:10%;
}
.shoppingcart table .amount{
	color:#FF6600;
}
.shoppingcart table td.cbox,
.shoppingcart table th.cbox{
	width:2%;text-align:right;
}
.shoppingcart table td.addr,
.shoppingcart table th.addr{
	width:98%;text-align:left;
}
.amountc{color:#3aade3;font-weight:bold;}
.amounts{color:#FF6600;font-weight:bold;}
.amounta{color:#FF6600;font-weight:bold;font-size:24px;}
.shoppingcart table td.action,
.shoppingcart table th.action{
	width:10%;
}

.shoppingcart table td.splitline,
.shoppingcart table th.splitline{
  padding:0;
  height:10px;
}
.shoppingcart table td.bleft,
.shoppingcart table th.bleft{
  border-left:#CCCCCC 1px solid;
}
.shoppingcart table td.bright,
.shoppingcart table th.bright{
  border-right:#CCCCCC 1px solid;
}
.shoppingcart table td.bbottom,
.shoppingcart table th.bbottom{
  border-left:#CCCCCC 1px solid;
}
.shoppingcart table tr.borderfirst > td,
.shoppingcart table tr.borderfirst > th{
  border-top:#CCCCCC 1px solid;
}
.shoppingcart table tr.borderfirstgreen > td,
.shoppingcart table tr.borderfirstgreen > th{
  border-top:#13ad67 3px solid;
}
.shoppingcart table tr.borderlast > td,
.shoppingcart table tr.borderlast > th{
  border-bottom:#CCCCCC 1px solid;
}
.shoppingcart table tr:hover{
  background:#F3F3F3;
}
.shoppingcart table tr.nobg:hover{
  background:none;
}
.shoppingcart table tr.graybg{
  background:#F9F9F9;
}
.shoppingcart table tr.graybg:hover{
  background:#F3F3F3;
}
.shoppingcart table tr.graybg > td > span{
  margin-right:17px;
  font-size:13px;
  color:#777777;
}
.shoppingcart table tr.graybg > td > span > b{
  font-weight:normal;
  color:#999999;
  margin-right:5px;
}
.shoppingcart table td.memlist{
  padding:4px 10px 5px 10px;
}

.shoppingcart table td.tleft,
.shoppingcart table th.tleft{
  text-align:left;
}

.shoppingcart table td a.btn{padding:5px 20px;background:#3aade3;color:#FFFFFF;font-weight:300;}
.shoppingcart table td a.greenbtn{background:#13ad67;font-weight:normal;}
.shoppingcart table td a.graybtn{background:#F3F3F3;color:#CCCCCC;font-weight:normal;}

.shoppingcart li.normallist{
  background:#FFFFFF;text-indent:10px;line-height:44px;margin-top:10px;margin-bottom:5px;font-size:14px;
}
.shoppingcart li.normallist textarea{
  width:98%;
  height:90px;
  line-height:30px;
  font-size:14px;
  border:#E3E3E3 1px solid;
  padding:1%;
}
.shoppingcart li.titinfo{
  background:#F3F3F3;text-indent:10px;line-height:44px;
}
.shoppingcart li.addrlist{
  background:#FFFFFF;text-indent:10px;line-height:44px;margin-top:10px;margin-bottom:5px;font-size:12px;
}
.shoppingcart li.addrlist:hover{
  background-color: #fff0e8;
}
.shoppingcart li.addrlist em{
  font-weight:700;
  color:#777777;
  font-size:14px;
  font-style:normal;
  margin-left:15px;
  line-height:44px;
}
.shoppingcart li.selected{
  background-color: #fff0e8;
    line-height: 32px;
    border: 1px solid #f40;
    font-size:14px;
    font-weight:bold;
}
.shoppingcart li.addrlist a{
  font-size:12px;
  color:#0000ff;
  margin-left:15px;
  font-weight:normal;
}
.shoppingcart li.addrlist span{
  color:#555555;
  font-size:12px;
  font-style:normal;
  margin-left:5px;
}
.shoppingcart table td input[type="submit"]{padding:10px 20px;font-size:16px;font-weight:bold;color:#FFFFFF;border:0;background:#3aade3;cursor:pointer;}

.shoppingcart table tr > td.modnums input{
	width: 30px;
	text-align: center;
	border: #CCCCCC 1px solid;
	height: 28px;
	padding: 0;
	display: inline-block;
	margin: 0px 5px;
	line-height: 26px;
	font-size: 12px;
}
.shoppingcart table tr > td.modnums span{
	background: #E3E3E3;
	height: 26px;
	margin: 0;
	cursor: pointer;
	border: #CCCCCC 1px solid;
	width: 26px;
	padding: 0;
	text-align: center;
	display: inline-block;
	line-height: 20px;
	font-size: 18px;
}
.shoppingcart table tr > td.modnums em{font-style:normal;background:#E3E3E3;height:24px;padding:1px 8px 2px 8px;margin:0;cursor:pointer;}

.images{width:100%;text-align:left;margin-right:0;margin-left:0;}

.col-smallimage{
	padding: 3px;
	border: #E3E3E3 1px solid;
	display: block;
}

.product{
	display:block;
	background:#e5e2da;
	height:100%;
	padding-bottom:20px;
}
.productimg{
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
.productimg > span{
	position:absolute;
	left:0;
	bottom:23px;
	background:#CC0000;
	color:#FFFFFF;
	padding:4px 12px;
	font-size:18px;
	font-family:'Century Gothic';
	z-index:9;
	font-weight:bold;
}
.productimg > h2{
	position:absolute;
	width:80%;
	left:10%;
	bottom:15px;
	background:#3aade3;
	color:#FFFFFF;
	padding:0;
	margin:0;
	line-height:38px;
	font-size:16px;
	z-index:9;
	text-align:center;
	border-radius: 10px;
}
.productimg > img{
	width:100%;
}
.product > h2{
	padding:0;
	text-align:center;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	line-height:22px;
	height:44px;
	overflow:hidden;
	margin:10px;
}
.product > p{
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#FF6600;
}
.product:hover > h2{
	color:#3aade3;
}
.product:hover .productimg > img{
	opacity: 0.9;
}


.goodsinfotop{
	background:#3aade3;
	color:#ffffff;
}
.goodsinfotop h1.indextit{
	color:#FFFFFF;
	margin-bottom:10px;
}
.goodsinfotop .bookingbtn{
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	background: #FF6600;
	border-radius: 8px;
	padding: 3px 20px;
	font-size: 18px;
	margin-top: 0;
	line-height: 28px;
}
.goodsinfotop .pirce{
	line-height:44px;
}

.toursmenu{
	width:100%;
	display:block;
	border-top:#E3E3E3 1px solid;
	border-bottom:#E3E3E3 1px solid;
	background:#F9F9F9;
}
.toursmenu > li{
	list-style:none inside none;
	display:inline-block;
	-webkit-box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
	-moz-box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
	box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
	float:left;
	display:inline;
	line-height: 44px;
	font-size: 14px;
	font-family: "Gotham-Bold", Tahoma, Arial, sans-serif;
	color: #555555;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
}
.toursmenu > li+li{
	border-left:#E3E3E3 1px solid;
}
.toursmenu > li.hover,
.toursmenu > li:hover{
	color:#ffffff;
	background:#3aade3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.toursmenu > li.highlights{
	width:20%;
}
.toursmenu > li.itinerary{
	width:20%;
}
.toursmenu > li.prices{
	width:15%;
}
.toursmenu > li.hotels{
	width:15%;
}
.toursmenu > li.city{
	width:15%;
}
.toursmenu > li.notes{
	width:15%;
}

.tourscont{
	margin-top:20px;
}
.tourscont > h2{
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	color: #3aade3;
}
.tourscont > p{
	line-height:23px;
	font-size:14px;
	color:#555555;
	padding:0;
	margin:0;
}
.tourscont > p > a{
	color:#3aade3;
	text-decoration: underline;
}


.enquiry{
	padding:15px;
}
.enquiry input,
.enquiry textarea{
	border-radius:8px;
	border:#e3e3e3 1px solid;
	line-height:22px;
	font-size:14px;
	padding:5px;
	display:block;
	width:100%;
	text-align:left;
}

.enquiry textarea{
	height:132px;
}

.enquiry input+input,
.enquiry input+textarea,
.enquiry input+a,
.enquiry textarea+a{
	margin-top:10px;
}

.enquiry a.enquirybtn{
	display:block;
	background:#3aade3;
	line-height:44px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-radius: 8px
}


.product-info > h1{
  font-size:24px;
  line-height:44px;
  margin-bottom:10px;
}
.product-info > div{
	margin: 22px 0 0 0;
	line-height: 44px;
	display: block;
	position: relative;
	padding: 0;
	text-align: left;
}
.product-info .parameter{
	width:100%;
	display:block;
	position:relative;
	padding:0;
}
.product-info .parameter a.addbtn{
	background: #00b7ee;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 6px 8px;
	display: inline-block;
	line-height: 22px;
}
.product-info .parameter ul{
	width:100%;
	display:block;
	margin: 0;
	padding: 0;
}
.product-info .parameter ul+ul{
	border-top:#F0F0F0 1px dashed;
}
.product-info .parameter ul li{
	float:left;
	display:inline;
	text-align:center;
	line-height: 28px;
	padding: 10px;
	font-size: 13px;
}
.product-info .parameter ul:hover{
	background:#F0F0F0;
}
.product-info .parameter ul li.tit{
	background: #E3E3E3;
	color: #555555 !important;
}
.product-info .parameter ul li.name{
	width:30%;
	text-align:left;
	color: #000000;
}
.product-info .parameter ul li.priceval{
	width:15%;
	font-weight: bold;
	color: #3aade3;
}
.product-info .parameter ul li.stocknums{
	width:10%;
	color: #999999;
}
.product-info .parameter ul li.nums{
	width:45%;
}
.product-info .parameter ul li.nums > span{
	border: #E3E3E3 1px solid;
	width: 22px;
	height: 22px;
	display: inline-block;
	line-height: 18px;
	background: #F0F0F0;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
}
.product-info .parameter ul li.nums > input[type="text"]{
	width: 50px;
	text-align: center;
	display: inline-block;
	margin: 0 6px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	border: #E3E3E3 1px solid;
	font-size: 12px;
}
.product-info .parameter ul::after{
	content:"";
	display:block;
	clear:both;
}

.product-info .favbtn{
	position:relative;
	margin-left:20px;
	padding-left:23px;
	color:#CCCCCC;
}
.product-info .favbtn:hover{
	color:#CCCCCC;
}
.product-info .favbtn::before{
	position:absolute;
	content:"\f08a";
	font-family: 'FontAwesome';
	font-size:18px;
	color:#CCCCCC;
	line-height:21px;
	left:0;
	top:0;
}
.product-info .favbtn.hover{
	color:#AA0000;
}
.product-info .favbtn.hover:hover{
	color:#AA0000;
}
.product-info .favbtn.hover::before{
	content:"\f004";
	color:#AA0000;
}

.shoppingcartbtn{
  display:inline-block;
  padding:10px 30px;
  background:#3aade3;
  cursor:pointer;
  color:#FFFFFF;
  font-size:16px;
  border:#3aade3 1px solid;
}
.shoppingcartbtn:hover{
  color:#3aade3;
  background:#FFFFFF;
  border:#3aade3 1px solid;
}
a.shoppingcartbtn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.price{
  font-size:20px;
  color:#ff6600;
  font-weight:700;
}

.cart-button{
	height: 44px;
	text-transform: uppercase;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	overflow: visible;
	padding: 0.618em 3em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none;
	text-shadow: none;
	transition:all 0.5s ease;
	color:#fff;
	background-color:#3aade3;
	border:none;
}

.entry-content{margin:1.5em 0 0;}
div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    text-align:center;
}

div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

div.product .woocommerce-tabs ul.tabs li a::hover {
    text-decoration: none;
    color: #6b6b6b
}

div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

div.product .woocommerce-tabs ul.tabs li::after,
div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " "
}

div.product .woocommerce-tabs ul.tabs li::before {
    left: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

div.product .woocommerce-tabs ul.tabs li::after {
    right: -6px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.videoimg169{
	width:100%;
}


.loginbg{
	/*min-height: 35.4166vw;
	background:url("../images/loginbg.jpg") no-repeat scroll 0 0 / 100% 100%;*/
	display: block;
}
.loginform{
	padding:20px 40px 40px 40px;
}
.loginform h1{
	font-size:24px;
	line-height:44px;
}
.loginform h3{
	font-size:14px;
	line-height:33px;
	padding:0;
	margin:0 0 15px 0;
	text-align:left;
	color:#999999;
}
.loginform li{
	width:100%;
	display:block;
	text-align:left;
	line-height:23px;
	font-size:12px;
	margin-top:10px;
}
.loginform li > label{
	width:30%;
	float:left;
	display:inline;
	text-align:left;
	/*color:#999999;
	font-size:13px;
	font-weight:bold;*/
	margin:0;
	line-height:33px;
}
.loginform li > input[type="text"],
.loginform li > input[type="password"]{
	float: left;
	display: inline;
	width: 70%;
	padding: 5px;
	font-size: 12px;
	line-height:14px;
	color: #000000;
	margin: 0;
}
.loginform li > img.imgcode{
	height: 28px;
	width: 100px;
	margin-left: 5px;
	margin-top: -6px;
}
.loginform li > input[type="submit"]{
	width:100%;
	display:block;
	text-align:center;
	border:none;
	color:#FFFFFF;
	background:#3aade3;
	font-size:16px;
	font-weight:bold;
	line-height:44px;
}
.loginform li > input.small{
	width:30%;
}
.loginform li > input.medium{
	width:60%;
}
.loginform li > input.large{
	width:80%;
}
.loginform li > input.full{
	width:95%;
}
.loginform li+li{
	/*margin-top:10px;*/
}
.loginform li.notnull{
	position:relative;
}
.loginform li.notnull::before{
	position:absolute;
	color:#ee0000;
	font-weight:normal;
	left:-12px;
	top:1px;
	font-size:10px;
	font-family: 'FontAwesome';
	content: "\f069";
}
.loginform li.half{
	width:50%;
	float:left;
	display:inline-block;
}
.loginform li.hhalf{
	width:25%;
	float:left;
	display:inline-block;
}
.loginform li > p{
	float:right;
	display:inline;
	width:70%;
	font-size:12px;
	padding: 0;
	margin: 0;
	color: #999999;
}
.loginform li > a{
	color:#3aade3;
	font-size:12px;
	margin-left:10px;
}
.loginform li > span{
	color:#777777;
	font-size:12px;
	margin-left:10px;
}
.loginform li > textarea{
	width:100%;
	display:block;
	border:#e3e3e3 1px solid;
	height:80px;
	line-height:20px;
	padding:5px;
}
.checklist{
	width:100%;
	display:block;
}
.checklist label{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
.checklist label input{
	margin-right:3px;
}

.photolist{
	display:block;
}
.photolist .photo{
	width:120px;
	height:120px;
	text-align:center;
	margin-right:20px;
	overflow:hidden;
	float:left;
	display:inline;
	border:#E3E3E3 1px solid;
	border-radius: 5px;
	position:relative;
	margin-bottom:10px;
}
.photolist > a > img{
	width:auto;
	height:120px;
}
.photolist .photo img{
	height:100%;
	width:auto;
}
.photolist .photo .delbtn{
	position:absolute;
	right:5px;
	top:5px;
	border-radius: 3px;
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	padding:3px 6px;
}

.navhome{
	position:relative;
	padding-left:24px;
}
.navhome::before{
	position:absolute;
	font-size:20px;
	left:0;
	top:-6px;
	font-family:"FontAwesome";
	content:"\f015";
}

.about-menu{
	width:100%;
	padding: 0 0 20px 0;
	border: #3aade3 1px solid;
}
.about-menu .indexlink{
	padding-left:10px;
	padding-right:10px;
}
.left-contact{
	width:100%;
	padding: 0 0 30px 0;
	border: #3aade3 1px solid;
	margin-top:22px;
}
.about-menu > h2,
.left-contact > h2{
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	font-size: 20px;
	background: #3aade3;
	border-bottom: #3aade3 1px dashed;
	color:#ffffff;
}
.about-menu > a{
	display: block;
	width: 95%;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	font-size: 16px;
	position:relative;
}
.about-menu > p{
	display: block;
	width: 95%;
	margin: 0 auto;
	line-height: 22px;
	padding-left: 10px;
	font-size: 12px;
}
.about-menu > p > a{
	width:33.3333%;
	display:inline-block;
	text-align:left;
}
.about-menu > p > a.hover{
	color:#3aade3;
}
.about-menu > p+a,
.about-menu > a+a{
	border-top: #3aade3 1px dashed;
}
.about-menu > a.hover{
	color:#3aade3;
}
.about-menu > a.hover::after{
	position:absolute;
	font-family:"FontAwesome";
	content:"\f0da";
	right:0;
	top:0;
	font-size:22px;
	color:#3aade3;
}

.about-menu > li{
	list-style:none;
	display:block;
	text-align:left;
	padding-left: 10px;
}
.about-menu > li > a{
	display:block;
	padding:0;
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.about-menu > li > a::before{
	font-family: 'FontAwesome';
	content: "\f04d";
	color: #e6babd;
	margin-right: 5px;
}

.about-menu > li+li{
	border-top:#E3E3E3 1px dashed;
}

.left-contact > li{
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	font-size: 13px;
	list-style:none;
}
.left-contact > li > label{
	display:inline-block;
	margin-right:5px;
	padding-left:28px;
	position:relative;
}
.left-contact > li > label::before{
	position:absolute;
	font-size:24px;
	font-family:"FontAwesome";
	color:#e6babd;
	left:0;
	top:2px;
}
.left-contact > li > label.linkman::before{
	content:"\f007";
}
.left-contact > li > label.tel::before{
	content:"\f098";
}
.left-contact > li > label.email::before{
	content:"\f199";
}
.left-contact > li > label.fax::before{
	content:"\f1ac";
}
.left-contact > li > label.qq::before{
	content:"\f1d6";
	font-size:20px;
}
.left-contact > li::after{
	content:"";
	display:block;
	clear:both;
}

.about-cont{
	width:100%;
}
.about-cont > h1{
	font-size:18px;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 0 25px 0;
	border-bottom:#F3F3F3 1px solid;
	line-height:55px;
}
.about-cont > h1 > span{
	display:block;
	width:100%;
	line-height:22px;
	color:#777777;
	font-size:12px;
	font-weight:normal;
}
.about-cont > div{
	font-size:14px;
	line-height:24px;
	text-align:left;
	color:#555555 !important;
}

.news-list{
	width:100%;
}
.news-list > li{
	display:block;
	width:100%;
	list-style:none;
	padding:20px 0;
}
.news-list > li > a{
	display:block;
	width:100%;
}
.news-list > li > a h3{
	display:block;
	text-align:left;
	margin:0;
	padding:0;
	font-size:18px;
}
.news-list > li > a p{
	display:block;
	text-align:left;
}
.news-list > li > a::after{
	content:"";
	display:block;
	clear:both;
}
.news-list > li > a:hover > h3,
.news-list > li > a:hover > p{
	color:#3aade3;
}
.news-list > li+li{
	border-top: #e6babd 1px dashed;
}

.indexgoodslist{
	display:block;
	width:100%;
	padding:0 0 10px 0;
	border:#E3E3E3 1px solid;
}

#goodsimg{
	border-radius: 5px;
}
.tourimgslide{
	width:100%;
	display:block;
}
.tourimgslide li{
	list-style:none;
	display:inline-block;
	float:left;
	width:23.5%;
	border-radius: 4px;
	border:#ffffff 2px solid;
}
.tourimgslide li+li{
	margin-left:2%;
}
.tourimgslide li img{
	width:100%;
	border-radius: 3px;
}
.tourimgslide li.hover{
	border:#3aade3 2px solid;
}

.goodslist{
	display:block;
	width:100%;
}
.goodslist > img{
	padding:3px;
	border:#e6babd 1px solid;
}

.posiabfull{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
}

.shopuser{
	width:20%;
	position:absolute;
	top:0;
	right:0;
	background:#ffffff;
	overflow:hidden;
}
.shopuser .userinfo{
	width: 80%;
	margin: 10% auto;
}
.shopuser .userinfo .avatar{
	display: inline-block;
	width: 22%;
	float: left;
	border-radius: 50%;
	margin: 0 4%;
}
.shopuser .userinfo .avatar img{
	width:100%;
}
.shopuser .userinfo h3{
	float: left;
	display: inline-block;
	width: 70%;
	padding: 0;
	margin: 0;
	line-height: 22px;
	font-size: 14px;
}
.shopuser .userinfo p{
	float: left;
	display: inline-block;
	width: 70%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.shopuser .userinfo a.btn{
	float: left;
	display: inline-block;
	width: 48%;
	border: #3aade3 1px solid;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	border-radius: 0;
	padding: 0;
	margin-top: 10px;
}
.shopuser .userinfo a.login{
	background:#3aade3;
	color:#FFFFFF;
}
.shopuser .userinfo a.register{
	background:#FFFFFF;
	color:#3aade3;
	margin-left:4%;
}
.shopuser .service{
	font-size: 13px;
}
.shopuser .service span{
	display: block;
	line-height: 38px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	height: 38px;
}
.shopuser .service span::before{
	color: #2ba4d7;
	font-size: 33px;
}
.shopuser .service span.color1::before{
	color:#d6b4a4;
}
.shopuser .service span.color2::before{
	color:#a6afd7;
}
.shopuser .service span.color3::before{
	color:#a773bd;
}


.shopmenucont{
	width:22%;
	position:absolute;
	top:0;
	left:0;
}
.shopmenu{
	width:100%;
	height:100%;
	display:inline-block;
}
.shopmenu > li{
	list-style:none;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	height:auto;
}
.shopmenu > li > ul{
	position: absolute;
	left: 0;
	width: auto;
	height: 100%;
	background: #FFFFFF;
	margin: 0;
}
.shopmenu > li > .arr{
	float:right;
	display:inline;
	width:1px;
	height:1px;
	position:relative;
	margin-top:0;
	margin-right:0;
}
.shopmenu > li > .arr::after{
	font-size:22px;
	content: "\f105";
	position: absolute;
	right: -8px;
	top: 12px;
	display: block;
	z-index:999;
	font-family: 'FontAwesome';
	color:#CCCCCC;
}
.shopmenu > li:hover{
	background: #FFFFFF;
}
.shopmenu > li:hover > .arr::after{
	color:#555555;
}


.shopmenu > li > a{
	font-size:12px;
	color:#FFFFFF;
	display:block;
}
.shopmenu > li > a.title{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.shopmenu > li > a.title > span{
	font-size:12px;
	font-weight:normal;
}
.shopmenu > li > a.title > span+span{
	margin-left:5px;
}
.shopmenu > li:hover > a{
	color:#555555;
}
.shopmenu > li > a+a{
	margin-left:5px;
}
.shopmenu > li+li{
	border-top:#CCCCCC 1px dashed;
}
.posirela{
	position:relative;
}
.shopmenulist{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: auto;
	overflow: hidden;
	padding:23px 33px;
	text-align:left;
}
.shopmenulist h2{
	font-size: 18px;
	color: #000000;
	line-height: 42px;
	padding: 0;
	margin: 0;
}
.shopmenulist h3{
	font-size: 16px;
	color: #000000;
	line-height: 42px;
	padding: 0;
	margin: 0;
}
.shopmenulist p{
	font-size: 13px;
	color: #777777;
	line-height: 22px;
	padding: 0;
	margin: 0 0 22px 0;
}
.shopmenulist a{
	float:left;
	display: inline;
	width: 25%;
	color: #555555;
}

#Woo_gallery_0 > a+a{
	margin-top:5px;
}



div.cost{
	margin:0 auto;
	border:none;
	display:block;
	width:840px;
}
div.cost ul{
	width:100%;
	display:block;
	margin:0;
	padding:0;
}
div.cost li{
	background:#FFFFFF;
	font-size:12px;
	line-height:22px;
	text-align:center;
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	color:#555555;
}
div.cost li.category{
	text-align:left;
	color:#9cba5f;
	font-weight:bold;
}
div.cost li.B,div.cost li.H{
	width:16%;
}
div.cost li.A,div.cost li.C,div.cost li.I{
	width:12%;
}
div.cost li.D,div.cost li.E,div.cost li.F,div.cost li.G{
	width:8%;
}
div.cost li.boxt{
	border-top:#777777 1px solid;
}
div.cost li.boxr{
	border-right:#777777 1px solid;
}
div.cost li.boxb{
	border-bottom:#777777 1px solid;
}
div.cost li.boxl{
	border-left:#777777 1px solid;
}
div.cost li.bboxt{
	border-top:#777777 2px solid;
}
div.cost li.bboxr{
	border-right:#777777 2px solid;
}
div.cost li.bboxb{
	border-bottom:#777777 2px solid;
}
div.cost li.bboxl{
	border-left:#777777 2px solid;
}
div.cost li.nboxt{
	border-top:none;
}
div.cost li.nboxr{
	border-right:none;
}
div.cost li.nboxb{
	border-bottom:none;
}
div.cost li.nboxl{
	border-left:none;
}
div.cost li.define{
	background:#d8e3be;
}
div.cost li.define{
	background:#d3e5fa;
}
div.cost li.I.formula{
	background:#f5d0d0;
}
div.cost li.bggreen{
	background:#e9f4d1 !important;
}
div.cost li.bgorange{
	background:#fed3b1 !important;
}
div.cost li.bgyellow{
	background:#fffd8c !important;
}
div.cost li input[type="text"]{
	border:none;
	height:auto;
	font-size:14px;
	text-align:center;
	width:100%;
	display:block;
	background:#87b0e3;
	color:#000000;
	padding:0;
}
div.cost li input[type="text"]:focus{
	background:#568ed3;
}
div.cost li.define input[type="text"]{
	background:#d3e5fa;
}
div.cost li input.hidden{
	width:0;
	height:0;
	font-size:0;
	visibility: hidden;
}
div.cost li span{
	color:#555555;
	font-weight:normal;
}

input[type="reset"]{
	padding:5px 30px;
	border:none;
	background:#E3E3E3;
	color:#AAAAAA;
	border-radius: 5px;
}

.choose{
	width:100%;
	display:block;
	border:#3aade3 1px solid;
	background:#F5F5F5;
	padding:20px 0;
}
.choose > ul{
	width: 98%;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.choose > ul+ul{
	margin-top:15px;
}
.choose > ul > li{
	float:left;
	display:inline-block;
}
.choose > ul > li.label{
	width:8%;
	text-align:right;
	color:#333333;
	font-size:14px;
	margin-right:2%;
}
.choose > ul > li.chooseitem{
	width:90%;
	text-align:left;
}
.choose > ul > li.chooseitem > a{
	float:left;
	display:inline;
	margin-right:10px;
	color:#555555;
	font-size:12px;
	padding:3px 5px;
	border-radius: 5px;
}
.choose > ul > li.chooseitem > a:hover{
	color:#3aade3;
}
.choose > ul > li.chooseitem > a.active,
.choose > ul > li.chooseitem > a.active:hover{
	background:#3aade3;
	color:#FFFFFF;
}

.indexbrand{
    width:100%;
}
.indexbrand ul{
    margin:0;
    padding:0;
    height:88px;
    overflow:hidden;
}
.indexbrand ul li{
    list-style:none;
    display:inline;
    margin:0;
}
.indexbrand ul li a{
    text-align:center;
}
.indexbrand ul li a img{
    display:block;
    margin:0 auto;
    border:#E3E3E3 1px solid;
}
.mobishow{
	display:none;
}

.agent-item {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 2px 10px 2px 132px;
    height:122px;
    overflow:hidden;
    position:relative;
    display:block;

}
.agent-item > div.agentimg{
	width:116px;
	height:116px;
	overflow:hidden;
	position:absolute;
	left:2px;
	top:2px;
}
.agent-item > div.agentimg > a{
	width:100%;
	display:block;
}
.agent-item > div.agentimg > a > img{
	width:100%;
	max-width:1000%;
	max-height:1000%;
}
.agent-item > h2,
.agent-item > a > h2{
	padding:6px 0 4px 0;
	margin:0 0 6px 0;
	font-size:18px;
	font-weight:bold;
	border-bottom:#FFFFFF 1px solid;
	font-family: 'Century Gothic';
}
.agent-item > p,
.agent-item > a > p,
.agentdetail > p{
	padding:0;
	margin:0;
	position:relative;
	padding-left:18px;
	font-size:12px;
}
.agent-item > p::before,
.agent-item > a > p::before,
.agentdetail > p::before{
	position:absolute;
	left:0;
	top:0;
	font-weight: 400;
	font-family: 'FontAwesome';
}
.agentdetail > p a{
	color:#3aade3;
	text-decoration: underline;
}
p.location::before{
	content: "\f041";
	left:2px;
	font-size:14px;
}
p.lang::before{
	content: "\f1ab";
	font-size:13px;
}
p.website::before{
	content: "\f015";
	font-size:14px;
}
p.phone::before{
	content: "\f098";
	font-size:13px;
}
p.email::before{
	content: "\f0e0";
	font-size:12px;
}
p.facebook::before{
	content: "\f09a";
	left:2px;
	font-size:14px;
}
.agentdetail > h1{
	margin-bottom:0;
}

.subscribe-cont{
	border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 40px 20px;
    height:122px;
    overflow:hidden;
    position:relative;
    display:block;
}
.subscribe-cont input[type="text"]{
	border:none;
	line-height:22px;
	padding:8px 5px;
	background:#FFFFFF;
	color:#333333;
	border-radius: 8px;
	width:60%;
}
.subscribe-cont a.subbtn{
	display:inline-block;
	border:none;
	line-height:22px;
	padding:8px 5px;
	background:#3aade3;
	color:#FFFFFF;
	border-radius: 8px;
	width:30%;
	text-align:center;
}

@media (max-width: 991px) {
	.fleft,
	.fright{
		float:none;
		display:block;
	}
	.topnav{
		position:fixed;
		left:0;
		top:0;
		z-index:99999;
		background:#F3F3F3;
		height:33px;
		line-height:33px;
	}
	.topnav > div > div{
		margin-top:8px;
	}
	.page .section-40{
		padding-top:15px;
		padding-bottom:15px;
	}
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand,
	.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand,
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand,
	.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-brand,
	.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
		display:none;
	}
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li,
	.rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li,
	.rd-navbar-sidebar-fixed .rd-navbar-nav li, 
	.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li{
	    width:100% !important;
	}
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel,
	.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel {
		padding-bottom:6px;
		top: 33px;
	}
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap{
		padding-top: 0px;
		top: 100px;
	}
	.goodsmenu.fixed{
		top:100px;
		padding:0;
	}
	.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav, .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav, .rd-navbar-sidebar-fixed .rd-navbar-nav, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav{
		margin-top:5px;
	}
	.leftmenu .historycont{
		left:0%;
		top:30px;
		min-width:100%;
		width:100%;
		padding:10px 5%;
	}
	.leftmenu .historycont * + [class*='cell-']{
		margin-top:0;
	}
	div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 0.5em
	}

	div.product .woocommerce-tabs ul.tabs li a {
	    font-size:12px;
	}
	.header-user {
	    margin-top: 5px;
	    margin-right:10px;
	}
	.header-tel{
		font-size:14px;
	}
	.header-tel span{
		font-size:18px;
	}
	.header-tel span::before {
	    font-size: 16px;
	    left: -16px;
	    top: 0px;
	}
    .header-email{
    	font-size:12px;
    	min-width:auto;
    }
    .header-email span{
    	font-size:12px;
    	width:auto;
    }
    .header-email span::before {
	    font-size: 16px;
	    left: -18px;
	    top: -2px;
	}
	.header-email a.facebook, .header-email a.instagram {
	    display: none;
	}
	.goodsinfotop {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.mobishow{
		display:block;
	}
	.rd-navbar-menu-wrap::before,
	.topnav > div > span,
	#widthmenu,
	#shopmenuparent,
	.shopuser,
	#goodsimagecontent,
	#webnav,
	#cartlisttitle,
	#footmenu,
	.mobihide{
		display:none !important;
	}
	.product-info{
		margin-top:0;
	}
	.page-content{
		padding-top:38px;
	}
	.product-info .parameter ul li.nums > input[type="text"]{
		width:40px;
	}
	.shoppingcart table td{
		padding:8px;
		line-height:22px;
	}
	.shoppingcart table td.thumb{
	    width: 30%;
	}
	.shoppingcart table td.name{
	    width: 70%;
	}
	.shoppingcart table td.name p{
		padding:0;
		margin:0;
	}
	.shoppingcart .cartamount,
	.shoppingcart .amounttotal{
		float:left;
		display:inline;
	}
	.shoppingcart .cartamount a{
		color:#999999;
	}
	.shoppingcart .modnums,
	.shoppingcart input[type="submit"]{
		float:right;
		display:inline;
	}
	
	.choose > ul{
		width:95%;
	}
	.choose > ul > li.label{
		width:100%;
		display:block;
		float:none;
		margin:0;
		text-align:left;
		padding: 0;
	}
	.choose > ul > li.chooseitem{
		width:100%;
		display:block;
		float:none;
		margin:10px 0 0;
	}

	.memcommentlist .cell-sm-2 {
        width: 20%;
        display:inline-block;
	}
	.memcommentlist .cell-sm-2+.cell-sm-2{
		display:none;
	}
	.memcommentlist .cell-sm-6 {
        width: 50%;
        display:inline-block;
        margin:0;
	}
	.memcommentlist .cell-sm-3{
		width:100%;
		display:inline-block;
		margin:0;
		text-align:left;
	}
	.memcommentlist .cell-sm-9 {
        width: 70%;
        display:inline-block;
        margin:0;
	}
	.memcommentlist .cell-sm-9 .large{
		width:80%;
	}
	.about-menu{
		padding:0 0 10px 0;
		text-align:center;
	}
	.about-menu h2{
		margin:0 0 10px 0;
		border:none;
	}
	.about-menu a{
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		text-indent: 22px;
	}
	.about-menu a.hover::after{
		width:0;
		height:0;
		content:"";
	}
	.about-menu a+a{
		border:none;
	}
	.indexcontact > div.cell-sm-3{
		-webkit-flex-basis: 40% !important;
		-ms-flex-preferred-size: 40% !important;
		flex-basis: 40% !important;
		max-width: 40% !important;
		display:inline-block;
	}
	.indexcontact > div.cell-sm-6{
		-webkit-flex-basis: 80% !important;
		-ms-flex-preferred-size: 80% !important;
		flex-basis: 80% !important;
		max-width: 80% !important;
		display:inline-block;
	}
	.indexteacher div.cell-sm-3,
	.indexteacher div.cell-sm-4{
		-webkit-flex-basis: 45% !important;
		-ms-flex-preferred-size: 45% !important;
		flex-basis: 45% !important;
		max-width: 45% !important;
		display:inline-block;
	}
	.loginform li.half,
	.loginform li.hhalf{
		width:100%;
		display:block;
		float:none;
	}
	.page-footer,
	.page-footer a{
		font-size:12px;
	}
	.mmakercont p.half{
		display:block;
		width:100%;
		float:none;
	}
	.voucherlist p:last-child{
		display:none;
	}
	.xsmall{
		width:50%;
	}
	.vouchernoh{
		text-align:center !important;
	}
	.vouchernoc{
		text-align:center !important;
		margin-top:0;
	}
	.voucherimg{
		text-align:center !important;
	}
	.voucherimg img{
		float:none;
	}
	.voucher h3{
		text-align:left;
	}
	.voucher div > p{
		text-align:left;
	}
}
@media (max-width: 772px){
	.customerlist .cell-sm-2 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        margin-top:0 !important;
        float:left;
    }
	.mmakerlist > .cell-sm-6 {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
        margin-top:0 !important;
        display: inline-block;
        float:left;
    }
    .mmakerlist .cell-sm-6 {
        margin-top:0 !important;
    }
    .customeravatar{
    	width:200px;
    	margin:0 auto;
    	display:inline-block;
    }
    .voucherview .indextit{
    	text-align:center;
    }
    .voucherview .indextit span{
    	display:block;
    	font-size:18px;
    	width:100%;
    	text-align:center;
    }
    .voucherview .indextit a.more{
    	float:none;
    	display:inline-block;
    }
    .voucherview .indextit a.more+a{
    	margin-right:0;
    }
    .voucherview .indextit a+a{
    	margin-left:20px;
    }
    .voucherview [class*="cell-"]{
    	float:left;
    	display:inline-block;
    }
    .voucherview * + [class*="cell-"]{
    	margin-top:0;
    }
    .voucherview .cell-sm-8,.voucherview .cell-lg-8,.voucherview .cell-xl-8{
    	width:75%;
    }
    .voucherview .cell-sm-7,.voucherview .cell-lg-7,.voucherview .cell-xl-7{
    	width:58.33%;
    }
    .voucherview .cell-sm-6,.voucherview .cell-lg-6,.voucherview .cell-xl-6{
    	width:50%;
    }
    .voucherview .cell-sm-5,.voucherview .cell-lg-5,.voucherview .cell-xl-5{
    	width:41.66%;
    }
    .voucherview .cell-sm-4,.voucherview .cell-lg-4,.voucherview .cell-xl-4{
    	width:25%;
    }
    .voucherview .voucher h2{
    	font-size:14px;
    	line-height:18px;
    }
    .voucherview .vouchernoh,
    .voucherview .vouchernoc{
    	font-size:8px;
    	line-height:12px;
    }
    .voucherview .vouchernoh{
    	text-align:right !important;
    }
    .voucherview .vouchernoc{
    	text-align:left !important;
    }
    .voucherview .voucherimg{
    	margin-top:0;
    }
    .voucherview .voucherimg img{
    	height:auto;
    }
    .voucherview .voucher h3{
		font-size:7px;
    }
    .voucherview .voucher p{
		font-size:6px;
    }
    .voucherview .vouchertable th, .voucherview .vouchertable td {
    	font-size:6px;
    }
}
@media (max-width: 479px){
	.customerlist .cell-sm-2 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-top:0 !important;
        display: inline-block;
        float:left;
    }
}




