/* common */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a {
    -webkit-appearance: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.font-size-6 {
    font-size: 0.6rem !important;
}

.font-size-8 {
    font-size: 0.8rem !important;
}

.font-size-9 {
    font-size: 0.9rem !important;
}

.font-size-10 {
    font-size: 1rem !important;
}

.font-size-12 {
    font-size: 1.2rem !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #001 !important;
}

.color-grey {
    color: #777 !important;
}

.color-orange {
    color: #f90 !important;
}

.color-red {
    color: #f00 !important;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.text-align-center {
    text-align: center;
}

.line-height-15 {
    line-height: 15px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-50 {
    line-height: 50px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.padding-15 {
    padding: 15px;
}

.padding-0-15 {
    padding: 0 15px;
}

.padding-0-20 {
    padding: 0 20px;
}

.margin-10-0 {
    margin: 10px 0;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.full-width-img {
    width: 100%;
    display: block;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block;
}

.dispaly-table {
    display: table;
}

.dispaly-table-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.position-relative {
    position: relative;
}


/*p1*/

.p1-background {
    background-image: url(../img/2017414.jpg);
    background-size: cover;
    /*background-position: center;*/
    background-attachment: fixed;
}

.p1-v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/picture1.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    z-index: 200;
}
.p1-v1 #video-box video{
    z-index: 200;
    width: 100vw;
    height: 100vh;
}
.enter-btn {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
}

.p1-v2 {
    padding: 0 10%;
}

.p1-logo {
    text-align: center;
    height: 220px;
    padding-top: 70px;
}

.p1-logo img {
    width: 100%;
    height: auto;
}

.p1-select-box {
   z-indez:2; position: relative;
    width: 100%;
    margin-top: 40px;
    z-index:2;
}

.p1-select {
    width: 100%;
    color: #000;
    background: transparent;
    border: 1px solid #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    z-index: 100;
    background-color: #fff;
}

.p1-select-bg {
    width: 100%;
    background: #fff;
    color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.p1-select img {
    display: inline;
    width: 15px;
    margin-left: 10px;
}

.p1-option-box {
    background: transparent;
    width: 100%;
    display: none;
}

.p1-option {
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
    background: rgba(255,255,255,0.6);
}

.p1-option .p1-option-box-text1 {
    line-height: 20px;
}

.p1-option .p1-option-box-text2 {
    line-height: 20px;
    font-size: 0.8rem
}

.p1-other {
    width: 100%;
    background: rgba(255,255,255,0.4);
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
}

.p2-header {
    width: 100%;
}

.p2-header img {
    width: 100%;
    height: auto;
    display: block;
}

.p2-list {
    width: calc(100% + 15px);
    margin: 15px 0;
    font-size: 0;
}

.p2-item {
    width: 50%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    display: inline-block;
}

.p2-item-img {
    width: 100%;
    height: auto;
    display: block;
}

.p2-item-title {
    height: 40px;
    margin: 10px 0;
}

.p2-item-btn {
    width: 80%;
    margin: 0 auto 10px;
}

.heart-black {
    height: 15px;
    width: auto;
    position: relative;
    top: 2px;
}

.heart-red {
    height: 15px;
    width: auto;
    position: relative;
    top: 2px;
    display: none;
}

.border-ccc {
    border: 1px solid #ccc;
}

.border-f00 {
    border: 1px solid #f00;
}

.border-001 {
    border: 1px solid #001;
}

.p3-header {
    width: 100%;
    position: relative;
}

.p3-header img {
    width: 100%;
    height: auto;
    display: block;
}

.p3-header-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.p3-header-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001;
    opacity: 0.5;
}

.p3-content {
    position: relative;
    top: -20px;
    width: 90%;
    border: 1px solid #001;
    margin: 0 auto;
    background: #fff;
}

.p3-content-title {
    margin: 20px 0;
}

.p3-item-btn {
    width: 160px;
    margin: 0 auto 10px;
}

.p3-item-description {
    padding: 15px 15px 40px;
    min-height: 200px;
}

.p3-to-p1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 50px;
    border: 1px solid #001;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #001;
    font-size: 0.9rem;
    background: #fff;
}

.p3-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.p3-fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001;
    opacity: 0.3;
}

.p3-fixed-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 300px;
}

.p3-fixed-content-qrcode {
    width: 100%;
    height: auto;
    display: block;
}

.p3-fixed-content-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: auto;
}