/*通用------------------------------------------------*/
* {margin: 0;outline: 0;padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block
}
a {text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,.35)}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    background-color: #e0e0e0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-weight: 300;
    font-family: microsoft yahei, Arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.231;
    -webkit-touch-callout: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
    position: relative
}
img {
    -webkit-user-select: ? none
}

img:not([src*="/"]) {
    display: none
}
textarea {
    resize: none;
    border: 0;
    padding: 8px 0;
    border-radius: 0
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body>a {
    display: none
}

article {
    height: 100%!important
}
audio {
position:absolute;
}
/*公共组件------------------------------------------------*/
#audio_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 200;
    display: none;
    width: 32px;
    height: 32px;
/*	background-image: url(http://inviteyp.taoxitie.com/imgs/MusicBtn.png); */
	background-image: url(http://invite2.taoxitie.com/MusicBtn.png); 
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0px 0px  rgba(255, 0, 0, 0);
}

.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: rgba(0,0,0,.35);
	border-width: 5px;
	margin-top: -5px;
}

#audio_hint {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 200;
    width: 80px;
    height: 20px;
    line-height:18px;
    font-size:12px;
    text-align:right;
    border-radius:3px;
    margin:4px;
    background-repeat: no-repeat;
    background-size: contain;
    color:#fff;
    background:rgba(0,0,0,.35);
}
.loading {
    background: #48424F;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0
}
.loadbox {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 50% auto 0;
}
.loadbg {
    position: absolute;
    top: -7px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-size:160px 160px;
    background-image:url(http://inviteyp2.taoxitie.com/imgs/loading.png);
    -webkit-animation: loading 1.5s linear infinite;
    animation: loading 1.5s linear infinite;
}
.loadbg.hypefolio {
    height: 70px;
    background: url(../images/hypefolio-loading.svg)
}

.loadlogo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    width: 146px;
    height: 146px;
    margin: 11px auto;
}

.logo-image {
    width: 100%
}
.u-arrow-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 150;
    width: 24px;
    height: 14px;
    margin-left: -7px
}

.u-arrow-bottom img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -14px;
    width: 24px;
    height: 14px;
    background-position: 0 -82px;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}


.u-arrow-right {
    position: absolute;
    width: 14px;
    height: 24px;
    z-index: 150;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1)
}

.u-arrow-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -14px;
    width: 14px;
    height: 24px;
    background-position: 0 -82px;
    -webkit-animation: rightflip 1.5s infinite ease-in-out;
    -moz-animation: rightflip 1.5s infinite ease-in-out;
    animation: rightflip 1.5s infinite ease-in-out
}
.pre_btn {
    display: block;
    margin-bottom: 40px
}

.next_btn {
    display: block
}
.nr
{
}
.nr .progress {
    position: absolute;
    display: none;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.2)
}

.nr .progress span {
    display: block;
    height: 100%;
    width: 0;
    background-color: #08A1EF;
    transition: width 800ms cubic-bezier(0.260,.860,.440,.985)
}

.nr .progress em.page-tip {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -13px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    padding-left: 5px
}

/*Page------------------------------------------------*/
.main {
    margin: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.m-img {
    width: 100%;
    height: 100%
}

.m-img .video_mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    width: 100%;
    height: 100%
}

.m-img .close_mask {
    background-image: url(../images/close_white.png);
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    z-index: 1001
}

.m-img .video_mask .video_player {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 50%
}

.main-page {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 0;
    display: none;
    -webkit-transform-origin: center center;
    background: #fff
}
.main-page.z-current {
    z-index: 1;
    display: inline-block
}

.z-current {
    opacity: 1
}

.main-page.z-active {
    z-index: 2;
    display: block
}


.z-fade-out {
    -webkit-animation: fadeOut 2.5s backwards;
    animation: fadeOut 2.5s backwards
}



.scale-end {
    opacity: 1!important
}


.main .bg-img {
    display: block;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center
}

.cas {
    position: absolute;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s
}

.scratch-cas {
    z-index: 668!important
}


.noOp {
    opacity: 0!important
}

