body {
    margin: 0;
}

* {
    /*默认的滚动溢出行为将被内部的元素观察到，但是相邻的区域不会产生连续滚动效果。*/
    overscroll-behavior-y: contain;
}
.clear{
    clear: both;
}

iframe {
    border: 0;
}


input[type="text"] {
    border:0;
    text-align:right;
    background-color:transparent;
}

.txtIndent0 {
    text-indent: 0em;
}

.txtIndent1 {
    text-indent: 1em;
}

.txtIndent3 {
    text-indent: 3em;
}

.txtIndent4 {
    text-indent: 4em;
}

.txtIndent5 {
    text-indent: 5em;
}

.txtIndent6 {
    text-indent: 6em;
}


.txtIndent {
    text-indent: 2em;
}
.centerAlign {
    text-align: center;
    margin: 15px auto;
}


.txt_input_style {
    border:5;
    text-align:right;
    background-color:transparent;
}


.ifr_el_style {
    width: 800;
    height: 600;
}


.ifra_Box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.ifra_Box h2{
    font-size: 24px;
}
.ifra_Box h3{
    font-size: 22px;
}
.ifra_Box h4{
    font-size: 20px;
}
.ifra_Box p {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    line-height: 180%;
}
.ifra_Box table input[type="text"]{
    /* border: 1px solid #000; */
    line-height: 180%;
    width: calc(100% - 20px);
    text-align: left;
    font-size: 18px;
    outline: none;
    padding-right: 5px;
    padding-left: 5px;
}
.ifr_bigTitle_style {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #EE2E2E;
    margin-right: 10px;
}

.ifr_h3Title_style {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #EE2E2E;
    margin-right: 10px;
}

.CNC_table{
    width: 100%;
    border-collapse: collapse;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.CNC_table tr th{
    background: #ccc;
}

.CNC_table tr td{
    text-align: left;
    padding-left: 10px;
    padding-right: 8px;
}
.CNC_table tr td.centerAlign{
    text-align: center;
}
.CNC_table .textRight{
    text-align: right;
}
.ifra_Box img{
    /* width: 100%; */
    margin-top: 10px;
}
.ifra_Box img.width100{
    max-width: 100%;
}
.ifra_Box input.inputLine[type="text"]{
    width: 70%;
    line-height: 24px;
    border-bottom: 1px solid #000;
}
.divFlex{
    display: flex;
    justify-content: space-around;
}
.divFlex p{
    text-align: center;
}
.ifra_Box img.symbol{
    margin-top: 0;
    vertical-align: middle;
}

.ifra_Box table input[type="text"].textRight{
    text-align: right;
}
.ifra_Box textarea{
    width: 100%;
}

.handsOn ._enter {
    display: flex;
    justify-content: space-around;
    margin-left: 240px;
    margin-right: 240px;
}
.handsOn ._enter a {
    display: inline-block;
    width: 343px;
    height: 342px;
}
.handsOn ._enter .itemOne {
    background: url(../images/enter_normal.png) no-repeat;
}

iframe {
    border: 0;
    width: 100%;
    height: 650px;
}