header {
    background: #f2f1f2;
    height: 100px;
    line-height: 100px;
}

    header .logo {
        margin-left: 10px;
        width: 90%;
    }

._line {
    width: 100%;
    height: 3px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccaca;
    background-color: #1179d0;
}

.contact {
    font-size: 24px;
    color: #646464;
    text-align: right;
    line-height: 120px;
}

.btnDiv {
    margin-top: 50px;
}

.login-conBox {
    /*background-color: -moz-linear-gradient(top, #E9EAF0 0%, #EAE6EB 100%);
    background-color: -webkit-linear-gradient(top, #E9EAF0 0%,#EAE6EB 100%);
    background-color: -o-linear-gradient(top, #E9EAF0 0%,#EAE6EB 100%);
    background-color: -ms-linear-gradient(top, #E9EAF0 0%,#EAE6EB 100%);
    background-color:  -webkit-linear-gradient(to bottom, #E9EAF0 0%,#EAE6EB 100%);*/
    background-color: #E9EAF0;
    background-image: url("../Images/bg0.png");
    background-size: cover;
    background-position: center;
    padding: 45px;
    background-repeat: no-repeat;
}

.pannelBtn {
    width: 240px;
    height: 60px;
    background-color: #CCCCCC;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    line-height: 58px;
    font-size: 24px;
    cursor: pointer;
}

.pannelBtn-active {
    background-color: #61B1F4;
    font-weight: bold;
}

.content {
    width: 90%;
    margin: 0 auto;
}

.panelBox {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    display: none;
}

.panel-left {
    padding-right: 40px!important;
}

.panel {
    border: 1px solid #bcc6ce!important;
    border-radius: 0 0 10px 10px!important;
    background-color: rgba(250,252,255,0.6)!important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1)!important;
    border-top: 0!important;
}

.panel-heading {
    height: 88px;
    background-color: #61B1F4;
    /*border-top-left-radius:10px!important;
    border-top-right-radius:10px!important;*/
    border-radius: 0px!important;
    color: #ffffff;
}

input {
    color: #aaa!important;
}

.panel-heading h3 {
    font-size: 35px;
    margin: auto;
    line-height: 70px;
}

label {
    font-weight: 500!important;
    text-align: right;
    font-size: 28px;
}

.input-lg {
    height: 58px!important;
    font-size: 20px!important;
}

.messageBox {
    margin: 30px 30px 10px;
}

.sub {
    height: 54px!important;
    line-height: 40px!important;
    border-radius: 3px!important;
    background-color: #e70012;
    margin: 0 auto;
    font-size: 32px!important;
    color: #fff!important;
}

    .sub:hover {
        opacity: 0.6;
    }

.shift {
    text-align: right;
    cursor: pointer;
    margin-right: -70px;
}

.shift-con {
    text-align: center;
    margin: 20px;
}

.weixin {
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 10px 5px;
}

.panel-body {
    height: 420px;
    padding: 20px!important;
}

.partner {
    text-align: center;
    margin: 80px auto 80px;
}

    .partner img {
        margin-bottom: 20px;
    }

@media screen and (max-width:1170px) {
    .partner img {
        width: 60%;
    }

    .partner .img3 {
        width: 30%;
    }

    label {
        font-weight: 500!important;
        text-align: right;
        font-size: 20px!important;
    }
}

@media screen and (min-width:1170px) {
    .partner img {
        width: 85%;
    }

    .partner .img3 {
        width: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
    .panel-heading h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    body {
        font-size: 14px!important;
    }

    header {
        height: 80px;
        line-height: 60px;
    }

        header .logo {
            width: 100%;
        }

    .contact {
        font-size: 12px;
        position: absolute;
        left: -10px;
        padding-left: 10px;
    }
    .xsleft {
      margin-left:-20px;
    }

    .tele {
        display: none;
    }

    label {
        text-align: left;
        padding-top: 0!important;
        font-size: 18px;
    }

    .input-lg {
        font-size: 12px!important;
        height: 40px!important;
    }

    .btnDiv {
        margin-top: 0px;
    }

    .sub {
        height: 36px!important;
        line-height: 26px!important;
        width: 80%!important;
        border-radius: 3px!important;
        background-color: #e70012;
        margin: 0 auto;
        font-size: 18px!important;
        color: #fff!important;
    }

    .login-conBox {
        padding: 9%;
    }

    .pannelBtn {
        width: 60px;
        height: 80px;
        line-height: 30px;
        padding: 10px 0;
        background-color: transparent;
        float: left;
        color: #999999;
        font-size: 14px;
    }

    .pannelBtn-img {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 0 auto;
        border-radius: 50%!important;
        background-color: #999999;
    }

        .pannelBtn-img img {
            width: 60%;
        }

    .pannelBtn-active {
        font-weight: bold;
        color: #61B1F4;
    }

        .pannelBtn-active .pannelBtn-img {
            background-color: #61B1F4;
        }

    .panelBox {
        width: 116%;
        margin-left: -8%;
    }

    .panel {
        border-radius: 10px!important;
    }

    .panel-left {
        padding-right: 15px!important;
    }

    .panel-body {
        height: auto;
        padding: 10px!important;
    }

    .messageBox {
        margin-top: 0;
    }

    .panel-heading {
        padding: 0!important;
        height: 50px;
    }

        .panel-heading h3 {
            font-size: 16px;
            line-height: 50px;
        }

    .container.container1 {
        padding: 0;
    }

    .partner {
        margin: 30px auto 85px;
    }

        .partner img {
            width: 110%;
        }

    .pannel {
        border-radius: 10px!important;
    }

    .panel-heading {
        padding: 0!important;
        height: 50px;
        border-top-left-radius: 10px!important;
        border-top-right-radius: 10px!important;
    }
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    cursor: pointer;
}
