html,body{
	
	height: 100%;
	margin: 0;
	padding: 0;
    font-size: 94%!important;
    font-family: 'Microsoft YaHei';
}

body .layui-layer {
	border-radius: 11px;
}
body .layui-layer-msg {
	min-width: 60px;
	border-radius: 2px;
}
.layui-layer-title, .layui-layer-setwin {
	display: none;
}
.layui-layer-content{
	text-align: center;
}
.layui-layer-dialog .layui-layer-btn {
	border-top: 1px solid #ddd;
	padding: 5px 15px 9px;
	font-size: 16px;
	text-align: center;
}
.layui-layer-dialog .layui-layer-btn a {
	border: 0;
	color: #1E9FFF;
	background-color: #fff;
}
.layui-layer-dialog .layui-layer-btn a:hover {
	opacity: 0.8;
}
body .layui-layer-msg .layui-layer-content {
	font-size: 16px;
	line-height: 26px;
}
body .layui-layer-msg .layui-layer-content .layui-layer-ico {
	top: 19px;
}

@font-face{
    font-family: 'WRYH';               /*自定义字体名称*/
    src: url('msyh.ttf') format('truetype');     /*Safari,Android,iOS*/
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'msyhBold';               /*自定义字体名称*/
    src: url('msyhBold.ttf') format('truetype');     /*Safari,Android,iOS*/
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'kaiu';               /*自定义字体名称*/
    src: url('kaiu.ttf') format('truetype');     /*Safari,Android,iOS*/
    font-weight: normal;
    font-style: normal;
}

body .repeat_top_banner {
    width: 100%;
    height: calc(135px / 2);
    min-width: 1024px;
    position: fixed;
    top: 0px;
    background-size: contain;
    background-image: url(../images/student/banner_repeat.png);
    background-repeat: repeat-x;
}
body .page_footer_banner {
    width: 100%;
    min-width: 1024px;
    height: calc(96px / 2);
    position: fixed;
    background-size: contain;
    bottom: 0px;
}

#app {
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    min-width: 1024px;
    min-height: 768px;
    width: 100%;
    height: 100%;
}

/* 上下bar */

.container .top_banner {
    width: 1024px;
    height: calc(363px / 2);
    float: left;
    background-size: contain;
    background-image: url(../images/student/banner.png);
    background-repeat: no-repeat;
    /* margin-left: calc((100% - 1024px) / 2); */
}

/*.container .bottom_banner {
    width: 1024px;
    height: 60px;
    float: left;
    margin-left: calc((100% - 1024px) / 2);
}*/

.container .bottom_banner {
    width: 96%;
    min-width: calc(1024px * 0.96);
    height: 60px;
    float: left;
    margin-left: 2%;
    line-height: 60px;
}
@media screen and (max-height:769px){
.footer_bar{
    width: 100%;
    min-width: 1024px;
    height: 50px;
    background-color: #34CDB9;
    margin-top: 360px;
    position: fixed;
    padding-top: 14px;
    z-index: 200;
}

.footer_bar_student{
    width: 100%;
    min-width: 1024px;
    height: 50px;
    /*background-color: #34CDB9;*/
    margin-top: 360px;
    position: fixed;
    padding-top: 30px;
    z-index: 200;
}
}
@media screen and (min-height:769px){
    .footer_bar{
    width: 100%;
    min-width: 1024px;
    height: 50px;
    background-color: #34CDB9;
    top: 96.5%;
    position: fixed;
    padding-top: 14px;
    z-index: 200;
}

.footer_bar_student{
    width: 100%;
    min-width: 1024px;
    height: 50px;
    /*background-color: #34CDB9;*/
    top: 95.5%;
    position: fixed;
    padding-top: 30px;
    z-index: 200;
}
}
.logo_company{
    
    width: 239.5px;
    height: 24px;
    margin-left: 10px;
}

.footer_select{
    position: fixed;
    margin-top: 3px;
    margin-left: 20px;
    font-size: 12px;
}

.yszc{
   
    float: right;
    font-size: 8pt;
    color: #01665b;
    text-decoration: underline;
    margin-right: 30px;
    margin-top: 6px;
}

.copyright_line{
    float: right;
    width: 1px;
    height: 9px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.llwm{
   
    float: right;
    font-size: 8pt;
    color: #01665b;
    text-decoration: underline;
    margin-top: 6px;
}

.copyright_text{

    float: right;
    width: 166px;
    height: 9px;
    margin-top: 10px;
}
/* 上下bar */

/*logo，隱私，注意*/
body .bottom_banner  .company_logo {
    min-width: calc(241px / 2);
    /*私隱政策font-size最小12px，*/
    height: calc(40px * 12 / 18);
    float: left;
    margin-right: 1%;
    position: relative;
    top: 14px;
}

body .bottom_banner  .copyright {
    min-width: calc(322px / 2);
    /*私隱政策font-size最小12px*/
    /*height: calc(18px / 2);*/
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

body .bottom_banner  .copyright_line {
    min-width: calc(2px / 2);
    /*height: calc(17px / 2);*/
    height: 12px;
    float: left;
    margin: 0 .5%;

}
body .bottom_banner  .private_policy {
    float: left;
}
body .bottom_banner  .private_policy a {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: calc(18px / 2);
    height: calc(17px / 2);
    border-bottom: 1px solid;
    text-decoration: none;
}
body .bottom_banner  .caution {
    min-width: calc(772px / 2);
    /*私隱政策font-size最小12px*/
    /*height: calc(43px * 12 / 18);*/
    height: calc(40px * 12 / 18);
    float: right;
    text-align: right;
    position: relative;
    top: 15px;
}

.company_logo img, .copyright img, .copyright_line img, .caution img{
    max-width: 100%;
    max-height: 100%;
}
/*logo，隱私，注意*/

/*用戶名稱*/
.username {
    position: absolute;
    right: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: WRYH;
}

.username div {
    display: inline-block;
}

.username div:nth-child(1) {
    color: #ffffff;
}

.username div:nth-child(2) {
    min-width: 100px;
    padding: 2px 8px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-right: 10px;
}

.username .logout {
    height: 28px;
    width: 30px;
    background-size: contain;
    background-image: url(../images/teacher/btn_logout.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.username .logout:hover {
    background-image: url(../images/teacher/btn_logout_s2.png);
}
/*用戶名稱*/

/*学生用戶名稱*/
.st_user_box{
    position: absolute;
    top: 5px;
    right: 60px;
    height: 40px;
    width: 300px;
    display: flex;
    align-items: center;
}
.st_user_box .st_user_title{
    height: 28px;
    width: 80px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 15px;
}
.st_user_box .st_user_name{
    width: 180px;
    height: 23px;;
    display: flex;
    align-items: center;
    color: #333333;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 14px;
    border-radius: 11px;
    background-color: #ffffff;
    padding-left: 5px;
}
.st_user_box .btn_logout{
    height: 28px;
    width: 30px;
    background-size: contain;
    background-image: url(../images/student/btn_logout.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}
.st_user_box .btn_logout:hover{
    background-image: url(../images/student/btn_logout_s2.png);
}
/*学生用戶名稱*/


/*other*/
.cursor-pointer {
    cursor: pointer;
}
.flex-row-rev {
    display: flex;
    flex-direction: row-reverse;
}
.underline {
    text-decoration: underline;
}
.rotate180 {
    transform: rotate(180deg);
}
.top_arrow {
    align-self: flex-start;
}
.middle_arrow {
    align-self: center;
}
.bottom_arrow {
    align-self: flex-end;
}
/*other*/

