/*原有common的css文件不一致，直接放置此处*/
html, body, div, ul, ol, li, dl, dt, dd, input, button, select, option, textarea, label, h1, h2, h3, h4, h5, h6, table, td, tr, th, p, a {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei, serif";
}

button {
    width: auto;
    overflow: visible
}

.content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html, body {
    font-size: 16px;
    color: #333333;
}

.border-box {
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
}

.scroll-hide {
    overflow-y: hidden;
}

input {
    vertical-align: middle
}

ul > li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

html {
    height: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear:after {
    display: block;
    height: 0;
    overflow: hidden;
    zoom: 1;
    content: '';
    clear: both;
}

.clear {
    zoom: 1;
}

.text-align {
    text-align: center;
}

.text-align-l {
    text-align: left;
}

.text-align-r {
    text-align: right;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.position {
    position: relative;
}

.position-ab {
    position: absolute;
}

.positon-fixed {
    position: fixed;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.inline {
    display: inline;
}

.height-initial {
    height: initial;
    line-height: initial;
}

.margin-initial {
    margin: initial;
}

.padding-initial {
    padding: initial;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-30 {
    font-size: 30px;
}

.color-fff {
    color: #FFFFFF;
}

.color-red {
    color: red;
}
.color-red-ab{
    color: red!important;
}
.color-ching-ab{
    color: #6BA8F3!important;
}
.background-fff {
    background: #FFFFFF;
}

.color-f2 {
    color: #F2F2F2;
}

.background-f2 {
    background: #F2F2F2;
}

.color-6461e2 {
    color: #614EC2;
}

.color-D44A9F {
    color: #D44A9F;
}

.red {
    color: red
}
.color-fff-in{
    color:#ffffff!important;
}

.pink {
    color: #d44a9f
}

.background-6461e2 {
    background: #F4F4F4;
    min-height: 100%;
}

a {
    border: none;
    outline: none;
    text-decoration: none;
    color: #614EC2;
}

.normal_a {
    color: #333333;
}

.cursor_drop {
    cursor: no-drop
}

.nav-height .tab a.target_a, .nav-height .tab a.normal_a:hover {
    color: #614EC2;
    background: #f5f5f5;
    border-top: 2px solid #614EC2;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.border-radius {
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input,
button,
textarea,
select,
option {
    border: none;
    outline: none;
}

button,
label {
    cursor: pointer;
}

.main-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*overflow: hidden;*/
}

.main-content-new {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.main-content-ry {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.nav-height {
    height: 60px;
    line-height: 60px;
    /*overflow-y: hidden;*/
}

.nav-height .logo {
    width: 338px;
    height: 60px;
    line-height: 65px;
}

.nav-height .logo a {
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    height: 60px;
    cursor: pointer;
}

.nav-height .tab, .nav-height .tab a {
    float: left;
    vertical-align: middle;
    width: 90px;
    height: 60px;
    line-height: 58px;
    /* margin-right: 50px; */
    cursor: pointer;
}

.nav-height .tab a {
    border-top: 2px solid #fff;
    text-align: center;
    float: none;
}
/*mao*/
.nav-height .user-box {
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    padding-right: 10px;
}

.user-img-con {
    margin-top: 14px;
}

.user_drap {
    top: 52px;
    right: -40px;
    width: 168px;
    height: 132px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e9ebec;
    z-index: 50;
}

.user_drap_arrow_box {
    top: -9px;
    right: 77px;
}

.user_drap .user_drap_arrow {
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 8px solid #e9ebec;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.user_drap .user_drap_arrow:after {
    position: absolute;
    content: "";
    top: 3px;
    left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.username-text {
    padding: 0 5px 0 5px;
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei, serif";
}

.user_drap .user_department {
    text-align: center;
    display: block;
}

.user_drap .user_department_bumen {
    height: 42px;
    font-family: "Microsoft YaHei, serif";
    color:#333;
}

.user_drap .role_flag {
    height: 40px;
    line-height: 30px;
    color: #b7b7b7;
    font-size: 15px;
}

.user_drap .user_out_box {
    display: block;
    text-align: center;
    width: 168px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-family: "Microsoft YaHei, serif";
}

.selectbox_arraw_con {
    color: #797979;
}

.user_drap div:hover {
    cursor: pointer;
}

.user_department_tip {
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 21px;
    left: 20px;
    background: url(../../../resources/images/common/auvgo-approve-bg.png) no-repeat 0 0;
    background-position: -43px -304px;
}

.user_out_tip {
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 19px;
    left: 20px;
    background: url(../../../resources/images/common/auvgo-approve-bg.png) no-repeat 0 0;
    background-position: -43px -324px;

}
.user_department_text{
    display: inline-block;
    width: 78px;
}
.user_drap .user_active:hover {
    /*font-weight: bold;*/
    background-color: #f4f8fb;
}

.selectbox_arraw_con .selectbox_up, .selectbox_arraw_con .selectbox_down {
    /*display: inherit;*/
    font-size: 10px;
    text-align: center;
}

.nav-height .user-content {
    padding: 8px 0;
    width: 170px;
    padding-left: 35px;
}

.nav-height .user-content .user-name {
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    background-position: 0 -211px;
    margin-right: 8px;
}

.nav-height .user-content .zhiwei .height-22 {
    height: 22px;
    line-height: 22px;
}

.nav-height .logout-btn {
    width: 109px;
    border-left: 1px solid #f2f2f2;
    text-align: right;
    cursor: pointer;
}

.nav-height .logout {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-position: -50px -186px;
    position: relative;
    top: -2px;
    right: 4px;
}
/*over_mao*/
.bread-crums {
    width: 1170px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background: #FFFFFF;
}

.bread-crums-new {
    line-height: 50px;
    background: #FFFFFF;
    padding-left: 30px;
    box-sizing: border-box;
}

.content-left {
    width: 170px;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.content-right {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.tree-nav {
    width: 310px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
}

.tree-nav-content {
    width: 820px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.aside-nav {
    width: 210px;
}

.aside-content {
    width: 930px;
    border-left: 20px solid #F4F4F4;
}

.content-only {
    padding: 30px;
}

.input {
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    margin-right: 5px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #EEEEEE;
}

.drop {
    margin-right: 5px;
}

.auvgo-approve-bg {
    background: url(../../img/common/auvgo-approve-bg.png) no-repeat;
}

.arrow-button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background-position: -165px -186px;
    cursor: pointer;
}

.table-align th,
.table-align td {
    text-align: center;
}

.border-bottom-1 {
    border-bottom: 1px solid #EEEEEE;
}

.associated {
    float: left;
    width: 250px;
    border: 1px solid #F2F2F2;
}

.associated .associated-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.associated select {
    width: 250px;
    min-height: 330px;
    overflow: auto;
}

.associated select option {
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
}

.associated select option:hover {
    background: #F2F2F2;
}

.to-upper-case {
    text-transform: uppercase;
}

#kkpager {
    padding: 10px 0;
    text-align: right;
}

#kkpager .pageBtnWrap {
    float: none;
    display: inline-block;
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: none;
    display: inherit;
}

.alert-form {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 30px 50px;
}

.alert-form:after {
    display: block;
    height: 0;
    overflow: hidden;
    zoom: 1;
    content: '';
    clear: both;
}

.alert-form.form-big .form-left {
    width: 30%;
}

.alert-form.form-big .form-right {
    width: 70%;
}

.alert-form .alert-only {
    padding: 80px 120px 100px;
    text-align: center;
}

.alert-form .alert-only .bulk-model-bg {
    display: inline-block;
    width: 52px;
    height: 41px;
    background-position: -47px -212px;
}

.alert-form .form-row {
    height: 32px;
    line-height: 32px;
}

.alert-form .form-row,
.alert-form .form-textarea {
    margin-bottom: 10px;
}

.alert-form .form-row .input-desc,
.alert-form .form-textarea .input-desc {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25%;
    float: left;
}

.alert-form .form-row .input,
.alert-form .form-textarea .input,
.alert-form .form-row .drop,
.alert-form .form-textarea .drop,
.alert-form .form-row .textarea,
.alert-form .form-textarea .textarea {
    width: 71%;
    float: left;
    margin: 0;
}

.alert-form .form-row .drop {
    width: 75%;
}

.alert-form .form-row .textarea,
.alert-form .form-textarea .textarea {
    width: 69%;
    resize: none;
    border: 1px solid #EEEEEE;
    padding: 10px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.alert-form .form-row-button {
    text-align: center;
    margin-top: 40px;
    float: left;
    width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.vhide {
    visibility: hidden
}

.left-right-move {
    float: left;
    margin: 170px 20px 0 20px;
}

.left-right-move .left-move,
.left-right-move .right-move {
    width: 22px;
    height: 22px;
}

.left-right-move .left-move:hover,
.left-right-move .right-move:hover {
    background-color: #F2F2F2;
}

.left-right-move .left-move {
    background-position: 0 -186px;
}

.left-right-move .right-move {
    background-position: -25px -186px;
}

.hoverTips {
    /*  width: 130px; */
    cursor: pointer;
}

.hoverTips_content {
    font-size: 12px;
    max-width: 632px;
    text-align: left;
    padding: 5px;
    background: #fff;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 0 #333;
    -webkit-box-shadow: 0 0 3px 0 #333;
    box-shadow: 0 0 3px 0 #333;
    position: absolute;
    display: none;
}

.dropzone.dz-clickable {
    line-height: initial;
    overflow: hidden;
}

.auto_bottom {
    margin-bottom: 10px
}

#treeDemo {
    max-height: 1200px;
    overflow: auto;
}

/* 没有更多数据 */
.no-data-wraper {
    display: table;
    width: 100%;
    min-height: 468px;
    text-align: center;
}

.no-data {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.no-data-pic {
    width: 417px;
    height: 214px;
    margin: 0 auto 20px;
    background-position: -408px -265px;
}

/* validform 提示框样式重写覆盖 */
#Validform_msg {
    width: 300px;
    font: 16px "Microsoft YaHei", serif;
}

#Validform_msg .Validform_title {
    background: #614EC2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;;
}

#Validform_msg .Validform_info {
    border: none;
    padding: 25px 15px;
    color: #333;
}

/* sub-nav 二级导航样式  */
.sub-nav {
    background: #3E4EB2;
    height: 44px;
    font-size: 0;
    border-bottom: 2px solid #D44A9F;
}

.sub-nav .sub-nav-ul a.go-home img {
    height: 20px;
    position: relative;
    top: 4px;
}

.sub-nav .sub-nav-ul a {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.sub-nav .sub-nav-ul a.sub-active, .sub-nav .sub-nav-ul a:hover {
    background: #D44A9F;
}

.cursor {
    cursor: pointer
}

/* 七天日历样式 */
.sevenDateContent {
    height: 36px;
    line-height: 36px;
}

.train-ulTabs {
    width: 841px;
    float: left;
    margin: 0;
    padding: 0;
}

.train-ulTabs > li {
    font-size: 12px;
    width: 119px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-bottom: 2px solid #614ec2;
    border-right: 1px solid #e9e9e9;
    background: #fff;
    cursor: pointer;
    float: left;
    list-style-type: none;
}

.train-ulTabs > li.seven_date_target {
    border: 1px solid #614ec2;
    border-top-width: 3px;
    border-bottom-color: #fff;
}

.prev_date, .next_date {
    width: 49px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #614ec2;
    background: #fff;
    float: left;
    position: relative;
    cursor: pointer;
}

.prev_date:after, .next_date:after {
    width: 0;
    height: 0;
    content: "";
    border: 6px solid transparent;
    border-right-color: #000;
    position: absolute;
    top: 12px;
    left: 16px;
}

.next_date:after {
    border-left-color: #000;
    border-right-color: transparent;
    left: 22px;
}

.prev_date_t:after {
    border-right-color: #ccc;
}

.next_date_t:after {
    border-left-color: #ccc;
}

/* 20170811 by wxj*/
/* 弹窗插件样式 */
.modal-open {
    overflow: hidden;
    margin-right: 15px;
}

.modal-model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.modal-mask {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.modal-content {
    padding: 50px 45px 37px 45px;
    margin-top: -108px;
    margin-left: -208px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    background: #fff;
    border-radius: 5px;
}

.tips-img {
    float: left;
    width: 50px;
    height: 50px;
    background: url('/static/img/train/train-bg.png') no-repeat -30px 0;
}

.tips-text {
    float: left;
    width: 245px;
    line-height: 25px;
    font-size: 12px;
    margin-left: 30px;
}

.btn-group {
    text-align: center;
    margin-top: 45px;
}

.btn-group .btn {
    margin: 0 5px;
}

.close_class {
    right: -25px;
    top: -18px;
    color: #cecece;
}

.close_class:hover {
    color: #999
}

.raidus-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.data-auto-li:hover {
    color: #fff;
    background: #614ec2
}

.danger-p {
    top: 7px;
    left: -10px;
}

.danger-x {
    left: -10px;
    top: 7px
}

.history {
    color: #ccc
}

/*进程样式*/
.jincheng {
    width: 354px;
    height: 48px;
    margin: 23px 25px 0 0;
}

.jincheng:before {
    width: 325px;
    height: 3px;
    content: "";
    background: #e9e9e9;
    position: absolute;
    top: 11px;
    left: 12px;
}

.part {
    font-size: 14px;
    width: 30px;
    text-align: center;
}

.flag_img {
    width: 15px;
    height: 15px;
    line-height: 25px;
    text-align: center;
    border: 5px solid #e9e9e9;
    margin: 0 auto 10px auto;
    background: #fff;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.flag_text {
    height: 14px;
    line-height: 14px;
}

.part .flag_img {
    background: url(../../img/common/liucheng_img.png) no-repeat -49px 0;
}

.part-2 {
    left: 109px;
}

.part-3 {
    left: 218px;
}

.part-4 {
    left: 327px;
}

.part-success .flag_img {
    background-position: 0 0;
}

.part-fail .flag_img {
    background-position: -16px 0
}

.part-noApprove .flag_img {
    background-position: -33px 0
}

/* 超标样式 */
.exceed-flag {
    padding: 1px 9px;
    border: 1px solid rgb(209, 7, 115);
    color: rgb(209, 7, 115);
    border-radius: 2px;
    font-size: 12px;
}

/*ie 兼容问题 表单小控件 ie10+*/
/*隐藏清除控件*/
input::-ms-clear {
    display: none;
}

/*隐藏明文显示密码控件*/
input::-ms-reveal {
    display: none;
}

.btn-right .btn {
    margin-right: 6px
}

.vertical {
    vertical-align: middle;
}

/*上传控件样式*/
.fileContent {
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 50px auto 0 auto;
    color: #6461e2;
    background: #f8f8f8;
    border: 1px solid #6461e2;
    display: block;
    position: relative;
    overflow: hidden;
}

.fileContent input[type='file'] {
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*输入模块组态*/

.input-model {
    font-size: 14px;
    width: 100px;
    float: left;
}

.input-model * {
    box-sizing: border-box
}

.input-model .i-m-text {
    font-size: 12px;
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    color: #999;
}

.input-model .input, .input-model .drop {
    width: 100%;
}

.margin-default-r {
    margin-right: 15px;
}

.margin-10-b {
    margin-bottom: 10px;
}

.input-model input[type="text"], .input-model input[type="password"] {
    border-radius: 2px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    border: 1px solid #ddd;
}

.process {
    width: 1002px;
    height: 56px;
    padding-top: 30px;
    margin: 0 auto;
}

.p-margin {
    margin: 20px auto 34px auto
}

.process-all {
    width: 900px;
    margin: 0 auto
}

.process-all > div {
    width: 180px;
    border-bottom: 4px solid #614dc2
}

.process-all > .width-90 {
    width: 90px
}

.process-all > .pro-img-model {
    width: 40px;
    border: none;
    top: -14px;
}

.pro-img {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 5px auto;
    border: none;
    border-radius: 50%;
    background: #614dc2
}

.process-all > .pro-txt {
    border: none
}

.pro-i-m-1 {
    left: 45px;
}

.pro-i-m-2 {
    left: 240px;
}

.pro-i-m-3 {
    left: 435px;
}

.pro-i-m-4 {
    left: 630px;
}

.pro-i-m-5 {
    left: 825px;
}

.margin-r-20 {
    margin-right: 20px
}

.btn-group a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.big-list {
    width: 100%;
    overflow: auto;
}

.letter-spacing {
    letter-spacing: 24px;
}

/*border-0*/
.border-0 {
    border: 0 !important;
}

/*公共底部编写*/
.public-footer {
    display: none;
    height: 92px;
    background: rgba(33, 42, 69, 1);
}

.public-footer .public-box-footer {
    width: 1200px;
    margin: auto;
    opacity: 0.68;
}

.public-footer .public-left-footer {
    color: #fff;
    font-size: 14px;
    line-height: 92px;

}

.public-footer .public-left-footer a {
    color: #fff;
    text-decoration: none;
}

.public-right-footer {
    color: #fff;
    line-height: 92px;
    font-size: 22px;
    font-family: SFUIDisplay-Thin;
    font-weight: 100;
}
.line-height-48{
    line-height:48px;
}
.public-footer .span-footer-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url("../../../resources/images/common/phone.png") no-repeat center;
}


/*出差申请单*/
.pink_bottom_div{
    height: 2px;
    background-color: #D44A9F;
}
.sub-travel-nav {
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    width: 1200px;
    min-height: 60px;
    color: #4D4D4D;
    font-weight: bold;
    margin: 30px auto;
    border-bottom: none;
}
.sub-travel-nav .sub-nav-ul{
    text-align: center;
}
.sub-travel-nav .application_order_info{
    width: 485px;
    padding-top: 10px;
    text-align: center;
    font-size:16px;
    line-height:46px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin: 0 auto;
}

.sub-travel-nav .application_order_info .arrow{
    display: inline-block;
    margin: 17px 25px 0 25px;
    width: 50px;
    height: 7px;
    background: url(/resources/images/common/trip_long_arrow.png) no-repeat;
    background-size:50px 7px;
}
.sub-travel-nav .application_order_info .begin-time{
    margin-left: 66px;
}
.sub-travel-nav .cotinue_go {
    color: #D44A9F!important;
    padding: 0 15px;
}
.sub-travel-nav .sub-nav-ul a:hover {
    background: #fff;
}

html{
    font-size: 10px;
}
html,body{
    width: 100%;
    height:100%;
    overflow-x: hidden;
}

.lg_tip {
    height: 41px;
    line-height: 41px;
    font-size: 12px;
    color: #F77F7F;
    text-align: right;
}

/*头部*/
.lg_header {
    height: 72px;
    background-color: #121726;
    background-color:rgba(18,23,38,0.6);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    color: #FFF;
}

.lg_header .lg_container {
    width: 71%;
    margin: 0 auto;
    line-height: 6.1rem;
}

.lg_logo {
    width: 21rem;
    height: 6rem;
}

.lg_img {
    width: 20.8rem;
    height: 2.6rem;
    margin-top: 2.0rem;
}

.lg_ph_img {
    max-width: 1.6rem;
    max-height: 41.6px;
    margin-top: 20.8px;
}

.lg_erwei_img {
    width: 13.2rem;
    height: 14.0rem;
}

.lg_ph_txt {
    display: block;
    padding-left: 0.9rem;
    color: #fff;
    height: 72px;
    line-height: 72px;
}

/*main*/
.lg_main {
    width: 100%;
    height: 643px;
    background-size:auto 100%;
    background-image: url(../images/lg_bgimg.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left top;
}

.lg_main .lg_container {
    width: 71%;
    padding-bottom: 2rem;
    margin: 0 auto;
    position: relative;
}

.lg_slogan1 {
    height: 3.7rem;
    font-size: 4.0rem;
    font-weight: 200;
    color: #fff;
    line-height: 24px;
}

.lg_slogan2 {
    height: 18px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

.lg_form > .color-fff {
    height: 59px;
    color: #000 !important;
    text-align: left;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 58px;
}

.lg_mobile > .phone_qrentry {
    position: relative;
    display: block;
}

.lg_mobile .lg_erwei_img {
    position: absolute;
    top: 6.2rem;
    z-index: 20;
    left: -3.2rem;
    width: 122px;
    height: 125px;
}

.lg_form input {
    width: 256px;
    height: 42px;
    line-height: 42px;
    padding-left: 47px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.lg_form h2 {
    text-align: left;
    width: 131px;
    height: 17px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}

.input_box {
    position: relative;
}

.kaohao_img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 14px;
    top: 13px;
    line-height: 30px;
    font-size: 14px;
    background-size: 18px 18px;
    background-image: url(../images/lg_kahao.png);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../resources/images/lg_kahao.png', sizingMethod='scale');
}

.usename_img {
    position: absolute;
    width: 18px;
    height: 20px;
    left: 14px;
    top: 96px;
    line-height: 30px;
    font-size: 14px;
    background-size: 18px 20px;
    background-image: url(../images/lg_username.png);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../resources/images/lg_username.png', sizingMethod='scale');
}

.password_img {
    position: absolute;
    width: 14px;
    height: 19px;
    display: inline-block;
    left: 18px;
    top: 13px;
    line-height: 30px;
    font-size: 14px;
    background-size: 14px 19px;
    background-image: url(../images/lg_pwd.png);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../resources/images/lg_pwd.png', sizingMethod='scale');
}

.usenameDele_img {
    position: absolute;
    width: 19px;
    height: 18px;
    left: 274px;
    top: 16px;
    line-height: 30px;
    font-size: 14px;
    background-size: 14px 14px;
    background-image: url(../images/lg_dele.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../resources/images/lg_dele.png', sizingMethod='scale');

}

#kahao_ {
    /*background:url("../images/lg_kahao.png") no-repeat;*/
    text-transform: uppercase;
}

#kahao_:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
    color: rgba(183, 184, 184, 1) !important;
}

#userName_:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
    color: rgba(183, 184, 184, 1) !important;
}

#passWord_:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
    color: rgba(183, 184, 184, 1) !important;
}

.lg_form .submitForm {
    width: 303px;
    height: 43px;
    background: #3f4fb0;
    border-radius: 3px 3px 3px 3px;
}

.lg_form .ret-password {
    width: 303px;
    text-align: right;
    height: 31px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(91, 91, 91, 1);
    line-height: 31px;
}

/*底部*/
.lg_footer {
    color: #999;
}

.lg_footer .lg_container {
    width: 72%;
    height: 174px;
    margin: 0 auto;
}

.lg_connect {
    padding-top: 40px;
    font-size: 14px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    font-weight: lighter;
}

.lg_copyright {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: lighter;
}

.lg_copyright a {
    display: inline-block;
    color: #999;
}

.warn_validate_color {
    border-color: #F77F7F !important;
}

@media screen and (min-width: 968px) {
    .lg_slogan {
        float: left;
        margin-top: 91px;
    }

    .lg_form {
        float: right;
        margin-top: 86px;
        width: 303px;
        background: #fff;
        border-radius: 2px;
        color: #000;
        padding: 0 23px 25px 24px;
    }
    .lg_connect .hot_phone{
        /*float: right;*/
        display: inline-block;
    }
    .lg_connect .joint_phone{
        /*float: right;*/
        margin-left:30px;
        display: inline-block;
    }

}

@media screen and (max-width: 968px) {
    .lg_logo {
        width: 9.8rem;
        height: 5rem;
    }

    .lg_img {
        width: 9.9rem;
        height: 2.6rem;
        margin-top: 2.0rem;
    }

    .lg_main .lg_container {
        width: 71%;
        height: 81.7rem;
        margin: 0 auto;
        position: relative;
    }
    .lg_slogan {
        margin: 0 auto;
        width: 310px;
        text-align: center;
        padding: 1em 0 1em 1.7em;
    }

    .lg_slogan1 {
        margin-left: -70px;
        height: 3.7rem;
        font-size: 2.1rem;
        font-weight: 200;
        color: #fff;
        line-height: 24px;
    }

    .lg_slogan2 {
        width: 312px;
        height: 1.4rem;
        font-size: 1.4rem;
        font-weight: 200;
        color: #fff;
    }

    .lg_form {
        margin: 0em auto;
        height: 384px;
        width: 303px;
        background: #fff;
        border-radius: 2px;
        color: #000;
        padding: 0 23px 25px 24px;
    }

}

@media screen and (max-width: 450px) {
    .lg_mobile .phone_qrentry {
        display: none;
    }

    .lg_mobile .phone_ajump {
        display: block !important;
    }
    .lg_header .lg_container {
        width: 85%;
    }
    .lg_main{
        height: 70rem;
    }
    .lg_footer .lg_container {
        width: 85%;
        padding-bottom: 1rem;
    }

    .lg_main .lg_container {
        width: 100%;
    }

    .lg_slogan {
        padding: 1em 0 1em 1.7em;
    }

    .lg_form {
        margin: 0em auto;
        height: 384px;
        width: 303px;
        background: #fff;
        border-radius: 2px;
        color: #000;
        padding: 0 23px 25px 24px;

    }

    .lg_form {
        width: 260px;
    }

    .lg_form input {
        width: 213px;
    }

    .lg_form .submitForm {
        width: 260px;
    }

    .lg_form .ret-password {
        width: 270px;
    }

    .usenameDele_img {
        position: absolute;
        width: 19px;
        height: 18px;
        left: 235px;
        top: 16px;
        line-height: 30px;
        font-size: 14px;
        background-size: 14px 14px;
        background-image: url(../images/lg_dele.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .lg_connect > div {
        width: 85%;
        text-align: center;
    }
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-family:MicrosoftYaHei;
}

input::-moz-placeholder {
    color: #ccc;
    font-family:MicrosoftYaHei;
}

input:-ms-input-placeholder {
    color: #ccc;
    font-family:MicrosoftYaHei;
}

input:-moz-placeholder {
    color: #ccc;
    font-family:MicrosoftYaHei;
}



