/* footer#twm-global-footer .totop {
  position: fixed;
  bottom: 10px;
} */

/* .container {
  text-align: center;
  margin: 0;
} */

/* .container:before {
    height: 140px;
} */

.container h2 {
    font-size: 1.2em;
    margin: 30px 0;
    opacity: .8;
    text-align: center;
}

polygon {
    fill: white;
}

.bgfix {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: auto;
    left: 0;
}

.completeheader {
    display: block;
    position: relative;
    z-index: 12;
    text-align: center;
    font-weight: normal;
    font-size: 2.5em;
    margin-bottom: 1em;
    margin-top: 20px;
}

.iconchecked {
    display: inline-block;
    width: 72px;
    height: auto;
    margin-right: 1em;
    vertical-align: middle;
    transform: translateY(-.2em);
}

.sep {
    display: block;
    position: relative;
    z-index: 12;
    margin: 2em auto;
    width: 95%;
    max-width: 900px;
    border: 0;
    border-top: 1px solid #ccc;
}

.onclickheader {
    background: #f1f2f5;
    display: block;
    position: relative;
    height: 15vw;
}


/* .onclickheader .kv {
    display: none;
    width: 25vw;
    height: auto;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-115%, -50%);
} */

.onclickheader h1 {
    display: block;
    width: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%);
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.45;
}

.onclickheader h1 span {
    display: inline-block;
    background: black;
    color: white;
    border-radius: 4px;
    margin-right: 4px;
    padding: 4px 8px;
}

.onclickheader .talk {
    display: block;
    position: absolute;
    top: 22%;
    left: 55%;
    transform: translate(-40%, -50%) rotate(-10deg);
    font-size: 1.1em;
}

.onclickheader .talk:before {
    content: '';
    display: block;
    position: absolute;
    top: -54%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 80%;
    height: 1px;
    border-top: 1px solid black;
}

.onclickheader .triangleset {
    display: block;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    width: 40%;
}

.stepbar {
    padding: 2em 0 2em 0;
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.stepbar a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: .5em 1.5em;
    color: white;
    background: #c0c2c3;
    border-radius: 2em;
    /* padding-left: 3em; */
    margin: 0 1.2em;
    font-size: 16px !important;
}

.stepbar a.selected {
    background: #ff9b0b;
    color: #fff !important;
    font-size: 1.25rem;
}

.stepbar a.old {
    background: #333;
    color: #fff;
}

.stepbar a:before {
    content: '';
    width: 2em;
    height: 1px;
    border-top: 1px solid #c0c2c3;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-45%);
}

.stepbar a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #c0c2c3;
    position: absolute;
    top: 50%;
    left: calc(100% + 2em);
    transform: translateY(-45%);
}

/* .stepbar a span {
    display: block;
    font-size: 1em;
    font-family: Arial;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-45%);
} */

.stepbar a:last-child:before,
.stepbar a:last-child:after {
    display: none;
}

.floatblock {
    display: block;
    /* width: 100%; */
    /* max-width: 900px; */
    /* margin: 0 auto; */
    position: relative;
    z-index: 99;
    transition: all .2s;
    background-color: transparent;
}

.floatblock.overlaptop {
    margin-top: -5vw;
}

.floatblock .tag {
    display: block;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all .2s;
    background: black;
    color: white;
    font-size: 1em;
    padding: .3em .8em;
    border-radius: 2em;
}

.floatblock .con {
    /* display: block;
    width: 100%;
    margin: 0 auto; */
    border-radius: 3px;
    transition: all .2s;
    padding: 2em 4em;
    background: linear-gradient(114deg, rgba(255, 109, 0, 1) 0%, rgba(255, 148, 0, 1) 60%);
    color: #fff;
    text-align: center;
}

.floatblock .con strong {
    display: block;
    font-weight: normal;
    font-size: 1.25em;
    transform: translateY(-.5em);
}

.floatblock .con p {
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.floatblock .con p a {
    display: inline-block;
    color: black;
    text-decoration: underline;
}

.floatblock .con h2 {
    font-weight: normal;
    margin: 0;
    /* transform: translateY(-.4em); */
}

.floatblock .con h2 span {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-.1em);
}

