
.fix-bar {
    position:fixed;
    left: 30px;
    top: 400px;
    z-index: 9997;
/*    width: 100px;
    height: 90px;*/
    /*margin-top: 16px;*/
    margin-left: 22px;
}
.fix-bar .input-group{
    margin-left: -138px;
    margin-bottom: 10px;
}
.fix-bar .vip-b{
    width: 100px;
    margin-left: -10px;
    margin-bottom: 10px;
}
/**  体验会员开始  **/
.Mask {
    background: rgba(0, 0, 40, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
}
.Mask .test-vip-box{
    background: url("img/test-vip-box.png");
    width: 540px;
    height: 400px;
    background-size:100% 100%;
    margin: 6% auto;
    position: relative;
    display: none;
}
.Mask .test-vip-box .iconPopup-ClosePopup{
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 64px;
    top: 76px;
    padding: 3px;
}
.Mask .test-vip-box p{
    color: #fff;
    width: 324px;
    font-size: 18px;
    margin: 0 auto;
    text-align: justify;
    line-height: 32px;
    padding-top: 190px;
}
.Mask .test-vip-box .button-box{
    width: 300px;
    margin: 20px auto;
    display: flex;
    justify-content:space-between;
}
.Mask .test-vip-box .button-box button{
    /*width: 130px;
    height: 32px;
    font-size: 18px;*/
    font-size: 14px; 
    color: #CE6303;
}
.Mask .test-vip-box .button-box .done{
    /*background: linear-gradient(0deg, #F4C288 0%, #FFDBB3 100%);
    color: #DF5F00;
    border: 1px solid #FFDBB3;*/
     width: 170px;
    height: 34px;
    background: linear-gradient(180deg, #FEDFBA 0%, #F6CC98 100%);
    color: #DF5F00;
    border: 1px solid #FFDBB3;
    margin: 290px auto 0;
}
.Mask .test-vip-box .button-box .done:hover{
    background: linear-gradient(0deg, #F4C288 100%, #FFDBB3 0%);
}
.Mask .test-vip-box .button-box .no{
    background: rgba(250, 50,10 , 0.1) !important;
    color: #F9CC9A !important;
    border: 1px solid #FACFA0 !important;
}
span.btn-corner {
    background-image:none;
}
.Mask .test-vip-box .button-box .no:hover {
    background: rgb(240, 81, 49);
}
/**  体验会员结束  **/
/**  计时开始  **/
.gray-time { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.vip-time{
    margin-left: -20px;
    margin-bottom: 10px;
}
.vip-time h4{
    color: #EC6602;
    font-size: 14px;
    margin-bottom: 0;
}
.transition {
    -webkit-transition: top 400ms linear !important;
    -moz-transition: top 400ms linear !important;
    -ms-transition: top 400ms linear !important;
    -o-transition: top 400ms linear !important;
    transition: top 400ms linear !important;
}
.timeTo {
    font-family: Tahoma, Verdana, Aial, sans-serif;
    font-size: 28px;
    line-height: 108%;
    font-weight: normal;
    height: 32px;
}

.timeTo span {
	vertical-align: top;
    color: rgba(255, 144, 0, 1);
    font-size: 16px;
}

.timeTo div {
	color: white;
    background: #FF9000;
}

.timeTo .timeTo-alert {
    background: #a74444;
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 12px;
    height: 18px;
	border: none;
	overflow: hidden;
    margin: 1px;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 1.5px !important;
    transition:none;
}
.transition {
    -webkit-transition: top 400ms linear !important;
    -moz-transition: top 400ms linear !important;
    -ms-transition: top 400ms linear !important;
    -o-transition: top 400ms linear !important;
    transition: top 400ms linear !important;
}
.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
/**  计时结束  **/
.Crumbs-menu {
    width: 136px;
    /*height: 143px;*/
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
    border-radius: 2px;
    border: 1px solid #F0F0F0;
    overflow-y: auto;
    position: absolute;
    left: -5px;
    top: 22px;
    z-index: 2;
    display: none;
}

    .Crumbs-menu .item {
        height: 36px;
        background: #FFFFFF;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 400;
        color: #000028;
        line-height: 36px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .Crumbs-menu .item:hover {
            background: #F1F1F3;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
        }
.Crumbs ul {
    display: flex;
}

    .Crumbs ul li {
        display: flex;
        align-items: center;
        position: relative;
    }

        .Crumbs ul li img {
            width: 14px;
            vertical-align: top;
            margin-top: 4px;
        }

        .Crumbs ul li a {
            font-size: 12px;
            font-weight: 400;
            color: #000028;
            line-height: 20px;
            display: block;
            max-width: 230px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .Crumbs ul li i {
            margin: 0 10px;
            font-size: 18px;
            vertical-align: middle;
            line-height: 20px;
            display: inline-block;
            transition: transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            /* Firefox 4 */
            -webkit-transition: -webkit-transform 0.2s;
            /* Safari 和 Chrome */
            -o-transition: -o-transform 0.2s;
        }