/* 字体 */
@font-face{
	font-family:fzzd;
	/*为引入的字体命名   方正正大黑*/
	src:url(../font/fzzd.ttf);
	/*定义要引入字体文件的路径*/
}
/*logo 热线电话*/
.caike_logo{
	height:70px;
	margin:0 auto;
	background: #ffffff;
    display: none;
}
.caike_logo .logo{
	padding-top:10px;
	display: inline-block;
}
.caike_logo .logo img{
	width:210px;
}
.caike_logo .phone{
	display: inline-block;
	float: right;
	padding-top: 20px;
	font-size: 21px;
	color: #d53239;
	background: url(../images/phone_top.png) left 27px no-repeat;
	padding-left: 27px;
}
/*logo 热线电话 over*/



/*公共区*/
.w1200{max-width:1200px;margin: 0 auto;}
body{
    background: #f3f7fe;

}
.container-fluid{
	margin: 0;
	padding: 0;
}
[class*="row"]{
	padding: 0;
	margin: 0 auto;
}
[class*="col"]{
	padding: 0;
	margin: 0 auto;
}


.all_title{
    font-size: 40px;
    color:#f95a62;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 10px;
}

/*公共区 over*/

/*banner*/
.banner{
    background:url("../images/banner.png") no-repeat center top;
    background-size: 100%;
    min-width: 1200px;
    display: block;
    position: relative;
    padding-top: 30%;

}
/*banner over*/

