/* 全局通用样式 start*/
body {
    font: 14px/1.5  Microsoft Yahei;
    color: #333;
    background-color: #f5f5f5;
    overflow-x: hidden;
    max-width: 100%;
}
/* 全局通用样式 end*/
:root {
	--main-color: #00797c;
    --secondary-color:#00467f;
    --thridary-color:#115740;
    --fourdary-color:#115740;
    --fifth-color:#eef7ff;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #757575;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

i, em {
    font-style: normal;
}

/*自定义背景白*/
.layui-bg-white {
    background-color: #FFF !important
}
/*列表元素通用样式 start*/
.items-box {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 99%;
    height: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 26px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.items-box-wps {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 26px;
    font-size: 12px;
}

.items-box:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

.items-box img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    padding: 10px 10px 0px 10px;
}

.items-box .title {
	padding-bottom: 3px;
    text-align: center;
    margin: 5px 10px 2px;
    color: #333;
    font: normal 110%/1.1 Microsoft yahei;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.items-box .desc {
    text-align: center;
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.items-box p {
    text-align: center;
    margin: 10px 10px 2px;
    /*height: 18px;*/
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*margin-left: -115px;*/
    margin-top: -18px;
    width: 50%;
}

.items-box i {
    text-align: center;
    height: 18px;
    font-size: 18px;
    color: #b0b0b0;
}

/*列表元素通用样式 end*/

/*自定义文本色 start*/
/*深蓝*/
.text-wathet {
    color: #115740
}

/*橙色*/
.text-orange {
    color: #da5a19;
}

/*淡蓝*/
.text-light-blue {
    color: #42aad1;
}

/*淡绿*/
.text-light-green {
    color: #2ca78a;
}

/*自定义文本色 start*/

/*自定义按钮色 start*/
/*深蓝*/
.layui-btn-wathet {
    background-color: #4e99f6;
}

/*橙色*/
.layui-btn-orange {
    background-color: #da5a19;
}

/*自定义按钮色 end*/

/*首页模块标题*/
.bar-title {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 5px;
    bottom: 10px;
    display: block;
    line-height: 36px;
    height: 36px;
    width: 234px;
    z-index: 100;
}
.bar-title-win {
    position: relative;
    top: -17px;
    color: 000;
    font-size: 22px;
    left: -10px;
    bottom: 10px;
    display: block;
    line-height: 36px;
    height: 49px;
    width: 234px;
    z-index: 100
}
.bar-title-hot {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 5px;
    bottom: -31px;
    display: block;
    line-height: 40px;
    height: 36px;
    width: 234px;
    z-index: 100;
}
.bar-title-wps {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 5px;
    bottom: -17px;
    display: block;
    line-height: 36px;
    height: 36px;
    width: 234px;
    z-index: 100;
}
/*小屏幕下显示*/
.home-title {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 40%;
    bottom: -20px;
    display: none;
}

/*通用块一 start*/
.brick-list {
    padding-top: 14px;
    margin-left: -14px;
    padding-bottom: 14px;
}

.brick-item {
    padding: 0;
    position: relative;
    float: left;
    width: 234px;
    height: 100px;
    margin-left: 74px;
    /* margin-bottom: 14px; */
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #abc7ff, #fff);
    font-size: 17px;
    font-weight: bold;
}
.brick-item-active {
    padding: 0;
    position: relative;
    float: left;
    width: 228px;
    height: 80px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 10px;
    cursor: pointer;
}
.brick-size{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: -30px;
    left: -50px;
}
.brick-size-1{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: -10px;
    left: 324px;
}
.brick-item-link {
    font-size: 17px !important;
    font-weight: bold;
    color: #333;
    position: relative; 
    bottom: -12px;
    left: -91px;
}
.brick-item-link1 {
    font-size: 13px !important;
    font-weight: bold;
    color: #333;
    position: relative;
    bottom: -12px;
    left: -118px;
    top: 24px;
}
.brick-item-link2 {
    font-size: 13px !important;
    font-weight: bold;
    color: #333;
    position: relative;
    bottom: -12px;
    left: 32px;
    top: 24px;
}
.brick-item-img {
    width: 22% !important;
    height: 71% !important;
    position: relative;
    right: -98px;
    top: -36px;
}
.brick-item:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}
.bar-title-img {
    width: 99% !important;
    height: 171% !important;
    position: relative;
    right: 4px;
    top: -17px;
}
.bar-title-img1 {
    width: 100% !important;
    height: 107% !important;
    position: relative;
    right: 4px;
    top: 5px;
}
.bar-title-size {
    position: relative;
    top: -60px;
    left: 58px;
    font-size: 30px;
    color: #00797c;
    font-weight: bold;
}
.bar-title-size1 {
    position: relative;
    top: -36px;
    left: -3px;
    font-size: 30px;
    color: #00797c;
    font-weight: bold;
}
.brick-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/*通用块一 end*/

/*通用块二 start*/
.common-brick-list {
    padding-top: 14px;
}

.common-brick-item-s {
    padding-top: 50px;
    position: relative;
    float: left;
    height: 10px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
}

.common-brick-item-img {
    background-image: url(/static/images/whu/f_fl1_jz4.png);
    background-repeat: no-repeat;
    background-size: 180px 75px;
    background-position: right calc(46% + 5px);
}

.common-brick-item-s:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

/*浏览更多 start*/
.common-brick-item-s .more {
    display: block;
    margin: -32px 90px -13px 24px;
    font-size: 17px;
    color: #333;
}

.common-brick-item-s .figure-more {
    position: absolute;
    right: 38px;
    top: 48px;
    width: 48px;
    height: 48px;
    color: #ff6700;
    background: #387ac9 url(../images/more.svg) no-repeat 50% 50%;
}

/*深蓝色*/
.common-brick-item-s .figure-more-wathet {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #4e99f6 url(../images/more.svg) no-repeat 50% 50%;
}

/*橙色*/
.common-brick-item-s .figure-more-orange {
    position: absolute;
    right: 30px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #da5a19 url(../images/more.svg) no-repeat 50% 50%;
}

/*淡蓝*/
.common-brick-item-s .figure-more-light-blue {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #42aad1 url(../images/more.svg) no-repeat 50% 50%;
}

/*淡绿*/
.common-brick-item-s .figure-more-light-green {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #2ca78a url(../images/more.svg) no-repeat 50% 50%;
}

.common-brick-item-s .more small {
    display: block;
    font-size: 12px;
    color: #757575;
}

/*浏览更多 end*/


.common-brick-item-s .figure-img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 65px;
    height: 65px;
}

.common-brick-item-s .figure-img img {
    width: 50px;
    height: 50px;
}

.common-brick-item-s .title {
    margin: -10px 90px 15px 20px;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    max-height: 45px;
    line-height: 22px;
    margin-top: -40px;
}

.common-brick-item-s .title, .common-brick-item-s .title a {
    color: #333;
}

.common-brick-item-s .btn {
    /* margin: -13px 110px 0 -10px; */
    /*height: 20px;*/
}

.common-brick-item-s .icon {
    margin: 0 110px 0 30px;
    height: 20px;
}


/*通用块二 end*/

/* 全局通用样式 end*/


/*顶部*/
.topbar {
    position: relative;
    z-index: 30;
    height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    background: #00797c;
    width: 100%;
}

.topbar .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.topbar .topbar-info {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
}

.topbar .topbar-info .link {
    padding: 0 15px;
    text-align: center;
}

.topbar .topbar-info .link, .topbar .topbar-info .message, .topbar .topbar-info .sep, .topbar {
    float: left;
}

.topbar a {
    color: #b0b0b0;
    line-height: 40px;
    display: inline-block;
}

/*头部*/
.header {
    position: absolute !important;
    z-index: 20;
    height: 80px;
    /* left: 15%; */
    top: 5%;
    /* position: relative; */
    /* background-color: #fff; */
}
/*头部*/
.headers {
    z-index: 20;
    height: 80px;
    left: 15%;
    top: 5%;
    /* position: relative; */
    /* background-color: #fff; */
}
/*logo*/
.header .header-logo {
    /* float: left; */
    /* width: 208px; */
    /* margin-top: 32px; */
	height: 65px;
    margin-top: 0%;
}

.header .logo {
    /* position: relative; */
    display: block;
    /*    width: 55px;*/
    /* height: 55px; */
	text-align: -webkit-center;
    overflow: hidden;
	/* margin-top: 2px; */
    left: -170%;
}

.header .logo img {
    position: relative;
    display: block;
	/* max-width: 200px; */
	/* height: 50px; */
    overflow: hidden;
	
	/* max-width: 208px; */
	/* width: 480px; */
	height: 65px;
    /*margin-left: 3%;*/
}

/*导航*/
.header .header-nav {
    float: left;
    margin-top: 20px;
    /*    width: 512px;*/
}

/*搜索*/
.header .header-search {
    float: right;
    width: 156px;
    /*margin-top: 25px;*/
}

.header .search-form {
    position: relative;
    width: 160px;
    height: 185px;
    /* background: url(../images/whu/f_fl1_jz5.png) no-repeat; */
    background-size: contain;
    background-position: center; 
    /*    z-index: 20;*/
    left: 180%;
    top: -110%;
}

.header .search-btn {
    right: 16px;
    /*    z-index: 2;*/
    width: 46px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    background: #fff;
    color: #fff;
}

.header .search-btn:hover {
    color: #fff;
    background-color: var(--fourdary-color);
    border-color: var(--fourdary-color);
}

.header .search-btn, .header .search-text {
    position: absolute;
    top: 0;
    border: 1px solid #e0e0e0;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px 6px 6px 0px;
    background: #00797c;
    /*height: 30px;*/
    margin-right: 55%;
    border: 1px solid #00797c;
    margin-top: 25px;
    text-align: left;
    color: #000;
}


.header .search-text {
    right: 51px;
    /*    z-index: 1;*/
    width: 250%;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #00797c;
    background: #ffffff;
    height: 40px;
    margin-top: 25px;
    margin-right: 60%;
}


/*首页轮播图菜单*/
.pros {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 234px;
    height: 440px;
    background: rgba(105, 101, 101, .6);
    padding-top: 20px;
}

.prosul {
    display: block;
}

.prosul {
    width: 234px;
    _overflow: hidden;
}

.prosul li {
    line-height: 40px;
    height: 40px;
    _overflow: hidden;
    margin-right: 3px;
    padding-left: 38px
}

.prosul li .fa {
    position: absolute;
    right: 25px;
    color: #fff;
    margin-top: 12px;
}

.prosul li.prosahover {
    background-color: #ff6700;
    margin-right: 0;
    padding-right: 3px;
}

.prosul a {
    color: #fff;
    padding-right: 8px;
    _padding-right: 6px;
    white-space: nowrap;
    display: inline-block;
    height: 40px
}

.prosul li.prosahover a {
    color: #636363
}

.prosul li a.ti {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #fff;
}

.prosul li.prosahover a.ti {
    color: #fff
}

.prosul li a:hover {
    color: #ff6700
}

.prosul li.nochild a:hover {
    color: #fff
}

.prosul li i {
    float: right;
    display: block;
    width: 3px;
    height: 50px;
    text-indent: -999em;
    background-position: 0 -276px;
    padding-right: 12px
}

.prosul li.prosahover i {
    background-position: 0 -326px
}

.prosul li.last {
    border-bottom: 0 none
}


.prosmore {
    padding: 15px 0 15px 15px;
    position: absolute;
    z-index: 999;
    left: 234px;
    top: 0;
    background-color: #fff;
    border: 1px #ddd solid;
    border-left: 0 none;
    width: 980px;
    height: 428px;
}

.prosul .prosmore {
    text-align: left
}

.prosul .prosmore span {
    float: left;
    height: 70px;
    width: 300px;
    line-height: 70px
}

.prosul .prosmore span img {
    float: left;
    height: 40px;
    width: 40px;
    display: block;
}

.prosul li .prosmore a {
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    display: block;
}

.prosmore em {
    font-weight: 400;
    padding-top: 9px;
    display: inline-block
}


/*链接位开始*/
#links div:nth-child(1) {
    /* background-color: #5f5750 !important; */
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    width: 316px;
}

