.header
{
	width:100%;
	height:50px;
	background:#009ae0;

}
.header-c
{
	width:100%;
}
.header-logo {
    width: 120px;
    height: auto;
    float: left;
    padding: 10px;
}
.header-logo a
{
	display:block;
	width:100%;
	position:relative;
	overflow: hidden;
}
.header-logo img
{
	width:100%;
	height:100%;
	display:block;
}
.header-menu
{
display:block;
}
.card-content
{
	width:100%;
	height:calc(100vh  - 220px);
}
.cc-c
{
width:100%;
height:100%;
}
.cc-ctxt
{
	width:100%;
	height:100%;
}
.cc-dialog {
    width: 300px;
    height: 234px;
    border-radius: 10px;
    position: absolute;
  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.cc-dialog p
{
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}
.cc-dialog ul
{
	width:100%;
}
.cc-dialog ul li
{
	width:100%;
	position:relative;
	overflow: hidden;
	padding:5px 0px;
}
.cc-li
{
	width:100%;
		position:relative;
	overflow: hidden;
	border:1px solid #dcdcdc;
	padding-left:5px;
}
.cc-li img
{
	width:18px;
	float:left;
	margin-top:5px;
}
.cc-dialog ul li:nth-child(2) .cc-li img
{
	width:15px;
}
.cc-dialog ul li a
{
	display:block;
	width:100%;
	line-height:30px;
	border-radius:5px;
	background:#009ae0;
	color:#fff;
	text-align:center;
}
.i-img
{
width:calc(100% - 20px);
	float:left;
	position:relative;
	overflow: hidden;
	line-height:30px;
	box-sizing: border-box;
	border:0;
	background:transparent;
	padding-left:5px;
}
.i-img:-ms-input-placeholder{
    color: #b3b3b3;
}

.i-img::-webkit-input-placeholder{
    color: #b3b3b3;
}
.zhu-c
{
	color:#666666;
float:right;
font-size:12px;
}
@media(min-width:768px)
{
.card-content
{

	height:calc(100vh  - 255px);
}	
}
@media(min-width:992px)
{
	.header
	{
		height:100px;
	}
.header-menu {
    display: block;
    width: 218px;
    float: right;
    height: 100%;
    padding: 40px 0px;
}
.header-menu ul
{
width:100%;
height:100%;
}
.header-menu ul li {
    width: 33.3%;
    float: left;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #fff;
}
.header-menu ul li:nth-child(3)
{
	border-right:0;
}
.header-menu ul li a
{
	display:block;
	width:100%;
	position:relative;
overflow: hidden;
color:#fff;
text-align:center;
}
.header-logo {
 width: 150px;
 padding-top: 30px;
}	
.card-content {
    height: calc(100vh - 305px);
}
.cc-dialog {
    width: 400px;
    height: 300px;
    padding: 50px;
}
.cc-dialog p {
  
    font-size: 20px;
 
}
.cc-dialog ul li {

    padding: 10px 0px;
}
}
@media(min-width:1200px)
{
	.header-c {
    width: 1024px;
    margin: auto;
}
.cc-c {
    width: 1024px;
  
    margin: auto;
}

}
@media(min-width:1660px)
{
.cc-dialog {
    width: 450px;
    height: 350px;
    padding: 60px;
}
.cc-dialog ul li a {

    line-height: 35px;

    font-size: 16px;
}
.i-img {
  
    line-height: 40px;
 
}
.cc-li img {
    width: 18px;
    float: left;
    margin-top: 8px;
}
.card-content {
    height: calc(100vh - 320px);
}
}