/* body {
  font-family: "PingFang SC",
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Hiragino Sans GB",
    "Source Han Sans",
    "Noto Sans CJK Sc",
    "Microsoft YaHei",
    "Microsoft Jhenghei",
    sans-serif;
  font-size: 14px;
  color: #666;
} */

.d-wrap {
    width: 1200px;
    margin: 0 auto;
}

.des-top-banner {
    width: 100%;
    height: 314px;
    background: url(../../images/online/design/design-top-banner.jpg) no-repeat center;
}

.des-team {
    box-sizing: border-box;
    padding-top: 70px;
}

.des-team h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 80px;
}

.des-team-main {
    width: 100%;
    ;
    box-sizing: border-box;
    padding: 0 0 43px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.des-team-item {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.des-team-item .team-num {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.des-team-item .team-txt {
    font-size: 16px;
    color: #333;
}

.team-line::before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: 0;
}

.des-service {
    box-sizing: border-box;
    padding: 65px 0 47px;
}

.des-service h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.des-ser-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.des-ser-main img {
    width: 360px;
    height: 100px;
}


/* single more */
.des-single {
    box-sizing: border-box;
    padding: 100px 0 80px;
}

.des-single h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
}

.des-single-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.des-single-item {
    width: 285px;
    height: 328px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 20px 20px 0;
}

.des-single-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.des-single-item:nth-of-type(4n) {
    margin-right: 0;
}

.single-img-box {
    width: 100%;
    height: 237px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.single-info {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.single-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.single-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.single-price p {
    font-size: 14px;
    color: #666;
}

.single-price p span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.single-price input {
    width: 100px;
    height: 36px;
    background: rgba(255, 139, 71, 1);
    outline: none;
    border: 0;
    font-size: 14px;
    color: #fff;
}

.des-table {
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.des-table th,
.des-table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 18px 0;
}

.des-table .th-bg {
    background-color: #E8E8E8;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.des-table .th {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.des-table .slash {
    position: relative;
}

.des-table .slash:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 464px;
    /*这里需要自己调整，根据td的宽度和高度*/
    top: 0;
    left: 0;
    background-color: #ddd;
    display: block;
    transform: rotate(-76deg);
    /*这里需要自己调整，根据线的位置*/
    transform-origin: top;
}

.des-table .left,
.des-table .right {
    position: absolute;
}

.des-table .left {
    left: 36px;
    bottom: 29px;
}

.des-table .right {
    right: 36px;
    top: 29px;
}

.des-table .num {
    font-size: 13px;
    color: #333;
    /* font-weight: 600; */
}

.des-table .num span {
    font-size: 24px;
    font-weight: 600;
}

.des-table .icon-t:before {
    content: url(../../images/online/design/icon-t.png);
    width: 14px;
    height: 10px;
}

.des-table .icon-f:before {
    content: url(../../images/online/design/icon-f.png);
    width: 11px;
    height: 11px;
}

/* 2020-04-17 */

.fast_open {
    opacity: 0;
    visibility: hidden;
}

.main-banner {
    background-image: url(../../images/online/design/banner-fastsite-design.jpg);
}

.items-package {
    justify-content: space-between;
}

.items-package .item {
    box-sizing: border-box;
    width: 380px;
    height: 130px;
    padding: 20px 40px 0 120px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.items-package .img-block {
    position: absolute;
    left: 20px;
    top: 20px;
}

.items-package .item-title {
    font-size: 18px;
    font-weight: bold;
}

.items-package .item-subtitle {
    margin-top: 2px;
    color: #666;
}

.items-package .item-buy {
    margin-top: 10px;
    justify-content: space-between;
}

.items-package .item-price {
    font-size: 13px;
}

.items-package .item-price .em {
    font-size: 24px;
}

.items-package .item-button {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #FF8B47;
    border-radius: 3px;
    color: #fff;
}

.items-package .item-button:hover {
    background-color: #d97338;
}

.disable-content {
    padding: 36px 40px 50px;
}

.disable-order-text {
    padding-left: 60px;
    color: #999;
    line-height: 1.5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAk1BMVEUAAAD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwD/lwAhbq2wAAAAMHRSTlMAv/fc+ggEol9AIfLubgzOy6qnnYZ+VxPSxrm2eUocEJaKc2pQNzAq6Do1JhkLjkggBkizAAABbUlEQVQ4y52V627CMAxGv7RdW6AU2lLKfeM6Nsbm93+6rUqZFttkEufnURQ5tmOD89Srl8YU2+HhFX6e9/OIfsmSnufoJCDGaA2VeJiRwlyLpj+iO9QxGG8DusvyCQ69gDwY5/R7QF4W8Z94M/qHBDfykByi5bZiinbomLh+1m8TWbky2NizH4F778VqQw6VtS+saLB8kUu/lZvIleXt1aT4FZNjWKbMB/mPnBGjq8CW+xRoiNP15ULJdUqclT0smiVsk8wp0HIhwRUFyRtaUhIcYaRsbPYFa4ylPADQ/FSTk/aTR8phLQwD4EhaGKWUQQwMSXtgTZITkJAkx4EkOyCU9tyWWxLmWhQlayQvKWtRH1HOmt9HCb2w43QvH9i3H3ag9GgekvZhRQHO2q8KGnTMWbVbTjz1NzbO+Mqu8ubk7mAsYqAJ5WDUR+7ssxiwkfvoMPevCXUBqZeb0wOr7YGlKdZxWlcLY5JULsBvvHP1Jo7GY8IAAAAASUVORK5CYII=) no-repeat left top;
}

.disable-order-btn {
    margin-top: 40px;
    text-align: center;
}

.disable-order-button {
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.disable-order-button.no {
    border-color: #ccc;
    color: #999;
}

.disable-order-button.no:hover {
    background-color: #eee;
}

.disable-order-button:nth-child(2) {
    margin-left: 15px;
}