#links div:nth-child(2) {
    /* background-color: #01a4ef !important; */
    width: 316px;
}

#links div:nth-child(3) {
    background-color: #ffb901 !important;
    width: 316px;
}

#links div:nth-child(4) {
    background-color: #f25022 !important;
    width: 316px;
}

/*链接样式*/
.home-channel-list {
    margin: 0;
    padding: 3px;
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    background: #5f5750;
}

.home-channel-list li {
    position: relative;
    float: left;
    width: 70px;
    height: 82px;
    padding: 0 3px;
}

.home-channel-list span {
    display: block;
    padding-top: 18px;
    text-overflow: ellipsis;
    color: #fff;
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.home-channel-list span:hover {
    opacity: 1;
}

.home-channel-list img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
}

.home-channel-list i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
}

.home-channel-list li:before {
    top: -1px;
    left: 6px;
    width: 64px;
    height: 1px;
}

.home-channel-list li:after, .home-channel-list li:before {
    position: absolute;
    content: "";
    background: #665e57;
}

.home-channel-list li:after {
    top: 6px;
    left: 0;
    width: 1px;
    height: 70px;
}

.home-channel-list li:after, .home-channel-list li:before {
    position: absolute;
    content: "";
    background: #665e57;
}

/*链接位结束*/


/*首页软件推荐start*/
#brick ul:nth-child(1) > li {
    border-top: 1px solid #01a4ef !important;
}

#brick ul:nth-child(2) > li {
    border-top: 1px solid #ffb901 !important;
}

#brick ul:nth-child(3) > li {
    border-top: 1px solid #f25022 !important;
}

#brick ul:nth-child(4) > li {
    border-top: 1px solid #7fba00 !important;
}

#brick ul:nth-child(5) > li {
    border-top: 1px solid #8d00d6 !important;
}

#brick ul:nth-child(6) > li {
    border-top: 1px solid #01a4ef !important;
}

