html {
    font-size: 100px;
}

.productDetail {
    width: 100%;
    margin-top: 80px;
}


/*顶部*/
#productDetailTop {
    width: 64%;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#productPhoto {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#productPhotoBig {
    max-width: 100%;
}

#productCon {
    width: 60%;
}

#productDescribe {
    height: 146px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    table-layout: fixed;
    word-wrap: break-word;
    -webkit-line-clamp: 5; /** 显示的行数 **/
}

#productGreyLine {
    height: 1px;
    opacity: 0.3;
    background: #707070;
    margin-top: 34px;
}

#productPhotoList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.photo {
    width: 19%;
}

.photo.active {
    border: 1px solid #c80025;
    border-radius: 8px;
}

.photo:hover {
    cursor: pointer;
}

.photo img {
    width: 100%;
    border-radius: 8px;
}

/*顶部结束*/
/*中间*/

#productDetailCategory, #productDetailCategoryZh {
    height: 1.61rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #333333;
}

#productDetailCategory {
    padding: 0 2% 0 6%;
}

#productDetailCategoryZh {
    padding: 0 3% 0 6%;
}

.namebread {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 0.18rem;
    margin-right: 0.08rem;
}


#productName {
    font-size: 0.32rem;
    font-family: 思源黑体;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 0.6rem;
}

#productDetailCategory ul, #productDetailCategoryZh ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#productDetailCategory li, #productDetailCategoryZh li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.6rem;
}

#productDetailCategory li {
    margin-right: 0.4rem;
}

#productDetailCategoryZh li {
    margin-right: 0.5rem;
}

#function img {
    width: 0.32rem;
}

#specification img, #download img {
    width: 0.26rem;
}

li.on {
    border-bottom: 2px solid #c80025;
}

.on a {
    color: #FFFFFF !important;
}

#productDetailCategory a, #productDetailCategoryZh a {
    margin-left: 0.12rem;
    font-family: 思源黑体;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}


.breadcrumb span, .breadcrumb a {
    line-height: 0.18rem;
    color: #999999;
}

.home:hover {
    color: #c80025 !important;
    cursor: pointer;
}


/*底部三部分*/
#productDetailIntroduce {
    width: 100%;
    height: 50%;
}

#funContent {
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: normal;
    text-align: left;
    color: #3b3b3b;
}

.describePhoto {
    width: 100%;
}

.container {
    width: 100%;
}

.imgtitle {
    width: 100%;
    font-size: 0;
}

.imgtitle img {
    width: 100%;
}

.bigtitle {
    font-size: 0.3rem;
    font-family: 思源黑体;
    line-height: 0.45rem;
    margin: 0.48rem auto;
    text-align: center;
    color: #3b3b3b;
}

/*测试*/
.content {
    width: 70%;
    margin: 1.09rem auto 1rem;
}

.part {
    border-bottom: 1px dashed #b6b6b6;
    margin-bottom: 0.43rem;
}

.smalltitle {
    font-family: 思源黑体;
    margin-bottom: 0.36rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
    font-weight: 500;
}


.partcont {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.35rem;
    font-family: 思源黑体;
}

.partcontent {
    min-width: 33%;
    display: flex;
    align-items: flex-start;
    font-family: 思源黑体;
    font-size: 0.3rem;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 0.5rem;
}


.partcontent::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 0.1rem;
    height: 0.1rem;
    background: #3b3b3b;
    border-radius: 50%;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
}

/*描述图片结束*/
/*型号表格*/
#specificationCon {
    width: 64%;
    margin: 90px auto 95px;
}

#goodsSpecifications {
    width: 100%;
}

.specificationName, .specificationContent {
    width: 50%;
    height: 60px;
    font-size: 24px;
    font-family: 思源黑体;
    font-weight: 400;
}

.specificationName {
    padding-right: 20px;
    color: #999999;
    text-align: right;
    background: #f2f2f2;
}

