﻿/*字体*/
@font-face {
    font-family: DOUYU Font;
    src: url("/res/font/douyuFont.otf");
}

@font-face {
    font-family: 思源黑体-明亮;
    src: url("/res/font/SourceHanSansCN-Light.otf");
}

@font-face {
    font-family: 思源黑体-加粗;
    src: url("/res/font/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: 思源黑体-正常;
    src: url("/res/font/SourceHanSansCN-Normal.otf");
}

/*去除边框*/
.f-widget-content {
    border: 0;
    /*background-color: transparent;*/
}
/*
body {
        min-width: 600px;
    min-height: 600px;
    z-index: -20;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}*/

#CP_Content {
    position:relative;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}



.login-image {
    min-width: 0;
    min-height: 0;
    position: fixed;
    top: 0;
    bottom:0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    /*height: 100%;*/
    /* z-index: -1;*/
    /*zoom: 1;*/
    /*background: url(/res/images/srm_bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;*/
}

.login-left {
    /*position: relative;*/
    /*float: left;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*height: 100%;*/
    /* z-index: -1;*/
    /*zoom: 1;*/
    background: url(/res/images/srm_bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*min-width: 1920px;*/
    min-height: 910px;
}


.login-right {
    width: 600px;
    height: 100%;
    margin-right: 5%;
    /*margin-top: 20px;*/
    position: relative;
    float: right;
    /*min-width: 600px;*/
    /*min-width: 600px;
    min-height: 500px;*/
}


.login-logo {
    /*background: url(/res/images/srm_logo.png) no-repeat;*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 100%;
    height: 120px;
    position: relative;
    float: right;
    overflow: hidden;
    margin-top: 20px;
}


.login-div {
    background: url(/res/images/srm_login.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 650px;
    position: relative;
    float: right;
    padding: 10px 35px 0;
    overflow: hidden;
    margin-top: 20px;
}


.title {
    width: 100%;
    height: 180px;
    line-height: 180px;
    font-family: DOUYU Font;
    font-size: 40px;
    font-weight: bold;
    color: #FFAC2A;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.info {
    background-color: white;
    width: 100%;
    height: 400px;
    border-radius: 7px;
    padding: 35px;
}

.welcome {
    font-family: 思源黑体-加粗;
    font-size: 28px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.input-group {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    border-collapse: separate;
}

.input-group-addon {
    position: relative;
    float: left;
    width: 15%;
    height: 100%;
    font-size: 25px;
    font-weight: normal;
    line-height: 58px;
    color: #8D9092;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #cccccc;
    border-radius: 15px 0 0 15px;
}

.form-control {
    position: relative;
    float: left;
    width: 85%;
    margin-bottom: 0;
    height: 100%;
    padding: 6px 15px;
    font-size: 20px;
    font-family: 思源黑体-正常;
    line-height: 1.42857143;
    color: #8D9092;
    background-color: #F7F7F7;
    border: 1px solid #cccccc;
    border-radius: 0 15px 15px 0;
}

.input-btn {
    font-family: 思源黑体-正常;
    font-size: 20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #F9A92B;
    color: white;
    border: 0;
    cursor: pointer;
}

.form-control:focus {
    border-color: #47b8e0 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #47b8e0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #47b8e0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ABB0B5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ABB0B5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ABB0B5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ABB0B5;
}


.version {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-family: 思源黑体-明亮;
    font-size: 15px;
    color: #8D9092;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: right;
}

.copyright {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 思源黑体-明亮;
    font-size: 15px;
    color: #8D9092;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: right;
}