.ctrl_panel {
    float: left;
    padding-top: 110px
}
#barLong {
	position: absolute;
	top: 110px;
	left:330px;
	width:30px;
	height:100px;
	color: #fff;
	text-align: center;
	background-color: #2096f9;
	border-radius:5px;
	writing-mode:vertical-lr;
	font-size:12px;
}
#barLong:hover {
	background: #2fA2FF;
}
.btn {
    cursor: pointer;
    width: 20px;
    height: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 50%;
    background: #2096f9;
    top: 47px;
    font-size: 12px;
    color: #fff;
    padding: 20px 8px 0;
    text-align: center;
    border: 1px solid #2096f9
}

.ctrl_panel a:hover {
    border: 1px solid #08a1ef;
    color: #08a1ef;
    background-color: #FFF
}


.turning {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

.pre-wrap {
    width: 24px;
    height: 14px;
    position: relative;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}

.pre-box1,.pre-box2 {
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden
}

.pre-box2 {
    left: 10px
}

.pre1,.pre2 {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 1px -1px 1px #646464;
    top: 5px
}

.pre1 {
    transform : rotate(130deg);
    -webkit-transform : rotate(130deg);
    left: 1px
}

.pre2 {
    left: -4.5px;
    -webkit-transform : rotate(50deg);
    transform : rotate(50deg)
}

.pre-wrap-right {
    width: 14px;
    height: 24px;
    position: relative;
    -webkit-animation: rightflip 1.5s infinite ease-in-out;
    -moz-animation: rightflip 1.5s infinite ease-in-out;
    animation: rightflip 1.5s infinite ease-in-out
}

.pre-box3,.pre-box4 {
    height: 11px;
    width: 15px;
    position: absolute;
    overflow: hidden
}

.pre-box3 {
    top: 10px
}

.pre3,.pre4 {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    top: 5px
}

.pre3 {
    -webkit-transform : rotate(130deg);
    transform : rotate(130deg);
    -webkit-transform : rotate(130deg);
    top: 1px;
    box-shadow: 1px -1px 2px #646464
}

.pre4 {
    top: 6px;
    box-shadow: 1px 1px 1.5px #646464;
    transform : rotate(40deg);
    -webkit-transform : rotate(40deg)
}

.bottom-logo {
    background: -webkit-linear-gradient(top,#00a2ec,#87d94f);
    background: -ms-linear-gradient(top,#00a2ec,#87d94f);
    background: -moz-linear-gradient(top,#00a2ec,#87d94f);
    position: absolute;
    left: 9px;
    top: 11px
}

.logo-shadow {
    background: rgba(0,0,0,.4);
    width: 155px;
    height: 155px;
    top: -2px;
    left: 7px;
    position: absolute
}

.logo-shadow1 {
    background: -webkit-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0));
    background: -ms-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0));
    background: -moz-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0))
}