#brick ul:nth-child(7) > li {
    border-top: 1px solid #ffb901 !important;
}

#brick ul:nth-child(8) > li {
    border-top: 1px solid #f25022 !important;
}

#brick ul:nth-child(9) > li {
    border-top: 1px solid #7fba00 !important;
}

#brick ul:nth-child(10) > li {
    border-top: 1px solid #8d00d6 !important;
}


/*推荐位左右切换*/
.tuijian_box {
    overflow: hidden;
    width: 100%;
    margin-top: -6px;
    margin-left: -6px;
}

.tuijian_left_arrow {
    right: 41px;
    background: url("../images/arrow-left.png") no-repeat 50%;
}

.tuijian_left_arrow:hover {
    background: url("../images/arrow-left-hover.png") no-repeat 50%;
}

.tuijian_right_arrow {
    right: 10px;
    background: url("../images/arrow-right.png") no-repeat 50%;
}

.tuijian_right_arrow:hover {
    background: url("../images/arrow-right-hover.png") no-repeat 50%;
}

.tuijian_arrow {
    width: 30px;
    height: 24px;
    cursor: pointer;
    text-indent: -999px;
    position: absolute;
    top: 15px;
    border: 1px solid #ddd;
}

.tuijian_box .item {
    width: 23.5%;
    float: left;
}

/*首页软件推荐end*/


/*首页通用左侧样式*/
.left_box {
    width: 234px;
    float: left;
    padding-top: 14px;
    margin-top: 14px;
    position: relative;
    z-index: 10;
}

.left-brick {
    position: relative;
    min-height: 430px;
}

/*软件推荐用块样式 start*/
.left-brick-red {
    position: relative;
    border-top: 1px solid red; 
    border-radius: 15px;
}

/*软件推荐用块样式 start*/

.left-brick-item {
    padding: 0;
    position: relative;
    float: left;
    width: 234px;
    height: 195px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    border-radius: 10px;
}

.left-brick-item:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

/*首页通用右侧样式*/
.right_box {
    width: 978px;
    float: left;
    margin-left: 14px;
    text-align: center;
}

/*微软模块左侧样式 start*/
.microsoft {
    position: relative;
    min-height: 400px;
    /* background:#387ac9 url(../images/microsoft_bg.jpg) no-repeat 50% 50%; */
    margin-top: 35px;
}

.microsoft ul {
    position: relative;
    top: 147px;
    left: 35px;
}

.microsoft ul li {
    line-height: 65px;
}

/*微软模块左侧样式 end */

/*wps模块左侧样式 start*/
.wpsoffice {
    position: relative;
    min-height: 436px;
    background: #387ac9 url(../images/img/tubiao.png) no-repeat 50% 50%;
    border-radius: 10px; 
}
/*wps模块左侧样式 end*/

/*adobe模块左侧样式 start*/
.adobe {
    position: relative;
    min-height: 400px;
    border-radius: 10px; 
    /* background:#387ac9 url(../images/adobe_bg.jpg) no-repeat 50% 50%; */
}

.adobe .cont {
    position: relative;
    top: 123px;
    padding: 20px;
    line-height: 26px;
}

.adobe .cont p {
    margin-top: 40px;
}

.adobe .cont .btn {
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
}

.adobe .cont .btn:hover {
    background-color: #ff6700;
    color: #fff;
}

/*adobe模块左侧样式 end*/

/*office365 start*/
.office365 {
    position: relative;
    /* background:#387ac9 url(../images/adobe_bg.jpg) no-repeat 50% 50%; */
}

.office365 .cont {
    position: relative;
    line-height: 26px;
}

.office365 .cont p {
    margin-top: 20px;
}
.office365 .cont .btn {
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #f9f7f7;
    text-align: center;
    background-color: #f10a0a;
    font-size: 14px;
    margin-left: 120px
}

/*office365 end*/

/*通栏banner start*/
.banner {
    margin: 20px 0 20px 0;
    position: relative;
    width: 100%;
}

.banner img {
    width: 100%;
}

/*通栏banner end*/


/*首页选项卡样式 start*/
/*通用选项卡自定义样式*/
.layui-tab, .layui-tab-brief, layui-tab-title {
    position: relative;
    z-index: 9;
}

