body {
    background: #f5f6f6;
}

.nav-container {
    height: 70px;
    line-height: 70px;
    background: #006fb9;
}

.nav-container .nav-ban {
    width: 1200px;
    margin: 0 auto;
}

.nav-menu li {
    float: left;
    margin: 0 26px;
    position: relative;
}

.nav-menu li a {
    color: #fff;
    font-size: 14px;
}

.nav-menu li i {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    right: -22px;
    top: 50%;
    margin-top: -3px;
    background: url(../pic/down.png) no-repeat;
}

.quit-con li {
    float: left;
    width: 56px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.quit-con li img {
    margin-top: 24px;
}

.quit-con li .quit {
    background: #006fb9;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 14px;
    padding: 4px 8px;
}

.recovery-con {
    width: 1200px;
    margin: 40px auto 0;
}

.recovery-left {
    width: 276px;
    height: 280px;
    background: #fff;
    margin-left: 20px;
    float: left;
}

.recovery-left p {
    padding: 22px 36px;
}

.recovery-left div {
    padding: 0 36px;
}

.recovery-left button {
    border: 0 none;
    background: transparent;
    font-size: 12px;
    color: #0070ba;
    padding: 0 36px;
    margin-top: 16px;
}

.recovery-con .recovery-right {
    float: left;
    margin-left: 20px;
    padding: 38px;
    background: #fff;
}

.recovery-solve {
    height: 70px;
    line-height: 70px;
    background: #f5f7fa;
}

.recovery-solve .solve-item {
    line-height: 70px;
    height: 70px;
    background: #f5f7fa;
    margin-bottom: 12px;
    padding: 0 24px;
}

.solve-item span {
    float: left;
}

.solve-item button {
    /* display: block; */
    float: right;
    padding: 12px 90px;
    background: #0070ba;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    border-radius: 22px;
    margin-top: 12px;
    outline: none;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    /* height: 100%; */
}

.mask .mask-cont {
    width: 614px;
    height: 100%;
    background: #fff;
    margin: 0 auto;
}

.mask-cont .card-head {
    text-align: center;
    position: relative;
    height: 70px;
    line-height: 70px;
}

.card-head .card-back {
    position: absolute;
    right: 15px;
    top: 15px;
}

.mask-cont .card-desc {
    padding: 0px 70px;
}

.mask-cont ul {
    margin-left: 10px;
}

.mask-cont .card-desc li {
    list-style: disc;
    font-size: 12px;
    margin: 4px 0;
    color: #6c7378;
}

.mask-cont .card-form {
    padding: 10px 70px;
}

.card-form select {
    width: 474px;
    height: 46px;
    border-radius: 6px;
    color: #6c7378;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
}

.card-form textarea {
    border: 1px dashed #9da3a6;
    resize: none;
    width: 474px;
    height: 150px;
    border-radius: 4px;
}

.card-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mask-cont .card-look {
    padding: 10px 70px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.mask-cont .card-agree {
    padding: 10px 70px;
}

.card-sub {
    padding: 0 70px;
}

.card-sub button {
    width: 100%;
    margin: 5px 0;
    background: transparent;
    border: 0 none;
    padding: 4px 0;
    font-size: 14px;
    border-radius: 22px;
    outline: none;
}

.card-sub .submit {
    background: #0070ba;
    color: #fff;
}

.effect-tab {
    padding: 0 70px;
}

.effect-tab table {
    width: 100%;
}

.effect-tab th {
    padding: 6px 8px;
    background: #f7f9fa;
}

.effect-tab td {
    padding: 4px 8px;
    font-size: 12px;
    border-bottom: 1px solid #e1e7eb;
}

.effect-tab tr td:last-of-type {
    text-align: center;
}

.effect-sub {
    text-align: center;
}

.effect-sub .close {
    border: 1px solid #0070ba;
    color: #0070ba;
    width: 120px;
    height: 40px;
    margin-top: 24px;
}

.effect-login {
    text-align: center;
    margin-top: 50px;
}