@media screen and (min-width: 600px){
    html, body {
        max-width: 600px;
        margin: 0 auto;
        background: #fff;
    }
}
.app_body{
    position: relative;
    width: 100%;
    height: 100%;
}
.cycbgk{
    /* background:url(/Public/images/cycbgk.jpg); 
    background-repeat:no-repeat;
    background-size: 100% auto;
    max-width: 720px;
    max-height: 1280px;
    height: 100%;
    position: relative;
    margin: 0px auto;
    box-sizing: border-box; */
    position: absolute;
    width: 100%;
    height: 100%;
    
}
.contain-wrap{
    background-image:url(/Public/images/cycbgk.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 45% 0px 0px 13%;
    width: 86.6%;
    height: 100%; */
}
.contain-block{
    bottom: auto;
    height: 347px;
    top: 50%;
    margin-top: -38%;
    left: 50%;
    right: auto;
    width: 300px;
    margin-left: -38%;
    /* margin-left: -155px; */
    position: absolute;
}
.contain-question{
    font-size: 18px;
    font-weight: 600;
    color: #ff7e40;
    line-height: 60px;
}
.contain-answer{

}
.contain-answer .text{
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 200px;
    line-height: 46px;
    height: 46px;
    border-radius: 4px;
    text-align: left;
    margin: 22px 0 0 16px;
    font-size: 16px;
    letter-spacing: 0;
    background-color: rgba(247, 232, 210, 0.92);
    color: rgba(204, 169, 119, 0.92);
}
.contain-answer .select{
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 230px;
    line-height: 46px;
    height: 46px;
    border-radius: 4px;
    text-align: left;
    margin: 22px 0 0 16px;
    font-size: 16px;
    letter-spacing: 0;
    background-color: rgba(247, 232, 210, 0.92);
    color: rgba(204, 169, 119, 0.92);
}
.contain-answer .input{
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 230px;
    line-height: 46px;
    height: 46px;
    border-radius: 4px;
    text-align: left;
    margin: 22px 0 0 16px;
    font-size: 16px;
    letter-spacing: 0;
    background-color: rgba(247, 232, 210, 0.92);
    color: rgba(204, 169, 119, 0.92);
}
input::-webkit-input-placeholder {
    color: rgba(204, 169, 119, 0.92);
}
.cycnext{
    position: absolute !important;
    bottom: 30%;
    right: 16%;
}
.cycpre{
    position: absolute !important;
    bottom: 30%;
    left: 12%;
    display: none !important;
}
.cycsubmit{
    position: absolute !important;
    bottom: 30%;
    right: 16%;
    display: none !important;
}
.animated {
    -webkit-animation-duration: 0.2s !important;
    animation-duration: 0.2s !important;
    animation-delay: 0s !important;
}
.list_info_tag{
    margin: 18px 0px 5px 0px;
    height: 40px;
    overflow: hidden;
}
.list_info_tag ul{
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}
.list_info_tag ul li{
    float: left;
    padding: 1px 4px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #ff5b5c;
    border-bottom: 1px solid #ff5b5c !important;
    width: 58px;
    text-align: center;
    border-radius: 3px;
    color: #ff5b5c;
}
.list_info_tag ul li:last-child{
    width: auto;
    border: unset !important;
    padding: 0px !important;
    margin: 0px !important;
    float: right;
    line-height: 20px;
}
.match_bg{
    height: 180px;
    width: 100%;
    background: url(/Public/images/match_result_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    /* 9c7f76 */
}
.match_bg .match_t{
    color: #FFF;
    text-shadow: 1px 1px 30px #800000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3px;
    position: absolute;
    top: 12%;
    left: 12%;
}
.match_bg .match_i{
    color: #cca977eb;
    text-shadow: 1px 1px 5px #c7af8deb;
    font-size: 14px;
    background: #FFF;
    width: auto;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    padding: 0px 12px;
    position: absolute;
    top: 40%;
    left: 10%;
    box-shadow: 4px 5px 30px #ea3d3d;
}
.match_bg .match_n{
    color: #FFF;
    position: absolute;
    top: 65%;
    left: 11%;
    font-size: 12px;
}
#list ul, #list_keep ul{
    background:unset;
}
#list li, #list_keep > ul > li{
    margin: 10px 0px;
    border-radius: 3px;
    box-shadow: 3px 0px 2px #e0e0e0;
}
.rematch{
    text-align: center;
    margin-top: 12px;
}
.rematch a{
    font-size: 16px;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ff5b5c;
    text-align: center;
    padding: 0px 12px;
    border-radius: 15px;
    background-color: #ff5b5c;
}
.rematch i{
    font-size: 16px;
}