﻿ .validateCode_ul li {
    float: left;
}
 /*使用阿里巴巴矢量图-开始*/
@font-face {font-family: "iconfont";
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome, firefox */
    url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:26px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
 /*使用阿里巴巴矢量图-结束*/
 .entryContent{
     position:relative;
     width:300px;
     height:260px;
     margin:0 auto 35px;
     padding:25px;
     background-color:#9ed7ff;
     border:2px solid SkyBlue;
     border-radius:5px;
 }
 .careEntryContent{
    position:relative;
    top:100px;
     width:300px;
     height:260px;
     margin:0 auto 35px;
     padding:25px;
     background-color:rgba(255,2255,255,0.5);
     border:1px solid #ddd;
     border-radius:5px;
     text-align:center;
 }
 .login-switch {
    width: 52px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-user-select: none;
}
.login-switch .iconfont {
    font-size: 52px;
    cursor: pointer;
    color: #f40;
}
.shade{
    position: absolute;
    right: 5px;
    top: 0;
	width: 0;
	height: 0;
	border-bottom: 60px solid #9ed7ff;
	border-right: 60px solid transparent;
    z-index:10;
    cursor:pointer;
}
.smole-shade{
     position: absolute;
    right: 35px;
    top: 30px;
	width: 0;
	height: 0;
	border-bottom: 30px solid #9ed7ff;
	border-right: 30px solid transparent;
    z-index:20;
}
.login-tip {
    position: absolute;
    top: 5px;
    right: 65px;
    display: block;
}
.poptip {
    border: 1px solid #f3d995;
    height: 16px;
    line-height: 16px;
    padding: 5px 20px 5px 15px;
    background: #fefcee;
    position: relative;
}
.poptip-arrow {
    top: 8px;
    right: 0;
}
.poptip-arrow {
    position: absolute;
    z-index: 10;
}
.poptip .poptip-content {
    color: DeepSkyBlue;
    font-size: 12px;
    font-weight: 400;
}
.poptip .poptip-content .iconfont {
    color:DeepSkyBlue;
    font-size: 14px;
    margin-right: 8px;
}
.poptip-arrow {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 0;
}
.poptip-arrow em, .poptip-arrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    border-color: transparent \0;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
}
.poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #f3d995;
    border-width: 6px 0 6px 6px;
}
.poptip-arrow span {
    border-left-color: #fefcee;
    border-width: 6px 0 6px 6px;
}
.login-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 700;
}
.qrcode-main {
    position: relative;
    margin-top: 24px;
    height: 140px;
}
.qrcode-img {
    opacity: 1;
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 100;
}
.qrcode-desc {
    overflow: hidden;
    width: 188px;
    margin: 24px auto 0;
}
.qrcode-desc .iconfont {
    float: left;
    color: #f40;
    font-size: 34px;
    line-height: 36px;
    margin-right: 10px;
}
.qrcode-desc p {
    width: 144px;
    line-height: 18px;
    color: #6c6c6c;
    font-size: 12px;
    float: left;
}
.ft-gray {
    color: #9c9c9c;
}
.login-box a.light-link {
    color: #f40;
}
.static-form .field {
    margin-top: 20px;
    position: relative;
}
.static-form .field label {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ddd;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: 0;
}
.static-form .field .ph-label {
    position: absolute;
    line-height: 42px;
    height: 42px;
    color: #999;
    opacity: 1;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-out;
    left: 50px;
    top: 0;
    font-size: 14px;
}
.static-form .login-text {
    width: 240px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 50px;
    border: 1px solid #ddd;
}
.static-form .submit {
    margin-top: 20px;
}
.submit button{
    width: 300px;
    height: 42px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background:#3f89ec;
    border-radius: 3px;
    cursor: pointer;
    zoom: 1;
}
#obtain-identifyingCode{
    margin:-3px 0 0 30px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}