.contentArea { margin-top: 50px; padding: 70px 0; box-sizing: border-box; }
.login_content { width: 900px; padding: 35px 60px 60px; box-sizing: border-box; margin: 0px auto; border: 2px dashed #d93385; /* background-color: lightblue; */ }
.content_title { /* width: 50%; */ display: flex; align-items: center; justify-content: center; color: #da2e7e; font-weight: bold; /* background-color: palegoldenrod; */ }

.contentArea { padding: 50px 0; }
.queryArea { width: 80%; margin: 50px auto 0; margin-top: 0; }
.login_content { width: 1000px; padding: 60px; margin-top: 50px; }
.area_item { display: flex; align-items: center; margin-bottom: 0; }
.area_item input { border-radius: 4px; }
.form_left { width: 120px; /* background-color: orange; */ font-size: 16px; font-weight: bold; letter-spacing: 1px; flex-shrink: 0; }
.form_right { width: calc(100% - 120px); }
.form_right input { height: 55px; }
.addLetterSpacing { letter-spacing: 5px; }
.form_tips { /* background-color: pink; */ font-size: 15px; padding-left: 120px; color: #B2B2B2; margin: 8px 0 25px; box-sizing: border-box; }
.subBtn { display: block; width: 100%; height: 60px; background-image: linear-gradient(to right, #EE5A57, #DF458B); text-align: center; border-radius: 4px; border: none; outline: none; font-size: 20px; color: #ffffff; line-height: 60px; cursor: pointer; margin-top: 40px; }

.prizeImg { text-align: center; }
.prizeImg img { max-width: 90%; max-height: 800px; margin: auto; cursor: pointer; display: block; box-shadow: 0 0 10px 0 #ccc; }
.downTips { margin-top: 30px; }
.downTips p { font-size: 16px; text-align: center; line-height: 27px; }

.operate { width: 370px; display: flex; align-items: center; justify-content: space-between; margin: 30px auto 0; /* background-color: lightblue; */ }
.operate div { width: 150px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 16px; letter-spacing: 1px; border-radius: 4px; cursor: pointer; background-color: #EC444B; }
.operate .downBtn { background-color: #DF458A; }


@media only screen and (max-device-width : 768px) {
    .queryArea { width: 98%; }
}

@media only screen and (max-device-width : 650px) {
    .queryArea { width: 98%; }
}

@media only screen and (max-device-width : 500px) {
    .queryArea { width: 98%; }
    .operate { width: 98%; }
    .operate div { width: 45%; }
}