body {
    background: #e5e5e5;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","华文细黑",Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5c5c5c;
}

.page {
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto;
    min-height: 100%;
}

a {
    text-decoration: none;
}

.page-header {
    left: 0;
    top: 0;
    width: 100%;
    min-height: 42px;
    background: #36b35f;
    position: relative;
    max-width: 800px;
}

    .page-header p {
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 42px;
        font-size: 18px;
        font-weight: normal;
        color: #FFF;
    }

    .page-header .head-button-left, .page-header .head-button-right {
        height: 30px;
        width: 71px;
        line-height: 30px;
        text-align: center;
    }

    .page-header .head-button-left {
        position: absolute;
        top: 5px;
        left: 8px;
        background: #FFF;
        border-radius: 16px;
        color: #6c6c6c;
        font-size: 16px;
        font-weight: normal;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

    .page-header .head-button-right {
        position: absolute;
        top: 5px;
        right: 8px;
        background: #FFF;
        border-radius: 16px;
        color: #6c6c6c;
        font-size: 16px;
        font-weight: normal;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

 /*   .page-header .icon-back {
        display: inline-block;
        width: 20px;
        height: 30px;
        background: url(../img/pre.png) no-repeat center center;
        background-size: 14px 21px;
        vertical-align: top;
    }

    .page-header .icon-menu {
        display: inline-block;
        width: 22px;
        height: 30px;
        background: url(../image/mobile/wsite/icon-green/27.png) no-repeat center center;
        background-size: 17px 18px;
        vertical-align: top;
    } */ 



.page-menu-list { 
	  /*border: 1px solid #CDCDCD;
      -webkit-box-shadow: #D4D4D4 0 1px 2px;
      -moz-box-shadow: #D4D4D4 0 1px 2px;
      box-shadow: #D4D4D4 0 1px 2px; */
	  width: 96%;
      margin: 0 auto;
	  margin-top: 6px;
	  background-color: white;
	  overflow: hidden;
    }
	
.page-menu-item{	
display: block;
text-decoration: none;
position: relative;
padding: 5px 8px 8px;
overflow: hidden;
border-top: 1px solid #DBDBDB;
}
	
.page-menu-item:first-child {
      border-top: none;
}
	
.page-menu-pic{
		float: left;
		margin: 5px 10px 5px 0;
		display: inline;
		overflow: hidden;
}
	
.page-menu-pic img{
		border: 0;
}
	
.page-menu-title{
		font-size: 18px;
		margin-top:5px;
		line-height: 20px;
		padding: 4px 0 8px;
}

.page-inputdiv{
    height:22px;
    vertical-align:top;
}

.page-inputdiv img
{
    margin-left:5px;
    padding-right:10px;
    height:26px;
    margin-right:6px;
    float:left;
    display:inline;
    background:#fff;
    /* border-right:inset 1px #b5b5b5; */
}

.page-inputdiv span
{
    margin-left:5px;
    padding-right:10px;
    height:20px;
    margin-right:6px;
    float:left;
    /* font-size:1.4em; */
    display:inline;
    background:#fff;
    /* border-right:inset 1px #b5b5b5; */
}

.page-input
{
    right:10px;
    left:10px;
    float:left;
    display:inline;
    height:24px;
    width:78%;
    font-size:16px;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom:solid 1px #d5d5d5;
}


.page-button
    {
        margin-top:10px;
        margin-left:20px;
        margin-right:20px;
        font-size:16px;
        height:36px;
        line-height:36px;
        text-align:center;
        color:#fff;
        border-radius:36px;
        -moz-border-radius:36px; /* Old Firefox */
        background:rgb(25,199,22); /* #36b35f; */
    }
    


.page-button.menu span.icon {
    background-image: url(../img/icon32/552.png);
}


.page-checkBox.checked {
    background-image: url(../img/icon32/bg-checkBox-checked.png);
}

.page-checkBox {
    padding-left: 30px;
    background: url(../img/icon32/bg-checkBox.png) no-repeat left center;
    background-size: 30px 30px;
}


.page-radio {
    margin-right: 25px;
    float: left;
}

    .page-radio.selected {
        background-image: url(../img/icon32/bg-radio-checked.png);
    }

.page-radio {
    padding-left: 25px;
    background: url(../img/icon32/bg-radio.png) no-repeat left center;
    background-size: 25px 25px;
}

.page-url {
    text-align: center;
}



.instantMessage {
    position: fixed;
    bottom:60px;
    width: 100%;
    text-align: center;
    z-index:1002;
}

    .instantMessage span {
        margin: 10px;
        background: rgba(0,0,0,0.6);
        line-height: 20px;
        color: #fff;
        padding: 10px;
        display: block;
    }


.busyview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.busyviewinner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.busyviewinner div {
        background: rgba(0,0,0,0.8);
        border-radius: 10px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        padding: 20px;
    }


.busyview span {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icon32/loading.png) no-repeat center bottom;
    background-size: 32px 32px;
    left: 0;
    top: 0;
    -webkit-animation: animation-loading infinite linear 1s;
}

.hideit {
    display: none;
}


@-webkit-keyframes animation-loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
