﻿@charset "utf-8";
/* CSS Document */

* {
    font: 13px/1.5 '微软雅黑';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #006600;
    background-size: cover;
}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}

.login_box {
    width: 1100px;
    margin: 160px auto 0;
}

    .login_box .login_l_img {
        float: left;
        width: 432px;
        height: 440px;
        margin-left: 50px;
    }

        .login_box .login_l_img img {
            width: 500px;
            height: 440px;
        }


.login {
    height: 375px;
    width: 400px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    margin-right: 50px;
    position: relative;
    margin-top: 25px;
}

@media screen and (max-width:720px) {
    .login {
        height: 360px;
        width: 400px;
        padding: 50px;
        background-color: #ffffff00;
        border-radius: 6px;
        box-sizing: border-box;
        float: right;
        margin-right: 50px;
        position: relative;
        margin-top: 25px;
    }
}

.login_logo {
    width: 120px;
    height: 120px;
    border: 5px solid #93defe;
    border-radius: 100px;
    background: #fff;
    background-image: url('../images/login_logo.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -60px;
    right: 140px;
}

@media screen and (max-width:720px) {
    .login_logo {
        width: 120px;
        height: 120px;
        border: 5px solid #93defe;
        border-radius: 100px;
        background: #fff;
        background-image: url('../images/GQ-LOGO.png');
        background-size: 110px;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        line-height: 110px;
        position: absolute;
        top: -60px;
        right: 140px;
    }
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

    .login_name p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #444;
        padding: 10px 0 20px;
    }

@media screen and (max-width:720px) {
    .login_name p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #ffff00;
        padding: 10px 0 20px;
    }
}

.login_logo img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    line-height: 50px;
    color: #888;
}

/*input[type=checkbox], #lblremberpassword {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 20px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    margin-bottom: 15px;
    line-height: 50px;
    color: #888;
    text-align: right;
}*/

.remberpassword {
    width: 100%;
    padding: 0 16px;
    color: #27A9E3;
    text-align: right;
    margin: 0px 0px 15px;
    vertical-align: middle;
    font-size: 16px;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

#password_text {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #888;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 50px;
}

#switcher {
    height: 54px;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
}

.center {
    width: 100%;
    padding-top: 0
}

    .center ul li {
        display: inline;
        float: left;
        position: relative
    }

.logoTop, .top2 {
    margin-left: 30px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "微软雅黑"
}

.top2 {
    position: relative;
    margin-top: 20px;
    background-image: url('../images/2vm.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    height: 20px;
    padding-left: 25px;
    line-height: 20px;
    border: 0px solid #414141;
    padding-right: 5px;
    border-radius: 5px;
}

@media screen and (max-width:720px) {
    .top2 {
        margin-left: 10px;
    }
}

.vm {
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #fff;
    height: 190px;
    width: 160px;
    display: none;
    padding: 5px;
}

.top2:hover .vm {
    display: block
}

.logoTop a:hover {
    text-decoration: underline
}

li.remove_frame {
    margin-left: 17px;
    float: right !important;
    margin-right: 30px
}

    li.remove_frame a {
        width: 290px;
        height: 21px;
        display: block;
        margin-top: 18px;
        transition: all .3s ease-out 0s;
        white-space: nowrap;
    }

        li.remove_frame a:hover {
            background-position: 0 -21px
        }

li.icp {
    margin-left: 17px;
    float: right !important;
    margin-right: 30px
}

@media screen and (max-width:720px) {
    li.icp {
        margin-left: 17px;
        float: right !important;
        margin-right: 10px
    }
}

li.icp a {
    width: 140px;
    height: 21px;
    display: block;
    margin-top: 18px;
    transition: all .3s ease-out 0s;
    white-space: nowrap;
}

    li.icp a:hover {
        background-position: 0 -21px
    }
