* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.myModa {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5000;
    box-sizing: content-box !important;
}

.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;
    box-sizing: content-box !important;
}

.myModa .myVideo {
    width: 868px;
    height: 490px;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    box-sizing: content-box !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 20px;
}

.myModa .myVideo .video {
    width: 100%;
    height: 100%;
}

.myModa .myVideo video {
    width: 100%;
    height: 100%;
    /* background: pink; */
}


/*.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 .myVideo>span {
    position: absolute;
    top: -14px;
    right: -14px;
}

.myModa .myAlertBox>span>i.close {
    height: 12px;
    width: 12px;
    background: url(../../img/close@2x.png) no-repeat;
    cursor: pointer;
}

.myModa .myVideo>span>i.close {
    height: 36px;
    width: 36px;
    background: url(../../img/shut.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.myModa .myAlertBox>div.alertBox {
    overflow: hidden;
}

.myModa .myAlertBox>div.alertBox>span {
    height: 40px;
    width: 40px;
    background: url(../../img/remind-01@2x.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}

.myModa .myAlertBox>div.alertBox>p {
    float: left;
    width: calc(100% - 55px);
    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;
    padding: 0;
    box-sizing: content-box;
}

.myModa .myAlertBox .exit {
    color: #4393FF;
    background: #fff;
}

.myModa .myAlertBox .sure,
.myModa .myAlert .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;
    z-index: 6000;
}

.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
}

.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;
}


/*.confirmTwo>p{
	padding: 16px 18px 0;
	height: 20px;
}*/

.confirmTwo>p,
.fileConfirm>p {
    padding: 16px 18px 0;
    height: 20px;
}


/*.confirmTwo>p>span.tipLeft>em:first-of-type{
	width: 4px;
	height: 20px;
	background: #4393FF;
	margin-right: 8px;
}*/

.popups>p>span.tipLeft>em:first-of-type,
.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;
    margin-top: 2px;
}


/*.confirmTwo>p>span.tipLeft>em:last-of-type{
	color: #282828;
	font-size: 16px;
}*/

.popups>p>span.tipLeft>em:last-of-type,
.confirmTwo>p>span.tipLeft>em:last-of-type,
.fileConfirm>p>span.tipLeft>em:last-of-type {
    color: #282828;
    font-size: 16px;
    line-height: 16px;
}


/*.confirmTwo>p>i.close{
	height: 12px;
	width: 12px;
	background: url(../../img/close@2x.png) no-repeat;
	cursor: pointer;
	float: right;
}*/

