
@charset "iso-8859-1";
html {
width:100%;
height:100%;
overflow: auto;
}
body {
position: relative;
min-width:  720px;
min-height: 550px;
margin: 0;
}
body, table, select, input, button {
font-size: 12px;
font-family: '\5FAE\8F6F\96C5\9ED1', tahoma, arial, sans-serif;
}
body,select{background-color:#fff;}
form{
margin:0;
padding:0;
}
a {
color: #555555;
text-decoration: none;
}
a span {
font-size: 12px;
color: #767676;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px rgb(226, 226, 226) inset;
}
input::-ms-clear, input::-ms-reveal {
display:none;
}
:focus {
outline: none;
}
div {
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
}
.Head {
height: 60px;
margin: 0 auto;
width: 960px;
background-color: #ffffff;
font-size: 14px;
color: #515151;
line-height: 60px;
position: relative;
}
.Head .slogan {
color: #666666;
font-size: 18px;
font-weight: bold;
height: 100%;
float: left;
}
.Head .Links {
text-align:right;
float:right;
height: 100%;
margin-right: 30px;
}
.Head .download {
height: 100%;
float: right;
width: 94px;
}
.Head .download .arrow {
height: 100%;
float: right;
background: url(../img/style2/arrow-down.png) no-repeat center;
width: 16px;
cursor: pointer;
}
.Head .download:hover .arrow {
background-image: url(../img/style2/arrow-up.png);
}
.Head .download .versions {
height: 200px;
width: 644px;
position: absolute;
right: 30px;
border: 1px solid #dbdbdb;
background: #FFFFFF;
display: none;
z-index: 9;
}
.download .versions div.address {
border: 0;
}
.mobile .QR {
height: 120px;
width: 120px;
margin: 15px auto 0;
}
.mobile .text {
line-height: 65px;
color: #919699;
font-size: 12px;
text-align: center;
}
.versions div .icon {
margin: 30px auto 0;
height: 48px;
width: 48px;
background: transparent no-repeat center;
}
.versions div .content {
text-align: center;
line-height: 68px;
height: 68px;
color: #3c3e40;
font-size: 14px;
}
.versions div .downloadButton {
width: 100px;
height: 30px;
margin: auto;
border: 1px solid #3598db;
color: #2588cb;
font-size: 14px;
border-radius: 3px;
padding: 0 10px;
cursor: pointer;
}
.versions div .downloadButton:hover {
background: #3590ce;
color: #FFFFFF;
}
.versions div .downloadButton:active {
background: #0a6eb1;
color: #FFFFFF;
}
.versions div .downloadButton .img {
float: left;
height: 28px;
background: url("../img/style1/download.png") no-repeat center;
width: 16px;
}
.versions div .downloadButton:hover .img {
background-image: url("../img/style1/download_hover.png");
}
.versions div .downloadButton .text {
float: right;
line-height: 28px;
}
.versions .app .icon {
background-image: url("../img/style1/android.png");
}
.versions .thunder .icon {
background-image: url("../img/style1/mail.png");
}
.versions .pc .icon, .versions .address .icon {
background-image: url("../img/style1/setting.png");
}
.Head a {
padding-left: 20px;
}
.Head a:hover {
color: #000000;
}
#main {
}
.Main{
height:100%;
width: 100%;
margin: 0 auto;
}
.container {
width: 960px;
height: 100%;
margin: 0 auto;
}
.MainL {
float: left;
width: 630px;
border: 1px solid #cccccc;
}
.MainL .MainContent {
background: #3598db url("../img/style1/pic.png") no-repeat center;
height: 479px;
width: 100%;
}
.MainL #slogan {
font-size: 24px;
font-weight: bold;
color: #000000;
text-align: left;
line-height: 80px;
padding-left: 30px;
}
.MainR {
font-size: 14px;
width: 240px;
float: right;
margin-right: 30px;
}
.MainR .Logo {
background: url(../img/logo.png) no-repeat center;
margin: 18px 0 20px;
height: 60px;
width: 100%;
}
.MainR .Header {
height:34px;
width: 100%;
}
#main .Main .container .MainR .Header.noAdmin {
display: none;
}
.MainR .Header div {
cursor: pointer;
width: 110px;
font-size:14px;
font-weight:bold;
line-height: 30px;
height:100%;
text-align: center;
border-radius: 15px;
border: 2px solid #b3b3b3;
color: #888;
}
.MainR .Header .active {
color: #FFFFFF;
background: #999999;
border: 2px solid #999999;
}
.MainR .Header .inactive {
color: #888888;
border: 2px solid #b3b3b3;
}
.MainR .Header #userLoginTab {
float: left;
}
.MainR .Header #adminLoginTab {
float: right;
}
#logArea {
color:#888888;
font-size: 12px;
margin: 20px 0 30px;
}
#logArea .languagePanel {
width: 100%;
margin: 0 0 10px;
}
#logArea .languagePanel .language {
width: 100%;
height: 24px;
line-height: 24px;
position: relative;
}
#logArea .languagePanel .language .cutOffLine {
width: 105px;
margin-right: 3px;
height: 12.5px;
float: left;
*border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#logArea .languagePanel .language .languageOptions {
cursor: pointer;
display: block;
float: right;
}
#languageLabel, #languageName, #arrow {
display: block;
float: left;
}
#logArea .languagePanel .language .languageOptions:hover {
color: #666666;
}
#arrow {
width: 10px;
height: 24px;
margin-left: 3px;
background: url("../img/style1/arrow.png") no-repeat center;
}
.languages {
display: none;
position: absolute;
top: 24px;
right: 0;
width: 121px;
z-index: 999;
opacity: 0.9;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; 
}
.languages .arrow {
height: 10px;
background: url("../img/style1/arrow01.png") no-repeat bottom center;
z-index: 1;
position: relative;
}
.languages .items {
background: #fafcfe;
border: solid #d5d8db;
border-width: 1px 1px 0;
margin-top: -1px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.languages .items div {
border-bottom: 1px solid #d5d8db;
height: 40px;
color: #494949;
line-height: 40px;
padding-left: 20px;
font-size: 14px;
cursor: pointer;
}
.languages .items div:hover{
background: #e6f2fa;
color: #000000;
}
s {
white-space: pre;
color: #666666;
}
#logArea .inptr{
height:34px;
width: 100%;
border: 0;
margin:0 auto 10px;
font-weight: bold;
}
#logArea .inptr:last-of-type {
height: 0;
}
#logArea .inptr .blank{
height: 100%;
width: 100%;
background: #e2e2e2;
border-radius: 5px;
border: 1px solid #e2e2e2;
position: relative;
}
#logArea .inptr .blank .img{
height: 100%;
width: 35px;
padding: auto;
float: left;
text-align: center;
}
#logArea .inptr .blank .img.user {
background: url("../img/style0/user.png") no-repeat center;
}
#logArea .inptr .blank .img.password {
background: url("../img/style0/password.png") no-repeat center;
}
#logArea .inptr .blank .img.dynamicPwd {
background: url("../img/style0/safe(0).png") no-repeat center;
}
#logArea .inptr .blank .img.domain {
background: url("../img/style0/domain.png") no-repeat center;
}
#logArea .inptr .blank input{
border: 0;
width: 70%;
height: 32px;
vertical-align: middle;
padding: 0;
float: left;
display: block;
color: #000000;
font-size: 14px;
line-height: 32px;
background: transparent;
}
#logArea .inptr .blank .delete{
display: none;
height: 100%;
width: 34px;
z-index: 100;
background: url(../img/style1/close.png) no-repeat center center;
cursor: pointer;
float: right;
}
#logArea .inptr .blank input::-webkit-input-placeholder {
color: #9A9A9A
}
#logArea .inptr .blank input:-moz-placeholder {
color: #9A9A9A
}
#logArea .inptr .blank input::-moz-placeholder {
color: #9A9A9A
}
#logArea .inptr .blank input:-ms-input-placeholder {
color: #9A9A9A
}
#logArea .inptr .button {
height: 34px;
width: 100%;
border-radius: 10px;
background: #3598db;
color: #FFFFFF;
margin: 0 auto 10px;
font-size: 16px;
text-align: center;
line-height: 34px;
cursor: pointer;
}
#logArea .inptr .button:hover {
background: #2588cb;
}
#logArea .inptr .button:active {
background: #16679e;
}
#logArea .inptr .verifyCode, #vcImageTR {
float: left;
margin-right: 5px;
}
#logArea .inptr .verifyCode {
width: 80px;
height: 100%;
background: #e2e2e2;
border-radius: 4px;
}
#logArea .inptr .verifyCode #verifyCode{
border: 0;
width: 70px;
height: 100%;
border-radius: 4px;
padding: 0;
margin-left: 10px;
background: transparent;
line-height: 34px;
}
#logArea .inptr #vcImageTR {
height: 34px;
}
#logArea .inptr img#vcImage {
width: 79px;
height: 33px;
border: 1px solid #bbdaee;
}
#logArea .inptr a{
color: #52a3df;
height: 34px;
vertical-align: middle;
display: inline-block;
}
#logArea .inptr .Error {
width: 213px;
color:#FF0000;
margin:0 auto;
white-space:normal;
text-align: left;
line-height: 15px;
float: left;
}
#logArea .inptr .forget {
text-align: right;
color: #888888;
font-weight: normal;
float: right;
display: none;
}
#logArea .options {
margin: 0 auto 10px;
height: 22px;
width: 213px;
}
#logArea .options div {
cursor: pointer;
line-height: 14px;
}
#logArea .options #savePwd {
float: left;
}
#logArea .options #SSL {
float: right;
}
#logArea .options .rememberPwd {
float: left;
}
#logArea .options .SSL {
float: right;
}
#logArea .options .checked,.unChecked {
height: 16px;
width: 16px;
}
#logArea .options .checked {
background: url("../img/style1/CheckBox.png");
}
#logArea .options .unChecked {
background: url("../img/style1/UnCheckBox.png");
}
#logArea .indent{
padding-left:90px;
_padding-left:92px;
height:auto;
}
.MainR .wechat {
width: 100%;
}
.MainR .wechat .icon {
background: url("../img/style1/QRCode01.png") no-repeat center;
width: 85px;
height: 85px;
margin: auto;
}
.MainR .wechat .text {
color: #919699;
text-align: center;
margin: auto;
line-height: 20px;
}
.MainFooter {
height: 59px;
border: solid #cce5f6;
border-width: 1px 0 0;
background: #E6F2fb;
}
.MainFooter .content {
width: 213px;
height: 31px;
margin: 14px auto;
}
.MainFooter .content .block{
float: right;
color: #ACACAC;
margin: 2px;
font-size: 10px;
text-align: right;
cursor: pointer;
}
.footer {
width: 100%;
background: #e5e5e5;
text-align: center;
height: 45px;
color: #777777;
line-height: 45px;
}
.footer .content {
width: 960px;
height: 100%;
margin: 0 auto;
}
.footer .phone {
float: left;
height: 100%;
}
.footer .phone .item {
display: inline;
padding: 0 10px 0 0;
color: #444444;
}
.footer .phone .item:last-child {
border: 0;
}
.footer .copyright {
float: right;
color: #777777;
}
.footer .copyright {
height: 100%;
background: #e5e5e5;
text-align: right;
color: #777777;
line-height: 45px;
}
.hidden {
display: none;
position: absolute;
top: -10000px;
left: -10000px;
width: 0;
height: 0;
}
.footer .phone .item.hidden {
display: none;
width: 0;
height: 0;
}
.downloads {
position: absolute;
z-index: 9999;
background: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.3);
top: 54px;
left: -200px;
width: 412px;
overflow: hidden;
display: none;
}
.downloads .switchDownLoadOne {
float: left;
}
.downloads .switchDownLoadOne .partOne {
width: 190px;
padding: 20px 20px 10px 20px;
}
.downloads .switchDownLoadOne .partOne .QRcode {
background: url("../img/style0/qr.png");
width: 150px;
height: 150px;
}
.downloads .switchDownLoadTwo {
float: left;
display: none;
}
.coremailBtnBox .coremail_btn > a {
display: block;
padding: 0;
text-decoration: none;
color: #000;
height: 100%;
}
.downloads .switchDownLoadTwo .partOne {
width: 190px;
padding: 20px 20px 10px 20px;
}
.downloads .switchDownLoadTwo .partOne .QRcode {
background: url("../img/style0/qr.png");
width: 150px;
height: 150px;
}
.downloads .switchDownLoadThree {
float: left;
display: none;
position: relative;
width: 190px;
height: 243px;
}
.downloads .switchDownLoadThree .partOne {
width: 190px;
height: 87px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -95px;
margin-top: -43px;
}
.downloads .switchDownLoadThree .partOne .pc {
background: url("../img/style0/logolist.png");
width: 24px;
height: 24px;
background-position: 0 0;
vertical-align: middle;
display: inline-block;
}
.downloads .switchDownLoadThree .partOne .mail {
background: url("../img/style0/logolist.png");
width: 24px;
height: 24px;
background-position: -24px 0;
vertical-align: middle;
display: inline-block;
}
.downloads .switchDownLoadThree .partOne .mailIcon {
margin-top: 15px;
}
.downloads .switchDownLoadFour {
float: left;
display: none;
position: relative;
width: 190px;
height: 243px;
}
.downloads .switchDownLoadFour .partOne {
width: 190px;
height: 53px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -95px;
margin-top: -21px;
}
.downloads .switchDownLoadFour .partOne .help {
background: url("../img/style0/logolist.png");
width: 24px;
height: 24px;
background-position: -48px 0;
vertical-align: middle;
display: inline-block;
}
.downloads .switchDownLoadFour .txt {
margin-top: 5px;
font-size: 12px;
color: #4c4c4c;
text-align: left;
}
.partThree {
float: right;
width: 220px;
}
.partThree .itemList {
background: #ffffff;
}
.partThree .itemList ul {
margin: 0;
padding: 0;
}
.partThree .itemList ul li {
height: 60px;
line-height: 60px;
list-style: none;
text-align: left;
border-bottom: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
cursor: pointer;
}
.partThree .itemList ul li:hover {
background: #fafafa;
}
.partThree .itemList ul li .text {
margin-left: 10px;
}
.partThree .itemList ul li .icon {
margin-left: 20px ;
width: 24px;
height: 24px;
display: inline-block;
background: url("../img/style0/24_24icon.png");
vertical-align: middle;
}
.partThree .itemList ul li .icon.ios {
background-position: 0 0;
}
.partThree .itemList ul li .icon.android {
background-position: -24px 0;
}
.partThree .itemList ul li .icon.pc {
background-position: -48px 0;
}
.partThree .itemList ul li .icon.contactHelp {
background-position: -72px 0;
}
.borderActive {
background: #fafafa !important;
border-bottom: 1px solid #dfdfdf !important;
border-left: 0 !important;
color: #008eff
}
.borderActive .icon.ios{
background-position: 0 24px !important;
}
.borderActive .icon.android{
background-position: -24px 24px !important;
}
.borderActive .icon.pc{
background-position: -48px 24px !important;
}
.borderActive .icon.contactHelp{
background-position: -72px 24px !important;
}
#downLoadZone {
position: relative;
text-align: right;
float: right;
height: 100%;
margin-right: 5px;
padding: 0 15px;
cursor: default;
}
#downLoadZone > span {
display: block;
cursor: pointer;
}
#downLoadZone > span:hover {
color: #3598db;
}
#downLoadZone > span .downLoadLogo {
display: inline-block;
margin-left: 5px;
margin-bottom: 3px;
vertical-align: middle;
}
.arrowDown {
background: url("../img/style0/arrow-down.png");
width: 9px;
height: 5px;
}
.arrowUp {
background: url("../img/style0/arrow-up.png");
width: 9px;
height: 5px;
}
.coremailBtnBox {
padding: 0 20px;
line-height: 1;
}
.coremailBtnBox .coremail_btn {
border: 1px solid #ccc;
border-radius: 3px;
text-align: center;
padding: 5px 0;
background: #ffffff;
cursor: pointer;
}
.coremailBtnBox .coremail_btn .list_text {
vertical-align: sub;
margin-left: 10px;
}
.coremailBtnBox .coremail_btn .ios {
vertical-align: middle;
display: inline-block;
background: url("../img/style0/ios.png");
width: 18px;
height: 24px;
background-position: 0 0;
}
.coremailBtnBox .coremail_btn .android {
vertical-align: middle;
display: inline-block;
background: url("../img/style0/android.png");
width: 20px;
height: 24px;
background-position: 0 0;
}
.coremailBtnBox .coremail_btn:hover {
border: 1px solid #999;
}
.coremailBtnBox .coremail_btn:hover .ios {
background-position: -18px 0;
}
.coremailBtnBox .coremail_btn:hover .android {
background-position: -20px 0;
}
