@font-face {
    font-family: 'icons';
    //src: url("font/icons.eot");
    //src: url(".font/icons.eot?#iefix") format('embedded-opentype'), url("font/icons.woff") format('woff'), url("font/icons.ttf") format('truetype'), url("font/icons.svg#icons") format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {

    *zoom: 1;
}

/*body{
    font-family: 'Open Sans Condensed','Arial Narrow', serif;
    background: #ddd url(../images/egg_shell.png) repeat top left;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}*/
a{
    /*color: #555;
    text-decoration: none;*/
}
.tipcontainer{
    width: 100%;
    position: relative;
    //top:100px;
}
.tipcontainerEach{
    width: 120px;
    height: 150px;
  //  float: left;
   position: fixed;
    float: left;
    transition: 0.3s;
    top:10px;
    right: -13px;
    z-index: 10000000;
    scale: 0;
    //overflow-inline: auto;
}
.postsContainer{
    width: 0px;
    height: 0px;
    position: fixed;
    float: left;
    transition: 0.3s;
    top: 20px;
    left: 95px;
    z-index: 10000000;
    scale: 1;
    left: 130px;
}
.tipcontainerEach3{
    width: 120px;
    height: 150px;

    position: fixed;
    float: left;
    transition: 0.5s;
    top:10px;
    right: 350px;
    z-index: 10000000;

}
/*.tipcontainerEach:hover{
    width: 30%;
    height: 150px;
    //left: 50%;
    padding-left: 100px;
    transition: 0.5s;
}*/

