a {
    display: block;
}

a:hover {
    color: #0092FF;
}

.main-left {
    width: 940px;
}

.main-right {
    width: 240px;
}

.code-details-header-wrapper {
    padding: 20px;
    margin-top: 20px;
}

.code-details-header .img-detail {
    width: 350px;
    margin-right: 24px;
}

.code-details-header .big-eg {
    margin-bottom: 10px;
}

.code-details-header .eg-wrapper img {
    width: 80px;
    height: 60px;
    cursor: pointer;
}

.code-details-header .eg-wrapper img.active,
.code-details-header .eg-wrapper img:hover {
    border: 2px solid rgba(255, 153, 0, 1);
}

.code-details-header .eg-wrapper img:not(:last-child) {
    margin-right: 6px;
}

.code-details-header .service-function img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.code-details-header .service-function {
    margin: 35px 0 15px 0;
}

.code-details-header .text-detail {
    flex: 1;
}

.code-details-header .text-detail .name {
    font-size: 14px;
    margin-bottom: 12px;
    color: rgba(51, 51, 51, 1);
}

.code-details-header .text-detail .s-title {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    display: inline-block;
    min-width: 3em;
    text-align: right;
    margin-right: 40px;
}

.code-details-header .text-detail .desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.code-details-header .text-detail .price-star .s-tip {
    font-size: 11px;
    color: rgba(153, 153, 153, 1);
    margin-left: 10px;
}

.code-details-header .text-detail .price-star {
    line-height: 1;
    height: 82px;
    width: 526px;
    background: #F2F9FF;
    padding: 17px 10px 20px 10px;
    margin-top: 42px;
}

.code-details-header .text-detail .price-star .price-num {
    font-size: 22px;
    color: rgba(255, 98, 25, 1);
}

.code-details-header .text-detail .price-star .sales-num {
    font-size: 12px;
    margin-top: 16px;
}

.code-details-header .text-detail .price-star .star-wrapper {
    position: relative;
}

.code-details-header .text-detail .price-star .star-wrapper::after {
    content: '';
    height: 60px;
    width: 1px;
    background: #D5DDE3;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.code-details-header .text-detail .price-star .star-wrapper i {
    color: #FF9900;
}

.code-details-header .text-detail .price-star .star-wrapper div {
    font-size: 12px;
    margin-left: 6px;
}

/* 软件证书 二维码演示 */
.code-details-header .text-detail .zhengshu-wrapper {
    font-size: 12px;
    margin-top: 18px;
}

.code-details-header .text-detail .zhengshu-wrapper .zhengshu {
    margin-right: 140px;
}

.code-details-header .text-detail .zhengshu-wrapper .app-eg {
    color: #0092FF;
    position: relative;
    cursor: pointer;
}

.code-details-header .text-detail .zhengshu-wrapper .app-eg:hover .qr-code-eg {
    display: block;
}

.code-details-header .text-detail .zhengshu-wrapper .qr-code-eg {
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25px;
    /*left: 3em;*/
    border: 1px solid #EEEEEE;
}

.code-details-header .text-detail .zhengshu-wrapper .s-title {
    margin-right: 40px;
}

.code-details-header .text-detail .zhengshu-wrapper img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

/* 软件证书 二维码演示 end */

.code-details-header .text-detail .buy-now {
    margin-top: 50px;
    width: 110px;
    height: 30px;
    background: #0092FF;
    border-radius: 0;
}

.code-details-header .text-detail .agreement {
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    margin-top: 16px;
}

.code-details-header .text-detail .agreement input {
    margin-right: 8px;
}

.code-details-header .vertical-line {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-top: 29px;
}

/* 详情 --  选项卡 */
.detail-tab-card {
    padding: 0 20px 20px 20px;
    margin-top: 20px;
}

.layui-tab-title .layui-this::after,
.layui-tab-title li,
.layui-tab-title {
    height: 50px !important;
    line-height: 50px !important;
    margin: 0;
}

.layui-tab-title li {
    padding: 0;
    margin: 0 15px;
}

.layui-tab-content {
    padding: 10px 0 !important;
}

.layui-tab-title button {
    font-size: 14px;
    height: 30px;
    width: 86px;
    color: #fff;
    background: #0092FF;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fake-table {
    margin-top: 20px;
}

.fake-table a {
    display: block;
}

.fake-table .td {
    font-size: 12px;
    color: #888888;
    height: 30px;
    line-height: 30px;
    width: 112px;

    text-align: center;
    padding: 0;
    border: 1px solid #DEDEDE;
}

.fake-table .th {
    width: 112px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dedede;
    border-bottom: none;
}

.fake-table .td:first-child {
    border-left: 1px solid #DEDEDE !important;
}

.fake-table .td:nth-child(even) {
    color: #333333;
}

.fake-table.two .td:nth-child(even) {
    width: 337px;
}

.fake-table .td:nth-child(odd) {
    color: #888888;
    background: #F5F5F5;
}

.fake-table.one .td:nth-child(n+9) {
    border-top: none;
}

.fake-table.one .td:not(:nth-child(9n)) {
    border-left: none;
}

.fake-table.two .td:nth-child(n+5) {
    border-top: none;
}

.fake-table.two .td:not(:nth-child(5n)) {
    border-left: none;
}

.fake-table.two .address:hover {
    color: #0092FF;
}

.desc-content {
    margin-top: 40px
}

.desc-content img {
    max-width: 100%;
}

/* 评价 */
.pingjia-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 50px 0 40px 0;
}