.specificationContent {
    color: #3b3b3b;
    padding-left: 20px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
}

/*型号表格结束*/
/*下载版本*/
#downloadCon {
    width: 74%;
    margin: 25px auto 155px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.leftsoft, .rightsoft {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.softwareName {
    width: 100%;
    font-size: 22px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}


.software {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.ImgNameSize {
    display: flex;
}

.softwareImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.softwareImg img {
    width: 45px;
}

.NameSize {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 20px;
    height: 55px;
}

.enclosureName {
    font-size: 18px;
    font-family: 思源黑体;
    font-weight: 400;
    color: #333333;
    margin-bottom: 6px;
    word-break: break-all;
    text-align: left;
}

.size {
    display: flex;
}

.enclosureSizeName, .enclosureSize {
    font-size: 12px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}

.enclosureSizeName {
    color: #999999;
}

.enclosureSize {
    color: #3b3b3b;
    margin-left: 10px;
}

.downloadA:hover {
    cursor: pointer;
}

.downloadA img {
    width: 24px;
    height: 26px;
}

/*下载版本结束*/
/*其他*/
#func {
    width: 100px;
    height: 100px;
}

#down {
    width: 100px;
    height: 100px;
}

#spec {
    width: 100px;
    height: 100px;
}

/*询盘表单*/
.productContact {

}

.zhongxin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.46rem;
    font-weight: 700;
    font-family: 思源黑体;
    color: #2e2e2e;
}

.agents2 {
    width: 85%;
    margin: 40px auto 52px;
    font-size: 18px;
}

.company, contentall, #company, #content, .firstlastname, .emialphone {
    width: 100%;
}

.firstlastname, .emialphone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btnus {
    background: #c80025;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    outline-style: none;
}

.btnus button {
    width: 100%;
    padding: 0.1rem;
    outline: none;
    background: #c80025;
    border: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

/*询盘表单*/
.formcontainer {
    width: 100%;
    background: url(../image/newmapbg.png) no-repeat;
    background-size: 100% 100%;
}

.agentsform {
    width: 70%;
    margin: 0.85rem auto 1rem;
}

.fullcompany, .phoneemial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fullname, .companyname, .phonenumber, .emailaddress {
    width: 45%;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: left;
    color: #3b3b3b;
    white-space: nowrap;
}

.emailaddress {
    white-space: unset;
}

.fullname input, .companyname input, .phonenumber input, .emailaddress input {
    width: 100%;
    height: 0.58rem;
    outline: none;
    margin: 0.16rem auto 0.37rem;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: left;
    border: 1px solid #707070;
    border-radius: 0.06rem;
}

.mess {
    width: 100%;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: left;
    color: #3b3b3b;
}

#message {
    width: 100%;
    height: 2.53rem;
    margin-top: 0.2rem;
    outline: none;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: left;
    border: 1px solid #707070;
    border-radius: 0.06rem;
    font-family: 思源黑体;
}

.agentbtn {
    display: block;
    width: 2.31rem;
    height: 0.62rem;
    line-height: 0.62rem;
    margin: 0.6rem auto 0;
    background: #c80025;
    border: none;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

/*询盘表单*/

/*滑动验证码*/
.border {
    width: 400px;
    height: 500px;
    /*border: solid black 1px;*/
    background-color: #FFFFFF;
    position: absolute;
    z-index: 999;
    margin-top: -450px;
    margin-left: 24.5%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

#close {
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin-top: 2px;
    margin-right: 14px;
    cursor: pointer;
}

#hint {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    color: #3b3b3b;
}

.rightValidate {
    width: 280px;
    margin: 0 auto;
    position: relative;
    line-height: 30px;
    height: 30px;
    text-align: center;
    z-index: 99;
    margin-top: 260px;
}

.v_rightBtn {
    position: absolute;
    left: 0;
    top: 0;
    /*height: 33px;*/
    width: 40px;
    background: #ddd;
    cursor: pointer;
}