.clr{
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
.main{
    margin: 0 auto;
    position: relative;
    z-index:19;
}
.container > header{
    margin: 10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    position: relative;
    font-weight: 300;
    color: #524f4e;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
    font-weight: 700;
}
.container > header h2{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 5px 0;
    color: #888;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
/* Header Style */
.codrops-top{
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}
.codrops-top a:hover{
    background: rgba(255,255,255,0.3);
}
.codrops-top span.right{
    float: right;
}
.codrops-top span.right a{
    float: left;
    display: block;
}
/* Demo Buttons Style */
.codrops-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}
.codrops-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #aaa;
    line-height: 20px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.codrops-demos a:hover{
    color: #333;
    background: #fff;
}
.codrops-demos a:active{
    background: #fff;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    background: #f0f0f0;
    border-color: #d9d9d9;
    color: #aaa;
    box-shadow: 0 1px 1px rgba(255,255,255,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.support-note span{
    color: #ac375d;
    font-size: 16px;
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
    display: block;
}
div.jGrowl div.manilla {
    background-color: #FFF1C2;
    color: navy;
}

div.jGrowl div.smoke {
    background: url('images/smoke.png') no-repeat;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 280px;
    height: 55px;
    overflow: hidden;
}

div.jGrowl div.flora {
    background: #E6F7D4 url(flora-notification.png) no-repeat;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    opacity: 1;
    filter: alpha(opacity =       100);
    width: 270px;
    height: 90px;
    padding: 0px;
    overflow: hidden;
    border-color: #5ab500;
}

div.jGrowl div.flora div.message {
    padding: 5px;
    color: #000;
}

div.jGrowl div.flora div.header {
    background: url(flora-header.png) no-repeat;
    padding: 5px;
}

div.jGrowl div.flora div.close {
    background: url(flora-close.png) no-repeat;
    padding: 5px;
    color: transparent;
    padding: 0px;
    margin: 5px;
    width: 17px;
}

div.jGrowl div.iphone {
    font-family: "Helvetica Neue", "Helvetica";
    font-size: 12px;
    background: url(iphone.png) no-repeat;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    opacity: .90;
    filter: alpha(opacity =       90);
    width: 235px;
    height: 137px;
    overflow: hidden;
    border-color: #5ab500;
    color: #fff;
}

div.jGrowl div.iphone .jGrowl-close {
    padding-right: 20px;
}

div.jGrowl div.iphone div.message {
    padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

div.jGrowl div.iphone div.header {
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
}

div.jGrowl div.iphone div.close {
    display: none;
}

div#random {
    width: 1000px;
    background-color: red;
    line-height: 60px;
}

.sb-container {
    position: relative;
    width: 30%;
    height: auto;

    margin: 30px auto 0 25%;
    z-index:21;
    transition: 0.2s;
    opacity: 0.9;
}
.sb-container:hover {
/*    position: relative;
    width: 30%;

    margin: 30px auto 0 25%;
    z-index:210;
    opacity: 1;
    transition: 1s;*/
}

.sb-container {
    position: relative;
    width: 30%;
    height: auto;

    margin: 30px auto 0 25%;
    z-index:21;
    transition: 0.2s;
    opacity: 0.9;
}

/*.sb-container div {

}*/
.eachTipClass{
    display: flex;
    position: absolute;
    top: 0;
//    right: 0;
    width: auto;
    background: #fff;
    height: 35px;
    border-radius: 5px;
    box-shadow: rgb(1 1 1 / 12%) 1px 1px 1px 1px;
    cursor: pointer;
    text-align: center;
    transform: rotate(20deg);
    transition: all 200ms ease 0s;
    -webkit-transform-origin: 25% 90%;
    -moz-transform-origin: 25% 90%;
    -o-transform-origin: 25% 90%;
    -ms-transform-origin: 25% 90%;
    /*transform-origin: 4000% 60%;*/
    transform-origin: 5500px 60%;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index:20;
}
/*
.sb-container div:nth-child(1){
    background-color: #ea2a29;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(2){
    background-color: #f16729;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 2px 2px 1px rgba(0,0,0,0.1), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(3){
    background-color: #f89322;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.2), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(4){
    background-color: #ffcf14;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 4px 4px 4px rgba(0,0,0,0.2), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(5){
    background-color: #ffea0d;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(6){
    background-color: #2b2b2b;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 6px 6px 8px rgba(0,0,0,0.3), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(7){
    background-color: #008253;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 7px 7px 10px rgba(0,0,0,0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(8){
    background-color: #3277b5;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 8px 8px 12px rgba(0,0,0,0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(9){
    background-color: #4c549f;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 9px 9px 14px rgba(0,0,0,0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(10){
    background-color: #764394;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 10px 10px 16px rgba(0,0,0,0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:nth-child(11){
    background-color: #ca0d86;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 11px 11px 18px rgba(0,0,0,0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
}

.sb-container div:last-child{
    //background: #111 url(../images/dark_leather.jpg) repeat center center;
    box-shadow:
            -1px -1px 3px rgba(0,0,0,0.2),
            12px 12px 20px rgba(0,0,0,0.6),
            inset 2px 2px 0 rgba(255, 255, 255, 0.1);
}*/

/*.sb-container div:last-child:after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dddddd;
    background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(48%,#58535e), color-stop(100%,#889396));
    background: -webkit-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
    background: -o-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
    background: -ms-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
    background: linear-gradient(135deg, #dddddd 0%,#58535e 48%,#889396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
    box-shadow: -1px -1px 1px rgba(0,0,0,0.7), 1px 1px 1px rgba(255,255,255,0.1);
}*/
.personImageContainerClass{
    position: relative;
    width: 28px;
    height: 28px;
    top: 0;
    transition: 0.2s;
    right: 0 ;
    background-position: center center; /* 设置背景图片居中 */
    background-size: cover; /* 背景图片覆盖整个div */
    background-repeat: no-repeat; /* 设置背景图片不重复 */
}
.ownerImageContainerClass{
    position: relative;
    width: 40px;
    height: 40px;
    top: 0;
    transition: 0.2s;
    margin-top: 3px;
    background-position: center center; /* 设置背景图片居中 */
    background-size: cover; /* 背景图片覆盖整个div */
    background-repeat: no-repeat; /* 设置背景图片不重复 */
}
.sb-container div h4{
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px dashed rgba(0,0,0,0.1);
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin: 5px;
    padding: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sb-container div:last-child h4{
    background: rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.sb-container div:last-child h5{
    font-size: 50px;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    line-height: 50px;
    top: 0px;
    left: 0px;
    color: #000;
    text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
    text-transform: uppercase;

    -webkit-transform: rotate(-90deg) translateX(-157%) translateY(73px);
    -moz-transform: rotate(-90deg) translateX(-157%) translateY(73px);
    -o-transform: rotate(-90deg) translateX(-157%) translateY(73px);
    -ms-transform: rotate(-90deg) translateX(-157%) translateY(73px);
    transform: rotate(-90deg) translateX(-157%) translateY(73px);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.sb-toggle{
    padding: 5px;
    margin: 10px;
    display: block;
    color: #f56b6b;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    text-align: center;
}

span.sb-icon{
    display: block;
    height: 70px;
    width: 70px;
    margin: 20px auto;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.sb-icon:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    line-height: 64px;
    width: 100%;
    font-size: 60px;
    color: #000;
    text-shadow: 0 0 1px #000;

}

.icon-cog:before { content: '\30'; } /* '5' */
.icon-flight:before { content: '\31'; } /* '7' */
.icon-eye:before { content: '\32'; } /* '4' */
.icon-install:before { content: '\33'; } /* '9' */
.icon-bag:before { content: '\34'; } /* '6' */
.icon-globe:before { content: '\35'; } /* '8' */
.icon-picture:before { content: '\36'; } /* '2' */
.icon-video:before { content: '\37'; } /* '0' */
.icon-download:before { content: '\38'; } /* 'A' */
.icon-mobile:before { content: '\39'; } /* 'B' */
.icon-camera:before { content: '\40'; } /* '3' */
.card-each-title-class{
    position: absolute;
    left: -10px;
    font-size: 20px;
    margin-left: 10px;
    color: #0c0c0c;
}
.card-each-name-class{
    position: absolute;
    left: -110%;
    width: 100%;
    top:-1px;
    font-size: 17px;
    margin-left: 10px;
    color: rgba(1, 2, 2, 0.87);
   // background-color: white;
    white-space: nowrap;
    text-align: right;
    //overflow: hidden;
    border-radius: 2px;
}
.card-owner-name-class{

    font-size: 17px;

    color: rgba(1, 2, 2, 0.87);
    white-space: nowrap;
    text-align: right;
    position: relative;
    width: auto;
    height: auto;
}