
.loading{
    position: fixed;
    z-index: 9999;
    top:50%;
    left: 50%;
    text-align: center;
    font-size: 22px;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.loading > img{
    width:150px;
}
.container{
    margin-top:2%;
    font-size: 20px;
    transition: 0.3s;
}
.title{
    margin-bottom: 1%;
}
.title > h1{
    font-weight: bold;
}
.title > h2{
    font-weight: bold;
}

.title_s{
    font-size: 0.8em;
}
.update_time{
    font-size: 0.8em;
    color: rgba(33, 37, 41, 0.75);
}

.container > .content{
    padding-left: 4%;
}
.container > .title-hr{
    margin:1% 0 1% 0;
    width:20%;
    border: 3px solid #0080FF ;
}
.title  img{
    margin-right:1%;
    border-radius: 100%;
    height:100px;
    width:100px;
}

.section1{
    margin-bottom: 2%;
    display: flex;
}

.section1 > .section1-text,.section1 > .section1-img,.section1 > .section2-img{
    padding:1% 4% 1% 0%;
}
.section1 > .section1-img > img{
    width:250px;
    height:250px;
    border-radius: 10px;
}
.section1 .step-text{
    margin-bottom:2%
}
.section1 .label > div{
    display: inline;
}
.section1 > .section1-text .label > div >  span {
    margin-top: 0.5%;
    display: inline-block;
    white-space: nowrap;
    padding: 1%;
    border: 1px #0080FF solid;
    color: #0080FF;
    border-radius: 10px;
    margin-right: 1%;
    font-size: 0.8em;
}

.section2{
    margin-bottom: 3%;
    display: flex;
    flex-direction:column-reverse;
}
.section3{
    margin-bottom: 3%;
    display: flex;
    flex-direction:column;
}
.section2 .text > span,.section3 .text > span{
    font-size: 1.2em;
    margin-top: 1%;
    margin-bottom: 1%;
    display: inline-block;
}
.section2 > .section2-img{
    text-align: center;
}
.section2 > .section2-img > img{
    width:90%;
    border-radius: 10px;
}
.section2 > .section2-img > span{
    font-size: 0.8em;
    color: rgba(33, 37, 41, 0.75);
}
.section2 > .section2-text,.section3 > .section3-text{
    margin:2% 0 2% 0;
    padding-left: 4%;
} 

table {
	border-collapse: collapse;
    width:100%;
    margin: auto;
}
table td {
	padding: 15px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #54585d;
    text-align: center;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody img {
	width:40px;
    height:40px;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
.section4{
    display: flex;
    padding-bottom: 2%;
}
.section4 > div{
    width:50%;
}
.section4 > .img{
    text-align: center;
}
.section4 > .img > img{
    height: 150px;
    width:150px;
}
.section4 .feedback textarea{
    resize: none;
    height:200px;
}
.section4 .feedback button{
    width:20%;
    margin-top:1%;
}




@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
.heart-btn{
    margin-top:1%;
}
.heart-btn .Like_content{
    position: absolute;
    padding: 13px 16px;
    display: flex;
    border: 2px solid #eae2e1;
    border-radius: 5px;
    cursor: pointer;
    width:200px;
}
.heart-btn .Like_content.heart-active{
  border-color: #f9b9c4;
  background: #fbd0d8;
}
.heart-btn .heart{
    position: absolute;
    background: url("../../img/heart.png") no-repeat;
    background-position: left;
    background-size: 2900%;
    height: 90px;
    width: 90px;
    top:-17px;
    left: -17px;
}
.heart-btn .like_text{
  margin-left: 30px;
  color: grey;
  font-family: 'Montserrat',sans-serif;
}
.heart-btn .numb{
  margin-left: 7px;
  font-weight: 600;
  color: #9C9496;
  font-family: sans-serif;
}
.heart-btn .like_text.heart-active{
  color: #000;
}
.heart-btn .numb.heart-active{
    color: #000;
}
.heart-btn .heart.heart-active{
  animation: animate .8s steps(28) 1;
  background-position: right;
}
@keyframes animate {
  0%{
    background-position: left;
  }
  100%{
    background-position: right;
  }
}


@media (max-width:1600px){
    .loading > img{
        width:130px;
    }
    .container{
        font-size: 20px;
    }
    .section1 > .section1-img > img{
        width:250px;
        height:250px;
    }
    table tbody img {
        width:35px;
        height:35px;
    }
}
@media (max-width:1280px){
    .loading > img{
        width:110px;
    }
    .container{
        max-width: 1000px;
        font-size: 16px;
    }
    .title > h1{
        font-size: 2em;
    }
    .title > h2{
        font-size: 1.6em;
    }
    .section1 > .section1-img > img{
        width:200px;
        height:200px;
    }
    .section2 > .section2-img > img{
        width:85%;
        border-radius: 10px;
    }
    table tbody img {
        width:30px;
        height:30px;
    }
    table td {
        padding: 10px;
    }
    
}
@media (max-width:768px){
    .loading > img{
        width:110px;
    }
    .container > .content {
        padding-left: 0%;
    }
    .title > h2{
        margin-top:5%;
        margin-bottom: 5%;
        font-size: 1.6em;
    }
    .container{
        font-size: 18px;
    }
}
@media (max-width:560px){
    .loading > img{
        width:90px;
    }
    .container{
        line-height: 30px;
        font-size: 18px;
    }
    .container > .content {
        padding-left: 0%;
    }
    .section1 > .section1-img > img{
        width:250px;
        height:250px;
    }
    .section1 > .section1-text, .section1 > .section1-img, .section1 > .section2-img {
        padding: 4% 0% 4% 0%;
    }
    .title{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .title > h1 {
        font-size: 1.8em;
    }
    .title > h2{
        margin-top:8%;
        margin-bottom: 8%;
    }
    .section1{
        flex-direction: column-reverse;
    }
    .section2{
        flex-direction:column;
    }
    .section2 > .section2-img > img{
        width: 100%;
    }
    .section1 > .section1-img{
        text-align: center;
    }
    .section4{
        flex-direction: column;
    }
    .section4 > .text{
        width:100%;
        height:250px;
    }
    .section4 .feedback {
        width:100%;
        height: 300px;
        text-align: center;
    }
    .section4 .feedback button {
        width: 50%;
        margin-top:5%;
    }
}