@charset "UTF-8";
/*liboyuan 20160907*/

body {
    background: #f1f1f1;
}
.count_inner {
    padding: 30px 40px 40px;
    background: #fff;
    margin: 60px auto 0;
    width: 560px;
}
.count_inner>h3 {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.count_box>li {
    min-height: 200px;
}
.count_box .count_input {
    border: 1px solid #e3e4e8;
    border-radius: 3px;
    padding: 0 30px;
}
.count_box .count_input input {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #e3e4e8;
    font-size: 14px;
    line-height: 18px;
}
.count_box input.no_border {
    border: 0;
}
.count_btn_box {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d0d0d0;
}
.count_btn_box>a {
    display: inline-block;
    width: 158px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    background: #f6f6f6;
    line-height: 50px;
    margin: 0px 10px;
}
.count_btn_box>a:hover {
    background: #e6e6e6;
}
.count_btn_box>a>b {
    font-size: 28px;
    color: #f51e55;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.count_btn_box>a>span {
    font-size: 16px;
    color: #606060;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}
.count_btn {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 0;
}
.count_user {
    text-align: center;
    margin-top: 50px;
}
.count_user img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
}
.count_name {
    font-size: 18px;
    margin: 20px 0 40px;
}
.count_title {
    font-size: 14px;
    color: #606060;
    margin-bottom: 40px;
}
.count_pjjd_box {
    width: 400px;
    height: 235px;
    background: url(/dev/product/www_v3/separate/imgs/jd_count/desktop/biao.png) no-repeat center;
    margin-bottom: 50px;
}
.count_pjjd {
    font-size: 110px;
    color: #f81652;
    padding-top: 90px;
}
.count_reset {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 80px auto 20px;
}
