﻿/*模块1*/
@media (min-width: 768px) {
  html {
    font-size: 14px !important;
  }
}

@media (min-width: 1024px) {
  html {
    /*font-size: 16px !important;*/
    font-size: 25px !important;
  }
}
@media (min-width: 1281px) {
  html {
    /*font-size: 20px !important;*/
    font-size: 30px !important;
  }
}
@media (min-width: 1481px) {
  html {
    /*font-size: 30px !important;*/
    font-size: 35px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.fl3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main.create .item-li {
    padding: 2.5rem 0;
    border-bottom: 1px dashed #d7d7d7;
}
.main.create .item-li:nth-child(odd) {
    flex-direction: row-reverse;
}
.main.create .item-li .img {
    width: 50%;
}
.main.create .item-li .img img {
    width: 100%;
}
.main.create .item-li .text {
    width: 50%;
    padding-right: 2rem;
}
.main.create .item-li .tit2 {
    margin-bottom: .7rem;
}
.col-1 {
    color: #393939;
}
.tit-40 {
    font-size: 40px;
    line-height: 1.6;
}
.main.create .item-li .p {
    margin-bottom: .7rem;
    line-height: 2.1;
    text-align: justify;
    max-height: 6rem;
    overflow-y: auto;
    margin-bottom: 2.25rem;box-sizing: border-box;padding-right: 20px;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.col-666 {
    color: #666;
}
.tit-16 {
    font-size: 16px;
    line-height: 1.6;
}

.fl2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main.create .li {
    padding: 0 1.5rem;
    position: relative;
}
.main.create .li:first-child {
    padding-left: 0;
}
.main.create .li:before {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    height: 52px;
    top: calc(50% - 26px);
    border-right: 1px dashed #d0d0d0;
}
:after, :before {
    box-sizing: border-box;
}
.tit-30 {
    font-size: 30px;
    line-height: 1.6;
}
.main.create .su div {
    font-family: "DINCOND-BOLD";
    display: inline-block;
}
.main.create .su span {
    font-size: 13px;
    color: #666;
    line-height: 1;
}
.main.create .item-li:last-child {
    border-bottom: none;
}

.main.create .item-li:nth-child(odd) {
    flex-direction: row-reverse;
}
.fl3>div{
	box-sizing: border-box;
}
.main.create .item-li:nth-child(even) .text {
    padding-left: 2rem;
    padding-right: 0;
}
.main.create .item-li .text {
    width: 50%;
    padding-right:2rem;
}
.main.create .li:last-child {
    padding-right: 0;
}
.main.create .li:first-child {
    padding-left: 0;
}
.main.create .li:last-child:before {
    border-right: none;
}
/*模块2*/
.por {
    position: relative;
}
.main.cases .box2 .text .max-height{
	overflow-y: auto!important
}

/*模块3*/
.box9 *{
    box-sizing: border-box;
}
.main.products .box9 .tab-li{
    padding-bottom: 20px;
}
div.xx{
    display: inline-block;vertical-align: middle;
}
.tab-item{display: none!important;}