/*成绩查询*/
.result{
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 0 60px 0;
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.result .result_items{
    width:100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.result .result_items .input_row{
    width:500px;
    height:50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    position: relative;
}
.result .result_items .input_row:before{
    content:' ';
    width:30px;
    height:30px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 15px;
    margin: auto;
    font-size: 16px;
}
.result .result_items .input_row:nth-child(1):before{background: url("../images/resule_dw.png") no-repeat center;background-size: 100%;}
.result .result_items .input_row:nth-child(2):before{background: url("../images/resule_phone.png") no-repeat center;background-size: 100%;}
.result .result_items .input_row:nth-child(3):before{background: url("../images/resule_yzm.png") no-repeat center;background-size: 100%;}
.result .result_items .input_row:nth-child(4):before{background: url("../images/resule_sjyzm.png") no-repeat center;background-size: 100%;}
.result .result_items input,.result .result_items div,.result .result_items select{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    text-indent: 50px;
    outline: none;
}
.result .result_items input,.result .result_items select{
    border:1px solid #333333;
}

.result .result_yzm,.result .result_sjyzm{
    width:60%!important;
}
.result .result_yzm_btn,.result .result_sjyzm_btn{
    width:38%!important;
    margin-left: 2%;
    border:1px solid #333333;
    text-indent: 0!important;

}
.result .result_items .result_btn{
    margin-top: 60px;
}
.result .result_items .result_btn a{
    width:100%;
    height:100%;
    background:#f95a62;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-indent: 0;
    border-radius: 5px;
}
.result .result_items .result_btn a:hover{
    border: 1px solid #f95a62;
    background:#ffffff;
    color: #f95a62;

}
.result #code_div{
    letter-spacing: 3px;
    font-size: 20px;
    cursor: default;
}

/*class list*/
.class_items{

    max-width: 1256px;
    margin: 0 auto;
    margin-top: 50px;
}
.class_items .classlist{
    width: 87%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
}
.class_items .classlist:hover{
    box-shadow: 0 0 10px #999999;
}
.class_items .cover{
    width:100%;
    overflow: hidden;
}
.class_items .cover img{
    width:100%
}
.class_items .cover img:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.class_items .class_con{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: bottom;
    margin-top: 14px;
}
.class_items .class_con .className{
    font-size: 30px;
}
.class_items .class_con .classPrice{
    font-size: 16px;
    color: #ff0000;
}
.class_items .class_con .classPrice span{
    font-size: 24px;
    color: #ff0000;
}
.class_items .class_bths{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.class_items .class_bths a{
    padding:5px 0;
    width:45%;
    font-size: 24px;
    border: 0;
    color: #ffffff;
    border-radius: 3px;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.class_items .class_bths .bths_bm{
    background: #ff0000;
    border:1px solid #ff0000;

}
.class_items .class_bths .bths_de{
    background: #0072ff;
    border:1px solid #0072ff;

}
.class_items .class_bths .bths_bm:hover{
    background: #ffffff;
    color: #ff0000;
    border:1px solid #ff0000;

}
.class_items .class_bths .bths_de:hover{
    background: #ffffff;
    color: #0072ff;
    border:1px solid #0072ff;
}
.class_items .class_top{
    margin-top: 20px;
}


/* PC foot */
.pc_foot{
	min-width:1200px;
	background:rgba(250,102,100,0.8);
	margin-top: 100px;
}
.pc_foot .foot_item{
	display: flex;
	align-items: center;
	justify-content:center;
	max-width: 1200px;
	padding: 84px 0;
	text-align: center;
}
.pc_foot .foot_item div{
	margin-right: 50px;
}
.pc_foot .code_div img{
	display: inline-block;
	width:87px;
	height:87px;
}
.pc_foot .code_div span{
	color:#ffffff;
	font-family: Adobe 黑体 Std;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.pc_foot .foot_text{
	font-size: 14px;
	color:#ffffff;
	text-align: left;
	font-family: Adobe 黑体 Std;
	line-height: 26px;
	margin-left: 50px;
}
.pc_foot .footer p {
    font-size: 14px;
    color: #ffffff!important;
    margin-bottom: 5px;
}
.pc_foot .footer .a {
    font-size: 14px;
    color: #ffffff!important;
    text-decoration: none;
}
.pc_foot .banxue {
    color: #ffffff!important;
}
/* PC foot over*/

/*移动内容隐藏区*/
.yd_foot{
	display: none;
}
.position_bottom{
	display: none;
}
/*移动内容隐藏区 over*/

/*mask_block*/
.mask_block{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	display: none;
}
.mask_alert{
	width:max-content;
	height:max-content;
	background: rgba(250,102,100);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto;
	padding: 60px 100px 50px 100px;
}
.mask_alert:before{
    content: ' ';
    width: 94%;
    height: 94%;
    border: 2px dashed #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
}
.mask_block .close_btn{
    position: absolute;
    width: 42px;
    opacity: 0.5;
    right: 31px;
    top: 26px;
    z-index: 5;
}
.mask_block .close_btn:hover{
	opacity: 1;
}
.mask_block .title{
	font-size: 24px;
	color:#ffffff;
	font-family: Adobe 黑体 Std;
}
.mask_block .input_items{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
    position: relative;
    z-index: 5;
}
.mask_block .input_row{
	width:300px;
	height:50px;
	border:1px solid #ffffff;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.mask_block .input_row:before{
	content: " ";
	width:34px;
	height:26px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.mask_block .input_row:nth-child(1):before{background: url("../images/input-name.png") no-repeat;}
.mask_block .input_row:nth-child(2):before{background: url("../images/input-phone.png") no-repeat;}
.mask_block .input_row:nth-child(3):before{background: url("../images/input-class.png") no-repeat;margin-top: 15px;}
.mask_block .input_row:nth-child(4):before{background: url("../images/input-yan.png") no-repeat;margin-top: 15px;}
.mask_block .input_name,
.mask_block .input_phone,
.mask_block .select_class,
.mask_block .input_code{
	background: #ffffff;
	width:100%;
	height:100%;
	text-indent: 60px;
	outline: none;
	border: 0;
    font-size: 18px;
}
::-webkit-input-placeholder { /* WebKit browsers */	color: #999999;}
::-moz-placeholder { /* Mozilla Firefox 19+ */	color: #999999;}
:-ms-input-placeholder { /* Internet Explorer 10+ */	color: #999999;}
.mask_block .code_item{
	border:0;
	display: flex;
	flex-direction: row;
}
.mask_block .input_code,.mask_block .code_gobtn{
	width:48%;
	height: 50px;
	border:1px solid #ffffff;
	text-indent: 60px;
	border-radius: 5px;
	outline: none;
}
.mask_block .code_gobtn{
	text-indent: 0;
	text-align: center;
	line-height: 50px;
	margin-left: 4%;
	font-size: 18px;
	background: #ffffff;
    cursor: pointer;
}
.mask_block .alert_form_btn{
    width: 150px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    border: 2px solid #ffffff;
}
.mask_block .error_text{
    font-size: 16px;
    color:#ffffff;
}
/*mask_block over*/


/*--------------------------------------------------------------------------------*/
@media screen and (min-width: 765px) and (max-width:1200px){

}
@media (max-width:765px){
    /*移动内容隐藏区*/
    .pc_foot{
        display: none;
    }
    .position_bottom{
        display: none;
    }
    /*移动内容隐藏区 over*/


	/* logo & phone */
    .caike_logo{
        display: block;
    }
    .pcheade{
        display: none!important;
    }
	.caike_logo .logo img{
		width:2.8rem;
	}
	.caike_logo .logo {
		display: inline-block;
		line-height: 70px;
		padding:0;
		padding-left:0.3rem;
	}
	.caike_logo .phone {
		font-size: 0.4rem;
		display: inline-block;
		float: right;
		line-height: 70px;
		margin-right: 0.2rem;
		color: #d53239;
		background: url(../images/phone_top.png) left 27px no-repeat;
		background-size: 10%;
		padding-left: 27px;
		padding-top: 0;
	}
	/* logo & phone over*/

    /*公共*/
    /*公共over*/

	/*banner*/
	.banner{
        background:url("../images/banner.png") no-repeat center top;
        width:100%;
        background-size: 100%;
        min-width: unset;
        display: block;
        position: relative;
        padding-top: 30%;
	}
    /*banner over*/

    /*成绩查询*/
    .all_title {
        font-size: 0.5rem;
        letter-spacing: 0px;
    }
    .result{
        box-shadow: 0 0 10px #cccccc;
        padding: 0.5rem 0 0.8rem 0;
        background: #ffffff;
        width: 95%;
        margin: 0 auto;
        margin-top: 0.5rem;
    }
    .result .result_items{
        width:100%;
        margin-top: 0.3rem;
    }
    .result .result_items .input_row{
        width:80%;
        height:1.25rem;
    }
    .result .result_items .input_row:before{
        content:' ';
        width:30px;
        height:30px;
        position: absolute;
        top:0;
        bottom: 0;
        left: 15px;
        margin: auto;
        font-size: 0.4rem;
    }
    .result .result_items .result_btn {
        margin-top: 0.5rem;
    }
    .result .result_items .input_row:nth-child(1):before{background: url("../images/resule_dw.png") no-repeat center;background-size: 100%;}
    .result .result_items .input_row:nth-child(2):before{background: url("../images/resule_phone.png") no-repeat center;background-size: 100%;}
    .result .result_items .input_row:nth-child(3):before{background: url("../images/resule_yzm.png") no-repeat center;background-size: 100%;}
    /*.result .result_items .input_row:nth-child(4):before{background: url("../images/resule_sjyzm.png") no-repeat center;background-size: 100%;}*/
    .result .result_items input,.result .result_items div,.result .result_items select{
        width:100%;
        height:100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 5px;
        overflow: hidden;
        text-indent: 50px;
        outline: none;
        font-size: 0.4rem;
    }
    .result .result_items input,.result .result_items select{
        border:1px solid #333333;
    }

    .result .result_yzm,.result .result_sjyzm{
        width:60%!important;
    }
    .result .result_yzm_btn,.result .result_sjyzm_btn{
        width:38%!important;
        margin-left: 2%;
        border:1px solid #333333;
        text-indent: 0!important;

    }
    .result .result_items .result_btn a{
        width:100%;
        height:100%;
        font-size: 0.5rem;
        color: #ffffff;
    }

    /*class list*/
    .class_items{
        max-width: 100%;
        margin-top: 32px;
    }
    .class_items .classlist{
        width: 95%;
    }
    .class_items .class_con{
        width: 100%;
        margin-top: 14px;
    }
    .class_items .class_con .className{
        font-size: 0.75rem;
    }
    .class_items .class_con .classPrice{
        font-size: 0.4rem;
    }
    .class_items .class_con .classPrice span{
        font-size: 0.6rem;
    }
    .class_items .class_bths{
        width: 100%;
        margin-top: 0.5rem;
    }
    .class_items .class_bths a{
        padding:5px 0;
        width:45%;
        font-size: 0.6rem;
    }


    /*foot  yd*/
    .yd_foot{
        padding-bottom: 2rem;
        display: block;
        padding-top: 1rem;
    }
    .yd_foot .left,.yd_foot .right{
        padding: 0;
    }
    .yd_foot .left img{
        width:2rem;
        height:2rem;
        margin-top: 0.2rem;
    }
    .yd_foot .left .img_line{
        width:2.4rem;
        height:2.4rem;
        border:1px solid #333333;
        display: inline-block;
    }
    .yd_foot .left span{
        color:#333333;
        font-size: 0.3rem;
        display: inline-block;
        margin-top: 0.2rem;
    }
    .yd_foot .right{
        margin-top: 0.4rem;
    }
    .yd_foot .right .phone_lis{
        position: relative;
    }
    .yd_foot .right .phone_lis img{
        width:0.8rem;
        display: inline-block;
        vertical-align: baseline;
    }
    .yd_foot .right .phone_lis span{
        font-size: 0.3rem;
        display: inline-block;
        text-align: left;
        letter-spacing: 0.03rem;
        color: #333333;
    }
    .yd_foot .right .logo_lis{
        position: relative;
        padding: 0;
    }
    .yd_foot .right .logo_lis img{
        width:3.227rem;
    }
    .yd_foot .line{
        width:80%;
        height:1px;
        background: #333333;
        margin: 0 auto;
    }
    /*foot  yd over*/


    /*position bottom 固定底部*/
    .position_bottom{
        text-align: center;
        position: fixed;
        bottom: 0;
        width:100%;
        max-width:750px;
        display: block;
        z-index: 10;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }
    .position_bottom:after{
        display: block;
        content:' ';
        clear: both;
    }
    .position_bottom .foot_div1,.foot_div2,.foot_div3{
        background:#5858f1;
        width:33%;
        float:left;
        height:1.467rem;
        position: relative;
        line-height:1.467rem;
    }
    .position_bottom .foot_div3{
        background: #ffffff;
        width:34%;
    }
    .position_bottom img{
        height: 60%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right:0;
    }
    .position_bottom .foot_div3 a{
        font-size: 0.5rem;
        color:#5858f1;
        text-decoration: none;
    }
    .position_bottom .line{
        position: absolute;
        left: 0;
        width: 2px;
        height: 68%;
        background: #ffffff;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    /*position bottom 固定底部  over*/


    /*mask_block*/
    .mask_block{
        width:100%;
        height:100%;
    }
    .mask_alert{
        width:80%;
        height:max-content;
        padding: 0.6rem 0;
    }
    .mask_block .close_btn{
        position: absolute;
        width: 0.5rem;
        opacity: 0.5;
        right: 0.5rem;
        top: 0.5rem;
    }
    .mask_block .close_btn:hover{
        opacity: 1;
    }
    .mask_block .title{
        font-size: 0.5rem;
    }
    .mask_block .input_items{
        margin-top: 0.26rem;
        display: flex;
        flex-direction: column;
    }
    .mask_block .input_row{
        width:6rem;
        height:1rem;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        font-size: 0.3rem;
    }
    .mask_block .input_row:before{
        content: " ";
		width: 0.6rem;
		height: 0.5rem;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        background-size: 100%!important;
    }
    .mask_block .input_row:nth-child(1):before{background: url("../images/input-name.png") no-repeat;}
    .mask_block .input_row:nth-child(2):before{background: url("../images/input-phone.png") no-repeat;}
    .mask_block .input_row:nth-child(3):before{background: url("../images/input-yan.png") no-repeat;    margin-top: 11px;}
    .mask_block .input_name,
    .mask_block .input_phone,
    .mask_block .select_class{
        width:100%;
        height:100%;
        text-indent: 1rem;
        outline: none;
        border: 0;
        color: #333333;
        font-size: 0.3rem;
    }
    .mask_block .code_item{
        border:0;
        display: flex;
        flex-direction: row;
    }
    .mask_block .input_code,.mask_block .code_gobtn{
        width:48%;
        height: 1rem;
        text-indent: 1rem;
        border-radius: 5px;
        outline: none;
        color: #333333;
    }
    .mask_block .code_gobtn{
        text-indent: 0;
        text-align: center;
        line-height: 1rem;
        margin-left: 4%;
        font-size: 0.3rem;
        background: #ffffff;
    }
    .mask_block .alert_form_btn{
        width:3rem;
        height:1rem;
        line-height: 1rem;
        font-size: 0.32rem;
        border-radius: 5px;
        margin-top: 0.3rem;
        cursor: pointer;
    }
    .mask_block .error_text{
        font-size: 0.3rem;
        color:#ffffff;
        display: none;
    }
    /*mask_block over*/
}