.method-header{
    background: #58CC02;
}


.method-container-ebook .method-header{
    background: #58CC02;
}
.method-container-vocabulary .method-header{
    background: #47D7FF;
}
.method-container-grammar .method-header{
    background: #00D182;
}
.method-container-pronunciation .method-header{
    background: #FFC800;
}
.method-container-natural .method-header{
    background: #8EE000;
}
.method-container-music .method-header{
    background: #CE82FF;
}
.method-container-writing .method-header{
    background: #709EFF;
}

.method-header .method-header-content{
    max-width: 705px;
    margin: auto;
    padding: 80px 15px 15px;
    text-align: center;
}

.method-header .method-header-right{
    margin: 40px auto 0px;
    max-width: 200px;
    text-align: center;
}
.method-header .method-header-right img{
    width: auto;
    height: 60px;
	
}
.method-header .method-header-left{
    max-width: 500px;
    margin: auto;
}
.method-header .header-left-content h6{
    font-size: 13px;
    color: #ffffffa6;
    font-family: 'promtsemibold';
    margin: 0;
	text-transform: uppercase;
}
.method-header .header-left-content h1{
    font-size: 32px;
    color: var(--color-white);
    font-family: 'promtsemibold';
    margin: 20px auto 20px;
}
.method-header .header-left-content h3{
    color: var(--color-white);
    font-size: 20px;
    font-family: 'promtmedium';
    margin: 0px auto;
	line-height: 25px;
	color: #ffffffa6;
}

.method-content{
    max-width: 700px;
    margin: auto;
    padding: 3.2rem 30px 0;
	
}

.method-post-content h3{
	font-size: 2.2rem;
	 line-height: 1.7;
}
.method-post-content p{
    font-size: 1.6rem;
    font-family: 'promt';
    color: #777777;
    line-height: 1.7;
    margin-bottom: 20px;
}
.method-post-content strong{
	font-family: 'promtsemibold';
	font-weight: 100;
}
.method-post-content li{
	list-style: unset;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.7;
}
.method-post-content iframe{
    max-width: 100%;
    display: block;
    margin: auto;
}
.method-post-content > p > img {
    margin: 0 auto;
}
.method-post-content img {
    display: block;
    max-width: 100%;
	margin: auto;
	height:auto!important;
}
.method-post-content p a{
    color: var(--color-blue);
}
.method-post-content{
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-border-gray-light);
}
.method-post-author{
    padding: 15px 0px 20px;
    text-align: right;
}
.method-post-author h6{
    margin: 0;
    color: #CFCFCF;
    font-family: 'promtsemibold';
    font-size: 13px;
    text-transform: uppercase;
}
.method-post-author h5{
    margin: 10px 0px 0px;
    color: #CFCFCF;
    font-family: 'promtsemibold';
    font-size: 27px;
    text-transform: uppercase;
}





.method-relate{
    background: #F9F9F9;
}
.method-relate-content{
    max-width: 705px;
    padding: 30px 15px 50px;
    margin: auto;
}
.post-relate-header h4{
    margin: 0 0 30px;
}
.post-relate-header h4 span{
    margin: 0px;
    color: #CFCFCF;
    text-transform: uppercase;
}
.post-relate-header h4 a{
    text-align: right;
    float: right;
    color: #00A3F8;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'promtsemibold';
    position: relative;
    padding-right: 15px;
    margin-top: 3px;
}
.post-relate-header h4 a:hover{
    text-decoration: none;
    color: #1595d8;
}
.post-relate-header h4 a:before, 
.post-relate-header h4 a:after {
    content: "";
    display: block;
    background: #00A3F8;
    height: 2px;
    width: 6px;
    border-radius: 5px;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.post-relate-header h4 a:after {
    transform: rotate(-45deg);
    margin-top: 0;
}
.post-relate-header h4 a:hover:before, 
.post-relate-header h4 a:hover:after {
    background: #1595d8;
}
.method-relate .method-list{
    display: flex;
    flex-direction: row;
    width: calc(100% + 30px);
    margin-left: -15px;
    flex-wrap: wrap;
}
.method-relate .method-list .method-item{
    margin: 0 15px 30px;
    background: #47D7FF;
    border-radius: 10px;
    width: calc(50% - 30px);
}
.method-relate .method-list .method-item.method-ebook{
    background: #58CC02;
}
.method-relate .method-list .method-item.method-vocabulary{
    background: #47D7FF;
}
.method-relate .method-list .method-item.method-grammar{
    background: #00D182;
}
.method-relate .method-list .method-item.method-pronunciation{
    background: #FFC800;
}
.method-relate .method-list .method-item.method-natural{
    background: #8EE000;
}
.method-relate .method-list .method-item.method-music{
    background: #CE82FF;
}
.method-relate .method-list .method-item.method-writing{
    background: #709EFF;
}
.method-relate .method-list .method-item a{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 20px;
    position: relative;
    height: 345px;
}
.method-relate .method-list .method-item h6{
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffffa6;
    font-family: 'promtsemibold';
}
.method-relate .method-list .method-item span{
    display: block;
    width: 69px;
    height: 23px;
    position: absolute;
    right: 20px;
    background: #0000000d;
    top: 20px;
    text-align: center;
    line-height: 23px;
    font-size: 10px;
    color: #ffffffa6;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'promtsemibold';
    overflow: hidden;
}
.method-relate .method-list .method-item h2{
    margin: 0;
    font-size: 28px;
    margin-top: 20px;
    color: var(--color-white);
    font-family: 'promtsemibold';
    line-height: 33px;
}
.method-relate .method-list .method-item h3{
    margin: 15px 0px 0px;
    color: #ffffffa6;
    font-size: 13px;
    font-family: 'promtmedium';
    line-height: 18px;
}
.method-relate .method-list .method-item img{
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 60px;
}
@media(min-width: 768px){
	.method-content{
		
		margin-top: 30px;
	}
}

@media(min-width: 991px){
	.method-content{
		
		padding: 1.6rem 20px 0;
	}
}

@media(max-width: 1100px){
	.method-post-content p{
		font-size: 2rem;
	}
	
	.method-post-content li{
		font-size: 2rem;
	}
}

@media(max-width: 767px){
    .method-relate .method-list .method-item{
        width: calc(100% - 30px);
    }
    .method-header .method-header-right {
        max-width: 150px;
    }
	
    .method-header .method-header-content{
        padding: 30px 15px;

    }
    .method-content {
        padding: 30px 15px 0px;
    }
    .method-post-content {
        padding-bottom: 30px;
    }
}