
.orange {
    color: #FF6633;
}

/*任务详情*/
/*个人信息*/
.personal_info {
    background: #F3F3F3;
    color: #333333;
    font-size: 16px;
}

.personal_info .box_title {
    background: #FFF;
    margin-bottom: 10px;
    padding-top: 24px;
    padding-bottom: 10px;
}

.personal_info .box_title p {
    text-align: center;
    margin-bottom: 15px;
}

.personal_info .bulb {
    width: 189px;
    margin: 0 auto;
}

.personal_info .bulb img {
    float: left;
    width: 33px;
    height: 33px;
    margin-right: 6px;
}

.personal_info .bulb img:last-child {
    margin-right: 0;
}

.personal_info .get_gold, .day_signin .get_gold, .write_invite .get_gold, .invite_friend .get_gold {
    padding: 40px 0;
    background: #FFF;
    margin-bottom: 10px;
}

.personal_info .get_gold p, .day_signin .get_gold p, .write_invite .get_gold p, .invite_friend .get_gold p {
    margin-left: 12px;
    margin-right: 12px;
}

/*任务说明*/
.task-explain_box {
    background: #FFF;
    padding: 18px 0;
    margin-bottom: 10px;
}

.task-explain {
    margin-left: 12px;
    margin-right: 12px;
}

.task-explain span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.task-explain p {
    color: #a6a6a6;
    font-size: 15px;
    text-align: justify;
}

.btn_perinfo {
    width: 100%;
    padding-top: 30px;
    background: #FFF;
}

.btn_perinfo a {
    display: block;
    width: 80%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    background-color: #50d165;
    border-radius: 5px;
    line-height: 40px;
}

/*page_每日签到,page_邀请码*/
.day_signin, .write_invite, .invite_friend {
    background: #F3F3F3;
    color: #333333;
    font-size: 16px;
}

