.ic-header,
header,
nav,
main,
.ic-footer {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: filter 4s;
}

header {
    position: relative;
}

header img {
    width: 100%;
}

nav {
    background-color: #DEAD15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav .nav-titler {
    background-color: #FED001;
    width: 100%;
}

nav .nav-titler-list a {
    display: block;
    position: relative;
}

nav .nav-titler-list a:hover .nav-link-active {
    opacity: 1;
}

nav .nav-titler-list a .nav-link-active {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

nav .nav-titler-list img {
    width: 100%;
}

main {
    padding-top: 20px;
    background-color: #000;
}

main a:hover {
    text-decoration: none;
}

main .md-thenOne,
main .md-thenTwo,
main .md-thenThree,
main .md-thenFour {
    padding-bottom: 50px;
}

main .md-thenOne img,
main .md-thenTwo img,
main .md-thenThree img,
main .md-thenFour img {
    max-width: 100%;
}

main a.nav-pos-shopping-alink {
    width: 50%;
    display: block;
    margin: 0 auto;
    background-color: #333333;
    text-align: center;
    padding: 8px 0;
    border-radius: 3px;
    color: #FED001;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

main a.nav-pos-shopping-alink:hover {
    background-color: #FED001;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}

main .ic-shopping-col-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

main .ic-shopping-col-5:hover .ic-shopping-hover {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

main .ic-shopping-col-5 .ic-shopping-hover {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0%;
    left: 5px;
    right: 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 5px 20px;
}

main .ic-shopping-col-5 .ic-shopping-hover p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

main .ic-shopping-col-5 .ic-shopping-hover p.immediately-purchase {
    font-size: 18px;
    border-bottom: none;
}

main .md-thenTwo .nav-pos-shopping-alink {
    width: 15%;
}

main .md-thenThree .carousel-inner div.carousel-caption {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

main .md-thenThree .carousel-inner div.carousel-caption .carousel-animation {
    font-size: 20px;
    position: absolute;
    padding: 0 50px;
    color: #FED001;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation: flash 5s infinite;
    animation: flash 5s infinite;
}

main .md-thenThree .carousel-inner div.carousel-caption .carousel-left {
    left: 20%;
    top: 50%;
}

main .md-thenThree .carousel-inner div.carousel-caption .carousel-right {
    right: 10%;
    top: 30%;
}

main .md-thenThree .carousel-indicators li {
    background-color: #fff;
    border: none;
}

main .md-thenThree .carousel-indicators li.active {
    background-color: #FED001;
}

main .ic-thenmoder,
main .ic-shopping-inlink {
    padding: 20px 0;
}

main .ic-shopping-inlink .ic-shopping-row {
    margin: 0 -5px;
}

main .thenTow-router.carousel-indicators {
    list-style: none;
    padding: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 0;
}

main .thenTow-router.carousel-indicators > span {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

main .thenTow-router.carousel-indicators > span,
main .thenTow-router.carousel-indicators > span.avtive {
    display: inline-block;
    width: 14.2%;
    padding: 20px;
    box-sizing: border-box;
    background-color: transparent;
}

main .thenTow-router.carousel-indicators > span img,
main .thenTow-router.carousel-indicators > span.avtive img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: grayscale 0.5s, -webkit-transform 0.5s;
    transition: grayscale 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, grayscale 0.5s;
    transition: transform 0.5s, grayscale 0.5s, -webkit-transform 0.5s;
}

main .thenTow-router.carousel-indicators > span.active img,
main .thenTow-router.carousel-indicators > span.avtive.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

main .thenTow-router.carousel-indicators .thenTow-itmes-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

main .thenTow-router.carousel-indicators .thenTow-itmes-btn.left {
    left: 0;
}

main .thenTow-router.carousel-indicators .thenTow-itmes-btn.right {
    right: 0;
}

main #carousel-example-generic-s .item img {
    width: 100%;
}

@-webkit-keyframes flash {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

@keyframes flash {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s;
}

.popup.acitve {
    opacity: 1;
}

.popup .wait {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 800px;
    padding: 50px 0 0;
    border-radius: 15px;
}


.popup .wait img {
    width: 100%;
    display:block
}

.popup .wait span {
    display: block;
    width: 100%;
    background: #ff0000;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 32px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    cursor: pointer;
}
.ic-getTims {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s;
}
.ic-getTims img{opacity: 0;}
.ic-getTims.open img{
    opacity: 1;
}

.Countdown {
    position: absolute;
    left: 50%;
    bottom: 9%;
}

.Countdown img {
    width: 14px;
    max-width: 15px;
    max-height: 20px;
    opacity: 1;
}

.box-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.box-wrap .box {
    position: absolute;
    left: 50%;
    background: #f7f7f7;
    top: 50%;
    border-radius: 5px;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    margin-top: -250px;
}

.box-wrap .box-close {
    display: block;
    width: 58px;
    height: 58px;
    float: right;
    position: relative;
}

.box-wrap .box-close:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    z-index: 1;
    border-top: 58px solid #333;
    border-left: 58px solid transparent;
}

.box-wrap .box-close i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 33px;
    cursor: pointer;
    z-index: 2;
}

.box-wrap h4 {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #e9e9e9;
}

.box-wrap ul {
    padding: 50px 0 0 200px;
}

.box-wrap li {
    width: 270px;
    float: left;
    margin: 0 48px 20px 0;
}

.box-wrap li input {
    width: 100%;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-indent: 8px;
}

.box-wrap li select {
    width: 48%;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.box-wrap li select:nth-child(2) {
    float: right;
}

.box-wrap .button {
    padding: 15px 0 0;
    text-align: center;
}

.box-wrap .button span {
    font-size: 12px;
    color: #c3bebe;
    display: block;
    margin:0 0 12px;
}

.box-wrap .button a {
    color: #3b94d0
}

.box-wrap .button input[type="button"] {
    width: 260px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #00cad0;
    font-size: 16px;
    border-radius:5px;
    border: none;
}
.box-wrap .button p{color:#e00010; font-size:12px; line-height:24px; margin-top:10px;}
