@charset "utf-8";
body {
    background-color: #f8f8f8 !important;
    font-size: 13px;
    width: 100vw;
}

img {
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}

.changeBG {
    animation: changeColor 0.5s;
}

@keyframes changeColor {
    0% {
        background: #FAFAFA;
    }

    50% {
        background: #FAFAFA;
    }

    100% {
        background: #FAFAFA;
    }
}

input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

 input[type="checkbox"] {
     width:17px;
     height:17px
 }

    input[type="checkbox"]::after {
        content: "";
        position: absolute;
        top: -25px;
        left: -25px;
        bottom: -25px;
        right: -25px;
    }

.show-info input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -37px;
    bottom: -35px;
    right:-13px;
}


.center input[type="checkbox"], .selectAll input[type="checkbox"] {
    width: 0;
    height: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

    .selectAll input[type="checkbox"]::before, .center input[type="checkbox"]::before {
        box-sizing: border-box;
        width: 21px;
        height: 21px;
        border-radius: 2px;
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        background-color: #ffffff;
        background: url('https://imguc1.ytowin.com/Images/favorites/checkedMobile.png') no-repeat center;
        background-size: 100% 100%;
        /*border: 1px solid #E23E38;*/
    }


    .center input[type="checkbox"]:checked::before, .selectAll input[type="checkbox"]:checked::before {
        width: 21px;
        height: 21px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        background: url('https://imguc1.ytowin.com/Images/favorites/hascheckedMobile.png') no-repeat center;
        background-size: 100% 100%;
        border: 0
    }

.card input[type="checkbox"]::before {
    width: 25px;
    height: 25px;
    /*border: 1px solid #0087E6;
    border-radius: 50%;*/
}




.card input[type="checkbox"]:checked::before {
    background: url('https://imguc1.ytowin.com/Images/favorites/hascheckedMobile.png') no-repeat center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    border: 0
}

.show input[type="checkbox"]::before, .show input[type="checkbox"]:checked::before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: -12px;
}





.selectAll {
    width:110px;
    justify-content:flex-start !important;
}

.countBox {
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    padding: 12px;
    position: relative;
    margin-bottom: 12px
}

.addpositionA {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}



.card-ltips {
    padding: 0 8px 0 16px;
    line-height: 22px;
    font-size: 12px;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #333333;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
}

.card-ltips span {
    display:inline-block;
    margin-bottom:5px;
    box-sizing:border-box;
    transform:scale(0.9)
}

.spanBatch {
    color: #ffffff;
    padding: 0 5px;
    background: #FF7E00;
    border-radius: 4px;
}

.spanHold {
    color: #ffffff;
    padding: 0 5px;
    background: #D43461;
    border-radius: 4px;
}

.spanFeature {
    padding: 0 5px;
    color: #0185DA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0185DA;
}

.spanCollegeType {
    color: #ffffff;
    padding: 0 5px;
    background: #0185DA;
    border-radius: 4px;
}

.spanMemberShip {
    padding: 0 5px;
    color: #666666;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #666666;
}

.info {
    box-sizing:border-box;
    min-width:375px;
    width:100%;
    background: #FFFFFF;
    padding: 0 16px;
    position: fixed;
    top:47px;
    left:0;
    z-index:10
}

/*.info div {height:44px;}*/

