/*--- reset code ---*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,

tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.bg {
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #FFF;
}



.banner {
pointer-events: none;
-webkit-user-select: none;
    /* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE/Edge */
user-select: none;
/* 标准语法 */
}

*/ label {
    position: relative;
}

#fileinp {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


#text {
    color: red;
}

input:disabled {
    border: 1px solid #DDD;
    background-color: #F5F5F5;
    color: #ACA899;
}


/* 蒙板 */
.loading_bg {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
}

/* 蒙板 */


/* 弹出框 */
.showAlert-overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.showAlert-box {
    width: 22rem;
    height: auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.btn_showAlert {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.btn {
    margin-top: 30px;
}


.main {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    padding: 10px auto;
    font-size: 18px;
}

/* 弹出框 */

.tel_input {
    display: flex;
    justify-content: flex-start;
    width: 99%;
}



input {
    -webkit-appearance: none;
    border-radius: 0;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
    /*-- W3Layouts --*/
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*--- end reset code ---*/
body {
    width: 100%;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    z-index: -1;
    font-family: 'Lato', sans-serif;
}

/* 解决IOS背景不固定 */
body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bg.jpg) center 0 no-repeat;
    background-size: cover;
}

.divider {
    border-top: 1px solid #b4b4b4;
    /* 这是上边框样式 */
    margin: 20px 0;
    /* 上下外边距提供空间 */
}

h1.header-bifipv {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    /* padding-top: 15px; */
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}

h2 {
    font-size: 30px;
    color: #FFF;
}

p {
    font-size: 16px;
    color: #c3c3c3;
    margin: 20px 0 30px;
}

.content-bifipv {
    width: 35%;
    margin: 20px auto 50px;
    background-color: #FFF;
    /* background-color:rgba(10, 11, 11, 0.54); */
    /* opacity: 0.8; */
    padding: 55px 50px;
}

.content-wthree1,
.content-wthree2,
.content-wthree3,
.content-wthree4 {
    width: 100%;
    margin: 0;
    padding: 0;
}


.form-control {
    padding-bottom: 10px;
}

.form-control:nth-child(6) {
    padding-bottom: 0;
}

label.header {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    letter-spacing: 2px;
    text-transform: capitalize;
    float: left;
    margin-bottom: 12px;
    width: 100%;

}

ul.w3-size li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 13%;
    background-color: rgba(0, 0, 0, 0.38);
    margin-right: 10px;
}

ul.w3-size li a {
    display: block;
    padding: 14px 0;
    color: #fff;

}

ul.w3-size li.blue {
    background: #00abff;
    height: 50px;
}

ul.w3-size li.red {
    background: #FF0000;
    height: 50px;
}

ul.w3-size li.green {
    background: #008000;
    height: 50px;
}

ul.w3-size li.yellow {
    background: #ffff00;
    height: 50px;
}

ul.w3-size li.white {
    background: #fff;
    height: 50px;
}

input#first_name,
input#last_name,
input#company,
input#email,
input#job_title,
input#mail_code,
input#inviter,
input#Inviting_Department,
input#Inviting_Company,
input#Invitation_Code {
    border: none;
    color: #000000;
    text-align: justify;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    background-color: rgba(141, 131, 131, 0.3);
    margin-bottom: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;

}

input#first_name,
input#email,
input#last_name,
input#company,
input#job_title,
input#mail_code,
input#inviter,
input#Inviting_Department,
input#Inviting_Company,
input#Invitation_Code {
    -webkit-appearance: none;
    height: 40px;
    padding: 0 15px;
    width: 94.5%;
    border-radius: 0;
    -webkit-border-radius: 0;

}

select {
    border: 1px solid #fff;
    color: #fff;
    text-align: justify;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    background-color: rgba(82, 56, 76, 0.15);
    height: 40px;
    padding: 0 15px;
    width: 56%;
}

select option {
    background-color: #ffffff;
    color: #000000;
}

