﻿.pc-style .mid {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .org-head {
    min-width: 1120px;
    position: relative;
    margin-bottom: 20px;
}

.pc-style .org-head-inner {
    position: relative;
}

.pc-style .org-head-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 10;
}

.pc-style .org-head .org-banner {
    height: 160px;
    background: #ff6600 url(https://www.100xuexi.com/css/images/orgvbg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pc-style .org-head .org-banner .org-banner-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(1.5);
    background: #000000 center center repeat;
    background-size: auto 150%;
    filter: blur(40px);
    z-index: 1;
}
/* .pc-style .org-head .org-banner:after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0)50%, rgba(0, 0, 0, 0.5));
    z-index: 2;
} */
.pc-style .org-head .org-info {
    position: absolute;
    width: 1120px;
    left: 50%;
    margin-left: -560px;
    bottom: 20px;
    z-index: 10;
}

.pc-style .org-head .org-info .org-logo {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 5px solid #ffffff;
    position: absolute;
    left: 0px;
    bottom: -50px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.pc-style .org-head .org-info .org-logo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.pc-style .org-head .org-info .org-des {
    margin-left: 150px;
    position: relative;
    padding-right: 400px;
    min-height: 70px;
}

.pc-style .org-head .org-info .org-name {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.pc-style .org-head .org-info .org-name .org-name-text{
    display: inline-block;
    vertical-align:middle;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc-style .org-head .org-info .org-name .org-mark{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align:middle;
    background: url(https://www.100xuexi.com/css/images/orgvIco.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.pc-style .org-head .org-info .org-des-text {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.pc-style .org-head .org-info .org-des .org-search {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 360px;
    border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.pc-style .org-head .org-info .org-des .org-search-inner {
    padding-right: 120px;
    background: #ffffff;
    position: relative;
    height: 36px;
    line-height: 36px;
}

.pc-style .org-head .org-info .org-des .org-serach-btns {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
}

.pc-style .org-head .org-info .org-des .org-serach-btns a {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    background: #e53737;
    color: #ffffff;
}

.pc-style .org-head .org-info .org-des .org-serach-btns .org-btn-search {
    background: #333333;
}

.pc-style .org-head .org-info .org-des .org-text-search {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 36px;
    border: none;
    font-size: 14px;
}

.pc-style .org-nav {
    background: #ffffff;
}

.pc-style .org-nav .org-nav-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .org-nav ul {
    overflow: hidden;
    zoom: 1;
    padding: 0px 200px;
    text-align: center;
}

.pc-style .org-nav ul li {
    display: inline-block;
}

.pc-style .org-nav ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 17px;
    position: relative;
}

.pc-style .org-nav ul li .selected {
    color: #e53737;
    font-weight: bold;
}

.pc-style .org-nav ul li .selected:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    left: 0px;
    right: 0px;
    background: #e53737;
    bottom: 0px;
}

.pc-style .RecommendBlock {
    margin-bottom: 20px;
    overflow: hidden;
}

.pc-style .RecommendBlock .Empty {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background: #ffffff;
}

.pc-style .RecommendBlock .Empty::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto 10px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0603.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .RecommendBlock .Empty .Operation {
    padding: 10px 0px;
    display: none;
}

.pc-style .RecommendBlock .Empty .Operation .LinkBtn {
    border: 1px solid #e53737;
    color: #e53737;
    display: inline-block;
    padding: 5px 1em;
    border-radius: 100px;
}

.pc-style .RecommendBlock .Empty .Operation .LinkBtn:hover {
    color: #ffffff;
    background: #e53737;
    display: inline-block;
}

.pc-style .RecommendBlock .ProductsList {
    width: 1140px;
}

.pc-style .RecommendBlock .ProductsList:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .RecommendBlock .ProductsList .Item {
    float: left;
    width: 271px;
    margin-right: 12px;
    margin-bottom: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
}

.pc-style .RecommendBlock .ProductsList .Item:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid #e53737;
    z-index: 5;
    border-radius: 12px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemInner {
    padding: 15px;
    position: relative;
    z-index: 10;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg {
    width: 241px;
    height: 241px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg img {
    width: 100%;
    height: 100%;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemName {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice {
    color: #666666;
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceText {
    float: left;
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .SellCount {
    float: right;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceNum {
    font-size: 18px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .CountNum {
    color: #cc6600;
    padding-left: 3px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg a {
    display: block;
}

.pc-style .RecommendBlock .loading {
    text-align: center;
    padding: 100px 50px;
    background: #ffffff;
    border-radius: 4px;
}

.pc-style .RecommendBlock .loading::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto 10px auto;
    background: url(/css/images/loading.gif) center center no-repeat;
}

.pc-style .pagination {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px dashed #d4d4d4;
    text-align: center;
    margin-top: 15px;
}

.pc-style .page .page-item {
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #888888;
    margin: 5px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

.pc-style .page .page-item:hover {
    text-decoration: none;
    border-color: #e53737;
    background: #ffffff;
}

.pc-style .page .page-item.selected {
    background: #e53737;
    border-color: #e53737;
    color: #fff;
    cursor: default;
}

.pc-style .page .page-item.disabled, .page .page-item.disabled:hover {
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}
.pc-style .org-authority{
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.75);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
.pc-style .org-authority .org-authority-box{
    width: 800px;
    background: #ffffff;
    box-sizing: border-box;

    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50%;
    margin-left: -400px;
}
.pc-style .org-authority .org-authority-box-title{
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #f5f5f5;
    position: relative;
}
.pc-style .org-authority .org-authority-box-title .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;

}
.pc-style .org-authority .org-authority-box-content{
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 20px;
}
.pc-style .org-authority .org-authority-box .img-outer{
    text-align: center;
    padding: 10px 0px;
}
.pc-style .org-authority .org-authority-box .img-box{
    position: relative;
    display: inline-block;
}
.pc-style .org-authority .org-authority-box .img-box:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: url(https://wx.100xuexi.com/images/licence-bg.png) center center repeat;
    z-index: 10;
}
.pc-style .org-authority .org-authority-box img{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
/* 移动端样式 */
.mobile-style {
    padding-top: 0 !important;
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
}
.mobile-style .Topbar{
    display: none;
}
.mobile-style .mid {
}

.mobile-style .org-head {
    position: relative;
    margin-bottom: 1px;
    /* margin-bottom: 10px; */
}

.mobile-style .org-head-inner {
    position: relative;
    /* padding-top: 50px; */
}

.mobile-style .org-head-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 10;
}

.mobile-style .org-head .org-banner {
    background: #ff6600 url(https://www.100xuexi.com/css/images/orgvbg.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 1;
}
.mobile-style .org-head .org-banner .org-banner-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(1.5);
    background: #000000 center center repeat;
    background-size: auto 150%;
    filter: blur(30px);
    z-index: 1;
}
.mobile-style .org-head .org-info {
    position: relative;
    margin: 0px 16px;
    padding: 16px 0px;
    z-index: 10;
}
.mobile-style .org-head .org-info::after{
    content: "";
    display: block;
    clear: both;
}
.mobile-style .org-head .org-info .org-logo {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    float: left;
    border-radius: 8px;
    overflow: hidden;
}

.mobile-style .org-head .org-info .org-logo img {
    width: 100%;
    height: 100%;
}

.mobile-style .org-head .org-info .org-des {
    margin-left: 80px;
    position: relative;
    padding: 5px 0px;
}

.mobile-style .org-head .org-info .org-name {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.mobile-style .org-head .org-info .org-name .org-name-text{
    display: inline;
}
.mobile-style .org-head .org-info .org-name .org-mark{
    display: inline;
    padding-left: 18px;
    /* width: 24px; */
    height: 18px;
    background: url(https://www.100xuexi.com/css/images/orgvIco.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.mobile-style .org-head .org-info .org-des-text {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.mobile-style .org-head .org-info .org-des-text {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.mobile-style .org-head .org-info .org-des .org-search {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: none;
}

.mobile-style .org-head .org-info .org-des .org-search-inner {
    padding-right: 120px;
    background: #ffffff;
    position: relative;
    height: 36px;
    line-height: 36px;
}

.mobile-style .org-head .org-info .org-des .org-serach-btns {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
}

.mobile-style .org-head .org-info .org-des .org-serach-btns a {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    background: #e53737;
    color: #ffffff;
}

.mobile-style .org-head .org-info .org-des .org-serach-btns .org-btn-search {
    background: #333333;
}

.mobile-style .org-head .org-info .org-des .org-text-search {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 36px;
    border: none;
    font-size: 14px;
}

.mobile-style .org-nav {
    background: #ffffff;
}

.mobile-style .org-nav .org-nav-inner {
    margin: 0px auto;
}

.mobile-style .org-nav ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.mobile-style .org-nav ul li {
    display: inline-block;
}

.mobile-style .org-nav ul li a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}

.mobile-style .org-nav ul li .selected {
    color: #e53737;
    font-weight: bold;
}

.mobile-style .org-nav ul li .selected:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    left: 0px;
    right: 0px;
    background: #e53737;
    bottom: 0px;
}

.mobile-style .RecommendBlock {
    margin-bottom: 20px;
    overflow: hidden;
}

.mobile-style .RecommendBlock .Empty {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background: #ffffff;
}

.mobile-style .RecommendBlock .Empty::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto 10px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0603.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .RecommendBlock .Empty .Operation {
    padding: 10px 0px;
    display: none;
}

.mobile-style .RecommendBlock .Empty .Operation .LinkBtn {
    border: 1px solid #e53737;
    color: #e53737;
    display: inline-block;
    padding: 5px 1em;
    border-radius: 100px;
}

.mobile-style .RecommendBlock .Empty .Operation .LinkBtn:hover {
    color: #ffffff;
    background: #e53737;
    display: inline-block;
}

/* .mobile-style .RecommendBlock .ProductsList {
    width: 1140px;
} */
.mobile-style .RecommendBlock .ProductsList{
    padding: 8px;
}
.mobile-style .RecommendBlock .ProductsList:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .RecommendBlock .ProductsList .Item {
    float: left;
    width: 50%;
    position: relative;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemInner {
    /* padding: 15px; */
    position: relative;
    z-index: 10;
    background: #ffffff;
    border-radius: 12px;
    margin: 4px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg {
    /* margin-bottom: 10px; */
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 12px;
}
.mobile-style .RecommendBlock .ProductsList .Item .ItemImg::before{
    content: "";
    display:block;
    clear: both;
    padding-top:100%;
}
.mobile-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg img {
    width: 100%;
    height: 100%;
}
.mobile-style .RecommendBlock .ProductsList .Item .ItemDes{
    padding: 10px 10px 5px 10px;
}
.mobile-style .RecommendBlock .ProductsList .Item .ItemName {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice {
    color: #666666;
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceText {
    float: left;
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice .SellCount {
    float: right;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceNum {
    font-size: 18px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice .CountNum {
    color: #cc6600;
    padding-left: 3px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg a {
    display: block;
}

.mobile-style .RecommendBlock .loading {
    text-align: center;
    padding: 100px 50px;
    background: #ffffff;
    border-radius: 4px;
}

.mobile-style .RecommendBlock .loading::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto 10px auto;
    background: url(/css/images/loading.gif) center center no-repeat;
}

.mobile-style .pagination {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px dashed #d4d4d4;
    text-align: center;
    margin-top: 15px;
}

.mobile-style .page .page-item {
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #888888;
    margin: 5px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

.mobile-style .page .page-item:hover {
    text-decoration: none;
    border-color: #e53737;
    background: #ffffff;
}

.mobile-style .page .page-item.selected {
    background: #e53737;
    border-color: #e53737;
    color: #fff;
    cursor: default;
}

.mobile-style .page .page-item.disabled, .page .page-item.disabled:hover {
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}
.mobile-style .Page .PageCount{
    display: block;
    text-align: center;
}
.mobile-style .org-authority{
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.75);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
.mobile-style .org-authority .org-authority-box{
    width: 80%;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    border-radius: 12px;
    overflow: hidden;
}
.mobile-style .org-authority .org-authority-box-title{
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #f5f5f5;
    position: relative;
}
.mobile-style .org-authority .org-authority-box-title .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;

}
.mobile-style .org-authority .org-authority-box-content{
    position: absolute;
    top: 44px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
}
.mobile-style .org-authority .org-authority-box .img-outer{
    text-align: center;
    padding: 10px 0px;
}
.mobile-style .org-authority .org-authority-box .img-box{
    position: relative;
    display: inline-block;
}
.mobile-style .org-authority .org-authority-box .img-box:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: url(https://wx.100xuexi.com/images/licence-bg.png) center center repeat;
    background-size:100px 100px;
    z-index: 10;
}
.mobile-style .org-authority .org-authority-box img{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.shengcaidianzishu .sc-kefu-mobile{
    display: none;
}