.dingy-ban{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 450px;
    max-height: 450px;
}

.dingy-mbx{
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px 
		rgba(4, 0, 0, 0.08);
}
.dingy-mbx-con{
    max-width: 1220px;
    margin: 0 auto;
    padding: 19.5px 0;
}
.dingy-mbx-con a{
    display: flex;
    align-items: center;
    font-size: 16px;
	letter-spacing: 1px;
    color: #666666;
    transition: all .3s;
    width: fit-content;
}
.dingy-mbx-con a img{
    margin-right: 8px;
}
.dingy-mbx-con a:hover{
    color: #393293;
}
.dy-con{
    background: rgb(247,247,247);
}
.dy-con .dy-cont{
    max-width: 1013px;
    margin: 0 auto;
    padding-top: 73px;
    padding-bottom: 77px;
}
.dy-con .dy-cont h3{
    font-size: 26px;
    font-weight: bold;
	letter-spacing: 1px;
    color: #000000;
    text-align: center;
}

.dy-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 75px;
}
.dy-content .dy-content-lf {
    width: 43.4%;
}
.dy-content .dy-content-lf form{
    
}
.dy-content .dy-content-lf form .form-items{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dy-content .dy-content-lf form .form-items p{
    font-size: 16px;
	letter-spacing: 1px;
    color: #000000;
    margin-right: 16px;
}
.dy-content .dy-content-lf form .form-items p span{
    color: #e91f1f;
}
.dy-content .dy-content-lf form .form-items div{
    font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}
.dy-content .dy-content-lf form .form-items:nth-child(1),
.dy-content .dy-content-lf form .form-items:nth-child(2){
    margin-bottom: 34px;
}
.dy-content .dy-content-lf form .form-items:nth-child(1) div,
.dy-content .dy-content-lf form .form-items:nth-child(2) div{
    position: relative;
}
.dy-content .dy-content-lf form .form-items:nth-child(2) div {
    display: flex;
    align-items: center;
}
.dy-content .dy-content-lf form .form-items:nth-child(2) div:nth-child(2){
    margin-right: 31px;
}
.dy-content .dy-content-lf form .form-items:nth-child(2) div input{
    margin-right: 8px;
}
/* .dy-content .dy-content-lf form .form-items:nth-child(1) input,
.dy-content .dy-content-lf form .form-items:nth-child(2) input{
    position: relative;
} */
.dy-content .dy-content-lf form .form-items:nth-child(3) input,.dy-content .dy-content-lf form .form-items:nth-child(4) input,.dy-content .dy-content-lf form .form-items:nth-child(5) input,.dy-content .dy-content-lf form .form-items:nth-child(6) input{
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    outline: none;
    padding: 9.5px;
    flex: 1;
}
.dy-content .dy-content-lf form #btnSubmit{
    width: 160px;
	height: 35px;
	background-color: #2851af;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
    color: #ffffff;
    margin-top: 33px;
}
.dy-content .dy-content-lf form #btnSubmit:hover{
    box-shadow: 1px 1px 10px #2851af;
    cursor: pointer;
}



.dy-content .dy-content-rt{
    font-size: 16px;
	letter-spacing: 1px;
    color: #000000;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dy-content .dy-content-rt img{
    margin-bottom: 8px;
    max-width: 100%;
}

input[type="radio"] + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height:  15px;
    border-radius: 0%;
    background-image: linear-gradient(0deg, 
    #dedede 0%, 
    #ffffff 100%);
    border: solid 1px #a9a9a9;
    margin-right: 8px;
    box-sizing: border-box;
	position: relative;
    top: -2px;
}

input[type="radio"]:checked + label::before {
    background-image: inherit;
    background-color: #2851af;
    border: solid 1px #2851af;
    background-clip: content-box;
    padding: 0px;
    box-sizing: border-box;
    content:'√';
    color: #fff;
    line-height: 13px;
    text-align: center;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
input[id$="no"]:checked + label::before {
    background-color:#F76167;
    background-clip: content-box;
    padding: 0px;
    box-sizing: border-box;
}


@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1365px) {
    .dingy-ban{
        height: 300px;
    }
}

@media (max-width:1220px) {
    .dingy-mbx-con{
        max-width: 80%;
    }
}

@media (max-width:1201px) {
    .dy-con .dy-cont{
        max-width: 80%;
    }
    .dy-content .dy-content-lf{
        width: 57%;
    }
}

@media (max-width:990px) {
    .dy-content{
        flex-wrap: wrap;
    }
    .dy-content .dy-content-lf{
        width: 100%;
    }
    .dy-content .dy-content-rt{
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    .dingy-ban {
        height: 162px;
    }
    .dingy-mbx-con a {
        font-size: 15px;
    }
    .dingy-mbx-con,.dy-con .dy-cont {
        max-width: 90%;
    }
    .dingy-mbx-con {
        padding: 14.5px 0;
    }
    .dy-con .dy-cont h3 {
        font-size: 18px;
    }
    .dy-con .dy-cont {
        padding-top: 33px;
        padding-bottom: 36px;
    }
    .dy-content .dy-content-lf form .form-items p {
        font-size: 15px;
        margin-right: 12px;
    }
    .dy-content .dy-content-lf form .form-items:nth-child(2) div:nth-child(2) {
        margin-right: 24px;
    }
    .dy-content {
        margin-top: 35px;
    }
    .dy-content .dy-content-lf form .form-items:nth-child(1), .dy-content .dy-content-lf form .form-items:nth-child(2) {
        margin-bottom: 23px;
    }
    .dy-content .dy-content-lf form .form-items {        
        margin-bottom: 17px;
    }
    .dy-content .dy-content-lf form #btnSubmit {
        width: 128px;
        height: 35px;
        margin: 0 auto;
        margin-top: 23px;
    }
    .dy-content .dy-content-rt {
        margin: 0 auto;
        margin-top: 30px;
        width: 63%;
    }
}