.contact-header {
    max-width: 1100px;
    text-align: center;
    margin: 100px auto 60px;
}
.contact-header h1 {
    margin: 0;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.contact-header span {
    color: #b4b4b4;
    display: block;
    font-size:16px;
}
.contact-icon {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
.contact-icon li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: top;
}
.contact-icon li span {
    display: block;
    margin: 0 auto;
    white-space: normal;
    font-size: 1.2rem;
}
.contact-icon > li:nth-child(1) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("imagescontact1.png") no-repeat center center / contain;
}
.contact-icon > li:nth-child(2) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("imagescontact2.png") no-repeat center center / contain;
}
.contact-icon > li:nth-child(3) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("imagescontact3.png") no-repeat center center / contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .contact-header {
        margin: 20px auto 20px!important;
    }
    .contact-icon li span {
        font-size: 1rem;
    }
    .contact-icon > li:nth-child(1) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(2) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(3) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .contact-header {
        margin: 20px auto 20px!important;
    }
    .contact-icon li span {
        font-size: 1rem;
    }
    .contact-icon > li:nth-child(1) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(2) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(3) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
}
@media only screen and (min-width: 340px) and (max-width: 600px) {
    .contact-header {
        margin: 20px auto 20px!important;
    }
    .contact-icon li span {
        font-size: 1rem;
    }
    .contact-icon > li:nth-child(1) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(2) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
    .contact-icon > li:nth-child(3) > span:nth-child(1) {
        width: 50px!important;
        height: 50px!important;
    }
}
@media only screen and (max-width: 340px) {
    .contact-header {
        margin: 10px auto 10px!important;
    }
    .contact-header h1 {
        font-size: 1.8rem!important;
    }
    .contact-header span {
        font-size: 1.4rem!important;
    }
    .contact-icon li span {
        font-size: 0.8rem;
    }
    .contact-icon > li:nth-child(1) > span:nth-child(1) {
        width: 40px!important;
        height: 40px!important;
    }
    .contact-icon > li:nth-child(2) > span:nth-child(1) {
        width: 40px!important;
        height: 40px!important;
    }
    .contact-icon > li:nth-child(3) > span:nth-child(1) {
        width: 40px!important;
        height: 40px!important;
    }
    .contact {
        padding: 15px 0!important;
    }
}
@media only screen and (max-width: 768px) {
    #dituContent {
        width: 100% !important;
    }
    .contact iframe {
        width: 100%!important;
    }
}
.message-body {
    padding: 50px 0;
}
.message-message {
    max-width: 1100px;
    margin: 0 auto ;
    text-align: center;
}
.message-message > div span {
    display: block;
}
.message-message label {
    color: #727272;
    display: block;
    margin-top: 35px;
}
.message-message label span {
    color: #ff3e43;
}
.message-message input {
    margin-left: 2rem;
    width: 45rem;
    height: 4rem;
    background: none;
    outline: none;
    border: 1px solid #e3e3e3;
}
.message-message textarea {
    margin-left: 2rem;
    width: 45rem;
    height: 12rem;
    background: none;
    outline: none;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
.message-message button {
    width: 20%;
    margin-top: 2rem;
    margin-left: 60px;
}
.message-message > label:nth-child(4) {
    line-height: 12rem;
}
.am-btn-danger {
    background-color: #ea68ab;
    border-color: #ea68ab;
}
.message-form {
    max-width: 1100px;
    margin: 0 auto;
}
.message-form form {
    width: 75%;
    margin: 0 auto;
    /*text-align:center;*/
}
.message-form form ul {
    margin: 0;
    padding: 0;
}
.message-form li {
    margin: 1rem auto;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.message-form li span {
    color: #979797;
}
.message-form li label {
    width: 8.5%;
}
.message-form li input {
    width: 80%;
    height: 40px;
}
.message-form li textarea {
    width: 80%;
}
.message-form li button {
    margin-left: 14%;
    width: 30%;
}
.message-form li i {
    font-style: normal;
    color: #ff0909;
}
.message-form li:nth-child(1) span {
    margin-left: 14%;
}
.am-btn-danger:active {
    background-color: #ea68ab;
}
.am-btn-danger:hover {
    background-color: #ea68ab;
}
.am-btn-danger:visited {
    background-color: #ea68ab;
}
.am-btn-danger:focus {
    background-color: #ea68ab;
}
@media only screen and (min-width: 340px) and (max-width: 600px) {
    .message-body {
        padding: 15px 0 200px !important;
    }
    .message-message h1 {
        font-size: 2rem;
    }
    .message-form label {
        font-size: 1.2rem;
    }
    .message-form li {
        margin: 5px auto;
    }
}
@media only screen and (max-width: 340px) {
    .message-body {
        padding: 40px 0 250px!important;
    }
    .message-message h1 {
        font-size: 1.6rem;
        margin: 0;
    }
    .message-message > div span {
        font-size: 1.4rem;
    }
    .message-form form {
        width: 100%;
    }
    .message-form li {
        margin: 5px auto !important;
    }
    .message-form li label {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    .message-message > div {
        display: none !important;
    }
    .message-form > form > ul li:last-of-type span {
        display: none!important;
    }
}
@media only screen and (max-width: 768px) {
    .message-form ul li:nth-child(1) {
        display: none!important;
    }
}
.pro-body {
    padding: 0 20px ;
}
.pro-body > li {
    list-style: none;
}
.pro-body > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2rem auto;
}
.pro-body > li img {
    width: 31.33%;
}
.pro-rightarea {
    display: inline-block;
    width: 62%;
    float: right;
}
.pro-rightarea p {
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
}
.pro-rightarea span {
    display: inline-block;
    color: #a5a5a5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pro-rightarea {
        width: 65%;
    }
    .pro-rightarea p {
        font-size: 1.6rem;
        margin-bottom: 0.5rem!important;
    }
    .pro-rightarea span {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .pro-rightarea p {
        font-size: 1.4rem;
        margin-bottom: 0!important;
    }
    .pro-rightarea span {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 340px) and (max-width: 600px) {
    .pro-body {
        padding: 0 5px !important;
    }
    .pro-rightarea {
        height: 82px !important;
        width: 67%!important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pro-rightarea p {
        font-size: 1.2rem;
        margin-bottom: 0!important;
    }
    .pro-rightarea span {
        line-height: 16px;
        font-size: 1rem;
    }
}
@media only screen and (max-width: 340px) {
    .pro-body {
        padding: 0 2px!important;
    }
    .pro-rightarea {
        height: 82px !important;
        width: 67%!important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pro-rightarea p {
        font-size: 1rem;
        margin-bottom: 0!important;
    }
    .pro-rightarea span {
        line-height: 16px;
        font-size: .8rem;
    }
}
.pro-rightsidebar header {
    overflow: hidden;
}
.product-nav {
    margin-top: -44px;
    float: right;
    margin-right: 10px;
}
.product-nav a {
    color: #7a7a7b;
}
.pro-right-left {
    text-align: center;
}
.pro-details-img {
    width: 577px;
    height: 403px;
}
.pro-details-img img {
    width: 100%;
    height: 100%;
}
.pro-detalis-carousel {
    width: 577px;
    overflow: hidden;
}
.pro-detalis-carousel .am-slider {
    width: 488px !important;
    margin: 0 auto;
}
.pro-detalis-carousel .am-slides {
    margin: 0 auto !important;
    /*  width:577px !important;*/
}
.pro-detalis-carousel .am-slides img {
    max-width: 110px;
    max-height: 82px;
    border: 1px solid #d9d9d9;
}
.pro-detalis-carousel .am-slides li {
    /* display:inline-block !important;*/
    /*   float:none !important;*/
}
.pro-detalis-carousel .am-slides li img:hover {
    cursor: pointer;
}
.pro-detalis-carousel .am-slider-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pro-detalis-carousel .am-prev {
    background: url("../images/prevs.png") no-repeat;
    width: 24px !important;
    height: 45px !important;
}
.pro-detalis-carousel .am-next {
    background: url("../images/nexts.png") no-repeat;
    width: 24px !important;
    height: 45px !important;
}
.pro-detalis-carousel .am-slider-default .am-direction-nav a {
    margin: -8px -50px 0 !important;
}
.pro-detalis-carousel .am-slider-default .am-direction-nav .am-disabled {
    opacity: 1!important;
}
.am-slider-carousel li {
    margin-right: 5px;
}
.pro-right-right {
    float: right;
    margin-top: -500px;
    position: relative;
}
.pro-right-right li {
    display: block !important;
}
.pro-right-right .pro-right-info-constant {
    font-weight: bold;
    margin: -14px 260px 0 -38px !important;
}
.pro-right-right .pro-right-info-variable {
    position: absolute;
    margin: -181px 0 0 40px !important;
}
.pro-tabs {
    margin-top: 7rem;
}
.pro-tabs .am-nav-tabs > li.am-active > a,
.pro-tabs .am-nav-tabs > li.am-active > a:focus,
.pro-tabs .am-nav-tabs > li.am-active > a:hover {
    color: #ffffff;
    background-color: #f1404b;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
    cursor: default;
}
.pro-tabs .am-tabs-nav {
    margin: 0 !important;
}
.pro-tabs .am-tabs-nav li {
    margin: 0 !important;
}
.pro-tabs .am-tabs-nav li a {
    margin-right: 1px;
}
.pro-tabs .am-tabs-nav a {
    background: #c8c8c8;
    color: #000000;
}
.pro-tabs .am-tabs-bd {
    border: none;
    min-height: 20rem;
}
.pro-tabs .am-tabs-bd ul {
    margin-left: 155px !important;
    padding: 0!important;
}
.pro-tabs .am-tabs-bd ul li {
    width: 26.333%;
}