@charset "utf-8";
body {
    margin: 0;
    font: 12px/1.8 Tahoma, Geneva, '\5B8B\4F53';
    color: #333;
    background: white;
}

input, textarea, select {
    margin: 0;
    padding: 0;
    font-size: 12px;
    outline: none;
    resize: none;
}

html:root body, html:root input, html:root button, html:root textarea, html:root select {
    font-family: Tahoma, Geneva, '\5fae\8f6f\96c5\9ed1', '\5B8B\4F53';
}

form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #224892;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

i, em {
    font-style: normal;
}

b {
    color: #F63;
}

button {
    cursor: pointer;
}

button i {
    display: none;
}

.text, textarea {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: 1px solid;
    border-color: #CECECF;
    border-radius: 0;
    background: white;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
}

.text:focus, textarea:focus {
    outline: none;
    border-color: #92AFED;
    box-shadow: 0 0 5px #92AFEC, inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.text {
    width: 170px;
    height: 24px;
    padding: 7px 9px;
    line-height: 24px;
}

input.err, input.err:focus {
    color: #900;
    border-color: #E06341;
    background: #FFEFEC;
    box-shadow: 0 0 5px #E06341;
}

textarea {
    width: 270px;
    height: 100px;
    padding: 5px 9px;
    line-height: 1.7;
    font-size: 14px;
    overflow: auto;
    resize: none;
}

.button {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'Heiti SC', '\5fae\8f6f\96c5\9ed1', '\9ed1\4f53';
    color: white;
    border: 0 none;
    background-color: #167efb;
    background-repeat: repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    background-color: #1672e3;
}

.button:active {
    background-color: #3482e1;
}

.button .icon {
    position: relative;
    top: 11px;
    vertical-align: top;
    font-weight: normal;
}

.button span {
    position: relative;
    top: 11px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
    padding-left: 8px;
}

.button em {
    display: none;
}

.btn-gray {
    color: #666;
    background-color: #eee;
}

.btn-gray:hover {
    background-color: #ddd;
}

.btn-gray:active {
    background-color: #e7e7e7;
}

.btn-green {
    height: 50px;
    line-height: 50px;
    background-color: #ff9d00;
}

.btn-green:hover {
    background-color:#DC8700;
}

.btn-green:active {
    background-color: #DC8700;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:active {
    background-color: #e7e7e7;
    color: #A1A1A1;
    cursor: not-allowed;
}

button.button {
    height: 40px;
    padding: 0 10px;
    line-height: normal;
}

/* header */
.header {
	background:#459dea;
    position: relative;
    z-index: 11;
 
    height: 80px;
    margin: auto;
}

.logo {
    position: absolute;
    top: 21px;
    left: 0;
    width: 132px;
    height: 36px;
    font-size: 0;
    background: url(../img/login/logo_plus.png) no-repeat 0 0;
    background-image: -webkit-image-set(url(../img/login/logo_plus.png) 1x, url(../img/login/logo_plus@2x.png) 2x);
}

.logo-slogan {
    position: absolute;
    top: 24px;
    left: 148px;
    width: 168px;
    height: 30px;
    font-size: 0;
    background: url(../img/login/login_slogan.png) no-repeat 0 0;
    background-image: -webkit-image-set(url(../img/login/login_slogan.png) 1x, url(../img/login/login_slogan@2x.png) 2x);
}

.top-download .td-title s, .client-popup-download .mobile-client a i {
    background-image: url(../img/login/icon_top_download.png);
    background-image: -webkit-image-set(url(../img/login/icon_top_download.png) 1x, url(../img/login/icon_top_download@2x.png) 2x);
    background-repeat: no-repeat;
}

.top-download {
    position: absolute;
    top: 28px;
    right: 0;
}

.top-download .td-title {
    float: left;
}

.top-download .td-title em {
    float: left;
    width: 1px;
    height: 12px;
    margin: 6px 12px;
    overflow: hidden;
    font-size: 0;
    background: #ddd;
}

.top-download .td-title a {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #999;
}

.top-download .td-title a:hover {
    text-decoration: none;
}