select.dropdown,
input#first_name,
input#last_name,
input#company,
input#job_title,
input#phone,
input#mail_code,
input#Invitation_Code,
input#Inviting_Department,
input#Inviting_Company,
input#inviter,
input#email {
    -webkit-appearance: none;
    border: none;
    color: #000000;
    text-align: justify;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    background-color: rgba(141, 131, 131, 0.3);
    height: 40px;
    padding: 0 15px;
    width: 94.5%;
    margin-bottom: 16px;

}

select,
.tickets input[type="number"] {
    -webkit-appearance: button;
    border: none;
    color: #000000;
    text-align: justify;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    background-color: rgba(141, 131, 131, 0.3);
    height: 40px;
    padding: 0 15px;
    width: 99%;
    margin-bottom: 16px;
}

.date {
    background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
    cursor: pointer;
    padding: 8px 0;
}

label.rating {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.wthreesubmitaits {
    margin-top: 0px;
    text-align: center;
}

.content-wthree3 {
    margin-top: 70px;
}

.wthreesubmitaits input[type="submit"],
.btn {
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    border: none;
    outline: none;
    background: #f51434;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 0;
}

.wthreesubmitaits input[type="submit"]:hover {
    background: #16b6ce;
}

.bifipv-btn {
    margin-top: 0px;
}

.upload-btn input[type="file"] {
    color: #fff;
    outline: none;
    border-radius: 0;
}

/*-- radio button --*/
span {
    color: #f51434;
}

.grid-w3layouts1 ul li,
.grid-w3layouts2 ul li {
    color: #fff;
    display: block;
    position: relative;
    height: 40px;
    float: left;
    width: 50%;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;
    padding: 21px 0px 0px 47px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul li:hover label {
    color: #FFFFFF;
}

ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 33px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul li:hover .check {
    border: 2px solid #FFFFFF;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
    border: 2px solid #f51434;
}

input[type=radio]:checked~.check::before {
    background: #f51434;
}

input[type=radio]:checked~label {
    color: #f51434;
}

.grid-w3layouts2 {
    margin-top: 3em;
}

/*-- /radio button --*/
label.enquiry {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    float: left;
    text-align: justify;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 12px;

}

textarea#message {
    height: 150px;
    padding: 15px;
    width: 95.2%;

}

input::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 0.5;
}

input:-moz-placeholder {
    /* Firefox 18- */
    -webkit-appearance: button;
    color: #fff !important;
    opacity: 0.5;

}

input::-moz-placeholder {
    /* Firefox 19+ */
    -webkit-appearance: none;
    color: #fff !important;
    opacity: 0.5;

}

input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

textarea::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    opacity: 0.5;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 0.5;
}

textarea::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.register {
    background-color: #0a6ad0;
    width: 20%;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    height: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}

.register:hover {
    background-color: #f51434;
    color: #fff;
}

.reset {
    background-color: #f51434;
    width: 20%;
    float: left;
    height: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}

.reset:hover {
    background-color: #0a6ad0;
    color: #fff;
}

.content-wthree4 .form-control {
    padding-bottom: 0;
}

p.copyright {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;

}

p.copyright a {
    color: #f51434;
}

p.copyright a:hover {
    color: #fff;
}