.popups>p>i.close,
.confirmTwo>p>i.close,
.fileConfirm>p>i.close,
.fileConfirm>p>i.sure {
    height: 12px;
    width: 12px;
    background: url(../../img/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(../../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) {
    /*margin-bottom: 10px;*/
    line-height: 1.6;
    color: #E00000;
    font-size: 14px;
    margin-right: 20px
}

.col2 .col {
    width: 120px;
    float: left
}


/*.col2 {
	position: absolute;
	bottom: 0;
}*/

.confirmTwo .col2 {
    /*left: 50%;
    margin-left: -130px;*/
    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;
}


/* 上传文件，上传文件成功*/

.file-container {
    background: #fff;
}

.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: 40px auto 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.file-container>span.up-container>input {
    width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.file-container>p {
    font-size: 14px;
    color: #282828;
    text-align: center;
    margin: 20px 0 30px;
}

.file-container>img {
    display: block;
    margin: 20px auto;
}

.box .file-container>div.sure {
    margin: 0 auto 34px;
}

.red {
    color: red;
    display: inline;
}

.popups {
    position: relative;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 170px;
    margin-top: -200px;
    margin-left: -200px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    z-index: 9999;
}

.popups>span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../../img/guzhi/success.png) no-repeat;
}

.popups>h4 {
    width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.popups>h4>span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.popups.deleteTip {
    height: 260px;
}

.popups.deleteTip>.btns {
    width: 236px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.popups.deleteTip>.btns>button {
    width: 100px;
    height: 30px;
    margin: 0 8px;
    box-sizing: border-box;
    background: rgba(67, 147, 255, 1);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
}

.popups.deleteTip>.btns>.btn-cancel {
    box-sizing: border-box;
    border: 1px solid rgba(67, 147, 255, 1);
    border-radius: 6px;
    background: #fff;
    color: #4393FF;
}

.authorizationInfoBox {
    width: 460px !important;
    height: 480px !important;
    padding: 0 !important;
    background: #fafcff !important;
    margin-top: -240px !important;
    top: 50% !important;
}

.authorizationInfoBox h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1D2745;
    line-height: 80px;
    text-align: center;
}

.authorizationInfoBox .contentBoies {
    width: 100%;
    height: 294.5px;
    border-top: 1px solid #E2E3E6;
    border-bottom: 1px solid #E2E3E6;
    background: #fff;
}

.authorizationInfoBox img {
    height: 59.5px;
    margin: 61px 123.5px 32.5px 112.5px;
}

.authorizationInfoBox .contentBoies p {
    /* width: 240px; */
    font-size: 20px;
    color: #354166;
    line-height: 36px;
    text-align: center;
}

.authorizationInfoBox .btnBoies {
    width: 270px;
    margin: 32px 0 0 95px;
    display: flex;
    justify-content: space-between;
}

.authorizationInfoBox .btnBoies>div {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #687492;
    border: 1px solid #e2e3e6;
}

.authorizationInfoBox .btnBoies .sureBtn {
    background: #4173FF;
    color: #fff;
}

.authorizationInfoBox .warning {
    color: #f00;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    display: none;
}


/* 债权融资弹框 */

.uploadedMyAlert {
    width: 569px;
    height: 333px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.uploadedMyAlert .alertBox {
    width: 345px;
    margin: 46px auto 0;
    text-align: center;
}

.uploadedMyAlert .alertBox img {
    width: 58px;
}

.uploadedMyAlert .alertBox>p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 37px;
    text-align: left;
}

.uploadedMyAlert .alertsure {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #0478FC;
    margin: 47px auto 0;
    cursor: pointer;
}

.temporaryStorageMyAlert {
    border: 1px solid #d9d9d9;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    width: 280px;
    border-radius: 6px;
    height: 210px;
    position: relative;
    text-align: center;
}

.temporaryStorageMyAlert p {
    margin: 0;
}

.temporaryStorageMyAlert i {
    height: 12px;
    width: 12px;
    background: url(../../img/close@2x.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.temporaryStorageMyAlert .alertsure {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
    box-sizing: border-box;
    background: rgba(67, 147, 255, 1);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
}


/* 路演报名 */

.registrationTypes {
    width: 527px;
    height: 245px;
    padding: 39px 45px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.registrationTypes .title {
    color: #282828;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
}

.registrationTypes .concreteType {
    margin-bottom: 21px;
}

.registrationTypes input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    cursor: pointer;
}

.registrationTypes input[type="radio"]+label {
    font-size: 14px;
    cursor: pointer;
}

.registrationTypes input[type="radio"]+label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 10px;
    height: 10px;
    margin-top: -1px;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid #666;
    line-height: 14px;
}

input[type="radio"]:checked+label::before {
    background-color: #0478FC;
    border-color: #0478FC;
    background-clip: content-box;
    padding: 3px;
    width: 4px;
    height: 4px;
}

.registrationTypes .nextStep,
.registrationInformation .submit {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0478FC;
    font-size: 16px;
    color: #FDFDFD;
    margin: 56px auto 0;
    cursor: pointer;
}

.registrationTypes .nextStep:hover,
.registrationInformation .submit:hover {
    background: #1D71E3;
}

.registrationInformation {
    width: 804px;
    height: 482px;
    padding: 39px 34px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -436px;
}

.registrationInformation .title {
    color: #282828;
    font-size: 22px;
    font-weight: bold;
}

.registrationTypes i.close,
.registrationInformation i.close {
    height: 12px;
    width: 12px;
    background: url(../../img/close@2x.png) no-repeat;
    cursor: pointer;
    /* position: relative;
    left: 100%;
    top: -22px; */
    position: absolute;
    top: 17px;
    right: 20px;
}

.registrationTypes i.close:hover,
.registrationInformation i.close:hover {
    opacity: .7;
}

.personalInformation {
    margin-left: 36px;
    margin-top: 47px;
}

.personalInformation li {
    margin-bottom: 27px;
}

.personalInformation .baseRight {
    display: inline-block;
}

.personalInformation li input {
    width: 592px;
    height: 38px;
    border: 1px solid #BFBFBF;
    margin-left: 39px;
    padding-left: 20px;
}

.personalInformation li input:focus {
    border-color: #4393FF !important;
}

.personalInformation .reRed {
    color: #EF2424;
    margin-right: 7px;
}

.personalInformation label {
    width: 85px;
    text-align: right;
    font-size: 14px;
    color: #000000;
    display: inline-block;
}

.registrationInformation #verificationCode {
    width: 429px;
}

.personalInformation .sendCode {
    width: 136px;
    height: 38px;
    line-height: 38px;
    background: #0478FC;
    text-align: center;
    font-size: 16px;
    color: #FDFDFD;
    cursor: pointer;
    margin-top: -4px;
    margin-left: 27px;
}

.personalInformation .sendCode:hover {
    background: #1D71E3;
}

.personalInformation .sendCode:disabled {
    background: #BFBFBF;
    cursor: auto;
}

.myAlert {
    width: 300px;
    height: 180px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
}

.myAlert .alertBox>p.signUpPrompt {
    font-size: 16px;
    line-height: 8;
}

.myAlert .alertBox>p.contactWay {
    margin: 45px 0px 10px;
    line-height: 25px;
    font-size: 14px;
}

.myAlert div.projectType {
    width: 38%;
    text-align: left;
    margin: 24px auto 18px;
}

.myAlert div.projectType p {
    position: relative;
    left: -64px;
    font-size: 14px;
}

.myAlert div.projectType input {
    margin-top: 10px;
    margin-right: 10px;
}

.myAlert div.projectType label {
    font-size: 14px;
}

.myModa .myAlert .btn {
    height: 28px;
    line-height: 30px;
    border: 1px solid #4393FF;
    border-radius: 6px;
    width: 98px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #BFBFBF;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BFBFBF;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BFBFBF;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BFBFBF;
}

.relation {
    height: 263px;
}

.relation .linkman {
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
}

.relation span.hint {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 14px;
}

.myModa .relation .btn {
    line-height: 28px;
}

.referentieprompt {
    width: 600px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.referentieprompt p {
    width: 318px;
    margin: 29px auto 39px;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    line-height: 30px;
}

.myModa .referentieprompt .btn {
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0893FF;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.referentieprompt .alertBox img {
    margin-top: 30px;
}

.referentieprompt>span {
    font-size: 12px;
    line-height: 1;
    width: 95%;
    text-align: right;
    padding: 20px 20px 0 0;
}

.referentieprompt>span>i.close {
    height: 12px;
    width: 12px;
    background: url(../../img/close@2x.png) no-repeat;
    cursor: pointer;
}

.editPicture {
    width: 355px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
}

.editPicture p {
    text-align: left;
    padding: 25px 20px 30px;
    font-size: 16px;
    overflow: hidden;
}

.editPicture p img {
    float: right;
}

.editPicture .pictureBox {
    width: 78%;
    height: 254px;
    background: #8d8d8d;
    margin: 0 auto;
    position: relative;
}

.editPicture .pictureIcon {
    width: 32px;
    margin-top: 42%;
}

.myModa .editPicture .btn-group>button {
    width: 50px;
    margin-top: 128px;
}

.editPicture .switcher {
    width: 70%;
    margin: 10px auto 0;
    overflow: hidden;
}

.editPicture .switcher div {
    width: 88px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0478FC;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.editPicture .switcher div:first-child {
    float: left;
    background: #fff;
    color: #000;
    border: 1px #ccc solid;
}

.editPicture .switcher div:last-child {
    float: right;
}

.close {
    cursor: pointer;
}


/*  填写页面是否载入缓存的历史记录*/

.historyCache button {
    padding: 5px 37px;
    margin-top: 14px;
    background: #1D71E3;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.historyCache button:first-child {
    margin-right: 20px;
    background: #fff;
    border: 1px #1D71E3 solid;
    color: #1D71E3;
}

.historyCache p {
    font-size: 14px;
    margin-top: 10px;
}


/* 删除弹框 */
.is-delete>img {
    float: left;
    margin-left: 57px;
    margin-top: 39px;
    overflow: hidden;
}

.is-delete>p {
    margin-left: 140px;
    margin-top: 47px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 16px;
}

.is-delete>span {
    margin-left: 141px;
    margin-top: -50px;
    font-size: 14px;
    color: #747474;
    line-height: 14px;
}

.is-delete {
    position: absolute;
    width: 380px;
    height: 210px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    z-index: 1001;
    top: 50%;
    left: 50%;
}

.is-delete>img {
    display: block;
    width: 58px;
    height: 58px;
}

.is-delete>.close {
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.is-delete .btns {
    width: 100%;
    padding-left: 81px;
    margin-top: 24px;
}

.is-delete .btns>span {
    width: 100px;
    height: 30px;
    margin-right: 17px;
    font-size: 14px;
    color: #1459F4;
    line-height: 28px;
    text-align: center;
    border: 1px solid #1459F4;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}

.is-delete .btns>span:last-child {
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    background: #1459F4;
}

.delete-success>img {
    margin: 0 auto;
    margin-top: 46px;
}

.delete-success>p {
    margin-top: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 16px;
}