

html {
    -webkit-text-size-adjust: none;
}

h1 {
    white-space: nowrap;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    margin: 12px 0px;
    font-family: "微软雅黑";
    color: rgb(54, 54, 54);
}

h2 {
    font-size: 24px;
    font-weight: 400;
    color: rgb(250, 102, 88);
    font-family: "微软雅黑";
}

h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 28px 0px;
    font-family: "微软雅黑";
    color: rgb(54, 54, 54);
}

h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 28px 0px 12.5px 0px;
    font-family: "微软雅黑";
    color: rgb(0, 107, 159);
}

h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 28px 0px 12.5px 0px;
    font-family: "微软雅黑";
    color: rgb(54, 54, 54);
}

.Bg {
    background-color: rgba(0, 191, 242, 0.2);
    width: 100%;
    padding-bottom: 100px;
}

.common {
    width: 1170px;
    height: 217px;
    margin: 0 auto;
}

.question_bg {
    width: 100%;
    height: 330px;
    background-color: #FFFFFF;
}

.question_box {
    width: 1170px;
    height: 320px;
    margin: 0 auto;
}

.question {
    text-align: left;
    width: 580px;
    height: 330px;
    display: inline-block;
    z-index: 10;
    font-size: 24px;
    font-weight: 400;
}

.question p a {
    text-decoration: none;
    color: rgb(0, 107, 159);
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.planetii {
    text-align: left;
    width: 580px;
    height: 330px;
    display: inline-block;
    z-index: 20;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
}

.planetii p a {
    text-decoration: none;
    color: rgb(0, 107, 159);
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.answer {
    width: 1170px;
    height: 0 auto;
    background-color: #ffffff;
    border-radius: 2%;
    z-index: 50;
    padding: 60px 100px;
    margin: 0px auto;
    margin-top: 100px;
}

.text1 {
    width: 0 auto;
    height: 0 auto;
    font-size: 24px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: rgb(54, 54, 54);
}

.text2 {
    width: 1000;
    height: 0 auto;
    font-size: 24px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: rgb(54, 54, 54);
    margin: 25px 10px 25px 50px;
}