.detail .thumbnail .thumbnail-box .btn,
.detail .condition dd .begin-date,
.detail .condition dd .spinner .decrease,
.detail .condition dd .spinner .increase,
.group .item:before,
.group-right:before {
    background-image: url(http://www.mtxing.cn/images/product.png);
    background-repeat: no-repeat;
}

.atz-product-detail {
    margin: 20px 0 0 0;
}

.atz-product-detail.proerror {
    width: 100%;
    height: 800px;
    background: url(http://www.mtxing.cn/images/product_down.png) center top no-repeat;
}

.detail {
    background: #fff;
}

.detail .thumbnail {
    position: relative;
    width: 420px;
    margin-bottom: 20px;
}

.detail .thumbnail .small-box {
    position: relative;
    width: 420px;
        box-sizing: content-box;
    height: 420px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.detail .thumbnail .small-box img {
    display: block;
    width: 420px;
    height: 420px;
}

.detail .thumbnail .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px !important;
    height: 200px !important;
    border: 1px solid #aaa;
    background: #ea5504;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: move
}

.detail .thumbnail .thumbnail-box {
    position: relative;
    width: 100%
}

.detail .thumbnail .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.detail .thumbnail .thumbnail-box .btn-prev {
    left: 0;
    background-position: -38px 0;
}

.detail .thumbnail .thumbnail-box .btn-next {
    right: 0;
    background-position: -65px 0;
}

.detail .thumbnail .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto
}

.detail .thumbnail .thumbnail-box .wrapper {
    width: 100000px
}

.detail .thumbnail .thumbnail-box .list .item {
    float: left;
    margin: 0 10px
}

.detail .thumbnail .thumbnail-box .list .item img {
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
}

.detail .thumbnail .thumbnail-box .list .item-cur img {
    border: 1px solid #ea5504
}

.detail .thumbnail .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 440px;
    top: 0;
    background: #fff;
    z-index: 1001;
    width: 440px;
    height: 440px;
    border: 1px solid #e4e4e4
}

.detail .thumbnail .big-box img {
    display: block;
    width: 800px;
    height: 800px;
}

.detail .atz-pr {
    width: 730px;
    padding: 15px 25px;
}

.detail .basic h3 {
    font-size: 18px;
    color: #333;
    word-break: break-all;
    margin-bottom: 10px;
}

.detail .basic h5 {
    font-size: 14px;
    color: #fe4f25;
    word-break: break-all;
    font-weight: normal;
    margin-bottom: 10px;
}

.detail .basic .price {
    background: #f2f2f2;
    padding: 0 15px;
}

.detail .basic .price em {
    color: #2d2e31;
    font-size: 16px;
    vertical-align: middle;
}

.detail .basic .price span {
    color: #fe4f25;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
}

.detail .basic .price span:before {
    content: "\FFE5";
    font-size: 20px;
}

.detail .basic .price .tag {
    background: #ea5504;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: middle;
}

.detail .condition {
    clear: both;
}

.detail .condition dl {
    width: 100%;
    clear: both;
}

.detail .condition dl::after {
    display: block;
    clear: both;
    content: "";
}

.detail .condition dt {
    color: #83868f;
    width: 90px;
    float: left;
    padding: 7px 0 0;
}

.detail .condition dd {
    /*width: 640px;*/
    padding: 7px 0 0;
    float: left;
}

.detail .condition #proservice dd {
    height: 30px;
}

.detail .condition dd .begin-date {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-position: 120px -91px;
    border: 1px solid #dedede;
    border-radius: 3px;
    position: relative;
    top: -5px;
    padding: 0 10px;
}

.detail .condition dd .begin-date + i {
    vertical-align: top;
    padding-left: 10px;
    color: #2d2e31;
}

.detail .condition dd .spinner {
    position: relative;
    top: -5px;
}

.detail .condition dd .spinner .value {
    width: 42px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    float: left;
    border: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
}

