/**
二级导航
 */

 .top-nav {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
}

.top-nav ul {
    display: flex;
    justify-content: space-between;
}

.top-nav ul li {
    width: 100%;
}

.top-nav ul li a {
    display: block;
    color: #232323;
    padding: 3px 0;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
}

.top-nav ul li a:hover, .top-nav ul li.active a {
    background-color: #FF5D4A;
    color: #ffffff;
}


.xy-protal-card-con {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.xy-style-item-card {
    width: calc(calc(100% - 60px) / 4);
    margin-bottom: 20px;
    margin-right: 20px;
}
.xy-style-item-card:nth-child(4n) {
    margin-right: 0px;
}
.xy-style-item {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 10px 8px 10px;
}
.xy-checkbox-forum {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.xy-style-item-header {
    margin: -10px -10px 0px -10px;
    height: 180px;
    overflow: hidden;
}
.xy-style-item-header.notpic{
    background: #fffbf6;
}
.xy-style-item-header.notpic a{
    display: block;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.xy-style-item-header.notpic a i.layui-icon-picture-fine{
    font-size: 36px;
    color: #f2e8e8;
    font-weight: 700;
}

.xy-style-item-header > a > img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
    height: 100%;
}
.xy-style-item-footer {
    margin-top: 10px;
}
.xy-style-item-tag {
    height: 15px;
    display: block;
    line-height: 15px;
    display: inline-block;
}
.xy-style-item-tag {
    margin: 0px 3px;
}

.xy-protal-dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: rgb(22,93,255);
    border-radius: 50%;
    margin-bottom: 1px;
}
.xy-style-item-tag span {
    color: #aaa;
    font-size: 12px;
}
.xy-style-item-footer h2 a {
    text-decoration: none;
    color: #34495e;
    font-size: 15px;
    height: 18px;
    margin: 8px 0px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xy-protal-footer-desc {
    color: #888;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xy-protal-footer-desc a{
    color: #888;
}
.xy-protal-footer-desc a:hover{
    color: #333;
}
.xy-style-item-footer-info {
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    border-top: #ddd 1px dashed;
    padding-top: 4px;
}
.xy-style-item-footer-info a {
    text-decoration: none;
}
.xy-style-item-footer-info span {
    color: #aaa;
    margin-right: 6px;
    font-size: 13px;
}
.xy-style-item-footer-info span i {
    font-size: 14px;
}
.xy-protal-card-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xy-protal-card-header-left {
    width: 40%;
}
.xy-protal-card-header-title {
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #34495e;
}
.xy-protal-card-header-title span {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.86;
}
.xy-protal-card-header-right {
    width: 60%;
}
.xy-protal-card-header-right {
    text-align: right;
}
.xy-protal-card-header-right a {
    display: inline-block;
    background-color: #fff;
    color: #34495e;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 14px;
    box-shadow: 0 0 0 rgb(238 242 247 / 50%);
    cursor: pointer;
    margin-left: 4px;
    text-decoration: none;
}
.xy-protal-card-header-right a.a {
    background-color: #34495e;
    color: #fff;
}
.xy-protal-card-header-right a:hover {
    background-color: #34495e;
    color: #fff;
    transition: all 0.3s ease;
}
@media screen and (max-width: 680px){
    .top-nav ul {
        display: block;
    }
    .top-nav ul li {
        width: 25%;
        float: left;
        display: inline-block;
    }
    .xy-protal-card-header {
        display: block;
    }
    .xy-protal-card-header-right {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .xy-protal-card-header-left {
        width: 100%;
        text-align: center;
    }
    .xy-protal-card-header-title span {
        display: block;
    }
    .xy-style-item-card:nth-child(4n) {
        margin-right: unset;
    }
    .xy-style-item-card {
        width: 100%;
        margin-right: 12px;
        margin-left: 12px;
    }
}




/* view */

.shadow{
    box-shadow: rgb(23 25 29 / 2%) -1px 3px 5px 0px;
}
.radius4{
    border-radius: 4px;
}
.style_view{}
.style_view .style_view_left{
    width: 66%;
    float: left;
}
.style_view .style_view_right{
    width: 33%;
    float: right;
}
.style_view .home_box {
    background: #fcfcfc;
    padding: 16px 16px;
    margin-bottom: 15px;
    margin-top: 0;
    overflow: hidden;
}
.style_view .home_box .home_official_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.style_view .home_box .home_official_box img.avatar_pic {
    margin-right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.style_view .home_box .home_official_box h3 {
    font-size: 18px;
}
.style_view .home_box .home_official_box h3 a {
    color: #3d3d3d;
}
.style_view .home_box .home_official_box a.btn_link {
    margin-left: auto;
    display: block;
    padding: 0 8px;
    line-height: 26px;
    font-size: 14px;
    color: #f39800;
    border: 1px solid #f39800;
    border-radius: 13px;
    height: 26px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-weight: bold;
}
.style_view .home_lut_list_box{
    padding: 10px 15px;
    background: white;
    margin-bottom: 10px;
}
.style_view .home_lut_list_box .layui-tab {
    margin: 0;
}

.style_view .home_lut_list_box .layui-tab-brief>.layui-tab-title .layui-this {
    color: #ff9800;
}
.style_view .home_lut_list_box .layui-tab-brief>.layui-tab-more li.layui-this:after, .style_view .home_lut_list_box .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #fec16b;
}


.style_view .home_lut_list_box ul.hotlist{}
.style_view .home_lut_list_box ul.hotlist li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    background-color: #f4f5f7;
    position: relative;
    overflow: hidden;
    
}
.style_view .home_lut_list_box ul.hotlist li a{
    display: flex;
}
.style_view .home_lut_list_box ul.hotlist li a span {
    line-height: 30px;
    width: 20px;
    display: inline-block;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    font-size: 12px;
}
.style_view .home_lut_list_box ul.hotlist li:nth-child(1) span, .style_view .home_lut_list_box ul.hotlist li:nth-child(2) span, .style_view .home_lut_list_box ul.hotlist li:nth-child(3) span {
    background: url(https://c1.zhcet.com/uploads/xinyue/xinyue_ico.png) no-repeat;
    background-position: 2px 8px;
    color: #ffffff;
    line-height: 30px;
}


.style_view .home_lut_list_box ul.hotlist li a div{
    margin-left: 10px;
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
}
.style_view .home_lut_list_box ul.hotlist li>em{
    display: none;
    position: absolute;
    right: 0px;
    width: 60px;
    font-size: 12px;
    text-align: center;
    background: #ff9800;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    top: 0px;
}
.style_view .home_lut_list_box ul.hotlist li:hover>em{
    display: inline-block;
}
.style_view .home_lut_list_box .layui-tab-content {
    padding: 15px 0;
    padding-bottom: 0px;
}


.style_view .home_lut_list_box ul.hotlist{}
.style_view .home_lut_list_box ul.newlist{}
.style_view .home_lut_list_box{}
.style_view .home_lut_list_box{}

.c-cur-pos {
    color: #666;
    margin-bottom: 4px;
    line-height: 36px;
    font-size: 12px;
}
.c-cur-pos .pos-txt {
    color: #999;
    font-size: 12px;
}
.style_view .desc_dl{
    width: 100%;
}
.style_view .left_detail{
    overflow: hidden;
    padding: 10px;
    width: 100%;
    min-height: 282px;
    border-radius: 4px;
    background: #fff;
    display: flex;
}
.style_view .left_detail .piczs_dl{
    float: left;
    display: inline;
    margin-right: 12px;
    width: 302px;
    height: 302px;
}
.style_view .left_detail .piczs_dt{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 300px;
    height: 300px;
    border: #ddd 1px solid;
    border-radius: 4px;
    background: #f4f4f4;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.style_view .left_detail .piczs_dt img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.style_view .left_detail .desc_tit {
    position: relative;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}
.style_view .left_detail .desc_tit h1 {
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 18px;
}
.style_view .left_detail .desc_tit h1 span {
    padding-left: 8px;
    color: #666;
    font-size: 13px;
}
.style_view .left_detail .desc_tit em{
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
}
.style_view .left_detail .desc_tit em a {
    float: left;
    width: 30px;
    color: #999;
    text-align: center;
    line-height: 14px;
    padding-top: 5px;
}
.style_view .left_detail .desc_tit em i {
    float: left;
    margin: 0 12px;
    width: 1px;
    height: 44px;
    background: #ddd;
}

.style_view .left_detail .desc_tit em a span {
    font-size: 20px;
    font-weight: 700;
    color: #d0d0d0;
}
.style_view .left_detail .desc_tit em a p {
    font-size: 12px;
    padding-top: 4px;
}
.style_view .left_detail .desc_tit em a:hover {
    color: #676767;
}
.style_view .left_detail .desc_tit em a:hover span {
    color: #999;
}
.style_view .left_detail .desc_tit em a.a{
    color: #ff9800;
}
.style_view .left_detail .desc_tit em a.a span{
    color: #ff9800;
}
.style_view .left_detail .desc_tit em a.a span.layui-icon-star:before {
    content: "\e658";
}


.style_view .left_detail .price_info {
    position: relative;
}
.style_view .left_detail .price_v.mf {
    margin: 8px 0;
    height: 50px;
    border-radius: 4px;
    background: #f2ffd7 url(https://c1.zhcet.com/xinyue/style/images/free.gif) no-repeat center;
    text-indent: -999em;
    line-height: 50px;
}
.style_view .left_detail .price_v.sf {
    margin: 8px 0;
    padding: 0 10px;
    height: 50px;
    border-radius: 3px;
    background: #ebfaff;
    line-height: 50px;
}
.style_view .left_detail .price_v.sf b{
    float: left;
    padding-right: 10px;
    color: #f60;
    font-size: 28px;
}
.style_view .left_detail .price_v.sf b i{
    font-size: 18px;
    margin: 0 3px;
}
.style_view .left_detail .price_v.sf b font{
    font-size: 14px;
    padding-left: 4px;
}


.style_view .left_detail .item_bbbox {
    overflow: hidden;
    font: 12px/1.5 'Microsoft Yahei',Tahoma,Helvetica,'SimSun',sans-serif;
}

.style_view .left_detail .item_bbbox .cpjs{
    padding: 5px 0 0;
}
.style_view .left_detail .item_bbbox .cpjs li {
    padding: 3px 0;
    line-height: 16px;
}
.style_view .left_detail .item_bbbox .cpjs li i {
    margin-right: 10px;
    float: left;
}
.style_view .left_detail .item_bbbox .cpjs li .cc {
    margin-right: 2px;
    padding: 0 3px;
    background: #237ffd;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase
}


.style_view .left_detail .item_bbbox .cpjs li.tags{}
.style_view .left_detail .item_bbbox .cpjs li.tags a{
    padding-right: 6px;
}
.style_view .left_detail .item_bbbox .cpjs li.tags a .layui-icon{
    font-size: 12px;
    font-weight: 700;
    color: #607D8B;
    padding-right: 1px;
}
.style_view .left_detail .item_bbbox .cpjs li.tags{}
.style_view .left_detail .down_box{
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.style_view .left_detail .down_box .xz{
    float: left;
    padding: 0 15px 0 40px;
    border-radius: 3px;
    background-color: #f60;
    background-image: url(https://c1.zhcet.com/xinyue/style/images/azico.gif);
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.style_view .left_detail .down_box em {
    position: relative;
    top: 9px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    font-size: 12px;
}
.style_view .left_detail .down_box em a.a1 {
    background: url(https://c1.zhcet.com/xinyue/style/images/icon_mj.gif) no-repeat 0 center;
    margin-left: 15px;
    padding-left: 20px;
    color: #999;
}

.style_view .left_detail .down_box{}
.style_view .left_detail{}
.style_view .left_detail{}
.style_view .left_styledesc{
    padding: 10px;
}
.style_view .desc_content{
    min-height: 200px;
}
.style_view .desc_content .text_content {
    padding: 0;
    font-size: 13px;
}
.style_view .desc_content .pic_content img{
    max-width: 100%;
    margin-top: 15px;
}
.style_view{}
.style_view{}

.style_view_download .tb {
    border-bottom: none;
    background-color: #fff;
    width: 100%;
}

.style_view_download .tb td {
    font-size: 13px;
    padding: 8px 10px !important;
    border-bottom: 1px dotted #ddd;
    line-height: 22px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.style_view_download .tb th {
    padding: 9px 15px !important;
    line-height: 22px;
    font-size: 14px;
}
.style_view_download .tb .partition {
    padding: 8px 10px !important;
    background: #f4f4f4;
    border-radius: 4px;
    font-weight: 400;
    color: #237ffd;
    text-align: left;
}
.style_view_download .user-data {
    display: flex;
    color: #888888;
    align-items: center;
    font-size: 12px;
    padding: 6px 10px;
}
.style_view_download .user-data span {
    margin-right: 25px;
}
.style_view_download .download_btn {
    text-align: center;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 22px;
}
.style_view_download .download_btn span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #17A1FF;
    display: block;
    height: 38px;
    position: relative;
    border-radius: 32px;
    padding: 8px;
    min-width: 160px;
    cursor: pointer;
}
.style_view_download .download_btn span i {
    font-weight: 700;
    font-size: 17px;
}
.style_view_download .download_btn p {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 4px;
    line-height: 22px;
}
.style_view_download .download_btn p i {
    padding-left: 4px;
    vertical-align: middle;
    color: #919191;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (max-width: 680px){
    .style_view .style_view_left {
        width: 100%;
        float: unset;
    }
    .style_view .style_view_right {
        width: 100%;
        float: unset;
    }
    .style_view .left_detail {
        display: block;
    }
    .style_view .left_detail .piczs_dl {
        display: none;
    }
}

/* view end */
