﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "微软雅黑", "宋体";
    box-sizing:border-box;
}
img {
    border: 0;
}
body {
    font-size: .80em;
    font-family: "微软雅黑", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif, "宋体";
    margin: 0px;
    padding: 0px;
    color: #444;
}
a{
    text-decoration: none!important;
}
a:hover {
    text-decoration: none !important;
}
p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.clr:after{
    display:block;
    content:"";
    clear:both;
}
input, button {
    /*-webkit-appearance: none;*/
    outline: none;
    border: none;
    background: none;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin:0;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 12px;
}
table {
    border: 0px;
    border-collapse:collapse;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    height: auto;
    margin: 0px auto;
    /*border: 1px solid #496077;*/
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url(../Images/l_head_bg.jpg) no-repeat center;
    border-bottom:rgba(0,0,0,.1) solid 1px;
}
.header h2{
    padding:20px 0 0 15px;
    font-size:12px;
    float:left;
}
.header .title {
    padding:10px;
}
.header .title img{
    height:48px;
}

/* 登录 */
.log-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
.log-header img{
    width:70px;
}
.log-main {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.log-main h2{
    text-align:center;
    color:#fff;
    font-weight:normal;
}
.log-main h2 i{
    font-size:54px;
}
.log-main .log-type {
    padding-bottom: 20px;
    text-align:center;
    font-size: 16px;
}
.log-main .log-type a{
    position:relative;
    padding:10px 15px;
    display:inline-block;
    color:#2699FB!important;
}
.log-main .log-type a:nth-child(2):before{
    position:absolute;
    top:12px;
    left:-3px;
    content:"";
    display:block;
    width:1px;
    height:15px;
    background:rgba(0,186,255,.6);
}
.log-main .log-type a > b {
    position: absolute;
    bottom: -2px;
    left: 38px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
}
.log-main .log-type a.current{
    color:#F08300!important;
}
.log-main .log-type a.current b {
    border-bottom: 6px solid #F08300;
}
.login{
    border:none!important;
}
/* mgt*********************************************************/
.footer > .page {
    width: 725px;
}
/* mgt*********************************************************/
.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header .right {
    padding-top: 10px;
    float:right;
}
.header .right > b{
    width:1px;
    height:24px;
    display:block;
    background:#ccc;
    display:none;
}
.header .right b{
    font-weight:normal;
}
.header .right a{
    margin-left:10px;
    display:block;
    font-size:16px;
    float:left;
}
.header .right span{
    padding-right:6px;
}
.header .right i{
    font-size:20px;
}
.header .right .user-manual{
    display:none;
}
.header .right .tel b{
    display:none;
}
.header .right .menu-ic{
    margin-top:-2px;
    color:#666;
}
.header .right .menu-ic i{
    font-size:22px;
}
.temp-top-m {
    max-width:340px;
    margin:90px auto 0;
}


.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    background: rgb(38, 38, 38);
    width: 100%;
    height: auto;
    border-top-color: rgb(255, 0, 0);
    border-top-width: 0px;
    border-top-style: solid;
    border-bottom-color: rgb(235, 60, 0);
    border-bottom-width: 2px;
    border-bottom-style: groove;
    /*color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;*/
}

.footer_center {
    margin: 0px, auto;
    height: 122px;
    width: 725px;
    overflow: hidden;
    /* mgt
    height: auto;
    width: 960px;*/
}

    .footer_center ul {
        float: left;
        /* mgt
        width: 180px;
        height: auto;
        padding-left: 25px;
        margin-top: 20px;
        border-left-color: rgb(114, 113, 113); border-left-width: 1px; border-left-style: solid; */
        margin: 20px 50px 5px;
    }

        .footer_center ul li {
            height: 25px;
        }

            .footer_center ul li strong {
                color: rgb(255, 255, 255);
            }

                .footer_center ul li strong a {
                    color: rgb(255, 255, 255);
                }

            .footer_center ul li a {
                color: rgb(150, 150, 150);
            }

                .footer_center ul li a:hover {
                    color: rgb(235, 60, 0);
                }

