body {
    background: #f6f6f6;
}
.wrap {
    width: 1270px;
    margin: 0 auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.header {
    width: 100%;
    height: 60px;
    background: #fff;
}
.header .wrap {
    overflow: hidden;
    padding-top: 15px;
}
.header .logo {
    width: 191px;
    height: 30px;
    float: left;
}
.header .btn-group {
    height: 30px;
    float: right;
}
.header .btn-group {
    line-height: 30px;
}
.footer {
    width: 100%;
    height: 60px;
    background: #fff;
}
.footer .wrap {
    overflow: hidden;
    padding-top: 15px;
}
.friendshipLink {
    float: left;
    overflow: hidden;
}
.friendshipLink a, .friendshipLink span {
    font-size: 12px;
    line-height: 30px;
    color: #000;
    float: left;
    height: 30px;
    margin-right: 10px;
}
.friendshipLink span {
    opacity: 0.8;
}
.chop {
    float: right;
    overflow: hidden;
    text-align: right;
}
.chop p {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    height: 30px;
}
.chop p a {
    vertical-align: top;
    color: #000;
}
.chop p a:hover {
    text-decoration: underline;
}
.chop a {
    display: inline-block;
    vertical-align: middle;
}
.chop0 {
    width: 26px;
	display: inline-block;
    vertical-align: middle;
}
.chop0 img {
	width: 100%;
	height: auto;
}
.chop1 {
    width: 43px;
    height: 32px;
    background: url(../../image/footicon0.png) center no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.chop2 {
    width: 23px;
    height: 32px;
    background: url(../../image/footicon1.png);
    background-size: cover;
    margin-left: 10px;
}
.content {
    width: 1270px;
    min-height: 686px;
    margin: 19px auto 15px;
    background: #fff;
    border-radius: 8px;
    padding: 31px 0 30px;
}
.content .title {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}
.content .small {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}
.content .list {
    overflow: hidden;
    text-align: center;
    margin-bottom: 46px;
}
.content .list li {
    display: inline-block;
    vertical-align: top;
    width: 148px;
    text-align: center;
    position: relative;
}
.content .list li i {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 34px;
    margin-bottom: 11px;
    position: relative;
    z-index: 2;
    font-family: 'DINAlternate-Bold';  
}
.content .list li::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 0;
}
.content .list li::before {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 0;
}
.content .list li.line::before {
    background: #0087FF;
}
.content .list li:last-child::before {
    display: none;
}
.content .list li span {
    font-size: 16px;
    color: #999;
    line-height: 22px;
}

/* 步骤样式 */
.content .list li.active i {
    color: #fff;
}
.content .list li.active::after {
    background: #0087FF;
    border: 2px solid #0087FF;
}
.content .list li.active span {
    color: #0087FF;
}

.content .form {
    padding-left: 350px;
}
.cell {
    margin-bottom: 40px;
}
.cell * {
    display: inline-block;
    vertical-align: top;
}
.cell label {
    width: 70px;
    height: 40px;
    font-size: 14px;
    color: #151515;
    line-height: 40px;
    text-align: right;
    margin-right: 6px;
}
.cell p {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.must::before {
    content: '*';
    color: #FF7321;
    letter-spacing: 4px;
}
.cell .control {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #333;
    position: relative;
}
.cell .control input[type='text'],.cell .control input[type='number'],.cell .control input[type='password'] {
    width: 270px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cell .control .tip {
    color: #333;
    line-height: 40px;
    margin-left: 6px;
}
.cell .control .txt-danger {
    font-size: 12px;
    color: #f00;
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 40px;
}
.cell .control .getPSDbtn {
    font-size: 14px;
    color: #0087FF;
    line-height: 40px;
    margin-left: 6px;
    cursor: pointer;
}
.cell .control .tip-otp {
    display: block;
}
.cell span.btn {
    width: 124px;
    height: 40px;
    background: #0087FF;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.cell span.btn.disabled {
    background: #D0D0D0;
    cursor: default;
}
.cell .btn-group {
    overflow: hidden;
}
.cell .btn-group span {
    float: left;
    width: 124px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #d0d0d0;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin-right: 22px;
    cursor: pointer;
}
.cell .btn-group .btn1 {
    border: 2px solid #0087FF;
    color: #0087FF;
}
.cell .btn-group .btn2 {
    color: #fff;
    background: #0087FF;
    border: 2px solid #0087FF;
}
.cell .btn-group .disabled {
    color: #fff;
    background: #D0D0D0;
    border: 2px solid #D0D0D0;
    cursor: default;
}

/* otp */
.form-otp .cell label {
    width: 120px;
}
.form-otp .cell {
    margin-bottom: 10px;
} 

/* result */
.result {
    margin-top: 76px;
    text-align: center;
}
.result .icon-success {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.result .txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.result .txt-md {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
.result .txt-tip {
    font-size: 14px;
    color: #2A2A2A;
    line-height: 20px;
}
.result .txt-tip span {
    color: #FF7321;
}
.result .txt-tip a {
    color: #0087FF;
}
.noPSDcontrol {
    width: 450px;
    margin: 0 auto;
}
.noPSDcontrol-p {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}
.noPSDcontrol dl {
    margin-bottom: 20px;
}
.noPSDcontrol dl dt {
    color: #333;
    margin-bottom: 6px;
}
.noPSDcontrol dl dd {
    padding-left: 12px;
    position: relative;
}
.noPSDcontrol dl dd::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 7px;
}
.noPSDcontrol .btn {
    display: block;
    width: 260px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0087FF;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .wrap {
        width: 960px;
    }
    .content {
        width: 960px;
    }
    .content .form {
        padding-left: 200px;
    }
}


