
.group-input{
    /*height: 45px;*/
}
.group-main{
    height: 45px;
    width: auto;
    position: relative;
}
/*娓呮鎸夐挳*/
.clear-input{
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    cursor: pointer;
    background: url("../images/input_close_icon.png") center no-repeat;
    background-size: 15px;
}
.group-left{
    float: left;
    width: 194px;
    height: 100%;
    text-align: right;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}
.group-code{
    display: block;
    float: left;
    height: 100%;
    width: 108px;
    background-color: #e5e5e5;
    outline: none;
    text-align: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}
.group-code.gray{
    background-color: #999;
    font-size: 14px;
    color: #333;
}
.group-right{
    float: right;
    width: 262px;
    height: 100%;
    text-align: left;
    line-height: 34px;
    font-size: 14px;
    color: #999;
}
/*input*/
.g-input{
    height: 100%;
    width: 320px;
    /*line-height: 43px;*/
    font-size: 14px;
    color: #8d8d8d;
    /*text-indent: 52px;*/
    text-indent: 42px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background:none;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    float: left;
}
.g-input::placeholder{
    font-size: 14px;
    color: #c3c3c3;
}
.group-reminder-icon{
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.group-bottom-reminder{
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
}
.grout-captcha{
    height: 100%;
    float: right;
    width: 142px;
}
.grout-captcha>img{
    display: block;
    width: 101px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.grout-captcha span{
    display: block;
    float: left;
    width: 41px;
    height: 100%;
    background: url("../images/refrech.png") center no-repeat;
    background-size: 29px 25px;
    cursor: pointer;
}

.submit_loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    text-align: center;
    padding-top: 350px;
    z-index: 200;
    box-sizing: border-box;
}
.submit_loading div{
    margin: 0 auto;
    width: 27vw;
    height: 30vw;
    border-radius: 1.3vw;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6vw;
    line-height: 8vw;
}
.submit_loading img{
    width: 30px;
    height: 30px;
    animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;	/* Firefox */
    -webkit-animation: rotation 2s infinite linear;	/* Safari 鍜� Chrome */
    -o-animation: rotation 2s infinite linear;	/* Opera */
}

@keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


/*toast*/
.cpt-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    animation-duration: 0.3s;
    max-width: 300px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
    /*font-family: '寰蒋闆呴粦','Microsoft Yahei';*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word;
}

/*淇敼鏃堕棿鎻掍欢榛樿鐨勬牱寮�*/
.flexDate_header{
    background-color: #4c9dfb;
}
li.flexDate_selected{
    background-color: #4c9dfb;
    color: #fff;
}
.flexDate_dateCard>ul>li:hover{
    border-color: #4c9dfb;
}
li.flexDate_cur{
    /*color: #4c9dfb;*/
}
.flexDate_leftBorder, .flexDate_rightBorder{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    opacity:1;
}
li.flexDate_cur{
    /*color: #fc531d;*/
}


/*二级密码*/
.second-pwd-dialog{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)\9;
    text-align: center;
    padding-top: 150px;
    z-index: 150;
    box-sizing: border-box;
}

.second-pwd-item{
    margin: 0 auto;
    width: 399px;
    height: 389px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.second-pwd-item1{
    height: 266px;
}
.second-pwd-item-title{
    height: 83px;
    text-align: center;
    font-size: 24px;
    color: #666;
    font-weight: normal;
}
.second-pwd-item-title p{
    line-height: 80px;
}
.second-pwd-item-close{
    display: block;
    background: none;
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    right: 6px;
    box-sizing: border-box;
    padding-top: 11px;
    cursor: pointer;
}
.second-pwd-item-close img{
    width: 23px;
    height: 23px;
}
.step_text{
    width: 322px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    font-size: 14px;
    color: #a8a8a8;
}
.step_text span{
    display: inline-block;
}
.step_text span.blue{
    color: #4c9dfb;
}
.step_text span:first-child+span{
    width: 196px;
}
.second-pwd-item-content .tip{
    font-size: 14px;
    color: #666;
    height: 70px;
    line-height: 70px;
}
.second-pwd-item-content .group-input{
    width: 342px;
    margin: 0 auto 12px auto;
}
.second-pwd-item-content .group-main{
    height: 36px;
}
.second-pwd-item-content .group-left{
    width: 94px;
}
.second-pwd-item-content .group-left em{
    color: #fd9f31;
}
.second-pwd-item-content .g-input{
    width: 242px;
    text-indent: 12px;
}
.second-pwd-item-content .captcha .g-input{
    width: 135px;
}
.second-pwd-item-content .captcha .grout-captcha{
    width: 99px;
    margin-right: 6px;
}
.second-pwd-item-content .captcha .grout-captcha img{
    width: 99px;
}
.second-pwd-item-content .captcha .clear-input{
    right: 108px;
}
.second-pwd-item-content .group-bottom-reminder{
    padding-left: 84px;
    font-size: 12px;
    position: relative;
    left: 8px;
    height: 24px;
}
.second-pwd-item-content .set_success_tip{
    height: 162px;
    line-height: 162px;
    font-size: 24px;
    color: #333;
}
.second-pwd-item-content .set_success_tip img{
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 4px;
}
.secondPwd-submit{
    margin: 0 auto;
    width: 342px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 94px;
    padding-top: 6px;
}
.secondPwd-submit button{
    display: inline-block;
    outline: none;
    border: none;
    background-color: #4c9dfb;
    color: #fff;
    width: 188px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer;
}
.set_success .secondPwd-submit{
    padding: 0;
    text-align: center;
}
.second-pwd .second-pwd-item-content .step_bg{
    margin-bottom: 25px;
}

.loginBySecondPwd .second-pwd-item-title p{
    line-height: 60px;
}
.second-pwd-item-content .second-login-tip{
    font-size: 14px;
    color: #666;
    margin-bottom: 23px;
}
.loginBySecondPwd .second-pwd-item-content .group-input{
    width: 282px;
}
.loginBySecondPwd .second-pwd-item-content .g-input{
    width: 282px;
}

.loginBySecondPwd .secondPwd-submit{
    width: 282px;
    padding-left: 0;
}
.loginBySecondPwd .secondPwd-submit button{
    display: inline-block;
    width: 131px;
    height: 41px;
    line-height: 41px;
}
.loginBySecondPwd .secondPwd-submit .forget_second{
    margin-left: 20px;
    height: auto;
    width: auto;
    background: none;
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}
.loginBySecondPwd .secondPwd-submit .forget_second:hover{
    color: #4c9dfb;
}