.imgBtn {
    width: 44px;
    height: 171px;
    position: absolute;
    left: 0;
}

.imgBtn img {
    z-index: 99;
    align: center;
}

.imgBg {
    position: absolute;
    bottom: 15px;
    width: 280px;
    height: 210px;
    display: block;
    z-index: 9;
}

.imgBg_2 {
    position: absolute;
    bottom: -80px;
    bottom: 35px;
    width: 150px;
    height: 60px;
    display: block;
    z-index: 9;
}

.imgBg_3 {
    position: absolute;
    bottom: -80px;
    bottom: 35px;
    width: 170px;
    height: 60px;
    display: block;
    z-index: 9;
}

.hkinnerWrap {
    border: 1px solid #eee;
    z-index: 9999
}

.green {
    border-color: #34C6C2 !important;
}

.green .v_rightBtn {
    background: #34C6C2;
    color: #fff;
}

.red {
    border-color: red !important;
}

.red .v_rightBtn {
    background: red;
    color: #fff;
}

.refresh {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 4px;
    top: 4px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 9px #333;
    cursor: pointer;
    display: none;
}

.notSel {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

/*滑动验证码*/


/*测试*/
@media screen and (max-width: 1600px) {
    .partcontent {
        min-width: 50%;
    }
}


/*平板*/
@media screen and (max-width: 1024px) {
    .productDetail {
        margin-top: 108px;
    }

    #productDetailTop {
        width: 84%;
        padding-top: 40px;
    }

    #productPhoto {
        width: 31%;
    }

    #productCon {
        width: 62%;
    }


    /*下半部分*/
    #productDetailCategory, #productDetailCategoryZh {
        height: 92px;
        padding: 0 1% 0 1%;
    }

    #productName {
        font-size: 26px;
    }

    #productDetailCategory li, #productDetailCategoryZh li {
        line-height: 40px;
        margin-right: 10px;
    }

    #productDetailCategory a, #productDetailCategoryZh a {
        font-size: 20px;
        margin-left: 5px;
    }

    .breadcrumb, .home {
        font-size: 12px;
    }

    .home {
        font-size: 12px !important;
    }

    .breadcrumb img {
        width: 14px;
        height: 12px;
        margin-right: 3px;
    }

    #function img {
        width: 25px;
    }

    #specification img, #download img {
        width: 20px;
    }

    /*功能*/
    #functionCon, #specificationCon, #downloadCon {

    }

    .bigtitle {
        font-size: 20px;
        line-height: 18px;
        margin: 20px auto;
    }

    .content {
        width: 86%;
        margin: 40px auto 24px;
    }

    /*规格*/
    #specificationCon {
        width: 84%;
        margin-left: 8%;
    }

    .part {
        margin-bottom: 33px;
    }

    .smalltitle {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 26px;
    }

    .partcont {
        padding-bottom: 20px;
    }

    .partcontent {
        min-width: 33%;
        font-size: 20px;
        line-height: 26px;
    }

    .partcontent::before {
        width: 8px;
        height: 8px;
        margin-top: 7px;
        margin-right: 10px;
    }

    /*下载*/
    #downloadCon {
        width: 69%;
        margin: 40px auto 64px;
    }

    .softwareName {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .software {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .softwareImg img {
        width: 30px;
        height: 34px;
    }

    .enclosureName {
        font-size: 14px;
    }

    .enclosureSizeName, .enclosureSize {
        font-size: 12px;
    }

    /*.downloadA {*/
    /*    margin-left: 6%;*/
    /*}*/
    .downloadA img {
        width: 15px;
        height: 16px;
    }

    .productContact {
        margin-top: 60px;
    }

    .zhongxin {
        width: 86%;
        font-size: 30px;
    }

    .agentsform {
        width: 86%;
        margin-top: 42px;
        margin-bottom: 60px;
    }

    .fullname, .companyname, .phonenumber, .emailaddress, .mess {
        font-size: 20px;
    }

    .fullname input, .companyname input, .phonenumber input, .emailaddress input {
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        border-radius: 3px;
        margin: 10px 0 20px;
    }

    #message {
        height: 135px;
        font-size: 20px;
        border-radius: 3px;
    }

    .agentbtn {
        width: 123px;
        height: 33px;
        line-height: 33px;
        font-size: 20px;
        margin: 32px auto 0;
    }

    /*滑动验证码*/
    .border {
        margin-top: -475px;
        margin-left: 18.5%;
    }

}

