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;
    margin-bottom: 50px;
}

.banner>* {
	width: 100%;
}

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

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

.banner .banner-container .top-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .banner-container .top-line p {
    font-size: 70px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 98px;
    
}

.banner .banner-container .top-line span {
    width: 543px;
    border: 1px solid #FFFFFF;
    margin-top: 10px;
}

.banner .banner-container .mid-line p {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.banner-container .bot-line .btn-area {
    margin-bottom: 20px;
}

.banner-container .bot-line .btn-area button {
    width: 134px;
    height: 56px;
    background-color: #FD8A01;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin: 0px 20px 0px 20px;
}

.banner-container .bot-line p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

/* 为什么要注册欧盟商标的样式 */

.why-reg {
    margin-bottom: 50px;
}

.why-reg .top-line {
    display: flex;
    justify-content: center;
}

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

.why-reg .reason-block {
    width: 1080px;
    height: 275px;
    padding: 30px 30px 30px 30px;
    margin: 0 auto;
    display: flex;
    background-color: #F2F2F2;

}

.why-reg .reason-block .img-area {
    margin-right: 50px;
}

.why-reg .reason-block .word-area {
    display: flex;
    align-items: center;
}

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

/* 欧盟商标特点的样式 */
.eu-brand-feature {
    margin-bottom: 50px;
}

.eu-brand-feature .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

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

.eu-brand-feature .feature-block {
    width: 1136px;
    margin: 0 auto;
}

.feature-block .card-row {
    display: flex;
}

.feature-block .card-row-1 {
    justify-content: space-between;
    margin-bottom: 20px;
}

.feature-block .card-row-2 {
    justify-content: center;
}

.feature-block .card-row-2 .feature-card {
    margin: 0px 10px 0px 10px;
}

.feature-block .feature-card {
    width: 269px;
    height: 214px;
    background: #FFFFFF;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(241, 241, 241, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-block .feature-card img {
    width: 86px;
    height: 86px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-block .feature-card p {
    width: 75%;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 17px;
}

/* 欧盟商标检索的样式 */
.eu-retrieve {
    height: 340px;
	background-position: center;
	background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

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

.eu-retrieve .top-line p {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

.eu-retrieve .mid-line p {
    width: 576px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.eu-retrieve .bot-line .button-bar {
    width: 355px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FD8A01;
    border-radius: 33px;
}

.bot-line .button-bar img {
    width: 32px;
    height: 32px;
}

.bot-line .button-bar p {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 11px;
}

/* 欧盟商标的注册程序和所需资料 */
.eu-pro-mat {
    margin-bottom: 50px;
}

.eu-pro-mat .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

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

.eu-pro-mat .pro-mat-block {
    width: 1202px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pro-mat-block .inner-card {
    width: 590px;
    height: 371px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-mat-block .inner-card-pro {
    background-position: center;
	background-size: cover;
}

.pro-mat-block .inner-card-mat {
    background-position: center;
	background-size: cover;
}

.pro-mat-block .inner-card .title {
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 23px;
    margin-bottom: 63px;
}

.pro-mat-block .inner-card .content {
    width: 493px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 28px;
}