.juncode {
	display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.jan_code_c {
	text-align: left;
}

.itm_sub {
    margin-top: 10px;	
}

.form_input {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px #ccc solid;
    padding: 10px;
    font-size: 16px;
    position: relative;
    outline: none;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.form_label {
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    border: 1px #ccc solid;
}

.contact_caption03 {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 269px;
    width: 93%;
    border: 1px #CCC solid;
    border-radius: 20px;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact_caption03 ul li {
    list-style: circle;
    text-align: left;
    line-height: 1.8em;
    margin-top: 10px;
}

.contact_caption03 ul {
    margin: 0 auto;
    width: 86%;
}

.form_bt2 input[name='submitConfirm'] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 15px 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #606c88;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    /* IE6-9 */
    text-shadow: 1px 1px 1px #444;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_bt2 input[name='contact'] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 15px 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #606c88;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    /* IE6-9 */
    text-shadow: 1px 1px 1px #444;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}