@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?p090ys');
    src: url('/fonts/icomoon.eot?p090ys#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?p090ys') format('truetype'), url('/fonts/icomoon.woff?p090ys') format('woff'), url('/fonts/icomoon.svg?p090ys#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user .path1:before {
    content: "\e906";
    color: #2d94c9
}

.icon-user .path2:before {
    content: "\e907";
    margin-left: -1em;
    color: #000
}

.icon-home:before {
    content: "\e917"
}

.icon-prompt:before {
    content: "\e908"
}

.icon-interfaceon:before {
    content: "\e901"
}

.icon-integral:before {
    content: "\e900"
}

.icon-interactive:before {
    content: "\e902"
}

.icon-gift:before {
    content: "\e903"
}

.icon-edit:before {
    content: "\e904"
}

.icon-delete:before {
    content: "\e905"
}

.icon-capital:before {
    content: "\e909"
}

.icon-rmb:before {
    content: "\e90a"
}

.icon-tips:before {
    content: "\e90b"
}

.icon-add-to:before {
    content: "\e90c"
}

.icon-error:before {
    content: "\e90d"
}

.icon-correct:before {
    content: "\e90e"
}

.icon-modify:before {
    content: "\e90f"
}

.icon-upward:before {
    content: "\e910"
}

.icon-down:before {
    content: "\e911"
}

.icon-towards:before {
    content: "\e912"
}

.icon-joint:before {
    content: "\e913"
}

.icon-information:before {
    content: "\e914"
}

.icon-search:before {
    content: "\e915"
}

.icon-sign-out:before {
    content: "\e916"
}

.logo-bar {
    width: 1200px;
    margin: 0 auto;
    height: 90px
}

.logo-bar .tel {
    float: right;
    height: 90px;
    line-height: 90px;
    font-size: 16px
}

.logo-bar .logo {
    margin: 0;
    vertical-align: middle;
    height: 90px;
    line-height: 90px
}

.logo-bar .logo img {
    vertical-align: middle
}

.page-footer {
    padding: 30px 0;
    color: #353535;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif
}

html,
body {
    height: 100%
}

.content-bg {
    background: #f7f7f7;
    min-width: 1200px;
    height: 600px
}

.content-bg .content {
    margin: 0 auto;
    width: 1200px;
    height: 600px;
    position: relative
}

.login {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 303px;
    padding: 40px 25px 60px;
    background: #e8eff8;
    border-radius: 3px
}

.login .title {
    font-size: 20px;
    padding-bottom: 30px
}

.login .loginbar {
    margin-bottom: 20px;
    position: relative
}

.login .loginbar label {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    width: 38px;
    background: url(/image/loginIcon.gif) no-repeat 10px 8px
}

.login .loginbar .pwdIcon {
    background: url(/image/loginIcon.gif) no-repeat 10px -37px
}

.login .loginbar input {
    width: 250px;
    height: 24px;
    line-height: 24px;
    padding-left: 45px;
    background: none
}

.login .assistbar {
    font-size: 12px
}

.login .assistbar span {
    float: left;
    padding-bottom: 18px;
    color: #df3d33
}

.login .assistbar .forgetpwd {
    float: right;
    padding-bottom: 18px;
    color: #858585;
    text-decoration: none
}

.login .i-btn-big {
    display: block;
    width: 100%;
    box-sizing: border-box
}




/* style */