/*选项卡自定义样式-*/
	/* 橙色 start */
	.layui-tab-brief-orange > .layui-tab-title .layui-this {
		/* color: #da5a19 */
        color: #115740
	}

	.layui-tab-brief-orange > .layui-tab-more li.layui-this:after, .layui-tab-brief-orange > .layui-tab-title .layui-this:after {
		border: none;
		border-radius: 0;
		/* border-bottom: 2px solid #da5a19 */
        border-bottom: 2px solid #115740
	}

	.layui-tab-brief-orange[overflow] > .layui-tab-title .layui-this:after {
		top: -1px
	}
	/* 橙色 end */
	
	
	
	
	/* BNU micro start */
	
		.layui-tab-brief-bnu-micro > .layui-tab-title .layui-this {
			color: #40aad1
		}
		
		.layui-tab-brief-bnu-micro > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-micro > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid #40aad1 */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid #40aad1;
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(0,144,221,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(0,144,221,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,144,221,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(0,144,221,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(0,144,221,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(0,144,221,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-micro[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU micro end */
	
	/* BNU orange start */
	
		.layui-tab-brief-bnu-orange > .layui-tab-title .layui-this {
			color: rgba(255,103,0,1)
		}
		
		.layui-tab-brief-bnu-orange > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-orange > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid rgba(255,103,0,1) */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid rgba(255,103,0,1);
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(255,103,0,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(255,103,0,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(255,103,0,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(255,103,0,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(255,103,0,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(255,103,0,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-orange[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU orange end */
	
	
	/* BNU wathet start */
	
		.layui-tab-brief-bnu-wathet > .layui-tab-title .layui-this {
			color: rgba(64,170,209,1)
		}
		
		.layui-tab-brief-bnu-wathet > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-wathet > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid rgba(64,170,209,1) */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid rgba(64,170,209,1);
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(64,170,209,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(64,170,209,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(64,170,209,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(64,170,209,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(64,170,209,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(64,170,209,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-wathet[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU wathet end */
	
	
	
	
/*选项卡自定义样式-*/


/*选项卡自定义样式-淡蓝色 start*/
.layui-tab-brief-wathet > .layui-tab-title .layui-this {
    color: var(--thridary-color);
}

.layui-tab-brief-wathet > .layui-tab-more li.layui-this:after, .layui-tab-brief-wathet > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid  var(--thridary-color);
}

.layui-tab-brief-wathet[overflow] > .layui-tab-title .layui-this:after {
    top: -1px
}


.layui-tab .layui-tab-title {
    text-align: right !important
}



	/* BNU 北京师范大学个性化修改 */
	.layui-tab .layui-tab-title-bnu {
		/* 左对齐 */
		text-align: left !important
	}
	/* BNU 北京师范大学个性化修改 */

/*选项卡自定义样式-淡蓝色 end*/
/*首页选项卡样式 end*/

/*二维码盒子 start*/
.qrcode_box {
    display: none;
    position: absolute;
    width: 108px;
    height: 108px;
    padding: 2px;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 70px;
    margin: auto;

}

.items-box a:hover .qrcode_box {
    display: block;
}

/*二维码盒子 end*/


/*底部样式 start*/
.footer {
    margin-top: 30px;
    padding: 30px;
}

.footer p {
    line-height: 30px;
}

.footer .right-box {
    text-align: right;
}

/*底部样式 end*/


/*左边导航*/
.left_nav_mask {
    display: none;
}

.left_nav_btn {
    display: none;
}

.left_nav_close {
    display: none;
}

.left_nav {
    display: none;
}


.left_nav .layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.left_nav .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s
}

/*面包屑start*/

.breadcrumbs {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #616161;
}

/*面包屑end*/

/*分类列表样式*/
.category-list {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}


.category-list .box-bd {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.category-list .box-bd .items-box {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 24px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding-bottom: 26px;
    margin-right: -4px;
    margin-top: -1px;
}

.category-list .box-bd .items-box:hover {
    /*    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
        transition: box-shadow 0.5s;*/
    box-shadow: none;
}

/*.category-list .box-bd ul:nth-child(n):nth-last-child(-n+4) >li{
  border-bottom: 1px solid #fff;
}*/


.category-list .box-bd .items-box img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    padding: 15px 10px 30px 10px;
}

.category-list .box-bd .items-box .title {
    text-align: center;
    margin: 15px 10px 2px;
    padding: 2px;
    color: #333;
    font: normal 110%/1.1 Microsoft yahei;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box .desc {
    text-align: center;
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box p {
    text-align: center;
    margin: 10px 10px 2px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box i {
    text-align: center;
    height: 18px;
    font-size: 18px;
    color: #b0b0b0;
}


/*下载详情页样式 start*/
/*浮动条start*/
.product-box {
    position: relative;
    z-index: 4;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
}

.product-box .nav-bar-hidden {
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 99;
    width: 100%;
    margin-top: -60px;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-box .nav-bar {
    position: relative;
    height: 63px;
    width: 100%;
    margin-top: 0;
    color: #616161;
}

.product-box .nav-bar h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    color: #424242;
    float: left;
}

.product-box .nav-bar .layui-layout-right {
    margin: 17px 0 0 0;
}

.product-box .nav-bar .layui-layout-right .separator {
    margin: 0 .5em;
    color: #424242;
}

.floating_top_fixed {
    position: fixed;
    z-index: 10001;
    top: 0;
    width: 100%;
}

/*浮动条end*/

/*参数详情*/
.product-detail {
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 12px;
}

.product-detail .imgbox {
    width: 100%;
    position: relative;
}

.product-detail .imgbox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-detail .product-con {
    margin-left: 20px;
    background-color: #fff;
}

.product-detail .product-con h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
}

.product-detail .product-con .note {
    color: var(--main-color);
    margin: 0;
    padding: 0;
    padding-top: 8px;
    line-height: 1.5;
}

.product-detail .product-con .desc {
    color: #b0b0b0;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    line-height: 2.0;
}

.product-detail .product-con .desc span {
    padding: 0 15px 0 0;
}


.product-detail .down-option .title {
    padding-top: 8px;
    font-size: 18px;
    font-weight: 500
}


/*下载地址*/
.product-detail .down-option li.active, .product-detail .down-option li:hover {
    border-color: var(--main-color);
}

.product-detail .down-option li.active a, .product-detail .down-option li:hover a {
    color: var(--main-color);
}

.product-detail .down-option li {
    margin-right: 12px;
    margin-top: 10px;
    line-height: 42px;
    height: 42px;
    position: relative;
    border: 1px solid #e0e0e0;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    float: left;
    width: 45%;
    font-size: 16px;
    text-align: center;
}

.product-detail .down-option li:nth-child(2n) {
    margin-right: 0;
}

/*联系方式*/
.product-detail .contact {
    margin-top: 20px;
    background: #f9f9fa;
    padding: 30px;
    margin-bottom: 20px;
}

.product-detail .contact i {
    font-size: 24px;
    color: var(--main-color);
}

.product-detail .contact span {
    font-size: 26px;
    color: var(--main-color);
}

.product-detail .contact small {
    font-size: 16px;
    color: var(--main-color);
}


/*下载详情介绍*/
.product-content {
    border-top: 1px solid #e1e1e1;
}

.product-content .layui-tab .layui-tab-title {
    text-align: center !important;
    /*    margin-top:-10px;*/
    padding-top: 10px;
}

.product-content .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.product-content .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.product-content .cont img {
    display: block;
    max-width: 100%;
    /*max-width:1000px;*/
    /*width: 100%;*/
    margin: 0 auto;
}

/*详情页样式 end*/


/*个人中心样式 start*/
.member_box {
    margin-left: -4px;
}

.member-left {
    width: 234px;
    float: left;
    min-height: 600px;
    background-color: #fff;
}

.member-right {
    width: 978px;
    float: left;
    min-height: 600px;
    margin-left: 14px;
}

.member-menu {
    background: #fff;
    padding: 36px 0;
}

/*左侧导航 start*/
.member-menu h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #333;
    margin: 0;
    padding: 0;
}

.member-menu .menu-box {
    margin: 0 48px 12px;
}

.member-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.member-menu li {
    padding: 6px 0;
}

.member-menu .active a, .member-menu .active a:hover {
    color: var(--main-color)
}

.member-menu .active a, .member-menu .active a:hover {
    color: #fff;
}

.highlight {
	font-weight: bold;
	/* 加粗字体 */
	color: #FF5722;
	/* 改变颜色 */
}

.backgroundRed {
	background-color: #115740;
	color: #fff !important;
}

.member-menu li a {
    color: #757575;
}

/*左侧导航 end*/


/*右侧内容块 start*/

.uc-box {
    background: #fff;
}

.uc-main-box {
    padding: 18px 0;
}

.uc-box .uc-content-box {
    margin: 0 28px;
}

.uc-box .uc-content-box .title {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 68px;
    color: #757575;
}

.uc-box .uc-content-box small {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
}

/*已服务*/
.data-list {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

.data-list li {
    text-align: center;
    padding-bottom: 20px;
    margin-left: 100px;
    margin-top: -100px;
}

.data-list i {
    display: block;
    font-size: 56px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 100px;
    position: relative;
    left: -100px;
    bottom: -120px;

}

.data-list h3 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

.data-list h3 small {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ff6700;
}

.data-list p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #757575;
}

.data-list .circle_blue {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #01a4ef;
}

.data-list .circle_yellow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffb901;
}

.data-list .circle_orange {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f25022;
}


/*大家都在用*/

/*自定义轮播样式 start*/
.layadmin-carousel .layui-carousel-ind {
    position: absolute;
    top: -41px;
    text-align: right;
}

.layadmin-carousel .layui-carousel-ind ul {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.layadmin-carousel .layui-carousel-ind li {
    background-color: #e2e2e2;
}

.layadmin-carousel .layui-carousel-ind li.layui-this {
    background-color: #929292;
}

.layui-carousel > [carousel-item] > * {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

/*自定义轮播样式 end*/


/*我要申请*/
.service-choose-list {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

.service-choose-list li {
    text-align: center;
    padding-bottom: 20px;
}

.service-choose-list i {
    display: block;
    font-size: 56px;
    margin: 0 auto 40px;
    color: #8cc34b;
}

.service-choose-list h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.service-choose-list p {
    margin: 0 0 15px;
    color: #757575;
}

.service-choose-list .btn-line-green {
    border-color: #8cc34b;
    background: #fff;
    color: #8cc34b;
}

.service-choose-list .btn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 158px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 1px solid #8cc34b;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #8cc34b;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-choose-list .btn a {
    color: #8cc34b;
}

/*知识库样式 start*/
.knowledge .layui-tab .layui-tab-title {
    text-align: left !important;
    margin-top: -10px;
    margin-bottom: 10px;
}

.knowledge .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.knowledge .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.knowledge .cont img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*知识库样式 end*/

/*调查问卷样式 start*/
.survey .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.survey .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.survey .cont img {
    display: block;
    /*max-width:1000px;*/
    width: 100%;
    margin: 0 auto;
}

.survey-list {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.survey-list li {
    text-align: center;
    padding-bottom: 20px;
}

.survey-list img {
    display: block;
    width: auto;
    height: 110px;
    max-width: 150px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    color: #ccc;
}

/*调查问卷样式 end*/

/*右侧内容块end*/

@media (max-width: 1266px) and (min-width: 1024px) {

    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 40%;
        bottom: -20px;
        display: block;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 1024px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media (max-width: 1024px) and (min-width: 1000px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .header-search {
        display: none;
    }


    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 1000px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 100px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .header-search {
        display: none;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 768px) {
    html body {
        margin-top: 65px;
    }

    .header {
        top: 0;
        z-index: 20;
        height: 66px;
        position: fixed;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
    }

    .header .header-logo {
        float: left;
        margin-top: 0px;
    }

    .header .logo {
        /* position: relative; */
        display: block;
        overflow: hidden;
		height: 65px;
		text-align: left;
		padding-top: 8px;
    }

    .header .logo img {
        position: relative;
        display: block;
        overflow: hidden;
		width: 190px;
		height: 50px;
    }

    .pros {
        display: none !important
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 80px;
    }

    .right_box {
        width: 100%;
        text-align: center;
        height: auto;
        margin-left: 0;
    }


    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 40%;
        bottom: -20px;
        display: block;
    }

    .common-brick-item-s .more small {
        display: none;
    }

    .tuijian_box .item {
        width: 32.5%;
        float: left;
    }


    .data-list li {
        text-align: center;
        padding-bottom: 20px;
        margin-left: 100px;
        margin-top: -100px;
    }

    .data-list i {
        display: block;
        font-size: 56px;
        margin: 0 auto 40px;
        color: #fff;
        line-height: 100px;
        position: relative;
        left: -100px;
        bottom: -120px;

    }

    .data-list h3 {
        font-size: 28px;
    }

    .data-list p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 15px;
        color: #757575;
    }

    /*响应式表格 start*/
    .layui-table {
        width: 100%;
    }

    .layui-table thead {
        display: none;
    }

    .layui-table tr {
        display: block;
        padding: 10px;
    }

    .layui-table td {
        display: flex;
        padding: 10px 0;
        flex-basis: 80%;
    }

    .layui-table td:before {
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 10%;
    }

    /*响应式表格 end*/
    .layui-carousel-arrow {
        display: none \9;
        opacity: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .2);
        color: #fff;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        cursor: pointer;
        margin-left: 0px;
    }


    /*左边导航*/
    .left_nav {
        display: none;
        left: -200px;
        top: 66px;
    }

    .layui-nav-itemed .layui-nav-child a {
        padding-left: 30px;
    }

    .left_nav_mask {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, .8);
        z-index: 19;
    }

    .left_nav_btn {
        display: block;
        position: fixed;
        z-index: 10001;
        top: 5px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
    }

    .left_nav_close {
        display: none;
        position: fixed;
        z-index: 10001;
        top: 5px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
    }

    .left_nav_show {
        left: 0;
        display: block;
    }

    .layui-side, .layui-side-scroll {
        width: 100%;
    }

    .layui-side .layui-nav-item {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 45px;
    }

    .layui-nav-tree {
        width: 100%;
        padding: 10px;
    }

    .layui-side .layui-nav-item a {
        font-size: 1rem;
    }

    .layui-side .layui-nav-item em {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 1rem;
    }

    .display-phone-software-menu{
        margin-bottom: 10px;
    }
    .no-display-phone-software-menu{
        display: none;
    }
    #knowBody{
        padding-left: 0px;
        margin-top: 1%;
    }
    .layui-laypage a, .layui-laypage span{
        padding: 0 6px;
    }
    .image_item .title{
        font-size: 22px !important;
    }
    .image_item .container{
        width: 90% !important;
        height: 40px !important;
    }
    .image_item .container .dtd-input{
        width: 150% !important;
    }
    .image_item .container .dtd-input-suffix{
        padding-left: 26% !important;
    }
    .image_item .container input{
        font-size: 11px !important;
    }
    .recommend-container-content{
        height: auto !important;
        display: block !important;
    }
    .content-container-main-item{
        height: auto !important;
    }
    .common-problem{
        height: auto !important;
    }
    .common-problem .common-problem-list li{
        white-space: normal !important;
    }
    .recommend-container{
        width: auto !important;
    }
    .displayMoreOrSearch-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .supportDetail-content{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .layui-inline, img{
        width: 100%
    }
    .member-menu{
        padding: 0px !important;
    }
    .member-menu .menu-box{
        margin: 0 26px 12px !important;
    }
    .member-menu h3{
        display: none;
    }
    .M-box .next, .M-box .prev{
        font-size: 13px !important;
        width: 45px !important;
    }
    .M-box a{
        height: 30px !important;
        line-height: 30px !important;
        width: 25px !important;
    }
    .M-box .active{
        height: 30px !important;
        line-height: 30px !important;
        width: 25px !important;
    }
    .right_nav li{
        padding: 3px !important;
    }
    .displaySoftwareDetail-back-button{
        width: 75px;
        height: 32px;
        line-height: 32px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #ff6700;
        text-decoration: none;
        text-align: center;
    }
    .recommend-container-content-item{
        height: auto !important;
        white-space: normal !important;
        width: auto !important;
    }
    .recommend-container-content{
        width: auto !important;
    }
    .header .search-form{
        margin-left: 60%;
        margin-top: 16.5%
    }
    .header .search-text{
        width: 85%;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
    }
    .header .search-btn{
        height: 40px;
    }
    #platformBottomHotline{
        display: block;
        margin-left: 10%;
    }
    #platformBottomEmail{
        margin-left: 10%;
    }

    .content-container-main-item .header{
        position: relative !important;
    }
    .content-container-main-item .header img{
        width: 12% !important;
        height: 100% !important;
    }
    
}



@media screen and (max-width: 450px) {
    .right_box {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .tuijian_box .item {
        width: 48.5%;
        float: left;
    }

    .layui-carousel-arrow {
        display: none \9;
        opacity: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .2);
        color: #fff;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        cursor: pointer;
        margin-left: 0px;
    }

}

.animImage1 {
-webkit-animation-name: imageAnim;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease;
-webkit-animation-play-state: running;
}
@-webkit-keyframes imageAnim{
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 0;}
}

.windows_1{
	height:130px;
	background-color: #088ee9;
	border-radius:5px;
	padding:70px 10px 0 10px;
	text-align:center;
}
.windows_2{
	height:130px;
	background-color: #088ee9;
	border-radius:5px;
	padding:70px 10px 0 10px;
	margin:10px 0;
	text-align:center;
}
.windows_3{
	height:130px;
	background-color: #088ee9;
	border-radius:5px;
	padding:70px 10px 0 10px;
	text-align:center;
    background-image: url('/static/images/xjtu/校门.png'); 
    background-repeat: no-repeat;
    background-size: 245px;
    background-position: center calc(192% + 125px);
}

.windows_1:hover{
	background-color: #2158e9;
}
.windows_2:hover{
	background-color: #2158e9;
}
.windows_3:hover{
	background-color: #2158e9;
}

/*界面顶部访问量样式 start*/
#platformVisits{
	position: 	 absolute;
	height: 	 40px;
	line-height: 40px;
	margin-left: 705px;
	width: 		 280px;
    color: #fff;
}
#todayNum{
	display: 	 inline-block;
	margin-left: 0px;
    color: #fff;
}
#totalNum{
	margin-left: 10px;
	display: 	 inline-block;
    color: #fff;
}
/*界面顶部访问量样式 end*/


.img_container{
    width: 100%;
    height: 140px;
    /*background: var(--main-color);*/
}

.image_item{
    width: 100%;
    height: 200px;
    background-position: center 0;
    max-width: 1366px;
    margin: 0 auto;
}

.image_item .title{
    height: 45px;
    font-size: 31px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    white-space: nowrap;
    /*padding-top: 40px*/
}
.dtd-input-prefix {
    margin-right: 4px;
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex: none;
    cursor: pointer;
}
.image_item .container{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_item .container .dtd-input{
    border: 0px;
    width: 407px;
    height: 38px;
    text-align: left;
    caret-color: #267ef0;
}

.image_item .container input{
    color: #12151a;
    font-size: 16px;
}
.image_item .container .dtd-input-suffix{
    padding-left: 50px;
}
.image_item .container .dtd-btn{
    width: 60px;
    height: 32px;
    border-radius: 0px 6px 6px 0px;
    background: var(--main-color);
    color: white;
    border: 0px;
}
.image_item .container .dtd-btn:hover{
    background: var(--fourdary-color);
}
.recommend-container{
    margin: 30px auto;
    width: 1226px;
    margin-top: 0px;
}
.recommend-container-title {
    color: #171a1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
}
.recommend-container-title .border {
    border-left: 8px solid var(--main-color);
    border-radius: 12px;
    height: 35px;
    margin-right: 16px;
}

.recommend-container-content{
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    margin-top: 24px;
    padding: 26px 0 16px 16px;
    width: 1210px;
}

.recommend-container-content-item {
    height: 24px;
    margin-bottom: 16px;
    margin-right: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 247px;
}

.recommend-container-content  .index1{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
}

.recommend-container-content  .index2{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
}

.recommend-container-content  .index3{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
}
.recommend-container-content  .index{
    color: rgba(23,26,29,.4);
    font-size: 17px;
    font-weight: 500;
}
.recommend-container-content-item .text {
    color: rgba(0,0,0,.9);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 10px;
}
.recommend-container-content-item .text:hover {
    color: var(--main-color);
    cursor: pointer;
}

.content-container-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
}

.content-container-main-item{
    background-color: #fff;
    border-radius: 12px;
    height: 250px;
    /*margin-bottom: 12px;*/
    margin-top: 16px;
    padding: 18px;
    width: 1226px
} 

.content-container-main-item .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #171a1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    margin-top: 10px;
    z-index: 10;
}

.content-container-main-item .header img {
    height: 50px;
    margin-left: -1px;
    margin-right: 12px;
    width: auto;
    border-style: none;
    vertical-align: middle;
}

.content-container-main-item .list{
    height: 130px;
    margin-left: 5px;
}

.content-container-main-item .list ul li {
    color: rgba(0,0,0,.9);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 340px;
    height: 26.7px;
}

.content-container-main-item .list ul li:before {
    color: #0089ff;
    content: "•";
    font-style: normal;
    margin-left: 0;
    margin-right: 12px;
    opacity: .48;
    text-decoration: none;
}

.content-container-main-item .border {
    background-color: hsla(210,7%,53%,.24);
    height: 1px;
    width: 100%;
}

.content-container-main-item .footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0089ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 15px;
    padding: 0px;
    margin-left: 20px;
}

.content-container-main-item .footer span{
    color:  var(--main-color);
}

.content-container-main-item .footer .arrow {
    height: 16px;
    margin-left: 6px;
    width: 10px;
    margin-bottom: 2px;
}

.content-container-main-item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.08);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.08);
    cursor: pointer;
    -webkit-transform: translate(-1px,-1px);
    transform: translate(-1px,-1px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content-container-main-item .list ul li:hover {
    color:  var(--main-color);
}

.common-problem{
    margin-top: 20px;
    margin-left: 20px;
    height: 150px;
}
.common-problem .common-problem-list li{
    color: rgba(0,0,0,.9);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0px 10px 0px;
    width: 360px;
}

.common-problem .common-problem-list li:hover{
    color:  var(--main-color);
    cursor: pointer;
}

.common-problem .common-problem-list li:before{
    color: var(--secondary-color);
    content: "\2022";
    font-style: normal;
    margin-left: 0;
    margin-right: 12px;
    opacity: .48;
    text-decoration: none;
}

.common-problem .common-problem-list span{
    color: rgba(0,0,0,.9);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0px 10px 0px;
}

.common-problem .common-problem-list span:before{
    color: #0089ff;
    content: "•";
    font-style: normal;
    margin-left: 0;
    margin-right: 12px;
    opacity: .48;
    text-decoration: none;
}

.supportdetail-main{
    background-color: white;
}
.supportDetail-content{
    max-width: 957px;
    margin: 0 auto;
}

.supportDetail-content-title{
    font-size: 20px;
    font-weight: bold;
    color: #242f44;
    font-family: Microsoft YaHei;
    padding-top: 25px;
}
.supportDetail-content-header-utils{
    color: #8b97af;
    font-size: 12px;
    margin-top: 16px; 
}
.supportDetail-content-update-time{
    margin-right: 30px;
}
.supportDetail-content-header-line{
    border-bottom:1px solid #e3e7ec;
    margin-top: 10px;
    margin-bottom: 10px;
}
.supportDetail-content-detail{
    color: rgb(8, 15, 23);
    font-size: 16px !important;
    letter-spacing: normal !important;
}

.supportDetail-content-detail p{
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
}

.supportDetail-content-detail h3{
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
}
.supportDetail-content-detail li{
   /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
}
.knowlegalBack{
    background: white;
}
.knowlegalBackButton{
    max-width: 1035px;
    margin: 0 auto;
    font-size: 20px;
}
.displayMoreOrSearch{
    max-width: 957px;
    margin: 0 auto;
    /*margin-top: 15px;*/
}

.displayMoreOrSearch-back{
    font-size: 25px;
    color: #242f44;
    /*padding-top: 15px;*/
}

.displayMoreOrSearch-back-img{
    height: 20px;
    margin-bottom: 5px;
}

.displayMoreOrSearch-back-button{
    width: 75px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--main-color);
    text-decoration: none;
    text-align: center;
}

.displayMoreOrSearch-title{
    font-size: 16px;
    color: #242f44;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-top: 5px;
}

.displayMoreOrSearch-content{
    font-size: 14px;
    color: #4f5d79;
    margin: 8px 0;
    line-height: 1.8;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.displayMoreOrSearch-gotoDetailInfo{
    font-size: 12px;
    color: var(--main-color);
    text-decoration: underline;
    width: 78px;
    cursor: pointer;
    line-height: 20px;
}

.displayMoreOrSearch-time{
    font-size: 12px;
    color: #8b97af;
    margin: 5px 0;
    margin-bottom: 10px;
}

.displayMoreOrSearch-botom-border{
    border-bottom: 1px solid #e3e7ec;
    padding-bottom: 10px;
}
.displayMoreOrSearch-botom-border .info-date{
    font-size: 12px;
    color: #8b97af;
    margin-right: 30px;
}

.displayMoreOrSearch-botom-border .info-desc{
    font-size: 12px;
    color: #8b97af;
}

.displayMoreOrSearch-item{
    padding-bottom: 14px;
}
.displayMoreOrSearch-display{
    margin-top: 15px;
}
.displayMoreOrSearch-back-link{
    cursor: pointer;
}

.displayMoreOrSearch-background{
    /*background-color: #fff;*/
}

.displayMoreOrSearch-pageNum{
    padding-bottom: 15px;
}

.displayMoreOrSearch-item-jumpToDetail{
    cursor: pointer;
}
#recommend-container-title-commonProblem{
    padding-right: 15px;
    padding-left: 20px;
    height: 100%;
    padding-bottom: 5px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

#recommend-container-title-useHelp{
    padding-right: 20px;
    padding-left: 15px;
    height: 100%;
    padding-bottom: 5px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.un-trigger-support-page{
    font-size: 25px;
    font-weight: 500;
}

.trigger-support-page{
    font-weight: normal;
    color: var(--main-color);
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--main-color) !important;
    font-size: 25px;
}

#commonPrombleArea{
    margin-bottom: 0px !important;
}

#useHelpArea{
    margin-top: 0px !important;
}
.footerPku{
    width: 100%;
    height: 32px;
    background: #505050;
    
}
.fot_bot {
    width: 940px;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #505050;
    height: 32px;
    line-height: 32px;
}
.fot_bot .copyright {
    width: 160px;
}
.fot_bot span {
    display: inline-block;
    float: left;
    width: 160px;
    padding: 0 20px;
}
.fot_bot .addr {
    width: 195px;
}
.fot_bot .telephone {
    width: 195px;
}
.fot_bot .tech-sup {
    width: 195px;
}
#bottomNote{
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 20;
}
.supportSearchBox{
    width: 192px; 
    text-align: left;
    margin: 0px;
    color: #333;
}
@media screen and (max-width: 480px) {
    .footerPku {
        height: 70px;
    }
    .footer {
        height: 70px;
    }

    .fot_bot {
        width: 300px;
        height: 60px;
        padding-left: 20px;
    }
    .fot_bot .telephone, .fot_bot .copyright {
        width: 120px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
    }
    .fot_bot .tech-sup, .fot_bot .addr {
        width: 160px;
        padding-left: 20px;
        padding-right: 0px;
        text-align: left;
    }

    #footerPKUDescripe{
        margin-top: -20px;
        padding-top: 0px; 
        padding-left: 5px; 
        font-size: 11px; 
        text-align: left;
    }

}
.member-left-phone{
    display: none;
    position: absolute;
    z-index: 20;
    width: 100%;
    opacity: 0.95;
}
.software-detail-rows{
    width: 80%;
}
#commonProblemSoftwarename{
    color: var(--main-color);
    font-weight: bold;
}

#useHelpSoftwareName{
    color: var(--main-color);
    font-weight: bold;
}

#recommendProblemTitle{
    color: var(--main-color);
    font-weight: bold;
}

.M-box a:hover{
    color: #fff;
    background: var(--main-color);
    border-radius: 3px;
    cursor: pointer;
}
.M-box .active{
    background: var(--main-color);
    border: 1px solid var(--main-color);
       border-radius: 3px;
}
.M-box a{
    border-radius: 3px;
}
#onlineActDownLink{
    color:var(--main-color);
    font-size: 16px;
}
#onlineLegalizationInspectExplian{
    color:var(--main-color);
    font-size: 16px;
}
#xitu_footer{
    /*background: #10406c;*/
    height: 225px;
    margin-top: 2%;
}
#xjtu_footer_top_content{
    display: flex;
    color: #fff;
    /* justify-content: center; */
}
#xjtu_footer_bottom_content{
    display: flex;
    color: #fff;
    justify-content: center;
    /* margin-top: 1%; */
}
#xjtu_footer_icon_picture{
    width: 251px;
    height: 76px;
    background-image: url(/static/images/xjtu/logo.png);
    background-repeat: no-repeat;
    background-size: 251px 76px;
    background-position: left 0% top 100%;
}
#xjtu_footer_copyright{
    display: flex;
    justify-content: center;
}
#xjtu_footer_copyright_one{
    line-height: 76px;
}
#xjtu_footer_copyright_two{
    line-height: 76px;
}
#xjtu_footer_copyright_three{
    line-height: 76px;
}
#xjtu_footer_copyright_four{
    line-height: 76px;
}
#xjtu_footer_icon{
    margin-right: 1%;
}
#xjtu_footer_contact_one{
    margin-right: 200px;
    padding-top: 10px;
}
#xjtu_footer_contact_one_title{
    font-size: 16px;
    font-weight: bold;
}
#xjtu_footer_contact_one_tel{
    padding-top: 5%;
    font-size: 14px
}
#xjtu_footer_contact_one_email{
    padding-top: 5%;
    font-size: 14px
}
#xjtu_footer_contact_one_time{
    padding-top: 5%;
    font-size: 14px
}

