﻿/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*我的公共css*/
.popup_mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666666;
    background: rgba(125, 125, 125,0.8);
}
.my_popup{
    /*visibility: hidden;*/
    display: none;
    position:fixed;
    top:50%;
    left:50%;
    margin:-300px 0 0 -400px;
    padding: 20px;
    width:800px;
    height:600px;
    z-index:99;
    background-color: #ffffff;
}
.my_popup>.delete{
    width: 44px;
    height: 44px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor:pointer;
}
.my_popup >.my_left{
    width: 40%;
    height: 100%;
    float: left;
}
.my_popup >.my_left >.content{
    text-align: center;
    width: 100%;
    height: 80%;
    background-color: #005500;
}
.my_popup >.my_left >.my_down{
    width: 100%;
    height: 10%;
    background-color: #67bea4;
    text-align: center;
}
.my_popup >.my_left >.my_down h3{
    color: #ffffff;
    line-height: 60px;
    font-family:微软雅黑;
}
.my_popup >.my_right{
    width: 60%;
    height: 100%;
    float: right;
}
.my_popup >.my_right>.my_up{
    width: 90%;
    height: 85%;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    color: #3f3f3f;
    padding: 0px 10px 10px 40px;
}
.my_popup >.my_right>.my_up>.my_p{
    font-weight: bold;
}
.my_popup >.my_right>.my_up ul{
    margin-left: 20px;
}
.my_popup >.my_right>.my_up h1{
    margin-bottom: 20px;
}
.my_popup >.my_right>.my_up ul li{
    margin-top: 10px;
    list-style-image: url("/Public/home/image/images/images/66666_03.png");
}
.my_popup >.my_right>.my_up .my_content{
    text-indent: 2em;
    margin-top: 20px;
    line-height: 20px;
}
.my_popup >.my_right>.my_down{
    width: 100%;
    height: 10%;
    padding-left: 20px;
    text-align: center;
}
.my_popup >.my_right>.my_down p{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #72c5e4;
    border-radius: 12px;
    margin-right: 20px;
}
/*特效*/
.my_transition{
    visibility: visible;
    transition: visibility 0.8s ease-in 0.3s;
    -moz-transition: visibility 0.8s ease-in 0.3s; /* Firefox 4 */
    -webkit-transition: visibility 0.8s ease-in 0.3s; /* Safari 和 Chrome */
    -o-transition: visibility 0.8s ease-in 0.3s; /* Opera */
}

