* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    /*  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;*/
}

html {
    min-height: 100%;
}

body {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background: #efeff4;
    margin: 0 auto;
    width: 100%;
    -webkit-text-size-adjust: none;
    font-family: helvetica;
    min-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
}

a {
    color: #333;
    outline: medium none;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.left {
    float: left !important;
    display: inline;
}

.right {
    float: right !important;
    display: inline;
}

.left {
    float: left !important;
    display: inline;
}

.right {
    float: right !important;
    display: inline;
}

.clearf {
    clear: both;
    line-height: 0;
    height: 0%;
    font: 0px Arial;
    overflow: hidden;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #dddddd;
}

input:-moz-input-placeholder {
    font-size: 14px;
    color: #dddddd;
}

input::-moz-input-placeholder {
    font-size: 14px;
    color: #dddddd;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #dddddd;
}

/*
 *公共头部
 */
/*整体*/
.wrap {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wrap header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 44px;
    background: #fd656a;
}

/*标题*/
.wrap header h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-weight: normal;
}

/*返回按钮-中文版*/
.wrap header .back-btn {
    padding-left: 3%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 9%;
    height: 44px;
    background: url(../images/back-btn.png) no-repeat left center;
    background-size: auto 22px;
    background-origin: content-box;
}

/*head右边聊天按钮*/
.wrap header .chat-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 10%;
    height: 44px;
    background: url(../images/chat.png) no-repeat right center;
    background-size: auto 20px;
    background-origin: content-box;
}

/*head右边聊天按钮*/
.wrap header .home-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 10%;
    height: 44px;
    background: url(../images/home.png) no-repeat right center;
    background-size: auto 20px;
    background-origin: content-box;
}

/*head右边电话按钮*/
.wrap header .phone-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 10%;
    height: 44px;
    background: url(../images/header-phone.png) no-repeat right center;
    background-size: auto 20px;
    background-origin: content-box;
}

/*head右边照相机按钮*/
.wrap header .zhaoxj-img {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 28px;
    height: 44px;
    background: url(../images/xj-img.png) no-repeat right center;
    background-size: auto 17px;
    background-origin: content-box;
}

/*head右边删除按钮*/
.wrap header .delete-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 28px;
    height: 44px;
    background: url(../images/delete-img.png) no-repeat right center;
    background-size: auto 17px;
    background-origin: content-box;
}

.wrap header .diandian-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 28px;
    height: 44px;
    background: url(../images/diandian-img.png) no-repeat right center;
    background-size: 20px auto;
    background-origin: content-box;
}

/*head右边注册按钮*/
.wrap header .reg-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 10%;
    line-height: 44px;
    color: #fff;
    background-origin: content-box;
    text-align: right;
}

/*头部左边的关闭按钮*/
.wrap header .close-btn {
    padding-left: 3%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 28px;
    height: 44px;
    background: url(../images/h_close_ico.png) no-repeat left center;
    background-size: 15px auto;
    background-origin: content-box;
}

/*头部右边的分类按钮*/
.wrap header .class-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 25px;
    height: 44px;
    background: url(../images/sihuan-img.png) no-repeat right center;
    background-size: 14px auto;
    background-origin: content-box;
}

/*头部右边的搜索按钮*/
.wrap header > .search-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 35px;
    height: 44px;
    background: url(../images/h_search_ico.png) no-repeat right center;
    background-size: 23px auto;
    background-origin: content-box;
}

/*头部右边的搜索按钮(带加号)*/
.wrap header > .search-plus-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 35px;
    height: 44px;
    background: url(../images/h_search_plus_ico.png) no-repeat right center;
    background-size: 23px auto;
    background-origin: content-box;
}

/*头部右边的添加按钮*/
.wrap header > .add-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 28px;
    height: 44px;
    background: url(../images/h_circle_add_ico.png) no-repeat right center;
    background-size: 17px auto;
    background-origin: content-box;
}

/*头部右边的分享按钮*/
.wrap header > .share-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 30px;
    height: 44px;
    background: url(../images/h_share_ico.png) no-repeat right center;
    background-size: 15px auto;
    background-origin: content-box;
}

/*头部右边的下载按钮*/
.wrap header .down-btn {
    padding-right: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 25px;
    height: 44px;
    background: url(../images/zdjg-down.png) no-repeat right center;
    background-size: 14px auto;
    background-origin: content-box;
}

/*
 *主体section
 */
.main-section {
    margin-top: 44px;
}

/*
 *遮罩
 */
.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background: rgba(0, 0, 0, 0.5);
}

