body {
    background-color: #F5F8FA;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
button {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone,
.loginBtn {
    padding: 0;
}

/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
    width: 3px;
    height: 16px;
    background-color: #F5F5F5;
}

/* 定义滚动条轨道 内阴影+圆角 */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.loginTop {
    height: 172px;
    padding: 90px 360px 0;
}

.loginTop img {
    width: 128px;
}

.loginTop span {
    line-height: 25px;
    color: #666;
    font-size: 15px;
}

.loginTop span a {
    margin-left: 12px;
    color: #00A0EA;
    font-size: 15px;
    cursor: pointer;
}

.loginDiv {
	display:flex;
	justify-content : space-between;
	align-items : flex-start;
    height: 550px;
    padding: 70px 370px 0;
    background: url(/deploy/assets/w2.0/img/loginImg.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.onLineTip{
	padding: 0 0 0;
	display:flex;
	flex-direction:column;
}
.onLineTigger{
	display: block;
	width: 69px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	background-color: #60cdff;
	margin-bottom: 8px;
	border-radius: 30px 30px 0 30px;
}
.onLineType{
	display: block;
	padding: 0 0 0;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 16px;
}
.onLineType b{
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
	margin: 0 8px;
}
.onLineSpee{
	display: block;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.onLineBtn{
	display: block;
	width: 248px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #ffffff;
	background-color: #0ba4eb;
	border: 1px solid #ffffff;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
}
.onLineBtn:hover{
	color: #0b8dc9;
	background-color: #ccecfb;
}
.loginMain {
    width: 376px;
    padding: 0 31px;
    background-color: #FFF;
    border-radius: 16px;
}

.loginTab {
    padding: 30px 0 28px;
}

.loginTab>div {
    float: left;
    width: 50%;
    color: #666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.loginTab>div:first-of-type {
    border-right: 1px solid #E4E4E4;
}

.loginTabActive {
    color: #00A0EA !important;
}

.passwordLogin {
    width: 100%;
    padding: 0;
}

/*.smscodeLogin{
	padding: 0 0 0;
	width: 100%;
}*/
/*.userTel{
	width: 100%;
}*/
.password {
    margin-top:10px;
}
.userTel input,
.password input {
    width: 100%;
    height: 47px;
    padding: 0 13px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    line-height: 47px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.userTelTip,
.passwordTip {
    width: 100%;
    height: 31px;
    padding: 0 3px;
    line-height: 31px;
    color: #FF385A;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #CCC;
}

input::-moz-placeholder {
    color: #CCC;
}

.loginTip {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.loginTip span:first-of-type {
    color: #666;
}

.loginTip span:first-of-type input {
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    margin-right: 14px;
    opacity: 0;
}

.loginTip span:last-of-type a {
    color: #999;
}

.loginBtn a {
    display: block;
    width: 100%;
    height: 41px;
    background-color: #00A0EA;
    line-height: 41px;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 4px;
}

.loginBtn a:hover {
    background-color: #048DCC;
    color: #FFF;
}

.otherLogin {
    padding: 26px 0 22px;
}

.wxLogin {
    width: 60px;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.wxLogin img {
    width: 35px;
}

.smsCode {
    display: none;
    width: 100%;
    margin-top:10px;
}
   
    .smsCode input {
        width: 190px;
        height: 47px;
        padding: 0 13px;
        border: 1px solid #E4E4E4;
        line-height: 47px;
        color: #333;
        font-size: 14px;
        border-radius: 3px;
    }
    .smsCode #picCode {
        width: 170px;
    }
    .smsCode input {
        width: 190px;
        height: 47px;
        padding: 0 13px;
        border: 1px solid #E4E4E4;
        line-height: 47px;
        color: #333;
        font-size: 14px;
        border-radius: 3px;
    }
    .smsCode img {
        float: right;
        width: 120px;
        height: 39px;
        margin-left: 19px;
        border: 0;
        border-radius: 3px;
    }
.smsCode button {
    float: right;
    width: 104px;
    height: 47px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
}

.loginBottom {
    padding: 50px 360px 0;
}

.aLink {
    color: #333;
    font-size: 14px;
}

.aLink p {
    margin-bottom: 12px;
}

.aLink p a {
    padding: 0 7px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.aLink p a:first-of-type {
    padding-left: 0;
}

.appDowload {
    padding: 40px 0 0;
}

.appDowload>div {
    float: right;
    width: 113px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid #6E7382;
    background-color: #2C2E35;
    color: #E0E0E1;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
}

.wxBg {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -337.59px -98px no-repeat;
	background-size: 373px 193px
}

.cBg {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 18px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -123px no-repeat;
}

.androidBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -70px no-repeat;
}

.iosBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -95px no-repeat;
}

.dowloadInfo {
    display: inline-block;
    width: 62px;
}

.checkBg {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -13px -17px no-repeat;
}