﻿@charset "utf-8";
/* CSS Document */
body {
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    font-family: '微软雅黑', 'microsoft yahei', Verdana, Arial;
    /*background-color: #115cd6;*/
    background-image: url(../images/out_bg_1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

html {
    -webkit-text-size-adjust: none;
    _background: url(about:blank);
}

body, html {
    height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #CCCCCC;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #808080;
}

::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: #999999;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 10px;
}

::-moz-selection {
    background: #ff7e00;
    color: #fff;
}

::selection {
    background: #ff7e00;
    color: #fff;
}

html {
    -webkit-text-size-adjust: none;
    _background: url(about:blank);
}

ul, li, form {
    list-style-image: none;
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

input, textarea, select {
    font-family: '微软雅黑', 'microsoft yahei', Verdana, Arial;
}

img {
    border: 0px;
}

a, span, font, input, textarea, select, label {
    display: inline-block;
}

    a span, label {
        cursor: pointer;
    }

input, select, textarea {
    outline: none;
    resize: none;
}

a {
    color: #333333;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

    a:hover {
        color: #ff7e00;
        text-decoration: underline;
    }

.impor_red {
    color: #cc0000;
    text-decoration: none;
}

    .impor_red a {
        color: #cc0000;
        text-decoration: none;
    }

        .impor_red a:hover, .impor_red:hover {
            color: #cc0000;
            text-decoration: none;
        }

.impor_orange {
    color: #e56700;
    text-decoration: none;
}

    .impor_orange a {
        color: #e56700;
        text-decoration: none;
    }

        .impor_orange a:hover, .impor_orange:hover {
            color: #e56700;
            text-decoration: none;
        }

.impor_blue {
    color: #00a2e5;
    text-decoration: none;
}

    .impor_blue a {
        color: #00a2e5;
        text-decoration: none;
    }

        .impor_blue a:hover, .impor_blue:hover {
            color: #00a2e5;
            text-decoration: none;
        }

.clear {
    height: 0px;
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.break_h {
    height: 16px;
    overflow: hidden;
    clear: both;
    margin: 0px;
    padding: 0px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #b3b3b3;
}

input::-o-placeholder, textarea::-o-placeholder {
    color: #b3b3b3;
}

input::placeholder, textarea::placeholder {
    color: #b3b3b3;
}
/**/
.wrap {
    width: 100%;
    height: 600px;
    background: url(../images/in_bg.jpg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -300px;
}

.comm_block {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #FFFFFF;
}

    .comm_block .ban {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0px 12px;
        border-bottom: 1px solid #ebebeb;
        background-color: #fafafa;
    }

    .comm_block .con {
        padding: 12px;
    }

    .comm_block .ban .a_r {
        float: right;
    }

.icon_br {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon_close_black {
    background-image: url(../images/close.png);
}
/**/
.mask {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 998;
}

.comm_window {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 600px;
    height: 400px;
    margin: 0px 0px 0px -300px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    position: fixed !important;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 999;
}

.win_alert {
    height: 200px;
}

.window_open, .window_close {
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}

.comm_window .update_con {
    height: 330px;
    overflow-y: scroll;
}

.comm_window .alert_con {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}
/**/
.main {
    height: 414px;
    width: 630px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -207px;
}

    .main .logo {
        height: 38px;
        width: 355px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../images/login_logo_1.png);
        background-size: 100% 100%;
    }

    .main form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        height: 280px;
        background-color: rgba(255,255,255,1);
        border-radius: 3px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

.login-panel {
    width: 335px;
    padding-right: 22px;
}

.login-products {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    border-left: 1px solid #ebebeb;
}

    .login-products .item {
        width: 100%;
        height: 100%;
    }

        .login-products .item a {
            display: inline-block;
            height: 100%;
        }

        .login-products .item img {
            margin-top: 45px;
        }

.center {
    width: 470px;
    height: 480px;
    background: url(../images/center.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -320px;
}

.cr {
    position: fixed;
    width: 100%;
    bottom: 20px;
    text-align: center;
    color: #ffffff;
}

    .cr a {
        color: #ffffff;
    }

.main form .title {
    padding-left: 20px;
    margin-left: 20px;
    line-height: 28px;
    height: 32px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/title_bg.png?v=1.2);
    color: #115cd6;
}

.main form input {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 4px;
}

.main form .txt {
    float: left;
    height: 48px;
    width: 240px;
    line-height: 38px;
    padding-left: 44px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: left center;
}

.main form .count {
    float: left;
    padding-left: 5px;
    height: 48px;
    line-height: 48px;
}

.main form .name {
    background-image: url(../images/name.png);
}

.main form .lock {
    background-image: url(../images/lock.png);
}

.main form .btn {
    height: 48px;
    width: 286px;
    line-height: 44px;
    background-color: #115cd6;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 4px;
}

.phone {
    width: 314px;
    height: 494px;
    color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/login_phone.png);
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 50%;
    margin-top: -250px;
    font-size: 20px;
}

    .phone > div {
        margin-bottom: 10px;
    }

    .phone img {
        width: 120px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        margin-top: 160px;
        margin-bottom: 10px;
    }

.icons {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -236px;
}

    .icons .block {
        margin: 40px auto;
        position: relative;
    }

        .icons .block .tip {
            position: absolute;
            right: 10px;
            top: 0px;
        }

        .icons .block .down {
            position: absolute;
            left: 40px;
            top: 0px;
            width: 250px;
            display: none;
        }

            .icons .block .down .con {
                margin-left: 4px;
                border: 1px solid #ebebeb;
                border-radius: 3px;
                background-color: #fff;
                padding: 6px 10px;
            }

.con img {
    border: 1px solid #ebebeb;
}

.con > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .con > ul > li {
        display: inline-block;
        text-align: center;
    }

        .con > ul > li img {
            border: 1px solid #ebebeb;
        }

        .con > ul > li p {
            margin: 0;
            color: #999999;
        }

.con .app-title {
    font-weight: bold;
    padding-bottom: 3px;
}

.icons .block .arrow {
    position: absolute;
    left: 0px;
    top: 10px;
}

.icons .block:hover .down {
    display: block;
}

.icons .block:hover li span {
    color: #808080;
    margin-right: 6px;
}

    .icons .block:hover li span.newest {
        color: #ff7e00;
    }

.icons .wxchat {
    background-image: url(../images/wxchat.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .app {
    background-image: url(../images/app.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .pc {
    background-image: url(../images/pc.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .ser {
    background-image: url(../images/ser.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .about {
    background-image: url(../images/about.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .update {
    background-image: url(../images/update.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .url {
    background-image: url(../images/url.png?v=1.2);
    background-repeat: no-repeat;
}

.icons .icon {
    width: 42px;
    height: 32px;
    background-position: left center;
}

.promote {
    position: fixed;
    right: 10px;
    top: 50%;
    height: 334px;
    width: 100px;
    overflow: hidden;
    margin-top: -207px;
    padding-top: 80px;
}

    .promote a, .promote img {
        width: 100px;
        height: 334px;
    }