.detail .condition dd .spinner .decrease {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    background-position: -1px -151px;
}

.detail .condition dd .spinner .increase {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    background-position: -1px -121px;
}

.detail .condition dd .nostore {
    font-style: normal;
    margin-left: 10px;
}

.detail .condition dd .nostore b {
    font-weight: normal;
}

.detail .condition dd .nostore.warn {
    color: #ea5504;
}

.detail .condition dd .pledge {
    padding-bottom: 7px;
}

.detail .condition dd .pledge span {
    color: #2d2e31;
    padding-right: 10px;
}

.detail .condition dd .pledge span em {
    color: #ea5504;
}

.detail .condition dd .pledge span em:before {
    content: "\FFE5";
}

.detail .condition #config dt {
    padding-top: 10px;
}

.detail .condition #proservice dt {
    padding-top: 9px;
}

.detail .condition #ways dt {
    padding-top: 10px;
}

.detail .service-ft {
    width: 400px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.detail .service-ft-thumb ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.detail .service-ft-thumb li {
    width: 90px;
    padding: 5px;
    display: inline-block;
}

.detail .service-ft-thumb li img {
    max-width: 100%;
}

.detail .service-ft-text {
    width: 400px;
    padding: 0 5px;
    color: #fe4f25;
}

.detail .service-ft-text * {
    max-width: 100%;
}

.atz-more-bar {
    clear: both;
    padding: 0 0 10px 0;
}

.atz-more-bar a {
    min-width: 80px;
    text-align: center;
    background: #ea5504;
    color: #fff;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12px;
}

.atz-more-bar a:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.atz-radio-bar {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    float: left;
}
.atz-radio-bar_style{
    width: 80%;
    border: 1px solid #fb9939;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    position: relative !important;
}
.atz-radio-bar_style1{
    width: 80%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.atz-radio-bar_img{
    background: url(http://www.mtxing.cn/images/tuijian.png) right top no-repeat;
    background-size: 35px 35px;
}
.atz_display{
    display: none;
}
.atz-radio-bar label {
    float: left;
    position: relative;
    top: 3px;
}

.atz-radio-bar i.tag {
    padding: 3px 10px;
    position: relative;
    top: 0;
    /*left: -310px;*/
    cursor: pointer;
    margin: 1px 5px;
    border: 1px solid #fb9939;
    color: #fb9939;
    vertical-align: middle;
    border-radius: 3px;
    white-space: nowrap;
    float: left;
}

.atz-radio-bar i.tag:hover div {
    display: block;
}

.atz-radio-bar i.tag div {
    display: none;
    font-size: 12px;
    position: absolute;
    left: 80px;
    top: 0;
    padding: 10px;
    width: 300px;
    white-space: pre-wrap;
    color: #666;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}

.atz-radio-bar .tips {
    color: #2d2e31;
    display: none;
    float: left;
    line-height: 25px;
}

.atz-radio-bar label.atz-radio input[type="radio"] + span {
    min-width: 220px;
}

.detail .total {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    clear: both;
}

.detail .total span {
    color: #2d2e31;
    font-size: 16px;
}

.detail .total em {
    color: #fe4f25;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 2px;
}

.detail .total em:before {
    content: "\FFE5";
    font-size: 20px;
    position: relative;
    top: -1px;
}

.detail .total .buttons {
    /*padding: 25px 0;*/
}

.detail .total .buttons .button {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}

.detail .total .buttons .button:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.detail .total .buttons .button.once {
    background: #ffece1;
    border: 1px solid #ea5504;
    color: #ea5504;
    margin-right: 15px;
    vertical-align: middle;
}

.detail .total .buttons .button.addcart {
    background: #ea5504;
    border: 1px solid #ea5504;
    color: #fff;
    vertical-align: middle;
}


.group {
    border: 1px solid #dedede;
    display: none;
    background: #fff;
    height: 320px;
    margin-top: 15px;
    padding-top: 15px;
}

.group-title {
    margin-bottom: 15px;
    padding: 13px 10px;
    background: #fcfcfc;
}

.group-title span {
    font-size: 18px;
    line-height: 16px;
    display: inline-block;
    height: 18px;
    padding-left: 10px;
    vertical-align: middle;
    color: #2d2e31;
    border-left: 4px solid #ea5504;
}

.group .item {
    float: left;
    width: 170px;
    position: relative;
    margin-left: 60px;
    padding: 0 0px 0 20px;
}

.group .item img {
    width: 140px;
    height: 140px;
    margin: 0 auto 10px auto;
    display: block;
}

.group .item:before {
    content: "";
    width: 23px;
    height: 23px;
    background-position: -33px -63px;
    position: absolute;
    top: 65px;
    left: -42px;
}

.group .item p {
    color: #2d2e31;
    height: 40px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    padding: 0 15px;
}

.group .item label {
    margin: 10px 10px 0 10px;
    display: block;
    text-align: center;
}

.group-left {
    width: 190px;
    float: left;
}

.group-left .item {
    margin-left: 0;
}

.group-left .item:before {
    display: none;
}

.group-center {
    width: 760px;
    float: left;
}

.group-right {
    float: left;
    width: 240px;
    position: relative;
    padding: 43px 20px 0 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.group-right:before {
    content: "";
    width: 23px;
    height: 23px;
    background-position: -67px -63px;
    position: absolute;
    top: 65px;
    left: 10px;
}

.group-right span {
    display: block;
    width: 100%;
    color: #2d2e31;
    font-size: 16px;
}

.group-right span i {
    color: #fe4f25;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    position: relative;
    top: 2px;
}

.group-right span i:before {
    content: "\FFE5";
    font-size: 20px;
}

.group-right .addcart {
    width: 125px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    background: #ea5504;
    border: 1px solid #ea5504;
    color: #fff;
}

.info {
    background: #fff;
    margin: 45px 0 100px;
}

.info::after {
    display: block;
    content: "";
    clear: both;
}

.info .sidenews {
    float: left;
    width: 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.info .tabs {
    float: right;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info .tabs .buttons {
    height: 52px;
    border: 1px solid #dedede;
    background: #fcfcfc;
    margin-left: 20px;
    margin-right: 20px;
}

.info .tabs .buttons.buttons-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.info .tabs .buttons a {
    width: 200px;
    height: 52px;
    line-height: 52px;
    position: relative;
    float: left;
    border-right: 1px solid #dedede;
    display: block;
    text-align: center;
    color: #5a5c5f;
    font-size: 18px;
}

.info .tabs .buttons a.active {
    background: #fff;
}

.info .tabs .buttons a.active:before {
    content: "";
    width: 202px;
    height: 3px;
    background: #ea5504;
    position: absolute;
    top: -1px;
    left: -1px;
}

.info .tabs .buttons a.active:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.info .tabs .panels {
    min-height: 900px;
}

.info .tabs .panels .panel {
    padding: 20px;
    display: none;
}

.info .tabs .panels .panel.active {
    display: block;
}

.info .tabs .panels .panel .context {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #eee;
}
.info .tabs .panels .panel .context img{
    max-width: 100%;
}

.info .tabs .panels .panel table {
    width: 750px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 30px auto;
    color: #333;
}

.info .tabs .panels .panel table td, .info .tabs .panels .panel table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 7px 10px;
}

.info .tabs .panels .panel table tr td:first-child {
    width: 25%;
    background-color: #F5FAFE;
    text-align: right;
}

.info .tabs .panels .panel table tr td:last-child {
    background: #fff;
    text-align: left;
}

.info .tabs .panels .panel table tr td[colspan="2"] {
    text-align: center;
    background-color: #fff;
    width: 100%;
}

.info .tabs .panels .panel table tr td * {
    font-size: 14px;
    font-weight: normal;
}

.info .tabs .panels .panel .consult-tips {
    margin-bottom: 20px;
}

.info .tabs .panels .panel .consult-tips span {
    font-size: 16px;
    padding: 10px 0;
    color: #83868f;
}

.info .tabs .panels .panel .consult-tips em {
    color: #ea5504;
}

.info .tabs .panels .panel .consult-form span {
    font-size: 16px;
    padding: 10px 0;
    color: #83868f;
    display: block;
}

.info .tabs .panels .panel .consult-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    height: 215px;
    resize: none;
    padding: 10px;
    font-size: 14px;
    color: #83868f;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.info .tabs .panels .panel .consult-form a {
    width: 125px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    display: block;
    float: right;
    white-space: nowrap;
    background: #ea5504;
    border: 1px solid #ea5504;
    color: #fff;
}

.info .tabs .panels .panel .comment {
    clear: both;
}

.info .tabs .panels .panel .comment .item {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 50px;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.info .tabs .panels .panel .comment .item .user {
    width: 240px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.info .tabs .panels .panel .comment .item .user span {
    margin-top: 50%;
    display: inline-block;
}

.info .tabs .panels .panel .comment .item .content {
    width: 880px;
    padding: 0 20px;
    margin-left: 240px;
}

.info .tabs .panels .panel .comment .item .content p {
    line-height: 20px;
    word-break: break-all;
}

.info .tabs .panels .panel .comment .item .content .photos {
    margin: 10px 0;
}

.info .tabs .panels .panel .comment .item .content .photos img {
    width: 125px;
    height: 125px;
    border: 1px solid #ededed;
}

.info .tabs .panels .panel .comment .item .content .name {
    color: #b5b5b5
}

.info .tabs .panels .panel .pagination {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.info .tabs .panels .panel .pagination a {
    border: 0;
    margin: 0 5px;
    border-right: 0;
    font-size: 14px;
}

.info .tabs .panels .panel .pagination a:last-child {
    border-right: 0;
}

.info .tabs .panels .panel .pagination a.active {
    background-color: #ea5504;
    color: #fff;
    border-radius: 5px;
}

.info .tabs .panels .panel .consult-list .item {
    border-bottom: 1px dashed #ededed;
    padding-bottom: 10px;
}

.info .tabs .panels .panel .consult-list .item .hd {
    color: #999;
    padding-bottom: 10px;
}

.info .tabs .panels .panel .consult-list .item .hd em {
    margin: 0 20px;
}

.info .tabs .panels .panel .consult-list .item .cd span {
    display: block;
    color: #333;
}

.info .tabs .panels .panel .consult-list .item .cd p {
    line-height: 28px;
    text-indent: 2em;
    word-break: break-all;
}

.info .tabs .panels .panel .consult-list .item .bd span {
    display: block;
    color: #333;
}

.info .tabs .panels .panel .consult-list .item .bd p {
    line-height: 28px;
    text-indent: 2em;
    word-break: break-all;
    color: #ea5504;
}

.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev {
    color: #666 !important;
}

.detail dl dd .spinner {
    width: auto !important;
    height: auto;
    margin: 0;
}


/**盲潞搂氓鈥溌伱ε铰嵚�**/
.sidenews .side-bar-title {
    background: #ea5504;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    width: 120px;
    height: 52px;
    line-height: 52px;
}
.sidenews .side-bar-title.side-bar-title-fixed {
    position: fixed;
    top: 0;
    width: 286px;
}

.sidenews .side-product {
    margin-bottom: 20px;
}

.sidenews .side-product .side-product-content {
    background: #fff;
    border-top: 1px solid #ea5504;
}

.sidenews .side-product .side-product-content .side-product-item {
    border-bottom: 1px solid #ddd;
}

.sidenews .side-product .side-product-content .side-product-item:last-child {
    border-bottom: 0;
}

.sidenews .side-product .side-product-content .side-product-item::after {
    display: block;
    content: "";
    clear: both;
}

.sidenews .side-product .side-product-content .side-product-item > dt {
    float: left;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidenews .side-product .side-product-content .side-product-item > dt img {
    max-width: 100%;
}

.sidenews .side-product .side-product-content .side-product-item > dd {
    float: right;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
}

.sidenews .side-product .side-product-content .side-product-item > dd h3 {
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
}

.sidenews .side-product .side-product-content .side-product-item > dd h3 a {

}

.sidenews .side-product .side-product-content .side-product-item > dd h3 a:hover {
    color: #ea5504;
}

.sidenews .side-product .side-product-content .side-product-item > dd p {
    color: #999;
    margin-top: 10px;
}

.sidenews .side-product .side-product-content .side-product-item > dd p em {
    color: #ea5504;
    margin-left: 5px;
}

.sidenews .side-product .side-product-content .side-product-item > dd p em:empty {
    display: none;
}

.sidenews .side-product .side-product-content .side-product-item > dd p em::before {
    content: "\ffe5";
    color: #ea5504;
}

.pelevant-arc .pelevant-item .describe h3 > a, .pelevant-arc .pelevant-item .describe h2 > a {
    max-width: 700px;
    white-space: nowrap;
    color: #333;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pelevant-arc .pelevant-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px;
}

.pelevant-arc .pelevant-item .pic {
    position: relative;
    height: 200px;
    margin-bottom: 10px;
}

.pelevant-arc .pelevant-item .pic img {
    width: 100%;
    height: 200px;
}

.pelevant-arc .pelevant-item .pic:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #111;
    opacity: 0.7;
}

.pelevant-arc .pelevant-item .pic h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    color: #fff;
    z-index: 9;
}

.pelevant-arc .pelevant-item .describe {
    width: 100%;
    color: #444;
}

.pelevant-arc .pelevant-item .describe h3, .pelevant-arc .pelevant-item .describe h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pelevant-arc .pelevant-item .describe .info {
    margin-bottom: 10px;
}

.pelevant-arc .pelevant-item .describe .info span {
    display: block;
    float: left;
}

.pelevant-arc .pelevant-item .describe .info .datetime {
    background: url(http://www.mtxing.cn/images/time.png) left center no-repeat;
    padding-left: 22px;
    color: #999;
}

.pelevant-arc .pelevant-item .describe .info .viewcount {
    margin-left: 40px;
    background: url(http://www.mtxing.cn/images/eye.png) left center no-repeat;
    padding-left: 25px;
}

.pelevant-arc .pelevant-item .describe p {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    word-break: break-all;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox {
    float: right;
    margin-left: 40px;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox a {
    margin: 1px 5px !important;
    padding: 0;
    position: relative;
    top: -3px;
    width: 24px;
    height: 24px;
    background-image: url(http://www.mtxing.cn/images/share_ico.png);
    background-repeat: no-repeat;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox a.tsina {
    background-position: 0 0;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox a.sqq {
    background-position: -32px 0;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox a.qzone {
    background-position: -65px 0;
}

.pelevant-arc .pelevant-item .describe .info .bdsharebuttonbox a.weixin {
    background-position: -97px 0;
}

.pelevant-arc .pelevant-item .more {
    margin-left: 10px;
    color: #ea5504;
}

.pelevant-arc .pelevant-item .describe h3 > a:hover, .pelevant-arc .pelevant-item .describe h2 > a:hover {
    color: #ea5504;
}

.pelevant-arc .pelevant-item .describe h3 span, .pelevant-arc .pelevant-item .describe h2 span {
    float: right;
    color: #666;
}

.pelevant-arc .pelevant-item > p {
    font-size: 14px;
    line-height: 28px;
}

.pelevant-arc .pelevant-item .describe .datetime {
    float: right;
}

/*茅聺垄氓艗鈥γヂ扁€�*/
.crumb-box {
    padding-bottom: 18px;
}

.crumb-box {
    font-size: 0;
}

.crumb-box > li {
    display: inline-block;
    font-size: 14px;
}

.crumb-box > li::after {
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}

.crumb-box > li.active::after {
    content: "";
}

/*猫庐戮莽陆庐猫陆炉盲禄露氓庐拧氓藛露忙聽路氓录聫*/
#softService {
    display: none;
}
#softServiceName {
    padding: 10px;
    width: 300px;
    border: 1px solid rgba(234,85,4,.3);
}
#softServiceName ul{
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
#softServiceName p{
    font-size: 12px;
    color: rgba(0,0,0,.5);
}

/*氓庐拧氓藛露盲潞搂氓鈥溌� 茅鈥β嵜铰β犅访ヂ悸�*/
.Ptable-item, .p-parameter {
    border-bottom: 1px solid #eee
}
.Ptable-item:last-of-type {
    border-bottom: 0;
}

.Ptable-item h3, .package-list h3 {
    font-weight: 400;
    font-size: 14px;
    float: left
}



.Ptable {
    margin: 10px 0
}

.Ptable-item {
    padding: 12px 0;
    line-height: 220%;
    color: #999;
    font-size: 14px
}

.Ptable-item:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.Ptable-item h3 {
    width: 110px;
    text-align: right
}

.Ptable-item dl {
    margin-left: 110px
}

.Ptable-item dt {
    width: 160px;
    float: left;
    text-align: right;
    padding-right: 5px
}

.Ptable-item dd {
    margin-left: 210px
}

.Ptable-item .Ptable-tips {
    position: relative;
    float: left;
    width: auto;
    margin-left: 0
}

.Ptable-item .Ptable-tips:hover {
    z-index: 2
}

.Ptable-item .Ptable-sprite-question {
    display: inline-block;
    margin-left: 4px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../image/sprite.png) no-repeat
}

.Ptable-tips .tips {
    display: none;
    position: absolute;
    left: -10px;
    top: 27px;
    width: 300px
}

.Ptable-tips:hover .tips {
    display: block
}

.Ptable-tips .content {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #cecbce;
    box-shadow: 0 0 2px 2px #eee
}

.Ptable-tips p {
    font-family: "microsoft yahei";
    color: #999;
    line-height: 160%;
    text-align: left
}

.Ptable-tips .Ptable-sprite-arrow {
    position: absolute;
    overflow: hidden;
    left: 15px;
    top: -5px;
    width: 11px;
    height: 6px;
    background: url(../image/sprite.png) -19px 0 no-repeat
}
.side-bar-server{position:fixed;z-index:199;right:0;bottom:100px;box-shadow:0 5px 30px -2px rgba(0,0,0,0.1)}.side-bar-server .side-server-content li{position:relative;cursor:pointer}.side-bar-server .side-server-content li i{position:relative;display:block;background:#fff;padding:10px;font-size:26px;color:#333;border-bottom:1px solid #f5f5f5}.side-bar-server .side-server-content li i #rightCartNum{position:absolute;z-index:2;right:2px;top:4px;text-align:center;width:20px;line-height:20px;height:20px;font-size:12px;background:#ea5504;color:#fff;border-radius:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.side-bar-server .side-server-content li i #rightCartNum:empty{display:none}.side-bar-server .side-server-content li span{display:none;position:absolute;width:100px;color:#4c4c4c;font-size:14px;line-height:47px;text-align:center;right:65px;top:0;background-color:#fff;box-shadow:0 0 30px 1px rgba(100,100,100,0.2)}.side-bar-server .side-server-content li span::after{display:block;content:"";position:absolute;top:50%;width:0;height:0;right:-20px;margin-top:-13px;border-width:10px;border-style:solid;overflow:hidden;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.side-bar-server .side-server-content li:last-of-type{display:none;border-bottom:0}.side-bar-server .side-server-content li:hover i{color:#ea5504;background:#f8f8f8}.side-bar-server .side-server-content li:hover span{display:block}.player-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#000}