
@charset "iso-8859-1";
html {
height: 100%;
overflow-y: auto;
}
body {
min-width:  720px;
margin: 0;
min-height: 100%;
position: relative;
}
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:hover {
color: #3598db;
}
a span {
font-size: 12px;
color: #767676;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #FFFFFF 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: 70px;
margin: 0 auto;
width: 1000px;
background-color: #ffffff;
font-size: 14px;
color: #515151;
line-height: 70px;
}
.Head .Logo {
background: url(../img/logo.png) no-repeat center;
width:250px;
height:100%;
float:left;
}
.Head #slogan {
color: #606060;
font-size: 20px;
font-weight: bold;
height: 100%;
float: left;
padding-left: 3px;
}
.Head .Links {
text-align:right;
float:right;
height: 100%;
margin-right: 50px;
}
.Head a {
padding-left: 20px;
}
#mainContainer {
background: #3598db;
}
.Main{
height:410px;
width: 100%;
margin: 0 auto;
*border: 1px solid #b7cedd;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.MainContent {
width: 1000px;
height: 100%;
margin: 0 auto;
background: url("../img/style0/pic.jpg") no-repeat scroll top left;
}
.MainR {
border: 1px solid rgba(0, 0, 0, 0.1);
background: #cce5f6;
background: rgba(255, 255, 255, 0.75);
font-size: 14px;
width: 260px;
height: 410px;
float: right;
margin-right: 50px;
position: relative;
top: -1px;
}
.MainR .Header {
height:46px;
position: relative;
}
.MainR .Header div {
cursor: pointer;
width: 129px;
font-size:14px;
font-weight:bold;
float:left;
line-height: 44px;
height:46px;
text-align: center;
border: solid #bbdaee;
}
.MainR .Header .active {
border: 0;
color: #444444;
}
#mainContainer .Main .MainContent .MainR .Header.noAdmin #userLoginTab {
line-height: 46px;
border: 0;
font-size: 16px;
font-weight: bold;
color: #414141;
width: 100%;
}
.MainR .Header .inactiveAdmin,.inactiveUser {
background: #fbfdfe\9;
background: rgba(255, 255, 255, 0.85);
color: #a6a6a6;
}
.MainR .Header .inactiveAdmin {
border-width: 0 0 1px 1px;
}
.MainR .Header .inactiveUser {
border-width: 0 1px 1px 0;
}
#mainContainer .Main .MainContent .MainR .Header.noAdmin #adminLoginTab {
display: none;
}
#logArea {
color:#888888;
font-size: 12px;
height: 288px;
margin-top: 8px;
}
#logArea #loginForm .inptr, #logArea #loginForm .languagePanel, #logArea #loginForm .options {
width: 220px;
margin:0 auto 8px;
background: transparent;
}
#logArea .languagePanel {
width: 100%;
}
#logArea .languagePanel .language {
margin: 0 auto 10px;
height: 24px;
line-height: 24px;
position: relative;
}
#logArea .languagePanel .language .cutOffLine {
width: 85px;
margin-right: 3px;
height: 12.5px;
float: left;
*border-bottom: 1px solid #b7cedd;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#logArea .languagePanel .language .languageOptions {
cursor: pointer;
float: right;
background-color: transparent;
height: 100%;
}
#languageLabel, #languageName, #arrow {
display: block;
float: left;
}
#arrow {
width: 10px;
height: 24px;
margin-left: 3px;
background: url("../img/style0/arrow.png") no-repeat center;
}
#logArea .languagePanel .language .languageOptions:hover {
color: #666666;
}
.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/style0/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;
}
#logArea .inptr{
height:36px;
border: 0;
font-weight: bold;
}
#logArea .inptr .blank{
height: 100%;
width: 100%;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #FFFFFF;
position: relative;
}
#logArea .inptr .blank .img{
height: 100%;
width: 36px;
float: left;
}
#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.domain {
background: url("../img/style0/domain.png") no-repeat center;
}
#logArea .inptr .blank .img.dynamicPwd {
background: url("../img/style0/safe(0).png") no-repeat center;
}
#logArea .inptr input{
border: 0;
width: 146px;
height: 34px;
vertical-align: middle;
padding: 0;
float: left;
display: block;
border-radius: 4px;
color: #000000;
font-size: 14px;
line-height: 34px;
}
#logArea .inptr .blank .delete{
display: none;
float: right;
height: 34px;
width: 36px;
z-index: 100;
background: url(../img/style0/close.png) no-repeat center center;
cursor: pointer;
}
#logArea .inptr .blank .arrow{
float: right;
height: 34px;
width: 36px;
z-index: 100;
background: url(../img/style0/arrow.png) no-repeat center center;
cursor: pointer;
}
#logArea .inptr input::-webkit-input-placeholder {
color: #999999
}
#logArea .inptr input:-moz-placeholder {
color: #999999
}
#logArea .inptr input::-moz-placeholder {
color: #999999
}
#logArea .inptr input:-ms-input-placeholder {
color: #999999
}
#logArea .inptr .button {
height: 36px;
width: 210px;
border-radius: 15px;
background: #3598db;
color: #FFFFFF;
margin: 0 auto 10px;
font-size: 16px;
text-align: center;
line-height: 36px;
cursor: pointer;
}
#logArea .inptr .button:hover {
background: #2588cb;
}
#logArea .inptr .button:active {
background: #16679e;
}
#logArea .inptr .verifyCode, #vcImageTR {
float: left;
margin-right: 4px;
}
#logArea .inptr .verifyCode {
width: 90px;
height: 100%;
background: #FFFFFF;
border-radius: 4px;
padding: 0 10px;
border: 1px solid #FFFFFF;
}
#logArea .inptr .verifyCode #verifyCode{
border: 0;
width: 68px;
height: 34px;
padding: 0;
line-height: 34px;
}
#logArea .inptr #vcImageTR {
height: 100%;
width: 80px;
}
#logArea .inptr img#vcImage {
width: 100%;
height: 100%;
}
#logArea .inptr a{
color: #888888;
height: 100%;
vertical-align: middle;
display: block;
float: left;
line-height: 36px;
cursor: pointer;
}
#logArea .inptr .Error {
width: 213px;
color:#FF0000;
margin:0 auto 8px;
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;
}
#logArea .options div {
line-height: 14px;
cursor: pointer;
}
#logArea .options #savePwd {
float: left;
}
#logArea .options #SSL {
float: right;
position: absolute;
left: 160px;
}
#logArea .options .rememberPwd {
float: left;
}
#logArea .options .SSL {
float: right;
}
#logArea .options .checked,.unChecked {
height: 16px;
width: 16px;
}
#logArea .options .checked {
background: url("../img/style0/CheckBox.png");
}
#logArea .options .unChecked {
background: url("../img/style0/UnCheckBox.png");
}
#logArea .indent{
padding-left:90px;
_padding-left:92px;
height:auto;
}
.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;
}
.versionPanel {
width: 100%;
height: 60px;
background: #cde6f6;
background: rgba(255, 255, 255, 0.75);
}
.versionPanel .content {
width: 1000px;
height: 60px;
margin: 0 auto;
}
.versionPanel .content .version {
width: 25%;
height: 60px;
float: left;
text-align: center;
position: relative;
}
.versionPanel .content .version div {
display: inline-block;
*display: inline;
zoom: 1;
}
.versionPanel .content .version .avatar{
cursor: pointer;
height: 60px;
background: no-repeat center;
width: 32px;
}
.versionPanel .content .version#ios .avatar {
background-image: url("../img/style0/icon2.png");
}
.versionPanel .content .version#ios .affected:hover .avatar {
background-image: url("../img/style0/icon2_hover.png");
}
.versionPanel .content .version#android .avatar {
background-image: url("../img/style0/icon3.png");
}
.versionPanel .content .version#android .affected:hover .avatar {
background-image: url("../img/style0/icon3_hover.png");
}
.versionPanel .content .version#windows .avatar {
background-image: url("../img/style0/icon1.png");
}
.versionPanel .content .version#windows .affected:hover .avatar {
background-image: url("../img/style0/icon1_hover.png");
}
.versionPanel .content .version#more .avatar {
background-image: url("../img/style0/icon4.png");
}
.versionPanel .content .version#more .affected:hover .avatar {
background-image: url("../img/style0/icon4_hover.png");
}
.versionPanel .content .version .word {
line-height: 60px;
font-size: 16px;
color: #888888;
cursor: pointer;
height: 100%;
vertical-align: top;
}
.versionPanel .content .version .affected:hover .word {
color: #676767;
}
.versionPanel .content .version .download {
color: #494949;
font-size: 14px;
position: absolute;
display: none;
}
.versionPanel .content .version .download .main {
opacity: 0.9;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; 
box-shadow: 0 0 3px rgba(0,0,0,0.2);
height: auto;
width: 100%;
display: block;
}
.versionPanel .content .version .download#windowsPanel .main {
height: 140px;
background: #FFFFFF;
}
.versionPanel .content .version .download#windowsPanel .main .thunder {
height: 90px;
width: 182px;
display: block;
background: #FFFFFF url("../img/style0/thunder.png") no-repeat center center;
border-bottom: 0;
}
.versionPanel .content .version .download .main .icon {
height: 152px;
width: 100%;
border: solid #d5d8db;
border-width: 1px 1px 0;
display: block;
background: #FFFFFF;
}
.versionPanel .content .version .download .main .icon .pic {
height: 135px;
width: 100%;
display: block;
}
.versionPanel .content .version .download .main .link {
width: 100%;
height: 50px;
border: solid #d5d8db;
border-width: 1px 1px 0;
display: block;
text-align: center;
line-height: 50px;
background: #FFFFFF;
cursor: pointer;
}
.versionPanel .content .version .download .main .link:hover {
background: #e6f2fa;
}
.versionPanel .content .version .download .main .last {
border-bottom: 1px solid #d5d8db;
}
.versionPanel .content .version .download .main .last a {
position: relative;
}
.versionPanel .content .version .download .arrow {
height: 10px;
width: 100%;
display: block;
background: url("../img/style0/arrow02.png") no-repeat top center;
z-index: 1000;
position: relative;
top: -1px;
}
#windowsPanel {
top: -145px;
width: 182px;
left: 34px;
}
#morePanel {
top: -276px;
width: 300px;
left: -29px;
height: 72px;
}
#iosPanel, #androidPanel {
top: -206px;
width: 152px;
left: 49px;
}
#morePanel .img {
float: left;
background: url("../img/style0/plug-in.png") center no-repeat;
height: 72px;
width: 42px;
margin: 0 3px 0 12px;
}
#morePanel .main .link.last {
text-align: left;
color: #494949;
font-size: 16px;
}
.bottom {
width: 100%;
margin: auto;
text-align: center;
background: #FFFFFF;
padding-top: 20px;
}
.bottom .wechat {
margin: 12px 87.5px 0 0;
width: 90px;
text-align: center;
color: #666666;
display: inline-block;
zoom: 1;
*display: inline;
}
.bottom .wechat div, .bottom .info div {
display: block;
}
.bottom .wechat .icon {
width: 100%;
height: 90px;
background: url("../img/style0/QRCode01.png") no-repeat center;
}
.bottom .wechat .word a {
white-space: nowrap;
}
.bottom .info {
width: 440px;
min-height: 130px;
height: auto;
border: 1px solid #cccccc;
border-width: 0 1px;
padding: 0 40px;
vertical-align: top;
display: inline-block;
zoom: 1;
*display: inline;
}
.bottom .info div {
display: block;
text-align: left;
}
.bottom .info .title {
height: 40px;
line-height: 40px;
color: #444444;
font-size: 16px;
}
.bottom .info .text {
word-break: break-all;
color: #777777;
line-height: 20px;
font-size: 14px;
}
.bottom .slogan {
min-height: 130px;
height: auto;
width: auto;
vertical-align: top;
display: inline-block;
zoom: 1;
*display: inline;
}
.bottom .slogan div {
vertical-align: middle;
display: inline-block;
zoom: 1;
*display: inline;
}
.bottom .slogan .icon {
background: url("../img/style0/icon5.png") no-repeat center;
height: 60px;
width: 60px;
margin: 35px 20px 0 40px;
}
.bottom .slogan .text {
width: 170px;
word-break: break-all;
color: #444444;
font-size: 16px;
line-height: 24px;
text-align: left;
margin-top: 35px;
}
.bottom .noborder-left {
border-left: 0;
}
.bottom .noborder-right {
border-right: 0;
}
.footer {
width: 100%;
background: #e5e5e5;
text-align: center;
height: 45px;
color: #777777;
line-height: 45px;
}
.footer .content {
width: 1000px;
height: 100%;
margin: 0 auto;
}
.footer .phone {
float: left;
height: 100%;
}
.footer .phone .item {
display: inline;
border-left: 1px solid #c1c1c1;
padding: 0 15px;
color: #444444;
}
.footer .phone .item:first-child {
border: 0;
}
.footer .copyright {
float: right;
color: #777777;
}
.hidden {
display: none;
position: absolute;
top: -10000px;
left: -10000px;
width: 0;
height: 0;
}
.footer .phone .item.hidden {
display: none;
width: 0;
height: 0;
}
.spaceHolder {
min-height: 50px;
}
.downloads {
position: absolute;
z-index: 9999;
background: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.3);
top: 70px;
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;
}
.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 > a {
display: block;
padding: 0;
text-decoration: none;
color: #000;
height: 100%;
}
.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;
}
