﻿.bd-banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.bd-title{
    height: 105px;
}
.bd-title h1{
    float: left;
    padding: 0 30px 0 10px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 105px;
}
.bd-title .line{
    float: left;
    width: 1030px;
    height: 2px;
    margin-top: 54px;
    background: #eeeeee;
}
.bd-list li{
    float: left;
    width: 275px;
    height: 190px;
    border: 1px solid #eeeeee;
    margin: 0 10px 20px;
    padding: 35px 51px 0;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bd-list li:hover{
    /*border-color: #fff;*/
    box-shadow:0 0px 8px rgba(46,143,237,0.6);
}
.bd-list li.wait p{
    padding-top: 50px;
}
.bd-list-img img{
    width: 120px;
    height: 120px;
}
.bd-list-tips{
    padding: 14px 0 8px;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #eeeeed;
}
.bd-list-title{
    padding-top: 14px;
    font-size: 18px;
    color: #666;
}
.bd-list-price{
    padding-top: 3px;
    font-size: 16px;
    color: #e85555;
}
.bd-list-btn{display: block;margin-top: 14px;color: #007bc7;font-size: 16px;text-align: center;border:1px solid #007bc7; line-height: 34px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;}
.bd-list-btn:hover{background-color: #007bc7; color: #fff;}
.bd-dialog{
    width: 580px;
    padding-top: 50px;
    background: #fff;
    text-align: center;
}
.bd-dialog p{
    padding: 10px 0;
    font-size: 0;
}
.bd-dialog input{
    padding: 9px 10px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.bd-dialog .w310{
    width: 288px;
}
.bd-dialog .w187{
    width: 165px;
}
.bd-dialog .getcode{
    display: inline-block;
    width: 116px;
    height: 35px;
    line-height: 36px;
    margin-left: 7px;
    background: #00b095;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
}
.bd-dialog .countdown{
    display: none;
}
.bd-dialog .btn{
    display: inline-block;
    width: 310px;
    height: 40px;
    line-height: 40px;
    background: #00b095;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bd-dialog .tips{
    font-size: 14px;
    color: #666666;
}
.bd-dialog .tips a,.bd-dialog .tips em{
    color: #00b095;
}
.bd-dialog p.errortip{
    padding: 0 0 0 20px;
    background: url("../images/iconerror.png") 0 0 no-repeat;
    color: #ee4d50;
    font-size: 12px;
    text-align: left;
    margin-left: 135px;
}
.bd-dialog p.newstip{
    margin-left: 135px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    color: #595758;
}
#bdDialog{
    display: none;
}
