* {
    margin: 0;
    padding: 0;
}
/*canvas背景样式*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

body {
    font-family: "Microsoft YaHei";
    /*color: white;*/
    font-weight: 300;
}

.layui-layer-dialog .layui-layer-padding {
    color: #222;
}

body ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: "Microsoft YaHei";
    color: white;
    font-weight: 300;
}

body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: "Microsoft YaHei";
    color: white;
    opacity: 1;
    font-weight: 300;
}

body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: "Microsoft YaHei";
    color: white;
    opacity: 1;
    font-weight: 300;
    background-color: #f5f5f5;
}

body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: "Microsoft YaHei";
    color: white;
    font-weight: 300;
}

ul, li {
    list-style: none;
}

.wrapperList .list {
    position: relative;
    margin-bottom: 50px;
}

    .wrapperList .list i {
        position: absolute;
        top: 13px;
        left: 20px;
        font-size: 15px;
        color: #7094e2;
    }

.wrapperList .gainCode {
    position: absolute;
    width: 100px;
    right: 30px;
    top: 7px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    background-color: #2196F3;
    color: #fff;
    border-radius: 50px;
    height: 33px;
    line-height: 33px;
    background-image: linear-gradient(to bottom,#7da3f2,#5385ee,#3766c9);
}

    .wrapperList .gainCode:hover {
        background-image: linear-gradient(to bottom,#3766c9,#5385ee,#7da3f2);
    }

.wrapperList .loginBt {
    margin-left: 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    background-color: #3d60c3;
    transition: all linear 0.4s;
    color: #fff;
    width: 367px;
    background-image: linear-gradient(to bottom,#4d7ee6 50%,#3766c9 50%);
    transition: all linear 0.6s;
}

    .wrapperList .loginBt:hover {
        background-image: linear-gradient(to bottom,#4d7ee6 50%,#4d7ee6 50%);
    }

.title ul {
    overflow: hidden;
}

.title {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    border-radius: 5px;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
}

.logotitle {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #070510;
    height: 80px;
    line-height: 80px;
    width: 100%;
    box-shadow: 0 0 10px #d6defd;
}

    .logotitle b {
        font-size: 30px;
        color: #fff;
    }

#jchLogoTitle {
    left: -83px;
}

.title ul li {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #f6f6f7;
    color: #000940;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

    .title ul li:after, .title ul li.on:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 2px;
        background-color: #4d7ee6;
        transition: all linear 0.6s;
    }

    .title ul li:hover:after, .title ul li.on:after {
        width: 100%;
    }

    .title ul li:last-child {
        border-left: 1px solid #e2e2ea;
    }

    .title ul li.on {
        color: #4d7ee6;
        font-weight: bold;
    }

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/loginbg2.png) left center no-repeat;
    background-size: 100% 100%;
}

    .wrapper.form-success .container h1 {
        -webkit-transform: translateY(85px);
        -ms-transform: translateY(85px);
        transform: translateY(85px);
    }

#shops {
    position: absolute;
    top: -96px;
    left: -164px;
}

.details {
    padding-left: 10px;
}

    .details p {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }

.container {
    width: 900px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -220px;
    box-sizing: border-box;
    z-index: 100;
    background: url(../images/formbg.png);
}

    .container h1 {
        font-size: 40px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-in-put;
        transition-timing-function: ease-in-put;
        font-weight: 200;
    }

.wrapperList label {
    display: inline-block;
    width: 110px;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-right: 3px;
    padding-left: 40px;
}

#wrap {
    margin-top: 54px;
    background-color: #fff;
    height: 340px;
    padding-top: 27px;
}

#foot {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
}

    #foot p {
        text-align: center;
        font-size: 14px;
        color: #eef5f8;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
    }

form {
    padding: 30px 20px;
    position: absolute;
    z-index: 2;
    background: url(../images/formbg.png);
    width: 450px;
    right: 0px;
    height: 440px;
}

.containerLf {
    width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 440px;
}

form input, form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 265px;
    border-radius: 3px;
    height: 43px;
    margin: 0 auto 0px auto;
    font-size: 18px;
    color: #222;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    padding-left: 5px;
    border-bottom: 1px solid #dfe3e6;
    font-size: 15px;
}

#roles {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -284px;
    margin-top: -50px;
}

#changes {
    position: absolute;
    bottom: -25px;
    left: 0px;
    font-size: 14px;
    color: #fff;
}

#roles ul li {
    display: inline-block;
    text-align: center;
    /*width: 165px;*/
    height: 60px;
    margin: 0 12px;
    background-color: #dff0f5;
    line-height: 60px;
    margin-bottom: 15px;
    cursor: pointer;
}

    #roles ul li:hover {
        background-color: #fff;
    }

        #roles ul li:hover a {
            color: #0059ab;
        }

    #roles ul li a {
        font-size: 16px;
        font-weight: bold;
        color: #222;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        height: 60px;
        border: 5px solid #26458f;
        box-shadow: 0 0 5px #fff;
        line-height: 52px;
    }
/*背景动画*/
.m-wave {
    width: 100%;
    height: 110px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
}

.wave-item {
    width: 6000px;
    height: 110px;
    position: absolute;
}

.wave-bg {
    width: 50%;
    height: 100%;
    float: left;
    background: url("../images/waveBg.png") 0 0 repeat-x;
}

.m-wave .wave-bg1 {
    background-position: 0 -20px;
}

.m-wave .wave-bg2 {
    background-position: 0 -232px;
}

.m-wave .wave-bg3 {
    background-position: 0 -436px;
}
/*背景动画完*/
select {
    border: solid 1px #ccc;
    appearance: none; /*清除select下拉框默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px; /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    background: url("../images/arrow1.png") no-repeat scroll right center transparent; /*自定义图片覆盖原有的下三角符号*/
}

    select::-ms-expand {
        display: none; /*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
    }
