/* banner的样式 */
.banner {
	width: 100%;
	height: 555px;
	background: url(../images/pc_\ yg_banner.jpg);
	background-position: center;
	background-size: cover;
	/* padding: 82px 0px 0px 0px; */
	box-sizing: border-box;
	margin-bottom: 50px;
}

.banner>* {
	width: 100%;
}

.banner .banner-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-container p {
	color: #FFFFFF;
	font-family: PingFangSC-Medium, PingFang SC;
}

.banner-container .top-line {
	margin-bottom: 30px;
}

.banner-container .cn-title {
	font-size: 70px;
	font-weight: 500;
	line-height: 98px;
}

.banner-container .bottom-line {
	display: flex;
	align-items: center;
}

.banner-container .bottom-line span {
	width: 137px;
	border: 1px solid #FFFFFF;
}

.banner-container .en-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	margin: 0px 20px 0px 20px;
}

/* 英国注册的样式 */
.uk-reg {
	width: 1140px;
	height: 280px;
	margin: 0 auto;
	background-color: #F2F2F2;
	margin-bottom: 50px;
}

.uk-reg .inner-block {
	padding: 30px 30px 30px 30px;
	display: flex;
	align-items: center;
}

.uk-reg .inner-block .img-area {
	margin-right: 50px;
}

.uk-reg .inner-block .word-area p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

/* 英国申请商标注册程序的样式 */
.reg-proc {
	margin-bottom: 50px;
}

.reg-proc .top-line {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.reg-proc .top-line p {
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 50px;
}

.reg-proc .inner-block {
	width: 1140px;
	margin: 0 auto;
}

.reg-proc .inner-block .row1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.reg-proc .inner-block .row1 .inner-card {
	width: 560px;
	height: 254px;
	display: flex;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 2px 8px 0px rgba(20, 101, 192, 0.2);
	border-radius: 10px;
}

.reg-proc .inner-block .row1 .inner-card .left img {
	width: 108px;
	height: 108px;
	margin-top: 68px;
	margin-left: 30px;
	margin-right: 50px;
}

.reg-proc .inner-block .row1 .inner-card .right .title {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.reg-proc .inner-block .row1 .inner-card .right .detail {
	width: 341px;
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 17px;
}

.reg-proc .inner-block .row2 {
	display: flex;
	justify-content: space-between;
}

.reg-proc .inner-block .row2 .inner-card {
	width: 368px;
	height: 297px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 2px 8px 0px rgba(20, 101, 192, 0.2);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reg-proc .inner-block .row2 .inner-card img {
	width: 108px;
	height: 108px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.reg-proc .inner-block .row2 .inner-card .title {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
}

.reg-proc .inner-block .row2 .inner-card .detail {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 17px;
	width: 306px;
}

/* 英国商标注册特别事项 */
.special-items {
	height: 842px;
	background: url('../images/pc_yg_tbxx_bg.jpg');
	background-position: center;
	background-size: cover;
}

.special-items .top-line {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.special-items .top-line p {
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	margin-top: 30px;
}

.special-items .inner-block {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.special-items .inner-block .inner-card {
	width: 560px;
	height: 220px;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	margin-bottom: 20px;
}

.special-items .inner-block .inner-card .left {
	padding-top: 30px;
	padding-left: 30px;
	margin-right: 30px;
}

.special-items .inner-block .inner-card .left p {
	font-size: 40px;
	font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
	font-weight: 500;
	color: #F87861;
	line-height: 55px;
}

.special-items .inner-block .inner-card .left div {
	width: 47px;
	height: 9px;
	background: linear-gradient(90deg, #F8C78D 0%, #F87861 100%);
}

.special-items .inner-block .inner-card .right p {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	padding-right: 30px;
}

.special-items .inner-block .inner-card3 {
	width: 100%;
	height: 294px;
}

.special-items .inner-block .inner-card3 .right .title {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;

}

.special-items .inner-block .inner-card3 .right .detail {
	margin-top: 0;
}

.special-items .inner-block .inner-card4 {
	width: 100%;
	height: 137px;
}

.special-items .inner-block .inner-card4 .right p {
	margin-top: 37px;
}