.flex {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.text-nowarp-three {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.info-top {
    height: 44px;
}

/*.layui-layer-shade {
    top:50px !important;
}

.layui-layer {
    top: 50px !important;
    box-shadow:none !important;
}*/

.info::after {
    content: '';
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ECEEF2;
}

.t-left {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #3E485F;
}

.t-right {
    justify-content:center;
    padding: 0 8px;
    width: 120px;
    height: 28px;
    line-height:28px;
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #A7ABB6;
}

    .t-right span {
        color: #139AFF;
        font-weight: 500;
    }

.info-bottom {
    height: 44px;
}

.b-item {
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding-right:15px
}

.b-item span {
    color:#333333
}

.center {
    padding: 12px 16px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%
}

.card {
    box-sizing:border-box;
    padding:16px 12px;
    min-width:330px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position:relative;
    margin-bottom:12px
}

.card-addMajor {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 52px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #139AFF;
}

.card-addMajor img {
    width:24px;
    height:24px;
    margin-bottom:4px;
}

.card-caption {
    position: absolute;
    background: url(https://sstaticm.ytowin.com/Content/themes/mobile/img/serial-bgc.png) no-repeat;
    top: 16px;
    left: -2px;
    width: 22px;
    height: 21px;
    color: #ffffff;
    text-align: center;
    line-height: 21px
}

.card-l1 {
    padding: 0 8px 0 16px;
    width:240px;
    line-height: 22px;
    font-size: 16px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px
}

.card-l2 {
    line-height: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.card-l2 span {
    color:#999999;
    margin-right:4px;
}

.card-show {
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #139AFF;
    justify-content: center;
}

.card-add {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #139AFF;
}

.c-bottom {
    padding:10px 16px;
    width:100%;
    box-sizing:border-box;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0px -3px 16px 1px rgba(41,89,136,0.09);
    position:fixed;
    bottom:0;
    left:0;
    z-index:10
}

.editPopup {
    position: fixed;
    height: 90px;
    width: 80px;
    bottom: 62px;
    border-radius: 10px 10px 0 0;
    left: 12%;
    background: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(19,154,255,.5);
    display:none;
    z-index:9;
}

.zhanwei {
    width:100%;
    height:5px;
}

.editPopup span {
    display:inline-block;
    width:100%;
    text-align:center;
    font-size: 15px;
    font-family: PingFang SC-Regular, PingFang SC;
    line-height: 40px;
}

.c-bottom-item {
    width: 26px;
    font-size: 13px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.sortableItem {
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    font-size: 13px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}


.export {
    width: 72px;
    height: 28px;
    background: #139AFF;
    border-radius: 4px;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.sortableItem img {
    width: 24px;
    height: 24px
}

.c-bottom-bt {
    color:#ffffff;
    justify-content:center;
    width: 204px;
    height: 42px;
    background: #139AFF;
    border-radius: 6px;

}
.show-info {
    box-sizing: border-box;
    width: 100%;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 12px;
    position: relative;
    padding-right: 30px;
}

.show-number {
    line-height: 20px;
    font-family: Alibaba PuHuiTi 2.0-75 SemiBold, Alibaba PuHuiTi 20;
    color: #139AFF;
    font-size: 14px;
}

.show-number span {
    color:#333333;
    font-weight: 500;
    font-family: PingFang SC-Medium, PingFang SC;
    margin-left:8px;
    display:inline-block
}

.sort-item {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.sort-item img {
    margin-right:12px;
}

.card-addMajor1,.card-addMajorClick {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center
}



.delMajor, .sortMajor, .zyGrounp {
    position: absolute;
    top: 10px;
    right: 12px;
    display: none
}

/*.layui-layer-title {
    height:0 !important;
}*/

.none {
    width: 258px;
    height: 258px;
}

.tips {
    width:100%;
    text-align:center
}


.confirm {
    padding: 0px 30px;
    margin-top: 24px;
    background: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.confirm span {
    color:#FF654D
}

.layui-layer-btn{
    text-align:center
}

.layui-layer-btn a {
    border-radius:10px;
    width: 80px;
    height: 42px;
    line-height:42px;
    font-size: 15px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
}

.demo-class .layui-layer-content {
    border-radius: 12px !important;
}

.demo-class .layui-layer-content iframe {
        border-radius: 12px !important;
    }

.layui-layer {
    border-radius: 12px;
}

.layui-layer-shade {
    opacity:0.5 !important;
}
/*#layui-layer100003 .layui-layer-title {
    height: 0 !important;
    
}*/
.stitle {
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

img {
    width:24px;
    height:24px
}

.schoolSort {
    color: #139AFF;
    border: 1px solid #139AFF;
    width: 34px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius:2px;
    margin: 26px 0;
}

.card-addMajor2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    align-items: center;
}

.schoolSortUp, schoolSortDown {
    width:24px;
    height:24px
}