body {
    margin:0px; font-family: '黑体';
    font-size:26px;
    background-color: #f4f4f4;
}
a {text-decoration : none;}
.loading {
    background: url(loading.gif) center 360px no-repeat;
}
.banner {
    height:90px;
    background:white url(logo.png) 34px 22px no-repeat;
    position: relative;
}
.banner .dl {
    position: absolute;
    right:30px;
    top:18px;
    width:152px;
    height:53px;
    line-height: 53px;
    border-radius: 26px;
    background: #3088F3;
    color: #fff;
    font-size:22px;
    text-align: center;
    webkit-tap-highlight-color: rgba(0,0,0,0);
}
.banner .dl:active { background: #4f8ce1; }
.page {
    padding:30px 30px 30px 30px;
    display : none;
}
.loading .page {
    display: none !important;
}
.invite .invite-hd .head {
    font-weight: normal;
    padding-top: 50px;
    margin-bottom: 10px;
}
.hint .invite-hd .head {
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.error .invite-hd .head {
    padding-top: 20px;
}
.page .head {
    font-size:24px;
    color: #999999;
    font-weight: bold;
    text-align: center;
    line-height:30px;
    margin-bottom:30px;
}
.page .invite-hd .invite-hd-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}
.page .invite-hd .name {
    font-size: 28px;
    color: #333333;
}
.page .invite-hd .user {
    position: relative;
    top: 4px;
    display: inline-block;
    max-width: 252px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page .invite-hd p {
    text-align: center;
}
.page .info {
    text-align: center;
    line-height: 46px;
    margin: 0;
    color:#adadad;
}
.page .info.salon {
    word-break: break-all;
}
.page .invite-container {
    position: relative;
    background-color: white;
    margin-bottom: 30px;
}
.page .invite-container .invite-bg-container {
    height: 19px;
    line-height: 19px;
}
.page .invite-bg-top-right {
    position: absolute;
    right: 0;
}
.page .invite-bg-bottom-left {
    position: absolute;
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 0;
}
.page .invite-bg-bottom-right {
    position: absolute;
    width: 4px;
    height: 4px;
    bottom: 0;
    right: 0;
}
.page .invite-bg-left {
    position: absolute;
    width: 4px;
    background: url(./bg_side.png) repeat;
    top: 19px;
    left: 0;
    bottom: 4px;
}
.page .invite-bg-right {
    position: absolute;
    width: 4px;
    background: url(./bg_side.png) repeat;
    top: 19px;
    right: 0;
    bottom: 4px;
}
.page .invite-bg-top {
    position: absolute;
    height: 4px;
    background: url(./bg_top.png) repeat;
    top: 0;
    left: 19px;
    right: 19px;
}
.page .invite-bg-bottom {
    position: absolute;
    height: 4px;
    background: url(./bg_bottom.png) repeat;
    bottom: 0;
    left: 4px;
    right: 4px;
}
.page .form {
    padding: 25px 60px 50px;
}
.page .form .item-key {
    font-size: 24px;
    color: #999999;
    width: 21%;
}
.page .form .item {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding:15px 0px;
}
.page .form input {
    height: 48px;
    line-height: 48px;
    vertical-align: top;
    width: 65%;
    margin-left: 4%;
    border-radius: 5px;
    border-width: 1px;
    border-color: #c8c8c8;
    font-size: 24px;
}
.page .form .red {
     border-color: red;
}

.error {
    display: none;
    position: absolute;
    font-size: 18px;
    top: 58px;
    color: red;
    right: 0;
}
.invite .invite-hd, .hint .invite-hd, .error .invite-hd {
    position: relative;
    margin: 61px 60px 0;
    background-color: #f8f8f9;
    border: 1px solid #f8f8f9;
    border-radius: 8px;
}
.hint .invite-hd, .error .invite-hd {
    margin-bottom: 30px;
}
.detail {
    padding:30px 60px;
    border-radius:9px;
    color:#adadad;
    height:200px;
    font-size: 24px;
    color: #444444;
}
.detail .name,.detail .description {color:#999999;}
.btn {
    display:block;
    margin-bottom:30px;
    height: 86px;
    width: 100%;
    border: none;
    font-size: 28px;
    font-weight: bold;
    border-radius: 9px;
    outline:none;
}
.btn.ok {
    background: #388eee;
    color: #fff;
}
.btn.ok:active{
    background: #66b84d;
}
.btn.cancel {
    background: #bcbcbc;
    color:#fff;
}
.btn.cancel:active{
    background: #a3a3a3;
    color:#fff;
}

.page.confirm .head{
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.page.confirm .invite-hd {
    padding: 0 60px;
}
.page.confirm textarea{
    width: 100%;
    height: 190px;
    background: white;
    border:1px solid #c8c8c8;
    font-size:26px;
    padding:0px;
    margin-bottom:30px;
    outline: none;
    resize: none;
    color: #666;
}
.page.confirm .counter{
    color: #7f7f7f;
    text-align: right;
    margin:-25px 0 0px 0;
    padding-bottom: 56px;

}
.page.hint .dl-btns, .page.error .dl-btns {
    padding-bottom: 80px;
}
.page.error .invite-hd .head {
    color:#f1393e;
    font-size: 26px;
    font-weight: normal;
}
.dl-btns {
    font-family: '黑体';
    text-align: center;
    margin-top:50px;
}
.dl-btns .android{
    background: #398dee;
    border-radius: 9px ;
    display:inline-block;
    width:400px;
    height:80px;
    color:#fff;
    font-size:34px;
    margin-bottom:22px;
    line-height: 80px;
    padding: 13px 20px;
}
.dl-btns .android .ico{
    background:url(dl_android.png);
    display:inline-block;
    width:40px;
    height:48px;
    margin-top:17px;
    margin-right: 20px;
    vertical-align:top;
}
.dl-btns .iphone{
    background: #398dee;
    border-radius: 9px;
    display:inline-block;
    width:400px;
    height:80px;
    color:#fff;
    font-size:34px;
    line-height: 80px;
    padding: 13px 20px;
}
.dl-btns .iphone .ico{
    background:url(dl_ios.png);
    display:inline-block;
    width:40px;
    height:48px;
    margin-top:17px;
    margin-right: 20px;
    vertical-align:top;
}