/* 字体 */
@font-face{
	font-family:albbpht;
	/*为引入的字体命名   阿里巴巴普惠体*/
	src:url(../font/Alibaba-PuHuiTi-Regular.otf);
	/*定义要引入字体文件的路径*/
}
/*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;
}
.pcheade{
	display: block!important;
}
/*logo 热线电话 over*/



/*公共区*/
.w1200{max-width:1200px;margin: 0 auto;}
.container-fluid{
	margin: 0;
	padding: 0;
	background:url('../images/body-bg.png');
	background-size: 100%;
}
[class*="row"]{
	padding: 0;
	margin: 0 auto;
}
[class*="col"]{
	padding: 0;
	margin: 0 auto;
}
body{
	background: linear-gradient(150deg, #a80808,#700505);
}
/*公共区 over*/

/*banner*/
.banner{
	background:url("../images/banner.png") no-repeat;
	background-size: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
}
.banner:after{
	content:' ';
	display: block;
	padding-bottom: 10%;
}
.banner .school_title{
	padding-top: 7%;
	z-index: 5;
	position: relative;
}
.banner .school_title img{
	width:30%;
}
.banner .qing_20{
	margin-top:0;
	z-index: 5;
	position: relative;
}
.banner .qing_20 img{
	width:56%;
}
.banner .banner_2{
	position: absolute;
	bottom: -30%;
	z-index: 5;
}
.banner .banner_2 img{
	width:100%;
}
.banner .banner_text{
	font-size: 0.11rem;
	color: #fffd5f;
	text-align: left;
	width: max-content;
	padding: 30px;
	background: #a5020e;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	letter-spacing: 3px;
    line-height: 27px;
	font-family: 微软雅黑;
}
.banner .banner_text:after{
	content:' ';
	width:95%;
	height:80%;
	border:1px dashed #fffc11;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 5px;
}
.banner .banner_text p{
	margin: 0;
}
.banner .guang_items img{
	position: absolute;
}
.banner .guang_items .guang_1{
	bottom:10px;
	left: 0;
	z-index: 3;
	animation: guang 0.8s linear  infinite alternate;
	width: 42%;
}
.banner .guang_items .guang_2{
	bottom:100px;
	left: 0;
	z-index: 3;
	animation: guang 1s linear  infinite alternate;
	width:32%;
}
.banner .guang_items .guang_3{
    bottom: -38%;
    left: 13%;
	z-index: 1;
	animation: guang 1.2s linear  infinite alternate;
	width: 35%;
}
.banner .guang_items .guang_4{
	bottom: -32%;
	left: 25%;
	z-index: 1;
	animation: guang 1s linear  infinite alternate;
	width: 33%;
}
.banner .guang_items .guang_5{
	bottom: 20%;
	left: 43%;
	z-index: 3;
	animation: guang 1.2s linear  infinite alternate;
	width: 13%;
}
.banner .guang_items .guang_6{
	bottom: 25%;
	left: 62%;
	z-index: 3;
	animation: guang 1s linear  infinite alternate;
	width: 19%;
}
.banner .guang_items .guang_7{
	bottom: -16%;
	right: 0;
	z-index: 3;
	animation: guang 0.8s linear  infinite alternate;
	width: 58%;
}
.banner .guang_items .guang_8{
	bottom: -2%;
	right: 0;
	z-index: 3;
	animation: guang 0.9s linear  infinite alternate;
	width: 44%;
}

@keyframes  guang{
	0%   {opacity: 1;}
	100% {opacity: 0.3;}
}

/*banner over*/

/*cont_top */
.cont_top{
	margin-top: 150px;
}
.cont_top .rule{
	width:100%;
	height:auto;
	border:2px dashed #fffc11;
	padding: 50px;
	margin-top:20px;
	text-align: justify;
	border-radius: 5px;
}
.cont_top .rule p{
	font-size: 22px;
	color: #fffc11;
	font-family: 微软雅黑;
	letter-spacing: 4px;
	line-height: 43px;
	font-weight: 100;
}
/*cont_top over*/


/*contents */
.contents{
	margin-top:0px;
}
.contents .cont_items{
	margin-top:90px;
}
.contents .title{
	font-size: 50px;
	color:#fdf53c;
	font-family: albbpht;
}
.contents .title span{
	position: relative;
}
.contents .title div{
	width:80px;
	height:2px;
	background: #fdf53c;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contents .title div:first-child{
	left:-120px;
}
.contents .title div:last-child{
	right:-120px;
}
.contents .title span:before{
	content: ' ';
	width:10px;
	height:10px;
	background: #fdf53c;
	position: absolute;
	left: -20px;
	top:0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.contents .title span:after{
	content: ' ';
	width:10px;
	height:10px;
	background: #fdf53c;
	position: absolute;
	right: -20px;
	top:0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.contents .con_list{
	display:inline-block;
	margin-top:20px;
}
.contents .list_flex{
	width:380px;
	height:260px;
	background: url("../images/conlist-bg.png") no-repeat;
    background-size: 100%;
    background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: albbpht;
	color:#621c00;
}
.contents .list_flex:hover{
    background-size: 103%;
    transition: 0.3s;
}
.contents .title_1{
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
}
.contents .className{
	font-size: 53px;
	font-weight: bold;
}
.contents .btns_item{
    display: flex;
    flex-direction: row;
}
.contents .btns_item .nowBtn,.contents .btns_item .detailsBtn{
	font-size: 22px;
	border:2px solid #621c00;
	border-radius: 8px;
	padding: 0 15px;
	margin-top: 30px;
	cursor: pointer;
	font-weight: bold;
}
.contents .btns_item .detailsBtn{
    margin-left: 18px;
    color: #621c00;
    text-decoration: none;
}
/*.contents .nowBtn:hover,.contents .detailsBtn:hover{*/
/*	background: #621c00;*/
/*	color:#ffffff;*/
/*}*/
.contents .col_1{
	text-align: left;
}
.contents .col_2{
	text-align: center;
}
.contents .col_3{
	text-align: right;
}

.contents .rule{
	width:100%;
	height:auto;
	border:2px dashed #fffc11;
	padding: 50px 50px 50px 58px;
	margin-top:20px;
	border-radius: 5px;
}
.contents .rule p{
	font-size: 20px;
	color:#fffc11;
	font-family: albbpht;
}
/*contents over*/

/*luck_draw*/
.luck_draw{
	margin-top: 50px;
}
.luck_draw .luck_draw_item{
	position: relative;
	width:100%;
	height:550px;
}
.luck_draw .prize{
	width:100%;
	display: inline-block;
	position: absolute;
	text-align: center;
	left:0;
	right: 0;
	margin: 0 auto;
}
.luck_draw .prize img{
	width:100%;
}
.luck_draw .prize_1{
	z-index: 10;
	width:529px;
}
.luck_draw .prize_2{
	z-index: 10;
	top:335px;
	width:128px;
}
.luck_draw .prize_2_2{
	z-index: 10;
	top: 403px;
	width: 92px;
}
.luck_draw .prize_3{
	z-index: 9;
	top: 174px;
	width: 548px;
}
.luck_draw .prize_4{
    top: 124px;
    z-index: 8;
	width:648px;
}
.luck_draw .prize_5{
    z-index: 7;
    top:60px;
	width:964px;
}
.luck_draw .luck_num{
    text-align: center;
    margin-top: 311px;
    letter-spacing: 2px;
    color: red;
    font-size: 18px;
}
/*luck_draw over*/


/* PC foot */
.pc_foot{
	width:100%;
	background:#580404;
	margin-top: 100px;
}
.pc_foot .w1200{
	display: flex;
	align-items: center;
	justify-content:center;
	max-width: 1200px;
	padding: 84px 0;
	text-align: center;
}
.pc_foot .w1200 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;
	max-height: 426px;
	background: #870606;
	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 #fffc2a;
    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:#fffc2a;
	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 #fffc2a;
	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-yan.png") no-repeat;margin-top: 15px;}
.mask_block .input_name,
.mask_block .input_phone,
.mask_block .input_code{
	background: #870606;
	width:100%;
	height:100%;
	text-indent: 60px;
	outline: none;
	border: 0;
	color:#ffffff;
}
::-webkit-input-placeholder { /* WebKit browsers */	color: #ffffff;}
::-moz-placeholder { /* Mozilla Firefox 19+ */	color: #ffffff;}
:-ms-input-placeholder { /* Internet Explorer 10+ */	color: #ffffff;}
.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 #fffc2a;
	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;
	background: #fffc2a;
	color:#770505;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
    position: relative;
    z-index: 5;
}
.mask_block .error_text{
    font-size: 16px;
    color:#ffffff;
}
/*mask_block over*/


/*--------------------------------------------------------------------------------*/
@media screen and (min-width: 765px) and (max-width:1200px){
	.contents .col_1{
		text-align: center;
	}
	.contents .col_2{
		text-align: center;
	}
	.contents .col_3{
		text-align: center;
	}
}
@media screen and (max-width:765px){
    /*移动内容隐藏区*/
    .pc_foot{
        display: none;
    }
    .position_bottom{
        display: none;
    }
    /*移动内容隐藏区 over*/
    .contents .col_1{
        text-align: center;
    }
    .contents .col_2{
        text-align: center;
    }
    .contents .col_3{
        text-align: center;
    }


	/* logo & phone */
	.caike_logo{
		display: block!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;
	}
	.pcheade{
		display: none!important;
	}
	/* logo & phone over*/

	/*banner*/
	.banner{
		background:url("../images/banner_yd.png") no-repeat;
		background-size: 100%;
		max-width: 1920px;
		height: auto;
		position: relative;
	}
    .banner:after {
        content: ' ';
        display: block;
        padding-bottom: 24%;
    }

    .banner .banner_text {
        font-size: 0.3rem;
        width: max-content;
        padding: 0.3rem;
        border-radius: 5px;
    }
    .banner .banner_2 {
        position: absolute;
        bottom: -20%;
        z-index: 5;
        display: none;
    }
    .banner .guang_items{
        display: none;
    }

    /*内容*/
    .cont_top {
         margin-top: 0rem;
    }
    .cont_top .rule {
        width: 90%;
        height: auto;
        border: 1px dashed #fffc11;
        padding: 0.3rem;
        margin-top: 0.3rem;
        margin: 0 auto;
    }
    .cont_top .rule p {
        font-size: 0.3rem;
        margin-bottom: 0;
    }

    /*内容 over*/
    /*旋转 抽奖*/
    .luck_draw {
        margin-top: 0.6rem;
    }
    .luck_draw .luck_draw_item {
        position: relative;
        width: 100%;
        height: 5rem;
    }
    .luck_draw .prize_1 {
        width: 5rem;
    }
    .luck_draw .prize_2 {
        top: 3rem;
        width: 1.7rem;
    }
    .luck_draw .prize_2_2 {
        top: 3.9rem;
        width: 1.2rem;
    }
    .luck_draw .prize_3 {
        top: 1.7rem;
        width: 5.6rem;
    }
    .luck_draw .prize_4 {
        top: 1.2rem;
        width: 6.6rem;
    }
    .luck_draw .prize_5 {
        top: 0.5rem;
        width: 10rem;
    }
    .luck_draw .luck_num {
        font-size: 0.4rem;
        margin-top: 4rem;
    }
    /*旋转 抽奖 over*/
    /*内容  2   */
    .contents {
        margin-top: -0.2rem;
    }
    .contents .cont_items {
        margin-top: 1.2rem;
    }
    .contents .title {
        font-size: 0.6rem;
    }
    .contents .title div {
        width: 1rem;
        height: 2px;
    }
    .contents .title div:first-child {
        left: -1.6rem;
    }
    .contents .title div:last-child {
        right: -1.6rem;
    }
    .contents .con_list {
        margin-top: 0.2rem;
        width: 90%;
    }
    .contents .list_flex {
        width: 100%;
        margin: 0 auto;
        height:auto;
        padding: 0.2rem 0;
        background-size: 100%;
    }
    .contents .title_1 {
        font-size: 0.3rem;
        letter-spacing: 0px;
        font-weight: bold;
    }
    .contents .className {
        font-size: 0.4rem;
        font-weight: bold;
    }
    .contents .btns_item{
        display: flex;
        flex-direction: row;
    }
    .contents .btns_item .nowBtn,.contents .btns_item .detailsBtn{
        font-size: 0.3rem;
        border:1px solid #621c00;
        border-radius: 3px;
        padding: 0;
        margin-top: 0.2rem;
        cursor: pointer;
        font-weight: bold;
    }
    .contents .btns_item .detailsBtn{
        margin-left: 0.1rem;
    }
    /*内容  2   over*/

    /*下方  文字*/
    .contents .rule {
        width: 90%;
        height: auto;
        border: 2px dashed #fffc11;
        padding: 0.3rem;
        margin: 0 auto;
        margin-top: 0.3rem;
    }
    .contents .rule p {
        font-size: 0.3rem;
    }
    /*下方  文字 over*/


    /*foot  yd*/
    .yd_foot{
        padding-bottom: 2rem;
        display: block;
        padding-top: 1rem;
        margin-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 #ffffff;
        display: inline-block;
    }
    .yd_foot .left span{
        color:#ffffff;
        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: #ffffff;
    }

    .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: #ffffff;
        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:#770505;
        width:33%;
        float:left;
        height:1.467rem;
        position: relative;
        line-height:1.467rem;
    }
    .position_bottom .foot_div3{
        background: #fffc2b;
        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:#770505;
        text-decoration: none;
    }
    .position_bottom .line{
        position: absolute;
        left: 0;
        width: 2px;
        height: 68%;
        background: #eeeb2a;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    /*position bottom 固定底部  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:80%;
        height:max-content;
        background: #870606;
        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: 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;
    }
    .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: 0.8rem;
        border-radius: 5px;
        outline: none;
    }
    .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*/
}