.fullPage{
    padding-bottom:60px;
    min-height: 800px;
}
.tagBox{
    width: 100%;
    /*display: flex;*/
    text-align: center;
}
.tagContent{
    display: inline-block;
    width: 180px;
    height: 34px;
    line-height: 34px;
    margin:0 40px;
    z-index: 28;
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(28, 28, 28);
    border-radius: 17px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    cursor: pointer;
}

.tagContent.cur{
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
}

.productContainer{
    width: 1100px;
    /*height:440px;*/
    margin:auto;
    /*display: flex;*/
    text-align: center;
    padding-top:50px;
    font-size: 0;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    /*white-space:nowrap;*/

}

.product{
    display: inline-block;
    width: 500px;
    /*height: 403px;*/
    margin:0px 30px;
    vertical-align: top;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 15px;

}
.product.package{
    width:270px;
}
.productHeader{
    width: 100%;
    /*height: 132px;*/
    z-index: 6;
    /*background-color: rgb(220, 223, 228);*/
    background-color: #000;
    color:#fff;
    border: none;
    border-radius: 15px 15px 0px 0px;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
}

.productHeader .name{
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}

#productContainervip .productHeader .name{
    height: 40px;
    font-size: 20px;
    line-height: 50px;
}

.productHeader .desc{
    padding: 0 0 15px 0;
}

.productBody{
    width: 100%;
    /*height: 271px;*/
    z-index: 5;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    background-color: #fff;
    padding-top:25px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */

}

.productBody .row,.productHeader .row{
    display:table-row;
    height:40px;
    line-height: 35px;
}
.productHeader .row{
    color:#fff;
    height:35px;
}

.productBody .row .cell,.productHeader .row .cell{
    display:table-cell;
}
.productHeader .row .cell{
    text-align: center;
    border-right:1px solid #eee;
    font-weight: bold;
}
.productHeader .row .cell.first{
    /*border-radius: 10px 0px 0px 0px;*/
}
.productHeader .row .cell.end{
    /*border-radius: 0px 10px 0px 0px;*/
    border-right: 0;
}

.productBody .row .cell:nth-child(1){
    width:100px;
}

.productBody .row .cell:nth-child(2),.productHeader .row .cell:nth-child(2){
    width:200px;
}

.productBody .row .cell:nth-child(3),.productHeader .row .cell:nth-child(3){
    width:100px;
    /*text-align: right;*/
}
.productBody .row .cell.oper{
    font-size:0;
    text-align: center;
}

.productBody .row .cell:nth-child(3)>span{
    display: inline-block;
}

.productBody .row .cell>span,.productHeader .row .cell>span{
    width: 20px;
    height: 20px;
    background-color: rgb(243, 246, 249);
    border: 1px solid rgb(220, 224, 231);
    color: rgb(56, 148, 255);
    font-size: 14px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    cursor:pointer;
    opacity: 1;"
}

.productBody .row .cell .cutNum{
    border-radius: 3px 0px 0px 3px;
}

.productBody .row .cell .addNum{
    border-radius: 0px 3px 3px 0;
}
.productBody .row .cell .productNum{
    width: 50px;border-right: 0;border-left: 0;
}
.productBody .row .cell .productNum>input{
    width:100%;
    height:100%;
    border:0;
    text-align: center;
}

.productFooter{
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.productFooter button{
    width: 180px;
    height: 34px;
    line-height: 34px;
    margin:0px auto 20px;
    z-index: 28;
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 17px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    cursor: pointer;
}


#productContainervip .product:first-child{
    margin-left:20px;
}
#productContainervip .product:last-child{
    margin-right:20px;
}

#productContainerpoint .product,#productContainerright .product{
    width:1060px;
    margin:0 auto;
}

#productContainerpoint .productHeader,#productContainerright .productHeader {
    background-color: #000;
}

#productContainerpoint .product .productHeader .row .cell:nth-child(1),
#productContainerpoint .product .productBody .row .cell:nth-child(1){
    width:275px;
}


#productContainerpoint .product .productHeader .row .cell:nth-child(2),
#productContainerpoint .product .productBody .row .cell:nth-child(2){
    width:225px;
    text-align: center;
}
#productContainerpoint .product .productHeader .row .cell:nth-child(3),
#productContainerpoint .product .productBody .row .cell:nth-child(3){
    width:225px;
}
#productContainerpoint .product .productHeader .row .cell:nth-child(4),
#productContainerpoint .product .productBody .row .cell:nth-child(4){
    width:325px;
}


#productContainerright .product .productHeader .row .cell:nth-child(1),
#productContainerright .product .productBody .row .cell:nth-child(1){
    width:375px;
}


#productContainerright .product .productHeader .row .cell:nth-child(2),
#productContainerright .product .productBody .row .cell:nth-child(2){
    width:325px;
    text-align: center;
}
#productContainerright .product .productHeader .row .cell:nth-child(3),
#productContainerright .product .productBody .row .cell:nth-child(3){
    width:325px;
}


.product span.note{
    font-size: 12px;
    color:#EB611E;
    display: block;
    /*padding:0 40px 0 15px;*/
    /*text-align: left;*/
    line-height: 18px;
}


