a:hover{
    color: #0092FF;
}

.main-left {
    width: 940px;
}

.main-right {
    width: 240px;
    margin-left: 20px;
}

.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: 30px;
}

.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 {
    line-height: 1;
    height: 51px;
    width: 526px;
    background: #F2F9FF;
    padding: 17px 22px 20px 22px;
    margin-top: 64px;
}

.code-details-header .text-detail .price-star .left{
    margin-right: 150px;
}

.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 .price-num {
    font-size: 22px;
    color: rgba(255, 98, 25, 1);
}

.code-details-header .text-detail .price-star .sales-num {
    font-size: 12px;
}

/* 软件证书 二维码演示 */
.code-details-header .text-detail .zhengshu-wrapper {
    font-size: 12px;
    margin-top: 18px;
}

.code-details-header .text-detail .zhengshu-wrapper .zhengshu {
    margin-right: 132px;
}

.code-details-header .text-detail .zhengshu-wrapper .zhengshu .s-title{
    /*margin: 0 0 0 1em;*/
    margin-left: 1em;
    margin-right: 2.5em;
}

.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: 28px;
}

.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: 60px;
    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;
    line-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%;
}

/* 售后服务 */
.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 .price img {
    width: 8px;
    height: 12px;
    margin-right: 7px;
}

.market .market-list .market-item .sales img {
    width: 49px;
    height: 13px;
}

.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 .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 {
    display: block;
    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 0px;
}

.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-filter,
.right-recommend {
    width: 240px;
    line-height: 1;
    padding: 15px;
    margin: 20px 0 0 0px;
    background: #fff;
}

.right-filter .right-filter-title,
.right-recommend .right-recommend-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.right-filter .right-filter-title img,
.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;
}

.right-filter .right-filter-list {
    display: flex;
    flex-wrap: wrap;
}

.right-filter .current-item {
    width: 210px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

.right-filter .current-item a {
    color: #0092FF;
}

.right-filter .right-filter-list .right-filter-item {
    width: 99px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 15px;
}

.right-filter .right-filter-list .right-filter-item:not(:nth-child(2n)) {
    margin-right: 12px;
}

/* vip */

.vip-wrapper {
    width: 240px;
    height: 269px;
    position: relative;
    margin-top: 20px;
}

.vip-wrapper .bg {
    width: 240px;
    height: 269px;
}

.vip-wrapper .big-vip {
    width: 113px;
    height: 100px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.vip-wrapper .vip-order {
    font-size: 12px;
    position: absolute;
    top: 122px;
    left: 33px;
}

.vip-wrapper .vip-order .vip-item {
    color: #FF4A19;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.vip-wrapper .vip-order .vip-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.vip-wrapper .vip-order .vip-item span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

/* vip end */

.join-us {
    margin-top: 20px;
}

/* 交易规则== 使用指南 */
.code-details-guide{
    padding: 16px 0;
}
.code-details-guide .changeRuleHeader{
    border-bottom: 1px solid rgba(229,229,229,1);
}
.code-details-guide .blueborder{
    border-left: 3px solid rgba(0,117,235,1);
    margin-bottom: 9px;
    font-size:14px;

    font-weight:400;
    color:rgba(40,40,40,1);
    padding-left: 12px;
}
.code-details-guide .content-text-box{
    font-size:14px;
    color:rgba(101,101,101,1);
    margin: 20px 0 -10px;
}

.code-details-guide .content-text-boxblue{
    font-size:14px;

    font-weight:400;
    color:rgba(0,117,235,1);
    margin: 20px 0 -10px;
}

/**/
.guarantee .contentwenziBox{
    width:430px;
    height:230px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(229,229,229,1);
    margin-top: 20px;
}

.guarantee .kuaisujiaofu{
    font-size:20px;

    font-weight:bold;
    color:rgba(25,25,25,1);
    margin-left: 15px;
    margin-top: 25px;
}

.good-at-img{
    position: absolute;
    top: 60px;
    right: 17px;
}

.guarantee .jingmeiwangzhan {
    font-size: 16px;
    color: rgba(25,25,25,1);
    margin-top: 15px;
    margin-left: 15px;
}

.guarantee .tiaoxuanmoban {
    width: 184px;
    height: 77px;
    font-size: 14px;
    color: rgba(25,25,25,1);
    line-height: 21px;
    margin: 25px 15px;
}

.code-details-guide .codedetailsContent {
    font-size: 14px;
    color: rgba(101,101,101,1);
    margin: 20px 0 -10px;
}


/* 滑动到指定高度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;
}
