@font-face {
    font-family: 'iconfont';
    /* project id 770716 */
    src: url('//at.alicdn.com/t/font_770716_zv99m5rin4q.eot');
    src: url('//at.alicdn.com/t/font_770716_zv99m5rin4q.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_770716_zv99m5rin4q.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_770716_zv99m5rin4q.woff') format('woff'),
    url('//at.alicdn.com/t/font_770716_zv99m5rin4q.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_770716_zv99m5rin4q.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size: 18px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}

.zzsc-content{
    text-align: center;
    padding: 50px;
}
.bgcolor-1 {
    background: #f0efee;
}
.bgcolor-2 {
    background: #f9f9f9;
}

.bgcolor-3 {
    background: #e8e8e8;
}

/*light grey*/
.bgcolor-4 {
    background: #2f3238;
    color: #fff;
}

/*Dark grey*/
.bgcolor-5 {
    background: #df6659;
    color: #521e18;
}

/*pink1*/
.bgcolor-6 {
    background: #2fa8ec;
}

/*sky blue*/
.bgcolor-7 {
    background: #d0d6d6;
}

/*White tea*/
.bgcolor-8 {
    background: #3d4444;
    color: #fff;
}

/*Dark grey2*/
.bgcolor-9 {
    background: #ef3f52;
    color: #fff;
}

/*pink2*/
.bgcolor-10 {
    background: #64448f;
    color: #fff;
}

/*Violet*/
.bgcolor-11 {
    background: #3755ad;
    color: #fff;
}

/*dark blue*/
.bgcolor-12 {
    background: #3498DB;
    color: #fff;
}

/*light blue*/
.bgcolor-20 {
    background: #494A5F;
    color: #D5D6E2;
}
.border-red{
    border: 2px solid #c7000c;
}
.border-red a{
    color: #c7000c !important;
}
.countdown2 li {
    float: left;
    width: 54px;
    height: 26px;
    line-height: 26px;
    margin-right: 17px;
    text-align: center;
    color: #999;
    font-size: small;
}

.countdown li {
    float: left;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-family: "tahoma"
}
.countdown2 {
    width: 284px;
    margin-left: 13px;
}
.countdown {
    margin-top:1em;
    width: 284px;
    margin-left: 10px;
    background: url('../img/countdown.png') left center no-repeat;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.static {
    margin-bottom: 10px;
}
.static a {
    display: block;
    padding: 12px;
    padding-left: 70px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 12px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
   

}
.static a:hover{
    color: #fff;
}
.am-list-static{
    border-top: 1px solid #eee;
    padding: 15px;
}

.static a .iconfont {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 42px;
}