body{
    height: 100%;
}
.bg {
    width: 100%;
    background-image: url("https://www.buyreliablezithromaxonline.com/__xh__/school.zhxy.czvtc.edu.cn/app/school/webIndex/view/newIndex/res/images/bg.webp");
    background-image: url("https://www.buyreliablezithromaxonline.com/__xh__/school.zhxy.czvtc.edu.cn/app/school/webIndex/view/newIndex/res/images/bg.png")\0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles go here */
    .bg {
        width: 100%;
        background-image: url("https://www.buyreliablezithromaxonline.com/__xh__/school.zhxy.czvtc.edu.cn/app/school/webIndex/view/newIndex/res/images/bg.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }
}

.header {
    height: 120px;
    width: 1002px
}

.top {
    height: 60px;
    width: 100%;
    background: #1E89E8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.top .logo {
    padding: 2px 0;
    width: 50%;
}

.top .admin {
    /*width: 32%;*/
    color: #fff;
    line-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    font-size: 16px;
}

.menu {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    /*min-width: 45%;*/
    margin: 0 15px;
    height: 60px;
}

.menu li {
    line-height: 60px;
    height: 54px;
    max-height: 54px;
    border-bottom: 6px solid #1E89E8;
    margin: 0 10px;
}

.menu li a {
    color: #fff;
}

.login {}

.login a.logout{
    color:#fff;
    cursor:pointer;
}
.login a.logout:hover{
    text-decoration: underline;
    background: none;
    color:#f5e79e;
}

.login a.login_btn {
    color: #1E89E8;
    background: #fff;
    border-radius: 5px;
    padding: 5px 8px;
}

.login a:hover {
    background: #9dd3fd;
    color: #fff;
}

.main {
    width: 80%;
    margin: 0 auto;
}



.echart {
    transition: .6s all;
    position: relative;
    font-size: 16px;
    margin-right: 1rem;
    padding-right: 15px;
}

.echart .arrow {
    position: absolute;
    right: 0;
    top: 45%;
}

.echart:hover {
    cursor: pointer;
}

.echart:hover .chart {
    display: block;
}
.chart img{
    width: 100px;
    height: 100px;
    margin-top: 12px;
}
.diachart{
    width: 110px;
    height: 125px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}
.diachart img{
    width: 80px!important;
    height: 80px;
    margin-top: 12px;
}
.chart {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    background-position: left top;
    background-size: 100%;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    bottom: -150px;
    z-index: 999;
    text-align: center;
     display: none;
}

.chart span, .diachart span{
    color: #ff7000;
    margin: 0;
    display: block;
    line-height: 22px;
    height: 22px;
    margin-top: 5px;
}

/*右侧菜单*/
.rightBar {
    position: absolute;
    right: 0;
    top: 9%;
}

.rightBar li {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 12px 8px;
    text-align: center;
    background: rgba(213, 233, 251, .8);
    margin: 12px 0 0 20px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.rightBar li a:hover {
    transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);

}

.rightBar li p {
    padding: 5px 0 0;
}

.rightBar li img {
    width: 40px;
}

.rightBar li a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.footer {
    padding: 30px 0 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: rgba(0,0,0,.5);
    margin-top: 35px;
}

.footnav {}

/*tabs*/
.tab-hd {
    overflow: hidden;
    zoom: 1;
}

.tab-hd>li.active {
    color: #333;
    font-weight: bold;
}

.tab-hd>li.active {
    background: rgba(24, 88, 175, 1)
}

.tab-hd>li.active a {
    color: #fff;
}

.tab-hd>li:hover {
    text-decoration: none;
    cursor: pointer;
}

.tab-bd {
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 8px;
    padding: 15px 2%;
    width: 96%;
    min-height: 600px;
    margin-top: 90px;
}

.tab-bd>li {
    line-height: 25px;
    width: 100%;
    display: none;
}

.tab-bd .tit {
    border-bottom: 2px solid #2E964B;
    width: 100%;
    padding: 8px 0 15px;

}

.tab-bd .tit p {
    color: #468C1F;
    font-size: 16px;
    font-weight: bold;
    display: inline;
}

.tab-bd .tit span {
    color: #999;
    padding: 0 10px;
}

/*服务列表*/
.servicelist {
    width: 104%;
    margin: 20px 0;
    overflow: hidden;

}
.servicelist dd{
    transition: all .4s;
    margin-top: 8px;
}
.servicelist dd:hover{
    cursor: pointer;
	transform: translate(0, -3px);
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-o-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
}
.servicelist dd .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    border-bottom: 1px dashed #e7e7e7;
}

.servicelist .description {
    padding: 10px 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.servicelist .description .tags {
    padding-left: 10px;
    color: #999;
}

.my-confirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    /* 这里防止当用户长按屏幕，出现的黑色背景色块，以及 iPhone 横平时字体的缩放问题 */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
}

/* 包裹层容器样式 */
.confirm-content-wrap {
    position: fixed;
    top: 18%;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    z-index: 999;
    user-select: none;
}

/* 顶部标题部分 */
.my-confirm-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-content: center;
    align-items: center;
    background: #f5f5f5;
    font-weight: bold;
}

