|
@@ -1,33 +1,33 @@
|
|
@media screen and (min-width: 768px) {
|
|
@media screen and (min-width: 768px) {
|
|
.advertising {
|
|
.advertising {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 1055px;
|
|
|
|
|
|
+ height: 973px;
|
|
-webkit-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #f2f2f2;
|
|
background: #f2f2f2;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background: url(/img/brand-ross-ad.jpg) no-repeat center;
|
|
|
|
- background-size: cover;
|
|
|
|
|
|
+ background: url(/img/brand-ross-ad.png) no-repeat;
|
|
|
|
+ background-position: top center;
|
|
}
|
|
}
|
|
.advertising .video-container {
|
|
.advertising .video-container {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 1200px;
|
|
|
|
- height: 570px;
|
|
|
|
|
|
+ width: 960px;
|
|
|
|
+ height: 540px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- margin-top: 485px;
|
|
|
|
- background: pink;
|
|
|
|
|
|
+ margin-top: 433px;
|
|
}
|
|
}
|
|
.advertising .video-container .play {
|
|
.advertising .video-container .play {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 64px;
|
|
|
|
- height: 64px;
|
|
|
|
|
|
+ width: 132px;
|
|
|
|
+ height: 132px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- bottom: 155px;
|
|
|
|
|
|
+ top: 50%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
|
|
+ -webkit-transform: translate(-50%, -50%);
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ background: url(/img/ross-video-play.png) no-repeat center;
|
|
}
|
|
}
|
|
.advertising .video-container video {
|
|
.advertising .video-container video {
|
|
display: block;
|
|
display: block;
|
|
@@ -35,26 +35,16 @@
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
- .main .wrapper {
|
|
|
|
- margin-top: 120px;
|
|
|
|
- }
|
|
|
|
- .main .wrapper .title {
|
|
|
|
- font-size: 34px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- .main .wrapper .content {
|
|
|
|
- margin-top: 80px;
|
|
|
|
- }
|
|
|
|
- .main .about .content {
|
|
|
|
|
|
+ .main .about .content .about-swiper {
|
|
height: 540px;
|
|
height: 540px;
|
|
}
|
|
}
|
|
- .main .about .content .swiper {
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper {
|
|
width: 720px;
|
|
width: 720px;
|
|
height: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
- .main .about .content .swiper .swiper-prev,
|
|
|
|
-.main .about .content .swiper .swiper-next {
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper .swiper-prev,
|
|
|
|
+.main .about .content .about-swiper .swiper .swiper-next {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
top: 50%;
|
|
top: 50%;
|
|
@@ -67,695 +57,454 @@
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
background: url(/img/icon-arrow-left.png) no-repeat center;
|
|
background: url(/img/icon-arrow-left.png) no-repeat center;
|
|
}
|
|
}
|
|
- .main .about .content .swiper .swiper-next {
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper .swiper-next {
|
|
left: unset;
|
|
left: unset;
|
|
right: 0;
|
|
right: 0;
|
|
background: url(/img/icon-arrow-right.png) no-repeat center;
|
|
background: url(/img/icon-arrow-right.png) no-repeat center;
|
|
}
|
|
}
|
|
- .main .about .content .swiper img {
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 540px;
|
|
height: 540px;
|
|
}
|
|
}
|
|
- .main .about .content .section {
|
|
|
|
|
|
+ .main .about .content .about-swiper .section {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
width: 480px;
|
|
width: 480px;
|
|
height: 540px;
|
|
height: 540px;
|
|
background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
|
|
background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
|
|
background-color: #f3920d;
|
|
background-color: #f3920d;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-position: 48px 48px, 341px 410px;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item {
|
|
|
|
- width: 390px;
|
|
|
|
- margin: 0 auto;
|
|
|
|
- margin-top: 73px;
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item .num {
|
|
|
|
- font-size: 32px;
|
|
|
|
|
|
+ background-position: 36px 36px, 353px 422px;
|
|
color: #fff;
|
|
color: #fff;
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item .line {
|
|
|
|
- width: 1px;
|
|
|
|
- height: 24px;
|
|
|
|
- margin: 25px auto 40px;
|
|
|
|
- background: #fff;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item .desc {
|
|
|
|
- font-size: 16px;
|
|
|
|
- color: #fff;
|
|
|
|
- line-height: 40px;
|
|
|
|
- }
|
|
|
|
- .main .therapy {
|
|
|
|
- background: url(/img/about-bg.png) no-repeat top center;
|
|
|
|
- padding-top: 80px;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content {
|
|
|
|
- margin-top: 80px;
|
|
|
|
- height: 540px;
|
|
|
|
- background-color: #fff;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item {
|
|
|
|
- float: left;
|
|
|
|
- width: 180px;
|
|
|
|
- height: 100%;
|
|
|
|
- position: relative;
|
|
|
|
- overflow: hidden;
|
|
|
|
}
|
|
}
|
|
- .main .therapy .content .item.hover {
|
|
|
|
- width: 480px;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item.hover .cover {
|
|
|
|
- opacity: 0;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item.hover .active {
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item:first-child .cover {
|
|
|
|
- border-left: 0;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .cover,
|
|
|
|
-.main .therapy .content .item .active {
|
|
|
|
- -webkit-transition: opacity 0.4s;
|
|
|
|
- transition: opacity 0.4s;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .cover {
|
|
|
|
- position: absolute;
|
|
|
|
- left: 50%;
|
|
|
|
- top: 0;
|
|
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
|
|
+ .main .about .content .about-swiper .section .title {
|
|
|
|
+ font-size: 25px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ padding: 0 24px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
|
|
+ text-align: left;
|
|
-webkit-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- border-left: 1px solid rgba(243, 146, 13, 0.2);
|
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(243, 146, 13, 0.3)));
|
|
|
|
- background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
|
|
|
|
- overflow: hidden;
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .cover .tip {
|
|
|
|
- font-size: 16px;
|
|
|
|
- text-align: center;
|
|
|
|
- margin-top: 57px;
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
- font-weight: bold;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .cover .line {
|
|
|
|
- width: 24px;
|
|
|
|
- height: 2px;
|
|
|
|
- background: #f3920d;
|
|
|
|
- margin: 0 auto;
|
|
|
|
}
|
|
}
|
|
- .main .therapy .content .item .cover img {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 128px;
|
|
|
|
- height: 128px;
|
|
|
|
- bottom: 44px;
|
|
|
|
- left: 50%;
|
|
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .active {
|
|
|
|
- position: absolute;
|
|
|
|
- left: 50%;
|
|
|
|
- top: 0;
|
|
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
- opacity: 0;
|
|
|
|
- width: 480px;
|
|
|
|
- height: 100%;
|
|
|
|
- text-align: center;
|
|
|
|
- color: #fff;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content .item .active img {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .about .content .about-swiper .section .description {
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ font-weight: lighter;
|
|
|
|
+ line-height: 44px;
|
|
|
|
+ padding: 0 24px;
|
|
|
|
+ text-align: justify;
|
|
|
|
+ word-break: break-all;
|
|
|
|
+ margin-top: 12px;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info {
|
|
|
|
- position: absolute;
|
|
|
|
- left: 0;
|
|
|
|
- top: 0;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .about .content .more-content {
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
- -webkit-box-orient: vertical;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: column;
|
|
|
|
- flex-direction: column;
|
|
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
|
|
+ -webkit-box-pack: justify;
|
|
|
|
+ -ms-flex-pack: justify;
|
|
|
|
+ justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ margin-top: 24px;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .tip {
|
|
|
|
- font-size: 24px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ .main .about .content .more-content img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 233px;
|
|
|
|
+ height: 160px;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .subtip {
|
|
|
|
- font-size: 16px;
|
|
|
|
- margin-bottom: 60px;
|
|
|
|
|
|
+ .main .chairman .cover img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 470px;
|
|
|
|
+ height: 480px;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section {
|
|
|
|
- width: 160px;
|
|
|
|
- margin: 0 auto;
|
|
|
|
- border: 1px solid #fff;
|
|
|
|
- padding: 36px 0;
|
|
|
|
|
|
+ .main .chairman .info {
|
|
|
|
+ padding-top: 40px;
|
|
|
|
+ margin-left: 50px;
|
|
|
|
+ }
|
|
|
|
+ .main .chairman .info .name {
|
|
|
|
+ font-size: 50px;
|
|
|
|
+ color: #f3920d;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl {
|
|
|
|
- padding: 0;
|
|
|
|
|
|
+ .main .chairman .info .name-en {
|
|
|
|
+ font-size: 34px;
|
|
|
|
+ color: #000000;
|
|
|
|
+ font-weight: lighter;
|
|
|
|
+ margin-top: 37px;
|
|
|
|
+ }
|
|
|
|
+ .main .chairman .info .name-en span {
|
|
|
|
+ font-size: 38px;
|
|
|
|
+ color: #f3920d;
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ }
|
|
|
|
+ .main .chairman .info .tip {
|
|
|
|
+ font-size: 25px;
|
|
|
|
+ color: #000;
|
|
|
|
+ font-weight: lighter;
|
|
|
|
+ margin-top: 19px;
|
|
|
|
+ }
|
|
|
|
+ .main .chairman .info .tip span {
|
|
|
|
+ margin: 0 16px;
|
|
|
|
+ }
|
|
|
|
+ .main .chairman .info .line {
|
|
|
|
+ width: 36px;
|
|
|
|
+ height: 7px;
|
|
|
|
+ background: #f3920d;
|
|
|
|
+ margin: 25px 0 37px;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl dt {
|
|
|
|
- margin-bottom: 24px;
|
|
|
|
|
|
+ .main .chairman .info .description {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ color: #000;
|
|
|
|
+ font-weight: lighter;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl dd {
|
|
|
|
- margin: 0;
|
|
|
|
- margin-top: 10px;
|
|
|
|
|
|
+ .main .word .content img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
- .main .application .content .item {
|
|
|
|
|
|
+ .main .brand-activity .content .item {
|
|
position: relative;
|
|
position: relative;
|
|
float: left;
|
|
float: left;
|
|
|
|
+ height: 340px;
|
|
width: 390px;
|
|
width: 390px;
|
|
- height: 390px;
|
|
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
- margin-top: 15px;
|
|
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
- .main .application .content .item img {
|
|
|
|
- display: block;
|
|
|
|
|
|
+ .main .brand-activity .content .item .cover-bg {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ opacity: 1;
|
|
-webkit-transition: all 0.4s;
|
|
-webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
|
|
+ background: #f3920d;
|
|
}
|
|
}
|
|
- .main .application .content .item:nth-child(-n+3) {
|
|
|
|
- margin-top: 0;
|
|
|
|
- }
|
|
|
|
- .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
|
|
|
|
- width: 795px;
|
|
|
|
- }
|
|
|
|
- .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
|
|
|
|
- margin-right: 0;
|
|
|
|
- }
|
|
|
|
- .main .application .content .item .active {
|
|
|
|
- opacity: 0;
|
|
|
|
- position: absolute;
|
|
|
|
|
|
+ .main .brand-activity .content .item img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background: rgba(0, 0, 0, 0.39);
|
|
|
|
- z-index: 1;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
|
|
+ opacity: 1;
|
|
-webkit-transition: all 0.4s;
|
|
-webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- -webkit-box-align: center;
|
|
|
|
- -ms-flex-align: center;
|
|
|
|
- align-items: center;
|
|
|
|
- -webkit-box-orient: vertical;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: column;
|
|
|
|
- flex-direction: column;
|
|
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .num {
|
|
|
|
- font-size: 50px;
|
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
|
|
|
|
- background: linear-gradient(to bottom, #fff, transparent);
|
|
|
|
- -webkit-background-clip: text;
|
|
|
|
- color: transparent;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+ .main .brand-activity .content .item.no-mb {
|
|
|
|
+ margin-bottom: 0;
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .tip {
|
|
|
|
- font-size: 24px;
|
|
|
|
- color: #fff;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+ .main .brand-activity .content .item.no-mr {
|
|
|
|
+ margin-right: 0;
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .line {
|
|
|
|
- width: 28px;
|
|
|
|
- height: 2px;
|
|
|
|
- background: #fff;
|
|
|
|
- margin: 24px auto;
|
|
|
|
|
|
+ .main .brand-activity .content .item:nth-child(1), .main .brand-activity .content .item:nth-child(7) {
|
|
|
|
+ width: 795px;
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .link {
|
|
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- -webkit-box-align: center;
|
|
|
|
- -ms-flex-align: center;
|
|
|
|
- align-items: center;
|
|
|
|
- width: 160px;
|
|
|
|
- height: 48px;
|
|
|
|
- border: 1px solid #fff;
|
|
|
|
- font-size: 16px;
|
|
|
|
|
|
+ .main .brand-activity .content .item:hover img {
|
|
|
|
+ -webkit-transform: scale(1.2);
|
|
|
|
+ transform: scale(1.2);
|
|
|
|
+ }
|
|
|
|
+ .main .brand-activity .content .item .cover {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
|
|
+ padding: 19px 14px;
|
|
|
|
+ }
|
|
|
|
+ .main .brand-activity .content .item .cover .title {
|
|
color: #fff;
|
|
color: #fff;
|
|
- margin-top: 52px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ font-weight: lighter;
|
|
|
|
+ line-height: 1.5;
|
|
}
|
|
}
|
|
- .main .application .content .item:hover .active {
|
|
|
|
- opacity: 1;
|
|
|
|
|
|
+ .main .honor .content {
|
|
|
|
+ position: relative;
|
|
}
|
|
}
|
|
- .main .application .content .item:hover img {
|
|
|
|
- -webkit-transform: scale(1.06);
|
|
|
|
- transform: scale(1.06);
|
|
|
|
|
|
+ .main .honor .content .swiper-container {
|
|
|
|
+ width: 1070px;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
- .main .distribution .content img {
|
|
|
|
|
|
+ .main .honor .content .swiper-container img {
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
- .main .distribution .content .section {
|
|
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: justify;
|
|
|
|
- -ms-flex-pack: justify;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- margin-top: 80px;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .line {
|
|
|
|
- width: 1px;
|
|
|
|
- height: 12px;
|
|
|
|
- background: #b2b2b2;
|
|
|
|
- -webkit-transform: translateY(52px);
|
|
|
|
- transform: translateY(52px);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item {
|
|
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- -webkit-box-align: center;
|
|
|
|
- -ms-flex-align: center;
|
|
|
|
- align-items: center;
|
|
|
|
- -webkit-box-orient: vertical;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: column;
|
|
|
|
- flex-direction: column;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row:first-child {
|
|
|
|
- padding-left: 36px;
|
|
|
|
- background: url(/img/icon-star.png) no-repeat left center;
|
|
|
|
- line-height: 37px;
|
|
|
|
- font-size: 28px;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.company {
|
|
|
|
- background-image: url(/img/icon-company.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.doctor {
|
|
|
|
- background-image: url(/img/icon-doctor.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.heart {
|
|
|
|
- background-image: url(/img/icon-heart.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row:last-child {
|
|
|
|
- font-size: 14px;
|
|
|
|
- color: #999;
|
|
|
|
- margin-top: 12px;
|
|
|
|
|
|
+ .main .honor .content .swiper-prev,
|
|
|
|
+.main .honor .content .swiper-next {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 50%;
|
|
|
|
+ -webkit-transform: translateY(-50%);
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+ width: 48px;
|
|
|
|
+ height: 72px;
|
|
|
|
+ background-color: rgba(55, 55, 55, 0.3) !important;
|
|
|
|
+ z-index: 5;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ background: url(/img/icon-arrow-left.png) no-repeat center;
|
|
}
|
|
}
|
|
- .main .contact .content .cover {
|
|
|
|
- width: 626px;
|
|
|
|
- height: 418px;
|
|
|
|
|
|
+ .main .honor .content .swiper-next {
|
|
|
|
+ left: unset;
|
|
|
|
+ right: 0;
|
|
|
|
+ background: url(/img/icon-arrow-right.png) no-repeat center;
|
|
}
|
|
}
|
|
- .main .contact .content .cover img {
|
|
|
|
|
|
+ .main .device .swiper-container img {
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
- }
|
|
|
|
- .main .contact .content .form-container {
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- }
|
|
|
|
- .main .contact .content .form-container textarea {
|
|
|
|
- display: block;
|
|
|
|
- width: 526px;
|
|
|
|
- height: 344px;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- padding: 12px;
|
|
|
|
- line-height: 26px;
|
|
|
|
- font-size: 16px;
|
|
|
|
- border-color: #dedede;
|
|
|
|
- }
|
|
|
|
- .main .contact .content .form-container .submit {
|
|
|
|
- font-size: 16px;
|
|
|
|
- color: #fff;
|
|
|
|
- height: 48px;
|
|
|
|
- background: #f3920d;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 48px;
|
|
|
|
- margin-top: 26px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- -webkit-transition: all 0.4s;
|
|
|
|
- transition: all 0.4s;
|
|
|
|
- }
|
|
|
|
- .main .contact .content .form-container .submit:hover {
|
|
|
|
- background: #e78d0d;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.advertising {
|
|
.advertising {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 5.45rem;
|
|
|
|
|
|
+ height: 5.9488rem;
|
|
-webkit-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #f2f2f2;
|
|
background: #f2f2f2;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background: url(/img/brand-ross-ad.jpg) no-repeat center;
|
|
|
|
- background-size: cover;
|
|
|
|
- background-size: auto 5.45rem;
|
|
|
|
|
|
+ background: url(/img/brand-ross-ad.png) no-repeat;
|
|
|
|
+ background-position: top center;
|
|
|
|
+ background-size: 7.5rem;
|
|
}
|
|
}
|
|
.advertising .video-container {
|
|
.advertising .video-container {
|
|
position: relative;
|
|
position: relative;
|
|
width: 6.86rem;
|
|
width: 6.86rem;
|
|
- height: 3.26rem;
|
|
|
|
|
|
+ height: 3.8588rem;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- margin-top: 2.8rem;
|
|
|
|
|
|
+ margin-top: 2.09rem;
|
|
}
|
|
}
|
|
.advertising .video-container .play {
|
|
.advertising .video-container .play {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 64px;
|
|
|
|
- height: 64px;
|
|
|
|
|
|
+ width: 0.8rem;
|
|
|
|
+ height: 0.8rem;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- bottom: 155px;
|
|
|
|
|
|
+ top: 50%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
|
|
+ -webkit-transform: translate(-50%, -50%);
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ background: url(/img/ross-video-play.png) no-repeat center;
|
|
|
|
+ background-size: 0.8rem;
|
|
}
|
|
}
|
|
.advertising .video-container video {
|
|
.advertising .video-container video {
|
|
display: block;
|
|
display: block;
|
|
- width: 6.86rem;
|
|
|
|
- height: 3.26rem;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
- .main .wrapper {
|
|
|
|
- margin-top: 1.2rem;
|
|
|
|
- }
|
|
|
|
- .main .wrapper .title {
|
|
|
|
- font-size: 0.34rem;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- .main .wrapper .content {
|
|
|
|
- margin-top: 0.4rem;
|
|
|
|
- }
|
|
|
|
- .main .about .content .swiper {
|
|
|
|
- display: none;
|
|
|
|
|
|
+ .main .about {
|
|
|
|
+ width: 6.86rem;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
- .main .about .content .section {
|
|
|
|
- padding-bottom: 0.16rem;
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper {
|
|
|
|
+ width: 100%;
|
|
float: unset !important;
|
|
float: unset !important;
|
|
}
|
|
}
|
|
- .main .about .content .section::-webkit-scrollbar {
|
|
|
|
- width: 2px;
|
|
|
|
- height: 2px;
|
|
|
|
- background-color: #f5f5f5;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section::-webkit-scrollbar-thumb {
|
|
|
|
- border-radius: 2px;
|
|
|
|
- background-color: #cccecf;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item {
|
|
|
|
- display: inline-block !important;
|
|
|
|
- width: 5.83rem;
|
|
|
|
- height: 8.32rem;
|
|
|
|
- margin-left: 0.32rem;
|
|
|
|
- background-color: #f3920d;
|
|
|
|
- vertical-align: top;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item:last-child {
|
|
|
|
- margin-right: 0.32rem;
|
|
|
|
- }
|
|
|
|
- .main .about .content .section .item .cover {
|
|
|
|
- width: 5.83rem;
|
|
|
|
- height: 4.37rem;
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper .swiper-container {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 5.14rem;
|
|
}
|
|
}
|
|
- .main .about .content .section .item .cover img {
|
|
|
|
|
|
+ .main .about .content .about-swiper .swiper .swiper-container img {
|
|
display: block;
|
|
display: block;
|
|
- width: 5.83rem;
|
|
|
|
- height: 4.37rem;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
- .main .about .content .section .item .num {
|
|
|
|
- font-size: 0.4rem;
|
|
|
|
|
|
+ .main .about .content .about-swiper .section {
|
|
|
|
+ float: unset !important;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
|
|
|
|
+ background-color: #f3920d;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: 0.66rem;
|
|
|
|
+ background-position: 0.4rem 0.82rem, 5.86rem 2.8rem;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ padding: 0.4rem;
|
|
|
|
+ }
|
|
|
|
+ .main .about .content .about-swiper .section .title {
|
|
|
|
+ font-size: 0.32rem;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: left;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
text-align: center;
|
|
text-align: center;
|
|
- margin: 0.4rem 0 0.32rem;
|
|
|
|
}
|
|
}
|
|
- .main .about .content .section .item .desc {
|
|
|
|
|
|
+ .main .about .content .about-swiper .section .description {
|
|
font-size: 0.24rem;
|
|
font-size: 0.24rem;
|
|
- color: #fff;
|
|
|
|
- line-height: 0.4rem;
|
|
|
|
- padding: 0 0.4rem;
|
|
|
|
- white-space: initial;
|
|
|
|
- }
|
|
|
|
- .main .therapy {
|
|
|
|
- background: #f7f7f7;
|
|
|
|
- background-size: 7.5rem auto;
|
|
|
|
- padding-top: 0.8rem;
|
|
|
|
- }
|
|
|
|
- .main .therapy .content {
|
|
|
|
- margin-top: 0.8rem;
|
|
|
|
- padding-bottom: 0.63rem;
|
|
|
|
|
|
+ line-height: 0.46rem;
|
|
|
|
+ text-align: justify;
|
|
|
|
+ word-break: break-all;
|
|
|
|
+ margin-top: 0.4rem;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
- .main .therapy .content::-webkit-scrollbar {
|
|
|
|
- width: 2px;
|
|
|
|
- height: 2px;
|
|
|
|
- background-color: #f5f5f5;
|
|
|
|
|
|
+ .main .about .content .more-content {
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
- .main .therapy .content::-webkit-scrollbar-thumb {
|
|
|
|
- border-radius: 2px;
|
|
|
|
- background-color: #cccecf;
|
|
|
|
|
|
+ .main .chairman {
|
|
|
|
+ width: 6.48rem;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
- .main .therapy .content .item {
|
|
|
|
- display: inline-block;
|
|
|
|
- width: 4.8rem;
|
|
|
|
- height: 100%;
|
|
|
|
- position: relative;
|
|
|
|
- margin-left: 0.32rem;
|
|
|
|
|
|
+ .main .chairman .content {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: reverse;
|
|
|
|
+ -ms-flex-direction: column-reverse;
|
|
|
|
+ flex-direction: column-reverse;
|
|
}
|
|
}
|
|
- .main .therapy .content .item:last-child {
|
|
|
|
- margin-right: 0.32rem;
|
|
|
|
|
|
+ .main .chairman .content .cover {
|
|
|
|
+ float: unset !important;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .cover {
|
|
|
|
- display: none;
|
|
|
|
|
|
+ .main .chairman .content .cover img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 5.46rem;
|
|
|
|
+ height: 5.57rem;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active {
|
|
|
|
- width: 4.8rem;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .chairman .content .info {
|
|
|
|
+ float: unset !important;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active img {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .chairman .content .info .name {
|
|
|
|
+ font-size: 0.3rem;
|
|
|
|
+ color: #272727;
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .chairman .content .info .name-en {
|
|
|
|
+ font-size: 0.26rem;
|
|
|
|
+ color: #272727;
|
|
|
|
+ margin-top: 0.32rem;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .tip {
|
|
|
|
|
|
+ .main .chairman .content .info .name-en span {
|
|
font-size: 0.3rem;
|
|
font-size: 0.3rem;
|
|
- margin-bottom: 0.12rem;
|
|
|
|
- margin-top: 0.32rem;
|
|
|
|
- font-weight: bold;
|
|
|
|
|
|
+ color: #f3920d;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .subtip {
|
|
|
|
- font-size: 0.24rem;
|
|
|
|
- color: #505050;
|
|
|
|
|
|
+ .main .chairman .content .info .tip {
|
|
|
|
+ font-size: 0.26rem;
|
|
|
|
+ color: #272727;
|
|
|
|
+ margin-top: 0.12rem;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section {
|
|
|
|
- margin-top: 0.4rem;
|
|
|
|
|
|
+ .main .chairman .content .info .tip span {
|
|
|
|
+ margin: 0 0.16rem;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl {
|
|
|
|
- padding: 0;
|
|
|
|
- margin: 0;
|
|
|
|
|
|
+ .main .chairman .content .info .line {
|
|
|
|
+ width: 0.4rem;
|
|
|
|
+ height: 0.06rem;
|
|
|
|
+ background: #f3920d;
|
|
|
|
+ margin: 0.4rem 0;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl dt {
|
|
|
|
- font-size: 0.24rem;
|
|
|
|
- font-weight: bold;
|
|
|
|
- margin-bottom: 0.24rem;
|
|
|
|
|
|
+ .main .chairman .content .info .description {
|
|
|
|
+ font-size: 0.26rem;
|
|
|
|
+ color: #666;
|
|
|
|
+ line-height: 0.48rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 0.4rem;
|
|
}
|
|
}
|
|
- .main .therapy .content .item .active .info .section dl dd {
|
|
|
|
- font-size: 0.24rem;
|
|
|
|
- margin: 0;
|
|
|
|
- margin-top: 0.16rem;
|
|
|
|
- color: #505050;
|
|
|
|
|
|
+ .main .word {
|
|
|
|
+ width: 6.86rem;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
- .main .application .content {
|
|
|
|
- padding-left: 0.32rem;
|
|
|
|
|
|
+ .main .word .content img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
- .main .application .content .item {
|
|
|
|
|
|
+ .main .brand-activity {
|
|
|
|
+ width: 6.86rem;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ }
|
|
|
|
+ .main .brand-activity .content .item {
|
|
position: relative;
|
|
position: relative;
|
|
float: left;
|
|
float: left;
|
|
|
|
+ height: 1.94rem;
|
|
width: 2.23rem;
|
|
width: 2.23rem;
|
|
- height: 2.23rem;
|
|
|
|
margin-right: 0.08rem;
|
|
margin-right: 0.08rem;
|
|
- margin-top: 0.08rem;
|
|
|
|
|
|
+ margin-bottom: 0.08rem;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
- .main .application .content .item img {
|
|
|
|
- display: block;
|
|
|
|
|
|
+ .main .brand-activity .content .item img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ -webkit-transition: all 0.4s;
|
|
|
|
+ transition: all 0.4s;
|
|
}
|
|
}
|
|
- .main .application .content .item:nth-child(-n+3) {
|
|
|
|
- margin-top: 0;
|
|
|
|
- }
|
|
|
|
- .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
|
|
|
|
- width: 4.55rem;
|
|
|
|
|
|
+ .main .brand-activity .content .item.no-mb {
|
|
|
|
+ margin-bottom: 0;
|
|
}
|
|
}
|
|
- .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
|
|
|
|
|
|
+ .main .brand-activity .content .item.no-mr {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
- .main .application .content .item .active {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
|
|
+ .main .brand-activity .content .item:nth-child(1), .main .brand-activity .content .item:nth-child(7) {
|
|
|
|
+ width: 4.54rem;
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .num {
|
|
|
|
- display: none;
|
|
|
|
|
|
+ .main .brand-activity .content .item:hover img {
|
|
|
|
+ -webkit-transform: scale(1.2);
|
|
|
|
+ transform: scale(1.2);
|
|
}
|
|
}
|
|
- .main .application .content .item .active .info .tip {
|
|
|
|
|
|
+ .main .brand-activity .content .item .cover {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- font-size: 0.24rem;
|
|
|
|
- color: #fff;
|
|
|
|
- text-align: center;
|
|
|
|
- background: rgba(0, 0, 0, 0.39);
|
|
|
|
- z-index: 1;
|
|
|
|
- width: 100%;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 0.48rem;
|
|
|
|
- }
|
|
|
|
- .main .application .content .item .active .info .link {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- left: 0;
|
|
|
|
- top: 0;
|
|
|
|
- z-index: 2;
|
|
|
|
- opacity: 0;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content img {
|
|
|
|
- display: block;
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section {
|
|
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: justify;
|
|
|
|
- -ms-flex-pack: justify;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- margin-top: 0.6rem;
|
|
|
|
- -ms-flex-wrap: wrap;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
- padding: 0 0.32rem;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item {
|
|
|
|
- width: 50%;
|
|
|
|
- display: -webkit-box;
|
|
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- -webkit-box-align: center;
|
|
|
|
- -ms-flex-align: center;
|
|
|
|
- align-items: center;
|
|
|
|
- -webkit-box-orient: vertical;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: column;
|
|
|
|
- flex-direction: column;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item:nth-child(1), .main .distribution .content .section .item:nth-child(3) {
|
|
|
|
- padding-bottom: 0.35rem;
|
|
|
|
- border-bottom: 0.01rem solid #dedede;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item:nth-child(1), .main .distribution .content .section .item:nth-child(5) {
|
|
|
|
- border-right: 0.01rem solid #dedede;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item:nth-child(5), .main .distribution .content .section .item:nth-child(7) {
|
|
|
|
- padding-top: 0.35rem;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row:first-child {
|
|
|
|
- padding-left: 0.48rem;
|
|
|
|
- background: url(/img/icon-star.png) no-repeat left center;
|
|
|
|
- background-size: 0.4rem;
|
|
|
|
- line-height: 0.4rem;
|
|
|
|
- font-size: 0.26rem;
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.company {
|
|
|
|
- background-image: url(/img/icon-company.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.doctor {
|
|
|
|
- background-image: url(/img/icon-doctor.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row.heart {
|
|
|
|
- background-image: url(/img/icon-heart.png);
|
|
|
|
- }
|
|
|
|
- .main .distribution .content .section .item .row:last-child {
|
|
|
|
- font-size: 0.2rem;
|
|
|
|
- color: #999;
|
|
|
|
- margin-top: 0.16rem;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
|
|
+ padding: 0.08rem 0.1rem;
|
|
}
|
|
}
|
|
- .main .contact .content {
|
|
|
|
- padding: 0 0.32rem;
|
|
|
|
|
|
+ .main .brand-activity .content .item .cover .title {
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 0.22rem;
|
|
|
|
+ font-weight: lighter;
|
|
|
|
+ line-height: 1.5;
|
|
}
|
|
}
|
|
- .main .contact .content .cover {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 4.18rem;
|
|
|
|
- float: unset !important;
|
|
|
|
|
|
+ .main .honor .scroll-box img {
|
|
|
|
+ width: 1.96rem;
|
|
|
|
+ height: 2.83rem;
|
|
|
|
+ margin-right: 0.24rem;
|
|
}
|
|
}
|
|
- .main .contact .content .cover img {
|
|
|
|
- display: block;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ .main .honor .scroll-box img:first-child {
|
|
|
|
+ margin-left: 0.32rem;
|
|
}
|
|
}
|
|
- .main .contact .content .form-container {
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- float: unset !important;
|
|
|
|
|
|
+ .main .honor .scroll-box img:last-child {
|
|
|
|
+ margin-right: 0.32rem;
|
|
}
|
|
}
|
|
- .main .contact .content .form-container textarea {
|
|
|
|
- display: block;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 2.4rem;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- padding: 0.24rem;
|
|
|
|
- line-height: 0.4rem;
|
|
|
|
- font-size: 0.26rem;
|
|
|
|
- border-color: #dedede;
|
|
|
|
- margin-top: 0.24rem;
|
|
|
|
|
|
+ .main .device .scroll-box img {
|
|
|
|
+ width: 1.88rem;
|
|
|
|
+ height: 2.41rem;
|
|
|
|
+ margin-right: 0.24rem;
|
|
}
|
|
}
|
|
- .main .contact .content .form-container .submit {
|
|
|
|
- font-size: 0.3rem;
|
|
|
|
- color: #fff;
|
|
|
|
- height: 0.9rem;
|
|
|
|
- background: #f3920d;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 0.9rem;
|
|
|
|
- margin-top: 0.4rem;
|
|
|
|
|
|
+ .main .device .scroll-box img:first-child {
|
|
|
|
+ margin-left: 0.32rem;
|
|
}
|
|
}
|
|
- .main .contact .content .form-container .submit:hover {
|
|
|
|
- background: #e78d0d;
|
|
|
|
|
|
+ .main .device .scroll-box img:last-child {
|
|
|
|
+ margin-right: 0.32rem;
|
|
}
|
|
}
|
|
}
|
|
}
|