default_skin.css 5.4 KB
/**
 *
 * Sky jQuery Touch Carousel
 * URL: http://www.skyplugins.com
 * Version: 1.0.2
 * Author: Sky Plugins
 * Author URL: http://www.skyplugins.com
 *
 */

/**
*	Table of Contents
*	
*	1. Media Queries
*	2. Container Styles
*	3. Carousel Item Styles
*	4. Current Content Styles
*	5. Gradient Overlay Styles
*	6. Navigation Styles
*	7. Preloader Styles
*	8. Other Styles
*/

/**********************************************
*
* 1. Media Queries
*
**********************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	html {
		margin-left: 0.01rem;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sky-carousel .sc-overlay {
		width: 0.160rem !important;
	}
}

@media only screen and (max-width: 479px) {
	.sky-carousel .sc-overlay {
		width: 0.70rem !important;
	}
}
.he2part{
	background:url(../images/health2_02.jpg) no-repeat;
	background-size:7.2rem;
	height:11.84rem;
	}
.heali2{
	transform-origin: center 2.56rem 0rem; 
	transform: translate(0rem, 0rem) scale(0.4) translateZ(0rem); 
	opacity: 0.6; z-index: 10;
	}
.agheader {
    min-height: 1rem;
    background-color: #fff;
    line-height: 1rem;
    border-bottom: 0.01rem solid #c8c7cd;
}
.seback {
    margin-left: 0.35rem;
    padding-top: 0.25rem;
}
.seback img {
    width: 0.42rem;
}
.headertext {
    color: #424242;
    font-size: 0.3rem;
    display: inline-block;
    position: relative;
    left: -0.5rem;
}
.heal2{
    display: inline-block;
    position: relative;
    left: -1.8rem;
	font-size:0.3rem
}
.herepost{
    position: relative;
    top: 2.5rem;
	color:#424242;
}
.herepost a{
	color:#424242;
	}
.herepost img{
	width:0.36rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
	margin-right:0.1rem;

	}
.hedangan{
    position: relative;
    top: 1.5rem;
    left: 1rem;
	font-size:0.3rem;
	color:#424242;
}
.hetime{
	position: relative;
	top: 1.5rem;
	color:#424242;
	}
.heal2 span{
	font-size:0.48rem;
	}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .sky-carousel {
	visibility: hidden;
}

.sky-carousel {
	width: 7.2rem;
	height: 8rem;
	position: relative;	
	
	overflow: hidden;
	margin: 0 auto;	
}

.sky-carousel .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.sc-content-wrapper{
	display:none;
	}

/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
.sky-carousel .sky-carousel-container li {
	position: absolute;
	border: 0;
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	border: 0;
	max-width: none !important;
	width: 4.76rem;
}

.sky-carousel .sky-carousel-container li a img {
	border: none;
}

.sky-carousel .sky-carousel-container .sc-content {
position: relative;
top: -5.5rem;
}

/**********************************************
*
* 4. Current Content Styles
*
**********************************************/
.sky-carousel .sc-content-wrapper {
	position: absolute;
	text-align: center;	
	width: 100%;
	top: 5.50rem;
	/*left: 50%*/
	z-index: 4999;
}

.sky-carousel .sc-content-container {
	position: relative;
	/*left: -50%;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0 0.20rem;
}

.sky-carousel .sc-content-wrapper h2 {
	color: #444;
	font-size: 0.22rem;
	margin: 0;
	padding: 0;
}

.sky-carousel .sc-content-wrapper p {
	color: #777;
	font-size: 0.14rem;
	margin: 0;
	padding: 0;
}

.sky-carousel .sc-content-wrapper a {
	text-decoration: none;
	color: #444;
	border-bottom: 0.01rem dotted #444;
}

/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
.sky-carousel .sc-overlay {
	position: absolute;

	z-index: 4998;
	pointer-events: none;
	top: 0;
}

.sky-carousel .sc-overlay-left {
	left: -0.1px;
}

.sky-carousel .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 6. Navigation Styles
*
**********************************************/
.sky-carousel .sc-nav-button {
	position: absolute;
	top: 50%;
	z-index: 5000;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}

.sky-carousel .sc-nav-button.sc-next {
	background: #606060 url("../images/sc-graphics/next_arrow.png") no-repeat 16px 50%;
	right: -0.1px;
}

.sky-carousel .sc-nav-button.sc-prev {
	background: #606060 url("../images/sc-graphics/prev_arrow.png") no-repeat 14px 50%;
	left: -0.1px;
}

.no-touch .sky-carousel .sc-nav-button:hover {
	background-color: #ea4848;
}

/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.sky-carousel .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	background: #f5f5f5 url("../images/sc-graphics/preloader.gif") no-repeat 50% 50%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}