@charset "utf-8";
* {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_pj_1019 {
    padding: 0.33rem 0.22rem;
    background-color: #DCE8FF;
    margin: 1rem auto;
    -webkit-transform: scale(0.96);
}

.li_num_pj{
    width:1.76rem;
    height:1.76rem;
    box-shadow:0 0 0 1px #ACBEFF inset;
    line-height:1.76rem;
    margin:0 0.22rem;
    background-color:#fff;
    position:relative;
}

.chose_pj_shadow {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    top: -4px;
    left: -4px;
    box-sizing: content-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.chose_pj_bg {
    background-color: #4C73FF;
}

.pj_ani {
    width: 1.76rem;
    height: 1.76rem;
    border: 2px solid rgba(131, 117, 250, 0.6);
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-animation: pj_ani 0.6s linear 1;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes pj_ani {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

.hand_point {
    width: 2.2rem;
    right: -1.2rem;
    top: 0.5rem;
    -webkit-animation: hand_point_ani ease 1.3s 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0.2s;
    -webkit-transform-origin: right 3.9rem;
}

@-webkit-keyframes hand_point_ani {
    0% {
        -webkit-transform: translate(4rem, 4rem);
        opacity: 0;
    }
    35% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
    43% {
        -webkit-transform: translate(0, 0) rotate(-5deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
    57% {
        -webkit-transform: translate(0, 0) rotate(-5deg);
        opacity: 1;
    }
    65% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(4rem, 4rem);
        opacity: 0;
    }
}

.dafen_sample {
    -webkit-animation: dafen_sample 0.6s linear 1;
    opacity: 0;
}

.dafen_sample span {
    display: inline-block;
    width: 100%;
    height: 1.76rem;
    line-height: 1.76rem;
    background-color: #4C73FF;
    border-radius: 10rem;
    margin-top: -1px;
    color: #fff;
    font-weight: bold;
}

@-webkit-keyframes dafen_sample {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

.bounceBig_1019 {
    -webkit-animation-name: bounceBig;
}

@-webkit-keyframes bounceBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.face_txt {
    color: #585858;
    font-size: 0.87rem;
    margin-top: 0.5rem;
}

.pc_input_advise {
    background-color: #fcfcfc;
    box-shadow: 0 0 1px #a3a3a3 inset;
    width: 88%;
    margin: 0 auto;
    border-radius: 0.45rem;
    height: 5rem;
    margin-top: 1.45rem;
    font-size: 0.87rem;
}

.pc_input_advise textarea {
    height: 100%;
    background: none;
    padding: 0.7rem;
    border: none;
    outline: none;
}

.li_evaluate_txt {
    width: 92%;
    margin: 0.6rem auto;
    font-size: 0.87rem;
    color: #3d4245;
    display: none;
}

.li_evaluate_txt span {
    display: inline-block;
    vertical-align: center;
    width: 30%;
    height: 2.02rem;
    line-height: 2.02rem;
    text-align: center;
    margin: 0 5% 0.6rem 0;
    box-shadow: 0 0 1px #a3a3a3 inset;
    border-radius: 10rem;
}

.li_evaluate_txt span:nth-child(3n) {
    margin: 0 0 0.84rem 0;
}

.li_evaluate_txt span.active {
    box-shadow: 0 0 1px #4C73FF inset;
    color: #4C73FF;
    background-color: #E5E9FF;
}

.point_aixin {
    width: 5rem;
    height: 6.5rem;
    right: -5%;
    bottom: 50%;
}

.aixin_ani_1 {
    width: 0.5rem;
    bottom: -0.5rem;
    -webkit-transform-origin: -8rem 0;
}

.love_move_1 {
    -webkit-animation: love_move_1 ease-out 2 0.2s;
}

@-webkit-keyframes love_move_1 {
    0% {
        width: 0.5rem;
        bottom: -0.5rem;
        left: 2rem;
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        width: 2rem;
        bottom: 3.6rem;
        left: 1rem;
        opacity: 0;
    }
}

.aixin_ani_2 {
    width: 0.5rem;
    bottom: -0.5rem;
    -webkit-transform-origin: -8rem 0;
    -webkit-animation-delay: 0.05s;
}

.love_move_2 {
    -webkit-animation: love_move_2 ease-in 2 0.2s;
}

@-webkit-keyframes love_move_2 {
    0% {
        width: 0.5rem;
        bottom: -0.5rem;
        left: 2rem;
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        width: 1.6rem;
        bottom: 3rem;
        left: 0.5rem;
        opacity: 0;
    }
}

.aixin_ani_3 {
    width: 0.5rem;
    bottom: -0.5rem;
    -webkit-transform-origin: 8rem 0;
    -webkit-animation-delay: 0.1s;
}

.love_move_3 {
    -webkit-animation: love_move_3 ease-in 2 0.2s;
}

@-webkit-keyframes love_move_3 {
    0% {
        width: 0.5rem;
        bottom: -0.5rem;
        left: 2rem;
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        width: 1.8rem;
        bottom: 3.2rem;
        left: 2.5rem;
        opacity: 0;
    }
}

.title_pingjia_main_1 {
    height: 3.43rem;
    line-height: 3rem;
    font-size: 0.95rem;
    color: #fff;
    background-image: url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/bg_title_evaluate_1.png);
    background-size: 100% 100%;
}

.title_pingjia_main_ll {
    height: 3.43rem;
    line-height: 3rem;
    font-size: 0.95rem;
    color: #fff;
    /* background-image: url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/bg_title_evaluate_2.png); */
    background-size: 100% 100%;
    margin-top: 7rem;
}

.title_pingjia_main_ll2 {
    height: 3.43rem;
    line-height: 3rem;
    font-size: 0.95rem;
    color: #fff;
    /*background-image: url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/bg_title_evaluate_2.png);*/
    /*background-size: 100% 100%;*/
    margin-top: 7rem;
}

.title_pingjia_main_3 {
    height: 3.43rem;
    line-height: 3rem;
    font-size: 0.95rem;
    color: #3d4245;
    white-space: nowrap;
}

.tab_b_evaluate {
    margin: 0 1rem;
    position: relative;
    padding: 0 0.1rem;
}

.tab_b_evaluate.active {
    font-size: 0.95rem;
    color: #3d4245;
}

.tab_b_evaluate.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #DCE8FF;
    left: 0;
    bottom: 0.9rem;
    mix-blend-mode: multiply;
}

/***************/
.tab_b_evaluate2{
    width:50%;
    position:relative;
    padding:0 0.1rem;
    vertical-align: top;
}
.tab_b_evaluate2.active{
    font-size:1rem;
    color:#3d4245;
    background-color:#fff;
    border-radius:0.66rem 0.66rem 0 0;
}
.tab_b_evaluate2.active:after{
    content:"";
    position:absolute;
    width:0.87rem;height:0.87rem;
    bottom:0px;right:-0.87rem;
    background-image:url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/tab_b_evaluate_r.png);
    background-size:100% 100%;
}
.tab_b_evaluate2.active::before{
    content:"";
    position:absolute;
    width:0.87rem;height:0.87rem;
    bottom:0px;left:-0.87rem;
    background-image:url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/tab_b_evaluate_l.png);
    background-size:100% 100%;
}
/****************/
.btn_backto_home {
    width: 6.6rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.87rem;
    color: #4C73FF;
    box-shadow: 0 0 1px 0 #4C73FF inset, 0 0 1px 0 #4C73FF inset;
}

.order_evaluate_submit {
    width: 92.5%;
    backcground-color: #F4F9FD;
    padding: 0.8rem;
    color: #a3a3a3;
    background-color: #F4F9FD;
    font-size: 0.87rem;
    text-align: justify;
    margin: 1rem auto;
    border-radius: 0.45rem;
}

.order_evaluate_submit > div {
    margin-bottom: 0.26rem;
}

.order_evaluate_submit > p {
    margin-bottom: 0.26rem;
}

.box_kai_receipt {
    display: flex;
    justify-content: space-between;
    font-size: 0.87rem;
    color: #3D4245;
    padding: 0.5rem 1rem;
}

.box_kai_receipt > div {
    flex: auto;
}

.box_kai_receipt .name {
    margin-top: 0.5rem;
}

.tcb_evaluate_fa {
    width: 100%;
    background-color: #fff;
    border-radius: 0.66rem 0.66rem 0 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    transition: all ease 0.3s;
    transform: translateY(500%);
}
.tcb_close_evaluate{width:1.54rem;right:0.8rem;top:-2.3rem;z-index:5;}

.part_ling_success:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.66rem ;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*
    box-shadow: 0 0 1px #dce8ff inset;
    */
    border: solid 1px #dce8ff;
    z-index: -1;
    background-color: white;
}
.part_ling_success{
    transform: scale(0.92);
}

.ban_investigate{width:95%;height:3.52rem;bottom:1.3rem;border-radius: 0.45rem;left:50%;-webkit-transform: translateX(-50%);z-index:5;background-image: url(http://wapjs.189.cn/mall/pages/JSTX_NEW/images/bg_investigate.png);background-size:100% 100%;display:flex;justify-content: space-between;align-items: center; padding:0 0.66rem 0 0.3rem;-webkit-filter:drop-shadow(0 3px 3px rgba(72,85,120,0.2));font-size:1rem;color:#214568;}
.ban_investigate .pic{width:4.3rem;height:3.7rem;margin-top:-0.88rem;margin-right:-0.3rem;}
.ban_investigate .btn{width: 4.13rem;height: 1.54rem;line-height:1.54rem;color:#fff;text-align:center;font-weight:bold;font-size:0.87rem;background-image: linear-gradient(178deg, #FFEB8F 0%, #FF667B 53%);box-shadow: inset 1px 1px 4px 0px rgba(255,254,252,1);box-shadow: inset -10px -10px 20px 0px rgba(255,56,96,0.6);box-shadow: 2px 2px 6px 0px rgba(48,80,117,0.3);border-radius: 100rem;}
.ban_investigate .close{width:1.4rem;height:0.8rem;right:0;top:0;}

.wjdc_bot_s{width:96%;max-width:28rem;background-color: #EBF5FF;padding:0.7rem 1.76rem 0.7rem 1.23rem;border-radius: 0.6rem;display: flex;align-items: center;position: fixed;left:50%;-webkit-transform: translateX(-50%);bottom:1rem;color:#3d4245;font-size: 0.95rem;font-weight:bold;}
			.wjdc_bot_s .ico{width:1.23rem;margin-right:0.6rem;}
			.wjdc_bot_s .btn{display:inline-block; width:3.3rem;height:1.4rem;line-height:1.4rem;font-size:0.8rem;color:#4c73ff;box-shadow:0 0 0 1px #4c73ff inset;border-radius: 0.5rem;text-align: center;font-weight:bold;}
			.wjdc_bot_s .close{position: absolute;height:0.8rem;top:0;right:0;border-radius: 0 0.6rem 0 0;}

            .wjdc_side_s{position: fixed;width:2.42rem;right:0.5rem}
			.wjdc_side_s .close{position: absolute;width:0.95rem;top:-1.2rem;right:0rem;}
			
