﻿
#phone.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdName.jpg) no-repeat 8px center;
}
#txtpass.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPw.jpg) no-repeat 8px center;
}
#identify.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdCode.jpg) no-repeat 8px center;
}
.registerBd #phone.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPhone.jpg) no-repeat 8px center;
} 
.registerBd #identify.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPhoneCode.jpg) no-repeat 8px center;
}
.registerBd #txtpass.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPw02.jpg) no-repeat 8px center;
}
.registerBd #txtpassTwo.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPwagain.jpg) no-repeat 8px center;
}
#loginRegisterBg #txtpassTwo.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPwagain.jpg) no-repeat 8px center;
}
#loginRegisterBg #txtpass.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdNewPw.jpg) no-repeat 8px center;
}
#btnSendCode,#btnSendCode02{
	width: 106px;
	height: 40px;
	border-radius: 4px;
	background: #0092da;
	color: #fff;
	border: none;
	margin: 0 0 0 7px;
	cursor: pointer;
}
body {
    width: 100%;
    height: 100%;
    background: url(/Content/images/Login/bigbg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.top {
    box-shadow: 0 1px 3px #02101f;
}

.topcon {
    width: 1200px;
    height: 102px;
    margin: 0 auto;
}

    .topcon a {
        background: url(../images/home.png) no-repeat left center;
        padding-left: 27px;
        color: #fff;
        height: 26px;
        line-height: 26px;
        margin-top: 35px;
    }

.header {
    width: 100%;
    height: 104px;
    box-shadow: 0 2px 4px #0045a5;
}

    .header .logo {
        width: 464px;
        height: 58px;
        overflow: hidden;
        margin: 22px 0 0 0;
    }

        .header .logo img {
            display: block;
        }

.backHome {
    padding: 0px 0 0 30px;
    margin: 40px 62px 0 0;
    background: url(../images/icons/icon_home.png) no-repeat left center;
}

.activ {
    width: 610px;
    height: 75px;
    overflow: hidden;
    margin: 226px 0 0 0;
}

.loginCon {
    /*width: 344px;
    background: #ffffff;
    padding: 30px 40px 40px;
    margin: 70px auto;
    border-radius: 0 0 8px 8px;*/
    width: 344px;
    height: 444px;
    background: #ffffff;
    padding: 30px 40px 40px;
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: 50%;
    margin-top: -222px;
    left: 50%;
    margin-left: -212px;
}

.tit {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ff8517;
}

.inputText {
    width: 330px;
    height: 38px;
    padding: 0 0 0 10px;
    border: 1px solid #ddd;
}

.codePics, .codePics img {
    width: 92px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.rememberPW {
    margin: 15px 0 0 0;
}

.identify .code {
    width: 160px;
}

.checkbox {
    width: 15px;
    height: 15px;
    margin: 3px 10px 0 2px;
}

.loginBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #ff8516;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 16px 0;
}

    .loginBtn:hover {
        background: #f26100;
    }

.logoBox {
    width: 100%;
    height: 68px;
    background: url(/Content/images/Login/logo1.png) no-repeat center bottom;
}
/*************************** 公用文件 **********************************/
.bg_gray {
    background: #ccc;
    color: #fff;
}

    .bg_gray:hover {
        background: #ccc;
        color: #fff;
    }

.orange {
    color: #ff8516;
}
/* 过度动画 */
.transi {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* 放大 */
.scalesmall:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.scale:hover {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
/* 鼠标划上左移效果 */
.towardsLeft:hover {
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    transform: translate(0,-10px);
}