#close {
    font-size: 22px;
}

#close:hover {
    color: #ffb000;
}

/* 中间内容部分 */
.my-confirm-content {
    padding: 0 15px 15px;
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    /*height: 200px;*/
    min-height:180px;
    max-height:370px;
    overflow-y: scroll;
    background: #f8f8f8;
}

.my-confirm-content::-webkit-scrollbar {
    width: 8px;
}

.my-confirm-content::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.my-confirm-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.my-confirm-content .title {
    line-height: 40px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.showdes {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 96%;
    margin: 10px auto;
}

.showdes .item {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.showdes .item p {
    font-weight: bold;
}

.showdes .item .servicename span {
    color: #999;
    margin-right: 5px;
}

.showdes .enter {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.showdes .enter .entbutton {
    background: #1E89E8;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    width: 140px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    transition: all .6s;
}

.showdes .enter img {
    width: 120px;
}

.showdes .enter .entbutton:hover {
    transform: scale(1.1)
}

.showdes .result {
    display: flex;
    align-content: center;
    align-items: center;

}

/*list页面*/
.searchbox {
    width: 100%;
    background: #fff;
    padding: 15px 0;
}

.bgf8 {
    background: #f8f8f8;
}

.search {
    height: 42px;
    width: 35%;
    margin-top: 70px;
    position: relative;
    max-width: 420px;
}

.search .select_box {
    font-size: 12px;
    color: #999;
    width: 90px;
    line-height: 40px;
    float: left;
    position: relative;
    color: #fff;
}

.search input.inp_srh {
    border-radius: 5px;
    border: 1px solid #3693dd;
    height: 39px;
    line-height: 39px;
    float: left;
    color: #333;
    padding-left: 2px;
    outline: none;
    width: 100%;
    padding-left: 8px;
}

.search input::-webkit-input-placeholder {
    /* WebKit browsers*/
    font-family: 'microsoft yahei';
}

.search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    font-family: 'microsoft yahei';
}

.search input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    font-family: 'microsoft yahei';
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    font-family: 'microsoft yahei';
}

.search input.btn_srh {
    float: right;
    background-color: #3693dd;
    background-image: url("https://www.buyreliablezithromaxonline.com/__xh__/school.zhxy.czvtc.edu.cn/app/school/webIndex/view/newIndex/res/images/btn_bg.jpg");
    background-position: 12px 12px;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: "微软雅黑";
    border: 0;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -4px;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.chooselist {
    width: 100%;
    display: flex;
    margin: 10px auto;
}

.chooselist .nature {
    color: #999;
    padding-right: 10px;
    font-size: 16px;
}

.list li {
    border-bottom: 1px dashed #eee;
    padding: 8px 0;
    height: 35px;
    line-height: 35px;
}

.chooselist .box {
    font-size: 14px;
    flex: 3;
    min-width: 80%;
}
.chooselist .choosed, .chooselist .box a:hover{
    background: #1E89E8;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.chooselist .box .all {
    color: #fff;
    float: left;
    background: #1E89E8;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.chooselist .box a {
    padding: 0 8px;
}
/*page start**/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 5px;
}

ul.pagination li a.active {
    background-color: #108EE9;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}