.floatblock .con h2 .serial {
    font-size: .6em;
    position: relative;
    display: inline-block;
    transform: translateY(-.2em);
    vertical-align: middle;
    border: 1px solid white;
    margin-right: .5em;
    padding: .2em .5em;
}

.floatblock .con h2 .larger {
    font-weight: normal;
    xxx-margin-right: .5em;
    xxtransform: translateY(.2em);
    vertical-align: middle;
}

.floatblock .conblack {
    display: block;
    width: 100%;
    margin: -1em auto 0 auto;
    position: relative;
    padding: 2em 4em 1em 4em;
    background: #4d4d4e;
    color: white;
    text-align: center;
    font-weight: normal;
}


/* .floatblock:after {
    content: '';
    display: block;
    width: 90%;
    height: 100%;
    margin-top: -10em;
    border-radius: 2px;
    position: absolute;
    bottom: -20%;
    left: 5%;
    z-index: -2;
    background: #b15000;
    -webkit-filter: blur(30px);
    opacity: .6;
} */

.floatblock .blockrow {
    display: flex;
    margin: .5em 0;
    flex-wrap: wrap;
    text-align: center;
}

.floatblock .blockrow .item {
    display: block;
    width: calc(25% - .6em);
    min-height: 7em;
    margin: .3em;
    padding: 4.5em .3em 0 .3em;
    border: 3px solid white;
    text-align: center;
    position: relative;
    background: white;
    color: orange;
}

.floatblock .blockrow .item:first-child {
    width: 100%;
    padding: 4.5em .3em 1em .3em;
}

.floatblock .blockrow .item b {
    color: black;
    margin: .3em 0;
    font-size: .92em;
    font-weight: normal;
    position: absolute;
    top: .7em;
    left: 0;
    text-align: center;
    width: 100%;
}

.floatblock .blockrow .item p {
    display: block;
    transform: translateY(-50%);
    font-size: 1.15em;
    line-height: 130%;
    vertical-align: middle;
    margin: 0;
}

.floatblock .btn-detail {
    display: block;
    font-size: 1em;
    color: white;
    opacity: .5;
    cursor: pointer;
}

.floatblock .btn-detail:hover {
    opacity: 1;
    text-decoration: underline;
}

.floatblock .triangleset {
    display: block;
    position: absolute;
    top: 40%;
    left: 1%;
    transform: translateY(-50%);
    width: 40%;
    z-index: 15;
    opacity: .18;
}