.pingjia-list-wrapper {
    padding: 0 20px 6px 20px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.pingjia-type-list {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.pingjia-type-list .pingjia-tag {
    width: 730px;
}

.pingjia-type-list .pingjia-tag a {
    font-size: 12px;
    display: block;
    color: #0092FF;
    height: 24px;
    line-height: 24px;
    border: 1px solid #0092FF;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 12px;
    white-space: nowrap;
}

.pingjia-type-list .all-star .star-rate {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 98, 25, 1);
}

.pingjia-type-list .all-star {
    width: 130px;
    text-align: center;
    margin-right: 24px;
}

.pingjia-type-list .all-star i {
    color: #FF9900;
    font-size: 14px;
}

/* 每一条评论 */
.pingjia-list .pingjia-item {
    padding: 30px 0;
}

.pingjia-list .pingjia-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.pingjia-list .pingjia-item:first-child {
    border-top: 1px solid #eee;
}

.pingjia-list .pingjia-item .pingjia-item-left {
    text-align: center;
    width: 130px;
    margin-right: 24px;
}

.pingjia-list .pingjia-item i {
    font-size: 13px;
    color: #FF9900;
}

.pingjia-list .pingjia-item .nickname {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    color: rgba(51, 51, 51, 1);
}

.pingjia-list .pingjia-item .pingjia-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.pingjia-list .pingjia-item .pingjia-item-tag {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-left: 20px;
}

.pingjia-list-wrapper .pingjia-detail {
    width: 46em;
}

.pingjia-list-wrapper .pingjia-s-title {
    margin-bottom: 12px;
}

.pingjia-detail {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

/* 评价 end */

/* 售后服务 */
.sales-service {
    font-size: 12px;
}

.sales-service a {
    color: #0092FF;
    margin-right: 14px;
}

.sales-service .service-list div {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.sales-service .service-list div:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #EEEEEE;
    position: absolute;
    right: -2px;
}

.sales-service .ys-tip {
    margin: 40px 0 20px 0;
}

.sales-service .service-list {
    line-height: 1;
    margin: 40px 0;
}

.service-tab-item {
    width: 216px;
    height: 70px;
    background: #F7F8FA;
    border-radius: 3px;
}

.service-tab-item .service-desc {
    color: #999;
    margin-top: 6px;
}

.service-tab-item img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: 14px;
}

/* 售后服务 end */

/* 详情 --  选项卡 end */


/* 分页 */
#pagination {
    text-align: right;
}

.layui-laypage span,
.layui-laypage a {
    height: 24px;
    line-height: 24px;
    margin-left: 10px !important;
    padding: 0 11px !important;
    border-radius: 3px !important;
}

.layui-laypage a, .layui-laypage span {
    height: 24px;
    line-height: 24px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    height: 24px;
    line-height: 24px;
    background: #0092FF !important;
}


/* 分页 */

/* 相关推荐 */
.guess {
    margin: 20px 0 24px 0;
    padding: 0 20px;
}

.guess .guess-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.market .market-list .market-item {
    width: 213px;
    min-height: 233px;
    margin-bottom: 20px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item:hover {
    transition: all .4s linear;
    animation: all .4s linear;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}

.market .market-list .market-item:hover .buy-now {
    background: #ee7A3C;
}

.market .market-list .market-item .img-wrapper {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.market .market-list .market-item:hover .img-wrapper img {
    transform: scale(1.05);
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item .count {
    font-size: 12px;
}

.market .market-list .market-item .price {
    display: flex;
    align-items: center;
}

.market .market-list .market-item .price {
    font-size: 22px;
    font-weight: 400;
    color: rgba(251, 94, 45, 1);
}

.market .market-list .market-item .sales img {
    width: 52px;
    height: 12px;
}

.market .market-list .market-item .goods-content {
    font-size: 12px;
    line-height: 1;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px 10px 20px 10px;
}

.market .market-list .market-item .goods-name {
    margin-bottom: 16px;
}

.market .market-list .market-item:not(:nth-child(4n)) {
    margin-right: 15px;
}

.market .market-list .market-item img {
    width: 100%;
    height: 160px;
    transition: all .4s linear;
}

/* 右侧店铺信息 */
.shop-info {
    font-size: 12px;
    width: 240px;
    padding: 15px;
    background: #fff;
    margin: 20px 0 0 20px;
}

.shop-info i {
    font-size: 14px;
    color: #FF9900;
}

.shop-info .horizontal-line {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.shop-info .shop-name {
    font-size: 14px;
    margin-bottom: 16px !important;
}

.shop-info .auth-pic {
    width: 18px;
    height: 16px;
}

.shop-info .service-pic {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.shop-info > div:not(:last-child) {
    margin-bottom: 20px;
}

/* 右侧推荐 */
.right-recommend {
    width: 240px;
    line-height: 1;
    padding: 15px;
    margin: 20px 0 0 20px;
    background: #fff;
}

.right-recommend .right-recommend-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.right-recommend .right-recommend-title img {
    vertical-align: text-bottom;
}

.right-recommend .right-recommend-title .dot {
    margin: 0 6px;
}

.right-recommend .special-font {
    font-size: 24px;
    line-height: 1;
    background: #F16863;
    background: linear-gradient(0deg, rgba(242, 160, 86, 1) 0%, rgba(241, 104, 99, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-recommend-item {
    font-size: 12px;
}

.right-recommend-item div {
    margin: 15px 0 25px 0;
}

.right-recommend-item:last-child div {
    margin-bottom: 0;
}

.right-recommend-item img {
    width: 210px;
    height: 157px;
}

/* 滑动到指定高度tab栏样式 */
.fixed-tab {
    position: fixed !important;
    z-index: 999;
    width: 900px;
    top: 0;
    left: auto !important;
    left: unset !important;
    background: #fff;
}

.fixed-tab button {
    display: block !important;
}
