@charset "utf-8";

/* CSS Document */


/*Author Sam*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    width: 1900px !important;
    height: 960px !important;
}

.Gray {
    filter: Gray;
    -webkit-filter: grayscale(100%);
}

.clearfix input {
    color: #000;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-0 {
    width: 100%;
    height: 100%;
    color: #666;
    background: url(../../img/login/bg.jpg);
    padding: 0;
    margin: 0;
}

.main-1 {
    width: 552px;
    height: 499px;
    background: url(../../img/login/bg-login.png) 0 0 no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -276px;
}

.login {
    width: 420px;
    height: 160px;
    margin: 162px 0 0 68px;
}

.qrcode {
    text-align: center; 
    z-index: 20;
    margin: 65px auto 0;
    display: block;
    background-image: url(../../img/login/ios_course.png);
    width: 1504px;
    height: 780px;
    background: #FAFAFA;
    border-radius: 8px;
    display:none;
}


.ios_course{
    text-align: center;
    margin: 65px auto 0;
    z-index: 20;
    width: 1504px;
    height: 780px;
    background: #FAFAFA;
    border-radius: 8px;
    display:none;
    padding-top: 120px;
    overflow: hidden;
}


.login ul {
    width: 420px;
    padding: 45px 0 0 0;
    display: block;
}

.login ul li {
    line-height: 36px;
}

.login ul li em {
    color: #fff;
    font-style: normal;
    font-size: 14px;
    width: 130px;
    text-align: right;
    padding: 0 10px 0 0;
    display: block;
    float: left;
}

.login ul li strong {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0 0 0 10px;
}

.login ul li img {
    vertical-align: middle;
    cursor: pointer;
}

a.btn-login {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: url(../../img/login/btn-login.png) 0 0 no-repeat;
    display: block;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

a.btn-login:hover {
    background: url(../../img/login/btn-login-hover.png) 0 0 no-repeat;
}

.btn {
    width: 330px;
    text-align: center;
    margin: 15px auto 0 auto;
}

.input-01,
.input-02 {
    height: 28px;
    line-height: 28px;
    background: #fff36c;
    border: #fff solid 1px;
    padding: 0 5px;
    margin: 0;
    outline: none;
}

.input-01 {
    width: 160px;
}

.input-02 {
    width: 70px;
}

.tip-dialog {
    width: 100%;
    height: 100%;
    background-color: #0007;
    position: fixed;
    z-index: 20000;
    display: none;
}

.warnalert {
    width: 321px;
    height: 200px;
    position: absolute;
    left: 40%;
    top: 40%;
}

.warnalert .warntitle {
    width: 321px;
    height: 49px;
    background-image: url(../../img/dialog/snsy_01.png);
}

.warnalert .warnbody {
    width: 321px;
    height: 149px;
    background-image: url(../../img/dialog/snsy_02.png);
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.warnalert .warnbody .context {
    width: 321px;
    height: 100px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.warnalert .warnbody .sure {
    border: none;
    background-image: url(../../img/dialog/snsy_04.png);
    width: 113px;
    height: 36px;
    border-radius: 10px;
}

.warnalert .warnbottom {
    width: 321px;
    height: 11px;
    background-image: url(../../img/dialog/snsy_03.png);
}