[class^=eqf-],[class*=" eqf-"] {
    font-family: eqfonts;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.nr .edit_wrapper {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.nr .blink-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.nr .red-border {
    border: 1px solid #08a1ef;
    background-color: rgba(0,0,0,.6);
    box-shadow: 1px 1px 10px 2px rgba(51,51,102,.3)
}

.my-tpl .edit_wrapper {
    padding: 0;
    width: 82px;
    height: 124px;
    border: 1px solid #ccc;
    position: relative;
    left: 50%;
    margin-left: -40px;
    overflow: hidden
}

.nr .edit_area {
    position: absolute;
    top: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.nr .edit_area>li {
    line-height:0;
    background: 0;
    position: absolute;
    list-style: none!important;
    margin: 0!important;
    padding: 0;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    min-height: 1px;
    f min-width: 1px;
    width: 100%;
    -webkit-user-select: none
}

.nr .edit_area>li * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.nr .edit_area>li .element-box {
    overflow: hidden
}

.nr .edit_area .element {
    min-width: 1px;
    min-height: 1px;
    color: inherit
}

.nr .edit_area .svg-element {
//    position: absolute
}

.nr .wsite-button .element-box {
    text-align: center;
    color: #676767;
    border-radius: 5px;
    background: #f9f9f9
}

.nr .wsite-input .element-box {
    color: #676767;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f9f9f9
}

.nr .wsite-video .element-box {
    width: 48px;
    height: 48px
}

.nr .video_area {
    background: url(http://inviteyp.taoxitie.com/imgs/play.png) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    display: block
}

.nr input,textarea {
    resize: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 120%;
    display: inline-block;
}

.nr .comp_title {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
    line-height: 50px
}

.label_content {
    opacity: .8;
    font-size: 18px;
    height: 50px;
    top: 0;
    color: #ccc;
    border: 1px solid #ccc
}

.nr .comp_image {
    width: 100%;
    height: 100%
}

.nr .wsite-text {
    width: 222px;
    height: 36px
}

.nr .comp_paragraph {
    font-size: 24px;
    color: #404449;
    line-height: inherit;
    padding: .3em 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    text-align: left
}
.shansuo{z-index:100;width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(http://s.hunlihu.com/static/calen_heart_1.png);background-position: center center;background-size: contain;background-repeat: no-repeat;animation: twinkling 1s infinite ease-in-out;}
@keyframes twinkling {0% {opacity: 1;transform: scale(1);} 50% {opacity: 1;transform: scale(1.12);}100% {opacity: 1;transform: scale(1);}}

.nr .comp_paragraph a {
    color: inherit
}

.nr .comp_input_wrapper {
    margin: 15px auto 0;
    font-size: 16px;
    width: 80%;
    color: #aaa;
    text-align: left
}

.nr .comp_input_wrapper .comp_input_label {
    padding: 4px 0
}

.nr .comp_button {
    width: 240px;
    height: 36px;
    min-width: 50px;
    white-space: nowrap;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #999
}

.nr a {
    display: inline-block;
    text-algn: center;
    text-algn: center
}


.nr .comp_anchor {
    width: 240px;
    height: 32px;
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    font-size: 16px
}

body * {
    text-shadow: none!important
}

.anchorBL {
    display: none!important
}




.noOp {
    opacity: 0!important
}

.finger_div {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 1000;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.finger_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-size: cover!important
}

.finger_kuang {
    width: 180px;
    position: absolute;
    left: 70px;
    top: 160px
}

.finger_zw {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -70px;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.finger_line {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: none;
    width: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: 70px
}

.finger_info {
    color: #fff;
    position: absolute;
    top: 130px;
    left: 0;
    width: 320px;
    text-align: center;
    font-size: 14px
}

.flip-mask {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff
}

.liEle {
}
.EleImg {width:100%;height:100%;
}
.imgWrap {width:100%;height:100%;overflow:hidden;
}

::-webkit-scrollbar {width: 15px;}    
::-webkit-scrollbar-track {background-color: #eaeaea;border-left: 1px solid #ccc;}
::-webkit-scrollbar-thumb { background-color:#bbb;}

.boxFrame {margin:0px;overflow-y:auto;}
.vxcBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
#   background: #e7332c;
}
.vxcInput {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.vxcTextArea {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    border: 1px solid #ccc;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.vxcBtnDrop {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vxcDropDownCaret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.vxcDropDownMenu {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    text-align:left;
}
.vxcDropDownMenu >li>a 
{
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
	text-decoration: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor:pointer;
}
.vxcDropDownMenu >li:hover 
{
    background-color: #f0f0f0;
}
.vxcDropDownMenu .vxcDropDivider 
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/*--------------------------------------------------------------------------------*/
.vxcFontDropDownMenu {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    text-align:left;
}
.vxcFontDropDownMenu >li>a 
{
	display: block;
    padding: 0px 20px;
    clear: both;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
	text-decoration: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	cursor:pointer;
}
.vxcFontDropDownMenu >li:hover 
{
    background-color: #f0f0f0;
}
.vxcFontDropDownMenu .vxcDropDivider 
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/*特效---------------------------------------------------------------------*/
/* Hides a leaf towards the very end of the animation */
@-webkit-keyframes fade
{
    0%   { opacity: 1; }
    95%  { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes drop 
{
    0%   { -webkit-transform: translate(0px, -50px); }
    100% { -webkit-transform: translate(0px, 650px); }
}

/* Rotates a leaf from -50 to 50 degrees in 2D space */
@-webkit-keyframes clockwiseSpin
{
    0%   { -webkit-transform: rotate(-50deg); }
    100% { -webkit-transform: rotate(50deg); }
}
@-webkit-keyframes counterclockwiseSpinAndFlip 
{
    0%   { -webkit-transform: scale(-1, 1) rotate(50deg); }
    100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}
/*btnGroup-------------------------------------------------------------------------------*/
.btnGroup{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btnGroup>.btnGroupBtn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left:0px;
}
.btnGroup>.btnGroupBtn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btnGroupBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: -1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btnGroup>.btnGroupBtn:hover {background-color:#eee}

#btnVideoClose {position:absolute;z-index:99999;overflow:hidden;
	background-image:url('http://inviteyp.taoxitie.com/imgs/btnVideoClose.png');
	width:60px;height:60px;top:0px;right:0px;background-size:60px 62px;cursor:pointer;}
	
.guestBand {z-index:99999;background-color:rgba(236,92,92,0.8);
	position:absolute;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px;
	top:250px;height:120px;width:100%;box-sizing:border-box;}
.guestBand p.p1 {text-align:center;font-size:18px;font-weight:700;padding-bottom:6px;color:white;}
.guestBand p.p2 {text-align:left;font-size:14px;line-height:16px;color:white;}

.reply_tool 
{
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.6);
}
.reply_replay
{
	overflow: hidden;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background-color: #44cb83;    
}
.reply_more
{
	overflow: hidden;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background-color:#08a1ef;
	float: right;    
}
.reply_record 
{
    min-height: 70px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.reply_name {
	margin-left: 45px;
	font-size: 14px;
	opacity: .8;
	font-weight: 300;
}
.reply_msg {
    margin-left: 45px;
    word-break: break-all;
    opacity: 1;
    margin-top: 6px;
    line-height: 15px;
}
.reply_time {
    margin-left: 45px;
    opacity: .4;
    margin-top: 4px;
    font-size: 12px;
}
.boards-panel {
    z-index: 9999;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    border-radius: 5px;
}
.boards-panel .boards-top {
	position: absolute;
	border:solid 0px red;
	top: 30px;
	margin: 0 15px;
	z-index: 10;
	height:85%;
	width:90%;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 1);
	overflow:hidden;
}
.boards-panel .reply_head {
	height: 70px;
	background-color: rgb(227, 91, 91);
}
.boards-panel .reply_title{
	text-align: center;
    font-size: 24px;
    color:white;
    line-height:70px;
}
.reply_close {
	height:30px;
	width:30px;
	background-image:url('http://inviteyp2.taoxitie.com/imgs/closeW.png');
	background-size:contain;
	position:absolute;
	top:1px;right:1px;
}
.boards-panel #reply_faces {
    height: 50px;
    margin: 4px 10px;
}
.boards-panel #send_name{
	height: 22px;
	line-height:22px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin:10px;
	margin-top:4px;
	margin-bottom:4px;
	width:260px;
}
.boards-panel #send_num{
	height: 22px;
	line-height:22px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin:10px;
	margin-top:4px;
	margin-bottom:4px;
	width:260px;
}
.boards-panel #send_words{
	height: 90px;
	line-height:22px;
	padding: 8px;
	border-radius: 5px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	width:100%;
	margin:10px;
	margin-top:0px;
	margin-bottom:3px;
	width:260px;
}
.boards-panel #reply_send
{
	background-color: rgb(227, 91, 91);
	width:260px;
	line-height:22px;
	height:22px;
	margin: 8px;
	color:white;
	text-align:center;
	padding: 8px;
	border-radius:5px;
	font-size: 14px;
	
}
.boards-panel .reply_list {
	margin:0px 0px;
	text-align: left;
	width:100%;
	overflow-y: auto;
	background-color: #F0F3F4; 
	height:90%;
}
.boards-panel .more_head {
	height: 35px;
	background-color: rgb(227, 91, 91);
}
.boards-panel .more_title{
	text-align: center;
	font-size: 24px;
	color:white;
	line-height:35px;
}
.reply_record {
    min-height: 70px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccd5db
}
/*---隐私模式----------------------------------------------------------------------*/
.reply-panel {
	box-sizing:border-box;padding:5px;display:flex;flex-direction:column;z-index:10;position:absolute;


}
.reply-panel #send_name,.reply-panel #send_num,.reply-panel #send_tel{
	height: 40px;
	line-height:22px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin-bottom:6px;
	width:100%;
	box-sizing:border-box;
}
.reply-panel #send_words{
	line-height:22px;
	padding: 8px;
	border-radius: 5px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin-top:3px;
	margin-bottom:3px;
	width:100%;
	flex-grow:1;
	box-sizing:border-box;
}
.reply-panel #reply_send {
	background-color: rgb(227, 91, 91);
	width:100%;
	line-height:22px;
	height:40px;
	color:white;
	text-align:center;
	padding: 8px;
	border-radius:5px;
	font-size: 14px;
	box-sizing:border-box;
}
.headimg {
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 30px;
    width:30px;
    background-size: contain;
    float: left;
}
.musicTitle {text-align:left;}
.backHidden 
{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}   
.effect1 
{                                           
  -webkit-animation: inOut 30s ease 0s infinite both;
  -webkit-animation-play-state: initial;             
  background-size: 100% 100%;                        
  	width: 100%;                                      
}                                                    
.effect2
{                                            
    -webkit-animation: Scroll 12s linear 0s infinite;
    opacity: 0;                                      
    transition: none;                                
    width:810px;                                     
    min-height: 756px;                               
    background-size:auto 100%;                       
  -webkit-transform-style: preserve-3d;              
  -webkit-animation: Scroll 12s linear 0s infinite;  
  -webkit-animation-direction: alternate;            
  -webkit-animation-fill-mode: both;                 
  animation: Scroll 12s linear 0s infinite both;     
}                                                    
            
/*--barrage--------------------------------------
.barrage{
	border-radius:16px;background:rgba(0,0,0,0.3);
	position: absolute;left:350px;z-index: 99999;height:32px;
	display:flex;flex-direction:row;flex-wrap: nowrap;
	}
.barrage_img {height:28px;margin:2px;}
.barrage_img img{height:28px;}
.barrage_text {height:100%;padding:3px;line-height:26px;}
.barrage_count {height:100%;padding:3px;line-height:26px;padding-right:12px;overflow:hidden;white-space:nowrap;}

.DlgRec {
    z-index: 9999;
    box-sizing: border-box;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    min-height: 100%;
    border-radius: 5px;
}
.DlgRec .boards-top {
	position: absolute;
	border:solid 0px red;
	top: 50px;
	margin: 0 15px;
	z-index: 10;
	width:90%;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 1);
	overflow:hidden;
}     
.DlgRec .reply_head {
	height: 70px;
	background-color: rgb(227, 91, 91);
}
.DlgRec .reply_title{
	text-align: center;
    font-size: 24px;
    color:white;
    line-height:70px;
}
.DlgRec #send_name{
	height: 22px;
	line-height:22px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin:5px;
	margin-top:4px;
	margin-bottom:4px;
	width:260px;
}
.DlgRec #send_num1{
	height: 22px;
	line-height:22px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin:5px;
	margin-top:4px;
	margin-bottom:4px;
	width:260px;
}  
.DlgRec .reply_btn {
    background-color: rgb(227, 91, 91);
    width: 260px;
    height: 32px;
    margin: 2px;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    width:50%;
    margin-bottom:5px;
	box-sizing:border-box;
}   
*/
/*--bless--------------------------------------*/
.replyFace {
	vertical-align:middle;
	height:16px;
	width:16px;
}
.BubbleBox{
	width:100%;
	height:100%;
	border:solid 0px red;
	box-sizing:border-box;
	background-color:gdb(37,37,37);
}
.Bubble_SendBox {
    width: 100%;
    z-index: 1000!important;
    padding: .3rem 0rem;
    animation: fadeInUp 1s ease .1s both;
}
.Button_HintBox {
    position: absolute;
    background-color:pink;
		vertical-align:middle;
    height: 3.6rem;
    bottom: 3.6rem;
    width:100%;
    font-size:2rem;
    line-height:3.6rem;
    display:none;
    color:red;
    text-align:center;
    z-index: 1000!important;
}
.Bubble_SendBoxWrap {
    height: 2.4rem;
    left: 2%;
    right: 2%;
    bottom: 0;
    padding: .3rem 2.0rem;
    -webkit-transition: bottom .2s ease;
    transition: bottom .2s ease;
    color: #ff6499;
    border: 1px solid gray;
    
    border-radius: 50px;
    color: rgb(182, 136, 107);
    transform: translateY(0px);    
}
.Bubble_VoiceBox {
    color: #fff;
    position: absolute;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    left: .6rem;
    top: .8rem;
}
.Bubble_VoiceBox i {
	font-size: 21px;
}
@font-face {
    font-family: iconfont;
    src: url("//at.alicdn.com/t/font_3it5pv0c6l0afw29.eot");
    src: url("//at.alicdn.com/t/font_3it5pv0c6l0afw29.eot?#iefix") format("embedded-opentype"),url("//at.alicdn.com/t/font_3it5pv0c6l0afw29.woff") format("woff"),url("//at.alicdn.com/t/font_3it5pv0c6l0afw29.ttf") format("truetype"),url("//at.alicdn.com/t/font_3it5pv0c6l0afw29.svg#iconfont") format("svg")
}
.iconfont {
    font-family: iconfont!important;
    font-size: 12px;
    line-height: .375rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.Bubble_TextBox {
	border-radius: .2rem;
	height: 100%;
	color:#fff;
}
.Bubble_TextBox input {
	height: 100%;
	width: 100%;
	padding-left: .5em;
	text-align:center;
	box-sizing: border-box;
	border: 0;
	background: none;
	-webkit-appearance: none;
}
.BubbleBox .replyVoice {
	height:20px;
	width:20px;
	vertical-align:middle;
	line-height:20px;
}
.bless-wrap {
    -webkit-mask-image: -webkit-linear-gradient(-90deg,transparent 1%,#000 30%);
    padding-top: 2.4rem;
    width: 100%;
    overflow-y: hidden;
} 
.bless-header-wrap{
    width: 100%
}
.bless-list {
    padding:5px;
}
.bless-list li {
    margin-top: 11px;
    overflow: hidden;
}

.bless-avatar{
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    box-sizing: border-box;
} 
.bless-content {
	margin-left: 2px;
	margin-bottom: 3px;
	max-width: 83%;
	float: left;
	padding: 6px 8px;
	box-sizing: border-box;
	display: block;
	line-height: 1.5;
	font-size:12px;
	color:#fff;
	font-family:SimSun;
	border-radius:20px;
	box-shadow:2px 2px 3px #888888;
}
.bless-content span {
    margin-right: .2rem
}  


.blessing-wrap {
    height: 3.6rem;
    left: 2%;
    right: 2%;
    position: absolute;
    bottom: 0;
    padding: .6rem 4.5rem;
    -webkit-transition: bottom .2s ease;
    transition: bottom .2s ease;
    background: #fff;
    color: #ff6499;
    border: 1px solid transparent
}
.blessblessing {
    animation: fadeInUp 1s ease .1s both;
    width: 100%;
    height: 100%;
}
.slide-item.animate-show .m-animate {
    display: block;
}


.Bubble_SendBtn {
    position: absolute;
    top: .6rem;
    right: .6rem;
    color: inherit;
    border: 0;
    background: none;
}
.Bubble_DlgVoice {
    position: absolute;
    border: solid 0px red;
    bottom: 0px;
    z-index: 10;
    padding:10px;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.Bubble_DlgVoice #send_name,.Bubble_DlgVoice #send_num,.Bubble_DlgVoice #send_tel{
	height: 36px;
	line-height:36px;
	border-radius: 5px;
	padding: 8px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin-top:4px;
	margin-bottom:4px;
	box-sizing: border-box;
	width:100%;
}
.Bubble_DlgVoice #send_words{
	height: 90px;
	line-height:22px;
	padding: 8px;
	border-radius: 5px;
	background-color: #ccc;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(249, 249, 249);
	font-size: 14px;
	margin-top:4px;
	margin-bottom:4px;
	box-sizing: border-box;
	width:100%;
}
.Bubble_DlgVoice .reply_btn {
    background-color: rgb(227, 91, 91);
    width: 260px;
    height: 32px;
    margin: 2px;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    width:50%;
    margin-bottom:5px;
	box-sizing:border-box;
} 
.eleInput {
	width:100%;
	height:100%;
	box-sizing:border-box;
	-webkit-overflow-scrolling:touch;
	user-select: none;
	padding: 8px;
	font-size:16px;
}  


.statis input
{
	border-radius: 5px;
	border: 0.75px solid black;
//	box-shadow: rgb(128, 128, 128) 0px 0px 0px 0.5px;
	font-size: 11.25px;
	color: rgb(128, 128, 128);
	padding:3px;
	height:26px;
	text-align: center;
	margin-bottom:8px;
}

.statis input#btnSendR
{
	margin-top:5px;
	border: 0px solid grey;
	background-color:#ccc;
}

#signBox {
    background: #fff;
    border-radius: 8px;
    z-index: 9999;
    position: fixed;
    width: 250px;
    height:320px;
    top: 20%;
    font-size: 14px;
    padding:15px;
    padding-top: 70px;
	-moz-box-shadow:2px 2px 5px #333333; 
	-webkit-box-shadow:2px 2px 5px #333333; 
	box-shadow:2px 2px 5px #333333;    
}

.swiper-content {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.swiper-item img {
    width: 100%;
    display: block
}

.swiper-point {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.swiper-circle {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 3px 5px;
    cursor: pointer
}

.current-point {
    background-color: #000
}

.swiper-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.swiper-arrow img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto
}

.arrow-left {
    left: 10px
}

.arrow-right {
    right: 10px
}

.barrage-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 1.2rem;
}
.barrage-item {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px 0px 30px;
    white-space: nowrap;
    border-radius:13px;
	font-size:13px;
	font-family:Helvetica Neue,Helvetica,SimSun;
}
.barrage-item .avatar, .barrage-item .gift-img {
    position: absolute;
    margin-left:2px;
    left:0;
    top: 50%;
    transform: translateY(-50%);
	 width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0px solid #fff;    
}
.send-bless {
    bottom: 10px;
    right:10px;
    z-index:999;
    border-radius: 50% 50% 0 50%;
    background: url(http://inviteyp2.taoxitie.com/imgs/dearcard-send-bless-icon.png) no-repeat 50%;
    background-size: 40%;
    animation: bounce linear 3s 999;
    position: absolute;
    width: 40px;
    height: 40px;    
}

/*Pop Reply -------------------------------------------------------------------------------------*/
@keyframes td_shake {
    0% { -webkit-transform: translateY(0);transform: translateY(0)}
    4% { -webkit-transform: translateY(5px);transform: translateY(5px)}
    8% { -webkit-transform: translateY(-6px); transform: translateY(-6px)}
    11% {-webkit-transform: translateY(4.5px);transform: translateY(4.5px)}
    14% {-webkit-transform: translateY(-4px); transform: translateY(-4px)}
    16% { -webkit-transform: translateY(3px);transform: translateY(3px)}
   18% { -webkit-transform: translateY(-2px);transform: translateY(-2px)}
    19% {-webkit-transform: translateY(1px);transform: translateY(1px)}
    20% {-webkit-transform: translateY(0);transform: translateY(0)}
    100% {-webkit-transform: translateY(0);transform: translateY(0)}
}
@keyframes MoveGift {
    0% { -webkit-transform: translateX(-300px);transform: translateX(-300px);opacity:1;}
    25% { -webkit-transform: translateX(0px);transform: translateX(0);opacity:1;}
    90% { -webkit-transform: translateX(0px);transform: translateX(0);opacity:1;}
    100% {-webkit-transform: translate(0px,-30px);opacity:0;}
}
#pop_wrap {
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position:absolute;
	z-index:999;
	height:132px;
	width:100%;
	bottom:0px;
}
#chat_msg {
	border:solid 0px red;
    position: fixed;
    color:white;
    width:304px;
}
.chat_list.kid {
    -webkit-mask: -webkit-gradient(linear,0 75%,0 28%,from(rgba(222,187,71,1)),to(rgba(255,255,255,0)));
}
.c_g {
    display: -webkit-box;
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c_g p {
    display: inline-block;
    padding: 0 10px;
    background: rgba(0,0,0,.55);
    overflow: hidden;
    margin:0px;
    font-family:SimSun;
}
.chat_input {
    display: -webkit-box;
    margin-top: 8px;
    font-size: 14px;
    padding: 0;
}
.c_txt {
    display: -webkit-box;
    -webkit-box-flex: 4;
    background: rgba(0,0,0,.45);
}
.c_txt div {
    -webkit-box-flex: 1;
    margin: 0;
    padding: 0;    
}
.c_icon {
    display: -webkit-box;
    -webkit-box-flex: 1;
}
.c_icon div {
    -webkit-box-flex: 1;
    text-align: right;
}
#voiceShow img{
    width:100%;
}
#giftShow {
    -webkit-animation: td_shake 12s ease-in-out 2s forwards infinite;
}
.c_icon span {
    display: inline-block;
}
.chat_input input, .chat_input span {
    margin: auto;
    width: 90%;
    display: block;
    background: transparent;
    border: 0;
    color: #f8fcfb;
}
#giftShow {
    -webkit-animation: td_shake 12s ease-in-out 2s forwards infinite
}
#giftShow img {width:100%;}
#priceShow {
    -webkit-animation: td_shake 12s ease-in-out 0s forwards infinite
}
#priceShow img {width:100%;}

