﻿@charset "utf-8";
/* CSS Document */
body { min-width:320px;	max-width:700px; margin:0 auto !important; background:#fff; overflow-x:hidden; font-family:"Microsoft YaHei",Helvetica; color:#333; }
body,section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,th,td,input,textarea,select,img { margin:0; padding:0; border:0; }
ul,ol,li { margin:0px; padding:0px; list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:lighter; }
table { border-collapse:collapse; border-spacing:0; }
em,i { display:inline-block; font-weight:normal; font-style:normal; }
textarea,select,input { font-family:"Microsoft Yahei"; font-size:.32rem; color:#333; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { /*color:#333;*/ text-decoration:none; }
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],button,textarea { -webkit-appearance:none; }
.cfx:after,nav.mini:after,.h:after,.hn:after,.PH:after { content:' '; clear:both; display:block; height:0; visibility:hidden; line-height:0; }
* { box-sizing:border-box; }
.fl { float:left; }
.fr { float:right; }



/*输入页*/
body,.inwrap{
    height: 100%;
}
.inwrap{
    background: url("../images/yellowBg.jpg") repeat-y;
    background-size: 100%;
}
#selectbox{
    text-align: center;
}
#selectbox>div{
    display: inline-block;
}
#selectbox>div>.circle{
    display: inline-block;
    width: .30rem;
    height: .30rem;
    background: url("../images/noselect_btn.png") no-repeat;
    background-size: 100% 100%;
}
#selectbox>div>.circle.select{
    background: url("../images/select_btn.png") no-repeat;
    background-size: 100% 100%;
}
#selectbox>div>span{
    text-shadow:2px 2px #ffffff;
    font-size: .35rem;
    font-weight: bold;
    margin-left: -0.2rem;
}

#info{
    width: 4.52rem;
    height: 0.74rem;
    border-radius: 4px;
    border: 2px solid #030303;
    position: relative;
    background-color: #fff;
    margin: 0.3rem auto;
    margin-bottom: 0;
}
#info .block{
    width: .1rem;
    height: .1rem;
    background-color: #63342f;
    border-radius: 50%;
    position: absolute;
}
#info .block:nth-of-type(1){top:2px;left: 2px;}
#info .block:nth-of-type(2){top:2px;right: 2px;}
#info .block:nth-of-type(3){bottom:2px;left: 2px;}
#info .block:nth-of-type(4){right: 2px;bottom: 2px;}


#info input{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;

}
#cesuanBtn{
    width: 6.5rem;
    height: 1.14rem;
    display: block;
    margin: 0 auto;
    background: url("../images/cesuan_btn.png") no-repeat;
    background-size: 100% 100%;
}

/*   结果页-- */

#rebox{
    width: 7.19rem;
    margin: 0 auto;

}
#tishi{
    font-size: 0.3rem;
    color: #cc1453;
    text-align: center;
    margin-bottom: .2rem;
}