#xjtu_footer_contact_two_title{
    font-size: 16px;
    font-weight: bold;
}
#xjtu_footer_contact_two_tel{
    padding-top: 8%;
    font-size: 14px
}
#xjtu_footer_contact_two_email{
    padding-top: 8%;
    font-size: 14px
}
#xjtu_footer_contact_two_time{
    padding-top: 8%;
    font-size: 14px
}
#xjtu_footer_copyright_one{
    line-height: 76px;
    width: 110px;
    height: 100px;
}
#xjtu_footer_copyright_two {
    line-height: 76px;
    width: 150px;
    height: 100px;
}

#xjtu_footer_copyright_three {
    line-height: 76px;
    width: 90px;
    height: 100px;
}

#xjtu_footer_copyright_four {
    line-height: 76px;
    width: 142px;
    height: 100px;
}
#knowleadgeSearchInput{
    font-size: 14px;
    line-height: 48px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #00797c;
    height: 40px;
    margin: 0px;
    width: 50%;
    padding: 0 10px;
}
#searchKnowleadge—button_icon{
    width: 29%;
    height: 62%;
    margin-top: 2.5%;
}
.microsoft .cont {
    position: relative;
    top: 123px;
    padding: 20px;
    line-height: 26px;
}
.microsoft .cont p {
    margin-top: 95px;
}

