.fixVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #000;
    display: none;
}
.order, .order .contaner {
    width: 100%;
}
.order {
    height: 100vh;
}
.fixVideo .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fd4081;
}
.fixVideo .loading .pic {
    width: 100%;
    position: absolute;
    height: 48px;
    left: 0;
    top: 50%;
    margin-top: -36px;
    background: url(../img/circles.svg) no-repeat center center;
    background-size: auto 100%;
}
.fixVideo .loading p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    line-height: 48px;
    left: 0;
    top: 50%;
    text-align: center;
}
.fixVideo .contaner {
    height: 100%;
    display: none;
}
.am-icon-lg {
    width: 36px;
    height: 36px;
}
.am-icon-left {
    background: url(../img/am-icon-left.png) no-repeat center center;
    background-size: 80% 80%;
    position: fixed;
    color: #fff;
}
.fixVideo .am-icon-left {
    z-index: 3;
}
.order #video, .order audio {
    width: 100%;
    height: 100vh;
}
.order .contaner .mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .23)), color-stop(19.56%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .81)), color-stop(29%, rgba(0, 0, 0, .58)), color-stop(56.4%, rgba(0, 0, 0, .27)), color-stop(76%, transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .23), transparent 19.56%), linear-gradient(0deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .58) 29%, rgba(0, 0, 0, .27) 56.4%, transparent 76%);
}
.order .contaner .mask .mask-main {
    position: absolute;
    width: 100%;
    top: 50%;
}
.order .contaner .mask .play {
    width: 48px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -24px;
}
.order .contaner .mask .mask-icon {
    display: flex;
    width: 250px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.order .contaner .mask .mask-main img {
    width: 32px;
    display: block;
    margin: 15px auto 5px;
}
.order .contaner .mask .mask-main .btn {
    color: #fff;
    background-color: #fd4081;
    display: block;
    text-align: center;
    width: 155px;
    line-height: 30px;
    margin: 25px auto 0;
    border-radius: 20px;
}
.order .contaner .mask .mask-icon div {
    width: 33%;
    text-align: center;
    color: #b6b6b6;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.order .contaner .mask .mask-main img {
    width: 32px;
    display: block;
    margin: 15px auto 5px;
}

#userPhone {
    width: 100%;
    height: 0.88rem;
    border: 0;
    line-height: 0.78rem;
    font-size: 0.32rem;
    color: #222;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
    text-align: left;
    margin-bottom: 0.15rem;
    border: 1px solid #41a3e6;
    border-radius: 0.88rem;
    position: relative;
    z-index: 2;
}
#userPhone a {
    float: right;
    color: #fc3462;
    text-decoration: underline;
    font-size: 0.28rem;
}

.loginPop {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}
.loginPop .move-order {
    background: none;
}
.loginPop .move-order .list {
    width: 84%;
    left: 8%;
    background: #ecfdff;
    background-size: 100% auto;
    padding: 0.3rem;
    border-radius: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}
.loginPop .popClose {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: url(http://cdn.fzbosun.com/dm/common/img/close.png) no-repeat right top;
    background-size: 100% 100%;
    right: -0.33rem;
    top: -0.33rem;
    cursor: pointer;
    z-index: 4;
}
.inputBox .inpLi {
    margin-bottom: 0.3rem;
    position: relative;
}
.loginPop .inputBox .inpLi input {
    text-align: left;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btnWrap button{
    background-size: 100% 100%;
}
.loginPop .inpUl{
    margin-bottom: -0.1rem;
}
.loginPop .inputBox .inpLi span {
    position: absolute;
    text-align: right;
    color: #fc3462;
    display: inline-block;
    height: 100%;
    top: 0;
    right: 0.25rem;
    height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.28rem;
}