﻿body {
    font-family: "Microsoft YaHei","宋体", arial;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    background: #fff;
    min-height: 100%;
}

.login {
    display: none;
    width: 305px;
    height: 320px;
    opacity: 1;
    z-index: 200000000;
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    float: right;
    margin-right: 70px;
}

.box {
    position: relative;
    z-index: 1;
    height: 340px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.loginContent {
    display: block;
    width: 260px;
    height: 247px;
    margin: 10px auto;
}

.mn-close {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #999;
    font-family: Tahoma,sans;
    font-size: 22px;
    position: absolute;
    text-decoration: none;
    top: 5px;
    right: 5px;
    opacity: 0.8
}

    .mn-close:hover {
        opacity: 1;
        border-radius: 12px;
        background: #FFF;
        text-decoration: none;
    }

.input {
    position: relative;
    padding: 7px 0px 7px 40px;
    margin: 20px 15px 3px;
    width: 185px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.checkCode {
    width: 40%;
    position: relative;
    padding: 7px 0px 6px 5px;
    margin: 20px 15px 3px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.checkCodeImg {
    height: 30px;
    width: 97px;
    position: relative;
    top: 10px;
}

.u_logo {
    padding: 5px;
    position: absolute;
    left: 39px;
    top: 95px;
    z-index: 99999;
    background: #F2F2F2;
    border-right: 1px solid #d3d3d3;
}

.p_logo {
    padding: 5px;
    position: absolute;
    left: 39px;
    top: 149px;
    z-index: 99999;
    background: #F2F2F2;
    border-right: 1px solid #d3d3d3;
}

a {
    color: black;
    position: relative;
    position: relative;
}

.register {
    float: right;
    padding-right: 17px;
    padding-top: 10px;
}

.remember {
    margin-top: 13px;
    vertical-align: bottom;
    margin-left: 15px;
}

.forget {
    color: #6677e3 !important;
    cursor: pointer;
}

.login_Submit {
    margin: 10px 15px 0px;
    width: 227px;
    height: 30px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    background: #3f71ca;
    border-radius: 1px;
    cursor: pointer;
    zoom: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .login_Submit:hover {
        background: #4b7fdc;
    }

.head {
    width: 960px;
    height: 64px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.title {
    float: left;
    color: #a6a9ab;
    font-size: 18px;
    font-weight: bold;
    border-left: 2px solid #dbdbdb;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 18px;
}

.content {
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-image: url('/images/iLinkUI/shipperBg.png');
    background-position: center;
    background-size: cover;
    display: table;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/iLinkUI/shipperBg.png', sizingMethod='scale');
}

.content1 {
    width: 960px;
    height: 530px;
    margin: 0 auto;
}

.welcome {
    padding-top: 40px;
    color: #3f71ca;
    font-size: 18px;
    font-weight: bold;
    padding-left: 35px;
}

.bottom {
    padding-top: 20px;
    color: #666;
}