.wpsoffice .cont {
    position: relative;
    top: 123px;
    padding: 20px;
    line-height: 26px;
}
.wpsoffice .cont p {
    margin-top: 80px;
}
#clientWord{
    color: #000;
    font-weight: bold;
}
.xjtu-brick-item-img{
    background-image: url(/static/images/xjtu/更多.png);
    background-repeat: no-repeat;
    background-size: 241px 115px;
    background-position: center calc(46% + 0px);
}
.xjtu-brick-item-s{
    padding-top: 50px;
    position: relative;
    float: left;
    height: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
    height: 116px;
    width: 232px;
}
.xjtu-brick{
    height: 166px;
    background: var(--fifth-color);
}
.xjtu-brick-item-s .more {
    display: block;
    margin: 15px 120px -13px 24px;
    font-size: 18px;
    color: #333;
}
.xjtu-brick-item-s .more small {
    display: block;
    font-size: 12px;
    color: #757575;
}
.new-tag {
    background-color: #c92c30; 
    color: white;             
    padding: 2px 5px;         
    font-size: 12px;          
    border-radius: 3px;      
    margin-left: 10px;    
}

#whu_footer{
    background: url(/static/images/whu/f_fl1_jz3.png) no-repeat;
	background-size: 20% 60%; 
    background-position: right;
    /* height: 225px;
    margin-top: 2%;
    background-position: calc(100% - 0%) center; */
    /* background-size: 27% 100% */
}

