
.container-box {
    padding-bottom: 0;
}

.container-banner > img {   
			opacity: 1;
		}
.introduction-outer {
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    width: 75rem;
    margin: 0 auto;
}
.introduction, .rule-introduction {
  	text-align: justify;
    font-size: 1.2rem;
    width: 75rem;
    /* height: 749px;*/
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    margin: 0 auto;
    top: 0rem;
    position: relative;
    z-index: 2;
    padding: 3.6875rem 3.5rem 2.375rem 3.5rem;
  	box-sizing: border-box;
}

.intro-title {
    font-size: 1.75rem;
    font-family: FZLTTHJW--GB1-0, FZLTTHJW--GB1;
    font-weight: bold;
    color: #3F3F3F;
	text-align:center;
}

.intro-content {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 2rem;
}

.intro-content.big .intro-left-img {
    width: 39.5rem;
}

.intro-content.big .intro-right-text {
    width: 100%;
    padding-right: 2rem;
    letter-spacing: 2px;
}

.intro-content.big .intro-right-text span {
  	display: inline-block;
  	width: 1.1em;
  	text-align: center;
}

.intro-left-img {
    width: 33.5rem;
    height: 18.125rem;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin-right: 1.625rem;
}

.intro-right-text {
    width: 34.3125rem;
    font-size: 1.2rem;
    font-family: FZLANTY_JW--GB1-0, FZLANTY_JW--GB1;
    font-weight: normal;
    color: #3F3F3F;
    line-height: 1.875rem;
    /*text-indent: 2em;*/
}


