﻿.address-top-bar {
    width: 100%;
    height: 70px;
    position: fixed;
    top: -100px;
    left: 0;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    z-index: 10000;
    -webkit-transition: all .3s;
    transition: all .3s;
    _display: none;
}

    .address-top-bar .content {
        margin-top: 15px;
        line-height: 40px;
        color: #757575;
        font-size: 16px;
    }

.address-top-bar-active {
    top: 0;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

    .container b {
        color: #b0352f;
    }

.address-top-bar .btn {
    margin-left: 20px;
    float: right;
    background: #b0352f;
    color: #fff;
    display: inline-block;
    width: 158px;
    height: 38px;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.zpnav {
    width: 1200px;
    margin: 10px 0;
    border: 1px solid #eee;
    font-size: 15px;
    background: url(/images/teamaster/cambgBig.jpg) repeat-x left top;
}

    .zpnav ul li {
        float: left;
        border-right: 1px solid #f4f4f4;
    }

        .zpnav ul li a {
            padding: 0px 30px;
            display: block;
            width: 65px;
            text-align: center;
            height: 55px;
            line-height: 55px;
        }

            .zpnav ul li a:hover, .zpnav ul li a.action {
                border-bottom: 2px #b0352f solid;
                color: #b0352f;
            }

    .zpnav span {
        float: right;
        padding-top: 15px;
        margin-right: 20px;
    }

        .zpnav span a.zcbbtn {
            margin-left: 30px;
            padding: 5px 15px;
            color: #fff;
            border-radius: 5px;
            background: #8d3e3a;
            background: -moz-linear-gradient(#b0352f, #8d3e3a);
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#b0352f), to(#8d3e3a));
            font-size: 14px;
        }


.gift-banner {
    width: 1200px;
    height: 265px;
    margin: 0 auto;
}

.gb-left {
    width: 200px;
    background: #fff2ba;
    height: 265px;
    float: left;
    text-align: center;
}

    .gb-left .cb {
        margin: 30px auto 20px;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-animation: play 4s linear infinite;
        -moz-animation: play 4s linear infinite;
        animation: play 4s linear infinite;
    }

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    60% {
        -webkit-transform: rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    60% {
        -webkit-transform: rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes play {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    60% {
        -webkit-transform: rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.gb-left .my-cb {
    font-size: 14px;
    margin-bottom: 20px;
}

    .gb-left .my-cb b {
        color: #b0352f;
        font-size: 18px;
    }

.cb-about a {
    margin: 0 5px;
}

.gb-right {
    display: inline-block;
    width: 1000px;
    height: 265px;
}
