﻿#header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8888;
    width: 100%;
}
.playerheader
{
    height: 40px;
    background: #0EA1E7;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #0590e9;
    display: inline-block;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    box-shadow: 0px 0px 5px 0px #a2a29e;
}
.playtitle
{
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    display: -webkit-box;
    position: relative;
    z-index: 9999;
    line-height: 43px;
    color: #fff;
    overflow: hidden;
}
.playerheader h3
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: White;
    line-height: 40px;
    font-weight: normal;
    height: 40px;
    width: 100%;
}
.topaction
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: white;
    margin-left: 10px;
}
.goback
{
    background: url(/images/mobile/back.png) no-repeat left center;
    background-size: auto 25px;
}

.loginForm
{
    padding: 0 10px;
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.loginForm .pitem
{
    margin-bottom: 10px;

    width: 100%;
}
.loginForm .wrapper
{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 40px;
}
.loginForm p .text-label
{
    display: block;
    background: url(/images/mobile/user.png) no-repeat center center;
    -webkit-background-size: 18px 19px;
    background-size: 18px 19px;
    padding-left: 28px;
}
.loginForm p .text-label.pwd
{
    background: url(/images/mobile/pwd.png) no-repeat center center;
    -webkit-background-size: 18px 19px;
    background-size: 18px 19px;
    padding-left: 28px;
}
input[type="text"], input[type="password"]
{
    border: none;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.error_area
{
    height: 30px;
    padding: 5px 10px 5px 18px;
    line-height: 30px;
    font-size: 14px;
    color: red;
}
.loginbtn
{
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 44px;
    background: #488ee6;
    border: 1px solid #3f89ec;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;   
   
}
select
{
    border :1px solid #eee;
    margin-right :5px;
    width:70px;
    }
    .pitem em
    {
        font-size :12px;
        color :Red;
        font-style :normal;
        }