.logo {
    height: 12%;
    width: 86%;
    margin: 0 auto;
    color: #cc2323;
    font-size: 38px;
    position: relative;
    font-weight: bold;
    font-family: arial
}

    .logo > img {
        width: 200px;
        position: absolute;
        top: 50%;
        margin-top: -50px;
    }

    .logo > span {
        display: inline-block;
        margin-left: 20px;
        position: absolute;
        top: 50%;
        margin: -18px 0 0 185px
    }

.wrapper {
    background: #FFF;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content {
    height: 60%;
    width: 100%;
    margin: 0 auto;
    background: url(../../dongcheng_login/images/1.jpg) left center no-repeat;
    background-size: 100% 100%;
    position: relative
}

.leftcontent {
    background: #2e6bff;
    width: 65%;
    margin: 5% 2% 5% 2%;
    height: 90%;
    border-radius: 5px
}

    .leftcontent > h2 {
        width: 200px;
    }

        .leftcontent > h2 img {
            width: 100px;
        }

.tabcont {
    position: absolute;
    z-index: 100;
    right: 6%;
    top: 14%;
    width: 308px;
    padding: 25px 30px 40px 25px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

    .tabcont .title {
        display: inline-block;
        color: #777;
        line-height: 30px;
        height: 30px;
        border-bottom: 3px solid #cc2323;
        padding-bottom: 8px
    }

    .tabcont img {
        width: 190px;
        height: 170px;
    }

.logininfo p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.logintext {
    margin-top: 35px;
}

    .logintext span {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border-bottom: 1px solid #E4E7ED;
        margin-bottom: 20px;
        margin-top: 5px;
        position: relative;
    }

    .logintext .ipt {
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 15px;
        color: #666;
        width: 90%;
        margin-left: 27px;
        height: 30px;
        line-height: 30px;
        color: #333;
        padding-left: 10px
    }

.loginbtn {
    margin-top: 26px;
    width: 100%;
}

    .loginbtn input {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        background: #cc2323;
        color: #fff;
        width: 100%;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        cursor: pointer;
    }

.user::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url('../../Css/Img/user.png') left center no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 7px;
    background-size: 100% 100%;
}

.psd::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url('../../Css/Img/psd.png') left center no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 7px;
    background-size: 92% 92%;
}

.tsinfo {
    color: #F56C6C;
    text-align: left;
    font-size: 12px;
    height: 34px;
    line-height: 34px
}

.regionbg {
    position: relative;
    top: -50px;
    width: 480px;
    height: 516px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .regionbg .title {
        color: #fff;
        font-size: 14px;
        padding-top: 5px;
        margin-left: 60px;
        padding-bottom: 5px;
    }

.title p {
    margin-top: 10px;
}

.regionbox {
    height: 450px;
    background-color: #fff;
    padding: 50px 65px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.rememberPsd {
    overflow: hidden;
    color: #999;
    font-size: 13px;
    position:relative;
}
    .rememberPsd input {
        width: 14px;
        height: 14px;
        border: 1px solid #e4e7ed;
        vertical-align: bottom;
        border-radius: 2px;
        display: inline-block;
        margin-right: 5px;
        margin-top: 12px;
        cursor: pointer
    }
    .rememberPsd i {
        position: absolute;
        top: 10px
    }
    .footer {
        position: relative;
        width: 100%;
        height: 18%;
    }
.footerText {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    color: #888;
    font-size:15px;
}
    .footerText > span {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        color:#666;
    }

.swiper-container {
    width: 90%;
    height: 80%;
    margin-top: 10%;
    margin-left: 5%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
    .swiper-slide img{
        width:100%;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
    }

    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }
.leftcont {
    width: 55%;
    position: absolute;
    height: 96%;
    left:3%;
}
.rememberPsd span{
    display:inline-block;
}