<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.c-box{ display:block; background:url(../images/bg.jpg) right no-repeat;}
.c-box-main{ margin:0 auto; width:1200px;}
.c-box-main ul li{ float:left; margin-top:170px;display: grid;}
.c-box-main ul li.c1, .c-box-main ul li.c2{ width:27%;}
.c-box-main ul li.c3{ width:46%;}
.bjpg{ display:block; background:#ff581b; border-radius:5px; height:420px; text-align:center; margin:0 10px;}
.bjimg{ display:block;}
.bjimg img{ width:100%; height:auto;}
.bjpg h2{ font-size:36px; font-weight:bold; color:#fff; margin:20px auto 10px;}
.bjpg p{ font-size:18px; color:#fff; margin-bottom:20px;}
.bj-btn{ margin:0 auto; }
.bj-btn a{display:inline-block; border-radius:50px; padding:10px 60px; font-size:18px;background:#fff; color:#333; }
.bj-btn a:hover{background:#333; color:#fff; }

.dkcs{ display:block; background:#fff; border-radius:5px; height:420px; text-align:center; margin:0 10px;}
.dkcs-tit{ min-height:137px; border-bottom:1px solid #f0f0f0;}
.dkcs h2{ font-size:36px; font-weight:bold; color:#333; margin:50px auto 10px;}
.dkcs p{ font-size:18px; color:#999; margin-bottom:20px;}

.dkcs-con{ padding:20px;}
.bbox{ position: relative; display:block; text-align:left; font-size:18px;display: -webkit-box; margin-bottom:20px;}
.bbox .iconfont{ font-size:28px; color:#999;}
.bbox a{ position: absolute; top: 0; right: 0; margin-top: 10px; background:#ff581b ; border-radius:5px; padding:5px 10px; color:#fff; font-size:14px;}
.bbox a:hover{ background:#333 ; color:#fff;}

.mnsj{ display:block; background:#fff; border-radius:5px; height:420px; text-align:center; margin:0 10px;}
.mnsj-tit{ min-height:137px; border-bottom:1px solid #f0f0f0;}
.mnsj h2{ font-size:36px; font-weight:bold; color:#333; margin:50px auto 10px;}
.mnsj p{ font-size:18px; color:#999; margin-bottom:20px;}

.mnsj-con{ padding:20px;}
.dbox{ display:block; text-align:left; font-size:18px;display: -webkit-box; margin-bottom:20px; padding: 0 20px;}
.d-icon{ width: 50px;}
.d-icon i{ font-size: 48px;}
.d-con{}
.d-tit{ height: 38px; line-height: 48px;}
.d-tit i{ color: #ff581b; margin-left: 10px;}
.d-tit a.download{ color: #999; font-size: 16px;}
.d-tit a.download:hover{ color: #ff581b;}

.d-tit a.cback{ background: #ff581b; color: #fff; border-radius: 5px; padding: 5px 10px; font-size: 14px; margin-left: 20px;}
.d-tit a.cback:hover{ background: #333; color: #fff;}
.d-de{ font-size: 14px; color: #999;}


/*预约弹出框*/
.layui-layer-title{ font-size:16px; font-weight:bold;}
.submit-layer{ margin:0 auto; width:800px; height:500px; background:#fff; overflow:hidden;}
.sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:50%;}
.sub-layer-l{ height:500px;}
.sub-layer-l img{width: 100%; height: 100%;}
.sub-layer-r{}
.sub-Privacy p{ padding:20px 40px; color:#666;}
.sub-Privacy a{ color:#999; text-decoration:underline;}
.sub-Privacy a:hover{ color:#ff6600; text-decoration:underline;}

.sub-yy{ display:block; padding:20px 40px;}
.form-input{text-indent:50px;}
.form-control {
    display: block;
    width: 95%;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-horizontal{
		background: #fff;
		border-radius: 15px;
	}
.form-horizontal .heading{
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.form-horizontal .form-group{
	margin:15px 0;
	position: relative;
	width:100%;
	float:left;
}

.form-horizontal .form-control{
    background: #fff;
    border: 0;
	border-bottom:1px solid #e0e0e0;
	box-shadow: none;
	height: 50px;
	transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
	background: #f0f0f0;
	box-shadow: none;
	outline: 0 none;
}
.form-horizontal .form-group i{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 17px;
	color: #c8c8c8;
	transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{
	color: #00b4ef;
}
.form-horizontal .fa-question-circle{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{
	color: #000;
}
.form-horizontal .main-checkbox{
	float: left;
	width: 20px;
	height: 20px;
	background: #11a3fc;
	border-radius: 50%;
	position: relative;
	margin: 5px 0 0 5px;
	border: 1px solid #11a3fc;
}
.form-horizontal .main-checkbox label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{
	visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.form-horizontal .text{
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}
.form-horizontal .btn{
	display:block;
	font-size: 16px;
	color: #fff;
	background: #3489fc;
	border-radius: 50px;
	/* padding: 10px 25px; */
	line-height: 3;
	border:1px solid #1f6fbf;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	cursor:pointer;
	/* height:64px; */
}
.form-horizontal .btn:hover{ background:#1f6fbf;}
.form-horizontal .m-b-35{ margin-bottom:35px;}

@media screen and (max-width:640px){

    .c-box-main{ margin:0 auto; width:100%;}
    .c-box-main ul li{ margin-top:10px;}
    .c-box-main ul li.c1, .c-box-main ul li.c2{ width:100%;}
    .c-box-main ul li.c3{ width:100%;}

    .dbox {
        display: block;
        text-align: left;
        font-size: 18px;
        display: -webkit-box;
        margin-bottom: 20px;
        padding: 0;
    }
    .d-con {
        display: grid;
    }
    .d-tit, .d-de{ float: left;}
    .d-tit i {
        color: #ff581b;
        margin-left: 0;
    }
    .d-tit a.download{ float: left; margin-top: 15px; line-height: 25px;}
    .d-tit a.cback {
        float: left;
        display: table-cell;
        background: #ff581b;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 14px;
        margin-left: 20px;
        line-height: 20px;
        margin-top: 15px;
    }
    .mnsj {
        padding-bottom: 80px;}

    .d-tit span{ display: block;}

 
    .sub-layer-l{ display: none;}
   .sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:100%;}

    .submit-layer {
        margin: 0 auto;
        width: 100%;
        background: #fff;
height:auto;
    }
    .layui-layer-content{ max-width: 0 20px;}

}


/*2023新版估分 分数线模块*/
.compare-box{padding:10px 0}
.compare-box h3{font-size: 16px;text-align: center;padding-bottom: 10px;border-bottom: 1px solid #e3e3e3;}
.right-color{color:#1abb6c}
.error-color{color:#ff0000}
.compare-1 h4{font-size: 14px;text-align: center;padding: 10px 0;}
.compare-num{width:100%;border-top: 1px solid #333;border-right: 1px solid #333;}
.compare-num tr td,.compare-num tr th{border-bottom: 1px solid #333;border-left: 1px solid #333;width:33.33%;padding:10px;font-size: 14px;text-align: center;}
.compare-num-1 tr td,.compare-num-1 tr th{width:25%;}
.compare-num-1 tr td:nth-of-type(1),.compare-num-1 tr th:nth-of-type(1){width:12%;}
.score-result{padding:10px 0;}
.tips-right{height: 80px;background: #e8fff3;font-size: 24px; text-align: center;position: relative;margin-top: 30px;line-height: 80px;font-weight: bold;color:#333}
.tips-right i{display: block;font-size: 50px;color: #1abb6c;position: absolute;left: 50%;transform: translate(-50%, -50%);}
.tips-error{background: #f0d9d9;}
.tips-error i{color: #ff0000;transform: translate(-50%, -50%) rotateZ(180deg);}
.card-img-box{overflow: hidden;background: #1f61db;}
.ewm-box{width:40%;float:right}
.ewm-box &gt; img{width:100%}</pre></body></html>