h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
    font-weight: normal;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

#box,
.box {
    padding: .2rem;
}

h2 {
	color: #5a1100;

    padding: .3rem .1rem .4rem;

}

.main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
}

body>div>img {
    width: 100%;
    display: block;
}

ul {
    text-align: center;

}

ul>* {
    margin-bottom: .4rem;
}

#result {
    display: none;
}

.qtitle {
    color: #fff;
    background-color: rgb(218, 181, 125);
    padding: .2rem;
    border-radius: .8rem;
    position: relative;
    margin: 0 auto 0.6rem;
    width: 93%;
}

.qtitle:before,
.qtitle:after {
    content: "";
    position: absolute;
    bottom: -0.6rem;
    top: 100%;
    width: 0.3rem;
    background: rgb(218, 181, 125);
}

.qtitle:before {
    left: 1.6rem;
}

.qtitle:after {
    right: 1.6rem;
}

#test li {
    display: none;
    width: 93.4%;
    margin: 0 auto;
    padding: 0.4rem 0.4rem 0;
    border-radius: 0.2rem;
    box-sizing: border-box;
}

#test li:first-child {
    display: block;
}

#test li .left {
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
}

#test li .right {
	float: right;
	font-size: 16px;
	margin-bottom: 10px;
}

#test li .right b {
    color: red;
}

.checkbox-group input {
    display: none;
    opacity: 0;
}

.checkbox-group input[type=checkbox]:checked+label,
.checkbox-group input[type=radio]:checked+label {
    background: linear-gradient(to right, #ffe562, #ddad03)
}

.checkbox-group input[type=checkbox]+label,
.checkbox-group input[type=radio]+label {
  
    display: inline-block;
    width: 42%;

    border-radius: 1rem;
    margin: 0 2% 0.3rem;
    background: #673f3c;
 
    width: 42%;
    text-align: center;
    padding: .4rem 0;
    color: #fff;
    border-radius: .3rem;
    background-color: #673f3c;
}

.checkbox-group h3 {
	clear: both;
	margin-top: 0px;
	margin-right: rem;
	margin-bottom: 20px;
	margin-left: 0.3;
}

@keyframes big {
    0% {
        transform: scale(1);
    }

    18% {
        transform: scale(1.1);
    }

    32% {
        transform: scale(1);
    }

    48% {
        transform: scale(1.1);
    }

    64% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1);
    }

    18% {
        -webkit-transform: scale(1.1);
    }

    32% {
        -webkit-transform: scale(1);
    }

    48% {
        -webkit-transform: scale(1.1);
    }

    64% {
        -webkit-transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes big {
    0% {
        -moz-transform: scale(1);
    }

    18% {
        -moz-transform: scale(1.1);
    }

    32% {
        -moz-transform: scale(1);
    }

    48% {
        -moz-transform: scale(1.1);
    }

    64% {
        -moz-transform: scale(1);
    }

    80% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes big {
    0% {
        -o-transform: scale(1);
    }

    18% {
        -o-transform: scale(1.1);
    }

    32% {
        -o-transform: scale(1);
    }

    48% {
        -o-transform: scale(1.1);
    }

    64% {
        -o-transform: scale(1);
    }

    80% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes big {
    0% {
        -ms-transform: scale(1);
    }

    18% {
        -ms-transform: scale(1.1);
    }

    32% {
        -ms-transform: scale(1);
    }

    48% {
        -ms-transform: scale(1.1);
    }

    64% {
        -ms-transform: scale(1);
    }

    80% {
        -ms-transform: scale(1.1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

.heartBeats {
    -webkit-animation: big 1.4s infinite ease-in-out;
    animation: big 1.4s infinite ease-in-out;
}
.heartBeats {
	margin-top: 10px;
	padding: 10px;
}
