﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei','Adobe Heiti Std';
    color: #666;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

input[type=text] {
    padding: 0 4px;
}

input[type=button] {
    cursor: pointer;
}

select {
    cursor: pointer;
}

table {
    width: 100%;
    table-layout: fixed;
}

.cantchoose, .title {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.section817 {
    width: 100%;
}

.titleTriangle {
    width: 0px;
    height: 0px;
    border: 6px solid;
    border-color: red transparent transparent transparent;
}

.mt_1 {
    margin-top: 10px;
}

.D_content {
    margin: 0 30px;

}
.D_content1 {
    margin-right:100px;
}
.D_content:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.loginHead {
    height:90px;
}
.loginHead a.title{
    margin-top:18.5px;
    margin-bottom:18.5px;
}
.loginHead span.fr img{
    display:block;
    margin-top:5px;
    margin-bottom:5px;
}

.section817 {
    position: fixed;left:0;top:90px;bottom:60px;right:0;
    overflow: hidden;
    background: url('../images/loginBG.jpg') no-repeat center center #3366cc;
    background-size: auto 100%;
}

.loginWord {
    float: right;
    margin-top: 170px;
    margin-right: 75px;
}

.loginBox {
    float: right;
    width: 380px;
    height: 400px;
    background-color: #fff;
    margin-top: 68px;
    padding: 50px 30px;
}

.loginBox .title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: '黑体';
}

.loginBox .borderStyle {
    height: 40px;
    border: 1px solid #dde6ef;
}

.loginBox .borderStyle:focus {
    border: 1px solid #3470e9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.loginBox .remindMess {
    height: 14px;
    font-size: 12px;
    color: #ff6666;
    margin-bottom: 8px;
}

.loginBox .input1 {
    width: 100%;
    background: url('../images/loginICON1.jpg') no-repeat 0 0;
    padding-left: 39px;
}

.loginBox .input2 {
    width: 100%;
    background: url('../images/loginICON2.jpg') no-repeat 0 0;
    padding-left: 39px;
}
.loginBox .input3 {
    width: 180px;
    float: left;
}

.loginBox .yzmNUM {
    display: block;
    width: 140px;
    height: 40px;
    float: left;
    background-color: #808080;
    cursor: pointer;
}

.loginBox .input4 {
    height: 40px;
    width: 100%;
    background-color: #ff3333;
    border: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.loginBox .input4:hover {
    background-color: #ff1111;
    -o-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.loginBox .cb a {
    float: right;
    margin-left: 10px;
}

.loginBox .cb a:hover {
    color: #222;
    text-decoration: underline;
}
.loginBox .cb .loginBiu {
    float: left;
    background: url('../images/QQicon.png') no-repeat 0 center;
    padding-left:20px;
    color:#333;
    opacity:.8;
}
.loginBox .cb .loginBiu:hover {
    opacity:1;
}
.footer818{
    position: fixed;height:60px;line-height:60px;bottom:0;width:100%;text-align:center;
}
