@charset "UTF-8";

.container {
	display: block;
	width: 1170px;
	margin: 0 auto;
	/* min-height: 600px; */
}

.function-table {
	display: table !important;
	position: relative;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-collapse: collapse;
	border-spacing: 0;
}

.function-table tr td {
	height: 50px;
	border: 1px solid #e7e7e7;
}

.function-table tr:first-child td {
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

td.big-font, td.rowspan-cell {
	font-size: 16px;
	font-weight: bold;
	color: #353535;
	letter-spacing: 1px;
}

td.rowspan-cell {
	position: relative;
	width: 60px;
	padding: 0 20px;
	border-right: 1px solid #b0b0b0 !important;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #353535;
	letter-spacing: 1px;
}

.function-table:before, .function-table:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #999;
}

.function-table:before, .function-table:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #999;
}

.function-table:after {
	left: auto;
	right: -1px;
}

td.rowspan-cell:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #b0b0b0;
	content: "";
}

.function-table tr:last-child td {
	border-bottom: 1px solid #b0b0b0;
}

.inbox.item-1 {
	padding: 100px 0 80px 0;
	background: #fff;
}

.content {
	line-height: 2;
	font-size: 16px;
	color: #333;
	text-align: justify;
	background: #fff;
}

.text-intro {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}

.item-text {
	padding-top: 57px;
	width: 785px;
	max-width: 785px;
	letter-spacing: 1px;
}

.title {
	display: flex;
	line-height: 1;
	font-size: 28px;
	letter-spacing: 5px;
	color: #333;
	margin-bottom: 40px;
	font-weight: bold;
	align-items: center;
}

.content p {
	/* margin-bottom: 15px; */
	
}

.my-recpe-box {
	display: flex;
	flex: 1;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
}

img.enn-pic {
	width: 320px;
	min-width: 320px;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.function-table {
	background: none;
	margin-top: 30px;
}

.function-table tr:nth-child(11) td, .function-table tr:nth-child(17) td,
	.function-table tr:nth-child(27) td {
	border-bottom: none;
}

.function-table tr:nth-child(9) td, .function-table tr:nth-child(18) td,
	.function-table tr:nth-child(29) td {
	border-bottom: 1px solid #b0b0b0;
}

.btn-box {
	flex: 1;
	display: flex;
	width: 370px;
	margin: 0;
	padding-right: 50px;
	justify-content: center;
}

.btn-item {
	display: flex;
	width: 110px;
	height: 35px;
	border-radius: 5px;
	margin: 0 10px;
	border: 1px solid #3481d1;
	color: #3481d1;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.code-box {
	display: flex;
	width: 1170px;
	margin: 40px auto;
	align-items: center;
}

img.code-img {
	width: 150px;
	height: 150px;
	/* margin-right: 30px; */
}

.code-text {
	display: block;
	/* margin-top: 20px; */
	margin-left: 40px;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	text-align-last: justify;
	color: #333;
	letter-spacing: 1px;
}

.code-box:last-child .code-img {
	width: 150px;
	height: 150px;
}

.strong {
	font-weight: bold;
}

p.part-title {
	margin-top: 10px;
}

.text-intro:nth-child(2) {
	align-items: center;
	margin: 0 0 27px;
}

.code-content {
    display: flex;
    width: 800px;
    padding-right: 50px;
    justify-content: space-between;
}

.empty-box {
    display: block;
    min-width: 370px;
}


.group-nav-box {
	display: flex;
	/* margin-bottom: 20px; */
	font-size: 14px;
}

a.group-nav-item {
	color: #333;
	margin-right: 12px;
}

a.group-nav-item:not(:first-child) {
	margin-left: 12px;
}

a.group-nav-item:last-child {
	color: #333;
}


.tpa-text-intro {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
}

span.strong {
    font-weight: bold;
}

.tpa-text-intro span.strong {
    letter-spacing: 5px;
}

span.strong.hidden {
    visibility: hidden;
}

span.red {
    color: #f03030;
    font-weight: bold;
}


table.tpa-test-table {
    width: 1170px;
    margin: 40px auto;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-radius: 10px;
}

table.tpa-test-table td:first-child {
    width: 50px;
    min-width: 50px;
    text-align: center;
}

table.tpa-test-table td:last-child {
    color: #188373;
    cursor: pointer;
    text-align: center;
}

table.tpa-test-table td {
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}

table.tpa-test-table td:nth-child(2) {
    /* width: 240px; */
    /* min-width: 240px; */
    padding-left: 20px;
}

table.tpa-test-table td:nth-child(3) {
    width: 80px;
    min-width: 80px;
    text-align: center;
    /* padding-right: 40px; */
}

table.tpa-test-table td:nth-child(4) {
    /* width: 200px; */
    padding-right: 20px;
    text-align: right;
}

table.tpa-test-table tr:first-child td:last-child {
    width: 130px;
    min-width: 130px;
    color: #333;
    cursor: default;
    border-top-right-radius: 10px;
}

table.tpa-test-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.tpa-test-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.pc .tpa-show-item-text {
    /* width: 398px; */
    text-align: center;
}

table.tpa-test-table td:nth-child(5) {
    padding-left: 20px;
}

.tpa-text-part {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.mp-code-box {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 285px;
    min-width: 285px;
    height: 400px;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 30px;
    border-radius: 40px;
    border: 1px solid #999;
    align-items: center;
    justify-content: center;
    /* background: #f5f5f5; */
}

span.small-green {
    font-size: 16px;
    font-weight: normal;
    color: #188373;
    letter-spacing: 1px;
}

.bold {
    font-weight: bold;
    margin: 20px 0 10px;
}

.p.smaller-grey {}

.item-text p.smaller-grey {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.mp-code-box:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    height: 1;
    background: #e7e7e7;
    content: "";
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
   /*  cursor: pointer; */
}

span.list-num {
    display: inline-block;
    min-width: 30px;
}

.disc-intro-text-title {
    display: block;
    padding-bottom: 60px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #333;
    text-align: center;
}

.text-part {
    display: block;
    width: 1170px;
    margin: 0 auto 10px;
    line-height: 2;
    font-size: 16px;
    color: #333;
    text-align: justify;
    letter-spacing: 1px;
}

.mp-code-box .code-text {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
}

/* .list-item:hover {
    color: #188373;
} */

.text-part span {
    color: #188373;
    cursor: pointer;
}

.text-part span:hover {
    opacity: 0.7;
}