* {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
i,
a,
span {
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
}

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.disableBackgroundScrolling {
    overflow: hidden;
}

.myModa {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5000
}

.myModa .myAlertBox {
    /*width: 300px;*/
    /*border-radius: 5px;*/
    border: 1px solid #d9d9d9;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 0px 80px;
    width: 280px;
    border-radius: 6px;
    height: 210px;
    position: relative;
}


/*.myModa .myAlertBox h6 {
	background: #f2f2f2;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	text-align: center
}*/

.myModa .myAlertBox>span {
    font-size: 12px;
    line-height: 1;
    width: 100%;
    text-align: right;
    padding: 20px 0 17px 0;
}

.myModa .myAlertBox>span>i.close {
    height: 12px;
    width: 12px;
    background: url(../image/close@2x.png) no-repeat;
    cursor: pointer;
}

.myModa .myAlertBox>div.alertBox {
    overflow: hidden;
}

.myModa .myAlertBox>div.alertBox>span {
    height: 40px;
    width: 40px;
    background: url(https://www.flcccc.com/stock/img/remind-01@2x.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
}

.myModa .myAlertBox>div.alertBox>p {
    float: left;
    /*width: 168px;*/
    width: 196px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.myModa .myAlertBox .btn {
    height: 28px;
    line-height: 30px;
    border: 1px solid #4393FF;
    border-radius: 6px;
    width: 98px;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.myModa .myAlertBox .exit {
    color: #4393FF;
    background: #fff;
}

.myModa .myAlertBox .sure {
    color: #fff;
    background: #4393FF;
}

.myModa .myAlertBox .alertsure {
    margin: 0 120px 30px 60px;
    position: absolute;
    bottom: 0;
}

.myModa .myAlertBox .col2 .col {
    width: 100px;
    float: left
}

.myModa .myAlertBox .col2 {
    position: absolute;
    bottom: 0;
}

.myToast {
    position: fixed;
    display: inline-block;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #000;
    max-width: 300px;
    /* _width: expression(this.offsetWidth >300 ? '300px': 'auto');
    *width: expression(this.offsetWidth >300 ? '300px': 'auto'); */
    border-radius: 5px
}

.myLoadding {
    border-radius: 8px;
    position: fixed;
    max-width: 280px;
    /*_width: expression(this.offsetWidth > 280 ? '280px': 'auto');
	*width: expression(this.offsetWidth > 280 ? '280px': 'auto');*/
    padding: 10px;
    background: #8e8e8e;
    text-align: center;
    color: #323232;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-right: -35px;
    box-sizing: content-box;
}

.myLoadding .loaddingImg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block
}


/**
 * 黄色成长期迭代
 *
 */

.moda {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5000;
    display: table;
    width: 100%;
    height: 100vh;
}

.box {
    display: table-cell;
    vertical-align: middle;
}

.confirmTwo {
    width: 508px;
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fileConfirm {
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 380px;
}

.box .upFileContainer {
    width: 498px;
    padding-bottom: 34px;
}

.confirmTwo>p,
.fileConfirm>p {
    padding: 16px 18px 0;
    height: 20px;
}

.confirmTwo>p>span.tipLeft>em:first-of-type,
.fileConfirm>p>span.tipLeft>em:first-of-type {
    width: 4px;
    height: 20px;
    background: #4393FF;
    margin-right: 8px;
    display: inline-block;
}

.confirmTwo>p>span.tipLeft>em:last-of-type,
.fileConfirm>p>span.tipLeft>em:last-of-type {
    color: #282828;
    font-size: 16px;
}

.confirmTwo>p>i.close,
.fileConfirm>p>i.close,
.fileConfirm>p>i.sure,
.fileConfirm>p>i.look {
    height: 12px;
    width: 12px;
    background: url(../image/close@2x.png) no-repeat;
    cursor: pointer;
    float: right;
}

.boxContainer {
    position: relative;
}

.confirmTwo .boxContainer {
    margin: 44px 0;
}

.boxContainer>span {
    height: 60px;
    width: 60px;
    background: url(https://www.flcccc.com/stock/img/remind-tip.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
}

.confirmTwo .boxContainer>span {
    top: 50%;
    left: 120px;
    margin-top: -30px;
}

.confirmTwo .tipText {
    margin-left: 214px;
}

.tipTitle {
    color: #282828;
    font-size: 16px;
    margin-bottom: 16px;
}

.tipText>p:not(.tipTitle) {
    line-height: 1.6;
    color: #E00000;
    font-size: 14px;
    margin-right: 20px
}

.col2 .col {
    width: 120px;
    float: left
}

.confirmTwo .col2 {
    width: 260px;
    margin: 0 auto;
}

.box .exit {
    color: #4393FF;
    background: #fff;
}

.box .sure {
    color: #fff;
    background: #4393FF;
}

.box .btn {
    height: 38px;
    line-height: 40px;
    border: 1px solid #4393FF;
    border-radius: 6px;
    width: 118px;
    margin-bottom: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 0;
}

.box .btn.sure:hover {
    background: #187AFE;
    border-color: #187AFE;
}


/* 上传文件，上传文件成功*/

.file-container {
    background: #fff;
}

.file-container.fail {
    padding-top: 33px;
}

.file-container>span.up-container {
    width: 140px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #FFFFFF;
    background: #4393FF;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 36px auto 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.file-container>span.up-container:hover {
    background: #187AFE;
}

.file-container>span.up-container>input {
    width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.file-container.success>p {
    font-size: 14px;
    color: #282828;
    text-align: center;
    margin: 20px 0 30px;
}

.file-container>p.up-file {
    margin: 0 34px 0 20px;
    font-size: 0;
    overflow: hidden;
    line-height: 24px;
}

.file-container>p.up-file>em {
    color: #FF2323;
    font-size: 14px;
    float: left;
}

.file-container>p.up-file>span {
    color: #FF2323;
    font-size: 14px;
    float: left;
    max-width: 421px;
    text-align: left;
}

.file-container.success>.img {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../image/up-success@2x.png);
    margin: 20px auto;
}

.file-container.fail .img {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../image/tip-warn.png);
    margin: 0 20px 0 48px;
    float: left;
}

.file-container.fail p {
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    padding-right: 43px;
    padding-left: 8em;
}

.box .file-container.success>div.sure {
    /*margin: 0 auto 34px;*/
    margin: 0 auto 30px;
}

.red {
    color: red;
    display: inline;
}


/* 审核*/

.examine {
    width: 596px;
    padding: 4px 2px 28px;
}

.examine .file-container {
    margin-top: 40px;
}

.examine .file-container .img {
    display: block;
    width: 59px;
    height: 59px;
    background: url(../image/success.png);
    margin: 0 38px 0 98px;
    float: left;
}

.examine .file-container p.message-tip {
    line-height: 59px;
    color: #282828;
    font-size: 24px;
    margin-bottom: 30px;
}

.examine .file-container span.message-desc {
    font-size: 14px;
    color: #282828;
    line-height: 1;
    margin-bottom: 15px;
    margin-left: 194px;
    display: inline-block;
}

.examine .file-container span.message-desc i.look {
    color: #4393FF;
    margin: 0 5px;
    cursor: pointer;
}


/*发票部分*/

.pop {
    position: relative;
    width: 630px;
    /* left: 500px;
    top: 130px; */
    margin: 0 auto;
    background: #FEFEFE;
    border-radius: 10px;
    z-index: 5000;
    padding-bottom: 20px;
}


/*标题*/

.title_area {
    width: 560px;
    height: 38px;
    margin: 0 auto;
    /* margin-top: 39px; */
    padding-top: 39px;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: content-box;
}

.left_title {
    float: left;
}

.left_title>img {
    float: left;
    width: 28px;
    height: 18px;
}

.left_title>span {
    float: left;
    display: block;
    margin-left: 14px;
    margin-top: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 18px;
}

.left_title>span:nth-of-type(2) {
    font-size: 14px;
    color: #FF0000;
}

.close {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    cursor: pointer;
}


/*报告类型*/

.type {
    margin-left: 49px;
    overflow: hidden;
}

.report_style {
    height: 21px;
    margin-top: 30px;
    line-height: 21px;
}

.type>img {
    display: block;
    float: left;
}

.type>p {
    float: left;
    margin-left: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.report_style>p {
    line-height: 19px;
    margin: 0 0 0 8px;
}


/*报告价格*/

.report_price {
    height: 33px;
    margin-top: 20px;
    overflow: hidden;
}

.report_price>img {
    margin-top: 8px;
}

.report_price>p {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}

.report_price>p {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
}

.report_price>p>span:last-child {
    color: #4393FF;
}

.report_price>p>span>span {
    font-size: 30px;
    margin-top: -4px;
    font-weight: bold;
}


/*是否开发票*/

.is_invoice {
    margin-top: 26px;
}

.is_invoice>img {
    margin-top: 1px;
}

.is_invoice>p {
    line-height: 16px;
    margin: 0 0 0 8px;
}

.radio {
    margin-top: -2px;
}

.yes {
    float: left;
    margin-left: 33px;
    margin-top: 0 !important;
}

.no {
    float: left;
    margin-left: 69px;
    margin-top: 0 !important;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    cursor: pointer;
}

input[type="radio"]+label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 12px;
    height: 12px;
    margin-right: 11px;
    margin-top: -2px;
    border-radius: 50%;
    border: 2px solid #282828;
    line-height: 14px;
    box-sizing: content-box;
}

input[type="radio"]+label {
    font-size: 14px;
    cursor: pointer;
}

input[type="radio"]:checked+label::before {
    background-color: #282828;
    background-clip: content-box;
    padding: 3px;
    width: 6px;
    height: 6px;
    box-sizing: content-box;
}


/*发票*/

.check_info {
    width: 560px;
    margin-top: 27px;
    margin-left: 39px;
    padding-bottom: 5px;
    background: rgba(241, 241, 241, 1);
    border-radius: 4px;
}

.check_title {
    margin-left: 14px;
    margin-bottom: 15px;
}

.check_title>span {
    display: inline-block;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 16px;
    margin-top: 14px;
}

.check_title>span:first-child {
    width: 4px;
    height: 15px;
    margin-top: 15px;
    margin-right: 7px;
    background: #4393FF;
}

.check_title>span:last-child {
    font-size: 14px;
    color: rgba(116, 116, 116, 1);
    line-height: 14px;
    margin-top: 15px;
}

.needed {
    height: 30px;
    margin-bottom: 13px;
}

.needed>span {
    display: inline-block;
    width: 90px;
    margin-left: 18px;
    margin-right: 10px;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 14px;
    text-align: right;
}

.needed>input {
    width: 400px;
    height: 30px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    outline: none;
    border: 0;
}

.pay_now {
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background: #4393FF;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    outline: none;
    border: 0;
}

.pay_now:hover {
    background: #187AFE;
}


/*付款二维码*/

.two-dimension-code {
    width: 600px;
    padding-bottom: 20px;
}

.two-dimension {
    position: relative;
    width: 262px;
    height: 262px;
    margin: 0 auto;
    margin-top: 24px;
}

.two-dimension>img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.two-dimension-code>p {
    font-size: 24px;
    color: #4393FF;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}

.two-dimension-code>span {
    display: block;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 14px;
    text-align: center;
    margin-top: 18px;
}

.two-dimension-code>img {
    width: 36px;
    height: 36px;
    margin-top: 15px;
    margin-left: 249px;
}

.two-dimension-code>img:last-child {
    margin-left: 30px;
}


/*支付成功*/

.icon_area {
    display: block;
    margin: 0 auto;
    margin-top: 57px;
}

.pay-success>p {
    font-size: 22px;
    /*font-size:24px;*/
    color: rgba(40, 40, 40, 1);
    line-height: 22px;
    /*line-height:24px;*/
    text-align: center;
    margin-top: 34px;
}

.pay-success>span {
    display: block;
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    line-height: 14px;
    text-align: left;
    margin-top: 17px;
    margin-left: 74px;
}

.pay-success>button {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    background: rgba(67, 147, 255, 1);
    border-radius: 6px;
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
}

button.confirm {
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    cursor: pointer;
    border: none;
}


/* 估值记录：查看详情*/


/*遮罩层和弹窗*/

.pops {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    /* height: 700px; */
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* ::-webkit-scrollbar {
    display: none;
} */


/* 隐藏所有滚动条 */

::-webkit-scrollbar {
    width: 0;
    /* 或者 height: 0，对于水平滚动条 */
    background: transparent;
    /* 透明背景 */
}


/* 为 .agreementContent 显示滚动条 */

.agreementContent::-webkit-scrollbar {
    width: 10px;
    /* 或者你想要的宽度 */
    background: #f1f1f1;
    /* 滚动条背景色 */
}

.agreementContent::-webkit-scrollbar-thumb {
    background: #ccc;
    /* 滚动条滑块颜色 */
}


/* .pay-success {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
} */

.top_title {
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    background: #4393FF;
    border-radius: 10px 10px 0 0;
}

.top_title>span {
    display: inline-block;
    height: 60px;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
}

.top_title>img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    margin-right: 24px;
    cursor: pointer;
}

.detail_ul {
    width: 100%;
    padding: 0 35px 0 32px;
    overflow: hidden;
    box-sizing: content-box;
}

.detail_ul>li {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.detail_ul>li span {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
}

.detail_ul>li>.multi_download {
    width: 494px;
    height: auto;
    float: right;
    margin-bottom: 20px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.detail_ul>li>span:first-of-type {
    width: 96px;
    text-align: right;
    margin-right: 10px;
}

.detail_ul>li>span:nth-of-type(2) {
    width: 70%;
    margin-right: 4px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.detail_ul>li span.download {
    color: #4393FF;
    cursor: pointer;
    margin-left: 77px;
}

.detail_ul>li span.fileName {
    width: 50%;
    margin-right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail_ul .money {
    color: #FFA14C;
}

.detail_ul .audit_info {
    color: #FF4343;
}

.detail_ul .audit_reason {
    width: 432px;
}

button.check_report,
button.check_certificate {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: rgba(67, 147, 255, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-top: 18px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.check_report {
    margin: 18px 20px 0 182px;
}

span {
    display: inline-block;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    cursor: pointer;
}

input[type="radio"]+label {
    font-size: 14px;
    cursor: pointer;
}

.hide {
    display: none;
}

.urge {
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 60px;
}

.urge>p {
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #282828;
    line-height: 60px;
    text-align: center
}


/* 价值追踪选择公司 */

.select-company {
    width: 517px;
    height: 346px;
    background: rgba(255, 255, 255, 1);
    border-radius: 7px;
    margin: 0 auto;
    padding: 16px 23px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.top-title {
    height: 39px;
}

.select-company .top-title>h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 27px;
    margin-top: 27px;
    text-align: center;
}

.company-contain {
    width: 100%;
    height: 153px;
    margin: 15px 0;
    overflow-y: scroll;
}

.company-contain>div {
    display: block;
    width: 450px;
    height: 41px;
    border-radius: 7px;
    margin: 0 auto;
    margin-bottom: 11px;
    border: 1px solid rgba(224, 224, 224, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    color: rgba(40, 40, 40, 1);
    cursor: pointer;
}

.company-contain>div:hover {
    border: 1px solid #4393FF;
    color: #4393FF;
}

.btn-trace {
    width: 137px;
    height: 45px;
    background: #4393FF;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: none;
}

.btn-trace:hover {
    background: #187AFE;
}


/* 价值追踪选择年份弹框 */

.select-valuation-year {
    width: 768px;
    height: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin: 0 auto;
    padding: 23px;
    box-sizing: content-box;
}

.select-valuation-year>.top-title>h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 27px;
    margin: 0 auto;
    float: left;
    width: 96%;
    text-align: center;
    margin-top: 24px;
}

.years-info {
    width: 90%;
    margin: 0 auto;
}

.top-title>img.close {
    width: 14px;
    height: 14px;
    float: right;
    cursor: pointer;
}

.top-tip {
    width: 100%;
    height: 41px;
    background: rgba(219, 234, 254, 1);
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(67, 147, 255, 1);
    line-height: 41px;
    text-align: center;
    margin-top: 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.years-info>ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 32px;
    padding-left: 0;
}

.years-info>ul>li {
    width: 33.33%;
    list-style: none;
}

.years-info .img-status {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.years-info .selectedNo::after {
    position: absolute;
    top: 36px;
    content: "";
    width: 158px;
    height: 2px;
    background: #CDCDCD;
}

.years-info .selectedYes::after {
    position: absolute;
    top: 36px;
    content: "";
    width: 158px;
    height: 2px;
    background: #4393FF;
}

.years-info>ul>li:nth-of-type(3)>.img-status:after {
    width: 0;
}

.years-info .img-status>img {
    width: 73px;
    height: 73px;
}

.years-info .checkboxes {
    text-align: center;
}

.years-info .checkboxes>input {
    cursor: pointer;
}

.years-info .checkboxes>label {
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    cursor: pointer;
}

.years-info>ul>li>p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.years-info>ul>li>p.report-type {
    color: #282828;
    height: 16px;
}

.years-info>ul>li>p.valuation-result {
    color: rgba(255, 161, 76, 1);
    margin-top: 15px;
}

.years-info>ul>li>p.view-report {
    color: #4393FF;
    margin-top: 8px;
    cursor: pointer;
}

.checkboxes {
    width: 100%;
    height: 12px;
    margin-bottom: 11px;
}

.checkboxes:last-of-type {
    height: 25px;
    margin-bottom: 0;
}

.checkboxes>input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.years-info .checkboxes>input[type=checkbox] {
    margin-top: -6px;
}

.checkboxes>input[type=checkbox].checkselectedno {
    vertical-align: middle;
    margin-right: 5px;
}

.years-info .checkboxes>input[type=checkbox].checkselected {
    vertical-align: middle;
    margin-right: 5px;
    background: url(../image/icon_checkbox.png) no-repeat left top;
    background-size: 100% 100%;
}

.select-valuation-year .unableSubmit {
    display: block;
    margin: 0 auto;
    margin-top: 39px;
    background: rgba(205, 205, 205, 1);
    border: none;
}

.upContainer .callWord {
    width: 149px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #282828;
    margin: 0 auto;
    margin-top: 30px;
}

.upContainer .callWord p {
    display: inline;
}

.upContainer .callWord img {
    width: 23px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.upContainer>a {
    width: 149px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(67, 147, 255, 1);
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #4393FF;
    text-align: center;
}

.upContainer>span {
    width: 149px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(67, 147, 255, 1);
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 16px;
    color: #4393FF;
    display: block;
    cursor: pointer;
}


/* 天府 */

@media screen and (min-width:320px) and (max-width:765px) {
    .box .upFileContainer {
        width: 7rem;
        overflow-x: auto;
    }
    .file-container {
        width: 100%;
    }
    .confirmTwo>p,
    .fileConfirm>p {
        width: 466px;
    }
    .select-company {
        width: 7rem;
        overflow-x: auto;
    }
    .top-title {
        width: 416px;
    }
    .company-contain {
        width: 517px;
    }
    .select-valuation-year {
        width: 7rem;
        overflow: auto;
        height: 7rem;
    }
    .years-info {
        width: 752px;
        padding-right: 71px;
        margin: 0 auto;
        height: 537px;
    }
}


/* 登录框 */

.stock-login {
    width: 352px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding-bottom: 25px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.stock-login input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.stock-login-box {
    /* overflow: hidden; */
    padding-top: 44px;
    width: 350px;
    height: 388px;
    background: #ffffff;
    margin: 83px auto 82px;
}

.stock-login-container {
    width: 350px;
    background: #ffffff;
    margin: 0 auto;
}

.login-top {
    padding: 10px 10px 0 0;
    height: 60px;
    position: relative;
}

.login-top>div {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.login-top>span {
    width: 127px;
    height: 28px;
    padding-right: 7px;
    margin: 10px 0 22px 156px;
    line-height: 28px;
    color: #1F7EFF;
    font-size: 12px;
    background: url(../image/tip_01.png);
    text-align: center;
}

.phone-login>.login-top>div {
    background: url(../image/code@2x.png);
}

.code-login>.login-top>div {
    background: url(../image/computer.png);
}

.login-title {
    line-height: 1;
    font-size: 18px;
    color: #282828;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.input-container {
    width: 300px;
    height: 36px;
    margin-left: 30px;
    margin-bottom: 16px;
    position: relative;
}

.phone-container {
    margin-top: 27px;
}

.input-container input {
    height: 32px;
    padding-left: 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    box-shadow: inset 0 0 1000px #fff !important;
    outline: none;
}

.tip {
    position: absolute;
    width: 96%;
    height: 100%;
    line-height: 36px;
    left: 10px;
    color: #999999;
    font-size: 14px;
}

.code-tip {
    width: 41%;
}

.phone-login .input-container input#code1,
.phone-login .input-container input#code {
    width: 123px;
}

.phone-login .input-container input#phone,
.phone-login .input-container input#phone1 {
    width: 288px;
}

.stock-login .agree {
    clear: both;
    font-size: 12px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

.stock-login .agree img {
    display: none;
    margin-right: 7px;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    top: 4px;
}

.stock-login .agree img.active {
    display: inline-block;
}

.stock-login .agree label {
    width: 87%;
    line-height: 20px;
    display: inline-block;
    color: #1459F4;
}

.stock-login .agree label span {
    color: #1459F4;
    vertical-align: top;
    cursor: pointer;
}


/*协议和声明*/

.agreement {
    width: 790px;
    height: 446px;
    background: #fff;
    border: 1px solid #BFBFBF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11111;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.agreement .img_bg {
    position: absolute;
}

.agreement .text_content {
    position: relative;
    top: 10px;
}

.agreement .logo_title {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
}

.agreement .close {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 34px;
    top: 15px;
    cursor: pointer;
}

.agreement .text_content>p {
    margin-top: 19px;
    text-align: center;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 14px;
    font-weight: bold;
}

.agreement .content {
    width: 716px;
    height: 300px;
    margin: 0 auto;
    margin-top: 14px;
    background: rgba(241, 241, 241, 1);
    border-radius: 6px;
    padding: 15px 20px;
    overflow-y: scroll;
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    line-height: 24px;
    text-align: justify;
}

.agreement .content h4 {
    text-indent: 2em;
}

.agreement .content p {
    text-indent: 2em;
    text-align: justify;
}


/* 协议------------- */

.sendCode {
    width: 149px;
    height: 36px;
    color: #999999;
    background: #E7E7E7;
    font-size: 14px;
    float: right;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.input-container .focusTip {
    width: 48px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    text-align: center;
    color: #4393FF;
    top: -7px;
    position: absolute;
    left: 10px;
}

.stock-login-container .input-container .errTip,
.stock-login-box .input-container .errTip {
    width: 48px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    text-align: center;
    color: #FF4343;
    top: -7px;
    position: absolute;
    left: 10px;
}

.login-btn1,
.login-btn {
    width: 300px;
    height: 40px;
    background: #4393FF;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 30px;
    /*margin-top: 34px;*/
    margin-top: 18px;
    cursor: pointer;
}

.login-btn1:hover,
.login-btn:hover {
    background: #187AFE;
}

#wx_login {
    width: 136px;
    height: 136px;
    display: block;
    margin: 19px auto 15px;
    overflow: auto;
}

.code-desc {
    font-size: 12px;
    color: #282828;
    line-height: 24px;
    text-align: center;
}

.phone-container i {
    display: block;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 9px;
    background: url(../image/phone.png);
    right: 22px;
}

span.error {
    /*width: 83px;*/
    width: 123px;
    height: 28px;
    position: absolute;
    top: 4px;
    /*right: -94px;*/
    right: -134px;
    background: url(../image/error.png);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding-left: 8px;
}


/* 图片验证码 */

.pictureVerification {
    position: relative;
}

#imgcode1,
#imgcode {
    width: 123px;
}

.pictureVerification img {
    width: 97px;
    height: 45px;
    position: absolute;
    top: -8px;
    margin-left: 13px;
}

.pictureVerification #imgcode1,
.pictureVerification #imgcode {
    width: 123px;
}

.pictureVerification .change {
    position: absolute;
    line-height: 36px;
    right: 0;
    color: #187AFE;
    font-size: 12px;
    cursor: pointer;
}


/* 重定义二维码*/


/* iframe {
    width: 133px;
    height: 133px;
} */

body {
    margin: 0px;
}

.impowerBox .qrcode {
    width: 131px;
    margin-top: 0px;
}

.impowerBox .title {
    display: none;
}

.impowerBox .info {
    width: 200px;
}

.status_icon {
    display: none;
}

.impowerBox .status {
    text-align: center;
}

.closeLogin {
    width: 352px;
    height: 20px;
}

.closeLoginImg {
    float: right;
    margin: 7px 12px 0 0;
    cursor: pointer;
}