/* ================= inputset ======================= */
.inputset {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.inputset h4 {
    font-size: 1.8em;
}

.inputset .sectitle {
    font-weight: normal;
    font-size: 1.3em;
    margin: .5em 0;
}

.inputset .sectitle:before {
    content: url(../icon/icon-checked-green.svg);
    display: inline-block;
    width: 1.5em;
    height: auto;
    margin-right: .2em;
    transform: translateY(.3em);
}

.inputset>p.error {
    display: block;
    display: none;
    width: auto;
    background: #ff373e;
    color: white;
    padding: .1em .8em;
    border-radius: .8em;
    font-size: 1.2em;
}

.inputset>p.error img {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    transform: translateY(.1em) rotate(-90deg);
    margin-right: .5em;
}

.inputset>p.error.show {
    display: block;
}

.inputobj {
    padding: .5em 0;
    position: relative;
}

.inputobj .inputobj {
    padding: 0;
}

.inputobj span {
    display: block;
    margin: .3em 0 8px 0;
}

.inputobj>span:first-child {
    width: 100%;
}

.inputobj span .note {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: .5em;
    font-size: .9em;
    opacity: .6;
    /* 210809 */
}
/* 20240122 */
.inputobj input[type="text"],
.inputobj input[type="number"],
.inputobj input[type="date"],
.inputobj input[type="password"] {
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: .3em 0;
    background: #f1f2f8;
    position: relative;
    z-index: 4;
    height: 50px;
}

input[type='password'] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1em;
    min-width: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* 20240122 end*/

.inputobj img {
    display: inline-block;
    height: 50px;
    width: auto;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.inputobj p {
    margin: 0;
}

.inputobj p span {
    display: inline-block;
    margin: 0;
}

.inputobj p span.larger {
    font-size: 2em;
    margin-right: .4em;
    vertical-align: middle;
    transform: translateY(-.1em);
}

.inputobj p span.red {
    color: #ff373e;
}

.inputobj p.larger {
    font-size: 1.3em;
    margin-right: .4em;
}

.inputobj p.red {
    color: #ff373e;
}

.inputobj p.errormsg {
    display: none;
}

.inputobj p.note {
    display: block;
    color: #999;
}

.inputobj a {
    font-size: 1em;
    color: #17a0ff;
    cursor: pointer;
}

.inputobj a:hover {
    text-decoration: underline;
}

.inputobj .btn-refresh {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../icon/icon-refresh.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}

.inputobj span.inline label {
    display: inline-block;
    width: auto;
    margin-right: 1em;
}

.inputobj span.inline input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: .5em;
}

.inputobj.vcode input {
    display: inline-block;
    width: 45%;
    min-width: auto;
    height: 50px;
}

.inputobj.birthday select {
    display: inline-block;
    width: calc(33.33% - .55em);
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

.inputobj.birthday select:last-child {
    margin-right: 0;
}

.inputobj.radioset {
    padding-left: 2.1em;
    position: relative;
    margin-left: 2.1em;
}

.inputobj.radioset input[type="radio"] {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 1.5em;
    left: 0;
}

.inputobj.addressset .inline {
    display: inline-flex;
    width: 100%;
}

.inputobj.addressset select {
    display: inline-block;
    width: calc(33.33% - .55em);
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

.inputobj.addressset input.zipcode {
    display: inline-block;
    width: 33.33%;
    min-width: auto;
    height: 50px;
    margin-right: 0;
    margin-top: 0;
}

.inputobj.addressset input[type="text"],
.inputobj.addressset input[type="number"],
.inputobj.addressset input[type="date"] {
    display: block;
}

.inputobj.checkbox input[type="text"],
.inputobj.addressset input[type="number"],
.inputobj.addressset input[type="date"] {
    display: inline-block;
    width: auto;
    height: 50px;
}

.inputobj.checkbox input[type="radio"],
.inputobj.addressset input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
}

.inputobj.checkbox.slim * {
    line-height: 2em;
}

.inputobj.checkbox.slim input {
    height: auto;
}

.inputobj.phoneset {
    display: block;
}

.inputobj.phoneset input {
    display: inline-block;
    min-width: 5%;
    width: auto;
    height: 50px;
}

.inputobj.phoneset input:nth-of-type(1) {
    width: 18%;
    margin-right: 1em;
}

.inputobj.phoneset input:nth-of-type(2) {
    width: 44%;
    margin: 0 1em;
}

.inputobj.phoneset input:nth-of-type(3) {
    width: 18%;
    margin-left: 1em;
}

.inputobj.otpcode input {
    display: inline-block;
    width: calc(50% - .55em);
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

.inputobj.otpcode .btn-sendotp,
.inputobj.otpcode .btn-refresh,.btn-primary-line {
    display: inline-block;
    width: calc(33.33% - .55em);
    min-width: auto;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    background: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 1.25rem;
    vertical-align: middle;
    border-radius: 30px;
    color: #333;
    /* 210809 */
}
.inputobj.otpcode .btn-primary-line,
.inputobj.otpcode .btn-primary-line.active,
.inputobj.otpcode .btn-primary-line:focus{
    color: #FF6700;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #FF6700;
    margin-right: .5em;
    text-decoration: none;
    opacity: 1;
}
.inputobj.otpcode .btn-primary-line:hover{
    color: #FF6700 !important;
    background-color: white;
    border: 1px solid #FF6700;
    opacity: .8;
}

.inputobj.otpcode .btn-primary-line.disabled{
    border: 1px solid #e2e2e2 !important;
    opacity: .8 !important;
    background: #e2e2e2 !important;
    color: #a7a6a6 !important;
    cursor: default;
}

@media (max-width:600px){
    .inputobj.otpcode .btn-primary-line,
    .inputobj.otpcode .btn-primary-line.active,
    .inputobj.otpcode .btn-primary-line:active,
    .inputobj.otpcode .btn-primary-line:focus{
        width: calc(33.33% - .25em);
        color: #FF6700 ;
        background-color: white;
        border-radius: 25px;
        border: 1px solid #FF6700;
        margin-right: .5em;
        text-decoration: none;
        outline-color: none;
    }
}

.inputobj.otpcode .btn-sendotp {
    background: #ff9400;
    border: 0;
    color: white;
    margin-right: .5em;
    text-decoration: none;
}

.inputobj.otpcode .btn-sendotp.disabled {
    background: #e2e2e2;
    color: #a7a6a6;
    cursor: default;
}

.inputobj.otpcode .btn-refresh {
    margin-right: 0;
}

.inputobj.otpcode .backcounter {
    display: inline-block;
    width: calc(33.33% - .55em);
    min-width: auto;
    height: 50px;
    margin-top: 0;
    padding: .6em 0;
    vertical-align: middle;
    display: none;
}

.inputobj.otpcode .backcounter.show {
    display: inline-block;
}


/* 20240122  */
.inputobj.imgcode input {
    display: inline-block;
    width: calc(55% - .55em);
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

.inputobj.imgcode  .imgcode-captcha{
    display: inline-block;
    width: 42%;
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

 .refresh-click,.refresh-click:active,.refresh-click.active {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../icon/icon-refresh.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: .35;
    border: none;
} 


/* 20240122 end */
.inputobj.red {
    color: #ff373e;
}

.inputobj.floatright {
    position: absolute;
    top: 0;
    right: 0;
}

.inputobj.inlineblock {
    display: inline-block;
}

.inputobj.inrow span {
    display: inline-block;
    width: 30%;
}

.inputobj.inrow input {
    display: inline-block;
    width: 69%;
}

.inputobj.error input {
    border: 1px solid #ff373e;
}

.inputobj.error input.notmust {
    border: 1px solid #ccc;
}

/* 20220308 */
/* .inputobj.error .error {
    display: block;
    width: 1.8em;
    height: 1.8em;
    background: #ff373e;
    border-radius: 8em;
    z-index: 66;
    position: absolute;
    right: 0;
    top: 4.65em;
    transform: translate(-50%, -50%);
    -ms-transform: translateX(-50%, -36px);

    background-image: url(../icon/icon-error-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
} */

.inputobj.error.inrow .error {
    top: 2.1em;
}

.inputobj.error.withradio .error {
    top: 6.9em;
}

.inputobj.error.phoneset .error {
    right: 32.5%;
}

.inputobj.error.otpcode .error {
    right: auto;
    left: 28%;
}

.inputobj.error p.errormsg {
    color: #ff373e;
    display: block;
}

.inputobj.must span:after {
    content: '*';
    color: #ff373e;
    display: inline-block;
    margin-left: 2px;
    transform: scale(1.4) translateY(1px);
}

.inputobj.must span.inline:after {
    display: none;
}

.inputobj.icon-phone input,
.inputobj.icon-person input {
    display: block;
    padding-left: 3.5em;
    position: relative;
    /*z-index:4;*/
}

/* 20240122 */
.inputobj.icon-person input.inlin_block{
    display: inline-block;
}

.inputobj.idNumber input {
    display: inline-block;
    width: calc(90% - .55em);
    min-width: auto;
    height: 50px;
    margin-right: .5em;
}

.inputobj.idNumber  .on-number{
    display: inline-block;
}
.inputobj.idNumber  .on-number {
    display: inline-block;
    width: auto;
    max-width: 50px;
    height: 50px;
    margin-right: .5em;
}
.eyes-click{
    display: inline-block;
    width: 32px;
    height: 32px;
	background-image: url(../icon/icon-eye.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: .6;
}
.eyes-click-slash{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: .6;
    background-image: url(../icon/icon-eye-hide.svg);
}
/* 20240122 end */

.inputobj.icon-phone:before {
    content: url(/content/action/webv3/oneclick/icon/icon-phone.svg);
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50px;
    left: .7em;
    z-index: 6;
}

.inputobj.icon-person:before {
    content: url(/content/action/webv3/oneclick/icon/icon-user.svg);
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50px;
    left: .7em;
    z-index: 6;
}

.btnset {
    text-align: center;
}

/* .btnset .btn {
    display: block;
    width: auto;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    margin: 1.5em 0;
    border: 0;
    color: #fff;
} */

.btnset.btns-2 .btn {
    width: 45%;
    margin: 1.5em .5em;
    border: 0;
    color: #fff;
}

.btnset .btn:hover,
.btnset .btn:active {
    border: 0;
}

@media (max-width:1680px) {
    .onclickheader {
        height: 20vw;
        /* 1004 */
    }

}

@media (max-width:1366px) {
    .onclickheader {
        height: 20.5vw;
        /* 1004 */
    }

    .onclickheader h1 {
        top: 50%;
        /* 1004 */
    }
}

@media -ms-viewport,
screen and (max-width:1200px) and (min-width:961px) {
    .onclickheader {
        height: 30vw;
        /* 1004 */
    }

    .onclickheader .kv {
        width: 39vw;
        transform: translate(-120%, -50%);
    }

    .onclickheader h1 {
        font-size: 3.5em;
    }

    .stepbar a {
        padding: .2em 1em;
    }

}

@media -ms-viewport,
screen and (max-width:960px) and (min-width:641px) {
    .onclickheader {
        height: 30vw;
    }

    .onclickheader .kv {
        width: 39vw;
        transform: translate(-120%, -50%);
    }

    .onclickheader h1 {
        font-size: 2em;
    }

    .stepbar a {
        padding: .85em 1.85em;
    }

    .onclickheader h1 {
        top: 48%;
        /* 1004 */
    }
}

@media -ms-viewport,
screen and (max-width:640px) {
    .inputobj.floatright {
        position: relative;
    }

    .onclickheader {
        height: 18vh;
    }

    .onclickheader .kv {
        display: none;
    }

    .onclickheader h1 {
        word-break: keep-all;
        text-align: center;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2em;
        width: 100%;
    }

    .onclickheader .talk {
        top: 24%;
        left: 50%;
        word-break: keep-all;
        transform: translate(-24%, -50%) rotate(-10deg);
        font-size: 1em;
    }

    .onclickheader .talk:before {
        top: -56%;
        transform: translate(-50%, -50%) rotate(-5deg);
        width: 80%;

    }

    .triangleset {
        width: 90% !important;
    }

    .floatblock.overlaptop {
        margin-top: 0;
    }

    .floatblock .con {
        padding: 1.25em;
    }

    .floatblock .con h2 {
        font-size: 1.45em;
    }

    .floatblock .blockrow .item {
        width: 46.5%;
        min-height: 7em;
    }

    .floatblock .blockrow .item:first-child {
        width: 100%;
    }

    .floatblock:after {
        bottom: -10%;
        opacity: .2;
    }

    .floatblock .conblack {
        padding: 2em 1em 1em 1em;
    }

    .stepbar {
        padding: 1.5em 0 1em;
    }

    .stepbar a {
        margin: 0 .05em;
        padding: .5em 1em;
    }

    .stepbar a:before,
    .stepbar a:after {
        display: none;
    }

    .inputobj span .note {
        font-size: .85em;
    }

    .inputobj.vcode input {
        width: 100%;
    }

    .inputobj.radioset input[type="radio"] {
        top: .5em;
    }

    .inputobj.inrow span {
        display: inline-block;
        width: 100%;
    }

    .inputobj.inrow input {
        display: inline-block;
        width: 100%;
        min-width: auto;
    }

    .inputobj.phoneset input:nth-of-type(1) {
        width: 15%;
        margin-right: .5em;
    }

    .inputobj.phoneset input:nth-of-type(2) {
        width: 44%;
        margin: 0 .5em;
    }

    .inputobj.phoneset input:nth-of-type(3) {
        width: 15%;
        margin-left: .5em;
    }

    .btnset {
        width: 100%;
    }

    .btnset.btns-2 {
        padding: 0;
    }

    .btnset.btns-2 .btn {
        width: 100%;
        margin: 1.5em 0;
    }

    .inputobj.error.otpcode .error {
        right: 0;
        left: auto;
    }

    .onclickheader .triangleset {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .inputobj.error.withradio .error {
        top: 6em;
    }

    .inputobj.error .error {
        top: 4.35em;
        -ms-transform: translateX(-50%, -36px);
        /* IE/Edge */
    }
}

select {
    -webkit-appearance: none;
    /* Webkit */
    -moz-appearance: none;
    /* FF */
    -ms-appearance: none;
    /* Edge */
    appearance: none;
    /* Future */

    /* Optional styles */
    padding: 0.3em 1.5em 0.3em 0.6em;
    border: 1px solid currentColor;
    background: white;
    border-radius: 3px;
    font-size: inherit;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px 12px;
    background-image: url("../icon/icon-arrowdown.svg");

}

/* IE11 */
select::-ms-expand {
    display: none;
}





/*=============================  20210414 TWM =========================*/

.topbg {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 .85rem;
    background: #f1f2f5;
    position: relative;
}

.contract_table {
    position: relative;
}

.lab-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    background-color: #ff6d00;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.overlaycon table {
    margin-bottom: 5%;
}

.content {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.inputset {
    padding: 0 15px;
}

.lab-fix .inputobj.checkbox {
    color: #fff;
}


a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: rgb(248, 248, 248);
    text-decoration: none;
}

.primary-color {
    color: #ff6d00;
}

.topbg>.read_link {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 3rem;
}

.topbg>.read_link>a {
    cursor: pointer;
}

.managebox_article>.read_link>a,
.topbg>.read_link>a {
    padding: .5em 0 .6em;
    font-size: 16px;
}

.managebox_article>.read_link>a>.icon,
.topbg>.read_link>a>.icon {
    font-size: 24px;
    margin-right: .15em;
    vertical-align: middle;
}

.managebox_article>.read_link>a,
.topbg>.read_link>a {
    color: #333;
    opacity: .75;
    letter-spacing: 0;
    line-height: 1.6;
    /* text-decoration: underline; */
}

.managebox_article>.read_link>a:hover,
.topbg>.read_link>a:hover {
    color: #ff6d00;
    /* text-decoration: underline; */
}

.read_link>a>.icon,
.topbg>.read_link>a>.icon {
    color: #ff6d00;
    opacity: 1;
    width: auto;
    height: auto;
}

@media (max-width:640px) {
    .topbg>.read_link {
        padding: 1.5rem 0;
    }


}

/* =================tab  UI  ==================*/
.tab-section {
    width: 100%;
    max-width: 480px;
    margin: 15px auto;
    /* 1004 */
}

.tab-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    height: 50px;
    margin-bottom: 25px;
}

.tab-nav a {
    line-height: 50px;
    color: #1c1c1c;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 0 25px;
    font-weight: 500;
}

.tab-nav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #ff6100;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tab-nav a:hover,
.tab-nav a:active {
    color: #ff6100 !important;
}

.tab-nav a.active:after {
    opacity: 1;
}

.ui-space {
    padding: 0;
    margin: 2rem 0;
}

.space-bt {
    margin-bottom: 5rem;
}


@media (max-width:640px) {
    .tab-nav a {
        line-height: 50px;
        font-size: 16px;
        letter-spacing: 1.3px;
        padding: 0px 5px;
    }

    .tab-nav {
        height: 50px;
        margin-bottom: 0px;
    }


}

/* ================= momo page ===============*/

.page-section {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.page-section .top-head {
    padding-top: 2rem;
    padding-bottom: 0;
}

.page-section .top-head p {
    font-size: 16px;
    font-weight: 500;

}

.page-section .memo-link p {
    font-size: 16px;
    color: #333;
    padding: 12px 0 0 0;
    text-align: left;
}

.page-section .form-head {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-left: 6px;
}

.page-section .momo-form {
    padding: 1em 0em;
    border-radius: 8px;
    display: block;
    background-color: transparent;
}

.page-section .momo-form {
    padding: 0 15px;
}

.page-section .momo-block {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgb(0, 0, 0, .5); */
}

.form-control-feedback {
    width: 100%;
}

@media (max-width:640px) {
    .manage_carousel {
        width: 92%;
        margin: 0 auto;
    }

    .topbg {
        padding-top: 1rem;
    }
}

/*  20210809 */
.tag-block {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.tag-block span {
    display: inline-block;
    font-weight: 600;
    color: #b6b6b6;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b6b6b6;
    padding: .375rem .1rem;
    font-size: 13px;
    line-height: 1.25;
    border-radius: .5rem;
    margin: 5px 0;
    opacity: .9;
    width: 72px;
}

.tag-block span.active {
    opacity: 1;
    color: #eb8c04;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #eb8c04;
}

.managebox_header {
    padding: 0;
    min-height: 280px;
    /* 1004 */
}

.managebox-code {
    font-size: 16px;
    opacity: .8;
    line-height: 1.6;
}

.managebox_header>.dl>dt>.paging {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 0rem;
    display: inline-block;
    margin-right: 0;
    float: right;
}

.managebox_header dd,
.managebox_header dt {
    line-height: 1;
}

.managebox_header>.dl>dd {
    padding-top: 10px;
}

.managebox_article>.aside,
.managebox_article>.rbox {
    min-height: rem;
}


.managebox_header>.bg,
.finish_app>dd>a>img {
    margin-bottom: -1px;
}

.w-sm-25 {
    max-width: 25%;
}

.w-sm-35 {
    max-width: 35%;
}

.manage_carousel {
    margin-bottom: 0em;
}

.card-top {
    background: #fff;
    padding: 15px 10px 8px;
}

.card-top-title {
    height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    /* 1004 */
}


.card-top p {
    font-weight: bold;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
    text-align: left;
}



@media (max-width:1190px) {
    .content {
        max-width: 900px;
        padding: 0;
    }

    .w-sm-25 {
        max-width: 50%;
    }
}


@media (max-width:768px) {
    .w-sm-25 {
        max-width: 75%;
    }

    .managebox_header {
        padding: 0px;
        min-height: 285px;
        /* 1004 */
    }

    .tag-block span {
        font-size: 13px;
    }

    .card-top {
        padding: 15px 0px 8px;
    }

    .tag-block span {
        width: 70px;
    }

    .manage_carousel {

        padding-bottom: 0em;
    }

    .card-top p {
        padding: 0 15px;
        font-size: 16px;
    }
}

@media (max-width:640px) {
    .tag-block span {
        font-size: 12px;
    }

    .managebox_header {
        padding: 0px;
        min-height: 260px;
        /* 1004 */
    }

    .managebox_article {
        padding: .6em 20px;
    }

}


/* fancybox  popuplayer*/



.facybox-article {
    width: 100%;
    max-width: 640px;
    padding: 2rem 0px;
}

.facybox-article.w960 {
    max-width: 960px;
}

.contbox {
    padding: 10px 15px;
}

.icon-style {
    display: inline-block;
    text-align: center;

}

.facybox-article p {
    font-size: 15px;
    margin: 10px 0 0 0;
}

.facybox-article p.facyboxtxt {
    margin: 10px 0 0 0;
}

.facybox-article .indent_1 {
    margin: 0 0 0 1em;
    padding-left: 20px;
    list-style-type: cjk-decimal;
    line-height: 1.6;
}

.icon-style-newphone {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/content/action/webv3/smartContract/icon/icon-newphone.svg) center center no-repeat;
}

.icon-style-rt {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/content/action/webv3/smartContract/icon/icon-rt.svg) center center no-repeat;
}

.icon-style-price {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/content/action/webv3/smartContract/icon/icon-price.svg) center center no-repeat;

}

.facybox-footer {
    text-align: center;
}

.facybox-footer .note {
    font-size: .85em;
    color: #222;
    padding: 10px 15px;
}

.twm-primary {
    color: #ff6d00;
}

.pading-set {
    padding-right: 15px;
    padding-left: 15px;
}


.conbox {
    padding: 10px 15px;
}

.conbox table th,
.conbox table td {
    vertical-align: top;
    padding: .5em;
    border: 1px solid #ccc;
}

.conbox table tr td:nth-child(1) {
    min-width: 150px;
}

@media (max-width:768px) {
    .facybox-head h4 {
        font-size: 2rem;
    }

    .fancy-box-secondid {
        width: 95%;
        padding: 15px;
    }

    .conbox {
        padding: 0px;
    }

}

@media (max-width:640px) {
    .conbox table tr td:nth-child(1) {
        min-width: 100%;
        display: block;
        padding: 10px 0px 5px;
        font-weight: 600;
        border: 0;
    }

    .conbox table tr td {
        display: block;
        border: none;
        padding: 0;
        padding-bottom: 10px;
    }


}

/* ============= 2021/12/08 ==============*/
.onclicktop.onclick-bg h1 {
    text-indent: 101% !important;
    white-space: nowrap;
    overflow: hidden !important;
    line-height: 0;
    margin: 0;
}

.onclicktop.onclick-bg {
    background: #f1f2f5;
    display: block;
    height: 340px;
    margin: auto;
    position: relative;
    background: url(/content/action/webv3/smartContract/icon/oneclick-kv.jpg) 52% 45% no-repeat #eff0f2;
}

.onclicktop-contents {
    display: block;
    width: 100%;
    max-width: 580px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    z-index: 1;
}

.onclicktop-contents .onclicktop-h1 span {
    display: inline-block;
    background: transparent;
    color: #ff6100;
    border-radius: 0px;
    padding: 0px;
    margin: 0;
}

.onclicktop-contents .onclicktop-h1 {
    display: block;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
}

.onclicktop-contents .talk-sub {
    display: block;
    font-size: 1.45rem;
    padding: 10px 0;
}

.onclick-intro {
    width: 100%;
    max-width: 960px;
    padding: 1.8rem 15px 10px;
    text-align: center;
    margin: 0 auto;
}

.introtxt {
    margin: 0;
    padding: 5px 0;
    font-weight: 400;
    color: #222;
    text-align: center;
}

.introtxt span {
    color: #ff6100;
}

.introtxt.intro-sm-txt {
    font-size: 1rem;
}

.introtxt.intro-md-txt {
    font-size: 1.6rem;
    font-weight: 500;
}

@media (max-width:640px) {
    .onclick-intro {
        padding: 20px 15px 0px;
    }

    .onclicktop.onclick-bg {
        height: 200px;
        background-position: -50% 50%;
        background-size: cover;
    }

    .onclicktop-contents {
        padding: 0 1.8rem;
    }

    .introtxt.intro-md-txt {
        font-size: 21px;
    }

    .onclicktop-contents .onclicktop-h1 {
        font-size: 28px;
    }

    .onclicktop-contents .talk-sub {
        display: block;
        font-size: 16px;
        padding: 10px 0;
    }
}


/* fancybox  popuplayer*/
/* ==== 20210107  start =======*/
.onclick-popup .facybox-head h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.onclick-popup .facybox-article.w960 {
    height: 700px;
    overflow-y: auto;
}

.onclick-popup .facybox-article.w960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px;
}

.onclick-popup .contbox {
    padding: 10px 15px;
}

.icon-style {
    display: inline-block;
    text-align: center;
}

.onclick-popup .facybox-article h3 {
    font-size: 24px;
    text-align: left !important;
    margin: 20px 0 10px;
}


.onclick-popup,
.onclick-popup .conbox table th,
.onclick-popup .conbox table td {
    font-size: 16px;
    line-height: 1.6;
}

.onclick-popup .contract_table {
    padding: 0;
}

.onclick-popup .indent_2 li {
    margin-bottom: 4px;
}

.onclick-popup .facybox-article p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


/* 20220111 */
.btn-style-active {
    background: #ff6d00 !important;
    color: #fff !important;
}

.btn-style-active:hover {
    color: #ffffff !important;
    background-color: #e24f38 !important;
}