.clear{clear: both;}
.tncode{
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 260px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
    line-height: 44px;
}
/*浮层*/
/* .tncode_div_bg{
    width: 100%;height: 100%;position: absolute;
    top:0;
    left:0;
    z-index:1000;
    background-color: rgba(0,0,0,0.5);
    opacity:0.3;
    filter: alpha(opacity=30); background-color:#000;
    *zoom:1;
    display: none;
} */
.tncode_div{
    display: none;
    padding:30px;
    box-sizing: border-box;
    background-color: white;
    z-index: 1000000;
    width: 353px;height: 356px;
    position: absolute;
    right: 0px;
    top:130px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    overflow: hidden;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=5);/*for ie6,7,8*/
    /*background-color: #ccc;*/
    -moz-box-shadow:2px 2px 5px #969696;/*firefox*/
    -webkit-box-shadow:2px 2px 5px #969696;/*webkit*/
    box-shadow:2px 2px 5px #969696;/*opera或ie9*/
}
.tncode_div .tncode_canvas_bg{
    z-index: 0;
}
.tncode_div .tncode_canvas_mark{
    z-index: 10000;
}
.tncode_div canvas{
    position: absolute;
    left: 10px;
    top: 10px;
}
.tncode_div .loading{
    padding-top: 60px;
    position: absolute;
    left: 55px;
    top: 75px;
    background-color: #ccc;
    width: 240px;
    height: 150px;
    text-align: center;
    box-sizing:border-box;
}
.dd{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: ddf 0.1s ease-in 0s infinite;
    -o-animation: ddf 0.1s ease-in 0s infinite;
    animation: ddf 0.1s ease-in 0s infinite;
}
@-webkit-keyframes ddf {
    0% {-webkit-transform: translate(-8px, 3px);}
    20% {-webkit-transform: translate(-3px, 1.5px);}
    50% {-webkit-transform: translate(0px, 0px) ;}
    70% {-webkit-transform: translate(5px, -1.5px) ;}
    100% {-webkit-transform: translate(0px, 0px);}
}
@-o-keyframes ddf {
    0% {-o-transform: translate(-8px, 3px);}
    20% {-o-transform: translate(-3px, 1.5px);}
    50% {-o-transform: translate(0px, 0px) ;}
    70% {-o-transform: translate(5px, -1.5px) ;}
    100% {-o-transform: translate(0px, 0px);}
}
@-moz-keyframes ddf {
    0% {-moz-transform: translate(-8px, 3px);}
    20% {-moz-transform: translate(-3px, 1.5px);}
    50% {-moz-transform: translate(0px, 0px) ;}
    70% {-moz-transform: translate(5px, -1.5px) ;}
    100% {-moz-transform: translate(0px, 0px);}
}
@keyframes ddf {
    0% {transform: translate(-8px, 3px);}
    20% {transform: translate(-3px, 1.5px);}
    50% {transform: translate(0px, 0px) ;}
    70% {transform: translate(5px, -1.5px) ;}
    100% {transform: translate(0px, 0px);}
}
.hgroup{
    z-index: 20000;
    content: "";
    position: absolute;
    left: -800px;
    top: 70px;
    width: 250px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 3s ease-in 0s infinite;
    -o-animation: searchLights 3s ease-in 0s infinite;
    animation: searchLights 3s ease-in 0s infinite;
}






@-webkit-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@-o-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}




/*拉条*/
.slide,.slide_block,.tncode_close,.tncode_refresh{
    background-repeat: no-repeat;
    background-image: url('../image/img/icon.png');
}
.tncode_msg_ok{
    background-color: #24C628;
}
.tncode_msg_error{
    background-color: #DE5145;
}
.tncode_msg_ok,.tncode_msg_error{
    position: absolute;
    top:202px;
    left: 55px;
    width: 220px;
    height: 20px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    overflow: visible;
    background-position: 0px 0px;
    font-size: 14px;
    opacity:0;
    filter: alpha(opacity=0);
    z-index: 10000;
}
.text{
    width: 70.5%;
    height:30px;
    margin-left:25px;
    line-height: 30px;
    font-size: 20px;
}
.slide{
    position: absolute;
    top:235px;
    width: 70.5%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 6.24%;
    padding: 0px 0px 11.67%;
    overflow: visible;
    background-position: 0px 0px;
}

.tncode_refresh{
    background-position: 0 94%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top:85px;
    right:60px;
    z-index: 99999;
}
.tncode_close{
    background-position: 0 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top:20px;
    right:20px;
    z-index: 99999;
}

.tools{
    position: absolute;
    top:260px;
    width: 73.5%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 5px 0px 13.67%;
    overflow: visible;
    background-position: 0px 0px;
    /* border-top: 1px solid #EEEEEE; */
}

.slide_block{
background-position: 0px 12.9794%;
width: 65px;
height: 65px;
    position: absolute;
    left: 0px;
    top: 0px;
margin: -4.62% 0 0 -2.31%;
cursor: pointer;
}
.slide_block_text{
background-position: 0px 12.9794%;
height: 65px;
    position: absolute;
    left: 65px;
    top: 20px;
margin: -4.62% 0 0 -2.31%;
cursor: pointer;
font-size: 14px;
    color: rgb(136, 148, 157);
}

.tncode_canvas_bg,.tncode_canvas_mark{
    padding-left: 45px;
    padding-top:65px;
   /* width: 240px;*/
}

.tools .tncode_close{
    background-position: 0 50%;
    height: 30px;
    width: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.tools .tncode_refresh{
    background-position: 0 94%;
    height: 30px;
    width: 30px;
    float: right;
    cursor: pointer;
}
.tools .tncode_tips{
    float: right;
}
.tools .tncode_tips a{
    text-decoration: none;
    font-size: 10px;
    color: rgb(136, 148, 157);
}