.day_signin .box_title, .write_invite .box_title, .invite_friend .box_title {
    text-align: center;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.day_signin .box_title img, .write_invite .box_title img {
    width: 33px;
    height: 33px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.day_signin .btn_tosignin, .write_invite .btn_winvite, .invite_friend .btn_winvite {
    width: 100%;
    padding-top: 30px;
    background: #FFF;
}

.day_signin .btn_tosignin a {
    display: block;
    width: 80%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    /*background-color: #A6A6A6;*/
    background-color: #50D165;
    border-radius: 5px;
    line-height: 40px;
}

.write_invite .btn_winvite a, .invite_friend .btn_winvite a {
    display: block;
    width: 80%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    background-color: #50D165;
    border-radius: 5px;
    line-height: 40px;
}

.invite_friend .bulbred_num {
    margin-top: 10px;
}

.invite_friend .bulbred_num img {
    width: 33px;
    height: 33px;
    margin-left: 5px;
}

.invite_friend .number_bulbred {
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 14px;
    border: 1px solid #666;
    color: #666;
    border-radius: 5px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
}

/*判断2种颜色*/
/*橘黄色*/
.red {
    color: #ff6633;
    font-size: 15px;
}

/*绿色*/
.green {
    color: #50d165;
    font-size: 15px;
}

.red_font {
    color: #ff6633;
}

.goods_list ul li {
    margin-left: 10px;
}

/*page_每日签到*/
.page_signin .header {
    margin-top: 22px;
    position: relative;
}

.page_signin .header .big_circle {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    background: #FF6633;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding: 15px;
}

.page_signin .big_circle p:first-child {
    margin-top: 18px;
}

.page_signin .big_circle .hint {
    font-size: 13px;
}

.page_signin .header .small_circle {
    /*width: 180px;*/
    width: 190px;
    height: 90px;
    font-size: 18px;
    text-align: center;
    color: #828080;
    background: #FFF;
    border-radius: 0 0 90px 90px;
    position: absolute;
    /*bottom: 15px;*/
    left: 10px;
    bottom: 10px;
}

.page_signin .small_circle p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.page_signin .small_circle p span {
    color: #ff6633;
}

.page_signin .header .signday_num {
    width: 75px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #b1b1b1;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
    position: absolute;
    bottom: 97px;
    right: 22px;
}

.page_signin .header .signday_num span {
    color: #ff6633;
}

.page_signin .sign_record {
    width: 100%;
    height: 82px;
    background: #fff2cf;
    margin-top: 20px;
}

/*七日签到导航条*/
.page_signin .sign_record ul {
    width: 278px;
    margin: 0 auto;
    font-size: 12px;
}

.page_signin .sign_record ul li {
    position: relative;
    text-align: center;
    margin-left: 20px;
}

.page_signin .sign_record ul li:first-child {
    margin-left: 0;
}

.page_signin .sign_record ul li .day_num {
    margin-top: 6px;
}

/*2种颜色*/
.jt_red {
    background: url(../images/icon/test-1.png) no-repeat center center;
    /*background-size: 22px 25px;*/
    /*width: 22px;*/
    /*height: 26px;*/
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
    color: #FF6633;
}

.jt_gery {
    background: url(../images/icon/test-2.png) no-repeat center center;
    /*background-size: 22px 25px;*/
    /*width: 23px;*/
    /*height: 26px;*/
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
    color: #b0ada6;
}

/*2种线条颜色*/
.red_line {
    background: url(../images/icon/line_red.png) no-repeat 0 0;
    background-size: 33px 2px;
    width: 23px;
    height: 2px;
    position: absolute;
    right: -20px;
    top: 10px;
}

.gery_line {
    background: url(../images/icon/line_gery.png) no-repeat 0 0;
    background-size: 33px 2px;
    width: 23px;
    height: 2px;
    position: absolute;
    right: -20px;
    top: 10px;
}

.page_signin .sign_record ul .left p {
    text-align: center;
    height: 23px;
    line-height: 23px;
}

.page_signin .sign_record .explain {
    color: #9c8338;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.page_signin .goods_good ul {
    margin-bottom: 10px;
}

.goods_good .xc_banner {
    display: block;
    margin: 0 12px;
    margin-bottom: 10px;
}

.goods_good .xc_banner img {
    width: 100%;
}

.page_signin .sign_rule {
    /*margin-bottom: 55px;*/
}

.page_signin .sign_rule .rule_title {
    text-indent: 12px;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    /*border-top: 1px solid #DEDFE0;*/
    /*border-bottom: 1px solid #DEDFE0;*/
    background-image: url(../images/icon/icons_total.png);
    background-repeat: no-repeat;
    background-size: 20px 250px;
    background-position: 80px 14px;
    position: relative;
}

.page_signin .sign_rule .rule_title:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #dedfe0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page_signin .sign_rule .rule_title span:before {
    content: "";
    width: 4px;
    height: 26px;
    vertical-align: text-bottom;
    background-color: #ff6633;
    position: absolute;
    top: 7px;
    left: 0;
}

.page_signin .sign_rule .rule_title:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #dedfe0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page_signin .sign_rule .rule_detail {
    color: #8b8b8b;
    font-size: 13px;
    padding: 10px 0;
    margin-left: 12px;
    margin-right: 12px
}

/*金币中心page_goldcenter*/
.page_goldcenter {
    width: 100%;
    background: #f5f5f5;
}

.page_goldcenter .header {
    position: relative;
    width: 100%;
    height: 225px;
    color: #FFF;
    background-color: #FF6633;
    margin-bottom: 10px;
}

.page_goldcenter .header .num_gold {
    margin-left: 30px;
    position: absolute;
    top: 40px;
}

.page_goldcenter .header .num_gold span {
    font-size: 48px;
}

.page_goldcenter .header .slogan_gold {
    margin-left: 30px;
    position: absolute;
    top: 111px;
    word-break: break-all;
}

/*.page_goldcenter .header .see_detail span{
	color: #FFF;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 36px;
}
.page_goldcenter .header .see_detail i
{
	background: url(../images/icon/icon-torightw.png) no-repeat left 0;
    background-size: 8px 13px;
    width: 20px;
    height: 13px;
    position: absolute;
    top: 12px;
    right: 2px;
}*/
.page_goldcenter .header .see_detail {
    display: block;
    color: #FFF;
    text-align: right;
    padding-top: 10px;
    padding-right: 12px;
}

