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

/* 前言的样式 */
.preface {
    width: 1139px;
    height: 250px;
    margin: 0 auto;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

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

.preface .title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.preface .detail {
    font-size: 16px;
    font-weight: 500;
    width: 652px;
    color: #FFFFFF;
    line-height: 30px;
}

/* 印度商标主管机关的样式 */
.india-office {
    margin-bottom: 31px;
}

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

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

.india-office .inner-block {
    width: 1139px;
    margin: 0 auto;
    display: flex;
}

.india-office .inner-block .word-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-right: 50px; */
}

.india-office .inner-block .word-area p {
    font-family: PingFangSC-Medium, PingFang SC;
}

.india-office .inner-block .word-area .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}

.india-office .inner-block .word-area .detail {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.india-office .inner-block .img-area {
    width: 495px;
    margin-left: 50px;
}

/* 印度商标注册的流程 */
.qualif-mat {
    height: 433px;
    background-color: #F5FAFF;
    margin-bottom: 50px;
}

.qualif-mat .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.qualif-mat p {
    font-family: PingFangSC-Medium, PingFang SC;
}

.qualif-mat .top-line p {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    margin-top: 30px;
}

.qualif-mat .inner-block {
    width: 1157px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.qualif-mat .inner-block .left-area {
    width: 731px;
    height: 303px;
    background-position: center;
    background-size: cover;
    margin-right: -25px;
    display: flex;
    flex-direction: column;
}

.qualif-mat .inner-block .right-area {
    width: 478px;
    height: 303px;
    background-position: center;
    background-size: cover;
    margin-left: -25px;
}

.qualif-mat .inner-block .left-area .title,
.qualif-mat .inner-block .left-area .detail {
    padding-left: 40px;
}

.qualif-mat .inner-block .title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 36px;
}

.qualif-mat .inner-block .detail {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}

.qualif-mat .inner-block .left-area .detail {
    width: 594px;
}

.qualif-mat .inner-block .right-area .detail {
    width: 353px;
}

.qualif-mat .inner-block .right-area .title,
.qualif-mat .inner-block .right-area .detail {
    padding-left: 80px;
}

/* 印度商标注册的流程的样式 */
.reg-proc {
    height: 419px;
    background: #1465C0;
    border: 1px solid #979797;
    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: #FBFBFB;
    line-height: 50px;
    margin-top: 30px;
}

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

.reg-proc .inner-block .pro-item {
    width: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg-proc .inner-block .pro-item img {
    width: 148px;
    height: 148px;
    margin-bottom: 20px;
}

.reg-proc .inner-block .pro-item p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}

.reg-proc .inner-block .pro-gap {
    width: 100px;
    display: flex;
    justify-content: center;
}

.reg-proc .inner-block .pro-gap img {
    width: 60px;
    height: 35px;
    margin-top: 57px;
}

/* 印度注册商标的有效期及续展的样式 */
.time-limit {
    margin-bottom: 50px;
}

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

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

.time-limit .inner-block {
    width: 1079px;
    height: 271px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    background-color: #F2F2F2;
    display: flex;
}

.time-limit .inner-block .img-area {
    margin-right: 50px;
}

.time-limit .inner-block .word-area {
    display: flex;
    align-items: center;
}

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

/* 印度商标注销的特殊规定的样式 */
.rules .top-line {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

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

.rules .inner-block {
    width: 1136px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.rules .inner-block .inner-card {
    width: 558px;
    display: flex;
    flex-direction: column;
}

.rules .inner-block .inner-card .top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rules .inner-block .inner-card .top .img-box {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rules .inner-block .inner-card .top .img-box p {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #F7F8F9;
    line-height: 42px;
}

.rules .inner-block .inner-card1 .top .img-box {
    background-position: center;
    background-size: cover;
}

.rules .inner-block .inner-card2 .top .img-box {
    background-position: center;
    background-size: cover;
}

.rules .inner-block .inner-card .bot {
    width: 558px;
    height: 211px;
    background: #FFFFFF;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    display: flex;
    position: relative;
    top: -30px;
    z-index: -1;
}

.rules .inner-block .inner-card .bot .circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.rules .inner-block .inner-card1 .bot .circle {
    background-color: #40A9FF;
}

.rules .inner-block .inner-card2 .bot .circle {
    background-color: #FFA940;
}

.rules .inner-block .inner-card .bot p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.rules .inner-block .inner-card .bot .left {
    padding-left: 30px;
    padding-top: 60px;
    margin-right: 30px;
}

.rules .inner-block .inner-card .bot .right {
    padding-top: 60px;
    width: 452px;
}




