body {
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    *zoom: 1
}

.content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}


/* 顶部图片 */

.banner {
    height: 682px;
    background: url("img/banner.png") 50% 0 no-repeat;
    min-width: 1200px;
}


/*logo*/

.logo-container {
    width: 100%;
}

.logo {
    width: 1200px;
    margin: 0 auto;
}

.logo a {
    margin-top: 20px;
    display: inline-block;
    border: none;
}

.logo img {
    border: none;
}


/*倒计时*/

#timeLine {
    background-color: #5cd1c4;
    padding-top: 23px;
}

#timeLine .time-container {
    text-align: center;
}

#timeLine .time-list {
    display: inline-block;
    padding: 0;
    width: 475px;
    background-color: #4fbcb1;
    padding: 20px 45px;
    text-align: center;
    border: 1px solid #51beb1;
    box-shadow: inset 0px 0px 10px #3EA59A;
    border-radius: 4px;
}

#timeLine .time-list li {
    padding: 5px 2px;
    color: #000100;
    background-color: #fff;
    display: inline-block;
    float: left;
    font-size: 44px;
    line-height: 1.4285;
    margin-left: 2px;
    border-radius: 4px;
    width: 37px;
}

#timeLine .time-list li.day-desc {
    font-size: 28px;
    height: 62px;
    line-height: 62px;
}

#timeLine .time-list .time-separator {
    background: none;
}


/*域名信息*/

#domainInfo {
    padding-bottom: 75px;
    background: url('img/triangle.png') repeat-x left bottom #5cd1c4;
}


/*默认情况下不显示*/

#auctionClosedContainer {
    width: 1066px;
    margin: 0 auto 0px auto;
    z-index: 200;
    position: relative;
    opacity: 0;
    height: 0;
    /*IE6-8默认隐藏*/
    display: none\9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

#auctionClosedContainer.show {
    opacity: 1;
    height: auto;
    display: block\9;
    /*padding-bottom: 100px;*/
    /*IE6-8*/
    /*padding-bottom: 130px\9;*/
}

#domainInfo .auction-closed-container {
    position: absolute;
    width: 100%;
    top: -200px;
    *left: 0;
    *margin-left: 20px;
}

#domainInfo .auction-closed-title{
    background: url('img/auctionClosed.png') no-repeat center top;
    height: 62px;
}

#domainInfo .all-auction-closed-title {
    background: url('img/allAuctionClosed.png') no-repeat left top;
    height: 62px;
}

#domainInfo .auction-closed-title h1 ,#domainInfo .all-auction-closed-title h1 {
    color: #fff;
    height: 62px;
    line-height: 62px;
    text-indent: 1em;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

#domainInfo .auction-closed-table-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 8px;
    background-color: #fff;
}

#domainInfo .auction-closed-table-container table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

#domainInfo .auction-closed-table-container tr {}

#domainInfo .auction-closed-table-container th {
    color: #666f6e;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border: 1px dashed #b0b0b2;
}

#domainInfo .auction-closed-table-container td {
    color: #323232;
    font-size: 14px;
    padding: 8px;
    border: 1px dashed #b0b0b2;
    border-collapse: collapse;
}

#domainInfo .auction-closed-table-container a {
    color: #06c;
    text-decoration: none;
}

#domainInfo .all-auction-closed-container{
    margin-top:60px;
}

#domainInfo .title {
    line-height: 60px;
    height: 60px;
    font-size: 30px;
    color: #460e0c;

    font-weight: normal;
    
    height: 80px\9;
    line-height: 80px\9; 

    vertical-align: bottom;

    padding:0;
    margin:0;
    margin-top: -1px;
}

#domainList {
    margin: 0;
    padding: 0;
    height: 505px;
    overflow: hidden;
}

#domainInfo li {
    display: inline-block;
    float: left;
    width: 225px;
    height: 505px;
    text-align: center;
    position: relative;
    background: no-repeat center top;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    /*border: 1px solid #EFEFEF;*/
}

#domainInfo li .domain-detail-table-container {
    display: none;
}

#domainInfo li.active .domain-detail-table-container {
    display: block;
    /* -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;*/
}

#domainInfo a.nav {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    top: 0;
}

#domainInfo li.active {
    width: 292px;
    margin-left: 5px;
    /*transform: rotateY(360deg);*/
}


/*默认*/


/*#domainInfo li.xyz {
    background-image: url('/webdev/frontend/style/css/img/xyz.gif');
}

#domainInfo li.top {
    background-image: url('/webdev/frontend/style/css/img/top.gif');
}

#domainInfo li.win {
    background-image: url('/webdev/frontend/style/css/img/win.gif');
}

#domainInfo li.club {
    background-image: url('/webdev/frontend/style/css/img/club.gif');
}

#domainInfo li.red {
    background-image: url('/webdev/frontend/style/css/img/red.gif');
}*/