.top-download .td-title s {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.top-download .td-title .tdt-app s {
    background-position: 0 0;
}

.top-download .td-title .tdt-app:hover {
    color: #fd7b3e;
}

.top-download .td-title .tdt-cloud s {
    background-position: -48px 0;
}

.top-download .td-title .tdt-cloud:hover {
    color: #3c90da;
}

.top-download .td-title .tdt-help s, .top-download .td-title .tdt-dealer s {
    display: none;
}

.top-download .td-title .tdt-help:hover, .top-download .td-title .tdt-dealer:hover {
    color: #3c90da;
}

.client-popup-download {
    position: absolute;
    top: 40px;
    right: 0;
    width: 570px;
    padding: 20px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    *zoom: 1;
}
.client-popup-download .arrow {
    position: absolute;
    top: -21px;
    right: 264px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 10px solid;
    border-color: transparent transparent #c5c5c5;
    pointer-events: none;
}
.client-popup-download i.arrow {
    z-index: 1;
    top: -20px;
    border-bottom-color: white;
}
.client-popup-download .mobile-client {
    position: relative;
    padding-left: 250px;
    height: 250px;
    overflow: hidden;
    *zoom: 1;
}
.client-popup-download .mobile-client em {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 32px;
    padding-top: 216px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #e2e4e9;
    border-radius: 3px;
    background: url(../img/login/qrcode_client_200.png) no-repeat 14px 14px;
    background-image: -webkit-image-set(url(../img/login/qrcode_client_200.png) 1x, url(../img/login/qrcode_client_200@2x.png) 2x);
}
.client-popup-download .mobile-client a {
    display: block;
    height: 32px;
    margin-bottom: 20px;
    padding: 19px 0 19px 44px;
    line-height: 32px;
    font-size: 20px;
    color: white;
    border-radius: 3px;
}
.client-popup-download .mobile-client a:hover {
    text-decoration: none;
}
.client-popup-download .mobile-client a i {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.client-popup-download .mobile-client a span {
    float: left;
}
.client-popup-download .mobile-client a b {
    float: left;
    margin-left: 15px;
    line-height: 14px;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 2px;
    border: 1px solid white;
    border-radius: 3px;
}
.client-popup-download .mobile-client a b u {
    display: block;
}
.client-popup-download .mobile-client .bmc-ios {
    background: #2b91e3;
}
.client-popup-download .mobile-client .bmc-ios:hover {
    background: #1a86dc;
}
.client-popup-download .mobile-client .bmc-ios i {
    background-position: 0 -24px;
}
.client-popup-download .mobile-client .bmc-android {
    background: #42c21c;
}
.client-popup-download .mobile-client .bmc-android:hover {
    background: #35b60e;
}
.client-popup-download .mobile-client .bmc-android i {
    background-position: -32px -24px;
}
.client-popup-download .mobile-client .bmc-browser {
    background: #08b1f8;
}
.client-popup-download .mobile-client .bmc-browser:hover {
    background: #04a3e5;
}
.client-popup-download .mobile-client .bmc-browser i {
    background-position: -64px -24px;
}
/* wrap */
.wrap {
    position: relative;
    z-index: 0;
    height: 810px;
	background:#eff8ff;
}

.banner-show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    min-width: 980px;
    height: 700px;
    overflow: hidden;
}

.banner-show .cell {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: center top;
}

.banner-show .cell .con {
    position: relative;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center top;
}

.bns-01 {
    background-image: url(../img/login/banner_01_repeat.png);
}

.bns-01 .con {
    background-image: url(../img/login/banner_01.png);
}

.bns-02 {
    background-image: url(../img/login/banner_02_repeat.gif);
}

.bns-02 .con {
    background-image: url(../img/login/banner_02.gif);
}

.bns-03 {
    background-image: url(../img/login/banner_03_repeat.png);
}

.bns-03 .con {
    background-image: url(../img/login/banner_03.png);
}

.banner-link {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-left: -430px;
}

.banner-link i {
    display: none;
}

.banner-control {
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    margin-left: -490px;
}

.banner-control a {
    position: absolute;
    top: 258px;
    width: 30px;
    height: 30px;
    line-height: 10;
    overflow: hidden;
    background-image: url(../img/login/icon_control.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.banner-control a.left {
    left: -55px;
    background-position: 0 0;
}

.banner-control a.left:hover {
    background-position: 0 -30px;
}

.banner-control a.right {
    right: -55px;
    background-position: -30px 0;
}

.banner-control a.right:hover {
    background-position: -30px -30px;
}

.container {
    position: relative;
    top: 600px;
    z-index: 2;
    width: 980px;
    height: 0;
    margin: auto;
}

.register-box {
	border: 5px solid #c8e3f8;
    position: absolute;
    top: -480px;
    right: 0;
    width: 396px;

    background: white;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
}

.reg-tab {
    position: relative;
    width: 396px;
    height: 57px;
    zoom: 1;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.reg-tab span {
    float: left;
    width: 198px;
    height: 57px;
    margin-left: -1px;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    color: #444;
    border-left: 1px solid #d2d3d4;
    background: url(../img/login/bg_tab_x.png) repeat-x 0 0;
    cursor: pointer;
}

.reg-tab span:first-child {
    border-top-left-radius: 3px;
}

.reg-tab span:last-child {
    border-top-right-radius: 3px;
}

.reg-tab span.current {
    background: none;
    cursor: default;
}

.reg-slogan {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.reg-form {
    width: 328px;
    height: 280px;
    margin: auto;
}

.reg-form .cell {
    position: relative;
    height: 40px;
    margin-bottom: 22px;
    zoom: 1;
}

.reg-form .cell label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 12px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    font-weight: bold;
    cursor: text;
}

.reg-form .val label {
    left: -9999px;
    opacity: 0 !important;
    filter: alpha(opacity="0") !important;
}
.cell span{width:80px;text-align:right;margin-right:20px;height:40px;line-height:40px;font-size:14px;}

.reg-form .cell input {

  
    padding: 7px 11px;
    font-size: 16px;
    background: none;
}

.reg-form .cell .icon-form {
    top: 11px;
    right: 10px;
}

.reg-form .vcode input {
    width: 110px;
}

.reg-form .vcode .button {
    position: absolute;
    top: 0;
    left: 144px;
    width: 182px;
    padding: 0;
    font-size: 14px;
}

.reg-form .vcode img {
    position: absolute;
    top: 0;
    left: 144px;
    width: 110px;
    height: 40px;
}

.reg-form .vcode span {
    position: absolute;
    top: 0;
    left: 264px;
    line-height: 40px;
    font-size: 14px;
}

.reg-form .vcode .icon-form {
    right: 204px;
}

.reg-form .vcode .login-popup-hint {
    right: 194px;
}

.reg-form .user-agreement {
    height: 16px;
    margin-top: -22px;
    padding: 18px 0;
    line-height: 16px;
}

.reg-form .user-agreement input {
    float: left;
    width: 14px;
    height: 14px;
    margin: 1px 5px 0 0;
}

.reg-form .bottom {
    height: 40px;
}

.reg-form .bottom .button {
    display: block;
    border-radius: 3px;
}
/*footer*/
.footer {
	background:#459dea;

    margin: auto;
    padding: 32px 0;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.footer strong {
    font-weight: normal;
    font-size: 15px;
    color: #333;
}
.footer a {
    color: #999;
}
.footer a:hover {
    color: #333;
}
.footer i {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    background: #999;
}

.platform-info s, .information-security-certification span s {
    background-image: url(../img/login/icon_platform.png);
    background-image: -webkit-image-set(url(../img/login/icon_platform.png) 1x, url(../img/login/icon_platform@2x.png) 2x);
    background-repeat: no-repeat;
}

.platform-info {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
}
.platform-info s {
    display: inline-block;
    width: 70px;
    height: 26px;
    margin: 0 5px;
}

.ipi-cloud {
    background-position: 0 0;
}

.ipi-csip {
    background-position: -70px 0;
}

.information-security-certification {
    margin-top: 10px;
    text-align: center;
}
.information-security-certification span {
    display: inline-block;
    height: 24px;
    padding: 0 30px;
    line-height: 24px;
    font-size: 12px;
    color: #2db54c;
    border-radius: 12px;
    background: #e6f6ea;
}
.information-security-certification span s, .information-security-certification span em {
    display: inline-block;
    vertical-align: top;
}
.information-security-certification span s {
    width: 16px;
    height: 16px;
    margin: 4px 6px 0 0;
    background-position: -140px 0;
}