﻿

div ul li {
    margin: 0 auto;
}

li {
    list-style: none;
}

#x-outer {
    width: 100%;
    height: 100%;
}


.x-wallpaper {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    padding: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.x-hidden {
    display: none;
}


.x-box {
    position: absolute;
    width: 896px;
    height: 420px;
    left: 50%;
    top: 50%;
    margin-left: -498px;
    margin-top: -210px;
    border: 1px solid #2d90be;
    background: #FFF;
    -moz-border-radius: 5px;
    border-radius: 1px;
    opacity:0.9;
}


/* 左边部分 */
.x-box .leftPart {
    width: 280px;
    float: left;
    height: 180px;
    margin-top: 60px;
}

.x-box .leftSplit {
    width: 20px;
    float: left;
}




/* 右上角切换 */
.x-switch {
    cursor: pointer;
    top: 5px;
    right: 5px;
    position: absolute;
    width: 91px;
    height: 91px;
}
.x-switch .numberIcon {
    position: absolute;
    width: 70px;
    height: 66px;
    right: 0;
}
.x-switch .qrcodeIcon {
    position: absolute;
    width: 91px;
    height: 91px;
}

/* 遮挡层 */
.x-switch div {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 91px solid #fff;
    border-right: 91px solid transparent;
}
.x-promptbox {
    position: absolute;
    width: 150px;
    height: 20px;
    background-image: url("img/prompt.png");
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/qrcode.png',sizingMethod='scale');
    background-repeat: no-repeat;
    right: 86px;
    top: 5px;
}

.x-promptbox i {
    float: left;
    display: block;
    width: 12px;
    height: 14px;
    background-image: url("img/arrow.png");
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/arrow.png',sizingMethod='scale');
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 5px;
    margin-left: 5px;
}
.prompttext {
    height: 20px;
    line-height: 20px;
    vertical-align: 3px;
    color: #f09a1a;
    display: inline;
}



/* 二维码登录内容 */
.x-qrcode-content {
    position: absolute;
    top: 45px;
    width: 400px;
    height: 300px;
    left: 420px;
}

.x-qrcode-content .bottom {
    height: 35px;
    margin: auto;
    width: 300px;
    margin-top: 20px;
    text-align: center;
    color:#000;
}

.x-qrcode-content .bottom span {
    font-size: 20px;
}



/* 用户名密码登录内容 */
.x-number-content {
    width: 380px;
    float: left;
    padding-top: 50px;
}

.x-number-content li{
    width: 360px;
    height: 40px;
    margin-top: 10px;
}

.x-number-content li a
{
    color:silver;
    text-decoration:none;
}

.x-login-textbox {
    width: 320px;
    height: 35px;
    border: 1px solid #d0d2d5;
    color: #000;
    padding-left: 10px;
    line-height: 40px;
    border-radius:3px;
    font-size: 14px;
}

#butLogin {
    width: 360px;
    height: 45px;
    margin-top: 0px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    border:none;
    font-size:16px;
    font-family:'Microsoft YaHei';
}

