/*重置样式*/
@charset "utf-8";
@media screen and (min-width: 320px) {
    html {
        font-size: 100px;
    }
}
 
@media screen and (min-width: 360px) {
    html {
        font-size: 112.5px;
    }
}
 
@media screen and (min-width: 400px) {
    html {
        font-size: 125px;
    }
}
 
@media screen and (min-width: 440px) {
    html {
        font-size: 137.5px;
    }
}
 
@media screen and (min-width: 480px) {
    html {
        font-size: 150px;
    }
}
body {
    font-size: 12px;
    line-height: 20px;
}
html{font-family:'Microsoft YaHei',SimSun,sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
html,body{background:#cccccc;color:#505050;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-touch-callout:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;}/*阻止旋转屏幕时自动调整字体大小*/
textarea{resize:none;}
button {border:none;margin: 0;padding: 0;font-family: "Microsoft YaHei";}

/*取消内边距和边框对盒子宽度的影响*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*取消按钮在inphone上的默认样式*/
input[type=button]{-webkit-appearance:none;outline:none}
input::-webkit-input-placeholder{color:#a4a4a4;}
textarea::-webkit-input-placeholder{color:#F0F0F0;}
input::-webkit-input-speech-button {display:none}
table {border-collapse:collapse;border-spacing:0;}
th {text-align:inherit;}
img {border:none;vertical-align: middle;}
abbr,acronym {border:none;font-variant:normal;}
del {text-decoration:line-through;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
a {color: #323232;outline-style: none;text-decoration: none;display:block;}
a:focus,*:focus {outline:none;}


#head{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.headr{
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 0px 15px;
}

.current{
    width: 200px;
    margin: auto;
    padding-top: 15px;
}
.current h1{
    font-size: 17px;
    float: left;
}
.strategy{
    width: 60px;
    height: 20px;
    float: right;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    background-color: #449d44;
    color: #fff;
}

.close-box{
    width: 40px;
    height: 35px;
    float: right;
    margin-top: -20px;
}
.close{
    width: 22px;
    height: 22px;
    border: 1px solid #999999;
    border-radius: 50%;
    float: right;
    text-align: center;
    margin-top: -2px;
}
.close p{
    font-size: 16px;
    color: #999999;
}

.amount-box{
    width: 100%;
    float: left;
    padding: 15px 10px;
    border-top: 12px solid #cccccc;
    background-color: #fff;
}
.amount{
    width: 90%;
    float: right;
}
.amount h2{
    font-size: 15px;
    float: left;
}
.amount p{
    font-size: 15px;
    color: #f00600;
    float: left;
    margin-left: 10px;
}
.already{
    margin-top: 10px;
}
.already h2{
    margin-left: 15px;
}
.surplus h5{
   float: left;
   font-size: 12px;
   color: #999999;
   margin-left: 5px;
}

#record{
    width: 100%;
    margin-top:178px;
    float: left;
}

#record h1{
    font-size: 16px;
    color: #000;
    padding: 6px 10px;
}
#record ul li{
    width: 100%;
    padding: 10px 10px;
    background-color: #f5f5f5;
    float: left;
    margin-bottom: 10px;
}

#record ul li .user-name{
    width: 100%;
    float: right;
}
#record ul li .user-name h2{
    font-size: 15px;
    color: #878787;
    float: left;
    margin-left: 45px;
    line-height: 35px;
}
#record ul li .user-name span{
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    overflow: hidden;
}
#record ul li .user-name span img{
    max-width: 100%;
    height: auto;
}
#record ul li .user-name h3{
    font-size: 15px;
    color: #0060c0;
    float: left;
    line-height: 35px;
    margin-left: 5px;
    font-weight: 600;
}


#record ul li .kind{
    width: 100%;
    float: right;
}
#record ul li .kind h2{
    font-size: 15px;
    color: #878787;
    float: left;
    margin-left: 14px;
    line-height: 33px;
}

#record ul li .kind h3{
    font-size: 15px;
    color: #000;
    line-height: 33px;
    float: left;
    margin-left: 10px;
}
#record ul li .money h3{
    font-size: 15px;
    color: #f00600;
    font-weight: normal;
}

#record ul li .state h2{
    margin-left: 44px;
}
#record ul li .state p{
    font-size: 12px;
    color: #999999;
    line-height: 34px;
    float: left;
    margin-left: 5px;
}


#more{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
#more a{ 
    width: 100%;
}
.more{
    width: 27%;
    margin: auto;
    position: relative;
}
.more p{
    font-size: 16px;
    color: #808080;
}
.more span:before{
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 0px;
    top: 3px;
}