html, body {
    height: 100%;
}

body {
    font-family: Helvetica,'Times New Roman','Microsoft YaHei',SimHei;
    margin: 0 auto;
    font-size: 16px;
    background-color: #e2e0d3;
    background-attachment: fixed;
}

.head {
    text-align: center;
    width: 100%;
    background-color: #b8232f;
    height: 69px;
    padding: 10px 0;
	display:none;
}

    .head img {
        height: 50px;
    }

.head-title1 {
    color: #fff;
    font-size: 18px;
}

.head-title2 {
    color: #fff;
    font-size: 14px;
}
.banner img{
	width: 100%;
}
.content {
    padding: 20px;
}

.content-Error {
    display: none;
}

.main2 {
    background: url('leftbg.png') no-repeat left bottom;
    height: calc(100% - 210px);
    background-size: 108px, 135px;
    min-height: 720px;
}
.main {
    background-size: 108px, 135px;
	 min-height: 500px;
}

.content-input {
    width: 100%
}

.inputwynnid {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #aba99f;
    height: 40px;
    /* border: none; */
    padding: 0.5em 0 0.5em 3%;
    border-radius: 0;
}

.content-input-Accept {
    font-size: 10px;
    width: 100%;
    background-color: transparent;
    border: 0;
    overflow-y: scroll;
    height: 110%;
}

.content-input-Accept-div {
    height: 100px;
}

.content-input-Accept-a {
    text-decoration: none;
}

    .content-input-Accept-a:hover {
        text-decoration: none;
    }

    .content-input-Accept-a:active {
        text-decoration: none;
    }

.inputwynnid:active, .inputwynnid:focus {
    outline: none;
}

.inputcode {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #aba99f;
    height: 40px;
    /* border: none; */
    padding: 0.5em 0 0.5em 3%;
    border-radius: 0;
}

    .inputcode:active, .inputcode:focus {
        outline: none;
    }

.btn-Confirm-no {
    background-color: gray !important;
}

.btn-Confirm-yes {
    background-color: #b8232f !important;
}

.inputcode2 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #333;
    background: #fff;
    padding: 0.5em 0 0.5em 3%;
    border-radius: 5px;
}

.select {
    margin-bottom: 15px;
    border: 1px solid #aba99f;
    background: #fff;
    /*padding: 0.5em 0 0.5em 3%;*/
    border-radius: 5px;
    height: 36px;
    width: 100%;
}

.select1 {
    width: 96%;
    margin-right: 4%;
}

.select2 {
    width: 96%;
    margin: 0 2%;
}

.select3 {
    width: 96%;
    margin-left: 4%;
}

.Modal-title-Redeem-success {
    font-size: 18px;
    color: #629c44;
    text-align: center;
    font-weight: bolder;
}

.col-md-12 .btn-red, .col-xs-12 .btn-red {
    display: block;
    width: 200px;
    margin: 0 auto;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    background-color: #b8232f;
    /*
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b32625),to(#771a19));
    background-image: -webkit-linear-gradient(top,#b32625,#771a19);
    background-image: -moz-linear-gradient(top,#b32625,#771a19);
    background-image: -o-linear-gradient(top,#b32625,#771a19);
    background-image: linear-gradient(to bottom,#b32625,#771a19);
        */
}

.content-title1 {
    font-size: 30px;
}

.content-title-head-en {
    font-size: 27px;
	height:27px;
}

.content-title-head {
    font-size: 29px;
	height:31px;
}

.content-title-head2 {
	
}

.content-title2 {
}

.content-title3 {
}

.content-input-title {
    line-height: 30px;
    margin-bottom: 5px;
}

.content-input {
    margin-top: 25px;
}

.content2 {
    display: none;
    padding: 20px;
}

.content2-text {
    display: block;
    margin-top: 50px;
    line-height: 30px;
}

    .content2-text p {
        font-size: 18px;
    }

.content2-title {
    /*margin-top: 50px;*/
}

.Gift-content {
    display: none;
    background-color: #FFF;
    height: 300px;
    margin: auto 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    border-radius: 5px;
}

.Gift-content-EN {
    height: 370px;
}

.Accept-Content {
    display: none;
    background-color: #FFF;
    height: 400px;
    margin: auto 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 5px;
}

.Accept-Content-div {
    height: 350px;
    overflow-y: scroll;
    font-size: 14px;
    top: 25px;
}

.Gift-content-title {
    margin-top: 20px;
    padding: 20px;
}

.Gift-content-pwd {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #333;
    background: #fff;
    padding: 0.5em 0 0.5em 3%;
    border-radius: 5px;
    text-align: center;
    -webkit-text-security: disc;
}

.Gift-content-success {
    display: none;
    background-color: #FFF;
    height: 250px;
    margin: auto 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    border-radius: 5px;
}

.btn-success {
    width: 100% !important;
}



.Modal-error-title {
    font-size: 16px;
    letter-spacing: -0.4px;
    display: block;
    text-align: center;
    color: #b8232f;
}


.Confirm-Error {
    display: none;
    background-color: #FFF;
    height: 300px;
    margin: auto 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    border-radius: 5px;
}



.Modal-title {
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

#msg {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.Confirm-Verification-Code {
    display: none;
    background-color: #FFF;
    height: 100px;
    margin: auto 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.Confirm-Verification-Code-nc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100px;
    padding-top: 25px;
}

.slider .label {
    margin-left: 20px;
}


@media screen and (min-width: 320px) {
    .main2 {
        min-height: 640px;
    }

    .col-md-12 .btn-red, .col-xs-12 .btn-red {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .Confirm-Verification-Code {
        margin: auto 15px;
    }

    .slider .label {
        margin-left: 25px;
        font-size: 15px !important;
    }

    .Gift-content-EN {
        height: 400px;
    }
    .content-title-head-en {
        font-size: 24px;
    }

}

.action-sheet-backdrop {
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

    .action-sheet-backdrop.active {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

.spinner {
    margin: 300px auto 0;
    width: 150px;
    text-align: center;
    display: none;
}

    .spinner > div {
        width: 30px;
        height: 30px;
        background-color: #FFF;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