#domainInfo li img {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#domainInfo img.active {
    display: none;
}

#domainInfo li.active img.default {
    transform: rotateY(180deg);
    opacity: 0;
    display: none\9;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#domainInfo li.active img.active {
    /*display: block;*/
}


/*激活状态*/

#domainInfo li.xyz.active {
    background-image: url('/webdev/frontend/style/css/img/xyz-back.gif');
}

#domainInfo li.top.active {
    background-image: url('/webdev/frontend/style/css/img/top-back.gif');
}

#domainInfo li.win.active {
    background-image: url('/webdev/frontend/style/css/img/win-back.gif');
}

#domainInfo li.club.active {
    background-image: url('/webdev/frontend/style/css/img/club-back.gif');
}

#domainInfo li.red.active {
    background-image: url('/webdev/frontend/style/css/img/red-back.gif');
}

#domainInfo .btn-container {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    /*background-color: red;*/
    bottom: 20px;
}

#domainInfo a.auction {
    padding: 16px 20px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 0 auto;
    width: 154px;
}

#domainInfo a.xyz {
    background-color: #4a1e56;
}

#domainInfo a.top {
    background-color: #e6390c;
}

#domainInfo a.win {
    background-color: #339a00;
}

#domainInfo a.club {
    background-color: #003499;
}

#domainInfo a.red {
    background-color: #D20000;
}

.domain-detail-table-container {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
}

#domainInfo .domain-detail-table {
    width: 250px;
    margin: 0 auto;
}

#domainInfo .domain-detail-table th {
    text-align: center;
    color: #666;
    font-size: 15px;
    padding-bottom: 5px;
}

#domainInfo .domain-detail-table td {
    font-size: 15px;
    text-align: center;
    height: 34px;
    vertical-align: middle;
    border: 1px dashed #b4b3b4;
    border-width: 0px 0px 1px 0px;
}

#domainInfo .domain-detail-table tr.last-row td {
    border-bottom: none;
}

#domainInfo .domain-detail-table td.domain-name,
#domainInfo .domain-detail-table th.domain-name {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

#domainInfo .domain-detail-table th.domain-name {
    font-weight: normal;
}

#domainInfo .domain-detail-table td.domain-loading {
    border: none;
    height: 200px;
}

#domainInfo table.xyz {
    color: #491D55;
}

#domainInfo table.top {
    color: #E7380D;
}

#domainInfo table.win {
    color: #339900;
}

#domainInfo table.club {
    color: #039;
}

#domainInfo table.red {
    color: #D20000;
}


table.xyz ,table.win,table.top,table.club,table.red{
    table-layout: fixed;
}

table.top th,table.top td,
table.xyz th,table.xyz td,table.win th,table.win td,table.club th,table.club td,table.red th,table.red td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 介绍 */

#aboutUs {
    background-color: #612e86;
    padding-bottom: 30px;
}

#aboutUs h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.4285;
    padding-top: 78px;
    color: #fff;
    font-weight: normal;
}

#aboutUs p {
    text-align: center;
    margin-top: 56px;
}

#why {
    background-color: #612e86;
    position: relative;
    padding-top: 30px;
}

#why .db-line {
    height: 3px;
    width: 100%;
    border: 1px solid #dcaefd;
    border-right: none;
    border-left: none;
}

#why h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    background-color: #612E86;
    position: relative;
    top: -16px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
}

#why ul {
    margin: 20px auto 0px auto;
    width: 1200px;
    padding-bottom: 20px;
}

#why ul li {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}

#why img {
    border: none;
}

#why p {
    line-height: 30px;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
}


/*footer*/

.foot_bg {
    background: #e5e5e5;
    padding: 20px 0 0 0;
    color: #090909;
}

#footer {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding-bottom: 10px;
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

#footer a {
    color: #090909;
    text-decoration: none;
}

#footer dl {
    float: left;
    width: 20%;
    text-align: center;
}

#footer dl dt {
    font-size: 14px;
    color: #004179;
    font-weight: bold;
    padding-bottom: 8px;
}

#footer dl dd {
    padding: 5px 0;
}

#footer dl dd a {
    color: #090909;
    text-decoration: none;
}

#footer dl dd a:hover {
    COLOR: #004179;
}

#footer .width {
    /*width: 184px;
    padding-left: 10px;*/
}

#footer p {
    line-height: 32px;
}

#footer .f_padding {
    /*padding: 0px 0px 0 50px;*/
    overflow: hidden;
    zoom: 1;
}

img.imgborder {
    border: none;
}


/*footer end*/
