.banner-img {
    width: 100%;
    height: auto;
}
.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.07291666666666667rem;
}
.bannertit:after {
    content: "";
    position: relative;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.129rem;
    left: 0.020833333333333332rem;
}

.content {
    padding: 0.75rem 0 0;
    width: 100%;
    overflow: hidden;
}
.probox {
    width: 8.333333333333334rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.pro-left {
    width: 3.4375rem;
}
.pro-bigimg {
    width: 100%;
    height: 2.6041666666666665rem;
    border-radius: 0.10416666666666667rem;
    background-color: #e9e9eb;
    /*padding: 0.3020833333333333rem 0.296875rem 0.2916666666666667rem;*/
    box-sizing: border-box;
    position: relative;
}
#smallView {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.viewimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-fy {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 0.10416666666666667rem;
    gap: 0.052083333333333336rem;
}
.pro-prev {
    width: 0.10416666666666667rem;
    border-radius: 0.026041666666666668rem;
    background-color: #e9e9eb;
    flex-shrink: 0;
    background-image: url(../img/pro/arrow1.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.pro-prev:hover{
    background-image: url(../img/pro/arrow3.png);
}
.pro-next {
    width: 0.10416666666666667rem;
    border-radius: 0.026041666666666668rem;
    background-color: #e9e9eb;
    flex-shrink: 0;
    background-image: url(../img/pro/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.pro-next:hover{
    background-image: url(../img/pro/arrow4.png);
}
.pro-imglist {
    width: 100%;
    height: 0.78125rem;
    overflow: hidden;
    flex: 1;
}
.pro-imgli {
    height: 0.78125rem;
    border-radius: 0.10416666666666667rem;
    background-color: #e9e9eb;
    /*padding: 0.08854166666666667rem;*/
    box-sizing: border-box;
    overflow: hidden;
}
.pro-imgli.active{
    border: 0.010416666666666666rem solid #00958f;
}
.smallimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.pro-right {
    width: 4.583333333333333rem;
}
.pro-name {
    font-size: 0.15625rem;
    line-height: 0.15625rem;
    color: #333333;
    font-weight: 700;
    font-family: "Roboto-Bold";
    margin-top: 0.049479166666666664rem;
}
.pro-hr {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    height: 0.010416666666666666rem;
    margin-top: 0.08072916666666667rem;
}
.pro-hr:before {
    content: "";
    width: 0.625rem;
    background: #00968f;
    height: 0.010416666666666666rem;
    float: left;
}
.pro-h3 {
    font-size: 0.09375rem;
    line-height: 0.15625rem;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto-Light";
    margin-top: 0.19270833333333334rem;
    width: 100%;
    overflow: hidden;
}
.pro-h3>p{margin-bottom: 0.10416666666666667rem;}
.pro-h3>p:last-child{margin-bottom: 0;}

.lens {
    position: absolute;
    width: 1.6458333333333333rem;
    height: 1.6458333333333333rem;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(1.5px);
    display: none;
    z-index: 10;
    transition: border 0.1s;
    border-radius: 0.10416666666666667rem;
}
.large-view {
    display: none; 
    height: 3.4895833333333335rem;
    width: 3.4895833333333335rem;/*4.60625rem;*/
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #e9e9eb;
    border-radius: 0.10416666666666667rem;
    overflow: hidden;
    margin-left: 20px;
}
#largeImg {
    width: 7.286458333333333rem;
    max-width: unset;
    height: 5.520833333333333rem;
    object-fit: contain;
    position: relative;
    transition: none;
}
.proviewbox {
    margin: 0.5104166666666666rem auto 0;
    width: 8.333333333333334rem;
    box-sizing: border-box;
}
.proviewcon{
    background-color: #e9e9eb;
    width: 100%;
    border-radius: 0.052083333333333336rem;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 2.5rem;
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    padding: 0.1875rem;
}
.proviewcon>p {
    margin-bottom: 0.10416666666666667rem;
}
.proviewcon>p:last-child {
    margin-bottom: 0;
}




.message {
    margin-top: 0.5208333333333334rem;
    background-color: #f7f7f7;
}
.messagebox {
    width: 8.333333333333334rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5208333333333334rem 0;
}
.messageleft{
    width: 40%;
}
.messagetit {
    font-size: 0.25rem;
    color: #333333;
    font-weight: 700;
    font-family: "Roboto-Bold";
}
.messagecon {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    font-weight: 500;
    font-family: "Roboto-Medium";
    width: 65%;
    margin-top: 0.11979166666666667rem;
}
.messageright {
    width: 56.875%;
    border-radius: 0.052083333333333336rem;
    background-color: rgba(233, 233, 235);
    overflow: hidden;
    padding: 0.21875rem 0.21875rem 0.203125rem;
    box-sizing: border-box;
}
.messageform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feedback {
    width: 46.61016949152542%;
    height: 0.328125rem;
}
.feedback input{
    outline: 0;
    border-radius: 0.052083333333333336rem;
    background-color: #ffffff;
    border: 1px solid #dedede;
    font-size: 0.09375rem;
    height: 0.19791666666666666rem;
    width: 100%;
    color: #999999;
    padding: 0 0.06770833333333333rem;
    line-height: 0.19791666666666666rem;
}
.feedback-textarea{
    width: 100%;
    height: 0.6510416666666666rem;
}
.feedback-detail {
    border-radius: 0.052083333333333336rem;
    background-color: #ffffff;
    border: 1px solid #dedede;
    width: 100%;
    outline: 0;
    resize: none;
    font-size: 0.09375rem;
    color: #999999;
    padding: 0.041666666666666664rem 0.06770833333333333rem;
    line-height: 0.109375rem;
    height: 0.5208333333333334rem;
}
.error {
    font-size: 0.07291666666666667rem;
    color: red;
    padding: 0 0.06770833333333333rem;
}
.feedback-submit{
    width: 100%;
}
.messagesubmit {
    width: 0.8958333333333334rem;
    height: 0.19791666666666666rem;
    border-radius: 0.052083333333333336rem;
    background-color: #00958f;
    border: 0px;
    box-sizing: border-box;
    font-size: 0.09375rem;
    color: #ffffff;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
}
.bannertit:after {
    left: 0;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}

.probox{
    width: 100%;
    padding: 0 0.275rem;
}
.pro-left{
    width: 100%;
}
.pro-right{
    width: 100%;
}
.pro-bigimg {
    height: 6.8rem;
    border-radius: 0.125rem;
}
.pro-prev{
    display: none;
}
.pro-next{
    display: none;
}
.pro-fy{
    margin-top: 0.5rem;
    gap:0;
}
.pro-imglist{
    height: 2.125rem;
}
.pro-imgli {
    height: 100%;
}
.pro-name {
    font-size: 0.425rem;
    line-height: 0.625rem;
    margin-top: 0.6125rem;
}
.pro-hr {
    margin-top: 0.2375rem;
    height: 2px;
    border-bottom:0px;
}
.pro-hr:before {
    content: "";
    width: 1.625rem;
    background: #00968f;
    height: 2px;
    float: left;
}
.pro-h3 {
    font-size: 0.375rem;
    line-height: 0.525rem;
    margin-top: 0.7rem;
}
.pro-h3>p {
    margin-bottom: 0.275rem;
}
.proviewbox{
    margin: 0.925rem auto 0;
    width: 100%;
    padding: 0 0.275rem;
    box-sizing: border-box;
}
.proviewcon{
    min-height: 4rem;
    width: 100%;
    background-color: #e9e9eb;
    border-radius: 0.125rem;
    font-size: 0.375rem;
    line-height: 0.525rem;
    margin-top: 0.425rem;
    padding: 0.525rem;
}
.proviewcon>p {
    margin-bottom: 0.275rem;
}

.message{
    margin-top: 2.125rem;
    padding-bottom: 1.05rem;
}
.messagebox{
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
    flex-wrap: wrap;
}
.messageleft{
    width: 100%;
}
.messageright{
    width: 100%;
    margin-top: 0.65rem;
    border-radius: 0.125rem;
    padding: 0.55rem;
}
.messagetit {
    font-size: 0.525rem;
    line-height: 0.525rem;
    text-align: center;
    margin-top: 1.0375rem;
}
.messagecon {
    font-size: 0.375rem;
    line-height: 0.475rem;
    text-align: center;
    width: 100%;
    margin-top: 0.0875rem;
}

.feedback{
    width: 100%;
    height: 1.375rem;
}
.feedback input{
    font-size: 0.325rem;
    height: 0.825rem;
    line-height: 0.825rem;
    border-radius: 0.125rem;
    padding: 0 0.275rem;
}
.feedback-textarea {
    height: 3.25rem;
}
.feedback-detail{
    font-size: 0.325rem;
    line-height: 15px;
    height: 2.725rem;
    padding: 0.225rem 0.275rem;
    border-radius: 0.125rem;
}
.error{
    font-size: 0.325rem;
}
.messagesubmit{
    width: 100%;
    text-align: center;
    border-radius: 0.125rem;
    background-color: #00958f;
    color: #ffffff;
    font-size: 0.375rem;
    line-height: 0.825rem;
    height: 0.825rem;
}
}