
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
}
.container {
    height: 100%;
    /* background-image: linear-gradient(to right, #fbc2eb, #a6c1ee); */
    background-image: url(../images/bg.jpg); background-size: cover; background-repeat: no-repeat;
}
.login-wrapper {
    background-color: #fff;
    width: 358px;
    /* height: 588px; */
    border-radius: 15px;
    padding: 0 50px;
    position: relative;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    margin: auto;
}
.login-wrapper p.currRole {
    position: absolute; left: 10px; top: 10px; font-size: 14px;
}
.login-wrapper p.currRole a {
    color: #0c3d9f; text-decoration: underline;
}

.login-wrapper p.ccurrRole {
    position: absolute; left: 10px; top: 10px; font-size: 14px;
}
.login-wrapper p.ccurrRole a {
    color: #0c3d9f; text-decoration: underline;
}

.roleSelect-wrapper, .loginPage-wrapper {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
.header {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 4;
}
.input-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}
.input-item:placeholder {
    text-transform: uppercase;
}
.commitBtn {
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    /* background-image: linear-gradient(to right, #a6c1ee, #0c67cb); */
    background: -webkit-linear-gradient(0deg,#a6c1ee 0%,#0c67cb 100%);
    background: -moz-linear-gradient(0deg,#a6c1ee 0%,#0c67cb 100%);
    background: -o-linear-gradient(0deg,#a6c1ee 0%,#0c67cb 100%);
    background: -ms-linear-gradient(0deg,#a6c1ee 0%,#0c67cb 100%);
    background: linear-gradient(90deg,#a6c1ee 0%,#0c67cb 100%);
    color: #fff; cursor: pointer;
}
.msg {
    text-align: center;
    line-height: 40px;
}
a {
    text-decoration-line: none;
    color: #abc1ee;
}
ul.roleList[data-type="firstLevelRole"][data-device="phone"] {
    display: none;
}
ul.roleList[data-type="secLevelRole"] {
    padding: 10px 0;
}
ul.roleList {
    text-align: center; width: 60%; margin: auto; padding: 100px 0;
}
ul.roleList > li{
    display: inline-block; width: 18%; line-height: 2; font-size: 16px; text-align: center; background: rgba(255, 255, 255, .6); color: #333; padding: 20px 0; border-radius: 6px; cursor: pointer; position: relative; margin-bottom: 5px;
}
ul.roleList > li.activeRole {
    background: url(../images/tag.png) #fff left 10px top no-repeat; background-size: 20px;
}
ul.roleList > li img {
    display: block; height: 60px; margin: auto; margin-bottom: 8px;
}
ul.roleList > li span {
    height: 32px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* margin: auto; */
    width: 100%;
}
ul.roleList[data-type="firstLevelRole"] > li {
    padding: 30px 0 40px;
}
ul.sec__select {
    position: absolute; z-index: 5; background: #fff; box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4); display: none; min-width: 100%; -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;  border-radius: 4px; width: 200%; right: 0; top: 100%;
}
ul.sec__select {
    list-style: none;
}
ul.sec__select li {
    word-break: keep-all; line-height: 2.8; font-size: 14px; padding: 0 14px 0 20px; display: inline-block; width: 48%; -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
ul.sec__select li.secRoleActive {
    color: #fff; background: url(../images/selected.png) no-repeat left 4px center #4a95e9; background-size: 20px;
}
div.rigLogo {
    position: fixed; right: 7%; top: 5%; text-align: right; color: #fff; font-size: 28px; font-family: "楷体"; line-height: 1;
}
div.rigLogo img {
    width: 40px; vertical-align: middle; margin-top: -3px;
}
h2.titleLogo {
    font-size: 50px; color: #fff; line-height: 2; letter-spacing: 2px; font-family: "宋体"; text-align: center; margin-bottom: 20px; text-shadow: 0px 1px 3px #fff, 1px 1px 13px #fff; font-weight: bold;
}
div.verifyCodeWrap {
    position: relative;
}
div.verifyCodeWrap img {
    width: 40%; position: absolute; right: 0; bottom: 0; cursor: pointer;
}
div.verifyCodeWrap button {
    width: 40%; position: absolute; right: 0; bottom: 0; cursor: pointer;
}
p.copyRight {
    color: #fff; font-size: 16px; text-align: center; padding-top: 10px;
}
@media screen and ( max-width: 1200px ) {
    ul.roleList {
        width: 100%;
    }
}
@media ( max-device-width: 800px) {
    ul.roleList[data-type="firstLevelRole"][data-device="pc"] {
        display: none;
    }
    ul.roleList[data-type="firstLevelRole"][data-device="phone"] {
        display: block;
    }
    .login-wrapper {
        width: 60%;
    }
    .header {
        font-size: 40px;
    }
    .input-item {
        line-height: 3;
    }
    .commitBtn {
        line-height: 3;
    }
    ul.roleList[data-type="firstLevelRole"] > li {
        width: 30%;
    }
    ul.roleList[data-type="firstLevelRole"] li:first-child {
        margin-left: 6%;
    }
    ul.roleList[data-type="firstLevelRole"] li:nth-child(2) {
        margin-right: 6%;
    }
    ul.roleList[data-type="firstLevelRole"] > li span {
        font-size: 20px;
    }
    h2.titleLogo {
        margin-bottom: 80px;
    }
}