/*-- responsive design --*/
@media (max-width:1440px) {

    .tel_input {
        width: 100%;
    }

    input#first_name,
    input#email,
    input#last_name,
    input#company,
    input#job_title,
    input#mail_code,
    input#inviter,
    input#Inviting_Company,
    input#Inviting_Department,
    input#Invitation_Code,
    .tickets input[type="number"] {
        -webkit-appearance: none;
        width: 94%;
        border-radius: 0;
    }

    select#metting {
        width: 100% !important;
    }

    .bg {
        width: 100%;
        height: 60px;
        background-color: #000;
        color: #FFF;
    }

    @media (max-width: 1366px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 40%;
        }
    }

    @media (max-width: 1280px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 43%;
        }
    }

    @media (max-width:1080px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 50%;
        }
    }

    @media (max-width: 1024px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 50%;
        }
    }

    @media (max-width: 991px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 55%;
        }
    }

    @media (max-width: 900px) {}

    @media (max-width: 800px) {
        .tel_input {
            width: 100%;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            -webkit-appearance: none;
            width: 93%;
            border-radius: 0;
        }
    }

    @media (max-width: 768px) {
        .tel_input {
            width: 100%;
        }

        h1.header-bifipv {
            font-size: 40px;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            -webkit-appearance: none;
            width: 93%;
            border-radius: 0;
        }


    }

    @media (max-width: 736px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 60%;
        }

    }

    .tel_input {
        width: 100%;
    }

    @media (max-width: 667px) {
        .content-bifipv {
            width: 65%;
            margin: 20px auto 40px;
            padding: 35px 35px;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            width: 93%;
            -webkit-appearance: none;
            border-radius: 0;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            width: 93%;
            -webkit-appearance: none;
            border-radius: 0;
        }

        h1.header-bifipv {
            font-size: 30px;
            margin-top: 10px;
        }

        .tel_input {
            width: 100%;
        }

    }

    @media (max-width: 640px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 70%;
        }

    }

    @media (max-width: 600px) {
        .tel_input {
            width: 100%;
        }

        label.header {
            font-size: 17px;
        }


        p.copyright {
            font-size: 15px;
            padding-bottom: 0;
        }

        .content-bifipv {
            width: 72%;
        }
    }

    @media (max-width: 568px) {
        .tel_input {
            width: 100%;
        }

        .content-bifipv {
            width: 80%;
        }
    }

    @media (max-width: 480px) {
        .tel_input {
            width: 100%;
        }

        h1.header-bifipv {
            font-size: 26px;
        }

        .content-bifipv {
            width: 65%;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Department,
        input#Inviting_Company,
        input#Invitation_Code,
        .tickets input[type="number"] {
            width: 92%;
            -webkit-appearance: none;
            border-radius: 0;
        }

        .content-bifipv {
            width: 85%;
            padding: 20px 18px;
        }

        label.rating {
            font-size: 16px;
        }

        label.header {
            font-size: 16px;
        }
    }

    @media (max-width: 414px) {
        .tel_input {
            width: 100%;
        }

        h1.header-bifipv {
            font-size: 24px;
        }

        label.rating {
            font-size: 15px;
        }

        .content-bifipv {
            width: 86%;
            margin: 20px auto 25px;
        }

        ul.w3-size li {
            width: 15%;
        }

        h1.header-bifipv {
            padding-top: 30px;
            line-height: 33px;
        }
    }

    @media (max-width: 384px) {
        .tel_input {
            width: 100%;
        }

        h1.header-bifipv {
            font-size: 22px;
        }

        p.copyright {
            padding: 0 10px;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            width: 89.5%;
            -webkit-appearance: none;
            border-radius: 0;
        }
    }

    @media (max-width: 375px) {}

    @media (max-width: 320px) {
        h1.header-bifipv {
            font-size: 22px;
            -webkit-appearance: none;
        }

        input#first_name,
        input#email,
        input#last_name,
        input#company,
        input#job_title,
        input#mail_code,
        input#inviter,
        input#Inviting_Company,
        input#Inviting_Department,
        input#Invitation_Code,
        .tickets input[type="number"] {
            width: 87.5%;
            -webkit-appearance: none;
            border-radius: 0;
        }

        .form-control {
            padding-bottom: 12px;
        }

        ul li .check::before {
            height: 8px;
            width: 8px;
            top: 2px;
            left: 2px;
        }

        ul li .check {
            height: 12px;
            width: 12px;
            top: 17px;
            left: 15px;
        }

        ul li label {
            font-size: 14px;
            padding: 14px 0px 0px 39px;
            margin: 2px auto;
            height: 32px;
        }

        .grid-w3layouts2 {
            margin-top: 2.3em;
        }

        h1.header-bifipv {
            padding-top: 20px;
        }

        label.header {
            font-size: 14px;
        }

        .bifipv-btn {
            margin-top: 24px;
        }

        .bg {
            width: 100%;
            height: 60px;
            background-color: #000;
            color: #FFF;
        }
    }

    .divider {
        border-top: 1px solid #b4b4b4;
        /* 这是上边框样式 */
        margin: 20px 0;
        /* 上下外边距提供空间 */
    }

    .box {
        border: 1px solid #000;
        padding: 10px;
        margin-bottom: 10px;
    }

}