.page_goldcenter .header .see_detail span {
    display: inline-block;
    padding-right: 14px;
    background-image: url(../images/icon/icon-torightw.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: right center;
}

.page_goldcenter .header .bg {
    width: 100%;
    height: 55px;
    background-color: #333;
    opacity: 0.08;
    position: absolute;
    bottom: 0;
}

.page_goldcenter .header .bg_content {
    width: 100%;
    height: 55px;
    /*line-height: 55px;*/
    position: absolute;
    bottom: 0;
}

.page_goldcenter .header .bg_content div {
    float: left;
    width: 50%;
    height: 55px;
    color: #FFF;
    text-align: center;
}

.page_goldcenter .header .left p {
    width: 100%;
    margin-top: 11px;
    border-right: 1px solid rgba(3, 3, 3, 0.1);
    margin-left: -1px;
}

.page_goldcenter .header .right p {
    width: 100%;
    margin-top: 11px;
}

.page_goldcenter .header .icon_left, .page_goldcenter .header .icon_right {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.page_goldcenter .header .icon_left {
    z-index: 9999;
    background: #fff url(../images/icon/icon-jpshop.png) no-repeat center center;
    background-size: 18px 18px;
}

.page_goldcenter .header .icon_right {
    z-index: 9999;
    background: #fff url(../images/icon/icon-phb.png) no-repeat center center;
    background-size: 18px 18px;
}

.page_goldcenter .header .nav_name {
    text-indent: 10px;
    display: inline-block;
}

.page_goldcenter .header .person_gold {
    width: 60px;
    height: 66px;
    background-image: url(../images/person-gold.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 55px;
    right: 20px;
    animation: mymove 4s infinite;
    -webkit-animation: mymove 4s infinite; /* Safari and Chrome */
}

@keyframes mymove {
    0% {
        bottom: 55px;
    }
    50% {
        bottom: 125px;
    }
    100% {
        bottom: 55px;
    }
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
    0% {
        bottom: 55px;
    }
    50% {
        bottom: 125px;
    }
    100% {
        bottom: 55px;
    }
}

.page_goldcenter .do_get {
    background: #FFF;
    margin-bottom: 10px;
    position: relative;
}

.page_goldcenter .do_get a {
    display: block;
    padding: 10px 0;
    margin-left: 23px;
    position: relative;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.page_goldcenter .tip_orange:before {
    content: "";
    width: 4px;
    height: 26px;
    vertical-align: text-bottom;
    background-color: #ff6633;
    position: absolute;
    top: 7px;
    left: 0;
}

.page_goldcenter .do_get a:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #dedfe0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page_goldcenter .do_get a:active {
    background: #F3F3F3;
}

.page_goldcenter li:active, .page_goldcenter li:hover {
    background: #F3F3F3;
}

.page_goldcenter .do_get a:last-child {
    border-bottom: none;
}

.page_goldcenter .do_get .write_myinfo {
    display: inline-block;
    text-indent: 2px;
    color: #333;
    font-size: 15px;
    min-width: 100px;
}

.page_goldcenter .do_get .can_gold {
    /*float: right;
	margin-right: 40px;*/
    font-size: 14px;
    color: #fe6732;
    position: absolute;
    right: 35px;
    top: 10px;
    width: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.page_goldcenter .do_get .can_gold span {
    width: 34px;
    height: 34px;
    background: url(../images/icon/get_morered.png) no-repeat 0 center;
    background-size: 17px 16px;
    padding-left: 22px
}

.page_goldcenter .do_get .can_gold .wen {
    width: 36px;
    height: 36px;
    background: url(../images/icon/wen.png) no-repeat 0 center;
    background-size: 14px 14px;
    padding-left: 20px;
    color: #ccc;
    font-size: 12px;
    top: 13px;
}

/*完成金币任务*/
.page_goldcenter .do_get .success_gold {
    font-size: 14px;
    color: #57d36b;
    position: absolute;
    right: 35px;
    top: 10px;
    width: 80px;
}

.page_goldcenter .do_get .success_gold span {
    width: 34px;
    height: 34px;
    background: url(../images/icon/get_successgreen.png) no-repeat 0 center;
    background-size: 14px 11px;
    padding-left: 22px
}

.page_goldcenter .do_get i {
    background: url(../images/icon/icon-toright.png) no-repeat 0 0;
    background-size: 6px 11px;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.page_goldcenter .do_get .title {
    text-indent: 12px;
    padding: 10px 0;
    /*border-bottom: 1px solid #DDDDDD;*/
    font-size: 15px;
    color: #333;
    position: relative;
}

.page_goldcenter .do_get .title:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #dedfe0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page_goldcenter .goods_good {
    position: relative;
}

/*.page_goldcenter .do_get .title:before,.page_goldcenter .goods_good .title:before{*/
/*content: "";*/
/*width: 4px;*/
/*height: 21px;*/
/*vertical-align: text-bottom;*/
/*background-color: #ff6633;*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 0;*/
/*}*/
/*.page_goldcenter .goods_good ul li span{
	color: #FF6633;
}*/
/*.page_goldcenter .goods_good ul li .mtype{*/
/*display: inline-block;*/
/*font-size: 12px;*/
/*border-radius: 8px;*/
/*padding: 0 5px;*/
/*text-align: center;*/
/*vertical-align: middle;*/
/*height: 14px;*/
/*line-height: 14px;*/
/*vertical-align: middle;*/
/*}*/
.page_goldcenter .goods_good li p a {

    color: #494949;
}

/*底部链接*/
.page_goldcenter .goldcenter_rule {
    display: block;
    height: 36px;
    line-height: 36px;
    float: right;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    color: #6b6b6b;
    padding-right: 14px;
    background-image: url(../images/icon/icon-toright.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: right center;
    /*display: inline-block;
    padding-right: 14px;
    background-image: url(../images/icon/icon-torightw.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: right center;*/
}

/*金币中心改版内容*/
.page_goldcenter #header img {
    width: 100%;
}

.page_goldcenter .swiper-container {
    /*width:100%;*/
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
    padding-bottom: 10px;
    margin: 0 18px;
}

.page_goldcenter .swiper-wrapper {
    margin-top: 10px;
}

.page_goldcenter .swiper-slide {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 200px;
}

.page_goldcenter .swiper-slide img {
    width: 100%;
    min-height: 200px;
}

.page_goldcenter .chall_bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.page_goldcenter .chall_bottom > p {
    line-height: 20px;
    margin-left: 10px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_goldcenter .chall_bottom > p:first-child {
    color: #FFF;
    font-size: 12px;
}

.page_goldcenter .chall_bottom > p:last-child {
    color: #fda651;
    font-size: 14px;
    margin-bottom: 4px;
}

.page_goldcenter li .tip_left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page_goldcenter li:first-child .tip_left {
    background: #df6d7d;
}

.page_goldcenter li:nth-child(2) .tip_left {
    background: #fda651;
}

.page_goldcenter li:last-child .tip_left {
    background: #7fdbe9;
}

.page_goldcenter .tip_left > p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -4px;
    font-size: 12px;
    bottom: 16px;
    color: #FFF;
}

/*end*/
/*page_goldrule*/
.page_goldrule {
    background: #F5F5F5;
}

.page_goldrule .explain_1, .page_goldrule .explain_2, .page_goldrule .explain_3, .page_goldrule .explain_4 {
    background: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 10px;
}

.page_goldrule .explain_1 p, .page_goldrule .explain_2 p, .page_goldrule .explain_3 p, .page_goldrule .explain_4 p {
    margin-left: 12px;
    margin-right: 12px;
    text-align: justify;
}

.page_goldrule .explain_1 .title, .page_goldrule .explain_2 .title, .page_goldrule .explain_3 .title, .page_goldrule .explain_4 .title {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.page_goldrule .explain_2 .title {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.page_goldrule .explain_2 .title span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #8B8B8B;
}

.page_goldrule .explain_1 .text, .page_goldrule .explain_3 .text {
    text-indent: 20px;
    color: #8b8b8b;
    font-size: 15px;
    line-height: 22px;
}

.page_goldrule .explain_4 .text {
    color: #8b8b8b;
    font-size: 15px;
    line-height: 22px;
}

.page_goldrule .explain_4 .text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.page_goldrule table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.page_goldrule table th:first-child, td:first-child, th:nth-child(2), td:nth-child(2) {
    width: 20%;
}

.page_goldrule table th:nth-child(3), td:nth-child(3) {
    width: 30%;
}

.page_goldrule table td {
    height: 46px;
    /*line-height: 46px;*/
    text-align: justify;
    padding: 6px;
    border: 1px solid #DDD;
    font-size: 13px;
    color: #8B8B8B;
}

.page_goldrule table tr td:first-child, .page_goldrule table tr td:nth-child(2) {
    text-align: center;
}

.page_goldrule table th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFD1C1;
    border: 1px solid #FFF;
    font-size: 14px;
    color: #8B8B8B;
}

/*弹出框类css*/
/*签到成功*/
.ok_signinbox {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.ok_signin {
    width: 250px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -125px;
    text-align: center;
    margin-bottom: 60px;
}

.ok_signin img {
    width: 100%;
    margin-bottom: 10px;
}

.ok_signin .get_gold {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 10px;
}

.ok_signin .to_dzp {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 2px 6px;
}

/*2中边框颜色状态*/
.market_red {
    color: #FF6633;
    border: 1px solid #FF6633;
}

.market_grey {
    color: #B0ADA6;
    border: 1px solid #B0ADA6;
}


/*收货地址*/
.page_getaddress {
    margin-left: 10px;
    margin-right: 10px;
}

.page_getaddress form {
    margin-top: 10px;
    margin-bottom: 10px;
    /*	border: 1px solid #a8a8a8;*/
    border-radius: 5px;
}

.page_getaddress form .li {
    font-size: 15px;
    position: relative;
    padding: 13px 0;
    /*border-bottom: 0.5px solid #DDD;*/
    line-height: 100%;
    position: relative;
}

.page_getaddress form .li .line {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page_getaddress form .li:nth-child(3) {
    padding: 16px 0;
}

.page_getaddress form .li:last-child {
    border-bottom: none;
}

.page_getaddress form .li span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
}

.page_getaddress form .ssq span {
    position: absolute;
    left: 15px;
    top: 20px;
}

.page_getaddress form .xxinfo span {
    position: absolute;
    left: 15px;
    top: 23px;
}

.page_getaddress form input, .page_getaddress form textarea {
    padding-left: 80px;
    border: none;
    outline: none;
    font-size: 15px;
    /*border: 1px solid #333;*/
}

.page_getaddress form textarea {
    /*height: 100px;*/
    height: 60px;
    resize: none;
    width: 65%;
    margin-top: -4px;
}

.page_getaddress .keep {
    font-size: 17px;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    background: #FF6633;
    border-radius: 5px;
}

/*.page_dhdetail .goods_good ul li .mtype{*/
/*border-radius: 8px;*/
/*padding: 0 6px;*/
/*text-align: center;*/
/*}*/
/*跑马灯夺宝*/
.page_pmd {
    background: #fbeeeb;
    height: 100%;
}

.page_pmd .header {
    width: 100%;
    margin-bottom: 10px;
}

.page_pmd .header img {
    width: 100%;
    display: block;
    font-size: 0;
}

.page_pmd .pmd .explain {
    color: #e55c3e;
}

.page_pmd .pmd .explain p {
    display: inline-block;
    height: 30px;
    line-height: 30px
}

.page_pmd .pmd .explain .left {
    float: left;
}

.page_pmd .pmd .explain .right {
    float: right;
}

.page_pmd .pmd .explain .right span {
    display: inline-block;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFF;
    background: #e55c3e;
}

.page_pmd .pmd .lottery {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page_pmd .pmd .tip {
    margin-bottom: 10px;
    text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
    word-break: break-all;
}

.page_pmd .pmd {
    margin-left: 8px;
    margin-right: 8px;
}

.page_pmd .list_box {
    margin-left: 15px;
    margin-right: 15px;
}

.page_pmd .list_box .mywin_info, .page_pmd .list_box .win_list {
    background: #eb6438;
    padding: 10px 0;
    border-radius: 8px;
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
}

.page_pmd .list_box .activity_rule {
    background: #eb6438;
    padding: 10px 0;
    border-radius: 8px;
    margin-bottom: 62px;
}

.page_pmd .list_box .mywin_info .title, .page_pmd .list_box .win_list .title, .page_pmd .list_box .activity_rule .title {
    text-align: center;
    margin-bottom: 10px;
    color: #efea3a;
    font-size: 18px;
    font-weight: bold;
}

.mywin_info ul, .win_listpmd ul, .activity_rule .rule_content {
    color: #fff;
}

.page_pmd .list_box .mywin_info .left {
    float: left;
    margin-left: 18px;
}

.page_pmd .list_box .mywin_info .right {
    float: right;
    margin-right: 18px;
}

.page_pmd .list_box .win_list {
    position: relative;
}

.page_pmd .list_box .win_list img {
    width: 42px;
    position: absolute;
    top: 50px;
    left: 18px;
}

.page_pmd .list_box .win_list .left {
    float: left;
    margin-left: 82px;
}

.page_pmd .list_box .win_list .right {
    float: right;
    margin-right: 18px;
}

.page_pmd .activity_rule .rule_content {
    margin-left: 18px;
    margin-right: 18px;
    text-align: justify;
    line-height: 26px;
    max-width: 100%;
    word-break: break-all;
}

.page_pmd .activity_rule .rule_content img {
    max-width: 100%;
}

.page_pmd .btn_getmore {
    width: 100%;
    height: 52px;
    line-height: 52px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #FFF;
}

.page_pmd .btn_getmore .left {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}

.page_pmd .btn_getmore .left span {
    color: #ec6538;
    font-size: 26px;
}

.page_pmd .btn_getmore .right {
    display: block;
    float: right;
    color: #FFF;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    padding: 0 20px;
    background: #ec6538;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 10px;
}

/*夺宝中奖名单*/
.page_pmdlist ul li {
    padding: 15px 0;
    /*border-top: 1px solid #eaebeb;*/
    position: relative;
}

.page_pmdlist ul li:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #dedfe0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/*.page_pmdlist ul li:last-child{*/
/*border-bottom: 1px solid #eaebeb;*/
/*}*/
.page_pmdlist ul li .item_box {
    display: -webkit-box;
    margin-left: 12px;
    margin-right: 12px;
}

.page_pmdlist ul li img {
    width: 112px;
    height: 75px;
    margin-right: 10px;
}

.page_pmdlist ul li .right {
    -webkit-box-flex: 1;
}

.page_pmdlist ul li .right .name, .page_pmdlist ul li .right .time {
    color: #333;
    line-height: 24px;
}

.page_pmdlist ul li .right .name {
    font-size: 17px;
    margin-top: 4px;
}

.page_pmdlist ul li .right .time {
    color: #a0a0a0;
    /*font-size: 16px;*/
    font-size: 15px;
}

.page_pmdlist ul .join {
    float: right;
    display: inline-block;
    text-align: right;
    height: 25px;
    line-height: 25px;
    /*margin-top: 20px;*/
    /*padding: 0 10px;*/
    border-radius: 3px;
    /*background: #EC6538;*/
    /*border: 1px solid #EC6538;;*/
    width: 80px;
    text-align: center;
}



/*富豪排行榜*/
.page_rank {
    text-align: center;
}

.page_rank p:first-child {
    margin-top: 130px;
}

.page_rank p:first-child img {
    width: 76px;
}

.page_rank p:last-child {
    margin-top: 17px;
    font-size: 15px;
    color: #999;
}

/*0.5px line*/
.scale {
    position: relative;
}

.scale:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.scale-b {
    position: relative;
}

.scale-b:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.scale-r {
    position: relative;
}

.scale-r:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.scale-tb {
    position: relative;
}

.scale-tb:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.scale-tb:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #DDD;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

/*dialog*/
/*没有登录*/
.no_login {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    width: 90%;
    background: #bbb;
    margin: 0 auto;
    margin-top: 5px;
    margin-left: 5%;
}

/*客户端弹出框*/
/*微信*/
.overlay-fix-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.overlay-fix-bg .v-icon-close {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    top: 0;
    background: url('../images/close.png') center center no-repeat;
    background-size: 14px 14px;
}

.overlay-fix-bg .title {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #8fc31f;
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9;
}

.overlay-fix-bg .od-common {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -93px;
    width: 250px;
    height: 186px;
    background: #fff;
}

.overlay-fix-bg .od-common ul {
    margin-top: 25px;
    margin-left: 28px;
}

.overlay-fix-bg .od-common li {
    font-size: 13px;
    color: #393939;
    margin-bottom: 18px;
    display: -webkit-box;
}

.overlay-fix-bg .od-common li * {
    display: block;
}

.overlay-fix-bg .od-common li span {
    height: 35px;
    line-height: 35px;
}

.overlay-fix-bg .od-common li a {
    width: 140px;
    height: 35px;
    text-align: center;
    display: block;
    background: #8fc31f;
    color: #fff;
    line-height: 35px;
    border-radius: 2px;
    text-decoration: none;
}

.overlay-fix-bg .od-weixin {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -93px;
    width: 250px;
    height: 186px;
    background: #fff;
}

.overlay-fix-bg .od-weixin .tp {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    margin-top: 25px;
}

.overlay-fix-bg .od-weixin ul {
    margin-left: 28px;
    margin-top: 26px;
}

.overlay-fix-bg .od-weixin li {
    font-size: 13px;
    color: #393939;
    margin-bottom: 18px;
    display: -webkit-box;
}

.overlay-fix-bg .od-weixin li * {
    display: block;
}

.overlay-fix-bg .od-weixin li span {
    height: 35px;
    line-height: 35px;
}

.overlay-fix-bg .od-weixin li a {
    width: 140px;
    height: 35px;
    text-align: center;
    display: block;
    background: #8fc31f;
    color: #fff;
    line-height: 35px;
    border-radius: 2px;
}

/*微信弹出框*/
.od-weixin .download_url {
    margin-left: 30px;
}

.od-weixin p {
    margin: 0 5px 0 10px;
    font-size: 14px;
    text-align: center;
}

/*#recipientStyle p{display:block;}*/
/*签到进度*/
#newList {
    font-size: 0;
    width: auto;
}

#newList li {
    width: 14.28%;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    color: #b0ada6;
    margin-left: 0;
}

#newList .leftIcon {
    background-color: #fff2cf;
    float: right;
    z-index: 1;
    position: relative;
}

#newList .leftIcon p {
    width: 100%;
    height: 23px;
    line-height: 20px;
}

#newList .right_line {
    width: 100%;
    height: 2px;
    background: #d7cfba;
    margin-top: 6px;
    position: relative;
}

#newList .red_line {
    background: #ff9e71;
    top: 0;
    left: 0;
}