.bd {
    -webkit-transition-duration:600ms;
}
#giftModule {
    position: absolute;
    top: 0;
    left: 0;
}
.gy {
    background: rgba(0,0,0,.5);
}
.giftBd {
    display: -webkit-box;
}
.g_y span {
    display: inline-block;
    overflow: hidden;
}
.g_y img {
    width: 100%;
    height: 100%;
}
.g_y:nth-child(2) {
    padding-left: 3px;
    box-flex: 5;
}
.g_y h5 {
    margin:0px;
    margin-top: 3px;
    font-weight: 700;
}
.g_y p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.gift_layout
{
    display:inline-block;
    margin-bottom:10px;
    background:rgba(248,50,68,0.7);
    box-sizing:border-box;
    overflow:hidden;
   -webkit-transition-duration:600ms;
}
#chatBox {
    background: #fff;
    border-radius: 8px;
    z-index: 9999;
    position: fixed;
    width: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 14px;
	-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;    
}
#chatBox dd {
    margin-top: 5px;
    margin-left:0px;
}
.bgt_tit {
    margin: 0;
    padding: 0;
    font-size: 100%;   
    font-family:SimSun;
}
.bgt_col {
    margin: 0;
    padding: 0;
    font-size: 100%;   
    font-family:SimSun;
}

