img.svg {
    height: 90px;
    opacity: 0.7;
}
#QApage2 .section li {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 1px;
}

#QApage2 .section .txt {
    width: 1024px;
}

#QApage2 .txt {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

#QApage2 .section .section {
    padding: 1rem 0;
}

#QApage2 .section p {
    font-size: 17px;
}

#QApage2 .section p.title {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0;
}

#QApage2 h3 {
    border-bottom: 0;
    margin-top: 0;
    font-size: 2em;
}

#how .sbs {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 48px;
    margin-top: 20px;
    text-align: center;
}

#how h4 {
    font-size: 1.4rem;
    background-color: #00BCD4;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #aaa;
    color: #fff;
    text-shadow: 0 0 3px #aaa;
    margin-bottom: 20px;
    text-align: left;
	line-height:1;
}

#how h4 i {
    font-size: 3rem;
    background-color: cadetblue;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    position: relative;
    top: -15px;
    left: -15px;
    padding-bottom: 4px;
    box-shadow: 1px 1px #65c2ce;
}

#how p img {
    vertical-align: top;
    margin-right: 20px;
    display: inline-block;

}
#how p a{
    vertical-align: top;
    display: inline-block;
}

#how p {
    text-align: left;
    font-size: 1.2rem;
}
#ex .container,
#pic .container {
    font-size: 0;
}

#pic .container .sbs {
    width: 32%;
    vertical-align: top;
    margin-right: 5px;
    text-align: center;
}

#pic .txt {
    width: auto;
    margin-top: 10px;
    padding-top: 0;
}

#pic img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}


#pic .sbs img {
    border: 1px solid #FFB300;
    padding: 5px;
    width: 50%;
    border-radius: 3px;
    box-shadow: 5px 5px 0px #bdbdbd;
    background-color: #FFC107;
}

#pic .sbs .title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    #QApage2 .section .txt {
        width: 100%;
        padding: 1rem;
    }
    #QApage2 .section h3 {
        text-align: center;
    }
    #QApage2 .section .section {
        padding: 1rem 1rem;
    }
    #pic .container .sbs{
    	width: 31.5%;
    }
    #pic .container .sbs img{
    	width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #QApage2 .section td {
        display: block;
    }
    #QApage2 .section img {
        /*width: 100%!important;*/
        max-width: 100%;
        position: inherit!important;
        top: 0;
        left: 0;
    }
    #QApage2 .section img.svg{
        width: 100%;
    }
    #QApage2 .origin_img img{
    	width: 50px!important;
    }
    #QApage2 .section iframe {
        width: 100%;
    }
    #pic .container .sbs{
    	width: 100%;
    }
}