.foot_logo {
    background: rgb(38, 38, 38);
    margin: 0px auto;
    padding: 60px 0px 20px;
    width: 960px;
    height: auto;
}

    .foot_logo span {
        padding-left: 20px;
        display: inline-block;
    }

        .foot_logo span a {
            padding: 20px;
        }

.foot_bottom {
    width: 100%;
    height: auto;
    border-top-color: rgb(159, 160, 160);
    border-top-width: 1px;
    border-top-style: solid;
}

.foot_bottom_box {
    margin: 0px auto;
    height: auto;
    /*mgt
    width: 960px;*/
}

    .foot_bottom_box .text {
        width: 400px;
        height: 48px;
        color: rgb(220, 221, 221);
        line-height: 48px;
        float: left;
    }

#R {
    font-size: 14px;
}

.foot_bottom_box .text samp {
    font-family: "Arial";
}

.foot_bottom_box .right {
    width: auto;
    height: 48px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    float: right;
    position: relative;
}

    .foot_bottom_box .right a {
        padding: 0px 10px;
        color: rgb(255, 255, 255);
    }

    .foot_bottom_box .right .phone {
        /* background: url("../Images/phone_bg.png") repeat-x left; */
        background: rgb(235, 65, 0);
        padding: 18px 5px;
    }

.trop {
    /*border-radius: 5px 5px 0px 0px; */
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: rgb(235, 65, 0);
    border: 1px solid rgb(255, 255, 255);
    left: -140px;
    top: -100px;
    width: 374px;
    height: 98px;
    display: none;
    position: absolute;
}

.cunt {
    width: 163px;
    height: auto;
    padding-left: 28px;
    float: left;
}

.cunt_right {
    padding-left: 10px;
}

.cunt .cunt_img {
    width: 48px;
    height: auto;
    padding-top: 25px;
    float: left;
}

.content {
    width: 100px;
    height: auto;
    padding-top: 7px;
    padding-left: 10px;
    float: left;
}

.cunt .content .title {
    width: 100px;
    height: 16px;
    color: rgb(255, 255, 255);
    display: block;
}

    .cunt .content .title a {
        text-align: left;
        color: rgb(255, 255, 255);
        padding-left: 0px;
        display: block;
    }

        .cunt .content .title a:hover {
            text-decoration: underline;
        }


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/



    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: inline;
        line-height: 40px;
        vertical-align: middle;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
    /*mgt*/
    color: white;
    overflow: hidden;
}
/*mgt*/
.page > .clear {
    height: 65px;
}
/*mgt*/


.head-common {
    background: #1C2327;
}
.head-right{
    float:right;
}
.loginDisplay {
    padding-right: 10px;
    text-align: right;
    line-height: 34px;
    color:#ccc;
}
.loginDisplay a{
    color:#ccc;
}
.loginDisplay a:hover{
    color:#008AFF!important;
}
.loginDisplay > span,
.loginDisplay > h3,
.loginDisplay a{
    position:relative;
    padding:0 15px;
    display:inline-block;
    font-weight:normal;
    font-size:12px;
}
.loginDisplay > h3 > span{
    text-transform:capitalize;
}

.loginDisplay > h3:before,
.loginDisplay > a:before{
    position:absolute;
    top:11px;
    left:-2px;
    display:block;
    content:"";
    height:12px;
    width:1px;
    background:#ccc;
}

.failureNotification {
    /*position:absolute;*/
    top:12px;
    right:15px;
    color: #FC1736;
    font-size: 12px;
}
.verification_code .failureNotification{
    top:2px;
}
.bold {
    font-weight: bold;
}


/* Others  
----------------------------------------------------------*/
div.top_line {
    background: red;
    width: 100%;
    height: 5px;
    filter: alpha(opacity=0 finishopacity=90 style=2 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=white,gradientType=0);
    -ms-filter: alpha(opacity=0 finishopacity=90 style=2 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=white,gradientType=0); /*IE8*/
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.9), white);
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.9), white);
}