#newList .day_num {
    text-align: right;
    line-height: 100%;
    margin-top: 5px;
}

#slider_02 {
    margin: 3px 0;
}

/*升级2016.5.16*/
/*兑换记录*/
.code_box, .getshops_tbox {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.code_box .code {
    background: #FFF;
    width: 80%;
    word-break: break-all;
    padding: 40px 0 20px 0;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -151px;
    margin-left: -40%;
    z-index: 99999;
}

.code_box .code .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/icon_close.png);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    background-position: center;
    position: absolute;
    top: 6px;
    right: 6px;
}

.code_box .code .code_title {
    font-size: 18px;
    color: #8d8d8d;
    font-weight: bold;
    line-height: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.code_box .code .code_tip {
    font-size: 17px;
    line-height: 30px;
    color: #999;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.code_box .code form {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.code_box .code form input {
    padding: 0;
    width: 100%;
    margin: 0 0 15px 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    border-radius: 5px;
    text-indent: 10px;
    outline: 0;
    resize: none;
    color: #333;
    font-size: 18px;
    position: relative;
    left:0;
}

.code_box .code input::-webkit-input-placeholder {
    color: #DDD;
}

.code_box .code form a {
    display: inline-block;
    background: #efa38e;
    color: #FFF;
    text-align: center;
    width: 122px;
    height: 44px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;

}

.getshops_tbox .getshops_t {
    width: 80%;
    background: #FFF;
    word-break: break-all;
    padding: 15px 0 10px 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -83px;
    margin-left: -40%;
}

.getshops_tbox .getshops_t .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/icon_close.png);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    background-position: center;
    position: absolute;
    top: 6px;
    right: 6px;
}

