/* 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;
    color: #FFFFFF;
}

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

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

.banner .mid-line .mid-top {
    display: flex;
    align-items: center;
}

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

.banner .mid-line .mid-top p {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin: 0px 20px 0px 20px;
}

.banner .mid-line .mid-bot {
    width: 375px;
    height: 42px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .mid-line .mid-bot p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    display: inline-block;
}

.banner .bot-line p {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

.banner .mid-line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner .mid-line .mid-bot {
    margin-top: 20px;
}

/* 为什么要注册香港商标的样式 */
.why-reg {
    margin-bottom: 50px;
}

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

.why-reg .top-line p {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.why-reg .reason-block {
    width: 1139px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

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

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

/* 香港商标注册材料要求的样式 */
.mat-require {
    height: 555px;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.mat-require .top-line {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

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

.mat-require .card-block {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mat-require .card-block .row {
    display: flex;
    justify-content: space-between;
}

.mat-require .card-block .row .inner-card {
    border-radius: 10px;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mat-require .card-block .row1 .inner-card {
    width: 368px;
    height: 230px;
}

.mat-require .card-block .row2 .inner-card {
    width: 560px;
    height: 158px;
}

.mat-require .card-block .row1 .inner-card-01 {
    background-position: center;
    background-size: cover;
}

.mat-require .card-block .row1 .inner-card-02 {
    background-position: center;
    background-size: cover;
}

.mat-require .card-block .row1 .inner-card-03 {
    background-position: center;
    background-size: cover;
}

.mat-require .card-block .row2 .inner-card-11 {
    background-position: center;
    background-size: cover;
}

.mat-require .card-block .row2 .inner-card-12 {
    background-position: center;
    background-size: cover;
}

.mat-require .card-block .row1 {
    margin-bottom: 19px;
}

.mat-require .card-block .row .inner-card .title {
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    font-weight: bold;
    color: #FD8A01;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mat-require .card-block .row .inner-card .detail {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.mat-require .card-block .row .inner-card .detail p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

/* 香港商标注册申请流程 */
.request-pro .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

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

.request-pro .pro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request-pro .pro-block .inner-card {
    width: 1140px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(241, 241, 241, 0.5);
    margin-bottom: 30px;
}

.pro-block .inner-card .left {
    width: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-block .inner-card .left p {
    font-size: 90px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #1465C0;
    line-height: 124px;
}

.pro-block .inner-card .right {
    display: flex;
    flex-direction: column;
}

.pro-block .inner-card .right .top {
    width: 968px;
    height: 90px;
    display: flex;
    border-bottom: 1px solid rgba(151,151,151, 0.2);
    border-left: 1px solid rgba(151,151,151, 0.2);
    margin-top: 20px;
}

.pro-block .inner-card .right .top img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-right: 10px;
}

.pro-block .inner-card .right .top p {
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-top: 26px;
}

.pro-block .inner-card .right .bot {
    width: 986px;
    border-left: 1px solid rgba(151,151,151, 0.2);
    margin-bottom: 20px;
}

.pro-block .inner-card .right .bot .content-container {
    padding: 20px 20px 0px 20px;
}

.inner-card .right .bot .content-container p {
    font-family: PingFangSC-Medium, PingFang SC;
}

.inner-card .right .bot .content-container .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}

.inner-card .right .bot .content-container .line {
    width: 63px;
    height: 5px;
    background: linear-gradient(270deg, #00A0FF 0%, #1465C0 100%);
    margin-bottom: 10px;
}

.inner-card .right .bot .content-container .detail {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
}

/* 香港商标注册时间和费用 */
.time-expense {
    margin-top: 20px;
    height: 322px;
    background-position: center;
    background-size: cover;
}

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

.time-expense .top-line {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.time-expense .top-line p {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.time-expense .inner-box {
    width: 588px;
    height: 122px;
    margin: 0 auto;
    padding: 30px 60px 30px 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}