.progress-bar {
    position: relative;
    height: 5px;
    background: #e6e6e6;
}

.progress-bar .progress {
    position: absolute;
    width: 0;
    height: 100%;
    background: #f43d3b;
}

.progress-bar .percent {
    font-style: normal;
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    *top: 0;
    *margin-top: -12px;
    top: 0 \0;
    margin-top: -12px \0;
}

.pages {
    background: #fff;
}

.pages.bgc-gray {
    background: #fafafa;
}

.pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
    color: #666;
    margin: 0 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pages a.active {
    border-color: #f43d3b;
    background: #f43d3b;
    color: #fff;
}

.pages a.active:hover {
    color: #fff;
    border-color: #f43d3b;
    background: #f43d3b;
}

.pages a:hover {
    color: #fff;
    border-color: #f43d3b;
    background: #f43d3b;
}

.pages a.prev, .pages a.next {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    text-indent: 0;
    width: auto;
    background: #d3d6d9;
    color: #fff;
}

.pages a.prev:hover, .pages a.next:hover {
    color: #fff;
}

.btn-blue, .btn-red, a.btn-red, .btn-gray, .btn-yellow, .btn-green, .btn-border-red, .btn-border-white, .btn-border-green, .btn {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

.btn-blue {
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #3d81f0;
    background-color: #3d81f0;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-blue:hover {
    color: #fff;
    border: 1px solid #3377e7;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(top, #3d81f0 0%, #3276e4 100%);
    background-image: -o-linear-gradient(top, #3d81f0 0%, #3276e4 100%);
    background-image: linear-gradient(to bottom, #3d81f0 0%, #3276e4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3D81F0', endColorstr='#FF3276E4', GradientType=0);
}

.btn-blue:active {
    -webkit-box-shadow: inset 0 2px 3px #3172de;
    -moz-box-shadow: inset 0 2px 3px #3172de;
    box-shadow: inset 0 2px 3px #3172de;
}

.btn-red, a.btn-red {
    height: 44px;
    line-height: 42px;
    padding: 0 35px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 1px solid #f43d3b;
    background: #f43d3b;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-red:hover, a.btn-red:hover {
    color: #fff;
    border: 1px solid #f43d3b;
    background: #e9302e;
}

.btn-red.will, a.btn-red.will {
    font-size: 13px;
    background: #fff;
    line-height: 1.6;
}

.btn-gray {
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    outline: none;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF1F1F1', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-gray:hover {
    color: #333;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFF1F1F1', GradientType=0);
}

.btn-gray:active {
    border: 1px solid #3d81f0;
}

.btn-yellow {
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ff9800;
    border: 1px solid #ff9800;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-yellow:hover {
    color: #fff;
    border: 1px solid #eb8c00;
    box-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(top, #ff9800 0%, #f49100 100%);
    background-image: -o-linear-gradient(top, #ff9800 0%, #f49100 100%);
    background-image: linear-gradient(to bottom, #ff9800 0%, #f49100 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF9800', endColorstr='#FFF49100', GradientType=0);
}

.btn-yellow:active {
    -webkit-box-shadow: inset 0px 2px 3px #de8400;
    -moz-box-shadow: inset 0px 2px 3px #de8400;
    box-shadow: inset 0px 2px 3px #de8400;
}

.btn-green {
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #84d15e;
    border: 1px solid #84d15e;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-green:hover {
    color: #fff;
    border: 1px solid #84d15e;
    box-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.btn-border-red {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #f75151;
    background: transparent;
    border: 1px solid #f75151;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-border-red:hover {
    background: #f75151;
    color: #fff;
}

.btn-border-white {
    width: 146px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-border-white:hover {
    color: #fff;
}

.btn-border-green {
    width: 82px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #16a05d;
    border: 1px solid #16a05d;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-border-green:hover {
    color: #fff;
    background: #16a05d;
}

.btn.full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.btn[disabled],
a.btn[disabled],
[class*=" btn-"][disabled],
button[disabled],
.btn[disable],
a.btn[disable],
[class*=" btn-"][disable],
button[disable] {
    background: #d3d6d9 !important;
    color: #fff;
    border-color: transparent !important;
    cursor: not-allowed;
}

.btn[disabled]:hover,
[class*=" btn-"][disabled]:hover,
button[disabled]:hover,
.btn[disable]:hover,
[class*=" btn-"][disable]:hover,
button[disable]:hover {
    background: #d3d6d9 !important;
    color: #fff;
}

.dz-yuyue {
    position: relative;
    padding: 28px 26px;
    background: #fff;
    height: 144px;
}

.dz-yuyue .title {
    font-size: 32px;
    color: #3e3a39;
}
.dz-yuyue .title b{
    font-size: 32px;
    color: #3e3a39;
}

.dz-yuyue .rate {
    font-size: 34px;
    color: #f73d3c;
}

.dz-yuyue .rate + span {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 18px;
    color: #3e3a39;
    border-width: 1px 0;
    border-style: solid;
    border-color: #928f8f;
}

.dz-yuyue .btn-red {
    padding: 0 13px;
    width: auto;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    border: none;
}

/*# sourceMappingURL=index.css.map */
    .tip-v2 {
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        width: 70px;
        height: 70px;
        font-size: 12px;
        color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .tip-v2:hover {
        color: #fff !important;
        background-color: #fc9628;
    }

    .tip-v2:hover .box {
        display: block;
    }

    .tip-v2 .box {
        display: none;
        position: absolute;
        right: 3px;
        bottom: 100%;
        width: 190px;
        text-align: left;
        margin-bottom: 8px;
        border: 1px solid #ede7c2;
        background-color: #fff;
        font-size: 13px;
        color: #333;
        line-height: 18px;
        padding: 10px 20px !important;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

    .tip-v2 .box:before, .tip-v2 .box:after {
        content: '';
        border: 8px solid transparent;
        position: absolute;
        left: 80%;
        top: 100%;
        margin-left: -8px;
    }

    .tip-v2 .box:before {
        border-top-color: #ede7c2;
    }

    .tip-v2 .box:after {
        border-top-color: #fff;
        margin-top: -1px;
    }   /*.footer .wrap{ min-width:1100; width:1100px;}*/
    .footer .service {
        padding-right: 50px;
    }

    .footer .social-contact {
        width: auto;
        padding: 0;
        float: left;
    }

    .footer .social-contact dl {
        float: left;
        text-align: center;
        font-size: 12px;
        color: #afafaf;
        padding-left: 40px;
    }

    .footer .social-contact .wechat {
        margin-left: 22px;
    }

    .footer .social-contact .ico-font {
        position: relative;
        top: 2px;
        font-size: 20px;
    }
	    div.partner dl dd a {
        margin-bottom: 5px;
    }

    .V2 .partner dd {
        width: 1100px;
    }
	
	.zjmax-tab .tab-item dd.item {
        padding-top: 10px;
}

    .V2 .force-recommend li .deadline .text {
        letter-spacing: 2px;
    }