﻿/*申报指南*/
.sm-guide {
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
}

.sm-guide .btn-group {
    text-align: center;
    margin-top: 30px;
}

.btn-group .yyssbtn {
    display: inline-block;
    width: 154px;
    height: 38px;
    line-height: 38px;
    outline: none;
    border: none;
    background-color: #E12423;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.sm-guide .guide-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.sm-guide > p {
    text-indent: 2em;
}

.sm-guide .guide-strong {
    line-height: 32px;
    font-weight: bold;
}

.sm-guide p {
    line-height: 32px;
}


/*申报页面*/
.declare-tab {
    display: block;
    width: 170px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF !important;
    font-size: 15px;
}

.declare-tab i {
    display: inline-block;
    margin-right: 10px;
}

.de-tab-this {
    background-image: linear-gradient(to bottom right, #ff601f, #bb1f2c);
    cursor: default;
}

.de-tab-base {
    background-image: linear-gradient(to bottom right, #ff9b71, #e84855);
    cursor: pointer;
}


/*登录页*/
.login-cont {
    background: #fbfbfb;
    padding: 170px 0;
    margin-top: -5px;
}

.login-middle {
    background: url(../img/login-box.png) no-repeat;
    width: 470px;
    height: 340px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.login-text {
    text-align: center;
    padding: 25px 0 20px;
}

.login-label {
    overflow: hidden;
    width: 90%;
    margin: 0 auto 20px;
}

.login-left {
    width: 25%;
    text-align: right;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.login-right {
    width: 62%;
    margin-left: 3%;
}

.login-input {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 40px;
    background: url(../img/icon-user.png) 3% center no-repeat;
    padding: 0 0 0 15%;
    width: 84%;
    font-size: 14px;
}

.password-input {
    background: url(../img/icon-password.png) 3% center no-repeat;
}

.login-btn {
    background: #e22323;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.a-link {
    color: #e22323;
}

/*注册页*/
.register-cont {
    padding: 10px 0;
}

.register-middle {
    width: 540px;
    margin: 0 auto;
}

.reg-label {
    margin-top: 20px;
    position: relative;
}

.reg-label .login-input {
    background-color: #fff;
    padding-left: 10%;
    width: 89%;
}

.moble-input {
    background: url(../img/icon-phone.png) 3% center no-repeat;
}

.yzm-input {
    background: url(../img/icon-yz.png) 3% center no-repeat;
}

.email-input {
    background: url(../img/icon-email.png) 3% center no-repeat;
}

.card-input {
    background: url(../img/icon-card.png) 3% center no-repeat;
}

.yzm-img {
    position: absolute;
    right: 4px;
    top: 1px;
}

.message {
    height: 30px;

}

.checkbox {
    display: inline-block;
    position: relative;
}

.checks {
    opacity: 0;
}

.checkbox label {
    cursor: pointer;
    /*padding-left: 10px;*/
}

/*input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: url(../img/checkbox.png);
    background: url(../img/checkbox.png);
    content: " ";
    height: 20px;
    left: 0;
    top: 1px;
    position: absolute;
    width: 20px;
}
input[type="checkbox"]:checked + label:before {
    content: url(../img/checked.png);
    background: url(../img/checked.png);
}*/
.step-2, .step-3 {
    display: none;
}

.card-box {
    width: 265px;
}

.img-upload {
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    opacity: 0;
    cursor: pointer;
}

.file-box {
    position: relative;
    width: 155px;
    margin: 5px auto;
}

.file-btn {
    border: 1px solid #e22323;
    border-radius: 3px;
    height: 45px;
    background: #fff;
    width: 155px;
    color: #e22323;
    cursor: pointer;
    outline: none;
}

.file-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.p-text {
    margin: 5px 0;
}

.user-head {
    width: 115px;
    margin: 0 auto;
}

.success-box {
    width: 220px;
    margin: 30px auto;
}

.success-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.p-line {
    line-height: 25px;
    padding-left: 26px;
    font-size: 12pt;
}


/*个人中心*/
.inb {
    display: inline-block;
}

.pd-b-12 {
    padding-bottom: 12px;
}

.pd-b-6 {
    padding-bottom: 15px;
    font-size: 12pt;
}

.a-tab, .b-tab {
    margin-left: 20px;
    min-height: 400px;
}

.box-border {
    border: 1px solid #e2e1e1;
    box-shadow: 2px 2px 5px #cacaca;
    background-color: #FFFFFF;
}

.c-user-box {
    border: 1px solid #e2e1e1;
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px #cacaca;
    position: relative;
    background-color: #FFFFFF;
}

.c-head {
    height: 66px;
    width: 66px;
    border-radius: 33px;
    border: 1px solid #e2e1e1;
    margin: 30px 40px 30px 50px;
}

.c-base {
    position: absolute;
    /*bottom: 10px;*/
    top: 50px;
}

.c-div {
    position: absolute;
    margin-left: 300px;
    top: 50px;
}

.c-time {
    position: absolute;
    right: 35px;
    top: 15px;
}

.tab-title {
    height: 46px;
    line-height: 46px;
    padding: 2px 8px;
    border-bottom: 1px solid #e2e1e1;
    cursor: pointer;
    font-size: 16px;
    vertical-align: center;
}

.tab-title-b {
    height: 66px;
    line-height: 67px;
    text-align: center;
    border-bottom: 1px solid #e2e1e1;
}

.center-qy-tab {
    min-height: 400px;
    /*border: 1px solid #e2e1e1;
    box-shadow: 2px 2px 5px #cacaca;
    background-color: #FFFFFF;*/
}

.center-more {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #0f4a8e;
    cursor: pointer;
}

.center-daohang {
    position: relative;
    height: 400px;
}

.center-colla-item {
    margin: 8px 20px;
    background-color: #FFFFFF;
}

.center-colla-title {
    height: 35px;
    line-height: 34px;
    font-size: 14pt;
    font-weight: 700;
    border-bottom: 2px solid #e2e1e1;
}

.center-title-bb {
    display: inline-block;
    border-bottom: 4px solid #d21100;
    padding: 0 8px;
}

.center-colla-content {
    min-height: 100px;
}

.check-this {
    background-color: #f2f2f2;
}

#qyxx {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#xgmm {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.yiyi {
    width: 70px;
    float: right;
    background-color: #0f4a8e;
    font-size: 17px;
    color: #f7f7f7;
    padding: 10px;
    margin: 6px;
    border: 1px #b9a0a0 solid;
}