div.bottom_line {
    background: red;
    width: 100%;
    height: 8px;
    filter: alpha(opacity=0 finishopacity=100 style=2 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=black,gradientType=0);
    -ms-filter: alpha(opacity=0 finishopacity=100 style=2 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=black,gradientType=0); /*IE8*/
    background: -moz-linear-gradient(top, #fff, #000);
    background: -webkit-linear-gradient(top, #fff, #000);
}
/* suspend */
.suspend {
    width: 40px;
    height: 198px;
    position: fixed;
    top: 200px;
    right: 0;
    overflow: hidden;
    z-index: 9999;
}

    .suspend dl {
        width: 120px;
        height: 198px;
        border-radius: 25px 0 0 25px;
        padding-left: 40px;
        box-shadow: 0 0 5px #e4e8ec;
    }

        .suspend dl dt {
            width: 40px;
            height: 198px;
            background: url(../Images/suspend.png);
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        

            .suspend dl dd.suspendQQ {
                width: 120px;
                height: 85px;
                background: #ffffff;
            }

                .suspend dl dd.suspendQQ a {
                    width: 120px;
                    height: 85px;
                    display: block;
                    background: url(../Images/suspend.png) -40px 0;
                    overflow: hidden;
                }

            .suspend dl dd.suspendTel {
                width: 120px;
                height: 112px;
                background: #ffffff;
                border-top: 1px solid #e4e8ec;
            }

                .suspend dl dd.suspendTel a {
                    width: 120px;
                    height: 112px;
                    display: block;
                    background: url(../Images/suspend.png) -40px -86px;
                    overflow: hidden;
                }

* html .suspend {
    position: absolute;
    left: expression(eval(document.documentElement.scrollRight));
    top: expression(eval(document.documentElement.scrollTop+200))
}

.content_box {
    margin: auto;
    border-top: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
    width: 684px;
    background: #fff;
    border-bottom: #d5d5d5 1px solid;
    padding:10px;
    border-left: #d5d5d5 1px solid;
}

.content_name {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: -11px;
    height: 50px;
    font-family: "宋体";
    width: 684px;
    border-bottom: #d5d5d5 1px dashed;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.content_nr {
    width: 664px;
    text-align: left;
    line-height: 30px;
    padding:10px;
}

.center {
    margin: 0px auto;
}

.hide {
    display: none;
}

.striking {
    color: #FF0000;
    font-weight: bold;
    font-size: large;
}
/*在手机端下底部样式错乱解决*/
/*
@media (max-width:980px) {
    .page {
        overflow-x: auto;
    }
    .page:nth-child(1) {
        height:10%;
    }
    .page:nth-child(3) {
        height: 75%;
    }
    .footer {
        height: 15%;
    }
    .main{
        margin-top:240px;
    }
}
@media (max-height:760px) {
    .nav_main {
        padding-top: 0px!important;
    }
}
*/

.register{
    border:none;
}
input.text {
    background: #fff;
    border: rgb(169, 169, 169) solid 1px;
    padding: 0 4px;
}
.go-left{
    left:0;
}
.go-left img,
.go-right img{
    margin-top:14px;
}
.go-down img{
    margin-top:16px;
}
.go-right {
    right: 180px;
}
.reflesh{
    right:50px;
}
.reflesh img{
    margin-top:12px;
}
.go-down{
    right:0;
}
.layadmin-pagetabs .layadmin-tabs-control {
    z-index: 9;
    width: 50px !important;
    background: #fff;
    border-left: #eee solid 1px !important;
}
.layadmin-pagetabs{
    padding:0 100px 0 50px!important;
}
.layadmin-tabs-select.layui-nav .layui-nav-child {
    right: -5px !important;
}


/*Jcl add style*/
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.text-right{
    text-align:right;
}
.btn-common {
    height: 24px !important;
    line-height: 24px !important;
    margin: 3px 0 0 4px !important;
    padding: 0 10px;
    display: inline-block;
}
.set-btn-blue {
    color: #fff;
    background: rgb(0,138,255);
}
.set-btn-blue:hover{
    color:#fff;
    background:rgba(0,138,255,.75);
}
