/*block2*//* endzeit_____ */
.block2, .block13 {
    background: url(../img/b1.jpg) no-repeat center top;
    height: 646px;
    padding: 20px 0 0 0;
}
.block2 h1, .block13 h1 {
    font-size: 40px;
    line-height: 48px;
    padding: 0 0px 5px;
    text-transform: uppercase;
    text-align: center;
}
.block2 h1 span, .block13 h1 span {
    color:#cc6d92;
}
.block2 h2, .block13 h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    padding: 0 0px 40px;
    text-align: center;
}
.sale {
    background: url(../img/sale.png) no-repeat 0 0;
    width: 120px;
    height: 120px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-top: 18px;
    position: absolute;
    top: 140px;
    left: 295px;
    z-index: 3;
}
.sale p {
    font-size: 42px;
    line-height: 36px;
}
img.top-product {
    display: block;
    position: absolute;
    top: 290px;
    left: 330px;
}
.top-plus {
    margin-bottom: 20px;
}
.top-plus li {
    margin-bottom: 20px;
}
.top-plus li:before {
    content: '';
    display: block;
    border:3px solid #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #80cef6;
    float:left;
    margin: 5px 10px 0 0;
    width: 8px;
    height: 8px;
}
.top-plus p {
    font-size: 16px;
    overflow: hidden;
    line-height: 20px;
}
.timer {
    width: 280px;
    height: 38px;
    margin-bottom: 10px;
}
.timer .timer-left {
    width: 160px;
    height: 38px;
    text-align: center;
    float: left;
    background: #fff;
    -moz-border-radius: 19px 0 0 19px;
    border-radius: 19px 0 0 19px;
    -webkit-border-radius: 19px 0 0 19px;
}
.timer .timer-left p {
    line-height: 16px;
    font-size: 16px;
    padding-top: 3px;
    padding-right: 15px;
    text-align: right;
}
.timer .timer-right {
    width: 120px;
    height: 38px;
    float: right;
    background: #cc6d92;
    color:#fff;
    -moz-border-radius: 0 19px 19px 0;
    border-radius: 0 19px 19px 0;
    -webkit-border-radius: 0 19px 19px 0;
    padding: 8px 0 0 12px;
}
.block2 .button-m {
    margin: 0 0 0 0;
}
.stock {
    width: 280px;
    text-align: center;
    font-size: 15px;
    padding: 15px 0 0;
}
.stock span {
    display: inline-block;
    font-weight: 700;
    width: 24px;
    height: 24px;
    background: #cc6d92;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 24px;
    color:#fff;
    margin: 0 2px;
}
.head-cont {
    width: 300px;
    float: right;
}
/*block3*//* michael-k90 */
.block3 {
    padding: 0 0 50px;
    margin-top: -50px;
}
/*block5*//* owmen17 */
.block5, .block7 {
    background: #e6ecf5;
    background: -moz-linear-gradient(top, #e6ecf5 0%, #ecf1f8 100%);
    background: -webkit-linear-gradient(top, #e6ecf5 0%,#ecf1f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6ecf5),to(#ecf1f8));
    background: -moz-linear-gradient(top, #e6ecf5 0%,#ecf1f8 100%);
    background: -o-linear-gradient(top, #e6ecf5 0%,#ecf1f8 100%);
    background: linear-gradient(to bottom, #e6ecf5 0%,#ecf1f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecf5', endColorstr='#ecf1f8',GradientType=0 );
    padding-bottom: 0;
}
.block5 .title+p {
    text-align: center;
    padding: 0 50px 30px;
}
.good {
    text-align: center;
    margin-bottom: 30px;
}
.block8 .good {
    margin: 0;
}
.good li {
    width: 33.33333%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.good img {
    display: block;
    margin: 0 auto 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:5px solid #ebeff5;
}
.block8 .good img {
    margin: 0 auto 15px;
    border: none;
}
.block8 .good span {
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cc6d92;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 60px;
}
.block8 .good li:before {
    display: block;
    content: '';
    width: 56px;
    height: 13px;
    background: url(../img/arrow2.png) center no-repeat;
    position: absolute;
    top: 70px;
    right: -28px;
}
.block8 .good li:nth-child(2):before {
    background-image: url(../img/arrow3.png);
    top: 120px;
}
.block8 .good li:last-child:before {
    display: none;
}
.good h4 {
    margin: 0 0 5px;
    font-size: 18px;
    text-transform: none;
}
.good p {
    font-size: 16px;
    padding: 0 20px;     
}
.preim-note {
    width: 860px;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 20px;
    margin: 0 auto -35px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.preim-note p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.preim-note p span {
    color:#cc6d92;
}
/*block4*//* bizlife_inc */
.block4 {
    padding: 75px 0 40px;
}
.action img {
    display: block;
    float: left;
    margin: 0 50px;
}
.action p {
    overflow: hidden;
    margin-bottom: 20px;
}
.action .list {
    margin: 0 280px 0 0;
}
.action .list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px 18px;
    position: relative;
}
.action .list li:nth-child(odd) {
    width: 150px;
}
.action .list li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cc6d92;
    position: absolute;
    top: 8px;
    left: 0;
}
.action-img {
    margin: 0 0 30px;
    text-align: center;
    font-size: 0;
}
.action-img li {
    display: inline-block;
    width: 290px;
    margin: 0 10px;
    position: relative;
}
.action-img img {
    display: block;
    margin: 0 0 10px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.action-img span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}
/*block7*//* endzeit_____ */
.block7 {
    padding: 40px 0;
}
.use {
    width: 425px;
}
.use li {
    margin-bottom: 30px;
}
.use img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}
.use h3 {
    font-size: 18px;
    overflow: hidden;
}
.use p {
    overflow: hidden;
    font-size: 16px;
}
.use-img {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 20px;
}
.block7 .description {
    margin: 0 500px 0 0;
}
/*block10*//* owmen17 */
.block10 .title {
    text-align: left;
}
.block10  h2.title:after {
    margin: 7px 0 0 0;
}
.block10 .wrap > img {
    position: absolute;
    top:40px;
    right: 10px;
    display: block;
}
.block10 .wrap {
    padding-right: 250px;
}
.block10 .wrap > p {
    margin-bottom: 20px;
}
/*block6*//* after_qbici */
.block6 {
    background: rgb(230,236,245);
    background: -moz-linear-gradient(top, rgba(230,236,245,1) 0%, rgba(237,242,248,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,236,245,1) 0%,rgba(237,242,248,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230,236,245,1)),to(rgba(237,242,248,1)));
    background: -moz-linear-gradient(top, rgba(230,236,245,1) 0%,rgba(237,242,248,1) 100%);
    background: -o-linear-gradient(top, rgba(230,236,245,1) 0%,rgba(237,242,248,1) 100%);
    background: linear-gradient(to bottom, rgba(230,236,245,1) 0%,rgba(237,242,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecf5', endColorstr='#edf2f8',GradientType=0 );
    padding-bottom: 10px;
}
.reviews {
    width: 865px;
    margin: 0 auto;
}
.rev {
    background: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
}
.rev:before {
    content: '';
    display: block;
    background: url(../img/quotes.png) no-repeat 0 0;
    width: 32px;
    height: 25px;
    position: absolute;
    top:25px;
    right: 25px;
}
.rev .rev-img {
    float: left;
}
.rev .rev-img img {
    display: block;
}
.rev .rev-cont {
    overflow: hidden;
    padding-left: 30px;
}
.rev .rev-cont > p {
}
.rev .rev-person {
    margin-bottom: 20px;
}
.rev .rev-person p {
    overflow: hidden;
}
.rev .rev-person h3 {
    font-size: 18px;
    text-transform: none;
    overflow: hidden;
    padding-top: 8px;
}
.rev .rev-person img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
}
/*block12*/
.ship {
    text-align: center;
    margin-bottom: 60px;
    font-size: 0;
}
.ship li {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33333%;
    position: relative;
}
.ship li > img {
    margin-bottom: 10px;
}
.ship li p.ship-text {
    font-size: 16px;
    padding: 16px 43px 0;
}
.ship-title {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 2px solid #ececec;
    position: relative;
    padding-bottom: 5px;
}
.ship-title:after {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #7aceee;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.ship li:nth-child(2) .ship-title:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ship li:nth-child(3) .ship-title:after {
    left: auto;
    right: 0;
}
.ship-title:before {
    content: '01';
    display: block;
    font-size: 24px;
    color:#cc6d92;
    letter-spacing: .6px;
    font-weight: 700;
    float: left;
    margin: 0 15px 0px 5px;
}
.ship-title p {
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}
.ship li:nth-child(2) .ship-title:before {
    content: "02";
}
.ship li:nth-child(3) .ship-title:before {
    content: "03";
}
.ship li:before {
    content: '';
    display: block;
    background: url(../img/arrow2.png) no-repeat 0 0;
    width: 56px;
    height: 13px;
    position: absolute;
    top: 84px;
    right: -26px;
}
.ship li:nth-child(2):before {
    background-image: url(../img/arrow3.png);
    top: 189px;
}
.ship li:last-child:before {
    display: none;
}
.ship-note {
    width: 860px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    background: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
}
.ship-note:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background:#fff url(../img/att.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: -58px auto 15px;
    border:2px solid #cc6d92;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
}
.ship-note h3 {
    color:#cc6d92;
    font-size: 24px;
    text-transform: none;
}
.ship-note p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 136px;
}

/* block 14 */

.block14 {
    background-image: -webkit-linear-gradient(111deg, #f1e4ec 0%, #faf6f9 100%);
    background-image: -moz-linear-gradient(111deg, #f1e4ec 0%, #faf6f9 100%);
    background-image: -o-linear-gradient(111deg, #f1e4ec 0%, #faf6f9 100%);
    background-image: linear-gradient(-21deg, #f1e4ec 0%, #faf6f9 100%);
}

.block14 h2.title {
    margin: 0 0 60px;
    text-align: left;
    color: #cc6d92;
}

.block14 h2.title:after {
    margin: 7px 0 0;
}

.block14 .cont-left {
    float: left;
    width: 480px;
}

.block14 .cont-left .item {
    margin: 0 0 25px;
}

.block14 .cont-left .item:last-child {
    margin: 0;
}

.block14 .cont-left img {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 100px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.block14 .cont-left .text {
    float: left;
    width: 365px;
}

.block14 .cont-left h4 {
    margin: 0 0 5px;
    font-size: 18px;
    text-transform: none;
}

.block14 .cont-right {
    float: left;
    margin: 0 0 0 20px;
    padding: 130px 20px 30px;
    width: 440px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(2, 2, 2, 0.08);
    -moz-box-shadow: 0 0 30px rgba(2, 2, 2, 0.08);
    box-shadow: 0 0 30px rgba(2, 2, 2, 0.08);
    text-align: center;
    position: relative;
}

.block14 .cont-right img {
    display: block;
    width: 240px;
    position: absolute;
    top: -115px;
    left: 50%;
    margin-left: -120px;
}

.block14 .cont-right h3 {
    margin: 0 0 10px;
    font-size: 26px;
    text-transform: none;
    color: #cc6d92;
}

.block14 .cont-right .name {
    margin: 20px 0 5px;
    padding: 40px 0 0;
    background: url(../img/quotes.png) center top no-repeat;
    font-weight: 700;
    font-size: 18px;
}

/*block13*/
.block13 h2 {
    margin-bottom: 0;
}
.block13 .wrap > h3 {
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    padding: 0 537px 20px 0;
}
.foot-product {
    display: block;
    position: absolute;
    top: 302px;
    right: 293px;
}
.formbox {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 340px;
    float: right;
    margin-right: 20px;
    padding: 16px 0 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
}
.formbox .stock {
    margin: 0 auto;
}
.formbox h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
}
.formbox h3 span {
    font-weight: 700;
    display: block;
}
.price-form {
    text-align: center;
    margin-bottom: 15px;
}
.price-form p {
    font-size: 18px;
}
.price-form b {
}
.price-form span {
    color:#cc6d92;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}
/*footer*/
.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}

@media screen and (max-width: 976px) {
    .block2 h1, .block13 h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .block2, .block13 {
        background: url(../img/b1m.jpg) no-repeat center top;
    }
    .block2 h2, .block13 h2 {
        padding: 0 0 30px;
        font-size: 22px;
    }
    img.top-product {
        top: 360px;
        left: 301px;
        width: 189px;
    }
    .sale {
        top: 340px;
        left: 23px;
    }
    .block3 {
        margin-top: -40px;
    }
    .video-container {
        width: 100%;
        height: 362px;
        border: 25px solid #fff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    }
    h2.title {
        font-size: 30px;
    }
    .block8 .good span {
        left: 15px;
    }

    .block8 .good li:before {
        display: none;
    }
    .good p {
        padding: 0 9px;
    }
    .good img {
        width: 90%;
    }
    .preim-note {
        width: 100%;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        padding: 15px 20px;
        margin: 0 auto -28px;
    }
    .preim-note p {
        font-size: 18px;
        line-height: 26px;
    }
    .action {
        margin: 0 0 30px;
    }
    .action img {
        float: none;
        margin: 0 auto;
    }
    .action .list {
        margin: 0 300px 0 0;
    }
    .action-img li {
        display: inline-block;
        width: 290px;
        margin: 0 10px 20px;
        position: relative;
    }
    .action-img li:last-child {
        margin: 0 10px;
    }
    .block7 {
        padding: 40px 0;
    }
    .use {
        width: 100%;
    }
    .use li {
        margin-bottom: 30px;
    }
    .use img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: block;
        float: left;
        margin: 0 20px 0 0;
    }
    .use h3 {
        font-size: 18px;
        overflow: hidden;
    }
    .use p {
        overflow: hidden;
        font-size: 16px;
    }
    .use-img {
        display: none;
    }

    .block7 .description {
        margin: 0;
    }
    .block10 .title {
        text-align: center;
    }
    .block10  h2.title:after {
        margin: 7px auto 0;
    }
    .block10 .wrap > img {
        position: static;
        margin: 0 auto;
    }
    .block10 .wrap {
        padding-right: 0;
    }
    .ship li, .reviews {
        width: 100%;
    }
    .rev .rev-cont {
        padding-left: 20px;
    }
    .rev {
        padding: 10px;
    }
    .rev .rev-person {
        margin-bottom: 10px;
    }
    .rev .rev-cont > p {
        line-height: 20px;
    }
    .ship li:before {
        display: none;
    }
    .ship li > img {
        float: left;
        margin: 0 80px 0 0;
    }
    .ship li > div {
        overflow: hidden;
        padding-top: 50px;
    }
    .ship-title {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .ship li p.ship-text {
        padding: 16px 0 0 0;
        text-align: left;
    }
    .ship li:nth-child(3) > img  {
    }
    .ship-note {
        width: 100%;
    }
    .ship-note p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 36px;
    }
    .ship-note h3 {
        font-size: 22px;
    }

    .block14 h2.title {
        margin: 0 0 40px;
        text-align: center;
    }

    .block14 h2.title:after {
        margin: 7px auto 0;
    }

    .block14 .cont-left {
        float: none;
        width: 100%;
    }

    .block14 .cont-left .text {
        width: 505px;
    }

    .block14 .cont-right {
        float: none;
        margin: 130px 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 659px) {
    .mob-tovar {
        display: block;
        margin: 0px auto 5px;
    }
    .block2 h1, .block13 h1 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        padding: 0 0 8px 0;
    }
    .block2 h2, .block13 h2 {
        font-size: 18px;
        text-align: center;
        padding: 0 0 17px 0;
    }
    .block2, .block13 {
        background: rgb(242,230,238);
        background: -moz-linear-gradient(top, rgba(242,230,238,1) 0%, rgba(248,242,246,1) 100%);
        background: -webkit-linear-gradient(top, rgba(242,230,238,1) 0%,rgba(248,242,246,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,230,238,1)),to(rgba(248,242,246,1)));
        background: -moz-linear-gradient(top, rgba(242,230,238,1) 0%,rgba(248,242,246,1) 100%);
        background: -o-linear-gradient(top, rgba(242,230,238,1) 0%,rgba(248,242,246,1) 100%);
        background: linear-gradient(to bottom, rgba(242,230,238,1) 0%,rgba(248,242,246,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e6ee', endColorstr='#f8f2f6',GradientType=0 );
        height: auto;
        padding: 20px 0;
    }
    .sale {
        top: 280px;
        left: 10px;
    }
    .block3 {
        margin: 0;
        padding: 30px 0;
    }
    .video-container {
        width: 100%;
        height: 169px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    h2.title {
        font-size: 24px;
    }
    .good {
        margin: 0;
    }
    .good li {
        margin: 0 0 30px;
        width: 100%;
    }
    .block8 .good span {
        left: 50px;
    }
    .good p {
        padding: 0;
    }
    .good img {
        width: auto;
    }
    .preim-note {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin: 0 auto -54px;
    }
    .block4 {
        padding: 90px 0 40px;
    }
    .action .list {
        margin: 0;
    }
    .action .list li:nth-child(odd) {
        width: 110px;
    }
    .use li {
        text-align: center;
    }
    .use img {
        float: none;
        margin: 0 auto 15px;
    }

    .block7 .description {
        text-align: center;
    }
    .rev {
        padding: 17px 13px 15px;
    }
    .rev:before {
        display: none;
    }
    .rev .rev-img {
        float: none;
        width: 100%;
        position: absolute;
        top: 92px;
        left: 0;
    }
    .rev .rev-person {
        margin-bottom: 260px;
    }
    .rev .rev-person img {
        margin: 0 10px 0 0;
    }
    .rev .rev-cont {
        padding: 0;
    }
    .rev:before {
        top: 10px;
        right: 11px;
    }
    .rev .rev-img img {
        margin: 0 auto;
    }
    .ship li > img {
        float: none;
        margin: 0 auto 10px;
    }
    .ship li > div {
        padding-top: 0px;
    }
    .ship li:nth-child(3) > img {
    }
    .ship-note {
        width: 100%;
        padding: 20px 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .ship-note h3 {
        font-size: 20px;
    }
    .ship-note p {
        padding: 0 20px;
    }

    .block14 .cont-left img {
        float: none;
        margin: 0 auto 15px;
    }

    .block14 .cont-left .text {
        float: none;
        width: 100%;
        text-align: center;
    }

    .block14 .cont-right {
        float: none;
        margin: 130px 0 0;
        width: 100%;
    }
    .block14 .cont-right h3 {
        font-size: 20px;
    }
    .formbox {
        width: 100%;
        margin: 0 auto;
    }
    .foot-product {
        width: 263px;
        top: 331px;
        right: 10px;
    }
    .foot-product {
        width: 283px;
        position: static;
        margin: 0 auto 20px;
        z-index: 2;
    }
}