<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layer_box {
            display: flex;
            align-items: center;
            width: 767px;
            height: 500px;
            background: url(../images/layer01.jpg) no-repeat;
            background-size: cover;
            box-shadow: 0 0 80px #6b6b6b;
            padding-left: 33px;
            overflow: hidden;
            position: relative;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999;
        }

        .adress_x {
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #666666;
            margin-bottom: 10px;
        }

        .title_x {
            margin: 0;
            font-size: 28px;
            font-weight: 600;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #333333;
        }

        .x_p01,
        .x_p02 {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #666666;
        }

        .x_p01 {
            margin-top: 20px;
        }

        .x_p02 {
            margin-top: 18px;
        }

        ul,
        p {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .layer_box ul {
            display: flex;
            margin-top: 18px;
        }

        #learn_data li,
        #learn_major li {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 79px;
            height: 29px;
            background-color: #eeeeee;
    border: 1px solid #eee;
            border-radius: 5px;
            font-size: 14px;
            letter-spacing: 0px;
            color: #333333;
            margin-right: 11px;
            cursor: pointer;
        }

        #learn_data .data_act,
        #learn_major .major_act {
            background-color: #ee5400;
            border-radius: 5px;
            border: solid 1px #ee5400;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .layer_box .data_act::before,
        .layer_box .major_act::before {
            content: '';
            width: 10px;
            height: 10px;
            background: url('../images/g.png') no-repeat;
            background-size: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        #learn_from {
            margin-top: 18px;
            margin-bottom: 18px;
        }

        #learn_from input {
            width: 169px;
            height: 29px;
            background-color: #eeeeee;
            border-radius: 5px;
            border: solid 1px #eeeeee;
            text-indent: 12px;
            outline: none;
            margin-right: 11px;
        }

        #learn_from input:hover {
            border-color: #ee5400;
            background-color: #fff;
        }

        .x_text_p {
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0px;
            color: #333333;
        }

        .x_text_p span {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 12px;
            letter-spacing: 0px;
            color: #ee5400;
        }

        .x_text_p em {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 12px;
            letter-spacing: 0px;
            color: #ee5400;
        }

        .x_layer_btn {
            display: flex;
            margin-top: 18px;
        }
 .x_layer_btn button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 169px;
            height: 43px;
            text-decoration: none;
            background-color: #ee5400;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 12px;
            letter-spacing: 0px;
            color: #ffffff;
           /*  margin-right: 11px */
        }
        .x_layer_btn a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 169px;
            height: 43px;
            text-decoration: none;
            background-color: #ee5400;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 12px;
            letter-spacing: 0px;
            color: #ffffff;
            margin-right: 11px
        }

        .x_layer_btn a:nth-child(2) {
            background-color: #333;
        }

        .box_close {
            width: 45px;
            height: 45px;
            background-color: #ee5400;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 45px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }
        /* Ã¦â€“Â°Ã¥Â¼Â¹Ã§Âªâ€”Ã¦Â&nbsp;Â·Ã¥Â¼Â?Ã§Â»â€œÃ¦ÂÅ?/
.x_Tblayerwh{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1000;
}
.x_Tblayer{
	display: none;
	width: 800px;
	height: 490px;
	/* background-color: #fff; */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
}
.x_Tblayer h1{
	height: 60px;
	background-color: #fcb428;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #313131;
	text-align: center;
	position: relative;
}
.x_Tblayer h1 .x_TblayerCloss{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	right: 22px;
	background-color: #fff;
	opacity: .8;
	text-align: center;
	line-height: 26px;
	font-weight: 400;
	color: #fcb428;
	font-size: 16px;
	cursor: pointer;
}
.x_Tblayer table{
	width: 100%;
	background-color: #fff;
	border:1px solid #bfbfbf; border-collapse:collapse;
}
.x_Tblayer table td{
	border-bottom:1px solid #bfbfbf;
	 border-right:1px solid #bfbfbf;
	 text-align: center;
	 height: 45px;
}
.x_Tblayer table td input{
	width: 58%;
	height: 100%;
	outline: none;
	font-size: 18px;
border:none;
}
.x_Tblayer table td input::placeholder{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a0a0a0;
}
.x_h1stye{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #535353;
}
.x_Tblayer .x_optn td{
	height: 54px;
}
.x_Tblayer table td select{
	outline: none;
	width: 140px;
	height: 36px;
	border: solid 1px #b5b5b5;
}
.x_Tblayer_btn{
	display: block;
	width: 303px;
	height: 49px;
	background-color: #fcb428;
	border-radius: 24px;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 1px;
	color: #313131;
	margin: 0 auto;
	margin-top: 40px;
}

        #tbLyer{
            width: 85px;
            height: 85px;
            position: fixed;
            bottom: -4px;         
            right: 204px;
            margin: 0 auto;
            background: url("../images/layer_footer.png")
            no-repeat center center;
            background-size: 100%;
 	    cursor: pointer;
        }
</pre></body></html>