.getshops_tbox .getshops_t .title {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #8d8d8d;
}

.getshops_tbox .getshops_t .tip {
    text-align: center;
    line-height: 25px;
    margin-left: 20px;
    margin-right: 20px;
    color: #8d8d8d;
    font-size: 18px;
}

.getshops_tbox .getshops_t .btn {
    width: 100%;
    padding: 15px 0;
}

.getshops_tbox .getshops_t .btn a {
    float: left;
    width: 35%;
    height: 45px;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}

.getshops_tbox .getshops_t .btn a:first-child {
    margin-left: 10%;
    border: 1px solid #efa38e;
    margin-right: -2px;
    color: #efa38e;
}

.getshops_tbox .getshops_t .btn a:last-child {
    border: 1px solid #efa38e;
    margin-left: -webkit-calc(10% - 2px);
    margin-left: calc(10% - 2px);
    margin-right: 10%;
    background: #efa38e;
    color: #FFF;
}



/*兑换按钮*/
.btn-hasget {
    display: inline-block;
    width: 58px;
    height: 58px;
    background-image: url(../images/tip_get.png);
    background-repeat: no-repeat;
    background-size: 58px 58px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.btn-clickget, .btn-wship, .btn-qship {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #50d165;
    color: #FFF;
    font-size: 12px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    z-index: 9999;
}

.btn-wship {
    background: #fda651;
}

