﻿body {
    background: #f0f0f0;
}

    body.external-page #main {
        position: absolute;
        height: auto;
        width: 100%;
        background: url(/skin/default/BG11.png);
        background-size: cover;
        background-position: center 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
    }

.left {
    width: 59%;
    min-width: 435px;
    height: 100%;
    float: left;
    position: relative;
}

.right {
    height: 100%;
    background: #f0f0f0;
}

.qingJ {
    margin-top: 28px;
    margin-right: 28px;
    float: right;
}

.dLK {
    width: 350px;
    height: 300px;
    position: absolute;
    right: 30px;
    top: 10px;
}

.bta {
    width: 500px;
    height: 500px;
    position: absolute;
    right: 6%;
    top: 25%;
}

.bta2 {
    width: 400px;
    height: 430px;
    position: absolute;
    right: 49px;
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(170, 178, 183, 1) inset;
    /*background-image: -webkit-gradient(radial, center center, 0, center center, 450, from(#0582DD), to(#18BEF6));*/
}



.huanY {
    text-align: center;
    color: #b2b2b2;
    margin-top: 50px;
    margin-bottom: 25px
}

.footer {
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
}

    .footer.a {
        color: white;
        cursor: pointer:
    }


.admin-form .section {
    margin-bottom: 25px;
}

.admin-form .gui-input,
.admin-form .gui-input:focus,
.admin-form .gui-input:active,
.admin-form .gui-input:hover {
    height: 46px;
    background-color: rgba(0,0,0,0);
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #00edff;
}

.enterLabel {
    color: #337ab7;
}

.admin-form .prepend-icon .field-icon {
    height: 46px;
}
/*.admin-form .prepend-icon > input{ background:none;border:3px solid #d5d5d5}*/
/*.admin-form .gui-input:hover,.admin-form .gui-input:focus{border:3px solid #d5d5d5; background:none;}*/
.admin-form .btn-primary {
    background-color: #0c85e3;
    border-color: #0c85e3;
    width: 100%;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .admin-form .btn-primary:hover, .admin-form .btn-primary:focus {
        background-color: #1881d2;
        border-color: #1881d2;
    }

.right .title {
    font-size: 30px;
    color: #0c85e3;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.field-icon .fa {
    color: #d1dfe8;
}

.diBiao {
    width: 67.1%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #8d9ba5;
    margin-bottom: 30px;
    line-height: 1.6;
    padding-left: 10px;
    font-size: 17px;
}

.right form {
    margin: 0;
}

.admin-form label {
    font-size: 16px;
}

.admin-form .prepend-icon > input,
.admin-form .prepend-icon > textarea,
.admin-form .prepend-icon > input:focus,
.admin-form .prepend-icon > textarea:focus {
    padding-left: 60px;
    color: black;
    font-size: 15px;
}

.admin-form .append-icon .field-icon i, .admin-form .prepend-icon .field-icon i {
    font-size: 16px;
    color: #d1dfe8;
}

.erweima {
    position: absolute;
    right: 35px;
    top: 25px;
}

.ewm {
    display: block;
    width: 80px;
}

.yh {
    color: #d5e1ec;
    /*font-size:16px;*/
}

.andriod {
    margin-right: 25px;
}

.andriod, .ios {
    float: left;
    display: inline-block;
}


.cerify-code-panel {
    height: auto
}

.cerify-code-panel {
    display: table;
}

.verify-code-area {
    display: table-cell;
    padding-right: 2.5%;
}

.verify-code {
    display: table-cell;
    font-size: 28px;
    vertical-align: middle;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
}

.verify-change-area {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 1%;
    white-space: nowrap;
    cursor: pointer;
}

    .verify-change-area a {
        color: rgba(0,0,0,0.6);
        text-decoration: none;
    }

.qrcodeLogo {
    height: 40px;
    width: 40px;
    float: right;
    background-image: url("/skin/default/erweima.png");
    background-size: 40px 40px;
}

a.erweimaLogo {
    position: relative;
}

.erweimaLogo img {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 100px;
    width: 150px;
    height: 150px;
    z-index: 1;
}

.erweimaLogo:hover img {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
