.p_goods_list a {
    margin: 4px 1% 0 0;
}

/* ͷ�� */
.my_box {
    background: url(../images/cy02/my_bg01.png) no-repeat  center 0;
    background-size: contain;
    position: relative;
}
.my_box img {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.head {
    padding-top: 20px;
    height: 44px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.head h2 {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    font-weight: normal;
}
.head .icon {
    width: 30px;
    height: 30px;
    background: url("../images/settings.png") no-repeat center;
    background-size: 60px;
    position: absolute;
    top: 7px;
}
.head .setting {
    background-position: left top;
    left: 10px;
}
.head .message {
    background-position: left bottom;
    right: 10px;

}
.head .message02 {
    right: 10px;
    background: url("../images/cy02/my_msg.png") no-repeat center;
    background-size: 20px;
}
.head.active .message02 {
    background: url("../images/cy02/i_msg.jpg") no-repeat center;
    background-size: 20px;
}
.head .message .message_num {
    border-color: #fff;
    background: #ff2741;
    color: #fff;
}
.head.active {
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.head.active .setting {
    background-position: right top;
}
.head.active .message {
    background-position: right bottom;
}
.head.active .message .message_num {
    border-color: #000;
    background: #fff;
    color: #000;
}
.head.active h2 {
    color: #000;
}

.my_box .content {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    position: relative;
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%,-50% );
    -moz-transform: translate( -50%,-50% );
    -ms-transform: translate( -50%,-50% );
    -o-transform: translate( -50%,-50% );
    transform: translate( -50%,-50% );
    z-index: 2;*/
}
.my_box .content .welcome {
    padding-top: 18px;
    font-size: 15px;
    margin-bottom: 15px;
}
.my_box .content .login_now {
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 28px;
}

.my_box .content2 .align_center {
    display: inline-block;
    text-align: left;
}
.my_box .content2 .pic_box {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.my_box .content2 .pic {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e52d43;
}
.my_box .content2 .pic img {
    height: 100% !important;
    object-fit: cover;
}
.my_box .content2 .pic_box .btn {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/phone_btn.png) no-repeat;
    background-size: cover;
    right: 0px;
    bottom: 0px;
}
.my_box .content2 .info {
    font-size: 15px;
    padding-top: 8px;
    text-align: center;
}
.my_box .content2 .info p {
    line-height: 20px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.my_box .content2 .info .edit {
    background: url(../images/edit.png) no-repeat right center;
    padding-right: 26px;
    background-size: 25px;
    display: inline-block;
}
.my_box .content2 .info .grade {
    background: url(../images/grade.png) no-repeat right center;
    padding-right: 30px;
    background-size: 25px;
}
.my_box .integral {
    display: inline-block;
    padding: 0 6px;
    border-radius: 15px;
    border: 1px solid #ffaf32;
    background: rgba( 255,175,50,0.26 );
    margin-top: 6px !important;
}

.user_extra_option {
    padding: 12px 0;margin: 10px 12px 0;box-sizing: border-box;border-radius: 2px; background: #fff;
}
.user_extra_option a {
    width: 25%;
    text-align: center;
    display: block;
    float: left;
    color: #666;
}
.user_extra_option strong {
    font-size: 15px;
}
.user_extra_option p {
    font-size: 13px;
    margin-top: 8px;
}

.w33{
    width: 33.3333%!important;
}

.all_order_box .user_option {padding-left: 10px;
    border-bottom: 1px solid #eee;
}
.user_option {
    line-height: 45px;
    font-size: 16px;
}
.user_option .name em {
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #ec3340;
    vertical-align: middle;
}
.user_option .name span {
    display: inline-block;
    color: #4d4d4d;
    vertical-align: middle;
    margin-left: 5px;
}
.user_option .order {
    padding-right: 34px;
    color: #ccc;
    position: relative;
}
.user_option .order .arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 13px;
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: cover;
}
.all_order_box .order_nav {
    border-bottom: 1px solid #eee;
}
.all_order_box .order_nav a {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 13px;
    padding: 18px 0;
    color: #666;
}
.all_order_box .order_nav .icon {
    display: block;
    margin: 0 auto 4px;
    width: 35px;
    height: 35px;
    background: url("../images/goods_option.png") no-repeat;
    background-size: 35px;
    position: relative;
}
.all_order_box .order_nav .icon1 {
    background-position: 0 0;
}
.all_order_box .order_nav .icon2 {
    background-position: 0 -35px;
}
.all_order_box .order_nav .icon3 {
    background-position: 0 -70px;
}
.all_order_box .order_nav .icon4 {
    background-position: 0 -105px;
}
.all_order_box .order_nav .icon5 {
    background-position: 0 -140px;
}

.other_option a.pt {
    background: url(../images/zzf_new_order/i_pt.png) no-repeat 32% center;
    -webkit-background-size: 28px;
    background-size: 28px;
}
.other_option a.jifen {
    background: url(../images/zzf_new_order/i_jifen.png) no-repeat 15px center;
    -webkit-background-size: 28px;
    background-size: 28px;
}
.other_option a.air_order {
    background: url(../images/zzf_new_order/i_air_ticket.png) no-repeat 22% center;
    -webkit-background-size: 28px;
    background-size: 28px;
}
.other_option a.train_order {
    background: url(/publicNew/trainTicket/images/zzf_icon/user_logo.png) no-repeat 15px center;
    -webkit-background-size: 28px;
    background-size: 28px;
}
.other_option a {
    position: relative;
    display: block;
    float: left;
    padding-left: 39px;
    text-align: center;
    width: 50%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
}
.other_option a+a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 1px;
    height: 26px;
    background: #efefef;
    content: '';
}
.normal_nav a {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.normal_nav .icon {
    position: relative;
    width: 30px;
    height: 30px;
    /*background: url(../images/normal_nav3.png) no-repeat;
    background-size: 30px;*/
    display: block;
    margin: 0 auto 8px;
}
.normal_nav .icon img{display: block;width: 100%;margin:0;padding: 0;}
.normal_nav .icon .message_num{right: -7px;top: -6px;/*display: none; */}
.normal_nav .icon .message_num:before{position: absolute;left:-2px;bottom:-4px;/*width: 3px;height:3px;background:url(../images/cy_new/icon_num.png) no-repeat center;-webkit-background-size: cover;background-size: cover;*/content: ''; 
        width:0; 
        height:0;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-top: 6px solid #fb0628;transform:rotate(45deg);}
/*.normal_nav .icon1 {
    background-position: 0 0;
}
.normal_nav .icon2 {
    background-position: 0 -30px;
}
.normal_nav .icon3 {
    background-position: 0 -60px;
}
.normal_nav .icon4 {
    background-position: 0 -90px;
}
*/

.recomment {
    background: #eee;
}
.recomment .caption {
    text-align: center;
    line-height: 35px;
}
.recomment .caption img  {
    width: 125px;
}


/* ���� */
.home.bg {
    background: #eee;
}
.setting .section {
    padding-left: 12px;
    background: #fff;
}
.setting .section a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
}
.setting .section a:nth-last-of-type(1) {
    border-bottom: none;
}
.setting .section a p {
    color: #999;
    position: absolute;
    right: 40px;
    top: 0;
}
.setting .section .arrow {
    width: 22px;
    height: 22px;
    background: url(../images/icon.png) no-repeat 0 -198px;
    background-size: 22px;
    position: absolute;
    right: 12px;
    top: 11px;
}

.setting .section .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/settting.png) no-repeat;
    background-size: 17px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.setting .section .icon1 {
    background-position: 0 0;
}
.setting .section .icon2 {
    background-position: 0 -17px;
}
.setting .section .icon3 {
    background-position: 0 -34px;
}
.setting .section .icon4 {
    background-position: 0 -51px;
}
.setting .section .icon5 {
    background-position: 0 -68px;
}
.setting .section .icon6 {
    background-position: 0 -85px;
}
.setting .section .icon7 {
    background-position: 0 -102px;
}
.setting .section .icon8 {
    background-position: 0 -119px;
}

.setting .sign_up {
    height: 45px;
    line-height: 45px;
    background: #fff;
    display: block;
    text-align: center;
    color: #f02b2b;
    font-size: 14px;
    margin-top: 20px;
}

.setting .portrait {
    width: 60px;
    position: absolute;
    right: 40px;
    top: 10px;
}

.setting .section .check {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
}
.setting .section a.active .check  {
    background: url(../images/check.png) no-repeat center;
    background-size: 20px;
}


/* ǩ������������� */
.zzf_center_sign {
    padding-top: 26px;
    background: url(../images/zzf_new_order/center_sign_btn.png) no-repeat top center;
    background-size: 20px;
    position: absolute;
    color: #fff;
    text-align: center;
    right: 13px;
    top: 48px;
}



@media screen and (max-width:320px) {
    .my_box .content2 .pic_box {
        width: 60px;
        height: 60px;
    }
    .my_box .content2 .pic {
        width: 57px;
        height: 57px;
    }
    .my_box .content2 .info {
        padding-top: 5px;
    }
    .my_box .integral {
        margin-top: 5px !important;
    }
}





/*****cy20171130******************************************/
.cy_mask{display: none; position: fixed;left: 0; top: 0;right: 0;bottom: 0;z-index:999;background: #000;opacity: 0.5;}
.cy_pop{display: none; position: fixed;left: 10%; top: 50%; width: 80%; background: #efecec;border-radius:8px;transform: translate(0,-50%);z-index: 1111;}
.cy_pop_cont01{padding: 18px 10px;text-align: center;}
.tip_text{display: inline-block; height: 36px;line-height: 36px;padding-left:32px;font-size:14px;color: #363333;background:url(../images/user/icon-warning.png) no-repeat 0 center;background-size: 26px;}
.cy_popBtmBox{height: 42px;border-top: 1px solid #a9a9a9;}
.cy_popBtmBox a{display: block;float: left; width: 50%; height: 43px;line-height: 42px; text-align: center;font-size:16px; color: #2a84e7;box-sizing: border-box;border-right: 1px solid #a9a9a9;}
.cy_popBtmBox a:last-of-type{border-right: none;}
.my_box .content2 .info .my_lv{display: inline-block;padding: 0 4px;height: 20px;line-height: 20px;font-size: 12px;color: #fb0628; background: #ebddb0;border-radius: 3px;}

.cy_myBoxBG{background:url(../images/cy02/my_bg01.png) no-repeat 0 center;background-size: contain;}

.all_order_box{margin:20px  12px 0;background: #fff;border-radius: 2px;}
.cy_my_box01{margin: 10px 12px 0;background: #fff;border-radius: 3px;}
.cy_my_box01 .user_option {padding-left: 10px;border-bottom: 1px solid #eee;}
.cy_mytool_box01{margin: 10px 12px 0;background: #fff;border-radius: 3px;}
.cy_mytool_box01 .user_option {padding-left: 10px;border-bottom: 1px solid #eee;}
.my_ad{margin: 0 12px;}
.my_ad img{display: block;width: 100%; margin: 0;padding: 0;}

.my_goods_label_box{padding-top: 5px;}
.my_goods_label_box span{display: inline-block;width: 32px;height: 14px;font-size: 10px;color: #fb0628;  text-align: center;background: #fee8eb;margin-right: 3px;}
