/**
* @Author: 潘尚泉
* @Date:   2019-04-02 14:18:03
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:20
*/

.fixed-right {
    display: none;
}
.main {
    padding-top: 115px;
    height: 555px;
    visibility: hidden;
}
.main .part-1 {
    width: 558px;
    height: 85px;
    margin: 0 auto;
}
.part-1 {
    background: url(/images/member/login/dashed.png) repeat-x -3px 19px;
}
.part-1 .flow {
    width: 45px;
    font-size: 14px;
    color: #949494;
}
.part-1 .flow-2 {
    margin-left: 212px;
}
.part-1 .flow .flow-icon {
    text-align: center;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 30px;
    background-color: #949494;
}
.part-1 .flow .flow-name {
    line-height: 40px;
    height: 40px;
    width: 80px;
    margin-left: -18px;
}
.part-1 .flow.on .flow-icon {
    background-color: #ba0000;
}
.part-1 .flow.on .flow-name {
    color: #ba0000;
}
.part-2 {
    width: 382px;
    margin: 0 auto;
}
.part-2 .step {
    display: none;
}
.part-2 .step.on {
    display: block;
}
.part-2 .step-1 {
    padding-top: 95px;
}
.part-2 .step-2 {
    padding-top: 48px;
}
.part-2 input {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #b2b2b2;
}
.part-2 input.correct {
    background: url(/images/member/login/icon-correct.jpg) no-repeat 100% 50%;
}
.part-2 .w323 {
    /* width: 323px; */
	flex: 1;
}
.part-2 .w178 {
    /* width: 178px; */
	flex: 1;
}
.part-2 .form-row {
    position: relative;
    height: 34px;
    padding-bottom: 26px;
    width: 100%;
	display: flex;
}
.part-2 .form-row.required:after {
    content: '*';
    line-height: 34px;
    height: 34px;
    padding-right: 8px;
    position: absolute;
    color: #ba0000;
    right: 100%;
    top: 0;
}
.part-2 .form-row .getmMessage {
    width: 118px;
    color: #fff;
    line-height: 34px;
    background-color: #888;
}
.part-2 .form-row .getmMessage.on {
    background-color: #b40f19;
    cursor: pointer;
}
.part-2 .form-row .getmMessage span {
    font-size: 14px;
}
.part-2 .form-row .error-tip {
    position: absolute;
    left: 0px;
    top: 34px;
    line-height: 18px;
    z-index: 1;
    font-size: 12px;
    color: #bcbcbc;
}
.part-2 .form-row .error-tip.on {
    color: #ba000b;
}
.part-2 .to-next-step {
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #ba0000;
}
.step-1 .to-next-step {
    margin-top: 20px;
}
.part-2 .step-3 .red-text {
    color: #ba0000;
    font-size: 20px;
    line-height: 26px;
    width: 200px;
    padding: 125px 0 65px 85px;
}
.part-2 .step-3 .red-text:after {
    content: '';
    position: absolute;
    right: 132px;
    top: 189px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 17px;
    height: 2px;
    background-color: #ba0000;
}
.part-2 .step-3 .red-text:before {
    content: '';
    position: absolute;
    right: 107px;
    top: 183px;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
    width: 35px;
    height: 2px;
    background-color: #ba0000;
}
.part-2 .step-3 .gray-text {
    text-align: center;
    color: #949494;
    font-size: 12px;
    line-height: 22px;
}
.captcha{
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 1;
}
.captcha img{
    display: block;
}
.captcha .tip-text{
    font-size: 14px;
    line-height: 200%;
}
.have_iphone{
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    display: inline-block;
}
.have_iphone:hover{
    color: #c10000;
    border-bottom: 1px solid #c10000;
}

/*阅读*/
.tip_wrap{
    margin-top: 20px;
}
.tip_wrap .tip_choose {
    background: #b4000b;
    border-color: #b4000b!important;
    display: inline-block;
    height: 13px;
    float: left;
	margin-top: 3px;
	margin-right: 5px;
    cursor: pointer;
}
.tip_wrap .tip_choose:hover{
    border-color: #b4000b;
}
.tip_wrap a{
    color: #0a84ff;
}