.gift_main {
    position: absolute;
    bottom: 0px;
    z-index: 1000;
 		background: #fff;
    overflow: hidden;
	padding-top: 16px;
}
.g_bd {
    float: left;
}
.gift-ratio-v2, .gift-ratio {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gift-ratio-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #fff;
}
.gift-ratio-v2 *, .gift-ratio * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gift-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1px;
    right: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.gift-item>div {
    width: 100%;
}
.gift-item img {
    width: 72%;
    height: auto;
    vertical-align: middle;
}
.gift-item p {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SimSun;
}
.gift-item .p2 {
    color: #f83244;
    font-size: 12px;
}
#sendGiftBtn, #sendPriceBtn {
    margin: auto;
    font-size: 14px;
    width: 85%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #f73244;
    font-family: SimSun;
}

#red_packets_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    z-index: 1000;
    opacity: 1;
}
#red_packets_form {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    font-size: 14px;
    background: #fff;
    z-index: 1001;
    opacity: 1;
    box-sizing: border-box;
    background: url(http://qnm.hunliji.com/o_1br40f8ql441kldbnnnfe12qm1k.png) no-repeat 0 0;
    background-size: 100%;
    -webkit-backface-visibility: hidden;
}
.container {
    position: relative;
    margin: auto;
    bottom: -1px;
}
.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
}
.money {
    position: absolute;
    left: 23px;
    top: -80px;
    background: url(http://qnm.hunliji.com/o_1br3sqcqfab81ppi4p11mu21msg11.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.timedown_td {
    border-radius: 5px;
    width: 17%;
    font-size: 12px;
}
.tSec{
    width: 17%;
    font-size: 12px;
}
.tMin{
    width: 17%;
    font-size: 12px;
}
.tHour{
    width: 17%;
    font-size: 12px;
}
.tDay{
    width: 17%;
    font-size: 12px;
}