
.tem_029_customize .stu_ly_main {
    padding-bottom: 50px;
    min-height: 100%;      
}
.tem_029_customize  .stu_ly_main.opened {
    margin-left: 240px;
}
.tem_029_customize .stu_ly_main.fall_height {
    height: 100%;   
}
.tem_029_customize .iframe_page {
    width: 100%;
    height: 100%;

    position: relative;
    z-index: 1;
}
.tem_029_customize .iframe_page.demo_pic {
    overflow-y: auto;
    background-color: #fff;
    text-align: center;
}
.tem_029_customize .iframe_page.demo_pic img {
    max-width: 100%;
}
.tem_029_customize .iframe_page.w_max_400 {
    max-width: 400px;
    margin: 0 auto;
}

.tem_029_customize .stu_ly_main .main_wp_001 {
    padding: 1rem;
}
.tem_029_customize .stu_ly_main .main_wp_001.login {
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.tem_029_customize .stu_ly_main .main_wp_001.login .color_tit {
    color: #fff;
}
.tem_029_customize .stu_ly_main .main_wp_001.nopd {
    padding: 0;
}

.tem_029_customize .stu_ly_main .color_tit {
    text-align: center;
    margin-bottom: 1rem;
    color: #1c51a0;
    font-weight: bold;
}
.tem_029_customize .stu_ly_main .color_tit .line {
    display: inline-block;
    background-color: #fff;
}
.tem_029_customize .stu_ly_main .color_tit .line:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    background: #fff9e2;
    background-image:
        linear-gradient(90deg, #ffd1ed 11px, transparent 0),
        linear-gradient(90deg, #d1efff 11px, transparent 0),
        linear-gradient(90deg, #ffde5a 11px, transparent 0);
    background-size: 41px 100%, 61px 100%, 83px 100%;
}

.tem_029_customize .stu_ly_main .img_bg_link {
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.tem_029_customize .stu_ly_main .img_bg_link .img_bg_link_photo {
    height: 100%;
    width: 100%;

    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    transition: all 0.5s ease-out;
    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1
    );
    will-change: transform;
}
.tem_029_customize .stu_ly_main .img_bg_link > span {
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: rgba(250, 175, 70, 0.75);
    color: #fff;
    text-align: center;
    bottom: 0;
    font-size: .9rem;

    transition: all 0.5s ease-out;
}
.tem_029_customize .stu_ly_main .img_bg_link:hover .img_bg_link_photo {
    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 0.9
    );
}
.tem_029_customize .stu_ly_main .img_bg_link.slideup > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.tem_029_customize .stu_ly_main .img_bg_link.slideup:hover > span {
    background-color: rgba(250, 175, 70, 0.8);
    height: 100%;
}



.tem_029_customize .stu_ly_main .img_bg_link.sty2 > span {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #f8ad32;
    padding: 0 1rem;
    line-height: 24px;
}
.tem_029_customize .stu_ly_main .img_bg_link.sty2 > span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 0 16px;
    border-color: transparent transparent transparent #f8ad32;

    position: absolute;
    top: 0;
    right: -16px;
}
.tem_029_customize .stu_ly_main .img_bg_link.sty2.blue > span {
    background-color: #1c51a0;
}
.tem_029_customize .stu_ly_main .img_bg_link.sty2.blue > span:after {
    border-color: transparent transparent transparent #1c51a0;
}

.tem_029_customize .stu_ly_main .circle_link {
    display: flex;
    justify-content: space-around;
    font-size: .8rem;
}
.tem_029_customize .stu_ly_main .circle_link a {
    text-align: center;
    padding-top: 5px;
    color: rgba(255,255,255,0.85);
}
.tem_029_customize .stu_ly_main .circle_link a .icon_box {
    width: 48px;
    margin: 0 auto 5px auto;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.tem_029_customize .stu_ly_main .circle_link a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.tem_029_customize .stu_ly_main .circle_link a:hover .icon_box {
    transform: translateY(-5px);
}
.new_alter {
    position: absolute;
    background-color: #ee2b2b;
    color: #fff;
    border-radius: 5rem;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -5px;

    font-size: .8rem;

    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    transition: all 0.2s ease-in-out;
}

.tem_029_customize .stu_ly_main .rect_link_001 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tem_029_customize .stu_ly_main .rect_link_001 > a {
    border-radius: .2rem;
    color: rgba(98, 42, 155, 0.7);
    text-align: center;
    position: relative;
}
.tem_029_customize .stu_ly_main .rect_link_001 > a:hover {
    text-decoration: none;
    color: rgba(98, 42, 155, 1);
}
.tem_029_customize .stu_ly_main .rect_link_001 > a > p {
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 0;
}
.tem_029_customize .stu_ly_main .rect_link_001 > a .icon {
    display: block;
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
    font-size: 1.4rem;
    height: 60px;
    width: 60px;
    border-radius: 5rem;
    margin-bottom: .2rem;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}

.tem_029_customize .stu_ly_main .rect_link_001 > a:nth-child(even) {
    border-radius: .2rem;
    color: rgba(19, 100, 163, 0.7);
    text-align: center;
}
.tem_029_customize .stu_ly_main .rect_link_001 > a:nth-child(even) .icon {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.tem_029_customize .stu_ly_main .rect_link_001 > a:hover:nth-child(even) {
    color: rgba(19, 100, 163, 1);
}
.tem_029_customize .stu_ly_main .rect_link_001 > a:hover .icon,
.tem_029_customize .stu_ly_main .rect_link_001 > a:hover .new_alter {
    transform: translateY(-5px);
}

.tem_029_customize .stu_ly_main .rect_link_001.wh_bg {
    background-color: #fff;
    border: 3px solid #d7e7ce;
    border-top-width: 0;
    border-bottom-width: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    max-width: 600px;
    margin: 0 auto;
}

.tem_029_customize .stu_ly_main .de_school_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tem_029_customize .stu_ly_main .de_school_list > a {
    padding: .2em 1em;
    color: #fff;
    background-color: #333f50;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border-radius: .2rem;
}
.tem_029_customize .stu_ly_main .de_school_list > a.active,
.tem_029_customize .stu_ly_main .de_school_list > a:hover {
    text-decoration: none;
    background-color: #2282db;
}
.tem_029_customize .stu_ly_main .de_school_list > a.red {
    background-color: #c00000;
}
.tem_029_customize .stu_ly_main .de_school_list > a.active.red,
.tem_029_customize .stu_ly_main .de_school_list > a.red:hover  {
    background-color: #ff5d5d;
}
.tem_029_customize .stu_ly_main .de_school_list.green_all > a {
    background-color: #51cfb1;
}
.tem_029_customize .stu_ly_main .de_school_list.green_all > a.active,
.tem_029_customize .stu_ly_main .de_school_list.green_all > a:hover {
    background-color: #ef2d68;
}
.tem_029_customize .stu_ly_main .de_school_list > a.no_action {
    cursor: default;
    pointer-events: none;
    background: #ccc;
}

.tem_029_customize .stu_ly_main .shool_wp_001 {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.tem_029_customize .stu_ly_main .shool_wp_001 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tem_029_customize .stu_ly_main .shool_wp_001 ul {
    display: flex;
    padding-left: 0;
    font-size: .9em;
    margin-top: .5rem;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

.tem_029_customize .stu_ly_main .shool_wp_001 li {
    list-style: none;
    padding: .2rem;
    background-color: #2f5597;
    color: #fff;
    text-align: center;

}
.tem_029_customize .stu_ly_main .shool_wp_001 li:first-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 45%;
}
.tem_029_customize .stu_ly_main .shool_wp_001 li:nth-child(2),
.tem_029_customize .stu_ly_main .shool_wp_001 li:nth-child(3) {
    border-left: 1px solid #ededed;
}
.tem_029_customize .stu_ly_main .shool_wp_001 li:nth-child(2) {
    flex-basis: 35%;
}
.tem_029_customize .stu_ly_main .shool_wp_001 li hr {
    margin-top: .2em;
    margin-bottom: .2em;
    height: 1px;
    border: none;
    background-color: #ededed;
}
.tem_029_customize .stu_ly_main .shool_wp_001 li:nth-child(3) {
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tem_029_customize .stu_ly_main .shool_wp_001 .mt_btn_002 {
    width: 100%;
    text-align: center;
    font-size: .9em;
    margin-right: .2em;
}
.tem_029_customize .stu_ly_main .shool_wp_001 .mt_btn_002 + .mt_btn_002 {
    margin-left: .2em;
    margin-right: 0;
}
.tem_029_customize .stu_ly_main .area_box {
    display: inline-block;
    background-color: #ffc000;
    border-radius: .2rem;
    color: #fff;
    padding: .2em 1em;
    margin-right: .2rem;
}
.tem_029_customize .stu_ly_main .area_box.blue {
    background-color: #333f50;
}
.tem_029_customize .stu_ly_main .area_box.red {
    background-color: #c00000;
}
.tem_029_customize .stu_ly_main .shool_wp_001 .type {
    display: block;
    background-color: #333f50;
    border-radius: .2rem;
    color: #fff;
    padding: .2em 1em;
    text-align: center;
}
.tem_029_customize .stu_ly_main .shool_wp_001 .type.red {
    background-color: #c00000;
}

.tem_029_customize .stu_ly_main .school_evaluation_box {
    font-size: .9em;
    background: #f2f2f2;
}
.tem_029_customize .stu_ly_main .school_evaluation_box img {
    width: 100%;
    margin-bottom: .5rem;
}
.tem_029_customize .stu_ly_main .school_evaluation_box .wp {
    padding: .5rem;
}


.tem_029_customize .stu_ly_main .de_wrapper_001 {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .9rem;
}
.tem_029_customize .stu_ly_main .de_wrapper_001 img {
    max-width: 100%;
    margin-bottom: 1rem;
}
.tem_029_customize .stu_ly_main .de_wrapper_001 .de_tit_001 {
    background-color: #2aa185;
    color: #ffffff;
    padding: .3rem 1rem;
    margin-bottom: 0;
}

/*----------------------------------
files.html
----------------------------------*/
.tem_029_customize .stu_ly_main .de_upload_list {
    background-color: rgba(255,255,255,1);
}
.tem_029_customize .stu_ly_main .de_upload_list ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tem_029_customize .stu_ly_main .de_upload_list ul li {
    list-style: none;
    padding: .3em;
}
.tem_029_customize .stu_ly_main .de_upload_list ul li:first-child {
    flex-basis: 100%;
    word-break: break-all;
    color: #2aa185;
}

.tem_029_customize .stu_ly_main .de_list_001 ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.tem_029_customize .stu_ly_main .de_list_001 ul:nth-child(odd) {
    background-color: #f7f7f7;
}
.tem_029_customize .stu_ly_main .de_list_001 ul:hover { 
    background-color: #e3eef7;
}
.tem_029_customize .stu_ly_main .de_list_001 ul li {
    list-style: none;
    padding: .3em;
}
.tem_029_customize .stu_ly_main .de_list_001 ul li:first-child {
    flex-basis: 100%;
    word-break: break-all;
}


.tem_029_customize .stu_ly_main .upload_wp {
    font-size: .9em;
    padding: .5rem;
    background-color: #f2f2f2;
}

/*----------------------------------
basic_information.html
----------------------------------*/
.tem_029_customize .stu_ly_main .de_basic_info {
    background-color: #f2f2f2;
    font-size: .9em;
    padding: .5rem;
}
.tem_029_customize .stu_ly_main .de_basic_info .tit {
    display: flex;
    justify-content: space-between;
}
.tem_029_customize .stu_ly_main .de_basic_info .mt_table_1 {
    border-bottom: 0;
}
.tem_029_customize .stu_ly_main .de_basic_info .mt_table_1 tbody tr td {
    padding: 5px 0;
}
.tem_029_customize .stu_ly_main .de_basic_info .mt_table_1 tbody tr td:first-child {
    width: 45%;
    padding-right: 5px;
}

.tem_029_customize .stu_ly_main .de_basic_info .line {
    height: 0;
    border: none;
    border-bottom: 2px dashed #51cfb1;
}


/*----------------------------------
contact.html
----------------------------------*/
.tem_029_customize .stu_ly_main .de_school_list_005 {
    background-color: #f8ac32;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 99rem;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a:hover {
    text-decoration: none;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.ph {
    background-color: #fd1342;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.mail {
    background-color: #ffd75d;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.line {
    background-color: #00ac00;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.sk {
    background-color: #00b4e2;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.qq {
    background-color: #c4731e;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.fb {
    background-color: #4b6baf;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.pi {
    background-color: #2e75b6;
}
.tem_029_customize .stu_ly_main .de_school_list_005 > a.yb {
    background-color: #e52d27;
}


.tem_029_customize .stu_ly_main .cnt_box {
    font-size: .9rem;
    background-color: #2e75b6;
    color: #f2f2f2;
    padding: .5rem;
}
.tem_029_customize .stu_ly_main .cnt_box .sm {
    font-size: .9em;
}
.tem_029_customize .stu_ly_main .cnt_box.sty_num {
    padding-left: 2rem;
    list-style-type: disc;
}


.tem_029_customize .stu_ly_main .de_office_list {
    padding-left: 0;
    margin-top: 1rem;
    font-size: .9em;
}
.tem_029_customize .stu_ly_main .de_office_list li {
    list-style: none;
    background-color: #f2f2f2;
    margin-bottom: 1rem;
}
.tem_029_customize .stu_ly_main .de_office_list li .wd {
    padding: .5em;
    border-bottom: 2px solid #2aa185;
}
.tem_029_customize .stu_ly_main .de_office_list li .wd .tit {
    background-color: #2aa185;
    color: #fff;
    padding: .2rem;
}
.tem_029_customize .stu_ly_main .de_office_list li .wd p {
    margin-bottom: .3rem;
}

/*----------------------------------
setting.html
----------------------------------*/
.tem_029_customize .stu_ly_main .de_setting {
    padding: .5rem;
    color: #f2f2f2;
    background-color: #2e75b6;
}

.tem_029_customize .stu_ly_main .de_setting > div {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: .5rem;
    padding-bottom: .5rem;
}

.tem_029_customize .stu_ly_main .de_setting > div:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.tem_029_customize .stu_ly_main .de_setting > div p {
    margin-bottom: 0;
}

.tem_029_customize .cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(42,78,155), -15px 15px rgb(248,172,50), -15px -15px rgb(42,78,155), 15px -15px rgb(248,172,50);
		-o-box-shadow: 15px 15px rgb(42,78,155), -15px 15px rgb(248,172,50), -15px -15px rgb(42,78,155), 15px -15px rgb(248,172,50);
		-ms-box-shadow: 15px 15px rgb(42,78,155), -15px 15px rgb(248,172,50), -15px -15px rgb(42,78,155), 15px -15px rgb(248,172,50);
		-webkit-box-shadow: 15px 15px rgb(42,78,155), -15px 15px rgb(248,172,50), -15px -15px rgb(42,78,155), 15px -15px rgb(248,172,50);
		-moz-box-shadow: 15px 15px rgb(42,78,155), -15px 15px rgb(248,172,50), -15px -15px rgb(42,78,155), 15px -15px rgb(248,172,50);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
        -moz-animation: cssload-spin ease infinite 4.6s;
    
    z-index: 0;
}

@media (min-width: 768px) {
    
    .tem_029_customize .stu_ly_main .de_upload_list ul li,
    .tem_029_customize .stu_ly_main .de_list_001 ul li {
        flex-basis: 20%;
        text-align: right;
    }
    .tem_029_customize .stu_ly_main .de_upload_list ul li:first-child,
    .tem_029_customize .stu_ly_main .de_list_001 ul li:first-child {
        flex-basis: 60%;
        text-align: left;
    }

    
    .tem_029_customize .stu_ly_main .de_list_001 ul li {
        padding: 8px 10px;
    }


    .tem_029_customize .stu_ly_main .img_bg_link {
        height: 160px;
    }

    .tem_029_customize .stu_ly_main .img_bg_link.sty2 {
        height: 200px;
    }
    .tem_029_customize .stu_ly_main .img_bg_link > span{
        font-size: 1rem;
    }
    
    .stu_ly_sidenav .link_group,
    .tem_029_customize .stu_ly_main .circle_link,
    .tem_029_customize .stu_ly_main .rect_link_001 > a > p {
        font-size: .9rem;
    }
    .tem_029_customize .stu_ly_main .color_tit {
        font-size: 1.2rem;
    }

    .tem_029_customize .stu_ly_main .img_bg_link.sty2 > span {
        line-height: 32px;
    }
    .tem_029_customize .stu_ly_main .img_bg_link.sty2 > span:after {
        border-width: 32px 0 0 24px;
        right: -24px;
    }

}
@media (min-width: 992px) {

    .tem_029_customize .stu_ly_main .de_office_list li {
        display: flex;
        border-bottom: 2px solid #2aa185;
    }
    .tem_029_customize .stu_ly_main .de_office_list li .wd,
    .tem_029_customize .stu_ly_main .de_office_list li iframe {
        width: 50%;
    }
    .tem_029_customize .stu_ly_main .de_office_list li .wd {
        border-bottom: none;
    }
    .tem_029_customize .stu_ly_main .de_office_list li iframe {
        padding: .5em;
    }
}

