/*
 * 购买相关页面通用样式
 */
@CHARSET "UTF-8";

/* 通用部分 */
.content{
	width: 1110px;
}


/*顶部header*/
.header{
	height: 55px;
	background-color: #155378;
	color: white;
}
.header .content{
	padding: 0 10px;
}
.header .left{
	margin-top: 10px;
}
.header .right{
	margin-top: 18px;
	position: relative;
}
.header .right >a{
	color: white;
	text-decoration: none;
	padding-left: 20px;
}
.header .right >a:hover{
	text-decoration: underline;
}
.header .right span:hover{
	text-decoration: underline;
	cursor: pointer;
}


/* footer-下 */
.footer-down{
	background-color: #333333;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.footer-down a{
	color: white;
}


/*背景图片*/
.background-mixed{
	background: url(//yuntu-f.kuaicad.com/cad/web/images/payment/bg_mixed20241120.png) no-repeat;
}
.header .header-logo-pc.background-mixed{
	width: 320px;
	height: 35px;
	background-position: 0 -70px;
}
.header .header-logo-mobile.background-mixed{
	width: 128px;
	height: 35px;
	background-position: -330px -70px;
}


/* 移动端适配 */
@media screen and (max-width: 700px){
	/* header */
	.header .right >a{
		padding-left: 10px;
	}
}