@charset "utf-8";

/* CSS Document */

/* 首页 - start */
.index-banner {
    width: 100%;
    height: 240px;
}

.index-banner .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.index-banner .swiper-slide .banner-function1{
    padding-top: 60px;
    margin: 0 auto;
}

.index-banner .swiper-slide .banner-function1 .tips-img{
    display: block;
    width: 240px;
    margin: 0 auto;
}

.index-banner .swiper-slide .banner-function1 .btn-box{
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 20px auto 0;
}

.index-banner .swiper-slide .banner-function1 .btn-box .btn{
    width: 90px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #ab0000;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 24px rgba(255, 255, 255, .27);
}

.banner-pagination {
    position: absolute;
    z-index: 10;
    height: 8px;
    font-size: 0;
    text-align: center;
}

.banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active{
    width: 12px;
    background-color: #ff8400;
}


.index-commitment{
    display: flex;
    width: 100%;
}

.index-commitment .item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    background-color: #f6f6f6;
}

.index-commitment .item:nth-child(2){
    background-color: #efefef;
}

.index-commitment .item .img1{
    width: 40px;
}

.index-commitment .item .text{
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
}


.latest-news-box{
    background-color: #fff;
}

.latest-news-box .title-box{
    border-bottom: 1px solid #e1e1e1;
}

.latest-news-box .title-box .title{
    float: left;
    padding: 10px 0;
    padding-left: 26px;
    font-size: 14px;
    line-height: 20px;
    color: #ff8300;
    background-image: url(../images/latest-news.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: 8px center;
}

.latest-news{
    display: block;
    padding: 14px 20px;
}

.latest-news .title{
    font-size: 16px;
    line-height: 24px;
    color: #161616;
}

.latest-news .intro{
    padding: 4px 0;
    font-size: 14px;
    line-height: 18px;
    color: #696969;
}

.latest-news .time{
    font-size: 12px;
    line-height: 20px;
    color: #b2b2b2;
}

.index-release-list {
    padding-top: 10px;
    background-color: #f7f7f7;
}

.index-release-list .hd ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 6px;
    background-color: #fff;
}

.index-release-list .hd ul li{
    position: relative;
    width: 23%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #424242;
    border-radius: 3px;
    cursor: pointer;
}

.index-release-list .hd ul li a{
    color: #424242;
}

.index-release-list .hd ul li.on{
    color: #fefefe;
    background-color: #ec171e;
}

.index-release-list .hd ul li.on a{
    color: #fefefe;
}

.index-release-list .hd ul li.on:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-top: 7px solid #ec171e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

/* 首页 - end */

/* 个人信息管理 - start */
.infoManage{
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
}

