﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, 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: #696969;
}

a:link, a:visited, a:active {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    list-style: none;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
}

.clr:after {
    display: block;
    content: "";
    clear: both;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

table {
    border: 0px;
    cellpadding: 0px;
    cellspacing: 0px;
}

/* 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 0px auto;
    /*border: 1px solid #496077;*/
}
/* 登录 */
.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%;
    padding: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 40px rgba(0,138,255,.3);
    box-shadow: 0 0 40px rgba(0,138,255,.3);
}

    .log-main h2 {
        padding-bottom:20px;
        color: #008AFF;
        text-align:center;
    }

        .log-main h2 i {
            font-size: 42px;
        }

    .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;
        }

            .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;
            }

                .log-main .log-type a.current b {
                    border-bottom: 6px solid #F08300;
                }



.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header .right {
        font-size: 1.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

    .header a:link, a:visited {
        color: Gray;
        text-decoration: none;
        font-size: small;
    }

    .header a:hover {
        color: red;
        text-decoration: underline;
    }

.header-new {
    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-new .title {
        padding: 10px;
    }

        .header-new .title img {
            height: 48px;
        }

.container {
    margin: 0 auto;
}

    .container:after {
        display: block;
        content: "";
        clear: both;
    }



.temp-top-m {
    max-width: 340px;
    margin: 90px auto 0;
}




.main {
    padding: 0px 0px;
    margin: 8px 8px 8px 8px;
    min-height: 480px;
    height: auto !important; /*兼容FF,IE7也支持 !important标签*/
    height: 480px; /*兼容ie6*/
}

    /*.main a:link, a:visited*/
    .main a {
        color: rgb(201, 104, 12);
        text-decoration: none;
    }

        .main a:hover {
            color: red;
            text-decoration: none;
        }


.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;
    width: 960px;
    height: auto;
}

    .footer_center ul {
        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;
        float: left;
    }

        .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;
    width: 960px;
    height: auto;
}

    .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 {
    /*margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;*/
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: inline;
        height: 40px;
        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;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.2em;
    display: block;
    text-align: right;
    padding: 8px;
    color: white;
    height: 5px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: red;
    }

.failureNotification {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #FC1736;
    font-size: 14px;
    font-weight: bold;
}

.verification_code .failureNotification {
    top: 5px;
}

.bold {
    font-weight: bold;
}

.account-none-tips {
}

/* 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: -ms-linear-gradient(top, rgba(255, 0, 0, 0.9), white);
    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: -ms-linear-gradient(top, #fff, #000);
    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 {
        }

            .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-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-left: #d5d5d5 1px solid;
    padding-right: 10px
}

.content_name {
    overflow: hidden;
    margin-bottom: 10px;
    height: 50px;
    font-family: "宋体";
    width: 684px;
    border-bottom: #d5d5d5 1px dashed;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.content_nr {
    width: 664px;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 30px;
    padding-right: 10px
}

.center {
    margin: 0px auto;
}

.hide {
    display: none;
}

.striking {
    color: #FF0000;
    font-weight: bold;
    font-size: large;
}



@media (min-width: 1024px) {
    .log-main {
        padding: 60px;
    }
    .log-main h2 {
        padding-bottom:40px;
    }
}