.product-background{
    width: 100%;
    height: 380px;
    background-image: url('../static/cprz.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.product-step{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
.product-form{
    padding-bottom: 80px;
}
.product-step-name{
    font-size: 22px;
    color:#0d4da1;
    letter-spacing: 1px;
}
.product-step-icon{
    margin: 0 40px;
    position: relative;
    top: 2px;
}
.step-img{
    width: 32px;
    height: 20px;
}
.form-limit,.form-down{
    width: 100%;
    height: 16px;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    text-align: right;
}
.product-information{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #f9f9f9;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}
.information-left,.notes-totie{
    font-size: 18px;
    color: #000;
    width: 15%;
}
.information-right{
    width: 35%;
    height: 100%;
}
.information-input{
    width: 100%;
    height: 100%;
    text-align: right;
}
.product-notes{
    min-height: 50px;
    padding: 10px 20px;
    background: #f9f9f9;
}
.notes-textarea{
    height: 180px;
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
}
.notes-botem{
    margin-top: 10px;
}
.product-submit{
    margin: 60px auto 0 auto;
    padding: 8px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4da1;
    color: #FFF;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.information-select{
    text-align: right;
    height: 100%;
    line-height: 50px;
    color: rgb(84, 84, 84);
}
.step-active{
    color: #fb0012;
}
.toexamine-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
}
.toexamine-img{
    width: 151px;
    height: 146px;
}
.toexamine-tips{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 15px 0 40px 0;
    letter-spacing: 1px;
}
.toexamine-card{
    background: #f6f7fb;
    padding: 60px 50px;
    border-radius: 3px;
    text-align: center;
}
.toexamine-text{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.toexamine-time{
    display: inline;
    color:#d4360e ;
}
.toexamine-code{
    display: inline;
    font-weight: bold;
}
.padd-close{
    padding-bottom: 0;
}
.chip-container{
    padding:20px  45px 60px 45px;
}
.chip-form-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.chip-form-card{
    width: 45%;
    background: #f9f9f9;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-left-container{
    min-width: 20%;
}
.form-left-input{
    flex: 0.5;
}
.left-input-box{
    text-align: right;
    width: 100%;
}
.form-left-totie,.form-left-toties{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.form-left-totie::after{
    position: absolute;
    content: "*";
    color: #fb0012;
    font-size: 15px;
    top: -2px;
    left: -10px;
}
.cance{
    margin-bottom: 0;
}
.form-left-radio{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.radio-box{
    font-size: 13px;
    color: #000;
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form-radio{
    margin-right: 8px;
    appearance: none;
    width: 16px;
	height: 16px;
    border-radius: 50%;
    background-color: #cbcbcb;
}
.form-radio:checked {
    position: relative;
    background-color: #fb0012 ; 
}
.form-radio:checked::after{
    position: absolute;
    content: "✓";
    color: #FFF;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.chip-form-textarea{
    background: #f9f9f9;
    width: 100%;
    padding:10px 20px;
}
.chip-textarea{
    height: 120px;
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
}
.chip-textarea-text{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.chip-tips{
    font-size: 13px;
    color: #fb0012;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.chip-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chip-item{
    width: 15%;
    padding:10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 3px;
    margin-top: 30px;
    box-sizing: border-box;
}
.chip-item:last-child:nth-child(6n + 2) {
	margin-right: calc((100% - 15%) / 5 * 4);
}
.chip-item:last-child:nth-child(6n + 3) {
	margin-right: calc((100% - 15%) / 5 * 3);
}
.chip-item:last-child:nth-child(6n + 4) {
	margin-right: calc((100% - 15%) / 5 * 2);
}
.chip-item:last-child:nth-child(6n + 5) {
	margin-right: calc((100% - 15%) / 5 * 1);
}
.chip-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: 55%;
    margin: 40px auto;
}

.form-button{
    padding: 13px 100px;
    background: #0d4da1;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
.red{
    background: #fb0012;
}
.chip-current{
    background: #0d4da1;
    color: #FFF;
}
.payment-head{
    padding-bottom: 30px;
    border-bottom: 1px solid #b3b3b3;
}
.payment-totie{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.payment-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-left{
    width: 60%;
}
.payment-info{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.payment-right{
    display: flex;
    align-items: center;
}
.payment-text{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.payment-container{
    padding-bottom: 80px;
}
.payment-money{
    color: #fb0012;
    font-weight: bold;
    font-size: 30px;
}
.payment-option{
    margin-top: 30px;
    background: #f9f9f9;
    padding: 40px 15px;
    display: flex;
    justify-content: space-between;
}
.option-item{
    cursor: pointer;
    border: 1px solid #ECECEC;
    background: #FFF;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.option-item:hover{
    background: rgba(13,77,161,0.1);
}
.option-left{
    width: 5%;
    display: flex;
}
.option-radio{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #909090;
    position: relative;
    top: 5px;
}
.option-right{
    flex: 1;

}
.option-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.option-info-flex{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
}
.option-icon{
    width: 22px;
    height: 19px;
    margin-right: 10px;
}
.option-info-right{
    font-size: 15px;
    color: #000;
}
.option-money{
    margin: 0;
    display: inline;
    font-weight: bold;
    color: #fb0012;
}
.payment-current{
    background: #fb0012;
}
.option-cardl{
    width: 73%;
}
.option-cardr{
    width: 23%;
    display: flex;
    justify-content: flex-end;
}
.file-view{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.option-scancode{
    width: 200px;
    background: #FFF;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.scancode-totie{
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}
.scancode-src{
    width: 200px;
    height: 200px;
}
.upload-file{
	width: 150px;
	height: 150px;
	border: 1px dashed #999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
	color: #999;
	position: relative;
	border-radius: 3px;
}
.option-mode{
	font-size: 15px;
	color: #333;
	position: relative;
	margin-left: 55px;
	margin-bottom: 25px;
}
.option-logo{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: absolute;
left: -55px;
    top: -14px;
}
.option-details{
    display: flex;
    align-items: initial;
    justify-content: space-between;
    margin-top: 15px;
}
.option-details-left{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    min-height: 10%;
}

.option-details-right{
    font-size: 15px;
    color: #333;
    flex: 1;
}
.payment-tips{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.file-icon{
	width: 48px;
	height: 48px;
}
.upload-input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.wechat-img{
	width: 150px;
	height: 60px;
    margin-bottom: 10px;
}
.file-submit{
	width: fit-content;
	cursor: pointer;
	margin: 20px 0;
	padding: 5px 8px;
	font-size: 15px;
	color: #FFF;
	border-radius: 3px;
	background: #0d4da1;
    position: relative;
}
.upload-container{
	display: none;
}
.option-flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.upload-botem{
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-r10{
	margin-right: 10px !important;
}

.address-card{
	margin-top: 20px;
}
.address-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.address-choice{
	color: #0d4da1;
	font-size: 15px;
	cursor: pointer;
}
.address-totie{
	font-size: 15px;
	font-weight: bold;
}
.address-text{
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.address-item{
	border: 1px solid #ECECEC;
	padding: 20px;
	font-size: 16px;
	color: #333;
    width: 400px;
	margin-top: 20px;
	cursor: pointer;
}
.address-list{
	padding: 0 20px 20px;
	display: none;
}
.address-info{

}
.address-details{
	margin-top: 30px;
}

.address-tips{
	font-size: 15px;
	color: red;
}
.mt-30{
    margin-top: 30;
}