﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: medium none;
    font-weight: lighter;
}
a {
    color: #8b2332;
    text-decoration: none;
}
/*@font-face {
    font-family: 'MSung-light';
    src: url('./font/MSung-light.ttf');
    
}
@font-face {
    font-family: 'capitolium2_regular';
    src: url('./font/capitolium2_regular.ttf');
}*/
.displayCss {
    display:none;
}
img {
    vertical-align: middle;
}
input, select {
     font-family: 'MSung-light', 'capitolium2_regular';
     color:#fff;
}
body {
    font-family: 'MSung-light', 'capitolium2_regular';
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    height:100%;
    position: relative;  
}
html {
    height: 100%;
}
button {
    cursor: pointer;
}
#skll-box {
    z-index:1;
    position:relative;
    display: table;
    width:100%;
    height:100%;
    padding: 20px 7%;
    background: url("../images/pop/bg.jpg") no-repeat left top;
    background-size: 100% auto;
}
.logo {
    width:35%;
    display: block;
    margin-bottom: 20px;
}
.logo img {
    width: 100%;
}
.load-text {
    display: block;
    font-size:16px;
}
.mainBox {
    background: -moz-linear-gradient(45deg, #46030d, #b30525);
    background: -webkit-gradient(linear,0 100%,100% 0%,from(#46030d),to(#b30525));
    background: -webkit-linear-gradient(45deg, #46030d, #b30525);
    background: -o-linear-gradient(45deg, #46030d, #b30525);
    display: block;
    width: 100%;
    padding:5%;
    box-shadow: 0 0 15px #46030d;
    margin: 10px auto 20px;
    color: #fff;
}
.mainBox input {
    border:0;
    background: none;
}
.mainForm .title {
    margin: 130px 0 20px 5%;
}
.form-count, .row-full {
    width: 100%;
    display:table;
    clear: both;
    margin-bottom: 10px;
}
.form-count label {
    float:left;
}
.row-full {
    margin: 5px 0;
    display:table;
}
label.numLab {
    width: 68%;
    float:left;
    padding-right:3%;
    word-break: break-all;
    font-size:14px;
}
.input-num {
    width: 32%;
    text-align: center;
}
label.numLab, .input-num {
    display: inline-block;
    vertical-align: middle;
}
.input-num input {
    text-align: center;
    width:100%;
}
.form-count label.numLab, .form-input {
    float:left;
    line-height: 1.6;
    vertical-align: middle;
}
.line {
    width: 100%;
    display: table;
    height:1px;
    background: #fff;
    margin:15px 0;
}
.col-40, .col-60 {
    width:60%;
    float:left;
}
.col-40 {
    width: 40%;
}
.form-input {
    width:65%;
}
.form-count label {
    width:35%;
    line-height:24px;
}
.form-input input {
    width:100%;
    display:table;
    line-height:24px;
    font-size:14px;
}
.row-full .form-count label {
    width: 50%;
}

.row-full .form-count .form-input {
    width:50%;
}
.row-full .col-40 .form-count label {
    width: 60%;
}
.row-full .col-40 .form-count .form-input {
    width: 40%;
}
.note {
    font-size:14px;
}
.sub-note {
    font-size: 12px;
}
.more {
    display: block;
    text-align: center;
}
.more a.btn {
    display: inline-block;
    border: 1px solid #8b2332;
    padding:8px 15px;
    border-width:1px 0;
    margin: 20px auto 15px;
}
@media (max-width:400px) {
    .note {
        font-size:13px;
    }

}
@media (max-width:360px) {
    .form-count label {
        font-size:14px;
    }

}

.form-input-Product {
    width:80%;
}

.form-input-Product input {
    width:100%;
}






.eleHide {
    display: none;
}

.pg-head-action {
    display: table;
    width: 100%;
    text-align: right;
}

.pbg-title-top button {
    padding: 5px 20px;
    display: inline-block;
    background: #fff;
    color: #660f2d;
    border: 1px solid #660f2d;
    margin-top: 10px;
}

    .pbg-title-top button.active {
        background: #660f2d;
        color: #fff;
    }

.display-inline {
    display: inline !important
}

.verifyMain {
    position: absolute;
    z-index: 1001;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    top: 40%;
    left: 50%;
    width: 400px;
    max-width: 85%;
}

.verifySm {
    width: 100%;
    display: flex;
    flex-flow: column;
    font-family: 'MSung-light', 'capitolium2_regular';
}

.v-title {
    background: url("../Images/bg_title_red.png") repeat-x;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 15px;
    border-radius: 12px 12px 0 0;
}

.v-main {
    border: 1px solid #8b1e33;
    padding: 15px 0 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    overflow: hidden;
}

    .v-main p {
        padding: 0 15px;
        font-weight: 500;
    }

    .v-main input[type="button"] {
        cursor: pointer;
    }

.note {
    padding: 0 15px;
    color: #950f2d;
}

.v-from {
    padding: 15px;
}

    .v-from input {
        font-weight: 500;
    }

.v-input {
    width: 55%;
    border: 1px solid #bc9f7d;
    float: left;
}

    .v-input input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        padding-left: 5px;
        width: 100%;
    }

.v-btn-m {
    background: #ddd;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
}

.v-btn {
    background: #333;
    color: #fff;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 60%;
    padding: 12px 25px;
    -webkit-appearance: none;
    border-radius: 0;
}

.v-code {
    width: 45%;
    border: 1px solid #bc9f7d;
    display: inline-flex;
}

    .v-code input {
        line-height: 40px;
        background: #bc9f7d;
        width: 100%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        -webkit-appearance: none;
        border-radius: 0;
    }