#whu_footer_copyright_two {
    line-height: 76px;
    width: 70px;
    height: 100px;
}

#whu_footer_copyright_three {
    line-height: 76px;
    width: 140px;
    height: 100px;
}

#whu_footer_copyright_four {
    line-height: 76px;
    width: 200px;
    height: 100px;
}

#whu_footer_contact_one{
    margin-right: 50px;
    padding-top: 30px;
}
/* 搜索框容器 */
.search-container {
    position: relative;
    display: inline-block;
    left: 237%;
    top: -75%;
    display: flex;
    /* 使用 Flexbox 布局 */
    align-items: center;
    /* 垂直居中对齐 */
}

.search-container-a {
    display: inline-block;
    left: 135%;
    top: -75%;
    display: flex;
    /* 使用 Flexbox 布局 */
    align-items: center;
    /* 垂直居中对齐 */
}

/* 搜索图标 */
.search-icon {
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background-color: #999; */
    border-radius: 50%;
    transition: background-color 0.3s;
}

/* 鼠标悬浮时改变搜索图标的背景色 */
.search-icon:hover {
    background-color: #ddd;
}

/* 搜索框（默认为隐藏状态） */
.search-box {
    position: absolute;
    top: 50%;
    /* left: 60%; */
    transform: translate(-95%, -50%);
    width: 0;
    opacity: 0;
    transition: width 0.3s, opacity 0.3s;
}

