.fundabox {
    margin: 30px auto;
    max-width: calc(171px * 7);
    background-color: #fff;
    padding-top: 30px;

}

.fundabox>h3 {
    margin-top: 30px;
    text-align: center;
    font-family: PingFang-SC-Bold;
    font-size: 28px;
    color: #333333;
}

/* .imgbox {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url('../../assets/img/fundTransaction.png') center;
    background-size: cover;
} */
.imgbox {

    position: relative;
    margin: 0 auto;
    min-width: 1200px;
    width: auto !important;
}

#imgtwo {
    background: url(../assets/img/fundTransaction.png) center no-repeat;
    min-width: 1200px;
    height: 320px;
    margin: 0 auto;
}

.moneyimgtext {
    position: absolute;

    left: 50%;
    top: 50%;
    margin-left: -100px;
    /* top: 150px; */
    margin-top: -46px;
}

.moneyimgtext>p:nth-child(1) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 40px;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
    line-height: 56px;

}

.moneyimgtext>p:nth-last-child(1) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
    line-height: 28px;

}

.imgbox img {
    display: none;
}

.fundline {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundlinechida {

    display: flex;
    justify-content: center;
    align-items: center;
}

.fundlinechida>span:nth-child(1) {

    width: 90px;
    height: 4px;
    /* background: blue; */
    background: #CCCCCC;
    border-radius: 100px 0 0 100px;

}

.fundlinechida>span:nth-last-child(2) {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    /* background: green; */
    font-family: PingFang-SC-Bold;
    font-size: 18px;
    color: #CCCCCC;
    text-align: center;
}

.fundlinechida>span:nth-last-child(1) {
    display: inline-block;
    width: 90px;
    height: 4px;

    text-align: center;
    /* background: blue; */
    background: #CCCCCC;
    border-radius: 0px 100px 100px 0px;
}

.selected {
    background: #E72420 !important;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
    color: #FFFFFF !important;
    text-align: center;
    border-color: transparent !important;

}

.noselected {
    background: gray;
}

.fundlinetextbox {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundlinetextbox>div {
    width: 208px;
    height: 22;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: center;

}

.fundcolor {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #E72420 !important;
    text-align: center;
}

.cardTitle {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.cardTitle>p {
    font-family: PingFang-SC-Bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.cardsmallTitle {

    width: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}

.cardsmallTitle>p {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.card_imgfirst {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
}

.card_imgsecond {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.card_tip {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.card_tipa {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    margin-top: 14px;
}

.card_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 50px;
}

.card_button :nth-child(1) {
    width: 160px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.card_button :nth-child(2) {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    line-height: 40px;
    margin-left: 40px;
    cursor: pointer;
}

.contentboxtwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form {
    margin-top: 79px;
    width: 543px;
    /* margin-left: 294px;
    margin-top: 79px; */
    /* background: green; */
}

.contentboxthreeform input,
.contentboxfourform input,
.band_passbox input {
    font-size: 16px;
    color: #333333;
    text-indent: 8px;
    /* padding-left: 8px; */
}

.card_name {
    /* display: flex; */
}

.card_name :nth-child(1) {
    margin-left: 48px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}



.name_select {
    width: 400px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 7px;
    padding-left: 5px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}

.fundabox select {
    font-family: 微软雅黑, "Microsoft YaHei";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../assets/img/xxarrow.png) no-repeat scroll right -1px transparent !important;
    padding-right: 14px;
    font-size: 16px;
    color: #333333;
    /* text-indent: 8px; */
    /* margin-left: 7px; */
    padding-left: 8px;
    border-radius: 2px;
}

.fundabox select::-ms-expand {
    display: none;
}


.card_type {
    margin-top: 29px;
}

.card_type :nth-child(1) {
    margin-left: 16px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.card_type :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}

.card_num {
    margin-top: 29px;
}

.card_num :nth-child(1) {
    margin-left: 16px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.card_num :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}

.card_time {
    margin-top: 29px;
}

.card_time :nth-child(1) {
    /* margin-left: 16px; */
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.card_time :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}

.boxtwoButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    margin-bottom: 70px;
    width: 900px;
}

#boxtwoButton {
    width: 140px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;

}

#boxtwoButton:hover {
    background: #588AC3;
}

.contentboxthreeform {
    margin-left: 310px;
    margin-top: 79px;
    width: 525px;

}

/* .band_num :nth-child(1) {
    width: 80px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
} */
#band_num_child {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}


.band_num :nth-child(2) {
    width: 438px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.band_home {
    margin-top: 20px;
}

/* .band_home :nth-child(1) {
    width: 80px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
} */
#band_home_child {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_home :nth-child(2) {
    width: 440px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
}

.band_hometip {
    width: 36px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 12px;
    color: #004098;
    line-height: 20px;
    text-align: center;
}

.band_hometipnone {
    margin-left: 80px;
    margin-top: 16px;
}

.band_hometipnone img,
.band_hometiptwo img {
    margin-right: 5px;
}

.band_hometipnone :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_hometiptwo {
    margin-left: 80px;
    margin-top: 10px;
}

.band_hometiptwo :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_telphone {
    margin-top: 20px;
}

/* .band_telphone :nth-child(1) {
    width: 80px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
} */
#band_telphone_child {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.contentboxthreeform .band_telphone :nth-child(2) {
    width: 438px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.contentboxthreeform .band_checknum {
    margin-top: 20px;
}

/* .contentboxthreeform .band_checknum :nth-child(1) {

    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
    margin-left: 16px;
} */
#band_checknum_child {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
    margin-left: 16px;
}

.contentboxthreeform .band_checknum :nth-child(2) {
    width: 318px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.contentboxthreeform .band_checknum :nth-child(3) {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin-left: 10px;
    background: #004098;
    border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;

}

.band_checkbox {
    margin-top: 18px;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.band_checkbox input[type="checkbox"],
.band_fourcheckbox input[type="checkbox"] {
    margin-left: 76px;
    border: 1px solid #999999;
    border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 18px;
    background-color: transparent;
    margin-right: 7px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.band_fourcheckbox input[type="checkbox"] {
    margin-left: 0;
    width: 18px;
}


.band_fourcheckbox .selected {
    /* width: 17px;
    height: 18px;
    background: url(../assets/img/gouxuan.png) no-repeat center !important; */
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #004098 !important;
    position: relative;
}

.band_checkbox .selected {
    /* width: 17px;
    height: 18px;
    background: url(../assets/img/gouxuan.png) no-repeat center !important; */
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #004098 !important;
    position: relative;
}

.imggou {
    position: absolute;
    width: 13px;
    height: 10px;
    top: 4px;
    left: -37px;
}

.imggou1 {
    position: absolute;
    width: 13px;
    height: 10px;
    top: 0px;
    left: 3px;
}

.band_fourcheckbox .selectedno {
    /* width: 15px;
    height: 16px; */
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 2px;


}

.band_checkbox .selectedno {
    /* width: 15px; */
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 2px;
}

.band_checktip {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_checktip span:nth-child(1) {

    margin-left: 0px;

}

.band_checktip span:nth-child(2) {

    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #001C3E;


}

.band_buttonthreebox {}

.band_buttonthreeboxchild {
    /* width: 360px; */

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    padding-bottom: 60px;
}




.band_buttonthreeboxchild :nth-child(1) {
    width: 160px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


.band_buttonthreeboxchild :nth-child(2) {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    line-height: 40px;
    margin-left: 40px;
    cursor: pointer;
}



/* 完善个人信息 */

.contentboxfourform {
    margin-left: 194px;
    margin-top: 79px;
    /* width: 643px; */
    width: 668px;
    /* width: 657px; */
    /* background: skyblue; */

}

/* .band_fournum :nth-child(1) {
    display: inline-block;
    
    width: 212px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
    


} */
#band_fournum_child {
    display: inline-block;
    width: 212px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_fournum :nth-child(2) {
    width: 438px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;



}

.band_fourhome {
    margin-top: 20px;
}

/* .band_fourhome :nth-child(1) {
   
    display: inline-block;
    width: 212px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
    
} */
#band_fourhome_child {
    display: inline-block;
    width: 212px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_fourhome :nth-child(2) {
    width: 440px;
    height: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 11px;
    font-size: 16px;
    color: #333333;
}

#band_fourhome_child select option {
    font-family: 微软雅黑, "Microsoft YaHei";
    color: #333333;
}

.band_fourjob {
    margin-top: 20px;
}

/* .band_fourjob :nth-child(1) {
    display: inline-block;
    width: 212px;
    
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
} */
#band_fourjob_child {
    display: inline-block;
    width: 212px;
    /* width: 48px; */
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_fourjob :nth-child(2) {
    width: 440px;
    height: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.band_fourjob1 {
    margin-top: 20px;
}

/* .band_fourjob1 :nth-child(1) {
    display: inline-block;
    width: 212px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
    
} */
#band_fourjob1_child {
    display: inline-block;
    width: 212px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

/* .band_fourjob1 :nth-child(2) {
    width: 440px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 7px;
} */

.layui-form-label {
    position: relative;
    float: left;
    display: block;
    font-size: 16px;
    padding: 1px 1px !important;
    width: 80px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    margin-top: 20px !important;
    margin-left: 111px !important;
}

.band_fournewaddr label {
    display: inline-block;
    width: 212px;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 130px !important;

    margin-top: 20px;
}

.layui-input-inline select {
    width: 130px !important;
    font-family: 微软雅黑, "Microsoft YaHei";

}



.layui-input-righta {
    margin-right: 20px !important;
    margin-left: 10px;
}

.layui-input-rightb {
    margin-right: 20px !important;
}

.layui-input-rightc {
    margin-right: 0px !important;
}

.band_fourjob1_se {
    border: 1px solid rgb(188, 188, 188);

}

.band_fouraddra {
    margin-top: 20px;
}

.layui-input-inline select {
    height: 40px;

}

/* .band_fouraddra :nth-child(1) {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
    margin-left: 124px;
} */
.band_fouraddra>label {
    display: inline-block;
    width: 212px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_fouraddra :nth-child(2) {
    /* margin-top: 20px; */
    width: 438px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.band_fouraddrtip {
    margin-left: 226px;
    width: 440px;
    height: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    padding-top: 5px;

}

/* input[type="radio"] {
    margin-right: 14px;
    margin-right: 6px;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: url(../assets/img/noCheckRadio.png) no-repeat -2px -4px;
} */
.band_fourradioselect>span>span {
    display: inline-block;
    margin-top: 3px;
    margin-right: 14px;
    margin-right: 6px;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: url(../assets/img/noCheckRadio.png) no-repeat -2px -4px;
}


.activted {
    /* display: block; */
    margin-right: 14px;
    margin-right: 6px;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: url(../assets/img/radio.png) no-repeat -1px 0px !important;
}



.band_fourradio {
    margin-top: 18px;
    display: flex;
}

.band_fourradio>label {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    width: 212px;
    text-align: right;
}

.band_fourradioselect {
    margin-left: 14px;
    width: 440px;
    height: 20px;
}

.band_fourradiotwo {
    margin-top: 18px;
    display: flex;
}

.band_fourradiotwo>label {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    width: 212px;
    text-align: right;
}

.band_fourradiotwo {
    margin-top: 38px;
}

.band_fourradiothree {
    margin-top: 38px;
}

.band_fourradiothree>label {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
    width: 196px;
    text-align: left;
    padding-left: 10px;
}



.band_fourcheckbox {
    margin-top: 18px;

    /* display: flex; */
    /* justify-content: flex-start;
    align-items: flex-start; */
    margin-left: 226px;
    display: flex;
}

.band_fourcheckbox :nth-child(1) {

    margin-top: 4px;
    font-size: 14px;
    color: #666;
}

.band_fourchecktip :nth-child(1) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_fourchecktip :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #001C3E !important;
}

.band_fourchecktip :nth-child(3) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_checktip {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    padding-left: 8px;
}

.band_hometip {
    width: 36px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 12px;
    color: #004098;
    line-height: 20px;
    text-align: center;
}

.band_hometipnone {
    margin-left: 79px;
    margin-top: 16px;
}

.band_hometipnone :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_hometiptwo {
    margin-left: 79px;
    margin-top: 10px;
}

.band_hometiptwo :nth-child(2) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_telphone {
    margin-top: 20px;
}

.band_telphone :nth-child(1) {
    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.band_telphone :nth-child(2) {
    width: 338px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 14px;
}

.band_checknum {
    margin-top: 20px;
}

.band_checknum :nth-child(1) {

    width: 80px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: right;
    margin-left: 16px;
}

.band_checknum :nth-child(2) {
    width: 320px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;
    margin-left: 7px;
}

.band_checknum :nth-child(3) {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin-left: 10px;
    background: #004098;
    border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;

}

.band_checkbox {
    margin-top: 18px;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.band_checkbox :nth-child(1) {

    margin-left: 40px;
}

/* .band_checktip {
    
} */

.band_checktip :nth-child(1) {

    margin-left: 0px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.band_checktip :nth-child(2) {

    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 14px;
    color: #001C3E;


}



.band_buttonthreeboxchild {
    /* width: 360px; */

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 60px;
}




.band_buttonthreeboxchild :nth-child(1) {
    width: 160px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


.band_buttonthreeboxchild :nth-child(2) {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    line-height: 40px;
    margin-left: 40px;
    cursor: pointer;
}

.band_buttonthreeboxchild {
    /* width: 360px; */

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 60px;
}


.band_buttonfourboxchild {
    margin-top: 32px;

    margin-left: 100px;
    display: flex;
    justify-content: center;
}

.band_buttonfourboxchild :nth-child(1) {
    width: 160px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;



    margin-bottom: 70px;
}


.band_buttonfourboxchild :nth-child(2) {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    line-height: 40px;

    margin-left: 40px;
    cursor: pointer;

}

.band_passbox {
    margin-left: 310px;
    margin-top: 79px;
    width: 527px;
}

.band_setpass {
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_setpass :nth-child(1) {

    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;

}

.band_setpass :nth-child(2) {
    width: 440px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;

}

.band_checkpass {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_checkpass :nth-child(1) {

    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;

}

.band_checkpass :nth-child(2) {
    width: 440px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    border-radius: 2px;

}

.band_buttonfivboxchild {

    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-left: 79px;

}

.band_buttonfivboxchild :nth-child(1) {
    width: 160px;
    height: 40px;
    background: #004098;
    border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;

    margin-bottom: 60px;
    cursor: pointer;
}

.band_buttonfivboxchild :nth-child(2) {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    margin-left: 40px;

    cursor: pointer;
}

#band_fivbutton:hover {
    background: #588AC3;
}

#band_fivbuttonreturn:hover {
    color: #588AC3;
}

.band_fundsucheader {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_fundsucheader :nth-child(2) {
    width: 192px;
    height: 33px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-left: 12px;
}

.band_fundsuccontent {
    margin-top: 17px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.band_fundsuccontent :nth-child(1) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.band_home {
    position: relative;
}

.iconyh {
    position: absolute;
    left: 84px;
    top: 7px;
}

.kj {
    position: absolute;
    left: 224px;
    top: 9px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 12px;
    color: #004098;
    background: #FFFFFF;
    border: 1px solid #004098;
    border-radius: 4px;
    border-radius: 4px;
    padding: 0 6px;
    line-height: 20px;
}

.band_fundsuctik {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;

}

.band_fourradioselect span {
    cursor: pointer;
    font-size: 16px;
}

.band_fundsuctik :nth-child(1) {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    cursor: pointer;
}

.band_fundsuctik :nth-child(2) {
    margin-left: 40px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    color: #004098;
    text-align: center;
    cursor: pointer
}

#band_button:hover {
    background: #6086BB;
}

#band_buttonreturn:hover {

    border: 1px solid #6086BB;
    color: #6086BB;
}

#band_fourbutton:hover {
    background: #6086BB;
}

#band_fourbuttonreturn:hover {

    border: 1px solid #6086BB;
    color: #6086BB;
}

#fundButton:hover {
    background: #6086BB;
}

#fundButtonreturn:hover {

    border: 1px solid #6086BB;
    color: #6086BB;
}

.layer_mohu {
    width: 404px;
    height: 38px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 436px;
    top: 81px;
    filter: blur(1px);
}

.layui-select-title input {
    height: 40px;

}