body {background: #F9FAFE;font-family: Microsoft YaHei!important; padding-top: 0;}
/*.layui-container {width: 1200px;padding: 0px;}*/
@media screen and (min-width: 1200px) {
    .layui-col-lg3 {width: 14.28%;}
}
i,em{font-style: normal;}
.clear {clear: both;}
[v-cloak] {display: none;}

.carousels_item {
    text-align:center;    
    background-image: linear-gradient(to right, #2989ef, #a168f2, #14cdff) !important;
}
.carousels_item img {
    height: 400px!important;
    width: 1200px!important;
}
.layui-layer-dialog{border-radius: 5px!important;}
/*layui confirm æç¤ºæ ·å¼*/
.tishinone{margin-top:20px;display:flex;align-items:center}
.tishinone .tip-text{font-size:18px;line-height: 1}
.tishinone .pwrap{width:10%;line-height: 1}
.tishinone .pwrap i.layui-icon-tips{color:#1e88e5;font-size:24px}
.tishimsg{font-size:14px;margin-top:20px;margin-left:10%}
.dialog-confirm-common .layui-layer-ico{background: url(' ')!important}
.dialog-confirm-common{border-radius: 3px!important}
.dialog-confirm-common .layui-layer-content{padding: 0 15px;}
.dialog-confirm-common .layui-layer-btn0{background: none!important;border:none!important;color:#515a6e!important;height: 34px!important;line-height: 34px!important;border-radius: 5px!important;}
.dialog-confirm-common .layui-layer-btn0:hover{color:#1e88e5!important;height: 34px!important;line-height: 34px!important;border-radius: 5px!important;}
.dialog-confirm-common .layui-layer-btn1{background:#1e88e5!important;color:white!important;height: 34px!important;border-radius: 5px!important;border:none!important;line-height: 34px!important}


/*layui notice æç¤ºæ ·å¼*/
.common-notice-alert{background:white!important;box-shadow:0 1px 6px #ccc!important;font-size: 14px!important;color:black;}
.common-notice-alert .layui-layer-padding{padding:8px 5px!important;}
.common-notice-alert .layui-layer-content{font-size: 14px!important;color:#7D8493!important;display: flex;align-items: center;}
.common-notice-alert .layui-layer-content i{flex:0;font-size:24px!important;position: relative!important;top: 0px!important;left: 0px!important;display: inline-block!important;margin-right: 5px;}
.common-notice-alert .layui-layer-content .layui-layer-ico2{background: url('/static/images/error2.png');background-size: cover;}
.common-notice-alert .layui-layer-content .layui-layer-ico1{background: url('/static/images/ok2.png');background-size: cover;}
.common-notice-alert .layui-layer-content .layui-layer-ico5{background: url('/static/images/ku.png');background-size: cover;}
.layui-layer-hui{background:white!important;box-shadow:0 1px 6px rgb(0 0 0 / 20%)!important;font-size: 14px!important;color:black;min-width: 100px!important}
.layui-layer-hui .layui-layer-content{font-size: 14px!important;padding: 8px 25px!important;}

div[class*="-view"] {
    width: 1200px;
    margin: 20px auto 0 auto;
}
.header {
    background: #fff;
    /*height: 79px;*/
    /*line-height: 79px;*/
    z-index: 5;
}

.header .header-left {
    margin: 15px 0;
}

.header .header-left .logo {
    width: auto;
    height: 44px;
    margin-bottom: 10px;
    cursor: pointer;
}

.header .header-left .img-position {
    width: 25px;
    margin-left: 25px;
    margin-bottom: 2px;
}

.header .header-left .position-title {
    font-size: 17px;
    color: #333;
    cursor: pointer;
    padding-bottom: 30px;
}

.header .header-left .position-title:hover .dropdown-content {
    display: block;
    cursor: default;
}

.header .header-right .searchs {
    display: inline-block;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px 20px;
}

.header .header-right .searchs input {
    background: #f4f4f4;
    border: none;
    outline: none;
}

.header .header-right .nav-list,
.header .header-right .nav-list .item {

}

.header .header-right .nav-list .item .a-nav {
    padding: 15px 20px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    font-weight: 700;
}

.header .header-right .nav-list .item .a-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e88e5, #42a5f5);
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
    border-radius: 2px;
}

.header .header-right .nav-list .item .a-nav:hover::after {
    width: 80%;
    left: 10%;
}

.header .header-right .nav-list .item .a-nav:hover {
    color: #1e88e5;
    transform: scale(1.1);
}

.header .header-right .nav-list .item .active_nav {
    color: #1e88e5;
    transform: scale(1.1);
    font-weight: 800;
}

.header .header-right .nav-list .item .active_nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, #1e88e5, #42a5f5);
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
    border-radius: 2px;
}

.header .header-right .nav-list .btn .login-reg {
    background: #1e88e5;
    border-radius: 3px;
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
}

.header .header-right .nav-list .item .a-nav-content {
    position: absolute;
    top: 0px;
}

.header .header-right .nav-list .item:hover .dropdown-content {
    display: block;
}

.header .header-right .nav-list .user-center {
    display: none;
    position: absolute;
    width: 280px;
    top:70px;
    right: 0px;
    z-index: 2222222222;
    padding: 24px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.2);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.header .header-right .nav-list .user-center .atavar {
    width: 64px;
    float: left;
}

.header .header-right .nav-list .user-center .account-info {
    float: left;
    margin-left: 20px;
}

.header .header-right .nav-list .user-center .btn-groups {
    margin-top: 20px;
}

.header .header-right .nav-list .user-center .btn-groups p {
    line-height: 30px;
    width: 50%;
    float: left;
    text-align: center;
    background: rgb(208 219 255 / 50%);
    border-radius: 2px;
    padding: 0px 5px;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.header .header-right .nav-list .user-center .btn-groups p a {
    font-size: 14px !important;
}

.header .header-right .nav-list .user-center .btn-logout {
    line-height: 30px;
    margin-top: 20px;
    text-align: left;
}

.header .header-right .nav-list .user-center .btn-logout a {
    color: #93999F;
    font-size: 14px;
    padding: 0px;
}

.header .header-right .nav-list .mycenter {
    cursor: default;
    padding: 20px;
}

.header .header-right .nav-list .mycenter:hover .user-center {
    display: inline-flex;
}

.set-student-province {
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 8px !important;
    max-width:650px;
    width:100%;
}

.set-student-province .stu-province-lists {
    color: #fff;
}

.set-student-province .stu-province-lists .default-province-title {
    text-align: center;
    font-size: 42px;
    margin-top: 30px;
}

.set-student-province .stu-province-lists .area {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px;
    color: #a0a0a0;
}

.set-student-province .stu-province-lists .btn-boxs {
    width: 20%;
    float: left;
    padding: 5px 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.set-student-province .stu-province-lists .btn-boxs .btn-div {
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0px;
    cursor: pointer;
}

.set-student-province .stu-province-lists .btn-boxs .btn-div:hover {
    background:#1e88e5;
    border-color: #1e88e5;
}
.set-student-province .stu-province-lists .btn-boxs .active{
    background:#1e88e5;
    border-color: #1e88e5;
}

/*è€ƒç”Ÿæ‰€åœ¨çœ*/
.dropdown-content {
    position: absolute;
    top: 76px;
    z-index: 99;
    display: none;
}

.dropdown-content .arrow {
    left: 280px;
    position: absolute;
    top: -47px;
    height: 12px;
}

.dropdown-content .list-group {
    display: flex;
    flex-direction: row;
    padding: 20px 50px;
    background: #fff;
    border: 1px solid #1e88e5;
    border-radius: 6px;
}

.dropdown-content .list-group ul {
    margin-right: 20px;
    min-width: 100px;
    font-size: 14px;
}

.dropdown-content li {
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.dropdown-content .list-group ul .title {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.dropdown-content .list-group ul li {
    display: block;
    padding-right: 20px;
    color: #333;
    white-space: nowrap;
    text-align: left;
    line-height: 30px;
}

.dropdown-content .active {
    color: #ff7834 !important
}

/*ç§‘ç›®é€‰æ‹©*/
.skin-kemus {
    position: absolute;
}

.skin-kemus .kemu-list {
    margin: 15px 15px;
    color: #666;
    font-size: 16px;
}

.skin-kemus .kemu-list .btns {
    margin: 12px 0px 0 0;
    display: flex;flex-wrap: wrap;
}

.skin-kemus .kemu-list .btns .layui-btn-danger {
    border: 1px solid #1e88e5
}

.skin-kemus .kemu-list .btns button {
    border-radius: 15px;
    padding: 0px 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.skin-kemus .kemu-list .btns button:hover {
    border-color: #1e88e5;
}

.skin-kemus .kemu-list .btn-group {
    text-align: center;
    margin-top: 10px;
}

.skin-kemus .kemu-list .btn-group button {
    padding: 0px 15px;
}



/*æœ€æ–°å…¬å‘Š*/
.new-public-tips {
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #666;
}

.new-public-tips a {
    color: gray;
}

.new-public-tips a:hover {
    color: #C43329
}

.new-public-tips a i {
    font-size: 12px;
    margin-right: 5px;
}

/*footer*/
.footer {
    background: #181921;
    padding-top: 30px;
}

.footer .hcainfo_num {
    color: #737373;
}

.footer .hcainfo_num:hover {
    color: #00d7c6;
}

.footer .footer-list {
    background: #181921;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-ba {
    background: #181921;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
    color: #949494;
    font-size: 13px;
}

.footer ul {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 30px 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer ul li {
    overflow: hidden;
    text-align: justify;
}

.footer .staty_num {
    float: left;
    padding: 10px 31px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 32px;
}

.footer .staty_right {
    color: #fff;
    float: left;
    padding-left: 10px;
}

.footer .staty_text {
    font-size: 20px;
    color: #fff;
    display: block;
    padding-top: 2px;
}

.footer .staty_tip {
    font-size: 16px;
    color: #949494;
    padding-top: 10px;
    display: block;
}

.footer .footer-content {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    color: #fff;
}

.footer .footer-content .one_ul {
    padding: 50px 0 40px 75px;
    overflow: hidden;
    background: #181921;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .one_ul .item {
    float: left;
    height: 135px;
    width: 186px;
    border-right: #2a2b32 1px solid;
    line-height: 1;
    padding-top: 6px;
    box-sizing: border-box;
}

.footer .one_ul dl {
    padding-left: 15px;
}

.footer .one_ul dl {
    padding-left: 15px;
}

.footer .one_ul dl dd {
    margin-top: 20px;
    font-size: 14px;
}

.footer .one_ul dl dd a {
    font-size: 14px;
    color: #949494;
}

@font-face {
    font-family: 'iconfont';
    src: url('/assets/fonts/alifont/iconfont.eot');
    src: url('/assets/fonts/alifont/iconfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/alifont/iconfont.woff2') format('woff2'), url('/assets/fonts/alifont/iconfont.woff') format('woff'), url('/assets/fonts/alifont/iconfont.ttf') format('truetype'), url('/assets/fonts/alifont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.lg {
    margin-top: 14px;
    width: 1200px;
    background: #f6f6f6;box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);
}



.lg .top .r-item {
    margin-top: 30px;
}

.space-around {
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex {
    display: flex;
}


.lg .top .r-item .item1 .cell {
    position: absolute;
    z-index: 2;
    top: 35px;
    padding-left: 30px;
    margin-top: 30px;
}

.lg .top {
    height: 230px;
    background: #fff;
}

.lg .top .r-item .item1 {
    position: relative;
    width: 373px;
    height: 146px;

}


.lg .top .r-item .item1 .img {
    position: absolute;
    width: 373px;
    height: 170px;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: 30px;
}

.lg .top .r-item .item1 .it_info .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px;
}

.lg .top .r-item .item1 .it_info .two {
    color: #e04488;
}

.lg .top .r-item .item1 .it_info .detail {
    width: 90px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ff5600;
    line-height: 32px;
}




.wrap_03 {

    /* background: url(https://pigmcsdotcom.pigcms.com/kuaijing/zhsq/images/ggBg.png) center no-repeat;
background-size: 100% 100%; */


    background-size: cover;
    width: 1200px;
    margin: auto;
}

.center {
    text-align: center;
}

.wrap_til {
    font-weight: bold;
    color: #c9d9ff;
    position: relative;
    padding: 50px 0;
    margin: 90px 0 50px 0;
}

.wrap_til .wrap_tilCon {
    font-size: 30px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
}

.wrap_til .wrap_tilCon span.wrap_tilSm {
    padding: 38px 0 0px 0;
    display: block;
    letter-spacing: 1px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #171C3C;
}

.wrap_til .wrap_tilCon .sm_til {
    color: #b2b6bf;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9798A9;
    padding: 20px 0;
    letter-spacing: 1px;
}

.wrap_03_box_head {
    flex-direction: row;
    margin-top: 70px;
}

.school {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap_03_box_content {
    width: 380px;
    height: 120px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    cursor: pointer;box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);
}

.banner_content_box {
    width: 240px;
    height: 100%;
    align-items: center;
}

.content_box_img {
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
}


.content_box_img img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: #ccc solid 1px;

}

.wrap_03_box_content .banner_content_box ul {
    margin-left: 107px;
    width: 220px;
    margin-top: 35px;
}

.banner_content_box ul li:nth-child(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 8px;
}

.banner_content_box ul li:nth-child(2) {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    opacity: 0.5;
}



.index__major-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -2%;
    justify-content: center;
}

.index__major-item {
    position: relative;
    width: 224px;
    height: 188px;
    margin-left: 15px;
    margin-top: 2%;
    padding: 22px 2px;
    /* border: 1px solid #eee; */
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.index__major-cover {
    display: block;
    width: 186px;
    height: 100px;
    margin: auto;
    border-radius: 4px;
}

.index__major-class {
    margin-top: 24px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}

.index__major-name {
    display: inline-flex;
    height: 28px;
    align-items: center;
    font-size: 12px;
    padding: 0 12px;

    color: #939393;
    background-color: #F7F7F7;
    border-radius: 4px;
    margin-left: 18px;
}

.hover-shadow {
    /* box-shadow: 0 .5rem 3rem rgba(22,28,45,.085); */
    cursor: pointer;
    transition: all .2s ease;box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);
}

.trends {
    height: 570px;
    background: url('https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/trends/bg.png') no-repeat 0 center;
    background-size: 100% 100%;
    padding-top: 25px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    border-radius: 5px;box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);
}

.trends-w1200 {
    width: 1200px;
    margin: auto;
}

.trends-card {
    width: 50%;
    height: 104px;
    float: left;
    padding: 23px 10px;
    box-sizing: border-box;
}

.trends-card-text {
    width: 325px;
    float: left;
    text-align: left;
    margin: 0 23px 0 6px;
}

.trends-card-text-title {
    font-size: 15px;
    color: #454F66;
    margin-bottom: 18px;
}

.trends-card-text-title a {
    color: #454F66;
}

.trends-card-text-content {
    font-size: 14px;
    color: #9AA3B7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trends-card-btn {
    width: 144px;
    height: 56px;
    background-color: #F6F9FF;
    border-radius: 28px;
    float: left;
    font-size: 14px;
    color: #1e88e5;
    line-height: 56px;
    cursor: pointer;
}

.trends-card-btn:hover {
    background-color: #1e88e5;
    color: #FFF;
}

.header .header-right .nav-list .userInfo {
    background: #1e88e5;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.header .header-right .nav-list .userInfo .a-nav {
    padding: 0px !important;
    margin-right: 5px;
    position: relative;
}

.user .messageBox {
    position: absolute;
    width: 250px;
    height: 170px;
    background-color: #fff;
    box-shadow: 1px 3px 7px #333;
    padding: 20px;
    z-index: 99;
    opacity: 1;
    border-radius: 5px;
    right: 0;
    top: 80px;
}

.user .messageBox p {
    line-height: normal;
}

.user .messageBox .top {
    display: flex;
    justify-content: start;
    align-items: center;
}


/* ä¸ªäººä¸­å¿ƒæ¨¡æ€æ¡† */
.user .messageBox .top div:nth-child(1) {
    width: 50px;
    height: 50px;
    border: 1px solid red;
    margin-right: 10px;
}

.user .messageBox .top div:nth-child(1):hover {
    cursor: pointer;
}

.user .messageBox .top div:nth-child(2) span {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.user .messageBox .top div:nth-child(2) p:nth-child(2) {
    margin-top: 10px;
}

.user .messageBox .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.user .messageBox .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.user .messageBox .center div {
    box-sizing: border-box;
    width: 50%;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.user .messageBox .center div:nth-child(1) {
    margin-top: 10px;
}

.user .messageBox .center div a {
    background-color: rgb(255, 232, 217);
    width: 100%;
    text-align: center;
    display: inline-block;
}

.user .messageBox .bot div {
    line-height: normal !important;
    color: rgb(255, 87, 34);
    display: flex;
    justify-content: center;
    align-items: center;
}

.user .messageBox .bot div:hover {
    cursor: pointer;
}

.user .messageBox .bot div:nth-child(2) {
    line-height: normal !important;
    color: #999 !important;
    font-size: 12px;
}

.hv:hover {
    cursor: pointer;
}


body .demo-class .layui-layer-title{background:#060606; color:#fff; border: none;padding: 0 40px 0 20px;}
body .demo-class .layui-layer-ico{background: url(/static/images/newimg/close.png) no-repeat;background-size: cover;}
.footer-content dt{color:white;}

/*ç§‘ç›®é€‰æ‹©--é¡µé¢*/
.kemu-info-wrap {position: relative;}
.kemu-info-wrap .inner-wrap {    background: #fff;box-shadow: 6px 8px 25px 4px rgb(0 0 0 / 18%);
    border-radius: 10px;
    position: absolute;
    height: 326px;
    padding: 0 12px;
    /*width: 288px;*/
    right: 0;
    top: -362px;}
.kemu-info-wrap .inner-wrap .kemu-title {padding-top: 15px;}
.kemu-info-wrap .inner-wrap h1 {font-size: 18px;text-align: center;padding: 10px 0;font-weight: bold;color: #333;}
.kemu-info-wrap .inner-wrap .kemu-box {display: flex;flex-direction: column;}
.kemu-info-wrap .inner-wrap .kemu-item {display: flex;align-items: center;}
.kemu-info-wrap .inner-wrap .kemu-input-row {margin: 12px 10px;padding: 5px 10px;border-radius: 5px;color: #666;    border: 1px solid rgba(65, 115, 178, 0.13);background:#FFF}
.kemu-info-wrap .inner-wrap .kemu-input-row input {width: 100%;float: right;border: none;outline: none;text-align: center;padding:5px 0;background: #FFF;}



.kemu-info-wrap .inner-wrap .kemu-input-row input::placeholder {color:#999;font-size:13px}




.kemu-info-wrap .inner-wrap .kemu-input-row .layui-icon-radio {color: #1e88e5;}
.kemu-info-wrap .inner-wrap .kemu-item.kemu-item-second { /*margin-top: 10px;*/}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-label {flex-shrink: 0;width: 70px;align-self: flex-start;margin:3px 0; }
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name {display: flex;flex-wrap: wrap;flex:1;}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a {

    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;

    user-select: none;
    touch-action: manipulation;
    height: 26px;
    font-size: 13px;
    border-radius: 6px;background: #f7f7f7;
    border-radius: 2px;
    color: #666;
   display: flex;align-items: center;
    box-sizing: border-box;
    margin-right:10px;
    padding: 0 5px;

}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a:nth-of-type(4n){
    margin-right:0;
}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a:nth-of-type(n+5){
    margin-top:10px;
}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a.active{color: #fff;background-color: #1e88e5;border-color: #1e88e5;    border-radius: 2px;      display: flex;align-items: center;font-size: 13px;}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a.gaptop{
    /*margin-top:5px;*/
}
.kemu-info-wrap .inner-wrap .kemu-item .kemu-name a i {margin-right: 3px;}
.kemu-info-wrap .inner-wrap .btn-submit {
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, right top, left top, from(#1e88e5), to(#1e88e5));
    border-radius: 4px;
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);


    top: 250px;
    position: absolute;
    width: 270px;
}

/*åˆ†é¡µ*/
.pages {padding: 20px 0;text-align: center;background: #fff;margin: 0 auto;display: flex;justify-content: center;}
.pages ul {display: flex;justify-content: start;height: 42px;padding-left: 0;margin: 20px 0;border: 1px solid #ddd;}
.pages ul li {height: 100%;width: 42px;border-left: none;display: flex;align-items: center;justify-content: center;border-right: 1px solid #ddd;}
.pages ul li:nth-last-child(1) {border-right: none;}
.pages ul li:hover {cursor: pointer;}
.pages ul li a,
.pages ul li span {line-height: 42px;width: 100%;height: 100%;}
.pages ul li a,
.pages ul li span {color: #1e88e5;cursor: default;border-color: #1e88e5;text-align: center;}
.pages ul li a:hover,
.pages ul li span:hover {cursor: pointer;}
.pages ul .active {background-color: #1e88e5;}
.pages ul .active a, .pages ul .active span {background-color: #1e88e5;border: none;color: #fff;}

/*åœ¨éœ€è¦ç¦ç”¨ä¸‹æ‹‰é€‰æ‹©çš„è¾“å…¥å­—æ®µä¸Šåº”ç”¨æ­¤ç±»*/
.no-dropdown {-webkit-appearance: none; /* Safari/Chrome */-moz-appearance: none; /* Firefox */-ms-appearance: none; /* IE */appearance: none; /* Standard syntax */}

/*æŒ‰é’®*/
button {border: none;outline: none;background: none;cursor: pointer;}

/*å¯¹é½*/
.center {text-align: center;}
.flex-row {display: flex;flex-direction: row;}
.flex-column {display: flex;flex-direction: column;}
.flex-row.center {align-items: center;}
.flex-row.main-between {justify-content: space-between;}
.align {display: flex;justify-content: center;align-items: center;}
.flex-1{flex:1}
.flex-none{flex:none}
.flex-zero{flex:0}

/*ç­›é€‰æ¡ä»¶*/
.SBSchoolList {padding: 20px;border: 1px solid #e8e8e8;background-color: #fff;margin-bottom: 20px;}
.SBSchoolList .boxs {display: flex;justify-content: start;padding: 15px 0;}
.SBSchoolList .boxs:not(:last-child){border-bottom: 1px dashed #e4e4e4;}
.SBSchoolList .boxs.cell-type {color: gray;flex: none;}
.SBSchoolList .boxs .cell-type p {padding: 0 15px;text-align: center;line-height: 30px;}
.SBSchoolList .boxs .cell {padding: 0 15px;margin-right: 10px;text-align: center;line-height: 30px;border-radius: 3px;color:#333;    margin-bottom: 5px;}
.SBSchoolList .boxs .cell_item{border: 1px solid #1e88e5 !important;border: 4px;}
.SBSchoolList .boxs .cell-reset {background: #1e88e5; padding: 2px 10px !important; color: #FFF !important; cursor: pointer !important;}
.SBSchoolList .boxs .disabled {color: #b2aeae;cursor: not-allowed;}
/*.SBSchoolList .boxs .active {background-color: #008bff;color: #fff;cursor: pointer;}*/
.SBSchoolList .boxs .active {background-color: #1e88e5;color: #fff;cursor: pointer;}
.SBSchoolList .boxs .attr:hover {background-color: #1e88e5;color: #fff;cursor: pointer;}
.SBSchoolList .boxs .cell-box {width: 1050px;display: flex;justify-content: start;flex-wrap: wrap;flex: 1;}
.SBSchoolList .boxs .cell-box .cell-txt:hover {cursor: pointer;}

/*ä¸‹æ‹‰æ¡†*/
.dropdown-wrap  {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    min-width: 300px;
    z-index: 1111;
    width:100%;

}
.dropdown-wrap .dropdown-list .search-list-li {
    overflow: hidden;
    cursor: pointer;
    padding: 0 10px;
    margin: 0;
    display: block;
    text-align: left;
}

.dropdown-wrap .dropdown-list .search-list-li:hover{
    background-color: #F6F6F6;
    -webkit-transition: .5s all;
    transition: .5s all;
}

/*é¢œè‰²*/
.c-red {color: #ff480e; }
.c-yellow {color: #1e88e5; }
.c-green {color: #55d51a; }
.c-gray {color: #ccc; }
.c-nan {color: #999; }
.c-fei {color: #999; }
.b-red {background: #ff480e; }
.b-yellow {background: #1e88e5; }
.b-green {background: #55d51a; }
.b-gray {background: #ccc; }
.b-nan {background: #999; }
.b-fei {background: #999; }
.up {color: #1437d5; }

/*æ»šåŠ¨æ¡*/
.scroll-bar::-webkit-scrollbar {width: 5px;}
.scroll-bar::-webkit-scrollbar-thumb {border-radius: 0;background: rgba(0, 0, 0, 0.2);}
.scroll-bar::-webkit-scrollbar-track,.scroll-bar::-webkit-scrollbar-track {border-radius: 0;background: #f2f2f2;}

/*å…¶ä»–*/
.smallColor {color: #1e88e5;font-size: 14px;cursor: pointer;}
.smallzi {font-size: 12px;color: #8D8B8B;}
.xiahuazi {text-decoration: line-through;color: #AFAAA2;}

.vip-class .layui-layer-title{background: #060606;color: #fff;border: none;padding: 0 40px 0 20px;}
.vip-class .layui-layer-close {background: url(/static/images/newimg/close.png) no-repeat;background-size: cover;}

/*æ‰¹æ¬¡å¼¹çª—*/
.common-batch-list .content{padding:10px;font-size:12px;}
.common-batch-list .content .batch-info {height: 30px;border: 1px solid #d9d6d6;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 5px;border-radius: 5px;margin: 5px 10px;color: #101010;cursor: pointer;}
.common-batch-list .content .tuijian{color: #1684fc;}
/*æš‚æ— æ•°æ®*/
.no-data{text-align: center;color:#ddd;padding:15px 0}
.no-data-minh{min-height:100px;background: #fff;color:#ddd;}

/*tip-bot*/
.tip-bot {height: 100px;background-color: rgba(251, 238, 221, .5);display: flex;justify-content: center;margin: 0 0 15px 0;background-image:linear-gradient(rgb(247 247 247), #def0ff);}
.tip-bot-btn {display: block;width: 380px;height: 55px;background-color:#1e88e5;border: none;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px 0px;border-radius: 13px;font-size: 14px;text-align: center;color: white;font-weight: bold;line-height: 55px;cursor: pointer;}
/*banner*/
.bgr {width: 1200px;margin: 0 auto;background:#1e88e5;box-shadow: 1px 8px 25px 0px rgba(65, 115, 178, 0.13);border-radius: 6px 6px 0px 0px;}
.bgr .banner{position: relative;width: 100%;height: 250px;display: flex;justify-content: center;align-items: center;}
.bgr .left_circle {width: 348px;height: 348px;border: 50px solid rgba(255,255,255,0.15);border-radius: 100%;position: absolute;left: -255px;top: -255px;}
.bgr .right_circle {width: 348px;height: 348px;border: 68px solid rgba(255,255,255,0.15);border-radius: 100%;position: absolute;right: -255px;bottom: -255px;}

/*å·¥å…·ç®±*/
.content-item {
    padding-top: 40px;
}

.content-item h1 {
    text-align: center;
    font-weight: bold;
    color: #2a313c;
}

.content-item h2 {
    text-align: center;
    font-size: 14px;
    color: #b2b6bf;
    margin: 30px 0px;font-weight: normal;
}

.content-item .item {
    height: 180px;
    background: #fff;
    box-shadow: 1px 8px 5px 0px rgba(65, 115, 178, 0.13);
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    box-sizing: border-box;
}

.content-item .item img {
    width: 75px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.content-item .item h3 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #2a313c;
}

.content-item .item p {
    margin-top: 10PX;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #b0b2b7;
}

.content-item .item:hover {
    border-bottom: 5px solid #1e88e5;
    background: url(/static/images/newimg/activeThree.png) no-repeat;
    background-size: cover;
}

.whitebg {
    background: #FFFFFF;
}

.pd20 {
    padding: 20px;
}
.pd10 {
    padding: 10px;
}
.pds10 {
    padding: 10px 0;
}
.pdb20 {
    padding-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.ml5 {
    margin-left: 5px;
}
.mr10 {
    margin-right: 10px;
}

.br5 {
    border-radius: 5px;
}

.flexc {
    display: flex;
    align-items: center;
}

.flexcc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flexsc {
     display: flex;
     justify-content: center;
     align-items: center;
}

.flexs {
    display: flex;
    justify-content: space-between;
}

.flexcend {
    display: flex;
    align-items: end;
}

.flexcstart {
    display: flex;
    align-items: end;
}

.flexsend {
    justify-content: flex-end;
}
.taright {
    text-align: right;
}
.cp {
    cursor: pointer;
}
.ft12 {font-size: 12px;}
.ft14 {font-size: 14px;}
.ft16 {font-size: 16px;}
.ft17 {font-size: 17px;}
.ft18 {font-size: 18px;}
.fw700 {font-weight: 700;}
.shadow {box-shadow: 2px 3px 16px #eee;}
.br6 {border-radius: 6px 6px 0 0;}
.color1 {color: #aaa;}
.color2 {color: #a8a8a8;}
.color3 {color: #008bff;}
 .major_bottom .pagination-box {padding: 20px 0;}
 .major_bottom .page_item {
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    height: 32px;
    line-height: 32px;
}
 .major_bottom .page_num {
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
}
 .major_bottom .page_num .pagebtn {
    margin-left: 20px;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    color: #333;
}
 .major_bottom .page_num .disabled {color: #ddd;cursor: not-allowed!important;}
 .major_bottom .page_num .pageNum {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #f5f6f7;
    color: #333;
    background: #fff;
    text-align: center;
}
 .major_bottom .page_num li {margin-right: 10px;cursor: pointer;}
 .major_bottom .page_num .active {
    background: #1e88e5;
    color: #fff;
}
 .major_bottom .disable{cursor: not-allowed!important;}
 .major_bottom .pagination-box .total{
        border: 1px solid #1e88e5;
        border-radius: 4px;
        padding: 4px 8px;
        background: #1e88e5;
        color: #fff;
    }
.major_bottom .pagination-box .goto{
        margin-left: 10px;
        border: 1px solid #1e88e5;
        border-radius: 2px;
        padding: 4px 8px;
        background: #1e88e5;
        color: #fff;
    }
.major_bottom .no-spinner::-webkit-outer-spin-button,
.major_bottom .no-spinner::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    
.major_bottom .no-spinner {
        -moz-appearance: textfield;
        border: 1px solid #1e88e5;
        border-radius: 4px;
        padding: 4px 8px;
        width: 60px;
    }
.major_bottom .hovered-arrow {
    border: 1px solid #1e88e5 !important;
    color: #1e88e5 !important;
}
 /*.disable {cursor: not-allowed !important;background: #d8d8d8 !important;color: #333 !important;}*/
 .reset-btn {
    position: absolute;
    background: none !important;
    color: #bbb !important;
    right: 20% !important;
    width: 5% !important;
    box-shadow: none !important;
    cursor: pointer;
}
.index_webnav {
    
}
.index_webnav .webnav_box {
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 10px;
    padding: 20px;
}
.webnav_box .webnav_item {
    cursor: pointer;
}
.webnav_item .item_img img{
    width: 80px;
    height: 80px;
}
.demo-class .layui-layer-setwin .layui-layer-close1{
    color: #fff;
    right: 5px;
}
.layui-layer-dialog .layui-layer-setwin .layui-layer-close1{
    right: 5px;
}
.empty-box {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-box img {
    width: 80px;
    height: 80px;
}
.empty-box .empty-data {
    text-align: center;
    font-size: 30px;
    color: #ddd;
}