/*
 *异常页面（不带弹窗）
 */
section.main-section .yc-onemain {
    width: 94%;
    padding: 99px 3% 0;
    text-align: center;
}

section.main-section .yc-onemain img {
    width: 88px;
    height: 88px;
}

section.main-section .yc-onemain p {
    font-size: 13px;
    color: #666;
    padding-top: 14px;
}

section.main-section .yc-onemain a.yc-csbtn {
    display: inline-block;
    color: #1fa8ec;
    width: 30%;
    height: 29px;
    line-height: 29px;
    margin-top: 21px;
    border: 1px solid #a7d2f4;
    border-radius: 3px;
}

section.main-section .yc-onemain a.yc-csbtn:hover {
    background: #dbdbdb;
}

/*
 *异常页面（带弹窗）
 */
.mask .ycmask-wangluo {
    position: absolute;
    left: 50%;
    margin-left: -114px;
    width: 235px;
    height: 148px;
    margin-top: 154px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.mask .ycmask-wangluo img {
    width: 40px;
    height: 42px;
    padding-top: 21px;
}

.mask .ycmask-wangluo p {
    font-size: 13px;
    color: #666;
    padding: 14px 10px 0;
}

.mask .ycmask-wangluo p.alert-ptext {
    margin-top: 36px;
}

.mask .ycmask-wangluo .ycmask-bottom.alert-twobtn {
    margin-top: 43px;
}

.mask .ycmask-wangluo .ycmask-bottom {
    height: 39px;
    margin-top: 16px;
    border-top: 1px solid #e2e2e2;
}

.mask .ycmask-wangluo .ycmask-bottom .ycmask-backbtn {
    display: inline-block;
    width: 49.5%;
    height: 39px;
    border-right: 1px solid #e2e2e2;
}

.mask .ycmask-wangluo .ycmask-bottom .ycmask-backbtn p {
    color: #333;
    padding-top: 13px;
}

.mask .ycmask-wangluo .ycmask-bottom .ycmask-chongshimbtn {
    display: inline-block;
    width: 49.5%;
    height: 39px;
}

.mask .ycmask-wangluo .ycmask-bottom .ycmask-chongshimbtn p {
    color: #333;
    padding-top: 13px;
}

/*
 *各项不满足输入条件时，按钮置灰
 */
.grey-bluebtn {
    background-color: #d5d5d5 !important;
    color: #fff !important;
    border: 1px solid #d5d5d5 !important;
}

/*
 *body
 */
/*
 *公共弹窗
 */
.rp-tc {
    z-index: 700;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -63px 0 0 -118px;
    width: 236px;
    height: 126px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rp-tc .rp-tc-tit {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rp-tc .rp-tc-tit p {
    padding: 0 1em;
    width: 236px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rp-tc .rp-tc-btn a {
    display: block;
    line-height: 40px;
}

.rp-tc .rp-tc-btn a:hover {
    background-color: #dbdbdb;
}

.rp-tc .rp-tc-btn .rp-tc-btn-one {
    border-radius: 0 0 4px 4px;
}

.rp-tc .rp-tc-btn .rp-tc-btn-left {
    width: 50%;
    border-radius: 0 0 0 4px;
}

.rp-tc .rp-tc-btn .rp-tc-btn-right {
    width: 50%;
    border-radius: 0 0 4px 0;
    border-left: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rp-tc .rp-tc-btn .rp-tc-blue {
    color: #1fa8ec;
}

.public-none {
    position: fixed;
    top: 50%;
    margin-top: -43px;
    padding-top: 70px;
    width: 100%;
    color: #999;
    text-align: center;
    background: url(../images/none-tea.png) no-repeat center top;
    background-size: 48px auto;
}

/*加载*/
.loading-con {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
}

.loading-con .loading-tb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loading-con .loading-tb img {
    width: 40px;
    height: auto;
    margin-top: -44px;
}

span.redxing {
    color: red !important;
    font-size: 28px !important;
}

.yzb-tc-body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background: rgba(0, 0, 0, 0);
    border-radius: 6px;
    width: 204px;
    height: 60px;
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    margin: 206px auto;
}

.yzb-tc-body .yzb-tc-img {
    float: left;
    width: 46%;
    padding: 11px 23px;
    position: relative;
    box-sizing: border-box;
}

.yzb-tc-body .yzb-tc-img div {
    position: absolute;
    right: 20px;
    bottom: 6px;
    color: #F13741;
    -webkit-text-stroke: 1px white;
}

.yzb-tc-body .yzb-tc-img div h4 {
    display: inline-block;
}

.yzb-tc-body .yzb-tc-img div h2 {
    display: inline-block;
}

.yzb-tc-body .yzb-tc-text {
    width: 54%;
    float: right;
    margin-top: 12px;
    color: #fff;
}

.yzb-tc-body .yzb-tc-text p {
    margin-bottom: 6px;
    font-size: 13px;
}

.yzb-tc-body .yzb-tc-text span {
    font-size: 13px;
}

.shipin-width {
    width: 107%;
    height: 220px;
    margin-left: -4%;
}

/*
 *组装盒详情页面滚动条样式为透明
 */
::-webkit-scrollbar {
    width: 4px;
    color: red;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/*
 *下载app_v02_151220.html
 */
/*赢文创展入场券*/
.cj-body.ywcz-body {
    background: #8795CE url(../images/rp-cjbg4.png) no-repeat top center;
    background-size: 100% auto;
}

/*背景*/
.cj-body {
    background: #dd360f url(../images/rp-cjbg2.png) no-repeat top center;
    background-size: 100% auto;
}

.cj-body section.cj-maintop {
    margin-top: 52%;
    margin-left: 1%;
    margin-bottom: 20%;
}

/*机会个数*/
.act-num {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.act-num .yellow-shuzitext {
    font-size: 12px;
    width: 100%;
}

.act-num .yellow-shuzitext span {
    display: inline-block;
    background: #ff3902;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 7px;
    margin-top: -1px;
    color: #fff;
    border-radius: 100px;
}

.act-num .yellow-shuzitext p {
    color: #ff3902;
    width: 88%;
}

.act-num img.djsm-img {
    width: 80%;
}

.act-num .act-nummain {
    width: 132px;
    font-size: 12px;
    margin: 28px auto;
    text-align: center;
    padding: 0 10px 0 5px;
    border-radius: 15px;
    background: #fffff2;
}

.act-num .act-nummain img {
    position: relative;
    /*  top: -3px;*/
    width: 15px;
}

.act-num .act-nummain p {
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
    padding: 2px 0;
    color: #ffc29a;
}

.act-num .act-nummain p span {
    display: inline-block;
    padding: 0 2px;
    font-size: 20px;
    color: #ff7371;
}

.act-cj {
    background: url(../images/zp_bg.png) no-repeat left center;
    background-size: 100% 100%;
    /* width: 92%;
    margin: 0 3%; */
    width: 340px !important;
    margin: 0 auto !important;
}

.act-cj .act-cjmain {
    /* width: 92%; */
    width: 310px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
}

.act-cj .act-cjmain ul {
    width: 100%;
}

.act-cj .act-cjmain ul li {
    position: relative;
    list-style: none;
    width: 32%;
}

.act-cj .act-cjmain ul li .jp-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: yellow;
    opacity: .5;
    border-radius: 4px;
}

.act-cj .act-cjmain ul li:nth-child(3n) {
    margin-right: 0;
}

.act-cj .act-cjmain ul li a {
    padding: 39% 0;
}

.act-cj .act-cjmain ul li img {
    width: 100%;
    height: 79px;
}

.act-selectbtn {
    width: 80%;
    margin: 40px auto 30px;
}

.act-selectbtn a {
    font-size: 10px;
    padding: 10px 11px;
    border-radius: 16px;
    background: #3d2924;
}

.act-selectbtn a.selectbtn-left {
    color: #fec700;
}

.act-selectbtn a.selectbtn-right {
    color: #ef4656;
}

.act-shuming {
    width: 100%;
    margin-bottom: 30px;
}

.act-shuming .shuoming-titleimg {
    width: 79%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.act-shuming .shuoming-titleimg img {
    width: 100%;
    margin-left: -1%;
}

.act-shuming .act-smmain {
    width: 76%;
    margin: 0 auto;
}

.act-shuming .act-smmain p {
    font-size: 12px;
    line-height: 1.6em;
}

.act-shuming .act-smmain p.act-shuming-title {
    color: #ffde64;
    font-size: 14px;
    margin-bottom: 6px;
}

.cj-touchmain {
    width: 54%;
    margin: 15px auto 20px;
}

.cj-touchmain img {
    width: 100%;
}

.cj-hdshuoming {
    width: 95%;
    margin: 111% auto 25px;
}

.cj-hdshuoming .cj-hdshuoming-main {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 2%;
    box-sizing: border-box;
}

.cj-hdshuoming .cj-hdshuoming-main h4 {
    font-size: 13px;
    color: #fff;
    padding: 6px 0 5px 0;
}

.cj-hdshuoming .cj-hdshuoming-main p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
}

.cj-hdshuoming .cj-hdshuoming-main p.hdsm-right {
    color: #f37a33;
}

.cj-hdshuoming .cj-hdshuoming-main img {
    width: 100%;
    padding: 15px 0 10px;
}

.act-footer {
    width: 100%;
    height: auto;
    text-align: center;
    background: #dd360f;
}

.act-footer p {
    font-size: 14px;
    margin: 14px 0;
}

.act-footer span.line-two {
    font-size: 12px;
    margin-bottom: 10px;
}

.act-footer span.line-three {
    font-size: 12px;
    margin-bottom: 26px;
}

.act-footer p {
    color: #fff;
    display: block;
}

.act-footer img.aef-erweima {
    width: 29px;
    height: auto;
    margin-top: -20px;
}

.zhuanpan-phb-bg {
    background: url('../images/md-bg.png') no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
    position: relative;
    width: 350px !important;
    margin: 5% auto !important;

    box-sizing: border-box;
}

.zhuanpan-phb-bg .zj-title {

    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    padding-top: 20px;

}

.zhuanpan-phb-bg img.zhuanpan-phb-bgimg {
    width: 100%;
    height: 100%;
    left: 1.5%;
    top: 0;
    margin-left: -1.5%;
    position: absolute;
}

body.zhuanpan-download-body .zhuanpan-phb-bg img.zhuanpan-phb-bgimg {
    width: 100%;
    height: 100%;
    left: 1.5%;
    top: 0;
    margin-left: -1.5%;
    position: absolute;
}

.zhuanpan-phb-bg p {
    color: #FEFE9A;
}

.zhuanpan-phb-bg p.zhuanpan-mingdan-martop {
    margin-top: 15px;
}

.zhuanpan-phb-bg .zhuanpan-mingdan {
    position: relative;
    padding-left: 5%;
    width: 90%;
}

.zhuanpan-phb-bg .zhuanpan-mingdan p.mingdan-tel {
    position: absolute;
    left: 40%;
    margin-left: -3px;
}

/*中奖弹窗*/
.cj-alert {
    width: 100%;
}

.cj-alert .yyy-alert-yellow {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 294px;
    height: 311px;
    top: 50%;
    margin-top: -156px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    background: none;
}

.cj-alert .yyy-alert-yellow .yyy-alert-mainimg img {
    width: 310px;
}

.cj-alert-btn {
    margin-top: 20px;
}

.cj-alert-btn img {
    width: 84px;
}

.yyy-alert-yellow img.yyy-alert-whitecha {
    position: absolute;
    right: -11px;
    top: -30px;
    width: 14px;
    padding: 10px;
}

/*实名认证*/
.smrz-body {
    background: #8B99F4 url(../images/sm-bg.png) no-repeat 0 0;
    background-size: 100% auto;
}

.smrz-section {
    padding: 0 12%;
}

.smrz-section .smrz-input {
    width: 100%;
    padding-top: 70%;
    margin: 0 auto;
}

.smrz-section .smrz-input input {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 18px;
    border: 0;
    border-radius: 20px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.smrz-section .smrz-sex p.choose-sex {
    font-size: 16px;
    margin: 16px 0 12px 8%;
}

.smrz-section .smrz-sex .smrz-sex-choose {
    color: #333;
    width: 56%;
    margin: 0 auto 16px;
}

.smrz-section .smrz-sex .smrz-sex-choose .choose-nan {
    display: inline-block;
}

.smrz-section .smrz-sex .smrz-sex-choose .choose-nan span {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-top: 3px;
}

.smrz-section .smrz-sex .smrz-sex-choose .choose-nan b {
    display: inline-block;
    color: #333;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/nonechecked-btn.png) no-repeat 0 center;
    background-size: 17px auto;
}

.smrz-section .smrz-sex .smrz-sex-choose b.checked {
    background: url(../images/checked-btn.png) no-repeat 0 center;
    background-size: 17px auto;
}

.smrz-section .amrz-sfz p {
    font-size: 16px;
    margin: 12px 0 15px 8%;
}

.smrz-section .amrz-sfz .amrz-sfz-lineone {
    margin-bottom: 13px;
}

.smrz-section .amrz-sfz .amrz-sfz-lineone img {
    width: 100%;
}

.smrz-section .amrz-tjbtn a {
    display: block;
    width: 256px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: #ffcc03;
    border-radius: 14px;
    margin: 38px auto;
}

/*投票排行榜*/
.tpph-body {
    /*padding-top:43px;*/
    background: #6E3DF1;
    background-size: 100% auto;
}

.tpph-body .tpph-topimg img {
    width: 100%;
}

.tpph-body .tpph-phlist {
    height: 400px;
    padding: 26px 8% 8px;
    width: 94.4%;
    background: #fff url(../images/tiao.png) no-repeat center -1px;
    background-size: 104% auto;
    margin: 10px auto;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}

.tpph-body .tpph-phlist .tpph-mingdan-title {
    position: relative;
    margin-bottom: 22px;
}

.tpph-body .tpph-phlist p {
    width: 3em;
    text-align: center;
    font-size: 14px;
}

.tpph-body .tpph-phlist .tpph-mingdan-title p.mingdan-duiming {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -12px;
}

.tpph-body .tpph-phlist .tpph-mingdan-list p.mingdan-duiming {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30%;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tpph-body .tpph-phlist .tpph-mingdan-list {
    position: relative;
    margin-bottom: 22px;
    color: #666;
}

.gundong-tiao {
    height: 330px;
    overflow-y: scroll;
}

.gundong-tiao::-webkit-scrollbar {
    width: 0px !important;
}

.gundong-tiao::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.gundong-tiao::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dddddd;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.tpph-body .tpph-phlist .tpph-mingdan-list p.pm-1 {
    width: 2em;
    height: 22px;
    display: inline-block;
    background: #fff url(../images/guanjun.png) no-repeat center 0;
    background-size: 22px auto;
}

.tpph-body .tpph-phlist .tpph-mingdan-list p.pm-3 {
    width: 2em;
    height: 22px;
    display: inline-block;
    background: #fff url(../images/jijun.png) no-repeat center 0;
    background-size: 22px auto;
}

.tpph-body .tpph-phlist .tpph-mingdan-list p.pm-2 {
    width: 2em;
    height: 22px;
    display: inline-block;
    background: #fff url(../images/yajun.png) no-repeat center 0;
    background-size: 22px auto;
}

.tpph-body .tpph-phlist .tpph-mingdan-list p.pm-4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 2em;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #fff url(../images/paiming-quan.png) no-repeat center 0;
    background-size: 22px auto;
}

.tpph-body .tpph-tptext {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 17px 0 14px 0;
}

.tpph-body .tpph-btn a {
    display: block;
    width: 256px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: #FFCC03;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tpph-body .tpph-bottomimg img {
    width: 100%;
}

.layui-m-layercont img {
    width: 200px;
    height: 200px;
}

.myerweima {
    padding: 30px;
}

/*我的奖品页面*/
.myprice-maintab {
    width: 94%;
    margin: 0 auto;
    background: #fff;
}

.myprice-maintab .myprice-erweima {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.myprice-maintab .myprice-xuxian img {
    width: 100%;
}

.myprice-prense {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    /*
        background: url(../images/myprice-bottombg.png) no-repeat 93% center;
        background-size: 120px auto;
        min-height: 120px;
    */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.myprice-prense h3 {
    /*margin-bottom: 12px;*/
    font-weight: normal;
    padding-top: 30px;
}

.myprice-prense h4 {
    font-weight: normal;
    line-height: 23px;
}

.myprice-prense h3 b {
    color: #ffa18d;
}

.myprice-prense p {
    line-height: 23px;
    width: 80%;
}

.prizefangshi {
    padding: 10px 6% 20px;
}

.prizefangshi p {
    line-height: 22px;
}

.ms-controller {
    visibility: hidden
}

.ms-controller, [ms-controller] {
    display: none
}

/* app中涉及到的抽奖规则*/
.product-detail-linethree {
    width: 100%;
    background: #fff;
}

.product-detail-linethree .detail-linethree-one {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #DCDCDC;
}

.product-detail-linethree .detail-linethree-one b {
    font-size: 14px;
    line-height: 45px;
    color: #4A4A4A;
}

.product-detail-linethree .detail-linethree-one span {
    display: inline-block;
    width: 4px;
    height: 21px;
    background: #519ADE;
    border-radius: 0 2px 2px 0;
    margin: 12px 12px 0 0;
}

.product-detail-linethree .detail-linethree-two {
    width: 92%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
}

.product-detail-linethree .detail-linethree-two ul li {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.product-detail-linethree .detail-linethree-two ul li p {
    background: url(../images/list-type.png) no-repeat left 8px;
    background-size: 5px auto;
    padding-left: 10px;
}

.product-detail-linethree .detail-linethree-two ul li span {
    display: inline-block;
    padding-left: 10px;
}