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

/* 台湾注册的样式 */
.taiwan-reg {
    width: 1079px;
    height: 271px;
    padding: 32px 30px 32px 30px;
    background-color: #F2F2F2;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}

.taiwan-reg .img-area {
    margin-right: 50px;
}

.taiwan-reg .word-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* 台湾商标注册材料样式 */
.brand-reg-mat {
    margin-bottom: 44px;
}

.brand-reg-mat .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 27px;
}

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

.brand-reg-mat .reg-mat-block {
    width: 1146px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.reg-mat-block .inner-card {
    width: 279px;
    height: 207px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg-mat-block .inner-card img {
    width: 75px;
    height: 75px;
    margin-top: 35px;
    margin-bottom: 19px;
}

.reg-mat-block .inner-card p {
    width: 209px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}

.reg-mat-block .inner-card1 {
    background-position: center;
	background-size: cover;
}

.reg-mat-block .inner-card2 {
    background-position: center;
	background-size: cover;
}

.reg-mat-block .inner-card3 {
    background-position: center;
	background-size: cover;
}

.reg-mat-block .inner-card4 {
    background-position: center;
	background-size: cover;
}

/* 台湾商标合作流程的样式 */
.brand-cor-pro {
    height: 500px;
    background-position: center;
	background-size: cover;
    margin-bottom: 50px;
}

.brand-cor-pro .top-line {
    display: flex;
    justify-content: center;
}

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

.brand-cor-pro .cor-pro-block {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.cor-pro-block .inner-card {
    width: 318px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;

}

.cor-pro-block .inner-card .left {
    width: 108px;
}

.cor-pro-block .inner-card .right {
    width: 210px;
}


.cor-pro-block .inner-card .left .card-number {
    font-size: 36px;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    margin-left: 30px;
}

.cor-pro-block .inner-card .right .card-detail {
    width: 90%;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}

.cor-pro-block .gap {
    width: 93px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cor-pro-block .gap img {
    width: 44px;
    height: 42px;
}

/* 台湾商标保护期限的样式 */
.brand-protect {
    width: 1140px;
    height: 240px;
    margin: 0 auto;
    background: url('../images/pc_tw_bhqx_bg.jpg');
    background-position: center;
	background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.brand-protect .top-line {
    width: 450px;
    height: 60px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FD8A01;
    position: relative;
    z-index: 1;
}

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

.brand-protect .bot-line {
    width: 600px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -20px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.brand-protect .bot-line p {
    width: 424px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

/* 台湾商标注册其他事项说明的样式 */
.other-info {
    margin-bottom: 50px;
}

.other-info .top-line {
    display: flex;
    justify-content: center;
}

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

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

.other-info .info-block .inner-card {
    width: 560px;
    height: 240px;
    border-radius: 10px;
    border: 1px solid #1465C0;
    margin-bottom: 20px;
    display: flex;
}

.other-info .info-block .inner-card .left {
    display: flex;
    align-items: center;
}

.other-info .info-block .inner-card .left img {
    width: 128px;
    height: 128px;
    margin-left: 50px;
    margin-right: 50px;
}

.other-info .info-block .inner-card .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-info .info-block .inner-card .right .title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
}

.other-info .info-block .inner-card .right .detail {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 17px;
    margin-top: 15px;
    width: 90%;
}