@media screen and (max-width: 910px) {
    .partcontent {
        min-width: 50%;
    }
}

/*手机*/
@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }


    .productDetail {
        margin-top: 60px;
    }

    /*中间部分*/
    #productDetailCategory, #productDetailCategoryZh {
        height: 67px;
        padding: 0;
    }

    #productName {
        font-size: 0.2rem;
        font-weight: 400;
        line-height: 26px;
        margin-left: 0.2rem;
    }

    #productDetailCategory li, #productDetailCategoryZh li {
        line-height: 30px;
        margin-right: 0.1rem;
    }


    #productDetailCategory a, #productDetailCategoryZh a {
        font-size: 0.12rem;
        margin-left: 5px;
    }

    .breadcrumb {
        font-size: 0.1rem;
        margin-left: 0.2rem;
    }

    .home {
        font-size: 0.1rem !important;
    }

    .breadcrumb img {
        width: 0.1rem;
        height: 0.09rem;
        margin-right: 4px;
    }

    #function img {
        width: 0.2rem;
    }

    #specification img, #download img {
        width: 0.16rem;
    }

    .bigtitle {
        font-size: 16px;
        line-height: 16px;
        margin: 16px auto;
    }

    .content {
        margin: 30px auto 40px;
    }

    .smalltitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .partcont {
        padding-bottom: 16px;
    }

    .partcontent {
        font-size: 12px;
        line-height: 20px;
    }

    .partcontent::before {
        width: 4px;
        height: 4px;
        margin-top: 7px;
        margin-right: 4px;
    }

    /*规格*/
    #specificationCon {
        margin: 40px auto 60px;
    }

    .specificationName, .specificationContent {
        height: 50px;
        font-size: 0.18rem;
    }

    /*下载*/
    #downloadCon {
        width: 80%;
        margin: 30px auto 40px;
    }

    .softwareName {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .software {
        padding-bottom: 23px;
        margin-top: 27px;
        justify-content: space-between;
    }

    .NameSize {
        flex-direction: column;
        margin-left: 0.1rem;
    }

    .enclosureName {
        font-size: 12px;
    }

    .size {
        margin-left: 0;
    }

    .enclosureSizeName, .enclosureSize {
        font-size: 12px;
    }

    .downloadA {
        margin-left: 0;
    }

    .productContact {
        margin-top: 0;
    }
    .zhongxin {
        font-size: 18px;
    }

    .agentsform {
        margin-top: 20px;
    }

    .fullname, .companyname, .phonenumber, .emailaddress, .mess {
        font-size: 12px;
    }

    .fullname input, .companyname input, .phonenumber input, .emailaddress input {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        margin: 9px auto 16px;
    }

    #message {
        height: 100px;
        font-size: 12px;
        border-radius: 4px;
    }

    .agentbtn {
        width: 92px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 24px auto 0;
    }

    /*滑动验证码*/
    .rightValidate {
        margin-top: 175px;
    }

    .border {
        width: 300px;
        height: 350px;
        margin-top: -340px;
        margin-left: 4.5%;
    }

    .imgBg {
        height: 170px;
    }

    #close {
        margin-top: -4px;
        margin-right: 6px;
    }

    .hkinnerWrap{
        margin-top: -20px;
    }

    #hint {
        font-size: 14px;
    }
}