/*.product .productBody .row:nth-child(1) .cell{*/
/*    text-align: center;*/
/*}*/


.product .productBody .row .cell.changeNum{
    font-size: 0;
}
/*.product .productBody .row:nth-child(1) .cell.changeNum{*/
/*    font-size: 14px;*/
/*}*/

.productBody .row .cell.changeNum>span {
    display: inline-block;

}


#contactus{
    text-align: center;
    margin-top:50px;
    display: none;
}

#contactus .productHeader{
    background-color:#000;
    color: #fff;
    width: 1060px;
    margin:20px auto 0;
    background-image: url("../img/flower.png");
    background-position: left top;
    background-size: 70px 70px;
    background-repeat: no-repeat;

}
#contactus .productHeader>.title{
    color:#EB611E;
    font-size: 24px;
    padding-top:20px;
}
#contactus .productHeader>.title2{
    color:#eee;
    font-size: 14px;
    padding-top:10px;
    padding-bottom:15px;
}


#contactus .productBody{
    width: 1060px;
    margin:0 auto 20px;


}

#contactus .productBody>div:nth-child(1){
    margin-top:20px;
}
#contactus .productBody>div:nth-child(2){
    /*padding:10px 40px;*/
    text-align: center;
}
#contactus .productBody>div:nth-child(2)>span{
    display: inline-block;
    width:230px;
}
#contactus .productBody>div:nth-child(3){
    padding:40px 0 0;
    font-size: 16px;
    color:#888;
}
#contactus .productBody>div:nth-child(4){
    padding:10px 0 60px;
    font-size: 20px;
}
#contactus .productBody>div:nth-child(4)>a{
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
}



#vipMemo{
    text-align: center;
    margin-top:50px;
    display: none;
}

#vipMemo .productHeader{
    background-color:#000;
    color: #fff;
    width: 1060px;
    margin:0 auto;
    border-radius: 0;
}
#vipMemo .productHeader:first-child{
    border-radius: 15px 15px 0 0;
}
#vipMemo .productHeader>div{

}
#vipMemo .productHeader>.title{
    color:#eee;
    font-size: 22px;
    padding:15px;
    font-weight:540;
}


#vipMemo .productBody{
    width: 1060px;
    margin:0 auto;
    border-radius: 0;
    padding: 15px 0;

}
#vipMemo>div:nth-child(2){
    padding:40px 0;
}
#vipMemo>div:last-child{
    border-radius: 0 0 15px 15px;
}
#vipMemo .productBody.admin-memo>div>div{
    display: inline-block;
}
#vipMemo .productBody>div.admin-image>div{
    width: 45%;
    text-align: center;
    padding:25px 0;
}
#vipMemo .productBody>div.admin-image>div>div{
    height:20px;
    line-height: 20px;

}
#vipMemo .productBody>div.admin-image>div>img{
    margin-bottom: 30px;

}
#vipMemo .productBody>div.admin-image>div:first-child{
    border-right:2px solid #eee;
}
#vipMemo .productBody>div.admin-text{
    padding: 2px;
}
#vipMemo .productBody>div.admin-text.admin-text1{
    padding-top: 20px;
}
#vipMemo .productBody>div.admin-text.admin-text2{
    padding-bottom: 20px;
}
#vipMemo .productBody>div.admin-text>div:first-child{
    font-weight: bold;
}

#vipMemo .productBody>div.admin-blank>div{
    width: 45%;
    height:50px;
}
#vipMemo .productBody>div.admin-blank>div:first-child{
    border-right:2px solid #eee;
}

#vipMemo .productBody .note{
    padding: 10px 0;
    font-size: 13px;
    color:#EB611E;

}

#vipMemo .productBody .vip-name{
    font-size: 13px;
    font-weight: 550;
    background-color: #000;
    width: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    /* padding: 5px; */
    border-radius: 11px;
    margin: 0 auto 30px;
}
#vipMemo .productBody .svip-name{
    font-size: 13px;
    font-weight: 550;
    background-color: #EB611E;
    width: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    /* padding: 5px; */
    border-radius: 11px;
    margin: 0 auto 30px;
}


#vipMemo .productBody.admin-child>div>div{
    display: inline-block;
    width: 270px;
    text-align: center;
}
#vipMemo .productBody.admin-child>div:first-child{
    padding:20px 0;
}
#vipMemo .productBody.admin-child>div:last-child{
    padding:10px 0 40px;
}
#vipMemo .productBody.admin-child>div:last-child>div{
    width:auto;
}
#vipMemo .productBody.admin-child>div:last-child>div:first-child{
    font-weight: 550;
}
#vipMemo .productBody.admin-child>div:first-child>div:nth-child(2){
    width: 310px;
}
#vipMemo .productBody.admin-child>div:first-child>div>div:first-child{
    background-color: #888;
    color: #fff;
    width: 32px;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin:0 auto;
}
#vipMemo .productBody.admin-child>div:first-child>div>div:nth-child(2){
    font-size: 16px;
    padding: 10px 0 5px;
}
#vipMemo .productBody.admin-child>div:first-child>div>div:last-child{
    font-size: 12px;
}