body{
    background-color: #f6f7f9;
}
.top-nav a {
    text-decoration: none;
}
.cart-wrapper {
    margin-bottom: 35px;
    min-height: 730px;
}
.main-content {
    background-color: #f6f7f9;
}
.project-item {
    position: relative;
    padding-top: 32px;
    border-left: none;
}
.project-item-header {
    padding: 0 0 20px 0;
}
.project-item-title {
    display: inline-block;
    border-left: 4px solid #0b99f3;
    margin: 0;
    text-indent: 0.5em;
    font-size: 18px;
    line-height: 22px;
}
.project-item-domain {
    position: relative;
    float: left;
    width: 262px;
    cursor: pointer;
    padding: 8px 30px 12px 10px;
    background: url(img/single-domain-bg.png) no-repeat;
    margin: 0 38px 20px 0;
    border-radius: 5px;
}
.project-item-domain.active {
    background: url(img/single-domain-bg-c.png) no-repeat;
}
.project-item-domain.active:before{
    content: '';
    display: block;
    width: 28px;
    height: 29px;
    background: url(img/domain-check.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.domain-container {

}
.domain-info {
    line-height: 25px;
}
.domain-item-right {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.domain-line {
    height: 5px;
    border-bottom: 1px solid #ededed;
}
.domain-add {
    display: block;
    line-height: 22px;
    text-align: center;
    margin: 28px 0;
    padding-left: 60px;
    background: url(img/domain-add.png) 57px 0 no-repeat;
}
.m-table {
    width: 100%;
    line-height: 39px;
}
.m-table thead {
    background-color: #ebecee;
    font-size: 14px;
    font-weight: normal;
}
.m-table thead th {
    border-right: 1px solid #d5dded;
    font-weight: normal;
}
.m-table thead th:last-child {
    border-right: 0;
}
.m-table tbody {
    font-size: 12px;
    line-height: 80px;
}
.m-table td {
    text-align: center;
}
.deploy .deploy-info {
    position: relative;
    float: left;
    width: 124px;
    max-width: 160px;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
    background-color: #fff;
    font-size: 12px;
    color: #999;
}
.deploy .deploy-info.more-width {
    width: 165px;
    max-width: 165px;
}
.deploy .deploy-info:first-child {
    margin-left: 18px;
}
.deploy-hide .deploy-info:first-child {
    margin-left: 18px;
}
.deploy-hide .deploy-info {
    margin-top: 0;
    border-top: 0;
}
.deploy-show {
    position: relative;
    width: 55px;
    height: 26px;
    background-color: #0b99f3;
    margin: 18px 0 16px 20px;
    cursor: pointer;
}
.deploy-show span {
    position: absolute;
    left: 7px;
    line-height: 28px;
    color: #fff;
}
.inventory-setting.active {
    background-position: 0 -172px;
}
.inventory-setting {
    float: left;
    width: 56px;
    height: 24px;
    margin: 20px 0 16px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    background: url(img/inventory-icon.png) no-repeat 0 -70px;
}
.m-table .input-append, .m-table .input-prepend {
    line-height: 27px;
    margin-bottom: 6px;
}
.m-table .input-append span, .m-table .input-prepend span {
    height: 30px;
    background-color: #f1f1f1;
    border: 1px solid #c8c8c8;
}
.m-table .buyNum {
    height: 30px;
    width: 42px;
}
.m-table .input-append span i, .m-table .input-prepend span i {
    position: relative;
    left: 0;
    top: 3px;
}
.m-table .timer {
    margin-top: 3px;
    width: 80px;
    height: 28px;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 28px;
}
.single-price {
    color: #ff9832;
    font-size: 16px;
}
.del {
    color: #0b99f3;
    cursor: pointer;
}
.cart-footer {
    font-size: 16px;
    line-height: 29px;
}
.benefit {
    margin-top: 8px;
    width: 465px;
    height: 24px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(img/select-icon.png) no-repeat scroll right center transparent;
    padding: 0;
    padding-left: 12px;
    border-color: #0b99f3;
    line-height: 22px;
}
.btn-warning {
    color: #fff;
    background-color: #ff8800;
    margin-left: 10px;
}
.btn-warning:hover, .btn-warning:active {
    color: #fff;
    border-color: #fda95f;
}
.project-item-body {
    border: 1px solid #f6f7f9;
    margin-bottom: 36px;
}
.project-item-body:hover {
    border-color: #00aaff;
}
.project-item-body:hover thead {
    background-color: #00aaff;
}
.project-item-body:hover thead th {
    color: #fff;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}
.text-center {
    text-align: center !important;
}
/*=================购物车弹出层及遮罩层=======*/
.cart-dialog {
    width: 374px;
    background: #ccc;
    background: rgba(0,0,0,.2);
    padding: 3px;
    z-index: 999998;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -76px 0 0 -183px;
}
.cart-dialog .dialog-content {
    border: 1px solid #aeaeae;
    padding: 20px 20px 20px 30px;
    background: #fff;
}
.dialog-header {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}
.cart-dialog .dialog-footer {
    margin-top: 20px;
}
.J_DialogConfirmBtn:hover {
    color: #fff;
}
.J_DialogCancelBtn:hover {
    color: red;
}
.dialog-btn {
    border: 1px solid #52a0e5;
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: #52a0e5;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.cart-dialog .dialog-close {
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-position: -229px -19px;
    right: 23px;
    top: 23px;
    z-index: 999999;
}
.dialog-cancel {
    background: #fff;
    border-color: #d9d9d9;
    color: #3c3c3c;
}

.popMask {
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .3;
}

.u-buy-ok i, .u-buy-no i {
    background-position: 0 -40px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.dIcon {
    background: url(img/d-icon.png) no-repeat 0 0;
    /*background: url(/zxy/img/product/d-icon-8.png) no-repeat 0 0;*/
}
.cartmask{
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .9;
}
.cartmask .maskimg{
    width:360px;
    height:200px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-180px;
    margin-top:-100px;
    z-index:999;
}
.masktext{
    font-size:18px;
    font-weight:700;
    margin-left:20px;
}