/* 当鼠标悬浮在图标上时显示搜索框 */
.search-container-a:hover .search-box {
    width: 200px;
    /* 设定展开后的宽度 */
    opacity: 1;
}

/* 输入框的样式 */
.search-box input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
#softwareZoneTitle{
    margin:0 auto;
    max-width: 1226px;
    display: flex;
    margin-bottom: 10px;
}

#sztPicture{
    height: 50px;
    margin-left: -1px;
    margin-right: 12px;
    width: 50px;
    border-style: none;
    vertical-align: middle;
}
#sztWord{
    line-height: 50px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
}
.course-one-display{
    display: flex;
    flex-wrap: wrap;
}
#jetBrainsZoneTitle{
    margin: 0 auto;
    max-width: 1226px;
    margin-bottom: 10px;
}
.jeth2{
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

@media (min-width: 1280px)
{
    #softBanner{
        height: 100vh !important;
    }
}

@media (min-width: 1366px)
{
    #softBanner{
        height: 100vh !important;
    }
}

@media (min-width: 1920px)
{
    #softBanner{
        height: 100vh !important;
    }
}
@media (min-width: 2560px)
{
    #softBanner{
        height: 100vh !important;
    }
}

@media (min-width: 3840px)
{
    #softBanner{
        height: 100vh !important;
    }
}

/*模块开始*/
.items-box {
  background: #fff;
  border: 1px solid #f0f0f0;
  height: var(--card-height);
  margin-bottom: var(--card-margin);
  /* 优化过渡：仅保留必要属性，使用 ease-out 让上浮结尾更平缓 */
  transition: transform var(1) ease-out, 
              box-shadow var(1) ease-out,
              border-color var(1) ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  /* 增加初始阴影，让过渡更自然（可选） */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.items-box:hover {
  transform: translateY(-8px) scale(1.06); /* 1.01倍缩放，强化悬浮感 */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* 以下为原有样式（保持不变） */
.items-box .text-orange {
  color: var(--secondary-color);
  font-weight: 600;
  font-family: Consolas, monospace;
}

.items-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #f9f9f9;
}

.items-footer p {
  font-size: 12px;
  color: #999;
}

.layui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 18px;
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  font-size: 12px;
  transition: all 0.2s;
  margin-left: 140px;
  margin-right: 20px;
}

.layui-btn:hover {
  background-color: var(--main-color);
  color: #fff;
}
/* 微软核心修改：使左侧图片浮动开始 */
.item_1 {
	position: relative;
	/* overflow: hidden; */
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_1::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_1:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_1 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}
/* 微软核心修改：使左侧图片浮动结束 */

.item_2 {
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_2::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_2:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_2 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}

.item_15 {
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_15::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_15:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_15 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}

.item_3 {
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_3::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_3:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_3 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}

.item_8 {
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_8::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_8:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_8 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}

.item_4 {
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-radius: 10px;
	background-color: #2a2a2a;
	transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

/* 背景图层 + 悬停放大效果 */
.item_4::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.8) 100%), no-repeat 50% 10% / cover;
	transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 1;
}

/* 悬停时的浮动效果 */
.item_4:hover::before { 
	transform: scale(1.06); /* 放大背景图片 */
}

/* 其他样式 */
.item_4 .cont {
	position: absolute; bottom: 0; left: 0; width: 100%;
	padding: 30px 20px;
	box-sizing: border-box; z-index: 2;
}
/*模块结束*/
