.hint_parent{
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 10000000;
}
.hint_Wrapper{
    width: 600px;
    /*height: 100px;*/
    border-radius: 10px;
    margin-bottom: 2px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0px 0px 10px 2px #dedede;
    -moz-box-shadow: 0px 0px 10px 2px#dedede;
    box-shadow: 0px 0px 10px 2px #dedede;
    cursor: pointer;
}
.hint_Wrapper .sale{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 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%);
}
.hint_Wrapper .sale-chenggong{
    color: #7ABD54;
}

.hint_Wrapper .sale-iconfontcolor100-copy{
    color: #DE3025;
}
.hint_Wrapper .iconWrap{
    position: absolute;
    top: 0;
    left: 60px;
    height: 100%;
    width: 50px;
}
.hint_Wrapper .hint_text{
    width: 400px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin: 25px 0px;
    margin-left: 50px;
    display: inline-block;
    text-align: left;
}
.hint_Wrapper .close{
    position: absolute;
    top: 10px;
    right:0;
}



/*确认框*/
.confirm-maskLayer ,.progress-maskLayer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e2e2e242;
    z-index: 99999;
}
.progress-maskLayer img{
    position: absolute;
    top: 50%;
    left: 45%;
}
.confirm-maskLayer .confirm-wrapper {
    width: 480px;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -100px;
    border: 2px solid #C2C2C2;
    background: #fff;
}
.confirm-maskLayer .confirm-wrapper > .title {
    position: relative;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    font-size: 13px;
    font-weight: 600;
    background: #F3F3F3;
    color: #202020;
}
.confirm-maskLayer .confirm-wrapper > .title .sale {
    position: absolute;
    right: 10px;
    color: #CDCDCD;
    cursor: pointer;
}
.confirm-maskLayer .confirm-wrapper > .confirm-msg-wrapper .sale-yiwen {
    float: left;
    font-size: 45px;
    color: #FFCC00;
    margin-top: 2px;
    margin-left: 60px;
    margin-right: 10px;
}
.confirm-maskLayer .confirm-wrapper > .confirm-msg-wrapper .tit {
    margin-left: 110px;
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.confirm-maskLayer .confirm-wrapper > .confirm-msg-wrapper .detail {
    margin-left: 110px;
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
}
.confirm-maskLayer .confirm-wrapper > .confirm-btn-wrapper {
    margin-top: 20px;
    margin-left: 115px;
}
.confirm-maskLayer .confirm-wrapper > .confirm-btn-wrapper span {
    display: inline-block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #F05154;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #F05154;
    cursor: pointer;
}
.confirm-maskLayer .confirm-wrapper > .confirm-btn-wrapper .no {
    margin-left: 10px;
    background: #F5F5F5;
    color: #3F3F3F;
    border: 1px solid #E2E2E2;
}
