@import "reset.css";
*{
    margin: 0;
    padding: 0;
    border: 0;
}
html{
    font-size: 20px;
}
body{
    background: #f0d488;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    color:#000;
}
/* home */
.details-center{
    width: 96%;
    height: auto;
    margin: 10px auto;
}
.details-center h2 {
    width: 100%;
    font-size: 1.4rem;
    line-height: 3.2rem;
    color: green;
    text-align: center;
    font-weight: bold;
}
.details-center h3 {
    width: 100%;
    font-size: 1rem;
    color: #9bc100;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
}
.content {
    width: 100%;
    overflow: hidden;
}
.content p {
    float: left;
    width: 33%;
    /*height: 22%;*/
    margin:2% auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: bold;
    overflow: hidden;
}
.content p a {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
    text-align: center;
}
.content p img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.content p span {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
}
/* one */
.content1 {
    width: 100%;
    overflow: hidden;
}
.content1 h4 {
    width: 96%;
    margin:0 auto;
    font-size: 0.7rem;
    color: #f00;
    line-height: 1.2rem;
    /*text-align: center;*/
    font-weight: bold;
}
.content1 p {
    width: 96%;
    margin:0 auto;
    /*text-align: center;*/
    font-size: 0.7rem;
    line-height: 1.2rem;
    overflow: hidden;
}
.content1 p a {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
    text-align: center;
}
.content1 p img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.content1 p span {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
}
.code {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.code p {
    float: left;
    width: 33%;
    /*margin:2% 0;*/
    text-align: center;
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}
.code p a {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
    text-align: center;
}
.code p img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.code p span {
    display: block;
    width: 90%;
    height: auto;
    margin:0 auto;
}

.backHome {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    background-color: green;
    border-radius: 15px;
    position: absolute;
    top: 2%;
    left: 2%;
}