@charset "utf-8";

/*header*/
body{margin:0;padding:0;}
.header{

	position: fixed;

	z-index: 99;

	height: 61px;

	width: 100%;

	max-width: 720px;

	background-image: linear-gradient(to right, #e0a31c, #bc762c, #c75806, #b64d08, #c75806, #bc762c, #e0a31c);

	border-bottom-left-radius: 0px;

	border-bottom-right-radius: 0px;

}

.header.index-header{

	height: 98px;

}

.header .logo-box{

	height: 50px;

}



.header .logo{

	float: left;

	height: 50px;

	margin-left: 0px;

}

.header .logo .logo-img{

	width: 208px;

	height: 50px;	

}

.header .bank{

    float: right;

    position: relative;

    width: 80px;

    height: 50px;

}

.header .bank a{

	display: block;

    color: #fff;

    font-size: 12pt;

    text-align: center;

    padding-top: 14px;

}

.header .bank img{

	display: block;

	width: 40px;

	height: 40px;

	margin:5 auto;

}






