body {
	background-color: #FFFFFF;
}

/* banner的样式 */
.banner {
	width: 100%;
	height: 555px;
	background-position: center;
	background-size: cover;
	/* padding: 82px 0px 0px 0px; */
	box-sizing: border-box;
}

.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;
}

/* 马德里注册的样式 */
.madrid-reg {
	height: 375px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.madrid-reg .inner-card {
	width: 1080px;
	height: 220px;
	background-color: #F2F2F2;
	padding: 30px;
	display: flex;
}

.madrid-reg .inner-card .word_area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
}

.madrid-reg .inner-card .word_area p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

/* 马德里成员国的样式 */
.madrid-cmp {
	height: 618px;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.madrid-cmp p {
	font-family: PingFangSC-Semibold, PingFang SC;
}

.madrid-cmp .top {
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.madrid-cmp .top p {
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 50px;
}

.madrid-cmp .bottom {
	width: 1140px;
	height: 427px;
}

.madrid-cmp .bottom .cmp-title {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
}

.madrid-cmp .bottom .inner-cards-block {
	margin-top: 30px;
	height: 396px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-cards-block .inner-card {
	width: 484px;
	height: 60px;
	padding: 30px 37px 30px 39px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.inner-cards-block .inner-card p {
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	line-height: 20px;
}

/* 注册马德里的一些信息的样式 */
.madrid-reg-info {
	height: 1749px;
}

/* 注册马德里商标的好处的样式 */
.madrid-reg-info .advantages {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 55px;
}

.madrid-reg-info .advantages .title {
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.madrid-reg-info .advantages .advantage-container {
	width: 1041px;
	height: 542px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.madrid-reg-info .advantages .advantage-container .advantage {
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantage .icon-area img {
	width: 133px;
	height: 99px;
}

.advantage .word-area {
	width: 500px;
	height: 202px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #D7EDFC;
	position: relative;
	top: -49px;
	z-index: -1;
	border-radius: 10px;
}

.advantage .word-area p {
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	display: inline-block;
}

.advantage .word-area .ad-name {
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	margin-bottom: 20px;
}

.advantage .word-area .ad-why {
	width: 65%;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

.ad2 .word-area {
	background-color: #FDF5D1;
}

.ad3 .word-area {
	background-color: #FCE6D5;
}

.ad4 .word-area {
	background-color: #E7EFFC;
}

/* 注册马德里商标的样式 */
.madrid-reg-info .madrid-brand-reg .title,
.madrid-reg-info .madrid-brand-reg .btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.madrid-reg-info .madrid-brand-reg .title,
.madrid-reg-info .madrid-brand-reg .btn-area {
	margin-bottom: 30px;
}

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

.madrid-reg-info .madrid-brand-reg .btn-area button {
	width: 139px;
	height: 52px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.madrid-reg-info .madrid-brand-reg .btn-area .time-btn {
	background-color: #FD8A01;
	color: #FFFFFF;
	border: 0;
}

.madrid-reg-info .madrid-brand-reg .info-box {
	width: 1140px;
	height: 280px;
	margin: 0 auto;
	display: flex;
}

.madrid-brand-reg .info-box .word-area {
	width: 657px;
	padding: 80px 30px 80px 30px;
	background-color: #1465C0;
}

.madrid-brand-reg .info-box .word-area p {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
}

/* will be deleted */
.madrid-reg-info .madrid-brand-reg .info-box-time {
	display: flex;
}

/* will be modified */
.madrid-reg-info .madrid-brand-reg .info-box-refer {
	display: none;	
	justify-content: space-between;
}

.info-box-refer .inner-card {
	width: 218px;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(241, 241, 241, 0.42);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-box-refer .inner-card img {
	width: 70px;
	height: 70px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.info-box-refer .inner-card .p_number {
	font-size: 36px;
	font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
	font-weight: bold;
	color: #1465C0;
	line-height: 50px;
	margin-bottom: 10px;
}

.info-box-refer .inner-card .p_text {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 17px;
	display: inline-block;
	width: 56%;
}

/* 注意事项的样式 */
.reg-attention {
	margin-top: 50px;
}

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

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

.reg-attention .attention-block {
	height: 370px;
	background-color: #F5FAFF;
	padding-top: 60px;
}

.reg-attention .attention-block .inner-block {
	width: 1140px;
	height: 310px;
	margin: 0 auto;
	display: flex;
}

.attention-block .inner-block .img-area {
	margin-right: 45px;
}

.attention-block .inner-block .word-area p {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
}

.attention-block .inner-block .word-area > p {
	margin-bottom: 40px;
}