﻿@charset "utf-8";

#kc{
    width: 100%;
height: 2900px;
    /*background: url("/images/pc/kcbg.png") no-repeat center top;*/
    position: absolute;
    top: 0;
    z-index: 4;
    display: none;
}
.sp{
    width: 800px;
    height: 450px;
    margin: 316px auto 28px auto;
display:none;
}
.sp img{
width:100%;
height:auto;
}
.sp video{
    width: 100%;
    height: 100%;
}
.kc:after{
    content: "";
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden;
}
.xnzc h1{
    width: 100%;
    font-size: 30px;
    color: #333;
    font-width: bold;
    text-align: center;
}
.xnzc p{
    color: #333;
    font-size: 22px !important;
    line-height: 36px !important;
    text-indent:44px !important;
}
.xnzc p:first-child{
font-weight: bold;
    text-indent: 0 !important;
}
.xnzc p:last-child{
    text-align: right;
}
#close{
    position: fixed;
    right: 100px;
}
@media (max-width: 414px) {

    #kc{
/*background:url("/images/pc/mbbg.jpg") no-repeat center top;*/
background-size: 120%;
    }
    .sp{
        width: 310px;
        height: 175px;
        margin: 180px auto 0 auto;
    }
    .sp video{
        width: 100%;
        height: 175px;
    }
.sp img{
width:310px;
height:auto;
}
    .xnzc{
    width:100%;    
    }
.xnzc h1{
font-size:18px !important;
}
.xnzc p{
font-size:14px !important;
text-indent:28px !important;
line-height:28px !important;
}
    #close{
        top: 80px;
    }
    #close img{
        width: 100px;

    }
}