
.animated {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 90% {
-webkit-transform: translate3d(-6px, 0, 0);
transform: translate3d(-6px, 0, 0);
}
20%, 40%, 60% {
-webkit-transform: translate3d(6px, 0, 0);
transform: translate3d(6px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 90% {
-webkit-transform: translate3d(-6px, 0, 0);
transform: translate3d(-6px, 0, 0);
}
20%, 40%, 60% {
-webkit-transform: translate3d(6px, 0, 0);
transform: translate3d(6px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.u-btn *, .ui-button * {
margin:0;
padding:0;
}
.u-btn, .ui-button {
position: relative;
display: inline-block;
*display: inline;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
font-size: 14px;
font-family: inherit;
font-weight: normal;
border: 1px solid transparent;
border-radius: 2px;
padding: 0 12px;
*zoom: 1;
*overflow: visible;
background-image: none;
white-space: nowrap;
user-select: none;
outline: none;
transition: all ease-out 0.3s;
}
.u-btn-primary, .ui-dialog-buttonpane .ui-button:first-child {
color: #ffffff;
background-color: #167ab6;
border-color: #136b9f;
}
.u-btn-primary:hover,
.u-btn-primary.focus,
.u-btn-primary:active,
.u-btn-primary.active,
.ui-dialog-buttonpane .ui-button:first-child:hover,
.ui-dialog-buttonpane .ui-button:first-child.focus,
.ui-dialog-buttonpane .ui-button:first-child:active,
.ui-dialog-buttonpane .ui-button:first-child.active {
color: #ffffff;
background-color: #136b9f;
border-color: #0f557f;
}
.u-input {
width: 200px;
font-size: 14px;
height: 18px;
line-height: 18px;
padding: 5px 10px;
border: 1px solid #ddd;
outline: none;
color: #999;
background: #fff;
transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
}
.u-input:focus,
.u-input:active {
color: #777;
border-color: #5bc0de;
}
.u-form {
line-height: 30px;
color: #333;
}
.uniform{
position: relative;
color: #fff;
display: none;
}
.uniform .u-form-item{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-radius: 3px;
padding: 0;
}
.uniform .arrow {
left: 112px;
position: absolute;
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #fff;
display: inline-block;
}
.uniform .login {
background: #fff;
opacity: .9;
padding: 30px 12px;
text-align: center;
}
.uniform .login img {
width: 100%;
margin-bottom: 40px;
}
.uniform .login .submit {
width: 90%;
height: 44px;
}
.uniform .arrow .u-form .u-form-item-1:last-child {
border-radius: 3px;
}
input[type="radio"],
input[type="checkbox"] {
position: relative;
top: 2px \9;
margin: 0 4px 0 0;
padding: 0;
line-height: normal;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px white inset;
}
.u-form-item {
margin-bottom: 20px;
padding-left: 100px;
}
.u-form-item:after {
clear: both;
content: " ";
font-size: 0;
height: 0;
visibility: hidden;
}
.checkbox {
background: url(../img/check.png) no-repeat;
width: 16px;
height: 16px;
margin: 1px 3px 0 0;
float:left;
overflow:hidden;
}
.checkbox:hover {
background: url(../img/check_hover.png) no-repeat;
}
.checkbox-checked {
background: url(../img/check_on.png) no-repeat;
}
.checkbox-checked:hover {
background: url(../img/check_on_hover.png) no-repeat;
}
.rc-hidden {
position: absolute !important;
left: -999em;
}
.u-menu {
position: absolute;
z-index: 100;
top: 100%;
left: -30px;
line-height: 1.5;
margin: -5px 0 0;
padding: 4px 0;
border: 1px solid #ddd;
border-radius: 2px;
background: #fff;
list-style: none;
text-align: left;
opacity: 0;
transition: opacity .1s ease-out,margin-top .1s ease-out;
}
.u-menu li {
position: relative;
}
.u-menu li a {
display: block;
margin: -1px 0;
overflow: hidden;
word-wrap: normal;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
text-decoration: none;
padding: 12px 30px 12px 43px;
}
.u-menu li a:hover {
color: #333;
background: #f7f7f7;
text-decoration: none;
}
.u-menu li .iconfont {
position: absolute;
line-height: 1;
top: 15px;
}
.u-menu li .iconfont.left {
left: 16px;
}
.u-menu li .iconfont.right {
right: 8px;
}
.u-menu li.divider {
height: 0;
line-height: 0;
font-size: 0;
margin: 4px 0;
border-top: 1px solid #ddd;
}
.u-menu-right {
left: auto;
right: 0;
}
.u-menu-top {
top: auto;
bottom: 100%;
margin: 0 0 1px;
}
.u-menu-show {
display: block;
margin-top: 1px;
opacity: 1;
}
.u-menu-hidden {
display: none;
}
.u-menu-choose {
color: #0079BD !important;
}
.transparent {
background-color: #000;
opacity: 0.15;
filter: alpha(opacity=15);
}
html,body {
color: #fff;
font-size: 12px;
font-family: "Microsoft YaHei",tahoma,verdana,sans-serif;
}
a {
color: #ffffff;
text-decoration: none;
}
.main, .main-middle, .main-bottom {
position: absolute;
width: 100%;
height: 100%;
}
.main-middle, .main-bottom {
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.main {
z-index: 96;
}
.main-middle {
opacity: 0;
filter: alpha(opacity=0);
z-index: 95;
}
.main-middle-0 {
background-image: url('../img/mainBg0.jpg');
opacity: 1;
transition: all 0.3s ease-out;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mainBg0.jpg', sizingMethod='scale')
}
.main-middle-1 {
background-image: url('../img/mainBg1.jpg');
opacity: 1;
transition: all 0.3s ease-out;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mainBg1.jpg', sizingMethod='scale')
}
.main-middle-2 {
background-image: url('../img/mainBg2.jpg');
opacity: 1;
transition: all 0.3s ease-out;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mainBg2.jpg', sizingMethod='scale')
}
.main-middle-3 {
background-image: url('../img/mainBg3.jpg');
opacity: 1;
transition: all 0.3s ease-out;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/mainBg3.jpg', sizingMethod='scale')
}
.main-bottom {
background-color: #555;
z-index: 94;
}
.main-bottom-0 {
background-image: url('../img/thumbnails0.jpg');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/thumbnails0.jpg', sizingMethod='scale')
}
.main-bottom-1 {
background-image: url('../img/thumbnails1.jpg');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/thumbnails1.jpg', sizingMethod='scale')
}
.main-bottom-2 {
background-image: url('../img/thumbnails2.jpg');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/thumbnails2.jpg', sizingMethod='scale')
}
.main-bottom-3 {
background-image: url('../img/thumbnails3.jpg');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/thumbnails3.jpg', sizingMethod='scale')
}
.aside {
position: absolute;
top: 0;
right: 0;
width: 36%;
bottom: 0;
overflow: hidden;
transition: width 0.3s ease-out;
}
.seo-link {
height: 0;
line-height: 0;
overflow: hidden;
text-align: center;
}
.aside-blur {
position: absolute;
top: 0;
right: 0;
width: 36%;
bottom: 0;
overflow: hidden;
transition: width 0.3s ease-out;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: right;
}
.aside-blur2 {
position: absolute;
top: 0;
right: 0;
width: 36%;
bottom: 0;
overflow: hidden;
transition: width 0.3s ease-out;
}
.content {
position: absolute;
top: 0;
right: 36%;
left: 0;
bottom: 0;
overflow: hidden;
}
.logo {
display: inline-block;
margin: 40px 0 0 50px;
}
.slogan {
display: inline-block;
margin: 10px 0 0 50px;
font-size: 14px;
}
.version {
position: absolute;
top: 30%;
left: 0;
right: 0;
text-align: center;
}
.version i {
font-size: 314px;
}
.hotline {
position: absolute;
bottom: 60px;
left: 50px;
font-style: normal;
}
.hotline span {
margin-right: 10px;
}
.copyright {
position: absolute;
bottom: 30px;
left: 50px;
font-style: normal;
}
.viceCopyright {
position: absolute;
width: 100%;
bottom: 30px;
text-align: center;
}
.viceLogo {
position: absolute;
width: 74%;
left: 13%;
top: 13%;
text-align: center;
display: none;
}
.viceLogo a {
display: inline-block;
}
.weather {
position: absolute;
left: 23%;
top: 40px;
width: 54%;
font-size: 13px;
line-height: 36px;
display: table;
}
.weather i {
color: #fff;
font-size: 27px;
transition: color ease-out 0.3s;
}
.weather i.favourite {
font-size: 24px;
margin-right: 4px;
}
.weather i.question {
font-size: 22px;
}
.weather .favourite:hover {
color: #F45A5A;
cursor:pointer;
}
.weather .question:hover {
color: #057bac;
}
.weather label {
display: inline-block;
margin-left: 5px;
line-height: 30px;
color: #fff;
}
.loginArea {
position: absolute;
top: 33%;
left: 23%;
width: 54%;
}
.loginArea .loginType {
display: table;
width: 100%;
line-height: 40px;
margin-bottom: 8px;
}
.loginType a {
font-size: 14px;
margin-right: 4px;
}
.loginType a.active {
color: #fff;
font-weight: bold;
}
.loginType .f-fl span {
font-size: 12px;
margin-right: 4px;
}
.loginArea .locale {
position: relative;
cursor: pointer;
font-size: 14px;
}
.locale li a {
padding-left: 30px;
}
.u-form {
color: #fff;
position: relative;
}
.u-form .arrow {
position: absolute;
left: 21px;
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #fff;
display: inline-block;
}
.u-form .u-form-item-1 {
position: relative;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #e3e4e5;
}
.u-form .u-form-item-1 .wrapper {
background-color: #fff;
opacity: 0.9;
}
.u-form .u-form-item {
margin: 0;
padding: 0;
}
.u-form .u-form-item-1:first-child {
border-top: 1px solid #fff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.u-form .u-form-item-1:nth-last-child(2) {
border-bottom: 1px solid #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.u-form .u-form-item-1:last-child {
border-bottom: 1px solid #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.u-form .label {
float: left;
width: 45px;
height: 46px;
line-height: 46px;
text-align: center;
}
.u-form .input-wrapper {
width: 100%;
}
.u-form .sub-input-wrapper {
margin: 0 0 0 45px;
}
.u-form .dropdown {
width: 35px;
float: right;
}
.u-form-item label i {
color: #ccc;
font-size: 18px;
transition: color ease-in 0.3s;
}
.u-form-item label.actived i{
color: #555;
}
.u-form-item label.error i {
color: #ff0000;
}
.u-form .u-input {
background: none;
border: none;
padding: 5px 0;
color: #555;
height: 36px;
line-height: 36px;
width: 100%;
}
.u-form .securityCode .label {
margin-right: -45px;
}
.u-form .securityCode .input-wrapper {
float: left;
}
.u-form .securityCode .sub-input-wrapper {
margin-right: 150px;
}
.u-form .securityCode img{
width: 100px;
height: 30px;
float: right;
margin-right: 45px;
margin-left: -145px;
margin-top: 8px;
}
.u-form .securityCode .refresh {
float: none;
display: inline-block;
width: 45px;
margin-left: -46px;
background-color: #f9f9f9;
cursor: pointer;
}
.cbWrapper {
display: inline-block;
}
.u-form-item .checkbox + label {
font-size: 14px;
}
.u-form .u-form-item-2{
line-height: 46px;
height: 46px;
}
.u-form .u-form-item-2 .submit {
width: 100%;
font-weight: bold;
height: 46px;
font-size: 16px;
}
.u-form .u-form-item-2 .checkbox {
margin-top: 16px;
}
.u-form .u-form-item-3 {
}
.u-form .u-form-item-3 .QRCode{
margin-top: 40px;
text-align: center;
}
.u-form .u-form-item-3 .CSLink {
text-align: center;
}
.u-form .errMsg {
font-size: 13px;
color: #ff0000;
height: auto;
min-height: 40px;
}
.u-form .domainMenu {
z-index: 98;
}
.u-form .faceMenu {
z-index: 97;
}
.u-form .faceMenu, .u-form .faceMenu .faceTxt, .u-form .faceMenu .dropdown {
cursor: pointer;
}
.u-form .domainTxt, .u-form .faceTxt, .u-form .viceLocaleTxt {
display: inline-block;
padding: 5px 0;
font-size: 14px;
color: #555;
height: 36px;
line-height: 36px;
}
.u-form .viceLocaleTxt {
display: none;
}
.domainMenu .u-menu, .faceMenu .u-menu, .viceLocaleMenu .u-menu {
width: 100%;
left: -1px;
}
.viceLocaleMenu {
display: none;
}
.dialog {
display: none;
padding: 22px 0;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
}
.ui-dialog {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 4px;
outline: 0;
z-index: 100;
}
.ui-dialog-titlebar {
height: 40px;
line-height: 40px;
padding: 0 12px;
background-color: #eff2f2;
text-align: right;
cursor: move;
}
.ui-dialog-titlebar .ui-button {
background-color: transparent;
padding: 0;
}
.ui-dialog-titlebar .ui-button i {
color: #b4b4b4;
font-size: 24px;
}
.ui-button-text {
text-indent: -9999999px;
}
.ui-dialog-content p {
font-size: 14px;
color: #555;
margin: 0 18px 20px;
}
.ui-dialog-content .inpWrapper .inp {
height: 24px;
width: 193px;
color: #888;
font-size: 14px;
margin-left: 52px;
margin-right: 24px;
border: 1px solid #e6e6e6;
padding-left: 5px;
}
.ui-dialog-content .inpWrapper a {
text-decoration: underline;
color: #0079bd;
font-size: 14px;
}
.ui-dialog-buttonpane {
height: 46px;
line-height: 46px;
text-align: right;
padding: 0 8px;
}
.ui-dialog-buttonpane .ui-button {
min-width: 56px;
}
.ui-dialog-buttonpane .ui-button:first-child {
margin-right: 6px;
}
.ui-dialog-buttonpane .ui-button:last-child {
color: #333333;
background-color: #f0f0f0;
border-color: #dddddd;
}
.ui-dialog-buttonpane .ui-button:last-child:hover,
.ui-dialog-buttonpane .ui-button:last-child.focus,
.ui-dialog-buttonpane .ui-button:last-child:active,
.ui-dialog-buttonpane .ui-button:last-child.active {
color: #333333;
background-color: #e3e3e3;
border-color: #cbcbcb;
}
.ui-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: none;
z-index: 99;
background-color: #000;
opacity: 0.45;
filter: alpha(opacity=45);
}
.u-menu a {
font-size: 14px;
}
.f-tar {
text-align: right;
}
.f-dn {
display: none;
}
.f-fr {
float: right;
}
.f-fl {
float: left;
}
@media (min-width: 481px) and (max-width: 1440px) {
.version {
top: 32%;
}
.u-form .label {
height: 44px;
line-height: 44px;
}
.u-form .u-input {
height: 34px;
line-height: 34px;
}
.u-form .domainTxt, .u-form .faceTxt {
height: 34px;
line-height: 34px;
}
.u-form .u-form-item-2 {
line-height: 44px;
height: 44px;
}
.u-form .u-form-item-2 .checkbox {
margin-top: 14px;
}
.u-form .u-form-item-2 .submit {
height: 44px;
font-size: 14px;
}
}
@media (min-width: 1367px) and (max-width: 1440px) {
.weather, .loginArea {
width: 60%;
left: 20%;
}
.version i {
font-size: 260px;
}
}
@media (min-width: 1025px) and (max-width: 1366px) {
.weather, .loginArea {
width: 66%;
left: 17%;
}
.loginArea {
top: 30%;
}
.version i {
font-size: 240px;
}
}
@media (min-width: 481px) and (max-width: 1024px) {
.weather, .loginArea {
left: 13%;
width: 74%;
}
.loginArea {
top: 31%;
}
.version i {
font-size: 240px;
}
}
@media only screen and (max-width: 480px) {
.aside-blur, .aside-blur2, .aside {
width: 100%;
}
.weather {
display: none;
}
.viceLogo {
display: block;
}
.loginArea {
top: 31%;
left: 13%;
width: 74%;
}
.loginArea .loginType {
display: none;
}
.u-form .arrow {
display: none;
}
.u-form .viceLocaleMenu {
display: block;
}
.u-form .viceLocaleTxt {
display: inline-block;
}
.u-form .u-form-item-1:nth-last-child(2) {
border-bottom: 1px solid #e3e4e5;
border-radius: 0;
}
.u-form .u-form-item-2:last-child {
text-align: center;
}
.u-form div.f-fl {
display: inline-block;
}
.viceCopyright {
display: block;
}
}
@media (min-height: 1080px) {
.u-form .label {
height: 48px;
line-height: 48px;
}
.u-form .u-input {
height: 38px;
line-height: 38px;
}
.u-form .domainTxt, .u-form .faceTxt {
height: 38px;
line-height: 38px;
}
.u-menu li a {
padding: 13px 30px 13px 43px;
}
.locale li a {
padding-left: 30px;
}
.u-menu li .iconfont {
top: 18px;
}
.u-form .u-form-item-2 {
line-height: 48px;
height: 48px;
}
.u-form .u-form-item-2 .checkbox {
margin-top: 16px;
}
.u-form .u-form-item-2 .submit {
height: 48px;
}
}