.infoManage .item{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 24px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.infoManage .item:last-child{
    border-bottom: none;
}

.infoManage .item .text{
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #000;
}

.infoManage .item .hint{
    float: left;
    margin-left: 20px;
    font-size: 12px;
    line-height: 40px;
    color: #f00;
}

.infoManage .item .btn{
    float: right;
    font-size: 12px;
    line-height: 40px;
    color: #010101;
}

.infoManage .btn-box{
    padding: 20px;
    background-color: #fff;
}

.infoManage .btn-box .btn{
    display: block;
    width: 150px;
    height: 42px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 3px;
}


/* 个人信息管理 - end */

/* 认证 - start */
.authentication-form.toggle-step3{
    padding-top: 0;
    background-color: #f7f7f7;
}

.authentication-form .step{
    display: none;
}

.authentication-form .error-tips {
    padding: 0 20px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #f00;
}

.authentication-form .tips-text{
    padding: 0 20px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #f00;
}

.authentication-form .item{
    margin-bottom: 10px;
    overflow: hidden;
}

.authentication-form .item .label{
    display: block;
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 32px;
    color: #474747;
}

.authentication-form-p25 .item .label{
    padding: 0 25px;
}

.authentication-form .item .inputstyle-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.authentication-form .item .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.authentication-form .item .inputstyle-sm{
    width: calc(100% - 28px);
}

.authentication-form .item .textarea-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.authentication-form .item .textareastyle{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.authentication-form .item .selectstyle{
    position: relative;
    margin: 0 20px;
}

.authentication-form .item .selectstyle::after{
    content: "";
    position: absolute;
    right: 17px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 6px solid #cdcdcd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.authentication-form .item .selectstyle select{
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 10px;
    padding-right: 44px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.authentication-form .item .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
    white-space: nowrap;
}

.authentication-form .item .btn.SignFlowsmsInputButton{
    color: #fff;
    background-color: #555;
}

.authentication-form .item .btn.CountingDownButton{
    color: #555555;
    background-color: #e8e8e8;
    cursor: not-allowed;
}

.authentication-form .subbtn-box{
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

.authentication-form .subbtn-box .prevbtn,
.authentication-form .subbtn-box .nextbtn,
.authentication-form .subbtn-box .subbtn{
    display: block;
    width: 40%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}

.authentication-form .subbtn-box .prevbtn{
    background-color: #5b5b5b;
}

.authentication-form .item .checkbox-list{
    padding-left: 20px;
}

.authentication-form .item .checkbox-list .select-item{
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.authentication-form .item .checkbox-list .select-item .simulation{
    position: relative;
    display: block;
    height: 20px;
    padding: 5px 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.authentication-form .item .checkbox-list .select-item .simulation::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background-image: url(../images/checkbox1.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left top;
}

.authentication-form .item .checkbox-list .select-item input:checked + .simulation::before{
    background-position: left bottom;
}

/* 认证 - end */


/* 发布人认证 - start */
.issuerAuthentication-title{
    height: 40px;
    padding: 0 20px;
    background-color: #f7f7f7;
}

.issuerAuthentication-title .title{
    font-size: 16px;
    line-height: 40px;
    color: #000;
}

.issuerAuthentication{
    padding-bottom: 40px;
}

/* 发布人认证 - end */


/* 承接人认证 - start */
.contractorCertification{
    padding-bottom: 40px;
}

.contractorCertification .hd {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.contractorCertification .hd ul {
    display: flex;
    justify-content: space-evenly;
}

.contractorCertification .hd ul li {
    position: relative;
    width: 40%;
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #030303;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.contractorCertification .hd ul li.on {
    border-bottom-color: #ab0000;
}

/* 承接人认证 - end */

/* 修改密码 - start */
.changePassword{
    margin: 10px 0;
    padding-bottom: 40px;
}
/* 修改密码 - end */

/* 发布人信息 - start */
.investorsId{
    padding: 0 20px;
    font-size: 16px;
    line-height: 46px;
    color: #454545;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.investorsInfo-title{
    padding: 0 20px;
    font-size: 12px;
    line-height: 46px;
    color: #454545;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.investorsInfo{
    padding-top: 10px;
    padding-bottom: 40px;
}

.release-form{
    padding-top: 10px;
    padding-bottom: 40px;
}

.upload-prove{
    clear: both;
    box-sizing: border-box;
}

.authentication-form .upload-prove .label{
    display: block;
    height: 32px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    color: #474747;
}

.upload-prove .upload-item {
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 20px;
    background-color: #fff;
}

.upload-prove .upload-item .prompt{
    padding: 20px 0 18px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.upload-prove .upload-item .preview-img{
    width: 296px;
    height: 166px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.authentication-form .upload-prove .upload-item .preview-img1{
    width: 296px;
    height: 412px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.upload-prove .upload-item .btn{
    display: block;
    width: 135px;
    height: 36px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background-color: #5b5b5b;
    border-radius: 4px;
}

/* 发布人信息 - end */

/* 我的承接 文件下载 - start */
.buy-filedownload{
    padding: 0 10px 40px;
    margin-top: 10px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
}

.buy-filedownload .info-box{
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}

.buy-filedownload .file-box{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.buy-filedownload .file-box a{
    display: block;
    overflow: hidden;
}

.buy-filedownload .file-box .name{
    float: left;
    padding-left: 12px;
    font-size: 14px;
    line-height: 40px;
    color: #3e3e3e;
}

.buy-filedownload .file-box .icon{
    float: right;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
}

.buy-filedownload .file-box .icon-download{
    background-image: url(../images/icon-dowmload.png);
}

.buy-filedownload .tips{
    padding: 0 12px 15px;
    font-size: 14px;
    line-height: 35px;
    color: #010101;
}

.buy-filedownload .btn-box{
    width: 100%;
}

.buy-filedownload .btn-box .next-step{
    display: block;
    width: 166px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}

/* 我的承接 文件下载 - end */

/* 我的承接 上传文件 - start */
.fileUpload-box{
    display: block;
}

.fileUpload-box .item{
    margin-bottom: 12px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fileUpload-box .item .title{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.fileUpload-box .item .fileUpload{
    overflow: hidden;
}

.fileUpload-box .item .fileUpload .sample{
    float: left;
    position: relative;
    width: 40%;
    height: 0;
    padding-top: 40%;
    margin-left: 6%;
    margin-bottom: 15px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 6px;
}

.fileUpload-box .item .fileUpload .sample .badge{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #ab0000;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fileUpload-box .previre-list .preview-box{
    position: relative;
    float: left;
    width: 40%;
    height: 30px;
    padding-top: 40%;
    margin-left: 6%;
    margin-bottom: 15px;
}


.fileUpload-box .previre-list .preview-box .preview{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: calc(100% - 4px);
    background-color: #dedede;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 2px solid #dedede;
    border-radius: 6px;
    cursor: pointer;
}

.fileUpload-box .previre-list .preview-box .btn-box{
    display: none;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.fileUpload-box .previre-list .preview-box .btn-box .delete-btn{
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #ab0000;
}

.fileUpload-box .previre-list .preview-box.active .preview{
    border-color: #ab0000;
}

.fileUpload-box .previre-list .preview-box.active .btn-box{
    display: block;
}





.fileUpload-box .item .upload-btn{
    float: left;
    position: relative;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    margin-left: 6%;
    margin-bottom: 15px;
    text-indent: -9999em;
    background-image: url(../images/upload-file.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
}


.fileUpload-submit{
    padding-bottom: 26px;
}

.fileUpload-submit .tips{
    padding: 5px 10px 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.fileUpload-submit .subbtn-box{
    width: 100%;
}

.fileUpload-submit .subbtn-box .subbtn{
    display: block;
    width: 166px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}


/* 我的承接 上传文件 - end */

/* 我的承接 邮递信息 - start */
.postalAddress{
    padding-bottom: 50vh;
    margin-bottom: -50vh;
    margin-top: 10px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
}

.postalAddress .title{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.postalAddress .tips{
    padding: 6px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #ab0000;
    background-color: #f7f7f7;
}

.postalAddress .main{
    width: 100%;
}

.postalAddress .main .item{
    padding: 12px 36px;
    border-bottom: 1px solid #d9d9d9;
}

.postalAddress .main .item .label{
    position: relative;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #4c4c4c;
}

.postalAddress .main .item .label::before{
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.postalAddress .main .item .label.icon1::before{
    background-image: url(../images/icon-postalAddress1.png);
}

.postalAddress .main .item .label.icon2::before{
    background-image: url(../images/icon-postalAddress2.png);
}

.postalAddress .main .item .label.icon3::before{
    background-image: url(../images/icon-postalAddress3.png);
}

.postalAddress .main .item .label.icon4::before{
    background-image: url(../images/icon-postalAddress4.png);
}

.postalAddress .main .item .info{
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

/* 我的承接 邮递信息 - end */

/* 我出让的标的 - start */
.my-release-list{
    padding: 16px 10px 0;
    overflow: hidden;
}

.release-table{
    width: 100%;
    margin-bottom: 16px;
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(227, 227, 227, .83);
    overflow: hidden;
}

.release-table .line{
    box-sizing: border-box;
    display: flex;
    height: 36px;
}

.release-table .line:nth-child(2n){
    background-color: #fff;
}

.release-table .line .label{
    width: 100px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 36px;
    color: #515151;
}

.release-table .line .info{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
    line-height: 36px;
    color: #0d0d0d;
}

.release-table .line .info .logo-img{
    display: block;
    height: 30px;
}

.release-table .state{
    display: flex;
    justify-content: flex-end;
    padding: 12px;
}

.release-table .state .span1{
    font-size: 12px;
    line-height: 32px;
    color: #515151;
}

.release-table .state .btn1{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #2d3353;
    border: 1px solid #2d3353;
    border-radius: 3px;
}

.release-table .state .btn2{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #b10100;
    background-color: #fff;
    border: 1px solid #b10100;
    border-radius: 3px;
}

.release-table .state .btn3{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #515151;
    background-color: #fff;
    border: 1px solid #515151;
    border-radius: 3px;
}

/* 我出让的标的 - end */

/* 认证入口 - start */
.authentication-box{
    background-color: #fff;
}

.authentication-title{
    padding: 30px 0;
    background-color: #f7f7f7;
}

.authentication-title .title-img{
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.authentication-box .main{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 60px 20px 80px;
}

.authentication-box .main .btn1{
    width: 130px;
}

.authentication-box .main .btn1 .img{
    display: block;
    width: 100%;
}

.authentication-box .main .btn1 .text{
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #283162;
}

/* 认证入口 - end */

/* 所有标的 - start */
.release-list-header{
    background-color: #f7f7f7;
}

.release-list-function{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.release-list-function .btn{
    width: 80px;
    height: 30px;
    margin: 0 14px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.release-list-function .btn1{
    background-color: #ac0101;
}

.release-list-function .btn2{
    background-color: #0144aa;
}

.search-box{
    display: flex;
    justify-content: center;
    padding: 12px 0;
    background-color: #fff;
}

.search-box .label{
    padding-right: 16px;
    font-size: 12px;
    line-height: 38px;
    color: #171717;
}

.search-box .search{
    width: 278px;
    height: 36px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    overflow: hidden;
}

.search-box .search .inputstyle{
    box-sizing: border-box;
    float: left;
    width: 242px;
    height: 36px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.search-box .search .search-btn{
    width: 36px;
    height: 36px;
    background-color: #ac0101;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
}

.release-list-select{
    display: flex;
    justify-content: flex-end;
    padding: 10px 10px 0;
}

.release-list-select .select{
    position: relative;
    box-sizing: border-box;
    width: 120px;
    height: 36px;
    border: 1px solid #0c0c0c;
}

.release-list-select .select .select_show{
    position: relative;
    padding-left: 26px;
    font-size: 12px;
    line-height: 34px;
    color: #171717;
    cursor: pointer;
}

.release-list-select .select .select_show::after{
    content: "";
    position: absolute;
    right: 12px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.release-list-select .select .option{
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: -1px;
    top: 34px;
    z-index: 10;
    width: 120px;
    background-color: #fff;
    border: 1px solid #0c0c0c;
}

.release-list-select .select .option li{
    padding: 5px 0;
    padding-left: 26px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}


/* 所有标的 - end */

/* 标的详情 - start */
.release-details{
    width: 100%;
}

.release-details .state-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 0;
}

.release-details .state-box .preview-logo{
    width: 120px;
}

.release-details .state-box .state-btn{
    width: 80px;
    height: 30px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #a00;
    border-radius: 4px;
}

.release-details-table{
    margin: 0 10px;
    border-top: 1px solid #bfbfbf;
}

.release-details-table .line{
    box-sizing: border-box;
    display: flex;
    height: 36px;
    border-bottom: 1px solid #bfbfbf;
}

.release-details-table .line .label{
    width: 30%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 36px;
    color: #161616;
}

.release-details-table .line .info{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 12px;
    line-height: 36px;
    color: #ef3f40;
}

.release-details .subbtn-box{
    padding: 20px;
}

.release-details .subbtn-box .subbtn{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ec171e;
}

.recommend-release-title{
    padding: 0 12px;
    font-size: 16px;
    line-height: 46px;
    color: #161616;
    background-color: #fff;
    border-bottom: 1px solid #737373;
}

/* 标的详情 - end */

/* 登录注册通用 - start */
.accountPage{
    width: 100%;
    height: 100vh;
    background-color: #24386b;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.accountContent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 登录注册通用 - end */

/* 登录页 - start */
.login-box{
    width: 90%;
    max-width: 740px;
}

.login-container{
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 11px 4px rgba(30, 50, 101, .95);

}

.login-container .login-container-title{
    padding: 34px 0 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.login-container .login-form{
    width: 100%;
}

.login-container .login-form .inputOuter{
    position: relative;
    background-color: #ebebeb;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .07) inset;
    border-radius: 3px;
}

.login-container .login-form .inputOuter .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}

.login-container .login-form .inputOuter .inputstyle.captcha {
    padding-right: 82px;
}

.login-container .login-form .inputOuter .captchaImg {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    width: 62px;
    height: 30px;
    cursor: pointer;
}

.login-container .login-form .PasswordReset-accountLink{
    padding: 12px 8px 16px;
    font-size: 14px;
    line-height: 22px;
}

.login-container .login-form .PasswordReset-accountLink a{
    color: #011444;
}

.login-container .login-form .PasswordReset-accountLink a:hover{
    color: #ab0000;
}

.login-container .login-form .subBtn{
    width: 100%;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    background-color: #ab0000;
    border-radius: 3px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .07) inset;
}

.login-container .login-form .registered-btn{
    padding: 12px 8px 16px;
    font-size: 14px;
    line-height: 22px;
    color: #515151;
}

.login-container .login-form .registered-btn a{
    color: #515151;
}

.login-container .login-form .registered-btn a:hover{
    color: #ab0000;
}

/* 登录页 - end */

/* 用户注册 - start */
.account-page-box{
    width: 90%;
    max-width: 740px;
}

.account-pictures{
    margin-bottom: 50px;
}

.account-pictures-logo{
    width: 188px;
    height: 74px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.account-container{
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 11px 4px rgba(30, 50, 101, .95);
}

.account-container .account-container-title{
    padding: 34px 0 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.account-form{
    width: 100%;
    padding-bottom: 60px;
    margin: 0 auto;
}

.account-form .inputOuter{
    position: relative;
    background-color: #ebebeb;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .07) inset;
    border-radius: 3px;
}

.account-form .inputOuter .label{
    position: absolute;
    right: 100%;
    top: 0;
    box-sizing: border-box;
    width: 128px;
    height: 46px;
    padding: 14px 0;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}

.account-form .inputOuter .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}

.account-form .inputOuter .inputstyle.mobile {
    padding-right: 113px;
}

.account-form .inputOuter .btn{
    position: absolute;
    top: 3px;
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
}

.account-form .inputOuter .btn.SignFlowsmsInputButton{
    right: 3px;
    color: #fff;
    background-color: #555;
}

.account-form .inputOuter .btn.CountingDownButton{
    color: #555555;
    background-color: #e8e8e8;
    cursor: not-allowed;
}

.account-form .PasswordReset-accountLink{
    padding: 24px 2px;
    font-size: 14px;
    line-height: 22px;
}

.account-form .PasswordReset-accountLink .label{
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 12px;
}

.account-form .PasswordReset-accountLink .label .checkbox{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.account-form .PasswordReset-accountLink .label input:checked + .checkbox {
    background-position: left bottom;
}

.account-form .PasswordReset-accountLink a{
    color: #424242;
}

.account-form .PasswordReset-accountLink a:hover{
    color: #ab0000;
    text-decoration: underline;
}

.account-form .subBtn{
    width: 100%;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    background-color: #ab0000;
    border-radius: 3px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .07) inset;
}

/* 用户注册 - end */

/* 法律咨询 - start */
.legal-advice-list{
    width: 100%;
    background-color: #f7f7f7;
}

.legal-advice-list .items{
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    color: #2a2a2a;
    background-color: #fff;
}

.legal-advice-list .items:last-child{
    margin-bottom: 0;
}

.legal-advice-list .items .title{
    position: relative;
    padding: 4px 0;
    padding-left: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.legal-advice-list .items .title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-doubt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.legal-advice-list .items .intro{
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
}

.consultbtn-box{
    width: 100%;
    height: 55px;
    font-size: 0;
}

.consultbtn-box .consultbtn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    color: #d9000b;
    background-color: #efefef;
    border-top: 1px solid #d4d4d4;
}

.consultbtn-box .consultbtn span{
    position: relative;
    padding-left: 34px;
}

.consultbtn-box .consultbtn span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-consult.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* 法律咨询 - end */

/* 新闻列表 - start */
.news-list{
    width: 100%;
    background-color: #f7f7f7;
}

.news-list .items{
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    color: #2a2a2a;
    background-color: #fff;
}

.news-list .items:last-child{
    margin-bottom: 0;
}


.news-list .items .title{
    padding: 2px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #282828;
}

.news-list .items .date{
    padding: 2px 0;
    font-size: 12px;
    line-height: 18px;
    color: #626262;
}




/* 新闻列表 - end */

/* 新闻详情 - start */
.news-details{
    width: 100%;
}

.news-details .title{
    padding: 12px 20px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    background-color: #626262;
}

.news-details .content{
    padding: 20px;
}

.news-details .content p{
    font-size: 14px;
    line-height: 2em;
    color: #2a2a2a;
}

/* 新闻详情 - end */

/* 联系我们 - start */
.contact-info{
    padding: 10px 15px 0;
    background-color: #f7f7f7;
}

.contact-info .title{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.contact-info .subtitle{
    padding: 2px 11px;
    font-size: 14px;
    line-height: 2em;
    color: #000;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.contact-info .info{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.contact-box{
    padding: 15px 15px 0;
    background-color: #fff;
}

.contact-box .subtitle {
    padding: 2px 11px;
    font-size: 14px;
    line-height: 2em;
    color: #000;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.contact-box .contact-qrcode-box{
    padding: 0 20px;
}

.contact-box .contact-qrcode{
    padding: 24px 10%;
}

.contact-box .contact-qrcode.border-b1{
    border-bottom: 1px solid #dbdbdb;
}

.contact-box .contact-qrcode .info-box{
    padding-left: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    overflow: hidden;
}

.contact-box .contact-qrcode .info-box img{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.contact-box .contact-qrcode .qrcode-img{
    width: 100%;
}

.contact-box .contact-qrcode .qrcode-img img{
    display: block;
    width: 100%;
}

.contact-box .contact-qrcode .tips{
    padding: 6px 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

/* 联系我们 - end */

/* 我的咨询 - start */
.legal-advice-form{
    padding-top: 10px;
    padding-bottom: 40px;
}


.legal-advice-form .item{
    margin-bottom: 10px;
    overflow: hidden;
}

.legal-advice-form .item .label{
    display: block;
    height: 32px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    color: #0d0d0d;
}

.legal-advice-form .item .inputstyle-box{
    position: relative;
    box-sizing: border-box;
    height: 42px;
    margin: 0 20px;
    border: 1px solid #acacac;
    border-radius: 4px;
}

.legal-advice-form .item .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.legal-advice-form .item .textarea-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 20px;
    border: 1px solid #acacac;
    border-radius: 4px;
}

.legal-advice-form .item .textareastyle{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.legal-advice-form .item .captcha-box{
    padding: 15px 20px;
    overflow: hidden;
}

.legal-advice-form .item .captcha-box .img1{
    float: left;
    height: 28px;
    margin-right: 12px;
    border: 1px solid #acacac;
    border-radius: 2px;
}

.legal-advice-form .item .captcha-box .tips{
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #363636;
}


.legal-advice-form .subbtn-box{
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

.legal-advice-form .subbtn-box .subbtn{
    display: block;
    width: 40%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}

/* 我的咨询 - end */

/* 诉求登记 - start */
.feedback-title{
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    color: #323232;
    border-bottom: 1px solid #626262;
}

.feedback-form{
    padding-top: 10px;
    padding-bottom: 40px;
}

.feedback-form .item{
    margin-bottom: 10px;
    overflow: hidden;
}

.feedback-form .item .label{
    display: block;
    height: 32px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    color: #0d0d0d;
}

.feedback-form .item .inputstyle-box{
    position: relative;
    box-sizing: border-box;
    height: 42px;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow: hidden;
}

.feedback-form .item .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}

.feedback-form .item .textarea-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow: hidden;
}

.feedback-form .item .textareastyle{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}

.feedback-form .item .inputtime-box{
    position: relative;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0;
    overflow: hidden;
}

.feedback-form .item .inputtime{
    box-sizing: border-box;
    float: left;
    width: 44%;
    height: 42px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.feedback-form .item .connection{
    float: left;
    width: 12%;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    color: #000;
}

.feedback-form .subbtn-box{
    display: flex;
    justify-content: space-evenly;
    padding: 20px 20px 0;
}

.feedback-form .subbtn-box .subbtn{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}

/* 诉求登记 - end */

/* 紧急援助 - start */
.aid-title{
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    color: #323232;
    border-bottom: 1px solid #626262;
}

.aid-form{
    padding-bottom: 30px;
}

.aid-form .step{
    display: none;
}

.aid-form .item{
    margin-bottom: 10px;
    overflow: hidden;
}

.aid-form .item .label{
    display: block;
    height: 32px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    color: #0d0d0d;
}

.aid-form .item .inputstyle-box{
    position: relative;
    box-sizing: border-box;
    height: 42px;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow: hidden;
}

.aid-form .item .inputstyle{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}

.aid-form .item .textarea-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 20px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow: hidden;
}

.aid-form .item .textareastyle{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}

.aid-form .upload-prove{
    width: 100%;
}

.aid-form .upload-prove .title{
    padding: 10px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #0d0d0d;
    background-color: #fff;
}

.aid-form .upload-prove .upload-box{
    padding: 20px 0 10px 20px;
    background-color: #efefef;
    overflow: hidden;
}

.aid-form .upload-prove .upload-box .item{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 130px;
    height: 154px;
    margin-right: 20px;
    border: 1px solid #850000;
}

.aid-form .upload-prove .upload-box .item .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
}

.aid-form .upload-prove .upload-box .item .img-box img{
    max-width: 100%;
    max-height: 100%;
}

.aid-form .upload-prove .upload-box .item .delete-btn{
    display: block;
    width: 100%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #850000;
}

.aid-form .upload-prove .upload-box .upload-btn{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 130px;
    height: 154px;
    margin-right: 20px;
    border: 1px solid #494949;
}

.aid-form .upload-prove .upload-box .upload-btn img{
    display: block;
    width: 30px;
}

.aid-form .upload-prove .upload-box .upload-btn p{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
}

.aid-form .subbtn-box{
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

.aid-form .subbtn-box .prevbtn,
.aid-form .subbtn-box .nextbtn,
.aid-form .subbtn-box .subbtn{
    display: block;
    width: 40%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}

.aid-form .subbtn-box .prevbtn{
    background-color: #5b5b5b;
}

/* 紧急援助 - end */

/* 查看发布人信息 - start */
.check-info-box{
    width: 100%;
}

.check-info-box .items{
    margin-bottom: 10px;
    background-color: #fff;
}

.check-info-box .items .title{
    padding: 12px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.check-info-box .items .item{
    margin-bottom: 1px;
}

.check-info-box .items .item:last-child{
    margin-bottom: 0;
}

.check-info-box .items .item .subtitle{
    position: relative;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #2a2e5d;
    background-color: #e7eff9;
    cursor: pointer;
}

.check-info-box .items .item .subtitle:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.check-info-box .items .item.active .subtitle:after{
    background-image: url(../images/icon-arrow-bottom.png);
}

.check-info-box .items .item .check-info-img-list{
    display: none;
}

.check-info-img-list{
    padding-left: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.check-info-img-list li{
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    margin-right: 20px;
    border: 1px solid #d2d2d2;
}

.check-info-img-list li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.check-info-box .btn-box{
    padding: 20px;
    background-color: #fff;
}

.check-info-box .btn-box .btn{
    display: block;
    width: 150px;
    height: 42px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 3px;
}

.folding-box .check-info-img-list{
    padding-top: 20px;
}

/* 查看发布人信息 - end */

/* 诉求结果 - start */
.appeal-results{
    width: 100%;
}

.appeal-results .item{
    overflow: hidden;
}

.appeal-results .item .label{
    position: relative;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 24px;
    color: #0d0d0d;
    background-color: #f7f7f7;
    border-bottom: 1px solid #c3c3c3;
}

.appeal-results .item .content{
    padding: 10px 18px;
    min-height: 54px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #0d0d0d;
    border-bottom: 1px solid #c3c3c3;
}

.appeal-results .item:last-child .content{
    border-bottom: none;
}

/* 诉求结果 - end */

/* 预约结果 - start */
.processing-results{
    width: 100%;
}

.processing-results .item{
    padding: 10px 18px 16px;
    border-bottom: 1px solid #c3c3c3;
    overflow: hidden;
}

.processing-results .item span.label{
    position: relative;
    float: left;
    width: 90px;
    margin-right: 14px;
    font-size: 15px;
    line-height: 24px;
    color: #0d0d0d;
}

.processing-results .item span.label::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #a9a9a9;
}

.processing-results .item span.content{
    display: block;
    padding-left: 104px;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #0d0d0d;
}

.processing-results .item p.label{
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
    color: #0d0d0d;
}

.processing-results .item p.content{
    min-height: 54px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #0d0d0d;
}

/* 预约结果 - end */

/* 援助结果 - start */
.aid-results{
    width: 100%;
}

.aid-results-box1{
    width: 100%;
}

.aid-results-box1 .item{
    padding: 12px 18px;
}

.aid-results-box1 .item:nth-child(2n){
    background-color: #fff;
}

.aid-results-box1 .item .label{
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.aid-results-box1 .item .content{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #0d0d0d;
}

.aid-results-title{
    padding: 0 18px;
    font-size: 15px;
    line-height: 45px;
    color: #0d0d0d;
    background-color: #cfcfcf;
}

.aid-results-box2{
    padding: 0 18px;
}

.aid-results-box2 .item{
    position: relative;
    padding: 16px 0;
}

.aid-results-box2 .item .label{
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.aid-results .item .message1,
.aid-results .item .message2{
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #0d0d0d;
}

.aid-results .item .message1 .time,
.aid-results .item .message2 .time{
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #494949;
}

.aid-results .item1{
    padding: 10px 12px;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
}

.aid-results .item1::before{
    content: "";
    position: absolute;
    top: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #9b9b9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.aid-results .item .c-red{
    color: #ab0000;
}

.aid-results .item .textareastyle1{
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ab0000;
    border-radius: 3px;
}

.aid-results .item .preview-box{
    width: 100%;
}

.aid-results .item .preview-box .preview{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
    border: 1px solid #f6f6f6;
    background-color: #fff;
}

.aid-results .item .preview-box .preview img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.aid-results .item .preview-box .btn{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #676767;
}


.aid-results .item .confirm-box{
    box-sizing: border-box;
    width: 100%;
    padding-top: 26px;
    background-color: #f5f5f5;
}

.aid-results .item .confirm-box .confirm-title{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
}

.aid-results .item .confirm-box .input-yzm{
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.aid-results .item .confirm-box .btn-confirm{
    width: 136px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background-color: #676767;
    border-radius: 4px;
}

.aid-results .subbtn-box{
    display: flex;
    justify-content: space-between;
    padding: 10px 18px 30px;
}

.aid-results .subbtn-box .subbtn{
    display: block;
    width: 46%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #cd2a32;
    border-radius: 4px;
}


/* 援助结果 - end */
.time-list-box{
    padding: 0 25px;
}

.time-list-box .time-list{
    width: 100%;
    overflow: hidden;
}

.time-list-box .time-label{
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    color: #0d0d0d;
}

.time-list-box .time-list .select-item{
    float: left;
    width: 84px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #0d0d0d;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.time-list-box .time-list .select-item:hover{
    background-color: #eaeaea;
}

.time-list-box .time-list .select-item.active{
    color: #fff;
    background-color: #ab0000;
}
